@adyen/kyc-components 3.21.1 → 3.21.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.
|
@@ -14491,7 +14491,6 @@ const individualBaseMapping = {
|
|
|
14491
14491
|
"personalDetails.licenseCardNumber": "individual.identificationData.cardNumber",
|
|
14492
14492
|
"personalDetails.expiryDate": "individual.identificationData.expiryDate",
|
|
14493
14493
|
"personalDetails.nationality": "individual.nationality",
|
|
14494
|
-
"personalDetails.jobTitle": "individual.jobTitle",
|
|
14495
14494
|
"address.city": "individual.residentialAddress.city",
|
|
14496
14495
|
"address.country": "individual.residentialAddress.country",
|
|
14497
14496
|
"address.postalCode": "individual.residentialAddress.postalCode",
|
|
@@ -39079,7 +39078,7 @@ const ConfigurationApiProvider = ({
|
|
|
39079
39078
|
isEmbeddedDropin,
|
|
39080
39079
|
loadingContext
|
|
39081
39080
|
} = authContext;
|
|
39082
|
-
const sdkVersion = "3.21.
|
|
39081
|
+
const sdkVersion = "3.21.2";
|
|
39083
39082
|
useAnalytics({
|
|
39084
39083
|
onUserEvent,
|
|
39085
39084
|
legalEntityId: rootLegalEntityId,
|
|
@@ -33,7 +33,6 @@ export declare const individualComponentsKeyMapping: {
|
|
|
33
33
|
'personalDetails.licenseCardNumber': string;
|
|
34
34
|
'personalDetails.expiryDate': string;
|
|
35
35
|
'personalDetails.nationality': string;
|
|
36
|
-
'personalDetails.jobTitle': string;
|
|
37
36
|
'address.city': string;
|
|
38
37
|
'address.country': string;
|
|
39
38
|
'address.postalCode': string;
|