@adyen/kyc-components 4.9.0-beta.0 → 4.9.0-beta.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-o5E385CJ.js → DebugModal-CkoiXkND.js} +2 -2
- package/dist/{DecisionMakerDetails-CIPJYtXC.js → DecisionMakerDetails-CxhW2BO7.js} +5 -2
- package/dist/{DecisionMakers-BHmeXtQg.js → DecisionMakers-CX8SYldy.js} +4 -3
- package/dist/{InvitedDecisionMakerComponent-CinIOPl5.js → InvitedDecisionMakerComponent-BtVRLh-U.js} +1 -1
- package/dist/{InvitedDecisionMakerComponent-CWFjVunH.js → InvitedDecisionMakerComponent-qaPrycQU.js} +1 -1
- package/dist/{PayoutDetailsPage-C0skgVvV.js → PayoutDetailsPage-gCCaSV6C.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 +2 -2
- package/dist/adyen-onboarding.js +4 -4
- 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-BcIDBsbb.js → resolveEnvironment-0xmleakB.js} +5 -5
- package/dist/{useNavigate-DIEXJQpe.js → useNavigate-CeOK4FRT.js} +3 -3
- 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] = "b98299c6-50b7-40b1-8c79-39ca5f6de955", e._sentryDebugIdIdentifier = "sentry-dbid-b98299c6-50b7-40b1-8c79-39ca5f6de955");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { a as Icon, o as createLogger, r as useTranslation } from "./translation-BFxyJ1c5.js";
|
|
6
6
|
import { t as Button } from "./Button-oj6H8OrC.js";
|
|
@@ -346,7 +346,7 @@ var DebugModal = ({ onExit }) => {
|
|
|
346
346
|
const rootLegalEntity = useGlobalStore().rootLegalEntity.value;
|
|
347
347
|
const formDebugAvailable = Object.keys(formDebugInfo.value).length > 0;
|
|
348
348
|
const metadata = {
|
|
349
|
-
sdkVersion: "4.9.0-beta.
|
|
349
|
+
sdkVersion: "4.9.0-beta.2",
|
|
350
350
|
locale: i18n.language,
|
|
351
351
|
rootLegalEntityId: rootLegalEntity.id
|
|
352
352
|
};
|
|
@@ -1,12 +1,13 @@
|
|
|
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] = "681bba30-f665-4021-958c-a93c55a5f59c", e._sentryDebugIdIdentifier = "sentry-dbid-681bba30-f665-4021-958c-a93c55a5f59c");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { i as Typography, o as createLogger, r as useTranslation } from "./translation-BFxyJ1c5.js";
|
|
6
6
|
import { r as Loader, t as Button } from "./Button-oj6H8OrC.js";
|
|
7
7
|
import { n as httpGet, r as httpPost, s as useApiContext } from "./http-msAasD57.js";
|
|
8
8
|
import { r as useLegalEntity } from "./useLegalEntity-Dv5dgbCO.js";
|
|
9
9
|
import { a as drop, r as cloneObject, s as noop, u as entriesOf } from "./useAnalyticsContext-BVFDMrVE.js";
|
|
10
|
+
import { t as useToggleContext } from "./useToggleContext-DaQUBF8O.js";
|
|
10
11
|
import { t as StackLayout } from "./StackLayout-Bhbj68nx.js";
|
|
11
12
|
import { t as TaskVerificationStatus } from "./TaskVerificationStatus-kCWYhocq.js";
|
|
12
13
|
import { r as TaskStatuses } from "./taskStatus-C7XU4UIF.js";
|
|
@@ -294,7 +295,9 @@ var DecisionMakerDetails = ({ decisionMaker, parentLegalEntity, handleClose, han
|
|
|
294
295
|
const { showToast } = useToastContext();
|
|
295
296
|
const { t: commonT, i18n } = useTranslation("common");
|
|
296
297
|
const { t: individualT } = useTranslation("individual");
|
|
297
|
-
const {
|
|
298
|
+
const { isFeatureEnabled } = useToggleContext();
|
|
299
|
+
const isVerifyByInviteEnabled = isFeatureEnabled("EnableVerifyByInvite");
|
|
300
|
+
const { data: invitationStatus, refetch: refetchInvitationStatus } = useInvitationStatus(decisionMaker.reference, { enabled: isVerifyByInviteEnabled });
|
|
298
301
|
const { mutateAsync: createInvitation } = useCreateInvitation();
|
|
299
302
|
const { mutateAsync: withdrawInvitation } = useWithdrawInvitation();
|
|
300
303
|
const shareInvitation = useShareInvitation();
|
|
@@ -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] = "b1124c96-a7b4-45ae-8ebc-a9d309f97e19", e._sentryDebugIdIdentifier = "sentry-dbid-b1124c96-a7b4-45ae-8ebc-a9d309f97e19");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { i as Typography, n as addResourceBundles, r as useTranslation, t as Trans } from "./translation-BFxyJ1c5.js";
|
|
6
6
|
import { r as Loader, t as Button } from "./Button-oj6H8OrC.js";
|
|
@@ -35,7 +35,7 @@ import { t as useTaskLandedEvent } from "./useTaskLandedEvent-DInxWeqN.js";
|
|
|
35
35
|
import { t as LandingLayout } from "./LandingLayout-z8j2xiqg.js";
|
|
36
36
|
import { t as ContextGuidance } from "./ContextGuidance-DdoORtLt.js";
|
|
37
37
|
import { t as ListItem } from "./ListItem-BWH4IPrj.js";
|
|
38
|
-
import { i as useInvitationStatuses, n as getDecisionMakerDescription, t as DecisionMakerDetails } from "./DecisionMakerDetails-
|
|
38
|
+
import { i as useInvitationStatuses, n as getDecisionMakerDescription, t as DecisionMakerDetails } from "./DecisionMakerDetails-CxhW2BO7.js";
|
|
39
39
|
import { t as ActionBar } from "./ActionBar-Doac020y.js";
|
|
40
40
|
import { t as EntityAssociation } from "./EntityAssociation-DjHI99AZ.js";
|
|
41
41
|
import { n as iconStatus, t as EntityGuidanceStatus } from "./EntityGuidanceStatus-F9oxfzj4.js";
|
|
@@ -385,7 +385,8 @@ var DecisionMakersInner = ({ legalEntity, onNavigateToIndividual, navigateBackTo
|
|
|
385
385
|
}, {});
|
|
386
386
|
const uniqueDecisionMakers = mappedDecisionMakers ? Object.values(mappedDecisionMakers) : [];
|
|
387
387
|
const trustedEntityAssociations = getTrustedEntityAssociations(legalEntity);
|
|
388
|
-
const
|
|
388
|
+
const isVerifyByInviteEnabled = isFeatureEnabled("EnableVerifyByInvite");
|
|
389
|
+
const invitationsStatuses = useInvitationStatuses(uniqueDecisionMakers.map((dm) => dm.reference), { enabled: isVerifyByInviteEnabled });
|
|
389
390
|
const hasPendingInvitation = (dm) => invitationsStatuses[dm.reference];
|
|
390
391
|
const isActionNeeded = (dm) => dm.status === TaskStatuses.ERROR || dm.status === TaskStatuses.DETAILS_REQUIRED;
|
|
391
392
|
const isComplete = (dm) => dm.status === TaskStatuses.FINISHED || dm.status === TaskStatuses.PROCESSING;
|
package/dist/{InvitedDecisionMakerComponent-CinIOPl5.js → InvitedDecisionMakerComponent-BtVRLh-U.js}
RENAMED
|
@@ -2,5 +2,5 @@ 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] = "acd97c80-32d4-4951-a78c-aac1c72730bd", e._sentryDebugIdIdentifier = "sentry-dbid-acd97c80-32d4-4951-a78c-aac1c72730bd");
|
|
4
4
|
} catch (e) {}
|
|
5
|
-
import { t as InvitedDecisionMakerComponent } from "./InvitedDecisionMakerComponent-
|
|
5
|
+
import { t as InvitedDecisionMakerComponent } from "./InvitedDecisionMakerComponent-qaPrycQU.js";
|
|
6
6
|
export { InvitedDecisionMakerComponent };
|
package/dist/{InvitedDecisionMakerComponent-CWFjVunH.js → InvitedDecisionMakerComponent-qaPrycQU.js}
RENAMED
|
@@ -20,7 +20,7 @@ import { t as IndividualDropin } from "./IndividualDropin-5d4DRAnF.js";
|
|
|
20
20
|
import { t as List } from "./List-DLrcpMVd.js";
|
|
21
21
|
import { t as LandingLayout } from "./LandingLayout-z8j2xiqg.js";
|
|
22
22
|
import { t as ListItem } from "./ListItem-BWH4IPrj.js";
|
|
23
|
-
import { n as getDecisionMakerDescription, r as getLandingLayoutProps, t as DecisionMakerDetails } from "./DecisionMakerDetails-
|
|
23
|
+
import { n as getDecisionMakerDescription, r as getLandingLayoutProps, t as DecisionMakerDetails } from "./DecisionMakerDetails-CxhW2BO7.js";
|
|
24
24
|
import { lazy } from "preact/compat";
|
|
25
25
|
import { useCallback as useCallback$1, useEffect as useEffect$1, useMemo as useMemo$1, useState as useState$1 } from "preact/hooks";
|
|
26
26
|
import { jsx, jsxs } from "preact/jsx-runtime";
|
|
@@ -23,7 +23,7 @@ import { t as Confirm } from "./Confirm-B6TWSuab.js";
|
|
|
23
23
|
import { n as FeatureNames, t as ExperimentNames } from "./types-8S6KTD2W.js";
|
|
24
24
|
import { t as Image } from "./Image-BEzOZ1tt.js";
|
|
25
25
|
import { n as getLegalEntityNameBasedOnType, r as getPayoutAccountHolderName } from "./getName-Bdwp_hkV.js";
|
|
26
|
-
import { t as useNavigate } from "./useNavigate-
|
|
26
|
+
import { t as useNavigate } from "./useNavigate-CeOK4FRT.js";
|
|
27
27
|
import { n as FormFlow, r as FormContextProvider, t as useFormContext } from "./useFormContext-Cx9-3iXR.js";
|
|
28
28
|
import { r as getPropsFromConfigurations } from "./process-field-configurations-C7MuEj5q.js";
|
|
29
29
|
import { i as useFormComposer, n as getRequiredForms, t as addValidityToForms } from "./dropinUtils-IdasFZCU.js";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "72a8853d-b46d-4a74-9163-05476406e9ed", e._sentryDebugIdIdentifier = "sentry-dbid-72a8853d-b46d-4a74-9163-05476406e9ed");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-BFxyJ1c5.js";
|
|
6
|
-
import { a as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-
|
|
6
|
+
import { a as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-0xmleakB.js";
|
|
7
7
|
import { r as Loader } from "./Button-oj6H8OrC.js";
|
|
8
8
|
import { r as useLegalEntity } from "./useLegalEntity-Dv5dgbCO.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] = "06e13b80-1238-4d43-84bc-c3705d11cebf", e._sentryDebugIdIdentifier = "sentry-dbid-06e13b80-1238-4d43-84bc-c3705d11cebf");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-BFxyJ1c5.js";
|
|
6
|
-
import { a as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-
|
|
6
|
+
import { a as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-0xmleakB.js";
|
|
7
7
|
import { r as Loader } from "./Button-oj6H8OrC.js";
|
|
8
8
|
import { r as useLegalEntity } from "./useLegalEntity-Dv5dgbCO.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] = "0c0f4d20-2950-4be6-8956-0232371bd031", e._sentryDebugIdIdentifier = "sentry-dbid-0c0f4d20-2950-4be6-8956-0232371bd031");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-BFxyJ1c5.js";
|
|
6
|
-
import { a as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-
|
|
6
|
+
import { a as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-0xmleakB.js";
|
|
7
7
|
import { s as useApiContext } from "./http-msAasD57.js";
|
|
8
8
|
import { r as useLegalEntity, t as ROOT_LE } from "./useLegalEntity-Dv5dgbCO.js";
|
|
9
9
|
import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-rq_tsyLP.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] = "e2356496-fa24-4f92-93f2-11c2e9ae3d6a", e._sentryDebugIdIdentifier = "sentry-dbid-e2356496-fa24-4f92-93f2-11c2e9ae3d6a");
|
|
4
4
|
} catch (e) {}
|
|
5
|
-
import { a as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-
|
|
6
|
-
import { t as InvitedDecisionMakerComponent } from "./InvitedDecisionMakerComponent-
|
|
5
|
+
import { a as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-0xmleakB.js";
|
|
6
|
+
import { t as InvitedDecisionMakerComponent } from "./InvitedDecisionMakerComponent-qaPrycQU.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] = "3e339332-317b-41e9-873b-9678dee86859", e._sentryDebugIdIdentifier = "sentry-dbid-3e339332-317b-41e9-873b-9678dee86859");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { a as Icon, i as Typography, n as addResourceBundles, o as createLogger, r as useTranslation } from "./translation-BFxyJ1c5.js";
|
|
6
|
-
import { a as stylesheets, n as EmbedShell, r as useToggles, t as resolveEnvironment } from "./resolveEnvironment-
|
|
6
|
+
import { a as stylesheets, n as EmbedShell, r as useToggles, t as resolveEnvironment } from "./resolveEnvironment-0xmleakB.js";
|
|
7
7
|
import { n as IconButton, r as Loader, t as Button } from "./Button-oj6H8OrC.js";
|
|
8
8
|
import { n as httpGet, r as httpPost, s as useApiContext } from "./http-msAasD57.js";
|
|
9
9
|
import { r as useLegalEntity, t as ROOT_LE } from "./useLegalEntity-Dv5dgbCO.js";
|
|
@@ -58,7 +58,7 @@ import { t as isNewEntity } from "./isNewEntity-4QusRCpP.js";
|
|
|
58
58
|
import { i as idNowPostSubmit, o as showIdNowModal, t as isBafinSignatoryFlow } from "./bafinUtils-kBPs58Au.js";
|
|
59
59
|
import { t as useTrustMembers } from "./useTrustMembers-Bhi2t_pX.js";
|
|
60
60
|
import { t as UnincorporatedPartnershipMemberTypes } from "./unincorporated-partnership-5MvG_ts4.js";
|
|
61
|
-
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-
|
|
61
|
+
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-CeOK4FRT.js";
|
|
62
62
|
import register from "preact-custom-element";
|
|
63
63
|
import { Suspense, lazy } from "preact/compat";
|
|
64
64
|
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";
|
|
@@ -1834,13 +1834,13 @@ var Introduction = lazy(async () => (await import("./Introduction-CDJnwem7.js"))
|
|
|
1834
1834
|
var BusinessTypeSelectionPage = lazy(async () => (await import("./BusinessTypeSelectionPage-CAIsndUZ.js")).BusinessTypeSelectionPage);
|
|
1835
1835
|
var SingpassSelection = lazy(async () => (await import("./SingpassSelection-CB1J2MS6.js")).SingpassSelection);
|
|
1836
1836
|
var AccountSetupRejected = lazy(async () => (await import("./AccountSetupRejected-CFihsePp.js")).AccountSetupRejected);
|
|
1837
|
-
var DecisionMakers = lazy(async () => (await import("./DecisionMakers-
|
|
1837
|
+
var DecisionMakers = lazy(async () => (await import("./DecisionMakers-CX8SYldy.js")).DecisionMakers);
|
|
1838
1838
|
var CustomerSupport = lazy(async () => (await import("./CustomerSupport-CFu3E5Df.js")).CustomerSupport);
|
|
1839
1839
|
var Review = lazy(async () => (await import("./Review-CVbMIJPV.js")).Review);
|
|
1840
1840
|
var SignPCIComponent = lazy(async () => (await import("./SignPCIComponent-C_p15Efe.js")).SignPCIComponent);
|
|
1841
1841
|
var AcceptTermsOfService = lazy(async () => (await import("./AcceptTermsOfServiceComponent-BaAQHutH.js")).AcceptTermsOfServiceComponent);
|
|
1842
1842
|
var TaxReportingDropin = lazy(async () => (await import("./TaxReportingDropin-BOBRj6is.js")).TaxReportingDropin);
|
|
1843
|
-
var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-
|
|
1843
|
+
var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-gCCaSV6C.js")).PayoutDetailsPage);
|
|
1844
1844
|
var RootBusinessDetailsPage = lazy(async () => (await import("./RootBusinessDetailsPage--UFI2dVP.js")).RootBusinessDetailsPage);
|
|
1845
1845
|
var RootBusinessLinesPage = lazy(async () => (await import("./RootBusinessLinesPage-BfwOCZsD.js")).RootBusinessLinesPage);
|
|
1846
1846
|
var SoleProprietorshipPage = lazy(async () => (await import("./SoleProprietorshipPage-BviKY2iD.js")).SoleProprietorshipPage);
|
|
@@ -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] = "f9eb7e13-92f5-4a56-8a69-bb35761e3293", e._sentryDebugIdIdentifier = "sentry-dbid-f9eb7e13-92f5-4a56-8a69-bb35761e3293");
|
|
4
4
|
} catch (e) {}
|
|
5
|
-
import { a as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-
|
|
5
|
+
import { a as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-0xmleakB.js";
|
|
6
6
|
import { t as emitAdyenSdkEvent } from "./emitEvent-Cdd95HOT.js";
|
|
7
7
|
import { t as AcceptTermsOfServiceComponent } from "./AcceptTermsOfServiceComponent-U1D1xOlX.js";
|
|
8
8
|
import register from "preact-custom-element";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "b27f56bd-11dc-4690-b520-46463a487ce3", e._sentryDebugIdIdentifier = "sentry-dbid-b27f56bd-11dc-4690-b520-46463a487ce3");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-BFxyJ1c5.js";
|
|
6
|
-
import { a as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-
|
|
6
|
+
import { a as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-0xmleakB.js";
|
|
7
7
|
import { s as useApiContext } from "./http-msAasD57.js";
|
|
8
8
|
import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-rq_tsyLP.js";
|
|
9
9
|
import { n as useTermsOfServiceAcceptanceInfos, t as useTermsOfServiceStatus } from "./useTermsOfServiceStatus-C6UX8Rtp.js";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "b0dac785-43ed-4d41-9e35-1e6ce0208b0a", e._sentryDebugIdIdentifier = "sentry-dbid-b0dac785-43ed-4d41-9e35-1e6ce0208b0a");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-BFxyJ1c5.js";
|
|
6
|
-
import { a as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-
|
|
6
|
+
import { a as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-0xmleakB.js";
|
|
7
7
|
import { r as Loader } from "./Button-oj6H8OrC.js";
|
|
8
8
|
import { r as useLegalEntity } from "./useLegalEntity-Dv5dgbCO.js";
|
|
9
9
|
import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-rq_tsyLP.js";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "e5c4ca74-8bbc-4b04-a069-e222129dc928", e._sentryDebugIdIdentifier = "sentry-dbid-e5c4ca74-8bbc-4b04-a069-e222129dc928");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { i as Typography, n as addResourceBundles, o as createLogger, r as useTranslation } from "./translation-BFxyJ1c5.js";
|
|
6
|
-
import { a as stylesheets, i as useI18nContext, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-
|
|
6
|
+
import { a as stylesheets, i as useI18nContext, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-0xmleakB.js";
|
|
7
7
|
import { r as Loader, t as Button } from "./Button-oj6H8OrC.js";
|
|
8
8
|
import { n as httpGet, s as useApiContext } from "./http-msAasD57.js";
|
|
9
9
|
import { r as cloneObject, u as entriesOf } from "./useAnalyticsContext-BVFDMrVE.js";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "93718500-82bb-402c-93d6-987a1bba8830", e._sentryDebugIdIdentifier = "sentry-dbid-93718500-82bb-402c-93d6-987a1bba8830");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, o as createLogger, r as useTranslation } from "./translation-BFxyJ1c5.js";
|
|
6
|
-
import { a as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-
|
|
6
|
+
import { a as stylesheets, n as EmbedShell, t as resolveEnvironment } from "./resolveEnvironment-0xmleakB.js";
|
|
7
7
|
import { r as Loader, t as Button } from "./Button-oj6H8OrC.js";
|
|
8
8
|
import { r as httpPost, s as useApiContext } from "./http-msAasD57.js";
|
|
9
9
|
import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-rq_tsyLP.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] = "4bb626fe-6416-4354-bcd6-acb58e8b2ac8", e._sentryDebugIdIdentifier = "sentry-dbid-4bb626fe-6416-4354-bcd6-acb58e8b2ac8");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, o as createLogger, r as useTranslation, s as initReactI18next } from "./translation-BFxyJ1c5.js";
|
|
6
6
|
import { r as Loader, t as Button } from "./Button-oj6H8OrC.js";
|
|
@@ -304,7 +304,7 @@ var getAnalyticsAssociatedEntityDetails = (rootLegalEntity, accountHolderType) =
|
|
|
304
304
|
//#endregion
|
|
305
305
|
//#region src/hooks/useAnalytics/useAnalytics.ts
|
|
306
306
|
var useAnalytics = ({ userEvents, sessionId, sessionData }) => {
|
|
307
|
-
const sdkVersion = "4.9.0-beta.
|
|
307
|
+
const sdkVersion = "4.9.0-beta.2";
|
|
308
308
|
const { data: rootLegalEntity } = useLegalEntity(ROOT_LE);
|
|
309
309
|
const { mutateAsync } = usePushAnalyticEvent(sessionId ?? "");
|
|
310
310
|
const { accountHolder } = useAccountHolder();
|
|
@@ -399,7 +399,7 @@ var AnalyticsProvider = ({ componentName, children, rootLegalEntityId }) => {
|
|
|
399
399
|
const capabilities = rootLegalEntity?.capabilities && Object.keys(rootLegalEntity.capabilities);
|
|
400
400
|
const shouldTrackPrefilledDetails = capabilities?.includes("receivePayments") && onboardingVersion && onboardingVersion > 1;
|
|
401
401
|
const sessionData = {
|
|
402
|
-
sdkVersion: "4.9.0-beta.
|
|
402
|
+
sdkVersion: "4.9.0-beta.2",
|
|
403
403
|
componentName,
|
|
404
404
|
userAgent: navigator.userAgent,
|
|
405
405
|
legalEntityId: rootLegalEntityId,
|
|
@@ -1055,7 +1055,7 @@ var AllowedCountryGate = ({ children }) => {
|
|
|
1055
1055
|
};
|
|
1056
1056
|
//#endregion
|
|
1057
1057
|
//#region src/components/Shared/devex/DebugListener/DebugListener.tsx
|
|
1058
|
-
var DebugModal = lazy(async () => (await import("./DebugModal-
|
|
1058
|
+
var DebugModal = lazy(async () => (await import("./DebugModal-CkoiXkND.js")).DebugModal);
|
|
1059
1059
|
/**
|
|
1060
1060
|
* Adds a listener on the page to open the debug modal when the
|
|
1061
1061
|
* debug modal key combination is pressed to open it
|
|
@@ -1143,7 +1143,7 @@ var EmbedShell = ({ children, rootLegalEntityId, settings, features, refreshExpe
|
|
|
1143
1143
|
children: /* @__PURE__ */ jsxs(StoreProvider, { children: [/* @__PURE__ */ jsx("span", {
|
|
1144
1144
|
className: "adyen-kyc__sdk-version",
|
|
1145
1145
|
hidden: true,
|
|
1146
|
-
children: "4.9.0-beta.
|
|
1146
|
+
children: "4.9.0-beta.2"
|
|
1147
1147
|
}), /* @__PURE__ */ jsx(AnalyticsProvider, {
|
|
1148
1148
|
componentName,
|
|
1149
1149
|
rootLegalEntityId,
|
|
@@ -29,13 +29,13 @@ var Introduction = lazy(async () => (await import("./Introduction-CDJnwem7.js"))
|
|
|
29
29
|
var BusinessTypeSelectionPage = lazy(async () => (await import("./BusinessTypeSelectionPage-CAIsndUZ.js")).BusinessTypeSelectionPage);
|
|
30
30
|
var SingpassSelection = lazy(async () => (await import("./SingpassSelection-CB1J2MS6.js")).SingpassSelection);
|
|
31
31
|
var AccountSetupRejected = lazy(async () => (await import("./AccountSetupRejected-CFihsePp.js")).AccountSetupRejected);
|
|
32
|
-
var DecisionMakers = lazy(async () => (await import("./DecisionMakers-
|
|
32
|
+
var DecisionMakers = lazy(async () => (await import("./DecisionMakers-CX8SYldy.js")).DecisionMakers);
|
|
33
33
|
var CustomerSupport = lazy(async () => (await import("./CustomerSupport-CFu3E5Df.js")).CustomerSupport);
|
|
34
34
|
var Review = lazy(async () => (await import("./Review-CVbMIJPV.js")).Review);
|
|
35
35
|
var SignPCIComponent = lazy(async () => (await import("./SignPCIComponent-C_p15Efe.js")).SignPCIComponent);
|
|
36
36
|
var AcceptTermsOfService = lazy(async () => (await import("./AcceptTermsOfServiceComponent-BaAQHutH.js")).AcceptTermsOfServiceComponent);
|
|
37
37
|
var TaxReportingDropin = lazy(async () => (await import("./TaxReportingDropin-BOBRj6is.js")).TaxReportingDropin);
|
|
38
|
-
var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-
|
|
38
|
+
var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-gCCaSV6C.js")).PayoutDetailsPage);
|
|
39
39
|
var RootBusinessDetailsPage = lazy(async () => (await import("./RootBusinessDetailsPage--UFI2dVP.js")).RootBusinessDetailsPage);
|
|
40
40
|
var RootBusinessLinesPage = lazy(async () => (await import("./RootBusinessLinesPage-BfwOCZsD.js")).RootBusinessLinesPage);
|
|
41
41
|
var SoleProprietorshipPage = lazy(async () => (await import("./SoleProprietorshipPage-BviKY2iD.js")).SoleProprietorshipPage);
|
|
@@ -53,7 +53,7 @@ var SourceOfFundsPage = lazy(async () => (await import("./SourceOfFundsPage-Cdco
|
|
|
53
53
|
var RootIndividualDetailsPage = lazy(async () => (await import("./RootIndividualDetailsPage-CANgtG6U.js")).RootIndividualDetailsPage);
|
|
54
54
|
var LegalRepresentativeDetailsPage = lazy(async () => (await import("./LegalRepresentativeDetailsPage-BMV6rNj3.js")).LegalRepresentativeDetailsPage);
|
|
55
55
|
var DecisionMakerDetailsPage = lazy(async () => (await import("./DecisionMakerDetailsPage-FRHO8yDE.js")).DecisionMakerDetailsPage);
|
|
56
|
-
var InvitedDecisionMakerComponent = lazy(async () => (await import("./InvitedDecisionMakerComponent-
|
|
56
|
+
var InvitedDecisionMakerComponent = lazy(async () => (await import("./InvitedDecisionMakerComponent-BtVRLh-U.js")).InvitedDecisionMakerComponent);
|
|
57
57
|
var ROUTE_CONFIG = {
|
|
58
58
|
[TaskTypes.TASKS_OVERVIEW]: { path: "/tasks" },
|
|
59
59
|
[TaskTypes.INTRODUCTION]: {
|