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

Middleware | 0.15.10 (#1554)

This commit is contained in:
Konstantin Ivanov 2021-06-16 12:03:20 +02:00 committed by GitHub
parent cff9bdef27
commit a4e72da918
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -3062,7 +3062,10 @@ message Rpc {
string fullText = 3;
int32 offset = 4;
int32 limit = 5;
// additional filter by objectTypes
repeated string objectTypeFilter = 6;
// needed keys in details for return, when empty - will return all
repeated string keys = 7;
}
message Response {