@daocloud-proto/ghippo 0.15.0-dev-14 → 0.15.0-dev-16
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 +1 -1
- package/v1alpha1/role.pb.ts +1 -2
package/package.json
CHANGED
package/v1alpha1/role.pb.ts
CHANGED
|
@@ -133,7 +133,7 @@ export type GetRoleResponse = {
|
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
export type GProductPermissions = {
|
|
136
|
-
gproduct?:
|
|
136
|
+
gproduct?: GProduct
|
|
137
137
|
categoryPerms?: CategoryPermissions[]
|
|
138
138
|
}
|
|
139
139
|
|
|
@@ -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
|
}
|