@zernio/node 0.2.420 → 0.2.421
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 +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -19546,7 +19546,7 @@ type CheckPhoneNumberAvailabilityResponse = ({
|
|
|
19546
19546
|
*/
|
|
19547
19547
|
areas?: Array<(string)>;
|
|
19548
19548
|
/**
|
|
19549
|
-
* Live inventory grouped by area code, largest stock first. Empty when out of stock (or the area lookup failed). Pass a chosen `ndc` as `areaCode` on POST /v1/phone-numbers/purchase (or on the KYC submit for regulated countries) to require that area.
|
|
19549
|
+
* Live inventory grouped by area code, largest stock first. For US and CA this is the full country inventory (every area code with stock, named by state/province); other countries list the areas in the latest inventory page (up to 500 numbers, which for most countries is the entire pool). Empty when out of stock (or the area lookup failed). Pass a chosen `ndc` as `areaCode` on POST /v1/phone-numbers/purchase (or on the KYC submit for regulated countries) to require that area.
|
|
19550
19550
|
*
|
|
19551
19551
|
*/
|
|
19552
19552
|
areaOptions?: Array<{
|
|
@@ -19555,11 +19555,11 @@ type CheckPhoneNumberAvailabilityResponse = ({
|
|
|
19555
19555
|
*/
|
|
19556
19556
|
ndc?: string;
|
|
19557
19557
|
/**
|
|
19558
|
-
*
|
|
19558
|
+
* Area name: state/province for US/CA (e.g. "Minnesota"), city otherwise (e.g. "Sao Paulo").
|
|
19559
19559
|
*/
|
|
19560
19560
|
name?: string;
|
|
19561
19561
|
/**
|
|
19562
|
-
*
|
|
19562
|
+
* Numbers available in this area: country-wide count for US/CA, numbers seen on the latest inventory page otherwise.
|
|
19563
19563
|
*/
|
|
19564
19564
|
count?: number;
|
|
19565
19565
|
}>;
|
|
@@ -19795,7 +19795,7 @@ type CheckWhatsAppNumberAvailabilityResponse = ({
|
|
|
19795
19795
|
*/
|
|
19796
19796
|
areas?: Array<(string)>;
|
|
19797
19797
|
/**
|
|
19798
|
-
* Live inventory grouped by area code, largest stock first. Empty when out of stock (or the area lookup failed). Pass a chosen `ndc` as `areaCode` on POST /v1/phone-numbers/purchase (or on the KYC submit for regulated countries) to require that area.
|
|
19798
|
+
* Live inventory grouped by area code, largest stock first. For US and CA this is the full country inventory (every area code with stock, named by state/province); other countries list the areas in the latest inventory page (up to 500 numbers, which for most countries is the entire pool). Empty when out of stock (or the area lookup failed). Pass a chosen `ndc` as `areaCode` on POST /v1/phone-numbers/purchase (or on the KYC submit for regulated countries) to require that area.
|
|
19799
19799
|
*
|
|
19800
19800
|
*/
|
|
19801
19801
|
areaOptions?: Array<{
|
|
@@ -19804,11 +19804,11 @@ type CheckWhatsAppNumberAvailabilityResponse = ({
|
|
|
19804
19804
|
*/
|
|
19805
19805
|
ndc?: string;
|
|
19806
19806
|
/**
|
|
19807
|
-
*
|
|
19807
|
+
* Area name: state/province for US/CA (e.g. "Minnesota"), city otherwise (e.g. "Sao Paulo").
|
|
19808
19808
|
*/
|
|
19809
19809
|
name?: string;
|
|
19810
19810
|
/**
|
|
19811
|
-
*
|
|
19811
|
+
* Numbers available in this area: country-wide count for US/CA, numbers seen on the latest inventory page otherwise.
|
|
19812
19812
|
*/
|
|
19813
19813
|
count?: number;
|
|
19814
19814
|
}>;
|
package/dist/index.d.ts
CHANGED
|
@@ -19546,7 +19546,7 @@ type CheckPhoneNumberAvailabilityResponse = ({
|
|
|
19546
19546
|
*/
|
|
19547
19547
|
areas?: Array<(string)>;
|
|
19548
19548
|
/**
|
|
19549
|
-
* Live inventory grouped by area code, largest stock first. Empty when out of stock (or the area lookup failed). Pass a chosen `ndc` as `areaCode` on POST /v1/phone-numbers/purchase (or on the KYC submit for regulated countries) to require that area.
|
|
19549
|
+
* Live inventory grouped by area code, largest stock first. For US and CA this is the full country inventory (every area code with stock, named by state/province); other countries list the areas in the latest inventory page (up to 500 numbers, which for most countries is the entire pool). Empty when out of stock (or the area lookup failed). Pass a chosen `ndc` as `areaCode` on POST /v1/phone-numbers/purchase (or on the KYC submit for regulated countries) to require that area.
|
|
19550
19550
|
*
|
|
19551
19551
|
*/
|
|
19552
19552
|
areaOptions?: Array<{
|
|
@@ -19555,11 +19555,11 @@ type CheckPhoneNumberAvailabilityResponse = ({
|
|
|
19555
19555
|
*/
|
|
19556
19556
|
ndc?: string;
|
|
19557
19557
|
/**
|
|
19558
|
-
*
|
|
19558
|
+
* Area name: state/province for US/CA (e.g. "Minnesota"), city otherwise (e.g. "Sao Paulo").
|
|
19559
19559
|
*/
|
|
19560
19560
|
name?: string;
|
|
19561
19561
|
/**
|
|
19562
|
-
*
|
|
19562
|
+
* Numbers available in this area: country-wide count for US/CA, numbers seen on the latest inventory page otherwise.
|
|
19563
19563
|
*/
|
|
19564
19564
|
count?: number;
|
|
19565
19565
|
}>;
|
|
@@ -19795,7 +19795,7 @@ type CheckWhatsAppNumberAvailabilityResponse = ({
|
|
|
19795
19795
|
*/
|
|
19796
19796
|
areas?: Array<(string)>;
|
|
19797
19797
|
/**
|
|
19798
|
-
* Live inventory grouped by area code, largest stock first. Empty when out of stock (or the area lookup failed). Pass a chosen `ndc` as `areaCode` on POST /v1/phone-numbers/purchase (or on the KYC submit for regulated countries) to require that area.
|
|
19798
|
+
* Live inventory grouped by area code, largest stock first. For US and CA this is the full country inventory (every area code with stock, named by state/province); other countries list the areas in the latest inventory page (up to 500 numbers, which for most countries is the entire pool). Empty when out of stock (or the area lookup failed). Pass a chosen `ndc` as `areaCode` on POST /v1/phone-numbers/purchase (or on the KYC submit for regulated countries) to require that area.
|
|
19799
19799
|
*
|
|
19800
19800
|
*/
|
|
19801
19801
|
areaOptions?: Array<{
|
|
@@ -19804,11 +19804,11 @@ type CheckWhatsAppNumberAvailabilityResponse = ({
|
|
|
19804
19804
|
*/
|
|
19805
19805
|
ndc?: string;
|
|
19806
19806
|
/**
|
|
19807
|
-
*
|
|
19807
|
+
* Area name: state/province for US/CA (e.g. "Minnesota"), city otherwise (e.g. "Sao Paulo").
|
|
19808
19808
|
*/
|
|
19809
19809
|
name?: string;
|
|
19810
19810
|
/**
|
|
19811
|
-
*
|
|
19811
|
+
* Numbers available in this area: country-wide count for US/CA, numbers seen on the latest inventory page otherwise.
|
|
19812
19812
|
*/
|
|
19813
19813
|
count?: number;
|
|
19814
19814
|
}>;
|
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.421",
|
|
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.421",
|
|
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
|
@@ -19539,7 +19539,7 @@ export type CheckPhoneNumberAvailabilityResponse = ({
|
|
|
19539
19539
|
*/
|
|
19540
19540
|
areas?: Array<(string)>;
|
|
19541
19541
|
/**
|
|
19542
|
-
* Live inventory grouped by area code, largest stock first. Empty when out of stock (or the area lookup failed). Pass a chosen `ndc` as `areaCode` on POST /v1/phone-numbers/purchase (or on the KYC submit for regulated countries) to require that area.
|
|
19542
|
+
* Live inventory grouped by area code, largest stock first. For US and CA this is the full country inventory (every area code with stock, named by state/province); other countries list the areas in the latest inventory page (up to 500 numbers, which for most countries is the entire pool). Empty when out of stock (or the area lookup failed). Pass a chosen `ndc` as `areaCode` on POST /v1/phone-numbers/purchase (or on the KYC submit for regulated countries) to require that area.
|
|
19543
19543
|
*
|
|
19544
19544
|
*/
|
|
19545
19545
|
areaOptions?: Array<{
|
|
@@ -19548,11 +19548,11 @@ export type CheckPhoneNumberAvailabilityResponse = ({
|
|
|
19548
19548
|
*/
|
|
19549
19549
|
ndc?: string;
|
|
19550
19550
|
/**
|
|
19551
|
-
*
|
|
19551
|
+
* Area name: state/province for US/CA (e.g. "Minnesota"), city otherwise (e.g. "Sao Paulo").
|
|
19552
19552
|
*/
|
|
19553
19553
|
name?: string;
|
|
19554
19554
|
/**
|
|
19555
|
-
*
|
|
19555
|
+
* Numbers available in this area: country-wide count for US/CA, numbers seen on the latest inventory page otherwise.
|
|
19556
19556
|
*/
|
|
19557
19557
|
count?: number;
|
|
19558
19558
|
}>;
|
|
@@ -19802,7 +19802,7 @@ export type CheckWhatsAppNumberAvailabilityResponse = ({
|
|
|
19802
19802
|
*/
|
|
19803
19803
|
areas?: Array<(string)>;
|
|
19804
19804
|
/**
|
|
19805
|
-
* Live inventory grouped by area code, largest stock first. Empty when out of stock (or the area lookup failed). Pass a chosen `ndc` as `areaCode` on POST /v1/phone-numbers/purchase (or on the KYC submit for regulated countries) to require that area.
|
|
19805
|
+
* Live inventory grouped by area code, largest stock first. For US and CA this is the full country inventory (every area code with stock, named by state/province); other countries list the areas in the latest inventory page (up to 500 numbers, which for most countries is the entire pool). Empty when out of stock (or the area lookup failed). Pass a chosen `ndc` as `areaCode` on POST /v1/phone-numbers/purchase (or on the KYC submit for regulated countries) to require that area.
|
|
19806
19806
|
*
|
|
19807
19807
|
*/
|
|
19808
19808
|
areaOptions?: Array<{
|
|
@@ -19811,11 +19811,11 @@ export type CheckWhatsAppNumberAvailabilityResponse = ({
|
|
|
19811
19811
|
*/
|
|
19812
19812
|
ndc?: string;
|
|
19813
19813
|
/**
|
|
19814
|
-
*
|
|
19814
|
+
* Area name: state/province for US/CA (e.g. "Minnesota"), city otherwise (e.g. "Sao Paulo").
|
|
19815
19815
|
*/
|
|
19816
19816
|
name?: string;
|
|
19817
19817
|
/**
|
|
19818
|
-
*
|
|
19818
|
+
* Numbers available in this area: country-wide count for US/CA, numbers seen on the latest inventory page otherwise.
|
|
19819
19819
|
*/
|
|
19820
19820
|
count?: number;
|
|
19821
19821
|
}>;
|