mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3250 Protocol | Enhancement | MW 0.39.0-rc4 (#2003)
This commit is contained in:
parent
121657a8b6
commit
3b65a11d15
4 changed files with 10 additions and 2 deletions
|
@ -2628,6 +2628,8 @@ message Rpc {
|
|||
bool isJson = 7;
|
||||
// for migration
|
||||
bool includeArchived = 9;
|
||||
// for integrations like raycast and web publishing
|
||||
bool noProgress = 11;
|
||||
}
|
||||
|
||||
message Response {
|
||||
|
|
|
@ -390,6 +390,7 @@ message Block {
|
|||
TimeFormat timeFormat = 6;
|
||||
DateFormat dateFormat = 7;
|
||||
FormulaType formula = 8;
|
||||
Block.Align align = 9;
|
||||
|
||||
enum DateFormat {
|
||||
MonthAbbrBeforeDay = 0; // Jul 30, 2020
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue