@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
package/v1alpha1/workspace.pb.ts
CHANGED
|
@@ -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
|
-
|
|
514
|
+
resource?: ResourceQuotaTypeKey[]
|
|
514
515
|
}
|
|
515
516
|
|
|
516
517
|
export type ResourceQuotaTypeKey = {
|
|
517
518
|
key?: string
|
|
518
519
|
alias?: string
|
|
519
|
-
|
|
520
|
+
aliasZh?: string
|
|
520
521
|
}
|
|
521
522
|
|
|
522
523
|
export class Workspace {
|