@adyen/kyc-components 4.13.0-beta.3 → 4.13.0-beta.4
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-DZh7x-vj.js → AdaptiveWorkflow-D7JhKxhG.js} +2 -2
- package/dist/{AdaptiveWorkflowComponent-Bs6Sgxcl.js → AdaptiveWorkflowComponent-Dy_7JhR9.js} +1 -1
- package/dist/{DebugModal-CtEeW2J0.js → DebugModal-B2Ju7JTl.js} +2 -2
- package/dist/{PayoutDetailsPage-ColLRm8t.js → PayoutDetailsPage-Bmgebi3K.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 +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-C4C-n3FR.js → resolveEnvironment-BbdLeYP1.js} +5 -5
- package/dist/types/adaptiveWorkflow/component-registry.d.ts +1 -1
- package/dist/{useNavigate-CbFEJo-Y.js → useNavigate-OMOxhDbP.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] = "3d053a6a-4f16-4939-83c1-a027f30ba824", e._sentryDebugIdIdentifier = "sentry-dbid-3d053a6a-4f16-4939-83c1-a027f30ba824");
|
|
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";
|
|
@@ -876,7 +876,7 @@ var simpleComponentMap = { LegalNameField: LegalName };
|
|
|
876
876
|
var compoundComponentMap = {
|
|
877
877
|
TaxInformationFieldGroup,
|
|
878
878
|
BusinessRegistrationNumberFieldGroup,
|
|
879
|
-
IndustryCodeFieldGroup
|
|
879
|
+
IndustryCodeField: IndustryCodeFieldGroup
|
|
880
880
|
};
|
|
881
881
|
/**
|
|
882
882
|
* Registry for specialized components
|
package/dist/{AdaptiveWorkflowComponent-Bs6Sgxcl.js → AdaptiveWorkflowComponent-Dy_7JhR9.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-D7JhKxhG.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] = "4f87d8e9-23a6-43cc-a8d3-5d591e616318", e._sentryDebugIdIdentifier = "sentry-dbid-4f87d8e9-23a6-43cc-a8d3-5d591e616318");
|
|
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.4",
|
|
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-OMOxhDbP.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-BbdLeYP1.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-BbdLeYP1.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-BbdLeYP1.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-BbdLeYP1.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
|
@@ -3,7 +3,7 @@ try {
|
|
|
3
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-BbdLeYP1.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-OMOxhDbP.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-Bmgebi3K.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-Dy_7JhR9.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");
|
|
@@ -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-BbdLeYP1.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-BbdLeYP1.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-BbdLeYP1.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-BbdLeYP1.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-BbdLeYP1.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] = "7019b886-042c-475c-9668-a820b42e1888", e._sentryDebugIdIdentifier = "sentry-dbid-7019b886-042c-475c-9668-a820b42e1888");
|
|
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.4";
|
|
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.4",
|
|
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-B2Ju7JTl.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.4"
|
|
955
955
|
}), /* @__PURE__ */ jsx(AnalyticsProvider, {
|
|
956
956
|
componentName,
|
|
957
957
|
locale,
|
|
@@ -19,7 +19,7 @@ export declare const compoundComponentMap: {
|
|
|
19
19
|
BusinessRegistrationNumberFieldGroup: import("react").FunctionComponent<import("react").PropsWithChildren<NoInfer<import("./components/Fields/BusinessRegistrationNumber/BusinessRegistrationNumberFieldGroup").BusinessRegistrationNumberFieldGroupProps> & {
|
|
20
20
|
form: import("@tanstack/react-form").AppFieldExtendedReactFormApi<Record<string, unknown>, any, any, import("@tanstack/react-form").FormAsyncValidateOrFn<Record<string, unknown>> | undefined, any, import("@tanstack/react-form").FormAsyncValidateOrFn<Record<string, unknown>> | undefined, any, import("@tanstack/react-form").FormAsyncValidateOrFn<Record<string, unknown>> | undefined, any, import("@tanstack/react-form").FormAsyncValidateOrFn<Record<string, unknown>> | undefined, import("@tanstack/react-form").FormAsyncValidateOrFn<Record<string, unknown>> | undefined, any, {}, {}>;
|
|
21
21
|
}>>;
|
|
22
|
-
|
|
22
|
+
IndustryCodeField: import("react").FunctionComponent<import("react").PropsWithChildren<NoInfer<import("./components/Fields/IndustryCode/IndustryCodeFieldGroup").IndustryCodeFieldGroupProps> & {
|
|
23
23
|
form: import("@tanstack/react-form").AppFieldExtendedReactFormApi<Record<string, unknown>, any, any, import("@tanstack/react-form").FormAsyncValidateOrFn<Record<string, unknown>> | undefined, any, import("@tanstack/react-form").FormAsyncValidateOrFn<Record<string, unknown>> | undefined, any, import("@tanstack/react-form").FormAsyncValidateOrFn<Record<string, unknown>> | undefined, any, import("@tanstack/react-form").FormAsyncValidateOrFn<Record<string, unknown>> | undefined, import("@tanstack/react-form").FormAsyncValidateOrFn<Record<string, unknown>> | undefined, any, {}, {}>;
|
|
24
24
|
}>>;
|
|
25
25
|
};
|
|
@@ -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-D7JhKxhG.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-Bmgebi3K.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);
|