@techlabi/kycrazy-ui-kit 0.38.0 → 0.39.0
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.
- package/CHANGELOG.md +6 -0
- package/dist/types/types.d.ts +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/types/types.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export type KYCRequestData = {
|
|
|
13
13
|
email: string;
|
|
14
14
|
selfie_photo: File;
|
|
15
15
|
id_photo: File;
|
|
16
|
-
id_photo_back
|
|
16
|
+
id_photo_back?: File;
|
|
17
17
|
};
|
|
18
18
|
export type KYBPersonalDetails = {
|
|
19
19
|
full_name: string;
|
|
@@ -23,7 +23,7 @@ export type KYBPersonalDetails = {
|
|
|
23
23
|
phone_number: string;
|
|
24
24
|
selfie_photo: File;
|
|
25
25
|
id_photo: File;
|
|
26
|
-
id_photo_back
|
|
26
|
+
id_photo_back?: File;
|
|
27
27
|
};
|
|
28
28
|
export type KYBBusinessInformation = {
|
|
29
29
|
registration_number: string;
|