@daocloud-proto/ghippo 0.28.0 → 0.29.0-dev2

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.28.0",
3
+ "version":"0.29.0-dev2",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -511,13 +511,13 @@ export type ListWorkspaceShareResourceQuotaTypesResponse = {
511
511
  export type ResourceQuotaType = {
512
512
  type?: string
513
513
  alias?: string
514
- keys?: ResourceQuotaTypeKey[]
514
+ resource?: ResourceQuotaTypeKey[]
515
515
  }
516
516
 
517
517
  export type ResourceQuotaTypeKey = {
518
518
  key?: string
519
519
  alias?: string
520
- aliasCn?: string
520
+ aliasZh?: string
521
521
  }
522
522
 
523
523
  export class Workspace {
@@ -34,8 +34,7 @@ export type GetLdapResponse = {
34
34
  name?: string
35
35
  vendor?: LdapVendor
36
36
  startTls?: string
37
- ldapProtocol?: string
38
- ldapHost?: string
37
+ connectionUrl?: string
39
38
  usersDn?: string
40
39
  bindDn?: string
41
40
  bindCredential?: string
@@ -58,8 +57,7 @@ export type CreateLdapRequest = {
58
57
  name?: string
59
58
  vendor?: LdapVendor
60
59
  startTls?: string
61
- ldapProtocol?: string
62
- ldapHost?: string
60
+ connectionUrl?: string
63
61
  usersDn?: string
64
62
  bindDn?: string
65
63
  bindCredential?: string
@@ -115,8 +113,7 @@ export type UpdateLdapRequest = {
115
113
  name?: string
116
114
  vendor?: LdapVendor
117
115
  startTls?: string
118
- ldapProtocol?: string
119
- ldapHost?: string
116
+ connectionUrl?: string
120
117
  usersDn?: string
121
118
  bindDn?: string
122
119
  bindCredential?: string