@getlatedev/node 0.2.573 → 0.2.574

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
@@ -30278,8 +30278,9 @@ type CreateStandaloneAdData = {
30278
30278
  /**
30279
30279
  * Meta only. Override the Instagram account the ad is delivered as — pass an Instagram
30280
30280
  * 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.
30281
+ * When omitted we use the Instagram actor Meta already runs the Page's other ads as,
30282
+ * falling back to the Page's page-backed Instagram account. Useful when a Page has more
30283
+ * than one eligible IG account.
30283
30284
  *
30284
30285
  */
30285
30286
  instagramAccountId?: string;
package/dist/index.d.ts CHANGED
@@ -30278,8 +30278,9 @@ type CreateStandaloneAdData = {
30278
30278
  /**
30279
30279
  * Meta only. Override the Instagram account the ad is delivered as — pass an Instagram
30280
30280
  * 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.
30281
+ * When omitted we use the Instagram actor Meta already runs the Page's other ads as,
30282
+ * falling back to the Page's page-backed Instagram account. Useful when a Page has more
30283
+ * than one eligible IG account.
30283
30284
  *
30284
30285
  */
30285
30286
  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.574",
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.574",
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.574",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -30809,8 +30809,9 @@ export type CreateStandaloneAdData = {
30809
30809
  /**
30810
30810
  * Meta only. Override the Instagram account the ad is delivered as — pass an Instagram
30811
30811
  * 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.
30812
+ * When omitted we use the Instagram actor Meta already runs the Page's other ads as,
30813
+ * falling back to the Page's page-backed Instagram account. Useful when a Page has more
30814
+ * than one eligible IG account.
30814
30815
  *
30815
30816
  */
30816
30817
  instagramAccountId?: string;