@getlatedev/node 0.2.322 → 0.2.323
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 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -21584,7 +21584,7 @@ type GetCampaignAnalyticsData = {
|
|
|
21584
21584
|
};
|
|
21585
21585
|
query?: {
|
|
21586
21586
|
/**
|
|
21587
|
-
* Comma-separated breakdown dimensions (Meta only): age, gender, country, publisher_platform, device_platform, region, platform_position, impression_device, video_asset, image_asset, body_asset, title_asset.
|
|
21587
|
+
* Comma-separated breakdown dimensions (Meta only): age, gender, country, publisher_platform, device_platform, region, platform_position, impression_device, video_asset, image_asset, body_asset, title_asset. `placement` is accepted as an alias for `publisher_platform` (Facebook vs Instagram vs Audience Network). The singular `breakdown` is accepted too. Unknown values return 400 with the supported list rather than being ignored.
|
|
21588
21588
|
*/
|
|
21589
21589
|
breakdowns?: string;
|
|
21590
21590
|
/**
|
|
@@ -21631,7 +21631,7 @@ type GetCampaignAnalyticsResponse = ({
|
|
|
21631
21631
|
};
|
|
21632
21632
|
};
|
|
21633
21633
|
} | unknown);
|
|
21634
|
-
type GetCampaignAnalyticsError = ({
|
|
21634
|
+
type GetCampaignAnalyticsError = (ErrorResponse | {
|
|
21635
21635
|
error?: string;
|
|
21636
21636
|
} | unknown);
|
|
21637
21637
|
type GetAdAnalyticsData = {
|
|
@@ -21640,7 +21640,7 @@ type GetAdAnalyticsData = {
|
|
|
21640
21640
|
};
|
|
21641
21641
|
query?: {
|
|
21642
21642
|
/**
|
|
21643
|
-
* Comma-separated breakdown dimensions. Meta: age, gender, country, publisher_platform, device_platform, region. TikTok: gender, age, country_code, platform, ac, language.
|
|
21643
|
+
* Comma-separated breakdown dimensions. Meta: age, gender, country, publisher_platform, device_platform, region, platform_position, impression_device, video_asset, image_asset, body_asset, title_asset. TikTok: gender, age, country_code, platform, ac, language. `placement` is accepted as an alias for `publisher_platform` (Facebook vs Instagram vs Audience Network). The singular `breakdown` is accepted too. Unknown values return 400 with the supported list rather than being ignored.
|
|
21644
21644
|
*/
|
|
21645
21645
|
breakdowns?: string;
|
|
21646
21646
|
/**
|
|
@@ -21681,7 +21681,7 @@ type GetAdAnalyticsResponse = ({
|
|
|
21681
21681
|
};
|
|
21682
21682
|
};
|
|
21683
21683
|
} | unknown);
|
|
21684
|
-
type GetAdAnalyticsError = ({
|
|
21684
|
+
type GetAdAnalyticsError = (ErrorResponse | {
|
|
21685
21685
|
error?: string;
|
|
21686
21686
|
} | unknown);
|
|
21687
21687
|
type GetAdTrackingTagsData = {
|
package/dist/index.d.ts
CHANGED
|
@@ -21584,7 +21584,7 @@ type GetCampaignAnalyticsData = {
|
|
|
21584
21584
|
};
|
|
21585
21585
|
query?: {
|
|
21586
21586
|
/**
|
|
21587
|
-
* Comma-separated breakdown dimensions (Meta only): age, gender, country, publisher_platform, device_platform, region, platform_position, impression_device, video_asset, image_asset, body_asset, title_asset.
|
|
21587
|
+
* Comma-separated breakdown dimensions (Meta only): age, gender, country, publisher_platform, device_platform, region, platform_position, impression_device, video_asset, image_asset, body_asset, title_asset. `placement` is accepted as an alias for `publisher_platform` (Facebook vs Instagram vs Audience Network). The singular `breakdown` is accepted too. Unknown values return 400 with the supported list rather than being ignored.
|
|
21588
21588
|
*/
|
|
21589
21589
|
breakdowns?: string;
|
|
21590
21590
|
/**
|
|
@@ -21631,7 +21631,7 @@ type GetCampaignAnalyticsResponse = ({
|
|
|
21631
21631
|
};
|
|
21632
21632
|
};
|
|
21633
21633
|
} | unknown);
|
|
21634
|
-
type GetCampaignAnalyticsError = ({
|
|
21634
|
+
type GetCampaignAnalyticsError = (ErrorResponse | {
|
|
21635
21635
|
error?: string;
|
|
21636
21636
|
} | unknown);
|
|
21637
21637
|
type GetAdAnalyticsData = {
|
|
@@ -21640,7 +21640,7 @@ type GetAdAnalyticsData = {
|
|
|
21640
21640
|
};
|
|
21641
21641
|
query?: {
|
|
21642
21642
|
/**
|
|
21643
|
-
* Comma-separated breakdown dimensions. Meta: age, gender, country, publisher_platform, device_platform, region. TikTok: gender, age, country_code, platform, ac, language.
|
|
21643
|
+
* Comma-separated breakdown dimensions. Meta: age, gender, country, publisher_platform, device_platform, region, platform_position, impression_device, video_asset, image_asset, body_asset, title_asset. TikTok: gender, age, country_code, platform, ac, language. `placement` is accepted as an alias for `publisher_platform` (Facebook vs Instagram vs Audience Network). The singular `breakdown` is accepted too. Unknown values return 400 with the supported list rather than being ignored.
|
|
21644
21644
|
*/
|
|
21645
21645
|
breakdowns?: string;
|
|
21646
21646
|
/**
|
|
@@ -21681,7 +21681,7 @@ type GetAdAnalyticsResponse = ({
|
|
|
21681
21681
|
};
|
|
21682
21682
|
};
|
|
21683
21683
|
} | unknown);
|
|
21684
|
-
type GetAdAnalyticsError = ({
|
|
21684
|
+
type GetAdAnalyticsError = (ErrorResponse | {
|
|
21685
21685
|
error?: string;
|
|
21686
21686
|
} | unknown);
|
|
21687
21687
|
type GetAdTrackingTagsData = {
|
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: "@getlatedev/node",
|
|
39
|
-
version: "0.2.
|
|
39
|
+
version: "0.2.323",
|
|
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: "@getlatedev/node",
|
|
8
|
-
version: "0.2.
|
|
8
|
+
version: "0.2.323",
|
|
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
|
@@ -22167,7 +22167,7 @@ export type GetCampaignAnalyticsData = {
|
|
|
22167
22167
|
};
|
|
22168
22168
|
query?: {
|
|
22169
22169
|
/**
|
|
22170
|
-
* Comma-separated breakdown dimensions (Meta only): age, gender, country, publisher_platform, device_platform, region, platform_position, impression_device, video_asset, image_asset, body_asset, title_asset.
|
|
22170
|
+
* Comma-separated breakdown dimensions (Meta only): age, gender, country, publisher_platform, device_platform, region, platform_position, impression_device, video_asset, image_asset, body_asset, title_asset. `placement` is accepted as an alias for `publisher_platform` (Facebook vs Instagram vs Audience Network). The singular `breakdown` is accepted too. Unknown values return 400 with the supported list rather than being ignored.
|
|
22171
22171
|
*/
|
|
22172
22172
|
breakdowns?: string;
|
|
22173
22173
|
/**
|
|
@@ -22216,7 +22216,7 @@ export type GetCampaignAnalyticsResponse = ({
|
|
|
22216
22216
|
};
|
|
22217
22217
|
} | unknown);
|
|
22218
22218
|
|
|
22219
|
-
export type GetCampaignAnalyticsError = ({
|
|
22219
|
+
export type GetCampaignAnalyticsError = (ErrorResponse | {
|
|
22220
22220
|
error?: string;
|
|
22221
22221
|
} | unknown);
|
|
22222
22222
|
|
|
@@ -22226,7 +22226,7 @@ export type GetAdAnalyticsData = {
|
|
|
22226
22226
|
};
|
|
22227
22227
|
query?: {
|
|
22228
22228
|
/**
|
|
22229
|
-
* Comma-separated breakdown dimensions. Meta: age, gender, country, publisher_platform, device_platform, region. TikTok: gender, age, country_code, platform, ac, language.
|
|
22229
|
+
* Comma-separated breakdown dimensions. Meta: age, gender, country, publisher_platform, device_platform, region, platform_position, impression_device, video_asset, image_asset, body_asset, title_asset. TikTok: gender, age, country_code, platform, ac, language. `placement` is accepted as an alias for `publisher_platform` (Facebook vs Instagram vs Audience Network). The singular `breakdown` is accepted too. Unknown values return 400 with the supported list rather than being ignored.
|
|
22230
22230
|
*/
|
|
22231
22231
|
breakdowns?: string;
|
|
22232
22232
|
/**
|
|
@@ -22269,7 +22269,7 @@ export type GetAdAnalyticsResponse = ({
|
|
|
22269
22269
|
};
|
|
22270
22270
|
} | unknown);
|
|
22271
22271
|
|
|
22272
|
-
export type GetAdAnalyticsError = ({
|
|
22272
|
+
export type GetAdAnalyticsError = (ErrorResponse | {
|
|
22273
22273
|
error?: string;
|
|
22274
22274
|
} | unknown);
|
|
22275
22275
|
|