@daocloud-proto/ghippo 0.28.0 → 0.29.0-dev1
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 +1 -1
- package/v1alpha1/workspace.pb.ts +2 -2
- package/v1alpha2/ldap.pb.ts +3 -6
package/package.json
CHANGED
package/v1alpha1/workspace.pb.ts
CHANGED
|
@@ -511,13 +511,13 @@ export type ListWorkspaceShareResourceQuotaTypesResponse = {
|
|
|
511
511
|
export type ResourceQuotaType = {
|
|
512
512
|
type?: string
|
|
513
513
|
alias?: string
|
|
514
|
-
|
|
514
|
+
resource?: ResourceQuotaTypeKey[]
|
|
515
515
|
}
|
|
516
516
|
|
|
517
517
|
export type ResourceQuotaTypeKey = {
|
|
518
518
|
key?: string
|
|
519
519
|
alias?: string
|
|
520
|
-
|
|
520
|
+
aliasZh?: string
|
|
521
521
|
}
|
|
522
522
|
|
|
523
523
|
export class Workspace {
|
package/v1alpha2/ldap.pb.ts
CHANGED
|
@@ -34,8 +34,7 @@ export type GetLdapResponse = {
|
|
|
34
34
|
name?: string
|
|
35
35
|
vendor?: LdapVendor
|
|
36
36
|
startTls?: string
|
|
37
|
-
|
|
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
|
-
|
|
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
|
-
|
|
119
|
-
ldapHost?: string
|
|
116
|
+
connectionUrl?: string
|
|
120
117
|
usersDn?: string
|
|
121
118
|
bindDn?: string
|
|
122
119
|
bindCredential?: string
|