@daocloud-proto/ghippo 0.9.33 → 0.9.36
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/ldap.pb.ts +3 -0
package/package.json
CHANGED
package/v1alpha1/ldap.pb.ts
CHANGED
|
@@ -21,6 +21,7 @@ export type GetLdapResponse = {
|
|
|
21
21
|
userObjectClasses?: string
|
|
22
22
|
usernameLdapAttribute?: string
|
|
23
23
|
fullSyncPeriod?: string
|
|
24
|
+
enabled?: string
|
|
24
25
|
}
|
|
25
26
|
|
|
26
27
|
export type CreateLdapRequest = {
|
|
@@ -38,6 +39,7 @@ export type CreateLdapRequest = {
|
|
|
38
39
|
|
|
39
40
|
export type CreateLdapResponse = {
|
|
40
41
|
id?: string
|
|
42
|
+
enabled?: string
|
|
41
43
|
}
|
|
42
44
|
|
|
43
45
|
export type TestLdapConnectionRequest = {
|
|
@@ -83,6 +85,7 @@ export type UpdateLdapRequest = {
|
|
|
83
85
|
}
|
|
84
86
|
|
|
85
87
|
export type UpdateLdapResponse = {
|
|
88
|
+
enabled?: string
|
|
86
89
|
}
|
|
87
90
|
|
|
88
91
|
export type SyncUsersRequest = {
|