@getlatedev/node 0.2.488 → 0.2.490
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 +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -10265,11 +10265,11 @@ type CreatePostData = {
|
|
|
10265
10265
|
[key: string]: unknown;
|
|
10266
10266
|
};
|
|
10267
10267
|
/**
|
|
10268
|
-
* Root-level TikTok settings applied to
|
|
10268
|
+
* Root-level TikTok settings applied to the TikTok platforms sent in the same request. Merged into each platform's platformSpecificData, with platform-specific settings taking precedence.
|
|
10269
10269
|
*/
|
|
10270
10270
|
tiktokSettings?: TikTokPlatformData;
|
|
10271
10271
|
/**
|
|
10272
|
-
* Root-level Facebook settings applied to
|
|
10272
|
+
* Root-level Facebook settings applied to the Facebook platforms sent in the same request. Merged into each platform's platformSpecificData.facebookSettings, with platform-specific settings taking precedence.
|
|
10273
10273
|
*/
|
|
10274
10274
|
facebookSettings?: FacebookSettings;
|
|
10275
10275
|
recycling?: RecyclingConfig;
|
|
@@ -10423,11 +10423,11 @@ type UpdatePostData = {
|
|
|
10423
10423
|
*/
|
|
10424
10424
|
queueId?: string;
|
|
10425
10425
|
/**
|
|
10426
|
-
* Root-level TikTok settings applied to
|
|
10426
|
+
* Root-level TikTok settings applied to the TikTok platforms sent in the same request. Merged into each platform's platformSpecificData, with platform-specific settings taking precedence. Returns 400 if sent without a platforms array.
|
|
10427
10427
|
*/
|
|
10428
10428
|
tiktokSettings?: TikTokPlatformData;
|
|
10429
10429
|
/**
|
|
10430
|
-
* Root-level Facebook settings applied to
|
|
10430
|
+
* Root-level Facebook settings applied to the Facebook platforms sent in the same request. Merged into each platform's platformSpecificData.facebookSettings, with platform-specific settings taking precedence. Returns 400 if sent without a platforms array.
|
|
10431
10431
|
*/
|
|
10432
10432
|
facebookSettings?: FacebookSettings;
|
|
10433
10433
|
recycling?: RecyclingConfig;
|
|
@@ -21085,7 +21085,7 @@ type CreatePhoneNumberPortInData = {
|
|
|
21085
21085
|
/**
|
|
21086
21086
|
* Service-address country (a supported port-in country).
|
|
21087
21087
|
*/
|
|
21088
|
-
countryCode: 'US' | 'CA' | 'GB' | 'ES' | 'DE' | 'FR' | 'NL' | 'AU';
|
|
21088
|
+
countryCode: 'US' | 'CA' | 'GB' | 'ES' | 'DE' | 'FR' | 'NL' | 'AU' | 'BR';
|
|
21089
21089
|
};
|
|
21090
21090
|
/**
|
|
21091
21091
|
* Document id from POST /v1/phone-numbers/port-in/documents (kind=loa).
|
package/dist/index.d.ts
CHANGED
|
@@ -10265,11 +10265,11 @@ type CreatePostData = {
|
|
|
10265
10265
|
[key: string]: unknown;
|
|
10266
10266
|
};
|
|
10267
10267
|
/**
|
|
10268
|
-
* Root-level TikTok settings applied to
|
|
10268
|
+
* Root-level TikTok settings applied to the TikTok platforms sent in the same request. Merged into each platform's platformSpecificData, with platform-specific settings taking precedence.
|
|
10269
10269
|
*/
|
|
10270
10270
|
tiktokSettings?: TikTokPlatformData;
|
|
10271
10271
|
/**
|
|
10272
|
-
* Root-level Facebook settings applied to
|
|
10272
|
+
* Root-level Facebook settings applied to the Facebook platforms sent in the same request. Merged into each platform's platformSpecificData.facebookSettings, with platform-specific settings taking precedence.
|
|
10273
10273
|
*/
|
|
10274
10274
|
facebookSettings?: FacebookSettings;
|
|
10275
10275
|
recycling?: RecyclingConfig;
|
|
@@ -10423,11 +10423,11 @@ type UpdatePostData = {
|
|
|
10423
10423
|
*/
|
|
10424
10424
|
queueId?: string;
|
|
10425
10425
|
/**
|
|
10426
|
-
* Root-level TikTok settings applied to
|
|
10426
|
+
* Root-level TikTok settings applied to the TikTok platforms sent in the same request. Merged into each platform's platformSpecificData, with platform-specific settings taking precedence. Returns 400 if sent without a platforms array.
|
|
10427
10427
|
*/
|
|
10428
10428
|
tiktokSettings?: TikTokPlatformData;
|
|
10429
10429
|
/**
|
|
10430
|
-
* Root-level Facebook settings applied to
|
|
10430
|
+
* Root-level Facebook settings applied to the Facebook platforms sent in the same request. Merged into each platform's platformSpecificData.facebookSettings, with platform-specific settings taking precedence. Returns 400 if sent without a platforms array.
|
|
10431
10431
|
*/
|
|
10432
10432
|
facebookSettings?: FacebookSettings;
|
|
10433
10433
|
recycling?: RecyclingConfig;
|
|
@@ -21085,7 +21085,7 @@ type CreatePhoneNumberPortInData = {
|
|
|
21085
21085
|
/**
|
|
21086
21086
|
* Service-address country (a supported port-in country).
|
|
21087
21087
|
*/
|
|
21088
|
-
countryCode: 'US' | 'CA' | 'GB' | 'ES' | 'DE' | 'FR' | 'NL' | 'AU';
|
|
21088
|
+
countryCode: 'US' | 'CA' | 'GB' | 'ES' | 'DE' | 'FR' | 'NL' | 'AU' | 'BR';
|
|
21089
21089
|
};
|
|
21090
21090
|
/**
|
|
21091
21091
|
* Document id from POST /v1/phone-numbers/port-in/documents (kind=loa).
|
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.490",
|
|
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.490",
|
|
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
|
@@ -9494,11 +9494,11 @@ export type CreatePostData = {
|
|
|
9494
9494
|
[key: string]: unknown;
|
|
9495
9495
|
};
|
|
9496
9496
|
/**
|
|
9497
|
-
* Root-level TikTok settings applied to
|
|
9497
|
+
* Root-level TikTok settings applied to the TikTok platforms sent in the same request. Merged into each platform's platformSpecificData, with platform-specific settings taking precedence.
|
|
9498
9498
|
*/
|
|
9499
9499
|
tiktokSettings?: TikTokPlatformData;
|
|
9500
9500
|
/**
|
|
9501
|
-
* Root-level Facebook settings applied to
|
|
9501
|
+
* Root-level Facebook settings applied to the Facebook platforms sent in the same request. Merged into each platform's platformSpecificData.facebookSettings, with platform-specific settings taking precedence.
|
|
9502
9502
|
*/
|
|
9503
9503
|
facebookSettings?: FacebookSettings;
|
|
9504
9504
|
recycling?: RecyclingConfig;
|
|
@@ -9661,11 +9661,11 @@ export type UpdatePostData = {
|
|
|
9661
9661
|
*/
|
|
9662
9662
|
queueId?: string;
|
|
9663
9663
|
/**
|
|
9664
|
-
* Root-level TikTok settings applied to
|
|
9664
|
+
* Root-level TikTok settings applied to the TikTok platforms sent in the same request. Merged into each platform's platformSpecificData, with platform-specific settings taking precedence. Returns 400 if sent without a platforms array.
|
|
9665
9665
|
*/
|
|
9666
9666
|
tiktokSettings?: TikTokPlatformData;
|
|
9667
9667
|
/**
|
|
9668
|
-
* Root-level Facebook settings applied to
|
|
9668
|
+
* Root-level Facebook settings applied to the Facebook platforms sent in the same request. Merged into each platform's platformSpecificData.facebookSettings, with platform-specific settings taking precedence. Returns 400 if sent without a platforms array.
|
|
9669
9669
|
*/
|
|
9670
9670
|
facebookSettings?: FacebookSettings;
|
|
9671
9671
|
recycling?: RecyclingConfig;
|
|
@@ -21122,7 +21122,7 @@ export type CreatePhoneNumberPortInData = {
|
|
|
21122
21122
|
/**
|
|
21123
21123
|
* Service-address country (a supported port-in country).
|
|
21124
21124
|
*/
|
|
21125
|
-
countryCode: 'US' | 'CA' | 'GB' | 'ES' | 'DE' | 'FR' | 'NL' | 'AU';
|
|
21125
|
+
countryCode: 'US' | 'CA' | 'GB' | 'ES' | 'DE' | 'FR' | 'NL' | 'AU' | 'BR';
|
|
21126
21126
|
};
|
|
21127
21127
|
/**
|
|
21128
21128
|
* Document id from POST /v1/phone-numbers/port-in/documents (kind=loa).
|