@getlatedev/node 0.2.401 → 0.2.402
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
|
@@ -23248,7 +23248,7 @@ type ListAdsResponse = ({
|
|
|
23248
23248
|
backfillPending?: boolean;
|
|
23249
23249
|
pagination?: Pagination;
|
|
23250
23250
|
} | unknown);
|
|
23251
|
-
type ListAdsError = ({
|
|
23251
|
+
type ListAdsError = (ErrorResponse | {
|
|
23252
23252
|
error?: string;
|
|
23253
23253
|
} | unknown);
|
|
23254
23254
|
type ListAdCampaignsData = {
|
|
@@ -26828,7 +26828,7 @@ type ListAdCatalogsResponse = ({
|
|
|
26828
26828
|
productCount?: number;
|
|
26829
26829
|
}>;
|
|
26830
26830
|
});
|
|
26831
|
-
type ListAdCatalogsError = ({
|
|
26831
|
+
type ListAdCatalogsError = (ErrorResponse | {
|
|
26832
26832
|
error?: string;
|
|
26833
26833
|
} | unknown);
|
|
26834
26834
|
type ListAdCatalogProductSetsData = {
|
|
@@ -26852,7 +26852,7 @@ type ListAdCatalogProductSetsResponse = ({
|
|
|
26852
26852
|
productCount?: number;
|
|
26853
26853
|
}>;
|
|
26854
26854
|
});
|
|
26855
|
-
type ListAdCatalogProductSetsError = ({
|
|
26855
|
+
type ListAdCatalogProductSetsError = (ErrorResponse | {
|
|
26856
26856
|
error?: string;
|
|
26857
26857
|
} | unknown);
|
|
26858
26858
|
type ListAdAudiencesData = {
|
|
@@ -27138,7 +27138,7 @@ type GetConversionsQualityResponse = ({
|
|
|
27138
27138
|
eventCoveragePercentage?: number;
|
|
27139
27139
|
}>;
|
|
27140
27140
|
});
|
|
27141
|
-
type GetConversionsQualityError = ({
|
|
27141
|
+
type GetConversionsQualityError = (ErrorResponse | {
|
|
27142
27142
|
error?: string;
|
|
27143
27143
|
} | unknown);
|
|
27144
27144
|
type SendConversionsData = {
|
package/dist/index.d.ts
CHANGED
|
@@ -23248,7 +23248,7 @@ type ListAdsResponse = ({
|
|
|
23248
23248
|
backfillPending?: boolean;
|
|
23249
23249
|
pagination?: Pagination;
|
|
23250
23250
|
} | unknown);
|
|
23251
|
-
type ListAdsError = ({
|
|
23251
|
+
type ListAdsError = (ErrorResponse | {
|
|
23252
23252
|
error?: string;
|
|
23253
23253
|
} | unknown);
|
|
23254
23254
|
type ListAdCampaignsData = {
|
|
@@ -26828,7 +26828,7 @@ type ListAdCatalogsResponse = ({
|
|
|
26828
26828
|
productCount?: number;
|
|
26829
26829
|
}>;
|
|
26830
26830
|
});
|
|
26831
|
-
type ListAdCatalogsError = ({
|
|
26831
|
+
type ListAdCatalogsError = (ErrorResponse | {
|
|
26832
26832
|
error?: string;
|
|
26833
26833
|
} | unknown);
|
|
26834
26834
|
type ListAdCatalogProductSetsData = {
|
|
@@ -26852,7 +26852,7 @@ type ListAdCatalogProductSetsResponse = ({
|
|
|
26852
26852
|
productCount?: number;
|
|
26853
26853
|
}>;
|
|
26854
26854
|
});
|
|
26855
|
-
type ListAdCatalogProductSetsError = ({
|
|
26855
|
+
type ListAdCatalogProductSetsError = (ErrorResponse | {
|
|
26856
26856
|
error?: string;
|
|
26857
26857
|
} | unknown);
|
|
26858
26858
|
type ListAdAudiencesData = {
|
|
@@ -27138,7 +27138,7 @@ type GetConversionsQualityResponse = ({
|
|
|
27138
27138
|
eventCoveragePercentage?: number;
|
|
27139
27139
|
}>;
|
|
27140
27140
|
});
|
|
27141
|
-
type GetConversionsQualityError = ({
|
|
27141
|
+
type GetConversionsQualityError = (ErrorResponse | {
|
|
27142
27142
|
error?: string;
|
|
27143
27143
|
} | unknown);
|
|
27144
27144
|
type SendConversionsData = {
|
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.402",
|
|
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.402",
|
|
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
|
@@ -23830,7 +23830,7 @@ export type ListAdsResponse = ({
|
|
|
23830
23830
|
pagination?: Pagination;
|
|
23831
23831
|
} | unknown);
|
|
23832
23832
|
|
|
23833
|
-
export type ListAdsError = ({
|
|
23833
|
+
export type ListAdsError = (ErrorResponse | {
|
|
23834
23834
|
error?: string;
|
|
23835
23835
|
} | unknown);
|
|
23836
23836
|
|
|
@@ -27605,7 +27605,7 @@ export type ListAdCatalogsResponse = ({
|
|
|
27605
27605
|
}>;
|
|
27606
27606
|
});
|
|
27607
27607
|
|
|
27608
|
-
export type ListAdCatalogsError = ({
|
|
27608
|
+
export type ListAdCatalogsError = (ErrorResponse | {
|
|
27609
27609
|
error?: string;
|
|
27610
27610
|
} | unknown);
|
|
27611
27611
|
|
|
@@ -27632,7 +27632,7 @@ export type ListAdCatalogProductSetsResponse = ({
|
|
|
27632
27632
|
}>;
|
|
27633
27633
|
});
|
|
27634
27634
|
|
|
27635
|
-
export type ListAdCatalogProductSetsError = ({
|
|
27635
|
+
export type ListAdCatalogProductSetsError = (ErrorResponse | {
|
|
27636
27636
|
error?: string;
|
|
27637
27637
|
} | unknown);
|
|
27638
27638
|
|
|
@@ -27939,7 +27939,7 @@ export type GetConversionsQualityResponse = ({
|
|
|
27939
27939
|
}>;
|
|
27940
27940
|
});
|
|
27941
27941
|
|
|
27942
|
-
export type GetConversionsQualityError = ({
|
|
27942
|
+
export type GetConversionsQualityError = (ErrorResponse | {
|
|
27943
27943
|
error?: string;
|
|
27944
27944
|
} | unknown);
|
|
27945
27945
|
|