@rlvt/datasources-query-openapi-client 1.0.177 → 1.0.179
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 +18 -24
- package/build/api.js +1 -1
- package/build/definitions.d.ts +60 -60
- package/build/definitions.js +15 -15
- 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_Geo_Sort_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_Group, DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group, GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group, CarrefourStoresWithFuelFetcherQueryOpts, WorkerFetcherQueryOpts, IngesterFetcherQueryOpts, TrackingFetcherQueryOpts, ProxyFetcherQueryOpts, CarrefourStoresRetailsFetcherQueryOpts, CarrefourStoresWithDriveSlotsFetcherQueryOpts, BestWesternHotelsFetcherQueryOpts, FdjBetsFetcherQueryOpts, SarenzaSizesFetcherQueryOpts, RenaultPricesFetcherQueryOpts, DecathlonProductFallbackFetcherQueryOpts, GenericUnwindRowsFetcherQueryOpts } from "./definitions";
|
|
3
3
|
export * from "./definitions";
|
|
4
4
|
export default class {
|
|
5
5
|
axios: AxiosInstance;
|
|
@@ -24,8 +24,6 @@ export default class {
|
|
|
24
24
|
distance?: number | undefined;
|
|
25
25
|
rlvt_lat?: number | undefined;
|
|
26
26
|
rlvt_lng?: number | undefined;
|
|
27
|
-
rlvt_productKey?: string | undefined;
|
|
28
|
-
rlvt_datasourceId?: string | undefined;
|
|
29
27
|
}[];
|
|
30
28
|
meta?: CPMeta | undefined;
|
|
31
29
|
};
|
|
@@ -43,44 +41,44 @@ export default class {
|
|
|
43
41
|
}, any>>;
|
|
44
42
|
findAndFetch: (params: {
|
|
45
43
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
46
|
-
}, data: (
|
|
47
|
-
type:
|
|
44
|
+
}, data: (WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Cp_Group & {
|
|
45
|
+
type: DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
|
48
46
|
companyId: string | null;
|
|
49
47
|
}) | (IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Group & {
|
|
50
|
-
type:
|
|
48
|
+
type: DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
|
51
49
|
companyId: string | null;
|
|
52
50
|
}) | (TrackingFetcherFetchOpts_Without_Query_Limit_Date_Group_ExcludeQuery_UserIds_ExcludeDate & {
|
|
53
|
-
type:
|
|
51
|
+
type: DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
|
54
52
|
companyId: string | null;
|
|
55
53
|
}) | (ProxyFetcherFetchOpts_Without_Query & {
|
|
56
|
-
type:
|
|
54
|
+
type: DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
|
57
55
|
companyId: string | null;
|
|
58
56
|
}) | (CarrefourStoresRetailsFetcherFetchOpts_Without_Query & {
|
|
59
|
-
type:
|
|
57
|
+
type: DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
|
60
58
|
companyId: string | null;
|
|
61
59
|
}) | (CarrefourStoresWithDriveSlotsFetcherFetchOpts_Without_Query & {
|
|
62
|
-
type:
|
|
60
|
+
type: DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
|
63
61
|
companyId: string | null;
|
|
64
62
|
}) | (CarrefourStoresWithFuelFetcherFetchOpts_Without_Query & {
|
|
65
|
-
type:
|
|
63
|
+
type: DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
|
66
64
|
companyId: string | null;
|
|
67
|
-
}) | (
|
|
68
|
-
type:
|
|
65
|
+
}) | (BestWesternHotelsFetcherFetchOpts_Without_Query_Geo_Sort_Cp & {
|
|
66
|
+
type: DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
|
69
67
|
companyId: string | null;
|
|
70
68
|
}) | (FdjBetsFetcherFetchOpts_Without_Query & {
|
|
71
|
-
type:
|
|
69
|
+
type: DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
|
72
70
|
companyId: string | null;
|
|
73
|
-
}) | (
|
|
74
|
-
type:
|
|
71
|
+
}) | (SarenzaSizesFetcherFetchOpts_Without_Query_Sort_Cp & {
|
|
72
|
+
type: DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
|
75
73
|
companyId: string | null;
|
|
76
74
|
}) | (RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group & {
|
|
77
|
-
type:
|
|
75
|
+
type: DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
|
78
76
|
companyId: string | null;
|
|
79
77
|
}) | (DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group & {
|
|
80
|
-
type:
|
|
78
|
+
type: DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
|
81
79
|
companyId: string | null;
|
|
82
80
|
}) | (GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group & {
|
|
83
|
-
type:
|
|
81
|
+
type: DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
|
84
82
|
companyId: string | null;
|
|
85
83
|
}), options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
86
84
|
status: "success";
|
|
@@ -94,8 +92,6 @@ export default class {
|
|
|
94
92
|
distance?: number | undefined;
|
|
95
93
|
rlvt_lat?: number | undefined;
|
|
96
94
|
rlvt_lng?: number | undefined;
|
|
97
|
-
rlvt_productKey?: string | undefined;
|
|
98
|
-
rlvt_datasourceId?: string | undefined;
|
|
99
95
|
}[];
|
|
100
96
|
meta?: CPMeta | undefined;
|
|
101
97
|
};
|
|
@@ -104,7 +100,7 @@ export default class {
|
|
|
104
100
|
page?: number | undefined;
|
|
105
101
|
perPage?: number | undefined;
|
|
106
102
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
107
|
-
}, data: CarrefourStoresWithFuelFetcherQueryOpts |
|
|
103
|
+
}, data: CarrefourStoresWithFuelFetcherQueryOpts | WorkerFetcherQueryOpts | IngesterFetcherQueryOpts | TrackingFetcherQueryOpts | ProxyFetcherQueryOpts | CarrefourStoresRetailsFetcherQueryOpts | CarrefourStoresWithDriveSlotsFetcherQueryOpts | BestWesternHotelsFetcherQueryOpts | FdjBetsFetcherQueryOpts | SarenzaSizesFetcherQueryOpts | RenaultPricesFetcherQueryOpts | DecathlonProductFallbackFetcherQueryOpts | GenericUnwindRowsFetcherQueryOpts, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
108
104
|
paginationCount: number;
|
|
109
105
|
paginationPage: number;
|
|
110
106
|
paginationLimit: number;
|
|
@@ -119,8 +115,6 @@ export default class {
|
|
|
119
115
|
distance?: number | undefined;
|
|
120
116
|
rlvt_lat?: number | undefined;
|
|
121
117
|
rlvt_lng?: number | undefined;
|
|
122
|
-
rlvt_productKey?: string | undefined;
|
|
123
|
-
rlvt_datasourceId?: string | undefined;
|
|
124
118
|
}[];
|
|
125
119
|
count: number;
|
|
126
120
|
};
|
package/build/api.js
CHANGED
|
@@ -72,4 +72,4 @@ function pick(obj, ...keys) {
|
|
|
72
72
|
});
|
|
73
73
|
return ret;
|
|
74
74
|
}
|
|
75
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
75
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxvQkFBb0I7QUFDcEIsb0JBQW9COzs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRXBCLGtEQUFpRTtBQUdqRSxnREFBOEI7QUFFOUI7SUFHSSxZQUFZLGdCQUFvRDtRQUM1RCxJQUFJLENBQUMsS0FBSyxHQUFHLGNBQWMsSUFBSSxnQkFBZ0I7WUFDM0MsQ0FBQyxDQUFDLGdCQUFnQjtZQUNsQixDQUFDLENBQUMsZUFBSyxDQUFDLE1BQU0sQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFBO0lBQ3hDLENBQUM7SUFFTyxLQUFLLENBQUMsTUFFYixFQUFFLElBQXliLEVBQUUsT0FBNEI7UUFDdGQsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FnQmxCLFFBQVEsRUFBRSxJQUFJLEVBQ2QsTUFBTSxDQUFDLE1BQU0sQ0FDVCxFQUFFLEVBQ0Y7WUFDSSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sRUFBRSxpQkFBaUIsQ0FBQztTQUMzQyxFQUNELE9BQU8sQ0FDVixDQUNKLENBQUM7SUFDTixDQUFDO0lBRU8sS0FBSyxDQUFDLE1BRWIsRUFBRSxJQUF5YixFQUFFLE9BQTRCO1FBQ3RkLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBU2xCLFFBQVEsRUFBRSxJQUFJLEVBQ2QsTUFBTSxDQUFDLE1BQU0sQ0FDVCxFQUFFLEVBQ0Y7WUFDSSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sRUFBRSxpQkFBaUIsQ0FBQztTQUMzQyxFQUNELE9BQU8sQ0FDVixDQUNKLENBQUM7SUFDTixDQUFDO0lBRU8sWUFBWSxDQUFDLE1BRXBCLEVBQUUsSUF1Q0QsRUFBRSxPQUE0QjtRQUM1QixPQUFPLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQWdCbEIsaUJBQWlCLEVBQUUsSUFBSSxFQUN2QixNQUFNLENBQUMsTUFBTSxDQUNULEVBQUUsRUFDRjtZQUNJLE9BQU8sRUFBRSxJQUFJLENBQUMsTUFBTSxFQUFFLGlCQUFpQixDQUFDO1NBQzNDLEVBQ0QsT0FBTyxDQUNWLENBQ0osQ0FBQztJQUNOLENBQUM7SUFFTyxLQUFLLENBQUMsTUFJYixFQUFFLElBQXliLEVBQUUsT0FBNEI7UUFDdGQsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FtQmxCLFFBQVEsRUFBRSxJQUFJLEVBQ2QsTUFBTSxDQUFDLE1BQU0sQ0FDVCxFQUFFLEVBQ0Y7WUFDSSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sRUFBRSxpQkFBaUIsQ0FBQztZQUN4QyxNQUFNLEVBQUUsSUFBSSxDQUFDLE1BQU0sRUFBRSxNQUFNLEVBQUUsU0FBUyxDQUFDO1NBQzFDLEVBQ0QsT0FBTyxDQUNWLENBQ0osQ0FBQztJQUNOLENBQUM7SUFFTyxXQUFXLENBQUMsTUFFbkIsRUFBRSxJQUlGLEVBQUUsT0FBNEI7UUFDM0IsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FTbEIsZUFBZSxFQUFFLElBQUksRUFDckIsTUFBTSxDQUFDLE1BQU0sQ0FDVCxFQUFFLEVBQ0Y7WUFDSSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sRUFBRSxpQkFBaUIsQ0FBQztTQUMzQyxFQUNELE9BQU8sQ0FDVixDQUNKLENBQUM7SUFDTixDQUFDO0lBRUQsSUFBSSxJQUFJO1FBQ0osT0FBTztZQUNILEtBQUssRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUM7WUFDNUIsS0FBSyxFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztZQUM1QixZQUFZLEVBQUUsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDO1lBQzFDLEtBQUssRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUM7WUFDNUIsV0FBVyxFQUFFLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztTQUMzQyxDQUFDO0lBQ04sQ0FBQztDQUNKO0FBM01ELDRCQTJNQztBQUVELFNBQVMsSUFBSSxDQUF1QixHQUFNLEVBQUUsR0FBRyxJQUFTO0lBQ3BELE1BQU0sR0FBRyxHQUFlLEVBQWdCLENBQUM7SUFDekMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsRUFBRTtRQUNmLElBQUksR0FBRyxJQUFJLE1BQU0sQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsUUFBUSxDQUFDLEdBQWEsQ0FBQztZQUMvQyxHQUFHLENBQUMsR0FBRyxDQUFDLEdBQUcsR0FBRyxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQzVCLENBQUMsQ0FBQyxDQUFDO0lBQ0gsT0FBTyxHQUFHLENBQUM7QUFDZixDQUFDIn0=
|
package/build/definitions.d.ts
CHANGED
|
@@ -95,12 +95,6 @@ export declare type CarrefourStoresWithFuelFetcherFetchOpts = {
|
|
|
95
95
|
export declare type BestWesternHotelsFetcherFetchOpts = {
|
|
96
96
|
datasourceId: string;
|
|
97
97
|
query: string;
|
|
98
|
-
cp?: {
|
|
99
|
-
count: number;
|
|
100
|
-
index?: number;
|
|
101
|
-
group: string;
|
|
102
|
-
pickId: string;
|
|
103
|
-
};
|
|
104
98
|
geo?: {
|
|
105
99
|
radius: number;
|
|
106
100
|
center: (number | number)[];
|
|
@@ -109,6 +103,12 @@ export declare type BestWesternHotelsFetcherFetchOpts = {
|
|
|
109
103
|
by: string;
|
|
110
104
|
order: "desc" | "asc";
|
|
111
105
|
};
|
|
106
|
+
cp?: {
|
|
107
|
+
count: number;
|
|
108
|
+
index?: number;
|
|
109
|
+
group: string;
|
|
110
|
+
pickId: string;
|
|
111
|
+
};
|
|
112
112
|
};
|
|
113
113
|
export declare type FdjBetsFetcherFetchOpts = {
|
|
114
114
|
datasourceId: string;
|
|
@@ -117,16 +117,16 @@ export declare type FdjBetsFetcherFetchOpts = {
|
|
|
117
117
|
export declare type SarenzaSizesFetcherFetchOpts = {
|
|
118
118
|
datasourceId: string;
|
|
119
119
|
query: string;
|
|
120
|
+
sort?: {
|
|
121
|
+
by: string;
|
|
122
|
+
order: "desc" | "asc";
|
|
123
|
+
};
|
|
120
124
|
cp?: {
|
|
121
125
|
count: number;
|
|
122
126
|
index?: number;
|
|
123
127
|
group: string;
|
|
124
128
|
pickId: string;
|
|
125
129
|
};
|
|
126
|
-
sort?: {
|
|
127
|
-
by: string;
|
|
128
|
-
order: "desc" | "asc";
|
|
129
|
-
};
|
|
130
130
|
};
|
|
131
131
|
export declare type RenaultPricesFetcherFetchOpts = {
|
|
132
132
|
datasourceId: string;
|
|
@@ -225,12 +225,6 @@ export declare type CarrefourStoresWithDriveSlotsFetcherCountOpts = {
|
|
|
225
225
|
export declare type BestWesternHotelsFetcherCountOpts = {
|
|
226
226
|
datasourceId: string;
|
|
227
227
|
query: string;
|
|
228
|
-
cp?: {
|
|
229
|
-
count: number;
|
|
230
|
-
index?: number;
|
|
231
|
-
group: string;
|
|
232
|
-
pickId: string;
|
|
233
|
-
};
|
|
234
228
|
geo?: {
|
|
235
229
|
radius: number;
|
|
236
230
|
center: (number | number)[];
|
|
@@ -239,6 +233,12 @@ export declare type BestWesternHotelsFetcherCountOpts = {
|
|
|
239
233
|
by: string;
|
|
240
234
|
order: "desc" | "asc";
|
|
241
235
|
};
|
|
236
|
+
cp?: {
|
|
237
|
+
count: number;
|
|
238
|
+
index?: number;
|
|
239
|
+
group: string;
|
|
240
|
+
pickId: string;
|
|
241
|
+
};
|
|
242
242
|
};
|
|
243
243
|
export declare type FdjBetsFetcherCountOpts = {
|
|
244
244
|
datasourceId: string;
|
|
@@ -247,16 +247,16 @@ export declare type FdjBetsFetcherCountOpts = {
|
|
|
247
247
|
export declare type SarenzaSizesFetcherCountOpts = {
|
|
248
248
|
datasourceId: string;
|
|
249
249
|
query: string;
|
|
250
|
+
sort?: {
|
|
251
|
+
by: string;
|
|
252
|
+
order: "desc" | "asc";
|
|
253
|
+
};
|
|
250
254
|
cp?: {
|
|
251
255
|
count: number;
|
|
252
256
|
index?: number;
|
|
253
257
|
group: string;
|
|
254
258
|
pickId: string;
|
|
255
259
|
};
|
|
256
|
-
sort?: {
|
|
257
|
-
by: string;
|
|
258
|
-
order: "desc" | "asc";
|
|
259
|
-
};
|
|
260
260
|
};
|
|
261
261
|
export declare type RenaultPricesFetcherCountOpts = {
|
|
262
262
|
datasourceId: string;
|
|
@@ -282,15 +282,9 @@ export declare type GenericUnwindRowsFetcherCountOpts = {
|
|
|
282
282
|
center: (number | number)[];
|
|
283
283
|
};
|
|
284
284
|
};
|
|
285
|
-
export declare type
|
|
285
|
+
export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Cp_Group = {
|
|
286
286
|
query: string;
|
|
287
287
|
limit?: number;
|
|
288
|
-
cp?: {
|
|
289
|
-
count: number;
|
|
290
|
-
index?: number;
|
|
291
|
-
group: string;
|
|
292
|
-
pickId: string;
|
|
293
|
-
};
|
|
294
288
|
geo?: {
|
|
295
289
|
radius: number;
|
|
296
290
|
center: (number | number)[];
|
|
@@ -299,6 +293,12 @@ export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Cp_Geo_Sort_Group
|
|
|
299
293
|
by: string;
|
|
300
294
|
order: "desc" | "asc";
|
|
301
295
|
};
|
|
296
|
+
cp?: {
|
|
297
|
+
count: number;
|
|
298
|
+
index?: number;
|
|
299
|
+
group: string;
|
|
300
|
+
pickId: string;
|
|
301
|
+
};
|
|
302
302
|
group?: {
|
|
303
303
|
field: string;
|
|
304
304
|
matching?: {
|
|
@@ -309,15 +309,15 @@ export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Cp_Geo_Sort_Group
|
|
|
309
309
|
};
|
|
310
310
|
};
|
|
311
311
|
};
|
|
312
|
-
export declare enum
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
312
|
+
export declare enum DatasourceAnalyticsSubType {
|
|
313
|
+
REELEVANT = "reelevant",
|
|
314
|
+
GOOGLE_TAG_MANAGER = "google_tag_manager",
|
|
315
|
+
SHOPIFY = "shopify",
|
|
316
|
+
WORKFLOW_EVENTS = "workflow_events"
|
|
317
317
|
}
|
|
318
|
-
export declare type
|
|
319
|
-
name: "
|
|
320
|
-
subtype:
|
|
318
|
+
export declare type DatasourceAnalytics = {
|
|
319
|
+
name: "analytics";
|
|
320
|
+
subtype: DatasourceAnalyticsSubType;
|
|
321
321
|
};
|
|
322
322
|
export declare type DatasourceGeneric = {
|
|
323
323
|
name: "generic";
|
|
@@ -332,15 +332,15 @@ export declare type DatasourceProduct = {
|
|
|
332
332
|
name: "product";
|
|
333
333
|
subtype: DatasourceProductSubType;
|
|
334
334
|
};
|
|
335
|
-
export declare enum
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
335
|
+
export declare enum DatasourceLocationSubType {
|
|
336
|
+
USER = "user",
|
|
337
|
+
GOOGLE_MY_BUSINESS = "google_my_business",
|
|
338
|
+
PARTOO = "partoo",
|
|
339
|
+
WEATHER = "weather"
|
|
340
340
|
}
|
|
341
|
-
export declare type
|
|
342
|
-
name: "
|
|
343
|
-
subtype:
|
|
341
|
+
export declare type DatasourceLocation = {
|
|
342
|
+
name: "location";
|
|
343
|
+
subtype: DatasourceLocationSubType;
|
|
344
344
|
};
|
|
345
345
|
export declare type IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Group = {
|
|
346
346
|
query: string;
|
|
@@ -392,14 +392,8 @@ export declare type CarrefourStoresWithDriveSlotsFetcherFetchOpts_Without_Query
|
|
|
392
392
|
export declare type CarrefourStoresWithFuelFetcherFetchOpts_Without_Query = {
|
|
393
393
|
query: string;
|
|
394
394
|
};
|
|
395
|
-
export declare type
|
|
395
|
+
export declare type BestWesternHotelsFetcherFetchOpts_Without_Query_Geo_Sort_Cp = {
|
|
396
396
|
query: string;
|
|
397
|
-
cp?: {
|
|
398
|
-
count: number;
|
|
399
|
-
index?: number;
|
|
400
|
-
group: string;
|
|
401
|
-
pickId: string;
|
|
402
|
-
};
|
|
403
397
|
geo?: {
|
|
404
398
|
radius: number;
|
|
405
399
|
center: (number | number)[];
|
|
@@ -408,22 +402,28 @@ export declare type BestWesternHotelsFetcherFetchOpts_Without_Query_Cp_Geo_Sort
|
|
|
408
402
|
by: string;
|
|
409
403
|
order: "desc" | "asc";
|
|
410
404
|
};
|
|
405
|
+
cp?: {
|
|
406
|
+
count: number;
|
|
407
|
+
index?: number;
|
|
408
|
+
group: string;
|
|
409
|
+
pickId: string;
|
|
410
|
+
};
|
|
411
411
|
};
|
|
412
412
|
export declare type FdjBetsFetcherFetchOpts_Without_Query = {
|
|
413
413
|
query: string;
|
|
414
414
|
};
|
|
415
|
-
export declare type
|
|
415
|
+
export declare type SarenzaSizesFetcherFetchOpts_Without_Query_Sort_Cp = {
|
|
416
416
|
query: string;
|
|
417
|
+
sort?: {
|
|
418
|
+
by: string;
|
|
419
|
+
order: "desc" | "asc";
|
|
420
|
+
};
|
|
417
421
|
cp?: {
|
|
418
422
|
count: number;
|
|
419
423
|
index?: number;
|
|
420
424
|
group: string;
|
|
421
425
|
pickId: string;
|
|
422
426
|
};
|
|
423
|
-
sort?: {
|
|
424
|
-
by: string;
|
|
425
|
-
order: "desc" | "asc";
|
|
426
|
-
};
|
|
427
427
|
};
|
|
428
428
|
export declare type RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group = {
|
|
429
429
|
query: string;
|
|
@@ -492,10 +492,6 @@ export declare type CarrefourStoresWithFuelFetcherQueryOpts = {
|
|
|
492
492
|
datasourceId: string;
|
|
493
493
|
query: string;
|
|
494
494
|
};
|
|
495
|
-
export declare type FdjBetsFetcherQueryOpts = {
|
|
496
|
-
datasourceId: string;
|
|
497
|
-
query: string;
|
|
498
|
-
};
|
|
499
495
|
export declare type WorkerFetcherQueryOpts = {
|
|
500
496
|
datasourceId: string;
|
|
501
497
|
query: string;
|
|
@@ -548,6 +544,10 @@ export declare type BestWesternHotelsFetcherQueryOpts = {
|
|
|
548
544
|
center: (number | number)[];
|
|
549
545
|
};
|
|
550
546
|
};
|
|
547
|
+
export declare type FdjBetsFetcherQueryOpts = {
|
|
548
|
+
datasourceId: string;
|
|
549
|
+
query: string;
|
|
550
|
+
};
|
|
551
551
|
export declare type SarenzaSizesFetcherQueryOpts = {
|
|
552
552
|
datasourceId: string;
|
|
553
553
|
query: string;
|
|
@@ -592,4 +592,4 @@ export declare type GenericUnwindRowsFetcherQueryOpts = {
|
|
|
592
592
|
center: (number | number)[];
|
|
593
593
|
};
|
|
594
594
|
};
|
|
595
|
-
export declare type DatasourceTypes =
|
|
595
|
+
export declare type DatasourceTypes = DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
package/build/definitions.js
CHANGED
|
@@ -2,20 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.
|
|
6
|
-
var DatasourceLocationSubType;
|
|
7
|
-
(function (DatasourceLocationSubType) {
|
|
8
|
-
DatasourceLocationSubType["USER"] = "user";
|
|
9
|
-
DatasourceLocationSubType["GOOGLE_MY_BUSINESS"] = "google_my_business";
|
|
10
|
-
DatasourceLocationSubType["PARTOO"] = "partoo";
|
|
11
|
-
DatasourceLocationSubType["WEATHER"] = "weather";
|
|
12
|
-
})(DatasourceLocationSubType = exports.DatasourceLocationSubType || (exports.DatasourceLocationSubType = {}));
|
|
13
|
-
var DatasourceProductSubType;
|
|
14
|
-
(function (DatasourceProductSubType) {
|
|
15
|
-
DatasourceProductSubType["USER"] = "user";
|
|
16
|
-
DatasourceProductSubType["SHOPIFY"] = "shopify";
|
|
17
|
-
DatasourceProductSubType["BEST_PRODUCT"] = "best_product";
|
|
18
|
-
})(DatasourceProductSubType = exports.DatasourceProductSubType || (exports.DatasourceProductSubType = {}));
|
|
5
|
+
exports.DatasourceLocationSubType = exports.DatasourceProductSubType = exports.DatasourceAnalyticsSubType = void 0;
|
|
19
6
|
var DatasourceAnalyticsSubType;
|
|
20
7
|
(function (DatasourceAnalyticsSubType) {
|
|
21
8
|
DatasourceAnalyticsSubType["REELEVANT"] = "reelevant";
|
|
@@ -23,4 +10,17 @@ var DatasourceAnalyticsSubType;
|
|
|
23
10
|
DatasourceAnalyticsSubType["SHOPIFY"] = "shopify";
|
|
24
11
|
DatasourceAnalyticsSubType["WORKFLOW_EVENTS"] = "workflow_events";
|
|
25
12
|
})(DatasourceAnalyticsSubType = exports.DatasourceAnalyticsSubType || (exports.DatasourceAnalyticsSubType = {}));
|
|
26
|
-
|
|
13
|
+
var DatasourceProductSubType;
|
|
14
|
+
(function (DatasourceProductSubType) {
|
|
15
|
+
DatasourceProductSubType["USER"] = "user";
|
|
16
|
+
DatasourceProductSubType["SHOPIFY"] = "shopify";
|
|
17
|
+
DatasourceProductSubType["BEST_PRODUCT"] = "best_product";
|
|
18
|
+
})(DatasourceProductSubType = exports.DatasourceProductSubType || (exports.DatasourceProductSubType = {}));
|
|
19
|
+
var DatasourceLocationSubType;
|
|
20
|
+
(function (DatasourceLocationSubType) {
|
|
21
|
+
DatasourceLocationSubType["USER"] = "user";
|
|
22
|
+
DatasourceLocationSubType["GOOGLE_MY_BUSINESS"] = "google_my_business";
|
|
23
|
+
DatasourceLocationSubType["PARTOO"] = "partoo";
|
|
24
|
+
DatasourceLocationSubType["WEATHER"] = "weather";
|
|
25
|
+
})(DatasourceLocationSubType = exports.DatasourceLocationSubType || (exports.DatasourceLocationSubType = {}));
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBMFRwQixJQUFZLDBCQUtYO0FBTEQsV0FBWSwwQkFBMEI7SUFDbEMscURBQXVCLENBQUE7SUFDdkIsdUVBQXlDLENBQUE7SUFDekMsaURBQW1CLENBQUE7SUFDbkIsaUVBQW1DLENBQUE7QUFDdkMsQ0FBQyxFQUxXLDBCQUEwQixHQUExQixrQ0FBMEIsS0FBMUIsa0NBQTBCLFFBS3JDO0FBV0QsSUFBWSx3QkFJWDtBQUpELFdBQVksd0JBQXdCO0lBQ2hDLHlDQUFhLENBQUE7SUFDYiwrQ0FBbUIsQ0FBQTtJQUNuQix5REFBNkIsQ0FBQTtBQUNqQyxDQUFDLEVBSlcsd0JBQXdCLEdBQXhCLGdDQUF3QixLQUF4QixnQ0FBd0IsUUFJbkM7QUFPRCxJQUFZLHlCQUtYO0FBTEQsV0FBWSx5QkFBeUI7SUFDakMsMENBQWEsQ0FBQTtJQUNiLHNFQUF5QyxDQUFBO0lBQ3pDLDhDQUFpQixDQUFBO0lBQ2pCLGdEQUFtQixDQUFBO0FBQ3ZCLENBQUMsRUFMVyx5QkFBeUIsR0FBekIsaUNBQXlCLEtBQXpCLGlDQUF5QixRQUtwQyJ9
|
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.179+baee55d",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|