mirror of
https://github.com/aykhans/slash-e.git
synced 2025-06-14 20:07:50 +00:00
feat: update workspace profile
This commit is contained in:
@ -6,18 +6,13 @@ option go_package = "gen/api/v1";
|
||||
|
||||
enum RowStatus {
|
||||
ROW_STATUS_UNSPECIFIED = 0;
|
||||
|
||||
NORMAL = 1;
|
||||
|
||||
ARCHIVED = 2;
|
||||
}
|
||||
|
||||
enum Visibility {
|
||||
VISIBILITY_UNSPECIFIED = 0;
|
||||
|
||||
PRIVATE = 1;
|
||||
|
||||
WORKSPACE = 2;
|
||||
|
||||
PUBLIC = 3;
|
||||
}
|
||||
|
@ -30,9 +30,7 @@ message Subscription {
|
||||
|
||||
enum PlanType {
|
||||
PLAN_TYPE_UNSPECIFIED = 0;
|
||||
|
||||
FREE = 1;
|
||||
|
||||
PRO = 2;
|
||||
}
|
||||
|
||||
|
@ -41,6 +41,9 @@ message WorkspaceProfile {
|
||||
string custom_script = 6;
|
||||
// The url of custom favicon provider.
|
||||
string favicon_provider = 7;
|
||||
// The owner name.
|
||||
// Format: "users/{id}"
|
||||
string owner = 8;
|
||||
}
|
||||
|
||||
message WorkspaceSetting {
|
||||
|
Reference in New Issue
Block a user