@daocloud-proto/ghippo 0.15.0-dev-12 → 0.15.0-dev-13

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.15.0-dev-12",
3
+ "version":"0.15.0-dev-13",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -180,6 +180,7 @@ export type DeleteRoleResponse = {
180
180
  export type RoleName = {
181
181
  name?: string
182
182
  authScope?: AuthScope
183
+ description?: string
183
184
  }
184
185
 
185
186
  export type ListPlatformRoleNamesRequest = {