@daocloud-proto/ghippo 0.10.2 → 0.10.3
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/workspace.pb.ts +2 -0
package/package.json
CHANGED
package/v1alpha1/workspace.pb.ts
CHANGED
|
@@ -377,6 +377,7 @@ export type User = {
|
|
|
377
377
|
source?: string
|
|
378
378
|
enabled?: boolean
|
|
379
379
|
canAuthorize?: boolean
|
|
380
|
+
authorized?: boolean
|
|
380
381
|
}
|
|
381
382
|
|
|
382
383
|
export type FolderListGroupsRequest = {
|
|
@@ -398,6 +399,7 @@ export type Group = {
|
|
|
398
399
|
description?: string
|
|
399
400
|
createdAt?: string
|
|
400
401
|
canAuthorize?: boolean
|
|
402
|
+
authorized?: boolean
|
|
401
403
|
}
|
|
402
404
|
|
|
403
405
|
export class Workspace {
|