@daocloud-proto/ghippo 0.16.0-rc2 → 0.16.0-rc4

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.16.0-rc2",
3
+ "version":"0.16.0-rc4",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -40,6 +40,8 @@ export enum GlobalPermission {
40
40
  DeleteRole = "DeleteRole",
41
41
  UpdateRole = "UpdateRole",
42
42
  CreateRole = "CreateRole",
43
+ AccountingAndBilling = "AccountingAndBilling",
44
+ ReportManagement = "ReportManagement",
43
45
  }
44
46
 
45
47
  export type UpdateEmailRequest = {
@@ -16,6 +16,7 @@ export type GetLoginPageInfoResponse = {
16
16
  icon?: string
17
17
  favicon?: string
18
18
  background?: string
19
+ customBg?: boolean
19
20
  }
20
21
 
21
22
  export type GetLoginPageVersionRequest = {