@adyen/kyc-components 4.13.0-beta.2 → 4.13.0-beta.3
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/{AdaptiveWorkflow-rw87nTVq.js → AdaptiveWorkflow-DZh7x-vj.js} +3 -3
- package/dist/{AdaptiveWorkflowComponent-LGv3nI6L.js → AdaptiveWorkflowComponent-Bs6Sgxcl.js} +1 -1
- package/dist/{DebugModal-BUqUtSQP.js → DebugModal-CtEeW2J0.js} +2 -2
- package/dist/{PayoutDetailsPage-CAvdsMbk.js → PayoutDetailsPage-ColLRm8t.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 +9 -6
- 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-C2imvli_.js → resolveEnvironment-C4C-n3FR.js} +5 -5
- package/dist/{useNavigate-B7_a8o3O.js → useNavigate-CbFEJo-Y.js} +2 -2
- 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] = "12ba09c8-6df5-473f-8923-3d787d256d51", e._sentryDebugIdIdentifier = "sentry-dbid-12ba09c8-6df5-473f-8923-3d787d256d51");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { i as Typography, r as useTranslation } from "./translation-BHUZ_WP7.js";
|
|
6
6
|
import { n as IconButton, r as Loader, t as Button } from "./Button-BxfzWsRl.js";
|
|
@@ -330,11 +330,11 @@ function getNestedValue$1(obj, path) {
|
|
|
330
330
|
var IndustryCodeFieldGroup = withForm({
|
|
331
331
|
defaultValues: {},
|
|
332
332
|
props: {},
|
|
333
|
-
render: function IndustryCodeFieldGroupRender({ form, basePath: industryCodesPath, businessLineTypes, single = true }) {
|
|
333
|
+
render: function IndustryCodeFieldGroupRender({ form, basePath: industryCodesPath, businessLineTypes = ["banking"], single = true }) {
|
|
334
334
|
const { t, i18n } = useTranslation(["common", "ui"]);
|
|
335
335
|
const { isFeatureEnabled } = useToggleContext();
|
|
336
336
|
const { data: industryCodes, isLoading: industryCodesLoading } = useIndustryCodes(businessLineTypes, i18n.language);
|
|
337
|
-
const { data: existingBusinessLines, isLoading: existingBusinessLinesLoading } = useBusinessLines(
|
|
337
|
+
const { data: existingBusinessLines, isLoading: existingBusinessLinesLoading } = useBusinessLines(businessLineTypes);
|
|
338
338
|
const selectedCodes = useStore(form.store, (s) => getNestedValue$1(s.values, industryCodesPath));
|
|
339
339
|
const [items, setItems] = useState(() => mapSelectedCodes(selectedCodes));
|
|
340
340
|
const containerRef = useRef(null);
|
package/dist/{AdaptiveWorkflowComponent-LGv3nI6L.js → AdaptiveWorkflowComponent-Bs6Sgxcl.js}
RENAMED
|
@@ -5,7 +5,7 @@ try {
|
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-BHUZ_WP7.js";
|
|
6
6
|
import { r as Loader } from "./Button-BxfzWsRl.js";
|
|
7
7
|
import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-C4ugHLZT.js";
|
|
8
|
-
import { AdaptiveWorkflow, n as useAdaptiveWorkflow, t as WorkflowContext } from "./AdaptiveWorkflow-
|
|
8
|
+
import { AdaptiveWorkflow, n as useAdaptiveWorkflow, t as WorkflowContext } from "./AdaptiveWorkflow-DZh7x-vj.js";
|
|
9
9
|
import { useMemo } from "preact/hooks";
|
|
10
10
|
import { jsx } from "preact/jsx-runtime";
|
|
11
11
|
import { signal } from "@preact/signals";
|
|
@@ -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] = "fc8b8ea6-375f-4c9e-a1ab-9bb026da6f25", e._sentryDebugIdIdentifier = "sentry-dbid-fc8b8ea6-375f-4c9e-a1ab-9bb026da6f25");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { a as Icon, o as createLogger, r as useTranslation } from "./translation-BHUZ_WP7.js";
|
|
6
6
|
import { t as Button } from "./Button-BxfzWsRl.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.13.0-beta.
|
|
352
|
+
sdkVersion: "4.13.0-beta.3",
|
|
353
353
|
locale: i18n.language,
|
|
354
354
|
rootLegalEntityId: rootLegalEntity.id
|
|
355
355
|
};
|
|
@@ -8,7 +8,7 @@ import { r as useLegalEntity, t as ROOT_LE } from "./useLegalEntity-k2lxoMzW.js"
|
|
|
8
8
|
import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-C4ugHLZT.js";
|
|
9
9
|
import { C as EntityTypes } from "./processCapabilities-C3-DrzSD.js";
|
|
10
10
|
import { n as useCapabilityProblems, t as getProblemsForEntity } from "./getProblemsForEntity-B9GOFyRX.js";
|
|
11
|
-
import { t as useNavigate } from "./useNavigate-
|
|
11
|
+
import { t as useNavigate } from "./useNavigate-CbFEJo-Y.js";
|
|
12
12
|
import { t as PayoutDetailsDropinMultiForm } from "./PayoutDetailsDropinMultiForm-CFXh9XH3.js";
|
|
13
13
|
import { jsx } from "preact/jsx-runtime";
|
|
14
14
|
import { useParams } from "wouter-preact";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "49feeb75-cc51-4dd5-9379-4aec1de23eac", e._sentryDebugIdIdentifier = "sentry-dbid-49feeb75-cc51-4dd5-9379-4aec1de23eac");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-BHUZ_WP7.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-C4C-n3FR.js";
|
|
7
7
|
import { r as Loader } from "./Button-BxfzWsRl.js";
|
|
8
8
|
import { r as useLegalEntity } from "./useLegalEntity-k2lxoMzW.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] = "35c42e9a-98d8-405a-9f6d-af389d2955da", e._sentryDebugIdIdentifier = "sentry-dbid-35c42e9a-98d8-405a-9f6d-af389d2955da");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-BHUZ_WP7.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-C4C-n3FR.js";
|
|
7
7
|
import { r as Loader } from "./Button-BxfzWsRl.js";
|
|
8
8
|
import { r as useLegalEntity } from "./useLegalEntity-k2lxoMzW.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] = "c54439ab-699d-426d-ae0e-6ec9d005de71", e._sentryDebugIdIdentifier = "sentry-dbid-c54439ab-699d-426d-ae0e-6ec9d005de71");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-BHUZ_WP7.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-C4C-n3FR.js";
|
|
7
7
|
import { s as useApiContext } from "./http-D5tz1jGD.js";
|
|
8
8
|
import { r as useLegalEntity, t as ROOT_LE } from "./useLegalEntity-k2lxoMzW.js";
|
|
9
9
|
import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-C4ugHLZT.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] = "c00fcf27-21d6-4d5e-bd83-0f3a75896e2a", e._sentryDebugIdIdentifier = "sentry-dbid-c00fcf27-21d6-4d5e-bd83-0f3a75896e2a");
|
|
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-C4C-n3FR.js";
|
|
6
6
|
import { t as InvitedDecisionMakerComponent } from "./InvitedDecisionMakerComponent-C1gqGJsQ.js";
|
|
7
7
|
import register from "preact-custom-element";
|
|
8
8
|
import { jsx } from "preact/jsx-runtime";
|
package/dist/adyen-onboarding.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
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] = "ee8f2334-00e3-42ba-8ca3-148cb0996ad1", e._sentryDebugIdIdentifier = "sentry-dbid-ee8f2334-00e3-42ba-8ca3-148cb0996ad1");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { a as Icon, i as Typography, n as addResourceBundles, o as createLogger, r as useTranslation } from "./translation-BHUZ_WP7.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-C4C-n3FR.js";
|
|
7
7
|
import { n as IconButton, r as Loader, t as Button } from "./Button-BxfzWsRl.js";
|
|
8
8
|
import { n as httpGet, r as httpPost, s as useApiContext } from "./http-D5tz1jGD.js";
|
|
9
9
|
import { r as useLegalEntity, t as ROOT_LE } from "./useLegalEntity-k2lxoMzW.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-DJ5gJYKz.js";
|
|
56
56
|
import { t as useTrustMembers } from "./useTrustMembers-DYKQfH8R.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-CbFEJo-Y.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";
|
|
@@ -1763,7 +1763,7 @@ var Review = lazy(async () => (await import("./Review-GGx4T5lx.js")).Review);
|
|
|
1763
1763
|
var SignPCIComponent = lazy(async () => (await import("./SignPCIComponent-CPjxKwUt.js").then((n) => n.n)).SignPCIComponent);
|
|
1764
1764
|
var AcceptTermsOfService = lazy(async () => (await import("./AcceptTermsOfServiceComponent-Bdb6OG0V.js").then((n) => n.n)).AcceptTermsOfServiceComponent);
|
|
1765
1765
|
var TaxReportingDropin = lazy(async () => (await import("./TaxReportingDropin-Xjf5BXjR.js").then((n) => n.n)).TaxReportingDropin);
|
|
1766
|
-
var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-
|
|
1766
|
+
var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-ColLRm8t.js")).PayoutDetailsPage);
|
|
1767
1767
|
var RootBusinessDetailsPage = lazy(async () => (await import("./RootBusinessDetailsPage-wB4sdeGV.js")).RootBusinessDetailsPage);
|
|
1768
1768
|
var RootBusinessLinesPage = lazy(async () => (await import("./RootBusinessLinesPage-B-zkaI6w.js")).RootBusinessLinesPage);
|
|
1769
1769
|
var SoleProprietorshipPage = lazy(async () => (await import("./SoleProprietorshipPage-C_cNHIqc.js")).SoleProprietorshipPage);
|
|
@@ -2287,7 +2287,7 @@ function LegacyDropinComposer({ legalEntityResponse, onSubmit, onNavigate = noop
|
|
|
2287
2287
|
}
|
|
2288
2288
|
//#endregion
|
|
2289
2289
|
//#region src/components/EmbeddedDropins/OnboardingDropinComponent/OnboardingDropinComponent.tsx
|
|
2290
|
-
var AdaptiveWorkflowComponent = lazy(async () => (await import("./AdaptiveWorkflowComponent-
|
|
2290
|
+
var AdaptiveWorkflowComponent = lazy(async () => (await import("./AdaptiveWorkflowComponent-Bs6Sgxcl.js")).AdaptiveWorkflowComponent);
|
|
2291
2291
|
function OnboardingDropinComponent({ legalEntityId, openBankingPartnerConfigId }) {
|
|
2292
2292
|
const { isFeatureEnabled } = useToggleContext();
|
|
2293
2293
|
if (!legalEntityId) throw new Error("Must provide at-least legalEntityId");
|
|
@@ -2354,7 +2354,10 @@ function OnboardingDropinComponent({ legalEntityId, openBankingPartnerConfigId }
|
|
|
2354
2354
|
}]);
|
|
2355
2355
|
const { data: legalEntityData } = useLegalEntity(ROOT_LE);
|
|
2356
2356
|
if (!legalEntityData) return /* @__PURE__ */ jsx(Loader, {});
|
|
2357
|
-
if (canShowAdaptivePoc(isFeatureEnabled("EnableAdaptivePoc"), legalEntityData)) return /* @__PURE__ */ jsx(
|
|
2357
|
+
if (canShowAdaptivePoc(isFeatureEnabled("EnableAdaptivePoc"), legalEntityData)) return /* @__PURE__ */ jsx(Suspense, {
|
|
2358
|
+
fallback: /* @__PURE__ */ jsx(Loader, {}),
|
|
2359
|
+
children: /* @__PURE__ */ jsx(AdaptiveWorkflowComponent, {})
|
|
2360
|
+
});
|
|
2358
2361
|
else return /* @__PURE__ */ jsx(DropinComposer, {
|
|
2359
2362
|
legalEntityResponse: legalEntityData,
|
|
2360
2363
|
openBankingPartnerConfigId
|
|
@@ -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] = "29ba5771-76f7-4d6a-a86b-5c7cebed1d6a", e._sentryDebugIdIdentifier = "sentry-dbid-29ba5771-76f7-4d6a-a86b-5c7cebed1d6a");
|
|
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-C4C-n3FR.js";
|
|
6
6
|
import { t as emitAdyenSdkEvent } from "./emitEvent-B8K0cb1F.js";
|
|
7
7
|
import { t as AcceptTermsOfServiceComponent } from "./AcceptTermsOfServiceComponent-Bdb6OG0V.js";
|
|
8
8
|
import register from "preact-custom-element";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "9eb9b18f-08a7-43b9-90a8-5baa086132c9", e._sentryDebugIdIdentifier = "sentry-dbid-9eb9b18f-08a7-43b9-90a8-5baa086132c9");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-BHUZ_WP7.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-C4C-n3FR.js";
|
|
7
7
|
import { s as useApiContext } from "./http-D5tz1jGD.js";
|
|
8
8
|
import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-C4ugHLZT.js";
|
|
9
9
|
import { n as useTermsOfServiceAcceptanceInfos, t as useTermsOfServiceStatus } from "./useTermsOfServiceStatus-C04Xyc0M.js";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "e16c0bff-4908-4f1d-951a-033197a39131", e._sentryDebugIdIdentifier = "sentry-dbid-e16c0bff-4908-4f1d-951a-033197a39131");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, r as useTranslation } from "./translation-BHUZ_WP7.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-C4C-n3FR.js";
|
|
7
7
|
import { r as Loader } from "./Button-BxfzWsRl.js";
|
|
8
8
|
import { r as useLegalEntity } from "./useLegalEntity-k2lxoMzW.js";
|
|
9
9
|
import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-C4ugHLZT.js";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "b7647edc-1ae0-4963-b80e-0df77a8f362c", e._sentryDebugIdIdentifier = "sentry-dbid-b7647edc-1ae0-4963-b80e-0df77a8f362c");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { i as Typography, n as addResourceBundles, o as createLogger, r as useTranslation } from "./translation-BHUZ_WP7.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-C4C-n3FR.js";
|
|
7
7
|
import { r as Loader, t as Button } from "./Button-BxfzWsRl.js";
|
|
8
8
|
import { n as httpGet, s as useApiContext } from "./http-D5tz1jGD.js";
|
|
9
9
|
import { c as entriesOf, n as cloneObject } from "./AnalyticsContext-CbM5V7Nw.js";
|
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
3
|
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "ef0d7d7c-e62d-4ac2-a35d-d158376c8ca1", e._sentryDebugIdIdentifier = "sentry-dbid-ef0d7d7c-e62d-4ac2-a35d-d158376c8ca1");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, o as createLogger, r as useTranslation } from "./translation-BHUZ_WP7.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-C4C-n3FR.js";
|
|
7
7
|
import { r as Loader, t as Button } from "./Button-BxfzWsRl.js";
|
|
8
8
|
import { r as httpPost, s as useApiContext } from "./http-D5tz1jGD.js";
|
|
9
9
|
import { t as _rolldown_dynamic_import_helper_default } from "./_rolldown_dynamic_import_helper-C4ugHLZT.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] = "71eaa902-9ff3-4562-85d4-50bcdba32cac", e._sentryDebugIdIdentifier = "sentry-dbid-71eaa902-9ff3-4562-85d4-50bcdba32cac");
|
|
4
4
|
} catch (e) {}
|
|
5
5
|
import { n as addResourceBundles, o as createLogger, r as useTranslation, s as initReactI18next } from "./translation-BHUZ_WP7.js";
|
|
6
6
|
import { r as Loader, t as Button } from "./Button-BxfzWsRl.js";
|
|
@@ -302,7 +302,7 @@ var getAnalyticsAssociatedEntityDetails = (rootLegalEntity, accountHolderType) =
|
|
|
302
302
|
//#endregion
|
|
303
303
|
//#region src/hooks/useAnalytics/useAnalytics.ts
|
|
304
304
|
var useAnalytics = ({ userEvents, sessionId, sessionData }) => {
|
|
305
|
-
const sdkVersion = "4.13.0-beta.
|
|
305
|
+
const sdkVersion = "4.13.0-beta.3";
|
|
306
306
|
const { data: rootLegalEntity } = useLegalEntity(ROOT_LE);
|
|
307
307
|
const { mutateAsync } = usePushAnalyticEvent(sessionId ?? "");
|
|
308
308
|
const { accountHolder } = useAccountHolder();
|
|
@@ -397,7 +397,7 @@ var AnalyticsProvider = ({ componentName, children, rootLegalEntityId, locale })
|
|
|
397
397
|
const capabilities = rootLegalEntity?.capabilities && Object.keys(rootLegalEntity.capabilities);
|
|
398
398
|
const shouldTrackPrefilledDetails = capabilities?.includes("receivePayments") && onboardingVersion && onboardingVersion > 1;
|
|
399
399
|
const sessionData = {
|
|
400
|
-
sdkVersion: "4.13.0-beta.
|
|
400
|
+
sdkVersion: "4.13.0-beta.3",
|
|
401
401
|
componentName,
|
|
402
402
|
userAgent: navigator.userAgent,
|
|
403
403
|
legalEntityId: rootLegalEntityId,
|
|
@@ -853,7 +853,7 @@ var AllowedCountryGate = ({ children }) => {
|
|
|
853
853
|
};
|
|
854
854
|
//#endregion
|
|
855
855
|
//#region src/components/Shared/devex/DebugListener/DebugListener.tsx
|
|
856
|
-
var DebugModal = lazy(async () => (await import("./DebugModal-
|
|
856
|
+
var DebugModal = lazy(async () => (await import("./DebugModal-CtEeW2J0.js")).DebugModal);
|
|
857
857
|
/**
|
|
858
858
|
* Adds a listener on the page to open the debug modal when the
|
|
859
859
|
* debug modal key combination is pressed to open it
|
|
@@ -951,7 +951,7 @@ var EmbedShell = ({ children, rootLegalEntityId, settings, features, refreshExpe
|
|
|
951
951
|
children: /* @__PURE__ */ jsxs(StoreProvider, { children: [/* @__PURE__ */ jsx("span", {
|
|
952
952
|
id: "sdk-version",
|
|
953
953
|
hidden: true,
|
|
954
|
-
children: "4.13.0-beta.
|
|
954
|
+
children: "4.13.0-beta.3"
|
|
955
955
|
}), /* @__PURE__ */ jsx(AnalyticsProvider, {
|
|
956
956
|
componentName,
|
|
957
957
|
locale,
|
|
@@ -26,7 +26,7 @@ var hasProgressedBeyondEntitySelection = (legalEntity) => {
|
|
|
26
26
|
//#endregion
|
|
27
27
|
//#region src/router/routeConfig.ts
|
|
28
28
|
var Introduction = lazy(async () => (await import("./Introduction-p7SxkPvq.js")).Introduction);
|
|
29
|
-
var Adaptive = lazy(async () => (await import("./AdaptiveWorkflow-
|
|
29
|
+
var Adaptive = lazy(async () => (await import("./AdaptiveWorkflow-DZh7x-vj.js")).AdaptiveWorkflow);
|
|
30
30
|
var BusinessTypeSelectionPage = lazy(async () => (await import("./BusinessTypeSelectionPage-D0jjyKgo.js")).BusinessTypeSelectionPage);
|
|
31
31
|
var SingpassSelection = lazy(async () => (await import("./SingpassSelection-c3hLW3jo.js")).SingpassSelection);
|
|
32
32
|
var AccountSetupRejected = lazy(async () => (await import("./AccountSetupRejected-MS5ucnkH.js")).AccountSetupRejected);
|
|
@@ -36,7 +36,7 @@ var Review = lazy(async () => (await import("./Review-GGx4T5lx.js")).Review);
|
|
|
36
36
|
var SignPCIComponent = lazy(async () => (await import("./SignPCIComponent-CPjxKwUt.js").then((n) => n.n)).SignPCIComponent);
|
|
37
37
|
var AcceptTermsOfService = lazy(async () => (await import("./AcceptTermsOfServiceComponent-Bdb6OG0V.js").then((n) => n.n)).AcceptTermsOfServiceComponent);
|
|
38
38
|
var TaxReportingDropin = lazy(async () => (await import("./TaxReportingDropin-Xjf5BXjR.js").then((n) => n.n)).TaxReportingDropin);
|
|
39
|
-
var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-
|
|
39
|
+
var PayoutDetailsPage = lazy(async () => (await import("./PayoutDetailsPage-ColLRm8t.js")).PayoutDetailsPage);
|
|
40
40
|
var RootBusinessDetailsPage = lazy(async () => (await import("./RootBusinessDetailsPage-wB4sdeGV.js")).RootBusinessDetailsPage);
|
|
41
41
|
var RootBusinessLinesPage = lazy(async () => (await import("./RootBusinessLinesPage-B-zkaI6w.js")).RootBusinessLinesPage);
|
|
42
42
|
var SoleProprietorshipPage = lazy(async () => (await import("./SoleProprietorshipPage-C_cNHIqc.js")).SoleProprietorshipPage);
|