@daocloud-proto/ghippo 0.27.0-dev1 → 0.27.0-dev3

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.27.0-dev1",
3
+ "version":"0.27.0-dev3",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -50,6 +50,8 @@ export type GetLdapResponse = {
50
50
  lastName?: string
51
51
  email?: string
52
52
  enabled?: boolean
53
+ username?: string
54
+ userLdapFilter?: string
53
55
  }
54
56
 
55
57
  export type CreateLdapRequest = {
@@ -72,6 +74,8 @@ export type CreateLdapRequest = {
72
74
  lastName?: string
73
75
  email?: string
74
76
  enabled?: boolean
77
+ username?: string
78
+ userLdapFilter?: string
75
79
  }
76
80
 
77
81
  export type CreateLdapResponse = {
@@ -127,6 +131,8 @@ export type UpdateLdapRequest = {
127
131
  lastName?: string
128
132
  email?: string
129
133
  enabled?: boolean
134
+ username?: string
135
+ userLdapFilter?: string
130
136
  }
131
137
 
132
138
  export type UpdateLdapResponse = {