@zernio/node 0.2.453 → 0.2.454

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/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
  </p>
13
13
 
14
14
  <p align="center">
15
- <strong>One API to post everywhere. 14 platforms, zero headaches.</strong>
15
+ <strong>One API to post everywhere. 16 platforms, zero headaches.</strong>
16
16
  </p>
17
17
 
18
18
  The official Node.js SDK for the [Zernio API](https://zernio.com) — schedule and publish social media posts across Instagram, TikTok, YouTube, LinkedIn, X/Twitter, Facebook, Pinterest, Threads, Bluesky, Reddit, Snapchat, Telegram, WhatsApp, and Google Business Profile with a single integration.
package/dist/index.d.mts CHANGED
@@ -2504,7 +2504,7 @@ type ConversionEvent = {
2504
2504
  */
2505
2505
  sourceUrl?: string;
2506
2506
  /**
2507
- * Where the conversion happened. Used by Meta; Google ignores.
2507
+ * Where the conversion happened. Used by Meta. Google also requires an event source internally; omitting this field sends OTHER to Google. Send an explicit value for accurate origin reporting.
2508
2508
  */
2509
2509
  actionSource?: 'web' | 'app' | 'offline' | 'crm' | 'phone_call' | 'system_generated';
2510
2510
  /**
@@ -2515,7 +2515,7 @@ type ConversionEvent = {
2515
2515
  };
2516
2516
  };
2517
2517
  /**
2518
- * Where the conversion happened. Used by Meta; Google ignores.
2518
+ * Where the conversion happened. Used by Meta. Google also requires an event source internally; omitting this field sends OTHER to Google. Send an explicit value for accurate origin reporting.
2519
2519
  */
2520
2520
  type actionSource = 'web' | 'app' | 'offline' | 'crm' | 'phone_call' | 'system_generated';
2521
2521
  /**
package/dist/index.d.ts CHANGED
@@ -2504,7 +2504,7 @@ type ConversionEvent = {
2504
2504
  */
2505
2505
  sourceUrl?: string;
2506
2506
  /**
2507
- * Where the conversion happened. Used by Meta; Google ignores.
2507
+ * Where the conversion happened. Used by Meta. Google also requires an event source internally; omitting this field sends OTHER to Google. Send an explicit value for accurate origin reporting.
2508
2508
  */
2509
2509
  actionSource?: 'web' | 'app' | 'offline' | 'crm' | 'phone_call' | 'system_generated';
2510
2510
  /**
@@ -2515,7 +2515,7 @@ type ConversionEvent = {
2515
2515
  };
2516
2516
  };
2517
2517
  /**
2518
- * Where the conversion happened. Used by Meta; Google ignores.
2518
+ * Where the conversion happened. Used by Meta. Google also requires an event source internally; omitting this field sends OTHER to Google. Send an explicit value for accurate origin reporting.
2519
2519
  */
2520
2520
  type actionSource = 'web' | 'app' | 'offline' | 'crm' | 'phone_call' | 'system_generated';
2521
2521
  /**
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.453",
39
+ version: "0.2.454",
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.453",
8
+ version: "0.2.454",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.453",
3
+ "version": "0.2.454",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -1369,7 +1369,7 @@ export type ConversionEvent = {
1369
1369
  */
1370
1370
  sourceUrl?: string;
1371
1371
  /**
1372
- * Where the conversion happened. Used by Meta; Google ignores.
1372
+ * Where the conversion happened. Used by Meta. Google also requires an event source internally; omitting this field sends OTHER to Google. Send an explicit value for accurate origin reporting.
1373
1373
  */
1374
1374
  actionSource?: 'web' | 'app' | 'offline' | 'crm' | 'phone_call' | 'system_generated';
1375
1375
  /**
@@ -1381,7 +1381,7 @@ export type ConversionEvent = {
1381
1381
  };
1382
1382
 
1383
1383
  /**
1384
- * Where the conversion happened. Used by Meta; Google ignores.
1384
+ * Where the conversion happened. Used by Meta. Google also requires an event source internally; omitting this field sends OTHER to Google. Send an explicit value for accurate origin reporting.
1385
1385
  */
1386
1386
  export type actionSource = 'web' | 'app' | 'offline' | 'crm' | 'phone_call' | 'system_generated';
1387
1387