@rlvt/datasources-query-openapi-client 0.0.0-68eb2df → 0.0.0-68ee051
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 +10 -10
- package/build/api.js +31 -27
- package/build/definitions.d.ts +189 -175
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AxiosInstance, AxiosRequestConfig } from "axios";
|
|
2
|
-
import
|
|
3
|
-
export
|
|
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, Pick_IngesterFetcherFetchOpts_query_or_limit_or_sort_or_group_, CarrefourStoresWithFuelFetcherQueryOpts, FdjBetsFetcherQueryOpts, WorkerFetcherQueryOpts, IngesterFetcherQueryOpts, TrackingFetcherQueryOpts, ProxyFetcherQueryOpts, CarrefourStoresRetailsFetcherQueryOpts, CarrefourStoresWithDriveSlotsFetcherQueryOpts, BestWesternHotelsFetcherQueryOpts, SarenzaSizesFetcherQueryOpts, RecommenderFetcherQueryOpts, RenaultPricesFetcherQueryOpts } from "./definitions";
|
|
3
|
+
export 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, Pick_IngesterFetcherFetchOpts_query_or_limit_or_sort_or_group_, CarrefourStoresWithFuelFetcherQueryOpts, FdjBetsFetcherQueryOpts, WorkerFetcherQueryOpts, IngesterFetcherQueryOpts, TrackingFetcherQueryOpts, ProxyFetcherQueryOpts, CarrefourStoresRetailsFetcherQueryOpts, CarrefourStoresWithDriveSlotsFetcherQueryOpts, BestWesternHotelsFetcherQueryOpts, SarenzaSizesFetcherQueryOpts, RecommenderFetcherQueryOpts, RenaultPricesFetcherQueryOpts };
|
|
4
4
|
export default class {
|
|
5
5
|
axios: AxiosInstance;
|
|
6
6
|
constructor(configOrInstance: AxiosRequestConfig | AxiosInstance);
|
|
@@ -13,7 +13,7 @@ export default class {
|
|
|
13
13
|
get Data(): {
|
|
14
14
|
fetch: (params: {
|
|
15
15
|
'x-rlvt-no-cache'?: boolean;
|
|
16
|
-
}, data:
|
|
16
|
+
}, data: WorkerFetcherFetchOpts | IngesterFetcherFetchOpts | TrackingFetcherFetchOpts | ProxyFetcherFetchOpts | CarrefourStoresRetailsFetcherFetchOpts | CarrefourStoresWithDriveSlotsFetcherFetchOpts | CarrefourStoresWithFuelFetcherFetchOpts | BestWesternHotelsFetcherFetchOpts | FdjBetsFetcherFetchOpts | SarenzaSizesFetcherFetchOpts | RecommenderFetcherFetchOpts | RenaultPricesFetcherFetchOpts, options?: AxiosRequestConfig) => Promise<import("axios").AxiosResponse<{
|
|
17
17
|
status: "success";
|
|
18
18
|
program: string;
|
|
19
19
|
version: string;
|
|
@@ -28,12 +28,12 @@ export default class {
|
|
|
28
28
|
rlvt_productKey?: string;
|
|
29
29
|
rlvt_datasourceId?: string;
|
|
30
30
|
}[];
|
|
31
|
-
meta?:
|
|
31
|
+
meta?: CPMeta;
|
|
32
32
|
};
|
|
33
33
|
}>>;
|
|
34
34
|
count: (params: {
|
|
35
35
|
'x-rlvt-no-cache'?: boolean;
|
|
36
|
-
}, data:
|
|
36
|
+
}, data: CarrefourStoresWithFuelFetcherFetchOpts | WorkerFetcherCountOpts | IngesterFetcherCountOpts | TrackingFetcherCountOpts | ProxyFetcherCountOpts | CarrefourStoresRetailsFetcherCountOpts | CarrefourStoresWithDriveSlotsFetcherCountOpts | BestWesternHotelsFetcherCountOpts | FdjBetsFetcherCountOpts | SarenzaSizesFetcherCountOpts | RecommenderFetcherCountOpts | RenaultPricesFetcherCountOpts, options?: AxiosRequestConfig) => Promise<import("axios").AxiosResponse<{
|
|
37
37
|
status: "success";
|
|
38
38
|
program: string;
|
|
39
39
|
version: string;
|
|
@@ -44,7 +44,7 @@ export default class {
|
|
|
44
44
|
}>>;
|
|
45
45
|
fetchWorkflowEvents: (params: {
|
|
46
46
|
'x-rlvt-no-cache'?: boolean;
|
|
47
|
-
}, data:
|
|
47
|
+
}, data: Pick_IngesterFetcherFetchOpts_query_or_limit_or_sort_or_group_ & {
|
|
48
48
|
companyId: string;
|
|
49
49
|
}, options?: AxiosRequestConfig) => Promise<import("axios").AxiosResponse<{
|
|
50
50
|
status: "success";
|
|
@@ -61,12 +61,12 @@ export default class {
|
|
|
61
61
|
rlvt_productKey?: string;
|
|
62
62
|
rlvt_datasourceId?: string;
|
|
63
63
|
}[];
|
|
64
|
-
meta?:
|
|
64
|
+
meta?: CPMeta;
|
|
65
65
|
};
|
|
66
66
|
}>>;
|
|
67
67
|
fetchScenarioEvents: (params: {
|
|
68
68
|
'x-rlvt-no-cache'?: boolean;
|
|
69
|
-
}, data:
|
|
69
|
+
}, data: Pick_IngesterFetcherFetchOpts_query_or_limit_or_sort_or_group_ & {
|
|
70
70
|
companyId: string;
|
|
71
71
|
}, options?: AxiosRequestConfig) => Promise<import("axios").AxiosResponse<{
|
|
72
72
|
status: "success";
|
|
@@ -83,14 +83,14 @@ export default class {
|
|
|
83
83
|
rlvt_productKey?: string;
|
|
84
84
|
rlvt_datasourceId?: string;
|
|
85
85
|
}[];
|
|
86
|
-
meta?:
|
|
86
|
+
meta?: CPMeta;
|
|
87
87
|
};
|
|
88
88
|
}>>;
|
|
89
89
|
query: (params: {
|
|
90
90
|
page?: number;
|
|
91
91
|
perPage?: number;
|
|
92
92
|
'x-rlvt-no-cache'?: boolean;
|
|
93
|
-
}, data:
|
|
93
|
+
}, data: CarrefourStoresWithFuelFetcherQueryOpts | FdjBetsFetcherQueryOpts | WorkerFetcherQueryOpts | IngesterFetcherQueryOpts | TrackingFetcherQueryOpts | ProxyFetcherQueryOpts | CarrefourStoresRetailsFetcherQueryOpts | CarrefourStoresWithDriveSlotsFetcherQueryOpts | BestWesternHotelsFetcherQueryOpts | SarenzaSizesFetcherQueryOpts | RecommenderFetcherQueryOpts | RenaultPricesFetcherQueryOpts, options?: AxiosRequestConfig) => Promise<import("axios").AxiosResponse<{
|
|
94
94
|
paginationCount: number;
|
|
95
95
|
paginationPage: number;
|
|
96
96
|
paginationLimit: number;
|
package/build/api.js
CHANGED
|
@@ -1,51 +1,47 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
-
if (k2 === undefined) k2 = k;
|
|
6
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
7
|
-
}) : (function(o, m, k, k2) {
|
|
8
|
-
if (k2 === undefined) k2 = k;
|
|
9
|
-
o[k2] = m[k];
|
|
10
|
-
}));
|
|
11
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
12
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
13
|
-
};
|
|
14
4
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
15
5
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
16
6
|
};
|
|
17
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
8
|
const axios_1 = __importDefault(require("axios"));
|
|
19
|
-
__exportStar(require("./definitions"), exports);
|
|
20
|
-
function pick(obj, ...keys) {
|
|
21
|
-
const ret = {};
|
|
22
|
-
keys.forEach(key => {
|
|
23
|
-
if (key in obj)
|
|
24
|
-
ret[key] = obj[key];
|
|
25
|
-
});
|
|
26
|
-
return ret;
|
|
27
|
-
}
|
|
28
9
|
class default_1 {
|
|
29
10
|
constructor(configOrInstance) {
|
|
30
|
-
this.axios = 'interceptors' in configOrInstance
|
|
11
|
+
this.axios = 'interceptors' in configOrInstance
|
|
12
|
+
? configOrInstance
|
|
13
|
+
: axios_1.default.create(configOrInstance);
|
|
31
14
|
}
|
|
32
15
|
fetch(params, data, options) {
|
|
33
|
-
return this.axios.post("/fetch", data, Object.assign({}, {
|
|
16
|
+
return this.axios.post("/fetch", data, Object.assign({}, {
|
|
17
|
+
headers: pick(params, "x-rlvt-no-cache"),
|
|
18
|
+
}, options));
|
|
34
19
|
}
|
|
35
20
|
count(params, data, options) {
|
|
36
|
-
return this.axios.post("/count", data, Object.assign({}, {
|
|
21
|
+
return this.axios.post("/count", data, Object.assign({}, {
|
|
22
|
+
headers: pick(params, "x-rlvt-no-cache"),
|
|
23
|
+
}, options));
|
|
37
24
|
}
|
|
38
25
|
fetchWorkflowEvents(params, data, options) {
|
|
39
|
-
return this.axios.post("/fetch-workflow-events", data, Object.assign({}, {
|
|
26
|
+
return this.axios.post("/fetch-workflow-events", data, Object.assign({}, {
|
|
27
|
+
headers: pick(params, "x-rlvt-no-cache"),
|
|
28
|
+
}, options));
|
|
40
29
|
}
|
|
41
30
|
fetchScenarioEvents(params, data, options) {
|
|
42
|
-
return this.axios.post("/fetch-scenario-events", data, Object.assign({}, {
|
|
31
|
+
return this.axios.post("/fetch-scenario-events", data, Object.assign({}, {
|
|
32
|
+
headers: pick(params, "x-rlvt-no-cache"),
|
|
33
|
+
}, options));
|
|
43
34
|
}
|
|
44
35
|
query(params, data, options) {
|
|
45
|
-
return this.axios.post("/query", data, Object.assign({}, {
|
|
36
|
+
return this.axios.post("/query", data, Object.assign({}, {
|
|
37
|
+
headers: pick(params, "x-rlvt-no-cache"),
|
|
38
|
+
params: pick(params, "page", "perPage"),
|
|
39
|
+
}, options));
|
|
46
40
|
}
|
|
47
41
|
queryValues(params, data, options) {
|
|
48
|
-
return this.axios.post("/query-values", data, Object.assign({}, {
|
|
42
|
+
return this.axios.post("/query-values", data, Object.assign({}, {
|
|
43
|
+
headers: pick(params, "x-rlvt-no-cache"),
|
|
44
|
+
}, options));
|
|
49
45
|
}
|
|
50
46
|
get Data() {
|
|
51
47
|
return {
|
|
@@ -59,4 +55,12 @@ class default_1 {
|
|
|
59
55
|
}
|
|
60
56
|
}
|
|
61
57
|
exports.default = default_1;
|
|
62
|
-
|
|
58
|
+
function pick(obj, ...keys) {
|
|
59
|
+
const ret = {};
|
|
60
|
+
keys.forEach(key => {
|
|
61
|
+
if (obj && Object.keys(obj).includes(key))
|
|
62
|
+
ret[key] = obj[key];
|
|
63
|
+
});
|
|
64
|
+
return ret;
|
|
65
|
+
}
|
|
66
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxvQkFBb0I7QUFDcEIsb0JBQW9COzs7OztBQUVwQixrREFBaUU7QUEyQ2pFO0lBR0ksWUFBWSxnQkFBb0Q7UUFDNUQsSUFBSSxDQUFDLEtBQUssR0FBRyxjQUFjLElBQUksZ0JBQWdCO1lBQzNDLENBQUMsQ0FBQyxnQkFBZ0I7WUFDbEIsQ0FBQyxDQUFDLGVBQUssQ0FBQyxNQUFNLENBQUMsZ0JBQWdCLENBQUMsQ0FBQTtJQUN4QyxDQUFDO0lBRU8sS0FBSyxDQUFDLE1BRWIsRUFBRSxJQUF3WSxFQUFFLE9BQTRCO1FBQ3JhLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBa0JsQixRQUFRLEVBQUUsSUFBSSxFQUNkLE1BQU0sQ0FBQyxNQUFNLENBQ1QsRUFBRSxFQUNGO1lBQ0ksT0FBTyxFQUFFLElBQUksQ0FBQyxNQUFNLEVBQUUsaUJBQWlCLENBQUM7U0FDM0MsRUFDRCxPQUFPLENBQ1YsQ0FDSixDQUFDO0lBQ04sQ0FBQztJQUVPLEtBQUssQ0FBQyxNQUViLEVBQUUsSUFBd1ksRUFBRSxPQUE0QjtRQUNyYSxPQUFPLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQVNsQixRQUFRLEVBQUUsSUFBSSxFQUNkLE1BQU0sQ0FBQyxNQUFNLENBQ1QsRUFBRSxFQUNGO1lBQ0ksT0FBTyxFQUFFLElBQUksQ0FBQyxNQUFNLEVBQUUsaUJBQWlCLENBQUM7U0FDM0MsRUFDRCxPQUFPLENBQ1YsQ0FDSixDQUFDO0lBQ04sQ0FBQztJQUVPLG1CQUFtQixDQUFDLE1BRTNCLEVBQUUsSUFFRixFQUFFLE9BQTRCO1FBQzNCLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBa0JsQix3QkFBd0IsRUFBRSxJQUFJLEVBQzlCLE1BQU0sQ0FBQyxNQUFNLENBQ1QsRUFBRSxFQUNGO1lBQ0ksT0FBTyxFQUFFLElBQUksQ0FBQyxNQUFNLEVBQUUsaUJBQWlCLENBQUM7U0FDM0MsRUFDRCxPQUFPLENBQ1YsQ0FDSixDQUFDO0lBQ04sQ0FBQztJQUVPLG1CQUFtQixDQUFDLE1BRTNCLEVBQUUsSUFFRixFQUFFLE9BQTRCO1FBQzNCLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBa0JsQix3QkFBd0IsRUFBRSxJQUFJLEVBQzlCLE1BQU0sQ0FBQyxNQUFNLENBQ1QsRUFBRSxFQUNGO1lBQ0ksT0FBTyxFQUFFLElBQUksQ0FBQyxNQUFNLEVBQUUsaUJBQWlCLENBQUM7U0FDM0MsRUFDRCxPQUFPLENBQ1YsQ0FDSixDQUFDO0lBQ04sQ0FBQztJQUVPLEtBQUssQ0FBQyxNQUliLEVBQUUsSUFBd1ksRUFBRSxPQUE0QjtRQUNyYSxPQUFPLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQXFCbEIsUUFBUSxFQUFFLElBQUksRUFDZCxNQUFNLENBQUMsTUFBTSxDQUNULEVBQUUsRUFDRjtZQUNJLE9BQU8sRUFBRSxJQUFJLENBQUMsTUFBTSxFQUFFLGlCQUFpQixDQUFDO1lBQ3hDLE1BQU0sRUFBRSxJQUFJLENBQUMsTUFBTSxFQUFFLE1BQU0sRUFBRSxTQUFTLENBQUM7U0FDMUMsRUFDRCxPQUFPLENBQ1YsQ0FDSixDQUFDO0lBQ04sQ0FBQztJQUVPLFdBQVcsQ0FBQyxNQUVuQixFQUFFLElBSUYsRUFBRSxPQUE0QjtRQUMzQixPQUFPLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQVNsQixlQUFlLEVBQUUsSUFBSSxFQUNyQixNQUFNLENBQUMsTUFBTSxDQUNULEVBQUUsRUFDRjtZQUNJLE9BQU8sRUFBRSxJQUFJLENBQUMsTUFBTSxFQUFFLGlCQUFpQixDQUFDO1NBQzNDLEVBQ0QsT0FBTyxDQUNWLENBQ0osQ0FBQztJQUNOLENBQUM7SUFFRCxJQUFJLElBQUk7UUFDSixPQUFPO1lBQ0gsS0FBSyxFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztZQUM1QixLQUFLLEVBQUUsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDO1lBQzVCLG1CQUFtQixFQUFFLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDO1lBQ3hELG1CQUFtQixFQUFFLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDO1lBQ3hELEtBQUssRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUM7WUFDNUIsV0FBVyxFQUFFLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztTQUMzQyxDQUFDO0lBQ04sQ0FBQztDQUNKO0FBL01ELDRCQStNQztBQUVELFNBQVMsSUFBSSxDQUF1QixHQUFNLEVBQUUsR0FBRyxJQUFTO0lBQ3BELE1BQU0sR0FBRyxHQUFlLEVBQWdCLENBQUM7SUFDekMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsRUFBRTtRQUNmLElBQUksR0FBRyxJQUFJLE1BQU0sQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsUUFBUSxDQUFDLEdBQWEsQ0FBQztZQUMvQyxHQUFHLENBQUMsR0FBRyxDQUFDLEdBQUcsR0FBRyxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQzVCLENBQUMsQ0FBQyxDQUFDO0lBQ0gsT0FBTyxHQUFHLENBQUM7QUFDZixDQUFDIn0=
|
package/build/definitions.d.ts
CHANGED
|
@@ -1,277 +1,291 @@
|
|
|
1
1
|
export declare type CPMeta = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
cp: {
|
|
3
|
+
productId: string;
|
|
4
|
+
productsId: string[];
|
|
5
|
+
datasourceId: string;
|
|
6
|
+
cpId: string;
|
|
7
|
+
k: number;
|
|
8
|
+
index: number;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
11
|
export declare type WorkerFetcherFetchOpts = {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
12
|
+
limit?: number;
|
|
13
|
+
cp?: {
|
|
14
|
+
count: number;
|
|
15
|
+
index?: number;
|
|
16
|
+
group: string;
|
|
17
|
+
pickId: string;
|
|
18
18
|
};
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
19
|
+
datasourceId: string;
|
|
20
|
+
query: string;
|
|
21
|
+
sort?: {
|
|
22
|
+
by: string;
|
|
23
|
+
order: "desc" | "asc";
|
|
24
24
|
};
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
geo?: {
|
|
26
|
+
radius: number;
|
|
27
|
+
center: (number | number)[];
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
30
|
export declare type IngesterFetcherFetchOpts = {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
limit?: number;
|
|
32
|
+
group?: {
|
|
33
|
+
by: string;
|
|
34
34
|
};
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
35
|
+
datasourceId: string;
|
|
36
|
+
query: string;
|
|
37
|
+
sort?: {
|
|
38
|
+
by: string;
|
|
39
|
+
order: "desc" | "asc";
|
|
40
40
|
};
|
|
41
41
|
};
|
|
42
42
|
export declare type TrackingFetcherFetchOpts = {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
43
|
+
datasourceId: string;
|
|
44
|
+
query: string | string[];
|
|
45
|
+
excludeQuery?: string;
|
|
46
|
+
userIds: string[];
|
|
47
|
+
date: {
|
|
48
|
+
start: Date;
|
|
49
|
+
end: Date;
|
|
50
50
|
} | {
|
|
51
|
-
|
|
51
|
+
end: Date;
|
|
52
52
|
} | {
|
|
53
|
-
|
|
53
|
+
start: Date;
|
|
54
54
|
} | {
|
|
55
|
-
|
|
55
|
+
duration: number;
|
|
56
56
|
};
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
excludeDate?: {
|
|
58
|
+
start: Date;
|
|
59
|
+
end: Date;
|
|
60
60
|
} | {
|
|
61
|
-
|
|
61
|
+
end: Date;
|
|
62
62
|
} | {
|
|
63
|
-
|
|
63
|
+
start: Date;
|
|
64
64
|
} | {
|
|
65
|
-
|
|
65
|
+
duration: number;
|
|
66
66
|
};
|
|
67
|
-
|
|
67
|
+
limit: number;
|
|
68
68
|
};
|
|
69
69
|
export declare type ProxyFetcherFetchOpts = {
|
|
70
|
-
|
|
71
|
-
|
|
70
|
+
datasourceId: string;
|
|
71
|
+
query: string;
|
|
72
72
|
};
|
|
73
73
|
export declare type CarrefourStoresRetailsFetcherFetchOpts = {
|
|
74
|
-
|
|
75
|
-
|
|
74
|
+
datasourceId: string;
|
|
75
|
+
query: string;
|
|
76
76
|
};
|
|
77
77
|
export declare type CarrefourStoresWithDriveSlotsFetcherFetchOpts = {
|
|
78
|
-
|
|
79
|
-
|
|
78
|
+
datasourceId: string;
|
|
79
|
+
query: string;
|
|
80
80
|
};
|
|
81
81
|
export declare type CarrefourStoresWithFuelFetcherFetchOpts = {
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
datasourceId: string;
|
|
83
|
+
query: string;
|
|
84
84
|
};
|
|
85
85
|
export declare type BestWesternHotelsFetcherFetchOpts = {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
86
|
+
datasourceId: string;
|
|
87
|
+
query: string;
|
|
88
|
+
cp?: {
|
|
89
|
+
count: number;
|
|
90
|
+
index?: number;
|
|
91
|
+
group: string;
|
|
92
|
+
pickId: string;
|
|
93
93
|
};
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
94
|
+
geo?: {
|
|
95
|
+
radius: number;
|
|
96
|
+
center: (number | number)[];
|
|
97
97
|
};
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
98
|
+
sort?: {
|
|
99
|
+
by: string;
|
|
100
|
+
order: "desc" | "asc";
|
|
101
101
|
};
|
|
102
102
|
};
|
|
103
103
|
export declare type FdjBetsFetcherFetchOpts = {
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
datasourceId: string;
|
|
105
|
+
query: string;
|
|
106
106
|
};
|
|
107
107
|
export declare type SarenzaSizesFetcherFetchOpts = {
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
108
|
+
datasourceId: string;
|
|
109
|
+
query: string;
|
|
110
|
+
cp?: {
|
|
111
|
+
count: number;
|
|
112
|
+
index?: number;
|
|
113
|
+
group: string;
|
|
114
|
+
pickId: string;
|
|
115
115
|
};
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
116
|
+
sort?: {
|
|
117
|
+
by: string;
|
|
118
|
+
order: "desc" | "asc";
|
|
119
119
|
};
|
|
120
120
|
};
|
|
121
121
|
export declare type RecommenderFetcherFetchOpts = {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
122
|
+
datasourceId: string;
|
|
123
|
+
query: string;
|
|
124
|
+
limit?: number;
|
|
125
|
+
};
|
|
126
|
+
export declare type RenaultPricesFetcherFetchOpts = {
|
|
127
|
+
datasourceId: string;
|
|
128
|
+
query: string;
|
|
129
|
+
limit?: number;
|
|
125
130
|
};
|
|
126
131
|
export declare type WorkerFetcherCountOpts = {
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
+
datasourceId: string;
|
|
133
|
+
query: string;
|
|
134
|
+
geo?: {
|
|
135
|
+
radius: number;
|
|
136
|
+
center: (number | number)[];
|
|
132
137
|
};
|
|
133
138
|
};
|
|
134
139
|
export declare type IngesterFetcherCountOpts = {
|
|
135
|
-
|
|
136
|
-
|
|
140
|
+
datasourceId: string;
|
|
141
|
+
query: string;
|
|
137
142
|
};
|
|
138
143
|
export declare type TrackingFetcherCountOpts = {
|
|
139
|
-
|
|
140
|
-
|
|
144
|
+
datasourceId: string;
|
|
145
|
+
query: string;
|
|
141
146
|
};
|
|
142
147
|
export declare type ProxyFetcherCountOpts = {
|
|
143
|
-
|
|
144
|
-
|
|
148
|
+
datasourceId: string;
|
|
149
|
+
query: string;
|
|
145
150
|
};
|
|
146
151
|
export declare type CarrefourStoresRetailsFetcherCountOpts = {
|
|
147
|
-
|
|
148
|
-
|
|
152
|
+
datasourceId: string;
|
|
153
|
+
query: string;
|
|
149
154
|
};
|
|
150
155
|
export declare type CarrefourStoresWithDriveSlotsFetcherCountOpts = {
|
|
151
|
-
|
|
152
|
-
|
|
156
|
+
datasourceId: string;
|
|
157
|
+
query: string;
|
|
153
158
|
};
|
|
154
159
|
export declare type BestWesternHotelsFetcherCountOpts = {
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
160
|
+
datasourceId: string;
|
|
161
|
+
query: string;
|
|
162
|
+
cp?: {
|
|
163
|
+
count: number;
|
|
164
|
+
index?: number;
|
|
165
|
+
group: string;
|
|
166
|
+
pickId: string;
|
|
162
167
|
};
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
168
|
+
geo?: {
|
|
169
|
+
radius: number;
|
|
170
|
+
center: (number | number)[];
|
|
166
171
|
};
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
172
|
+
sort?: {
|
|
173
|
+
by: string;
|
|
174
|
+
order: "desc" | "asc";
|
|
170
175
|
};
|
|
171
176
|
};
|
|
172
177
|
export declare type FdjBetsFetcherCountOpts = {
|
|
173
|
-
|
|
174
|
-
|
|
178
|
+
datasourceId: string;
|
|
179
|
+
query: string;
|
|
175
180
|
};
|
|
176
181
|
export declare type SarenzaSizesFetcherCountOpts = {
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
182
|
+
datasourceId: string;
|
|
183
|
+
query: string;
|
|
184
|
+
cp?: {
|
|
185
|
+
count: number;
|
|
186
|
+
index?: number;
|
|
187
|
+
group: string;
|
|
188
|
+
pickId: string;
|
|
184
189
|
};
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
190
|
+
sort?: {
|
|
191
|
+
by: string;
|
|
192
|
+
order: "desc" | "asc";
|
|
188
193
|
};
|
|
189
194
|
};
|
|
190
195
|
export declare type RecommenderFetcherCountOpts = {
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
196
|
+
datasourceId: string;
|
|
197
|
+
query: string;
|
|
198
|
+
limit?: number;
|
|
199
|
+
};
|
|
200
|
+
export declare type RenaultPricesFetcherCountOpts = {
|
|
201
|
+
datasourceId: string;
|
|
202
|
+
query: string;
|
|
203
|
+
limit?: number;
|
|
194
204
|
};
|
|
195
205
|
export declare type Pick_IngesterFetcherFetchOpts_query_or_limit_or_sort_or_group_ = {
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
206
|
+
query: string;
|
|
207
|
+
limit?: number;
|
|
208
|
+
sort?: {
|
|
209
|
+
by: string;
|
|
210
|
+
order: "desc" | "asc";
|
|
201
211
|
};
|
|
202
|
-
|
|
203
|
-
|
|
212
|
+
group?: {
|
|
213
|
+
by: string;
|
|
204
214
|
};
|
|
205
215
|
};
|
|
206
216
|
export declare type CarrefourStoresWithFuelFetcherQueryOpts = {
|
|
207
|
-
|
|
208
|
-
|
|
217
|
+
datasourceId: string;
|
|
218
|
+
query: string;
|
|
209
219
|
};
|
|
210
220
|
export declare type FdjBetsFetcherQueryOpts = {
|
|
211
|
-
|
|
212
|
-
|
|
221
|
+
datasourceId: string;
|
|
222
|
+
query: string;
|
|
213
223
|
};
|
|
214
224
|
export declare type WorkerFetcherQueryOpts = {
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
225
|
+
datasourceId: string;
|
|
226
|
+
query: string;
|
|
227
|
+
sort?: {
|
|
228
|
+
by: string;
|
|
229
|
+
order: "desc" | "asc";
|
|
220
230
|
};
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
231
|
+
geo?: {
|
|
232
|
+
radius: number;
|
|
233
|
+
center: (number | number)[];
|
|
224
234
|
};
|
|
225
235
|
};
|
|
226
236
|
export declare type IngesterFetcherQueryOpts = {
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
237
|
+
datasourceId: string;
|
|
238
|
+
query: string;
|
|
239
|
+
sort?: {
|
|
240
|
+
by: string;
|
|
241
|
+
order: "desc" | "asc";
|
|
232
242
|
};
|
|
233
243
|
};
|
|
234
244
|
export declare type TrackingFetcherQueryOpts = {
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
245
|
+
datasourceId: string;
|
|
246
|
+
query: string;
|
|
247
|
+
sort?: {
|
|
248
|
+
by: string;
|
|
249
|
+
order: "desc" | "asc";
|
|
240
250
|
};
|
|
241
251
|
};
|
|
242
252
|
export declare type ProxyFetcherQueryOpts = {
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
253
|
+
sort?: {
|
|
254
|
+
by: string;
|
|
255
|
+
order: "desc" | "asc";
|
|
246
256
|
};
|
|
247
|
-
|
|
248
|
-
|
|
257
|
+
datasourceId: string;
|
|
258
|
+
query: string;
|
|
249
259
|
};
|
|
250
260
|
export declare type CarrefourStoresRetailsFetcherQueryOpts = {
|
|
251
|
-
|
|
252
|
-
|
|
261
|
+
datasourceId: string;
|
|
262
|
+
query: string;
|
|
253
263
|
};
|
|
254
264
|
export declare type CarrefourStoresWithDriveSlotsFetcherQueryOpts = {
|
|
255
|
-
|
|
256
|
-
|
|
265
|
+
datasourceId: string;
|
|
266
|
+
query: string;
|
|
257
267
|
};
|
|
258
268
|
export declare type BestWesternHotelsFetcherQueryOpts = {
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
269
|
+
datasourceId: string;
|
|
270
|
+
query: string;
|
|
271
|
+
geo?: {
|
|
272
|
+
radius: number;
|
|
273
|
+
center: (number | number)[];
|
|
264
274
|
};
|
|
265
275
|
};
|
|
266
276
|
export declare type SarenzaSizesFetcherQueryOpts = {
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
277
|
+
datasourceId: string;
|
|
278
|
+
query: string;
|
|
279
|
+
sort?: {
|
|
280
|
+
by: string;
|
|
281
|
+
order: "desc" | "asc";
|
|
272
282
|
};
|
|
273
283
|
};
|
|
274
284
|
export declare type RecommenderFetcherQueryOpts = {
|
|
275
|
-
|
|
276
|
-
|
|
285
|
+
datasourceId: string;
|
|
286
|
+
query: string;
|
|
287
|
+
};
|
|
288
|
+
export declare type RenaultPricesFetcherQueryOpts = {
|
|
289
|
+
datasourceId: string;
|
|
290
|
+
query: string;
|
|
277
291
|
};
|
package/package.json
CHANGED