@zernio/node 0.2.120 → 0.2.121

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
@@ -12985,7 +12985,7 @@ type ListAdsData = {
12985
12985
  */
12986
12986
  campaignId?: string;
12987
12987
  /**
12988
- * Start of metrics date range (YYYY-MM-DD). Defaults to 90 days ago. Ranges older than 90 days trigger an on-demand platform fetch when scoped to a specific accountId.
12988
+ * Start of metrics date range (YYYY-MM-DD). Defaults to 90 days ago.
12989
12989
  */
12990
12990
  fromDate?: string;
12991
12991
  limit?: number;
@@ -13293,7 +13293,7 @@ type GetAdTreeData = {
13293
13293
  */
13294
13294
  adAccountId?: string;
13295
13295
  /**
13296
- * Start of metrics date range (YYYY-MM-DD). Defaults to 90 days ago. Ranges older than 90 days trigger an on-demand platform fetch when scoped to a specific accountId.
13296
+ * Start of metrics date range (YYYY-MM-DD). Defaults to 90 days ago.
13297
13297
  */
13298
13298
  fromDate?: string;
13299
13299
  /**
@@ -13427,7 +13427,7 @@ type GetAdAnalyticsData = {
13427
13427
  */
13428
13428
  breakdowns?: string;
13429
13429
  /**
13430
- * Start of date range (YYYY-MM-DD). Defaults to 90 days ago. Ranges older than 90 days trigger an on-demand platform fetch.
13430
+ * Start of date range (YYYY-MM-DD). Defaults to 90 days ago.
13431
13431
  */
13432
13432
  fromDate?: string;
13433
13433
  /**
package/dist/index.d.ts CHANGED
@@ -12985,7 +12985,7 @@ type ListAdsData = {
12985
12985
  */
12986
12986
  campaignId?: string;
12987
12987
  /**
12988
- * Start of metrics date range (YYYY-MM-DD). Defaults to 90 days ago. Ranges older than 90 days trigger an on-demand platform fetch when scoped to a specific accountId.
12988
+ * Start of metrics date range (YYYY-MM-DD). Defaults to 90 days ago.
12989
12989
  */
12990
12990
  fromDate?: string;
12991
12991
  limit?: number;
@@ -13293,7 +13293,7 @@ type GetAdTreeData = {
13293
13293
  */
13294
13294
  adAccountId?: string;
13295
13295
  /**
13296
- * Start of metrics date range (YYYY-MM-DD). Defaults to 90 days ago. Ranges older than 90 days trigger an on-demand platform fetch when scoped to a specific accountId.
13296
+ * Start of metrics date range (YYYY-MM-DD). Defaults to 90 days ago.
13297
13297
  */
13298
13298
  fromDate?: string;
13299
13299
  /**
@@ -13427,7 +13427,7 @@ type GetAdAnalyticsData = {
13427
13427
  */
13428
13428
  breakdowns?: string;
13429
13429
  /**
13430
- * Start of date range (YYYY-MM-DD). Defaults to 90 days ago. Ranges older than 90 days trigger an on-demand platform fetch.
13430
+ * Start of date range (YYYY-MM-DD). Defaults to 90 days ago.
13431
13431
  */
13432
13432
  fromDate?: string;
13433
13433
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.120",
3
+ "version": "0.2.121",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -3229,7 +3229,6 @@ export const listCommentAutomationLogs = <ThrowOnError extends boolean = false>(
3229
3229
  * Returns a paginated list of ads with metrics computed over an optional date range.
3230
3230
  * Use source=all to include externally-synced ads from platform ad managers.
3231
3231
  * If no date range is provided, defaults to the last 90 days. Date range is capped at 730 days max.
3232
- * Ranges older than 90 days trigger a one-time on-demand fetch from the platform when scoped to a specific accountId, then serve from cache on subsequent requests.
3233
3232
  *
3234
3233
  */
3235
3234
  export const listAds = <ThrowOnError extends boolean = false>(options?: OptionsLegacyParser<ListAdsData, ThrowOnError>) => {
@@ -3392,7 +3391,6 @@ export const updateAdSetStatus = <ThrowOnError extends boolean = false>(options:
3392
3391
  * and campaign levels. Pagination is at the campaign level. Ads without a campaign or ad set
3393
3392
  * ID are grouped into synthetic "Ungrouped" buckets.
3394
3393
  * If no date range is provided, defaults to the last 90 days. Date range is capped at 730 days max.
3395
- * Ranges older than 90 days trigger a one-time on-demand fetch from the platform when scoped to a specific accountId, then serve from cache on subsequent requests.
3396
3394
  *
3397
3395
  */
3398
3396
  export const getAdTree = <ThrowOnError extends boolean = false>(options?: OptionsLegacyParser<GetAdTreeData, ThrowOnError>) => {
@@ -3449,7 +3447,6 @@ export const deleteAd = <ThrowOnError extends boolean = false>(options: OptionsL
3449
3447
  * Returns detailed performance analytics for an ad. Includes summary metrics, a daily timeline
3450
3448
  * over the requested date range, and optional demographic breakdowns (Meta and TikTok only).
3451
3449
  * If no date range is provided, defaults to the last 90 days. Date range is capped at 730 days max.
3452
- * Ranges older than 90 days trigger a one-time on-demand fetch from the platform, then serve from cache on subsequent requests.
3453
3450
  *
3454
3451
  */
3455
3452
  export const getAdAnalytics = <ThrowOnError extends boolean = false>(options: OptionsLegacyParser<GetAdAnalyticsData, ThrowOnError>) => {
@@ -13276,7 +13276,7 @@ export type ListAdsData = {
13276
13276
  */
13277
13277
  campaignId?: string;
13278
13278
  /**
13279
- * Start of metrics date range (YYYY-MM-DD). Defaults to 90 days ago. Ranges older than 90 days trigger an on-demand platform fetch when scoped to a specific accountId.
13279
+ * Start of metrics date range (YYYY-MM-DD). Defaults to 90 days ago.
13280
13280
  */
13281
13281
  fromDate?: string;
13282
13282
  limit?: number;
@@ -13611,7 +13611,7 @@ export type GetAdTreeData = {
13611
13611
  */
13612
13612
  adAccountId?: string;
13613
13613
  /**
13614
- * Start of metrics date range (YYYY-MM-DD). Defaults to 90 days ago. Ranges older than 90 days trigger an on-demand platform fetch when scoped to a specific accountId.
13614
+ * Start of metrics date range (YYYY-MM-DD). Defaults to 90 days ago.
13615
13615
  */
13616
13616
  fromDate?: string;
13617
13617
  /**
@@ -13757,7 +13757,7 @@ export type GetAdAnalyticsData = {
13757
13757
  */
13758
13758
  breakdowns?: string;
13759
13759
  /**
13760
- * Start of date range (YYYY-MM-DD). Defaults to 90 days ago. Ranges older than 90 days trigger an on-demand platform fetch.
13760
+ * Start of date range (YYYY-MM-DD). Defaults to 90 days ago.
13761
13761
  */
13762
13762
  fromDate?: string;
13763
13763
  /**