@workos-inc/widgets 1.8.2 → 1.9.0

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.
Files changed (88) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/dist/cjs/api/api-provider.cjs.map +1 -1
  3. package/dist/cjs/api/api-provider.d.cts +1 -1
  4. package/dist/cjs/api/endpoint.cjs +702 -623
  5. package/dist/cjs/api/endpoint.cjs.map +1 -1
  6. package/dist/cjs/api/endpoint.d.cts +810 -729
  7. package/dist/cjs/directory-sync.client.cjs +143 -0
  8. package/dist/cjs/directory-sync.client.cjs.map +1 -0
  9. package/dist/cjs/directory-sync.client.d.cts +26 -0
  10. package/dist/cjs/experimental/api/fetch.cjs +309 -252
  11. package/dist/cjs/experimental/api/fetch.cjs.map +1 -1
  12. package/dist/cjs/experimental/api/fetch.d.cts +809 -731
  13. package/dist/cjs/experimental/api/react-query.cjs +695 -613
  14. package/dist/cjs/experimental/api/react-query.cjs.map +1 -1
  15. package/dist/cjs/experimental/api/react-query.d.cts +1355 -1250
  16. package/dist/cjs/experimental/api/swr.cjs +660 -583
  17. package/dist/cjs/experimental/api/swr.cjs.map +1 -1
  18. package/dist/cjs/experimental/api/swr.d.cts +1307 -1212
  19. package/dist/cjs/index.cjs +5 -0
  20. package/dist/cjs/index.cjs.map +1 -1
  21. package/dist/cjs/index.d.cts +2 -0
  22. package/dist/cjs/lib/api-keys/api-keys-context.cjs +1 -1
  23. package/dist/cjs/lib/api-keys/api-keys-context.cjs.map +1 -1
  24. package/dist/cjs/lib/api-keys/api-keys-table.cjs +7 -5
  25. package/dist/cjs/lib/api-keys/api-keys-table.cjs.map +1 -1
  26. package/dist/cjs/lib/directory-sync.cjs +288 -0
  27. package/dist/cjs/lib/directory-sync.cjs.map +1 -0
  28. package/dist/cjs/lib/directory-sync.d.cts +72 -0
  29. package/dist/cjs/lib/identity-providers.cjs +57 -1
  30. package/dist/cjs/lib/identity-providers.cjs.map +1 -1
  31. package/dist/cjs/lib/identity-providers.d.cts +5 -3
  32. package/dist/cjs/lib/pipes.cjs +9 -9
  33. package/dist/cjs/lib/pipes.cjs.map +1 -1
  34. package/dist/cjs/lib/reset-mfa-dialog.cjs +2 -1
  35. package/dist/cjs/lib/reset-mfa-dialog.cjs.map +1 -1
  36. package/dist/cjs/lib/use-permissions.cjs.map +1 -1
  37. package/dist/cjs/lib/use-permissions.d.cts +1 -1
  38. package/dist/cjs/lib/users-management-context.cjs +1 -1
  39. package/dist/cjs/lib/users-management-context.cjs.map +1 -1
  40. package/dist/cjs/lib/users-management.cjs +3 -3
  41. package/dist/cjs/lib/users-management.cjs.map +1 -1
  42. package/dist/cjs/lib/utils.cjs +9 -0
  43. package/dist/cjs/lib/utils.cjs.map +1 -1
  44. package/dist/cjs/lib/utils.d.cts +16 -2
  45. package/dist/esm/api/api-provider.d.ts +1 -1
  46. package/dist/esm/api/api-provider.js.map +1 -1
  47. package/dist/esm/api/endpoint.d.ts +810 -729
  48. package/dist/esm/api/endpoint.js +691 -618
  49. package/dist/esm/api/endpoint.js.map +1 -1
  50. package/dist/esm/directory-sync.client.d.ts +26 -0
  51. package/dist/esm/directory-sync.client.js +121 -0
  52. package/dist/esm/directory-sync.client.js.map +1 -0
  53. package/dist/esm/experimental/api/fetch.d.ts +809 -731
  54. package/dist/esm/experimental/api/fetch.js +300 -247
  55. package/dist/esm/experimental/api/fetch.js.map +1 -1
  56. package/dist/esm/experimental/api/react-query.d.ts +1355 -1250
  57. package/dist/esm/experimental/api/react-query.js +683 -608
  58. package/dist/esm/experimental/api/react-query.js.map +1 -1
  59. package/dist/esm/experimental/api/swr.d.ts +1307 -1212
  60. package/dist/esm/experimental/api/swr.js +649 -578
  61. package/dist/esm/experimental/api/swr.js.map +1 -1
  62. package/dist/esm/index.d.ts +2 -0
  63. package/dist/esm/index.js +6 -0
  64. package/dist/esm/index.js.map +1 -1
  65. package/dist/esm/lib/api-keys/api-keys-context.js +1 -1
  66. package/dist/esm/lib/api-keys/api-keys-context.js.map +1 -1
  67. package/dist/esm/lib/api-keys/api-keys-table.js +7 -5
  68. package/dist/esm/lib/api-keys/api-keys-table.js.map +1 -1
  69. package/dist/esm/lib/directory-sync.d.ts +72 -0
  70. package/dist/esm/lib/directory-sync.js +259 -0
  71. package/dist/esm/lib/directory-sync.js.map +1 -0
  72. package/dist/esm/lib/identity-providers.d.ts +5 -3
  73. package/dist/esm/lib/identity-providers.js +55 -1
  74. package/dist/esm/lib/identity-providers.js.map +1 -1
  75. package/dist/esm/lib/pipes.js +9 -10
  76. package/dist/esm/lib/pipes.js.map +1 -1
  77. package/dist/esm/lib/reset-mfa-dialog.js +2 -1
  78. package/dist/esm/lib/reset-mfa-dialog.js.map +1 -1
  79. package/dist/esm/lib/use-permissions.d.ts +1 -1
  80. package/dist/esm/lib/use-permissions.js.map +1 -1
  81. package/dist/esm/lib/users-management-context.js +1 -1
  82. package/dist/esm/lib/users-management-context.js.map +1 -1
  83. package/dist/esm/lib/users-management.js +5 -4
  84. package/dist/esm/lib/users-management.js.map +1 -1
  85. package/dist/esm/lib/utils.d.ts +16 -2
  86. package/dist/esm/lib/utils.js +8 -0
  87. package/dist/esm/lib/utils.js.map +1 -1
  88. package/package.json +3 -3
@@ -5,6 +5,7 @@
5
5
  * WorkOS Widgets API
6
6
  * OpenAPI spec version: 1.0
7
7
  */
8
+ type MemberStatus = (typeof MemberStatus)[keyof typeof MemberStatus];
8
9
  declare const MemberStatus: {
9
10
  readonly Active: "Active";
10
11
  readonly Invited: "Invited";
@@ -12,101 +13,107 @@ declare const MemberStatus: {
12
13
  readonly InviteRevoked: "InviteRevoked";
13
14
  readonly NoInvite: "NoInvite";
14
15
  };
15
- type MemberStatus = (typeof MemberStatus)[keyof typeof MemberStatus];
16
+ type MemberActionsItem = (typeof MemberActionsItem)[keyof typeof MemberActionsItem];
16
17
  declare const MemberActionsItem: {
17
18
  readonly "edit-role": "edit-role";
18
19
  readonly "resend-invite": "resend-invite";
19
20
  readonly "revoke-invite": "revoke-invite";
20
21
  readonly "revoke-membership": "revoke-membership";
21
22
  };
22
- type MemberActions = (typeof MemberActionsItem)[keyof typeof MemberActionsItem][];
23
- type MemberRolesItem = {
23
+ type MemberActions = MemberActionsItem[];
24
+ type MemberProfilePictureUrl = string | null;
25
+ type MemberFirstName = string | null;
26
+ type MemberLastName = string | null;
27
+ type MemberLastActivityAt = string | null;
28
+ type MemberIsLoggedInUser = true | null;
29
+ type MemberRolesOneOfItemDescription = string | null;
30
+ type MemberRolesOneOfItem = {
24
31
  name: string;
25
32
  slug: string;
26
- /** @nullable */
27
- description?: string | null;
33
+ description?: MemberRolesOneOfItemDescription;
28
34
  };
35
+ type MemberRoles = MemberRolesOneOfItem[] | null;
29
36
  interface Member {
30
37
  id: string;
31
38
  email: string;
32
39
  emailVerified: boolean;
33
- /** @nullable */
34
- profilePictureUrl?: string | null;
35
- /** @nullable */
36
- firstName?: string | null;
37
- /** @nullable */
38
- lastName?: string | null;
40
+ profilePictureUrl?: MemberProfilePictureUrl;
41
+ firstName?: MemberFirstName;
42
+ lastName?: MemberLastName;
43
+ /** An ISO 8601 timestamp. */
39
44
  createdAt: string;
40
- /** @nullable */
41
- lastActivityAt?: string | null;
45
+ lastActivityAt?: MemberLastActivityAt;
42
46
  status: MemberStatus;
43
47
  actions: MemberActions;
44
- /** @nullable */
45
- isLoggedInUser?: boolean | null;
46
- /** @nullable */
47
- roles?: MemberRolesItem[] | null;
48
+ isLoggedInUser?: MemberIsLoggedInUser;
49
+ roles?: MemberRoles;
48
50
  }
51
+ /**
52
+ * An object ID that defines your place in the list. When the ID is not present, you are at the start of the list.
53
+ */
54
+ type ListMetadataBefore = string | null;
55
+ /**
56
+ * An object ID that defines your place in the list. When the ID is not present, you are at the end of the list.
57
+ */
58
+ type ListMetadataAfter = string | null;
49
59
  interface ListMetadata {
50
- /** @nullable */
51
- before?: string | null;
52
- /** @nullable */
53
- after?: string | null;
60
+ /** An object ID that defines your place in the list. When the ID is not present, you are at the start of the list. */
61
+ before: ListMetadataBefore;
62
+ /** An object ID that defines your place in the list. When the ID is not present, you are at the end of the list. */
63
+ after: ListMetadataAfter;
54
64
  }
65
+ type MemberRoleDescription = string | null;
55
66
  interface MemberRole {
56
67
  name: string;
57
68
  slug: string;
58
69
  default: boolean;
59
- /** @nullable */
60
- description?: string | null;
70
+ description?: MemberRoleDescription;
61
71
  }
62
72
  interface RolesAndConfigResponse {
63
73
  roles: MemberRole[];
64
74
  multipleRolesEnabled: boolean;
65
75
  }
76
+ type OrganizationInfoFavicon = string | null;
66
77
  interface OrganizationInfo {
67
78
  id: string;
68
79
  name: string;
69
80
  current: boolean;
70
- /** @nullable */
71
- favicon?: string | null;
81
+ favicon?: OrganizationInfoFavicon;
72
82
  }
73
83
  interface OrganizationsResponse {
74
84
  data: OrganizationInfo[];
75
85
  }
86
+ type OAuthProfileEmail = string | null;
87
+ type OAuthProfileFirstName = string | null;
88
+ type OAuthProfileLastName = string | null;
89
+ type OAuthProfileProfilePictureUrl = string | null;
90
+ type OAuthProfileLastLoginAt = string | null;
76
91
  interface OAuthProfile {
77
92
  id: string;
78
- /** @nullable */
79
- email?: string | null;
80
- /** @nullable */
81
- firstName?: string | null;
82
- /** @nullable */
83
- lastName?: string | null;
84
- /** @nullable */
85
- profilePictureUrl?: string | null;
86
- /** @nullable */
87
- lastLoginAt?: string | null;
93
+ email?: OAuthProfileEmail;
94
+ firstName?: OAuthProfileFirstName;
95
+ lastName?: OAuthProfileLastName;
96
+ profilePictureUrl?: OAuthProfileProfilePictureUrl;
97
+ lastLoginAt?: OAuthProfileLastLoginAt;
88
98
  }
89
- /**
90
- * @nullable
91
- */
92
- type MeOauthProfiles = {
99
+ type MeFirstName = string | null;
100
+ type MeLastName = string | null;
101
+ type MeLocale = string | null;
102
+ type MeProfilePictureUrl = string | null;
103
+ type MeOauthProfilesOneOf = {
93
104
  AppleOAuth?: OAuthProfile;
94
105
  GithubOAuth?: OAuthProfile;
95
106
  GoogleOAuth?: OAuthProfile;
96
107
  MicrosoftOAuth?: OAuthProfile;
97
- } | null;
108
+ };
109
+ type MeOauthProfiles = MeOauthProfilesOneOf | null;
98
110
  interface Me {
99
111
  id: string;
100
112
  email: string;
101
- /** @nullable */
102
- firstName?: string | null;
103
- /** @nullable */
104
- lastName?: string | null;
105
- /** @nullable */
106
- locale?: string | null;
107
- /** @nullable */
108
- profilePictureUrl?: string | null;
109
- /** @nullable */
113
+ firstName?: MeFirstName;
114
+ lastName?: MeLastName;
115
+ locale?: MeLocale;
116
+ profilePictureUrl?: MeProfilePictureUrl;
110
117
  oauthProfiles?: MeOauthProfiles;
111
118
  }
112
119
  type CreateTotpFactorResponseAuthenticationFactorAllOfObject = (typeof CreateTotpFactorResponseAuthenticationFactorAllOfObject)[keyof typeof CreateTotpFactorResponseAuthenticationFactorAllOfObject];
@@ -120,63 +127,54 @@ declare const CreateTotpFactorResponseAuthenticationFactorAllOfType: {
120
127
  readonly totp: "totp";
121
128
  readonly webauthn: "webauthn";
122
129
  };
123
- /**
124
- * @nullable
125
- */
126
- type CreateTotpFactorResponseAuthenticationFactorAllOfSms = {
130
+ type CreateTotpFactorResponseAuthenticationFactorAllOfUserId = string | null;
131
+ type CreateTotpFactorResponseAuthenticationFactorAllOfSmsOneOf = {
127
132
  phone_number: string;
128
- } | null;
129
- /**
130
- * @nullable
131
- */
133
+ };
134
+ type CreateTotpFactorResponseAuthenticationFactorAllOfSms = CreateTotpFactorResponseAuthenticationFactorAllOfSmsOneOf | null;
132
135
  type CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOf = {
133
136
  issuer: string;
134
137
  user: string;
135
138
  secret: string;
136
139
  qr_code: string;
137
140
  uri: string;
138
- } | null;
139
- /**
140
- * @nullable
141
- */
141
+ };
142
142
  type CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOfTwo = {
143
143
  issuer: string;
144
144
  user: string;
145
- } | null;
146
- type CreateTotpFactorResponseAuthenticationFactorAllOfTotp = CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOf | CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOfTwo;
145
+ };
146
+ type CreateTotpFactorResponseAuthenticationFactorAllOfTotp = CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOf | CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOfTwo | null;
147
147
  type CreateTotpFactorResponseAuthenticationFactorAllOf = {
148
148
  object: CreateTotpFactorResponseAuthenticationFactorAllOfObject;
149
149
  id: string;
150
150
  type: CreateTotpFactorResponseAuthenticationFactorAllOfType;
151
- /** @nullable */
152
- user_id?: string | null;
153
- /** @nullable */
151
+ user_id?: CreateTotpFactorResponseAuthenticationFactorAllOfUserId;
154
152
  sms?: CreateTotpFactorResponseAuthenticationFactorAllOfSms;
155
153
  totp?: CreateTotpFactorResponseAuthenticationFactorAllOfTotp;
156
154
  };
