@daocloud-proto/ghippo 0.48.0-dev1 → 0.48.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.48.0-dev1",
3
+ "version":"0.48.0-dev3",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -523,6 +523,9 @@ export type ResourceQuotaTypeKey = {
523
523
  key?: string
524
524
  alias?: string
525
525
  aliasZh?: string
526
+ type?: string
527
+ description?: string
528
+ descriptionZh?: string
526
529
  }
527
530
 
528
531
  export class Workspace {