@zernio/node 0.2.205 → 0.2.206
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 +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +5 -1
package/dist/index.d.mts
CHANGED
|
@@ -18594,9 +18594,13 @@ type SearchAdTargetingError = (unknown | {
|
|
|
18594
18594
|
type EstimateAdReachData = {
|
|
18595
18595
|
body: {
|
|
18596
18596
|
/**
|
|
18597
|
-
*
|
|
18597
|
+
* Zernio social account ID on the target ad platform (the estimate runs against its platform).
|
|
18598
18598
|
*/
|
|
18599
18599
|
accountId: string;
|
|
18600
|
+
/**
|
|
18601
|
+
* Required. The platform ad-account ID the reach call runs against (Meta act_..., LinkedIn numeric sponsoredAccount ID, Pinterest ad-account ID, X account ID) - every backing reach API is scoped to one ad account. Get it from GET /v1/ads/accounts.
|
|
18602
|
+
*/
|
|
18603
|
+
adAccountId: string;
|
|
18600
18604
|
/**
|
|
18601
18605
|
* The targeting spec to estimate. Same shape used by POST /v1/ads/create.
|
|
18602
18606
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -18594,9 +18594,13 @@ type SearchAdTargetingError = (unknown | {
|
|
|
18594
18594
|
type EstimateAdReachData = {
|
|
18595
18595
|
body: {
|
|
18596
18596
|
/**
|
|
18597
|
-
*
|
|
18597
|
+
* Zernio social account ID on the target ad platform (the estimate runs against its platform).
|
|
18598
18598
|
*/
|
|
18599
18599
|
accountId: string;
|
|
18600
|
+
/**
|
|
18601
|
+
* Required. The platform ad-account ID the reach call runs against (Meta act_..., LinkedIn numeric sponsoredAccount ID, Pinterest ad-account ID, X account ID) - every backing reach API is scoped to one ad account. Get it from GET /v1/ads/accounts.
|
|
18602
|
+
*/
|
|
18603
|
+
adAccountId: string;
|
|
18600
18604
|
/**
|
|
18601
18605
|
* The targeting spec to estimate. Same shape used by POST /v1/ads/create.
|
|
18602
18606
|
*/
|
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.206",
|
|
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.206",
|
|
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
|
@@ -19089,9 +19089,13 @@ export type SearchAdTargetingError = (unknown | {
|
|
|
19089
19089
|
export type EstimateAdReachData = {
|
|
19090
19090
|
body: {
|
|
19091
19091
|
/**
|
|
19092
|
-
*
|
|
19092
|
+
* Zernio social account ID on the target ad platform (the estimate runs against its platform).
|
|
19093
19093
|
*/
|
|
19094
19094
|
accountId: string;
|
|
19095
|
+
/**
|
|
19096
|
+
* Required. The platform ad-account ID the reach call runs against (Meta act_..., LinkedIn numeric sponsoredAccount ID, Pinterest ad-account ID, X account ID) - every backing reach API is scoped to one ad account. Get it from GET /v1/ads/accounts.
|
|
19097
|
+
*/
|
|
19098
|
+
adAccountId: string;
|
|
19095
19099
|
/**
|
|
19096
19100
|
* The targeting spec to estimate. Same shape used by POST /v1/ads/create.
|
|
19097
19101
|
*/
|