@zernio/node 0.2.826 → 0.2.827

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
@@ -40130,7 +40130,7 @@ type SearchAdLibraryData = {
40130
40130
  */
40131
40131
  searchType?: 'KEYWORD_UNORDERED' | 'KEYWORD_EXACT_PHRASE';
40132
40132
  /**
40133
- * Earliest delivery date (YYYY-MM-DD).
40133
+ * Meta only. Earliest delivery date (YYYY-MM-DD). LinkedIn's archive does not filter by date, so it is a 400 there: filter on details.adStatistics.firstImpressionAt / latestImpressionAt instead (EU-delivered ads only).
40134
40134
  */
40135
40135
  since?: string;
40136
40136
  /**
@@ -40138,7 +40138,7 @@ type SearchAdLibraryData = {
40138
40138
  */
40139
40139
  status?: 'ACTIVE' | 'INACTIVE' | 'ALL';
40140
40140
  /**
40141
- * Latest delivery date (YYYY-MM-DD).
40141
+ * Meta only. Latest delivery date (YYYY-MM-DD); a 400 on LinkedIn, see since.
40142
40142
  */
40143
40143
  until?: string;
40144
40144
  };
package/dist/index.d.ts CHANGED
@@ -40130,7 +40130,7 @@ type SearchAdLibraryData = {
40130
40130
  */
40131
40131
  searchType?: 'KEYWORD_UNORDERED' | 'KEYWORD_EXACT_PHRASE';
40132
40132
  /**
40133
- * Earliest delivery date (YYYY-MM-DD).
40133
+ * Meta only. Earliest delivery date (YYYY-MM-DD). LinkedIn's archive does not filter by date, so it is a 400 there: filter on details.adStatistics.firstImpressionAt / latestImpressionAt instead (EU-delivered ads only).
40134
40134
  */
40135
40135
  since?: string;
40136
40136
  /**
@@ -40138,7 +40138,7 @@ type SearchAdLibraryData = {
40138
40138
  */
40139
40139
  status?: 'ACTIVE' | 'INACTIVE' | 'ALL';
40140
40140
  /**
40141
- * Latest delivery date (YYYY-MM-DD).
40141
+ * Meta only. Latest delivery date (YYYY-MM-DD); a 400 on LinkedIn, see since.
40142
40142
  */
40143
40143
  until?: string;
40144
40144
  };
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.826",
39
+ version: "0.2.827",
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.826",
8
+ version: "0.2.827",
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.826",
3
+ "version": "0.2.827",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -10659,8 +10659,8 @@ export const searchAdTargeting = <ThrowOnError extends boolean = false>(options:
10659
10659
  * last impression. EU-delivered ads carry impression ranges and the disclosed targeting facets.
10660
10660
  * Pages are capped at 25 ads (`limit` > 25 is a 400); `after` is the next offset.
10661
10661
  *
10662
- * Which params apply: `q`, `countries`, `since`, `until`, `limit`, `after` on both; `pageIds`,
10663
- * `adType`, `status`, `platforms`, `mediaType`, `languages`, `searchType`, `fields` are Meta-only;
10662
+ * Which params apply: `q`, `countries`, `limit`, `after` on both; `pageIds`, `adType`, `status`,
10663
+ * `platforms`, `mediaType`, `languages`, `searchType`, `fields`, `since`, `until` are Meta-only;
10664
10664
  * `advertiser` is LinkedIn-only. Passing a param the account's platform does not support is a 400
10665
10665
  * naming the param.
10666
10666
  */
@@ -40791,7 +40791,7 @@ export type SearchAdLibraryData = {
40791
40791
  */
40792
40792
  searchType?: 'KEYWORD_UNORDERED' | 'KEYWORD_EXACT_PHRASE';
40793
40793
  /**
40794
- * Earliest delivery date (YYYY-MM-DD).
40794
+ * Meta only. Earliest delivery date (YYYY-MM-DD). LinkedIn's archive does not filter by date, so it is a 400 there: filter on details.adStatistics.firstImpressionAt / latestImpressionAt instead (EU-delivered ads only).
40795
40795
  */
40796
40796
  since?: string;
40797
40797
  /**
@@ -40799,7 +40799,7 @@ export type SearchAdLibraryData = {
40799
40799
  */
40800
40800
  status?: 'ACTIVE' | 'INACTIVE' | 'ALL';
40801
40801
  /**
40802
- * Latest delivery date (YYYY-MM-DD).
40802
+ * Meta only. Latest delivery date (YYYY-MM-DD); a 400 on LinkedIn, see since.
40803
40803
  */
40804
40804
  until?: string;
40805
40805
  };