1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 09:35:00 +09:00
This commit is contained in:
Roman Khafizianov 2025-04-09 12:05:38 +02:00
parent d6a0c32e57
commit 5167ab3210
No known key found for this signature in database
GPG key ID: F07A7D55A2684852
12 changed files with 1598 additions and 1401 deletions

View file

@ -1292,6 +1292,7 @@ message Rpc {
message Response {
Error error = 1;
string spaceId = 2;
string startingObjectId = 3;
message Error {
Code code = 1;
@ -3111,6 +3112,7 @@ message Rpc {
message Response {
Error error = 1;
ResponseEvent event = 2;
string startingObjectId = 3;
message Error {
Code code = 1;

View file

@ -17,4 +17,5 @@ message Profile {
string spaceDashboardId = 5;
string profileId = 6;
string analyticsId = 7;
string startingPage = 8;
}