@daocloud-proto/ghippo 0.28.0-dev2 → 0.28.0-dev3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/ghippo",
3
- "version":"0.28.0-dev2",
3
+ "version":"0.28.0-dev3",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -46,6 +46,7 @@ export enum GlobalPermission {
46
46
  DeleteClient = "DeleteClient",
47
47
  UpdateClient = "UpdateClient",
48
48
  CreateClient = "CreateClient",
49
+ EditCluster = "EditCluster",
49
50
  }
50
51
 
51
52
  export type UpdateEmailRequest = {
@@ -511,13 +511,13 @@ export type ListWorkspaceShareResourceQuotaTypesResponse = {
511
511
  export type ResourceQuotaType = {
512
512
  type?: string
513
513
  alias?: string
514
- keys?: ResourceQuotaTypeKey[]
514
+ resource?: ResourceQuotaTypeKey[]
515
515
  }
516
516
 
517
517
  export type ResourceQuotaTypeKey = {
518
518
  key?: string
519
519
  alias?: string
520
- aliasCn?: string
520
+ aliasZh?: string
521
521
  }
522
522
 
523
523
  export class Workspace {