@daocloud-proto/ghippo 0.7.40 → 0.8.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/ghippo",
3
- "version":"0.7.40",
3
+ "version":"0.8.0",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -230,10 +230,10 @@ export type ListMembersRolesByFolderResponse = {
230
230
  }
231
231
 
232
232
  export type ResourceInfo = {
233
- name?: string
234
- type?: string
233
+ resourceName?: string
234
+ resourceType?: string
235
235
  gproduct?: string
236
- scope?: string
236
+ resourceScope?: string
237
237
  }
238
238
 
239
239
  export type ListResourcesRequest = {