1
0
Fork 0
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:
mcrakhman 2021-11-03 12:12:28 +01:00
parent 222459a238
commit 2323bac869
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B
12 changed files with 353 additions and 353 deletions

View file

@ -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;
}
}