@finverse/sdk-typescript 0.0.52 → 0.0.53
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/dist/api.d.ts +6 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -1471,6 +1471,12 @@ export interface IdentityDateOfBirth {
|
|
|
1471
1471
|
* @memberof IdentityDateOfBirth
|
|
1472
1472
|
*/
|
|
1473
1473
|
date_of_birth?: string;
|
|
1474
|
+
/**
|
|
1475
|
+
*
|
|
1476
|
+
* @type {string}
|
|
1477
|
+
* @memberof IdentityDateOfBirth
|
|
1478
|
+
*/
|
|
1479
|
+
masked_date_of_birth?: string;
|
|
1474
1480
|
/**
|
|
1475
1481
|
*
|
|
1476
1482
|
* @type {string}
|