@adyen/kyc-components 3.35.1 → 3.35.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.
|
@@ -15104,7 +15104,7 @@ const mapSolePropToLegalEntity = (data) => {
|
|
|
15104
15104
|
delete requestObj.soleProprietorship.vatNumber;
|
|
15105
15105
|
delete requestObj.soleProprietorship.registrationNumber;
|
|
15106
15106
|
}
|
|
15107
|
-
if (data.solePropFinancialInformation) {
|
|
15107
|
+
if (!isEmpty(data.solePropFinancialInformation)) {
|
|
15108
15108
|
requestObj.soleProprietorship.financialReports = [
|
|
15109
15109
|
formatObject(
|
|
15110
15110
|
data.solePropFinancialInformation,
|
|
@@ -41743,7 +41743,7 @@ const ConfigurationApiProvider = ({
|
|
|
41743
41743
|
}) => {
|
|
41744
41744
|
const authContext = useAuthContext();
|
|
41745
41745
|
const { isEmbeddedDropin, loadingContext } = authContext;
|
|
41746
|
-
const sdkVersion = "3.35.
|
|
41746
|
+
const sdkVersion = "3.35.2";
|
|
41747
41747
|
useAnalytics({
|
|
41748
41748
|
onUserEvent,
|
|
41749
41749
|
legalEntityId: rootLegalEntityId,
|
|
@@ -42414,7 +42414,7 @@ const DebugModal = ({ rootLegalEntityId, onExit, getRootLegalEntity }) => {
|
|
|
42414
42414
|
};
|
|
42415
42415
|
const copyToClipboard = async () => {
|
|
42416
42416
|
const toCopy = {
|
|
42417
|
-
sdkVersion: "3.35.
|
|
42417
|
+
sdkVersion: "3.35.2",
|
|
42418
42418
|
experiments: Object.fromEntries(allExperimentsWithValues),
|
|
42419
42419
|
settings: Object.fromEntries(allSettingsWithValues)
|
|
42420
42420
|
};
|
|
@@ -42479,7 +42479,7 @@ const DebugModal = ({ rootLegalEntityId, onExit, getRootLegalEntity }) => {
|
|
|
42479
42479
|
/* @__PURE__ */ jsx("div", { className: "adyen-kyc-debug-modal__meta", children: /* @__PURE__ */ jsx("table", { children: /* @__PURE__ */ jsxs("tbody", { children: [
|
|
42480
42480
|
/* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsxs("td", { children: [
|
|
42481
42481
|
/* @__PURE__ */ jsx("span", { className: "adyen-kyc-debug-modal__table-key", children: "SDK version" }),
|
|
42482
|
-
/* @__PURE__ */ jsx(Tag, { variant: "green", className: "adyen-kyc-tag--large", children: "3.35.
|
|
42482
|
+
/* @__PURE__ */ jsx(Tag, { variant: "green", className: "adyen-kyc-tag--large", children: "3.35.2" })
|
|
42483
42483
|
] }) }),
|
|
42484
42484
|
/* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsxs("td", { children: [
|
|
42485
42485
|
/* @__PURE__ */ jsx("span", { className: "adyen-kyc-debug-modal__table-key", children: "rootLegalEntityId" }),
|