@zernio/node 0.2.764 → 0.2.765
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 +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +3 -1
package/dist/index.d.mts
CHANGED
|
@@ -7142,7 +7142,9 @@ type MetaInstagramIdentityRef = {
|
|
|
7142
7142
|
/**
|
|
7143
7143
|
* Not supported. Meta validates creative_sourcing_spec.promotion_metadata_spec on the create call and then discards it, so a Promotion set through the Marketing API never reaches the creative. Any object is rejected with 400 invalid_field_value. Send null or omit the field, and set the Promotion on the ad in Ads Manager. Verified on 2026-09-11 across Graph v19.0 to v25.0 and every write path.
|
|
7144
7144
|
*/
|
|
7145
|
-
type MetaPromotion =
|
|
7145
|
+
type MetaPromotion = {
|
|
7146
|
+
[key: string]: unknown;
|
|
7147
|
+
} | null;
|
|
7146
7148
|
type Money = {
|
|
7147
7149
|
/**
|
|
7148
7150
|
* ISO 4217 currency code (e.g. USD, EUR)
|
package/dist/index.d.ts
CHANGED
|
@@ -7142,7 +7142,9 @@ type MetaInstagramIdentityRef = {
|
|
|
7142
7142
|
/**
|
|
7143
7143
|
* Not supported. Meta validates creative_sourcing_spec.promotion_metadata_spec on the create call and then discards it, so a Promotion set through the Marketing API never reaches the creative. Any object is rejected with 400 invalid_field_value. Send null or omit the field, and set the Promotion on the ad in Ads Manager. Verified on 2026-09-11 across Graph v19.0 to v25.0 and every write path.
|
|
7144
7144
|
*/
|
|
7145
|
-
type MetaPromotion =
|
|
7145
|
+
type MetaPromotion = {
|
|
7146
|
+
[key: string]: unknown;
|
|
7147
|
+
} | null;
|
|
7146
7148
|
type Money = {
|
|
7147
7149
|
/**
|
|
7148
7150
|
* ISO 4217 currency code (e.g. USD, EUR)
|
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.
|
|
39
|
+
version: "0.2.765",
|
|
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.
|
|
8
|
+
version: "0.2.765",
|
|
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
|
@@ -5773,7 +5773,9 @@ export type MetaInstagramIdentityRef = {
|
|
|
5773
5773
|
/**
|
|
5774
5774
|
* Not supported. Meta validates creative_sourcing_spec.promotion_metadata_spec on the create call and then discards it, so a Promotion set through the Marketing API never reaches the creative. Any object is rejected with 400 invalid_field_value. Send null or omit the field, and set the Promotion on the ad in Ads Manager. Verified on 2026-09-11 across Graph v19.0 to v25.0 and every write path.
|
|
5775
5775
|
*/
|
|
5776
|
-
export type MetaPromotion =
|
|
5776
|
+
export type MetaPromotion = {
|
|
5777
|
+
[key: string]: unknown;
|
|
5778
|
+
} | null;
|
|
5777
5779
|
|
|
5778
5780
|
export type Money = {
|
|
5779
5781
|
/**
|