@adyen/kyc-components 3.41.1 → 3.41.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.
|
@@ -31713,7 +31713,6 @@ const BusinessTypeSelection = ({
|
|
|
31713
31713
|
if (hasSolePropInLegalEntity(legalEntityResponse)) {
|
|
31714
31714
|
setLoadingStatus("loading");
|
|
31715
31715
|
const updateLegalEntityPayload = {
|
|
31716
|
-
type: targetLegalEntityType,
|
|
31717
31716
|
entityAssociations: []
|
|
31718
31717
|
};
|
|
31719
31718
|
await (handleUpdateLegalEntity == null ? void 0 : handleUpdateLegalEntity(updateLegalEntityPayload, legalEntityResponse == null ? void 0 : legalEntityResponse.id));
|
|
@@ -43612,7 +43611,7 @@ const ConfigurationApiProvider = ({
|
|
|
43612
43611
|
}) => {
|
|
43613
43612
|
const authContext = useAuthContext();
|
|
43614
43613
|
const { isEmbeddedDropin, loadingContext } = authContext;
|
|
43615
|
-
const sdkVersion = "3.41.
|
|
43614
|
+
const sdkVersion = "3.41.2";
|
|
43616
43615
|
useAnalytics({
|
|
43617
43616
|
onUserEvent,
|
|
43618
43617
|
legalEntityId: rootLegalEntityId,
|
|
@@ -44293,7 +44292,7 @@ const DebugModal = ({ rootLegalEntityId, onExit, getRootLegalEntity }) => {
|
|
|
44293
44292
|
(settingName) => [settingName, getSetting(settingName)]
|
|
44294
44293
|
);
|
|
44295
44294
|
const debugModalMetaData = [
|
|
44296
|
-
{ key: "SDK version", value: "3.41.
|
|
44295
|
+
{ key: "SDK version", value: "3.41.2", variant: "green" },
|
|
44297
44296
|
{ key: "rootLegalEntityId", value: rootLegalEntityId, variant: "blue" },
|
|
44298
44297
|
{ key: "Locale", value: i18n.locale, variant: "blue" },
|
|
44299
44298
|
{ key: "Language", value: i18n.languageCode, variant: "blue" },
|
|
@@ -44325,7 +44324,7 @@ const DebugModal = ({ rootLegalEntityId, onExit, getRootLegalEntity }) => {
|
|
|
44325
44324
|
};
|
|
44326
44325
|
const copyToClipboard = async () => {
|
|
44327
44326
|
const toCopy = {
|
|
44328
|
-
sdkVersion: "3.41.
|
|
44327
|
+
sdkVersion: "3.41.2",
|
|
44329
44328
|
experiments: Object.fromEntries(allExperimentsWithValues),
|
|
44330
44329
|
settings: Object.fromEntries(allSettingsWithValues)
|
|
44331
44330
|
};
|