@workos-inc/widgets 1.8.2 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/cjs/admin-portal-domain-verification.client.cjs.map +1 -1
- package/dist/cjs/admin-portal-sso-connection.client.cjs +4 -7
- package/dist/cjs/admin-portal-sso-connection.client.cjs.map +1 -1
- package/dist/cjs/api/api-provider.cjs.map +1 -1
- package/dist/cjs/api/api-provider.d.cts +1 -1
- package/dist/cjs/api/endpoint.cjs +741 -771
- package/dist/cjs/api/endpoint.cjs.map +1 -1
- package/dist/cjs/api/endpoint.d.cts +860 -813
- package/dist/cjs/directory-sync.client.cjs +156 -0
- package/dist/cjs/directory-sync.client.cjs.map +1 -0
- package/dist/cjs/directory-sync.client.d.cts +26 -0
- package/dist/cjs/experimental/api/fetch.cjs +327 -411
- package/dist/cjs/experimental/api/fetch.cjs.map +1 -1
- package/dist/cjs/experimental/api/fetch.d.cts +832 -798
- package/dist/cjs/experimental/api/react-query.cjs +747 -777
- package/dist/cjs/experimental/api/react-query.cjs.map +1 -1
- package/dist/cjs/experimental/api/react-query.d.cts +1378 -1263
- package/dist/cjs/experimental/api/swr.cjs +720 -742
- package/dist/cjs/experimental/api/swr.cjs.map +1 -1
- package/dist/cjs/experimental/api/swr.d.cts +1218 -1175
- package/dist/cjs/index.cjs +5 -0
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +2 -0
- package/dist/cjs/lib/add-mfa-dialog.cjs +18 -16
- package/dist/cjs/lib/add-mfa-dialog.cjs.map +1 -1
- package/dist/cjs/lib/admin-portal-sso-connection.cjs +0 -8
- package/dist/cjs/lib/admin-portal-sso-connection.cjs.map +1 -1
- package/dist/cjs/lib/admin-portal-sso-connection.d.cts +1 -2
- package/dist/cjs/lib/api-keys/api-keys-context.cjs +1 -1
- package/dist/cjs/lib/api-keys/api-keys-context.cjs.map +1 -1
- package/dist/cjs/lib/api-keys/api-keys-table.cjs +7 -5
- package/dist/cjs/lib/api-keys/api-keys-table.cjs.map +1 -1
- package/dist/cjs/lib/directory-sync.cjs +288 -0
- package/dist/cjs/lib/directory-sync.cjs.map +1 -0
- package/dist/cjs/lib/directory-sync.d.cts +72 -0
- package/dist/cjs/lib/identity-providers.cjs +57 -1
- package/dist/cjs/lib/identity-providers.cjs.map +1 -1
- package/dist/cjs/lib/identity-providers.d.cts +5 -3
- package/dist/cjs/lib/pipes.cjs +9 -9
- package/dist/cjs/lib/pipes.cjs.map +1 -1
- package/dist/cjs/lib/provider-icon.cjs.map +1 -1
- package/dist/cjs/lib/provider-icon.d.cts +2 -2
- package/dist/cjs/lib/reset-mfa-dialog.cjs +2 -1
- package/dist/cjs/lib/reset-mfa-dialog.cjs.map +1 -1
- package/dist/cjs/lib/use-permissions.cjs.map +1 -1
- package/dist/cjs/lib/use-permissions.d.cts +1 -1
- package/dist/cjs/lib/users-management-context.cjs +1 -1
- package/dist/cjs/lib/users-management-context.cjs.map +1 -1
- package/dist/cjs/lib/users-management.cjs +3 -3
- package/dist/cjs/lib/users-management.cjs.map +1 -1
- package/dist/cjs/lib/utils.cjs +9 -0
- package/dist/cjs/lib/utils.cjs.map +1 -1
- package/dist/cjs/lib/utils.d.cts +16 -2
- package/dist/cjs/workos-widgets.client.cjs +13 -1
- package/dist/cjs/workos-widgets.client.cjs.map +1 -1
- package/dist/esm/admin-portal-domain-verification.client.js +2 -2
- package/dist/esm/admin-portal-domain-verification.client.js.map +1 -1
- package/dist/esm/admin-portal-sso-connection.client.js +6 -9
- package/dist/esm/admin-portal-sso-connection.client.js.map +1 -1
- package/dist/esm/api/api-provider.d.ts +1 -1
- package/dist/esm/api/api-provider.js.map +1 -1
- package/dist/esm/api/endpoint.d.ts +860 -813
- package/dist/esm/api/endpoint.js +727 -751
- package/dist/esm/api/endpoint.js.map +1 -1
- package/dist/esm/directory-sync.client.d.ts +26 -0
- package/dist/esm/directory-sync.client.js +134 -0
- package/dist/esm/directory-sync.client.js.map +1 -0
- package/dist/esm/experimental/api/fetch.d.ts +832 -798
- package/dist/esm/experimental/api/fetch.js +319 -391
- package/dist/esm/experimental/api/fetch.js.map +1 -1
- package/dist/esm/experimental/api/react-query.d.ts +1378 -1263
- package/dist/esm/experimental/api/react-query.js +730 -757
- package/dist/esm/experimental/api/react-query.js.map +1 -1
- package/dist/esm/experimental/api/swr.d.ts +1218 -1175
- package/dist/esm/experimental/api/swr.js +706 -722
- package/dist/esm/experimental/api/swr.js.map +1 -1
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lib/add-mfa-dialog.js +18 -16
- package/dist/esm/lib/add-mfa-dialog.js.map +1 -1
- package/dist/esm/lib/admin-portal-sso-connection.d.ts +1 -2
- package/dist/esm/lib/admin-portal-sso-connection.js +0 -8
- package/dist/esm/lib/admin-portal-sso-connection.js.map +1 -1
- package/dist/esm/lib/api-keys/api-keys-context.js +1 -1
- package/dist/esm/lib/api-keys/api-keys-context.js.map +1 -1
- package/dist/esm/lib/api-keys/api-keys-table.js +7 -5
- package/dist/esm/lib/api-keys/api-keys-table.js.map +1 -1
- package/dist/esm/lib/directory-sync.d.ts +72 -0
- package/dist/esm/lib/directory-sync.js +259 -0
- package/dist/esm/lib/directory-sync.js.map +1 -0
- package/dist/esm/lib/identity-providers.d.ts +5 -3
- package/dist/esm/lib/identity-providers.js +55 -1
- package/dist/esm/lib/identity-providers.js.map +1 -1
- package/dist/esm/lib/pipes.js +9 -10
- package/dist/esm/lib/pipes.js.map +1 -1
- package/dist/esm/lib/provider-icon.d.ts +2 -2
- package/dist/esm/lib/provider-icon.js.map +1 -1
- package/dist/esm/lib/reset-mfa-dialog.js +2 -1
- package/dist/esm/lib/reset-mfa-dialog.js.map +1 -1
- package/dist/esm/lib/use-permissions.d.ts +1 -1
- package/dist/esm/lib/use-permissions.js.map +1 -1
- package/dist/esm/lib/users-management-context.js +1 -1
- package/dist/esm/lib/users-management-context.js.map +1 -1
- package/dist/esm/lib/users-management.js +5 -4
- package/dist/esm/lib/users-management.js.map +1 -1
- package/dist/esm/lib/utils.d.ts +16 -2
- package/dist/esm/lib/utils.js +8 -0
- package/dist/esm/lib/utils.js.map +1 -1
- package/dist/esm/workos-widgets.client.js +13 -1
- package/dist/esm/workos-widgets.client.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval
|
|
2
|
+
* Generated by orval v8.5.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* WorkOS Widgets
|
|
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,20 +13,20 @@ declare const MemberStatus: {
|
|
|
12
13
|
readonly InviteRevoked: "InviteRevoked";
|
|
13
14
|
readonly NoInvite: "NoInvite";
|
|
14
15
|
};
|
|
15
|
-
type
|
|
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 =
|
|
23
|
-
type
|
|
23
|
+
type MemberActions = MemberActionsItem[];
|
|
24
|
+
type MemberRoles = {
|
|
24
25
|
name: string;
|
|
25
26
|
slug: string;
|
|
26
27
|
/** @nullable */
|
|
27
28
|
description?: string | null;
|
|
28
|
-
};
|
|
29
|
+
}[] | null;
|
|
29
30
|
interface Member {
|
|
30
31
|
id: string;
|
|
31
32
|
email: string;
|
|
@@ -36,21 +37,26 @@ interface Member {
|
|
|
36
37
|
firstName?: string | null;
|
|
37
38
|
/** @nullable */
|
|
38
39
|
lastName?: string | null;
|
|
40
|
+
/** An ISO 8601 timestamp. */
|
|
39
41
|
createdAt: string;
|
|
40
42
|
/** @nullable */
|
|
41
43
|
lastActivityAt?: string | null;
|
|
42
44
|
status: MemberStatus;
|
|
43
45
|
actions: MemberActions;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
/** @nullable */
|
|
47
|
-
roles?: MemberRolesItem[] | null;
|
|
46
|
+
isLoggedInUser?: true | null;
|
|
47
|
+
roles?: MemberRoles;
|
|
48
48
|
}
|
|
49
49
|
interface ListMetadata {
|
|
50
|
-
/**
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
50
|
+
/**
|
|
51
|
+
* An object ID that defines your place in the list. When the ID is not present, you are at the start of the list.
|
|
52
|
+
* @nullable
|
|
53
|
+
*/
|
|
54
|
+
before: 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
|
+
* @nullable
|
|
58
|
+
*/
|
|
59
|
+
after: string | null;
|
|
54
60
|
}
|
|
55
61
|
interface MemberRole {
|
|
56
62
|
name: string;
|
|
@@ -86,9 +92,6 @@ interface OAuthProfile {
|
|
|
86
92
|
/** @nullable */
|
|
87
93
|
lastLoginAt?: string | null;
|
|
88
94
|
}
|
|
89
|
-
/**
|
|
90
|
-
* @nullable
|
|
91
|
-
*/
|
|
92
95
|
type MeOauthProfiles = {
|
|
93
96
|
AppleOAuth?: OAuthProfile;
|
|
94
97
|
GithubOAuth?: OAuthProfile;
|
|
@@ -106,77 +109,43 @@ interface Me {
|
|
|
106
109
|
locale?: string | null;
|
|
107
110
|
/** @nullable */
|
|
108
111
|
profilePictureUrl?: string | null;
|
|
109
|
-
/** @nullable */
|
|
110
112
|
oauthProfiles?: MeOauthProfiles;
|
|
111
113
|
}
|
|
112
|
-
type
|
|
113
|
-
|
|
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;
|
|
114
|
+
type CreateTotpFactorResponseAuthenticationFactor = {
|
|
115
|
+
object: "authentication_factor";
|
|
149
116
|
id: string;
|
|
150
|
-
type:
|
|
117
|
+
type: "generic_otp" | "sms" | "totp" | "webauthn";
|
|
151
118
|
/** @nullable */
|
|
152
119
|
user_id?: string | null;
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
120
|
+
sms?: {
|
|
121
|
+
phone_number: string;
|
|
122
|
+
} | null;
|
|
123
|
+
totp?: {
|
|
124
|
+
issuer: string;
|
|
125
|
+
user: string;
|
|
126
|
+
secret: string;
|
|
127
|
+
qr_code: string;
|
|
128
|
+
uri: string;
|
|
129
|
+
} | {
|
|
130
|
+
issuer: string;
|
|
131
|
+
user: string;
|
|
132
|
+
} | null;
|
|
133
|
+
} & {
|
|
158
134
|
created_at: string;
|
|
159
135
|
updated_at: string;
|
|
160
136
|
};
|
|
161
|
-
type
|
|
162
|
-
|
|
163
|
-
declare const CreateTotpFactorResponseAuthenticationChallengeAllOfObject: {
|
|
164
|
-
readonly authentication_challenge: "authentication_challenge";
|
|
165
|
-
};
|
|
166
|
-
type CreateTotpFactorResponseAuthenticationChallengeAllOf = {
|
|
167
|
-
object: CreateTotpFactorResponseAuthenticationChallengeAllOfObject;
|
|
137
|
+
type CreateTotpFactorResponseAuthenticationChallenge = {
|
|
138
|
+
object: "authentication_challenge";
|
|
168
139
|
id: string;
|
|
169
140
|
/** @nullable */
|
|
170
141
|
expires_at?: string | null;
|
|
171
142
|
/** @nullable */
|
|
172
143
|
code?: string | null;
|
|
173
144
|
authentication_factor_id: string;
|
|
174
|
-
}
|
|
175
|
-
type CreateTotpFactorResponseAuthenticationChallengeAllOfThree = {
|
|
145
|
+
} & {
|
|
176
146
|
created_at: string;
|
|
177
147
|
updated_at: string;
|
|
178
148
|
};
|
|
179
|
-
type CreateTotpFactorResponseAuthenticationChallenge = CreateTotpFactorResponseAuthenticationChallengeAllOf & CreateTotpFactorResponseAuthenticationChallengeAllOfThree;
|
|
180
149
|
interface CreateTotpFactorResponse {
|
|
181
150
|
authenticationFactor: CreateTotpFactorResponseAuthenticationFactor;
|
|
182
151
|
authenticationChallenge: CreateTotpFactorResponseAuthenticationChallenge;
|
|
@@ -185,57 +154,32 @@ interface VerifyTotpFactorRequest {
|
|
|
185
154
|
code: string;
|
|
186
155
|
authenticationChallengeId: string;
|
|
187
156
|
}
|
|
188
|
-
type AuthenticationInformationResponseDataVerificationMethodsMfaProvider = (typeof AuthenticationInformationResponseDataVerificationMethodsMfaProvider)[keyof typeof AuthenticationInformationResponseDataVerificationMethodsMfaProvider];
|
|
189
|
-
declare const AuthenticationInformationResponseDataVerificationMethodsMfaProvider: {
|
|
190
|
-
readonly MFA: "MFA";
|
|
191
|
-
};
|
|
192
|
-
/**
|
|
193
|
-
* @nullable
|
|
194
|
-
*/
|
|
195
157
|
type AuthenticationInformationResponseDataVerificationMethodsMfa = {
|
|
196
|
-
provider:
|
|
158
|
+
provider: "MFA";
|
|
197
159
|
isSetUp: boolean;
|
|
198
160
|
/** @nullable */
|
|
199
161
|
lastUsed?: string | null;
|
|
200
162
|
} | null;
|
|
201
|
-
type AuthenticationInformationResponseDataVerificationMethodsPasswordProvider = (typeof AuthenticationInformationResponseDataVerificationMethodsPasswordProvider)[keyof typeof AuthenticationInformationResponseDataVerificationMethodsPasswordProvider];
|
|
202
|
-
declare const AuthenticationInformationResponseDataVerificationMethodsPasswordProvider: {
|
|
203
|
-
readonly Password: "Password";
|
|
204
|
-
};
|
|
205
|
-
/**
|
|
206
|
-
* @nullable
|
|
207
|
-
*/
|
|
208
163
|
type AuthenticationInformationResponseDataVerificationMethodsPassword = {
|
|
209
|
-
provider:
|
|
164
|
+
provider: "Password";
|
|
210
165
|
isSetUp: boolean;
|
|
211
166
|
/** @nullable */
|
|
212
167
|
lastUsed?: string | null;
|
|
213
168
|
isCurrentSession: boolean;
|
|
214
169
|
} | 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
170
|
type AuthenticationInformationResponseDataVerificationMethodsPasskey = {
|
|
226
|
-
provider:
|
|
171
|
+
provider: "Passkey";
|
|
227
172
|
isSetUp: boolean;
|
|
228
173
|
/** @nullable */
|
|
229
174
|
lastUsed?: string | null;
|
|
230
|
-
passKeys:
|
|
175
|
+
passKeys: {
|
|
176
|
+
id: string;
|
|
177
|
+
}[];
|
|
231
178
|
isCurrentSession: boolean;
|
|
232
179
|
} | null;
|
|
233
180
|
type AuthenticationInformationResponseDataVerificationMethods = {
|
|
234
|
-
/** @nullable */
|
|
235
181
|
Mfa?: AuthenticationInformationResponseDataVerificationMethodsMfa;
|
|
236
|
-
/** @nullable */
|
|
237
182
|
Password?: AuthenticationInformationResponseDataVerificationMethodsPassword;
|
|
238
|
-
/** @nullable */
|
|
239
183
|
Passkey?: AuthenticationInformationResponseDataVerificationMethodsPasskey;
|
|
240
184
|
};
|
|
241
185
|
type AuthenticationInformationResponseDataPasswordSettings = {
|
|
@@ -268,9 +212,6 @@ type ActiveSessionState = {
|
|
|
268
212
|
/** @nullable */
|
|
269
213
|
expiresAt?: string | null;
|
|
270
214
|
};
|
|
271
|
-
/**
|
|
272
|
-
* @nullable
|
|
273
|
-
*/
|
|
274
215
|
type ActiveSessionCurrentLocation = {
|
|
275
216
|
cityName: string;
|
|
276
217
|
countryISOCode: string;
|
|
@@ -285,7 +226,6 @@ interface ActiveSession {
|
|
|
285
226
|
/** @nullable */
|
|
286
227
|
organizationId?: string | null;
|
|
287
228
|
state: ActiveSessionState;
|
|
288
|
-
/** @nullable */
|
|
289
229
|
currentLocation?: ActiveSessionCurrentLocation;
|
|
290
230
|
usedSsoAuth: boolean;
|
|
291
231
|
usedPasswordAuth: boolean;
|
|
@@ -315,13 +255,9 @@ interface ActiveSession {
|
|
|
315
255
|
interface ActiveSessionsResponse {
|
|
316
256
|
data: ActiveSession[];
|
|
317
257
|
}
|
|
318
|
-
type SendVerificationResponseType = (typeof SendVerificationResponseType)[keyof typeof SendVerificationResponseType];
|
|
319
|
-
declare const SendVerificationResponseType: {
|
|
320
|
-
readonly EmailVerification: "EmailVerification";
|
|
321
|
-
};
|
|
322
258
|
interface SendVerificationResponse {
|
|
323
259
|
authenticationChallenge: string;
|
|
324
|
-
type:
|
|
260
|
+
type: "EmailVerification";
|
|
325
261
|
}
|
|
326
262
|
interface VerifyRequest {
|
|
327
263
|
code: string;
|
|
@@ -345,12 +281,8 @@ interface VerifyPasskeyRequest {
|
|
|
345
281
|
challengeId: string;
|
|
346
282
|
response: VerifyPasskeyRequestResponse;
|
|
347
283
|
}
|
|
348
|
-
type SettingsResponseObject = (typeof SettingsResponseObject)[keyof typeof SettingsResponseObject];
|
|
349
|
-
declare const SettingsResponseObject: {
|
|
350
|
-
readonly settings: "settings";
|
|
351
|
-
};
|
|
352
284
|
interface SettingsResponse {
|
|
353
|
-
object:
|
|
285
|
+
object: "settings";
|
|
354
286
|
authkitOrigin: string;
|
|
355
287
|
/** @nullable */
|
|
356
288
|
logoDarkIconPath?: string | null;
|
|
@@ -430,101 +362,45 @@ interface SsoConnectionSessionJSON {
|
|
|
430
362
|
createdAt: string;
|
|
431
363
|
state: (typeof SsoConnectionSessionJSONState)[keyof typeof SsoConnectionSessionJSONState];
|
|
432
364
|
}
|
|
433
|
-
type
|
|
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 = {
|
|
365
|
+
type SsoConnection = {
|
|
478
366
|
id: string;
|
|
479
|
-
type:
|
|
367
|
+
type: "AdfsSaml" | "Auth0Saml" | "AzureSaml" | "CasSaml" | "ClassLinkSaml" | "CloudflareSaml" | "CyberArkSaml" | "DuoSaml" | "GenericSaml" | "GoogleSaml" | "JumpCloudSaml" | "KeycloakSaml" | "LastPassSaml" | "MiniOrangeSaml" | "NetIqSaml" | "OktaSaml" | "OneLoginSaml" | "OracleSaml" | "PingFederateSaml" | "PingOneSaml" | "RipplingSaml" | "SalesforceSaml" | "ShibbolethGenericSaml" | "ShibbolethSaml" | "SimpleSamlPhpSaml" | "TestIdp" | "VmWareSaml";
|
|
480
368
|
name: string;
|
|
481
|
-
state:
|
|
369
|
+
state: "Inactive" | "Validating" | "Active" | "Deleting";
|
|
482
370
|
x509Certificates: X509CertificateJSON[];
|
|
483
|
-
latestExpiringCertificate?:
|
|
484
|
-
latestExpiredCertificate?:
|
|
371
|
+
latestExpiringCertificate?: X509CertificateJSON | null;
|
|
372
|
+
latestExpiredCertificate?: X509CertificateJSON | null;
|
|
485
373
|
createdAt: string;
|
|
486
|
-
providerTag:
|
|
487
|
-
lastSession?:
|
|
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 = {
|
|
374
|
+
providerTag: "Saml";
|
|
375
|
+
lastSession?: SsoConnectionSessionJSON | null;
|
|
376
|
+
} | ({
|
|
513
377
|
id: string;
|
|
514
378
|
name: string;
|
|
515
|
-
state:
|
|
516
|
-
type:
|
|
379
|
+
state: "Inactive" | "Validating" | "Active" | "Deleting";
|
|
380
|
+
type: "AdpOidc" | "Auth0Migration" | "CleverOidc" | "EntraIdOidc" | "GenericOidc" | "GoogleOidc" | "OktaOidc" | "LoginGovOidc";
|
|
517
381
|
createdAt: string;
|
|
518
|
-
providerTag:
|
|
519
|
-
lastSession?:
|
|
520
|
-
}
|
|
521
|
-
|
|
382
|
+
providerTag: "OpenIdConnect";
|
|
383
|
+
lastSession?: SsoConnectionSessionJSON | null;
|
|
384
|
+
} & {
|
|
385
|
+
/** @nullable */
|
|
522
386
|
x509Certificates?: null;
|
|
387
|
+
/** @nullable */
|
|
523
388
|
latestExpiringCertificate?: null;
|
|
389
|
+
/** @nullable */
|
|
524
390
|
latestExpiredCertificate?: null;
|
|
525
|
-
};
|
|
526
|
-
type
|
|
527
|
-
type
|
|
391
|
+
});
|
|
392
|
+
type AuditLogStreamState = "Active" | "Inactive" | "Error" | "Invalid";
|
|
393
|
+
type AuditLogStreamType = "Datadog" | "Splunk" | "S3" | "GoogleCloudStorage" | "GenericHttps" | "AzureSentinel";
|
|
394
|
+
interface AuditLogStreamJSON {
|
|
395
|
+
id: string;
|
|
396
|
+
state: AuditLogStreamState;
|
|
397
|
+
type: AuditLogStreamType;
|
|
398
|
+
/** @nullable */
|
|
399
|
+
errorMessage?: string | null;
|
|
400
|
+
/** @nullable */
|
|
401
|
+
lastSyncedEventId?: string | null;
|
|
402
|
+
auditLogTrailId: string;
|
|
403
|
+
}
|
|
528
404
|
interface ListOrganizationApiKeysResponseData {
|
|
529
405
|
id: string;
|
|
530
406
|
name: string;
|
|
@@ -540,7 +416,7 @@ type ListOrganizationApiKeysResponseListMetadata = {
|
|
|
540
416
|
};
|
|
541
417
|
interface ListOrganizationApiKeysResponse {
|
|
542
418
|
data: ListOrganizationApiKeysResponseData[];
|
|
543
|
-
|
|
419
|
+
list_metadata: ListOrganizationApiKeysResponseListMetadata;
|
|
544
420
|
}
|
|
545
421
|
interface CreateOrganizationApiKeyRequest {
|
|
546
422
|
name: string;
|
|
@@ -567,137 +443,193 @@ type ListOrganizationApiKeyPermissionsResponseListMetadata = {
|
|
|
567
443
|
};
|
|
568
444
|
interface ListOrganizationApiKeyPermissionsResponse {
|
|
569
445
|
data: ListOrganizationApiKeyPermission[];
|
|
570
|
-
|
|
446
|
+
list_metadata: ListOrganizationApiKeyPermissionsResponseListMetadata;
|
|
571
447
|
}
|
|
572
|
-
|
|
573
|
-
|
|
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];
|
|
448
|
+
type DataInstallation = {
|
|
449
|
+
object: "data_installation" | "connected_account";
|
|
582
450
|
id: string;
|
|
451
|
+
/** @nullable */
|
|
452
|
+
user_id?: string | null;
|
|
453
|
+
/** @nullable */
|
|
454
|
+
organization_id?: string | null;
|
|
455
|
+
scopes: string[];
|
|
456
|
+
state: "connected" | "needs_reauthorization";
|
|
457
|
+
created_at: string;
|
|
458
|
+
updated_at: string;
|
|
459
|
+
} & {
|
|
583
460
|
/** @nullable */
|
|
584
461
|
userlandUserId?: string | null;
|
|
585
462
|
/** @nullable */
|
|
586
463
|
organizationId?: string | null;
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
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;
|
|
464
|
+
createdAt?: string;
|
|
465
|
+
updatedAt?: string;
|
|
466
|
+
};
|
|
644
467
|
interface DataIntegration {
|
|
645
|
-
object:
|
|
468
|
+
object: "data_integration";
|
|
646
469
|
id: string;
|
|
647
470
|
name: string;
|
|
648
471
|
/** @nullable */
|
|
649
472
|
description?: string | null;
|
|
650
473
|
slug: string;
|
|
651
|
-
integrationType:
|
|
652
|
-
ownership:
|
|
653
|
-
credentialsType:
|
|
654
|
-
/** @nullable */
|
|
474
|
+
integrationType: "asana" | "box" | "cal-dot-com" | "calendly" | "confluence" | "dropbox" | "frame-io" | "front" | "github" | "gitlab" | "gmail" | "google" | "google-calendar" | "google-drive" | "helpscout" | "hubspot" | "intercom" | "jira" | "linear" | "microsoft" | "microsoft-onedrive" | "microsoft-onenote" | "microsoft-outlook" | "microsoft-outlook-calendar" | "microsoft-sharepoint" | "microsoft-teams" | "microsoft-todo" | "notion" | "prefect" | "pydantic-logfire" | "salesforce" | "sentry" | "slack" | "snowflake" | "stripe" | "xero" | "zendesk";
|
|
475
|
+
ownership: "userland_user" | "organization";
|
|
476
|
+
credentialsType: "shared" | "custom";
|
|
655
477
|
scopes?: string[] | null;
|
|
656
478
|
createdAt: string;
|
|
657
479
|
updatedAt: string;
|
|
658
|
-
installation?:
|
|
480
|
+
installation?: DataInstallation | null;
|
|
659
481
|
}
|
|
660
482
|
interface DataIntegrationsResponse {
|
|
661
483
|
data: DataIntegration[];
|
|
662
484
|
}
|
|
663
|
-
type
|
|
485
|
+
type GetDataIntegrationAuthorizeUrlResponse = {
|
|
664
486
|
url: string;
|
|
665
487
|
redirectToken: string;
|
|
666
|
-
}
|
|
667
|
-
type GetDataIntegrationAuthorizeUrlResponseAllOfTwo = {
|
|
488
|
+
} & {
|
|
668
489
|
handoffToken?: string;
|
|
669
490
|
};
|
|
670
|
-
type GetDataIntegrationAuthorizeUrlResponse = GetDataIntegrationAuthorizeUrlResponseAllOf & GetDataIntegrationAuthorizeUrlResponseAllOfTwo;
|
|
671
491
|
interface GetAuthorizationStatusResponse {
|
|
672
492
|
isConnecting: boolean;
|
|
673
493
|
}
|
|
674
|
-
type
|
|
494
|
+
type DirectoryType = (typeof DirectoryType)[keyof typeof DirectoryType];
|
|
495
|
+
declare const DirectoryType: {
|
|
496
|
+
readonly azure_scim_v20: "azure scim v2.0";
|
|
497
|
+
readonly bamboohr: "bamboohr";
|
|
498
|
+
readonly breathe_hr: "breathe hr";
|
|
499
|
+
readonly cezanne_hr: "cezanne hr";
|
|
500
|
+
readonly cyberark_scim_v20: "cyberark scim v2.0";
|
|
501
|
+
readonly fourth_hr: "fourth hr";
|
|
502
|
+
readonly generic_scim_v20: "generic scim v2.0";
|
|
503
|
+
readonly gsuite_directory: "gsuite directory";
|
|
504
|
+
readonly gusto: "gusto";
|
|
505
|
+
readonly hibob: "hibob";
|
|
506
|
+
readonly jump_cloud_scim_v20: "jump cloud scim v2.0";
|
|
507
|
+
readonly okta_scim_v20: "okta scim v2.0";
|
|
508
|
+
readonly onelogin_scim_v20: "onelogin scim v2.0";
|
|
509
|
+
readonly people_hr: "people hr";
|
|
510
|
+
readonly personio: "personio";
|
|
511
|
+
readonly pingfederate_scim_v20: "pingfederate scim v2.0";
|
|
512
|
+
readonly rippling: "rippling";
|
|
513
|
+
readonly rippling_scim_v20: "rippling scim v2.0";
|
|
514
|
+
readonly s3: "s3";
|
|
515
|
+
readonly sailpoint_scim_v20: "sailpoint scim v2.0";
|
|
516
|
+
readonly sftp: "sftp";
|
|
517
|
+
readonly sftp_workday: "sftp workday";
|
|
518
|
+
readonly workday: "workday";
|
|
519
|
+
};
|
|
520
|
+
type DirectoryState = (typeof DirectoryState)[keyof typeof DirectoryState];
|
|
521
|
+
declare const DirectoryState: {
|
|
522
|
+
readonly requires_type: "requires_type";
|
|
523
|
+
readonly linked: "linked";
|
|
524
|
+
readonly validating: "validating";
|
|
525
|
+
readonly invalid_credentials: "invalid_credentials";
|
|
526
|
+
readonly unlinked: "unlinked";
|
|
527
|
+
readonly deleting: "deleting";
|
|
528
|
+
};
|
|
529
|
+
interface DirectoryUsersMetadata {
|
|
530
|
+
active: number;
|
|
531
|
+
inactive: number;
|
|
532
|
+
}
|
|
533
|
+
interface DirectoryMetadata {
|
|
534
|
+
users: DirectoryUsersMetadata;
|
|
535
|
+
groups: number;
|
|
536
|
+
}
|
|
537
|
+
interface Directory {
|
|
538
|
+
id: string;
|
|
539
|
+
name: string;
|
|
540
|
+
type: DirectoryType;
|
|
541
|
+
state: DirectoryState;
|
|
542
|
+
createdAt: string;
|
|
543
|
+
updatedAt: string;
|
|
544
|
+
/** @nullable */
|
|
545
|
+
lastSyncRunAt?: string | null;
|
|
546
|
+
metadata: DirectoryMetadata;
|
|
547
|
+
}
|
|
548
|
+
interface DirectoriesResponse {
|
|
549
|
+
data: Directory[];
|
|
550
|
+
link: string;
|
|
551
|
+
}
|
|
552
|
+
type CreateOrganizationApiKey400 = {
|
|
553
|
+
message: string;
|
|
554
|
+
};
|
|
555
|
+
type CreateOrganizationApiKey403 = {
|
|
556
|
+
message: string;
|
|
557
|
+
};
|
|
558
|
+
type CreateOrganizationApiKey404 = {
|
|
559
|
+
message: string;
|
|
560
|
+
};
|
|
561
|
+
type CreateOrganizationApiKey422ErrorsItem = {
|
|
562
|
+
code: string;
|
|
563
|
+
field: string;
|
|
564
|
+
};
|
|
565
|
+
type CreateOrganizationApiKey422 = {
|
|
566
|
+
message: string;
|
|
567
|
+
errors: CreateOrganizationApiKey422ErrorsItem[];
|
|
568
|
+
};
|
|
569
|
+
type ListOrganizationApiKeysParams = {
|
|
570
|
+
limit?: number;
|
|
571
|
+
before?: string;
|
|
572
|
+
after?: string;
|
|
675
573
|
search?: string;
|
|
676
|
-
|
|
574
|
+
};
|
|
575
|
+
type ListOrganizationApiKeys400 = {
|
|
576
|
+
message: string;
|
|
577
|
+
};
|
|
578
|
+
type ListOrganizationApiKeys403 = {
|
|
579
|
+
message: string;
|
|
580
|
+
};
|
|
581
|
+
type ListOrganizationApiKeyPermissionsParams = {
|
|
582
|
+
search?: string;
|
|
583
|
+
limit?: number;
|
|
677
584
|
before?: string;
|
|
678
585
|
after?: string;
|
|
679
|
-
role?: string;
|
|
680
586
|
};
|
|
681
|
-
type
|
|
682
|
-
|
|
683
|
-
listMetadata: ListMetadata;
|
|
587
|
+
type ListOrganizationApiKeyPermissions400 = {
|
|
588
|
+
message: string;
|
|
684
589
|
};
|
|
685
|
-
type
|
|
590
|
+
type ListOrganizationApiKeyPermissions403 = {
|
|
686
591
|
message: string;
|
|
687
592
|
};
|
|
688
|
-
type
|
|
593
|
+
type DeleteOrganizationApiKey200 = {
|
|
594
|
+
success: boolean;
|
|
595
|
+
};
|
|
596
|
+
type DeleteOrganizationApiKey403 = {
|
|
689
597
|
message: string;
|
|
690
598
|
};
|
|
691
|
-
type
|
|
599
|
+
type DeleteOrganizationApiKey404 = {
|
|
692
600
|
message: string;
|
|
693
601
|
};
|
|
694
|
-
type
|
|
602
|
+
type DeleteDataInstallation200 = {
|
|
603
|
+
success: boolean;
|
|
604
|
+
};
|
|
605
|
+
type DeleteDataInstallation403 = {
|
|
695
606
|
message: string;
|
|
696
607
|
};
|
|
697
|
-
type
|
|
608
|
+
type DeleteDataInstallation404 = {
|
|
698
609
|
message: string;
|
|
699
610
|
};
|
|
700
|
-
type
|
|
611
|
+
type MyDataIntegrations403 = {
|
|
612
|
+
message: string;
|
|
613
|
+
};
|
|
614
|
+
type GetDataInstallationAuthorizationStatus400 = {
|
|
615
|
+
message: string;
|
|
616
|
+
};
|
|
617
|
+
type GetDataInstallationAuthorizationStatus403 = {
|
|
618
|
+
message: string;
|
|
619
|
+
};
|
|
620
|
+
type GetDataInstallationAuthorizationStatus404 = {
|
|
621
|
+
message: string;
|
|
622
|
+
};
|
|
623
|
+
type GetDataIntegrationAuthorizeUrlParams = {
|
|
624
|
+
requireHandoff?: boolean;
|
|
625
|
+
};
|
|
626
|
+
type GetDataIntegrationAuthorizeUrl400 = {
|
|
627
|
+
message: string;
|
|
628
|
+
};
|
|
629
|
+
type GetDataIntegrationAuthorizeUrl403 = {
|
|
630
|
+
message: string;
|
|
631
|
+
};
|
|
632
|
+
type GetDataIntegrationAuthorizeUrl404 = {
|
|
701
633
|
message: string;
|
|
702
634
|
};
|
|
703
635
|
type InviteMemberBody = {
|
|
@@ -720,6 +652,19 @@ type InviteMember403 = {
|
|
|
720
652
|
type InviteMember404 = {
|
|
721
653
|
message: string;
|
|
722
654
|
};
|
|
655
|
+
type RevokeInvite200 = {
|
|
656
|
+
id: string;
|
|
657
|
+
success: boolean;
|
|
658
|
+
};
|
|
659
|
+
type RevokeInvite400 = {
|
|
660
|
+
message: string;
|
|
661
|
+
};
|
|
662
|
+
type RevokeInvite403 = {
|
|
663
|
+
message: string;
|
|
664
|
+
};
|
|
665
|
+
type RevokeInvite404 = {
|
|
666
|
+
message: string;
|
|
667
|
+
};
|
|
723
668
|
type ResendInvite201 = {
|
|
724
669
|
/** @nullable */
|
|
725
670
|
id?: string | null;
|
|
@@ -737,17 +682,21 @@ type ResendInvite404 = {
|
|
|
737
682
|
type ResendInvite422 = {
|
|
738
683
|
message: string;
|
|
739
684
|
};
|
|
740
|
-
type
|
|
741
|
-
|
|
742
|
-
|
|
685
|
+
type MembersParams = {
|
|
686
|
+
search?: string;
|
|
687
|
+
limit?: string;
|
|
688
|
+
before?: string;
|
|
689
|
+
after?: string;
|
|
690
|
+
role?: string;
|
|
743
691
|
};
|
|
744
|
-
type
|
|
745
|
-
|
|
692
|
+
type Members200 = {
|
|
693
|
+
data: Member[];
|
|
694
|
+
list_metadata: ListMetadata;
|
|
746
695
|
};
|
|
747
|
-
type
|
|
696
|
+
type Members403 = {
|
|
748
697
|
message: string;
|
|
749
698
|
};
|
|
750
|
-
type
|
|
699
|
+
type Members404 = {
|
|
751
700
|
message: string;
|
|
752
701
|
};
|
|
753
702
|
type RemoveMember200 = {
|
|
@@ -788,18 +737,28 @@ type Organizations403 = {
|
|
|
788
737
|
type Organizations404 = {
|
|
789
738
|
message: string;
|
|
790
739
|
};
|
|
791
|
-
type
|
|
740
|
+
type Roles403 = {
|
|
792
741
|
message: string;
|
|
793
742
|
};
|
|
794
|
-
type
|
|
795
|
-
|
|
796
|
-
lastName?: string;
|
|
797
|
-
locale?: string;
|
|
743
|
+
type Roles404 = {
|
|
744
|
+
message: string;
|
|
798
745
|
};
|
|
799
|
-
type
|
|
746
|
+
type RolesAndConfig403 = {
|
|
800
747
|
message: string;
|
|
801
748
|
};
|
|
802
|
-
type
|
|
749
|
+
type RolesAndConfig404 = {
|
|
750
|
+
message: string;
|
|
751
|
+
};
|
|
752
|
+
type AuthenticationInformation403 = {
|
|
753
|
+
message: string;
|
|
754
|
+
};
|
|
755
|
+
type CreatePassword201 = {
|
|
756
|
+
success: boolean;
|
|
757
|
+
};
|
|
758
|
+
type CreatePassword400 = {
|
|
759
|
+
message: string;
|
|
760
|
+
};
|
|
761
|
+
type CreatePassword403 = {
|
|
803
762
|
message: string;
|
|
804
763
|
};
|
|
805
764
|
type CreateTotpFactor400 = {
|
|
@@ -808,43 +767,51 @@ type CreateTotpFactor400 = {
|
|
|
808
767
|
type CreateTotpFactor403 = {
|
|
809
768
|
message: string;
|
|
810
769
|
};
|
|
811
|
-
type
|
|
812
|
-
|
|
770
|
+
type Me403 = {
|
|
771
|
+
message: string;
|
|
813
772
|
};
|
|
814
|
-
type
|
|
773
|
+
type UpdateMeBody = {
|
|
774
|
+
firstName?: string;
|
|
775
|
+
lastName?: string;
|
|
776
|
+
locale?: string;
|
|
777
|
+
};
|
|
778
|
+
type UpdateMe400 = {
|
|
815
779
|
message: string;
|
|
816
780
|
};
|
|
817
|
-
type
|
|
781
|
+
type UpdateMe403 = {
|
|
818
782
|
message: string;
|
|
819
783
|
};
|
|
820
|
-
type
|
|
821
|
-
|
|
784
|
+
type RegisterPasskey400 = {
|
|
785
|
+
message: string;
|
|
822
786
|
};
|
|
823
|
-
type
|
|
787
|
+
type RegisterPasskey403 = {
|
|
824
788
|
message: string;
|
|
825
789
|
};
|
|
826
|
-
type
|
|
790
|
+
type VerifyPasskey200 = {
|
|
791
|
+
success: boolean;
|
|
792
|
+
};
|
|
793
|
+
type VerifyPasskey400 = {
|
|
827
794
|
message: string;
|
|
828
795
|
};
|
|
829
|
-
type
|
|
796
|
+
type VerifyPasskey403 = {
|
|
830
797
|
message: string;
|
|
831
798
|
};
|
|
832
|
-
type
|
|
799
|
+
type DeletePasskey200 = {
|
|
833
800
|
success: boolean;
|
|
834
801
|
};
|
|
835
|
-
type
|
|
802
|
+
type DeletePasskey400 = {
|
|
836
803
|
message: string;
|
|
837
804
|
};
|
|
838
|
-
type
|
|
805
|
+
type DeletePasskey403 = {
|
|
839
806
|
message: string;
|
|
840
807
|
};
|
|
841
|
-
type
|
|
842
|
-
|
|
808
|
+
type SendVerification400 = {
|
|
809
|
+
message: string;
|
|
843
810
|
};
|
|
844
|
-
type
|
|
811
|
+
type SendVerification403 = {
|
|
845
812
|
message: string;
|
|
846
813
|
};
|
|
847
|
-
type
|
|
814
|
+
type Sessions403 = {
|
|
848
815
|
message: string;
|
|
849
816
|
};
|
|
850
817
|
type RevokeAllSessions200 = {
|
|
@@ -865,55 +832,43 @@ type RevokeSession400 = {
|
|
|
865
832
|
type RevokeSession403 = {
|
|
866
833
|
message: string;
|
|
867
834
|
};
|
|
868
|
-
type
|
|
869
|
-
|
|
870
|
-
};
|
|
871
|
-
type SendVerification400 = {
|
|
872
|
-
message: string;
|
|
835
|
+
type DeleteTotpFactors200 = {
|
|
836
|
+
success: boolean;
|
|
873
837
|
};
|
|
874
|
-
type
|
|
838
|
+
type DeleteTotpFactors400 = {
|
|
875
839
|
message: string;
|
|
876
840
|
};
|
|
877
|
-
type
|
|
841
|
+
type DeleteTotpFactors403 = {
|
|
878
842
|
message: string;
|
|
879
843
|
};
|
|
880
|
-
type
|
|
881
|
-
|
|
844
|
+
type UpdatePassword201 = {
|
|
845
|
+
success: boolean;
|
|
882
846
|
};
|
|
883
|
-
type
|
|
847
|
+
type UpdatePassword400 = {
|
|
884
848
|
message: string;
|
|
885
849
|
};
|
|
886
|
-
type
|
|
850
|
+
type UpdatePassword403 = {
|
|
887
851
|
message: string;
|
|
888
852
|
};
|
|
889
|
-
type
|
|
890
|
-
success: boolean;
|
|
891
|
-
};
|
|
892
|
-
type VerifyPasskey400 = {
|
|
853
|
+
type Verify400 = {
|
|
893
854
|
message: string;
|
|
894
855
|
};
|
|
895
|
-
type
|
|
856
|
+
type Verify403 = {
|
|
896
857
|
message: string;
|
|
897
858
|
};
|
|
898
|
-
type
|
|
859
|
+
type VerifyTotpFactor200 = {
|
|
899
860
|
success: boolean;
|
|
900
861
|
};
|
|
901
|
-
type
|
|
902
|
-
message: string;
|
|
903
|
-
};
|
|
904
|
-
type DeletePasskey403 = {
|
|
862
|
+
type VerifyTotpFactor400 = {
|
|
905
863
|
message: string;
|
|
906
864
|
};
|
|
907
|
-
type
|
|
865
|
+
type VerifyTotpFactor403 = {
|
|
908
866
|
message: string;
|
|
909
867
|
};
|
|
910
|
-
type
|
|
911
|
-
|
|
912
|
-
};
|
|
913
|
-
type ListOrganizationDomains403 = {
|
|
914
|
-
message: string;
|
|
868
|
+
type GetAuditLogStream200 = AuditLogStreamJSON | {
|
|
869
|
+
[key: string]: unknown;
|
|
915
870
|
};
|
|
916
|
-
type
|
|
871
|
+
type GetAuditLogStream403 = {
|
|
917
872
|
message: string;
|
|
918
873
|
};
|
|
919
874
|
type GenerateAdminPortalLinkParams = {
|
|
@@ -923,6 +878,7 @@ type GenerateAdminPortalLinkIntent = (typeof GenerateAdminPortalLinkIntent)[keyo
|
|
|
923
878
|
declare const GenerateAdminPortalLinkIntent: {
|
|
924
879
|
readonly domain_verification: "domain_verification";
|
|
925
880
|
readonly sso: "sso";
|
|
881
|
+
readonly log_streams: "log_streams";
|
|
926
882
|
};
|
|
927
883
|
type GenerateAdminPortalLink201 = {
|
|
928
884
|
link: string;
|
|
@@ -936,6 +892,15 @@ type GenerateAdminPortalLink404 = {
|
|
|
936
892
|
type GenerateAdminPortalLink500 = {
|
|
937
893
|
message: string;
|
|
938
894
|
};
|
|
895
|
+
type ListOrganizationDomains200 = {
|
|
896
|
+
data: OrganizationDomain[];
|
|
897
|
+
};
|
|
898
|
+
type ListOrganizationDomains403 = {
|
|
899
|
+
message: string;
|
|
900
|
+
};
|
|
901
|
+
type ListOrganizationDomains404 = {
|
|
902
|
+
message: string;
|
|
903
|
+
};
|
|
939
904
|
type DeleteOrganizationDomain403 = {
|
|
940
905
|
message: string;
|
|
941
906
|
};
|
|
@@ -948,152 +913,204 @@ type ReverifyOrganizationDomain403 = {
|
|
|
948
913
|
type ReverifyOrganizationDomain404 = {
|
|
949
914
|
message: string;
|
|
950
915
|
};
|
|
951
|
-
type
|
|
916
|
+
type ListDirectories403 = {
|
|
952
917
|
message: string;
|
|
953
918
|
};
|
|
954
|
-
type
|
|
919
|
+
type ListDirectories404 = {
|
|
955
920
|
message: string;
|
|
956
921
|
};
|
|
957
|
-
type
|
|
922
|
+
type GetDirectory403 = {
|
|
958
923
|
message: string;
|
|
959
924
|
};
|
|
960
|
-
type
|
|
961
|
-
|
|
962
|
-
field: string;
|
|
925
|
+
type GetDirectory404 = {
|
|
926
|
+
message: string;
|
|
963
927
|
};
|
|
964
|
-
type
|
|
928
|
+
type Settings403 = {
|
|
965
929
|
message: string;
|
|
966
|
-
errors: CreateOrganizationApiKey422ErrorsItem[];
|
|
967
930
|
};
|
|
968
|
-
type
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
after?: string;
|
|
972
|
-
search?: string;
|
|
931
|
+
type createOrganizationApiKeyResponse201 = {
|
|
932
|
+
data: CreateOrganizationApiKeyResponse;
|
|
933
|
+
status: 201;
|
|
973
934
|
};
|
|
974
|
-
type
|
|
975
|
-
|
|
935
|
+
type createOrganizationApiKeyResponse400 = {
|
|
936
|
+
data: CreateOrganizationApiKey400;
|
|
937
|
+
status: 400;
|
|
976
938
|
};
|
|
977
|
-
type
|
|
978
|
-
|
|
939
|
+
type createOrganizationApiKeyResponse403 = {
|
|
940
|
+
data: CreateOrganizationApiKey403;
|
|
941
|
+
status: 403;
|
|
979
942
|
};
|
|
980
|
-
type
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
before?: string;
|
|
984
|
-
after?: string;
|
|
943
|
+
type createOrganizationApiKeyResponse404 = {
|
|
944
|
+
data: CreateOrganizationApiKey404;
|
|
945
|
+
status: 404;
|
|
985
946
|
};
|
|
986
|
-
type
|
|
987
|
-
|
|
947
|
+
type createOrganizationApiKeyResponse422 = {
|
|
948
|
+
data: CreateOrganizationApiKey422;
|
|
949
|
+
status: 422;
|
|
988
950
|
};
|
|
989
|
-
type
|
|
990
|
-
|
|
951
|
+
type createOrganizationApiKeyResponseSuccess = createOrganizationApiKeyResponse201 & {
|
|
952
|
+
headers: Headers;
|
|
991
953
|
};
|
|
992
|
-
type
|
|
993
|
-
|
|
954
|
+
type createOrganizationApiKeyResponseError = (createOrganizationApiKeyResponse400 | createOrganizationApiKeyResponse403 | createOrganizationApiKeyResponse404 | createOrganizationApiKeyResponse422) & {
|
|
955
|
+
headers: Headers;
|
|
994
956
|
};
|
|
995
|
-
type
|
|
996
|
-
|
|
957
|
+
type createOrganizationApiKeyResponse = createOrganizationApiKeyResponseSuccess | createOrganizationApiKeyResponseError;
|
|
958
|
+
declare const getCreateOrganizationApiKeyUrl: () => string;
|
|
959
|
+
declare const createOrganizationApiKey: (createOrganizationApiKeyRequest: CreateOrganizationApiKeyRequest, options?: RequestInit) => Promise<createOrganizationApiKeyResponse>;
|
|
960
|
+
type listOrganizationApiKeysResponse200 = {
|
|
961
|
+
data: ListOrganizationApiKeysResponse;
|
|
962
|
+
status: 200;
|
|
997
963
|
};
|
|
998
|
-
type
|
|
999
|
-
|
|
964
|
+
type listOrganizationApiKeysResponse400 = {
|
|
965
|
+
data: ListOrganizationApiKeys400;
|
|
966
|
+
status: 400;
|
|
1000
967
|
};
|
|
1001
|
-
type
|
|
1002
|
-
|
|
968
|
+
type listOrganizationApiKeysResponse403 = {
|
|
969
|
+
data: ListOrganizationApiKeys403;
|
|
970
|
+
status: 403;
|
|
1003
971
|
};
|
|
1004
|
-
type
|
|
1005
|
-
|
|
972
|
+
type listOrganizationApiKeysResponseSuccess = listOrganizationApiKeysResponse200 & {
|
|
973
|
+
headers: Headers;
|
|
1006
974
|
};
|
|
1007
|
-
type
|
|
1008
|
-
|
|
975
|
+
type listOrganizationApiKeysResponseError = (listOrganizationApiKeysResponse400 | listOrganizationApiKeysResponse403) & {
|
|
976
|
+
headers: Headers;
|
|
1009
977
|
};
|
|
1010
|
-
type
|
|
1011
|
-
|
|
978
|
+
type listOrganizationApiKeysResponse = listOrganizationApiKeysResponseSuccess | listOrganizationApiKeysResponseError;
|
|
979
|
+
declare const getListOrganizationApiKeysUrl: (params?: ListOrganizationApiKeysParams) => string;
|
|
980
|
+
declare const listOrganizationApiKeys: (params?: ListOrganizationApiKeysParams, options?: RequestInit) => Promise<listOrganizationApiKeysResponse>;
|
|
981
|
+
type listOrganizationApiKeyPermissionsResponse200 = {
|
|
982
|
+
data: ListOrganizationApiKeyPermissionsResponse;
|
|
983
|
+
status: 200;
|
|
1012
984
|
};
|
|
1013
|
-
type
|
|
1014
|
-
|
|
985
|
+
type listOrganizationApiKeyPermissionsResponse400 = {
|
|
986
|
+
data: ListOrganizationApiKeyPermissions400;
|
|
987
|
+
status: 400;
|
|
1015
988
|
};
|
|
1016
|
-
type
|
|
1017
|
-
|
|
989
|
+
type listOrganizationApiKeyPermissionsResponse403 = {
|
|
990
|
+
data: ListOrganizationApiKeyPermissions403;
|
|
991
|
+
status: 403;
|
|
1018
992
|
};
|
|
1019
|
-
type
|
|
1020
|
-
|
|
993
|
+
type listOrganizationApiKeyPermissionsResponseSuccess = listOrganizationApiKeyPermissionsResponse200 & {
|
|
994
|
+
headers: Headers;
|
|
1021
995
|
};
|
|
1022
|
-
type
|
|
1023
|
-
|
|
996
|
+
type listOrganizationApiKeyPermissionsResponseError = (listOrganizationApiKeyPermissionsResponse400 | listOrganizationApiKeyPermissionsResponse403) & {
|
|
997
|
+
headers: Headers;
|
|
1024
998
|
};
|
|
1025
|
-
type
|
|
1026
|
-
|
|
999
|
+
type listOrganizationApiKeyPermissionsResponse = listOrganizationApiKeyPermissionsResponseSuccess | listOrganizationApiKeyPermissionsResponseError;
|
|
1000
|
+
declare const getListOrganizationApiKeyPermissionsUrl: (params?: ListOrganizationApiKeyPermissionsParams) => string;
|
|
1001
|
+
declare const listOrganizationApiKeyPermissions: (params?: ListOrganizationApiKeyPermissionsParams, options?: RequestInit) => Promise<listOrganizationApiKeyPermissionsResponse>;
|
|
1002
|
+
type deleteOrganizationApiKeyResponse200 = {
|
|
1003
|
+
data: DeleteOrganizationApiKey200;
|
|
1004
|
+
status: 200;
|
|
1027
1005
|
};
|
|
1028
|
-
type
|
|
1029
|
-
|
|
1006
|
+
type deleteOrganizationApiKeyResponse403 = {
|
|
1007
|
+
data: DeleteOrganizationApiKey403;
|
|
1008
|
+
status: 403;
|
|
1030
1009
|
};
|
|
1031
|
-
type
|
|
1032
|
-
|
|
1010
|
+
type deleteOrganizationApiKeyResponse404 = {
|
|
1011
|
+
data: DeleteOrganizationApiKey404;
|
|
1012
|
+
status: 404;
|
|
1033
1013
|
};
|
|
1034
|
-
type
|
|
1035
|
-
|
|
1014
|
+
type deleteOrganizationApiKeyResponseSuccess = deleteOrganizationApiKeyResponse200 & {
|
|
1015
|
+
headers: Headers;
|
|
1016
|
+
};
|
|
1017
|
+
type deleteOrganizationApiKeyResponseError = (deleteOrganizationApiKeyResponse403 | deleteOrganizationApiKeyResponse404) & {
|
|
1018
|
+
headers: Headers;
|
|
1019
|
+
};
|
|
1020
|
+
type deleteOrganizationApiKeyResponse = deleteOrganizationApiKeyResponseSuccess | deleteOrganizationApiKeyResponseError;
|
|
1021
|
+
declare const getDeleteOrganizationApiKeyUrl: (apiKeyId: string) => string;
|
|
1022
|
+
declare const deleteOrganizationApiKey: (apiKeyId: string, options?: RequestInit) => Promise<deleteOrganizationApiKeyResponse>;
|
|
1023
|
+
type deleteDataInstallationResponse200 = {
|
|
1024
|
+
data: DeleteDataInstallation200;
|
|
1036
1025
|
status: 200;
|
|
1037
1026
|
};
|
|
1038
|
-
type
|
|
1039
|
-
data:
|
|
1027
|
+
type deleteDataInstallationResponse403 = {
|
|
1028
|
+
data: DeleteDataInstallation403;
|
|
1040
1029
|
status: 403;
|
|
1041
1030
|
};
|
|
1042
|
-
type
|
|
1043
|
-
data:
|
|
1031
|
+
type deleteDataInstallationResponse404 = {
|
|
1032
|
+
data: DeleteDataInstallation404;
|
|
1044
1033
|
status: 404;
|
|
1045
1034
|
};
|
|
1046
|
-
type
|
|
1035
|
+
type deleteDataInstallationResponseSuccess = deleteDataInstallationResponse200 & {
|
|
1047
1036
|
headers: Headers;
|
|
1048
1037
|
};
|
|
1049
|
-
type
|
|
1038
|
+
type deleteDataInstallationResponseError = (deleteDataInstallationResponse403 | deleteDataInstallationResponse404) & {
|
|
1050
1039
|
headers: Headers;
|
|
1051
1040
|
};
|
|
1052
|
-
type
|
|
1053
|
-
declare const
|
|
1054
|
-
declare const
|
|
1055
|
-
type
|
|
1056
|
-
data:
|
|
1041
|
+
type deleteDataInstallationResponse = deleteDataInstallationResponseSuccess | deleteDataInstallationResponseError;
|
|
1042
|
+
declare const getDeleteDataInstallationUrl: (installationId: string) => string;
|
|
1043
|
+
declare const deleteDataInstallation: (installationId: string, options?: RequestInit) => Promise<deleteDataInstallationResponse>;
|
|
1044
|
+
type myDataIntegrationsResponse200 = {
|
|
1045
|
+
data: DataIntegrationsResponse;
|
|
1057
1046
|
status: 200;
|
|
1058
1047
|
};
|
|
1059
|
-
type
|
|
1060
|
-
data:
|
|
1048
|
+
type myDataIntegrationsResponse403 = {
|
|
1049
|
+
data: MyDataIntegrations403;
|
|
1061
1050
|
status: 403;
|
|
1062
1051
|
};
|
|
1063
|
-
type
|
|
1064
|
-
|
|
1052
|
+
type myDataIntegrationsResponseSuccess = myDataIntegrationsResponse200 & {
|
|
1053
|
+
headers: Headers;
|
|
1054
|
+
};
|
|
1055
|
+
type myDataIntegrationsResponseError = myDataIntegrationsResponse403 & {
|
|
1056
|
+
headers: Headers;
|
|
1057
|
+
};
|
|
1058
|
+
type myDataIntegrationsResponse = myDataIntegrationsResponseSuccess | myDataIntegrationsResponseError;
|
|
1059
|
+
declare const getMyDataIntegrationsUrl: () => string;
|
|
1060
|
+
declare const myDataIntegrations: (options?: RequestInit) => Promise<myDataIntegrationsResponse>;
|
|
1061
|
+
type getDataInstallationAuthorizationStatusResponse200 = {
|
|
1062
|
+
data: GetAuthorizationStatusResponse;
|
|
1063
|
+
status: 200;
|
|
1064
|
+
};
|
|
1065
|
+
type getDataInstallationAuthorizationStatusResponse400 = {
|
|
1066
|
+
data: GetDataInstallationAuthorizationStatus400;
|
|
1067
|
+
status: 400;
|
|
1068
|
+
};
|
|
1069
|
+
type getDataInstallationAuthorizationStatusResponse403 = {
|
|
1070
|
+
data: GetDataInstallationAuthorizationStatus403;
|
|
1071
|
+
status: 403;
|
|
1072
|
+
};
|
|
1073
|
+
type getDataInstallationAuthorizationStatusResponse404 = {
|
|
1074
|
+
data: GetDataInstallationAuthorizationStatus404;
|
|
1065
1075
|
status: 404;
|
|
1066
1076
|
};
|
|
1067
|
-
type
|
|
1077
|
+
type getDataInstallationAuthorizationStatusResponseSuccess = getDataInstallationAuthorizationStatusResponse200 & {
|
|
1068
1078
|
headers: Headers;
|
|
1069
1079
|
};
|
|
1070
|
-
type
|
|
1080
|
+
type getDataInstallationAuthorizationStatusResponseError = (getDataInstallationAuthorizationStatusResponse400 | getDataInstallationAuthorizationStatusResponse403 | getDataInstallationAuthorizationStatusResponse404) & {
|
|
1071
1081
|
headers: Headers;
|
|
1072
1082
|
};
|
|
1073
|
-
type
|
|
1074
|
-
declare const
|
|
1075
|
-
declare const
|
|
1076
|
-
type
|
|
1077
|
-
data:
|
|
1083
|
+
type getDataInstallationAuthorizationStatusResponse = getDataInstallationAuthorizationStatusResponseSuccess | getDataInstallationAuthorizationStatusResponseError;
|
|
1084
|
+
declare const getGetDataInstallationAuthorizationStatusUrl: (dataIntegrationId: string, state: string) => string;
|
|
1085
|
+
declare const getDataInstallationAuthorizationStatus: (dataIntegrationId: string, state: string, options?: RequestInit) => Promise<getDataInstallationAuthorizationStatusResponse>;
|
|
1086
|
+
type getDataIntegrationAuthorizeUrlResponse200 = {
|
|
1087
|
+
data: GetDataIntegrationAuthorizeUrlResponse;
|
|
1078
1088
|
status: 200;
|
|
1079
1089
|
};
|
|
1080
|
-
type
|
|
1081
|
-
data:
|
|
1090
|
+
type getDataIntegrationAuthorizeUrlResponse400 = {
|
|
1091
|
+
data: GetDataIntegrationAuthorizeUrl400;
|
|
1092
|
+
status: 400;
|
|
1093
|
+
};
|
|
1094
|
+
type getDataIntegrationAuthorizeUrlResponse403 = {
|
|
1095
|
+
data: GetDataIntegrationAuthorizeUrl403;
|
|
1082
1096
|
status: 403;
|
|
1083
1097
|
};
|
|
1084
|
-
type
|
|
1085
|
-
data:
|
|
1098
|
+
type getDataIntegrationAuthorizeUrlResponse404 = {
|
|
1099
|
+
data: GetDataIntegrationAuthorizeUrl404;
|
|
1086
1100
|
status: 404;
|
|
1087
1101
|
};
|
|
1088
|
-
type
|
|
1102
|
+
type getDataIntegrationAuthorizeUrlResponseSuccess = getDataIntegrationAuthorizeUrlResponse200 & {
|
|
1089
1103
|
headers: Headers;
|
|
1090
1104
|
};
|
|
1091
|
-
type
|
|
1105
|
+
type getDataIntegrationAuthorizeUrlResponseError = (getDataIntegrationAuthorizeUrlResponse400 | getDataIntegrationAuthorizeUrlResponse403 | getDataIntegrationAuthorizeUrlResponse404) & {
|
|
1092
1106
|
headers: Headers;
|
|
1093
1107
|
};
|
|
1094
|
-
type
|
|
1095
|
-
declare const
|
|
1096
|
-
declare const
|
|
1108
|
+
type getDataIntegrationAuthorizeUrlResponse = getDataIntegrationAuthorizeUrlResponseSuccess | getDataIntegrationAuthorizeUrlResponseError;
|
|
1109
|
+
declare const getGetDataIntegrationAuthorizeUrlUrl: (slug: string, params?: GetDataIntegrationAuthorizeUrlParams) => string;
|
|
1110
|
+
declare const getDataIntegrationAuthorizeUrl: (slug: string, params?: GetDataIntegrationAuthorizeUrlParams, options?: RequestInit) => Promise<getDataIntegrationAuthorizeUrlResponse>;
|
|
1111
|
+
/**
|
|
1112
|
+
* Sends an invitation email to a user to join the organization. If the user does not have an account, they will be prompted to create one upon accepting.
|
|
1113
|
+
*/
|
|
1097
1114
|
type inviteMemberResponse201 = {
|
|
1098
1115
|
data: InviteMember201;
|
|
1099
1116
|
status: 201;
|
|
@@ -1119,6 +1136,37 @@ type inviteMemberResponseError = (inviteMemberResponse400 | inviteMemberResponse
|
|
|
1119
1136
|
type inviteMemberResponse = inviteMemberResponseSuccess | inviteMemberResponseError;
|
|
1120
1137
|
declare const getInviteMemberUrl: () => string;
|
|
1121
1138
|
declare const inviteMember: (inviteMemberBody: InviteMemberBody, options?: RequestInit) => Promise<inviteMemberResponse>;
|
|
1139
|
+
/**
|
|
1140
|
+
* Cancels a pending invitation for the specified user, preventing them from joining the organization via that invite link.
|
|
1141
|
+
*/
|
|
1142
|
+
type revokeInviteResponse200 = {
|
|
1143
|
+
data: RevokeInvite200;
|
|
1144
|
+
status: 200;
|
|
1145
|
+
};
|
|
1146
|
+
type revokeInviteResponse400 = {
|
|
1147
|
+
data: RevokeInvite400;
|
|
1148
|
+
status: 400;
|
|
1149
|
+
};
|
|
1150
|
+
type revokeInviteResponse403 = {
|
|
1151
|
+
data: RevokeInvite403;
|
|
1152
|
+
status: 403;
|
|
1153
|
+
};
|
|
1154
|
+
type revokeInviteResponse404 = {
|
|
1155
|
+
data: RevokeInvite404;
|
|
1156
|
+
status: 404;
|
|
1157
|
+
};
|
|
1158
|
+
type revokeInviteResponseSuccess = revokeInviteResponse200 & {
|
|
1159
|
+
headers: Headers;
|
|
1160
|
+
};
|
|
1161
|
+
type revokeInviteResponseError = (revokeInviteResponse400 | revokeInviteResponse403 | revokeInviteResponse404) & {
|
|
1162
|
+
headers: Headers;
|
|
1163
|
+
};
|
|
1164
|
+
type revokeInviteResponse = revokeInviteResponseSuccess | revokeInviteResponseError;
|
|
1165
|
+
declare const getRevokeInviteUrl: (userId: string) => string;
|
|
1166
|
+
declare const revokeInvite: (userId: string, options?: RequestInit) => Promise<revokeInviteResponse>;
|
|
1167
|
+
/**
|
|
1168
|
+
* Resends the pending invitation email to the specified user. Returns an error if the invitation has already been accepted or has expired.
|
|
1169
|
+
*/
|
|
1122
1170
|
type resendInviteResponse201 = {
|
|
1123
1171
|
data: ResendInvite201;
|
|
1124
1172
|
status: 201;
|
|
@@ -1148,31 +1196,33 @@ type resendInviteResponseError = (resendInviteResponse400 | resendInviteResponse
|
|
|
1148
1196
|
type resendInviteResponse = resendInviteResponseSuccess | resendInviteResponseError;
|
|
1149
1197
|
declare const getResendInviteUrl: (userId: string) => string;
|
|
1150
1198
|
declare const resendInvite: (userId: string, options?: RequestInit) => Promise<resendInviteResponse>;
|
|
1151
|
-
|
|
1152
|
-
|
|
1199
|
+
/**
|
|
1200
|
+
* Returns a paginated list of members belonging to the organization. Supports filtering by search term and role, and cursor-based pagination via before/after parameters.
|
|
1201
|
+
*/
|
|
1202
|
+
type membersResponse200 = {
|
|
1203
|
+
data: Members200;
|
|
1153
1204
|
status: 200;
|
|
1154
1205
|
};
|
|
1155
|
-
type
|
|
1156
|
-
data:
|
|
1157
|
-
status: 400;
|
|
1158
|
-
};
|
|
1159
|
-
type revokeInviteResponse403 = {
|
|
1160
|
-
data: RevokeInvite403;
|
|
1206
|
+
type membersResponse403 = {
|
|
1207
|
+
data: Members403;
|
|
1161
1208
|
status: 403;
|
|
1162
1209
|
};
|
|
1163
|
-
type
|
|
1164
|
-
data:
|
|
1210
|
+
type membersResponse404 = {
|
|
1211
|
+
data: Members404;
|
|
1165
1212
|
status: 404;
|
|
1166
1213
|
};
|
|
1167
|
-
type
|
|
1214
|
+
type membersResponseSuccess = membersResponse200 & {
|
|
1168
1215
|
headers: Headers;
|
|
1169
1216
|
};
|
|
1170
|
-
type
|
|
1217
|
+
type membersResponseError = (membersResponse403 | membersResponse404) & {
|
|
1171
1218
|
headers: Headers;
|
|
1172
1219
|
};
|
|
1173
|
-
type
|
|
1174
|
-
declare const
|
|
1175
|
-
declare const
|
|
1220
|
+
type membersResponse = membersResponseSuccess | membersResponseError;
|
|
1221
|
+
declare const getMembersUrl: (params?: MembersParams) => string;
|
|
1222
|
+
declare const members: (params?: MembersParams, options?: RequestInit) => Promise<membersResponse>;
|
|
1223
|
+
/**
|
|
1224
|
+
* Removes the specified user from the organization by revoking their membership. The user account itself is not deleted.
|
|
1225
|
+
*/
|
|
1176
1226
|
type removeMemberResponse200 = {
|
|
1177
1227
|
data: RemoveMember200;
|
|
1178
1228
|
status: 200;
|
|
@@ -1198,6 +1248,9 @@ type removeMemberResponseError = (removeMemberResponse400 | removeMemberResponse
|
|
|
1198
1248
|
type removeMemberResponse = removeMemberResponseSuccess | removeMemberResponseError;
|
|
1199
1249
|
declare const getRemoveMemberUrl: (userId: string) => string;
|
|
1200
1250
|
declare const removeMember: (userId: string, options?: RequestInit) => Promise<removeMemberResponse>;
|
|
1251
|
+
/**
|
|
1252
|
+
* Updates the specified member's organization membership, such as changing their assigned role.
|
|
1253
|
+
*/
|
|
1201
1254
|
type updateMemberResponse200 = {
|
|
1202
1255
|
data: UpdateMember200;
|
|
1203
1256
|
status: 200;
|
|
@@ -1227,6 +1280,9 @@ type updateMemberResponseError = (updateMemberResponse400 | updateMemberResponse
|
|
|
1227
1280
|
type updateMemberResponse = updateMemberResponseSuccess | updateMemberResponseError;
|
|
1228
1281
|
declare const getUpdateMemberUrl: (userId: string) => string;
|
|
1229
1282
|
declare const updateMember: (userId: string, updateMemberBody: UpdateMemberBody, options?: RequestInit) => Promise<updateMemberResponse>;
|
|
1283
|
+
/**
|
|
1284
|
+
* Returns the list of organizations the authenticated user is a member of.
|
|
1285
|
+
*/
|
|
1230
1286
|
type organizationsResponse200 = {
|
|
1231
1287
|
data: OrganizationsResponse;
|
|
1232
1288
|
status: 200;
|
|
@@ -1239,15 +1295,134 @@ type organizationsResponse404 = {
|
|
|
1239
1295
|
data: Organizations404;
|
|
1240
1296
|
status: 404;
|
|
1241
1297
|
};
|
|
1242
|
-
type organizationsResponseSuccess = organizationsResponse200 & {
|
|
1298
|
+
type organizationsResponseSuccess = organizationsResponse200 & {
|
|
1299
|
+
headers: Headers;
|
|
1300
|
+
};
|
|
1301
|
+
type organizationsResponseError = (organizationsResponse403 | organizationsResponse404) & {
|
|
1302
|
+
headers: Headers;
|
|
1303
|
+
};
|
|
1304
|
+
type organizationsResponse = organizationsResponseSuccess | organizationsResponseError;
|
|
1305
|
+
declare const getOrganizationsUrl: () => string;
|
|
1306
|
+
declare const organizations: (options?: RequestInit) => Promise<organizationsResponse>;
|
|
1307
|
+
/**
|
|
1308
|
+
* Returns the list of roles available in the organization that can be assigned to members.
|
|
1309
|
+
*/
|
|
1310
|
+
type rolesResponse200 = {
|
|
1311
|
+
data: MemberRole[];
|
|
1312
|
+
status: 200;
|
|
1313
|
+
};
|
|
1314
|
+
type rolesResponse403 = {
|
|
1315
|
+
data: Roles403;
|
|
1316
|
+
status: 403;
|
|
1317
|
+
};
|
|
1318
|
+
type rolesResponse404 = {
|
|
1319
|
+
data: Roles404;
|
|
1320
|
+
status: 404;
|
|
1321
|
+
};
|
|
1322
|
+
type rolesResponseSuccess = rolesResponse200 & {
|
|
1323
|
+
headers: Headers;
|
|
1324
|
+
};
|
|
1325
|
+
type rolesResponseError = (rolesResponse403 | rolesResponse404) & {
|
|
1326
|
+
headers: Headers;
|
|
1327
|
+
};
|
|
1328
|
+
type rolesResponse = rolesResponseSuccess | rolesResponseError;
|
|
1329
|
+
declare const getRolesUrl: () => string;
|
|
1330
|
+
declare const roles: (options?: RequestInit) => Promise<rolesResponse>;
|
|
1331
|
+
/**
|
|
1332
|
+
* Returns the list of roles available in the organization along with the user management configuration, such as whether role assignment is enabled.
|
|
1333
|
+
*/
|
|
1334
|
+
type rolesAndConfigResponse200 = {
|
|
1335
|
+
data: RolesAndConfigResponse;
|
|
1336
|
+
status: 200;
|
|
1337
|
+
};
|
|
1338
|
+
type rolesAndConfigResponse403 = {
|
|
1339
|
+
data: RolesAndConfig403;
|
|
1340
|
+
status: 403;
|
|
1341
|
+
};
|
|
1342
|
+
type rolesAndConfigResponse404 = {
|
|
1343
|
+
data: RolesAndConfig404;
|
|
1344
|
+
status: 404;
|
|
1345
|
+
};
|
|
1346
|
+
type rolesAndConfigResponseSuccess = rolesAndConfigResponse200 & {
|
|
1347
|
+
headers: Headers;
|
|
1348
|
+
};
|
|
1349
|
+
type rolesAndConfigResponseError = (rolesAndConfigResponse403 | rolesAndConfigResponse404) & {
|
|
1350
|
+
headers: Headers;
|
|
1351
|
+
};
|
|
1352
|
+
type rolesAndConfigResponse = rolesAndConfigResponseSuccess | rolesAndConfigResponseError;
|
|
1353
|
+
declare const getRolesAndConfigUrl: () => string;
|
|
1354
|
+
declare const rolesAndConfig: (options?: RequestInit) => Promise<rolesAndConfigResponse>;
|
|
1355
|
+
/**
|
|
1356
|
+
* Returns the authentication methods and MFA factors configured for the authenticated user, including enrolled TOTP factors and passkeys.
|
|
1357
|
+
*/
|
|
1358
|
+
type authenticationInformationResponse200 = {
|
|
1359
|
+
data: AuthenticationInformationResponse;
|
|
1360
|
+
status: 200;
|
|
1361
|
+
};
|
|
1362
|
+
type authenticationInformationResponse403 = {
|
|
1363
|
+
data: AuthenticationInformation403;
|
|
1364
|
+
status: 403;
|
|
1365
|
+
};
|
|
1366
|
+
type authenticationInformationResponseSuccess = authenticationInformationResponse200 & {
|
|
1367
|
+
headers: Headers;
|
|
1368
|
+
};
|
|
1369
|
+
type authenticationInformationResponseError = authenticationInformationResponse403 & {
|
|
1370
|
+
headers: Headers;
|
|
1371
|
+
};
|
|
1372
|
+
type authenticationInformationResponse = authenticationInformationResponseSuccess | authenticationInformationResponseError;
|
|
1373
|
+
declare const getAuthenticationInformationUrl: () => string;
|
|
1374
|
+
declare const authenticationInformation: (options?: RequestInit) => Promise<authenticationInformationResponse>;
|
|
1375
|
+
/**
|
|
1376
|
+
* Sets a password for the authenticated user. Only available when the user does not already have a password configured. Requires elevated access.
|
|
1377
|
+
*/
|
|
1378
|
+
type createPasswordResponse201 = {
|
|
1379
|
+
data: CreatePassword201;
|
|
1380
|
+
status: 201;
|
|
1381
|
+
};
|
|
1382
|
+
type createPasswordResponse400 = {
|
|
1383
|
+
data: CreatePassword400;
|
|
1384
|
+
status: 400;
|
|
1385
|
+
};
|
|
1386
|
+
type createPasswordResponse403 = {
|
|
1387
|
+
data: CreatePassword403;
|
|
1388
|
+
status: 403;
|
|
1389
|
+
};
|
|
1390
|
+
type createPasswordResponseSuccess = createPasswordResponse201 & {
|
|
1391
|
+
headers: Headers;
|
|
1392
|
+
};
|
|
1393
|
+
type createPasswordResponseError = (createPasswordResponse400 | createPasswordResponse403) & {
|
|
1394
|
+
headers: Headers;
|
|
1395
|
+
};
|
|
1396
|
+
type createPasswordResponse = createPasswordResponseSuccess | createPasswordResponseError;
|
|
1397
|
+
declare const getCreatePasswordUrl: () => string;
|
|
1398
|
+
declare const createPassword: (createPasswordRequest: CreatePasswordRequest, options?: RequestInit) => Promise<createPasswordResponse>;
|
|
1399
|
+
/**
|
|
1400
|
+
* Initiates TOTP (authenticator app) enrollment for the authenticated user by generating a new TOTP secret and QR code. Requires elevated access.
|
|
1401
|
+
*/
|
|
1402
|
+
type createTotpFactorResponse201 = {
|
|
1403
|
+
data: CreateTotpFactorResponse;
|
|
1404
|
+
status: 201;
|
|
1405
|
+
};
|
|
1406
|
+
type createTotpFactorResponse400 = {
|
|
1407
|
+
data: CreateTotpFactor400;
|
|
1408
|
+
status: 400;
|
|
1409
|
+
};
|
|
1410
|
+
type createTotpFactorResponse403 = {
|
|
1411
|
+
data: CreateTotpFactor403;
|
|
1412
|
+
status: 403;
|
|
1413
|
+
};
|
|
1414
|
+
type createTotpFactorResponseSuccess = createTotpFactorResponse201 & {
|
|
1243
1415
|
headers: Headers;
|
|
1244
1416
|
};
|
|
1245
|
-
type
|
|
1417
|
+
type createTotpFactorResponseError = (createTotpFactorResponse400 | createTotpFactorResponse403) & {
|
|
1246
1418
|
headers: Headers;
|
|
1247
1419
|
};
|
|
1248
|
-
type
|
|
1249
|
-
declare const
|
|
1250
|
-
declare const
|
|
1420
|
+
type createTotpFactorResponse = createTotpFactorResponseSuccess | createTotpFactorResponseError;
|
|
1421
|
+
declare const getCreateTotpFactorUrl: () => string;
|
|
1422
|
+
declare const createTotpFactor: (options?: RequestInit) => Promise<createTotpFactorResponse>;
|
|
1423
|
+
/**
|
|
1424
|
+
* Returns the profile information of the currently authenticated user, including their name, email, and linked authentication factors.
|
|
1425
|
+
*/
|
|
1251
1426
|
type meResponse200 = {
|
|
1252
1427
|
data: Me;
|
|
1253
1428
|
status: 200;
|
|
@@ -1265,6 +1440,9 @@ type meResponseError = meResponse403 & {
|
|
|
1265
1440
|
type meResponse = meResponseSuccess | meResponseError;
|
|
1266
1441
|
declare const getMeUrl: () => string;
|
|
1267
1442
|
declare const me: (options?: RequestInit) => Promise<meResponse>;
|
|
1443
|
+
/**
|
|
1444
|
+
* Updates the profile information of the currently authenticated user, such as their first name, last name, or email address.
|
|
1445
|
+
*/
|
|
1268
1446
|
type updateMeResponse200 = {
|
|
1269
1447
|
data: Me;
|
|
1270
1448
|
status: 200;
|
|
@@ -1286,128 +1464,125 @@ type updateMeResponseError = (updateMeResponse400 | updateMeResponse403) & {
|
|
|
1286
1464
|
type updateMeResponse = updateMeResponseSuccess | updateMeResponseError;
|
|
1287
1465
|
declare const getUpdateMeUrl: () => string;
|
|
1288
1466
|
declare const updateMe: (updateMeBody: UpdateMeBody, options?: RequestInit) => Promise<updateMeResponse>;
|
|
1289
|
-
|
|
1290
|
-
|
|
1467
|
+
/**
|
|
1468
|
+
* Initiates passkey (WebAuthn) registration for the authenticated user by returning the credential creation options. Requires elevated access.
|
|
1469
|
+
*/
|
|
1470
|
+
type registerPasskeyResponse201 = {
|
|
1471
|
+
data: RegisterPasskeyResponse;
|
|
1291
1472
|
status: 201;
|
|
1292
1473
|
};
|
|
1293
|
-
type
|
|
1294
|
-
data:
|
|
1474
|
+
type registerPasskeyResponse400 = {
|
|
1475
|
+
data: RegisterPasskey400;
|
|
1295
1476
|
status: 400;
|
|
1296
1477
|
};
|
|
1297
|
-
type
|
|
1298
|
-
data:
|
|
1478
|
+
type registerPasskeyResponse403 = {
|
|
1479
|
+
data: RegisterPasskey403;
|
|
1299
1480
|
status: 403;
|
|
1300
1481
|
};
|
|
1301
|
-
type
|
|
1482
|
+
type registerPasskeyResponseSuccess = registerPasskeyResponse201 & {
|
|
1302
1483
|
headers: Headers;
|
|
1303
1484
|
};
|
|
1304
|
-
type
|
|
1485
|
+
type registerPasskeyResponseError = (registerPasskeyResponse400 | registerPasskeyResponse403) & {
|
|
1305
1486
|
headers: Headers;
|
|
1306
1487
|
};
|
|
1307
|
-
type
|
|
1308
|
-
declare const
|
|
1309
|
-
declare const
|
|
1310
|
-
|
|
1311
|
-
|
|
1488
|
+
type registerPasskeyResponse = registerPasskeyResponseSuccess | registerPasskeyResponseError;
|
|
1489
|
+
declare const getRegisterPasskeyUrl: () => string;
|
|
1490
|
+
declare const registerPasskey: (options?: RequestInit) => Promise<registerPasskeyResponse>;
|
|
1491
|
+
/**
|
|
1492
|
+
* Completes passkey (WebAuthn) registration by verifying the credential created by the authenticator. Requires elevated access.
|
|
1493
|
+
*/
|
|
1494
|
+
type verifyPasskeyResponse200 = {
|
|
1495
|
+
data: VerifyPasskey200;
|
|
1312
1496
|
status: 200;
|
|
1313
1497
|
};
|
|
1314
|
-
type
|
|
1315
|
-
data:
|
|
1498
|
+
type verifyPasskeyResponse400 = {
|
|
1499
|
+
data: VerifyPasskey400;
|
|
1316
1500
|
status: 400;
|
|
1317
1501
|
};
|
|
1318
|
-
type
|
|
1319
|
-
data:
|
|
1502
|
+
type verifyPasskeyResponse403 = {
|
|
1503
|
+
data: VerifyPasskey403;
|
|
1320
1504
|
status: 403;
|
|
1321
1505
|
};
|
|
1322
|
-
type
|
|
1506
|
+
type verifyPasskeyResponseSuccess = verifyPasskeyResponse200 & {
|
|
1323
1507
|
headers: Headers;
|
|
1324
1508
|
};
|
|
1325
|
-
type
|
|
1509
|
+
type verifyPasskeyResponseError = (verifyPasskeyResponse400 | verifyPasskeyResponse403) & {
|
|
1326
1510
|
headers: Headers;
|
|
1327
1511
|
};
|
|
1328
|
-
type
|
|
1329
|
-
declare const
|
|
1330
|
-
declare const
|
|
1331
|
-
|
|
1332
|
-
|
|
1512
|
+
type verifyPasskeyResponse = verifyPasskeyResponseSuccess | verifyPasskeyResponseError;
|
|
1513
|
+
declare const getVerifyPasskeyUrl: () => string;
|
|
1514
|
+
declare const verifyPasskey: (verifyPasskeyRequest: VerifyPasskeyRequest, options?: RequestInit) => Promise<verifyPasskeyResponse>;
|
|
1515
|
+
/**
|
|
1516
|
+
* Removes the specified passkey from the authenticated user's account. Requires elevated access.
|
|
1517
|
+
*/
|
|
1518
|
+
type deletePasskeyResponse200 = {
|
|
1519
|
+
data: DeletePasskey200;
|
|
1333
1520
|
status: 200;
|
|
1334
1521
|
};
|
|
1335
|
-
type
|
|
1336
|
-
data:
|
|
1522
|
+
type deletePasskeyResponse400 = {
|
|
1523
|
+
data: DeletePasskey400;
|
|
1337
1524
|
status: 400;
|
|
1338
1525
|
};
|
|
1339
|
-
type
|
|
1340
|
-
data:
|
|
1526
|
+
type deletePasskeyResponse403 = {
|
|
1527
|
+
data: DeletePasskey403;
|
|
1341
1528
|
status: 403;
|
|
1342
1529
|
};
|
|
1343
|
-
type
|
|
1530
|
+
type deletePasskeyResponseSuccess = deletePasskeyResponse200 & {
|
|
1344
1531
|
headers: Headers;
|
|
1345
1532
|
};
|
|
1346
|
-
type
|
|
1533
|
+
type deletePasskeyResponseError = (deletePasskeyResponse400 | deletePasskeyResponse403) & {
|
|
1347
1534
|
headers: Headers;
|
|
1348
1535
|
};
|
|
1349
|
-
type
|
|
1350
|
-
declare const
|
|
1351
|
-
declare const
|
|
1352
|
-
|
|
1353
|
-
|
|
1536
|
+
type deletePasskeyResponse = deletePasskeyResponseSuccess | deletePasskeyResponseError;
|
|
1537
|
+
declare const getDeletePasskeyUrl: (passkeyId: string) => string;
|
|
1538
|
+
declare const deletePasskey: (passkeyId: string, options?: RequestInit) => Promise<deletePasskeyResponse>;
|
|
1539
|
+
/**
|
|
1540
|
+
* Sends a verification email to the authenticated user to confirm their email address.
|
|
1541
|
+
*/
|
|
1542
|
+
type sendVerificationResponse200 = {
|
|
1543
|
+
data: SendVerificationResponse;
|
|
1354
1544
|
status: 200;
|
|
1355
1545
|
};
|
|
1356
|
-
type
|
|
1357
|
-
data:
|
|
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;
|
|
1546
|
+
type sendVerificationResponse400 = {
|
|
1547
|
+
data: SendVerification400;
|
|
1375
1548
|
status: 400;
|
|
1376
1549
|
};
|
|
1377
|
-
type
|
|
1378
|
-
data:
|
|
1550
|
+
type sendVerificationResponse403 = {
|
|
1551
|
+
data: SendVerification403;
|
|
1379
1552
|
status: 403;
|
|
1380
1553
|
};
|
|
1381
|
-
type
|
|
1554
|
+
type sendVerificationResponseSuccess = sendVerificationResponse200 & {
|
|
1382
1555
|
headers: Headers;
|
|
1383
1556
|
};
|
|
1384
|
-
type
|
|
1557
|
+
type sendVerificationResponseError = (sendVerificationResponse400 | sendVerificationResponse403) & {
|
|
1385
1558
|
headers: Headers;
|
|
1386
1559
|
};
|
|
1387
|
-
type
|
|
1388
|
-
declare const
|
|
1389
|
-
declare const
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
status: 400;
|
|
1560
|
+
type sendVerificationResponse = sendVerificationResponseSuccess | sendVerificationResponseError;
|
|
1561
|
+
declare const getSendVerificationUrl: () => string;
|
|
1562
|
+
declare const sendVerification: (options?: RequestInit) => Promise<sendVerificationResponse>;
|
|
1563
|
+
/**
|
|
1564
|
+
* Returns all currently active sessions for the authenticated user, including device and location information where available.
|
|
1565
|
+
*/
|
|
1566
|
+
type sessionsResponse200 = {
|
|
1567
|
+
data: ActiveSessionsResponse;
|
|
1568
|
+
status: 200;
|
|
1397
1569
|
};
|
|
1398
|
-
type
|
|
1399
|
-
data:
|
|
1570
|
+
type sessionsResponse403 = {
|
|
1571
|
+
data: Sessions403;
|
|
1400
1572
|
status: 403;
|
|
1401
1573
|
};
|
|
1402
|
-
type
|
|
1574
|
+
type sessionsResponseSuccess = sessionsResponse200 & {
|
|
1403
1575
|
headers: Headers;
|
|
1404
1576
|
};
|
|
1405
|
-
type
|
|
1577
|
+
type sessionsResponseError = sessionsResponse403 & {
|
|
1406
1578
|
headers: Headers;
|
|
1407
1579
|
};
|
|
1408
|
-
type
|
|
1409
|
-
declare const
|
|
1410
|
-
declare const
|
|
1580
|
+
type sessionsResponse = sessionsResponseSuccess | sessionsResponseError;
|
|
1581
|
+
declare const getSessionsUrl: () => string;
|
|
1582
|
+
declare const sessions: (options?: RequestInit) => Promise<sessionsResponse>;
|
|
1583
|
+
/**
|
|
1584
|
+
* Revokes all active sessions for the authenticated user except optionally the current one, signing them out of all other devices.
|
|
1585
|
+
*/
|
|
1411
1586
|
type revokeAllSessionsResponse200 = {
|
|
1412
1587
|
data: RevokeAllSessions200;
|
|
1413
1588
|
status: 200;
|
|
@@ -1429,6 +1604,9 @@ type revokeAllSessionsResponseError = (revokeAllSessionsResponse400 | revokeAllS
|
|
|
1429
1604
|
type revokeAllSessionsResponse = revokeAllSessionsResponseSuccess | revokeAllSessionsResponseError;
|
|
1430
1605
|
declare const getRevokeAllSessionsUrl: () => string;
|
|
1431
1606
|
declare const revokeAllSessions: (revokeAllSessionsRequest: RevokeAllSessionsRequest, options?: RequestInit) => Promise<revokeAllSessionsResponse>;
|
|
1607
|
+
/**
|
|
1608
|
+
* Revokes a specific active session by ID, signing the user out of that particular device or browser.
|
|
1609
|
+
*/
|
|
1432
1610
|
type revokeSessionResponse200 = {
|
|
1433
1611
|
data: RevokeSession200;
|
|
1434
1612
|
status: 200;
|
|
@@ -1450,166 +1628,119 @@ type revokeSessionResponseError = (revokeSessionResponse400 | revokeSessionRespo
|
|
|
1450
1628
|
type revokeSessionResponse = revokeSessionResponseSuccess | revokeSessionResponseError;
|
|
1451
1629
|
declare const getRevokeSessionUrl: (sessionId: string) => string;
|
|
1452
1630
|
declare const revokeSession: (sessionId: string, options?: RequestInit) => Promise<revokeSessionResponse>;
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
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;
|
|
1631
|
+
/**
|
|
1632
|
+
* Removes all TOTP factors enrolled for the authenticated user, disabling authenticator app as a second factor. Requires elevated access.
|
|
1633
|
+
*/
|
|
1634
|
+
type deleteTotpFactorsResponse200 = {
|
|
1635
|
+
data: DeleteTotpFactors200;
|
|
1493
1636
|
status: 200;
|
|
1494
1637
|
};
|
|
1495
|
-
type
|
|
1496
|
-
data:
|
|
1638
|
+
type deleteTotpFactorsResponse400 = {
|
|
1639
|
+
data: DeleteTotpFactors400;
|
|
1497
1640
|
status: 400;
|
|
1498
1641
|
};
|
|
1499
|
-
type
|
|
1500
|
-
data:
|
|
1642
|
+
type deleteTotpFactorsResponse403 = {
|
|
1643
|
+
data: DeleteTotpFactors403;
|
|
1501
1644
|
status: 403;
|
|
1502
1645
|
};
|
|
1503
|
-
type
|
|
1646
|
+
type deleteTotpFactorsResponseSuccess = deleteTotpFactorsResponse200 & {
|
|
1504
1647
|
headers: Headers;
|
|
1505
1648
|
};
|
|
1506
|
-
type
|
|
1649
|
+
type deleteTotpFactorsResponseError = (deleteTotpFactorsResponse400 | deleteTotpFactorsResponse403) & {
|
|
1507
1650
|
headers: Headers;
|
|
1508
1651
|
};
|
|
1509
|
-
type
|
|
1510
|
-
declare const
|
|
1511
|
-
declare const
|
|
1512
|
-
|
|
1513
|
-
|
|
1652
|
+
type deleteTotpFactorsResponse = deleteTotpFactorsResponseSuccess | deleteTotpFactorsResponseError;
|
|
1653
|
+
declare const getDeleteTotpFactorsUrl: () => string;
|
|
1654
|
+
declare const deleteTotpFactors: (options?: RequestInit) => Promise<deleteTotpFactorsResponse>;
|
|
1655
|
+
/**
|
|
1656
|
+
* Changes the password for the authenticated user. Requires the current password to be supplied alongside the new password.
|
|
1657
|
+
*/
|
|
1658
|
+
type updatePasswordResponse201 = {
|
|
1659
|
+
data: UpdatePassword201;
|
|
1514
1660
|
status: 201;
|
|
1515
1661
|
};
|
|
1516
|
-
type
|
|
1517
|
-
data:
|
|
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;
|
|
1662
|
+
type updatePasswordResponse400 = {
|
|
1663
|
+
data: UpdatePassword400;
|
|
1539
1664
|
status: 400;
|
|
1540
1665
|
};
|
|
1541
|
-
type
|
|
1542
|
-
data:
|
|
1666
|
+
type updatePasswordResponse403 = {
|
|
1667
|
+
data: UpdatePassword403;
|
|
1543
1668
|
status: 403;
|
|
1544
1669
|
};
|
|
1545
|
-
type
|
|
1670
|
+
type updatePasswordResponseSuccess = updatePasswordResponse201 & {
|
|
1546
1671
|
headers: Headers;
|
|
1547
1672
|
};
|
|
1548
|
-
type
|
|
1673
|
+
type updatePasswordResponseError = (updatePasswordResponse400 | updatePasswordResponse403) & {
|
|
1549
1674
|
headers: Headers;
|
|
1550
1675
|
};
|
|
1551
|
-
type
|
|
1552
|
-
declare const
|
|
1553
|
-
declare const
|
|
1554
|
-
|
|
1555
|
-
|
|
1676
|
+
type updatePasswordResponse = updatePasswordResponseSuccess | updatePasswordResponseError;
|
|
1677
|
+
declare const getUpdatePasswordUrl: () => string;
|
|
1678
|
+
declare const updatePassword: (updatePasswordRequest: UpdatePasswordRequest, options?: RequestInit) => Promise<updatePasswordResponse>;
|
|
1679
|
+
/**
|
|
1680
|
+
* Verifies the email address of the authenticated user using the code sent via the send-verification endpoint. On success, returns an elevated access token that grants access to sensitive operations such as MFA enrollment and passkey management.
|
|
1681
|
+
*/
|
|
1682
|
+
type verifyResponse200 = {
|
|
1683
|
+
data: VerifyResponse;
|
|
1556
1684
|
status: 200;
|
|
1557
1685
|
};
|
|
1558
|
-
type
|
|
1559
|
-
data:
|
|
1686
|
+
type verifyResponse400 = {
|
|
1687
|
+
data: Verify400;
|
|
1560
1688
|
status: 400;
|
|
1561
1689
|
};
|
|
1562
|
-
type
|
|
1563
|
-
data:
|
|
1690
|
+
type verifyResponse403 = {
|
|
1691
|
+
data: Verify403;
|
|
1564
1692
|
status: 403;
|
|
1565
1693
|
};
|
|
1566
|
-
type
|
|
1694
|
+
type verifyResponseSuccess = verifyResponse200 & {
|
|
1567
1695
|
headers: Headers;
|
|
1568
1696
|
};
|
|
1569
|
-
type
|
|
1697
|
+
type verifyResponseError = (verifyResponse400 | verifyResponse403) & {
|
|
1570
1698
|
headers: Headers;
|
|
1571
1699
|
};
|
|
1572
|
-
type
|
|
1573
|
-
declare const
|
|
1574
|
-
declare const
|
|
1575
|
-
|
|
1576
|
-
|
|
1700
|
+
type verifyResponse = verifyResponseSuccess | verifyResponseError;
|
|
1701
|
+
declare const getVerifyUrl: () => string;
|
|
1702
|
+
declare const verify: (verifyRequest: VerifyRequest, options?: RequestInit) => Promise<verifyResponse>;
|
|
1703
|
+
/**
|
|
1704
|
+
* Completes TOTP enrollment by verifying the one-time code generated by the authenticator app. Requires elevated access.
|
|
1705
|
+
*/
|
|
1706
|
+
type verifyTotpFactorResponse200 = {
|
|
1707
|
+
data: VerifyTotpFactor200;
|
|
1577
1708
|
status: 200;
|
|
1578
1709
|
};
|
|
1579
|
-
type
|
|
1580
|
-
data:
|
|
1710
|
+
type verifyTotpFactorResponse400 = {
|
|
1711
|
+
data: VerifyTotpFactor400;
|
|
1712
|
+
status: 400;
|
|
1713
|
+
};
|
|
1714
|
+
type verifyTotpFactorResponse403 = {
|
|
1715
|
+
data: VerifyTotpFactor403;
|
|
1581
1716
|
status: 403;
|
|
1582
1717
|
};
|
|
1583
|
-
type
|
|
1718
|
+
type verifyTotpFactorResponseSuccess = verifyTotpFactorResponse200 & {
|
|
1584
1719
|
headers: Headers;
|
|
1585
1720
|
};
|
|
1586
|
-
type
|
|
1721
|
+
type verifyTotpFactorResponseError = (verifyTotpFactorResponse400 | verifyTotpFactorResponse403) & {
|
|
1587
1722
|
headers: Headers;
|
|
1588
1723
|
};
|
|
1589
|
-
type
|
|
1590
|
-
declare const
|
|
1591
|
-
declare const
|
|
1592
|
-
type
|
|
1593
|
-
data:
|
|
1724
|
+
type verifyTotpFactorResponse = verifyTotpFactorResponseSuccess | verifyTotpFactorResponseError;
|
|
1725
|
+
declare const getVerifyTotpFactorUrl: () => string;
|
|
1726
|
+
declare const verifyTotpFactor: (verifyTotpFactorRequest: VerifyTotpFactorRequest, options?: RequestInit) => Promise<verifyTotpFactorResponse>;
|
|
1727
|
+
type getAuditLogStreamResponse200 = {
|
|
1728
|
+
data: GetAuditLogStream200;
|
|
1594
1729
|
status: 200;
|
|
1595
1730
|
};
|
|
1596
|
-
type
|
|
1597
|
-
data:
|
|
1731
|
+
type getAuditLogStreamResponse403 = {
|
|
1732
|
+
data: GetAuditLogStream403;
|
|
1598
1733
|
status: 403;
|
|
1599
1734
|
};
|
|
1600
|
-
type
|
|
1601
|
-
data: ListOrganizationDomains404;
|
|
1602
|
-
status: 404;
|
|
1603
|
-
};
|
|
1604
|
-
type listOrganizationDomainsResponseSuccess = listOrganizationDomainsResponse200 & {
|
|
1735
|
+
type getAuditLogStreamResponseSuccess = getAuditLogStreamResponse200 & {
|
|
1605
1736
|
headers: Headers;
|
|
1606
1737
|
};
|
|
1607
|
-
type
|
|
1738
|
+
type getAuditLogStreamResponseError = getAuditLogStreamResponse403 & {
|
|
1608
1739
|
headers: Headers;
|
|
1609
1740
|
};
|
|
1610
|
-
type
|
|
1611
|
-
declare const
|
|
1612
|
-
declare const
|
|
1741
|
+
type getAuditLogStreamResponse = getAuditLogStreamResponseSuccess | getAuditLogStreamResponseError;
|
|
1742
|
+
declare const getGetAuditLogStreamUrl: () => string;
|
|
1743
|
+
declare const getAuditLogStream: (options?: RequestInit) => Promise<getAuditLogStreamResponse>;
|
|
1613
1744
|
type generateAdminPortalLinkResponse201 = {
|
|
1614
1745
|
data: GenerateAdminPortalLink201;
|
|
1615
1746
|
status: 201;
|
|
@@ -1635,6 +1766,27 @@ type generateAdminPortalLinkResponseError = (generateAdminPortalLinkResponse403
|
|
|
1635
1766
|
type generateAdminPortalLinkResponse = generateAdminPortalLinkResponseSuccess | generateAdminPortalLinkResponseError;
|
|
1636
1767
|
declare const getGenerateAdminPortalLinkUrl: (params: GenerateAdminPortalLinkParams) => string;
|
|
1637
1768
|
declare const generateAdminPortalLink: (params: GenerateAdminPortalLinkParams, options?: RequestInit) => Promise<generateAdminPortalLinkResponse>;
|
|
1769
|
+
type listOrganizationDomainsResponse200 = {
|
|
1770
|
+
data: ListOrganizationDomains200;
|
|
1771
|
+
status: 200;
|
|
1772
|
+
};
|
|
1773
|
+
type listOrganizationDomainsResponse403 = {
|
|
1774
|
+
data: ListOrganizationDomains403;
|
|
1775
|
+
status: 403;
|
|
1776
|
+
};
|
|
1777
|
+
type listOrganizationDomainsResponse404 = {
|
|
1778
|
+
data: ListOrganizationDomains404;
|
|
1779
|
+
status: 404;
|
|
1780
|
+
};
|
|
1781
|
+
type listOrganizationDomainsResponseSuccess = listOrganizationDomainsResponse200 & {
|
|
1782
|
+
headers: Headers;
|
|
1783
|
+
};
|
|
1784
|
+
type listOrganizationDomainsResponseError = (listOrganizationDomainsResponse403 | listOrganizationDomainsResponse404) & {
|
|
1785
|
+
headers: Headers;
|
|
1786
|
+
};
|
|
1787
|
+
type listOrganizationDomainsResponse = listOrganizationDomainsResponseSuccess | listOrganizationDomainsResponseError;
|
|
1788
|
+
declare const getListOrganizationDomainsUrl: () => string;
|
|
1789
|
+
declare const listOrganizationDomains: (options?: RequestInit) => Promise<listOrganizationDomainsResponse>;
|
|
1638
1790
|
type deleteOrganizationDomainResponse200 = {
|
|
1639
1791
|
data: OrganizationDomain;
|
|
1640
1792
|
status: 200;
|
|
@@ -1687,185 +1839,67 @@ type listSsoConnectionsResponseSuccess = listSsoConnectionsResponse200 & {
|
|
|
1687
1839
|
type listSsoConnectionsResponse = listSsoConnectionsResponseSuccess;
|
|
1688
1840
|
declare const getListSsoConnectionsUrl: () => string;
|
|
1689
1841
|
declare const listSsoConnections: (options?: RequestInit) => Promise<listSsoConnectionsResponse>;
|
|
1690
|
-
type
|
|
1691
|
-
data:
|
|
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;
|
|
1842
|
+
type listDirectoriesResponse200 = {
|
|
1843
|
+
data: DirectoriesResponse;
|
|
1801
1844
|
status: 200;
|
|
1802
1845
|
};
|
|
1803
|
-
type
|
|
1804
|
-
data:
|
|
1805
|
-
status: 400;
|
|
1806
|
-
};
|
|
1807
|
-
type getDataIntegrationAuthorizeUrlResponse403 = {
|
|
1808
|
-
data: GetDataIntegrationAuthorizeUrl403;
|
|
1846
|
+
type listDirectoriesResponse403 = {
|
|
1847
|
+
data: ListDirectories403;
|
|
1809
1848
|
status: 403;
|
|
1810
1849
|
};
|
|
1811
|
-
type
|
|
1812
|
-
data:
|
|
1850
|
+
type listDirectoriesResponse404 = {
|
|
1851
|
+
data: ListDirectories404;
|
|
1813
1852
|
status: 404;
|
|
1814
1853
|
};
|
|
1815
|
-
type
|
|
1854
|
+
type listDirectoriesResponseSuccess = listDirectoriesResponse200 & {
|
|
1816
1855
|
headers: Headers;
|
|
1817
1856
|
};
|
|
1818
|
-
type
|
|
1857
|
+
type listDirectoriesResponseError = (listDirectoriesResponse403 | listDirectoriesResponse404) & {
|
|
1819
1858
|
headers: Headers;
|
|
1820
1859
|
};
|
|
1821
|
-
type
|
|
1822
|
-
declare const
|
|
1823
|
-
declare const
|
|
1824
|
-
type
|
|
1825
|
-
data:
|
|
1860
|
+
type listDirectoriesResponse = listDirectoriesResponseSuccess | listDirectoriesResponseError;
|
|
1861
|
+
declare const getListDirectoriesUrl: () => string;
|
|
1862
|
+
declare const listDirectories: (options?: RequestInit) => Promise<listDirectoriesResponse>;
|
|
1863
|
+
type getDirectoryResponse200 = {
|
|
1864
|
+
data: Directory;
|
|
1826
1865
|
status: 200;
|
|
1827
1866
|
};
|
|
1828
|
-
type
|
|
1829
|
-
data:
|
|
1830
|
-
status: 400;
|
|
1831
|
-
};
|
|
1832
|
-
type getDataInstallationAuthorizationStatusResponse403 = {
|
|
1833
|
-
data: GetDataInstallationAuthorizationStatus403;
|
|
1867
|
+
type getDirectoryResponse403 = {
|
|
1868
|
+
data: GetDirectory403;
|
|
1834
1869
|
status: 403;
|
|
1835
1870
|
};
|
|
1836
|
-
type
|
|
1837
|
-
data:
|
|
1871
|
+
type getDirectoryResponse404 = {
|
|
1872
|
+
data: GetDirectory404;
|
|
1838
1873
|
status: 404;
|
|
1839
1874
|
};
|
|
1840
|
-
type
|
|
1875
|
+
type getDirectoryResponseSuccess = getDirectoryResponse200 & {
|
|
1841
1876
|
headers: Headers;
|
|
1842
1877
|
};
|
|
1843
|
-
type
|
|
1878
|
+
type getDirectoryResponseError = (getDirectoryResponse403 | getDirectoryResponse404) & {
|
|
1844
1879
|
headers: Headers;
|
|
1845
1880
|
};
|
|
1846
|
-
type
|
|
1847
|
-
declare const
|
|
1848
|
-
declare const
|
|
1849
|
-
|
|
1850
|
-
|
|
1881
|
+
type getDirectoryResponse = getDirectoryResponseSuccess | getDirectoryResponseError;
|
|
1882
|
+
declare const getGetDirectoryUrl: (directoryId: string) => string;
|
|
1883
|
+
declare const getDirectory: (directoryId: string, options?: RequestInit) => Promise<getDirectoryResponse>;
|
|
1884
|
+
/**
|
|
1885
|
+
* Returns the widget settings for the current environment, including enabled authentication methods and branding configuration.
|
|
1886
|
+
*/
|
|
1887
|
+
type settingsResponse200 = {
|
|
1888
|
+
data: SettingsResponse;
|
|
1851
1889
|
status: 200;
|
|
1852
1890
|
};
|
|
1853
|
-
type
|
|
1854
|
-
data:
|
|
1891
|
+
type settingsResponse403 = {
|
|
1892
|
+
data: Settings403;
|
|
1855
1893
|
status: 403;
|
|
1856
1894
|
};
|
|
1857
|
-
type
|
|
1858
|
-
data: DeleteDataInstallation404;
|
|
1859
|
-
status: 404;
|
|
1860
|
-
};
|
|
1861
|
-
type deleteDataInstallationResponseSuccess = deleteDataInstallationResponse200 & {
|
|
1895
|
+
type settingsResponseSuccess = settingsResponse200 & {
|
|
1862
1896
|
headers: Headers;
|
|
1863
1897
|
};
|
|
1864
|
-
type
|
|
1898
|
+
type settingsResponseError = settingsResponse403 & {
|
|
1865
1899
|
headers: Headers;
|
|
1866
1900
|
};
|
|
1867
|
-
type
|
|
1868
|
-
declare const
|
|
1869
|
-
declare const
|
|
1901
|
+
type settingsResponse = settingsResponseSuccess | settingsResponseError;
|
|
1902
|
+
declare const getSettingsUrl: () => string;
|
|
1903
|
+
declare const settings: (options?: RequestInit) => Promise<settingsResponse>;
|
|
1870
1904
|
|
|
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 };
|
|
1905
|
+
export { type ActiveSession, type ActiveSessionCurrentLocation, type ActiveSessionState, type ActiveSessionsResponse, type AuditLogStreamJSON, type AuditLogStreamState, type AuditLogStreamType, type AuthenticationInformation403, type AuthenticationInformationResponse, type AuthenticationInformationResponseData, type AuthenticationInformationResponseDataPasswordSettings, type AuthenticationInformationResponseDataVerificationMethods, type AuthenticationInformationResponseDataVerificationMethodsMfa, type AuthenticationInformationResponseDataVerificationMethodsPasskey, type AuthenticationInformationResponseDataVerificationMethodsPassword, 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 CreateTotpFactorResponseAuthenticationFactor, type DataInstallation, type DataIntegration, 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 GetAuditLogStream200, type GetAuditLogStream403, type GetAuthorizationStatusResponse, type GetDataInstallationAuthorizationStatus400, type GetDataInstallationAuthorizationStatus403, type GetDataInstallationAuthorizationStatus404, type GetDataIntegrationAuthorizeUrl400, type GetDataIntegrationAuthorizeUrl403, type GetDataIntegrationAuthorizeUrl404, type GetDataIntegrationAuthorizeUrlParams, type GetDataIntegrationAuthorizeUrlResponse, type GetDirectory403, type GetDirectory404, type InviteMember201, type InviteMember400, type InviteMember403, type InviteMember404, type InviteMemberBody, type ListDirectories403, type ListDirectories404, 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 MemberRoles, 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, type Sessions403, type Settings403, type SettingsResponse, type SsoConnection, 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, getAuditLogStream, type getAuditLogStreamResponse, type getAuditLogStreamResponse200, type getAuditLogStreamResponse403, type getAuditLogStreamResponseError, type getAuditLogStreamResponseSuccess, 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, getDirectory, type getDirectoryResponse, type getDirectoryResponse200, type getDirectoryResponse403, type getDirectoryResponse404, type getDirectoryResponseError, type getDirectoryResponseSuccess, getGenerateAdminPortalLinkUrl, getGetAuditLogStreamUrl, getGetDataInstallationAuthorizationStatusUrl, getGetDataIntegrationAuthorizeUrlUrl, getGetDirectoryUrl, 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 };
|