@goauthentik/api 2024.2.2-1712238004 → 2024.2.2-1712687985
Sign up to get free protection for your applications and to get access to all the features.
- package/.openapi-generator/FILES +7 -4
- package/dist/apis/RbacApi.d.ts +2 -2
- package/dist/apis/RbacApi.js +2 -2
- package/dist/apis/StagesApi.d.ts +55 -26
- package/dist/apis/StagesApi.js +107 -24
- package/dist/esm/apis/RbacApi.d.ts +2 -2
- package/dist/esm/apis/RbacApi.js +2 -2
- package/dist/esm/apis/StagesApi.d.ts +55 -26
- package/dist/esm/apis/StagesApi.js +108 -25
- package/dist/esm/models/{AuthenticateWebAuthnStage.d.ts → AuthenticatorWebAuthnStage.d.ts} +33 -20
- package/dist/esm/models/{AuthenticateWebAuthnStage.js → AuthenticatorWebAuthnStage.js} +11 -6
- package/dist/{models/AuthenticateWebAuthnStageRequest.d.ts → esm/models/AuthenticatorWebAuthnStageRequest.d.ts} +21 -15
- package/dist/esm/models/{AuthenticateWebAuthnStageRequest.js → AuthenticatorWebAuthnStageRequest.js} +8 -6
- package/dist/esm/models/ModelEnum.d.ts +1 -1
- package/dist/esm/models/ModelEnum.js +1 -1
- package/dist/esm/models/PaginatedAuthenticatorWebAuthnStageList.d.ts +39 -0
- package/dist/esm/models/PaginatedAuthenticatorWebAuthnStageList.js +48 -0
- package/dist/esm/models/PaginatedWebAuthnDeviceTypeList.d.ts +39 -0
- package/dist/esm/models/{PaginatedAuthenticateWebAuthnStageList.js → PaginatedWebAuthnDeviceTypeList.js} +9 -9
- package/dist/{models/PatchedAuthenticateWebAuthnStageRequest.d.ts → esm/models/PatchedAuthenticatorWebAuthnStageRequest.d.ts} +21 -15
- package/dist/esm/models/{PatchedAuthenticateWebAuthnStageRequest.js → PatchedAuthenticatorWebAuthnStageRequest.js} +8 -6
- package/dist/esm/models/WebAuthnDevice.d.ts +7 -0
- package/dist/esm/models/WebAuthnDevice.js +3 -0
- package/dist/esm/models/WebAuthnDeviceType.d.ts +37 -0
- package/dist/esm/models/WebAuthnDeviceType.js +46 -0
- package/dist/esm/models/WebAuthnDeviceTypeRequest.d.ts +37 -0
- package/dist/esm/models/WebAuthnDeviceTypeRequest.js +46 -0
- package/dist/esm/models/index.d.ts +7 -4
- package/dist/esm/models/index.js +7 -4
- package/dist/models/{AuthenticateWebAuthnStage.d.ts → AuthenticatorWebAuthnStage.d.ts} +33 -20
- package/dist/models/{AuthenticateWebAuthnStage.js → AuthenticatorWebAuthnStage.js} +16 -11
- package/dist/{esm/models/AuthenticateWebAuthnStageRequest.d.ts → models/AuthenticatorWebAuthnStageRequest.d.ts} +21 -15
- package/dist/models/{AuthenticateWebAuthnStageRequest.js → AuthenticatorWebAuthnStageRequest.js} +13 -11
- package/dist/models/ModelEnum.d.ts +1 -1
- package/dist/models/ModelEnum.js +1 -1
- package/dist/models/PaginatedAuthenticatorWebAuthnStageList.d.ts +39 -0
- package/dist/models/PaginatedAuthenticatorWebAuthnStageList.js +55 -0
- package/dist/models/PaginatedWebAuthnDeviceTypeList.d.ts +39 -0
- package/dist/models/PaginatedWebAuthnDeviceTypeList.js +55 -0
- package/dist/{esm/models/PatchedAuthenticateWebAuthnStageRequest.d.ts → models/PatchedAuthenticatorWebAuthnStageRequest.d.ts} +21 -15
- package/dist/models/{PatchedAuthenticateWebAuthnStageRequest.js → PatchedAuthenticatorWebAuthnStageRequest.js} +13 -11
- package/dist/models/WebAuthnDevice.d.ts +7 -0
- package/dist/models/WebAuthnDevice.js +3 -0
- package/dist/models/WebAuthnDeviceType.d.ts +37 -0
- package/dist/models/WebAuthnDeviceType.js +53 -0
- package/dist/models/WebAuthnDeviceTypeRequest.d.ts +37 -0
- package/dist/models/WebAuthnDeviceTypeRequest.js +53 -0
- package/dist/models/index.d.ts +7 -4
- package/dist/models/index.js +7 -4
- package/package.json +1 -1
- package/src/apis/RbacApi.ts +2 -2
- package/src/apis/StagesApi.ts +166 -49
- package/src/models/{AuthenticateWebAuthnStage.ts → AuthenticatorWebAuthnStage.ts} +43 -21
- package/src/models/{AuthenticateWebAuthnStageRequest.ts → AuthenticatorWebAuthnStageRequest.ts} +24 -16
- package/src/models/ModelEnum.ts +1 -1
- package/src/models/{PaginatedAuthenticateWebAuthnStageList.ts → PaginatedAuthenticatorWebAuthnStageList.ts} +19 -19
- package/src/models/PaginatedWebAuthnDeviceTypeList.ts +88 -0
- package/src/models/{PatchedAuthenticateWebAuthnStageRequest.ts → PatchedAuthenticatorWebAuthnStageRequest.ts} +24 -16
- package/src/models/WebAuthnDevice.ts +15 -0
- package/src/models/WebAuthnDeviceType.ts +75 -0
- package/src/models/WebAuthnDeviceTypeRequest.ts +75 -0
- package/src/models/index.ts +7 -4
- package/dist/esm/models/PaginatedAuthenticateWebAuthnStageList.d.ts +0 -39
- package/dist/models/PaginatedAuthenticateWebAuthnStageList.d.ts +0 -39
- package/dist/models/PaginatedAuthenticateWebAuthnStageList.js +0 -55
package/.openapi-generator/FILES
CHANGED
@@ -34,8 +34,6 @@ src/models/Application.ts
|
|
34
34
|
src/models/ApplicationRequest.ts
|
35
35
|
src/models/AuthModeEnum.ts
|
36
36
|
src/models/AuthTypeEnum.ts
|
37
|
-
src/models/AuthenticateWebAuthnStage.ts
|
38
|
-
src/models/AuthenticateWebAuthnStageRequest.ts
|
39
37
|
src/models/AuthenticatedSession.ts
|
40
38
|
src/models/AuthenticatedSessionAsn.ts
|
41
39
|
src/models/AuthenticatedSessionGeoIp.ts
|
@@ -69,6 +67,8 @@ src/models/AuthenticatorValidationChallenge.ts
|
|
69
67
|
src/models/AuthenticatorValidationChallengeResponseRequest.ts
|
70
68
|
src/models/AuthenticatorWebAuthnChallenge.ts
|
71
69
|
src/models/AuthenticatorWebAuthnChallengeResponseRequest.ts
|
70
|
+
src/models/AuthenticatorWebAuthnStage.ts
|
71
|
+
src/models/AuthenticatorWebAuthnStageRequest.ts
|
72
72
|
src/models/AutoSubmitChallengeResponseRequest.ts
|
73
73
|
src/models/AutosubmitChallenge.ts
|
74
74
|
src/models/BackendsEnum.ts
|
@@ -235,13 +235,13 @@ src/models/OutpostHealth.ts
|
|
235
235
|
src/models/OutpostRequest.ts
|
236
236
|
src/models/OutpostTypeEnum.ts
|
237
237
|
src/models/PaginatedApplicationList.ts
|
238
|
-
src/models/PaginatedAuthenticateWebAuthnStageList.ts
|
239
238
|
src/models/PaginatedAuthenticatedSessionList.ts
|
240
239
|
src/models/PaginatedAuthenticatorDuoStageList.ts
|
241
240
|
src/models/PaginatedAuthenticatorSMSStageList.ts
|
242
241
|
src/models/PaginatedAuthenticatorStaticStageList.ts
|
243
242
|
src/models/PaginatedAuthenticatorTOTPStageList.ts
|
244
243
|
src/models/PaginatedAuthenticatorValidateStageList.ts
|
244
|
+
src/models/PaginatedAuthenticatorWebAuthnStageList.ts
|
245
245
|
src/models/PaginatedBlueprintInstanceList.ts
|
246
246
|
src/models/PaginatedBrandList.ts
|
247
247
|
src/models/PaginatedCaptchaStageList.ts
|
@@ -331,6 +331,7 @@ src/models/PaginatedUserSAMLSourceConnectionList.ts
|
|
331
331
|
src/models/PaginatedUserSourceConnectionList.ts
|
332
332
|
src/models/PaginatedUserWriteStageList.ts
|
333
333
|
src/models/PaginatedWebAuthnDeviceList.ts
|
334
|
+
src/models/PaginatedWebAuthnDeviceTypeList.ts
|
334
335
|
src/models/Pagination.ts
|
335
336
|
src/models/PasswordChallenge.ts
|
336
337
|
src/models/PasswordChallengeResponseRequest.ts
|
@@ -341,12 +342,12 @@ src/models/PasswordPolicyRequest.ts
|
|
341
342
|
src/models/PasswordStage.ts
|
342
343
|
src/models/PasswordStageRequest.ts
|
343
344
|
src/models/PatchedApplicationRequest.ts
|
344
|
-
src/models/PatchedAuthenticateWebAuthnStageRequest.ts
|
345
345
|
src/models/PatchedAuthenticatorDuoStageRequest.ts
|
346
346
|
src/models/PatchedAuthenticatorSMSStageRequest.ts
|
347
347
|
src/models/PatchedAuthenticatorStaticStageRequest.ts
|
348
348
|
src/models/PatchedAuthenticatorTOTPStageRequest.ts
|
349
349
|
src/models/PatchedAuthenticatorValidateStageRequest.ts
|
350
|
+
src/models/PatchedAuthenticatorWebAuthnStageRequest.ts
|
350
351
|
src/models/PatchedBlueprintInstanceRequest.ts
|
351
352
|
src/models/PatchedBrandRequest.ts
|
352
353
|
src/models/PatchedCaptchaStageRequest.ts
|
@@ -572,6 +573,8 @@ src/models/ValidationError.ts
|
|
572
573
|
src/models/Version.ts
|
573
574
|
src/models/WebAuthnDevice.ts
|
574
575
|
src/models/WebAuthnDeviceRequest.ts
|
576
|
+
src/models/WebAuthnDeviceType.ts
|
577
|
+
src/models/WebAuthnDeviceTypeRequest.ts
|
575
578
|
src/models/Workers.ts
|
576
579
|
src/models/index.ts
|
577
580
|
src/runtime.ts
|
package/dist/apis/RbacApi.d.ts
CHANGED
@@ -298,7 +298,7 @@ export declare const RbacPermissionsAssignedByRolesListModelEnum: {
|
|
298
298
|
readonly StagesAuthenticatorTotpAuthenticatortotpstage: "authentik_stages_authenticator_totp.authenticatortotpstage";
|
299
299
|
readonly StagesAuthenticatorTotpTotpdevice: "authentik_stages_authenticator_totp.totpdevice";
|
300
300
|
readonly StagesAuthenticatorValidateAuthenticatorvalidatestage: "authentik_stages_authenticator_validate.authenticatorvalidatestage";
|
301
|
-
readonly
|
301
|
+
readonly StagesAuthenticatorWebauthnAuthenticatorwebauthnstage: "authentik_stages_authenticator_webauthn.authenticatorwebauthnstage";
|
302
302
|
readonly StagesAuthenticatorWebauthnWebauthndevice: "authentik_stages_authenticator_webauthn.webauthndevice";
|
303
303
|
readonly StagesCaptchaCaptchastage: "authentik_stages_captcha.captchastage";
|
304
304
|
readonly StagesConsentConsentstage: "authentik_stages_consent.consentstage";
|
@@ -380,7 +380,7 @@ export declare const RbacPermissionsAssignedByUsersListModelEnum: {
|
|
380
380
|
readonly StagesAuthenticatorTotpAuthenticatortotpstage: "authentik_stages_authenticator_totp.authenticatortotpstage";
|
381
381
|
readonly StagesAuthenticatorTotpTotpdevice: "authentik_stages_authenticator_totp.totpdevice";
|
382
382
|
readonly StagesAuthenticatorValidateAuthenticatorvalidatestage: "authentik_stages_authenticator_validate.authenticatorvalidatestage";
|
383
|
-
readonly
|
383
|
+
readonly StagesAuthenticatorWebauthnAuthenticatorwebauthnstage: "authentik_stages_authenticator_webauthn.authenticatorwebauthnstage";
|
384
384
|
readonly StagesAuthenticatorWebauthnWebauthndevice: "authentik_stages_authenticator_webauthn.webauthndevice";
|
385
385
|
readonly StagesCaptchaCaptchastage: "authentik_stages_captcha.captchastage";
|
386
386
|
readonly StagesConsentConsentstage: "authentik_stages_consent.consentstage";
|
package/dist/apis/RbacApi.js
CHANGED
@@ -737,7 +737,7 @@ exports.RbacPermissionsAssignedByRolesListModelEnum = {
|
|
737
737
|
StagesAuthenticatorTotpAuthenticatortotpstage: 'authentik_stages_authenticator_totp.authenticatortotpstage',
|
738
738
|
StagesAuthenticatorTotpTotpdevice: 'authentik_stages_authenticator_totp.totpdevice',
|
739
739
|
StagesAuthenticatorValidateAuthenticatorvalidatestage: 'authentik_stages_authenticator_validate.authenticatorvalidatestage',
|
740
|
-
|
740
|
+
StagesAuthenticatorWebauthnAuthenticatorwebauthnstage: 'authentik_stages_authenticator_webauthn.authenticatorwebauthnstage',
|
741
741
|
StagesAuthenticatorWebauthnWebauthndevice: 'authentik_stages_authenticator_webauthn.webauthndevice',
|
742
742
|
StagesCaptchaCaptchastage: 'authentik_stages_captcha.captchastage',
|
743
743
|
StagesConsentConsentstage: 'authentik_stages_consent.consentstage',
|
@@ -818,7 +818,7 @@ exports.RbacPermissionsAssignedByUsersListModelEnum = {
|
|
818
818
|
StagesAuthenticatorTotpAuthenticatortotpstage: 'authentik_stages_authenticator_totp.authenticatortotpstage',
|
819
819
|
StagesAuthenticatorTotpTotpdevice: 'authentik_stages_authenticator_totp.totpdevice',
|
820
820
|
StagesAuthenticatorValidateAuthenticatorvalidatestage: 'authentik_stages_authenticator_validate.authenticatorvalidatestage',
|
821
|
-
|
821
|
+
StagesAuthenticatorWebauthnAuthenticatorwebauthnstage: 'authentik_stages_authenticator_webauthn.authenticatorwebauthnstage',
|
822
822
|
StagesAuthenticatorWebauthnWebauthndevice: 'authentik_stages_authenticator_webauthn.webauthndevice',
|
823
823
|
StagesCaptchaCaptchastage: 'authentik_stages_captcha.captchastage',
|
824
824
|
StagesConsentConsentstage: 'authentik_stages_consent.consentstage',
|
package/dist/apis/StagesApi.d.ts
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
12
|
import * as runtime from '../runtime';
|
13
|
-
import type {
|
13
|
+
import type { AuthenticatorDuoStage, AuthenticatorDuoStageDeviceImportResponse, AuthenticatorDuoStageManualDeviceImportRequest, AuthenticatorDuoStageRequest, AuthenticatorSMSStage, AuthenticatorSMSStageRequest, AuthenticatorStaticStage, AuthenticatorStaticStageRequest, AuthenticatorTOTPStage, AuthenticatorTOTPStageRequest, AuthenticatorValidateStage, AuthenticatorValidateStageRequest, AuthenticatorWebAuthnStage, AuthenticatorWebAuthnStageRequest, CaptchaStage, CaptchaStageRequest, ConsentStage, ConsentStageRequest, DenyStage, DenyStageRequest, DummyStage, DummyStageRequest, DuoDeviceEnrollmentStatus, EmailStage, EmailStageRequest, IdentificationStage, IdentificationStageRequest, Invitation, InvitationRequest, InvitationStage, InvitationStageRequest, PaginatedAuthenticatorDuoStageList, PaginatedAuthenticatorSMSStageList, PaginatedAuthenticatorStaticStageList, PaginatedAuthenticatorTOTPStageList, PaginatedAuthenticatorValidateStageList, PaginatedAuthenticatorWebAuthnStageList, PaginatedCaptchaStageList, PaginatedConsentStageList, PaginatedDenyStageList, PaginatedDummyStageList, PaginatedEmailStageList, PaginatedIdentificationStageList, PaginatedInvitationList, PaginatedInvitationStageList, PaginatedPasswordStageList, PaginatedPromptList, PaginatedPromptStageList, PaginatedSourceStageList, PaginatedStageList, PaginatedUserDeleteStageList, PaginatedUserLoginStageList, PaginatedUserLogoutStageList, PaginatedUserWriteStageList, PaginatedWebAuthnDeviceTypeList, PasswordStage, PasswordStageRequest, PatchedAuthenticatorDuoStageRequest, PatchedAuthenticatorSMSStageRequest, PatchedAuthenticatorStaticStageRequest, PatchedAuthenticatorTOTPStageRequest, PatchedAuthenticatorValidateStageRequest, PatchedAuthenticatorWebAuthnStageRequest, PatchedCaptchaStageRequest, PatchedConsentStageRequest, PatchedDenyStageRequest, PatchedDummyStageRequest, PatchedEmailStageRequest, PatchedIdentificationStageRequest, PatchedInvitationRequest, PatchedInvitationStageRequest, PatchedPasswordStageRequest, PatchedPromptRequest, PatchedPromptStageRequest, PatchedSourceStageRequest, PatchedUserDeleteStageRequest, PatchedUserLoginStageRequest, PatchedUserLogoutStageRequest, PatchedUserWriteStageRequest, Prompt, PromptChallenge, PromptRequest, PromptStage, PromptStageRequest, SourceStage, SourceStageRequest, Stage, TypeCreate, UsedBy, UserDeleteStage, UserDeleteStageRequest, UserLoginStage, UserLoginStageRequest, UserLogoutStage, UserLogoutStageRequest, UserSetting, UserWriteStage, UserWriteStageRequest, WebAuthnDeviceType } from '../models';
|
14
14
|
export interface StagesAllDestroyRequest {
|
15
15
|
stageUuid: string;
|
16
16
|
}
|
@@ -198,14 +198,27 @@ export interface StagesAuthenticatorValidateUsedByListRequest {
|
|
198
198
|
stageUuid: string;
|
199
199
|
}
|
200
200
|
export interface StagesAuthenticatorWebauthnCreateRequest {
|
201
|
-
|
201
|
+
authenticatorWebAuthnStageRequest: AuthenticatorWebAuthnStageRequest;
|
202
202
|
}
|
203
203
|
export interface StagesAuthenticatorWebauthnDestroyRequest {
|
204
204
|
stageUuid: string;
|
205
205
|
}
|
206
|
+
export interface StagesAuthenticatorWebauthnDeviceTypesListRequest {
|
207
|
+
aaguid?: string;
|
208
|
+
description?: string;
|
209
|
+
icon?: string;
|
210
|
+
ordering?: string;
|
211
|
+
page?: number;
|
212
|
+
pageSize?: number;
|
213
|
+
search?: string;
|
214
|
+
}
|
215
|
+
export interface StagesAuthenticatorWebauthnDeviceTypesRetrieveRequest {
|
216
|
+
aaguid: string;
|
217
|
+
}
|
206
218
|
export interface StagesAuthenticatorWebauthnListRequest {
|
207
219
|
authenticatorAttachment?: StagesAuthenticatorWebauthnListAuthenticatorAttachmentEnum;
|
208
220
|
configureFlow?: string;
|
221
|
+
deviceTypeRestrictions?: Array<string>;
|
209
222
|
friendlyName?: string;
|
210
223
|
name?: string;
|
211
224
|
ordering?: string;
|
@@ -218,14 +231,14 @@ export interface StagesAuthenticatorWebauthnListRequest {
|
|
218
231
|
}
|
219
232
|
export interface StagesAuthenticatorWebauthnPartialUpdateRequest {
|
220
233
|
stageUuid: string;
|
221
|
-
|
234
|
+
patchedAuthenticatorWebAuthnStageRequest?: PatchedAuthenticatorWebAuthnStageRequest;
|
222
235
|
}
|
223
236
|
export interface StagesAuthenticatorWebauthnRetrieveRequest {
|
224
237
|
stageUuid: string;
|
225
238
|
}
|
226
239
|
export interface StagesAuthenticatorWebauthnUpdateRequest {
|
227
240
|
stageUuid: string;
|
228
|
-
|
241
|
+
authenticatorWebAuthnStageRequest: AuthenticatorWebAuthnStageRequest;
|
229
242
|
}
|
230
243
|
export interface StagesAuthenticatorWebauthnUsedByListRequest {
|
231
244
|
stageUuid: string;
|
@@ -1081,53 +1094,69 @@ export declare class StagesApi extends runtime.BaseAPI {
|
|
1081
1094
|
*/
|
1082
1095
|
stagesAuthenticatorValidateUsedByList(requestParameters: StagesAuthenticatorValidateUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
|
1083
1096
|
/**
|
1084
|
-
*
|
1097
|
+
* AuthenticatorWebAuthnStage Viewset
|
1085
1098
|
*/
|
1086
|
-
stagesAuthenticatorWebauthnCreateRaw(requestParameters: StagesAuthenticatorWebauthnCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
1099
|
+
stagesAuthenticatorWebauthnCreateRaw(requestParameters: StagesAuthenticatorWebauthnCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AuthenticatorWebAuthnStage>>;
|
1087
1100
|
/**
|
1088
|
-
*
|
1101
|
+
* AuthenticatorWebAuthnStage Viewset
|
1089
1102
|
*/
|
1090
|
-
stagesAuthenticatorWebauthnCreate(requestParameters: StagesAuthenticatorWebauthnCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
1103
|
+
stagesAuthenticatorWebauthnCreate(requestParameters: StagesAuthenticatorWebauthnCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AuthenticatorWebAuthnStage>;
|
1091
1104
|
/**
|
1092
|
-
*
|
1105
|
+
* AuthenticatorWebAuthnStage Viewset
|
1093
1106
|
*/
|
1094
1107
|
stagesAuthenticatorWebauthnDestroyRaw(requestParameters: StagesAuthenticatorWebauthnDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
1095
1108
|
/**
|
1096
|
-
*
|
1109
|
+
* AuthenticatorWebAuthnStage Viewset
|
1097
1110
|
*/
|
1098
1111
|
stagesAuthenticatorWebauthnDestroy(requestParameters: StagesAuthenticatorWebauthnDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
1099
1112
|
/**
|
1100
|
-
*
|
1113
|
+
* WebAuthnDeviceType Viewset
|
1114
|
+
*/
|
1115
|
+
stagesAuthenticatorWebauthnDeviceTypesListRaw(requestParameters: StagesAuthenticatorWebauthnDeviceTypesListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedWebAuthnDeviceTypeList>>;
|
1116
|
+
/**
|
1117
|
+
* WebAuthnDeviceType Viewset
|
1118
|
+
*/
|
1119
|
+
stagesAuthenticatorWebauthnDeviceTypesList(requestParameters?: StagesAuthenticatorWebauthnDeviceTypesListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedWebAuthnDeviceTypeList>;
|
1120
|
+
/**
|
1121
|
+
* WebAuthnDeviceType Viewset
|
1122
|
+
*/
|
1123
|
+
stagesAuthenticatorWebauthnDeviceTypesRetrieveRaw(requestParameters: StagesAuthenticatorWebauthnDeviceTypesRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WebAuthnDeviceType>>;
|
1124
|
+
/**
|
1125
|
+
* WebAuthnDeviceType Viewset
|
1126
|
+
*/
|
1127
|
+
stagesAuthenticatorWebauthnDeviceTypesRetrieve(requestParameters: StagesAuthenticatorWebauthnDeviceTypesRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WebAuthnDeviceType>;
|
1128
|
+
/**
|
1129
|
+
* AuthenticatorWebAuthnStage Viewset
|
1101
1130
|
*/
|
1102
|
-
stagesAuthenticatorWebauthnListRaw(requestParameters: StagesAuthenticatorWebauthnListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
1131
|
+
stagesAuthenticatorWebauthnListRaw(requestParameters: StagesAuthenticatorWebauthnListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedAuthenticatorWebAuthnStageList>>;
|
1103
1132
|
/**
|
1104
|
-
*
|
1133
|
+
* AuthenticatorWebAuthnStage Viewset
|
1105
1134
|
*/
|
1106
|
-
stagesAuthenticatorWebauthnList(requestParameters?: StagesAuthenticatorWebauthnListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
1135
|
+
stagesAuthenticatorWebauthnList(requestParameters?: StagesAuthenticatorWebauthnListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedAuthenticatorWebAuthnStageList>;
|
1107
1136
|
/**
|
1108
|
-
*
|
1137
|
+
* AuthenticatorWebAuthnStage Viewset
|
1109
1138
|
*/
|
1110
|
-
stagesAuthenticatorWebauthnPartialUpdateRaw(requestParameters: StagesAuthenticatorWebauthnPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
1139
|
+
stagesAuthenticatorWebauthnPartialUpdateRaw(requestParameters: StagesAuthenticatorWebauthnPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AuthenticatorWebAuthnStage>>;
|
1111
1140
|
/**
|
1112
|
-
*
|
1141
|
+
* AuthenticatorWebAuthnStage Viewset
|
1113
1142
|
*/
|
1114
|
-
stagesAuthenticatorWebauthnPartialUpdate(requestParameters: StagesAuthenticatorWebauthnPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
1143
|
+
stagesAuthenticatorWebauthnPartialUpdate(requestParameters: StagesAuthenticatorWebauthnPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AuthenticatorWebAuthnStage>;
|
1115
1144
|
/**
|
1116
|
-
*
|
1145
|
+
* AuthenticatorWebAuthnStage Viewset
|
1117
1146
|
*/
|
1118
|
-
stagesAuthenticatorWebauthnRetrieveRaw(requestParameters: StagesAuthenticatorWebauthnRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
1147
|
+
stagesAuthenticatorWebauthnRetrieveRaw(requestParameters: StagesAuthenticatorWebauthnRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AuthenticatorWebAuthnStage>>;
|
1119
1148
|
/**
|
1120
|
-
*
|
1149
|
+
* AuthenticatorWebAuthnStage Viewset
|
1121
1150
|
*/
|
1122
|
-
stagesAuthenticatorWebauthnRetrieve(requestParameters: StagesAuthenticatorWebauthnRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
1151
|
+
stagesAuthenticatorWebauthnRetrieve(requestParameters: StagesAuthenticatorWebauthnRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AuthenticatorWebAuthnStage>;
|
1123
1152
|
/**
|
1124
|
-
*
|
1153
|
+
* AuthenticatorWebAuthnStage Viewset
|
1125
1154
|
*/
|
1126
|
-
stagesAuthenticatorWebauthnUpdateRaw(requestParameters: StagesAuthenticatorWebauthnUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
1155
|
+
stagesAuthenticatorWebauthnUpdateRaw(requestParameters: StagesAuthenticatorWebauthnUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AuthenticatorWebAuthnStage>>;
|
1127
1156
|
/**
|
1128
|
-
*
|
1157
|
+
* AuthenticatorWebAuthnStage Viewset
|
1129
1158
|
*/
|
1130
|
-
stagesAuthenticatorWebauthnUpdate(requestParameters: StagesAuthenticatorWebauthnUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
1159
|
+
stagesAuthenticatorWebauthnUpdate(requestParameters: StagesAuthenticatorWebauthnUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AuthenticatorWebAuthnStage>;
|
1131
1160
|
/**
|
1132
1161
|
* Get a list of all objects that use this object
|
1133
1162
|
*/
|
package/dist/apis/StagesApi.js
CHANGED
@@ -1578,12 +1578,12 @@ class StagesApi extends runtime.BaseAPI {
|
|
1578
1578
|
});
|
1579
1579
|
}
|
1580
1580
|
/**
|
1581
|
-
*
|
1581
|
+
* AuthenticatorWebAuthnStage Viewset
|
1582
1582
|
*/
|
1583
1583
|
stagesAuthenticatorWebauthnCreateRaw(requestParameters, initOverrides) {
|
1584
1584
|
return __awaiter(this, void 0, void 0, function* () {
|
1585
|
-
if (requestParameters.
|
1586
|
-
throw new runtime.RequiredError('
|
1585
|
+
if (requestParameters.authenticatorWebAuthnStageRequest === null || requestParameters.authenticatorWebAuthnStageRequest === undefined) {
|
1586
|
+
throw new runtime.RequiredError('authenticatorWebAuthnStageRequest', 'Required parameter requestParameters.authenticatorWebAuthnStageRequest was null or undefined when calling stagesAuthenticatorWebauthnCreate.');
|
1587
1587
|
}
|
1588
1588
|
const queryParameters = {};
|
1589
1589
|
const headerParameters = {};
|
@@ -1596,13 +1596,13 @@ class StagesApi extends runtime.BaseAPI {
|
|
1596
1596
|
method: 'POST',
|
1597
1597
|
headers: headerParameters,
|
1598
1598
|
query: queryParameters,
|
1599
|
-
body: (0, models_1.
|
1599
|
+
body: (0, models_1.AuthenticatorWebAuthnStageRequestToJSON)(requestParameters.authenticatorWebAuthnStageRequest),
|
1600
1600
|
}, initOverrides);
|
1601
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.
|
1601
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.AuthenticatorWebAuthnStageFromJSON)(jsonValue));
|
1602
1602
|
});
|
1603
1603
|
}
|
1604
1604
|
/**
|
1605
|
-
*
|
1605
|
+
* AuthenticatorWebAuthnStage Viewset
|
1606
1606
|
*/
|
1607
1607
|
stagesAuthenticatorWebauthnCreate(requestParameters, initOverrides) {
|
1608
1608
|
return __awaiter(this, void 0, void 0, function* () {
|
@@ -1611,7 +1611,7 @@ class StagesApi extends runtime.BaseAPI {
|
|
1611
1611
|
});
|
1612
1612
|
}
|
1613
1613
|
/**
|
1614
|
-
*
|
1614
|
+
* AuthenticatorWebAuthnStage Viewset
|
1615
1615
|
*/
|
1616
1616
|
stagesAuthenticatorWebauthnDestroyRaw(requestParameters, initOverrides) {
|
1617
1617
|
return __awaiter(this, void 0, void 0, function* () {
|
@@ -1633,7 +1633,7 @@ class StagesApi extends runtime.BaseAPI {
|
|
1633
1633
|
});
|
1634
1634
|
}
|
1635
1635
|
/**
|
1636
|
-
*
|
1636
|
+
* AuthenticatorWebAuthnStage Viewset
|
1637
1637
|
*/
|
1638
1638
|
stagesAuthenticatorWebauthnDestroy(requestParameters, initOverrides) {
|
1639
1639
|
return __awaiter(this, void 0, void 0, function* () {
|
@@ -1641,7 +1641,87 @@ class StagesApi extends runtime.BaseAPI {
|
|
1641
1641
|
});
|
1642
1642
|
}
|
1643
1643
|
/**
|
1644
|
-
*
|
1644
|
+
* WebAuthnDeviceType Viewset
|
1645
|
+
*/
|
1646
|
+
stagesAuthenticatorWebauthnDeviceTypesListRaw(requestParameters, initOverrides) {
|
1647
|
+
return __awaiter(this, void 0, void 0, function* () {
|
1648
|
+
const queryParameters = {};
|
1649
|
+
if (requestParameters.aaguid !== undefined) {
|
1650
|
+
queryParameters['aaguid'] = requestParameters.aaguid;
|
1651
|
+
}
|
1652
|
+
if (requestParameters.description !== undefined) {
|
1653
|
+
queryParameters['description'] = requestParameters.description;
|
1654
|
+
}
|
1655
|
+
if (requestParameters.icon !== undefined) {
|
1656
|
+
queryParameters['icon'] = requestParameters.icon;
|
1657
|
+
}
|
1658
|
+
if (requestParameters.ordering !== undefined) {
|
1659
|
+
queryParameters['ordering'] = requestParameters.ordering;
|
1660
|
+
}
|
1661
|
+
if (requestParameters.page !== undefined) {
|
1662
|
+
queryParameters['page'] = requestParameters.page;
|
1663
|
+
}
|
1664
|
+
if (requestParameters.pageSize !== undefined) {
|
1665
|
+
queryParameters['page_size'] = requestParameters.pageSize;
|
1666
|
+
}
|
1667
|
+
if (requestParameters.search !== undefined) {
|
1668
|
+
queryParameters['search'] = requestParameters.search;
|
1669
|
+
}
|
1670
|
+
const headerParameters = {};
|
1671
|
+
if (this.configuration && this.configuration.apiKey) {
|
1672
|
+
headerParameters["Authorization"] = this.configuration.apiKey("Authorization"); // authentik authentication
|
1673
|
+
}
|
1674
|
+
const response = yield this.request({
|
1675
|
+
path: `/stages/authenticator/webauthn_device_types/`,
|
1676
|
+
method: 'GET',
|
1677
|
+
headers: headerParameters,
|
1678
|
+
query: queryParameters,
|
1679
|
+
}, initOverrides);
|
1680
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.PaginatedWebAuthnDeviceTypeListFromJSON)(jsonValue));
|
1681
|
+
});
|
1682
|
+
}
|
1683
|
+
/**
|
1684
|
+
* WebAuthnDeviceType Viewset
|
1685
|
+
*/
|
1686
|
+
stagesAuthenticatorWebauthnDeviceTypesList(requestParameters = {}, initOverrides) {
|
1687
|
+
return __awaiter(this, void 0, void 0, function* () {
|
1688
|
+
const response = yield this.stagesAuthenticatorWebauthnDeviceTypesListRaw(requestParameters, initOverrides);
|
1689
|
+
return yield response.value();
|
1690
|
+
});
|
1691
|
+
}
|
1692
|
+
/**
|
1693
|
+
* WebAuthnDeviceType Viewset
|
1694
|
+
*/
|
1695
|
+
stagesAuthenticatorWebauthnDeviceTypesRetrieveRaw(requestParameters, initOverrides) {
|
1696
|
+
return __awaiter(this, void 0, void 0, function* () {
|
1697
|
+
if (requestParameters.aaguid === null || requestParameters.aaguid === undefined) {
|
1698
|
+
throw new runtime.RequiredError('aaguid', 'Required parameter requestParameters.aaguid was null or undefined when calling stagesAuthenticatorWebauthnDeviceTypesRetrieve.');
|
1699
|
+
}
|
1700
|
+
const queryParameters = {};
|
1701
|
+
const headerParameters = {};
|
1702
|
+
if (this.configuration && this.configuration.apiKey) {
|
1703
|
+
headerParameters["Authorization"] = this.configuration.apiKey("Authorization"); // authentik authentication
|
1704
|
+
}
|
1705
|
+
const response = yield this.request({
|
1706
|
+
path: `/stages/authenticator/webauthn_device_types/{aaguid}/`.replace(`{${"aaguid"}}`, encodeURIComponent(String(requestParameters.aaguid))),
|
1707
|
+
method: 'GET',
|
1708
|
+
headers: headerParameters,
|
1709
|
+
query: queryParameters,
|
1710
|
+
}, initOverrides);
|
1711
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.WebAuthnDeviceTypeFromJSON)(jsonValue));
|
1712
|
+
});
|
1713
|
+
}
|
1714
|
+
/**
|
1715
|
+
* WebAuthnDeviceType Viewset
|
1716
|
+
*/
|
1717
|
+
stagesAuthenticatorWebauthnDeviceTypesRetrieve(requestParameters, initOverrides) {
|
1718
|
+
return __awaiter(this, void 0, void 0, function* () {
|
1719
|
+
const response = yield this.stagesAuthenticatorWebauthnDeviceTypesRetrieveRaw(requestParameters, initOverrides);
|
1720
|
+
return yield response.value();
|
1721
|
+
});
|
1722
|
+
}
|
1723
|
+
/**
|
1724
|
+
* AuthenticatorWebAuthnStage Viewset
|
1645
1725
|
*/
|
1646
1726
|
stagesAuthenticatorWebauthnListRaw(requestParameters, initOverrides) {
|
1647
1727
|
return __awaiter(this, void 0, void 0, function* () {
|
@@ -1652,6 +1732,9 @@ class StagesApi extends runtime.BaseAPI {
|
|
1652
1732
|
if (requestParameters.configureFlow !== undefined) {
|
1653
1733
|
queryParameters['configure_flow'] = requestParameters.configureFlow;
|
1654
1734
|
}
|
1735
|
+
if (requestParameters.deviceTypeRestrictions) {
|
1736
|
+
queryParameters['device_type_restrictions'] = requestParameters.deviceTypeRestrictions;
|
1737
|
+
}
|
1655
1738
|
if (requestParameters.friendlyName !== undefined) {
|
1656
1739
|
queryParameters['friendly_name'] = requestParameters.friendlyName;
|
1657
1740
|
}
|
@@ -1689,11 +1772,11 @@ class StagesApi extends runtime.BaseAPI {
|
|
1689
1772
|
headers: headerParameters,
|
1690
1773
|
query: queryParameters,
|
1691
1774
|
}, initOverrides);
|
1692
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.
|
1775
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.PaginatedAuthenticatorWebAuthnStageListFromJSON)(jsonValue));
|
1693
1776
|
});
|
1694
1777
|
}
|
1695
1778
|
/**
|
1696
|
-
*
|
1779
|
+
* AuthenticatorWebAuthnStage Viewset
|
1697
1780
|
*/
|
1698
1781
|
stagesAuthenticatorWebauthnList(requestParameters = {}, initOverrides) {
|
1699
1782
|
return __awaiter(this, void 0, void 0, function* () {
|
@@ -1702,7 +1785,7 @@ class StagesApi extends runtime.BaseAPI {
|
|
1702
1785
|
});
|
1703
1786
|
}
|
1704
1787
|
/**
|
1705
|
-
*
|
1788
|
+
* AuthenticatorWebAuthnStage Viewset
|
1706
1789
|
*/
|
1707
1790
|
stagesAuthenticatorWebauthnPartialUpdateRaw(requestParameters, initOverrides) {
|
1708
1791
|
return __awaiter(this, void 0, void 0, function* () {
|
@@ -1720,13 +1803,13 @@ class StagesApi extends runtime.BaseAPI {
|
|
1720
1803
|
method: 'PATCH',
|
1721
1804
|
headers: headerParameters,
|
1722
1805
|
query: queryParameters,
|
1723
|
-
body: (0, models_1.
|
1806
|
+
body: (0, models_1.PatchedAuthenticatorWebAuthnStageRequestToJSON)(requestParameters.patchedAuthenticatorWebAuthnStageRequest),
|
1724
1807
|
}, initOverrides);
|
1725
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.
|
1808
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.AuthenticatorWebAuthnStageFromJSON)(jsonValue));
|
1726
1809
|
});
|
1727
1810
|
}
|
1728
1811
|
/**
|
1729
|
-
*
|
1812
|
+
* AuthenticatorWebAuthnStage Viewset
|
1730
1813
|
*/
|
1731
1814
|
stagesAuthenticatorWebauthnPartialUpdate(requestParameters, initOverrides) {
|
1732
1815
|
return __awaiter(this, void 0, void 0, function* () {
|
@@ -1735,7 +1818,7 @@ class StagesApi extends runtime.BaseAPI {
|
|
1735
1818
|
});
|
1736
1819
|
}
|
1737
1820
|
/**
|
1738
|
-
*
|
1821
|
+
* AuthenticatorWebAuthnStage Viewset
|
1739
1822
|
*/
|
1740
1823
|
stagesAuthenticatorWebauthnRetrieveRaw(requestParameters, initOverrides) {
|
1741
1824
|
return __awaiter(this, void 0, void 0, function* () {
|
@@ -1753,11 +1836,11 @@ class StagesApi extends runtime.BaseAPI {
|
|
1753
1836
|
headers: headerParameters,
|
1754
1837
|
query: queryParameters,
|
1755
1838
|
}, initOverrides);
|
1756
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.
|
1839
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.AuthenticatorWebAuthnStageFromJSON)(jsonValue));
|
1757
1840
|
});
|
1758
1841
|
}
|
1759
1842
|
/**
|
1760
|
-
*
|
1843
|
+
* AuthenticatorWebAuthnStage Viewset
|
1761
1844
|
*/
|
1762
1845
|
stagesAuthenticatorWebauthnRetrieve(requestParameters, initOverrides) {
|
1763
1846
|
return __awaiter(this, void 0, void 0, function* () {
|
@@ -1766,15 +1849,15 @@ class StagesApi extends runtime.BaseAPI {
|
|
1766
1849
|
});
|
1767
1850
|
}
|
1768
1851
|
/**
|
1769
|
-
*
|
1852
|
+
* AuthenticatorWebAuthnStage Viewset
|
1770
1853
|
*/
|
1771
1854
|
stagesAuthenticatorWebauthnUpdateRaw(requestParameters, initOverrides) {
|
1772
1855
|
return __awaiter(this, void 0, void 0, function* () {
|
1773
1856
|
if (requestParameters.stageUuid === null || requestParameters.stageUuid === undefined) {
|
1774
1857
|
throw new runtime.RequiredError('stageUuid', 'Required parameter requestParameters.stageUuid was null or undefined when calling stagesAuthenticatorWebauthnUpdate.');
|
1775
1858
|
}
|
1776
|
-
if (requestParameters.
|
1777
|
-
throw new runtime.RequiredError('
|
1859
|
+
if (requestParameters.authenticatorWebAuthnStageRequest === null || requestParameters.authenticatorWebAuthnStageRequest === undefined) {
|
1860
|
+
throw new runtime.RequiredError('authenticatorWebAuthnStageRequest', 'Required parameter requestParameters.authenticatorWebAuthnStageRequest was null or undefined when calling stagesAuthenticatorWebauthnUpdate.');
|
1778
1861
|
}
|
1779
1862
|
const queryParameters = {};
|
1780
1863
|
const headerParameters = {};
|
@@ -1787,13 +1870,13 @@ class StagesApi extends runtime.BaseAPI {
|
|
1787
1870
|
method: 'PUT',
|
1788
1871
|
headers: headerParameters,
|
1789
1872
|
query: queryParameters,
|
1790
|
-
body: (0, models_1.
|
1873
|
+
body: (0, models_1.AuthenticatorWebAuthnStageRequestToJSON)(requestParameters.authenticatorWebAuthnStageRequest),
|
1791
1874
|
}, initOverrides);
|
1792
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.
|
1875
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.AuthenticatorWebAuthnStageFromJSON)(jsonValue));
|
1793
1876
|
});
|
1794
1877
|
}
|
1795
1878
|
/**
|
1796
|
-
*
|
1879
|
+
* AuthenticatorWebAuthnStage Viewset
|
1797
1880
|
*/
|
1798
1881
|
stagesAuthenticatorWebauthnUpdate(requestParameters, initOverrides) {
|
1799
1882
|
return __awaiter(this, void 0, void 0, function* () {
|
@@ -298,7 +298,7 @@ export declare const RbacPermissionsAssignedByRolesListModelEnum: {
|
|
298
298
|
readonly StagesAuthenticatorTotpAuthenticatortotpstage: "authentik_stages_authenticator_totp.authenticatortotpstage";
|
299
299
|
readonly StagesAuthenticatorTotpTotpdevice: "authentik_stages_authenticator_totp.totpdevice";
|
300
300
|
readonly StagesAuthenticatorValidateAuthenticatorvalidatestage: "authentik_stages_authenticator_validate.authenticatorvalidatestage";
|
301
|
-
readonly
|
301
|
+
readonly StagesAuthenticatorWebauthnAuthenticatorwebauthnstage: "authentik_stages_authenticator_webauthn.authenticatorwebauthnstage";
|
302
302
|
readonly StagesAuthenticatorWebauthnWebauthndevice: "authentik_stages_authenticator_webauthn.webauthndevice";
|
303
303
|
readonly StagesCaptchaCaptchastage: "authentik_stages_captcha.captchastage";
|
304
304
|
readonly StagesConsentConsentstage: "authentik_stages_consent.consentstage";
|
@@ -380,7 +380,7 @@ export declare const RbacPermissionsAssignedByUsersListModelEnum: {
|
|
380
380
|
readonly StagesAuthenticatorTotpAuthenticatortotpstage: "authentik_stages_authenticator_totp.authenticatortotpstage";
|
381
381
|
readonly StagesAuthenticatorTotpTotpdevice: "authentik_stages_authenticator_totp.totpdevice";
|
382
382
|
readonly StagesAuthenticatorValidateAuthenticatorvalidatestage: "authentik_stages_authenticator_validate.authenticatorvalidatestage";
|
383
|
-
readonly
|
383
|
+
readonly StagesAuthenticatorWebauthnAuthenticatorwebauthnstage: "authentik_stages_authenticator_webauthn.authenticatorwebauthnstage";
|
384
384
|
readonly StagesAuthenticatorWebauthnWebauthndevice: "authentik_stages_authenticator_webauthn.webauthndevice";
|
385
385
|
readonly StagesCaptchaCaptchastage: "authentik_stages_captcha.captchastage";
|
386
386
|
readonly StagesConsentConsentstage: "authentik_stages_consent.consentstage";
|
package/dist/esm/apis/RbacApi.js
CHANGED
@@ -733,7 +733,7 @@ export const RbacPermissionsAssignedByRolesListModelEnum = {
|
|
733
733
|
StagesAuthenticatorTotpAuthenticatortotpstage: 'authentik_stages_authenticator_totp.authenticatortotpstage',
|
734
734
|
StagesAuthenticatorTotpTotpdevice: 'authentik_stages_authenticator_totp.totpdevice',
|
735
735
|
StagesAuthenticatorValidateAuthenticatorvalidatestage: 'authentik_stages_authenticator_validate.authenticatorvalidatestage',
|
736
|
-
|
736
|
+
StagesAuthenticatorWebauthnAuthenticatorwebauthnstage: 'authentik_stages_authenticator_webauthn.authenticatorwebauthnstage',
|
737
737
|
StagesAuthenticatorWebauthnWebauthndevice: 'authentik_stages_authenticator_webauthn.webauthndevice',
|
738
738
|
StagesCaptchaCaptchastage: 'authentik_stages_captcha.captchastage',
|
739
739
|
StagesConsentConsentstage: 'authentik_stages_consent.consentstage',
|
@@ -814,7 +814,7 @@ export const RbacPermissionsAssignedByUsersListModelEnum = {
|
|
814
814
|
StagesAuthenticatorTotpAuthenticatortotpstage: 'authentik_stages_authenticator_totp.authenticatortotpstage',
|
815
815
|
StagesAuthenticatorTotpTotpdevice: 'authentik_stages_authenticator_totp.totpdevice',
|
816
816
|
StagesAuthenticatorValidateAuthenticatorvalidatestage: 'authentik_stages_authenticator_validate.authenticatorvalidatestage',
|
817
|
-
|
817
|
+
StagesAuthenticatorWebauthnAuthenticatorwebauthnstage: 'authentik_stages_authenticator_webauthn.authenticatorwebauthnstage',
|
818
818
|
StagesAuthenticatorWebauthnWebauthndevice: 'authentik_stages_authenticator_webauthn.webauthndevice',
|
819
819
|
StagesCaptchaCaptchastage: 'authentik_stages_captcha.captchastage',
|
820
820
|
StagesConsentConsentstage: 'authentik_stages_consent.consentstage',
|