mirror of
https://github.com/aykhans/slash-e.git
synced 2025-06-15 12:27:49 +00:00
chore: add version to workspace profile
This commit is contained in:
@ -28,14 +28,16 @@ service WorkspaceService {
|
||||
message WorkspaceProfile {
|
||||
// Current workspace mode: dev, prod.
|
||||
string mode = 1;
|
||||
// Current workspace version.
|
||||
string version = 2;
|
||||
// The workspace plan.
|
||||
PlanType plan = 2;
|
||||
PlanType plan = 3;
|
||||
// Whether to enable other users to sign up.
|
||||
bool enable_signup = 3;
|
||||
bool enable_signup = 4;
|
||||
// The custom style.
|
||||
string custom_style = 4;
|
||||
string custom_style = 5;
|
||||
// The custom script.
|
||||
string custom_script = 5;
|
||||
string custom_script = 6;
|
||||
}
|
||||
|
||||
message WorkspaceSetting {
|
||||
|
Reference in New Issue
Block a user