@zernio/node 0.2.104 → 0.2.105

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 CHANGED
@@ -13075,7 +13075,7 @@ type CreateStandaloneAdData = {
13075
13075
  */
13076
13076
  body?: string;
13077
13077
  /**
13078
- * Required on legacy + attach shapes. Meta only.
13078
+ * Required on legacy + attach shapes for Meta. Honoured on TikTok too — passes through to the Spark Ad creative's `call_to_action`. Ignored by other platforms.
13079
13079
  */
13080
13080
  callToAction?: 'LEARN_MORE' | 'SHOP_NOW' | 'SIGN_UP' | 'BOOK_TRAVEL' | 'CONTACT_US' | 'DOWNLOAD' | 'GET_OFFER' | 'GET_QUOTE' | 'SUBSCRIBE' | 'WATCH_MORE';
13081
13081
  /**
package/dist/index.d.ts CHANGED
@@ -13075,7 +13075,7 @@ type CreateStandaloneAdData = {
13075
13075
  */
13076
13076
  body?: string;
13077
13077
  /**
13078
- * Required on legacy + attach shapes. Meta only.
13078
+ * Required on legacy + attach shapes for Meta. Honoured on TikTok too — passes through to the Spark Ad creative's `call_to_action`. Ignored by other platforms.
13079
13079
  */
13080
13080
  callToAction?: 'LEARN_MORE' | 'SHOP_NOW' | 'SIGN_UP' | 'BOOK_TRAVEL' | 'CONTACT_US' | 'DOWNLOAD' | 'GET_OFFER' | 'GET_QUOTE' | 'SUBSCRIBE' | 'WATCH_MORE';
13081
13081
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.104",
3
+ "version": "0.2.105",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -13409,7 +13409,7 @@ export type CreateStandaloneAdData = {
13409
13409
  */
13410
13410
  body?: string;
13411
13411
  /**
13412
- * Required on legacy + attach shapes. Meta only.
13412
+ * Required on legacy + attach shapes for Meta. Honoured on TikTok too — passes through to the Spark Ad creative's `call_to_action`. Ignored by other platforms.
13413
13413
  */
13414
13414
  callToAction?: 'LEARN_MORE' | 'SHOP_NOW' | 'SIGN_UP' | 'BOOK_TRAVEL' | 'CONTACT_US' | 'DOWNLOAD' | 'GET_OFFER' | 'GET_QUOTE' | 'SUBSCRIBE' | 'WATCH_MORE';
13415
13415
  /**