@zernio/node 0.2.53 → 0.2.54
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
|
@@ -11789,6 +11789,10 @@ type ListAdsData = {
|
|
|
11789
11789
|
* Social account ID
|
|
11790
11790
|
*/
|
|
11791
11791
|
accountId?: string;
|
|
11792
|
+
/**
|
|
11793
|
+
* Platform ad account ID (e.g. act_123 for Meta). Mirrors the same filter on /v1/ads/campaigns and /v1/ads/tree.
|
|
11794
|
+
*/
|
|
11795
|
+
adAccountId?: string;
|
|
11792
11796
|
/**
|
|
11793
11797
|
* Platform campaign ID (filter ads within a campaign)
|
|
11794
11798
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -11789,6 +11789,10 @@ type ListAdsData = {
|
|
|
11789
11789
|
* Social account ID
|
|
11790
11790
|
*/
|
|
11791
11791
|
accountId?: string;
|
|
11792
|
+
/**
|
|
11793
|
+
* Platform ad account ID (e.g. act_123 for Meta). Mirrors the same filter on /v1/ads/campaigns and /v1/ads/tree.
|
|
11794
|
+
*/
|
|
11795
|
+
adAccountId?: string;
|
|
11792
11796
|
/**
|
|
11793
11797
|
* Platform campaign ID (filter ads within a campaign)
|
|
11794
11798
|
*/
|
package/package.json
CHANGED
|
@@ -12109,6 +12109,10 @@ export type ListAdsData = {
|
|
|
12109
12109
|
* Social account ID
|
|
12110
12110
|
*/
|
|
12111
12111
|
accountId?: string;
|
|
12112
|
+
/**
|
|
12113
|
+
* Platform ad account ID (e.g. act_123 for Meta). Mirrors the same filter on /v1/ads/campaigns and /v1/ads/tree.
|
|
12114
|
+
*/
|
|
12115
|
+
adAccountId?: string;
|
|
12112
12116
|
/**
|
|
12113
12117
|
* Platform campaign ID (filter ads within a campaign)
|
|
12114
12118
|
*/
|