mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2582 Protocol | Integrate 0.34.1 (#1287)
This commit is contained in:
parent
38e26bb3c1
commit
27c4a472fd
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[versions]
|
||||
middlewareVersion = "v0.34.0"
|
||||
middlewareVersion = "v0.34.1"
|
||||
kotlinVersion = '1.9.22'
|
||||
|
||||
androidxCoreVersion = "1.13.0"
|
||||
|
|
|
@ -29,6 +29,7 @@ message Event {
|
|||
Object.Relations.Remove objectRelationsRemove = 53;
|
||||
|
||||
Object.Remove objectRemove = 54;
|
||||
Object.Close objectClose = 65;
|
||||
|
||||
Object.Restrictions.Set objectRestrictionsSet = 55;
|
||||
|
||||
|
@ -236,6 +237,10 @@ message Event {
|
|||
anytype.model.Restrictions restrictions = 2;
|
||||
}
|
||||
}
|
||||
|
||||
message Close {
|
||||
string id = 1;
|
||||
}
|
||||
}
|
||||
message Block {
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue