@daocloud-proto/ghippo 0.15.0-dev-1 → 0.15.0-dev-2

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-1",
3
+ "version":"0.15.0-dev-2",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -7,6 +7,7 @@
7
7
  import * as fm from "../fetch.pb"
8
8
 
9
9
  export enum AuthScope {
10
+ unknown_auth_scope = "unknown_auth_scope",
10
11
  platform = "platform",
11
12
  folder = "folder",
12
13
  workspace = "workspace",
@@ -91,6 +92,7 @@ export type ListRolesRequest = {
91
92
  pageSize?: number
92
93
  page?: number
93
94
  roleType?: globalRoleType
95
+ scope?: AuthScope
94
96
  }
95
97
 
96
98
  export type ListRolesResponse = {