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

DROID-2910 Protocol | Enhancement | MW 0.36.0-rc7 (#1642)

This commit is contained in:
Konstantin Ivanov 2024-10-07 18:24:13 +02:00 committed by GitHub
parent 17eef47ca5
commit 3509b3a203
Signed by: github
GPG key ID: B5690EEEBB952194
7 changed files with 12 additions and 25 deletions

View file

@ -3078,6 +3078,7 @@ message Rpc {
string lastVersionId = 2;
// desired count of versions
int32 limit = 3;
bool notIncludeVersion = 4;
}
message Response {
@ -5648,29 +5649,6 @@ message Rpc {
}
}
}
message ListAvailable {
message Request {
string contextId = 1;
string blockId = 2;
}
message Response {
Error error = 1;
repeated anytype.model.Relation relations = 2;
message Error {
Code code = 1;
string description = 2;
enum Code {
NULL = 0;
UNKNOWN_ERROR = 1;
BAD_INPUT = 2;
// ...
}
}
}
}
}
message SetSource {
message Request {

View file

@ -553,6 +553,10 @@ message Block {
Codepen = 16;
Bilibili = 17;
Excalidraw = 18;
Kroki = 19;
Graphviz = 20;
Sketchfab = 21;
Image = 22;
}
}
@ -760,6 +764,7 @@ message ObjectType {
pdf = 20;
chat = 21;
chatDerived = 22;
tag = 23;
}
}