@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +1 -1
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
|
|
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
|
|
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
|
@@ -13409,7 +13409,7 @@ export type CreateStandaloneAdData = {
|
|
|
13409
13409
|
*/
|
|
13410
13410
|
body?: string;
|
|
13411
13411
|
/**
|
|
13412
|
-
* Required on legacy + attach shapes
|
|
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
|
/**
|