1
0
Fork 0
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:
Evgenii Kozlov 2025-01-16 18:23:08 +01:00 committed by GitHub
parent 121657a8b6
commit 3b65a11d15
Signed by: github
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 2 deletions

View file

@ -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 {

View file

@ -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