@adyen/kyc-components 3.41.6 → 3.41.7
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.
|
@@ -22596,7 +22596,7 @@ function PayoutAccount(props) {
|
|
|
22596
22596
|
const { data, valid, errors, schema } = useForm({
|
|
22597
22597
|
...props,
|
|
22598
22598
|
defaultData: props.data,
|
|
22599
|
-
schema:
|
|
22599
|
+
schema: ["accountHolder"],
|
|
22600
22600
|
rules: props.validators,
|
|
22601
22601
|
fieldProblems: props == null ? void 0 : props.fieldValidationErrors
|
|
22602
22602
|
});
|
|
@@ -43649,7 +43649,7 @@ const ConfigurationApiProvider = ({
|
|
|
43649
43649
|
}) => {
|
|
43650
43650
|
const authContext = useAuthContext();
|
|
43651
43651
|
const { isEmbeddedDropin, loadingContext } = authContext;
|
|
43652
|
-
const sdkVersion = "3.41.
|
|
43652
|
+
const sdkVersion = "3.41.7";
|
|
43653
43653
|
useAnalytics({
|
|
43654
43654
|
onUserEvent,
|
|
43655
43655
|
legalEntityId: rootLegalEntityId,
|
|
@@ -44490,7 +44490,7 @@ const DebugModal = ({ rootLegalEntityId, onExit, getRootLegalEntity }) => {
|
|
|
44490
44490
|
const { i18n } = useI18nContext();
|
|
44491
44491
|
const [tab, setTab] = useState("metadata");
|
|
44492
44492
|
const metadata = {
|
|
44493
|
-
sdkVersion: "3.41.
|
|
44493
|
+
sdkVersion: "3.41.7",
|
|
44494
44494
|
locale: i18n.locale,
|
|
44495
44495
|
rootLegalEntityId
|
|
44496
44496
|
};
|