@daocloud-proto/ghippo 0.48.0-rc1 → 0.48.0
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 +1 -1
- package/v1alpha1/workspace.pb.ts +4 -0
package/package.json
CHANGED
package/v1alpha1/workspace.pb.ts
CHANGED
|
@@ -517,12 +517,16 @@ export type ResourceQuotaType = {
|
|
|
517
517
|
alias?: string
|
|
518
518
|
resource?: ResourceQuotaTypeKey[]
|
|
519
519
|
isDynamic?: boolean
|
|
520
|
+
provider?: string
|
|
520
521
|
}
|
|
521
522
|
|
|
522
523
|
export type ResourceQuotaTypeKey = {
|
|
523
524
|
key?: string
|
|
524
525
|
alias?: string
|
|
525
526
|
aliasZh?: string
|
|
527
|
+
type?: string
|
|
528
|
+
description?: string
|
|
529
|
+
descriptionZh?: string
|
|
526
530
|
}
|
|
527
531
|
|
|
528
532
|
export class Workspace {
|