mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 09:35:00 +09:00
importer
This commit is contained in:
parent
d6a0c32e57
commit
5167ab3210
12 changed files with 1598 additions and 1401 deletions
|
@ -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;
|
||||
|
|
|
@ -17,4 +17,5 @@ message Profile {
|
|||
string spaceDashboardId = 5;
|
||||
string profileId = 6;
|
||||
string analyticsId = 7;
|
||||
string startingPage = 8;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue