@adyen/kyc-components 3.42.2 → 3.42.3
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.
|
@@ -35176,7 +35176,7 @@ function IndividualDropin({
|
|
|
35176
35176
|
formattedDocuments[0].attachments = mergeAttachments(
|
|
35177
35177
|
existingAttachments ?? [],
|
|
35178
35178
|
((_b2 = formattedDocuments[0]) == null ? void 0 : _b2.attachments) ?? []
|
|
35179
|
-
);
|
|
35179
|
+
).filter((attachment) => attachment.content);
|
|
35180
35180
|
const uploadedDocuments = await documentUtils.uploadDocuments(
|
|
35181
35181
|
formattedDocuments,
|
|
35182
35182
|
legalEntity.id
|
|
@@ -43983,7 +43983,7 @@ const ConfigurationApiProvider = ({
|
|
|
43983
43983
|
}) => {
|
|
43984
43984
|
const authContext = useAuthContext();
|
|
43985
43985
|
const { isEmbeddedDropin, loadingContext } = authContext;
|
|
43986
|
-
const sdkVersion = "3.42.
|
|
43986
|
+
const sdkVersion = "3.42.3";
|
|
43987
43987
|
useAnalytics({
|
|
43988
43988
|
onUserEvent,
|
|
43989
43989
|
legalEntityId: rootLegalEntityId,
|
|
@@ -44828,7 +44828,7 @@ const DebugModal = ({ rootLegalEntityId, onExit, getRootLegalEntity }) => {
|
|
|
44828
44828
|
const { i18n } = useI18nContext();
|
|
44829
44829
|
const [tab, setTab] = useState("metadata");
|
|
44830
44830
|
const metadata = {
|
|
44831
|
-
sdkVersion: "3.42.
|
|
44831
|
+
sdkVersion: "3.42.3",
|
|
44832
44832
|
locale: i18n.locale,
|
|
44833
44833
|
rootLegalEntityId
|
|
44834
44834
|
};
|