157
- type CreateTotpFactorResponseAuthenticationFactorAllOfEight = {
155
+ type CreateTotpFactorResponseAuthenticationFactorAllOfOnezero = {
158
156
  created_at: string;
159
157
  updated_at: string;
160
158
  };
161
- type CreateTotpFactorResponseAuthenticationFactor = CreateTotpFactorResponseAuthenticationFactorAllOf & CreateTotpFactorResponseAuthenticationFactorAllOfEight;
159
+ type CreateTotpFactorResponseAuthenticationFactor = CreateTotpFactorResponseAuthenticationFactorAllOf & CreateTotpFactorResponseAuthenticationFactorAllOfOnezero;
162
160
  type CreateTotpFactorResponseAuthenticationChallengeAllOfObject = (typeof CreateTotpFactorResponseAuthenticationChallengeAllOfObject)[keyof typeof CreateTotpFactorResponseAuthenticationChallengeAllOfObject];
163
161
  declare const CreateTotpFactorResponseAuthenticationChallengeAllOfObject: {
164
162
  readonly authentication_challenge: "authentication_challenge";
165
163
  };
164
+ type CreateTotpFactorResponseAuthenticationChallengeAllOfExpiresAt = string | null;
165
+ type CreateTotpFactorResponseAuthenticationChallengeAllOfCode = string | null;
166
166
  type CreateTotpFactorResponseAuthenticationChallengeAllOf = {
167
167
  object: CreateTotpFactorResponseAuthenticationChallengeAllOfObject;
168
168
  id: string;
169
- /** @nullable */
170
- expires_at?: string | null;
171
- /** @nullable */
172
- code?: string | null;
169
+ expires_at?: CreateTotpFactorResponseAuthenticationChallengeAllOfExpiresAt;
170
+ code?: CreateTotpFactorResponseAuthenticationChallengeAllOfCode;
173
171
  authentication_factor_id: string;
174
172
  };
175
- type CreateTotpFactorResponseAuthenticationChallengeAllOfThree = {
173
+ type CreateTotpFactorResponseAuthenticationChallengeAllOfFive = {
176
174
  created_at: string;
177
175
  updated_at: string;
178
176
  };
179
- type CreateTotpFactorResponseAuthenticationChallenge = CreateTotpFactorResponseAuthenticationChallengeAllOf & CreateTotpFactorResponseAuthenticationChallengeAllOfThree;
177
+ type CreateTotpFactorResponseAuthenticationChallenge = CreateTotpFactorResponseAuthenticationChallengeAllOf & CreateTotpFactorResponseAuthenticationChallengeAllOfFive;
180
178
  interface CreateTotpFactorResponse {
181
179
  authenticationFactor: CreateTotpFactorResponseAuthenticationFactor;
182
180
  authenticationChallenge: CreateTotpFactorResponseAuthenticationChallenge;
@@ -185,57 +183,48 @@ interface VerifyTotpFactorRequest {
185
183
  code: string;
186
184
  authenticationChallengeId: string;
187
185
  }
188
- type AuthenticationInformationResponseDataVerificationMethodsMfaProvider = (typeof AuthenticationInformationResponseDataVerificationMethodsMfaProvider)[keyof typeof AuthenticationInformationResponseDataVerificationMethodsMfaProvider];
189
- declare const AuthenticationInformationResponseDataVerificationMethodsMfaProvider: {
186
+ type AuthenticationInformationResponseDataVerificationMethodsMfaOneOfProvider = (typeof AuthenticationInformationResponseDataVerificationMethodsMfaOneOfProvider)[keyof typeof AuthenticationInformationResponseDataVerificationMethodsMfaOneOfProvider];
187
+ declare const AuthenticationInformationResponseDataVerificationMethodsMfaOneOfProvider: {
190
188
  readonly MFA: "MFA";
191
189
  };
192
- /**
193
- * @nullable
194
- */
195
- type AuthenticationInformationResponseDataVerificationMethodsMfa = {
196
- provider: AuthenticationInformationResponseDataVerificationMethodsMfaProvider;
190
+ type AuthenticationInformationResponseDataVerificationMethodsMfaOneOfLastUsed = string | null;
191
+ type AuthenticationInformationResponseDataVerificationMethodsMfaOneOf = {
192
+ provider: AuthenticationInformationResponseDataVerificationMethodsMfaOneOfProvider;
197
193
  isSetUp: boolean;
198
- /** @nullable */
199
- lastUsed?: string | null;
200
- } | null;
201
- type AuthenticationInformationResponseDataVerificationMethodsPasswordProvider = (typeof AuthenticationInformationResponseDataVerificationMethodsPasswordProvider)[keyof typeof AuthenticationInformationResponseDataVerificationMethodsPasswordProvider];
202
- declare const AuthenticationInformationResponseDataVerificationMethodsPasswordProvider: {
194
+ lastUsed?: AuthenticationInformationResponseDataVerificationMethodsMfaOneOfLastUsed;
195
+ };
196
+ type AuthenticationInformationResponseDataVerificationMethodsMfa = AuthenticationInformationResponseDataVerificationMethodsMfaOneOf | null;
197
+ type AuthenticationInformationResponseDataVerificationMethodsPasswordOneOfProvider = (typeof AuthenticationInformationResponseDataVerificationMethodsPasswordOneOfProvider)[keyof typeof AuthenticationInformationResponseDataVerificationMethodsPasswordOneOfProvider];
198
+ declare const AuthenticationInformationResponseDataVerificationMethodsPasswordOneOfProvider: {
203
199
  readonly Password: "Password";
204
200
  };
205
- /**
206
- * @nullable
207
- */
208
- type AuthenticationInformationResponseDataVerificationMethodsPassword = {
209
- provider: AuthenticationInformationResponseDataVerificationMethodsPasswordProvider;
201
+ type AuthenticationInformationResponseDataVerificationMethodsPasswordOneOfLastUsed = string | null;
202
+ type AuthenticationInformationResponseDataVerificationMethodsPasswordOneOf = {
203
+ provider: AuthenticationInformationResponseDataVerificationMethodsPasswordOneOfProvider;
210
204
  isSetUp: boolean;
211
- /** @nullable */
212
- lastUsed?: string | null;
205
+ lastUsed?: AuthenticationInformationResponseDataVerificationMethodsPasswordOneOfLastUsed;
213
206
  isCurrentSession: boolean;
214
- } | null;
215
- type AuthenticationInformationResponseDataVerificationMethodsPasskeyProvider = (typeof AuthenticationInformationResponseDataVerificationMethodsPasskeyProvider)[keyof typeof AuthenticationInformationResponseDataVerificationMethodsPasskeyProvider];
216
- declare const AuthenticationInformationResponseDataVerificationMethodsPasskeyProvider: {
207
+ };
208
+ type AuthenticationInformationResponseDataVerificationMethodsPassword = AuthenticationInformationResponseDataVerificationMethodsPasswordOneOf | null;
209
+ type AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfProvider = (typeof AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfProvider)[keyof typeof AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfProvider];
210
+ declare const AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfProvider: {
217
211
  readonly Passkey: "Passkey";
218
212
  };
219
- type AuthenticationInformationResponseDataVerificationMethodsPasskeyPassKeysItem = {
213
+ type AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfLastUsed = string | null;
214
+ type AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfPassKeysItem = {
220
215
  id: string;
221
216
  };
222
- /**
223
- * @nullable
224
- */
225
- type AuthenticationInformationResponseDataVerificationMethodsPasskey = {
226
- provider: AuthenticationInformationResponseDataVerificationMethodsPasskeyProvider;
217
+ type AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOf = {
218
+ provider: AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfProvider;
227
219
  isSetUp: boolean;
228
- /** @nullable */
229
- lastUsed?: string | null;
230
- passKeys: AuthenticationInformationResponseDataVerificationMethodsPasskeyPassKeysItem[];
220
+ lastUsed?: AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfLastUsed;
221
+ passKeys: AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfPassKeysItem[];
231
222
  isCurrentSession: boolean;
232
- } | null;
223
+ };
224
+ type AuthenticationInformationResponseDataVerificationMethodsPasskey = AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOf | null;
233
225
  type AuthenticationInformationResponseDataVerificationMethods = {
234
- /** @nullable */
235
226
  Mfa?: AuthenticationInformationResponseDataVerificationMethodsMfa;
236
- /** @nullable */
237
227
  Password?: AuthenticationInformationResponseDataVerificationMethodsPassword;
238
- /** @nullable */
239
228
  Passkey?: AuthenticationInformationResponseDataVerificationMethodsPasskey;
240
229
  };
241
230
  type AuthenticationInformationResponseDataPasswordSettings = {
@@ -263,29 +252,30 @@ interface UpdatePasswordRequest {
263
252
  interface RevokeAllSessionsRequest {
264
253
  currentSessionId: string;
265
254
  }
255
+ type ActiveSessionIpAddress = string | null;
256
+ type ActiveSessionUserAgent = string | null;
257
+ type ActiveSessionOrganizationId = string | null;
258
+ type ActiveSessionStateExpiresAt = string | null;
266
259
  type ActiveSessionState = {
267
260
  tag: string;
268
- /** @nullable */
269
- expiresAt?: string | null;
261
+ expiresAt?: ActiveSessionStateExpiresAt;
270
262
  };
271
- /**
272
- * @nullable
273
- */
274
- type ActiveSessionCurrentLocation = {
263
+ type ActiveSessionCurrentLocationOneOf = {
275
264
  cityName: string;
276
265
  countryISOCode: string;
277
- } | null;
266
+ };
267
+ type ActiveSessionCurrentLocation = ActiveSessionCurrentLocationOneOf | null;
268
+ type ActiveSessionImpersonatorUserId = string | null;
269
+ type ActiveSessionImpersonatorEmail = string | null;
270
+ type ActiveSessionImpersonationReason = string | null;
271
+ type ActiveSessionLastActivityAt = string | null;
278
272
  interface ActiveSession {
279
273
  id: string;
280
274
  userlandUserId: string;
281
- /** @nullable */
282
- ipAddress?: string | null;
283
- /** @nullable */
284
- userAgent?: string | null;
285
- /** @nullable */
286
- organizationId?: string | null;
275
+ ipAddress?: ActiveSessionIpAddress;
276
+ userAgent?: ActiveSessionUserAgent;
277
+ organizationId?: ActiveSessionOrganizationId;
287
278
  state: ActiveSessionState;
288
- /** @nullable */
289
279
  currentLocation?: ActiveSessionCurrentLocation;
290
280
  usedSsoAuth: boolean;
291
281
  usedPasswordAuth: boolean;
@@ -301,14 +291,10 @@ interface ActiveSession {
301
291
  usedSlackOauth: boolean;
302
292
  usedXeroOauth: boolean;
303
293
  usedMagicAuth: boolean;
304
- /** @nullable */
305
- impersonatorUserId?: string | null;
306
- /** @nullable */
307
- impersonatorEmail?: string | null;
308
- /** @nullable */
309
- impersonationReason?: string | null;
310
- /** @nullable */
311
- lastActivityAt?: string | null;
294
+ impersonatorUserId?: ActiveSessionImpersonatorUserId;
295
+ impersonatorEmail?: ActiveSessionImpersonatorEmail;
296
+ impersonationReason?: ActiveSessionImpersonationReason;
297
+ lastActivityAt?: ActiveSessionLastActivityAt;
312
298
  createdAt: string;
313
299
  updatedAt: string;
314
300
  }
@@ -349,17 +335,17 @@ type SettingsResponseObject = (typeof SettingsResponseObject)[keyof typeof Setti
349
335
  declare const SettingsResponseObject: {
350
336
  readonly settings: "settings";
351
337
  };
338
+ type SettingsResponseLogoDarkIconPath = string | null;
339
+ type SettingsResponseLogoDarkPath = string | null;
340
+ type SettingsResponseLogoLightIconPath = string | null;
341
+ type SettingsResponseLogoLightPath = string | null;
352
342
  interface SettingsResponse {
353
343
  object: SettingsResponseObject;
354
344
  authkitOrigin: string;
355
- /** @nullable */
356
- logoDarkIconPath?: string | null;
357
- /** @nullable */
358
- logoDarkPath?: string | null;
359
- /** @nullable */
360
- logoLightIconPath?: string | null;
361
- /** @nullable */
362
- logoLightPath?: string | null;
345
+ logoDarkIconPath?: SettingsResponseLogoDarkIconPath;
346
+ logoDarkPath?: SettingsResponseLogoDarkPath;
347
+ logoLightIconPath?: SettingsResponseLogoLightIconPath;
348
+ logoLightPath?: SettingsResponseLogoLightPath;
363
349
  teamName: string;
364
350
  }
365
351
  type OrganizationDomainState = (typeof OrganizationDomainState)[keyof typeof OrganizationDomainState];
@@ -377,28 +363,28 @@ declare const DomainVerificationNameServer: {
377
363
  readonly GoDaddy: "GoDaddy";
378
364
  readonly Other: "Other";
379
365
  };
366
+ type OrganizationDomainVerificationPrefix = string | null;
367
+ type OrganizationDomainVerificationToken = string | null;
368
+ type OrganizationDomainSubdomain = string | null;
380
369
  interface OrganizationDomain {
381
370
  id: string;
382
371
  domain: string;
383
372
  state: OrganizationDomainState;
384
373
  nameServer: DomainVerificationNameServer;
385
- /** @nullable */
386
- verificationPrefix?: string | null;
387
- /** @nullable */
388
- verificationToken?: string | null;
389
- /** @nullable */
390
- subdomain?: string | null;
374
+ verificationPrefix?: OrganizationDomainVerificationPrefix;
375
+ verificationToken?: OrganizationDomainVerificationToken;
376
+ subdomain?: OrganizationDomainSubdomain;
391
377
  createdAt: string;
392
378
  }
379
+ type X509CertificateJSONNotBefore = string | null;
380
+ type X509CertificateJSONNotAfter = string | null;
381
+ type X509CertificateJSONLastExpiryEventSentAt = string | null;
393
382
  interface X509CertificateJSON {
394
383
  id: string;
395
384
  value: string;
396
- /** @nullable */
397
- notBefore?: string | null;
398
- /** @nullable */
399
- notAfter?: string | null;
400
- /** @nullable */
401
- lastExpiryEventSentAt?: string | null;
385
+ notBefore?: X509CertificateJSONNotBefore;
386
+ notAfter?: X509CertificateJSONNotAfter;
387
+ lastExpiryEventSentAt?: X509CertificateJSONLastExpiryEventSentAt;
402
388
  }
403
389
  type SamlSessionState = (typeof SamlSessionState)[keyof typeof SamlSessionState];
404
390
  declare const SamlSessionState: {
@@ -525,13 +511,13 @@ type SsoConnectionAnyOfEightAllOfSix = {
525
511
  };
526
512
  type SsoConnectionAnyOfEight = SsoConnectionAnyOfEightAllOf & SsoConnectionAnyOfEightAllOfSix;
527
513
  type SsoConnection = SsoConnectionAnyOf | SsoConnectionAnyOfEight;
514
+ type ListOrganizationApiKeysResponseDataLastUsedAt = string | null;
528
515
  interface ListOrganizationApiKeysResponseData {
529
516
  id: string;
530
517
  name: string;
531
518
  obfuscatedValue: string;
532
519
  createdAt: string;
533
- /** @nullable */
534
- lastUsedAt?: string | null;
520
+ lastUsedAt?: ListOrganizationApiKeysResponseDataLastUsedAt;
535
521
  permissions: string[];
536
522
  }
537
523
  type ListOrganizationApiKeysResponseListMetadata = {
@@ -540,7 +526,7 @@ type ListOrganizationApiKeysResponseListMetadata = {
540
526
  };
541
527
  interface ListOrganizationApiKeysResponse {
542
528
  data: ListOrganizationApiKeysResponseData[];
543
- listMetadata: ListOrganizationApiKeysResponseListMetadata;
529
+ list_metadata: ListOrganizationApiKeysResponseListMetadata;
544
530
  }
545
531
  interface CreateOrganizationApiKeyRequest {
546
532
  name: string;
@@ -554,12 +540,12 @@ interface CreateOrganizationApiKeyResponse {
554
540
  name: string;
555
541
  permissions: string[];
556
542
  }
543
+ type ListOrganizationApiKeyPermissionDescription = string | null;
557
544
  interface ListOrganizationApiKeyPermission {
558
545
  id: string;
559
546
  slug: string;
560
547
  name: string;
561
- /** @nullable */
562
- description?: string | null;
548
+ description?: ListOrganizationApiKeyPermissionDescription;
563
549
  }
564
550
  type ListOrganizationApiKeyPermissionsResponseListMetadata = {
565
551
  before?: string;
@@ -567,32 +553,42 @@ type ListOrganizationApiKeyPermissionsResponseListMetadata = {
567
553
  };
568
554
  interface ListOrganizationApiKeyPermissionsResponse {
569
555
  data: ListOrganizationApiKeyPermission[];
570
- listMetadata: ListOrganizationApiKeyPermissionsResponseListMetadata;
556
+ list_metadata: ListOrganizationApiKeyPermissionsResponseListMetadata;
571
557
  }
572
- declare const DataInstallationObject: {
558
+ declare const DataInstallationAllOfObject: {
573
559
  readonly data_installation: "data_installation";
574
560
  readonly connected_account: "connected_account";
575
561
  };
576
- declare const DataInstallationState: {
562
+ type DataInstallationAllOfUserId = string | null;
563
+ type DataInstallationAllOfOrganizationId = string | null;
564
+ declare const DataInstallationAllOfState: {
577
565
  readonly connected: "connected";
578
566
  readonly needs_reauthorization: "needs_reauthorization";
579
567
  };
580
- interface DataInstallation {
581
- object: (typeof DataInstallationObject)[keyof typeof DataInstallationObject];
568
+ type DataInstallationAllOf = {
569
+ object: (typeof DataInstallationAllOfObject)[keyof typeof DataInstallationAllOfObject];
582
570
  id: string;
583
- /** @nullable */
584
- userlandUserId?: string | null;
585
- /** @nullable */
586
- organizationId?: string | null;
571
+ user_id?: DataInstallationAllOfUserId;
572
+ organization_id?: DataInstallationAllOfOrganizationId;
587
573
  scopes: string[];
588
- state: (typeof DataInstallationState)[keyof typeof DataInstallationState];
589
- createdAt: string;
590
- updatedAt: string;
591
- }
574
+ state: (typeof DataInstallationAllOfState)[keyof typeof DataInstallationAllOfState];
575
+ created_at: string;
576
+ updated_at: string;
577
+ };
578
+ type DataInstallationAllOfSixUserlandUserId = string | null;
579
+ type DataInstallationAllOfSixOrganizationId = string | null;
580
+ type DataInstallationAllOfSix = {
581
+ userlandUserId?: DataInstallationAllOfSixUserlandUserId;
582
+ organizationId?: DataInstallationAllOfSixOrganizationId;
583
+ createdAt?: string;
584
+ updatedAt?: string;
585
+ };
586
+ type DataInstallation = DataInstallationAllOf & DataInstallationAllOfSix;
592
587
  type DataIntegrationObject = (typeof DataIntegrationObject)[keyof typeof DataIntegrationObject];
593
588
  declare const DataIntegrationObject: {
594
589
  readonly data_integration: "data_integration";
595
590
  };
591
+ type DataIntegrationDescription = string | null;
596
592
  declare const DataIntegrationIntegrationType: {
597
593
  readonly asana: "asana";
598
594
  readonly box: "box";
@@ -640,19 +636,18 @@ declare const DataIntegrationCredentialsType: {
640
636
  readonly shared: "shared";
641
637
  readonly custom: "custom";
642
638
  };
639
+ type DataIntegrationScopes = string[] | null;
643
640
  type DataIntegrationInstallation = DataInstallation | null;
644
641
  interface DataIntegration {
645
642
  object: DataIntegrationObject;
646
643
  id: string;
647
644
  name: string;
648
- /** @nullable */
649
- description?: string | null;
645
+ description?: DataIntegrationDescription;
650
646
  slug: string;
651
647
  integrationType: (typeof DataIntegrationIntegrationType)[keyof typeof DataIntegrationIntegrationType];
652
648
  ownership: (typeof DataIntegrationOwnership)[keyof typeof DataIntegrationOwnership];
653
649
  credentialsType: (typeof DataIntegrationCredentialsType)[keyof typeof DataIntegrationCredentialsType];
654
- /** @nullable */
655
- scopes?: string[] | null;
650
+ scopes?: DataIntegrationScopes;
656
651
  createdAt: string;
657
652
  updatedAt: string;
658
653
  installation?: DataIntegrationInstallation;
@@ -671,41 +666,151 @@ type GetDataIntegrationAuthorizeUrlResponse = GetDataIntegrationAuthorizeUrlResp
671
666
  interface GetAuthorizationStatusResponse {
672
667
  isConnecting: boolean;
673
668
  }
674
- type MembersParams = {
669
+ type DirectoryType = (typeof DirectoryType)[keyof typeof DirectoryType];
670
+ declare const DirectoryType: {
671
+ readonly azure_scim_v20: "azure scim v2.0";
672
+ readonly bamboohr: "bamboohr";
673
+ readonly breathe_hr: "breathe hr";
674
+ readonly cezanne_hr: "cezanne hr";
675
+ readonly cyberark_scim_v20: "cyberark scim v2.0";
676
+ readonly fourth_hr: "fourth hr";
677
+ readonly generic_scim_v20: "generic scim v2.0";
678
+ readonly gsuite_directory: "gsuite directory";
679
+ readonly gusto: "gusto";
680
+ readonly hibob: "hibob";
681
+ readonly jump_cloud_scim_v20: "jump cloud scim v2.0";
682
+ readonly okta_scim_v20: "okta scim v2.0";
683
+ readonly onelogin_scim_v20: "onelogin scim v2.0";
684
+ readonly people_hr: "people hr";
685
+ readonly personio: "personio";
686
+ readonly pingfederate_scim_v20: "pingfederate scim v2.0";
687
+ readonly rippling: "rippling";
688
+ readonly rippling_scim_v20: "rippling scim v2.0";
689
+ readonly s3: "s3";
690
+ readonly sailpoint_scim_v20: "sailpoint scim v2.0";
691
+ readonly sftp: "sftp";
692
+ readonly sftp_workday: "sftp workday";
693
+ readonly workday: "workday";
694
+ };
695
+ type DirectoryState = (typeof DirectoryState)[keyof typeof DirectoryState];
696
+ declare const DirectoryState: {
697
+ readonly requires_type: "requires_type";
698
+ readonly linked: "linked";
699
+ readonly validating: "validating";
700
+ readonly invalid_credentials: "invalid_credentials";
701
+ readonly unlinked: "unlinked";
702
+ readonly deleting: "deleting";
703
+ };
704
+ interface DirectoryUsersMetadata {
705
+ active: number;
706
+ inactive: number;
707
+ }
708
+ interface DirectoryMetadata {
709
+ users: DirectoryUsersMetadata;
710
+ groups: number;
711
+ }
712
+ interface Directory {
713
+ id: string;
714
+ name: string;
715
+ type: DirectoryType;
716
+ state: DirectoryState;
717
+ createdAt: string;
718
+ updatedAt: string;
719
+ metadata: DirectoryMetadata;
720
+ }
721
+ interface DirectoriesResponse {
722
+ data: Directory[];
723
+ link: string;
724
+ }
725
+ type CreateOrganizationApiKey400 = {
726
+ message: string;
727
+ };
728
+ type CreateOrganizationApiKey403 = {
729
+ message: string;
730
+ };
731
+ type CreateOrganizationApiKey404 = {
732
+ message: string;
733
+ };
734
+ type CreateOrganizationApiKey422ErrorsItem = {
735
+ code: string;
736
+ field: string;
737
+ };
738
+ type CreateOrganizationApiKey422 = {
739
+ message: string;
740
+ errors: CreateOrganizationApiKey422ErrorsItem[];
741
+ };
742
+ type ListOrganizationApiKeysParams = {
743
+ limit?: number;
744
+ before?: string;
745
+ after?: string;
675
746
  search?: string;
676
- limit?: string;
747
+ };
748
+ type ListOrganizationApiKeys400 = {
749
+ message: string;
750
+ };
751
+ type ListOrganizationApiKeys403 = {
752
+ message: string;
753
+ };
754
+ type ListOrganizationApiKeyPermissionsParams = {
755
+ search?: string;
756
+ limit?: number;
677
757
  before?: string;
678
758
  after?: string;
679
- role?: string;
680
759
  };
681
- type Members200 = {
682
- data: Member[];
683
- listMetadata: ListMetadata;
760
+ type ListOrganizationApiKeyPermissions400 = {
761
+ message: string;
684
762
  };
685
- type Members403 = {
763
+ type ListOrganizationApiKeyPermissions403 = {
686
764
  message: string;
687
765
  };
688
- type Members404 = {
766
+ type DeleteOrganizationApiKey200 = {
767
+ success: boolean;
768
+ };
769
+ type DeleteOrganizationApiKey403 = {
689
770
  message: string;
690
771
  };
691
- type Roles403 = {
772
+ type DeleteOrganizationApiKey404 = {
692
773
  message: string;
693
774
  };
694
- type Roles404 = {
775
+ type DeleteDataInstallation200 = {
776
+ success: boolean;
777
+ };
778
+ type DeleteDataInstallation403 = {
695
779
  message: string;
696
780
  };
697
- type RolesAndConfig403 = {
781
+ type DeleteDataInstallation404 = {
698
782
  message: string;
699
783
  };
700
- type RolesAndConfig404 = {
784
+ type MyDataIntegrations403 = {
785
+ message: string;
786
+ };
787
+ type GetDataInstallationAuthorizationStatus400 = {
788
+ message: string;
789
+ };
790
+ type GetDataInstallationAuthorizationStatus403 = {
791
+ message: string;
792
+ };
793
+ type GetDataInstallationAuthorizationStatus404 = {
794
+ message: string;
795
+ };
796
+ type GetDataIntegrationAuthorizeUrlParams = {
797
+ requireHandoff?: boolean;
798
+ };
799
+ type GetDataIntegrationAuthorizeUrl400 = {
800
+ message: string;
801
+ };
802
+ type GetDataIntegrationAuthorizeUrl403 = {
701
803
  message: string;
702
804
  };
805
+ type GetDataIntegrationAuthorizeUrl404 = {
806
+ message: string;
807
+ };
808
+ type InviteMemberBodyFirstName = string | null;
809
+ type InviteMemberBodyLastName = string | null;
703
810
  type InviteMemberBody = {
704
811
  email: string;
705
- /** @nullable */
706
- firstName?: string | null;
707
- /** @nullable */
708
- lastName?: string | null;
812
+ firstName?: InviteMemberBodyFirstName;
813
+ lastName?: InviteMemberBodyLastName;
709
814
  roles: string[];
710
815
  };
711
816
  type InviteMember201 = {
@@ -720,9 +825,22 @@ type InviteMember403 = {
720
825
  type InviteMember404 = {
721
826
  message: string;
722
827
  };
828
+ type RevokeInvite200 = {
829
+ id: string;
830
+ success: boolean;
831
+ };
832
+ type RevokeInvite400 = {
833
+ message: string;
834
+ };
835
+ type RevokeInvite403 = {
836
+ message: string;
837
+ };
838
+ type RevokeInvite404 = {
839
+ message: string;
840
+ };
841
+ type ResendInvite201Id = string | null;
723
842
  type ResendInvite201 = {
724
- /** @nullable */
725
- id?: string | null;
843
+ id?: ResendInvite201Id;
726
844
  success: boolean;
727
845
  };
728
846
  type ResendInvite400 = {
@@ -737,17 +855,21 @@ type ResendInvite404 = {
737
855
  type ResendInvite422 = {
738
856
  message: string;
739
857
  };
740
- type RevokeInvite200 = {
741
- id: string;
742
- success: boolean;
858
+ type MembersParams = {
859
+ search?: string;
860
+ limit?: string;
861
+ before?: string;
862
+ after?: string;
863
+ role?: string;
743
864
  };
744
- type RevokeInvite400 = {
745
- message: string;
865
+ type Members200 = {
866
+ data: Member[];
867
+ list_metadata: ListMetadata;
746
868
  };
747
- type RevokeInvite403 = {
869
+ type Members403 = {
748
870
  message: string;
749
871
  };
750
- type RevokeInvite404 = {
872
+ type Members404 = {
751
873
  message: string;
752
874
  };
753
875
  type RemoveMember200 = {
@@ -788,84 +910,72 @@ type Organizations403 = {
788
910
  type Organizations404 = {
789
911
  message: string;
790
912
  };
791
- type Me403 = {
913
+ type Roles403 = {
792
914
  message: string;
793
915
  };
794
- type UpdateMeBody = {
795
- firstName?: string;
796
- lastName?: string;
797
- locale?: string;
798
- };
799
- type UpdateMe400 = {
916
+ type Roles404 = {
800
917
  message: string;
801
918
  };
802
- type UpdateMe403 = {
919
+ type RolesAndConfig403 = {
803
920
  message: string;
804
921
  };
805
- type CreateTotpFactor400 = {
922
+ type RolesAndConfig404 = {
806
923
  message: string;
807
924
  };
808
- type CreateTotpFactor403 = {
925
+ type AuthenticationInformation403 = {
809
926
  message: string;
810
927
  };
811
- type VerifyTotpFactor200 = {
928
+ type CreatePassword201 = {
812
929
  success: boolean;
813
930
  };
814
- type VerifyTotpFactor400 = {
931
+ type CreatePassword400 = {
815
932
  message: string;
816
933
  };
817
- type VerifyTotpFactor403 = {
934
+ type CreatePassword403 = {
818
935
  message: string;
819
936
  };
820
- type DeleteTotpFactors200 = {
821
- success: boolean;
822
- };
823
- type DeleteTotpFactors400 = {
937
+ type CreateTotpFactor400 = {
824
938
  message: string;
825
939
  };
826
- type DeleteTotpFactors403 = {
940
+ type CreateTotpFactor403 = {
827
941
  message: string;
828
942
  };
829
- type AuthenticationInformation403 = {
943
+ type Me403 = {
830
944
  message: string;
831
945
  };
832
- type CreatePassword201 = {
833
- success: boolean;
946
+ type UpdateMeBody = {
947
+ firstName?: string;
948
+ lastName?: string;
949
+ locale?: string;
834
950
  };
835
- type CreatePassword400 = {
951
+ type UpdateMe400 = {
836
952
  message: string;
837
953
  };
838
- type CreatePassword403 = {
954
+ type UpdateMe403 = {
839
955
  message: string;
840
956
  };
841
- type UpdatePassword201 = {
842
- success: boolean;
843
- };
844
- type UpdatePassword400 = {
957
+ type RegisterPasskey400 = {
845
958
  message: string;
846
959
  };
847
- type UpdatePassword403 = {
960
+ type RegisterPasskey403 = {
848
961
  message: string;
849
962
  };
850
- type RevokeAllSessions200 = {
963
+ type VerifyPasskey200 = {
851
964
  success: boolean;
852
965
  };
853
- type RevokeAllSessions400 = {
966
+ type VerifyPasskey400 = {
854
967
  message: string;
855
968
  };
856
- type RevokeAllSessions403 = {
969
+ type VerifyPasskey403 = {
857
970
  message: string;
858
971
  };
859
- type RevokeSession200 = {
972
+ type DeletePasskey200 = {
860
973
  success: boolean;
861
974
  };
862
- type RevokeSession400 = {
863
- message: string;
864
- };
865
- type RevokeSession403 = {
975
+ type DeletePasskey400 = {
866
976
  message: string;
867
977
  };
868
- type Sessions403 = {
978
+ type DeletePasskey403 = {
869
979
  message: string;
870
980
  };
871
981
  type SendVerification400 = {
@@ -874,53 +984,65 @@ type SendVerification400 = {
874
984
  type SendVerification403 = {
875
985
  message: string;
876
986
  };
877
- type Verify400 = {
987
+ type Sessions403 = {
878
988
  message: string;
879
989
  };
880
- type Verify403 = {
881
- message: string;
990
+ type RevokeAllSessions200 = {
991
+ success: boolean;
882
992
  };
883
- type RegisterPasskey400 = {
993
+ type RevokeAllSessions400 = {
884
994
  message: string;
885
995
  };
886
- type RegisterPasskey403 = {
996
+ type RevokeAllSessions403 = {
887
997
  message: string;
888
998
  };
889
- type VerifyPasskey200 = {
999
+ type RevokeSession200 = {
890
1000
  success: boolean;
891
1001
  };
892
- type VerifyPasskey400 = {
1002
+ type RevokeSession400 = {
893
1003
  message: string;
894
1004
  };
895
- type VerifyPasskey403 = {
1005
+ type RevokeSession403 = {
896
1006
  message: string;
897
1007
  };
898
- type DeletePasskey200 = {
1008
+ type DeleteTotpFactors200 = {
899
1009
  success: boolean;
900
1010
  };
901
- type DeletePasskey400 = {
1011
+ type DeleteTotpFactors400 = {
902
1012
  message: string;
903
1013
  };
904
- type DeletePasskey403 = {
1014
+ type DeleteTotpFactors403 = {
905
1015
  message: string;
906
1016
  };
907
- type Settings403 = {
1017
+ type UpdatePassword201 = {
1018
+ success: boolean;
1019
+ };
1020
+ type UpdatePassword400 = {
908
1021
  message: string;
909
1022
  };
910
- type ListOrganizationDomains200 = {
911
- data: OrganizationDomain[];
1023
+ type UpdatePassword403 = {
1024
+ message: string;
912
1025
  };
913
- type ListOrganizationDomains403 = {
1026
+ type Verify400 = {
914
1027
  message: string;
915
1028
  };
916
- type ListOrganizationDomains404 = {
1029
+ type Verify403 = {
917
1030
  message: string;
918
1031
  };
919
- type GenerateAdminPortalLinkParams = {
920
- intent: GenerateAdminPortalLinkIntent;
1032
+ type VerifyTotpFactor200 = {
1033
+ success: boolean;
921
1034
  };
922
- type GenerateAdminPortalLinkIntent = (typeof GenerateAdminPortalLinkIntent)[keyof typeof GenerateAdminPortalLinkIntent];
923
- declare const GenerateAdminPortalLinkIntent: {
1035
+ type VerifyTotpFactor400 = {
1036
+ message: string;
1037
+ };
1038
+ type VerifyTotpFactor403 = {
1039
+ message: string;
1040
+ };
1041
+ type GenerateAdminPortalLinkParams = {
1042
+ intent: GenerateAdminPortalLinkIntent;
1043
+ };
1044
+ type GenerateAdminPortalLinkIntent = (typeof GenerateAdminPortalLinkIntent)[keyof typeof GenerateAdminPortalLinkIntent];
1045
+ declare const GenerateAdminPortalLinkIntent: {
924
1046
  readonly domain_verification: "domain_verification";
925
1047
  readonly sso: "sso";
926
1048
  };
@@ -936,6 +1058,15 @@ type GenerateAdminPortalLink404 = {
936
1058
  type GenerateAdminPortalLink500 = {
937
1059
  message: string;
938
1060
  };
1061
+ type ListOrganizationDomains200 = {
1062
+ data: OrganizationDomain[];
1063
+ };
1064
+ type ListOrganizationDomains403 = {
1065
+ message: string;
1066
+ };
1067
+ type ListOrganizationDomains404 = {
1068
+ message: string;
1069
+ };
939
1070
  type DeleteOrganizationDomain403 = {
940
1071
  message: string;
941
1072
  };
@@ -948,152 +1079,195 @@ type ReverifyOrganizationDomain403 = {
948
1079
  type ReverifyOrganizationDomain404 = {
949
1080
  message: string;
950
1081
  };
951
- type CreateOrganizationApiKey400 = {
1082
+ type ListDirectories403 = {
952
1083
  message: string;
953
1084
  };
954
- type CreateOrganizationApiKey403 = {
1085
+ type ListDirectories404 = {
955
1086
  message: string;
956
1087
  };
957
- type CreateOrganizationApiKey404 = {
1088
+ type Settings403 = {
958
1089
  message: string;
959
1090
  };
960
- type CreateOrganizationApiKey422ErrorsItem = {
961
- code: string;
962
- field: string;
1091
+ type createOrganizationApiKeyResponse201 = {
1092
+ data: CreateOrganizationApiKeyResponse;
1093
+ status: 201;
963
1094
  };
964
- type CreateOrganizationApiKey422 = {
965
- message: string;
966
- errors: CreateOrganizationApiKey422ErrorsItem[];
1095
+ type createOrganizationApiKeyResponse400 = {
1096
+ data: CreateOrganizationApiKey400;
1097
+ status: 400;
967
1098
  };
968
- type ListOrganizationApiKeysParams = {
969
- limit?: number;
970
- before?: string;
971
- after?: string;
972
- search?: string;
1099
+ type createOrganizationApiKeyResponse403 = {
1100
+ data: CreateOrganizationApiKey403;
1101
+ status: 403;
973
1102
  };
974
- type ListOrganizationApiKeys400 = {
975
- message: string;
1103
+ type createOrganizationApiKeyResponse404 = {
1104
+ data: CreateOrganizationApiKey404;
1105
+ status: 404;
976
1106
  };
977
- type ListOrganizationApiKeys403 = {
978
- message: string;
1107
+ type createOrganizationApiKeyResponse422 = {
1108
+ data: CreateOrganizationApiKey422;
1109
+ status: 422;
979
1110
  };
980
- type ListOrganizationApiKeyPermissionsParams = {
981
- search?: string;
982
- limit?: number;
983
- before?: string;
984
- after?: string;
1111
+ type createOrganizationApiKeyResponseSuccess = createOrganizationApiKeyResponse201 & {
1112
+ headers: Headers;
985
1113
  };
986
- type ListOrganizationApiKeyPermissions400 = {
987
- message: string;
1114
+ type createOrganizationApiKeyResponseError = (createOrganizationApiKeyResponse400 | createOrganizationApiKeyResponse403 | createOrganizationApiKeyResponse404 | createOrganizationApiKeyResponse422) & {
1115
+ headers: Headers;
988
1116
  };
989
- type ListOrganizationApiKeyPermissions403 = {
990
- message: string;
1117
+ type createOrganizationApiKeyResponse = createOrganizationApiKeyResponseSuccess | createOrganizationApiKeyResponseError;
1118
+ declare const getCreateOrganizationApiKeyUrl: () => string;
1119
+ declare const createOrganizationApiKey: (createOrganizationApiKeyRequest: CreateOrganizationApiKeyRequest, options?: RequestInit) => Promise<createOrganizationApiKeyResponse>;
1120
+ type listOrganizationApiKeysResponse200 = {
1121
+ data: ListOrganizationApiKeysResponse;
1122
+ status: 200;
991
1123
  };
992
- type DeleteOrganizationApiKey200 = {
993
- success: boolean;
1124
+ type listOrganizationApiKeysResponse400 = {
1125
+ data: ListOrganizationApiKeys400;
1126
+ status: 400;
994
1127
  };
995
- type DeleteOrganizationApiKey403 = {
996
- message: string;
1128
+ type listOrganizationApiKeysResponse403 = {
1129
+ data: ListOrganizationApiKeys403;
1130
+ status: 403;
997
1131
  };
998
- type DeleteOrganizationApiKey404 = {
999
- message: string;
1132
+ type listOrganizationApiKeysResponseSuccess = listOrganizationApiKeysResponse200 & {
1133
+ headers: Headers;
1000
1134
  };
1001
- type MyDataIntegrations403 = {
1002
- message: string;
1135
+ type listOrganizationApiKeysResponseError = (listOrganizationApiKeysResponse400 | listOrganizationApiKeysResponse403) & {
1136
+ headers: Headers;
1003
1137
  };
1004
- type GetDataIntegrationAuthorizeUrlParams = {
1005
- requireHandoff?: boolean;
1138
+ type listOrganizationApiKeysResponse = listOrganizationApiKeysResponseSuccess | listOrganizationApiKeysResponseError;
1139
+ declare const getListOrganizationApiKeysUrl: (params?: ListOrganizationApiKeysParams) => string;
1140
+ declare const listOrganizationApiKeys: (params?: ListOrganizationApiKeysParams, options?: RequestInit) => Promise<listOrganizationApiKeysResponse>;
1141
+ type listOrganizationApiKeyPermissionsResponse200 = {
1142
+ data: ListOrganizationApiKeyPermissionsResponse;
1143
+ status: 200;
1006
1144
  };
1007
- type GetDataIntegrationAuthorizeUrl400 = {
1008
- message: string;
1145
+ type listOrganizationApiKeyPermissionsResponse400 = {
1146
+ data: ListOrganizationApiKeyPermissions400;
1147
+ status: 400;
1009
1148
  };
1010
- type GetDataIntegrationAuthorizeUrl403 = {
1011
- message: string;
1149
+ type listOrganizationApiKeyPermissionsResponse403 = {
1150
+ data: ListOrganizationApiKeyPermissions403;
1151
+ status: 403;
1012
1152
  };
1013
- type GetDataIntegrationAuthorizeUrl404 = {
1014
- message: string;
1153
+ type listOrganizationApiKeyPermissionsResponseSuccess = listOrganizationApiKeyPermissionsResponse200 & {
1154
+ headers: Headers;
1015
1155
  };
1016
- type GetDataInstallationAuthorizationStatus400 = {
1017
- message: string;
1156
+ type listOrganizationApiKeyPermissionsResponseError = (listOrganizationApiKeyPermissionsResponse400 | listOrganizationApiKeyPermissionsResponse403) & {
1157
+ headers: Headers;
1018
1158
  };
1019
- type GetDataInstallationAuthorizationStatus403 = {
1020
- message: string;
1159
+ type listOrganizationApiKeyPermissionsResponse = listOrganizationApiKeyPermissionsResponseSuccess | listOrganizationApiKeyPermissionsResponseError;
1160
+ declare const getListOrganizationApiKeyPermissionsUrl: (params?: ListOrganizationApiKeyPermissionsParams) => string;
1161
+ declare const listOrganizationApiKeyPermissions: (params?: ListOrganizationApiKeyPermissionsParams, options?: RequestInit) => Promise<listOrganizationApiKeyPermissionsResponse>;
1162
+ type deleteOrganizationApiKeyResponse200 = {
1163
+ data: DeleteOrganizationApiKey200;
1164
+ status: 200;
1021
1165
  };
1022
- type GetDataInstallationAuthorizationStatus404 = {
1023
- message: string;
1166
+ type deleteOrganizationApiKeyResponse403 = {
1167
+ data: DeleteOrganizationApiKey403;
1168
+ status: 403;
1024
1169
  };
1025
- type DeleteDataInstallation200 = {
1026
- success: boolean;
1170
+ type deleteOrganizationApiKeyResponse404 = {
1171
+ data: DeleteOrganizationApiKey404;
1172
+ status: 404;
1027
1173
  };
1028
- type DeleteDataInstallation403 = {
1029
- message: string;
1174
+ type deleteOrganizationApiKeyResponseSuccess = deleteOrganizationApiKeyResponse200 & {
1175
+ headers: Headers;
1030
1176
  };
1031
- type DeleteDataInstallation404 = {
1032
- message: string;
1177
+ type deleteOrganizationApiKeyResponseError = (deleteOrganizationApiKeyResponse403 | deleteOrganizationApiKeyResponse404) & {
1178
+ headers: Headers;
1033
1179
  };
1034
- type membersResponse200 = {
1035
- data: Members200;
1180
+ type deleteOrganizationApiKeyResponse = deleteOrganizationApiKeyResponseSuccess | deleteOrganizationApiKeyResponseError;
1181
+ declare const getDeleteOrganizationApiKeyUrl: (apiKeyId: string) => string;
1182
+ declare const deleteOrganizationApiKey: (apiKeyId: string, options?: RequestInit) => Promise<deleteOrganizationApiKeyResponse>;
1183
+ type deleteDataInstallationResponse200 = {
1184
+ data: DeleteDataInstallation200;
1036
1185
  status: 200;
1037
1186
  };
1038
- type membersResponse403 = {
1039
- data: Members403;
1187
+ type deleteDataInstallationResponse403 = {
1188
+ data: DeleteDataInstallation403;
1040
1189
  status: 403;
1041
1190
  };
1042
- type membersResponse404 = {
1043
- data: Members404;
1191
+ type deleteDataInstallationResponse404 = {
1192
+ data: DeleteDataInstallation404;
1044
1193
  status: 404;
1045
1194
  };
1046
- type membersResponseSuccess = membersResponse200 & {
1195
+ type deleteDataInstallationResponseSuccess = deleteDataInstallationResponse200 & {
1047
1196
  headers: Headers;
1048
1197
  };
1049
- type membersResponseError = (membersResponse403 | membersResponse404) & {
1198
+ type deleteDataInstallationResponseError = (deleteDataInstallationResponse403 | deleteDataInstallationResponse404) & {
1050
1199
  headers: Headers;
1051
1200
  };
1052
- type membersResponse = membersResponseSuccess | membersResponseError;
1053
- declare const getMembersUrl: (params?: MembersParams) => string;
1054
- declare const members: (params?: MembersParams, options?: RequestInit) => Promise<membersResponse>;
1055
- type rolesResponse200 = {
1056
- data: MemberRole[];
1201
+ type deleteDataInstallationResponse = deleteDataInstallationResponseSuccess | deleteDataInstallationResponseError;
1202
+ declare const getDeleteDataInstallationUrl: (installationId: string) => string;
1203
+ declare const deleteDataInstallation: (installationId: string, options?: RequestInit) => Promise<deleteDataInstallationResponse>;
1204
+ type myDataIntegrationsResponse200 = {
1205
+ data: DataIntegrationsResponse;
1057
1206
  status: 200;
1058
1207
  };
1059
- type rolesResponse403 = {
1060
- data: Roles403;
1208
+ type myDataIntegrationsResponse403 = {
1209
+ data: MyDataIntegrations403;
1061
1210
  status: 403;
1062
1211
  };
1063
- type rolesResponse404 = {
1064
- data: Roles404;
1212
+ type myDataIntegrationsResponseSuccess = myDataIntegrationsResponse200 & {
1213
+ headers: Headers;
1214
+ };
1215
+ type myDataIntegrationsResponseError = myDataIntegrationsResponse403 & {
1216
+ headers: Headers;
1217
+ };
1218
+ type myDataIntegrationsResponse = myDataIntegrationsResponseSuccess | myDataIntegrationsResponseError;
1219
+ declare const getMyDataIntegrationsUrl: () => string;
1220
+ declare const myDataIntegrations: (options?: RequestInit) => Promise<myDataIntegrationsResponse>;
1221
+ type getDataInstallationAuthorizationStatusResponse200 = {
1222
+ data: GetAuthorizationStatusResponse;
1223
+ status: 200;
1224
+ };
1225
+ type getDataInstallationAuthorizationStatusResponse400 = {
1226
+ data: GetDataInstallationAuthorizationStatus400;
1227
+ status: 400;
1228
+ };
1229
+ type getDataInstallationAuthorizationStatusResponse403 = {
1230
+ data: GetDataInstallationAuthorizationStatus403;
1231
+ status: 403;
1232
+ };
1233
+ type getDataInstallationAuthorizationStatusResponse404 = {
1234
+ data: GetDataInstallationAuthorizationStatus404;
1065
1235
  status: 404;
1066
1236
  };
1067
- type rolesResponseSuccess = rolesResponse200 & {
1237
+ type getDataInstallationAuthorizationStatusResponseSuccess = getDataInstallationAuthorizationStatusResponse200 & {
1068
1238
  headers: Headers;
1069
1239
  };
1070
- type rolesResponseError = (rolesResponse403 | rolesResponse404) & {
1240
+ type getDataInstallationAuthorizationStatusResponseError = (getDataInstallationAuthorizationStatusResponse400 | getDataInstallationAuthorizationStatusResponse403 | getDataInstallationAuthorizationStatusResponse404) & {
1071
1241
  headers: Headers;
1072
1242
  };
1073
- type rolesResponse = rolesResponseSuccess | rolesResponseError;
1074
- declare const getRolesUrl: () => string;
1075
- declare const roles: (options?: RequestInit) => Promise<rolesResponse>;
1076
- type rolesAndConfigResponse200 = {
1077
- data: RolesAndConfigResponse;
1243
+ type getDataInstallationAuthorizationStatusResponse = getDataInstallationAuthorizationStatusResponseSuccess | getDataInstallationAuthorizationStatusResponseError;
1244
+ declare const getGetDataInstallationAuthorizationStatusUrl: (dataIntegrationId: string, state: string) => string;
1245
+ declare const getDataInstallationAuthorizationStatus: (dataIntegrationId: string, state: string, options?: RequestInit) => Promise<getDataInstallationAuthorizationStatusResponse>;
1246
+ type getDataIntegrationAuthorizeUrlResponse200 = {
1247
+ data: GetDataIntegrationAuthorizeUrlResponse;
1078
1248
  status: 200;
1079
1249
  };
1080
- type rolesAndConfigResponse403 = {
1081
- data: RolesAndConfig403;
1250
+ type getDataIntegrationAuthorizeUrlResponse400 = {
1251
+ data: GetDataIntegrationAuthorizeUrl400;
1252
+ status: 400;
1253
+ };
1254
+ type getDataIntegrationAuthorizeUrlResponse403 = {
1255
+ data: GetDataIntegrationAuthorizeUrl403;
1082
1256
  status: 403;
1083
1257
  };
1084
- type rolesAndConfigResponse404 = {
1085
- data: RolesAndConfig404;
1258
+ type getDataIntegrationAuthorizeUrlResponse404 = {
1259
+ data: GetDataIntegrationAuthorizeUrl404;
1086
1260
  status: 404;
1087
1261
  };
1088
- type rolesAndConfigResponseSuccess = rolesAndConfigResponse200 & {
1262
+ type getDataIntegrationAuthorizeUrlResponseSuccess = getDataIntegrationAuthorizeUrlResponse200 & {
1089
1263
  headers: Headers;
1090
1264
  };
1091
- type rolesAndConfigResponseError = (rolesAndConfigResponse403 | rolesAndConfigResponse404) & {
1265
+ type getDataIntegrationAuthorizeUrlResponseError = (getDataIntegrationAuthorizeUrlResponse400 | getDataIntegrationAuthorizeUrlResponse403 | getDataIntegrationAuthorizeUrlResponse404) & {
1092
1266
  headers: Headers;
1093
1267
  };
1094
- type rolesAndConfigResponse = rolesAndConfigResponseSuccess | rolesAndConfigResponseError;
1095
- declare const getRolesAndConfigUrl: () => string;
1096
- declare const rolesAndConfig: (options?: RequestInit) => Promise<rolesAndConfigResponse>;
1268
+ type getDataIntegrationAuthorizeUrlResponse = getDataIntegrationAuthorizeUrlResponseSuccess | getDataIntegrationAuthorizeUrlResponseError;
1269
+ declare const getGetDataIntegrationAuthorizeUrlUrl: (slug: string, params?: GetDataIntegrationAuthorizeUrlParams) => string;
1270
+ declare const getDataIntegrationAuthorizeUrl: (slug: string, params?: GetDataIntegrationAuthorizeUrlParams, options?: RequestInit) => Promise<getDataIntegrationAuthorizeUrlResponse>;
1097
1271
  type inviteMemberResponse201 = {
1098
1272
  data: InviteMember201;
1099
1273
  status: 201;
@@ -1119,6 +1293,31 @@ type inviteMemberResponseError = (inviteMemberResponse400 | inviteMemberResponse
1119
1293
  type inviteMemberResponse = inviteMemberResponseSuccess | inviteMemberResponseError;
1120
1294
  declare const getInviteMemberUrl: () => string;
1121
1295
  declare const inviteMember: (inviteMemberBody: InviteMemberBody, options?: RequestInit) => Promise<inviteMemberResponse>;
1296
+ type revokeInviteResponse200 = {
1297
+ data: RevokeInvite200;
1298
+ status: 200;
1299
+ };
1300
+ type revokeInviteResponse400 = {
1301
+ data: RevokeInvite400;
1302
+ status: 400;
1303
+ };
1304
+ type revokeInviteResponse403 = {
1305
+ data: RevokeInvite403;
1306
+ status: 403;
1307
+ };
1308
+ type revokeInviteResponse404 = {
1309
+ data: RevokeInvite404;
1310
+ status: 404;
1311
+ };
1312
+ type revokeInviteResponseSuccess = revokeInviteResponse200 & {
1313
+ headers: Headers;
1314
+ };
1315
+ type revokeInviteResponseError = (revokeInviteResponse400 | revokeInviteResponse403 | revokeInviteResponse404) & {
1316
+ headers: Headers;
1317
+ };
1318
+ type revokeInviteResponse = revokeInviteResponseSuccess | revokeInviteResponseError;
1319
+ declare const getRevokeInviteUrl: (userId: string) => string;
1320
+ declare const revokeInvite: (userId: string, options?: RequestInit) => Promise<revokeInviteResponse>;
1122
1321
  type resendInviteResponse201 = {
1123
1322
  data: ResendInvite201;
1124
1323
  status: 201;
@@ -1148,31 +1347,27 @@ type resendInviteResponseError = (resendInviteResponse400 | resendInviteResponse
1148
1347
  type resendInviteResponse = resendInviteResponseSuccess | resendInviteResponseError;
1149
1348
  declare const getResendInviteUrl: (userId: string) => string;
1150
1349
  declare const resendInvite: (userId: string, options?: RequestInit) => Promise<resendInviteResponse>;
1151
- type revokeInviteResponse200 = {
1152
- data: RevokeInvite200;
1350
+ type membersResponse200 = {
1351
+ data: Members200;
1153
1352
  status: 200;
1154
1353
  };
1155
- type revokeInviteResponse400 = {
1156
- data: RevokeInvite400;
1157
- status: 400;
1158
- };
1159
- type revokeInviteResponse403 = {
1160
- data: RevokeInvite403;
1354
+ type membersResponse403 = {
1355
+ data: Members403;
1161
1356
  status: 403;
1162
1357
  };
1163
- type revokeInviteResponse404 = {
1164
- data: RevokeInvite404;
1358
+ type membersResponse404 = {
1359
+ data: Members404;
1165
1360
  status: 404;
1166
1361
  };
1167
- type revokeInviteResponseSuccess = revokeInviteResponse200 & {
1362
+ type membersResponseSuccess = membersResponse200 & {
1168
1363
  headers: Headers;
1169
1364
  };
1170
- type revokeInviteResponseError = (revokeInviteResponse400 | revokeInviteResponse403 | revokeInviteResponse404) & {
1365
+ type membersResponseError = (membersResponse403 | membersResponse404) & {
1171
1366
  headers: Headers;
1172
1367
  };
1173
- type revokeInviteResponse = revokeInviteResponseSuccess | revokeInviteResponseError;
1174
- declare const getRevokeInviteUrl: (userId: string) => string;
1175
- declare const revokeInvite: (userId: string, options?: RequestInit) => Promise<revokeInviteResponse>;
1368
+ type membersResponse = membersResponseSuccess | membersResponseError;
1369
+ declare const getMembersUrl: (params?: MembersParams) => string;
1370
+ declare const members: (params?: MembersParams, options?: RequestInit) => Promise<membersResponse>;
1176
1371
  type removeMemberResponse200 = {
1177
1372
  data: RemoveMember200;
1178
1373
  status: 200;
@@ -1231,23 +1426,124 @@ type organizationsResponse200 = {
1231
1426
  data: OrganizationsResponse;
1232
1427
  status: 200;
1233
1428
  };
1234
- type organizationsResponse403 = {
1235
- data: Organizations403;
1429
+ type organizationsResponse403 = {
1430
+ data: Organizations403;
1431
+ status: 403;
1432
+ };
1433
+ type organizationsResponse404 = {
1434
+ data: Organizations404;
1435
+ status: 404;
1436
+ };
1437
+ type organizationsResponseSuccess = organizationsResponse200 & {
1438
+ headers: Headers;
1439
+ };
1440
+ type organizationsResponseError = (organizationsResponse403 | organizationsResponse404) & {
1441
+ headers: Headers;
1442
+ };
1443
+ type organizationsResponse = organizationsResponseSuccess | organizationsResponseError;
1444
+ declare const getOrganizationsUrl: () => string;
1445
+ declare const organizations: (options?: RequestInit) => Promise<organizationsResponse>;
1446
+ type rolesResponse200 = {
1447
+ data: MemberRole[];
1448
+ status: 200;
1449
+ };
1450
+ type rolesResponse403 = {
1451
+ data: Roles403;
1452
+ status: 403;
1453
+ };
1454
+ type rolesResponse404 = {
1455
+ data: Roles404;
1456
+ status: 404;
1457
+ };
1458
+ type rolesResponseSuccess = rolesResponse200 & {
1459
+ headers: Headers;
1460
+ };
1461
+ type rolesResponseError = (rolesResponse403 | rolesResponse404) & {
1462
+ headers: Headers;
1463
+ };
1464
+ type rolesResponse = rolesResponseSuccess | rolesResponseError;
1465
+ declare const getRolesUrl: () => string;
1466
+ declare const roles: (options?: RequestInit) => Promise<rolesResponse>;
1467
+ type rolesAndConfigResponse200 = {
1468
+ data: RolesAndConfigResponse;
1469
+ status: 200;
1470
+ };
1471
+ type rolesAndConfigResponse403 = {
1472
+ data: RolesAndConfig403;
1473
+ status: 403;
1474
+ };
1475
+ type rolesAndConfigResponse404 = {
1476
+ data: RolesAndConfig404;
1477
+ status: 404;
1478
+ };
1479
+ type rolesAndConfigResponseSuccess = rolesAndConfigResponse200 & {
1480
+ headers: Headers;
1481
+ };
1482
+ type rolesAndConfigResponseError = (rolesAndConfigResponse403 | rolesAndConfigResponse404) & {
1483
+ headers: Headers;
1484
+ };
1485
+ type rolesAndConfigResponse = rolesAndConfigResponseSuccess | rolesAndConfigResponseError;
1486
+ declare const getRolesAndConfigUrl: () => string;
1487
+ declare const rolesAndConfig: (options?: RequestInit) => Promise<rolesAndConfigResponse>;
1488
+ type authenticationInformationResponse200 = {
1489
+ data: AuthenticationInformationResponse;
1490
+ status: 200;
1491
+ };
1492
+ type authenticationInformationResponse403 = {
1493
+ data: AuthenticationInformation403;
1494
+ status: 403;
1495
+ };
1496
+ type authenticationInformationResponseSuccess = authenticationInformationResponse200 & {
1497
+ headers: Headers;
1498
+ };
1499
+ type authenticationInformationResponseError = authenticationInformationResponse403 & {
1500
+ headers: Headers;
1501
+ };
1502
+ type authenticationInformationResponse = authenticationInformationResponseSuccess | authenticationInformationResponseError;
1503
+ declare const getAuthenticationInformationUrl: () => string;
1504
+ declare const authenticationInformation: (options?: RequestInit) => Promise<authenticationInformationResponse>;
1505
+ type createPasswordResponse201 = {
1506
+ data: CreatePassword201;
1507
+ status: 201;
1508
+ };
1509
+ type createPasswordResponse400 = {
1510
+ data: CreatePassword400;
1511
+ status: 400;
1512
+ };
1513
+ type createPasswordResponse403 = {
1514
+ data: CreatePassword403;
1515
+ status: 403;
1516
+ };
1517
+ type createPasswordResponseSuccess = createPasswordResponse201 & {
1518
+ headers: Headers;
1519
+ };
1520
+ type createPasswordResponseError = (createPasswordResponse400 | createPasswordResponse403) & {
1521
+ headers: Headers;
1522
+ };
1523
+ type createPasswordResponse = createPasswordResponseSuccess | createPasswordResponseError;
1524
+ declare const getCreatePasswordUrl: () => string;
1525
+ declare const createPassword: (createPasswordRequest: CreatePasswordRequest, options?: RequestInit) => Promise<createPasswordResponse>;
1526
+ type createTotpFactorResponse201 = {
1527
+ data: CreateTotpFactorResponse;
1528
+ status: 201;
1529
+ };
1530
+ type createTotpFactorResponse400 = {
1531
+ data: CreateTotpFactor400;
1532
+ status: 400;
1533
+ };
1534
+ type createTotpFactorResponse403 = {
1535
+ data: CreateTotpFactor403;
1236
1536
  status: 403;
1237
1537
  };
1238
- type organizationsResponse404 = {
1239
- data: Organizations404;
1240
- status: 404;
1241
- };
1242
- type organizationsResponseSuccess = organizationsResponse200 & {
1538
+ type createTotpFactorResponseSuccess = createTotpFactorResponse201 & {
1243
1539
  headers: Headers;
1244
1540
  };
1245
- type organizationsResponseError = (organizationsResponse403 | organizationsResponse404) & {
1541
+ type createTotpFactorResponseError = (createTotpFactorResponse400 | createTotpFactorResponse403) & {
1246
1542
  headers: Headers;
1247
1543
  };
1248
- type organizationsResponse = organizationsResponseSuccess | organizationsResponseError;
1249
- declare const getOrganizationsUrl: () => string;
1250
- declare const organizations: (options?: RequestInit) => Promise<organizationsResponse>;
1544
+ type createTotpFactorResponse = createTotpFactorResponseSuccess | createTotpFactorResponseError;
1545
+ declare const getCreateTotpFactorUrl: () => string;
1546
+ declare const createTotpFactor: (options?: RequestInit) => Promise<createTotpFactorResponse>;
1251
1547
  type meResponse200 = {
1252
1548
  data: Me;
1253
1549
  status: 200;
@@ -1286,128 +1582,107 @@ type updateMeResponseError = (updateMeResponse400 | updateMeResponse403) & {
1286
1582
  type updateMeResponse = updateMeResponseSuccess | updateMeResponseError;
1287
1583
  declare const getUpdateMeUrl: () => string;
1288
1584
  declare const updateMe: (updateMeBody: UpdateMeBody, options?: RequestInit) => Promise<updateMeResponse>;
1289
- type createTotpFactorResponse201 = {
1290
- data: CreateTotpFactorResponse;
1585
+ type registerPasskeyResponse201 = {
1586
+ data: RegisterPasskeyResponse;
1291
1587
  status: 201;
1292
1588
  };
1293
- type createTotpFactorResponse400 = {
1294
- data: CreateTotpFactor400;
1589
+ type registerPasskeyResponse400 = {
1590
+ data: RegisterPasskey400;
1295
1591
  status: 400;
1296
1592
  };
1297
- type createTotpFactorResponse403 = {
1298
- data: CreateTotpFactor403;
1593
+ type registerPasskeyResponse403 = {
1594
+ data: RegisterPasskey403;
1299
1595
  status: 403;
1300
1596
  };
1301
- type createTotpFactorResponseSuccess = createTotpFactorResponse201 & {
1597
+ type registerPasskeyResponseSuccess = registerPasskeyResponse201 & {
1302
1598
  headers: Headers;
1303
1599
  };
1304
- type createTotpFactorResponseError = (createTotpFactorResponse400 | createTotpFactorResponse403) & {
1600
+ type registerPasskeyResponseError = (registerPasskeyResponse400 | registerPasskeyResponse403) & {
1305
1601
  headers: Headers;
1306
1602
  };
1307
- type createTotpFactorResponse = createTotpFactorResponseSuccess | createTotpFactorResponseError;
1308
- declare const getCreateTotpFactorUrl: () => string;
1309
- declare const createTotpFactor: (options?: RequestInit) => Promise<createTotpFactorResponse>;
1310
- type verifyTotpFactorResponse200 = {
1311
- data: VerifyTotpFactor200;
1603
+ type registerPasskeyResponse = registerPasskeyResponseSuccess | registerPasskeyResponseError;
1604
+ declare const getRegisterPasskeyUrl: () => string;
1605
+ declare const registerPasskey: (options?: RequestInit) => Promise<registerPasskeyResponse>;
1606
+ type verifyPasskeyResponse200 = {
1607
+ data: VerifyPasskey200;
1312
1608
  status: 200;
1313
1609
  };
1314
- type verifyTotpFactorResponse400 = {
1315
- data: VerifyTotpFactor400;
1610
+ type verifyPasskeyResponse400 = {
1611
+ data: VerifyPasskey400;
1316
1612
  status: 400;
1317
1613
  };
1318
- type verifyTotpFactorResponse403 = {
1319
- data: VerifyTotpFactor403;
1614
+ type verifyPasskeyResponse403 = {
1615
+ data: VerifyPasskey403;
1320
1616
  status: 403;
1321
1617
  };
1322
- type verifyTotpFactorResponseSuccess = verifyTotpFactorResponse200 & {
1618
+ type verifyPasskeyResponseSuccess = verifyPasskeyResponse200 & {
1323
1619
  headers: Headers;
1324
1620
  };
1325
- type verifyTotpFactorResponseError = (verifyTotpFactorResponse400 | verifyTotpFactorResponse403) & {
1621
+ type verifyPasskeyResponseError = (verifyPasskeyResponse400 | verifyPasskeyResponse403) & {
1326
1622
  headers: Headers;
1327
1623
  };
1328
- type verifyTotpFactorResponse = verifyTotpFactorResponseSuccess | verifyTotpFactorResponseError;
1329
- declare const getVerifyTotpFactorUrl: () => string;
1330
- declare const verifyTotpFactor: (verifyTotpFactorRequest: VerifyTotpFactorRequest, options?: RequestInit) => Promise<verifyTotpFactorResponse>;
1331
- type deleteTotpFactorsResponse200 = {
1332
- data: DeleteTotpFactors200;
1624
+ type verifyPasskeyResponse = verifyPasskeyResponseSuccess | verifyPasskeyResponseError;
1625
+ declare const getVerifyPasskeyUrl: () => string;
1626
+ declare const verifyPasskey: (verifyPasskeyRequest: VerifyPasskeyRequest, options?: RequestInit) => Promise<verifyPasskeyResponse>;
1627
+ type deletePasskeyResponse200 = {
1628
+ data: DeletePasskey200;
1333
1629
  status: 200;
1334
1630
  };
1335
- type deleteTotpFactorsResponse400 = {
1336
- data: DeleteTotpFactors400;
1631
+ type deletePasskeyResponse400 = {
1632
+ data: DeletePasskey400;
1337
1633
  status: 400;
1338
1634
  };
1339
- type deleteTotpFactorsResponse403 = {
1340
- data: DeleteTotpFactors403;
1635
+ type deletePasskeyResponse403 = {
1636
+ data: DeletePasskey403;
1341
1637
  status: 403;
1342
1638
  };
1343
- type deleteTotpFactorsResponseSuccess = deleteTotpFactorsResponse200 & {
1639
+ type deletePasskeyResponseSuccess = deletePasskeyResponse200 & {
1344
1640
  headers: Headers;
1345
1641
  };
1346
- type deleteTotpFactorsResponseError = (deleteTotpFactorsResponse400 | deleteTotpFactorsResponse403) & {
1642
+ type deletePasskeyResponseError = (deletePasskeyResponse400 | deletePasskeyResponse403) & {
1347
1643
  headers: Headers;
1348
1644
  };
1349
- type deleteTotpFactorsResponse = deleteTotpFactorsResponseSuccess | deleteTotpFactorsResponseError;
1350
- declare const getDeleteTotpFactorsUrl: () => string;
1351
- declare const deleteTotpFactors: (options?: RequestInit) => Promise<deleteTotpFactorsResponse>;
1352
- type authenticationInformationResponse200 = {
1353
- data: AuthenticationInformationResponse;
1645
+ type deletePasskeyResponse = deletePasskeyResponseSuccess | deletePasskeyResponseError;
1646
+ declare const getDeletePasskeyUrl: (passkeyId: string) => string;
1647
+ declare const deletePasskey: (passkeyId: string, options?: RequestInit) => Promise<deletePasskeyResponse>;
1648
+ type sendVerificationResponse200 = {
1649
+ data: SendVerificationResponse;
1354
1650
  status: 200;
1355
1651
  };
1356
- type authenticationInformationResponse403 = {
1357
- data: AuthenticationInformation403;
1358
- status: 403;
1359
- };
1360
- type authenticationInformationResponseSuccess = authenticationInformationResponse200 & {
1361
- headers: Headers;
1362
- };
1363
- type authenticationInformationResponseError = authenticationInformationResponse403 & {
1364
- headers: Headers;
1365
- };
1366
- type authenticationInformationResponse = authenticationInformationResponseSuccess | authenticationInformationResponseError;
1367
- declare const getAuthenticationInformationUrl: () => string;
1368
- declare const authenticationInformation: (options?: RequestInit) => Promise<authenticationInformationResponse>;
1369
- type createPasswordResponse201 = {
1370
- data: CreatePassword201;
1371
- status: 201;
1372
- };
1373
- type createPasswordResponse400 = {
1374
- data: CreatePassword400;
1652
+ type sendVerificationResponse400 = {
1653
+ data: SendVerification400;
1375
1654
  status: 400;
1376
1655
  };
1377
- type createPasswordResponse403 = {
1378
- data: CreatePassword403;
1656
+ type sendVerificationResponse403 = {
1657
+ data: SendVerification403;
1379
1658
  status: 403;
1380
1659
  };
1381
- type createPasswordResponseSuccess = createPasswordResponse201 & {
1660
+ type sendVerificationResponseSuccess = sendVerificationResponse200 & {
1382
1661
  headers: Headers;
1383
1662
  };
1384
- type createPasswordResponseError = (createPasswordResponse400 | createPasswordResponse403) & {
1663
+ type sendVerificationResponseError = (sendVerificationResponse400 | sendVerificationResponse403) & {
1385
1664
  headers: Headers;
1386
1665
  };
1387
- type createPasswordResponse = createPasswordResponseSuccess | createPasswordResponseError;
1388
- declare const getCreatePasswordUrl: () => string;
1389
- declare const createPassword: (createPasswordRequest: CreatePasswordRequest, options?: RequestInit) => Promise<createPasswordResponse>;
1390
- type updatePasswordResponse201 = {
1391
- data: UpdatePassword201;
1392
- status: 201;
1393
- };
1394
- type updatePasswordResponse400 = {
1395
- data: UpdatePassword400;
1396
- status: 400;
1666
+ type sendVerificationResponse = sendVerificationResponseSuccess | sendVerificationResponseError;
1667
+ declare const getSendVerificationUrl: () => string;
1668
+ declare const sendVerification: (options?: RequestInit) => Promise<sendVerificationResponse>;
1669
+ type sessionsResponse200 = {
1670
+ data: ActiveSessionsResponse;
1671
+ status: 200;
1397
1672
  };
1398
- type updatePasswordResponse403 = {
1399
- data: UpdatePassword403;
1673
+ type sessionsResponse403 = {
1674
+ data: Sessions403;
1400
1675
  status: 403;
1401
1676
  };
1402
- type updatePasswordResponseSuccess = updatePasswordResponse201 & {
1677
+ type sessionsResponseSuccess = sessionsResponse200 & {
1403
1678
  headers: Headers;
1404
1679
  };
1405
- type updatePasswordResponseError = (updatePasswordResponse400 | updatePasswordResponse403) & {
1680
+ type sessionsResponseError = sessionsResponse403 & {
1406
1681
  headers: Headers;
1407
1682
  };
1408
- type updatePasswordResponse = updatePasswordResponseSuccess | updatePasswordResponseError;
1409
- declare const getUpdatePasswordUrl: () => string;
1410
- declare const updatePassword: (updatePasswordRequest: UpdatePasswordRequest, options?: RequestInit) => Promise<updatePasswordResponse>;
1683
+ type sessionsResponse = sessionsResponseSuccess | sessionsResponseError;
1684
+ declare const getSessionsUrl: () => string;
1685
+ declare const sessions: (options?: RequestInit) => Promise<sessionsResponse>;
1411
1686
  type revokeAllSessionsResponse200 = {
1412
1687
  data: RevokeAllSessions200;
1413
1688
  status: 200;
@@ -1450,166 +1725,90 @@ type revokeSessionResponseError = (revokeSessionResponse400 | revokeSessionRespo
1450
1725
  type revokeSessionResponse = revokeSessionResponseSuccess | revokeSessionResponseError;
1451
1726
  declare const getRevokeSessionUrl: (sessionId: string) => string;
1452
1727
  declare const revokeSession: (sessionId: string, options?: RequestInit) => Promise<revokeSessionResponse>;
1453
- type sessionsResponse200 = {
1454
- data: ActiveSessionsResponse;
1455
- status: 200;
1456
- };
1457
- type sessionsResponse403 = {
1458
- data: Sessions403;
1459
- status: 403;
1460
- };
1461
- type sessionsResponseSuccess = sessionsResponse200 & {
1462
- headers: Headers;
1463
- };
1464
- type sessionsResponseError = sessionsResponse403 & {
1465
- headers: Headers;
1466
- };
1467
- type sessionsResponse = sessionsResponseSuccess | sessionsResponseError;
1468
- declare const getSessionsUrl: () => string;
1469
- declare const sessions: (options?: RequestInit) => Promise<sessionsResponse>;
1470
- type sendVerificationResponse200 = {
1471
- data: SendVerificationResponse;
1472
- status: 200;
1473
- };
1474
- type sendVerificationResponse400 = {
1475
- data: SendVerification400;
1476
- status: 400;
1477
- };
1478
- type sendVerificationResponse403 = {
1479
- data: SendVerification403;
1480
- status: 403;
1481
- };
1482
- type sendVerificationResponseSuccess = sendVerificationResponse200 & {
1483
- headers: Headers;
1484
- };
1485
- type sendVerificationResponseError = (sendVerificationResponse400 | sendVerificationResponse403) & {
1486
- headers: Headers;
1487
- };
1488
- type sendVerificationResponse = sendVerificationResponseSuccess | sendVerificationResponseError;
1489
- declare const getSendVerificationUrl: () => string;
1490
- declare const sendVerification: (options?: RequestInit) => Promise<sendVerificationResponse>;
1491
- type verifyResponse200 = {
1492
- data: VerifyResponse;
1728
+ type deleteTotpFactorsResponse200 = {
1729
+ data: DeleteTotpFactors200;
1493
1730
  status: 200;
1494
1731
  };
1495
- type verifyResponse400 = {
1496
- data: Verify400;
1732
+ type deleteTotpFactorsResponse400 = {
1733
+ data: DeleteTotpFactors400;
1497
1734
  status: 400;
1498
1735
  };
1499
- type verifyResponse403 = {
1500
- data: Verify403;
1736
+ type deleteTotpFactorsResponse403 = {
1737
+ data: DeleteTotpFactors403;
1501
1738
  status: 403;
1502
1739
  };
1503
- type verifyResponseSuccess = verifyResponse200 & {
1740
+ type deleteTotpFactorsResponseSuccess = deleteTotpFactorsResponse200 & {
1504
1741
  headers: Headers;
1505
1742
  };
1506
- type verifyResponseError = (verifyResponse400 | verifyResponse403) & {
1743
+ type deleteTotpFactorsResponseError = (deleteTotpFactorsResponse400 | deleteTotpFactorsResponse403) & {
1507
1744
  headers: Headers;
1508
1745
  };
1509
- type verifyResponse = verifyResponseSuccess | verifyResponseError;
1510
- declare const getVerifyUrl: () => string;
1511
- declare const verify: (verifyRequest: VerifyRequest, options?: RequestInit) => Promise<verifyResponse>;
1512
- type registerPasskeyResponse201 = {
1513
- data: RegisterPasskeyResponse;
1746
+ type deleteTotpFactorsResponse = deleteTotpFactorsResponseSuccess | deleteTotpFactorsResponseError;
1747
+ declare const getDeleteTotpFactorsUrl: () => string;
1748
+ declare const deleteTotpFactors: (options?: RequestInit) => Promise<deleteTotpFactorsResponse>;
1749
+ type updatePasswordResponse201 = {
1750
+ data: UpdatePassword201;
1514
1751
  status: 201;
1515
1752
  };
1516
- type registerPasskeyResponse400 = {
1517
- data: RegisterPasskey400;
1518
- status: 400;
1519
- };
1520
- type registerPasskeyResponse403 = {
1521
- data: RegisterPasskey403;
1522
- status: 403;
1523
- };
1524
- type registerPasskeyResponseSuccess = registerPasskeyResponse201 & {
1525
- headers: Headers;
1526
- };
1527
- type registerPasskeyResponseError = (registerPasskeyResponse400 | registerPasskeyResponse403) & {
1528
- headers: Headers;
1529
- };
1530
- type registerPasskeyResponse = registerPasskeyResponseSuccess | registerPasskeyResponseError;
1531
- declare const getRegisterPasskeyUrl: () => string;
1532
- declare const registerPasskey: (options?: RequestInit) => Promise<registerPasskeyResponse>;
1533
- type verifyPasskeyResponse200 = {
1534
- data: VerifyPasskey200;
1535
- status: 200;
1536
- };
1537
- type verifyPasskeyResponse400 = {
1538
- data: VerifyPasskey400;
1539
- status: 400;
1540
- };
1541
- type verifyPasskeyResponse403 = {
1542
- data: VerifyPasskey403;
1543
- status: 403;
1544
- };
1545
- type verifyPasskeyResponseSuccess = verifyPasskeyResponse200 & {
1546
- headers: Headers;
1547
- };
1548
- type verifyPasskeyResponseError = (verifyPasskeyResponse400 | verifyPasskeyResponse403) & {
1549
- headers: Headers;
1550
- };
1551
- type verifyPasskeyResponse = verifyPasskeyResponseSuccess | verifyPasskeyResponseError;
1552
- declare const getVerifyPasskeyUrl: () => string;
1553
- declare const verifyPasskey: (verifyPasskeyRequest: VerifyPasskeyRequest, options?: RequestInit) => Promise<verifyPasskeyResponse>;
1554
- type deletePasskeyResponse200 = {
1555
- data: DeletePasskey200;
1556
- status: 200;
1557
- };
1558
- type deletePasskeyResponse400 = {
1559
- data: DeletePasskey400;
1753
+ type updatePasswordResponse400 = {
1754
+ data: UpdatePassword400;
1560
1755
  status: 400;
1561
1756
  };
1562
- type deletePasskeyResponse403 = {
1563
- data: DeletePasskey403;
1757
+ type updatePasswordResponse403 = {
1758
+ data: UpdatePassword403;
1564
1759
  status: 403;
1565
1760
  };
1566
- type deletePasskeyResponseSuccess = deletePasskeyResponse200 & {
1761
+ type updatePasswordResponseSuccess = updatePasswordResponse201 & {
1567
1762
  headers: Headers;
1568
1763
  };
1569
- type deletePasskeyResponseError = (deletePasskeyResponse400 | deletePasskeyResponse403) & {
1764
+ type updatePasswordResponseError = (updatePasswordResponse400 | updatePasswordResponse403) & {
1570
1765
  headers: Headers;
1571
1766
  };
1572
- type deletePasskeyResponse = deletePasskeyResponseSuccess | deletePasskeyResponseError;
1573
- declare const getDeletePasskeyUrl: (passkeyId: string) => string;
1574
- declare const deletePasskey: (passkeyId: string, options?: RequestInit) => Promise<deletePasskeyResponse>;
1575
- type settingsResponse200 = {
1576
- data: SettingsResponse;
1767
+ type updatePasswordResponse = updatePasswordResponseSuccess | updatePasswordResponseError;
1768
+ declare const getUpdatePasswordUrl: () => string;
1769
+ declare const updatePassword: (updatePasswordRequest: UpdatePasswordRequest, options?: RequestInit) => Promise<updatePasswordResponse>;
1770
+ type verifyResponse200 = {
1771
+ data: VerifyResponse;
1577
1772
  status: 200;
1578
1773
  };
1579
- type settingsResponse403 = {
1580
- data: Settings403;
1774
+ type verifyResponse400 = {
1775
+ data: Verify400;
1776
+ status: 400;
1777
+ };
1778
+ type verifyResponse403 = {
1779
+ data: Verify403;
1581
1780
  status: 403;
1582
1781
  };
1583
- type settingsResponseSuccess = settingsResponse200 & {
1782
+ type verifyResponseSuccess = verifyResponse200 & {
1584
1783
  headers: Headers;
1585
1784
  };
1586
- type settingsResponseError = settingsResponse403 & {
1785
+ type verifyResponseError = (verifyResponse400 | verifyResponse403) & {
1587
1786
  headers: Headers;
1588
1787
  };
1589
- type settingsResponse = settingsResponseSuccess | settingsResponseError;
1590
- declare const getSettingsUrl: () => string;
1591
- declare const settings: (options?: RequestInit) => Promise<settingsResponse>;
1592
- type listOrganizationDomainsResponse200 = {
1593
- data: ListOrganizationDomains200;
1788
+ type verifyResponse = verifyResponseSuccess | verifyResponseError;
1789
+ declare const getVerifyUrl: () => string;
1790
+ declare const verify: (verifyRequest: VerifyRequest, options?: RequestInit) => Promise<verifyResponse>;
1791
+ type verifyTotpFactorResponse200 = {
1792
+ data: VerifyTotpFactor200;
1594
1793
  status: 200;
1595
1794
  };
1596
- type listOrganizationDomainsResponse403 = {
1597
- data: ListOrganizationDomains403;
1598
- status: 403;
1795
+ type verifyTotpFactorResponse400 = {
1796
+ data: VerifyTotpFactor400;
1797
+ status: 400;
1599
1798
  };
1600
- type listOrganizationDomainsResponse404 = {
1601
- data: ListOrganizationDomains404;
1602
- status: 404;
1799
+ type verifyTotpFactorResponse403 = {
1800
+ data: VerifyTotpFactor403;
1801
+ status: 403;
1603
1802
  };
1604
- type listOrganizationDomainsResponseSuccess = listOrganizationDomainsResponse200 & {
1803
+ type verifyTotpFactorResponseSuccess = verifyTotpFactorResponse200 & {
1605
1804
  headers: Headers;
1606
1805
  };
1607
- type listOrganizationDomainsResponseError = (listOrganizationDomainsResponse403 | listOrganizationDomainsResponse404) & {
1806
+ type verifyTotpFactorResponseError = (verifyTotpFactorResponse400 | verifyTotpFactorResponse403) & {
1608
1807
  headers: Headers;
1609
1808
  };
1610
- type listOrganizationDomainsResponse = listOrganizationDomainsResponseSuccess | listOrganizationDomainsResponseError;
1611
- declare const getListOrganizationDomainsUrl: () => string;
1612
- declare const listOrganizationDomains: (options?: RequestInit) => Promise<listOrganizationDomainsResponse>;
1809
+ type verifyTotpFactorResponse = verifyTotpFactorResponseSuccess | verifyTotpFactorResponseError;
1810
+ declare const getVerifyTotpFactorUrl: () => string;
1811
+ declare const verifyTotpFactor: (verifyTotpFactorRequest: VerifyTotpFactorRequest, options?: RequestInit) => Promise<verifyTotpFactorResponse>;
1613
1812
  type generateAdminPortalLinkResponse201 = {
1614
1813
  data: GenerateAdminPortalLink201;
1615
1814
  status: 201;
@@ -1635,6 +1834,27 @@ type generateAdminPortalLinkResponseError = (generateAdminPortalLinkResponse403
1635
1834
  type generateAdminPortalLinkResponse = generateAdminPortalLinkResponseSuccess | generateAdminPortalLinkResponseError;
1636
1835
  declare const getGenerateAdminPortalLinkUrl: (params: GenerateAdminPortalLinkParams) => string;
1637
1836
  declare const generateAdminPortalLink: (params: GenerateAdminPortalLinkParams, options?: RequestInit) => Promise<generateAdminPortalLinkResponse>;
1837
+ type listOrganizationDomainsResponse200 = {
1838
+ data: ListOrganizationDomains200;
1839
+ status: 200;
1840
+ };
1841
+ type listOrganizationDomainsResponse403 = {
1842
+ data: ListOrganizationDomains403;
1843
+ status: 403;
1844
+ };
1845
+ type listOrganizationDomainsResponse404 = {
1846
+ data: ListOrganizationDomains404;
1847
+ status: 404;
1848
+ };
1849
+ type listOrganizationDomainsResponseSuccess = listOrganizationDomainsResponse200 & {
1850
+ headers: Headers;
1851
+ };
1852
+ type listOrganizationDomainsResponseError = (listOrganizationDomainsResponse403 | listOrganizationDomainsResponse404) & {
1853
+ headers: Headers;
1854
+ };
1855
+ type listOrganizationDomainsResponse = listOrganizationDomainsResponseSuccess | listOrganizationDomainsResponseError;
1856
+ declare const getListOrganizationDomainsUrl: () => string;
1857
+ declare const listOrganizationDomains: (options?: RequestInit) => Promise<listOrganizationDomainsResponse>;
1638
1858
  type deleteOrganizationDomainResponse200 = {
1639
1859
  data: OrganizationDomain;
1640
1860
  status: 200;
@@ -1687,185 +1907,43 @@ type listSsoConnectionsResponseSuccess = listSsoConnectionsResponse200 & {
1687
1907
  type listSsoConnectionsResponse = listSsoConnectionsResponseSuccess;
1688
1908
  declare const getListSsoConnectionsUrl: () => string;
1689
1909
  declare const listSsoConnections: (options?: RequestInit) => Promise<listSsoConnectionsResponse>;
1690
- type createOrganizationApiKeyResponse201 = {
1691
- data: CreateOrganizationApiKeyResponse;
1692
- status: 201;
1693
- };
1694
- type createOrganizationApiKeyResponse400 = {
1695
- data: CreateOrganizationApiKey400;
1696
- status: 400;
1697
- };
1698
- type createOrganizationApiKeyResponse403 = {
1699
- data: CreateOrganizationApiKey403;
1700
- status: 403;
1701
- };
1702
- type createOrganizationApiKeyResponse404 = {
1703
- data: CreateOrganizationApiKey404;
1704
- status: 404;
1705
- };
1706
- type createOrganizationApiKeyResponse422 = {
1707
- data: CreateOrganizationApiKey422;
1708
- status: 422;
1709
- };
1710
- type createOrganizationApiKeyResponseSuccess = createOrganizationApiKeyResponse201 & {
1711
- headers: Headers;
1712
- };
1713
- type createOrganizationApiKeyResponseError = (createOrganizationApiKeyResponse400 | createOrganizationApiKeyResponse403 | createOrganizationApiKeyResponse404 | createOrganizationApiKeyResponse422) & {
1714
- headers: Headers;
1715
- };
1716
- type createOrganizationApiKeyResponse = createOrganizationApiKeyResponseSuccess | createOrganizationApiKeyResponseError;
1717
- declare const getCreateOrganizationApiKeyUrl: () => string;
1718
- declare const createOrganizationApiKey: (createOrganizationApiKeyRequest: CreateOrganizationApiKeyRequest, options?: RequestInit) => Promise<createOrganizationApiKeyResponse>;
1719
- type listOrganizationApiKeysResponse200 = {
1720
- data: ListOrganizationApiKeysResponse;
1721
- status: 200;
1722
- };
1723
- type listOrganizationApiKeysResponse400 = {
1724
- data: ListOrganizationApiKeys400;
1725
- status: 400;
1726
- };
1727
- type listOrganizationApiKeysResponse403 = {
1728
- data: ListOrganizationApiKeys403;
1729
- status: 403;
1730
- };
1731
- type listOrganizationApiKeysResponseSuccess = listOrganizationApiKeysResponse200 & {
1732
- headers: Headers;
1733
- };
1734
- type listOrganizationApiKeysResponseError = (listOrganizationApiKeysResponse400 | listOrganizationApiKeysResponse403) & {
1735
- headers: Headers;
1736
- };
1737
- type listOrganizationApiKeysResponse = listOrganizationApiKeysResponseSuccess | listOrganizationApiKeysResponseError;
1738
- declare const getListOrganizationApiKeysUrl: (params?: ListOrganizationApiKeysParams) => string;
1739
- declare const listOrganizationApiKeys: (params?: ListOrganizationApiKeysParams, options?: RequestInit) => Promise<listOrganizationApiKeysResponse>;
1740
- type listOrganizationApiKeyPermissionsResponse200 = {
1741
- data: ListOrganizationApiKeyPermissionsResponse;
1742
- status: 200;
1743
- };
1744
- type listOrganizationApiKeyPermissionsResponse400 = {
1745
- data: ListOrganizationApiKeyPermissions400;
1746
- status: 400;
1747
- };
1748
- type listOrganizationApiKeyPermissionsResponse403 = {
1749
- data: ListOrganizationApiKeyPermissions403;
1750
- status: 403;
1751
- };
1752
- type listOrganizationApiKeyPermissionsResponseSuccess = listOrganizationApiKeyPermissionsResponse200 & {
1753
- headers: Headers;
1754
- };
1755
- type listOrganizationApiKeyPermissionsResponseError = (listOrganizationApiKeyPermissionsResponse400 | listOrganizationApiKeyPermissionsResponse403) & {
1756
- headers: Headers;
1757
- };
1758
- type listOrganizationApiKeyPermissionsResponse = listOrganizationApiKeyPermissionsResponseSuccess | listOrganizationApiKeyPermissionsResponseError;
1759
- declare const getListOrganizationApiKeyPermissionsUrl: (params?: ListOrganizationApiKeyPermissionsParams) => string;
1760
- declare const listOrganizationApiKeyPermissions: (params?: ListOrganizationApiKeyPermissionsParams, options?: RequestInit) => Promise<listOrganizationApiKeyPermissionsResponse>;
1761
- type deleteOrganizationApiKeyResponse200 = {
1762
- data: DeleteOrganizationApiKey200;
1763
- status: 200;
1764
- };
1765
- type deleteOrganizationApiKeyResponse403 = {
1766
- data: DeleteOrganizationApiKey403;
1767
- status: 403;
1768
- };
1769
- type deleteOrganizationApiKeyResponse404 = {
1770
- data: DeleteOrganizationApiKey404;
1771
- status: 404;
1772
- };
1773
- type deleteOrganizationApiKeyResponseSuccess = deleteOrganizationApiKeyResponse200 & {
1774
- headers: Headers;
1775
- };
1776
- type deleteOrganizationApiKeyResponseError = (deleteOrganizationApiKeyResponse403 | deleteOrganizationApiKeyResponse404) & {
1777
- headers: Headers;
1778
- };
1779
- type deleteOrganizationApiKeyResponse = deleteOrganizationApiKeyResponseSuccess | deleteOrganizationApiKeyResponseError;
1780
- declare const getDeleteOrganizationApiKeyUrl: (apiKeyId: string) => string;
1781
- declare const deleteOrganizationApiKey: (apiKeyId: string, options?: RequestInit) => Promise<deleteOrganizationApiKeyResponse>;
1782
- type myDataIntegrationsResponse200 = {
1783
- data: DataIntegrationsResponse;
1784
- status: 200;
1785
- };
1786
- type myDataIntegrationsResponse403 = {
1787
- data: MyDataIntegrations403;
1788
- status: 403;
1789
- };
1790
- type myDataIntegrationsResponseSuccess = myDataIntegrationsResponse200 & {
1791
- headers: Headers;
1792
- };
1793
- type myDataIntegrationsResponseError = myDataIntegrationsResponse403 & {
1794
- headers: Headers;
1795
- };
1796
- type myDataIntegrationsResponse = myDataIntegrationsResponseSuccess | myDataIntegrationsResponseError;
1797
- declare const getMyDataIntegrationsUrl: () => string;
1798
- declare const myDataIntegrations: (options?: RequestInit) => Promise<myDataIntegrationsResponse>;
1799
- type getDataIntegrationAuthorizeUrlResponse200 = {
1800
- data: GetDataIntegrationAuthorizeUrlResponse;
1801
- status: 200;
1802
- };
1803
- type getDataIntegrationAuthorizeUrlResponse400 = {
1804
- data: GetDataIntegrationAuthorizeUrl400;
1805
- status: 400;
1806
- };
1807
- type getDataIntegrationAuthorizeUrlResponse403 = {
1808
- data: GetDataIntegrationAuthorizeUrl403;
1809
- status: 403;
1810
- };
1811
- type getDataIntegrationAuthorizeUrlResponse404 = {
1812
- data: GetDataIntegrationAuthorizeUrl404;
1813
- status: 404;
1814
- };
1815
- type getDataIntegrationAuthorizeUrlResponseSuccess = getDataIntegrationAuthorizeUrlResponse200 & {
1816
- headers: Headers;
1817
- };
1818
- type getDataIntegrationAuthorizeUrlResponseError = (getDataIntegrationAuthorizeUrlResponse400 | getDataIntegrationAuthorizeUrlResponse403 | getDataIntegrationAuthorizeUrlResponse404) & {
1819
- headers: Headers;
1820
- };
1821
- type getDataIntegrationAuthorizeUrlResponse = getDataIntegrationAuthorizeUrlResponseSuccess | getDataIntegrationAuthorizeUrlResponseError;
1822
- declare const getGetDataIntegrationAuthorizeUrlUrl: (slug: string, params?: GetDataIntegrationAuthorizeUrlParams) => string;
1823
- declare const getDataIntegrationAuthorizeUrl: (slug: string, params?: GetDataIntegrationAuthorizeUrlParams, options?: RequestInit) => Promise<getDataIntegrationAuthorizeUrlResponse>;
1824
- type getDataInstallationAuthorizationStatusResponse200 = {
1825
- data: GetAuthorizationStatusResponse;
1910
+ type listDirectoriesResponse200 = {
1911
+ data: DirectoriesResponse;
1826
1912
  status: 200;
1827
1913
  };
1828
- type getDataInstallationAuthorizationStatusResponse400 = {
1829
- data: GetDataInstallationAuthorizationStatus400;
1830
- status: 400;
1831
- };
1832
- type getDataInstallationAuthorizationStatusResponse403 = {
1833
- data: GetDataInstallationAuthorizationStatus403;
1914
+ type listDirectoriesResponse403 = {
1915
+ data: ListDirectories403;
1834
1916
  status: 403;
1835
1917
  };
1836
- type getDataInstallationAuthorizationStatusResponse404 = {
1837
- data: GetDataInstallationAuthorizationStatus404;
1918
+ type listDirectoriesResponse404 = {
1919
+ data: ListDirectories404;
1838
1920
  status: 404;
1839
1921
  };
1840
- type getDataInstallationAuthorizationStatusResponseSuccess = getDataInstallationAuthorizationStatusResponse200 & {
1922
+ type listDirectoriesResponseSuccess = listDirectoriesResponse200 & {
1841
1923
  headers: Headers;
1842
1924
  };
1843
- type getDataInstallationAuthorizationStatusResponseError = (getDataInstallationAuthorizationStatusResponse400 | getDataInstallationAuthorizationStatusResponse403 | getDataInstallationAuthorizationStatusResponse404) & {
1925
+ type listDirectoriesResponseError = (listDirectoriesResponse403 | listDirectoriesResponse404) & {
1844
1926
  headers: Headers;
1845
1927
  };
1846
- type getDataInstallationAuthorizationStatusResponse = getDataInstallationAuthorizationStatusResponseSuccess | getDataInstallationAuthorizationStatusResponseError;
1847
- declare const getGetDataInstallationAuthorizationStatusUrl: (dataIntegrationId: string, state: string) => string;
1848
- declare const getDataInstallationAuthorizationStatus: (dataIntegrationId: string, state: string, options?: RequestInit) => Promise<getDataInstallationAuthorizationStatusResponse>;
1849
- type deleteDataInstallationResponse200 = {
1850
- data: DeleteDataInstallation200;
1928
+ type listDirectoriesResponse = listDirectoriesResponseSuccess | listDirectoriesResponseError;
1929
+ declare const getListDirectoriesUrl: () => string;
1930
+ declare const listDirectories: (options?: RequestInit) => Promise<listDirectoriesResponse>;
1931
+ type settingsResponse200 = {
1932
+ data: SettingsResponse;
1851
1933
  status: 200;
1852
1934
  };
1853
- type deleteDataInstallationResponse403 = {
1854
- data: DeleteDataInstallation403;
1935
+ type settingsResponse403 = {
1936
+ data: Settings403;
1855
1937
  status: 403;
1856
1938
  };
1857
- type deleteDataInstallationResponse404 = {
1858
- data: DeleteDataInstallation404;
1859
- status: 404;
1860
- };
1861
- type deleteDataInstallationResponseSuccess = deleteDataInstallationResponse200 & {
1939
+ type settingsResponseSuccess = settingsResponse200 & {
1862
1940
  headers: Headers;
1863
1941
  };
1864
- type deleteDataInstallationResponseError = (deleteDataInstallationResponse403 | deleteDataInstallationResponse404) & {
1942
+ type settingsResponseError = settingsResponse403 & {
1865
1943
  headers: Headers;
1866
1944
  };
1867
- type deleteDataInstallationResponse = deleteDataInstallationResponseSuccess | deleteDataInstallationResponseError;
1868
- declare const getDeleteDataInstallationUrl: (installationId: string) => string;
1869
- declare const deleteDataInstallation: (installationId: string, options?: RequestInit) => Promise<deleteDataInstallationResponse>;
1945
+ type settingsResponse = settingsResponseSuccess | settingsResponseError;
1946
+ declare const getSettingsUrl: () => string;
1947
+ declare const settings: (options?: RequestInit) => Promise<settingsResponse>;
1870
1948
 
1871
- export { type ActiveSession, type ActiveSessionCurrentLocation, type ActiveSessionState, type ActiveSessionsResponse, type AuthenticationInformation403, type AuthenticationInformationResponse, type AuthenticationInformationResponseData, type AuthenticationInformationResponseDataPasswordSettings, type AuthenticationInformationResponseDataVerificationMethods, type AuthenticationInformationResponseDataVerificationMethodsMfa, AuthenticationInformationResponseDataVerificationMethodsMfaProvider, type AuthenticationInformationResponseDataVerificationMethodsPasskey, type AuthenticationInformationResponseDataVerificationMethodsPasskeyPassKeysItem, AuthenticationInformationResponseDataVerificationMethodsPasskeyProvider, type AuthenticationInformationResponseDataVerificationMethodsPassword, AuthenticationInformationResponseDataVerificationMethodsPasswordProvider, type CreateOrganizationApiKey400, type CreateOrganizationApiKey403, type CreateOrganizationApiKey404, type CreateOrganizationApiKey422, type CreateOrganizationApiKey422ErrorsItem, type CreateOrganizationApiKeyRequest, type CreateOrganizationApiKeyResponse, type CreatePassword201, type CreatePassword400, type CreatePassword403, type CreatePasswordRequest, type CreateTotpFactor400, type CreateTotpFactor403, type CreateTotpFactorResponse, type CreateTotpFactorResponseAuthenticationChallenge, type CreateTotpFactorResponseAuthenticationChallengeAllOf, CreateTotpFactorResponseAuthenticationChallengeAllOfObject, type CreateTotpFactorResponseAuthenticationChallengeAllOfThree, type CreateTotpFactorResponseAuthenticationFactor, type CreateTotpFactorResponseAuthenticationFactorAllOf, type CreateTotpFactorResponseAuthenticationFactorAllOfEight, CreateTotpFactorResponseAuthenticationFactorAllOfObject, type CreateTotpFactorResponseAuthenticationFactorAllOfSms, type CreateTotpFactorResponseAuthenticationFactorAllOfTotp, type CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOf, type CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOfTwo, CreateTotpFactorResponseAuthenticationFactorAllOfType, type DataInstallation, DataInstallationObject, DataInstallationState, type DataIntegration, DataIntegrationCredentialsType, type DataIntegrationInstallation, DataIntegrationIntegrationType, DataIntegrationObject, DataIntegrationOwnership, type DataIntegrationsResponse, type DeleteDataInstallation200, type DeleteDataInstallation403, type DeleteDataInstallation404, type DeleteOrganizationApiKey200, type DeleteOrganizationApiKey403, type DeleteOrganizationApiKey404, type DeleteOrganizationDomain403, type DeleteOrganizationDomain404, type DeletePasskey200, type DeletePasskey400, type DeletePasskey403, type DeleteTotpFactors200, type DeleteTotpFactors400, type DeleteTotpFactors403, DomainVerificationNameServer, type GenerateAdminPortalLink201, type GenerateAdminPortalLink403, type GenerateAdminPortalLink404, type GenerateAdminPortalLink500, GenerateAdminPortalLinkIntent, type GenerateAdminPortalLinkParams, type GetAuthorizationStatusResponse, type GetDataInstallationAuthorizationStatus400, type GetDataInstallationAuthorizationStatus403, type GetDataInstallationAuthorizationStatus404, type GetDataIntegrationAuthorizeUrl400, type GetDataIntegrationAuthorizeUrl403, type GetDataIntegrationAuthorizeUrl404, type GetDataIntegrationAuthorizeUrlParams, type GetDataIntegrationAuthorizeUrlResponse, type GetDataIntegrationAuthorizeUrlResponseAllOf, type GetDataIntegrationAuthorizeUrlResponseAllOfTwo, type InviteMember201, type InviteMember400, type InviteMember403, type InviteMember404, type InviteMemberBody, type ListMetadata, type ListOrganizationApiKeyPermission, type ListOrganizationApiKeyPermissions400, type ListOrganizationApiKeyPermissions403, type ListOrganizationApiKeyPermissionsParams, type ListOrganizationApiKeyPermissionsResponse, type ListOrganizationApiKeyPermissionsResponseListMetadata, type ListOrganizationApiKeys400, type ListOrganizationApiKeys403, type ListOrganizationApiKeysParams, type ListOrganizationApiKeysResponse, type ListOrganizationApiKeysResponseData, type ListOrganizationApiKeysResponseListMetadata, type ListOrganizationDomains200, type ListOrganizationDomains403, type ListOrganizationDomains404, type Me, type Me403, type MeOauthProfiles, type Member, type MemberActions, MemberActionsItem, type MemberRole, type MemberRolesItem, MemberStatus, type Members200, type Members403, type Members404, type MembersParams, type MyDataIntegrations403, type OAuthProfile, OidcSessionState, type OrganizationDomain, OrganizationDomainState, type OrganizationInfo, type Organizations403, type Organizations404, type OrganizationsResponse, type RegisterPasskey400, type RegisterPasskey403, type RegisterPasskeyResponse, type RegisterPasskeyResponseOptions, type RemoveMember200, type RemoveMember400, type RemoveMember403, type RemoveMember404, type ResendInvite201, type ResendInvite400, type ResendInvite403, type ResendInvite404, type ResendInvite422, type ReverifyOrganizationDomain403, type ReverifyOrganizationDomain404, type RevokeAllSessions200, type RevokeAllSessions400, type RevokeAllSessions403, type RevokeAllSessionsRequest, type RevokeInvite200, type RevokeInvite400, type RevokeInvite403, type RevokeInvite404, type RevokeSession200, type RevokeSession400, type RevokeSession403, type Roles403, type Roles404, type RolesAndConfig403, type RolesAndConfig404, type RolesAndConfigResponse, SamlSessionState, type SendVerification400, type SendVerification403, type SendVerificationResponse, SendVerificationResponseType, type Sessions403, type Settings403, type SettingsResponse, SettingsResponseObject, type SsoConnection, type SsoConnectionAnyOf, type SsoConnectionAnyOfEight, type SsoConnectionAnyOfEightAllOf, type SsoConnectionAnyOfEightAllOfLastSession, SsoConnectionAnyOfEightAllOfProviderTag, type SsoConnectionAnyOfEightAllOfSix, SsoConnectionAnyOfEightAllOfState, SsoConnectionAnyOfEightAllOfType, type SsoConnectionAnyOfLastSession, type SsoConnectionAnyOfLatestExpiredCertificate, type SsoConnectionAnyOfLatestExpiringCertificate, SsoConnectionAnyOfProviderTag, SsoConnectionAnyOfState, SsoConnectionAnyOfType, type SsoConnectionSessionJSON, SsoConnectionSessionJSONState, type UpdateMe400, type UpdateMe403, type UpdateMeBody, type UpdateMember200, type UpdateMember400, type UpdateMember403, type UpdateMember404, type UpdateMember422, type UpdateMemberBody, type UpdatePassword201, type UpdatePassword400, type UpdatePassword403, type UpdatePasswordRequest, type Verify400, type Verify403, type VerifyPasskey200, type VerifyPasskey400, type VerifyPasskey403, type VerifyPasskeyRequest, type VerifyPasskeyRequestResponse, type VerifyRequest, type VerifyResponse, type VerifyTotpFactor200, type VerifyTotpFactor400, type VerifyTotpFactor403, type VerifyTotpFactorRequest, type X509CertificateJSON, authenticationInformation, type authenticationInformationResponse, type authenticationInformationResponse200, type authenticationInformationResponse403, type authenticationInformationResponseError, type authenticationInformationResponseSuccess, createOrganizationApiKey, type createOrganizationApiKeyResponse, type createOrganizationApiKeyResponse201, type createOrganizationApiKeyResponse400, type createOrganizationApiKeyResponse403, type createOrganizationApiKeyResponse404, type createOrganizationApiKeyResponse422, type createOrganizationApiKeyResponseError, type createOrganizationApiKeyResponseSuccess, createPassword, type createPasswordResponse, type createPasswordResponse201, type createPasswordResponse400, type createPasswordResponse403, type createPasswordResponseError, type createPasswordResponseSuccess, createTotpFactor, type createTotpFactorResponse, type createTotpFactorResponse201, type createTotpFactorResponse400, type createTotpFactorResponse403, type createTotpFactorResponseError, type createTotpFactorResponseSuccess, deleteDataInstallation, type deleteDataInstallationResponse, type deleteDataInstallationResponse200, type deleteDataInstallationResponse403, type deleteDataInstallationResponse404, type deleteDataInstallationResponseError, type deleteDataInstallationResponseSuccess, deleteOrganizationApiKey, type deleteOrganizationApiKeyResponse, type deleteOrganizationApiKeyResponse200, type deleteOrganizationApiKeyResponse403, type deleteOrganizationApiKeyResponse404, type deleteOrganizationApiKeyResponseError, type deleteOrganizationApiKeyResponseSuccess, deleteOrganizationDomain, type deleteOrganizationDomainResponse, type deleteOrganizationDomainResponse200, type deleteOrganizationDomainResponse403, type deleteOrganizationDomainResponse404, type deleteOrganizationDomainResponseError, type deleteOrganizationDomainResponseSuccess, deletePasskey, type deletePasskeyResponse, type deletePasskeyResponse200, type deletePasskeyResponse400, type deletePasskeyResponse403, type deletePasskeyResponseError, type deletePasskeyResponseSuccess, deleteTotpFactors, type deleteTotpFactorsResponse, type deleteTotpFactorsResponse200, type deleteTotpFactorsResponse400, type deleteTotpFactorsResponse403, type deleteTotpFactorsResponseError, type deleteTotpFactorsResponseSuccess, generateAdminPortalLink, type generateAdminPortalLinkResponse, type generateAdminPortalLinkResponse201, type generateAdminPortalLinkResponse403, type generateAdminPortalLinkResponse404, type generateAdminPortalLinkResponse500, type generateAdminPortalLinkResponseError, type generateAdminPortalLinkResponseSuccess, getAuthenticationInformationUrl, getCreateOrganizationApiKeyUrl, getCreatePasswordUrl, getCreateTotpFactorUrl, getDataInstallationAuthorizationStatus, type getDataInstallationAuthorizationStatusResponse, type getDataInstallationAuthorizationStatusResponse200, type getDataInstallationAuthorizationStatusResponse400, type getDataInstallationAuthorizationStatusResponse403, type getDataInstallationAuthorizationStatusResponse404, type getDataInstallationAuthorizationStatusResponseError, type getDataInstallationAuthorizationStatusResponseSuccess, getDataIntegrationAuthorizeUrl, type getDataIntegrationAuthorizeUrlResponse, type getDataIntegrationAuthorizeUrlResponse200, type getDataIntegrationAuthorizeUrlResponse400, type getDataIntegrationAuthorizeUrlResponse403, type getDataIntegrationAuthorizeUrlResponse404, type getDataIntegrationAuthorizeUrlResponseError, type getDataIntegrationAuthorizeUrlResponseSuccess, getDeleteDataInstallationUrl, getDeleteOrganizationApiKeyUrl, getDeleteOrganizationDomainUrl, getDeletePasskeyUrl, getDeleteTotpFactorsUrl, getGenerateAdminPortalLinkUrl, getGetDataInstallationAuthorizationStatusUrl, getGetDataIntegrationAuthorizeUrlUrl, getInviteMemberUrl, getListOrganizationApiKeyPermissionsUrl, getListOrganizationApiKeysUrl, getListOrganizationDomainsUrl, getListSsoConnectionsUrl, getMeUrl, getMembersUrl, getMyDataIntegrationsUrl, getOrganizationsUrl, getRegisterPasskeyUrl, getRemoveMemberUrl, getResendInviteUrl, getReverifyOrganizationDomainUrl, getRevokeAllSessionsUrl, getRevokeInviteUrl, getRevokeSessionUrl, getRolesAndConfigUrl, getRolesUrl, getSendVerificationUrl, getSessionsUrl, getSettingsUrl, getUpdateMeUrl, getUpdateMemberUrl, getUpdatePasswordUrl, getVerifyPasskeyUrl, getVerifyTotpFactorUrl, getVerifyUrl, inviteMember, type inviteMemberResponse, type inviteMemberResponse201, type inviteMemberResponse400, type inviteMemberResponse403, type inviteMemberResponse404, type inviteMemberResponseError, type inviteMemberResponseSuccess, listOrganizationApiKeyPermissions, type listOrganizationApiKeyPermissionsResponse, type listOrganizationApiKeyPermissionsResponse200, type listOrganizationApiKeyPermissionsResponse400, type listOrganizationApiKeyPermissionsResponse403, type listOrganizationApiKeyPermissionsResponseError, type listOrganizationApiKeyPermissionsResponseSuccess, listOrganizationApiKeys, type listOrganizationApiKeysResponse, type listOrganizationApiKeysResponse200, type listOrganizationApiKeysResponse400, type listOrganizationApiKeysResponse403, type listOrganizationApiKeysResponseError, type listOrganizationApiKeysResponseSuccess, listOrganizationDomains, type listOrganizationDomainsResponse, type listOrganizationDomainsResponse200, type listOrganizationDomainsResponse403, type listOrganizationDomainsResponse404, type listOrganizationDomainsResponseError, type listOrganizationDomainsResponseSuccess, listSsoConnections, type listSsoConnectionsResponse, type listSsoConnectionsResponse200, type listSsoConnectionsResponseSuccess, me, type meResponse, type meResponse200, type meResponse403, type meResponseError, type meResponseSuccess, members, type membersResponse, type membersResponse200, type membersResponse403, type membersResponse404, type membersResponseError, type membersResponseSuccess, myDataIntegrations, type myDataIntegrationsResponse, type myDataIntegrationsResponse200, type myDataIntegrationsResponse403, type myDataIntegrationsResponseError, type myDataIntegrationsResponseSuccess, organizations, type organizationsResponse, type organizationsResponse200, type organizationsResponse403, type organizationsResponse404, type organizationsResponseError, type organizationsResponseSuccess, registerPasskey, type registerPasskeyResponse, type registerPasskeyResponse201, type registerPasskeyResponse400, type registerPasskeyResponse403, type registerPasskeyResponseError, type registerPasskeyResponseSuccess, removeMember, type removeMemberResponse, type removeMemberResponse200, type removeMemberResponse400, type removeMemberResponse403, type removeMemberResponse404, type removeMemberResponseError, type removeMemberResponseSuccess, resendInvite, type resendInviteResponse, type resendInviteResponse201, type resendInviteResponse400, type resendInviteResponse403, type resendInviteResponse404, type resendInviteResponse422, type resendInviteResponseError, type resendInviteResponseSuccess, reverifyOrganizationDomain, type reverifyOrganizationDomainResponse, type reverifyOrganizationDomainResponse200, type reverifyOrganizationDomainResponse403, type reverifyOrganizationDomainResponse404, type reverifyOrganizationDomainResponseError, type reverifyOrganizationDomainResponseSuccess, revokeAllSessions, type revokeAllSessionsResponse, type revokeAllSessionsResponse200, type revokeAllSessionsResponse400, type revokeAllSessionsResponse403, type revokeAllSessionsResponseError, type revokeAllSessionsResponseSuccess, revokeInvite, type revokeInviteResponse, type revokeInviteResponse200, type revokeInviteResponse400, type revokeInviteResponse403, type revokeInviteResponse404, type revokeInviteResponseError, type revokeInviteResponseSuccess, revokeSession, type revokeSessionResponse, type revokeSessionResponse200, type revokeSessionResponse400, type revokeSessionResponse403, type revokeSessionResponseError, type revokeSessionResponseSuccess, roles, rolesAndConfig, type rolesAndConfigResponse, type rolesAndConfigResponse200, type rolesAndConfigResponse403, type rolesAndConfigResponse404, type rolesAndConfigResponseError, type rolesAndConfigResponseSuccess, type rolesResponse, type rolesResponse200, type rolesResponse403, type rolesResponse404, type rolesResponseError, type rolesResponseSuccess, sendVerification, type sendVerificationResponse, type sendVerificationResponse200, type sendVerificationResponse400, type sendVerificationResponse403, type sendVerificationResponseError, type sendVerificationResponseSuccess, sessions, type sessionsResponse, type sessionsResponse200, type sessionsResponse403, type sessionsResponseError, type sessionsResponseSuccess, settings, type settingsResponse, type settingsResponse200, type settingsResponse403, type settingsResponseError, type settingsResponseSuccess, updateMe, type updateMeResponse, type updateMeResponse200, type updateMeResponse400, type updateMeResponse403, type updateMeResponseError, type updateMeResponseSuccess, updateMember, type updateMemberResponse, type updateMemberResponse200, type updateMemberResponse400, type updateMemberResponse403, type updateMemberResponse404, type updateMemberResponse422, type updateMemberResponseError, type updateMemberResponseSuccess, updatePassword, type updatePasswordResponse, type updatePasswordResponse201, type updatePasswordResponse400, type updatePasswordResponse403, type updatePasswordResponseError, type updatePasswordResponseSuccess, verify, verifyPasskey, type verifyPasskeyResponse, type verifyPasskeyResponse200, type verifyPasskeyResponse400, type verifyPasskeyResponse403, type verifyPasskeyResponseError, type verifyPasskeyResponseSuccess, type verifyResponse, type verifyResponse200, type verifyResponse400, type verifyResponse403, type verifyResponseError, type verifyResponseSuccess, verifyTotpFactor, type verifyTotpFactorResponse, type verifyTotpFactorResponse200, type verifyTotpFactorResponse400, type verifyTotpFactorResponse403, type verifyTotpFactorResponseError, type verifyTotpFactorResponseSuccess };
1949
+ export { type ActiveSession, type ActiveSessionCurrentLocation, type ActiveSessionCurrentLocationOneOf, type ActiveSessionImpersonationReason, type ActiveSessionImpersonatorEmail, type ActiveSessionImpersonatorUserId, type ActiveSessionIpAddress, type ActiveSessionLastActivityAt, type ActiveSessionOrganizationId, type ActiveSessionState, type ActiveSessionStateExpiresAt, type ActiveSessionUserAgent, type ActiveSessionsResponse, type AuthenticationInformation403, type AuthenticationInformationResponse, type AuthenticationInformationResponseData, type AuthenticationInformationResponseDataPasswordSettings, type AuthenticationInformationResponseDataVerificationMethods, type AuthenticationInformationResponseDataVerificationMethodsMfa, type AuthenticationInformationResponseDataVerificationMethodsMfaOneOf, type AuthenticationInformationResponseDataVerificationMethodsMfaOneOfLastUsed, AuthenticationInformationResponseDataVerificationMethodsMfaOneOfProvider, type AuthenticationInformationResponseDataVerificationMethodsPasskey, type AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOf, type AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfLastUsed, type AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfPassKeysItem, AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfProvider, type AuthenticationInformationResponseDataVerificationMethodsPassword, type AuthenticationInformationResponseDataVerificationMethodsPasswordOneOf, type AuthenticationInformationResponseDataVerificationMethodsPasswordOneOfLastUsed, AuthenticationInformationResponseDataVerificationMethodsPasswordOneOfProvider, type CreateOrganizationApiKey400, type CreateOrganizationApiKey403, type CreateOrganizationApiKey404, type CreateOrganizationApiKey422, type CreateOrganizationApiKey422ErrorsItem, type CreateOrganizationApiKeyRequest, type CreateOrganizationApiKeyResponse, type CreatePassword201, type CreatePassword400, type CreatePassword403, type CreatePasswordRequest, type CreateTotpFactor400, type CreateTotpFactor403, type CreateTotpFactorResponse, type CreateTotpFactorResponseAuthenticationChallenge, type CreateTotpFactorResponseAuthenticationChallengeAllOf, type CreateTotpFactorResponseAuthenticationChallengeAllOfCode, type CreateTotpFactorResponseAuthenticationChallengeAllOfExpiresAt, type CreateTotpFactorResponseAuthenticationChallengeAllOfFive, CreateTotpFactorResponseAuthenticationChallengeAllOfObject, type CreateTotpFactorResponseAuthenticationFactor, type CreateTotpFactorResponseAuthenticationFactorAllOf, CreateTotpFactorResponseAuthenticationFactorAllOfObject, type CreateTotpFactorResponseAuthenticationFactorAllOfOnezero, type CreateTotpFactorResponseAuthenticationFactorAllOfSms, type CreateTotpFactorResponseAuthenticationFactorAllOfSmsOneOf, type CreateTotpFactorResponseAuthenticationFactorAllOfTotp, type CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOf, type CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOfTwo, CreateTotpFactorResponseAuthenticationFactorAllOfType, type CreateTotpFactorResponseAuthenticationFactorAllOfUserId, type DataInstallation, type DataInstallationAllOf, DataInstallationAllOfObject, type DataInstallationAllOfOrganizationId, type DataInstallationAllOfSix, type DataInstallationAllOfSixOrganizationId, type DataInstallationAllOfSixUserlandUserId, DataInstallationAllOfState, type DataInstallationAllOfUserId, type DataIntegration, DataIntegrationCredentialsType, type DataIntegrationDescription, type DataIntegrationInstallation, DataIntegrationIntegrationType, DataIntegrationObject, DataIntegrationOwnership, type DataIntegrationScopes, type DataIntegrationsResponse, type DeleteDataInstallation200, type DeleteDataInstallation403, type DeleteDataInstallation404, type DeleteOrganizationApiKey200, type DeleteOrganizationApiKey403, type DeleteOrganizationApiKey404, type DeleteOrganizationDomain403, type DeleteOrganizationDomain404, type DeletePasskey200, type DeletePasskey400, type DeletePasskey403, type DeleteTotpFactors200, type DeleteTotpFactors400, type DeleteTotpFactors403, type DirectoriesResponse, type Directory, type DirectoryMetadata, DirectoryState, DirectoryType, type DirectoryUsersMetadata, DomainVerificationNameServer, type GenerateAdminPortalLink201, type GenerateAdminPortalLink403, type GenerateAdminPortalLink404, type GenerateAdminPortalLink500, GenerateAdminPortalLinkIntent, type GenerateAdminPortalLinkParams, type GetAuthorizationStatusResponse, type GetDataInstallationAuthorizationStatus400, type GetDataInstallationAuthorizationStatus403, type GetDataInstallationAuthorizationStatus404, type GetDataIntegrationAuthorizeUrl400, type GetDataIntegrationAuthorizeUrl403, type GetDataIntegrationAuthorizeUrl404, type GetDataIntegrationAuthorizeUrlParams, type GetDataIntegrationAuthorizeUrlResponse, type GetDataIntegrationAuthorizeUrlResponseAllOf, type GetDataIntegrationAuthorizeUrlResponseAllOfTwo, type InviteMember201, type InviteMember400, type InviteMember403, type InviteMember404, type InviteMemberBody, type InviteMemberBodyFirstName, type InviteMemberBodyLastName, type ListDirectories403, type ListDirectories404, type ListMetadata, type ListMetadataAfter, type ListMetadataBefore, type ListOrganizationApiKeyPermission, type ListOrganizationApiKeyPermissionDescription, type ListOrganizationApiKeyPermissions400, type ListOrganizationApiKeyPermissions403, type ListOrganizationApiKeyPermissionsParams, type ListOrganizationApiKeyPermissionsResponse, type ListOrganizationApiKeyPermissionsResponseListMetadata, type ListOrganizationApiKeys400, type ListOrganizationApiKeys403, type ListOrganizationApiKeysParams, type ListOrganizationApiKeysResponse, type ListOrganizationApiKeysResponseData, type ListOrganizationApiKeysResponseDataLastUsedAt, type ListOrganizationApiKeysResponseListMetadata, type ListOrganizationDomains200, type ListOrganizationDomains403, type ListOrganizationDomains404, type Me, type Me403, type MeFirstName, type MeLastName, type MeLocale, type MeOauthProfiles, type MeOauthProfilesOneOf, type MeProfilePictureUrl, type Member, type MemberActions, MemberActionsItem, type MemberFirstName, type MemberIsLoggedInUser, type MemberLastActivityAt, type MemberLastName, type MemberProfilePictureUrl, type MemberRole, type MemberRoleDescription, type MemberRoles, type MemberRolesOneOfItem, type MemberRolesOneOfItemDescription, MemberStatus, type Members200, type Members403, type Members404, type MembersParams, type MyDataIntegrations403, type OAuthProfile, type OAuthProfileEmail, type OAuthProfileFirstName, type OAuthProfileLastLoginAt, type OAuthProfileLastName, type OAuthProfileProfilePictureUrl, OidcSessionState, type OrganizationDomain, OrganizationDomainState, type OrganizationDomainSubdomain, type OrganizationDomainVerificationPrefix, type OrganizationDomainVerificationToken, type OrganizationInfo, type OrganizationInfoFavicon, type Organizations403, type Organizations404, type OrganizationsResponse, type RegisterPasskey400, type RegisterPasskey403, type RegisterPasskeyResponse, type RegisterPasskeyResponseOptions, type RemoveMember200, type RemoveMember400, type RemoveMember403, type RemoveMember404, type ResendInvite201, type ResendInvite201Id, type ResendInvite400, type ResendInvite403, type ResendInvite404, type ResendInvite422, type ReverifyOrganizationDomain403, type ReverifyOrganizationDomain404, type RevokeAllSessions200, type RevokeAllSessions400, type RevokeAllSessions403, type RevokeAllSessionsRequest, type RevokeInvite200, type RevokeInvite400, type RevokeInvite403, type RevokeInvite404, type RevokeSession200, type RevokeSession400, type RevokeSession403, type Roles403, type Roles404, type RolesAndConfig403, type RolesAndConfig404, type RolesAndConfigResponse, SamlSessionState, type SendVerification400, type SendVerification403, type SendVerificationResponse, SendVerificationResponseType, type Sessions403, type Settings403, type SettingsResponse, type SettingsResponseLogoDarkIconPath, type SettingsResponseLogoDarkPath, type SettingsResponseLogoLightIconPath, type SettingsResponseLogoLightPath, SettingsResponseObject, type SsoConnection, type SsoConnectionAnyOf, type SsoConnectionAnyOfEight, type SsoConnectionAnyOfEightAllOf, type SsoConnectionAnyOfEightAllOfLastSession, SsoConnectionAnyOfEightAllOfProviderTag, type SsoConnectionAnyOfEightAllOfSix, SsoConnectionAnyOfEightAllOfState, SsoConnectionAnyOfEightAllOfType, type SsoConnectionAnyOfLastSession, type SsoConnectionAnyOfLatestExpiredCertificate, type SsoConnectionAnyOfLatestExpiringCertificate, SsoConnectionAnyOfProviderTag, SsoConnectionAnyOfState, SsoConnectionAnyOfType, type SsoConnectionSessionJSON, SsoConnectionSessionJSONState, type UpdateMe400, type UpdateMe403, type UpdateMeBody, type UpdateMember200, type UpdateMember400, type UpdateMember403, type UpdateMember404, type UpdateMember422, type UpdateMemberBody, type UpdatePassword201, type UpdatePassword400, type UpdatePassword403, type UpdatePasswordRequest, type Verify400, type Verify403, type VerifyPasskey200, type VerifyPasskey400, type VerifyPasskey403, type VerifyPasskeyRequest, type VerifyPasskeyRequestResponse, type VerifyRequest, type VerifyResponse, type VerifyTotpFactor200, type VerifyTotpFactor400, type VerifyTotpFactor403, type VerifyTotpFactorRequest, type X509CertificateJSON, type X509CertificateJSONLastExpiryEventSentAt, type X509CertificateJSONNotAfter, type X509CertificateJSONNotBefore, authenticationInformation, type authenticationInformationResponse, type authenticationInformationResponse200, type authenticationInformationResponse403, type authenticationInformationResponseError, type authenticationInformationResponseSuccess, createOrganizationApiKey, type createOrganizationApiKeyResponse, type createOrganizationApiKeyResponse201, type createOrganizationApiKeyResponse400, type createOrganizationApiKeyResponse403, type createOrganizationApiKeyResponse404, type createOrganizationApiKeyResponse422, type createOrganizationApiKeyResponseError, type createOrganizationApiKeyResponseSuccess, createPassword, type createPasswordResponse, type createPasswordResponse201, type createPasswordResponse400, type createPasswordResponse403, type createPasswordResponseError, type createPasswordResponseSuccess, createTotpFactor, type createTotpFactorResponse, type createTotpFactorResponse201, type createTotpFactorResponse400, type createTotpFactorResponse403, type createTotpFactorResponseError, type createTotpFactorResponseSuccess, deleteDataInstallation, type deleteDataInstallationResponse, type deleteDataInstallationResponse200, type deleteDataInstallationResponse403, type deleteDataInstallationResponse404, type deleteDataInstallationResponseError, type deleteDataInstallationResponseSuccess, deleteOrganizationApiKey, type deleteOrganizationApiKeyResponse, type deleteOrganizationApiKeyResponse200, type deleteOrganizationApiKeyResponse403, type deleteOrganizationApiKeyResponse404, type deleteOrganizationApiKeyResponseError, type deleteOrganizationApiKeyResponseSuccess, deleteOrganizationDomain, type deleteOrganizationDomainResponse, type deleteOrganizationDomainResponse200, type deleteOrganizationDomainResponse403, type deleteOrganizationDomainResponse404, type deleteOrganizationDomainResponseError, type deleteOrganizationDomainResponseSuccess, deletePasskey, type deletePasskeyResponse, type deletePasskeyResponse200, type deletePasskeyResponse400, type deletePasskeyResponse403, type deletePasskeyResponseError, type deletePasskeyResponseSuccess, deleteTotpFactors, type deleteTotpFactorsResponse, type deleteTotpFactorsResponse200, type deleteTotpFactorsResponse400, type deleteTotpFactorsResponse403, type deleteTotpFactorsResponseError, type deleteTotpFactorsResponseSuccess, generateAdminPortalLink, type generateAdminPortalLinkResponse, type generateAdminPortalLinkResponse201, type generateAdminPortalLinkResponse403, type generateAdminPortalLinkResponse404, type generateAdminPortalLinkResponse500, type generateAdminPortalLinkResponseError, type generateAdminPortalLinkResponseSuccess, getAuthenticationInformationUrl, getCreateOrganizationApiKeyUrl, getCreatePasswordUrl, getCreateTotpFactorUrl, getDataInstallationAuthorizationStatus, type getDataInstallationAuthorizationStatusResponse, type getDataInstallationAuthorizationStatusResponse200, type getDataInstallationAuthorizationStatusResponse400, type getDataInstallationAuthorizationStatusResponse403, type getDataInstallationAuthorizationStatusResponse404, type getDataInstallationAuthorizationStatusResponseError, type getDataInstallationAuthorizationStatusResponseSuccess, getDataIntegrationAuthorizeUrl, type getDataIntegrationAuthorizeUrlResponse, type getDataIntegrationAuthorizeUrlResponse200, type getDataIntegrationAuthorizeUrlResponse400, type getDataIntegrationAuthorizeUrlResponse403, type getDataIntegrationAuthorizeUrlResponse404, type getDataIntegrationAuthorizeUrlResponseError, type getDataIntegrationAuthorizeUrlResponseSuccess, getDeleteDataInstallationUrl, getDeleteOrganizationApiKeyUrl, getDeleteOrganizationDomainUrl, getDeletePasskeyUrl, getDeleteTotpFactorsUrl, getGenerateAdminPortalLinkUrl, getGetDataInstallationAuthorizationStatusUrl, getGetDataIntegrationAuthorizeUrlUrl, getInviteMemberUrl, getListDirectoriesUrl, getListOrganizationApiKeyPermissionsUrl, getListOrganizationApiKeysUrl, getListOrganizationDomainsUrl, getListSsoConnectionsUrl, getMeUrl, getMembersUrl, getMyDataIntegrationsUrl, getOrganizationsUrl, getRegisterPasskeyUrl, getRemoveMemberUrl, getResendInviteUrl, getReverifyOrganizationDomainUrl, getRevokeAllSessionsUrl, getRevokeInviteUrl, getRevokeSessionUrl, getRolesAndConfigUrl, getRolesUrl, getSendVerificationUrl, getSessionsUrl, getSettingsUrl, getUpdateMeUrl, getUpdateMemberUrl, getUpdatePasswordUrl, getVerifyPasskeyUrl, getVerifyTotpFactorUrl, getVerifyUrl, inviteMember, type inviteMemberResponse, type inviteMemberResponse201, type inviteMemberResponse400, type inviteMemberResponse403, type inviteMemberResponse404, type inviteMemberResponseError, type inviteMemberResponseSuccess, listDirectories, type listDirectoriesResponse, type listDirectoriesResponse200, type listDirectoriesResponse403, type listDirectoriesResponse404, type listDirectoriesResponseError, type listDirectoriesResponseSuccess, listOrganizationApiKeyPermissions, type listOrganizationApiKeyPermissionsResponse, type listOrganizationApiKeyPermissionsResponse200, type listOrganizationApiKeyPermissionsResponse400, type listOrganizationApiKeyPermissionsResponse403, type listOrganizationApiKeyPermissionsResponseError, type listOrganizationApiKeyPermissionsResponseSuccess, listOrganizationApiKeys, type listOrganizationApiKeysResponse, type listOrganizationApiKeysResponse200, type listOrganizationApiKeysResponse400, type listOrganizationApiKeysResponse403, type listOrganizationApiKeysResponseError, type listOrganizationApiKeysResponseSuccess, listOrganizationDomains, type listOrganizationDomainsResponse, type listOrganizationDomainsResponse200, type listOrganizationDomainsResponse403, type listOrganizationDomainsResponse404, type listOrganizationDomainsResponseError, type listOrganizationDomainsResponseSuccess, listSsoConnections, type listSsoConnectionsResponse, type listSsoConnectionsResponse200, type listSsoConnectionsResponseSuccess, me, type meResponse, type meResponse200, type meResponse403, type meResponseError, type meResponseSuccess, members, type membersResponse, type membersResponse200, type membersResponse403, type membersResponse404, type membersResponseError, type membersResponseSuccess, myDataIntegrations, type myDataIntegrationsResponse, type myDataIntegrationsResponse200, type myDataIntegrationsResponse403, type myDataIntegrationsResponseError, type myDataIntegrationsResponseSuccess, organizations, type organizationsResponse, type organizationsResponse200, type organizationsResponse403, type organizationsResponse404, type organizationsResponseError, type organizationsResponseSuccess, registerPasskey, type registerPasskeyResponse, type registerPasskeyResponse201, type registerPasskeyResponse400, type registerPasskeyResponse403, type registerPasskeyResponseError, type registerPasskeyResponseSuccess, removeMember, type removeMemberResponse, type removeMemberResponse200, type removeMemberResponse400, type removeMemberResponse403, type removeMemberResponse404, type removeMemberResponseError, type removeMemberResponseSuccess, resendInvite, type resendInviteResponse, type resendInviteResponse201, type resendInviteResponse400, type resendInviteResponse403, type resendInviteResponse404, type resendInviteResponse422, type resendInviteResponseError, type resendInviteResponseSuccess, reverifyOrganizationDomain, type reverifyOrganizationDomainResponse, type reverifyOrganizationDomainResponse200, type reverifyOrganizationDomainResponse403, type reverifyOrganizationDomainResponse404, type reverifyOrganizationDomainResponseError, type reverifyOrganizationDomainResponseSuccess, revokeAllSessions, type revokeAllSessionsResponse, type revokeAllSessionsResponse200, type revokeAllSessionsResponse400, type revokeAllSessionsResponse403, type revokeAllSessionsResponseError, type revokeAllSessionsResponseSuccess, revokeInvite, type revokeInviteResponse, type revokeInviteResponse200, type revokeInviteResponse400, type revokeInviteResponse403, type revokeInviteResponse404, type revokeInviteResponseError, type revokeInviteResponseSuccess, revokeSession, type revokeSessionResponse, type revokeSessionResponse200, type revokeSessionResponse400, type revokeSessionResponse403, type revokeSessionResponseError, type revokeSessionResponseSuccess, roles, rolesAndConfig, type rolesAndConfigResponse, type rolesAndConfigResponse200, type rolesAndConfigResponse403, type rolesAndConfigResponse404, type rolesAndConfigResponseError, type rolesAndConfigResponseSuccess, type rolesResponse, type rolesResponse200, type rolesResponse403, type rolesResponse404, type rolesResponseError, type rolesResponseSuccess, sendVerification, type sendVerificationResponse, type sendVerificationResponse200, type sendVerificationResponse400, type sendVerificationResponse403, type sendVerificationResponseError, type sendVerificationResponseSuccess, sessions, type sessionsResponse, type sessionsResponse200, type sessionsResponse403, type sessionsResponseError, type sessionsResponseSuccess, settings, type settingsResponse, type settingsResponse200, type settingsResponse403, type settingsResponseError, type settingsResponseSuccess, updateMe, type updateMeResponse, type updateMeResponse200, type updateMeResponse400, type updateMeResponse403, type updateMeResponseError, type updateMeResponseSuccess, updateMember, type updateMemberResponse, type updateMemberResponse200, type updateMemberResponse400, type updateMemberResponse403, type updateMemberResponse404, type updateMemberResponse422, type updateMemberResponseError, type updateMemberResponseSuccess, updatePassword, type updatePasswordResponse, type updatePasswordResponse201, type updatePasswordResponse400, type updatePasswordResponse403, type updatePasswordResponseError, type updatePasswordResponseSuccess, verify, verifyPasskey, type verifyPasskeyResponse, type verifyPasskeyResponse200, type verifyPasskeyResponse400, type verifyPasskeyResponse403, type verifyPasskeyResponseError, type verifyPasskeyResponseSuccess, type verifyResponse, type verifyResponse200, type verifyResponse400, type verifyResponse403, type verifyResponseError, type verifyResponseSuccess, verifyTotpFactor, type verifyTotpFactorResponse, type verifyTotpFactorResponse200, type verifyTotpFactorResponse400, type verifyTotpFactorResponse403, type verifyTotpFactorResponseError, type verifyTotpFactorResponseSuccess };