mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 09:35:00 +09:00
Rename pb
This commit is contained in:
parent
222459a238
commit
2323bac869
12 changed files with 353 additions and 353 deletions
|
@ -51,8 +51,8 @@ message Change {
|
|||
RelationUpdate relationUpdate = 104;
|
||||
ObjectTypeAdd objectTypeAdd = 105;
|
||||
ObjectTypeRemove objectTypeRemove = 106;
|
||||
CollectionKeySet collectionKeySet = 107;
|
||||
CollectionKeyUnset collectionKeyUnset = 108;
|
||||
StoreKeySet storeKeySet = 107;
|
||||
StoreKeyUnset storeKeyUnset = 108;
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -128,12 +128,12 @@ message Change {
|
|||
string url = 1;
|
||||
}
|
||||
|
||||
message CollectionKeySet {
|
||||
repeated string key = 1;
|
||||
message StoreKeySet {
|
||||
repeated string path = 1;
|
||||
google.protobuf.Value value = 2;
|
||||
}
|
||||
|
||||
message CollectionKeyUnset {
|
||||
repeated string key = 1;
|
||||
message StoreKeyUnset {
|
||||
repeated string path = 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue