@rlvt/datasources-query-openapi-client 1.0.142 → 1.0.145
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 +28 -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, CPMeta, WorkerFetcherCountOpts, IngesterFetcherCountOpts, TrackingFetcherCountOpts, ProxyFetcherCountOpts, CarrefourStoresRetailsFetcherCountOpts, CarrefourStoresWithDriveSlotsFetcherCountOpts, BestWesternHotelsFetcherCountOpts, FdjBetsFetcherCountOpts, SarenzaSizesFetcherCountOpts, RenaultPricesFetcherCountOpts, DecathlonProductFallbackFetcherCountOpts, GenericUnwindRowsFetcherCountOpts,
|
|
2
|
+
import type { WorkerFetcherFetchOpts, IngesterFetcherFetchOpts, TrackingFetcherFetchOpts, ProxyFetcherFetchOpts, CarrefourStoresRetailsFetcherFetchOpts, CarrefourStoresWithDriveSlotsFetcherFetchOpts, CarrefourStoresWithFuelFetcherFetchOpts, BestWesternHotelsFetcherFetchOpts, FdjBetsFetcherFetchOpts, SarenzaSizesFetcherFetchOpts, RenaultPricesFetcherFetchOpts, DecathlonProductFallbackFetcherFetchOpts, GenericUnwindRowsFetcherFetchOpts, CPMeta, WorkerFetcherCountOpts, IngesterFetcherCountOpts, TrackingFetcherCountOpts, ProxyFetcherCountOpts, CarrefourStoresRetailsFetcherCountOpts, CarrefourStoresWithDriveSlotsFetcherCountOpts, BestWesternHotelsFetcherCountOpts, FdjBetsFetcherCountOpts, SarenzaSizesFetcherCountOpts, RenaultPricesFetcherCountOpts, DecathlonProductFallbackFetcherCountOpts, GenericUnwindRowsFetcherCountOpts, WorkerFetcherFetchOpts_Without_Query_Limit_Cp_Geo_Sort_Group, DatasourceLocation, DatasourceGeneric, DatasourceProduct, DatasourceAnalytics, IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Group, TrackingFetcherFetchOpts_Without_Query_Limit_Date_ExcludeQuery_UserIds_ExcludeDate, ProxyFetcherFetchOpts_Without_Query, CarrefourStoresRetailsFetcherFetchOpts_Without_Query, CarrefourStoresWithDriveSlotsFetcherFetchOpts_Without_Query, CarrefourStoresWithFuelFetcherFetchOpts_Without_Query, BestWesternHotelsFetcherFetchOpts_Without_Query_Cp_Geo_Sort, FdjBetsFetcherFetchOpts_Without_Query, SarenzaSizesFetcherFetchOpts_Without_Query_Cp_Sort, RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group, DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group, GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group, CarrefourStoresWithFuelFetcherQueryOpts, FdjBetsFetcherQueryOpts, WorkerFetcherQueryOpts, IngesterFetcherQueryOpts, TrackingFetcherQueryOpts, ProxyFetcherQueryOpts, CarrefourStoresRetailsFetcherQueryOpts, CarrefourStoresWithDriveSlotsFetcherQueryOpts, BestWesternHotelsFetcherQueryOpts, SarenzaSizesFetcherQueryOpts, RenaultPricesFetcherQueryOpts, DecathlonProductFallbackFetcherQueryOpts, GenericUnwindRowsFetcherQueryOpts } from "./definitions";
|
|
3
3
|
export * from "./definitions";
|
|
4
4
|
export default class {
|
|
5
5
|
axios: AxiosInstance;
|
|
@@ -43,7 +43,7 @@ export default class {
|
|
|
43
43
|
}, any>>;
|
|
44
44
|
findAndFetch: (params: {
|
|
45
45
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
46
|
-
}, data: (
|
|
46
|
+
}, data: (WorkerFetcherFetchOpts_Without_Query_Limit_Cp_Geo_Sort_Group & {
|
|
47
47
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
|
48
48
|
companyId: string | null;
|
|
49
49
|
}) | (IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Group & {
|
|
@@ -73,13 +73,13 @@ export default class {
|
|
|
73
73
|
}) | (SarenzaSizesFetcherFetchOpts_Without_Query_Cp_Sort & {
|
|
74
74
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
|
75
75
|
companyId: string | null;
|
|
76
|
-
}) | (
|
|
76
|
+
}) | (RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group & {
|
|
77
77
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
|
78
78
|
companyId: string | null;
|
|
79
|
-
}) | (
|
|
79
|
+
}) | (DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group & {
|
|
80
80
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
|
81
81
|
companyId: string | null;
|
|
82
|
-
}) | (
|
|
82
|
+
}) | (GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group & {
|
|
83
83
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
|
84
84
|
companyId: string | null;
|
|
85
85
|
}), options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
package/build/definitions.d.ts
CHANGED
|
@@ -9,6 +9,9 @@ export declare type CPMeta = {
|
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
11
|
export declare type WorkerFetcherFetchOpts = {
|
|
12
|
+
group?: {
|
|
13
|
+
field: string;
|
|
14
|
+
};
|
|
12
15
|
limit?: number;
|
|
13
16
|
cp?: {
|
|
14
17
|
count: number;
|
|
@@ -130,6 +133,9 @@ export declare type RenaultPricesFetcherFetchOpts = {
|
|
|
130
133
|
by: string;
|
|
131
134
|
order: "desc" | "asc";
|
|
132
135
|
};
|
|
136
|
+
group?: {
|
|
137
|
+
field: string;
|
|
138
|
+
};
|
|
133
139
|
};
|
|
134
140
|
export declare type DecathlonProductFallbackFetcherFetchOpts = {
|
|
135
141
|
datasourceId: string;
|
|
@@ -143,6 +149,9 @@ export declare type DecathlonProductFallbackFetcherFetchOpts = {
|
|
|
143
149
|
by: string;
|
|
144
150
|
order: "desc" | "asc";
|
|
145
151
|
};
|
|
152
|
+
group?: {
|
|
153
|
+
field: string;
|
|
154
|
+
};
|
|
146
155
|
};
|
|
147
156
|
export declare type GenericUnwindRowsFetcherFetchOpts = {
|
|
148
157
|
datasourceId: string;
|
|
@@ -156,6 +165,9 @@ export declare type GenericUnwindRowsFetcherFetchOpts = {
|
|
|
156
165
|
by: string;
|
|
157
166
|
order: "desc" | "asc";
|
|
158
167
|
};
|
|
168
|
+
group?: {
|
|
169
|
+
field: string;
|
|
170
|
+
};
|
|
159
171
|
};
|
|
160
172
|
export declare type WorkerFetcherCountOpts = {
|
|
161
173
|
datasourceId: string;
|
|
@@ -245,7 +257,7 @@ export declare type GenericUnwindRowsFetcherCountOpts = {
|
|
|
245
257
|
center: (number | number)[];
|
|
246
258
|
};
|
|
247
259
|
};
|
|
248
|
-
export declare type
|
|
260
|
+
export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Cp_Geo_Sort_Group = {
|
|
249
261
|
query: string;
|
|
250
262
|
limit?: number;
|
|
251
263
|
cp?: {
|
|
@@ -262,6 +274,9 @@ export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Cp_Geo_Sort = {
|
|
|
262
274
|
by: string;
|
|
263
275
|
order: "desc" | "asc";
|
|
264
276
|
};
|
|
277
|
+
group?: {
|
|
278
|
+
field: string;
|
|
279
|
+
};
|
|
265
280
|
};
|
|
266
281
|
export declare enum DatasourceLocationSubType {
|
|
267
282
|
USER = "user",
|
|
@@ -378,7 +393,7 @@ export declare type SarenzaSizesFetcherFetchOpts_Without_Query_Cp_Sort = {
|
|
|
378
393
|
order: "desc" | "asc";
|
|
379
394
|
};
|
|
380
395
|
};
|
|
381
|
-
export declare type
|
|
396
|
+
export declare type RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group = {
|
|
382
397
|
query: string;
|
|
383
398
|
limit?: number;
|
|
384
399
|
geo?: {
|
|
@@ -389,8 +404,11 @@ export declare type RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort =
|
|
|
389
404
|
by: string;
|
|
390
405
|
order: "desc" | "asc";
|
|
391
406
|
};
|
|
407
|
+
group?: {
|
|
408
|
+
field: string;
|
|
409
|
+
};
|
|
392
410
|
};
|
|
393
|
-
export declare type
|
|
411
|
+
export declare type DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group = {
|
|
394
412
|
query: string;
|
|
395
413
|
limit?: number;
|
|
396
414
|
geo?: {
|
|
@@ -401,8 +419,11 @@ export declare type DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit
|
|
|
401
419
|
by: string;
|
|
402
420
|
order: "desc" | "asc";
|
|
403
421
|
};
|
|
422
|
+
group?: {
|
|
423
|
+
field: string;
|
|
424
|
+
};
|
|
404
425
|
};
|
|
405
|
-
export declare type
|
|
426
|
+
export declare type GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group = {
|
|
406
427
|
query: string;
|
|
407
428
|
limit?: number;
|
|
408
429
|
geo?: {
|
|
@@ -413,6 +434,9 @@ export declare type GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_So
|
|
|
413
434
|
by: string;
|
|
414
435
|
order: "desc" | "asc";
|
|
415
436
|
};
|
|
437
|
+
group?: {
|
|
438
|
+
field: string;
|
|
439
|
+
};
|
|
416
440
|
};
|
|
417
441
|
export declare type CarrefourStoresWithFuelFetcherQueryOpts = {
|
|
418
442
|
datasourceId: string;
|
package/build/definitions.js
CHANGED
|
@@ -23,4 +23,4 @@ var DatasourceAnalyticsSubType;
|
|
|
23
23
|
DatasourceAnalyticsSubType["SHOPIFY"] = "shopify";
|
|
24
24
|
DatasourceAnalyticsSubType["WORKFLOW_EVENTS"] = "workflow_events";
|
|
25
25
|
})(DatasourceAnalyticsSubType = exports.DatasourceAnalyticsSubType || (exports.DatasourceAnalyticsSubType = {}));
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBMlJwQixJQUFZLHlCQUtYO0FBTEQsV0FBWSx5QkFBeUI7SUFDakMsMENBQWEsQ0FBQTtJQUNiLHNFQUF5QyxDQUFBO0lBQ3pDLDhDQUFpQixDQUFBO0lBQ2pCLGdEQUFtQixDQUFBO0FBQ3ZCLENBQUMsRUFMVyx5QkFBeUIsR0FBekIsaUNBQXlCLEtBQXpCLGlDQUF5QixRQUtwQztBQVdELElBQVksd0JBSVg7QUFKRCxXQUFZLHdCQUF3QjtJQUNoQyx5Q0FBYSxDQUFBO0lBQ2IsK0NBQW1CLENBQUE7SUFDbkIseURBQTZCLENBQUE7QUFDakMsQ0FBQyxFQUpXLHdCQUF3QixHQUF4QixnQ0FBd0IsS0FBeEIsZ0NBQXdCLFFBSW5DO0FBT0QsSUFBWSwwQkFLWDtBQUxELFdBQVksMEJBQTBCO0lBQ2xDLHFEQUF1QixDQUFBO0lBQ3ZCLHVFQUF5QyxDQUFBO0lBQ3pDLGlEQUFtQixDQUFBO0lBQ25CLGlFQUFtQyxDQUFBO0FBQ3ZDLENBQUMsRUFMVywwQkFBMEIsR0FBMUIsa0NBQTBCLEtBQTFCLGtDQUEwQixRQUtyQyJ9
|
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.145+5a870db",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|