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:
parent
cff9bdef27
commit
a4e72da918
2 changed files with 4 additions and 1 deletions
|
@ -86,7 +86,7 @@ ext {
|
|||
|
||||
// Anytype
|
||||
|
||||
middleware_version = '0.15.10-SNAPSHOT'
|
||||
middleware_version = '0.15.10'
|
||||
|
||||
mainApplication = [
|
||||
kotlin: "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version",
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue