refactor: update visibilities

This commit is contained in:
Steven
2024-08-31 22:04:24 +08:00
parent 8511c09c63
commit b74e4f90c1
43 changed files with 693 additions and 775 deletions

View File

@ -15,9 +15,7 @@ enum RowStatus {
enum Visibility {
VISIBILITY_UNSPECIFIED = 0;
PRIVATE = 1;
WORKSPACE = 1;
WORKSPACE = 2;
PUBLIC = 3;
PUBLIC = 2;
}

View File

@ -15,8 +15,6 @@ message Shortcut {
int64 updated_ts = 4;
RowStatus row_status = 5;
string name = 6;
string link = 7;