@zernio/node 0.2.605 → 0.2.606
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 +20 -5
- package/dist/index.d.ts +20 -5
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +20 -5
package/dist/index.d.mts
CHANGED
|
@@ -27411,7 +27411,10 @@ type ListAdsData = {
|
|
|
27411
27411
|
};
|
|
27412
27412
|
};
|
|
27413
27413
|
type ListAdsResponse = (AdsListResponse | (AdsListResponse & {
|
|
27414
|
-
|
|
27414
|
+
/**
|
|
27415
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
27416
|
+
*/
|
|
27417
|
+
backfillPending: boolean;
|
|
27415
27418
|
}));
|
|
27416
27419
|
type ListAdsError = (ErrorResponse | {
|
|
27417
27420
|
error?: string;
|
|
@@ -28390,7 +28393,10 @@ type GetAdTreeData = {
|
|
|
28390
28393
|
};
|
|
28391
28394
|
};
|
|
28392
28395
|
type GetAdTreeResponse = (AdTreeResponse | (AdTreeResponse & {
|
|
28393
|
-
|
|
28396
|
+
/**
|
|
28397
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
28398
|
+
*/
|
|
28399
|
+
backfillPending: boolean;
|
|
28394
28400
|
}));
|
|
28395
28401
|
type GetAdTreeError = ({
|
|
28396
28402
|
error?: string;
|
|
@@ -28420,7 +28426,10 @@ type GetAdsTimelineData = {
|
|
|
28420
28426
|
};
|
|
28421
28427
|
};
|
|
28422
28428
|
type GetAdsTimelineResponse = (AdsTimelineResponse | (AdsTimelineResponse & {
|
|
28423
|
-
|
|
28429
|
+
/**
|
|
28430
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
28431
|
+
*/
|
|
28432
|
+
backfillPending: boolean;
|
|
28424
28433
|
}));
|
|
28425
28434
|
type GetAdsTimelineError = (ErrorResponse | {
|
|
28426
28435
|
error?: string;
|
|
@@ -28601,7 +28610,10 @@ type GetCampaignAnalyticsData = {
|
|
|
28601
28610
|
};
|
|
28602
28611
|
};
|
|
28603
28612
|
type GetCampaignAnalyticsResponse = (CampaignAnalyticsResponse | (CampaignAnalyticsResponse & {
|
|
28604
|
-
|
|
28613
|
+
/**
|
|
28614
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
28615
|
+
*/
|
|
28616
|
+
backfillPending: boolean;
|
|
28605
28617
|
}));
|
|
28606
28618
|
type GetCampaignAnalyticsError = (ErrorResponse | {
|
|
28607
28619
|
error?: string;
|
|
@@ -29003,7 +29015,10 @@ type GetAdAnalyticsData = {
|
|
|
29003
29015
|
};
|
|
29004
29016
|
};
|
|
29005
29017
|
type GetAdAnalyticsResponse = (AdAnalyticsResponse | (AdAnalyticsResponse & {
|
|
29006
|
-
|
|
29018
|
+
/**
|
|
29019
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
29020
|
+
*/
|
|
29021
|
+
backfillPending: boolean;
|
|
29007
29022
|
}));
|
|
29008
29023
|
type GetAdAnalyticsError = (ErrorResponse | {
|
|
29009
29024
|
error?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -27411,7 +27411,10 @@ type ListAdsData = {
|
|
|
27411
27411
|
};
|
|
27412
27412
|
};
|
|
27413
27413
|
type ListAdsResponse = (AdsListResponse | (AdsListResponse & {
|
|
27414
|
-
|
|
27414
|
+
/**
|
|
27415
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
27416
|
+
*/
|
|
27417
|
+
backfillPending: boolean;
|
|
27415
27418
|
}));
|
|
27416
27419
|
type ListAdsError = (ErrorResponse | {
|
|
27417
27420
|
error?: string;
|
|
@@ -28390,7 +28393,10 @@ type GetAdTreeData = {
|
|
|
28390
28393
|
};
|
|
28391
28394
|
};
|
|
28392
28395
|
type GetAdTreeResponse = (AdTreeResponse | (AdTreeResponse & {
|
|
28393
|
-
|
|
28396
|
+
/**
|
|
28397
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
28398
|
+
*/
|
|
28399
|
+
backfillPending: boolean;
|
|
28394
28400
|
}));
|
|
28395
28401
|
type GetAdTreeError = ({
|
|
28396
28402
|
error?: string;
|
|
@@ -28420,7 +28426,10 @@ type GetAdsTimelineData = {
|
|
|
28420
28426
|
};
|
|
28421
28427
|
};
|
|
28422
28428
|
type GetAdsTimelineResponse = (AdsTimelineResponse | (AdsTimelineResponse & {
|
|
28423
|
-
|
|
28429
|
+
/**
|
|
28430
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
28431
|
+
*/
|
|
28432
|
+
backfillPending: boolean;
|
|
28424
28433
|
}));
|
|
28425
28434
|
type GetAdsTimelineError = (ErrorResponse | {
|
|
28426
28435
|
error?: string;
|
|
@@ -28601,7 +28610,10 @@ type GetCampaignAnalyticsData = {
|
|
|
28601
28610
|
};
|
|
28602
28611
|
};
|
|
28603
28612
|
type GetCampaignAnalyticsResponse = (CampaignAnalyticsResponse | (CampaignAnalyticsResponse & {
|
|
28604
|
-
|
|
28613
|
+
/**
|
|
28614
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
28615
|
+
*/
|
|
28616
|
+
backfillPending: boolean;
|
|
28605
28617
|
}));
|
|
28606
28618
|
type GetCampaignAnalyticsError = (ErrorResponse | {
|
|
28607
28619
|
error?: string;
|
|
@@ -29003,7 +29015,10 @@ type GetAdAnalyticsData = {
|
|
|
29003
29015
|
};
|
|
29004
29016
|
};
|
|
29005
29017
|
type GetAdAnalyticsResponse = (AdAnalyticsResponse | (AdAnalyticsResponse & {
|
|
29006
|
-
|
|
29018
|
+
/**
|
|
29019
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
29020
|
+
*/
|
|
29021
|
+
backfillPending: boolean;
|
|
29007
29022
|
}));
|
|
29008
29023
|
type GetAdAnalyticsError = (ErrorResponse | {
|
|
29009
29024
|
error?: string;
|
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: "@zernio/node",
|
|
39
|
-
version: "0.2.
|
|
39
|
+
version: "0.2.606",
|
|
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: "@zernio/node",
|
|
8
|
-
version: "0.2.
|
|
8
|
+
version: "0.2.606",
|
|
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
|
@@ -27784,7 +27784,10 @@ export type ListAdsData = {
|
|
|
27784
27784
|
};
|
|
27785
27785
|
|
|
27786
27786
|
export type ListAdsResponse = (AdsListResponse | (AdsListResponse & {
|
|
27787
|
-
|
|
27787
|
+
/**
|
|
27788
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
27789
|
+
*/
|
|
27790
|
+
backfillPending: boolean;
|
|
27788
27791
|
}));
|
|
27789
27792
|
|
|
27790
27793
|
export type ListAdsError = (ErrorResponse | {
|
|
@@ -28814,7 +28817,10 @@ export type GetAdTreeData = {
|
|
|
28814
28817
|
};
|
|
28815
28818
|
|
|
28816
28819
|
export type GetAdTreeResponse = (AdTreeResponse | (AdTreeResponse & {
|
|
28817
|
-
|
|
28820
|
+
/**
|
|
28821
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
28822
|
+
*/
|
|
28823
|
+
backfillPending: boolean;
|
|
28818
28824
|
}));
|
|
28819
28825
|
|
|
28820
28826
|
export type GetAdTreeError = ({
|
|
@@ -28847,7 +28853,10 @@ export type GetAdsTimelineData = {
|
|
|
28847
28853
|
};
|
|
28848
28854
|
|
|
28849
28855
|
export type GetAdsTimelineResponse = (AdsTimelineResponse | (AdsTimelineResponse & {
|
|
28850
|
-
|
|
28856
|
+
/**
|
|
28857
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
28858
|
+
*/
|
|
28859
|
+
backfillPending: boolean;
|
|
28851
28860
|
}));
|
|
28852
28861
|
|
|
28853
28862
|
export type GetAdsTimelineError = (ErrorResponse | {
|
|
@@ -29043,7 +29052,10 @@ export type GetCampaignAnalyticsData = {
|
|
|
29043
29052
|
};
|
|
29044
29053
|
|
|
29045
29054
|
export type GetCampaignAnalyticsResponse = (CampaignAnalyticsResponse | (CampaignAnalyticsResponse & {
|
|
29046
|
-
|
|
29055
|
+
/**
|
|
29056
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
29057
|
+
*/
|
|
29058
|
+
backfillPending: boolean;
|
|
29047
29059
|
}));
|
|
29048
29060
|
|
|
29049
29061
|
export type GetCampaignAnalyticsError = (ErrorResponse | {
|
|
@@ -29469,7 +29481,10 @@ export type GetAdAnalyticsData = {
|
|
|
29469
29481
|
};
|
|
29470
29482
|
|
|
29471
29483
|
export type GetAdAnalyticsResponse = (AdAnalyticsResponse | (AdAnalyticsResponse & {
|
|
29472
|
-
|
|
29484
|
+
/**
|
|
29485
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
29486
|
+
*/
|
|
29487
|
+
backfillPending: boolean;
|
|
29473
29488
|
}));
|
|
29474
29489
|
|
|
29475
29490
|
export type GetAdAnalyticsError = (ErrorResponse | {
|