@adyen/kyc-components 3.14.0 → 3.14.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.
|
@@ -26812,7 +26812,7 @@ const BusinessTypeSelection = ({
|
|
|
26812
26812
|
}, legalEntityResponse == null ? void 0 : legalEntityResponse.id));
|
|
26813
26813
|
}
|
|
26814
26814
|
}
|
|
26815
|
-
if (isLegalArrangementChanging) {
|
|
26815
|
+
if (isLegalArrangementChanging && targetLegalArrangement) {
|
|
26816
26816
|
await (handleUpdateLegalEntity == null ? void 0 : handleUpdateLegalEntity({
|
|
26817
26817
|
organization: {
|
|
26818
26818
|
type: mapLegalArrangementOptionToCompanyTypesValue(targetLegalArrangement)
|
|
@@ -34762,7 +34762,7 @@ const ConfigurationApiProvider = ({
|
|
|
34762
34762
|
isEmbeddedDropin,
|
|
34763
34763
|
loadingContext
|
|
34764
34764
|
} = authContext;
|
|
34765
|
-
const sdkVersion = "3.14.
|
|
34765
|
+
const sdkVersion = "3.14.1";
|
|
34766
34766
|
useAnalytics({
|
|
34767
34767
|
onUserEvent,
|
|
34768
34768
|
legalEntityId: rootLegalEntityId,
|