@getlatedev/node 0.2.383 → 0.2.384
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 +8 -9
- package/dist/index.d.ts +8 -9
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +8 -9
package/dist/index.d.mts
CHANGED
|
@@ -24615,15 +24615,14 @@ type CreateStandaloneAdData = {
|
|
|
24615
24615
|
* for `goal: conversions`.
|
|
24616
24616
|
*
|
|
24617
24617
|
* **TikTok:** an `optimization_event` code (UPPER_SNAKE, not Meta's vocabulary
|
|
24618
|
-
* and not PascalCase)
|
|
24619
|
-
*
|
|
24620
|
-
*
|
|
24621
|
-
*
|
|
24622
|
-
*
|
|
24623
|
-
*
|
|
24624
|
-
*
|
|
24625
|
-
*
|
|
24626
|
-
* Optional for `goal: conversions`.
|
|
24618
|
+
* and not PascalCase), OR the exact event name shown in TikTok Events Manager
|
|
24619
|
+
* (auto-resolved to its code). Must be one of the event types your TikTok
|
|
24620
|
+
* Pixel tracks; custom events are not optimizable. Current taxonomy:
|
|
24621
|
+
* `SHOPPING` (Purchase), `ON_WEB_CART` (Add to Cart), `INITIATE_ORDER`
|
|
24622
|
+
* (Initiate Checkout), `FORM` (Lead), `ON_WEB_REGISTER` (Complete
|
|
24623
|
+
* Registration), `ON_WEB_DETAIL` (View Content). `ON_WEB_ORDER` is
|
|
24624
|
+
* deprecated. On rejection the error lists the event types your pixel
|
|
24625
|
+
* actually tracks. Optional for `goal: conversions`.
|
|
24627
24626
|
*
|
|
24628
24627
|
*/
|
|
24629
24628
|
customEventType?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -24615,15 +24615,14 @@ type CreateStandaloneAdData = {
|
|
|
24615
24615
|
* for `goal: conversions`.
|
|
24616
24616
|
*
|
|
24617
24617
|
* **TikTok:** an `optimization_event` code (UPPER_SNAKE, not Meta's vocabulary
|
|
24618
|
-
* and not PascalCase)
|
|
24619
|
-
*
|
|
24620
|
-
*
|
|
24621
|
-
*
|
|
24622
|
-
*
|
|
24623
|
-
*
|
|
24624
|
-
*
|
|
24625
|
-
*
|
|
24626
|
-
* Optional for `goal: conversions`.
|
|
24618
|
+
* and not PascalCase), OR the exact event name shown in TikTok Events Manager
|
|
24619
|
+
* (auto-resolved to its code). Must be one of the event types your TikTok
|
|
24620
|
+
* Pixel tracks; custom events are not optimizable. Current taxonomy:
|
|
24621
|
+
* `SHOPPING` (Purchase), `ON_WEB_CART` (Add to Cart), `INITIATE_ORDER`
|
|
24622
|
+
* (Initiate Checkout), `FORM` (Lead), `ON_WEB_REGISTER` (Complete
|
|
24623
|
+
* Registration), `ON_WEB_DETAIL` (View Content). `ON_WEB_ORDER` is
|
|
24624
|
+
* deprecated. On rejection the error lists the event types your pixel
|
|
24625
|
+
* actually tracks. Optional for `goal: conversions`.
|
|
24627
24626
|
*
|
|
24628
24627
|
*/
|
|
24629
24628
|
customEventType?: string;
|
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.384",
|
|
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.384",
|
|
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
|
@@ -25287,15 +25287,14 @@ export type CreateStandaloneAdData = {
|
|
|
25287
25287
|
* for `goal: conversions`.
|
|
25288
25288
|
*
|
|
25289
25289
|
* **TikTok:** an `optimization_event` code (UPPER_SNAKE, not Meta's vocabulary
|
|
25290
|
-
* and not PascalCase)
|
|
25291
|
-
*
|
|
25292
|
-
*
|
|
25293
|
-
*
|
|
25294
|
-
*
|
|
25295
|
-
*
|
|
25296
|
-
*
|
|
25297
|
-
*
|
|
25298
|
-
* Optional for `goal: conversions`.
|
|
25290
|
+
* and not PascalCase), OR the exact event name shown in TikTok Events Manager
|
|
25291
|
+
* (auto-resolved to its code). Must be one of the event types your TikTok
|
|
25292
|
+
* Pixel tracks; custom events are not optimizable. Current taxonomy:
|
|
25293
|
+
* `SHOPPING` (Purchase), `ON_WEB_CART` (Add to Cart), `INITIATE_ORDER`
|
|
25294
|
+
* (Initiate Checkout), `FORM` (Lead), `ON_WEB_REGISTER` (Complete
|
|
25295
|
+
* Registration), `ON_WEB_DETAIL` (View Content). `ON_WEB_ORDER` is
|
|
25296
|
+
* deprecated. On rejection the error lists the event types your pixel
|
|
25297
|
+
* actually tracks. Optional for `goal: conversions`.
|
|
25299
25298
|
*
|
|
25300
25299
|
*/
|
|
25301
25300
|
customEventType?: string;
|