@rlvt/datasources-query-openapi-client 1.0.103 → 1.0.104
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 +13 -12
- 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?: {
|
|
@@ -267,7 +267,7 @@ export declare type DatasourceAnalytics = {
|
|
|
267
267
|
name: "analytics";
|
|
268
268
|
subtype: DatasourceAnalyticsSubType;
|
|
269
269
|
};
|
|
270
|
-
export declare type
|
|
270
|
+
export declare type IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Group = {
|
|
271
271
|
query: string;
|
|
272
272
|
limit?: number;
|
|
273
273
|
sort?: {
|
|
@@ -278,7 +278,7 @@ export declare type Pick_IngesterFetcherFetchOpts_query_or_limit_or_sort_or_grou
|
|
|
278
278
|
by: string;
|
|
279
279
|
};
|
|
280
280
|
};
|
|
281
|
-
export declare type
|
|
281
|
+
export declare type TrackingFetcherFetchOpts_Without_Query_Limit_Date_ExcludeQuery_UserIds_ExcludeDate = {
|
|
282
282
|
query: string | string[];
|
|
283
283
|
limit: number;
|
|
284
284
|
date: {
|
|
@@ -304,19 +304,19 @@ export declare type Pick_TrackingFetcherFetchOpts_query_or_limit_or_date_or_excl
|
|
|
304
304
|
duration: number;
|
|
305
305
|
};
|
|
306
306
|
};
|
|
307
|
-
export declare type
|
|
307
|
+
export declare type ProxyFetcherFetchOpts_Without_Query = {
|
|
308
308
|
query: string;
|
|
309
309
|
};
|
|
310
|
-
export declare type
|
|
310
|
+
export declare type CarrefourStoresRetailsFetcherFetchOpts_Without_Query = {
|
|
311
311
|
query: string;
|
|
312
312
|
};
|
|
313
|
-
export declare type
|
|
313
|
+
export declare type CarrefourStoresWithDriveSlotsFetcherFetchOpts_Without_Query = {
|
|
314
314
|
query: string;
|
|
315
315
|
};
|
|
316
|
-
export declare type
|
|
316
|
+
export declare type CarrefourStoresWithFuelFetcherFetchOpts_Without_Query = {
|
|
317
317
|
query: string;
|
|
318
318
|
};
|
|
319
|
-
export declare type
|
|
319
|
+
export declare type BestWesternHotelsFetcherFetchOpts_Without_Query_Cp_Geo_Sort = {
|
|
320
320
|
query: string;
|
|
321
321
|
cp?: {
|
|
322
322
|
count: number;
|
|
@@ -333,10 +333,10 @@ export declare type Pick_BestWesternHotelsFetcherFetchOpts_query_or_cp_or_geo_or
|
|
|
333
333
|
order: "desc" | "asc";
|
|
334
334
|
};
|
|
335
335
|
};
|
|
336
|
-
export declare type
|
|
336
|
+
export declare type FdjBetsFetcherFetchOpts_Without_Query = {
|
|
337
337
|
query: string;
|
|
338
338
|
};
|
|
339
|
-
export declare type
|
|
339
|
+
export declare type SarenzaSizesFetcherFetchOpts_Without_Query_Cp_Sort = {
|
|
340
340
|
query: string;
|
|
341
341
|
cp?: {
|
|
342
342
|
count: number;
|
|
@@ -349,11 +349,11 @@ export declare type Pick_SarenzaSizesFetcherFetchOpts_query_or_cp_or_sort_ = {
|
|
|
349
349
|
order: "desc" | "asc";
|
|
350
350
|
};
|
|
351
351
|
};
|
|
352
|
-
export declare type
|
|
352
|
+
export declare type RecommenderFetcherFetchOpts_Without_Query_Limit = {
|
|
353
353
|
query: string;
|
|
354
354
|
limit?: number;
|
|
355
355
|
};
|
|
356
|
-
export declare type
|
|
356
|
+
export declare type RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort = {
|
|
357
357
|
query: string;
|
|
358
358
|
limit?: number;
|
|
359
359
|
geo?: {
|
|
@@ -449,3 +449,4 @@ export declare type RenaultPricesFetcherQueryOpts = {
|
|
|
449
449
|
center: (number | number)[];
|
|
450
450
|
};
|
|
451
451
|
};
|
|
452
|
+
export declare type DatasourceTypes = DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
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.104+c26cf2e",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|