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:
parent
274a96fa36
commit
77e80b75dc
3 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue