@zernio/node 0.2.846 → 0.2.847

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
@@ -35206,6 +35206,10 @@ type DuplicateAdData = {
35206
35206
  renamePrefix?: string;
35207
35207
  renameSuffix?: string;
35208
35208
  syncAfter?: boolean;
35209
+ /**
35210
+ * Point the copy at the source ad's creative object instead of copying it, so the copy keeps the same Facebook post, the same Instagram media, their existing likes, comments and shares, and the full creative setup (text variations included). This is what Ads Manager's "show existing reactions, comments and shares" does. Meta's native copy always publishes new posts. A creative belongs to one ad account, so `adSetId` must be in the source ad's account. 400 when the source ad has no creative yet.
35211
+ */
35212
+ reuseSourceCreative?: boolean;
35209
35213
  };
35210
35214
  headers?: {
35211
35215
  /**
package/dist/index.d.ts CHANGED
@@ -35206,6 +35206,10 @@ type DuplicateAdData = {
35206
35206
  renamePrefix?: string;
35207
35207
  renameSuffix?: string;
35208
35208
  syncAfter?: boolean;
35209
+ /**
35210
+ * Point the copy at the source ad's creative object instead of copying it, so the copy keeps the same Facebook post, the same Instagram media, their existing likes, comments and shares, and the full creative setup (text variations included). This is what Ads Manager's "show existing reactions, comments and shares" does. Meta's native copy always publishes new posts. A creative belongs to one ad account, so `adSetId` must be in the source ad's account. 400 when the source ad has no creative yet.
35211
+ */
35212
+ reuseSourceCreative?: boolean;
35209
35213
  };
35210
35214
  headers?: {
35211
35215
  /**
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.846",
39
+ version: "0.2.847",
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.846",
8
+ version: "0.2.847",
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.846",
3
+ "version": "0.2.847",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -35590,6 +35590,10 @@ export type DuplicateAdData = {
35590
35590
  renamePrefix?: string;
35591
35591
  renameSuffix?: string;
35592
35592
  syncAfter?: boolean;
35593
+ /**
35594
+ * Point the copy at the source ad's creative object instead of copying it, so the copy keeps the same Facebook post, the same Instagram media, their existing likes, comments and shares, and the full creative setup (text variations included). This is what Ads Manager's "show existing reactions, comments and shares" does. Meta's native copy always publishes new posts. A creative belongs to one ad account, so `adSetId` must be in the source ad's account. 400 when the source ad has no creative yet.
35595
+ */
35596
+ reuseSourceCreative?: boolean;
35593
35597
  };
35594
35598
  headers?: {
35595
35599
  /**