@workos-inc/widgets 1.8.0 → 1.8.2

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 (90) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cjs/api/endpoint.cjs +4 -1
  3. package/dist/cjs/api/endpoint.cjs.map +1 -1
  4. package/dist/cjs/api/endpoint.d.cts +17 -9
  5. package/dist/cjs/experimental/api/fetch.cjs +1083 -0
  6. package/dist/cjs/experimental/api/fetch.cjs.map +1 -0
  7. package/dist/cjs/experimental/api/fetch.d.cts +1871 -0
  8. package/dist/cjs/experimental/api/react-query.cjs +1863 -0
  9. package/dist/cjs/experimental/api/react-query.cjs.map +1 -0
  10. package/dist/cjs/experimental/api/react-query.d.cts +2685 -0
  11. package/dist/cjs/experimental/api/swr.cjs +1972 -0
  12. package/dist/cjs/experimental/api/swr.cjs.map +1 -0
  13. package/dist/cjs/experimental/api/swr.d.cts +2585 -0
  14. package/dist/cjs/lib/add-mfa-dialog.cjs +2 -2
  15. package/dist/cjs/lib/add-mfa-dialog.cjs.map +1 -1
  16. package/dist/cjs/lib/admin-portal-domain-verification.cjs.map +1 -1
  17. package/dist/cjs/lib/api/user.d.cts +2 -2
  18. package/dist/cjs/lib/api-keys/api-keys-search.cjs +2 -2
  19. package/dist/cjs/lib/api-keys/api-keys-search.cjs.map +1 -1
  20. package/dist/cjs/lib/api-keys/create-api-key.cjs +8 -8
  21. package/dist/cjs/lib/api-keys/create-api-key.cjs.map +1 -1
  22. package/dist/cjs/lib/change-password-dialog.cjs +18 -18
  23. package/dist/cjs/lib/change-password-dialog.cjs.map +1 -1
  24. package/dist/cjs/lib/copy-button.cjs.map +1 -1
  25. package/dist/cjs/lib/edit-user-profile-dialog.cjs +8 -8
  26. package/dist/cjs/lib/edit-user-profile-dialog.cjs.map +1 -1
  27. package/dist/cjs/lib/elements/utils.cjs +3 -4
  28. package/dist/cjs/lib/elements/utils.cjs.map +1 -1
  29. package/dist/cjs/lib/elements.cjs.map +1 -1
  30. package/dist/cjs/lib/elevated-access.cjs +2 -2
  31. package/dist/cjs/lib/elevated-access.cjs.map +1 -1
  32. package/dist/cjs/lib/marker.cjs.map +1 -1
  33. package/dist/cjs/lib/organization-switcher.cjs.map +1 -1
  34. package/dist/cjs/lib/otp-input.cjs +6 -7
  35. package/dist/cjs/lib/otp-input.cjs.map +1 -1
  36. package/dist/cjs/lib/provider-icon.cjs.map +1 -1
  37. package/dist/cjs/lib/set-password-dialog.cjs +12 -12
  38. package/dist/cjs/lib/set-password-dialog.cjs.map +1 -1
  39. package/dist/cjs/lib/status.cjs.map +1 -1
  40. package/dist/cjs/lib/users-search.cjs +2 -2
  41. package/dist/cjs/lib/users-search.cjs.map +1 -1
  42. package/dist/cjs/organization-switcher.client.cjs.map +1 -1
  43. package/dist/esm/api/endpoint.d.ts +17 -9
  44. package/dist/esm/api/endpoint.js +4 -1
  45. package/dist/esm/api/endpoint.js.map +1 -1
  46. package/dist/esm/experimental/api/fetch.d.ts +1871 -0
  47. package/dist/esm/experimental/api/fetch.js +954 -0
  48. package/dist/esm/experimental/api/fetch.js.map +1 -0
  49. package/dist/esm/experimental/api/react-query.d.ts +2685 -0
  50. package/dist/esm/experimental/api/react-query.js +1641 -0
  51. package/dist/esm/experimental/api/react-query.js.map +1 -0
  52. package/dist/esm/experimental/api/swr.d.ts +2585 -0
  53. package/dist/esm/experimental/api/swr.js +1731 -0
  54. package/dist/esm/experimental/api/swr.js.map +1 -0
  55. package/dist/esm/lib/add-mfa-dialog.js +1 -1
  56. package/dist/esm/lib/add-mfa-dialog.js.map +1 -1
  57. package/dist/esm/lib/admin-portal-domain-verification.js.map +1 -1
  58. package/dist/esm/lib/api/user.d.ts +2 -2
  59. package/dist/esm/lib/api-keys/api-keys-search.js +1 -1
  60. package/dist/esm/lib/api-keys/api-keys-search.js.map +1 -1
  61. package/dist/esm/lib/api-keys/create-api-key.js +1 -1
  62. package/dist/esm/lib/api-keys/create-api-key.js.map +1 -1
  63. package/dist/esm/lib/change-password-dialog.js +1 -1
  64. package/dist/esm/lib/change-password-dialog.js.map +1 -1
  65. package/dist/esm/lib/copy-button.js.map +1 -1
  66. package/dist/esm/lib/edit-user-profile-dialog.js +1 -1
  67. package/dist/esm/lib/edit-user-profile-dialog.js.map +1 -1
  68. package/dist/esm/lib/elements/utils.js +1 -2
  69. package/dist/esm/lib/elements/utils.js.map +1 -1
  70. package/dist/esm/lib/elements.js.map +1 -1
  71. package/dist/esm/lib/elevated-access.js +1 -1
  72. package/dist/esm/lib/elevated-access.js.map +1 -1
  73. package/dist/esm/lib/marker.js.map +1 -1
  74. package/dist/esm/lib/organization-switcher.js.map +1 -1
  75. package/dist/esm/lib/otp-input.js +6 -3
  76. package/dist/esm/lib/otp-input.js.map +1 -1
  77. package/dist/esm/lib/provider-icon.js.map +1 -1
  78. package/dist/esm/lib/set-password-dialog.js +1 -1
  79. package/dist/esm/lib/set-password-dialog.js.map +1 -1
  80. package/dist/esm/lib/status.js.map +1 -1
  81. package/dist/esm/lib/users-search.js +1 -1
  82. package/dist/esm/lib/users-search.js.map +1 -1
  83. package/dist/esm/organization-switcher.client.js.map +1 -1
  84. package/package.json +33 -23
  85. package/dist/cjs/lib/use-layout-effect.cjs +0 -31
  86. package/dist/cjs/lib/use-layout-effect.cjs.map +0 -1
  87. package/dist/cjs/lib/use-layout-effect.d.cts +0 -5
  88. package/dist/esm/lib/use-layout-effect.d.ts +0 -5
  89. package/dist/esm/lib/use-layout-effect.js +0 -7
  90. package/dist/esm/lib/use-layout-effect.js.map +0 -1
