@getlatedev/node 0.2.276 → 0.2.277
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 +11 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +11 -0
package/dist/index.d.mts
CHANGED
|
@@ -19120,6 +19120,17 @@ type BoostPostData = {
|
|
|
19120
19120
|
*
|
|
19121
19121
|
*/
|
|
19122
19122
|
roasAverageFloor?: number;
|
|
19123
|
+
/**
|
|
19124
|
+
* Meta only. A raw Meta-native targeting spec passed to the ad set VERBATIM (snake_case:
|
|
19125
|
+
* `geo_locations`, `custom_audiences`, `excluded_custom_audiences`, `flexible_spec`,
|
|
19126
|
+
* `targeting_automation`, etc.). Use it to target specific custom or lookalike audiences,
|
|
19127
|
+
* or to clone a campaign's targeting exactly. Mutually exclusive with `targeting` (sending
|
|
19128
|
+
* both → 422). Sent as-is; Meta validates and surfaces any errors.
|
|
19129
|
+
*
|
|
19130
|
+
*/
|
|
19131
|
+
rawTargeting?: {
|
|
19132
|
+
[key: string]: unknown;
|
|
19133
|
+
};
|
|
19123
19134
|
/**
|
|
19124
19135
|
* Meta only. Tracking specs (pixel, URL tags).
|
|
19125
19136
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -19120,6 +19120,17 @@ type BoostPostData = {
|
|
|
19120
19120
|
*
|
|
19121
19121
|
*/
|
|
19122
19122
|
roasAverageFloor?: number;
|
|
19123
|
+
/**
|
|
19124
|
+
* Meta only. A raw Meta-native targeting spec passed to the ad set VERBATIM (snake_case:
|
|
19125
|
+
* `geo_locations`, `custom_audiences`, `excluded_custom_audiences`, `flexible_spec`,
|
|
19126
|
+
* `targeting_automation`, etc.). Use it to target specific custom or lookalike audiences,
|
|
19127
|
+
* or to clone a campaign's targeting exactly. Mutually exclusive with `targeting` (sending
|
|
19128
|
+
* both → 422). Sent as-is; Meta validates and surfaces any errors.
|
|
19129
|
+
*
|
|
19130
|
+
*/
|
|
19131
|
+
rawTargeting?: {
|
|
19132
|
+
[key: string]: unknown;
|
|
19133
|
+
};
|
|
19123
19134
|
/**
|
|
19124
19135
|
* Meta only. Tracking specs (pixel, URL tags).
|
|
19125
19136
|
*/
|
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.277",
|
|
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.277",
|
|
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
|
@@ -19619,6 +19619,17 @@ export type BoostPostData = {
|
|
|
19619
19619
|
*
|
|
19620
19620
|
*/
|
|
19621
19621
|
roasAverageFloor?: number;
|
|
19622
|
+
/**
|
|
19623
|
+
* Meta only. A raw Meta-native targeting spec passed to the ad set VERBATIM (snake_case:
|
|
19624
|
+
* `geo_locations`, `custom_audiences`, `excluded_custom_audiences`, `flexible_spec`,
|
|
19625
|
+
* `targeting_automation`, etc.). Use it to target specific custom or lookalike audiences,
|
|
19626
|
+
* or to clone a campaign's targeting exactly. Mutually exclusive with `targeting` (sending
|
|
19627
|
+
* both → 422). Sent as-is; Meta validates and surfaces any errors.
|
|
19628
|
+
*
|
|
19629
|
+
*/
|
|
19630
|
+
rawTargeting?: {
|
|
19631
|
+
[key: string]: unknown;
|
|
19632
|
+
};
|
|
19622
19633
|
/**
|
|
19623
19634
|
* Meta only. Tracking specs (pixel, URL tags).
|
|
19624
19635
|
*/
|