@rlvt/datasources-query-openapi-client 0.0.0-1e437f6 → 0.0.0-2475c65
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 +175 -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, CPMeta, WorkerFetcherCountOpts, IngesterFetcherCountOpts, TrackingFetcherCountOpts, ProxyFetcherCountOpts, CarrefourStoresRetailsFetcherCountOpts, CarrefourStoresWithDriveSlotsFetcherCountOpts, BestWesternHotelsFetcherCountOpts, FdjBetsFetcherCountOpts, SarenzaSizesFetcherCountOpts, RecommenderFetcherCountOpts, Pick_IngesterFetcherFetchOpts_query_or_limit_or_sort_or_group_, CarrefourStoresWithFuelFetcherQueryOpts, FdjBetsFetcherQueryOpts, WorkerFetcherQueryOpts, IngesterFetcherQueryOpts, TrackingFetcherQueryOpts, ProxyFetcherQueryOpts, CarrefourStoresRetailsFetcherQueryOpts, CarrefourStoresWithDriveSlotsFetcherQueryOpts, BestWesternHotelsFetcherQueryOpts, SarenzaSizesFetcherQueryOpts, RecommenderFetcherQueryOpts } from "./definitions";
|
|
3
|
+
export type { WorkerFetcherFetchOpts, IngesterFetcherFetchOpts, TrackingFetcherFetchOpts, ProxyFetcherFetchOpts, CarrefourStoresRetailsFetcherFetchOpts, CarrefourStoresWithDriveSlotsFetcherFetchOpts, CarrefourStoresWithFuelFetcherFetchOpts, BestWesternHotelsFetcherFetchOpts, FdjBetsFetcherFetchOpts, SarenzaSizesFetcherFetchOpts, RecommenderFetcherFetchOpts, CPMeta, WorkerFetcherCountOpts, IngesterFetcherCountOpts, TrackingFetcherCountOpts, ProxyFetcherCountOpts, CarrefourStoresRetailsFetcherCountOpts, CarrefourStoresWithDriveSlotsFetcherCountOpts, BestWesternHotelsFetcherCountOpts, FdjBetsFetcherCountOpts, SarenzaSizesFetcherCountOpts, RecommenderFetcherCountOpts, Pick_IngesterFetcherFetchOpts_query_or_limit_or_sort_or_group_, CarrefourStoresWithFuelFetcherQueryOpts, FdjBetsFetcherQueryOpts, WorkerFetcherQueryOpts, IngesterFetcherQueryOpts, TrackingFetcherQueryOpts, ProxyFetcherQueryOpts, CarrefourStoresRetailsFetcherQueryOpts, CarrefourStoresWithDriveSlotsFetcherQueryOpts, BestWesternHotelsFetcherQueryOpts, SarenzaSizesFetcherQueryOpts, RecommenderFetcherQueryOpts };
|
|
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, 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, 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, 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxvQkFBb0I7QUFDcEIsb0JBQW9COzs7OztBQUVwQixrREFBaUU7QUF3Q2pFO0lBR0ksWUFBWSxnQkFBb0Q7UUFDNUQsSUFBSSxDQUFDLEtBQUssR0FBRyxjQUFjLElBQUksZ0JBQWdCO1lBQzNDLENBQUMsQ0FBQyxnQkFBZ0I7WUFDbEIsQ0FBQyxDQUFDLGVBQUssQ0FBQyxNQUFNLENBQUMsZ0JBQWdCLENBQUMsQ0FBQTtJQUN4QyxDQUFDO0lBRU8sS0FBSyxDQUFDLE1BRWIsRUFBRSxJQUF3VyxFQUFFLE9BQTRCO1FBQ3JZLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBa0JsQixRQUFRLEVBQUUsSUFBSSxFQUNkLE1BQU0sQ0FBQyxNQUFNLENBQ1QsRUFBRSxFQUNGO1lBQ0ksT0FBTyxFQUFFLElBQUksQ0FBQyxNQUFNLEVBQUUsaUJBQWlCLENBQUM7U0FDM0MsRUFDRCxPQUFPLENBQ1YsQ0FDSixDQUFDO0lBQ04sQ0FBQztJQUVPLEtBQUssQ0FBQyxNQUViLEVBQUUsSUFBd1csRUFBRSxPQUE0QjtRQUNyWSxPQUFPLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQVNsQixRQUFRLEVBQUUsSUFBSSxFQUNkLE1BQU0sQ0FBQyxNQUFNLENBQ1QsRUFBRSxFQUNGO1lBQ0ksT0FBTyxFQUFFLElBQUksQ0FBQyxNQUFNLEVBQUUsaUJBQWlCLENBQUM7U0FDM0MsRUFDRCxPQUFPLENBQ1YsQ0FDSixDQUFDO0lBQ04sQ0FBQztJQUVPLG1CQUFtQixDQUFDLE1BRTNCLEVBQUUsSUFFRixFQUFFLE9BQTRCO1FBQzNCLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBa0JsQix3QkFBd0IsRUFBRSxJQUFJLEVBQzlCLE1BQU0sQ0FBQyxNQUFNLENBQ1QsRUFBRSxFQUNGO1lBQ0ksT0FBTyxFQUFFLElBQUksQ0FBQyxNQUFNLEVBQUUsaUJBQWlCLENBQUM7U0FDM0MsRUFDRCxPQUFPLENBQ1YsQ0FDSixDQUFDO0lBQ04sQ0FBQztJQUVPLG1CQUFtQixDQUFDLE1BRTNCLEVBQUUsSUFFRixFQUFFLE9BQTRCO1FBQzNCLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBa0JsQix3QkFBd0IsRUFBRSxJQUFJLEVBQzlCLE1BQU0sQ0FBQyxNQUFNLENBQ1QsRUFBRSxFQUNGO1lBQ0ksT0FBTyxFQUFFLElBQUksQ0FBQyxNQUFNLEVBQUUsaUJBQWlCLENBQUM7U0FDM0MsRUFDRCxPQUFPLENBQ1YsQ0FDSixDQUFDO0lBQ04sQ0FBQztJQUVPLEtBQUssQ0FBQyxNQUliLEVBQUUsSUFBd1csRUFBRSxPQUE0QjtRQUNyWSxPQUFPLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQXFCbEIsUUFBUSxFQUFFLElBQUksRUFDZCxNQUFNLENBQUMsTUFBTSxDQUNULEVBQUUsRUFDRjtZQUNJLE9BQU8sRUFBRSxJQUFJLENBQUMsTUFBTSxFQUFFLGlCQUFpQixDQUFDO1lBQ3hDLE1BQU0sRUFBRSxJQUFJLENBQUMsTUFBTSxFQUFFLE1BQU0sRUFBRSxTQUFTLENBQUM7U0FDMUMsRUFDRCxPQUFPLENBQ1YsQ0FDSixDQUFDO0lBQ04sQ0FBQztJQUVPLFdBQVcsQ0FBQyxNQUVuQixFQUFFLElBSUYsRUFBRSxPQUE0QjtRQUMzQixPQUFPLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQVNsQixlQUFlLEVBQUUsSUFBSSxFQUNyQixNQUFNLENBQUMsTUFBTSxDQUNULEVBQUUsRUFDRjtZQUNJLE9BQU8sRUFBRSxJQUFJLENBQUMsTUFBTSxFQUFFLGlCQUFpQixDQUFDO1NBQzNDLEVBQ0QsT0FBTyxDQUNWLENBQ0osQ0FBQztJQUNOLENBQUM7SUFFRCxJQUFJLElBQUk7UUFDSixPQUFPO1lBQ0gsS0FBSyxFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztZQUM1QixLQUFLLEVBQUUsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDO1lBQzVCLG1CQUFtQixFQUFFLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDO1lBQ3hELG1CQUFtQixFQUFFLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDO1lBQ3hELEtBQUssRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUM7WUFDNUIsV0FBVyxFQUFFLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztTQUMzQyxDQUFDO0lBQ04sQ0FBQztDQUNKO0FBL01ELDRCQStNQztBQUVELFNBQVMsSUFBSSxDQUF1QixHQUFNLEVBQUUsR0FBRyxJQUFTO0lBQ3BELE1BQU0sR0FBRyxHQUFlLEVBQWdCLENBQUM7SUFDekMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsRUFBRTtRQUNmLElBQUksR0FBRyxJQUFJLE1BQU0sQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsUUFBUSxDQUFDLEdBQWEsQ0FBQztZQUMvQyxHQUFHLENBQUMsR0FBRyxDQUFDLEdBQUcsR0FBRyxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQzVCLENBQUMsQ0FBQyxDQUFDO0lBQ0gsT0FBTyxHQUFHLENBQUM7QUFDZixDQUFDIn0=
|
package/build/definitions.d.ts
CHANGED
|
@@ -1,277 +1,277 @@
|
|
|
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
125
|
};
|
|
126
126
|
export declare type WorkerFetcherCountOpts = {
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
127
|
+
datasourceId: string;
|
|
128
|
+
query: string;
|
|
129
|
+
geo?: {
|
|
130
|
+
radius: number;
|
|
131
|
+
center: (number | number)[];
|
|
132
132
|
};
|
|
133
133
|
};
|
|
134
134
|
export declare type IngesterFetcherCountOpts = {
|
|
135
|
-
|
|
136
|
-
|
|
135
|
+
datasourceId: string;
|
|
136
|
+
query: string;
|
|
137
137
|
};
|
|
138
138
|
export declare type TrackingFetcherCountOpts = {
|
|
139
|
-
|
|
140
|
-
|
|
139
|
+
datasourceId: string;
|
|
140
|
+
query: string;
|
|
141
141
|
};
|
|
142
142
|
export declare type ProxyFetcherCountOpts = {
|
|
143
|
-
|
|
144
|
-
|
|
143
|
+
datasourceId: string;
|
|
144
|
+
query: string;
|
|
145
145
|
};
|
|
146
146
|
export declare type CarrefourStoresRetailsFetcherCountOpts = {
|
|
147
|
-
|
|
148
|
-
|
|
147
|
+
datasourceId: string;
|
|
148
|
+
query: string;
|
|
149
149
|
};
|
|
150
150
|
export declare type CarrefourStoresWithDriveSlotsFetcherCountOpts = {
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
datasourceId: string;
|
|
152
|
+
query: string;
|
|
153
153
|
};
|
|
154
154
|
export declare type BestWesternHotelsFetcherCountOpts = {
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
155
|
+
datasourceId: string;
|
|
156
|
+
query: string;
|
|
157
|
+
cp?: {
|
|
158
|
+
count: number;
|
|
159
|
+
index?: number;
|
|
160
|
+
group: string;
|
|
161
|
+
pickId: string;
|
|
162
162
|
};
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
163
|
+
geo?: {
|
|
164
|
+
radius: number;
|
|
165
|
+
center: (number | number)[];
|
|
166
166
|
};
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
167
|
+
sort?: {
|
|
168
|
+
by: string;
|
|
169
|
+
order: "desc" | "asc";
|
|
170
170
|
};
|
|
171
171
|
};
|
|
172
172
|
export declare type FdjBetsFetcherCountOpts = {
|
|
173
|
-
|
|
174
|
-
|
|
173
|
+
datasourceId: string;
|
|
174
|
+
query: string;
|
|
175
175
|
};
|
|
176
176
|
export declare type SarenzaSizesFetcherCountOpts = {
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
177
|
+
datasourceId: string;
|
|
178
|
+
query: string;
|
|
179
|
+
cp?: {
|
|
180
|
+
count: number;
|
|
181
|
+
index?: number;
|
|
182
|
+
group: string;
|
|
183
|
+
pickId: string;
|
|
184
184
|
};
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
185
|
+
sort?: {
|
|
186
|
+
by: string;
|
|
187
|
+
order: "desc" | "asc";
|
|
188
188
|
};
|
|
189
189
|
};
|
|
190
190
|
export declare type RecommenderFetcherCountOpts = {
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
191
|
+
datasourceId: string;
|
|
192
|
+
query: string;
|
|
193
|
+
limit?: number;
|
|
194
194
|
};
|
|
195
195
|
export declare type Pick_IngesterFetcherFetchOpts_query_or_limit_or_sort_or_group_ = {
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
196
|
+
query: string;
|
|
197
|
+
limit?: number;
|
|
198
|
+
sort?: {
|
|
199
|
+
by: string;
|
|
200
|
+
order: "desc" | "asc";
|
|
201
201
|
};
|
|
202
|
-
|
|
203
|
-
|
|
202
|
+
group?: {
|
|
203
|
+
by: string;
|
|
204
204
|
};
|
|
205
205
|
};
|
|
206
206
|
export declare type CarrefourStoresWithFuelFetcherQueryOpts = {
|
|
207
|
-
|
|
208
|
-
|
|
207
|
+
datasourceId: string;
|
|
208
|
+
query: string;
|
|
209
209
|
};
|
|
210
210
|
export declare type FdjBetsFetcherQueryOpts = {
|
|
211
|
-
|
|
212
|
-
|
|
211
|
+
datasourceId: string;
|
|
212
|
+
query: string;
|
|
213
213
|
};
|
|
214
214
|
export declare type WorkerFetcherQueryOpts = {
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
215
|
+
datasourceId: string;
|
|
216
|
+
query: string;
|
|
217
|
+
sort?: {
|
|
218
|
+
by: string;
|
|
219
|
+
order: "desc" | "asc";
|
|
220
220
|
};
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
221
|
+
geo?: {
|
|
222
|
+
radius: number;
|
|
223
|
+
center: (number | number)[];
|
|
224
224
|
};
|
|
225
225
|
};
|
|
226
226
|
export declare type IngesterFetcherQueryOpts = {
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
227
|
+
datasourceId: string;
|
|
228
|
+
query: string;
|
|
229
|
+
sort?: {
|
|
230
|
+
by: string;
|
|
231
|
+
order: "desc" | "asc";
|
|
232
232
|
};
|
|
233
233
|
};
|
|
234
234
|
export declare type TrackingFetcherQueryOpts = {
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
235
|
+
datasourceId: string;
|
|
236
|
+
query: string;
|
|
237
|
+
sort?: {
|
|
238
|
+
by: string;
|
|
239
|
+
order: "desc" | "asc";
|
|
240
240
|
};
|
|
241
241
|
};
|
|
242
242
|
export declare type ProxyFetcherQueryOpts = {
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
243
|
+
sort?: {
|
|
244
|
+
by: string;
|
|
245
|
+
order: "desc" | "asc";
|
|
246
246
|
};
|
|
247
|
-
|
|
248
|
-
|
|
247
|
+
datasourceId: string;
|
|
248
|
+
query: string;
|
|
249
249
|
};
|
|
250
250
|
export declare type CarrefourStoresRetailsFetcherQueryOpts = {
|
|
251
|
-
|
|
252
|
-
|
|
251
|
+
datasourceId: string;
|
|
252
|
+
query: string;
|
|
253
253
|
};
|
|
254
254
|
export declare type CarrefourStoresWithDriveSlotsFetcherQueryOpts = {
|
|
255
|
-
|
|
256
|
-
|
|
255
|
+
datasourceId: string;
|
|
256
|
+
query: string;
|
|
257
257
|
};
|
|
258
258
|
export declare type BestWesternHotelsFetcherQueryOpts = {
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
259
|
+
datasourceId: string;
|
|
260
|
+
query: string;
|
|
261
|
+
geo?: {
|
|
262
|
+
radius: number;
|
|
263
|
+
center: (number | number)[];
|
|
264
264
|
};
|
|
265
265
|
};
|
|
266
266
|
export declare type SarenzaSizesFetcherQueryOpts = {
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
267
|
+
datasourceId: string;
|
|
268
|
+
query: string;
|
|
269
|
+
sort?: {
|
|
270
|
+
by: string;
|
|
271
|
+
order: "desc" | "asc";
|
|
272
272
|
};
|
|
273
273
|
};
|
|
274
274
|
export declare type RecommenderFetcherQueryOpts = {
|
|
275
|
-
|
|
276
|
-
|
|
275
|
+
datasourceId: string;
|
|
276
|
+
query: string;
|
|
277
277
|
};
|
package/package.json
CHANGED