@daocloud-proto/ghippo 0.16.0-rc1 → 0.16.0-rc2

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.16.0-rc1",
3
+ "version":"0.16.0-rc2",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -116,7 +116,7 @@ export type ListUserRolesRequest = {
116
116
  export type ListUserRolesResponse = {
117
117
  pagination?: Pagination
118
118
  authorizedCount?: number
119
- roles?: RoleInfo[]
119
+ items?: RoleInfo[]
120
120
  }
121
121
 
122
122
  export type RoleInfo = {