@daocloud-proto/ghippo 0.15.0-dev-23 → 0.15.0-dev-25

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.15.0-dev-23",
3
+ "version":"0.15.0-dev-25",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -20,10 +20,6 @@ export enum GlobalPermission {
20
20
  UpdateGroupUser = "UpdateGroupUser",
21
21
  AuthorizeGroup = "AuthorizeGroup",
22
22
  GetRole = "GetRole",
23
- GetLdap = "GetLdap",
24
- CreateLdap = "CreateLdap",
25
- UpdateLdap = "UpdateLdap",
26
- DeleteLdap = "DeleteLdap",
27
23
  GetIdp = "GetIdp",
28
24
  CreateIdp = "CreateIdp",
29
25
  UpdateIdp = "UpdateIdp",
@@ -41,6 +37,9 @@ export enum GlobalPermission {
41
37
  DeleteLicense = "DeleteLicense",
42
38
  GetWorkspace = "GetWorkspace",
43
39
  GetAboutPlatform = "GetAboutPlatform",
40
+ DeleteRole = "DeleteRole",
41
+ UpdateRole = "UpdateRole",
42
+ CreateRole = "CreateRole",
44
43
  }
45
44
 
46
45
  export type UpdateEmailRequest = {
@@ -15,6 +15,7 @@ export type GetLoginPageInfoResponse = {
15
15
  tabName?: string
16
16
  icon?: string
17
17
  favicon?: string
18
+ background?: string
18
19
  }
19
20
 
20
21
  export type GetLoginPageVersionRequest = {
@@ -30,6 +31,7 @@ export type UpdateLoginPageInfoRequest = {
30
31
  tabName?: string
31
32
  icon?: string
32
33
  favicon?: string
34
+ background?: string
33
35
  }
34
36
 
35
37
  export type UpdateLoginPageInfoResponse = {