mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1097 Protocol | Enhancement | MW 0.26.0-rc4 (#3033)
This commit is contained in:
parent
fe03adf208
commit
4b513fcd47
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
[versions]
|
||||
middlewareVersion = "v0.26.0-rc3"
|
||||
middlewareVersion = "v0.26.0-rc4"
|
||||
kotlinVersion = '1.7.10'
|
||||
androidxCoreVersion = "1.9.0"
|
||||
androidxComposeVersion1 = '1.3.1'
|
||||
|
|
|
@ -523,8 +523,8 @@ message Rpc {
|
|||
}
|
||||
|
||||
message RecoverFromLegacyExport {
|
||||
option (no_auth) = true;
|
||||
message Request {
|
||||
option (no_auth) = true;
|
||||
string path = 1;
|
||||
string rootPath = 2;
|
||||
}
|
||||
|
@ -1863,7 +1863,7 @@ message Rpc {
|
|||
}
|
||||
|
||||
message MigrationParams {
|
||||
string address = 1;
|
||||
string accountId = 1;
|
||||
string path = 2;
|
||||
}
|
||||
|
||||
|
@ -1878,6 +1878,8 @@ message Rpc {
|
|||
message CsvParams {
|
||||
repeated string path = 1;
|
||||
Mode mode = 2;
|
||||
bool useFirstColumnForRelations = 3; // use for collection mode
|
||||
string delimiter = 4;
|
||||
|
||||
enum Mode {
|
||||
COLLECTION = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue