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 Apr 11, 2024
1 parent acf32bd commit c897733
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,12 @@ enum FileIndexingStatus {
NotFound = 2;
}

enum SpaceShareableStatus {
StatusUnknown = 0;
StatusShareable = 1;
StatusNotShareable = 2;
}

message ManifestInfo {
string schema = 1;
string id = 2;
Expand Down

0 comments on commit c897733

Please sign in to comment.