@daocloud-proto/ghippo 0.8.15 → 0.8.16

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.8.15",
3
+ "version":"0.8.16",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -302,6 +302,7 @@ export type GetWorkspaceResourceQuotaRequest = {
302
302
  workspaceId?: number
303
303
  resourceName?: string
304
304
  resourceType?: string
305
+ notFormatted?: boolean
305
306
  }
306
307
 
307
308
  export type GetWorkspaceResourceQuotaResponse = {