@rlvt/datasources-query-openapi-client 1.0.178 → 1.0.180
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 +23 -26
- package/build/api.js +1 -1
- package/build/definitions.d.ts +94 -59
- 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, WorkflowEventsFetcherFetchOpts, CPMeta, WorkerFetcherCountOpts, IngesterFetcherCountOpts, TrackingFetcherCountOpts, ProxyFetcherCountOpts, CarrefourStoresRetailsFetcherCountOpts, CarrefourStoresWithDriveSlotsFetcherCountOpts, BestWesternHotelsFetcherCountOpts, FdjBetsFetcherCountOpts, SarenzaSizesFetcherCountOpts, RenaultPricesFetcherCountOpts, DecathlonProductFallbackFetcherCountOpts, GenericUnwindRowsFetcherCountOpts, WorkflowEventsFetcherCountOpts, 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, WorkflowEventsFetcherFetchOpts_Without_Query_Limit_Sort_Group, CarrefourStoresWithFuelFetcherQueryOpts, WorkerFetcherQueryOpts, IngesterFetcherQueryOpts, TrackingFetcherQueryOpts, ProxyFetcherQueryOpts, CarrefourStoresRetailsFetcherQueryOpts, CarrefourStoresWithDriveSlotsFetcherQueryOpts, BestWesternHotelsFetcherQueryOpts, FdjBetsFetcherQueryOpts, SarenzaSizesFetcherQueryOpts, RenaultPricesFetcherQueryOpts, DecathlonProductFallbackFetcherQueryOpts, GenericUnwindRowsFetcherQueryOpts, WorkflowEventsFetcherQueryOpts } from "./definitions";
|
|
3
3
|
export * from "./definitions";
|
|
4
4
|
export default class {
|
|
5
5
|
axios: AxiosInstance;
|
|
@@ -12,7 +12,7 @@ export default class {
|
|
|
12
12
|
get Data(): {
|
|
13
13
|
fetch: (params: {
|
|
14
14
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
15
|
-
}, data: WorkerFetcherFetchOpts | IngesterFetcherFetchOpts | TrackingFetcherFetchOpts | ProxyFetcherFetchOpts | CarrefourStoresRetailsFetcherFetchOpts | CarrefourStoresWithDriveSlotsFetcherFetchOpts | CarrefourStoresWithFuelFetcherFetchOpts | BestWesternHotelsFetcherFetchOpts | FdjBetsFetcherFetchOpts | SarenzaSizesFetcherFetchOpts | RenaultPricesFetcherFetchOpts | DecathlonProductFallbackFetcherFetchOpts | GenericUnwindRowsFetcherFetchOpts, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
15
|
+
}, data: WorkerFetcherFetchOpts | IngesterFetcherFetchOpts | TrackingFetcherFetchOpts | ProxyFetcherFetchOpts | CarrefourStoresRetailsFetcherFetchOpts | CarrefourStoresWithDriveSlotsFetcherFetchOpts | CarrefourStoresWithFuelFetcherFetchOpts | BestWesternHotelsFetcherFetchOpts | FdjBetsFetcherFetchOpts | SarenzaSizesFetcherFetchOpts | RenaultPricesFetcherFetchOpts | DecathlonProductFallbackFetcherFetchOpts | GenericUnwindRowsFetcherFetchOpts | WorkflowEventsFetcherFetchOpts, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
16
16
|
status: "success";
|
|
17
17
|
program: string;
|
|
18
18
|
version: string;
|
|
@@ -24,15 +24,13 @@ 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
|
};
|
|
32
30
|
}, any>>;
|
|
33
31
|
count: (params: {
|
|
34
32
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
35
|
-
}, data: CarrefourStoresWithFuelFetcherFetchOpts | WorkerFetcherCountOpts | IngesterFetcherCountOpts | TrackingFetcherCountOpts | ProxyFetcherCountOpts | CarrefourStoresRetailsFetcherCountOpts | CarrefourStoresWithDriveSlotsFetcherCountOpts | BestWesternHotelsFetcherCountOpts | FdjBetsFetcherCountOpts | SarenzaSizesFetcherCountOpts | RenaultPricesFetcherCountOpts | DecathlonProductFallbackFetcherCountOpts | GenericUnwindRowsFetcherCountOpts, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
33
|
+
}, data: CarrefourStoresWithFuelFetcherFetchOpts | WorkerFetcherCountOpts | IngesterFetcherCountOpts | TrackingFetcherCountOpts | ProxyFetcherCountOpts | CarrefourStoresRetailsFetcherCountOpts | CarrefourStoresWithDriveSlotsFetcherCountOpts | BestWesternHotelsFetcherCountOpts | FdjBetsFetcherCountOpts | SarenzaSizesFetcherCountOpts | RenaultPricesFetcherCountOpts | DecathlonProductFallbackFetcherCountOpts | GenericUnwindRowsFetcherCountOpts | WorkflowEventsFetcherCountOpts, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
36
34
|
status: "success";
|
|
37
35
|
program: string;
|
|
38
36
|
version: string;
|
|
@@ -43,44 +41,47 @@ 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;
|
|
82
|
+
companyId: string | null;
|
|
83
|
+
}) | (WorkflowEventsFetcherFetchOpts_Without_Query_Limit_Sort_Group & {
|
|
84
|
+
type: DatasourceAnalytics | DatasourceGeneric | DatasourceProduct | DatasourceLocation;
|
|
84
85
|
companyId: string | null;
|
|
85
86
|
}), options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
86
87
|
status: "success";
|
|
@@ -94,8 +95,6 @@ export default class {
|
|
|
94
95
|
distance?: number | undefined;
|
|
95
96
|
rlvt_lat?: number | undefined;
|
|
96
97
|
rlvt_lng?: number | undefined;
|
|
97
|
-
rlvt_productKey?: string | undefined;
|
|
98
|
-
rlvt_datasourceId?: string | undefined;
|
|
99
98
|
}[];
|
|
100
99
|
meta?: CPMeta | undefined;
|
|
101
100
|
};
|
|
@@ -104,7 +103,7 @@ export default class {
|
|
|
104
103
|
page?: number | undefined;
|
|
105
104
|
perPage?: number | undefined;
|
|
106
105
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
107
|
-
}, data: CarrefourStoresWithFuelFetcherQueryOpts |
|
|
106
|
+
}, data: CarrefourStoresWithFuelFetcherQueryOpts | WorkerFetcherQueryOpts | IngesterFetcherQueryOpts | TrackingFetcherQueryOpts | ProxyFetcherQueryOpts | CarrefourStoresRetailsFetcherQueryOpts | CarrefourStoresWithDriveSlotsFetcherQueryOpts | BestWesternHotelsFetcherQueryOpts | FdjBetsFetcherQueryOpts | SarenzaSizesFetcherQueryOpts | RenaultPricesFetcherQueryOpts | DecathlonProductFallbackFetcherQueryOpts | GenericUnwindRowsFetcherQueryOpts | WorkflowEventsFetcherQueryOpts, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
108
107
|
paginationCount: number;
|
|
109
108
|
paginationPage: number;
|
|
110
109
|
paginationLimit: number;
|
|
@@ -119,8 +118,6 @@ export default class {
|
|
|
119
118
|
distance?: number | undefined;
|
|
120
119
|
rlvt_lat?: number | undefined;
|
|
121
120
|
rlvt_lng?: number | undefined;
|
|
122
|
-
rlvt_productKey?: string | undefined;
|
|
123
|
-
rlvt_datasourceId?: string | undefined;
|
|
124
121
|
}[];
|
|
125
122
|
count: number;
|
|
126
123
|
};
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxvQkFBb0I7QUFDcEIsb0JBQW9COzs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRXBCLGtEQUFpRTtBQUdqRSxnREFBOEI7QUFFOUI7SUFHSSxZQUFZLGdCQUFvRDtRQUM1RCxJQUFJLENBQUMsS0FBSyxHQUFHLGNBQWMsSUFBSSxnQkFBZ0I7WUFDM0MsQ0FBQyxDQUFDLGdCQUFnQjtZQUNsQixDQUFDLENBQUMsZUFBSyxDQUFDLE1BQU0sQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFBO0lBQ3hDLENBQUM7SUFFTyxLQUFLLENBQUMsTUFFYixFQUFFLElBQTBkLEVBQUUsT0FBNEI7UUFDdmYsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FnQmxCLFFBQVEsRUFBRSxJQUFJLEVBQ2QsTUFBTSxDQUFDLE1BQU0sQ0FDVCxFQUFFLEVBQ0Y7WUFDSSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sRUFBRSxpQkFBaUIsQ0FBQztTQUMzQyxFQUNELE9BQU8sQ0FDVixDQUNKLENBQUM7SUFDTixDQUFDO0lBRU8sS0FBSyxDQUFDLE1BRWIsRUFBRSxJQUEwZCxFQUFFLE9BQTRCO1FBQ3ZmLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBU2xCLFFBQVEsRUFBRSxJQUFJLEVBQ2QsTUFBTSxDQUFDLE1BQU0sQ0FDVCxFQUFFLEVBQ0Y7WUFDSSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sRUFBRSxpQkFBaUIsQ0FBQztTQUMzQyxFQUNELE9BQU8sQ0FDVixDQUNKLENBQUM7SUFDTixDQUFDO0lBRU8sWUFBWSxDQUFDLE1BRXBCLEVBQUUsSUEwQ0QsRUFBRSxPQUE0QjtRQUM1QixPQUFPLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQWdCbEIsaUJBQWlCLEVBQUUsSUFBSSxFQUN2QixNQUFNLENBQUMsTUFBTSxDQUNULEVBQUUsRUFDRjtZQUNJLE9BQU8sRUFBRSxJQUFJLENBQUMsTUFBTSxFQUFFLGlCQUFpQixDQUFDO1NBQzNDLEVBQ0QsT0FBTyxDQUNWLENBQ0osQ0FBQztJQUNOLENBQUM7SUFFTyxLQUFLLENBQUMsTUFJYixFQUFFLElBQTBkLEVBQUUsT0FBNEI7UUFDdmYsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FtQmxCLFFBQVEsRUFBRSxJQUFJLEVBQ2QsTUFBTSxDQUFDLE1BQU0sQ0FDVCxFQUFFLEVBQ0Y7WUFDSSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sRUFBRSxpQkFBaUIsQ0FBQztZQUN4QyxNQUFNLEVBQUUsSUFBSSxDQUFDLE1BQU0sRUFBRSxNQUFNLEVBQUUsU0FBUyxDQUFDO1NBQzFDLEVBQ0QsT0FBTyxDQUNWLENBQ0osQ0FBQztJQUNOLENBQUM7SUFFTyxXQUFXLENBQUMsTUFFbkIsRUFBRSxJQUlGLEVBQUUsT0FBNEI7UUFDM0IsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FTbEIsZUFBZSxFQUFFLElBQUksRUFDckIsTUFBTSxDQUFDLE1BQU0sQ0FDVCxFQUFFLEVBQ0Y7WUFDSSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sRUFBRSxpQkFBaUIsQ0FBQztTQUMzQyxFQUNELE9BQU8sQ0FDVixDQUNKLENBQUM7SUFDTixDQUFDO0lBRUQsSUFBSSxJQUFJO1FBQ0osT0FBTztZQUNILEtBQUssRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUM7WUFDNUIsS0FBSyxFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztZQUM1QixZQUFZLEVBQUUsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDO1lBQzFDLEtBQUssRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUM7WUFDNUIsV0FBVyxFQUFFLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztTQUMzQyxDQUFDO0lBQ04sQ0FBQztDQUNKO0FBOU1ELDRCQThNQztBQUVELFNBQVMsSUFBSSxDQUF1QixHQUFNLEVBQUUsR0FBRyxJQUFTO0lBQ3BELE1BQU0sR0FBRyxHQUFlLEVBQWdCLENBQUM7SUFDekMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsRUFBRTtRQUNmLElBQUksR0FBRyxJQUFJLE1BQU0sQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsUUFBUSxDQUFDLEdBQWEsQ0FBQztZQUMvQyxHQUFHLENBQUMsR0FBRyxDQUFDLEdBQUcsR0FBRyxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQzVCLENBQUMsQ0FBQyxDQUFDO0lBQ0gsT0FBTyxHQUFHLENBQUM7QUFDZixDQUFDIn0=
|
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;
|
|
@@ -194,6 +194,18 @@ export declare type GenericUnwindRowsFetcherFetchOpts = {
|
|
|
194
194
|
};
|
|
195
195
|
};
|
|
196
196
|
};
|
|
197
|
+
export declare type WorkflowEventsFetcherFetchOpts = {
|
|
198
|
+
limit?: number;
|
|
199
|
+
group?: {
|
|
200
|
+
by: string;
|
|
201
|
+
};
|
|
202
|
+
datasourceId: string;
|
|
203
|
+
query: string;
|
|
204
|
+
sort?: {
|
|
205
|
+
by: string;
|
|
206
|
+
order: "desc" | "asc";
|
|
207
|
+
};
|
|
208
|
+
};
|
|
197
209
|
export declare type WorkerFetcherCountOpts = {
|
|
198
210
|
datasourceId: string;
|
|
199
211
|
query: string;
|
|
@@ -225,12 +237,6 @@ export declare type CarrefourStoresWithDriveSlotsFetcherCountOpts = {
|
|
|
225
237
|
export declare type BestWesternHotelsFetcherCountOpts = {
|
|
226
238
|
datasourceId: string;
|
|
227
239
|
query: string;
|
|
228
|
-
cp?: {
|
|
229
|
-
count: number;
|
|
230
|
-
index?: number;
|
|
231
|
-
group: string;
|
|
232
|
-
pickId: string;
|
|
233
|
-
};
|
|
234
240
|
geo?: {
|
|
235
241
|
radius: number;
|
|
236
242
|
center: (number | number)[];
|
|
@@ -239,6 +245,12 @@ export declare type BestWesternHotelsFetcherCountOpts = {
|
|
|
239
245
|
by: string;
|
|
240
246
|
order: "desc" | "asc";
|
|
241
247
|
};
|
|
248
|
+
cp?: {
|
|
249
|
+
count: number;
|
|
250
|
+
index?: number;
|
|
251
|
+
group: string;
|
|
252
|
+
pickId: string;
|
|
253
|
+
};
|
|
242
254
|
};
|
|
243
255
|
export declare type FdjBetsFetcherCountOpts = {
|
|
244
256
|
datasourceId: string;
|
|
@@ -247,16 +259,16 @@ export declare type FdjBetsFetcherCountOpts = {
|
|
|
247
259
|
export declare type SarenzaSizesFetcherCountOpts = {
|
|
248
260
|
datasourceId: string;
|
|
249
261
|
query: string;
|
|
262
|
+
sort?: {
|
|
263
|
+
by: string;
|
|
264
|
+
order: "desc" | "asc";
|
|
265
|
+
};
|
|
250
266
|
cp?: {
|
|
251
267
|
count: number;
|
|
252
268
|
index?: number;
|
|
253
269
|
group: string;
|
|
254
270
|
pickId: string;
|
|
255
271
|
};
|
|
256
|
-
sort?: {
|
|
257
|
-
by: string;
|
|
258
|
-
order: "desc" | "asc";
|
|
259
|
-
};
|
|
260
272
|
};
|
|
261
273
|
export declare type RenaultPricesFetcherCountOpts = {
|
|
262
274
|
datasourceId: string;
|
|
@@ -282,15 +294,13 @@ export declare type GenericUnwindRowsFetcherCountOpts = {
|
|
|
282
294
|
center: (number | number)[];
|
|
283
295
|
};
|
|
284
296
|
};
|
|
285
|
-
export declare type
|
|
297
|
+
export declare type WorkflowEventsFetcherCountOpts = {
|
|
298
|
+
datasourceId: string;
|
|
299
|
+
query: string;
|
|
300
|
+
};
|
|
301
|
+
export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Cp_Group = {
|
|
286
302
|
query: string;
|
|
287
303
|
limit?: number;
|
|
288
|
-
cp?: {
|
|
289
|
-
count: number;
|
|
290
|
-
index?: number;
|
|
291
|
-
group: string;
|
|
292
|
-
pickId: string;
|
|
293
|
-
};
|
|
294
304
|
geo?: {
|
|
295
305
|
radius: number;
|
|
296
306
|
center: (number | number)[];
|
|
@@ -299,6 +309,12 @@ export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Cp_Geo_Sort_Group
|
|
|
299
309
|
by: string;
|
|
300
310
|
order: "desc" | "asc";
|
|
301
311
|
};
|
|
312
|
+
cp?: {
|
|
313
|
+
count: number;
|
|
314
|
+
index?: number;
|
|
315
|
+
group: string;
|
|
316
|
+
pickId: string;
|
|
317
|
+
};
|
|
302
318
|
group?: {
|
|
303
319
|
field: string;
|
|
304
320
|
matching?: {
|
|
@@ -309,15 +325,15 @@ export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Cp_Geo_Sort_Group
|
|
|
309
325
|
};
|
|
310
326
|
};
|
|
311
327
|
};
|
|
312
|
-
export declare enum
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
328
|
+
export declare enum DatasourceAnalyticsSubType {
|
|
329
|
+
REELEVANT = "reelevant",
|
|
330
|
+
GOOGLE_TAG_MANAGER = "google_tag_manager",
|
|
331
|
+
SHOPIFY = "shopify",
|
|
332
|
+
WORKFLOW_EVENTS = "workflow_events"
|
|
317
333
|
}
|
|
318
|
-
export declare type
|
|
319
|
-
name: "
|
|
320
|
-
subtype:
|
|
334
|
+
export declare type DatasourceAnalytics = {
|
|
335
|
+
name: "analytics";
|
|
336
|
+
subtype: DatasourceAnalyticsSubType;
|
|
321
337
|
};
|
|
322
338
|
export declare type DatasourceGeneric = {
|
|
323
339
|
name: "generic";
|
|
@@ -332,15 +348,15 @@ export declare type DatasourceProduct = {
|
|
|
332
348
|
name: "product";
|
|
333
349
|
subtype: DatasourceProductSubType;
|
|
334
350
|
};
|
|
335
|
-
export declare enum
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
351
|
+
export declare enum DatasourceLocationSubType {
|
|
352
|
+
USER = "user",
|
|
353
|
+
GOOGLE_MY_BUSINESS = "google_my_business",
|
|
354
|
+
PARTOO = "partoo",
|
|
355
|
+
WEATHER = "weather"
|
|
340
356
|
}
|
|
341
|
-
export declare type
|
|
342
|
-
name: "
|
|
343
|
-
subtype:
|
|
357
|
+
export declare type DatasourceLocation = {
|
|
358
|
+
name: "location";
|
|
359
|
+
subtype: DatasourceLocationSubType;
|
|
344
360
|
};
|
|
345
361
|
export declare type IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Group = {
|
|
346
362
|
query: string;
|
|
@@ -392,14 +408,8 @@ export declare type CarrefourStoresWithDriveSlotsFetcherFetchOpts_Without_Query
|
|
|
392
408
|
export declare type CarrefourStoresWithFuelFetcherFetchOpts_Without_Query = {
|
|
393
409
|
query: string;
|
|
394
410
|
};
|
|
395
|
-
export declare type
|
|
411
|
+
export declare type BestWesternHotelsFetcherFetchOpts_Without_Query_Geo_Sort_Cp = {
|
|
396
412
|
query: string;
|
|
397
|
-
cp?: {
|
|
398
|
-
count: number;
|
|
399
|
-
index?: number;
|
|
400
|
-
group: string;
|
|
401
|
-
pickId: string;
|
|
402
|
-
};
|
|
403
413
|
geo?: {
|
|
404
414
|
radius: number;
|
|
405
415
|
center: (number | number)[];
|
|
@@ -408,22 +418,28 @@ export declare type BestWesternHotelsFetcherFetchOpts_Without_Query_Cp_Geo_Sort
|
|
|
408
418
|
by: string;
|
|
409
419
|
order: "desc" | "asc";
|
|
410
420
|
};
|
|
421
|
+
cp?: {
|
|
422
|
+
count: number;
|
|
423
|
+
index?: number;
|
|
424
|
+
group: string;
|
|
425
|
+
pickId: string;
|
|
426
|
+
};
|
|
411
427
|
};
|
|
412
428
|
export declare type FdjBetsFetcherFetchOpts_Without_Query = {
|
|
413
429
|
query: string;
|
|
414
430
|
};
|
|
415
|
-
export declare type
|
|
431
|
+
export declare type SarenzaSizesFetcherFetchOpts_Without_Query_Sort_Cp = {
|
|
416
432
|
query: string;
|
|
433
|
+
sort?: {
|
|
434
|
+
by: string;
|
|
435
|
+
order: "desc" | "asc";
|
|
436
|
+
};
|
|
417
437
|
cp?: {
|
|
418
438
|
count: number;
|
|
419
439
|
index?: number;
|
|
420
440
|
group: string;
|
|
421
441
|
pickId: string;
|
|
422
442
|
};
|
|
423
|
-
sort?: {
|
|
424
|
-
by: string;
|
|
425
|
-
order: "desc" | "asc";
|
|
426
|
-
};
|
|
427
443
|
};
|
|
428
444
|
export declare type RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group = {
|
|
429
445
|
query: string;
|
|
@@ -488,11 +504,18 @@ export declare type GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_So
|
|
|
488
504
|
};
|
|
489
505
|
};
|
|
490
506
|
};
|
|
491
|
-
export declare type
|
|
492
|
-
datasourceId: string;
|
|
507
|
+
export declare type WorkflowEventsFetcherFetchOpts_Without_Query_Limit_Sort_Group = {
|
|
493
508
|
query: string;
|
|
509
|
+
limit?: number;
|
|
510
|
+
sort?: {
|
|
511
|
+
by: string;
|
|
512
|
+
order: "desc" | "asc";
|
|
513
|
+
};
|
|
514
|
+
group?: {
|
|
515
|
+
by: string;
|
|
516
|
+
};
|
|
494
517
|
};
|
|
495
|
-
export declare type
|
|
518
|
+
export declare type CarrefourStoresWithFuelFetcherQueryOpts = {
|
|
496
519
|
datasourceId: string;
|
|
497
520
|
query: string;
|
|
498
521
|
};
|
|
@@ -548,6 +571,10 @@ export declare type BestWesternHotelsFetcherQueryOpts = {
|
|
|
548
571
|
center: (number | number)[];
|
|
549
572
|
};
|
|
550
573
|
};
|
|
574
|
+
export declare type FdjBetsFetcherQueryOpts = {
|
|
575
|
+
datasourceId: string;
|
|
576
|
+
query: string;
|
|
577
|
+
};
|
|
551
578
|
export declare type SarenzaSizesFetcherQueryOpts = {
|
|
552
579
|
datasourceId: string;
|
|
553
580
|
query: string;
|
|
@@ -592,4 +619,12 @@ export declare type GenericUnwindRowsFetcherQueryOpts = {
|
|
|
592
619
|
center: (number | number)[];
|
|
593
620
|
};
|
|
594
621
|
};
|
|
595
|
-
export declare type
|
|
622
|
+
export declare type WorkflowEventsFetcherQueryOpts = {
|
|
623
|
+
datasourceId: string;
|
|
624
|
+
query: string;
|
|
625
|
+
sort?: {
|
|
626
|
+
by: string;
|
|
627
|
+
order: "desc" | "asc";
|
|
628
|
+
};
|
|
629
|
+
};
|
|
630
|
+
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBMFVwQixJQUFZLDBCQUtYO0FBTEQsV0FBWSwwQkFBMEI7SUFDbEMscURBQXVCLENBQUE7SUFDdkIsdUVBQXlDLENBQUE7SUFDekMsaURBQW1CLENBQUE7SUFDbkIsaUVBQW1DLENBQUE7QUFDdkMsQ0FBQyxFQUxXLDBCQUEwQixHQUExQixrQ0FBMEIsS0FBMUIsa0NBQTBCLFFBS3JDO0FBV0QsSUFBWSx3QkFJWDtBQUpELFdBQVksd0JBQXdCO0lBQ2hDLHlDQUFhLENBQUE7SUFDYiwrQ0FBbUIsQ0FBQTtJQUNuQix5REFBNkIsQ0FBQTtBQUNqQyxDQUFDLEVBSlcsd0JBQXdCLEdBQXhCLGdDQUF3QixLQUF4QixnQ0FBd0IsUUFJbkM7QUFPRCxJQUFZLHlCQUtYO0FBTEQsV0FBWSx5QkFBeUI7SUFDakMsMENBQWEsQ0FBQTtJQUNiLHNFQUF5QyxDQUFBO0lBQ3pDLDhDQUFpQixDQUFBO0lBQ2pCLGdEQUFtQixDQUFBO0FBQ3ZCLENBQUMsRUFMVyx5QkFBeUIsR0FBekIsaUNBQXlCLEtBQXpCLGlDQUF5QixRQUtwQyJ9
|
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.180+e15351d",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|