@adyen/kyc-components 4.10.0-beta.0 → 4.10.0
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-ENldBD1a.js → DebugModal-CfpWabgn.js} +2 -2
- package/dist/{PayoutDetailsPage-UIeFbDJB.js → PayoutDetailsPage-DVOPH_hg.js} +1 -1
- package/dist/{RootBusinessDetailsPage-D9DOX4ar.js → RootBusinessDetailsPage-hc6Cq5iE.js} +1 -1
- package/dist/{SoleProprietorshipPage-CiccfaKl.js → SoleProprietorshipPage-rZaQdDVV.js} +1 -1
- package/dist/{TrustMemberCompanyPage-DrzQjde3.js → TrustMemberCompanyPage-CXe-TDVZ.js} +1 -1
- package/dist/{UnincorporatedPartnershipMemberCompanyPage-B6YQShKT.js → UnincorporatedPartnershipMemberCompanyPage-CmICi3f4.js} +1 -1
- package/dist/adyen-business-financing.js +1 -1
- package/dist/adyen-individual-configuration.js +1 -1
- package/dist/adyen-individual-status.js +1 -1
- package/dist/adyen-invited-decision-maker.js +1 -1
- package/dist/adyen-onboarding.js +7 -7
- 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-D66faywu.js → resolveEnvironment-BnNq0wtB.js} +5 -5
- package/dist/{useBusinessDetailsData-DihWSSSa.js → useBusinessDetailsData-OlHu6XTq.js} +9 -4
- package/dist/{useNavigate-DHue_HbH.js → useNavigate-Cf8jKngu.js} +5 -5
- 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] = "ea50e32e-2c67-4882-938d-fad4f5d41cc6", e._sentryDebugIdIdentifier = "sentry-dbid-ea50e32e-2c67-4882-938d-fad4f5d41cc6");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { a as Icon, o as createLogger, r as useTranslation } from "./translation-HjimzbDK.js";
|
|
6
6
|
import { t as Button } from "./Button-BrEOD5gK.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.10.0
|
|
352
|
+
sdkVersion: "4.10.0",
|
|
353
353
|
locale: i18n.language,
|
|
354
354
|
rootLegalEntityId: rootLegalEntity.id
|
|
355
355
|
};
|
|
@@ -24,7 +24,7 @@ import { t as Confirm } from "./Confirm-DL6vIvKe.js";
|
|
|
24
24
|
import { n as FeatureNames, t as ExperimentNames } from "./types-DNJs8sHQ.js";
|
|
25
25
|
import { t as Image } from "./Image-DuhCij-a.js";
|
|
26
26
|
import { n as getLegalEntityNameBasedOnType, r as getPayoutAccountHolderName } from "./getName-ODLD6UPV.js";
|
|
27
|
-
import { t as useNavigate } from "./useNavigate-
|
|
27
|
+
import { t as useNavigate } from "./useNavigate-Cf8jKngu.js";
|
|
28
28
|
import { a as useScenarioConfiguration, o as useUnifyLoadingStatus } from "./mapExistingFile-7mSnnqOH.js";
|
|
29
29
|
import { n as FormFlow, r as FormContextProvider, t as useFormContext } from "./useFormContext-erwyg3F-.js";
|
|
30
30
|
import { r as getPropsFromConfigurations } from "./process-field-configurations-B4XWnUpM.js";
|
|
@@ -11,7 +11,7 @@ import { C as EntityTypes } from "./processCapabilities-CI_g2ItO.js";
|
|
|
11
11
|
import { t as TaskTypes } from "./taskTypes-DWaxzvnQ.js";
|
|
12
12
|
import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-BY9SUWeG.js";
|
|
13
13
|
import { t as filterProblemsByTaskForms } from "./filterProblemsByTaskForms-DGjmBtpp.js";
|
|
14
|
-
import { n as BusinessDetailsDropin, r as getForms, t as useBusinessDetailsData } from "./useBusinessDetailsData-
|
|
14
|
+
import { n as BusinessDetailsDropin, r as getForms, t as useBusinessDetailsData } from "./useBusinessDetailsData-OlHu6XTq.js";
|
|
15
15
|
import { jsx } from "preact/jsx-runtime";
|
|
16
16
|
//#region src/components/Business/pages/RootBusinessDetailsPage.tsx
|
|
17
17
|
var RootBusinessDetailsPage = ({ onSubmit, handleHomeClick }) => {
|
|
@@ -10,7 +10,7 @@ import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynami
|
|
|
10
10
|
import { C as EntityTypes } from "./processCapabilities-CI_g2ItO.js";
|
|
11
11
|
import { t as TaskTypes } from "./taskTypes-DWaxzvnQ.js";
|
|
12
12
|
import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-BY9SUWeG.js";
|
|
13
|
-
import { n as BusinessDetailsDropin, t as useBusinessDetailsData } from "./useBusinessDetailsData-
|
|
13
|
+
import { n as BusinessDetailsDropin, t as useBusinessDetailsData } from "./useBusinessDetailsData-OlHu6XTq.js";
|
|
14
14
|
import { jsx } from "preact/jsx-runtime";
|
|
15
15
|
import { skipToken } from "@tanstack/preact-query";
|
|
16
16
|
//#region src/components/SoleProprietorship/pages/SoleProprietorshipPage.tsx
|
|
@@ -11,7 +11,7 @@ import { C as EntityTypes } from "./processCapabilities-CI_g2ItO.js";
|
|
|
11
11
|
import { t as TaskTypes } from "./taskTypes-DWaxzvnQ.js";
|
|
12
12
|
import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-BY9SUWeG.js";
|
|
13
13
|
import { t as useTrustMembers } from "./useTrustMembers-TW_OQBdM.js";
|
|
14
|
-
import { n as BusinessDetailsDropin, t as useBusinessDetailsData } from "./useBusinessDetailsData-
|
|
14
|
+
import { n as BusinessDetailsDropin, t as useBusinessDetailsData } from "./useBusinessDetailsData-OlHu6XTq.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 { C as EntityTypes } from "./processCapabilities-CI_g2ItO.js";
|
|
|
11
11
|
import { t as TaskTypes } from "./taskTypes-DWaxzvnQ.js";
|
|
12
12
|
import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-BY9SUWeG.js";
|
|
13
13
|
import { t as useUnincorporatedPartnershipMembers } from "./useUnincorporatedPartnershipMembers-CAj9nWt7.js";
|
|
14
|
-
import { n as BusinessDetailsDropin, t as useBusinessDetailsData } from "./useBusinessDetailsData-
|
|
14
|
+
import { n as BusinessDetailsDropin, t as useBusinessDetailsData } from "./useBusinessDetailsData-OlHu6XTq.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] = "427e24ae-be6b-4a4c-a7d9-10aa57e984ba", e._sentryDebugIdIdentifier = "sentry-dbid-427e24ae-be6b-4a4c-a7d9-10aa57e984ba");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-HjimzbDK.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-BnNq0wtB.js";
|
|
7
7
|
import { r as Loader } from "./Button-BrEOD5gK.js";
|
|
8
8
|
import { r as useLegalEntity } from "./useLegalEntity-CX0N5ETD.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] = "d21dd64a-4fd1-43e5-96d6-4af87a000626", e._sentryDebugIdIdentifier = "sentry-dbid-d21dd64a-4fd1-43e5-96d6-4af87a000626");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-HjimzbDK.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-BnNq0wtB.js";
|
|
7
7
|
import { r as Loader } from "./Button-BrEOD5gK.js";
|
|
8
8
|
import { r as useLegalEntity } from "./useLegalEntity-CX0N5ETD.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] = "19003dc7-46db-47fd-917e-385a3f4fb3ed", e._sentryDebugIdIdentifier = "sentry-dbid-19003dc7-46db-47fd-917e-385a3f4fb3ed");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-HjimzbDK.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-BnNq0wtB.js";
|
|
7
7
|
import { s as useApiContext } from "./http-BDgJ4fhh.js";
|
|
8
8
|
import { r as useLegalEntity, t as ROOT_LE } from "./useLegalEntity-CX0N5ETD.js";
|
|
9
9
|
import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-CCXvMgfE.js";
|
|
@@ -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] = "61b97791-bbcf-405f-86ee-17eabb41635d", e._sentryDebugIdIdentifier = "sentry-dbid-61b97791-bbcf-405f-86ee-17eabb41635d");
|
|
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-BnNq0wtB.js";
|
|
6
6
|
import { t as InvitedDecisionMakerComponent } from "./InvitedDecisionMakerComponent-QwJ7zyf0.js";
|
|
7
7
|
import register from "preact-custom-element";
|
|
8
8
|
import { jsx } from "preact/jsx-runtime";
|
package/dist/adyen-onboarding.js
CHANGED
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "c1250aa8-64d5-4a72-8651-ff656bda16c4", e._sentryDebugIdIdentifier = "sentry-dbid-c1250aa8-64d5-4a72-8651-ff656bda16c4");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { a as Icon, i as Typography, n as addResourceBundles, o as createLogger, r as useTranslation } from "./translation-HjimzbDK.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-BnNq0wtB.js";
|
|
7
7
|
import { n as IconButton, r as Loader, t as Button } from "./Button-BrEOD5gK.js";
|
|
8
8
|
import { n as httpGet, r as httpPost, s as useApiContext } from "./http-BDgJ4fhh.js";
|
|
9
9
|
import { r as useLegalEntity, t as ROOT_LE } from "./useLegalEntity-CX0N5ETD.js";
|
|
@@ -55,7 +55,7 @@ import { t as isNewEntity } from "./isNewEntity-BCb_oxKh.js";
|
|
|
55
55
|
import { i as idNowPostSubmit, o as showIdNowModal, t as isBafinSignatoryFlow } from "./bafinUtils-D3gY2wvY.js";
|
|
56
56
|
import { t as useTrustMembers } from "./useTrustMembers-TW_OQBdM.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-Cf8jKngu.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";
|
|
@@ -1777,15 +1777,15 @@ var Review = lazy(async () => (await import("./Review-O6q9UkXW.js")).Review);
|
|
|
1777
1777
|
var SignPCIComponent = lazy(async () => (await import("./SignPCIComponent-DiENrKGE.js")).SignPCIComponent);
|
|
1778
1778
|
var AcceptTermsOfService = lazy(async () => (await import("./AcceptTermsOfServiceComponent-DUE5d8Xw.js")).AcceptTermsOfServiceComponent);
|
|
1779
1779
|
var TaxReportingDropin = lazy(async () => (await import("./TaxReportingDropin-D0d6xsfQ.js")).TaxReportingDropin);
|
|
1780
|
-
var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-
|
|
1781
|
-
var RootBusinessDetailsPage = lazy(async () => (await import("./RootBusinessDetailsPage-
|
|
1780
|
+
var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-DVOPH_hg.js")).PayoutDetailsPage);
|
|
1781
|
+
var RootBusinessDetailsPage = lazy(async () => (await import("./RootBusinessDetailsPage-hc6Cq5iE.js")).RootBusinessDetailsPage);
|
|
1782
1782
|
var RootBusinessLinesPage = lazy(async () => (await import("./RootBusinessLinesPage-B36Go9y-.js")).RootBusinessLinesPage);
|
|
1783
|
-
var SoleProprietorshipPage = lazy(async () => (await import("./SoleProprietorshipPage-
|
|
1784
|
-
var TrustMemberCompanyPage = lazy(async () => (await import("./TrustMemberCompanyPage-
|
|
1783
|
+
var SoleProprietorshipPage = lazy(async () => (await import("./SoleProprietorshipPage-rZaQdDVV.js")).SoleProprietorshipPage);
|
|
1784
|
+
var TrustMemberCompanyPage = lazy(async () => (await import("./TrustMemberCompanyPage-CXe-TDVZ.js")).TrustMemberCompanyPage);
|
|
1785
1785
|
var TrustMemberIndividualPage = lazy(async () => (await import("./TrustMemberIndividualPage-CCAS9Ab-.js")).TrustMemberIndividualPage);
|
|
1786
1786
|
var TrustMemberRoleAndTypePage = lazy(async () => (await import("./TrustMemberRoleAndTypePage-Dohh-Fk5.js")).TrustMemberRoleAndTypePage);
|
|
1787
1787
|
var TrustMembersOverview = lazy(async () => (await import("./TrustMembersOverview-CVS43fPZ.js")).TrustMembersOverview);
|
|
1788
|
-
var UnincorporatedPartnershipMemberCompanyPage = lazy(async () => (await import("./UnincorporatedPartnershipMemberCompanyPage-
|
|
1788
|
+
var UnincorporatedPartnershipMemberCompanyPage = lazy(async () => (await import("./UnincorporatedPartnershipMemberCompanyPage-CmICi3f4.js")).UnincorporatedPartnershipMemberCompanyPage);
|
|
1789
1789
|
var UnincorporatedPartnershipIndividualPage = lazy(async () => (await import("./UnincorporatedPartnershipIndividualPage-wgoL7EkB.js")).UnincorporatedPartnershipIndividualPage);
|
|
1790
1790
|
var UnincorporatedPartnershipMemberRoleAndTypePage = lazy(async () => (await import("./UnincorporatedPartnershipMemberRoleAndTypePage-B6UMZmvr.js")).UnincorporatedPartnershipMemberRoleAndTypePage);
|
|
1791
1791
|
var UnincorporatedPartnershipMembersOverview = lazy(async () => (await import("./UnincorporatedPartnershipMembersOverview-DeXkQfpG.js")).UnincorporatedPartnershipMembersOverview);
|
|
@@ -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] = "b0296db3-5679-443a-868d-da844892c25f", e._sentryDebugIdIdentifier = "sentry-dbid-b0296db3-5679-443a-868d-da844892c25f");
|
|
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-BnNq0wtB.js";
|
|
6
6
|
import { t as emitAdyenSdkEvent } from "./emitEvent-Cdd95HOT.js";
|
|
7
7
|
import { t as AcceptTermsOfServiceComponent } from "./AcceptTermsOfServiceComponent-Bgr4lpJD.js";
|
|
8
8
|
import register from "preact-custom-element";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "b22a48c2-2ffe-4c91-89d2-926a63ef0e03", e._sentryDebugIdIdentifier = "sentry-dbid-b22a48c2-2ffe-4c91-89d2-926a63ef0e03");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-HjimzbDK.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-BnNq0wtB.js";
|
|
7
7
|
import { s as useApiContext } from "./http-BDgJ4fhh.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-DrcRGxab.js";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "4e214fb7-6aa9-4a5c-8af8-b51737379e39", e._sentryDebugIdIdentifier = "sentry-dbid-4e214fb7-6aa9-4a5c-8af8-b51737379e39");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-HjimzbDK.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-BnNq0wtB.js";
|
|
7
7
|
import { r as Loader } from "./Button-BrEOD5gK.js";
|
|
8
8
|
import { r as useLegalEntity } from "./useLegalEntity-CX0N5ETD.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] = "7488d8b0-bf73-4c23-bdb6-e6ed8736856e", e._sentryDebugIdIdentifier = "sentry-dbid-7488d8b0-bf73-4c23-bdb6-e6ed8736856e");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { i as Typography, n as addResourceBundles, o as createLogger, r as useTranslation } from "./translation-HjimzbDK.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-BnNq0wtB.js";
|
|
7
7
|
import { r as Loader, t as Button } from "./Button-BrEOD5gK.js";
|
|
8
8
|
import { n as httpGet, s as useApiContext } from "./http-BDgJ4fhh.js";
|
|
9
9
|
import { c as entriesOf, n as cloneObject } from "./AnalyticsContext-zvlAxIPp.js";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "58ec6537-60f0-47bc-bbf8-21e0632c4395", e._sentryDebugIdIdentifier = "sentry-dbid-58ec6537-60f0-47bc-bbf8-21e0632c4395");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, o as createLogger, r as useTranslation } from "./translation-HjimzbDK.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-BnNq0wtB.js";
|
|
7
7
|
import { r as Loader, t as Button } from "./Button-BrEOD5gK.js";
|
|
8
8
|
import { r as httpPost, s as useApiContext } from "./http-BDgJ4fhh.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] = "fae5cee8-4f90-4de7-8b11-1884a7f2c946", e._sentryDebugIdIdentifier = "sentry-dbid-fae5cee8-4f90-4de7-8b11-1884a7f2c946");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, o as createLogger, r as useTranslation, s as initReactI18next } from "./translation-HjimzbDK.js";
|
|
6
6
|
import { r as Loader, t as Button } from "./Button-BrEOD5gK.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.10.0
|
|
304
|
+
const sdkVersion = "4.10.0";
|
|
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.10.0
|
|
399
|
+
sdkVersion: "4.10.0",
|
|
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-CfpWabgn.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.10.0
|
|
952
|
+
children: "4.10.0"
|
|
953
953
|
}), /* @__PURE__ */ jsx(AnalyticsProvider, {
|
|
954
954
|
componentName,
|
|
955
955
|
locale,
|
|
@@ -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] = "e39ab662-8469-4378-9090-0bd76417e38e", e._sentryDebugIdIdentifier = "sentry-dbid-e39ab662-8469-4378-9090-0bd76417e38e");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { i as Typography, o as createLogger, r as useTranslation } from "./translation-HjimzbDK.js";
|
|
6
6
|
import { r as Loader, t as Button } from "./Button-BrEOD5gK.js";
|
|
@@ -3634,12 +3634,16 @@ var unsetCustomerSupportNumber = (customerSupport) => {
|
|
|
3634
3634
|
};
|
|
3635
3635
|
//#endregion
|
|
3636
3636
|
//#region src/components/Business/utils/usePrefetchCompanySearch.ts
|
|
3637
|
+
var getRootElement = () => {
|
|
3638
|
+
const onboardingWC = document.querySelector("adyen-onboarding");
|
|
3639
|
+
return (onboardingWC && onboardingWC?.shadowRoot) ?? document;
|
|
3640
|
+
};
|
|
3637
3641
|
function usePrefetchCompanySearch({ multiForm, activeFormId, isUsingCompanySearch }) {
|
|
3638
3642
|
const queryClient = useQueryClient();
|
|
3639
3643
|
const { baseUrl, rootLegalEntityId } = useApiContext();
|
|
3640
3644
|
const userEvents = useAnalyticsContext();
|
|
3641
3645
|
const debouncedCompanySearchPrefetch = useDebouncedCallback(useCallback$1(async () => {
|
|
3642
|
-
const activeElementName = (
|
|
3646
|
+
const root = getRootElement(), activeElementName = (root.activeElement && root.activeElement.getAttribute("name")) ?? "";
|
|
3643
3647
|
const fieldNames = [
|
|
3644
3648
|
"legalCompanyName",
|
|
3645
3649
|
"country",
|
|
@@ -3679,8 +3683,9 @@ function usePrefetchCompanySearch({ multiForm, activeFormId, isUsingCompanySearc
|
|
|
3679
3683
|
if (activeFormId !== "basicInformation" || !isUsingCompanySearch) return;
|
|
3680
3684
|
debouncedCompanySearchPrefetch();
|
|
3681
3685
|
};
|
|
3682
|
-
|
|
3683
|
-
|
|
3686
|
+
const root = getRootElement();
|
|
3687
|
+
root.addEventListener("focusout", prefetch);
|
|
3688
|
+
return () => root.removeEventListener("focusout", prefetch);
|
|
3684
3689
|
}, [
|
|
3685
3690
|
activeFormId,
|
|
3686
3691
|
debouncedCompanySearchPrefetch,
|
|
@@ -36,15 +36,15 @@ var Review = lazy(async () => (await import("./Review-O6q9UkXW.js")).Review);
|
|
|
36
36
|
var SignPCIComponent = lazy(async () => (await import("./SignPCIComponent-DiENrKGE.js")).SignPCIComponent);
|
|
37
37
|
var AcceptTermsOfService = lazy(async () => (await import("./AcceptTermsOfServiceComponent-DUE5d8Xw.js")).AcceptTermsOfServiceComponent);
|
|
38
38
|
var TaxReportingDropin = lazy(async () => (await import("./TaxReportingDropin-D0d6xsfQ.js")).TaxReportingDropin);
|
|
39
|
-
var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-
|
|
40
|
-
var RootBusinessDetailsPage = lazy(async () => (await import("./RootBusinessDetailsPage-
|
|
39
|
+
var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-DVOPH_hg.js")).PayoutDetailsPage);
|
|
40
|
+
var RootBusinessDetailsPage = lazy(async () => (await import("./RootBusinessDetailsPage-hc6Cq5iE.js")).RootBusinessDetailsPage);
|
|
41
41
|
var RootBusinessLinesPage = lazy(async () => (await import("./RootBusinessLinesPage-B36Go9y-.js")).RootBusinessLinesPage);
|
|
42
|
-
var SoleProprietorshipPage = lazy(async () => (await import("./SoleProprietorshipPage-
|
|
43
|
-
var TrustMemberCompanyPage = lazy(async () => (await import("./TrustMemberCompanyPage-
|
|
42
|
+
var SoleProprietorshipPage = lazy(async () => (await import("./SoleProprietorshipPage-rZaQdDVV.js")).SoleProprietorshipPage);
|
|
43
|
+
var TrustMemberCompanyPage = lazy(async () => (await import("./TrustMemberCompanyPage-CXe-TDVZ.js")).TrustMemberCompanyPage);
|
|
44
44
|
var TrustMemberIndividualPage = lazy(async () => (await import("./TrustMemberIndividualPage-CCAS9Ab-.js")).TrustMemberIndividualPage);
|
|
45
45
|
var TrustMemberRoleAndTypePage = lazy(async () => (await import("./TrustMemberRoleAndTypePage-Dohh-Fk5.js")).TrustMemberRoleAndTypePage);
|
|
46
46
|
var TrustMembersOverview = lazy(async () => (await import("./TrustMembersOverview-CVS43fPZ.js")).TrustMembersOverview);
|
|
47
|
-
var UnincorporatedPartnershipMemberCompanyPage = lazy(async () => (await import("./UnincorporatedPartnershipMemberCompanyPage-
|
|
47
|
+
var UnincorporatedPartnershipMemberCompanyPage = lazy(async () => (await import("./UnincorporatedPartnershipMemberCompanyPage-CmICi3f4.js")).UnincorporatedPartnershipMemberCompanyPage);
|
|
48
48
|
var UnincorporatedPartnershipIndividualPage = lazy(async () => (await import("./UnincorporatedPartnershipIndividualPage-wgoL7EkB.js")).UnincorporatedPartnershipIndividualPage);
|
|
49
49
|
var UnincorporatedPartnershipMemberRoleAndTypePage = lazy(async () => (await import("./UnincorporatedPartnershipMemberRoleAndTypePage-B6UMZmvr.js")).UnincorporatedPartnershipMemberRoleAndTypePage);
|
|
50
50
|
var UnincorporatedPartnershipMembersOverview = lazy(async () => (await import("./UnincorporatedPartnershipMembersOverview-DeXkQfpG.js")).UnincorporatedPartnershipMembersOverview);
|