@rlvt/datasources-query-openapi-client 1.0.103 → 1.0.106
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 +13 -13
- package/build/definitions.d.ts +15 -13
- package/build/definitions.js +2 -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, RecommenderFetcherFetchOpts, RenaultPricesFetcherFetchOpts, CPMeta, WorkerFetcherCountOpts, IngesterFetcherCountOpts, TrackingFetcherCountOpts, ProxyFetcherCountOpts, CarrefourStoresRetailsFetcherCountOpts, CarrefourStoresWithDriveSlotsFetcherCountOpts, BestWesternHotelsFetcherCountOpts, FdjBetsFetcherCountOpts, SarenzaSizesFetcherCountOpts, RecommenderFetcherCountOpts, RenaultPricesFetcherCountOpts,
|
|
2
|
+
import type { WorkerFetcherFetchOpts, IngesterFetcherFetchOpts, TrackingFetcherFetchOpts, ProxyFetcherFetchOpts, CarrefourStoresRetailsFetcherFetchOpts, CarrefourStoresWithDriveSlotsFetcherFetchOpts, CarrefourStoresWithFuelFetcherFetchOpts, BestWesternHotelsFetcherFetchOpts, FdjBetsFetcherFetchOpts, SarenzaSizesFetcherFetchOpts, RecommenderFetcherFetchOpts, RenaultPricesFetcherFetchOpts, CPMeta, WorkerFetcherCountOpts, IngesterFetcherCountOpts, TrackingFetcherCountOpts, ProxyFetcherCountOpts, CarrefourStoresRetailsFetcherCountOpts, CarrefourStoresWithDriveSlotsFetcherCountOpts, BestWesternHotelsFetcherCountOpts, FdjBetsFetcherCountOpts, SarenzaSizesFetcherCountOpts, RecommenderFetcherCountOpts, RenaultPricesFetcherCountOpts, WorkerFetcherFetchOpts_Without_Query_Limit_Cp_Geo_Sort, 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, RecommenderFetcherFetchOpts_Without_Query_Limit, RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort, CarrefourStoresWithFuelFetcherQueryOpts, FdjBetsFetcherQueryOpts, WorkerFetcherQueryOpts, IngesterFetcherQueryOpts, TrackingFetcherQueryOpts, ProxyFetcherQueryOpts, CarrefourStoresRetailsFetcherQueryOpts, CarrefourStoresWithDriveSlotsFetcherQueryOpts, BestWesternHotelsFetcherQueryOpts, SarenzaSizesFetcherQueryOpts, RecommenderFetcherQueryOpts, RenaultPricesFetcherQueryOpts } from "./definitions";
|
|
3
3
|
export * from "./definitions";
|
|
4
4
|
export default class {
|
|
5
5
|
axios: AxiosInstance;
|
|
@@ -43,40 +43,40 @@ export default class {
|
|
|
43
43
|
}, any>>;
|
|
44
44
|
findAndFetch: (params: {
|
|
45
45
|
'x-rlvt-no-cache'?: boolean;
|
|
46
|
-
}, data: (
|
|
46
|
+
}, data: (WorkerFetcherFetchOpts_Without_Query_Limit_Cp_Geo_Sort & {
|
|
47
47
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
|
48
48
|
companyId: string;
|
|
49
|
-
}) | (
|
|
49
|
+
}) | (IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Group & {
|
|
50
50
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
|
51
51
|
companyId: string;
|
|
52
|
-
}) | (
|
|
52
|
+
}) | (TrackingFetcherFetchOpts_Without_Query_Limit_Date_ExcludeQuery_UserIds_ExcludeDate & {
|
|
53
53
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
|
54
54
|
companyId: string;
|
|
55
|
-
}) | (
|
|
55
|
+
}) | (ProxyFetcherFetchOpts_Without_Query & {
|
|
56
56
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
|
57
57
|
companyId: string;
|
|
58
|
-
}) | (
|
|
58
|
+
}) | (CarrefourStoresRetailsFetcherFetchOpts_Without_Query & {
|
|
59
59
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
|
60
60
|
companyId: string;
|
|
61
|
-
}) | (
|
|
61
|
+
}) | (CarrefourStoresWithDriveSlotsFetcherFetchOpts_Without_Query & {
|
|
62
62
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
|
63
63
|
companyId: string;
|
|
64
|
-
}) | (
|
|
64
|
+
}) | (CarrefourStoresWithFuelFetcherFetchOpts_Without_Query & {
|
|
65
65
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
|
66
66
|
companyId: string;
|
|
67
|
-
}) | (
|
|
67
|
+
}) | (BestWesternHotelsFetcherFetchOpts_Without_Query_Cp_Geo_Sort & {
|
|
68
68
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
|
69
69
|
companyId: string;
|
|
70
|
-
}) | (
|
|
70
|
+
}) | (FdjBetsFetcherFetchOpts_Without_Query & {
|
|
71
71
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
|
72
72
|
companyId: string;
|
|
73
|
-
}) | (
|
|
73
|
+
}) | (SarenzaSizesFetcherFetchOpts_Without_Query_Cp_Sort & {
|
|
74
74
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
|
75
75
|
companyId: string;
|
|
76
|
-
}) | (
|
|
76
|
+
}) | (RecommenderFetcherFetchOpts_Without_Query_Limit & {
|
|
77
77
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
|
78
78
|
companyId: string;
|
|
79
|
-
}) | (
|
|
79
|
+
}) | (RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort & {
|
|
80
80
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
|
81
81
|
companyId: string;
|
|
82
82
|
}), options?: AxiosRequestConfig<any>) => Promise<import("axios").AxiosResponse<{
|
package/build/definitions.d.ts
CHANGED
|
@@ -213,7 +213,7 @@ export declare type RenaultPricesFetcherCountOpts = {
|
|
|
213
213
|
center: (number | number)[];
|
|
214
214
|
};
|
|
215
215
|
};
|
|
216
|
-
export declare type
|
|
216
|
+
export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Cp_Geo_Sort = {
|
|
217
217
|
query: string;
|
|
218
218
|
limit?: number;
|
|
219
219
|
cp?: {
|
|
@@ -234,7 +234,8 @@ export declare type Pick_WorkerFetcherFetchOpts_query_or_limit_or_cp_or_geo_or_s
|
|
|
234
234
|
export declare enum DatasourceLocationSubType {
|
|
235
235
|
USER = "user",
|
|
236
236
|
GOOGLE_MY_BUSINESS = "google_my_business",
|
|
237
|
-
PARTOO = "partoo"
|
|
237
|
+
PARTOO = "partoo",
|
|
238
|
+
WEATHER = "weather"
|
|
238
239
|
}
|
|
239
240
|
export declare type DatasourceLocation = {
|
|
240
241
|
name: "location";
|
|
@@ -267,7 +268,7 @@ export declare type DatasourceAnalytics = {
|
|
|
267
268
|
name: "analytics";
|
|
268
269
|
subtype: DatasourceAnalyticsSubType;
|
|
269
270
|
};
|
|
270
|
-
export declare type
|
|
271
|
+
export declare type IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Group = {
|
|
271
272
|
query: string;
|
|
272
273
|
limit?: number;
|
|
273
274
|
sort?: {
|
|
@@ -278,7 +279,7 @@ export declare type Pick_IngesterFetcherFetchOpts_query_or_limit_or_sort_or_grou
|
|
|
278
279
|
by: string;
|
|
279
280
|
};
|
|
280
281
|
};
|
|
281
|
-
export declare type
|
|
282
|
+
export declare type TrackingFetcherFetchOpts_Without_Query_Limit_Date_ExcludeQuery_UserIds_ExcludeDate = {
|
|
282
283
|
query: string | string[];
|
|
283
284
|
limit: number;
|
|
284
285
|
date: {
|
|
@@ -304,19 +305,19 @@ export declare type Pick_TrackingFetcherFetchOpts_query_or_limit_or_date_or_excl
|
|
|
304
305
|
duration: number;
|
|
305
306
|
};
|
|
306
307
|
};
|
|
307
|
-
export declare type
|
|
308
|
+
export declare type ProxyFetcherFetchOpts_Without_Query = {
|
|
308
309
|
query: string;
|
|
309
310
|
};
|
|
310
|
-
export declare type
|
|
311
|
+
export declare type CarrefourStoresRetailsFetcherFetchOpts_Without_Query = {
|
|
311
312
|
query: string;
|
|
312
313
|
};
|
|
313
|
-
export declare type
|
|
314
|
+
export declare type CarrefourStoresWithDriveSlotsFetcherFetchOpts_Without_Query = {
|
|
314
315
|
query: string;
|
|
315
316
|
};
|
|
316
|
-
export declare type
|
|
317
|
+
export declare type CarrefourStoresWithFuelFetcherFetchOpts_Without_Query = {
|
|
317
318
|
query: string;
|
|
318
319
|
};
|
|
319
|
-
export declare type
|
|
320
|
+
export declare type BestWesternHotelsFetcherFetchOpts_Without_Query_Cp_Geo_Sort = {
|
|
320
321
|
query: string;
|
|
321
322
|
cp?: {
|
|
322
323
|
count: number;
|
|
@@ -333,10 +334,10 @@ export declare type Pick_BestWesternHotelsFetcherFetchOpts_query_or_cp_or_geo_or
|
|
|
333
334
|
order: "desc" | "asc";
|
|
334
335
|
};
|
|
335
336
|
};
|
|
336
|
-
export declare type
|
|
337
|
+
export declare type FdjBetsFetcherFetchOpts_Without_Query = {
|
|
337
338
|
query: string;
|
|
338
339
|
};
|
|
339
|
-
export declare type
|
|
340
|
+
export declare type SarenzaSizesFetcherFetchOpts_Without_Query_Cp_Sort = {
|
|
340
341
|
query: string;
|
|
341
342
|
cp?: {
|
|
342
343
|
count: number;
|
|
@@ -349,11 +350,11 @@ export declare type Pick_SarenzaSizesFetcherFetchOpts_query_or_cp_or_sort_ = {
|
|
|
349
350
|
order: "desc" | "asc";
|
|
350
351
|
};
|
|
351
352
|
};
|
|
352
|
-
export declare type
|
|
353
|
+
export declare type RecommenderFetcherFetchOpts_Without_Query_Limit = {
|
|
353
354
|
query: string;
|
|
354
355
|
limit?: number;
|
|
355
356
|
};
|
|
356
|
-
export declare type
|
|
357
|
+
export declare type RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort = {
|
|
357
358
|
query: string;
|
|
358
359
|
limit?: number;
|
|
359
360
|
geo?: {
|
|
@@ -449,3 +450,4 @@ export declare type RenaultPricesFetcherQueryOpts = {
|
|
|
449
450
|
center: (number | number)[];
|
|
450
451
|
};
|
|
451
452
|
};
|
|
453
|
+
export declare type DatasourceTypes = DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
package/build/definitions.js
CHANGED
|
@@ -8,6 +8,7 @@ var DatasourceLocationSubType;
|
|
|
8
8
|
DatasourceLocationSubType["USER"] = "user";
|
|
9
9
|
DatasourceLocationSubType["GOOGLE_MY_BUSINESS"] = "google_my_business";
|
|
10
10
|
DatasourceLocationSubType["PARTOO"] = "partoo";
|
|
11
|
+
DatasourceLocationSubType["WEATHER"] = "weather";
|
|
11
12
|
})(DatasourceLocationSubType = exports.DatasourceLocationSubType || (exports.DatasourceLocationSubType = {}));
|
|
12
13
|
var DatasourceGenericSubType;
|
|
13
14
|
(function (DatasourceGenericSubType) {
|
|
@@ -27,4 +28,4 @@ var DatasourceAnalyticsSubType;
|
|
|
27
28
|
DatasourceAnalyticsSubType["SHOPIFY"] = "shopify";
|
|
28
29
|
DatasourceAnalyticsSubType["WORKFLOW_EVENTS"] = "workflow_events";
|
|
29
30
|
})(DatasourceAnalyticsSubType = exports.DatasourceAnalyticsSubType || (exports.DatasourceAnalyticsSubType = {}));
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBNE9wQixJQUFZLHlCQUtYO0FBTEQsV0FBWSx5QkFBeUI7SUFDakMsMENBQWEsQ0FBQTtJQUNiLHNFQUF5QyxDQUFBO0lBQ3pDLDhDQUFpQixDQUFBO0lBQ2pCLGdEQUFtQixDQUFBO0FBQ3ZCLENBQUMsRUFMVyx5QkFBeUIsR0FBekIsaUNBQXlCLEtBQXpCLGlDQUF5QixRQUtwQztBQU9ELElBQVksd0JBR1g7QUFIRCxXQUFZLHdCQUF3QjtJQUNoQyx5Q0FBYSxDQUFBO0lBQ2IsdURBQTJCLENBQUE7QUFDL0IsQ0FBQyxFQUhXLHdCQUF3QixHQUF4QixnQ0FBd0IsS0FBeEIsZ0NBQXdCLFFBR25DO0FBT0QsSUFBWSx3QkFJWDtBQUpELFdBQVksd0JBQXdCO0lBQ2hDLHlDQUFhLENBQUE7SUFDYiwrQ0FBbUIsQ0FBQTtJQUNuQix5REFBNkIsQ0FBQTtBQUNqQyxDQUFDLEVBSlcsd0JBQXdCLEdBQXhCLGdDQUF3QixLQUF4QixnQ0FBd0IsUUFJbkM7QUFPRCxJQUFZLDBCQUtYO0FBTEQsV0FBWSwwQkFBMEI7SUFDbEMscURBQXVCLENBQUE7SUFDdkIsdUVBQXlDLENBQUE7SUFDekMsaURBQW1CLENBQUE7SUFDbkIsaUVBQW1DLENBQUE7QUFDdkMsQ0FBQyxFQUxXLDBCQUEwQixHQUExQixrQ0FBMEIsS0FBMUIsa0NBQTBCLFFBS3JDIn0=
|
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.106+770d519",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|