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