@getlatedev/node 0.2.573 → 0.2.575

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
@@ -3348,8 +3348,11 @@ type CtwaAdRequestBody = {
3348
3348
  budgetType?: 'daily' | 'lifetime';
3349
3349
  /**
3350
3350
  * ISO 4217 currency code matching the ad account's currency
3351
- * (e.g. `USD`). Optional; Meta infers from the ad account
3352
- * when omitted.
3351
+ * (e.g. `USD`). Optional: Zernio resolves it from the ad account
3352
+ * when omitted. The value selects the minor-unit exponent Zernio
3353
+ * converts budget/bid amounts by before calling Meta (most
3354
+ * currencies are cents; zero-decimal currencies like JPY/KRW are
3355
+ * sent as-is).
3353
3356
  *
3354
3357
  */
3355
3358
  currency?: string;
@@ -29558,6 +29561,9 @@ type BoostPostData = {
29558
29561
  * Meta only. Ad-set destination_type — where the click LANDS, as opposed to instagramAccountId which is who the ad runs as. Lead ads force ON_AD and ignore this.
29559
29562
  */
29560
29563
  destinationType?: 'INSTAGRAM_PROFILE' | 'WEBSITE' | 'ON_AD' | 'MESSENGER' | 'WHATSAPP';
29564
+ /**
29565
+ * ISO 4217 currency code matching the ad account's currency. Meta only. Optional: Zernio resolves it from the ad account when omitted. The value selects the minor-unit exponent Zernio converts budget/bid amounts by before calling Meta (most currencies are cents; zero-decimal currencies like JPY/KRW are sent as-is).
29566
+ */
29561
29567
  currency?: string;
29562
29568
  schedule?: {
29563
29569
  startDate?: string;
@@ -29929,6 +29935,9 @@ type CreateStandaloneAdData = {
29929
29935
  *
29930
29936
  */
29931
29937
  budgetLevel?: 'adset' | 'campaign';
29938
+ /**
29939
+ * ISO 4217 currency code matching the ad account's currency (e.g. `USD`). Meta only. Optional: Zernio resolves it from the ad account when omitted. The value selects the minor-unit exponent Zernio converts budget/bid amounts by before calling Meta (most currencies are cents; zero-decimal currencies like JPY/KRW are sent as-is).
29940
+ */
29932
29941
  currency?: string;
29933
29942
  /**
29934
29943
  * Required for Meta, Google, Pinterest, LinkedIn, and OpenAI Ads on legacy + attach shapes (skip for multi-creative — use `creatives[].headline`). Ignored for TikTok and X/Twitter. Max: Meta=255, Google=30, Pinterest=100, LinkedIn=400, OpenAI=50 (min 3). On LinkedIn this is the ad's headline (the bold text on the creative); for traffic ads it's the link card title. On OpenAI Ads this is the chat card's title.
@@ -30278,8 +30287,9 @@ type CreateStandaloneAdData = {
30278
30287
  /**
30279
30288
  * Meta only. Override the Instagram account the ad is delivered as — pass an Instagram
30280
30289
  * Business Account ID (e.g. 17841...), mapped to the creative's `instagram_user_id`.
30281
- * When omitted we auto-resolve the IG account linked to the connected Facebook Page
30282
- * (the existing default). Useful when a Page has more than one eligible IG account.
30290
+ * When omitted we use the Instagram actor Meta already runs the Page's other ads as,
30291
+ * falling back to the Page's page-backed Instagram account. Useful when a Page has more
30292
+ * than one eligible IG account.
30283
30293
  *
30284
30294
  */
30285
30295
  instagramAccountId?: string;
package/dist/index.d.ts CHANGED
@@ -3348,8 +3348,11 @@ type CtwaAdRequestBody = {
3348
3348
  budgetType?: 'daily' | 'lifetime';
3349
3349
  /**
3350
3350
  * ISO 4217 currency code matching the ad account's currency
3351
- * (e.g. `USD`). Optional; Meta infers from the ad account
3352
- * when omitted.
3351
+ * (e.g. `USD`). Optional: Zernio resolves it from the ad account
3352
+ * when omitted. The value selects the minor-unit exponent Zernio
3353
+ * converts budget/bid amounts by before calling Meta (most
3354
+ * currencies are cents; zero-decimal currencies like JPY/KRW are
3355
+ * sent as-is).
3353
3356
  *
3354
3357
  */
3355
3358
  currency?: string;
@@ -29558,6 +29561,9 @@ type BoostPostData = {
29558
29561
  * Meta only. Ad-set destination_type — where the click LANDS, as opposed to instagramAccountId which is who the ad runs as. Lead ads force ON_AD and ignore this.
29559
29562
  */
29560
29563
  destinationType?: 'INSTAGRAM_PROFILE' | 'WEBSITE' | 'ON_AD' | 'MESSENGER' | 'WHATSAPP';
29564
+ /**
29565
+ * ISO 4217 currency code matching the ad account's currency. Meta only. Optional: Zernio resolves it from the ad account when omitted. The value selects the minor-unit exponent Zernio converts budget/bid amounts by before calling Meta (most currencies are cents; zero-decimal currencies like JPY/KRW are sent as-is).
29566
+ */
29561
29567
  currency?: string;
29562
29568
  schedule?: {
29563
29569
  startDate?: string;
@@ -29929,6 +29935,9 @@ type CreateStandaloneAdData = {
29929
29935
  *
29930
29936
  */
29931
29937
  budgetLevel?: 'adset' | 'campaign';
29938
+ /**
29939
+ * ISO 4217 currency code matching the ad account's currency (e.g. `USD`). Meta only. Optional: Zernio resolves it from the ad account when omitted. The value selects the minor-unit exponent Zernio converts budget/bid amounts by before calling Meta (most currencies are cents; zero-decimal currencies like JPY/KRW are sent as-is).
29940
+ */
29932
29941
  currency?: string;
29933
29942
  /**
29934
29943
  * Required for Meta, Google, Pinterest, LinkedIn, and OpenAI Ads on legacy + attach shapes (skip for multi-creative — use `creatives[].headline`). Ignored for TikTok and X/Twitter. Max: Meta=255, Google=30, Pinterest=100, LinkedIn=400, OpenAI=50 (min 3). On LinkedIn this is the ad's headline (the bold text on the creative); for traffic ads it's the link card title. On OpenAI Ads this is the chat card's title.
@@ -30278,8 +30287,9 @@ type CreateStandaloneAdData = {
30278
30287
  /**
30279
30288
  * Meta only. Override the Instagram account the ad is delivered as — pass an Instagram
30280
30289
  * Business Account ID (e.g. 17841...), mapped to the creative's `instagram_user_id`.
30281
- * When omitted we auto-resolve the IG account linked to the connected Facebook Page
30282
- * (the existing default). Useful when a Page has more than one eligible IG account.
30290
+ * When omitted we use the Instagram actor Meta already runs the Page's other ads as,
30291
+ * falling back to the Page's page-backed Instagram account. Useful when a Page has more
30292
+ * than one eligible IG account.
30283
30293
  *
30284
30294
  */
30285
30295
  instagramAccountId?: 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.573",
39
+ version: "0.2.575",
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.573",
8
+ version: "0.2.575",
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": "@getlatedev/node",
3
- "version": "0.2.573",
3
+ "version": "0.2.575",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -2122,8 +2122,11 @@ export type CtwaAdRequestBody = {
2122
2122
  budgetType?: 'daily' | 'lifetime';
2123
2123
  /**
2124
2124
  * ISO 4217 currency code matching the ad account's currency
2125
- * (e.g. `USD`). Optional; Meta infers from the ad account
2126
- * when omitted.
2125
+ * (e.g. `USD`). Optional: Zernio resolves it from the ad account
2126
+ * when omitted. The value selects the minor-unit exponent Zernio
2127
+ * converts budget/bid amounts by before calling Meta (most
2128
+ * currencies are cents; zero-decimal currencies like JPY/KRW are
2129
+ * sent as-is).
2127
2130
  *
2128
2131
  */
2129
2132
  currency?: string;
@@ -30086,6 +30089,9 @@ export type BoostPostData = {
30086
30089
  * Meta only. Ad-set destination_type — where the click LANDS, as opposed to instagramAccountId which is who the ad runs as. Lead ads force ON_AD and ignore this.
30087
30090
  */
30088
30091
  destinationType?: 'INSTAGRAM_PROFILE' | 'WEBSITE' | 'ON_AD' | 'MESSENGER' | 'WHATSAPP';
30092
+ /**
30093
+ * ISO 4217 currency code matching the ad account's currency. Meta only. Optional: Zernio resolves it from the ad account when omitted. The value selects the minor-unit exponent Zernio converts budget/bid amounts by before calling Meta (most currencies are cents; zero-decimal currencies like JPY/KRW are sent as-is).
30094
+ */
30089
30095
  currency?: string;
30090
30096
  schedule?: {
30091
30097
  startDate?: string;
@@ -30460,6 +30466,9 @@ export type CreateStandaloneAdData = {
30460
30466
  *
30461
30467
  */
30462
30468
  budgetLevel?: 'adset' | 'campaign';
30469
+ /**
30470
+ * ISO 4217 currency code matching the ad account's currency (e.g. `USD`). Meta only. Optional: Zernio resolves it from the ad account when omitted. The value selects the minor-unit exponent Zernio converts budget/bid amounts by before calling Meta (most currencies are cents; zero-decimal currencies like JPY/KRW are sent as-is).
30471
+ */
30463
30472
  currency?: string;
30464
30473
  /**
30465
30474
  * Required for Meta, Google, Pinterest, LinkedIn, and OpenAI Ads on legacy + attach shapes (skip for multi-creative — use `creatives[].headline`). Ignored for TikTok and X/Twitter. Max: Meta=255, Google=30, Pinterest=100, LinkedIn=400, OpenAI=50 (min 3). On LinkedIn this is the ad's headline (the bold text on the creative); for traffic ads it's the link card title. On OpenAI Ads this is the chat card's title.
@@ -30809,8 +30818,9 @@ export type CreateStandaloneAdData = {
30809
30818
  /**
30810
30819
  * Meta only. Override the Instagram account the ad is delivered as — pass an Instagram
30811
30820
  * Business Account ID (e.g. 17841...), mapped to the creative's `instagram_user_id`.
30812
- * When omitted we auto-resolve the IG account linked to the connected Facebook Page
30813
- * (the existing default). Useful when a Page has more than one eligible IG account.
30821
+ * When omitted we use the Instagram actor Meta already runs the Page's other ads as,
30822
+ * falling back to the Page's page-backed Instagram account. Useful when a Page has more
30823
+ * than one eligible IG account.
30814
30824
  *
30815
30825
  */
30816
30826
  instagramAccountId?: string;