@adyen/kyc-components 3.36.0 → 3.36.1
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.
|
@@ -15244,7 +15244,7 @@ const mapSolePropToLegalEntity = (data) => {
|
|
|
15244
15244
|
delete requestObj.soleProprietorship.vatNumber;
|
|
15245
15245
|
delete requestObj.soleProprietorship.registrationNumber;
|
|
15246
15246
|
}
|
|
15247
|
-
if (data.solePropFinancialInformation) {
|
|
15247
|
+
if (!isEmpty(data.solePropFinancialInformation)) {
|
|
15248
15248
|
requestObj.soleProprietorship.financialReports = [
|
|
15249
15249
|
formatObject(
|
|
15250
15250
|
data.solePropFinancialInformation,
|
|
@@ -41838,7 +41838,7 @@ const ConfigurationApiProvider = ({
|
|
|
41838
41838
|
}) => {
|
|
41839
41839
|
const authContext = useAuthContext();
|
|
41840
41840
|
const { isEmbeddedDropin, loadingContext } = authContext;
|
|
41841
|
-
const sdkVersion = "3.36.
|
|
41841
|
+
const sdkVersion = "3.36.1";
|
|
41842
41842
|
useAnalytics({
|
|
41843
41843
|
onUserEvent,
|
|
41844
41844
|
legalEntityId: rootLegalEntityId,
|
|
@@ -42509,7 +42509,7 @@ const DebugModal = ({ rootLegalEntityId, onExit, getRootLegalEntity }) => {
|
|
|
42509
42509
|
};
|
|
42510
42510
|
const copyToClipboard = async () => {
|
|
42511
42511
|
const toCopy = {
|
|
42512
|
-
sdkVersion: "3.36.
|
|
42512
|
+
sdkVersion: "3.36.1",
|
|
42513
42513
|
experiments: Object.fromEntries(allExperimentsWithValues),
|
|
42514
42514
|
settings: Object.fromEntries(allSettingsWithValues)
|
|
42515
42515
|
};
|
|
@@ -42574,7 +42574,7 @@ const DebugModal = ({ rootLegalEntityId, onExit, getRootLegalEntity }) => {
|
|
|
42574
42574
|
/* @__PURE__ */ jsx("div", { className: "adyen-kyc-debug-modal__meta", children: /* @__PURE__ */ jsx("table", { children: /* @__PURE__ */ jsxs("tbody", { children: [
|
|
42575
42575
|
/* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsxs("td", { children: [
|
|
42576
42576
|
/* @__PURE__ */ jsx("span", { className: "adyen-kyc-debug-modal__table-key", children: "SDK version" }),
|
|
42577
|
-
/* @__PURE__ */ jsx(Tag, { variant: "green", className: "adyen-kyc-tag--large", children: "3.36.
|
|
42577
|
+
/* @__PURE__ */ jsx(Tag, { variant: "green", className: "adyen-kyc-tag--large", children: "3.36.1" })
|
|
42578
42578
|
] }) }),
|
|
42579
42579
|
/* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsxs("td", { children: [
|
|
42580
42580
|
/* @__PURE__ */ jsx("span", { className: "adyen-kyc-debug-modal__table-key", children: "rootLegalEntityId" }),
|