@@ -0,0 +1,1871 @@
1
+ /**
2
+ * Generated by orval v7.21.0 🍺
3
+ * Do not edit manually.
4
+ * WorkOS Widgets
5
+ * WorkOS Widgets API
6
+ * OpenAPI spec version: 1.0
7
+ */
8
+ declare const MemberStatus: {
9
+ readonly Active: "Active";
10
+ readonly Invited: "Invited";
11
+ readonly InviteExpired: "InviteExpired";
12
+ readonly InviteRevoked: "InviteRevoked";
13
+ readonly NoInvite: "NoInvite";
14
+ };
15
+ type MemberStatus = (typeof MemberStatus)[keyof typeof MemberStatus];
16
+ declare const MemberActionsItem: {
17
+ readonly "edit-role": "edit-role";
18
+ readonly "resend-invite": "resend-invite";
19
+ readonly "revoke-invite": "revoke-invite";
20
+ readonly "revoke-membership": "revoke-membership";
21
+ };
22
+ type MemberActions = (typeof MemberActionsItem)[keyof typeof MemberActionsItem][];
23
+ type MemberRolesItem = {
24
+ name: string;
25
+ slug: string;
26
+ /** @nullable */
27
+ description?: string | null;
28
+ };
29
+ interface Member {
30
+ id: string;
31
+ email: string;
32
+ emailVerified: boolean;
33
+ /** @nullable */
34
+ profilePictureUrl?: string | null;
35
+ /** @nullable */
36
+ firstName?: string | null;
37
+ /** @nullable */
38
+ lastName?: string | null;
39
+ createdAt: string;
40
+ /** @nullable */
41
+ lastActivityAt?: string | null;
42
+ status: MemberStatus;
43
+ actions: MemberActions;
44
+ /** @nullable */
45
+ isLoggedInUser?: boolean | null;
46
+ /** @nullable */
47
+ roles?: MemberRolesItem[] | null;
48
+ }
49
+ interface ListMetadata {
50
+ /** @nullable */
51
+ before?: string | null;
52
+ /** @nullable */
53
+ after?: string | null;
54
+ }
55
+ interface MemberRole {
56
+ name: string;
57
+ slug: string;
58
+ default: boolean;
59
+ /** @nullable */
60
+ description?: string | null;
61
+ }
62
+ interface RolesAndConfigResponse {
63
+ roles: MemberRole[];
64
+ multipleRolesEnabled: boolean;
65
+ }
66
+ interface OrganizationInfo {
67
+ id: string;
68
+ name: string;
69
+ current: boolean;
70
+ /** @nullable */
71
+ favicon?: string | null;
72
+ }
73
+ interface OrganizationsResponse {
74
+ data: OrganizationInfo[];
75
+ }
76
+ interface OAuthProfile {
77
+ 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;
88
+ }
89
+ /**
90
+ * @nullable
91
+ */
92
+ type MeOauthProfiles = {
93
+ AppleOAuth?: OAuthProfile;
94
+ GithubOAuth?: OAuthProfile;
95
+ GoogleOAuth?: OAuthProfile;
96
+ MicrosoftOAuth?: OAuthProfile;
97
+ } | null;
98
+ interface Me {
99
+ id: string;
100
+ 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 */
110
+ oauthProfiles?: MeOauthProfiles;
111
+ }
112
+ type CreateTotpFactorResponseAuthenticationFactorAllOfObject = (typeof CreateTotpFactorResponseAuthenticationFactorAllOfObject)[keyof typeof CreateTotpFactorResponseAuthenticationFactorAllOfObject];
113
+ declare const CreateTotpFactorResponseAuthenticationFactorAllOfObject: {
114
+ readonly authentication_factor: "authentication_factor";
115
+ };
116
+ type CreateTotpFactorResponseAuthenticationFactorAllOfType = (typeof CreateTotpFactorResponseAuthenticationFactorAllOfType)[keyof typeof CreateTotpFactorResponseAuthenticationFactorAllOfType];
117
+ declare const CreateTotpFactorResponseAuthenticationFactorAllOfType: {
118
+ readonly generic_otp: "generic_otp";
119
+ readonly sms: "sms";
120
+ readonly totp: "totp";
121
+ readonly webauthn: "webauthn";
122
+ };
123
+ /**
124
+ * @nullable
125
+ */
126
+ type CreateTotpFactorResponseAuthenticationFactorAllOfSms = {
127
+ phone_number: string;
128
+ } | null;
129
+ /**
130
+ * @nullable
131
+ */
132
+ type CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOf = {
133
+ issuer: string;
134
+ user: string;
135
+ secret: string;
136
+ qr_code: string;
137
+ uri: string;
138
+ } | null;
139
+ /**
140
+ * @nullable
141
+ */
142
+ type CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOfTwo = {
143
+ issuer: string;
144
+ user: string;
145
+ } | null;
146
+ type CreateTotpFactorResponseAuthenticationFactorAllOfTotp = CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOf | CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOfTwo;
147
+ type CreateTotpFactorResponseAuthenticationFactorAllOf = {
148
+ object: CreateTotpFactorResponseAuthenticationFactorAllOfObject;
149
+ id: string;
150
+ type: CreateTotpFactorResponseAuthenticationFactorAllOfType;
151
+ /** @nullable */
152
+ user_id?: string | null;
153
+ /** @nullable */
154
+ sms?: CreateTotpFactorResponseAuthenticationFactorAllOfSms;
155
+ totp?: CreateTotpFactorResponseAuthenticationFactorAllOfTotp;
156
+ };
157
+ type CreateTotpFactorResponseAuthenticationFactorAllOfEight = {
158
+ created_at: string;
159
+ updated_at: string;
160
+ };
161
+ type CreateTotpFactorResponseAuthenticationFactor = CreateTotpFactorResponseAuthenticationFactorAllOf & CreateTotpFactorResponseAuthenticationFactorAllOfEight;
162
+ type CreateTotpFactorResponseAuthenticationChallengeAllOfObject = (typeof CreateTotpFactorResponseAuthenticationChallengeAllOfObject)[keyof typeof CreateTotpFactorResponseAuthenticationChallengeAllOfObject];
163
+ declare const CreateTotpFactorResponseAuthenticationChallengeAllOfObject: {
164
+ readonly authentication_challenge: "authentication_challenge";
165
+ };
166
+ type CreateTotpFactorResponseAuthenticationChallengeAllOf = {
167
+ object: CreateTotpFactorResponseAuthenticationChallengeAllOfObject;
168
+ id: string;
169
+ /** @nullable */
170
+ expires_at?: string | null;
171
+ /** @nullable */
172
+ code?: string | null;
173
+ authentication_factor_id: string;
174
+ };
175
+ type CreateTotpFactorResponseAuthenticationChallengeAllOfThree = {
176
+ created_at: string;
177
+ updated_at: string;
178
+ };
179
+ type CreateTotpFactorResponseAuthenticationChallenge = CreateTotpFactorResponseAuthenticationChallengeAllOf & CreateTotpFactorResponseAuthenticationChallengeAllOfThree;
180
+ interface CreateTotpFactorResponse {
181
+ authenticationFactor: CreateTotpFactorResponseAuthenticationFactor;
182
+ authenticationChallenge: CreateTotpFactorResponseAuthenticationChallenge;
183
+ }
184
+ interface VerifyTotpFactorRequest {
185
+ code: string;
186
+ authenticationChallengeId: string;
187
+ }
188
+ type AuthenticationInformationResponseDataVerificationMethodsMfaProvider = (typeof AuthenticationInformationResponseDataVerificationMethodsMfaProvider)[keyof typeof AuthenticationInformationResponseDataVerificationMethodsMfaProvider];
189
+ declare const AuthenticationInformationResponseDataVerificationMethodsMfaProvider: {
190
+ readonly MFA: "MFA";
191
+ };
192
+ /**
193
+ * @nullable
194
+ */
195
+ type AuthenticationInformationResponseDataVerificationMethodsMfa = {
196
+ provider: AuthenticationInformationResponseDataVerificationMethodsMfaProvider;
197
+ isSetUp: boolean;
198
+ /** @nullable */
199
+ lastUsed?: string | null;
200
+ } | null;
201
+ type AuthenticationInformationResponseDataVerificationMethodsPasswordProvider = (typeof AuthenticationInformationResponseDataVerificationMethodsPasswordProvider)[keyof typeof AuthenticationInformationResponseDataVerificationMethodsPasswordProvider];
202
+ declare const AuthenticationInformationResponseDataVerificationMethodsPasswordProvider: {
203
+ readonly Password: "Password";
204
+ };
205
+ /**
206
+ * @nullable
207
+ */
208
+ type AuthenticationInformationResponseDataVerificationMethodsPassword = {
209
+ provider: AuthenticationInformationResponseDataVerificationMethodsPasswordProvider;
210
+ isSetUp: boolean;
211
+ /** @nullable */
212
+ lastUsed?: string | null;
213
+ isCurrentSession: boolean;
214
+ } | null;
215
+ type AuthenticationInformationResponseDataVerificationMethodsPasskeyProvider = (typeof AuthenticationInformationResponseDataVerificationMethodsPasskeyProvider)[keyof typeof AuthenticationInformationResponseDataVerificationMethodsPasskeyProvider];
216
+ declare const AuthenticationInformationResponseDataVerificationMethodsPasskeyProvider: {
217
+ readonly Passkey: "Passkey";
218
+ };
219
+ type AuthenticationInformationResponseDataVerificationMethodsPasskeyPassKeysItem = {
220
+ id: string;
221
+ };
222
+ /**
223
+ * @nullable
224
+ */
225
+ type AuthenticationInformationResponseDataVerificationMethodsPasskey = {
226
+ provider: AuthenticationInformationResponseDataVerificationMethodsPasskeyProvider;
227
+ isSetUp: boolean;
228
+ /** @nullable */
229
+ lastUsed?: string | null;
230
+ passKeys: AuthenticationInformationResponseDataVerificationMethodsPasskeyPassKeysItem[];
231
+ isCurrentSession: boolean;
232
+ } | null;
233
+ type AuthenticationInformationResponseDataVerificationMethods = {
234
+ /** @nullable */
235
+ Mfa?: AuthenticationInformationResponseDataVerificationMethodsMfa;
236
+ /** @nullable */
237
+ Password?: AuthenticationInformationResponseDataVerificationMethodsPassword;
238
+ /** @nullable */
239
+ Passkey?: AuthenticationInformationResponseDataVerificationMethodsPasskey;
240
+ };
241
+ type AuthenticationInformationResponseDataPasswordSettings = {
242
+ isPasswordNumberRequired: boolean;
243
+ isPasswordPwnedRequired: boolean;
244
+ isPasswordSymbolRequired: boolean;
245
+ isPasswordUppercaseRequired: boolean;
246
+ passwordMinimumLength: number;
247
+ passwordMinimumStrength: number;
248
+ };
249
+ type AuthenticationInformationResponseData = {
250
+ verificationMethods: AuthenticationInformationResponseDataVerificationMethods;
251
+ passwordSettings: AuthenticationInformationResponseDataPasswordSettings;
252
+ };
253
+ interface AuthenticationInformationResponse {
254
+ data: AuthenticationInformationResponseData;
255
+ }
256
+ interface CreatePasswordRequest {
257
+ password: string;
258
+ }
259
+ interface UpdatePasswordRequest {
260
+ newPassword: string;
261
+ currentPassword: string;
262
+ }
263
+ interface RevokeAllSessionsRequest {
264
+ currentSessionId: string;
265
+ }
266
+ type ActiveSessionState = {
267
+ tag: string;
268
+ /** @nullable */
269
+ expiresAt?: string | null;
270
+ };
271
+ /**
272
+ * @nullable
273
+ */
274
+ type ActiveSessionCurrentLocation = {
275
+ cityName: string;
276
+ countryISOCode: string;
277
+ } | null;
278
+ interface ActiveSession {
279
+ id: string;
280
+ userlandUserId: string;
281
+ /** @nullable */
282
+ ipAddress?: string | null;
283
+ /** @nullable */
284
+ userAgent?: string | null;
285
+ /** @nullable */
286
+ organizationId?: string | null;
287
+ state: ActiveSessionState;
288
+ /** @nullable */
289
+ currentLocation?: ActiveSessionCurrentLocation;
290
+ usedSsoAuth: boolean;
291
+ usedPasswordAuth: boolean;
292
+ usedPasskeyAuth: boolean;
293
+ usedAppleOauth: boolean;
294
+ usedBitbucketOauth: boolean;
295
+ usedGithubOauth: boolean;
296
+ usedGitLabOauth: boolean;
297
+ usedGoogleOauth: boolean;
298
+ usedLinkedInOauth: boolean;
299
+ usedImpersonation: boolean;
300
+ usedMicrosoftOauth: boolean;
301
+ usedSlackOauth: boolean;
302
+ usedXeroOauth: boolean;
303
+ 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;
312
+ createdAt: string;
313
+ updatedAt: string;
314
+ }
315
+ interface ActiveSessionsResponse {
316
+ data: ActiveSession[];
317
+ }
318
+ type SendVerificationResponseType = (typeof SendVerificationResponseType)[keyof typeof SendVerificationResponseType];
319
+ declare const SendVerificationResponseType: {
320
+ readonly EmailVerification: "EmailVerification";
321
+ };
322
+ interface SendVerificationResponse {
323
+ authenticationChallenge: string;
324
+ type: SendVerificationResponseType;
325
+ }
326
+ interface VerifyRequest {
327
+ code: string;
328
+ authenticationChallengeId: string;
329
+ }
330
+ interface VerifyResponse {
331
+ elevatedAccessToken: string;
332
+ expiresAt: string;
333
+ }
334
+ type RegisterPasskeyResponseOptions = {
335
+ [key: string]: unknown;
336
+ };
337
+ interface RegisterPasskeyResponse {
338
+ challengeId: string;
339
+ options: RegisterPasskeyResponseOptions;
340
+ }
341
+ type VerifyPasskeyRequestResponse = {
342
+ [key: string]: unknown;
343
+ };
344
+ interface VerifyPasskeyRequest {
345
+ challengeId: string;
346
+ response: VerifyPasskeyRequestResponse;
347
+ }
348
+ type SettingsResponseObject = (typeof SettingsResponseObject)[keyof typeof SettingsResponseObject];
349
+ declare const SettingsResponseObject: {
350
+ readonly settings: "settings";
351
+ };
352
+ interface SettingsResponse {
353
+ object: SettingsResponseObject;
354
+ 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;
363
+ teamName: string;
364
+ }
365
+ type OrganizationDomainState = (typeof OrganizationDomainState)[keyof typeof OrganizationDomainState];
366
+ declare const OrganizationDomainState: {
367
+ readonly Failed: "Failed";
368
+ readonly LegacyVerified: "LegacyVerified";
369
+ readonly Pending: "Pending";
370
+ readonly Verified: "Verified";
371
+ };
372
+ type DomainVerificationNameServer = (typeof DomainVerificationNameServer)[keyof typeof DomainVerificationNameServer];
373
+ declare const DomainVerificationNameServer: {
374
+ readonly AwsRoute53: "AwsRoute53";
375
+ readonly GoogleDomains: "GoogleDomains";
376
+ readonly CloudFlare: "CloudFlare";
377
+ readonly GoDaddy: "GoDaddy";
378
+ readonly Other: "Other";
379
+ };
380
+ interface OrganizationDomain {
381
+ id: string;
382
+ domain: string;
383
+ state: OrganizationDomainState;
384
+ nameServer: DomainVerificationNameServer;
385
+ /** @nullable */
386
+ verificationPrefix?: string | null;
387
+ /** @nullable */
388
+ verificationToken?: string | null;
389
+ /** @nullable */
390
+ subdomain?: string | null;
391
+ createdAt: string;
392
+ }
393
+ interface X509CertificateJSON {
394
+ id: string;
395
+ value: string;
396
+ /** @nullable */
397
+ notBefore?: string | null;
398
+ /** @nullable */
399
+ notAfter?: string | null;
400
+ /** @nullable */
401
+ lastExpiryEventSentAt?: string | null;
402
+ }
403
+ type SamlSessionState = (typeof SamlSessionState)[keyof typeof SamlSessionState];
404
+ declare const SamlSessionState: {
405
+ readonly Authorized: "Authorized";
406
+ readonly Failed: "Failed";
407
+ readonly Started: "Started";
408
+ readonly Successful: "Successful";
409
+ readonly Timedout: "Timedout";
410
+ };
411
+ type OidcSessionState = (typeof OidcSessionState)[keyof typeof OidcSessionState];
412
+ declare const OidcSessionState: {
413
+ readonly Started: "Started";
414
+ readonly Authorized: "Authorized";
415
+ readonly Successful: "Successful";
416
+ readonly Failed: "Failed";
417
+ readonly Terminated: "Terminated";
418
+ readonly Timedout: "Timedout";
419
+ };
420
+ declare const SsoConnectionSessionJSONState: {
421
+ readonly Started: "Started";
422
+ readonly Authorized: "Authorized";
423
+ readonly Successful: "Successful";
424
+ readonly Failed: "Failed";
425
+ readonly Terminated: "Terminated";
426
+ readonly Timedout: "Timedout";
427
+ };
428
+ interface SsoConnectionSessionJSON {
429
+ id: string;
430
+ createdAt: string;
431
+ state: (typeof SsoConnectionSessionJSONState)[keyof typeof SsoConnectionSessionJSONState];
432
+ }
433
+ type SsoConnectionAnyOfType = (typeof SsoConnectionAnyOfType)[keyof typeof SsoConnectionAnyOfType];
434
+ declare const SsoConnectionAnyOfType: {
435
+ readonly AdfsSaml: "AdfsSaml";
436
+ readonly Auth0Saml: "Auth0Saml";
437
+ readonly AzureSaml: "AzureSaml";
438
+ readonly CasSaml: "CasSaml";
439
+ readonly ClassLinkSaml: "ClassLinkSaml";
440
+ readonly CloudflareSaml: "CloudflareSaml";
441
+ readonly CyberArkSaml: "CyberArkSaml";
442
+ readonly DuoSaml: "DuoSaml";
443
+ readonly GenericSaml: "GenericSaml";
444
+ readonly GoogleSaml: "GoogleSaml";
445
+ readonly JumpCloudSaml: "JumpCloudSaml";
446
+ readonly KeycloakSaml: "KeycloakSaml";
447
+ readonly LastPassSaml: "LastPassSaml";
448
+ readonly MiniOrangeSaml: "MiniOrangeSaml";
449
+ readonly NetIqSaml: "NetIqSaml";
450
+ readonly OktaSaml: "OktaSaml";
451
+ readonly OneLoginSaml: "OneLoginSaml";
452
+ readonly OracleSaml: "OracleSaml";
453
+ readonly PingFederateSaml: "PingFederateSaml";
454
+ readonly PingOneSaml: "PingOneSaml";
455
+ readonly RipplingSaml: "RipplingSaml";
456
+ readonly SalesforceSaml: "SalesforceSaml";
457
+ readonly ShibbolethGenericSaml: "ShibbolethGenericSaml";
458
+ readonly ShibbolethSaml: "ShibbolethSaml";
459
+ readonly SimpleSamlPhpSaml: "SimpleSamlPhpSaml";
460
+ readonly TestIdp: "TestIdp";
461
+ readonly VmWareSaml: "VmWareSaml";
462
+ };
463
+ type SsoConnectionAnyOfState = (typeof SsoConnectionAnyOfState)[keyof typeof SsoConnectionAnyOfState];
464
+ declare const SsoConnectionAnyOfState: {
465
+ readonly Inactive: "Inactive";
466
+ readonly Validating: "Validating";
467
+ readonly Active: "Active";
468
+ readonly Deleting: "Deleting";
469
+ };
470
+ type SsoConnectionAnyOfLatestExpiringCertificate = X509CertificateJSON | null;
471
+ type SsoConnectionAnyOfLatestExpiredCertificate = X509CertificateJSON | null;
472
+ type SsoConnectionAnyOfProviderTag = (typeof SsoConnectionAnyOfProviderTag)[keyof typeof SsoConnectionAnyOfProviderTag];
473
+ declare const SsoConnectionAnyOfProviderTag: {
474
+ readonly Saml: "Saml";
475
+ };
476
+ type SsoConnectionAnyOfLastSession = SsoConnectionSessionJSON | null;
477
+ type SsoConnectionAnyOf = {
478
+ id: string;
479
+ type: SsoConnectionAnyOfType;
480
+ name: string;
481
+ state: SsoConnectionAnyOfState;
482
+ x509Certificates: X509CertificateJSON[];
483
+ latestExpiringCertificate?: SsoConnectionAnyOfLatestExpiringCertificate;
484
+ latestExpiredCertificate?: SsoConnectionAnyOfLatestExpiredCertificate;
485
+ createdAt: string;
486
+ providerTag: SsoConnectionAnyOfProviderTag;
487
+ lastSession?: SsoConnectionAnyOfLastSession;
488
+ };
489
+ type SsoConnectionAnyOfEightAllOfState = (typeof SsoConnectionAnyOfEightAllOfState)[keyof typeof SsoConnectionAnyOfEightAllOfState];
490
+ declare const SsoConnectionAnyOfEightAllOfState: {
491
+ readonly Inactive: "Inactive";
492
+ readonly Validating: "Validating";
493
+ readonly Active: "Active";
494
+ readonly Deleting: "Deleting";
495
+ };
496
+ type SsoConnectionAnyOfEightAllOfType = (typeof SsoConnectionAnyOfEightAllOfType)[keyof typeof SsoConnectionAnyOfEightAllOfType];
497
+ declare const SsoConnectionAnyOfEightAllOfType: {
498
+ readonly AdpOidc: "AdpOidc";
499
+ readonly Auth0Migration: "Auth0Migration";
500
+ readonly CleverOidc: "CleverOidc";
501
+ readonly EntraIdOidc: "EntraIdOidc";
502
+ readonly GenericOidc: "GenericOidc";
503
+ readonly GoogleOidc: "GoogleOidc";
504
+ readonly OktaOidc: "OktaOidc";
505
+ readonly LoginGovOidc: "LoginGovOidc";
506
+ };
507
+ type SsoConnectionAnyOfEightAllOfProviderTag = (typeof SsoConnectionAnyOfEightAllOfProviderTag)[keyof typeof SsoConnectionAnyOfEightAllOfProviderTag];
508
+ declare const SsoConnectionAnyOfEightAllOfProviderTag: {
509
+ readonly OpenIdConnect: "OpenIdConnect";
510
+ };
511
+ type SsoConnectionAnyOfEightAllOfLastSession = SsoConnectionSessionJSON | null;
512
+ type SsoConnectionAnyOfEightAllOf = {
513
+ id: string;
514
+ name: string;
515
+ state: SsoConnectionAnyOfEightAllOfState;
516
+ type: SsoConnectionAnyOfEightAllOfType;
517
+ createdAt: string;
518
+ providerTag: SsoConnectionAnyOfEightAllOfProviderTag;
519
+ lastSession?: SsoConnectionAnyOfEightAllOfLastSession;
520
+ };
521
+ type SsoConnectionAnyOfEightAllOfSix = {
522
+ x509Certificates?: null;
523
+ latestExpiringCertificate?: null;
524
+ latestExpiredCertificate?: null;
525
+ };
526
+ type SsoConnectionAnyOfEight = SsoConnectionAnyOfEightAllOf & SsoConnectionAnyOfEightAllOfSix;
527
+ type SsoConnection = SsoConnectionAnyOf | SsoConnectionAnyOfEight;
528
+ interface ListOrganizationApiKeysResponseData {
529
+ id: string;
530
+ name: string;
531
+ obfuscatedValue: string;
532
+ createdAt: string;
533
+ /** @nullable */
534
+ lastUsedAt?: string | null;
535
+ permissions: string[];
536
+ }
537
+ type ListOrganizationApiKeysResponseListMetadata = {
538
+ before?: string;
539
+ after?: string;
540
+ };
541
+ interface ListOrganizationApiKeysResponse {
542
+ data: ListOrganizationApiKeysResponseData[];
543
+ listMetadata: ListOrganizationApiKeysResponseListMetadata;
544
+ }
545
+ interface CreateOrganizationApiKeyRequest {
546
+ name: string;
547
+ permissions: string[];
548
+ }
549
+ interface CreateOrganizationApiKeyResponse {
550
+ id: string;
551
+ value: string;
552
+ obfuscatedValue: string;
553
+ createdAt: string;
554
+ name: string;
555
+ permissions: string[];
556
+ }
557
+ interface ListOrganizationApiKeyPermission {
558
+ id: string;
559
+ slug: string;
560
+ name: string;
561
+ /** @nullable */
562
+ description?: string | null;
563
+ }
564
+ type ListOrganizationApiKeyPermissionsResponseListMetadata = {
565
+ before?: string;
566
+ after?: string;
567
+ };
568
+ interface ListOrganizationApiKeyPermissionsResponse {
569
+ data: ListOrganizationApiKeyPermission[];
570
+ listMetadata: ListOrganizationApiKeyPermissionsResponseListMetadata;
571
+ }
572
+ declare const DataInstallationObject: {
573
+ readonly data_installation: "data_installation";
574
+ readonly connected_account: "connected_account";
575
+ };
576
+ declare const DataInstallationState: {
577
+ readonly connected: "connected";
578
+ readonly needs_reauthorization: "needs_reauthorization";
579
+ };
580
+ interface DataInstallation {
581
+ object: (typeof DataInstallationObject)[keyof typeof DataInstallationObject];
582
+ id: string;
583
+ /** @nullable */
584
+ userlandUserId?: string | null;
585
+ /** @nullable */
586
+ organizationId?: string | null;
587
+ scopes: string[];
588
+ state: (typeof DataInstallationState)[keyof typeof DataInstallationState];
589
+ createdAt: string;
590
+ updatedAt: string;
591
+ }
592
+ type DataIntegrationObject = (typeof DataIntegrationObject)[keyof typeof DataIntegrationObject];
593
+ declare const DataIntegrationObject: {
594
+ readonly data_integration: "data_integration";
595
+ };
596
+ declare const DataIntegrationIntegrationType: {
597
+ readonly asana: "asana";
598
+ readonly box: "box";
599
+ readonly "cal-dot-com": "cal-dot-com";
600
+ readonly calendly: "calendly";
601
+ readonly confluence: "confluence";
602
+ readonly dropbox: "dropbox";
603
+ readonly "frame-io": "frame-io";
604
+ readonly front: "front";
605
+ readonly github: "github";
606
+ readonly gitlab: "gitlab";
607
+ readonly gmail: "gmail";
608
+ readonly google: "google";
609
+ readonly "google-calendar": "google-calendar";
610
+ readonly "google-drive": "google-drive";
611
+ readonly helpscout: "helpscout";
612
+ readonly hubspot: "hubspot";
613
+ readonly intercom: "intercom";
614
+ readonly jira: "jira";
615
+ readonly linear: "linear";
616
+ readonly microsoft: "microsoft";
617
+ readonly "microsoft-onedrive": "microsoft-onedrive";
618
+ readonly "microsoft-onenote": "microsoft-onenote";
619
+ readonly "microsoft-outlook": "microsoft-outlook";
620
+ readonly "microsoft-outlook-calendar": "microsoft-outlook-calendar";
621
+ readonly "microsoft-sharepoint": "microsoft-sharepoint";
622
+ readonly "microsoft-teams": "microsoft-teams";
623
+ readonly "microsoft-todo": "microsoft-todo";
624
+ readonly notion: "notion";
625
+ readonly prefect: "prefect";
626
+ readonly "pydantic-logfire": "pydantic-logfire";
627
+ readonly salesforce: "salesforce";
628
+ readonly sentry: "sentry";
629
+ readonly slack: "slack";
630
+ readonly snowflake: "snowflake";
631
+ readonly stripe: "stripe";
632
+ readonly xero: "xero";
633
+ readonly zendesk: "zendesk";
634
+ };
635
+ declare const DataIntegrationOwnership: {
636
+ readonly userland_user: "userland_user";
637
+ readonly organization: "organization";
638
+ };
639
+ declare const DataIntegrationCredentialsType: {
640
+ readonly shared: "shared";
641
+ readonly custom: "custom";
642
+ };
643
+ type DataIntegrationInstallation = DataInstallation | null;
644
+ interface DataIntegration {
645
+ object: DataIntegrationObject;
646
+ id: string;
647
+ name: string;
648
+ /** @nullable */
649
+ description?: string | null;
650
+ slug: string;
651
+ integrationType: (typeof DataIntegrationIntegrationType)[keyof typeof DataIntegrationIntegrationType];
652
+ ownership: (typeof DataIntegrationOwnership)[keyof typeof DataIntegrationOwnership];
653
+ credentialsType: (typeof DataIntegrationCredentialsType)[keyof typeof DataIntegrationCredentialsType];
654
+ /** @nullable */
655
+ scopes?: string[] | null;
656
+ createdAt: string;
657
+ updatedAt: string;
658
+ installation?: DataIntegrationInstallation;
659
+ }
660
+ interface DataIntegrationsResponse {
661
+ data: DataIntegration[];
662
+ }
663
+ type GetDataIntegrationAuthorizeUrlResponseAllOf = {
664
+ url: string;
665
+ redirectToken: string;
666
+ };
667
+ type GetDataIntegrationAuthorizeUrlResponseAllOfTwo = {
668
+ handoffToken?: string;
669
+ };
670
+ type GetDataIntegrationAuthorizeUrlResponse = GetDataIntegrationAuthorizeUrlResponseAllOf & GetDataIntegrationAuthorizeUrlResponseAllOfTwo;
671
+ interface GetAuthorizationStatusResponse {
672
+ isConnecting: boolean;
673
+ }
674
+ type MembersParams = {
675
+ search?: string;
676
+ limit?: string;
677
+ before?: string;
678
+ after?: string;
679
+ role?: string;
680
+ };
681
+ type Members200 = {
682
+ data: Member[];
683
+ listMetadata: ListMetadata;
684
+ };
685
+ type Members403 = {
686
+ message: string;
687
+ };
688
+ type Members404 = {
689
+ message: string;
690
+ };
691
+ type Roles403 = {
692
+ message: string;
693
+ };
694
+ type Roles404 = {
695
+ message: string;
696
+ };
697
+ type RolesAndConfig403 = {
698
+ message: string;
699
+ };
700
+ type RolesAndConfig404 = {
701
+ message: string;
702
+ };
703
+ type InviteMemberBody = {
704
+ email: string;
705
+ /** @nullable */
706
+ firstName?: string | null;
707
+ /** @nullable */
708
+ lastName?: string | null;
709
+ roles: string[];
710
+ };
711
+ type InviteMember201 = {
712
+ success: boolean;
713
+ };
714
+ type InviteMember400 = {
715
+ message: string;
716
+ };
717
+ type InviteMember403 = {
718
+ message: string;
719
+ };
720
+ type InviteMember404 = {
721
+ message: string;
722
+ };
723
+ type ResendInvite201 = {
724
+ /** @nullable */
725
+ id?: string | null;
726
+ success: boolean;
727
+ };
728
+ type ResendInvite400 = {
729
+ message: string;
730
+ };
731
+ type ResendInvite403 = {
732
+ message: string;
733
+ };
734
+ type ResendInvite404 = {
735
+ message: string;
736
+ };
737
+ type ResendInvite422 = {
738
+ message: string;
739
+ };
740
+ type RevokeInvite200 = {
741
+ id: string;
742
+ success: boolean;
743
+ };
744
+ type RevokeInvite400 = {
745
+ message: string;
746
+ };
747
+ type RevokeInvite403 = {
748
+ message: string;
749
+ };
750
+ type RevokeInvite404 = {
751
+ message: string;
752
+ };
753
+ type RemoveMember200 = {
754
+ id: string;
755
+ success: boolean;
756
+ };
757
+ type RemoveMember400 = {
758
+ message: string;
759
+ };
760
+ type RemoveMember403 = {
761
+ message: string;
762
+ };
763
+ type RemoveMember404 = {
764
+ message: string;
765
+ };
766
+ type UpdateMemberBody = {
767
+ roles: string[];
768
+ };
769
+ type UpdateMember200 = {
770
+ id: string;
771
+ success: boolean;
772
+ };
773
+ type UpdateMember400 = {
774
+ message: string;
775
+ };
776
+ type UpdateMember403 = {
777
+ message: string;
778
+ };
779
+ type UpdateMember404 = {
780
+ message: string;
781
+ };
782
+ type UpdateMember422 = {
783
+ message: string;
784
+ };
785
+ type Organizations403 = {
786
+ message: string;
787
+ };
788
+ type Organizations404 = {
789
+ message: string;
790
+ };
791
+ type Me403 = {
792
+ message: string;
793
+ };
794
+ type UpdateMeBody = {
795
+ firstName?: string;
796
+ lastName?: string;
797
+ locale?: string;
798
+ };
799
+ type UpdateMe400 = {
800
+ message: string;
801
+ };
802
+ type UpdateMe403 = {
803
+ message: string;
804
+ };
805
+ type CreateTotpFactor400 = {
806
+ message: string;
807
+ };
808
+ type CreateTotpFactor403 = {
809
+ message: string;
810
+ };
811
+ type VerifyTotpFactor200 = {
812
+ success: boolean;
813
+ };
814
+ type VerifyTotpFactor400 = {
815
+ message: string;
816
+ };
817
+ type VerifyTotpFactor403 = {
818
+ message: string;
819
+ };
820
+ type DeleteTotpFactors200 = {
821
+ success: boolean;
822
+ };
823
+ type DeleteTotpFactors400 = {
824
+ message: string;
825
+ };
826
+ type DeleteTotpFactors403 = {
827
+ message: string;
828
+ };
829
+ type AuthenticationInformation403 = {
830
+ message: string;
831
+ };
832
+ type CreatePassword201 = {
833
+ success: boolean;
834
+ };
835
+ type CreatePassword400 = {
836
+ message: string;
837
+ };
838
+ type CreatePassword403 = {
839
+ message: string;
840
+ };
841
+ type UpdatePassword201 = {
842
+ success: boolean;
843
+ };
844
+ type UpdatePassword400 = {
845
+ message: string;
846
+ };
847
+ type UpdatePassword403 = {
848
+ message: string;
849
+ };
850
+ type RevokeAllSessions200 = {
851
+ success: boolean;
852
+ };
853
+ type RevokeAllSessions400 = {
854
+ message: string;
855
+ };
856
+ type RevokeAllSessions403 = {
857
+ message: string;
858
+ };
859
+ type RevokeSession200 = {
860
+ success: boolean;
861
+ };
862
+ type RevokeSession400 = {
863
+ message: string;
864
+ };
865
+ type RevokeSession403 = {
866
+ message: string;
867
+ };
868
+ type Sessions403 = {
869
+ message: string;
870
+ };
871
+ type SendVerification400 = {
872
+ message: string;
873
+ };
874
+ type SendVerification403 = {
875
+ message: string;
876
+ };
877
+ type Verify400 = {
878
+ message: string;
879
+ };
880
+ type Verify403 = {
881
+ message: string;
882
+ };
883
+ type RegisterPasskey400 = {
884
+ message: string;
885
+ };
886
+ type RegisterPasskey403 = {
887
+ message: string;
888
+ };
889
+ type VerifyPasskey200 = {
890
+ success: boolean;
891
+ };
892
+ type VerifyPasskey400 = {
893
+ message: string;
894
+ };
895
+ type VerifyPasskey403 = {
896
+ message: string;
897
+ };
898
+ type DeletePasskey200 = {
899
+ success: boolean;
900
+ };
901
+ type DeletePasskey400 = {
902
+ message: string;
903
+ };
904
+ type DeletePasskey403 = {
905
+ message: string;
906
+ };
907
+ type Settings403 = {
908
+ message: string;
909
+ };
910
+ type ListOrganizationDomains200 = {
911
+ data: OrganizationDomain[];
912
+ };
913
+ type ListOrganizationDomains403 = {
914
+ message: string;
915
+ };
916
+ type ListOrganizationDomains404 = {
917
+ message: string;
918
+ };
919
+ type GenerateAdminPortalLinkParams = {
920
+ intent: GenerateAdminPortalLinkIntent;
921
+ };
922
+ type GenerateAdminPortalLinkIntent = (typeof GenerateAdminPortalLinkIntent)[keyof typeof GenerateAdminPortalLinkIntent];
923
+ declare const GenerateAdminPortalLinkIntent: {
924
+ readonly domain_verification: "domain_verification";
925
+ readonly sso: "sso";
926
+ };
927
+ type GenerateAdminPortalLink201 = {
928
+ link: string;
929
+ };
930
+ type GenerateAdminPortalLink403 = {
931
+ message: string;
932
+ };
933
+ type GenerateAdminPortalLink404 = {
934
+ message: string;
935
+ };
936
+ type GenerateAdminPortalLink500 = {
937
+ message: string;
938
+ };
939
+ type DeleteOrganizationDomain403 = {
940
+ message: string;
941
+ };
942
+ type DeleteOrganizationDomain404 = {
943
+ message: string;
944
+ };
945
+ type ReverifyOrganizationDomain403 = {
946
+ message: string;
947
+ };
948
+ type ReverifyOrganizationDomain404 = {
949
+ message: string;
950
+ };
951
+ type CreateOrganizationApiKey400 = {
952
+ message: string;
953
+ };
954
+ type CreateOrganizationApiKey403 = {
955
+ message: string;
956
+ };
957
+ type CreateOrganizationApiKey404 = {
958
+ message: string;
959
+ };
960
+ type CreateOrganizationApiKey422ErrorsItem = {
961
+ code: string;
962
+ field: string;
963
+ };
964
+ type CreateOrganizationApiKey422 = {
965
+ message: string;
966
+ errors: CreateOrganizationApiKey422ErrorsItem[];
967
+ };
968
+ type ListOrganizationApiKeysParams = {
969
+ limit?: number;
970
+ before?: string;
971
+ after?: string;
972
+ search?: string;
973
+ };
974
+ type ListOrganizationApiKeys400 = {
975
+ message: string;
976
+ };
977
+ type ListOrganizationApiKeys403 = {
978
+ message: string;
979
+ };
980
+ type ListOrganizationApiKeyPermissionsParams = {
981
+ search?: string;
982
+ limit?: number;
983
+ before?: string;
984
+ after?: string;
985
+ };
986
+ type ListOrganizationApiKeyPermissions400 = {
987
+ message: string;
988
+ };
989
+ type ListOrganizationApiKeyPermissions403 = {
990
+ message: string;
991
+ };
992
+ type DeleteOrganizationApiKey200 = {
993
+ success: boolean;
994
+ };
995
+ type DeleteOrganizationApiKey403 = {
996
+ message: string;
997
+ };
998
+ type DeleteOrganizationApiKey404 = {
999
+ message: string;
1000
+ };
1001
+ type MyDataIntegrations403 = {
1002
+ message: string;
1003
+ };
1004
+ type GetDataIntegrationAuthorizeUrlParams = {
1005
+ requireHandoff?: boolean;
1006
+ };
1007
+ type GetDataIntegrationAuthorizeUrl400 = {
1008
+ message: string;
1009
+ };
1010
+ type GetDataIntegrationAuthorizeUrl403 = {
1011
+ message: string;
1012
+ };
1013
+ type GetDataIntegrationAuthorizeUrl404 = {
1014
+ message: string;
1015
+ };
1016
+ type GetDataInstallationAuthorizationStatus400 = {
1017
+ message: string;
1018
+ };
1019
+ type GetDataInstallationAuthorizationStatus403 = {
1020
+ message: string;
1021
+ };
1022
+ type GetDataInstallationAuthorizationStatus404 = {
1023
+ message: string;
1024
+ };
1025
+ type DeleteDataInstallation200 = {
1026
+ success: boolean;
1027
+ };
1028
+ type DeleteDataInstallation403 = {
1029
+ message: string;
1030
+ };
1031
+ type DeleteDataInstallation404 = {
1032
+ message: string;
1033
+ };
1034
+ type membersResponse200 = {
1035
+ data: Members200;
1036
+ status: 200;
1037
+ };
1038
+ type membersResponse403 = {
1039
+ data: Members403;
1040
+ status: 403;
1041
+ };
1042
+ type membersResponse404 = {
1043
+ data: Members404;
1044
+ status: 404;
1045
+ };
1046
+ type membersResponseSuccess = membersResponse200 & {
1047
+ headers: Headers;
1048
+ };
1049
+ type membersResponseError = (membersResponse403 | membersResponse404) & {
1050
+ headers: Headers;
1051
+ };
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[];
1057
+ status: 200;
1058
+ };
1059
+ type rolesResponse403 = {
1060
+ data: Roles403;
1061
+ status: 403;
1062
+ };
1063
+ type rolesResponse404 = {
1064
+ data: Roles404;
1065
+ status: 404;
1066
+ };
1067
+ type rolesResponseSuccess = rolesResponse200 & {
1068
+ headers: Headers;
1069
+ };
1070
+ type rolesResponseError = (rolesResponse403 | rolesResponse404) & {
1071
+ headers: Headers;
1072
+ };
1073
+ type rolesResponse = rolesResponseSuccess | rolesResponseError;
1074
+ declare const getRolesUrl: () => string;
1075
+ declare const roles: (options?: RequestInit) => Promise<rolesResponse>;
1076
+ type rolesAndConfigResponse200 = {
1077
+ data: RolesAndConfigResponse;
1078
+ status: 200;
1079
+ };
1080
+ type rolesAndConfigResponse403 = {
1081
+ data: RolesAndConfig403;
1082
+ status: 403;
1083
+ };
1084
+ type rolesAndConfigResponse404 = {
1085
+ data: RolesAndConfig404;
1086
+ status: 404;
1087
+ };
1088
+ type rolesAndConfigResponseSuccess = rolesAndConfigResponse200 & {
1089
+ headers: Headers;
1090
+ };
1091
+ type rolesAndConfigResponseError = (rolesAndConfigResponse403 | rolesAndConfigResponse404) & {
1092
+ headers: Headers;
1093
+ };
1094
+ type rolesAndConfigResponse = rolesAndConfigResponseSuccess | rolesAndConfigResponseError;
1095
+ declare const getRolesAndConfigUrl: () => string;
1096
+ declare const rolesAndConfig: (options?: RequestInit) => Promise<rolesAndConfigResponse>;
1097
+ type inviteMemberResponse201 = {
1098
+ data: InviteMember201;
1099
+ status: 201;
1100
+ };
1101
+ type inviteMemberResponse400 = {
1102
+ data: InviteMember400;
1103
+ status: 400;
1104
+ };
1105
+ type inviteMemberResponse403 = {
1106
+ data: InviteMember403;
1107
+ status: 403;
1108
+ };
1109
+ type inviteMemberResponse404 = {
1110
+ data: InviteMember404;
1111
+ status: 404;
1112
+ };
1113
+ type inviteMemberResponseSuccess = inviteMemberResponse201 & {
1114
+ headers: Headers;
1115
+ };
1116
+ type inviteMemberResponseError = (inviteMemberResponse400 | inviteMemberResponse403 | inviteMemberResponse404) & {
1117
+ headers: Headers;
1118
+ };
1119
+ type inviteMemberResponse = inviteMemberResponseSuccess | inviteMemberResponseError;
1120
+ declare const getInviteMemberUrl: () => string;
1121
+ declare const inviteMember: (inviteMemberBody: InviteMemberBody, options?: RequestInit) => Promise<inviteMemberResponse>;
1122
+ type resendInviteResponse201 = {
1123
+ data: ResendInvite201;
1124
+ status: 201;
1125
+ };
1126
+ type resendInviteResponse400 = {
1127
+ data: ResendInvite400;
1128
+ status: 400;
1129
+ };
1130
+ type resendInviteResponse403 = {
1131
+ data: ResendInvite403;
1132
+ status: 403;
1133
+ };
1134
+ type resendInviteResponse404 = {
1135
+ data: ResendInvite404;
1136
+ status: 404;
1137
+ };
1138
+ type resendInviteResponse422 = {
1139
+ data: ResendInvite422;
1140
+ status: 422;
1141
+ };
1142
+ type resendInviteResponseSuccess = resendInviteResponse201 & {
1143
+ headers: Headers;
1144
+ };
1145
+ type resendInviteResponseError = (resendInviteResponse400 | resendInviteResponse403 | resendInviteResponse404 | resendInviteResponse422) & {
1146
+ headers: Headers;
1147
+ };
1148
+ type resendInviteResponse = resendInviteResponseSuccess | resendInviteResponseError;
1149
+ declare const getResendInviteUrl: (userId: string) => string;
1150
+ declare const resendInvite: (userId: string, options?: RequestInit) => Promise<resendInviteResponse>;
1151
+ type revokeInviteResponse200 = {
1152
+ data: RevokeInvite200;
1153
+ status: 200;
1154
+ };
1155
+ type revokeInviteResponse400 = {
1156
+ data: RevokeInvite400;
1157
+ status: 400;
1158
+ };
1159
+ type revokeInviteResponse403 = {
1160
+ data: RevokeInvite403;
1161
+ status: 403;
1162
+ };
1163
+ type revokeInviteResponse404 = {
1164
+ data: RevokeInvite404;
1165
+ status: 404;
1166
+ };
1167
+ type revokeInviteResponseSuccess = revokeInviteResponse200 & {
1168
+ headers: Headers;
1169
+ };
1170
+ type revokeInviteResponseError = (revokeInviteResponse400 | revokeInviteResponse403 | revokeInviteResponse404) & {
1171
+ headers: Headers;
1172
+ };
1173
+ type revokeInviteResponse = revokeInviteResponseSuccess | revokeInviteResponseError;
1174
+ declare const getRevokeInviteUrl: (userId: string) => string;
1175
+ declare const revokeInvite: (userId: string, options?: RequestInit) => Promise<revokeInviteResponse>;
1176
+ type removeMemberResponse200 = {
1177
+ data: RemoveMember200;
1178
+ status: 200;
1179
+ };
1180
+ type removeMemberResponse400 = {
1181
+ data: RemoveMember400;
1182
+ status: 400;
1183
+ };
1184
+ type removeMemberResponse403 = {
1185
+ data: RemoveMember403;
1186
+ status: 403;
1187
+ };
1188
+ type removeMemberResponse404 = {
1189
+ data: RemoveMember404;
1190
+ status: 404;
1191
+ };
1192
+ type removeMemberResponseSuccess = removeMemberResponse200 & {
1193
+ headers: Headers;
1194
+ };
1195
+ type removeMemberResponseError = (removeMemberResponse400 | removeMemberResponse403 | removeMemberResponse404) & {
1196
+ headers: Headers;
1197
+ };
1198
+ type removeMemberResponse = removeMemberResponseSuccess | removeMemberResponseError;
1199
+ declare const getRemoveMemberUrl: (userId: string) => string;
1200
+ declare const removeMember: (userId: string, options?: RequestInit) => Promise<removeMemberResponse>;
1201
+ type updateMemberResponse200 = {
1202
+ data: UpdateMember200;
1203
+ status: 200;
1204
+ };
1205
+ type updateMemberResponse400 = {
1206
+ data: UpdateMember400;
1207
+ status: 400;
1208
+ };
1209
+ type updateMemberResponse403 = {
1210
+ data: UpdateMember403;
1211
+ status: 403;
1212
+ };
1213
+ type updateMemberResponse404 = {
1214
+ data: UpdateMember404;
1215
+ status: 404;
1216
+ };
1217
+ type updateMemberResponse422 = {
1218
+ data: UpdateMember422;
1219
+ status: 422;
1220
+ };
1221
+ type updateMemberResponseSuccess = updateMemberResponse200 & {
1222
+ headers: Headers;
1223
+ };
1224
+ type updateMemberResponseError = (updateMemberResponse400 | updateMemberResponse403 | updateMemberResponse404 | updateMemberResponse422) & {
1225
+ headers: Headers;
1226
+ };
1227
+ type updateMemberResponse = updateMemberResponseSuccess | updateMemberResponseError;
1228
+ declare const getUpdateMemberUrl: (userId: string) => string;
1229
+ declare const updateMember: (userId: string, updateMemberBody: UpdateMemberBody, options?: RequestInit) => Promise<updateMemberResponse>;
1230
+ type organizationsResponse200 = {
1231
+ data: OrganizationsResponse;
1232
+ status: 200;
1233
+ };
1234
+ type organizationsResponse403 = {
1235
+ data: Organizations403;
1236
+ status: 403;
1237
+ };
1238
+ type organizationsResponse404 = {
1239
+ data: Organizations404;
1240
+ status: 404;
1241
+ };
1242
+ type organizationsResponseSuccess = organizationsResponse200 & {
1243
+ headers: Headers;
1244
+ };
1245
+ type organizationsResponseError = (organizationsResponse403 | organizationsResponse404) & {
1246
+ headers: Headers;
1247
+ };
1248
+ type organizationsResponse = organizationsResponseSuccess | organizationsResponseError;
1249
+ declare const getOrganizationsUrl: () => string;
1250
+ declare const organizations: (options?: RequestInit) => Promise<organizationsResponse>;
1251
+ type meResponse200 = {
1252
+ data: Me;
1253
+ status: 200;
1254
+ };
1255
+ type meResponse403 = {
1256
+ data: Me403;
1257
+ status: 403;
1258
+ };
1259
+ type meResponseSuccess = meResponse200 & {
1260
+ headers: Headers;
1261
+ };
1262
+ type meResponseError = meResponse403 & {
1263
+ headers: Headers;
1264
+ };
1265
+ type meResponse = meResponseSuccess | meResponseError;
1266
+ declare const getMeUrl: () => string;
1267
+ declare const me: (options?: RequestInit) => Promise<meResponse>;
1268
+ type updateMeResponse200 = {
1269
+ data: Me;
1270
+ status: 200;
1271
+ };
1272
+ type updateMeResponse400 = {
1273
+ data: UpdateMe400;
1274
+ status: 400;
1275
+ };
1276
+ type updateMeResponse403 = {
1277
+ data: UpdateMe403;
1278
+ status: 403;
1279
+ };
1280
+ type updateMeResponseSuccess = updateMeResponse200 & {
1281
+ headers: Headers;
1282
+ };
1283
+ type updateMeResponseError = (updateMeResponse400 | updateMeResponse403) & {
1284
+ headers: Headers;
1285
+ };
1286
+ type updateMeResponse = updateMeResponseSuccess | updateMeResponseError;
1287
+ declare const getUpdateMeUrl: () => string;
1288
+ declare const updateMe: (updateMeBody: UpdateMeBody, options?: RequestInit) => Promise<updateMeResponse>;
1289
+ type createTotpFactorResponse201 = {
1290
+ data: CreateTotpFactorResponse;
1291
+ status: 201;
1292
+ };
1293
+ type createTotpFactorResponse400 = {
1294
+ data: CreateTotpFactor400;
1295
+ status: 400;
1296
+ };
1297
+ type createTotpFactorResponse403 = {
1298
+ data: CreateTotpFactor403;
1299
+ status: 403;
1300
+ };
1301
+ type createTotpFactorResponseSuccess = createTotpFactorResponse201 & {
1302
+ headers: Headers;
1303
+ };
1304
+ type createTotpFactorResponseError = (createTotpFactorResponse400 | createTotpFactorResponse403) & {
1305
+ headers: Headers;
1306
+ };
1307
+ type createTotpFactorResponse = createTotpFactorResponseSuccess | createTotpFactorResponseError;
1308
+ declare const getCreateTotpFactorUrl: () => string;
1309
+ declare const createTotpFactor: (options?: RequestInit) => Promise<createTotpFactorResponse>;
1310
+ type verifyTotpFactorResponse200 = {
1311
+ data: VerifyTotpFactor200;
1312
+ status: 200;
1313
+ };
1314
+ type verifyTotpFactorResponse400 = {
1315
+ data: VerifyTotpFactor400;
1316
+ status: 400;
1317
+ };
1318
+ type verifyTotpFactorResponse403 = {
1319
+ data: VerifyTotpFactor403;
1320
+ status: 403;
1321
+ };
1322
+ type verifyTotpFactorResponseSuccess = verifyTotpFactorResponse200 & {
1323
+ headers: Headers;
1324
+ };
1325
+ type verifyTotpFactorResponseError = (verifyTotpFactorResponse400 | verifyTotpFactorResponse403) & {
1326
+ headers: Headers;
1327
+ };
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;
1333
+ status: 200;
1334
+ };
1335
+ type deleteTotpFactorsResponse400 = {
1336
+ data: DeleteTotpFactors400;
1337
+ status: 400;
1338
+ };
1339
+ type deleteTotpFactorsResponse403 = {
1340
+ data: DeleteTotpFactors403;
1341
+ status: 403;
1342
+ };
1343
+ type deleteTotpFactorsResponseSuccess = deleteTotpFactorsResponse200 & {
1344
+ headers: Headers;
1345
+ };
1346
+ type deleteTotpFactorsResponseError = (deleteTotpFactorsResponse400 | deleteTotpFactorsResponse403) & {
1347
+ headers: Headers;
1348
+ };
1349
+ type deleteTotpFactorsResponse = deleteTotpFactorsResponseSuccess | deleteTotpFactorsResponseError;
1350
+ declare const getDeleteTotpFactorsUrl: () => string;
1351
+ declare const deleteTotpFactors: (options?: RequestInit) => Promise<deleteTotpFactorsResponse>;
1352
+ type authenticationInformationResponse200 = {
1353
+ data: AuthenticationInformationResponse;
1354
+ status: 200;
1355
+ };
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;
1375
+ status: 400;
1376
+ };
1377
+ type createPasswordResponse403 = {
1378
+ data: CreatePassword403;
1379
+ status: 403;
1380
+ };
1381
+ type createPasswordResponseSuccess = createPasswordResponse201 & {
1382
+ headers: Headers;
1383
+ };
1384
+ type createPasswordResponseError = (createPasswordResponse400 | createPasswordResponse403) & {
1385
+ headers: Headers;
1386
+ };
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;
1397
+ };
1398
+ type updatePasswordResponse403 = {
1399
+ data: UpdatePassword403;
1400
+ status: 403;
1401
+ };
1402
+ type updatePasswordResponseSuccess = updatePasswordResponse201 & {
1403
+ headers: Headers;
1404
+ };
1405
+ type updatePasswordResponseError = (updatePasswordResponse400 | updatePasswordResponse403) & {
1406
+ headers: Headers;
1407
+ };
1408
+ type updatePasswordResponse = updatePasswordResponseSuccess | updatePasswordResponseError;
1409
+ declare const getUpdatePasswordUrl: () => string;
1410
+ declare const updatePassword: (updatePasswordRequest: UpdatePasswordRequest, options?: RequestInit) => Promise<updatePasswordResponse>;
1411
+ type revokeAllSessionsResponse200 = {
1412
+ data: RevokeAllSessions200;
1413
+ status: 200;
1414
+ };
1415
+ type revokeAllSessionsResponse400 = {
1416
+ data: RevokeAllSessions400;
1417
+ status: 400;
1418
+ };
1419
+ type revokeAllSessionsResponse403 = {
1420
+ data: RevokeAllSessions403;
1421
+ status: 403;
1422
+ };
1423
+ type revokeAllSessionsResponseSuccess = revokeAllSessionsResponse200 & {
1424
+ headers: Headers;
1425
+ };
1426
+ type revokeAllSessionsResponseError = (revokeAllSessionsResponse400 | revokeAllSessionsResponse403) & {
1427
+ headers: Headers;
1428
+ };
1429
+ type revokeAllSessionsResponse = revokeAllSessionsResponseSuccess | revokeAllSessionsResponseError;
1430
+ declare const getRevokeAllSessionsUrl: () => string;
1431
+ declare const revokeAllSessions: (revokeAllSessionsRequest: RevokeAllSessionsRequest, options?: RequestInit) => Promise<revokeAllSessionsResponse>;
1432
+ type revokeSessionResponse200 = {
1433
+ data: RevokeSession200;
1434
+ status: 200;
1435
+ };
1436
+ type revokeSessionResponse400 = {
1437
+ data: RevokeSession400;
1438
+ status: 400;
1439
+ };
1440
+ type revokeSessionResponse403 = {
1441
+ data: RevokeSession403;
1442
+ status: 403;
1443
+ };
1444
+ type revokeSessionResponseSuccess = revokeSessionResponse200 & {
1445
+ headers: Headers;
1446
+ };
1447
+ type revokeSessionResponseError = (revokeSessionResponse400 | revokeSessionResponse403) & {
1448
+ headers: Headers;
1449
+ };
1450
+ type revokeSessionResponse = revokeSessionResponseSuccess | revokeSessionResponseError;
1451
+ declare const getRevokeSessionUrl: (sessionId: string) => string;
1452
+ 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;
1493
+ status: 200;
1494
+ };
1495
+ type verifyResponse400 = {
1496
+ data: Verify400;
1497
+ status: 400;
1498
+ };
1499
+ type verifyResponse403 = {
1500
+ data: Verify403;
1501
+ status: 403;
1502
+ };
1503
+ type verifyResponseSuccess = verifyResponse200 & {
1504
+ headers: Headers;
1505
+ };
1506
+ type verifyResponseError = (verifyResponse400 | verifyResponse403) & {
1507
+ headers: Headers;
1508
+ };
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;
1514
+ status: 201;
1515
+ };
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;
1560
+ status: 400;
1561
+ };
1562
+ type deletePasskeyResponse403 = {
1563
+ data: DeletePasskey403;
1564
+ status: 403;
1565
+ };
1566
+ type deletePasskeyResponseSuccess = deletePasskeyResponse200 & {
1567
+ headers: Headers;
1568
+ };
1569
+ type deletePasskeyResponseError = (deletePasskeyResponse400 | deletePasskeyResponse403) & {
1570
+ headers: Headers;
1571
+ };
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;
1577
+ status: 200;
1578
+ };
1579
+ type settingsResponse403 = {
1580
+ data: Settings403;
1581
+ status: 403;
1582
+ };
1583
+ type settingsResponseSuccess = settingsResponse200 & {
1584
+ headers: Headers;
1585
+ };
1586
+ type settingsResponseError = settingsResponse403 & {
1587
+ headers: Headers;
1588
+ };
1589
+ type settingsResponse = settingsResponseSuccess | settingsResponseError;
1590
+ declare const getSettingsUrl: () => string;
1591
+ declare const settings: (options?: RequestInit) => Promise<settingsResponse>;
1592
+ type listOrganizationDomainsResponse200 = {
1593
+ data: ListOrganizationDomains200;
1594
+ status: 200;
1595
+ };
1596
+ type listOrganizationDomainsResponse403 = {
1597
+ data: ListOrganizationDomains403;
1598
+ status: 403;
1599
+ };
1600
+ type listOrganizationDomainsResponse404 = {
1601
+ data: ListOrganizationDomains404;
1602
+ status: 404;
1603
+ };
1604
+ type listOrganizationDomainsResponseSuccess = listOrganizationDomainsResponse200 & {
1605
+ headers: Headers;
1606
+ };
1607
+ type listOrganizationDomainsResponseError = (listOrganizationDomainsResponse403 | listOrganizationDomainsResponse404) & {
1608
+ headers: Headers;
1609
+ };
1610
+ type listOrganizationDomainsResponse = listOrganizationDomainsResponseSuccess | listOrganizationDomainsResponseError;
1611
+ declare const getListOrganizationDomainsUrl: () => string;
1612
+ declare const listOrganizationDomains: (options?: RequestInit) => Promise<listOrganizationDomainsResponse>;
1613
+ type generateAdminPortalLinkResponse201 = {
1614
+ data: GenerateAdminPortalLink201;
1615
+ status: 201;
1616
+ };
1617
+ type generateAdminPortalLinkResponse403 = {
1618
+ data: GenerateAdminPortalLink403;
1619
+ status: 403;
1620
+ };
1621
+ type generateAdminPortalLinkResponse404 = {
1622
+ data: GenerateAdminPortalLink404;
1623
+ status: 404;
1624
+ };
1625
+ type generateAdminPortalLinkResponse500 = {
1626
+ data: GenerateAdminPortalLink500;
1627
+ status: 500;
1628
+ };
1629
+ type generateAdminPortalLinkResponseSuccess = generateAdminPortalLinkResponse201 & {
1630
+ headers: Headers;
1631
+ };
1632
+ type generateAdminPortalLinkResponseError = (generateAdminPortalLinkResponse403 | generateAdminPortalLinkResponse404 | generateAdminPortalLinkResponse500) & {
1633
+ headers: Headers;
1634
+ };
1635
+ type generateAdminPortalLinkResponse = generateAdminPortalLinkResponseSuccess | generateAdminPortalLinkResponseError;
1636
+ declare const getGenerateAdminPortalLinkUrl: (params: GenerateAdminPortalLinkParams) => string;
1637
+ declare const generateAdminPortalLink: (params: GenerateAdminPortalLinkParams, options?: RequestInit) => Promise<generateAdminPortalLinkResponse>;
1638
+ type deleteOrganizationDomainResponse200 = {
1639
+ data: OrganizationDomain;
1640
+ status: 200;
1641
+ };
1642
+ type deleteOrganizationDomainResponse403 = {
1643
+ data: DeleteOrganizationDomain403;
1644
+ status: 403;
1645
+ };
1646
+ type deleteOrganizationDomainResponse404 = {
1647
+ data: DeleteOrganizationDomain404;
1648
+ status: 404;
1649
+ };
1650
+ type deleteOrganizationDomainResponseSuccess = deleteOrganizationDomainResponse200 & {
1651
+ headers: Headers;
1652
+ };
1653
+ type deleteOrganizationDomainResponseError = (deleteOrganizationDomainResponse403 | deleteOrganizationDomainResponse404) & {
1654
+ headers: Headers;
1655
+ };
1656
+ type deleteOrganizationDomainResponse = deleteOrganizationDomainResponseSuccess | deleteOrganizationDomainResponseError;
1657
+ declare const getDeleteOrganizationDomainUrl: (domainId: string) => string;
1658
+ declare const deleteOrganizationDomain: (domainId: string, options?: RequestInit) => Promise<deleteOrganizationDomainResponse>;
1659
+ type reverifyOrganizationDomainResponse200 = {
1660
+ data: OrganizationDomain;
1661
+ status: 200;
1662
+ };
1663
+ type reverifyOrganizationDomainResponse403 = {
1664
+ data: ReverifyOrganizationDomain403;
1665
+ status: 403;
1666
+ };
1667
+ type reverifyOrganizationDomainResponse404 = {
1668
+ data: ReverifyOrganizationDomain404;
1669
+ status: 404;
1670
+ };
1671
+ type reverifyOrganizationDomainResponseSuccess = reverifyOrganizationDomainResponse200 & {
1672
+ headers: Headers;
1673
+ };
1674
+ type reverifyOrganizationDomainResponseError = (reverifyOrganizationDomainResponse403 | reverifyOrganizationDomainResponse404) & {
1675
+ headers: Headers;
1676
+ };
1677
+ type reverifyOrganizationDomainResponse = reverifyOrganizationDomainResponseSuccess | reverifyOrganizationDomainResponseError;
1678
+ declare const getReverifyOrganizationDomainUrl: (domainId: string) => string;
1679
+ declare const reverifyOrganizationDomain: (domainId: string, options?: RequestInit) => Promise<reverifyOrganizationDomainResponse>;
1680
+ type listSsoConnectionsResponse200 = {
1681
+ data: SsoConnection[];
1682
+ status: 200;
1683
+ };
1684
+ type listSsoConnectionsResponseSuccess = listSsoConnectionsResponse200 & {
1685
+ headers: Headers;
1686
+ };
1687
+ type listSsoConnectionsResponse = listSsoConnectionsResponseSuccess;
1688
+ declare const getListSsoConnectionsUrl: () => string;
1689
+ 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;
1826
+ status: 200;
1827
+ };
1828
+ type getDataInstallationAuthorizationStatusResponse400 = {
1829
+ data: GetDataInstallationAuthorizationStatus400;
1830
+ status: 400;
1831
+ };
1832
+ type getDataInstallationAuthorizationStatusResponse403 = {
1833
+ data: GetDataInstallationAuthorizationStatus403;
1834
+ status: 403;
1835
+ };
1836
+ type getDataInstallationAuthorizationStatusResponse404 = {
1837
+ data: GetDataInstallationAuthorizationStatus404;
1838
+ status: 404;
1839
+ };
1840
+ type getDataInstallationAuthorizationStatusResponseSuccess = getDataInstallationAuthorizationStatusResponse200 & {
1841
+ headers: Headers;
1842
+ };
1843
+ type getDataInstallationAuthorizationStatusResponseError = (getDataInstallationAuthorizationStatusResponse400 | getDataInstallationAuthorizationStatusResponse403 | getDataInstallationAuthorizationStatusResponse404) & {
1844
+ headers: Headers;
1845
+ };
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;
1851
+ status: 200;
1852
+ };
1853
+ type deleteDataInstallationResponse403 = {
1854
+ data: DeleteDataInstallation403;
1855
+ status: 403;
1856
+ };
1857
+ type deleteDataInstallationResponse404 = {
1858
+ data: DeleteDataInstallation404;
1859
+ status: 404;
1860
+ };
1861
+ type deleteDataInstallationResponseSuccess = deleteDataInstallationResponse200 & {
1862
+ headers: Headers;
1863
+ };
1864
+ type deleteDataInstallationResponseError = (deleteDataInstallationResponse403 | deleteDataInstallationResponse404) & {
1865
+ headers: Headers;
1866
+ };
1867
+ type deleteDataInstallationResponse = deleteDataInstallationResponseSuccess | deleteDataInstallationResponseError;
1868
+ declare const getDeleteDataInstallationUrl: (installationId: string) => string;
1869
+ declare const deleteDataInstallation: (installationId: string, options?: RequestInit) => Promise<deleteDataInstallationResponse>;
1870
+
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 };