@daocloud-proto/ghippo 0.15.0-dev-14 → 0.15.0-dev-15

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-14",
3
+ "version":"0.15.0-dev-15",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -162,7 +162,6 @@ export type CreateRoleResponse = {
162
162
  export type UpdateRoleRequest = {
163
163
  name?: string
164
164
  description?: string
165
- scope?: AuthScope
166
165
  perms?: Permission[]
167
166
  alias?: string
168
167
  }