@zernio/node 0.2.139 → 0.2.140
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
- package/src/generated/types.gen.ts +4 -0
package/dist/index.d.mts
CHANGED
|
@@ -13708,6 +13708,10 @@ type GetAdsTimelineData = {
|
|
|
13708
13708
|
* Social account ID. Sibling-expanded to its linked posting↔ads pair.
|
|
13709
13709
|
*/
|
|
13710
13710
|
accountId: string;
|
|
13711
|
+
/**
|
|
13712
|
+
* Optional platform-native ad account ID (e.g. Meta `act_…`, TikTok advertiser ID). Use when the connection wraps multiple platform ad accounts and the chart should show one only. Note: rows ingested before 2026-05-13 don't carry this column; the recurring 7-day re-sync repopulates them naturally.
|
|
13713
|
+
*/
|
|
13714
|
+
adAccountId?: string;
|
|
13711
13715
|
/**
|
|
13712
13716
|
* Inclusive start of metrics range (YYYY-MM-DD). Defaults to 90 days ago.
|
|
13713
13717
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -13708,6 +13708,10 @@ type GetAdsTimelineData = {
|
|
|
13708
13708
|
* Social account ID. Sibling-expanded to its linked posting↔ads pair.
|
|
13709
13709
|
*/
|
|
13710
13710
|
accountId: string;
|
|
13711
|
+
/**
|
|
13712
|
+
* Optional platform-native ad account ID (e.g. Meta `act_…`, TikTok advertiser ID). Use when the connection wraps multiple platform ad accounts and the chart should show one only. Note: rows ingested before 2026-05-13 don't carry this column; the recurring 7-day re-sync repopulates them naturally.
|
|
13713
|
+
*/
|
|
13714
|
+
adAccountId?: string;
|
|
13711
13715
|
/**
|
|
13712
13716
|
* Inclusive start of metrics range (YYYY-MM-DD). Defaults to 90 days ago.
|
|
13713
13717
|
*/
|
package/package.json
CHANGED
|
@@ -14016,6 +14016,10 @@ export type GetAdsTimelineData = {
|
|
|
14016
14016
|
* Social account ID. Sibling-expanded to its linked posting↔ads pair.
|
|
14017
14017
|
*/
|
|
14018
14018
|
accountId: string;
|
|
14019
|
+
/**
|
|
14020
|
+
* Optional platform-native ad account ID (e.g. Meta `act_…`, TikTok advertiser ID). Use when the connection wraps multiple platform ad accounts and the chart should show one only. Note: rows ingested before 2026-05-13 don't carry this column; the recurring 7-day re-sync repopulates them naturally.
|
|
14021
|
+
*/
|
|
14022
|
+
adAccountId?: string;
|
|
14019
14023
|
/**
|
|
14020
14024
|
* Inclusive start of metrics range (YYYY-MM-DD). Defaults to 90 days ago.
|
|
14021
14025
|
*/
|