@adyen/kyc-components 4.12.1 → 4.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{DebugModal-B84IXKkr.js → DebugModal-DjGbXw-4.js} +2 -2
- package/dist/{DecisionMakerDetailsPage-BsKqMepM.js → DecisionMakerDetailsPage-CPz3zBFp.js} +1 -1
- package/dist/{IndividualDropin-Cx16d1Oo.js → IndividualDropin-DImA9Gce.js} +13 -7
- package/dist/{InvitedDecisionMakerComponent-CfWqrjQk.js → InvitedDecisionMakerComponent-CHAwNzUH.js} +1 -1
- package/dist/{LegalRepresentativeDetailsPage-DhEKvu-y.js → LegalRepresentativeDetailsPage-DKAjE1nh.js} +1 -1
- package/dist/{PayoutDetailsPage-Dstl0wBU.js → PayoutDetailsPage-V8DC6v5K.js} +1 -1
- package/dist/{RootIndividualDetailsPage-Cs-601aX.js → RootIndividualDetailsPage-Der3LFsF.js} +1 -1
- package/dist/{TrustMemberIndividualPage-BiwagdFl.js → TrustMemberIndividualPage-DpbgH2PJ.js} +1 -1
- package/dist/{UnincorporatedPartnershipIndividualPage-BNrgepSe.js → UnincorporatedPartnershipIndividualPage-BHzho70s.js} +1 -1
- package/dist/adyen-business-financing.js +1 -1
- package/dist/adyen-individual-configuration.js +2 -2
- package/dist/adyen-individual-status.js +1 -1
- package/dist/adyen-invited-decision-maker.js +2 -2
- package/dist/adyen-onboarding.js +8 -8
- package/dist/adyen-terms-of-service-management.js +1 -1
- package/dist/adyen-terms-of-service-status.js +1 -1
- package/dist/adyen-transfer-instrument-configuration.js +1 -1
- package/dist/adyen-transfer-instrument-management.js +1 -1
- package/dist/adyen-verification-status.js +1 -1
- package/dist/{resolveEnvironment-Dw6-hGwD.js → resolveEnvironment-BcrJH82n.js} +5 -5
- package/dist/types/components/Individual/helpers/shouldShowMotionCapture.d.ts +2 -1
- package/dist/{useNavigate-DgfofmeK.js → useNavigate-CY9kkcIi.js} +7 -7
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
try {
|
|
2
2
|
let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
|
|
3
|
-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "
|
|
3
|
+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "eb3b0712-42c1-4c08-b334-be7f3946c569", e._sentryDebugIdIdentifier = "sentry-dbid-eb3b0712-42c1-4c08-b334-be7f3946c569");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { a as Icon, o as createLogger, r as useTranslation } from "./translation-Br5wIPO-.js";
|
|
6
6
|
import { t as Button } from "./Button-BDEdGXnd.js";
|
|
@@ -349,7 +349,7 @@ var DebugModal = ({ onExit }) => {
|
|
|
349
349
|
const rootLegalEntity = useGlobalStore().rootLegalEntity.value;
|
|
350
350
|
const formDebugAvailable = Object.keys(formDebugInfo.value).length > 0;
|
|
351
351
|
const metadata = {
|
|
352
|
-
sdkVersion: "4.12.
|
|
352
|
+
sdkVersion: "4.12.2",
|
|
353
353
|
locale: i18n.language,
|
|
354
354
|
rootLegalEntityId: rootLegalEntity.id
|
|
355
355
|
};
|
|
@@ -15,7 +15,7 @@ import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProb
|
|
|
15
15
|
import { n as getTrustedFields, r as getTrustedFieldsProvider } from "./getTrustedFields-BF_CmfLe.js";
|
|
16
16
|
import { n as isBafinSignatoryFlow, r as removeIdVerificationProblemsForBafinSignatory } from "./bafinUtils-AZHgY8qT.js";
|
|
17
17
|
import { t as useScenarios } from "./useScenarios-Bb-EhIep.js";
|
|
18
|
-
import { t as IndividualDropin } from "./IndividualDropin-
|
|
18
|
+
import { t as IndividualDropin } from "./IndividualDropin-DImA9Gce.js";
|
|
19
19
|
import { t as getTrustedDecisionMakers } from "./getTrustedDecisionMakers-BjGAWMyl.js";
|
|
20
20
|
import { jsx } from "preact/jsx-runtime";
|
|
21
21
|
import { skipToken } from "@tanstack/preact-query";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
try {
|
|
2
2
|
let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
|
|
3
|
-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "
|
|
3
|
+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "462955fd-1888-4641-80fe-79c8854c7066", e._sentryDebugIdIdentifier = "sentry-dbid-462955fd-1888-4641-80fe-79c8854c7066");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { i as Typography, o as createLogger, r as useTranslation, t as Trans } from "./translation-Br5wIPO-.js";
|
|
6
6
|
import { n as IconButton, r as Loader, t as Button } from "./Button-BDEdGXnd.js";
|
|
@@ -1122,7 +1122,8 @@ var setHasMotionCaptureScenario = (scenarios) => {
|
|
|
1122
1122
|
hasMotionCaptureScenario.value = scenarios?.some((scenario) => scenario === Scenarios.L_MOTION || scenario === Scenarios.L1_ID);
|
|
1123
1123
|
};
|
|
1124
1124
|
var allowedRolesForMotionCapture = [DecisionMakerTypes.SIGNATORY];
|
|
1125
|
-
var shouldShowMotionCapture = ({ capabilities, userRoles, taskType, hasMotionScenario, isInvitedEntity = false }) => {
|
|
1125
|
+
var shouldShowMotionCapture = ({ capabilities, userRoles, taskType, hasMotionScenario, hasLiveSelfieError, isInvitedEntity = false }) => {
|
|
1126
|
+
if (hasLiveSelfieError) return true;
|
|
1126
1127
|
if (isInvitedEntity) return shouldShowMotionCaptureForInvitedEntity({
|
|
1127
1128
|
capabilities,
|
|
1128
1129
|
userRoles
|
|
@@ -2861,8 +2862,8 @@ function IdVerificationMethod(props) {
|
|
|
2861
2862
|
handleFieldChange("idDocument")(void 0);
|
|
2862
2863
|
}
|
|
2863
2864
|
};
|
|
2864
|
-
if (hasLiveSelfieErrorCode && data.idVerificationMethod?.idVerificationMethod !== "instantVerification" && valid.idVerificationMethod?.idVerificationMethod) setValid("idVerificationMethod", false, "idVerificationMethod");
|
|
2865
|
-
const doesUserHaveExistingDocument = hasLiveSelfieErrorCode && data.idVerificationMethod?.idVerificationMethod !== "instantVerification" ? false : hasExistingDocument;
|
|
2865
|
+
if (hasLiveSelfieErrorCode && (data.idVerificationMethod?.idVerificationMethod !== "instantVerification" || !data.idVerificationMethod?.idDocument?.instantIdVerificationData) && valid.idVerificationMethod?.idVerificationMethod) setValid("idVerificationMethod", false, "idVerificationMethod");
|
|
2866
|
+
const doesUserHaveExistingDocument = hasLiveSelfieErrorCode && (data.idVerificationMethod?.idVerificationMethod !== "instantVerification" || !data.idVerificationMethod?.idDocument?.instantIdVerificationData) ? false : hasExistingDocument;
|
|
2866
2867
|
const handleCancelDeleteDocument = () => {
|
|
2867
2868
|
setStatus("ready");
|
|
2868
2869
|
userEvents.addPageEvent("Clicked button", {
|
|
@@ -3746,7 +3747,7 @@ var manualIdUploadFormID = individualForms.manualIdUpload.formId;
|
|
|
3746
3747
|
var proofOfResidencyFormID = individualForms.proofOfResidency.formId;
|
|
3747
3748
|
var proofOfNationalIdFormID = individualForms.proofOfNationalId.formId;
|
|
3748
3749
|
var proofOfRelationshipFormID = individualForms.proofOfRelationship.formId;
|
|
3749
|
-
var LIVE_SELFIE_ERROR_CODE = "2_8210";
|
|
3750
|
+
var LIVE_SELFIE_ERROR_CODE$1 = "2_8210";
|
|
3750
3751
|
function Individual(props) {
|
|
3751
3752
|
const { t: commonT } = useTranslation("common");
|
|
3752
3753
|
const { t: individualT } = useTranslation("individual");
|
|
@@ -3838,12 +3839,14 @@ function Individual(props) {
|
|
|
3838
3839
|
data?.basicDetails?.role,
|
|
3839
3840
|
setFormData
|
|
3840
3841
|
]);
|
|
3842
|
+
const hasLiveSelfieErrorCode = problems?.missingData?.some((problem) => problem.code === LIVE_SELFIE_ERROR_CODE$1 && problem.type === "dataMissing");
|
|
3841
3843
|
const hasMotionCaptureScenarioValue = hasMotionCaptureScenario?.value;
|
|
3842
3844
|
useEffect$1(() => {
|
|
3843
3845
|
setShowIndividualMotionCapture(shouldShowMotionCapture({
|
|
3844
3846
|
capabilities: isInvitedEntity ? invitedEntityDetails?.rootCapabilities : capabilities,
|
|
3845
3847
|
userRoles: data?.basicDetails?.role,
|
|
3846
3848
|
taskType,
|
|
3849
|
+
hasLiveSelfieError: hasLiveSelfieErrorCode,
|
|
3847
3850
|
hasMotionScenario: data?.basicDetails?.role?.includes(DecisionMakerTypes.SIGNATORY) && scenarios?.includes(Scenarios.L_BAFIN) ? false : hasMotionCaptureScenarioValue,
|
|
3848
3851
|
isInvitedEntity
|
|
3849
3852
|
}));
|
|
@@ -3853,12 +3856,12 @@ function Individual(props) {
|
|
|
3853
3856
|
taskType,
|
|
3854
3857
|
capabilities,
|
|
3855
3858
|
hasMotionCaptureScenarioValue,
|
|
3859
|
+
hasLiveSelfieErrorCode,
|
|
3856
3860
|
isInvitedEntity,
|
|
3857
3861
|
invitedEntityDetails?.rootCapabilities
|
|
3858
3862
|
]);
|
|
3859
3863
|
const fullName = `${data?.basicDetails?.firstName} ${data?.basicDetails?.lastName}`;
|
|
3860
3864
|
const handleFieldChange = (formName) => (fieldName, mode) => handleChangeFor(fieldName, formName, mode);
|
|
3861
|
-
const hasLiveSelfieErrorCode = problems?.missingData?.some((problem) => problem.code === LIVE_SELFIE_ERROR_CODE && problem.type === "dataMissing");
|
|
3862
3865
|
const renderActiveForm = (activeForm) => {
|
|
3863
3866
|
switch (activeForm.formId) {
|
|
3864
3867
|
case signatoryQuestionnaireFormID: return /* @__PURE__ */ jsx(SignatoryQuestionnaire, {
|
|
@@ -4286,6 +4289,7 @@ var individualFieldsPerScenario = {
|
|
|
4286
4289
|
};
|
|
4287
4290
|
//#endregion
|
|
4288
4291
|
//#region src/components/Individual/tasks/IndividualDropin/IndividualDropin.tsx
|
|
4292
|
+
var LIVE_SELFIE_ERROR_CODE = "2_8210";
|
|
4289
4293
|
var parseIndividualScenarios = (scenarios) => composePerScenarioFormConfigurations(scenarios, individualFieldsPerScenario);
|
|
4290
4294
|
var parseConfiguration = ({ scenarios }) => parseIndividualScenarios(scenarios);
|
|
4291
4295
|
var logger = createLogger();
|
|
@@ -4450,6 +4454,7 @@ additionalPersonalDetails: check4DigitSsnFailed(problems?.verificationErrors?.ad
|
|
|
4450
4454
|
taskType,
|
|
4451
4455
|
problems
|
|
4452
4456
|
]);
|
|
4457
|
+
const hasLiveSelfieErrorCode = problems?.missingData?.some((problem) => problem.code === LIVE_SELFIE_ERROR_CODE && problem.type === "dataMissing");
|
|
4453
4458
|
useEffect$1(() => {
|
|
4454
4459
|
const derivedProps = getPropsFromConfigurations({
|
|
4455
4460
|
scenarioConfiguration: fieldConfigurations,
|
|
@@ -4486,7 +4491,7 @@ additionalPersonalDetails: check4DigitSsnFailed(problems?.verificationErrors?.ad
|
|
|
4486
4491
|
if (derivedProps.optionalFields?.basicDetails) derivedProps.optionalFields.basicDetails = filterFields(derivedProps.optionalFields.basicDetails);
|
|
4487
4492
|
}
|
|
4488
4493
|
}
|
|
4489
|
-
const updatedDerivedProps = mandateIdVerificationForMotionCapture(showIndividualMotionCapture?.value, derivedProps);
|
|
4494
|
+
const updatedDerivedProps = mandateIdVerificationForMotionCapture(hasLiveSelfieErrorCode || showIndividualMotionCapture?.value, derivedProps);
|
|
4490
4495
|
if (updatedDerivedProps) setDerivedProps(updatedDerivedProps);
|
|
4491
4496
|
}, [
|
|
4492
4497
|
fieldConfigurations,
|
|
@@ -4494,6 +4499,7 @@ additionalPersonalDetails: check4DigitSsnFailed(problems?.verificationErrors?.ad
|
|
|
4494
4499
|
fieldsFromCustomRules,
|
|
4495
4500
|
problems?.remediationActions,
|
|
4496
4501
|
problems?.missingData,
|
|
4502
|
+
hasLiveSelfieErrorCode,
|
|
4497
4503
|
isInvitedEntity,
|
|
4498
4504
|
dataFromResponse?.basicDetails
|
|
4499
4505
|
]);
|
package/dist/{InvitedDecisionMakerComponent-CfWqrjQk.js → InvitedDecisionMakerComponent-CHAwNzUH.js}
RENAMED
|
@@ -16,7 +16,7 @@ import { t as TaskTypes } from "./taskTypes-DWaxzvnQ.js";
|
|
|
16
16
|
import { t as useAnalyticsContext } from "./useAnalyticsContext-DfTXpZbA.js";
|
|
17
17
|
import { t as Image } from "./Image-BPAtdM5Y.js";
|
|
18
18
|
import { t as getIndividualLegalEntityName } from "./getName-ODLD6UPV.js";
|
|
19
|
-
import { t as IndividualDropin } from "./IndividualDropin-
|
|
19
|
+
import { t as IndividualDropin } from "./IndividualDropin-DImA9Gce.js";
|
|
20
20
|
import { t as List } from "./List-DLrcpMVd.js";
|
|
21
21
|
import { t as LandingLayout } from "./LandingLayout-C9eryD6V.js";
|
|
22
22
|
import { t as useTaskStatus } from "./useTaskStatus-DzJWcN_l.js";
|
|
@@ -11,7 +11,7 @@ import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynami
|
|
|
11
11
|
import { C as EntityTypes } from "./processCapabilities-CDSEJpB8.js";
|
|
12
12
|
import { t as TaskTypes } from "./taskTypes-DWaxzvnQ.js";
|
|
13
13
|
import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-COcJt47f.js";
|
|
14
|
-
import { t as IndividualDropin } from "./IndividualDropin-
|
|
14
|
+
import { t as IndividualDropin } from "./IndividualDropin-DImA9Gce.js";
|
|
15
15
|
import { jsx } from "preact/jsx-runtime";
|
|
16
16
|
import { skipToken } from "@tanstack/preact-query";
|
|
17
17
|
//#region src/components/Individual/pages/LegalRepresentativeDetailsPage.tsx
|
|
@@ -8,7 +8,7 @@ import { r as useLegalEntity, t as ROOT_LE } from "./useLegalEntity-Dm6g0wmt.js"
|
|
|
8
8
|
import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-CCXvMgfE.js";
|
|
9
9
|
import { C as EntityTypes } from "./processCapabilities-CDSEJpB8.js";
|
|
10
10
|
import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-COcJt47f.js";
|
|
11
|
-
import { t as useNavigate } from "./useNavigate-
|
|
11
|
+
import { t as useNavigate } from "./useNavigate-CY9kkcIi.js";
|
|
12
12
|
import { t as PayoutDetailsDropinMultiForm } from "./PayoutDetailsDropinMultiForm-Bm-PbnDN.js";
|
|
13
13
|
import { jsx } from "preact/jsx-runtime";
|
|
14
14
|
import { useParams } from "wouter-preact";
|
package/dist/{RootIndividualDetailsPage-Cs-601aX.js → RootIndividualDetailsPage-Der3LFsF.js}
RENAMED
|
@@ -15,7 +15,7 @@ import { o as isPartOfTrustFromLegalEntity } from "./trustUtil-CVipffas.js";
|
|
|
15
15
|
import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-COcJt47f.js";
|
|
16
16
|
import { t as filterProblemsByTaskForms } from "./filterProblemsByTaskForms-CrTqhWJT.js";
|
|
17
17
|
import { n as getTrustedFields, r as getTrustedFieldsProvider } from "./getTrustedFields-BF_CmfLe.js";
|
|
18
|
-
import { n as individualForms, t as IndividualDropin } from "./IndividualDropin-
|
|
18
|
+
import { n as individualForms, t as IndividualDropin } from "./IndividualDropin-DImA9Gce.js";
|
|
19
19
|
import { jsx } from "preact/jsx-runtime";
|
|
20
20
|
//#region src/components/Individual/pages/RootIndividualDetailsPage.tsx
|
|
21
21
|
function RootIndividualDetailsPage({ asModal = false, hideSidebar = false, isTargetLegalEntityType = false, onSubmit, handleBackClick, handleCloseClick, handleHomeClick = noop }) {
|
package/dist/{TrustMemberIndividualPage-BiwagdFl.js → TrustMemberIndividualPage-DpbgH2PJ.js}
RENAMED
|
@@ -11,7 +11,7 @@ import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynami
|
|
|
11
11
|
import { C as EntityTypes } from "./processCapabilities-CDSEJpB8.js";
|
|
12
12
|
import { t as TaskTypes } from "./taskTypes-DWaxzvnQ.js";
|
|
13
13
|
import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-COcJt47f.js";
|
|
14
|
-
import { t as IndividualDropin } from "./IndividualDropin-
|
|
14
|
+
import { t as IndividualDropin } from "./IndividualDropin-DImA9Gce.js";
|
|
15
15
|
import { jsx } from "preact/jsx-runtime";
|
|
16
16
|
import { skipToken } from "@tanstack/preact-query";
|
|
17
17
|
import { useParams } from "wouter-preact";
|
|
@@ -11,7 +11,7 @@ import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynami
|
|
|
11
11
|
import { C as EntityTypes } from "./processCapabilities-CDSEJpB8.js";
|
|
12
12
|
import { t as TaskTypes } from "./taskTypes-DWaxzvnQ.js";
|
|
13
13
|
import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-COcJt47f.js";
|
|
14
|
-
import { t as IndividualDropin } from "./IndividualDropin-
|
|
14
|
+
import { t as IndividualDropin } from "./IndividualDropin-DImA9Gce.js";
|
|
15
15
|
import { jsx } from "preact/jsx-runtime";
|
|
16
16
|
import { skipToken } from "@tanstack/preact-query";
|
|
17
17
|
import { useParams } from "wouter-preact";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "10e2f988-98a7-458b-938e-8e0c787a3799", e._sentryDebugIdIdentifier = "sentry-dbid-10e2f988-98a7-458b-938e-8e0c787a3799");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-Br5wIPO-.js";
|
|
6
|
-
import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-
|
|
6
|
+
import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-BcrJH82n.js";
|
|
7
7
|
import { r as Loader } from "./Button-BDEdGXnd.js";
|
|
8
8
|
import { r as useLegalEntity } from "./useLegalEntity-Dm6g0wmt.js";
|
|
9
9
|
import { t as getLegalEntityCountry } from "./getLegalEntityCountry-C6bSV6sB.js";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "089ebc9a-8e45-4c6c-ba26-24b6136fa859", e._sentryDebugIdIdentifier = "sentry-dbid-089ebc9a-8e45-4c6c-ba26-24b6136fa859");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-Br5wIPO-.js";
|
|
6
|
-
import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-
|
|
6
|
+
import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-BcrJH82n.js";
|
|
7
7
|
import { r as Loader } from "./Button-BDEdGXnd.js";
|
|
8
8
|
import { r as useLegalEntity } from "./useLegalEntity-Dm6g0wmt.js";
|
|
9
9
|
import { t as getLegalEntityCountry } from "./getLegalEntityCountry-C6bSV6sB.js";
|
|
@@ -11,7 +11,7 @@ import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynami
|
|
|
11
11
|
import { C as EntityTypes } from "./processCapabilities-CDSEJpB8.js";
|
|
12
12
|
import { t as TaskTypes } from "./taskTypes-DWaxzvnQ.js";
|
|
13
13
|
import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-COcJt47f.js";
|
|
14
|
-
import { t as IndividualDropin } from "./IndividualDropin-
|
|
14
|
+
import { t as IndividualDropin } from "./IndividualDropin-DImA9Gce.js";
|
|
15
15
|
import { t as emitAdyenSdkEvent } from "./emitEvent-DYC1em5m.js";
|
|
16
16
|
import register from "preact-custom-element";
|
|
17
17
|
import { useRef } from "preact/hooks";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "8d126dd5-e2d3-43bf-b193-6f9e31dbf498", e._sentryDebugIdIdentifier = "sentry-dbid-8d126dd5-e2d3-43bf-b193-6f9e31dbf498");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-Br5wIPO-.js";
|
|
6
|
-
import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-
|
|
6
|
+
import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-BcrJH82n.js";
|
|
7
7
|
import { s as useApiContext } from "./http-CHTzpXCd.js";
|
|
8
8
|
import { r as useLegalEntity, t as ROOT_LE } from "./useLegalEntity-Dm6g0wmt.js";
|
|
9
9
|
import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-CCXvMgfE.js";
|
|
@@ -2,8 +2,8 @@ try {
|
|
|
2
2
|
let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "ebe06342-38a0-406f-a544-cec71485ae48", e._sentryDebugIdIdentifier = "sentry-dbid-ebe06342-38a0-406f-a544-cec71485ae48");
|
|
4
4
|
} catch (e) {}
|
|
5
|
-
import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-
|
|
6
|
-
import { t as InvitedDecisionMakerComponent } from "./InvitedDecisionMakerComponent-
|
|
5
|
+
import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-BcrJH82n.js";
|
|
6
|
+
import { t as InvitedDecisionMakerComponent } from "./InvitedDecisionMakerComponent-CHAwNzUH.js";
|
|
7
7
|
import register from "preact-custom-element";
|
|
8
8
|
import { jsx } from "preact/jsx-runtime";
|
|
9
9
|
//#region src/embeds/invited-decision-maker/adyen-invited-decision-maker.tsx
|
package/dist/adyen-onboarding.js
CHANGED
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "9cf3a093-d064-462f-ad6e-c6eb6577f420", e._sentryDebugIdIdentifier = "sentry-dbid-9cf3a093-d064-462f-ad6e-c6eb6577f420");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { a as Icon, i as Typography, n as addResourceBundles, o as createLogger, r as useTranslation } from "./translation-Br5wIPO-.js";
|
|
6
|
-
import { i as stylesheets, n as EmbedShell, r as useToggles, t as resolveEnvironment } from "./resolveEnvironment-
|
|
6
|
+
import { i as stylesheets, n as EmbedShell, r as useToggles, t as resolveEnvironment } from "./resolveEnvironment-BcrJH82n.js";
|
|
7
7
|
import { n as IconButton, r as Loader, t as Button } from "./Button-BDEdGXnd.js";
|
|
8
8
|
import { n as httpGet, r as httpPost, s as useApiContext } from "./http-CHTzpXCd.js";
|
|
9
9
|
import { r as useLegalEntity, t as ROOT_LE } from "./useLegalEntity-Dm6g0wmt.js";
|
|
@@ -55,7 +55,7 @@ import { t as isNewEntity } from "./isNewEntity-BCb_oxKh.js";
|
|
|
55
55
|
import { a as idNowPostSubmit, n as isBafinSignatoryFlow, s as showIdNowModal } from "./bafinUtils-AZHgY8qT.js";
|
|
56
56
|
import { t as useTrustMembers } from "./useTrustMembers-BP6ygpU4.js";
|
|
57
57
|
import { t as UnincorporatedPartnershipMemberTypes } from "./unincorporated-partnership-CtwHVLzp.js";
|
|
58
|
-
import { A as UnincorporatedPartnershipMembersOverview$1, C as TrustMemberCompanyPage$1, D as UnincorporatedPartnershipIndividualPage$1, E as TrustMembersOverview$1, M as getDefaultTask$1, O as UnincorporatedPartnershipMemberCompanyPage$1, S as TrustDetailsPage$1, T as TrustMemberRoleAndTypePage$1, _ as SignPCIComponent$1, a as BusinessTypeSelectionPage$1, b as SourceOfFundsPage$1, c as DecisionMakers$1, d as PayoutDetailsPage$1, f as ROUTE_PATHS, g as RootIndividualDetailsPage$1, h as RootBusinessLinesPage$1, i as BusinessFinancingPage$1, j as detectBasePath, k as UnincorporatedPartnershipMemberRoleAndTypePage$1, l as Introduction$1, m as RootBusinessDetailsPage$1, n as AcceptTermsOfService$1, o as CustomerSupport$1, p as Review$1, r as AccountSetupRejected$1, s as DecisionMakerDetailsPage$1, t as useNavigate, u as LegalRepresentativeDetailsPage$1, v as SingpassSelection$1, w as TrustMemberIndividualPage$1, x as TaxReportingDropin$1, y as SoleProprietorshipPage$1 } from "./useNavigate-
|
|
58
|
+
import { A as UnincorporatedPartnershipMembersOverview$1, C as TrustMemberCompanyPage$1, D as UnincorporatedPartnershipIndividualPage$1, E as TrustMembersOverview$1, M as getDefaultTask$1, O as UnincorporatedPartnershipMemberCompanyPage$1, S as TrustDetailsPage$1, T as TrustMemberRoleAndTypePage$1, _ as SignPCIComponent$1, a as BusinessTypeSelectionPage$1, b as SourceOfFundsPage$1, c as DecisionMakers$1, d as PayoutDetailsPage$1, f as ROUTE_PATHS, g as RootIndividualDetailsPage$1, h as RootBusinessLinesPage$1, i as BusinessFinancingPage$1, j as detectBasePath, k as UnincorporatedPartnershipMemberRoleAndTypePage$1, l as Introduction$1, m as RootBusinessDetailsPage$1, n as AcceptTermsOfService$1, o as CustomerSupport$1, p as Review$1, r as AccountSetupRejected$1, s as DecisionMakerDetailsPage$1, t as useNavigate, u as LegalRepresentativeDetailsPage$1, v as SingpassSelection$1, w as TrustMemberIndividualPage$1, x as TaxReportingDropin$1, y as SoleProprietorshipPage$1 } from "./useNavigate-CY9kkcIi.js";
|
|
59
59
|
import register from "preact-custom-element";
|
|
60
60
|
import { Suspense, lazy } from "preact/compat";
|
|
61
61
|
import { useCallback as useCallback$1, useContext as useContext$1, useEffect as useEffect$1, useMemo as useMemo$1, useReducer, useRef as useRef$1, useState as useState$1 } from "preact/hooks";
|
|
@@ -1766,24 +1766,24 @@ var Review = lazy(async () => (await import("./Review-BjMmCI8_.js")).Review);
|
|
|
1766
1766
|
var SignPCIComponent = lazy(async () => (await import("./SignPCIComponent-C91NFrWs.js").then((n) => n.n)).SignPCIComponent);
|
|
1767
1767
|
var AcceptTermsOfService = lazy(async () => (await import("./AcceptTermsOfServiceComponent-BIYgOoqa.js").then((n) => n.n)).AcceptTermsOfServiceComponent);
|
|
1768
1768
|
var TaxReportingDropin = lazy(async () => (await import("./TaxReportingDropin-BMYbiHlX.js").then((n) => n.n)).TaxReportingDropin);
|
|
1769
|
-
var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-
|
|
1769
|
+
var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-V8DC6v5K.js")).PayoutDetailsPage);
|
|
1770
1770
|
var RootBusinessDetailsPage = lazy(async () => (await import("./RootBusinessDetailsPage-rqDMn2Ek.js")).RootBusinessDetailsPage);
|
|
1771
1771
|
var RootBusinessLinesPage = lazy(async () => (await import("./RootBusinessLinesPage-vX2RdR1q.js")).RootBusinessLinesPage);
|
|
1772
1772
|
var SoleProprietorshipPage = lazy(async () => (await import("./SoleProprietorshipPage-Bmawn9Hl.js")).SoleProprietorshipPage);
|
|
1773
1773
|
var TrustMemberCompanyPage = lazy(async () => (await import("./TrustMemberCompanyPage-H5BUSK-l.js")).TrustMemberCompanyPage);
|
|
1774
|
-
var TrustMemberIndividualPage = lazy(async () => (await import("./TrustMemberIndividualPage-
|
|
1774
|
+
var TrustMemberIndividualPage = lazy(async () => (await import("./TrustMemberIndividualPage-DpbgH2PJ.js")).TrustMemberIndividualPage);
|
|
1775
1775
|
var TrustMemberRoleAndTypePage = lazy(async () => (await import("./TrustMemberRoleAndTypePage-B6CAPw_I.js")).TrustMemberRoleAndTypePage);
|
|
1776
1776
|
var TrustMembersOverview = lazy(async () => (await import("./TrustMembersOverview-sPSvGI74.js")).TrustMembersOverview);
|
|
1777
1777
|
var UnincorporatedPartnershipMemberCompanyPage = lazy(async () => (await import("./UnincorporatedPartnershipMemberCompanyPage-rPLWCL6f.js")).UnincorporatedPartnershipMemberCompanyPage);
|
|
1778
|
-
var UnincorporatedPartnershipIndividualPage = lazy(async () => (await import("./UnincorporatedPartnershipIndividualPage-
|
|
1778
|
+
var UnincorporatedPartnershipIndividualPage = lazy(async () => (await import("./UnincorporatedPartnershipIndividualPage-BHzho70s.js")).UnincorporatedPartnershipIndividualPage);
|
|
1779
1779
|
var UnincorporatedPartnershipMemberRoleAndTypePage = lazy(async () => (await import("./UnincorporatedPartnershipMemberRoleAndTypePage-DvhPYL9l.js")).UnincorporatedPartnershipMemberRoleAndTypePage);
|
|
1780
1780
|
var UnincorporatedPartnershipMembersOverview = lazy(async () => (await import("./UnincorporatedPartnershipMembersOverview-MeqDhQz7.js")).UnincorporatedPartnershipMembersOverview);
|
|
1781
1781
|
var BusinessFinancingPage = lazy(async () => (await import("./BusinessFinancingPage-CRPspsfV.js")).BusinessFinancingPage);
|
|
1782
1782
|
var TrustDetailsPage = lazy(async () => (await import("./TrustDetailsPage-ByWKgzze.js")).TrustDetailsPage);
|
|
1783
1783
|
var SourceOfFundsPage = lazy(async () => (await import("./SourceOfFundsPage-GTMmyUv0.js").then((n) => n.n)).SourceOfFundsPage);
|
|
1784
|
-
var RootIndividualDetailsPage = lazy(async () => (await import("./RootIndividualDetailsPage-
|
|
1785
|
-
var LegalRepresentativeDetailsPage = lazy(async () => (await import("./LegalRepresentativeDetailsPage-
|
|
1786
|
-
var DecisionMakerDetailsPage = lazy(async () => (await import("./DecisionMakerDetailsPage-
|
|
1784
|
+
var RootIndividualDetailsPage = lazy(async () => (await import("./RootIndividualDetailsPage-Der3LFsF.js")).RootIndividualDetailsPage);
|
|
1785
|
+
var LegalRepresentativeDetailsPage = lazy(async () => (await import("./LegalRepresentativeDetailsPage-DKAjE1nh.js")).LegalRepresentativeDetailsPage);
|
|
1786
|
+
var DecisionMakerDetailsPage = lazy(async () => (await import("./DecisionMakerDetailsPage-CPz3zBFp.js")).DecisionMakerDetailsPage);
|
|
1787
1787
|
function isIn(values, x) {
|
|
1788
1788
|
return values.includes(x);
|
|
1789
1789
|
}
|
|
@@ -2,7 +2,7 @@ try {
|
|
|
2
2
|
let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "d4c08306-7834-42f4-bdd0-a782405cd93b", e._sentryDebugIdIdentifier = "sentry-dbid-d4c08306-7834-42f4-bdd0-a782405cd93b");
|
|
4
4
|
} catch (e) {}
|
|
5
|
-
import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-
|
|
5
|
+
import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-BcrJH82n.js";
|
|
6
6
|
import { t as emitAdyenSdkEvent } from "./emitEvent-DYC1em5m.js";
|
|
7
7
|
import { t as AcceptTermsOfServiceComponent } from "./AcceptTermsOfServiceComponent-BIYgOoqa.js";
|
|
8
8
|
import register from "preact-custom-element";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "2160b329-ebc4-4321-a920-f6df6fec2862", e._sentryDebugIdIdentifier = "sentry-dbid-2160b329-ebc4-4321-a920-f6df6fec2862");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-Br5wIPO-.js";
|
|
6
|
-
import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-
|
|
6
|
+
import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-BcrJH82n.js";
|
|
7
7
|
import { s as useApiContext } from "./http-CHTzpXCd.js";
|
|
8
8
|
import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-CCXvMgfE.js";
|
|
9
9
|
import { n as useTermsOfServiceAcceptanceInfos, t as useTermsOfServiceStatus } from "./useTermsOfServiceStatus-Dh4huPkR.js";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "838773b4-671e-49d8-80a8-5f1f5ae80f88", e._sentryDebugIdIdentifier = "sentry-dbid-838773b4-671e-49d8-80a8-5f1f5ae80f88");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-Br5wIPO-.js";
|
|
6
|
-
import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-
|
|
6
|
+
import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-BcrJH82n.js";
|
|
7
7
|
import { r as Loader } from "./Button-BDEdGXnd.js";
|
|
8
8
|
import { r as useLegalEntity } from "./useLegalEntity-Dm6g0wmt.js";
|
|
9
9
|
import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-CCXvMgfE.js";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "a237c1ca-b52f-4eb4-b2fa-7fe78b50752f", e._sentryDebugIdIdentifier = "sentry-dbid-a237c1ca-b52f-4eb4-b2fa-7fe78b50752f");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { i as Typography, n as addResourceBundles, o as createLogger, r as useTranslation } from "./translation-Br5wIPO-.js";
|
|
6
|
-
import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-
|
|
6
|
+
import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-BcrJH82n.js";
|
|
7
7
|
import { r as Loader, t as Button } from "./Button-BDEdGXnd.js";
|
|
8
8
|
import { n as httpGet, s as useApiContext } from "./http-CHTzpXCd.js";
|
|
9
9
|
import { c as entriesOf, n as cloneObject } from "./AnalyticsContext-C0HNdPss.js";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "50a49ba7-e0aa-428f-8027-35abd1da6332", e._sentryDebugIdIdentifier = "sentry-dbid-50a49ba7-e0aa-428f-8027-35abd1da6332");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, o as createLogger, r as useTranslation } from "./translation-Br5wIPO-.js";
|
|
6
|
-
import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-
|
|
6
|
+
import { i as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-BcrJH82n.js";
|
|
7
7
|
import { r as Loader, t as Button } from "./Button-BDEdGXnd.js";
|
|
8
8
|
import { r as httpPost, s as useApiContext } from "./http-CHTzpXCd.js";
|
|
9
9
|
import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-CCXvMgfE.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
try {
|
|
2
2
|
let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
|
|
3
|
-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "
|
|
3
|
+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "b1109edd-2092-4456-8caf-5e13e2c5f66c", e._sentryDebugIdIdentifier = "sentry-dbid-b1109edd-2092-4456-8caf-5e13e2c5f66c");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, o as createLogger, r as useTranslation, s as initReactI18next } from "./translation-Br5wIPO-.js";
|
|
6
6
|
import { r as Loader, t as Button } from "./Button-BDEdGXnd.js";
|
|
@@ -301,7 +301,7 @@ var getAnalyticsAssociatedEntityDetails = (rootLegalEntity, accountHolderType) =
|
|
|
301
301
|
//#endregion
|
|
302
302
|
//#region src/hooks/useAnalytics/useAnalytics.ts
|
|
303
303
|
var useAnalytics = ({ userEvents, sessionId, sessionData }) => {
|
|
304
|
-
const sdkVersion = "4.12.
|
|
304
|
+
const sdkVersion = "4.12.2";
|
|
305
305
|
const { data: rootLegalEntity } = useLegalEntity(ROOT_LE);
|
|
306
306
|
const { mutateAsync } = usePushAnalyticEvent(sessionId ?? "");
|
|
307
307
|
const { accountHolder } = useAccountHolder();
|
|
@@ -396,7 +396,7 @@ var AnalyticsProvider = ({ componentName, children, rootLegalEntityId, locale })
|
|
|
396
396
|
const capabilities = rootLegalEntity?.capabilities && Object.keys(rootLegalEntity.capabilities);
|
|
397
397
|
const shouldTrackPrefilledDetails = capabilities?.includes("receivePayments") && onboardingVersion && onboardingVersion > 1;
|
|
398
398
|
const sessionData = {
|
|
399
|
-
sdkVersion: "4.12.
|
|
399
|
+
sdkVersion: "4.12.2",
|
|
400
400
|
componentName,
|
|
401
401
|
userAgent: navigator.userAgent,
|
|
402
402
|
legalEntityId: rootLegalEntityId,
|
|
@@ -851,7 +851,7 @@ var AllowedCountryGate = ({ children }) => {
|
|
|
851
851
|
};
|
|
852
852
|
//#endregion
|
|
853
853
|
//#region src/components/Shared/devex/DebugListener/DebugListener.tsx
|
|
854
|
-
var DebugModal = lazy(async () => (await import("./DebugModal-
|
|
854
|
+
var DebugModal = lazy(async () => (await import("./DebugModal-DjGbXw-4.js")).DebugModal);
|
|
855
855
|
/**
|
|
856
856
|
* Adds a listener on the page to open the debug modal when the
|
|
857
857
|
* debug modal key combination is pressed to open it
|
|
@@ -949,7 +949,7 @@ var EmbedShell = ({ children, rootLegalEntityId, settings, features, refreshExpe
|
|
|
949
949
|
children: /* @__PURE__ */ jsxs(StoreProvider, { children: [/* @__PURE__ */ jsx("span", {
|
|
950
950
|
id: "sdk-version",
|
|
951
951
|
hidden: true,
|
|
952
|
-
children: "4.12.
|
|
952
|
+
children: "4.12.2"
|
|
953
953
|
}), /* @__PURE__ */ jsx(AnalyticsProvider, {
|
|
954
954
|
componentName,
|
|
955
955
|
locale,
|
|
@@ -6,11 +6,12 @@ export declare const showIndividualMotionCapture: import("@preact/signals").Sign
|
|
|
6
6
|
export declare const setShowIndividualMotionCapture: (showMotionCapture?: boolean) => void;
|
|
7
7
|
export declare const hasMotionCaptureScenario: import("@preact/signals").Signal<boolean | undefined>;
|
|
8
8
|
export declare const setHasMotionCaptureScenario: (scenarios?: Scenario[]) => void;
|
|
9
|
-
export declare const shouldShowMotionCapture: ({ capabilities, userRoles, taskType, hasMotionScenario, isInvitedEntity, }: {
|
|
9
|
+
export declare const shouldShowMotionCapture: ({ capabilities, userRoles, taskType, hasMotionScenario, hasLiveSelfieError, isInvitedEntity, }: {
|
|
10
10
|
capabilities?: Partial<Record<CapabilityName, Capability>>;
|
|
11
11
|
userRoles?: DecisionMakerType[];
|
|
12
12
|
taskType?: TaskType;
|
|
13
13
|
hasMotionScenario?: boolean;
|
|
14
|
+
hasLiveSelfieError?: boolean;
|
|
14
15
|
isInvitedEntity?: boolean;
|
|
15
16
|
}) => boolean | undefined;
|
|
16
17
|
export declare const shouldShowMotionCaptureForInvitedEntity: ({ capabilities, userRoles, }: {
|
|
@@ -36,25 +36,25 @@ var Review = lazy(async () => (await import("./Review-BjMmCI8_.js")).Review);
|
|
|
36
36
|
var SignPCIComponent = lazy(async () => (await import("./SignPCIComponent-C91NFrWs.js").then((n) => n.n)).SignPCIComponent);
|
|
37
37
|
var AcceptTermsOfService = lazy(async () => (await import("./AcceptTermsOfServiceComponent-BIYgOoqa.js").then((n) => n.n)).AcceptTermsOfServiceComponent);
|
|
38
38
|
var TaxReportingDropin = lazy(async () => (await import("./TaxReportingDropin-BMYbiHlX.js").then((n) => n.n)).TaxReportingDropin);
|
|
39
|
-
var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-
|
|
39
|
+
var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-V8DC6v5K.js")).PayoutDetailsPage);
|
|
40
40
|
var RootBusinessDetailsPage = lazy(async () => (await import("./RootBusinessDetailsPage-rqDMn2Ek.js")).RootBusinessDetailsPage);
|
|
41
41
|
var RootBusinessLinesPage = lazy(async () => (await import("./RootBusinessLinesPage-vX2RdR1q.js")).RootBusinessLinesPage);
|
|
42
42
|
var SoleProprietorshipPage = lazy(async () => (await import("./SoleProprietorshipPage-Bmawn9Hl.js")).SoleProprietorshipPage);
|
|
43
43
|
var TrustMemberCompanyPage = lazy(async () => (await import("./TrustMemberCompanyPage-H5BUSK-l.js")).TrustMemberCompanyPage);
|
|
44
|
-
var TrustMemberIndividualPage = lazy(async () => (await import("./TrustMemberIndividualPage-
|
|
44
|
+
var TrustMemberIndividualPage = lazy(async () => (await import("./TrustMemberIndividualPage-DpbgH2PJ.js")).TrustMemberIndividualPage);
|
|
45
45
|
var TrustMemberRoleAndTypePage = lazy(async () => (await import("./TrustMemberRoleAndTypePage-B6CAPw_I.js")).TrustMemberRoleAndTypePage);
|
|
46
46
|
var TrustMembersOverview = lazy(async () => (await import("./TrustMembersOverview-sPSvGI74.js")).TrustMembersOverview);
|
|
47
47
|
var UnincorporatedPartnershipMemberCompanyPage = lazy(async () => (await import("./UnincorporatedPartnershipMemberCompanyPage-rPLWCL6f.js")).UnincorporatedPartnershipMemberCompanyPage);
|
|
48
|
-
var UnincorporatedPartnershipIndividualPage = lazy(async () => (await import("./UnincorporatedPartnershipIndividualPage-
|
|
48
|
+
var UnincorporatedPartnershipIndividualPage = lazy(async () => (await import("./UnincorporatedPartnershipIndividualPage-BHzho70s.js")).UnincorporatedPartnershipIndividualPage);
|
|
49
49
|
var UnincorporatedPartnershipMemberRoleAndTypePage = lazy(async () => (await import("./UnincorporatedPartnershipMemberRoleAndTypePage-DvhPYL9l.js")).UnincorporatedPartnershipMemberRoleAndTypePage);
|
|
50
50
|
var UnincorporatedPartnershipMembersOverview = lazy(async () => (await import("./UnincorporatedPartnershipMembersOverview-MeqDhQz7.js")).UnincorporatedPartnershipMembersOverview);
|
|
51
51
|
var BusinessFinancingPage = lazy(async () => (await import("./BusinessFinancingPage-CRPspsfV.js")).BusinessFinancingPage);
|
|
52
52
|
var TrustDetailsPage = lazy(async () => (await import("./TrustDetailsPage-ByWKgzze.js")).TrustDetailsPage);
|
|
53
53
|
var SourceOfFundsPage = lazy(async () => (await import("./SourceOfFundsPage-GTMmyUv0.js").then((n) => n.n)).SourceOfFundsPage);
|
|
54
|
-
var RootIndividualDetailsPage = lazy(async () => (await import("./RootIndividualDetailsPage-
|
|
55
|
-
var LegalRepresentativeDetailsPage = lazy(async () => (await import("./LegalRepresentativeDetailsPage-
|
|
56
|
-
var DecisionMakerDetailsPage = lazy(async () => (await import("./DecisionMakerDetailsPage-
|
|
57
|
-
lazy(async () => (await import("./InvitedDecisionMakerComponent-
|
|
54
|
+
var RootIndividualDetailsPage = lazy(async () => (await import("./RootIndividualDetailsPage-Der3LFsF.js")).RootIndividualDetailsPage);
|
|
55
|
+
var LegalRepresentativeDetailsPage = lazy(async () => (await import("./LegalRepresentativeDetailsPage-DKAjE1nh.js")).LegalRepresentativeDetailsPage);
|
|
56
|
+
var DecisionMakerDetailsPage = lazy(async () => (await import("./DecisionMakerDetailsPage-CPz3zBFp.js")).DecisionMakerDetailsPage);
|
|
57
|
+
lazy(async () => (await import("./InvitedDecisionMakerComponent-CHAwNzUH.js").then((n) => n.n)).InvitedDecisionMakerComponent);
|
|
58
58
|
var ROUTE_CONFIG = {
|
|
59
59
|
[TaskTypes.ADAPTIVE]: {
|
|
60
60
|
path: "/adaptive",
|