Skip to content

Commit

Permalink
Update proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
any-association committed Oct 17, 2023
1 parent 8c3dd93 commit d5dbb3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ message Event {
Block.Dataview.ViewSet blockDataviewViewSet = 19;
Block.Dataview.ViewDelete blockDataviewViewDelete = 20;
Block.Dataview.ViewOrder blockDataviewViewOrder = 29;
Block.Dataview.SourceSet blockDataviewSourceSet = 35;
Block.Dataview.SourceSet blockDataviewSourceSet = 35; // deprecated, source is no longer used
Block.Dataview.GroupOrderUpdate blockDataViewGroupOrderUpdate = 38;
Block.Dataview.ObjectOrderUpdate blockDataViewObjectOrderUpdate = 39;
Block.Dataview.RelationDelete blockDataviewRelationDelete = 124;
Expand Down
2 changes: 2 additions & 0 deletions models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ enum SmartBlockType {
STRelationOption = 0x211;
SpaceView = 0x212;

Identity = 0x214;
MissingObject = 0x207;
}

Expand Down Expand Up @@ -584,6 +585,7 @@ message Account {
string accountSpaceId = 9;
string widgetsId = 10;
string spaceViewId = 13;
string techSpaceId = 14;

string gatewayUrl = 101; // gateway url for fetching static files
string localStoragePath = 103; // path to local storage
Expand Down

0 comments on commit d5dbb3a

Please sign in to comment.