@getlatedev/node 0.2.345 → 0.2.347
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 -2
- package/dist/index.d.ts +12 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +12 -2
package/dist/index.d.mts
CHANGED
|
@@ -16916,7 +16916,10 @@ type StartSmsRegistrationData = {
|
|
|
16916
16916
|
city: string;
|
|
16917
16917
|
state: string;
|
|
16918
16918
|
postalCode: string;
|
|
16919
|
-
|
|
16919
|
+
/**
|
|
16920
|
+
* ISO 3166-1 alpha-2 country where the company is registered. Companies worldwide can register standard 10DLC (non-US companies use their local tax ID in `ein`; carrier vetting may take longer). SOLE_PROPRIETOR is US/CA only.
|
|
16921
|
+
*/
|
|
16922
|
+
country: string;
|
|
16920
16923
|
/**
|
|
16921
16924
|
* Brand contact email; defaults to your account email when omitted.
|
|
16922
16925
|
*/
|
|
@@ -18410,6 +18413,9 @@ type CreatePhoneNumberPortInData = {
|
|
|
18410
18413
|
endUser: {
|
|
18411
18414
|
entityName: string;
|
|
18412
18415
|
authPersonName: string;
|
|
18416
|
+
/**
|
|
18417
|
+
* Phone number on the losing carrier's bill. Defaults to the ported number itself on single-number orders.
|
|
18418
|
+
*/
|
|
18413
18419
|
billingPhoneNumber?: string;
|
|
18414
18420
|
accountNumber?: string;
|
|
18415
18421
|
/**
|
|
@@ -18432,10 +18438,14 @@ type CreatePhoneNumberPortInData = {
|
|
|
18432
18438
|
*/
|
|
18433
18439
|
invoiceDocumentId: string;
|
|
18434
18440
|
/**
|
|
18435
|
-
* Requested port date; the carrier confirms the actual FOC later.
|
|
18441
|
+
* Requested port date; the carrier confirms the actual FOC later. Defaults to one week out (shifted off weekends) when omitted.
|
|
18436
18442
|
*/
|
|
18437
18443
|
focDatetimeRequested?: string;
|
|
18438
18444
|
customerReference?: string;
|
|
18445
|
+
/**
|
|
18446
|
+
* Whether the losing account ports all its numbers (full) or keeps some (partial).
|
|
18447
|
+
*/
|
|
18448
|
+
portType?: 'full' | 'partial';
|
|
18439
18449
|
};
|
|
18440
18450
|
};
|
|
18441
18451
|
type CreatePhoneNumberPortInResponse = ({
|
package/dist/index.d.ts
CHANGED
|
@@ -16916,7 +16916,10 @@ type StartSmsRegistrationData = {
|
|
|
16916
16916
|
city: string;
|
|
16917
16917
|
state: string;
|
|
16918
16918
|
postalCode: string;
|
|
16919
|
-
|
|
16919
|
+
/**
|
|
16920
|
+
* ISO 3166-1 alpha-2 country where the company is registered. Companies worldwide can register standard 10DLC (non-US companies use their local tax ID in `ein`; carrier vetting may take longer). SOLE_PROPRIETOR is US/CA only.
|
|
16921
|
+
*/
|
|
16922
|
+
country: string;
|
|
16920
16923
|
/**
|
|
16921
16924
|
* Brand contact email; defaults to your account email when omitted.
|
|
16922
16925
|
*/
|
|
@@ -18410,6 +18413,9 @@ type CreatePhoneNumberPortInData = {
|
|
|
18410
18413
|
endUser: {
|
|
18411
18414
|
entityName: string;
|
|
18412
18415
|
authPersonName: string;
|
|
18416
|
+
/**
|
|
18417
|
+
* Phone number on the losing carrier's bill. Defaults to the ported number itself on single-number orders.
|
|
18418
|
+
*/
|
|
18413
18419
|
billingPhoneNumber?: string;
|
|
18414
18420
|
accountNumber?: string;
|
|
18415
18421
|
/**
|
|
@@ -18432,10 +18438,14 @@ type CreatePhoneNumberPortInData = {
|
|
|
18432
18438
|
*/
|
|
18433
18439
|
invoiceDocumentId: string;
|
|
18434
18440
|
/**
|
|
18435
|
-
* Requested port date; the carrier confirms the actual FOC later.
|
|
18441
|
+
* Requested port date; the carrier confirms the actual FOC later. Defaults to one week out (shifted off weekends) when omitted.
|
|
18436
18442
|
*/
|
|
18437
18443
|
focDatetimeRequested?: string;
|
|
18438
18444
|
customerReference?: string;
|
|
18445
|
+
/**
|
|
18446
|
+
* Whether the losing account ports all its numbers (full) or keeps some (partial).
|
|
18447
|
+
*/
|
|
18448
|
+
portType?: 'full' | 'partial';
|
|
18439
18449
|
};
|
|
18440
18450
|
};
|
|
18441
18451
|
type CreatePhoneNumberPortInResponse = ({
|
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: "@getlatedev/node",
|
|
39
|
-
version: "0.2.
|
|
39
|
+
version: "0.2.347",
|
|
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: "@getlatedev/node",
|
|
8
|
-
version: "0.2.
|
|
8
|
+
version: "0.2.347",
|
|
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
|
@@ -17056,7 +17056,10 @@ export type StartSmsRegistrationData = {
|
|
|
17056
17056
|
city: string;
|
|
17057
17057
|
state: string;
|
|
17058
17058
|
postalCode: string;
|
|
17059
|
-
|
|
17059
|
+
/**
|
|
17060
|
+
* ISO 3166-1 alpha-2 country where the company is registered. Companies worldwide can register standard 10DLC (non-US companies use their local tax ID in `ein`; carrier vetting may take longer). SOLE_PROPRIETOR is US/CA only.
|
|
17061
|
+
*/
|
|
17062
|
+
country: string;
|
|
17060
17063
|
/**
|
|
17061
17064
|
* Brand contact email; defaults to your account email when omitted.
|
|
17062
17065
|
*/
|
|
@@ -18667,6 +18670,9 @@ export type CreatePhoneNumberPortInData = {
|
|
|
18667
18670
|
endUser: {
|
|
18668
18671
|
entityName: string;
|
|
18669
18672
|
authPersonName: string;
|
|
18673
|
+
/**
|
|
18674
|
+
* Phone number on the losing carrier's bill. Defaults to the ported number itself on single-number orders.
|
|
18675
|
+
*/
|
|
18670
18676
|
billingPhoneNumber?: string;
|
|
18671
18677
|
accountNumber?: string;
|
|
18672
18678
|
/**
|
|
@@ -18689,10 +18695,14 @@ export type CreatePhoneNumberPortInData = {
|
|
|
18689
18695
|
*/
|
|
18690
18696
|
invoiceDocumentId: string;
|
|
18691
18697
|
/**
|
|
18692
|
-
* Requested port date; the carrier confirms the actual FOC later.
|
|
18698
|
+
* Requested port date; the carrier confirms the actual FOC later. Defaults to one week out (shifted off weekends) when omitted.
|
|
18693
18699
|
*/
|
|
18694
18700
|
focDatetimeRequested?: string;
|
|
18695
18701
|
customerReference?: string;
|
|
18702
|
+
/**
|
|
18703
|
+
* Whether the losing account ports all its numbers (full) or keeps some (partial).
|
|
18704
|
+
*/
|
|
18705
|
+
portType?: 'full' | 'partial';
|
|
18696
18706
|
};
|
|
18697
18707
|
};
|
|
18698
18708
|
|