@zernio/node 0.2.858 → 0.2.859
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 +6 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +6 -1
package/dist/index.d.mts
CHANGED
|
@@ -33899,9 +33899,14 @@ type GetAdsSearchTermsData = {
|
|
|
33899
33899
|
*/
|
|
33900
33900
|
accountId: string;
|
|
33901
33901
|
/**
|
|
33902
|
-
*
|
|
33902
|
+
* Alias of adSetId, kept for existing callers.
|
|
33903
|
+
* @deprecated
|
|
33903
33904
|
*/
|
|
33904
33905
|
adGroupId?: string;
|
|
33906
|
+
/**
|
|
33907
|
+
* Platform ad set ID (Google ad group). Same value as adSetId on listAdKeywords and /ad-sets/{adSetId}/assets.
|
|
33908
|
+
*/
|
|
33909
|
+
adSetId?: string;
|
|
33905
33910
|
/**
|
|
33906
33911
|
* Numeric Google campaign id filter.
|
|
33907
33912
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -33899,9 +33899,14 @@ type GetAdsSearchTermsData = {
|
|
|
33899
33899
|
*/
|
|
33900
33900
|
accountId: string;
|
|
33901
33901
|
/**
|
|
33902
|
-
*
|
|
33902
|
+
* Alias of adSetId, kept for existing callers.
|
|
33903
|
+
* @deprecated
|
|
33903
33904
|
*/
|
|
33904
33905
|
adGroupId?: string;
|
|
33906
|
+
/**
|
|
33907
|
+
* Platform ad set ID (Google ad group). Same value as adSetId on listAdKeywords and /ad-sets/{adSetId}/assets.
|
|
33908
|
+
*/
|
|
33909
|
+
adSetId?: string;
|
|
33905
33910
|
/**
|
|
33906
33911
|
* Numeric Google campaign id filter.
|
|
33907
33912
|
*/
|
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.859",
|
|
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.859",
|
|
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
|
@@ -34199,9 +34199,14 @@ export type GetAdsSearchTermsData = {
|
|
|
34199
34199
|
*/
|
|
34200
34200
|
accountId: string;
|
|
34201
34201
|
/**
|
|
34202
|
-
*
|
|
34202
|
+
* Alias of adSetId, kept for existing callers.
|
|
34203
|
+
* @deprecated
|
|
34203
34204
|
*/
|
|
34204
34205
|
adGroupId?: string;
|
|
34206
|
+
/**
|
|
34207
|
+
* Platform ad set ID (Google ad group). Same value as adSetId on listAdKeywords and /ad-sets/{adSetId}/assets.
|
|
34208
|
+
*/
|
|
34209
|
+
adSetId?: string;
|
|
34205
34210
|
/**
|
|
34206
34211
|
* Numeric Google campaign id filter.
|
|
34207
34212
|
*/
|