@goauthentik/api 2024.2.2-1711643691 → 2024.2.2-1712571709
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/AppEnum.d.ts +1 -53
- package/dist/esm/models/AppEnum.js +1 -53
- package/dist/esm/models/AuthModeEnum.d.ts +1 -2
- package/dist/esm/models/AuthModeEnum.js +1 -2
- package/dist/esm/models/AuthTypeEnum.d.ts +1 -2
- package/dist/esm/models/AuthTypeEnum.js +1 -2
- package/dist/esm/models/AuthenticationEnum.d.ts +1 -5
- package/dist/esm/models/AuthenticationEnum.js +1 -5
- package/dist/esm/models/AuthenticatorAttachmentEnum.d.ts +1 -2
- package/dist/esm/models/AuthenticatorAttachmentEnum.js +1 -2
- 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/BackendsEnum.d.ts +1 -3
- package/dist/esm/models/BackendsEnum.js +1 -3
- package/dist/esm/models/BindingTypeEnum.d.ts +1 -3
- package/dist/esm/models/BindingTypeEnum.js +1 -3
- package/dist/esm/models/BlueprintInstanceStatusEnum.d.ts +1 -5
- package/dist/esm/models/BlueprintInstanceStatusEnum.js +1 -5
- package/dist/esm/models/CapabilitiesEnum.d.ts +1 -6
- package/dist/esm/models/CapabilitiesEnum.js +1 -6
- package/dist/esm/models/ChallengeChoices.d.ts +1 -3
- package/dist/esm/models/ChallengeChoices.js +1 -3
- package/dist/esm/models/ClientTypeEnum.d.ts +1 -2
- package/dist/esm/models/ClientTypeEnum.js +1 -2
- package/dist/esm/models/ConsentStageModeEnum.d.ts +1 -3
- package/dist/esm/models/ConsentStageModeEnum.js +1 -3
- package/dist/esm/models/ContextualFlowInfoLayoutEnum.d.ts +1 -5
- package/dist/esm/models/ContextualFlowInfoLayoutEnum.js +1 -5
- package/dist/esm/models/DeniedActionEnum.d.ts +1 -3
- package/dist/esm/models/DeniedActionEnum.js +1 -3
- package/dist/esm/models/DeviceClassesEnum.d.ts +1 -5
- package/dist/esm/models/DeviceClassesEnum.js +1 -5
- package/dist/esm/models/DigestAlgorithmEnum.d.ts +1 -4
- package/dist/esm/models/DigestAlgorithmEnum.js +1 -4
- package/dist/esm/models/DigitsEnum.d.ts +1 -2
- package/dist/esm/models/DigitsEnum.js +1 -2
- package/dist/esm/models/DuoResponseEnum.d.ts +1 -3
- package/dist/esm/models/DuoResponseEnum.js +1 -3
- package/dist/esm/models/EventActions.d.ts +1 -27
- package/dist/esm/models/EventActions.js +1 -27
- package/dist/esm/models/FlowDesignationEnum.d.ts +1 -7
- package/dist/esm/models/FlowDesignationEnum.js +1 -7
- package/dist/esm/models/FlowLayoutEnum.d.ts +1 -5
- package/dist/esm/models/FlowLayoutEnum.js +1 -5
- package/dist/esm/models/GeoipBindingEnum.d.ts +1 -4
- package/dist/esm/models/GeoipBindingEnum.js +1 -4
- package/dist/esm/models/IntentEnum.d.ts +1 -4
- package/dist/esm/models/IntentEnum.js +1 -4
- package/dist/esm/models/InvalidResponseActionEnum.d.ts +1 -3
- package/dist/esm/models/InvalidResponseActionEnum.js +1 -3
- package/dist/esm/models/IssuerModeEnum.d.ts +1 -2
- package/dist/esm/models/IssuerModeEnum.js +1 -2
- package/dist/esm/models/LDAPAPIAccessMode.d.ts +1 -2
- package/dist/esm/models/LDAPAPIAccessMode.js +1 -2
- package/dist/esm/models/LogLevelEnum.d.ts +1 -8
- package/dist/esm/models/LogLevelEnum.js +1 -8
- package/dist/esm/models/ModelEnum.d.ts +2 -76
- package/dist/esm/models/ModelEnum.js +2 -76
- package/dist/esm/models/NameIdPolicyEnum.d.ts +1 -5
- package/dist/esm/models/NameIdPolicyEnum.js +1 -5
- package/dist/esm/models/NetworkBindingEnum.d.ts +1 -4
- package/dist/esm/models/NetworkBindingEnum.js +1 -4
- package/dist/esm/models/NotConfiguredActionEnum.d.ts +1 -3
- package/dist/esm/models/NotConfiguredActionEnum.js +1 -3
- package/dist/esm/models/NotificationTransportModeEnum.d.ts +1 -4
- package/dist/esm/models/NotificationTransportModeEnum.js +1 -4
- package/dist/esm/models/OutpostTypeEnum.d.ts +1 -4
- package/dist/esm/models/OutpostTypeEnum.js +1 -4
- 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/PolicyEngineMode.d.ts +1 -2
- package/dist/esm/models/PolicyEngineMode.js +1 -2
- package/dist/esm/models/PromptTypeEnum.d.ts +1 -18
- package/dist/esm/models/PromptTypeEnum.js +1 -18
- package/dist/esm/models/ProtocolEnum.d.ts +1 -3
- package/dist/esm/models/ProtocolEnum.js +1 -3
- package/dist/esm/models/ProviderEnum.d.ts +1 -2
- package/dist/esm/models/ProviderEnum.js +1 -2
- package/dist/esm/models/ProviderModelEnum.d.ts +1 -7
- package/dist/esm/models/ProviderModelEnum.js +1 -7
- package/dist/esm/models/ProviderTypeEnum.d.ts +1 -14
- package/dist/esm/models/ProviderTypeEnum.js +1 -14
- package/dist/esm/models/ProxyMode.d.ts +1 -3
- package/dist/esm/models/ProxyMode.js +1 -3
- package/dist/esm/models/ResidentKeyRequirementEnum.d.ts +1 -3
- package/dist/esm/models/ResidentKeyRequirementEnum.js +1 -3
- package/dist/esm/models/SeverityEnum.d.ts +1 -3
- package/dist/esm/models/SeverityEnum.js +1 -3
- package/dist/esm/models/SignatureAlgorithmEnum.d.ts +1 -5
- package/dist/esm/models/SignatureAlgorithmEnum.js +1 -5
- package/dist/esm/models/SpBindingEnum.d.ts +1 -2
- package/dist/esm/models/SpBindingEnum.js +1 -2
- package/dist/esm/models/SubModeEnum.d.ts +1 -6
- package/dist/esm/models/SubModeEnum.js +1 -6
- package/dist/esm/models/SystemTaskStatusEnum.d.ts +1 -4
- package/dist/esm/models/SystemTaskStatusEnum.js +1 -4
- package/dist/esm/models/UiThemeEnum.d.ts +1 -3
- package/dist/esm/models/UiThemeEnum.js +1 -3
- package/dist/esm/models/UsedByActionEnum.d.ts +1 -4
- package/dist/esm/models/UsedByActionEnum.js +1 -4
- package/dist/esm/models/UserCreationModeEnum.d.ts +1 -3
- package/dist/esm/models/UserCreationModeEnum.js +1 -3
- package/dist/esm/models/UserFieldsEnum.d.ts +1 -3
- package/dist/esm/models/UserFieldsEnum.js +1 -3
- package/dist/esm/models/UserGroup.d.ts +1 -1
- package/dist/esm/models/UserMatchingModeEnum.d.ts +1 -5
- package/dist/esm/models/UserMatchingModeEnum.js +1 -5
- package/dist/esm/models/UserTypeEnum.d.ts +1 -4
- package/dist/esm/models/UserTypeEnum.js +1 -4
- package/dist/esm/models/UserVerificationEnum.d.ts +1 -3
- package/dist/esm/models/UserVerificationEnum.js +1 -3
- 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/AppEnum.d.ts +1 -53
- package/dist/models/AppEnum.js +1 -53
- package/dist/models/AuthModeEnum.d.ts +1 -2
- package/dist/models/AuthModeEnum.js +1 -2
- package/dist/models/AuthTypeEnum.d.ts +1 -2
- package/dist/models/AuthTypeEnum.js +1 -2
- package/dist/models/AuthenticationEnum.d.ts +1 -5
- package/dist/models/AuthenticationEnum.js +1 -5
- package/dist/models/AuthenticatorAttachmentEnum.d.ts +1 -2
- package/dist/models/AuthenticatorAttachmentEnum.js +1 -2
- 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/BackendsEnum.d.ts +1 -3
- package/dist/models/BackendsEnum.js +1 -3
- package/dist/models/BindingTypeEnum.d.ts +1 -3
- package/dist/models/BindingTypeEnum.js +1 -3
- package/dist/models/BlueprintInstanceStatusEnum.d.ts +1 -5
- package/dist/models/BlueprintInstanceStatusEnum.js +1 -5
- package/dist/models/CapabilitiesEnum.d.ts +1 -6
- package/dist/models/CapabilitiesEnum.js +1 -6
- package/dist/models/ChallengeChoices.d.ts +1 -3
- package/dist/models/ChallengeChoices.js +1 -3
- package/dist/models/ClientTypeEnum.d.ts +1 -2
- package/dist/models/ClientTypeEnum.js +1 -2
- package/dist/models/ConsentStageModeEnum.d.ts +1 -3
- package/dist/models/ConsentStageModeEnum.js +1 -3
- package/dist/models/ContextualFlowInfoLayoutEnum.d.ts +1 -5
- package/dist/models/ContextualFlowInfoLayoutEnum.js +1 -5
- package/dist/models/DeniedActionEnum.d.ts +1 -3
- package/dist/models/DeniedActionEnum.js +1 -3
- package/dist/models/DeviceClassesEnum.d.ts +1 -5
- package/dist/models/DeviceClassesEnum.js +1 -5
- package/dist/models/DigestAlgorithmEnum.d.ts +1 -4
- package/dist/models/DigestAlgorithmEnum.js +1 -4
- package/dist/models/DigitsEnum.d.ts +1 -2
- package/dist/models/DigitsEnum.js +1 -2
- package/dist/models/DuoResponseEnum.d.ts +1 -3
- package/dist/models/DuoResponseEnum.js +1 -3
- package/dist/models/EventActions.d.ts +1 -27
- package/dist/models/EventActions.js +1 -27
- package/dist/models/FlowDesignationEnum.d.ts +1 -7
- package/dist/models/FlowDesignationEnum.js +1 -7
- package/dist/models/FlowLayoutEnum.d.ts +1 -5
- package/dist/models/FlowLayoutEnum.js +1 -5
- package/dist/models/GeoipBindingEnum.d.ts +1 -4
- package/dist/models/GeoipBindingEnum.js +1 -4
- package/dist/models/IntentEnum.d.ts +1 -4
- package/dist/models/IntentEnum.js +1 -4
- package/dist/models/InvalidResponseActionEnum.d.ts +1 -3
- package/dist/models/InvalidResponseActionEnum.js +1 -3
- package/dist/models/IssuerModeEnum.d.ts +1 -2
- package/dist/models/IssuerModeEnum.js +1 -2
- package/dist/models/LDAPAPIAccessMode.d.ts +1 -2
- package/dist/models/LDAPAPIAccessMode.js +1 -2
- package/dist/models/LogLevelEnum.d.ts +1 -8
- package/dist/models/LogLevelEnum.js +1 -8
- package/dist/models/ModelEnum.d.ts +2 -76
- package/dist/models/ModelEnum.js +2 -76
- package/dist/models/NameIdPolicyEnum.d.ts +1 -5
- package/dist/models/NameIdPolicyEnum.js +1 -5
- package/dist/models/NetworkBindingEnum.d.ts +1 -4
- package/dist/models/NetworkBindingEnum.js +1 -4
- package/dist/models/NotConfiguredActionEnum.d.ts +1 -3
- package/dist/models/NotConfiguredActionEnum.js +1 -3
- package/dist/models/NotificationTransportModeEnum.d.ts +1 -4
- package/dist/models/NotificationTransportModeEnum.js +1 -4
- package/dist/models/OutpostTypeEnum.d.ts +1 -4
- package/dist/models/OutpostTypeEnum.js +1 -4
- 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/PolicyEngineMode.d.ts +1 -2
- package/dist/models/PolicyEngineMode.js +1 -2
- package/dist/models/PromptTypeEnum.d.ts +1 -18
- package/dist/models/PromptTypeEnum.js +1 -18
- package/dist/models/ProtocolEnum.d.ts +1 -3
- package/dist/models/ProtocolEnum.js +1 -3
- package/dist/models/ProviderEnum.d.ts +1 -2
- package/dist/models/ProviderEnum.js +1 -2
- package/dist/models/ProviderModelEnum.d.ts +1 -7
- package/dist/models/ProviderModelEnum.js +1 -7
- package/dist/models/ProviderTypeEnum.d.ts +1 -14
- package/dist/models/ProviderTypeEnum.js +1 -14
- package/dist/models/ProxyMode.d.ts +1 -3
- package/dist/models/ProxyMode.js +1 -3
- package/dist/models/ResidentKeyRequirementEnum.d.ts +1 -3
- package/dist/models/ResidentKeyRequirementEnum.js +1 -3
- package/dist/models/SeverityEnum.d.ts +1 -3
- package/dist/models/SeverityEnum.js +1 -3
- package/dist/models/SignatureAlgorithmEnum.d.ts +1 -5
- package/dist/models/SignatureAlgorithmEnum.js +1 -5
- package/dist/models/SpBindingEnum.d.ts +1 -2
- package/dist/models/SpBindingEnum.js +1 -2
- package/dist/models/SubModeEnum.d.ts +1 -6
- package/dist/models/SubModeEnum.js +1 -6
- package/dist/models/SystemTaskStatusEnum.d.ts +1 -4
- package/dist/models/SystemTaskStatusEnum.js +1 -4
- package/dist/models/UiThemeEnum.d.ts +1 -3
- package/dist/models/UiThemeEnum.js +1 -3
- package/dist/models/UsedByActionEnum.d.ts +1 -4
- package/dist/models/UsedByActionEnum.js +1 -4
- package/dist/models/UserCreationModeEnum.d.ts +1 -3
- package/dist/models/UserCreationModeEnum.js +1 -3
- package/dist/models/UserFieldsEnum.d.ts +1 -3
- package/dist/models/UserFieldsEnum.js +1 -3
- package/dist/models/UserGroup.d.ts +1 -1
- package/dist/models/UserMatchingModeEnum.d.ts +1 -5
- package/dist/models/UserMatchingModeEnum.js +1 -5
- package/dist/models/UserTypeEnum.d.ts +1 -4
- package/dist/models/UserTypeEnum.js +1 -4
- package/dist/models/UserVerificationEnum.d.ts +1 -3
- package/dist/models/UserVerificationEnum.js +1 -3
- 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/AppEnum.ts +1 -53
- package/src/models/AuthModeEnum.ts +1 -2
- package/src/models/AuthTypeEnum.ts +1 -2
- package/src/models/AuthenticationEnum.ts +1 -5
- package/src/models/AuthenticatorAttachmentEnum.ts +1 -2
- package/src/models/{AuthenticateWebAuthnStage.ts → AuthenticatorWebAuthnStage.ts} +43 -21
- package/src/models/{AuthenticateWebAuthnStageRequest.ts → AuthenticatorWebAuthnStageRequest.ts} +24 -16
- package/src/models/BackendsEnum.ts +1 -3
- package/src/models/BindingTypeEnum.ts +1 -3
- package/src/models/BlueprintInstanceStatusEnum.ts +1 -5
- package/src/models/CapabilitiesEnum.ts +1 -6
- package/src/models/ChallengeChoices.ts +1 -3
- package/src/models/ClientTypeEnum.ts +1 -2
- package/src/models/ConsentStageModeEnum.ts +1 -3
- package/src/models/ContextualFlowInfoLayoutEnum.ts +1 -5
- package/src/models/DeniedActionEnum.ts +1 -3
- package/src/models/DeviceClassesEnum.ts +1 -5
- package/src/models/DigestAlgorithmEnum.ts +1 -4
- package/src/models/DigitsEnum.ts +1 -2
- package/src/models/DuoResponseEnum.ts +1 -3
- package/src/models/EventActions.ts +1 -27
- package/src/models/FlowDesignationEnum.ts +1 -7
- package/src/models/FlowLayoutEnum.ts +1 -5
- package/src/models/GeoipBindingEnum.ts +1 -4
- package/src/models/IntentEnum.ts +1 -4
- package/src/models/InvalidResponseActionEnum.ts +1 -3
- package/src/models/IssuerModeEnum.ts +1 -2
- package/src/models/LDAPAPIAccessMode.ts +1 -2
- package/src/models/LogLevelEnum.ts +1 -8
- package/src/models/ModelEnum.ts +2 -76
- package/src/models/NameIdPolicyEnum.ts +1 -5
- package/src/models/NetworkBindingEnum.ts +1 -4
- package/src/models/NotConfiguredActionEnum.ts +1 -3
- package/src/models/NotificationTransportModeEnum.ts +1 -4
- package/src/models/OutpostTypeEnum.ts +1 -4
- 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/PolicyEngineMode.ts +1 -2
- package/src/models/PromptTypeEnum.ts +1 -18
- package/src/models/ProtocolEnum.ts +1 -3
- package/src/models/ProviderEnum.ts +1 -2
- package/src/models/ProviderModelEnum.ts +1 -7
- package/src/models/ProviderTypeEnum.ts +1 -14
- package/src/models/ProxyMode.ts +1 -3
- package/src/models/ResidentKeyRequirementEnum.ts +1 -3
- package/src/models/SeverityEnum.ts +1 -3
- package/src/models/SignatureAlgorithmEnum.ts +1 -5
- package/src/models/SpBindingEnum.ts +1 -2
- package/src/models/SubModeEnum.ts +1 -6
- package/src/models/SystemTaskStatusEnum.ts +1 -4
- package/src/models/UiThemeEnum.ts +1 -3
- package/src/models/UsedByActionEnum.ts +1 -4
- package/src/models/UserCreationModeEnum.ts +1 -3
- package/src/models/UserFieldsEnum.ts +1 -3
- package/src/models/UserGroup.ts +1 -1
- package/src/models/UserMatchingModeEnum.ts +1 -5
- package/src/models/UserTypeEnum.ts +1 -4
- package/src/models/UserVerificationEnum.ts +1 -3
- 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
@@ -13,89 +13,102 @@ import type { AuthenticatorAttachmentEnum } from './AuthenticatorAttachmentEnum'
|
|
13
13
|
import type { FlowSet } from './FlowSet';
|
14
14
|
import type { ResidentKeyRequirementEnum } from './ResidentKeyRequirementEnum';
|
15
15
|
import type { UserVerificationEnum } from './UserVerificationEnum';
|
16
|
+
import type { WebAuthnDeviceType } from './WebAuthnDeviceType';
|
16
17
|
/**
|
17
|
-
*
|
18
|
+
* AuthenticatorWebAuthnStage Serializer
|
18
19
|
* @export
|
19
|
-
* @interface
|
20
|
+
* @interface AuthenticatorWebAuthnStage
|
20
21
|
*/
|
21
|
-
export interface
|
22
|
+
export interface AuthenticatorWebAuthnStage {
|
22
23
|
/**
|
23
24
|
*
|
24
25
|
* @type {string}
|
25
|
-
* @memberof
|
26
|
+
* @memberof AuthenticatorWebAuthnStage
|
26
27
|
*/
|
27
28
|
readonly pk: string;
|
28
29
|
/**
|
29
30
|
*
|
30
31
|
* @type {string}
|
31
|
-
* @memberof
|
32
|
+
* @memberof AuthenticatorWebAuthnStage
|
32
33
|
*/
|
33
34
|
name: string;
|
34
35
|
/**
|
35
36
|
* Get object type so that we know how to edit the object
|
36
37
|
* @type {string}
|
37
|
-
* @memberof
|
38
|
+
* @memberof AuthenticatorWebAuthnStage
|
38
39
|
*/
|
39
40
|
readonly component: string;
|
40
41
|
/**
|
41
42
|
* Return object's verbose_name
|
42
43
|
* @type {string}
|
43
|
-
* @memberof
|
44
|
+
* @memberof AuthenticatorWebAuthnStage
|
44
45
|
*/
|
45
46
|
readonly verboseName: string;
|
46
47
|
/**
|
47
48
|
* Return object's plural verbose_name
|
48
49
|
* @type {string}
|
49
|
-
* @memberof
|
50
|
+
* @memberof AuthenticatorWebAuthnStage
|
50
51
|
*/
|
51
52
|
readonly verboseNamePlural: string;
|
52
53
|
/**
|
53
54
|
* Return internal model name
|
54
55
|
* @type {string}
|
55
|
-
* @memberof
|
56
|
+
* @memberof AuthenticatorWebAuthnStage
|
56
57
|
*/
|
57
58
|
readonly metaModelName: string;
|
58
59
|
/**
|
59
60
|
*
|
60
61
|
* @type {Array<FlowSet>}
|
61
|
-
* @memberof
|
62
|
+
* @memberof AuthenticatorWebAuthnStage
|
62
63
|
*/
|
63
64
|
flowSet?: Array<FlowSet>;
|
64
65
|
/**
|
65
66
|
* Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage.
|
66
67
|
* @type {string}
|
67
|
-
* @memberof
|
68
|
+
* @memberof AuthenticatorWebAuthnStage
|
68
69
|
*/
|
69
70
|
configureFlow?: string | null;
|
70
71
|
/**
|
71
72
|
*
|
72
73
|
* @type {string}
|
73
|
-
* @memberof
|
74
|
+
* @memberof AuthenticatorWebAuthnStage
|
74
75
|
*/
|
75
76
|
friendlyName?: string | null;
|
76
77
|
/**
|
77
78
|
*
|
78
79
|
* @type {UserVerificationEnum}
|
79
|
-
* @memberof
|
80
|
+
* @memberof AuthenticatorWebAuthnStage
|
80
81
|
*/
|
81
82
|
userVerification?: UserVerificationEnum;
|
82
83
|
/**
|
83
84
|
*
|
84
85
|
* @type {AuthenticatorAttachmentEnum}
|
85
|
-
* @memberof
|
86
|
+
* @memberof AuthenticatorWebAuthnStage
|
86
87
|
*/
|
87
88
|
authenticatorAttachment?: AuthenticatorAttachmentEnum | null;
|
88
89
|
/**
|
89
90
|
*
|
90
91
|
* @type {ResidentKeyRequirementEnum}
|
91
|
-
* @memberof
|
92
|
+
* @memberof AuthenticatorWebAuthnStage
|
92
93
|
*/
|
93
94
|
residentKeyRequirement?: ResidentKeyRequirementEnum;
|
95
|
+
/**
|
96
|
+
*
|
97
|
+
* @type {Array<string>}
|
98
|
+
* @memberof AuthenticatorWebAuthnStage
|
99
|
+
*/
|
100
|
+
deviceTypeRestrictions?: Array<string>;
|
101
|
+
/**
|
102
|
+
*
|
103
|
+
* @type {Array<WebAuthnDeviceType>}
|
104
|
+
* @memberof AuthenticatorWebAuthnStage
|
105
|
+
*/
|
106
|
+
readonly deviceTypeRestrictionsObj: Array<WebAuthnDeviceType>;
|
94
107
|
}
|
95
108
|
/**
|
96
|
-
* Check if a given object implements the
|
109
|
+
* Check if a given object implements the AuthenticatorWebAuthnStage interface.
|
97
110
|
*/
|
98
|
-
export declare function
|
99
|
-
export declare function
|
100
|
-
export declare function
|
101
|
-
export declare function
|
111
|
+
export declare function instanceOfAuthenticatorWebAuthnStage(value: object): boolean;
|
112
|
+
export declare function AuthenticatorWebAuthnStageFromJSON(json: any): AuthenticatorWebAuthnStage;
|
113
|
+
export declare function AuthenticatorWebAuthnStageFromJSONTyped(json: any, ignoreDiscriminator: boolean): AuthenticatorWebAuthnStage;
|
114
|
+
export declare function AuthenticatorWebAuthnStageToJSON(value?: AuthenticatorWebAuthnStage | null): any;
|
@@ -16,10 +16,11 @@ import { AuthenticatorAttachmentEnumFromJSON, AuthenticatorAttachmentEnumToJSON,
|
|
16
16
|
import { FlowSetFromJSON, FlowSetToJSON, } from './FlowSet';
|
17
17
|
import { ResidentKeyRequirementEnumFromJSON, ResidentKeyRequirementEnumToJSON, } from './ResidentKeyRequirementEnum';
|
18
18
|
import { UserVerificationEnumFromJSON, UserVerificationEnumToJSON, } from './UserVerificationEnum';
|
19
|
+
import { WebAuthnDeviceTypeFromJSON, } from './WebAuthnDeviceType';
|
19
20
|
/**
|
20
|
-
* Check if a given object implements the
|
21
|
+
* Check if a given object implements the AuthenticatorWebAuthnStage interface.
|
21
22
|
*/
|
22
|
-
export function
|
23
|
+
export function instanceOfAuthenticatorWebAuthnStage(value) {
|
23
24
|
let isInstance = true;
|
24
25
|
isInstance = isInstance && "pk" in value;
|
25
26
|
isInstance = isInstance && "name" in value;
|
@@ -27,12 +28,13 @@ export function instanceOfAuthenticateWebAuthnStage(value) {
|
|
27
28
|
isInstance = isInstance && "verboseName" in value;
|
28
29
|
isInstance = isInstance && "verboseNamePlural" in value;
|
29
30
|
isInstance = isInstance && "metaModelName" in value;
|
31
|
+
isInstance = isInstance && "deviceTypeRestrictionsObj" in value;
|
30
32
|
return isInstance;
|
31
33
|
}
|
32
|
-
export function
|
33
|
-
return
|
34
|
+
export function AuthenticatorWebAuthnStageFromJSON(json) {
|
35
|
+
return AuthenticatorWebAuthnStageFromJSONTyped(json, false);
|
34
36
|
}
|
35
|
-
export function
|
37
|
+
export function AuthenticatorWebAuthnStageFromJSONTyped(json, ignoreDiscriminator) {
|
36
38
|
if ((json === undefined) || (json === null)) {
|
37
39
|
return json;
|
38
40
|
}
|
@@ -49,9 +51,11 @@ export function AuthenticateWebAuthnStageFromJSONTyped(json, ignoreDiscriminator
|
|
49
51
|
'userVerification': !exists(json, 'user_verification') ? undefined : UserVerificationEnumFromJSON(json['user_verification']),
|
50
52
|
'authenticatorAttachment': !exists(json, 'authenticator_attachment') ? undefined : AuthenticatorAttachmentEnumFromJSON(json['authenticator_attachment']),
|
51
53
|
'residentKeyRequirement': !exists(json, 'resident_key_requirement') ? undefined : ResidentKeyRequirementEnumFromJSON(json['resident_key_requirement']),
|
54
|
+
'deviceTypeRestrictions': !exists(json, 'device_type_restrictions') ? undefined : json['device_type_restrictions'],
|
55
|
+
'deviceTypeRestrictionsObj': (json['device_type_restrictions_obj'].map(WebAuthnDeviceTypeFromJSON)),
|
52
56
|
};
|
53
57
|
}
|
54
|
-
export function
|
58
|
+
export function AuthenticatorWebAuthnStageToJSON(value) {
|
55
59
|
if (value === undefined) {
|
56
60
|
return undefined;
|
57
61
|
}
|
@@ -66,5 +70,6 @@ export function AuthenticateWebAuthnStageToJSON(value) {
|
|
66
70
|
'user_verification': UserVerificationEnumToJSON(value.userVerification),
|
67
71
|
'authenticator_attachment': AuthenticatorAttachmentEnumToJSON(value.authenticatorAttachment),
|
68
72
|
'resident_key_requirement': ResidentKeyRequirementEnumToJSON(value.residentKeyRequirement),
|
73
|
+
'device_type_restrictions': value.deviceTypeRestrictions,
|
69
74
|
};
|
70
75
|
}
|
@@ -14,58 +14,64 @@ import type { FlowSetRequest } from './FlowSetRequest';
|
|
14
14
|
import type { ResidentKeyRequirementEnum } from './ResidentKeyRequirementEnum';
|
15
15
|
import type { UserVerificationEnum } from './UserVerificationEnum';
|
16
16
|
/**
|
17
|
-
*
|
17
|
+
* AuthenticatorWebAuthnStage Serializer
|
18
18
|
* @export
|
19
|
-
* @interface
|
19
|
+
* @interface AuthenticatorWebAuthnStageRequest
|
20
20
|
*/
|
21
|
-
export interface
|
21
|
+
export interface AuthenticatorWebAuthnStageRequest {
|
22
22
|
/**
|
23
23
|
*
|
24
24
|
* @type {string}
|
25
|
-
* @memberof
|
25
|
+
* @memberof AuthenticatorWebAuthnStageRequest
|
26
26
|
*/
|
27
27
|
name: string;
|
28
28
|
/**
|
29
29
|
*
|
30
30
|
* @type {Array<FlowSetRequest>}
|
31
|
-
* @memberof
|
31
|
+
* @memberof AuthenticatorWebAuthnStageRequest
|
32
32
|
*/
|
33
33
|
flowSet?: Array<FlowSetRequest>;
|
34
34
|
/**
|
35
35
|
* Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage.
|
36
36
|
* @type {string}
|
37
|
-
* @memberof
|
37
|
+
* @memberof AuthenticatorWebAuthnStageRequest
|
38
38
|
*/
|
39
39
|
configureFlow?: string | null;
|
40
40
|
/**
|
41
41
|
*
|
42
42
|
* @type {string}
|
43
|
-
* @memberof
|
43
|
+
* @memberof AuthenticatorWebAuthnStageRequest
|
44
44
|
*/
|
45
45
|
friendlyName?: string | null;
|
46
46
|
/**
|
47
47
|
*
|
48
48
|
* @type {UserVerificationEnum}
|
49
|
-
* @memberof
|
49
|
+
* @memberof AuthenticatorWebAuthnStageRequest
|
50
50
|
*/
|
51
51
|
userVerification?: UserVerificationEnum;
|
52
52
|
/**
|
53
53
|
*
|
54
54
|
* @type {AuthenticatorAttachmentEnum}
|
55
|
-
* @memberof
|
55
|
+
* @memberof AuthenticatorWebAuthnStageRequest
|
56
56
|
*/
|
57
57
|
authenticatorAttachment?: AuthenticatorAttachmentEnum | null;
|
58
58
|
/**
|
59
59
|
*
|
60
60
|
* @type {ResidentKeyRequirementEnum}
|
61
|
-
* @memberof
|
61
|
+
* @memberof AuthenticatorWebAuthnStageRequest
|
62
62
|
*/
|
63
63
|
residentKeyRequirement?: ResidentKeyRequirementEnum;
|
64
|
+
/**
|
65
|
+
*
|
66
|
+
* @type {Array<string>}
|
67
|
+
* @memberof AuthenticatorWebAuthnStageRequest
|
68
|
+
*/
|
69
|
+
deviceTypeRestrictions?: Array<string>;
|
64
70
|
}
|
65
71
|
/**
|
66
|
-
* Check if a given object implements the
|
72
|
+
* Check if a given object implements the AuthenticatorWebAuthnStageRequest interface.
|
67
73
|
*/
|
68
|
-
export declare function
|
69
|
-
export declare function
|
70
|
-
export declare function
|
71
|
-
export declare function
|
74
|
+
export declare function instanceOfAuthenticatorWebAuthnStageRequest(value: object): boolean;
|
75
|
+
export declare function AuthenticatorWebAuthnStageRequestFromJSON(json: any): AuthenticatorWebAuthnStageRequest;
|
76
|
+
export declare function AuthenticatorWebAuthnStageRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AuthenticatorWebAuthnStageRequest;
|
77
|
+
export declare function AuthenticatorWebAuthnStageRequestToJSON(value?: AuthenticatorWebAuthnStageRequest | null): any;
|
package/dist/esm/models/{AuthenticateWebAuthnStageRequest.js → AuthenticatorWebAuthnStageRequest.js}
RENAMED
@@ -17,17 +17,17 @@ import { FlowSetRequestFromJSON, FlowSetRequestToJSON, } from './FlowSetRequest'
|
|
17
17
|
import { ResidentKeyRequirementEnumFromJSON, ResidentKeyRequirementEnumToJSON, } from './ResidentKeyRequirementEnum';
|
18
18
|
import { UserVerificationEnumFromJSON, UserVerificationEnumToJSON, } from './UserVerificationEnum';
|
19
19
|
/**
|
20
|
-
* Check if a given object implements the
|
20
|
+
* Check if a given object implements the AuthenticatorWebAuthnStageRequest interface.
|
21
21
|
*/
|
22
|
-
export function
|
22
|
+
export function instanceOfAuthenticatorWebAuthnStageRequest(value) {
|
23
23
|
let isInstance = true;
|
24
24
|
isInstance = isInstance && "name" in value;
|
25
25
|
return isInstance;
|
26
26
|
}
|
27
|
-
export function
|
28
|
-
return
|
27
|
+
export function AuthenticatorWebAuthnStageRequestFromJSON(json) {
|
28
|
+
return AuthenticatorWebAuthnStageRequestFromJSONTyped(json, false);
|
29
29
|
}
|
30
|
-
export function
|
30
|
+
export function AuthenticatorWebAuthnStageRequestFromJSONTyped(json, ignoreDiscriminator) {
|
31
31
|
if ((json === undefined) || (json === null)) {
|
32
32
|
return json;
|
33
33
|
}
|
@@ -39,9 +39,10 @@ export function AuthenticateWebAuthnStageRequestFromJSONTyped(json, ignoreDiscri
|
|
39
39
|
'userVerification': !exists(json, 'user_verification') ? undefined : UserVerificationEnumFromJSON(json['user_verification']),
|
40
40
|
'authenticatorAttachment': !exists(json, 'authenticator_attachment') ? undefined : AuthenticatorAttachmentEnumFromJSON(json['authenticator_attachment']),
|
41
41
|
'residentKeyRequirement': !exists(json, 'resident_key_requirement') ? undefined : ResidentKeyRequirementEnumFromJSON(json['resident_key_requirement']),
|
42
|
+
'deviceTypeRestrictions': !exists(json, 'device_type_restrictions') ? undefined : json['device_type_restrictions'],
|
42
43
|
};
|
43
44
|
}
|
44
|
-
export function
|
45
|
+
export function AuthenticatorWebAuthnStageRequestToJSON(value) {
|
45
46
|
if (value === undefined) {
|
46
47
|
return undefined;
|
47
48
|
}
|
@@ -56,5 +57,6 @@ export function AuthenticateWebAuthnStageRequestToJSON(value) {
|
|
56
57
|
'user_verification': UserVerificationEnumToJSON(value.userVerification),
|
57
58
|
'authenticator_attachment': AuthenticatorAttachmentEnumToJSON(value.authenticatorAttachment),
|
58
59
|
'resident_key_requirement': ResidentKeyRequirementEnumToJSON(value.residentKeyRequirement),
|
60
|
+
'device_type_restrictions': value.deviceTypeRestrictions,
|
59
61
|
};
|
60
62
|
}
|
@@ -10,9 +10,7 @@
|
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
12
|
/**
|
13
|
-
*
|
14
|
-
* * `authentik.core.auth.TokenBackend` - User database + app passwords
|
15
|
-
* * `authentik.sources.ldap.auth.LDAPBackend` - User database + LDAP password
|
13
|
+
*
|
16
14
|
* @export
|
17
15
|
*/
|
18
16
|
export declare const BackendsEnum: {
|
@@ -12,9 +12,7 @@
|
|
12
12
|
* Do not edit the class manually.
|
13
13
|
*/
|
14
14
|
/**
|
15
|
-
*
|
16
|
-
* * `authentik.core.auth.TokenBackend` - User database + app passwords
|
17
|
-
* * `authentik.sources.ldap.auth.LDAPBackend` - User database + LDAP password
|
15
|
+
*
|
18
16
|
* @export
|
19
17
|
*/
|
20
18
|
export const BackendsEnum = {
|
@@ -10,11 +10,7 @@
|
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
12
|
/**
|
13
|
-
*
|
14
|
-
* * `warning` - Warning
|
15
|
-
* * `error` - Error
|
16
|
-
* * `orphaned` - Orphaned
|
17
|
-
* * `unknown` - Unknown
|
13
|
+
*
|
18
14
|
* @export
|
19
15
|
*/
|
20
16
|
export declare const BlueprintInstanceStatusEnum: {
|
@@ -12,11 +12,7 @@
|
|
12
12
|
* Do not edit the class manually.
|
13
13
|
*/
|
14
14
|
/**
|
15
|
-
*
|
16
|
-
* * `warning` - Warning
|
17
|
-
* * `error` - Error
|
18
|
-
* * `orphaned` - Orphaned
|
19
|
-
* * `unknown` - Unknown
|
15
|
+
*
|
20
16
|
* @export
|
21
17
|
*/
|
22
18
|
export const BlueprintInstanceStatusEnum = {
|
@@ -10,12 +10,7 @@
|
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
12
|
/**
|
13
|
-
*
|
14
|
-
* * `can_geo_ip` - Can Geo Ip
|
15
|
-
* * `can_asn` - Can Asn
|
16
|
-
* * `can_impersonate` - Can Impersonate
|
17
|
-
* * `can_debug` - Can Debug
|
18
|
-
* * `is_enterprise` - Is Enterprise
|
13
|
+
*
|
19
14
|
* @export
|
20
15
|
*/
|
21
16
|
export declare const CapabilitiesEnum: {
|
@@ -12,12 +12,7 @@
|
|
12
12
|
* Do not edit the class manually.
|
13
13
|
*/
|
14
14
|
/**
|
15
|
-
*
|
16
|
-
* * `can_geo_ip` - Can Geo Ip
|
17
|
-
* * `can_asn` - Can Asn
|
18
|
-
* * `can_impersonate` - Can Impersonate
|
19
|
-
* * `can_debug` - Can Debug
|
20
|
-
* * `is_enterprise` - Is Enterprise
|
15
|
+
*
|
21
16
|
* @export
|
22
17
|
*/
|
23
18
|
export const CapabilitiesEnum = {
|
@@ -10,11 +10,7 @@
|
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
12
|
/**
|
13
|
-
*
|
14
|
-
* * `content_left` - CONTENT_LEFT
|
15
|
-
* * `content_right` - CONTENT_RIGHT
|
16
|
-
* * `sidebar_left` - SIDEBAR_LEFT
|
17
|
-
* * `sidebar_right` - SIDEBAR_RIGHT
|
13
|
+
*
|
18
14
|
* @export
|
19
15
|
*/
|
20
16
|
export declare const ContextualFlowInfoLayoutEnum: {
|
@@ -12,11 +12,7 @@
|
|
12
12
|
* Do not edit the class manually.
|
13
13
|
*/
|
14
14
|
/**
|
15
|
-
*
|
16
|
-
* * `content_left` - CONTENT_LEFT
|
17
|
-
* * `content_right` - CONTENT_RIGHT
|
18
|
-
* * `sidebar_left` - SIDEBAR_LEFT
|
19
|
-
* * `sidebar_right` - SIDEBAR_RIGHT
|
15
|
+
*
|
20
16
|
* @export
|
21
17
|
*/
|
22
18
|
export const ContextualFlowInfoLayoutEnum = {
|
@@ -10,10 +10,7 @@
|
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
12
|
/**
|
13
|
-
*
|
14
|
-
* * `http://www.w3.org/2001/04/xmlenc#sha256` - SHA256
|
15
|
-
* * `http://www.w3.org/2001/04/xmldsig-more#sha384` - SHA384
|
16
|
-
* * `http://www.w3.org/2001/04/xmlenc#sha512` - SHA512
|
13
|
+
*
|
17
14
|
* @export
|
18
15
|
*/
|
19
16
|
export declare const DigestAlgorithmEnum: {
|
@@ -12,10 +12,7 @@
|
|
12
12
|
* Do not edit the class manually.
|
13
13
|
*/
|
14
14
|
/**
|
15
|
-
*
|
16
|
-
* * `http://www.w3.org/2001/04/xmlenc#sha256` - SHA256
|
17
|
-
* * `http://www.w3.org/2001/04/xmldsig-more#sha384` - SHA384
|
18
|
-
* * `http://www.w3.org/2001/04/xmlenc#sha512` - SHA512
|
15
|
+
*
|
19
16
|
* @export
|
20
17
|
*/
|
21
18
|
export const DigestAlgorithmEnum = {
|
@@ -10,33 +10,7 @@
|
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
12
|
/**
|
13
|
-
*
|
14
|
-
* * `login_failed` - Login Failed
|
15
|
-
* * `logout` - Logout
|
16
|
-
* * `user_write` - User Write
|
17
|
-
* * `suspicious_request` - Suspicious Request
|
18
|
-
* * `password_set` - Password Set
|
19
|
-
* * `secret_view` - Secret View
|
20
|
-
* * `secret_rotate` - Secret Rotate
|
21
|
-
* * `invitation_used` - Invite Used
|
22
|
-
* * `authorize_application` - Authorize Application
|
23
|
-
* * `source_linked` - Source Linked
|
24
|
-
* * `impersonation_started` - Impersonation Started
|
25
|
-
* * `impersonation_ended` - Impersonation Ended
|
26
|
-
* * `flow_execution` - Flow Execution
|
27
|
-
* * `policy_execution` - Policy Execution
|
28
|
-
* * `policy_exception` - Policy Exception
|
29
|
-
* * `property_mapping_exception` - Property Mapping Exception
|
30
|
-
* * `system_task_execution` - System Task Execution
|
31
|
-
* * `system_task_exception` - System Task Exception
|
32
|
-
* * `system_exception` - System Exception
|
33
|
-
* * `configuration_error` - Configuration Error
|
34
|
-
* * `model_created` - Model Created
|
35
|
-
* * `model_updated` - Model Updated
|
36
|
-
* * `model_deleted` - Model Deleted
|
37
|
-
* * `email_sent` - Email Sent
|
38
|
-
* * `update_available` - Update Available
|
39
|
-
* * `custom_` - Custom Prefix
|
13
|
+
*
|
40
14
|
* @export
|
41
15
|
*/
|
42
16
|
export declare const EventActions: {
|