1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-1463 Protocol | Enhancement | MW 0.27.8 (#126)

This commit is contained in:
Evgenii Kozlov 2023-07-04 23:04:03 +02:00 committed by GitHub
parent 274a96fa36
commit 77e80b75dc
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -1904,6 +1904,7 @@ message Rpc {
ACCOUNT_IS_NOT_RUNNING = 4;
NO_OBJECTS_TO_IMPORT = 5;
IMPORT_IS_CANCELED = 6;
LIMIT_OF_ROWS_OR_RELATIONS_EXCEEDED = 7;
}
}
}

View file

@ -326,6 +326,7 @@ message Block {
string groupRelationKey = 11; // Group view by this relationKey
bool groupBackgroundColors = 12; // Enable backgrounds in groups
int32 pageLimit = 13;
string defaultTemplateId = 14;
enum Type {
Table = 0;