@rlvt/datasources-query-openapi-client 1.0.212 → 1.0.214
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/build/api.d.ts +5 -5
- package/build/definitions.d.ts +12 -4
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AxiosInstance, AxiosRequestConfig } from "axios";
|
|
2
|
-
import type { WorkerFetcherFetchOpts, IngesterFetcherFetchOpts, TrackingFetcherFetchOpts, ProxyFetcherFetchOpts, CarrefourStoresRetailsFetcherFetchOpts, CarrefourStoresWithDriveSlotsFetcherFetchOpts, CarrefourStoresWithFuelFetcherFetchOpts, BestWesternHotelsFetcherFetchOpts, FdjBetsFetcherFetchOpts, SarenzaSizesFetcherFetchOpts, RenaultPricesFetcherFetchOpts, DecathlonProductFallbackFetcherFetchOpts, GenericUnwindRowsFetcherFetchOpts, WorkflowEventsFetcherFetchOpts, ExpiredProductLifetimeFetcherFetchOpts, CPMeta, WorkerFetcherCountOpts, IngesterFetcherCountOpts, TrackingFetcherCountOpts, ProxyFetcherCountOpts, CarrefourStoresRetailsFetcherCountOpts, CarrefourStoresWithDriveSlotsFetcherCountOpts, BestWesternHotelsFetcherCountOpts, FdjBetsFetcherCountOpts, SarenzaSizesFetcherCountOpts, RenaultPricesFetcherCountOpts, DecathlonProductFallbackFetcherCountOpts, GenericUnwindRowsFetcherCountOpts, WorkflowEventsFetcherCountOpts, ExpiredProductLifetimeFetcherCountOpts,
|
|
2
|
+
import type { WorkerFetcherFetchOpts, IngesterFetcherFetchOpts, TrackingFetcherFetchOpts, ProxyFetcherFetchOpts, CarrefourStoresRetailsFetcherFetchOpts, CarrefourStoresWithDriveSlotsFetcherFetchOpts, CarrefourStoresWithFuelFetcherFetchOpts, BestWesternHotelsFetcherFetchOpts, FdjBetsFetcherFetchOpts, SarenzaSizesFetcherFetchOpts, RenaultPricesFetcherFetchOpts, DecathlonProductFallbackFetcherFetchOpts, GenericUnwindRowsFetcherFetchOpts, WorkflowEventsFetcherFetchOpts, ExpiredProductLifetimeFetcherFetchOpts, CPMeta, WorkerFetcherCountOpts, IngesterFetcherCountOpts, TrackingFetcherCountOpts, ProxyFetcherCountOpts, CarrefourStoresRetailsFetcherCountOpts, CarrefourStoresWithDriveSlotsFetcherCountOpts, BestWesternHotelsFetcherCountOpts, FdjBetsFetcherCountOpts, SarenzaSizesFetcherCountOpts, RenaultPricesFetcherCountOpts, DecathlonProductFallbackFetcherCountOpts, GenericUnwindRowsFetcherCountOpts, WorkflowEventsFetcherCountOpts, ExpiredProductLifetimeFetcherCountOpts, WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Cp_Group, DatasourceAnalytics, DatasourceGeneric, DatasourceProduct, DatasourceLocation, IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Group, TrackingFetcherFetchOpts_Without_Query_Limit_Date_Group_ExcludeQuery_UserIds_ExcludeDate, ProxyFetcherFetchOpts_Without_Query, CarrefourStoresRetailsFetcherFetchOpts_Without_Query, CarrefourStoresWithDriveSlotsFetcherFetchOpts_Without_Query, CarrefourStoresWithFuelFetcherFetchOpts_Without_Query, BestWesternHotelsFetcherFetchOpts_Without_Query_Geo_Sort_Cp, FdjBetsFetcherFetchOpts_Without_Query, SarenzaSizesFetcherFetchOpts_Without_Query_Sort_Cp, RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group, DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group, GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group, WorkflowEventsFetcherFetchOpts_Without_Query_Limit_Sort_Group, ExpiredProductLifetimeFetcherFetchOpts_Without_Query, CarrefourStoresWithFuelFetcherQueryOpts, WorkerFetcherQueryOpts, IngesterFetcherQueryOpts, TrackingFetcherQueryOpts, ProxyFetcherQueryOpts, CarrefourStoresRetailsFetcherQueryOpts, CarrefourStoresWithDriveSlotsFetcherQueryOpts, BestWesternHotelsFetcherQueryOpts, FdjBetsFetcherQueryOpts, SarenzaSizesFetcherQueryOpts, RenaultPricesFetcherQueryOpts, DecathlonProductFallbackFetcherQueryOpts, GenericUnwindRowsFetcherQueryOpts, WorkflowEventsFetcherQueryOpts, ExpiredProductLifetimeFetcherQueryOpts } from "./definitions";
|
|
3
3
|
export * from "./definitions";
|
|
4
4
|
export default class {
|
|
5
5
|
axios: AxiosInstance;
|
|
@@ -41,7 +41,7 @@ export default class {
|
|
|
41
41
|
}, any>>;
|
|
42
42
|
findAndFetch: (params: {
|
|
43
43
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
44
|
-
}, data: (
|
|
44
|
+
}, data: (WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Cp_Group & {
|
|
45
45
|
type: DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
|
46
46
|
companyId: string | null;
|
|
47
47
|
}) | (IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Group & {
|
|
@@ -71,13 +71,13 @@ export default class {
|
|
|
71
71
|
}) | (SarenzaSizesFetcherFetchOpts_Without_Query_Sort_Cp & {
|
|
72
72
|
type: DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
|
73
73
|
companyId: string | null;
|
|
74
|
-
}) | (
|
|
74
|
+
}) | (RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group & {
|
|
75
75
|
type: DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
|
76
76
|
companyId: string | null;
|
|
77
|
-
}) | (
|
|
77
|
+
}) | (DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group & {
|
|
78
78
|
type: DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
|
79
79
|
companyId: string | null;
|
|
80
|
-
}) | (
|
|
80
|
+
}) | (GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group & {
|
|
81
81
|
type: DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
|
82
82
|
companyId: string | null;
|
|
83
83
|
}) | (WorkflowEventsFetcherFetchOpts_Without_Query_Limit_Sort_Group & {
|
package/build/definitions.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export declare type WorkerFetcherFetchOpts = {
|
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
21
|
limit?: number;
|
|
22
|
+
select?: string[];
|
|
22
23
|
cp?: {
|
|
23
24
|
count: number;
|
|
24
25
|
index?: number;
|
|
@@ -140,6 +141,7 @@ export declare type RenaultPricesFetcherFetchOpts = {
|
|
|
140
141
|
by: string;
|
|
141
142
|
order: "desc" | "asc";
|
|
142
143
|
};
|
|
144
|
+
select?: string[];
|
|
143
145
|
group?: {
|
|
144
146
|
field: string;
|
|
145
147
|
matching?: {
|
|
@@ -162,6 +164,7 @@ export declare type DecathlonProductFallbackFetcherFetchOpts = {
|
|
|
162
164
|
by: string;
|
|
163
165
|
order: "desc" | "asc";
|
|
164
166
|
};
|
|
167
|
+
select?: string[];
|
|
165
168
|
group?: {
|
|
166
169
|
field: string;
|
|
167
170
|
matching?: {
|
|
@@ -184,6 +187,7 @@ export declare type GenericUnwindRowsFetcherFetchOpts = {
|
|
|
184
187
|
by: string;
|
|
185
188
|
order: "desc" | "asc";
|
|
186
189
|
};
|
|
190
|
+
select?: string[];
|
|
187
191
|
group?: {
|
|
188
192
|
field: string;
|
|
189
193
|
matching?: {
|
|
@@ -306,7 +310,7 @@ export declare type ExpiredProductLifetimeFetcherCountOpts = {
|
|
|
306
310
|
datasourceId: string;
|
|
307
311
|
query: string;
|
|
308
312
|
};
|
|
309
|
-
export declare type
|
|
313
|
+
export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Cp_Group = {
|
|
310
314
|
query: string;
|
|
311
315
|
limit?: number;
|
|
312
316
|
geo?: {
|
|
@@ -317,6 +321,7 @@ export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Cp_Group
|
|
|
317
321
|
by: string;
|
|
318
322
|
order: "desc" | "asc";
|
|
319
323
|
};
|
|
324
|
+
select?: string[];
|
|
320
325
|
cp?: {
|
|
321
326
|
count: number;
|
|
322
327
|
index?: number;
|
|
@@ -449,7 +454,7 @@ export declare type SarenzaSizesFetcherFetchOpts_Without_Query_Sort_Cp = {
|
|
|
449
454
|
pickId: string;
|
|
450
455
|
};
|
|
451
456
|
};
|
|
452
|
-
export declare type
|
|
457
|
+
export declare type RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group = {
|
|
453
458
|
query: string;
|
|
454
459
|
limit?: number;
|
|
455
460
|
geo?: {
|
|
@@ -460,6 +465,7 @@ export declare type RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_G
|
|
|
460
465
|
by: string;
|
|
461
466
|
order: "desc" | "asc";
|
|
462
467
|
};
|
|
468
|
+
select?: string[];
|
|
463
469
|
group?: {
|
|
464
470
|
field: string;
|
|
465
471
|
matching?: {
|
|
@@ -470,7 +476,7 @@ export declare type RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_G
|
|
|
470
476
|
};
|
|
471
477
|
};
|
|
472
478
|
};
|
|
473
|
-
export declare type
|
|
479
|
+
export declare type DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group = {
|
|
474
480
|
query: string;
|
|
475
481
|
limit?: number;
|
|
476
482
|
geo?: {
|
|
@@ -481,6 +487,7 @@ export declare type DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit
|
|
|
481
487
|
by: string;
|
|
482
488
|
order: "desc" | "asc";
|
|
483
489
|
};
|
|
490
|
+
select?: string[];
|
|
484
491
|
group?: {
|
|
485
492
|
field: string;
|
|
486
493
|
matching?: {
|
|
@@ -491,7 +498,7 @@ export declare type DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit
|
|
|
491
498
|
};
|
|
492
499
|
};
|
|
493
500
|
};
|
|
494
|
-
export declare type
|
|
501
|
+
export declare type GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group = {
|
|
495
502
|
query: string;
|
|
496
503
|
limit?: number;
|
|
497
504
|
geo?: {
|
|
@@ -502,6 +509,7 @@ export declare type GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_So
|
|
|
502
509
|
by: string;
|
|
503
510
|
order: "desc" | "asc";
|
|
504
511
|
};
|
|
512
|
+
select?: string[];
|
|
505
513
|
group?: {
|
|
506
514
|
field: string;
|
|
507
515
|
matching?: {
|
package/build/definitions.js
CHANGED
|
@@ -23,4 +23,4 @@ var DatasourceLocationSubType;
|
|
|
23
23
|
DatasourceLocationSubType["PARTOO"] = "partoo";
|
|
24
24
|
DatasourceLocationSubType["WEATHER"] = "weather";
|
|
25
25
|
})(DatasourceLocationSubType = exports.DatasourceLocationSubType || (exports.DatasourceLocationSubType = {}));
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBdVZwQixJQUFZLDBCQUtYO0FBTEQsV0FBWSwwQkFBMEI7SUFDbEMscURBQXVCLENBQUE7SUFDdkIsdUVBQXlDLENBQUE7SUFDekMsaURBQW1CLENBQUE7SUFDbkIsaUVBQW1DLENBQUE7QUFDdkMsQ0FBQyxFQUxXLDBCQUEwQixHQUExQixrQ0FBMEIsS0FBMUIsa0NBQTBCLFFBS3JDO0FBV0QsSUFBWSx3QkFJWDtBQUpELFdBQVksd0JBQXdCO0lBQ2hDLHlDQUFhLENBQUE7SUFDYiwrQ0FBbUIsQ0FBQTtJQUNuQix5REFBNkIsQ0FBQTtBQUNqQyxDQUFDLEVBSlcsd0JBQXdCLEdBQXhCLGdDQUF3QixLQUF4QixnQ0FBd0IsUUFJbkM7QUFPRCxJQUFZLHlCQUtYO0FBTEQsV0FBWSx5QkFBeUI7SUFDakMsMENBQWEsQ0FBQTtJQUNiLHNFQUF5QyxDQUFBO0lBQ3pDLDhDQUFpQixDQUFBO0lBQ2pCLGdEQUFtQixDQUFBO0FBQ3ZCLENBQUMsRUFMVyx5QkFBeUIsR0FBekIsaUNBQXlCLEtBQXpCLGlDQUF5QixRQUtwQyJ9
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rlvt/datasources-query-openapi-client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.214+d34041b",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|