@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/ghippo",
3
- "version":"0.10.2",
3
+ "version":"0.10.3",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -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 {