@zernio/node 0.2.266 → 0.2.267

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
@@ -19537,6 +19537,11 @@ type CreateStandaloneAdData = {
19537
19537
  * placement. Each rule's `placements` accepts the same fields as the top-level
19538
19538
  * `placements` object; Meta enforces co-selection rules and returns an actionable error.
19539
19539
  *
19540
+ * Note on text rendering: Meta suppresses primary text and headline on fullscreen
19541
+ * placements (Stories and Reels) in actual ad delivery; the fields are accepted and
19542
+ * the ad publishes, but the copy is not shown to users. For visible copy on those
19543
+ * placements, bake the text into the creative image or video itself.
19544
+ *
19540
19545
  * A block is all-image OR all-video, never mixed (Meta's asset_feed_spec carries one ad
19541
19546
  * format). Image mode: `defaultImageUrl` + `rules[].imageUrl`. Video mode:
19542
19547
  * `defaultVideoUrl` + `rules[].videoUrl` (optional `thumbnailUrl`/`defaultThumbnailUrl`
package/dist/index.d.ts CHANGED
@@ -19537,6 +19537,11 @@ type CreateStandaloneAdData = {
19537
19537
  * placement. Each rule's `placements` accepts the same fields as the top-level
19538
19538
  * `placements` object; Meta enforces co-selection rules and returns an actionable error.
19539
19539
  *
19540
+ * Note on text rendering: Meta suppresses primary text and headline on fullscreen
19541
+ * placements (Stories and Reels) in actual ad delivery; the fields are accepted and
19542
+ * the ad publishes, but the copy is not shown to users. For visible copy on those
19543
+ * placements, bake the text into the creative image or video itself.
19544
+ *
19540
19545
  * A block is all-image OR all-video, never mixed (Meta's asset_feed_spec carries one ad
19541
19546
  * format). Image mode: `defaultImageUrl` + `rules[].imageUrl`. Video mode:
19542
19547
  * `defaultVideoUrl` + `rules[].videoUrl` (optional `thumbnailUrl`/`defaultThumbnailUrl`
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.266",
39
+ version: "0.2.267",
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.266",
8
+ version: "0.2.267",
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.266",
3
+ "version": "0.2.267",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -20042,6 +20042,11 @@ export type CreateStandaloneAdData = {
20042
20042
  * placement. Each rule's `placements` accepts the same fields as the top-level
20043
20043
  * `placements` object; Meta enforces co-selection rules and returns an actionable error.
20044
20044
  *
20045
+ * Note on text rendering: Meta suppresses primary text and headline on fullscreen
20046
+ * placements (Stories and Reels) in actual ad delivery; the fields are accepted and
20047
+ * the ad publishes, but the copy is not shown to users. For visible copy on those
20048
+ * placements, bake the text into the creative image or video itself.
20049
+ *
20045
20050
  * A block is all-image OR all-video, never mixed (Meta's asset_feed_spec carries one ad
20046
20051
  * format). Image mode: `defaultImageUrl` + `rules[].imageUrl`. Video mode:
20047
20052
  * `defaultVideoUrl` + `rules[].videoUrl` (optional `thumbnailUrl`/`defaultThumbnailUrl`