@zernio/node 0.2.427 → 0.2.428

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 CHANGED
@@ -19906,7 +19906,7 @@ type SubmitPhoneNumberKycData = {
19906
19906
  */
19907
19907
  submissionId?: string;
19908
19908
  /**
19909
- * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort).
19909
+ * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). With `areaCode`, a quantity above that area's live stock is rejected with a 400.
19910
19910
  */
19911
19911
  quantity?: number;
19912
19912
  /**
@@ -20654,7 +20654,7 @@ type SubmitWhatsAppNumberKycData = {
20654
20654
  */
20655
20655
  submissionId?: string;
20656
20656
  /**
20657
- * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort).
20657
+ * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). With `areaCode`, a quantity above that area's live stock is rejected with a 400.
20658
20658
  */
20659
20659
  quantity?: number;
20660
20660
  /**
package/dist/index.d.ts CHANGED
@@ -19906,7 +19906,7 @@ type SubmitPhoneNumberKycData = {
19906
19906
  */
19907
19907
  submissionId?: string;
19908
19908
  /**
19909
- * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort).
19909
+ * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). With `areaCode`, a quantity above that area's live stock is rejected with a 400.
19910
19910
  */
19911
19911
  quantity?: number;
19912
19912
  /**
@@ -20654,7 +20654,7 @@ type SubmitWhatsAppNumberKycData = {
20654
20654
  */
20655
20655
  submissionId?: string;
20656
20656
  /**
20657
- * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort).
20657
+ * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). With `areaCode`, a quantity above that area's live stock is rejected with a 400.
20658
20658
  */
20659
20659
  quantity?: number;
20660
20660
  /**
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.427",
39
+ version: "0.2.428",
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.427",
8
+ version: "0.2.428",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.427",
3
+ "version": "0.2.428",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -19918,7 +19918,7 @@ export type SubmitPhoneNumberKycData = {
19918
19918
  */
19919
19919
  submissionId?: string;
19920
19920
  /**
19921
- * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort).
19921
+ * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). With `areaCode`, a quantity above that area's live stock is rejected with a 400.
19922
19922
  */
19923
19923
  quantity?: number;
19924
19924
  /**
@@ -20719,7 +20719,7 @@ export type SubmitWhatsAppNumberKycData = {
20719
20719
  */
20720
20720
  submissionId?: string;
20721
20721
  /**
20722
- * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort).
20722
+ * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). With `areaCode`, a quantity above that area's live stock is rejected with a 400.
20723
20723
  */
20724
20724
  quantity?: number;
20725
20725
  /**