@daocloud-proto/ghippo 0.28.0-dev1 → 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-dev1",
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 = {
@@ -451,6 +451,7 @@ export type ListAvailableExclusiveResourcesByWorkspaceRequest = {
451
451
  workspaceId?: number
452
452
  resourceName?: string
453
453
  resourceType?: string[]
454
+ resourceScope?: string
454
455
  }
455
456
 
456
457
  export type ListAvailableSharedResourcesByWorkspaceRequest = {
@@ -510,13 +511,13 @@ export type ListWorkspaceShareResourceQuotaTypesResponse = {
510
511
  export type ResourceQuotaType = {
511
512
  type?: string
512
513
  alias?: string
513
- keys?: ResourceQuotaTypeKey[]
514
+ resource?: ResourceQuotaTypeKey[]
514
515
  }
515
516
 
516
517
  export type ResourceQuotaTypeKey = {
517
518
  key?: string
518
519
  alias?: string
519
- aliasCn?: string
520
+ aliasZh?: string
520
521
  }
521
522
 
522
523
  export class Workspace {