@daocloud-proto/ghippo 0.7.18 → 0.7.21

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.7.18",
3
+ "version":"0.7.21",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -33,6 +33,7 @@ export type WorkspacesResourceInfo = {
33
33
  resourceScope?: string
34
34
  gproduct?: string
35
35
  workspaceId?: number
36
+ workspaceResourceId?: number
36
37
  }
37
38
 
38
39
  export type ListWorkspacesResourcesRequest = {