@daocloud-proto/ghippo 0.50.0-dev2 → 0.50.0-dev3

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.50.0-dev2",
3
+ "version":"0.50.0-dev3",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -440,6 +440,7 @@ export type User = {
440
440
  enabled?: boolean
441
441
  canAuthorize?: boolean
442
442
  authorized?: boolean
443
+ canDelete?: boolean
443
444
  }
444
445
 
445
446
  export type FolderListGroupsRequest = {