@zernio/node 0.2.786 → 0.2.787
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/index.d.mts +12 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +12 -0
package/dist/index.d.mts
CHANGED
|
@@ -27788,6 +27788,10 @@ type SubmitPhoneNumberKycData = {
|
|
|
27788
27788
|
* Id from POST /v1/phone-numbers/kyc/upload-document.
|
|
27789
27789
|
*/
|
|
27790
27790
|
documentId: string;
|
|
27791
|
+
/**
|
|
27792
|
+
* Date printed on the document (YYYY-MM-DD), for slots the regulator windows such as proof of address. The pre-submit review trusts it over its own read of the PDF.
|
|
27793
|
+
*/
|
|
27794
|
+
issuedAt?: string;
|
|
27791
27795
|
})>;
|
|
27792
27796
|
address?: {
|
|
27793
27797
|
requirementId?: string;
|
|
@@ -28251,6 +28255,10 @@ type ReviewPhoneNumberKycPacketData = {
|
|
|
28251
28255
|
* Id from POST /v1/phone-numbers/kyc/upload-document.
|
|
28252
28256
|
*/
|
|
28253
28257
|
documentId: string;
|
|
28258
|
+
/**
|
|
28259
|
+
* Date printed on the document (YYYY-MM-DD), for slots the regulator windows such as proof of address. The pre-submit review trusts it over its own read of the PDF.
|
|
28260
|
+
*/
|
|
28261
|
+
issuedAt?: string;
|
|
28254
28262
|
}>;
|
|
28255
28263
|
};
|
|
28256
28264
|
};
|
|
@@ -28373,6 +28381,10 @@ type RespondToPhoneNumberReviewerData = {
|
|
|
28373
28381
|
* Id of a document already uploaded out-of-band.
|
|
28374
28382
|
*/
|
|
28375
28383
|
documentId?: string;
|
|
28384
|
+
/**
|
|
28385
|
+
* Date printed on the document (YYYY-MM-DD), for slots the regulator windows such as proof of address. The pre-submit review trusts it over its own read of the PDF.
|
|
28386
|
+
*/
|
|
28387
|
+
issuedAt?: string;
|
|
28376
28388
|
}>;
|
|
28377
28389
|
/**
|
|
28378
28390
|
* A corrected address record, keyed to its requirement.
|
package/dist/index.d.ts
CHANGED
|
@@ -27788,6 +27788,10 @@ type SubmitPhoneNumberKycData = {
|
|
|
27788
27788
|
* Id from POST /v1/phone-numbers/kyc/upload-document.
|
|
27789
27789
|
*/
|
|
27790
27790
|
documentId: string;
|
|
27791
|
+
/**
|
|
27792
|
+
* Date printed on the document (YYYY-MM-DD), for slots the regulator windows such as proof of address. The pre-submit review trusts it over its own read of the PDF.
|
|
27793
|
+
*/
|
|
27794
|
+
issuedAt?: string;
|
|
27791
27795
|
})>;
|
|
27792
27796
|
address?: {
|
|
27793
27797
|
requirementId?: string;
|
|
@@ -28251,6 +28255,10 @@ type ReviewPhoneNumberKycPacketData = {
|
|
|
28251
28255
|
* Id from POST /v1/phone-numbers/kyc/upload-document.
|
|
28252
28256
|
*/
|
|
28253
28257
|
documentId: string;
|
|
28258
|
+
/**
|
|
28259
|
+
* Date printed on the document (YYYY-MM-DD), for slots the regulator windows such as proof of address. The pre-submit review trusts it over its own read of the PDF.
|
|
28260
|
+
*/
|
|
28261
|
+
issuedAt?: string;
|
|
28254
28262
|
}>;
|
|
28255
28263
|
};
|
|
28256
28264
|
};
|
|
@@ -28373,6 +28381,10 @@ type RespondToPhoneNumberReviewerData = {
|
|
|
28373
28381
|
* Id of a document already uploaded out-of-band.
|
|
28374
28382
|
*/
|
|
28375
28383
|
documentId?: string;
|
|
28384
|
+
/**
|
|
28385
|
+
* Date printed on the document (YYYY-MM-DD), for slots the regulator windows such as proof of address. The pre-submit review trusts it over its own read of the PDF.
|
|
28386
|
+
*/
|
|
28387
|
+
issuedAt?: string;
|
|
28376
28388
|
}>;
|
|
28377
28389
|
/**
|
|
28378
28390
|
* A corrected address record, keyed to its requirement.
|
package/dist/index.js
CHANGED
|
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
36
36
|
// package.json
|
|
37
37
|
var package_default = {
|
|
38
38
|
name: "@zernio/node",
|
|
39
|
-
version: "0.2.
|
|
39
|
+
version: "0.2.787",
|
|
40
40
|
description: "The official Node.js library for the Zernio API",
|
|
41
41
|
main: "dist/index.js",
|
|
42
42
|
module: "dist/index.mjs",
|
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
5
5
|
// package.json
|
|
6
6
|
var package_default = {
|
|
7
7
|
name: "@zernio/node",
|
|
8
|
-
version: "0.2.
|
|
8
|
+
version: "0.2.787",
|
|
9
9
|
description: "The official Node.js library for the Zernio API",
|
|
10
10
|
main: "dist/index.js",
|
|
11
11
|
module: "dist/index.mjs",
|
package/package.json
CHANGED
|
@@ -27663,6 +27663,10 @@ export type SubmitPhoneNumberKycData = {
|
|
|
27663
27663
|
* Id from POST /v1/phone-numbers/kyc/upload-document.
|
|
27664
27664
|
*/
|
|
27665
27665
|
documentId: string;
|
|
27666
|
+
/**
|
|
27667
|
+
* Date printed on the document (YYYY-MM-DD), for slots the regulator windows such as proof of address. The pre-submit review trusts it over its own read of the PDF.
|
|
27668
|
+
*/
|
|
27669
|
+
issuedAt?: string;
|
|
27666
27670
|
})>;
|
|
27667
27671
|
address?: {
|
|
27668
27672
|
requirementId?: string;
|
|
@@ -28161,6 +28165,10 @@ export type ReviewPhoneNumberKycPacketData = {
|
|
|
28161
28165
|
* Id from POST /v1/phone-numbers/kyc/upload-document.
|
|
28162
28166
|
*/
|
|
28163
28167
|
documentId: string;
|
|
28168
|
+
/**
|
|
28169
|
+
* Date printed on the document (YYYY-MM-DD), for slots the regulator windows such as proof of address. The pre-submit review trusts it over its own read of the PDF.
|
|
28170
|
+
*/
|
|
28171
|
+
issuedAt?: string;
|
|
28164
28172
|
}>;
|
|
28165
28173
|
};
|
|
28166
28174
|
};
|
|
@@ -28295,6 +28303,10 @@ export type RespondToPhoneNumberReviewerData = {
|
|
|
28295
28303
|
* Id of a document already uploaded out-of-band.
|
|
28296
28304
|
*/
|
|
28297
28305
|
documentId?: string;
|
|
28306
|
+
/**
|
|
28307
|
+
* Date printed on the document (YYYY-MM-DD), for slots the regulator windows such as proof of address. The pre-submit review trusts it over its own read of the PDF.
|
|
28308
|
+
*/
|
|
28309
|
+
issuedAt?: string;
|
|
28298
28310
|
}>;
|
|
28299
28311
|
/**
|
|
28300
28312
|
* A corrected address record, keyed to its requirement.
|