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

DROID-3319 Protocol | Integrate MW 0.39.1 (#2046)

This commit is contained in:
Konstantin Ivanov 2025-01-30 09:15:13 +01:00 committed by konstantiniiv
parent b55664e529
commit 5ae50001db
2 changed files with 11 additions and 2 deletions

View file

@ -2782,8 +2782,17 @@ message Rpc {
bool includeArchived = 9;
// for integrations like raycast and web publishing
bool noProgress = 11;
StateFilters linksStateFilters = 12;
bool includeBacklinks = 13;
}
message StateFilters {
repeated RelationsWhiteList relationsWhiteList = 1;
bool removeBlocks = 2;
}
message RelationsWhiteList {
anytype.model.ObjectType.Layout layout = 1;
repeated string allowedRelations = 2;
}
message Response {
Error error = 1;
string path = 2;