@rlvt/datasources-query-openapi-client 1.0.254 → 1.0.256
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 +24 -21
- package/build/api.js +1 -1
- package/build/definitions.d.ts +109 -5
- package/build/definitions.js +2 -1
- 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, CarrefourStoresWithDriveSlotsFetcherFetchOpts, BestWesternHotelsFetcherFetchOpts, FdjBetsFetcherFetchOpts, SarenzaSizesFetcherFetchOpts, RenaultPricesFetcherFetchOpts, DecathlonProductFallbackFetcherFetchOpts, GenericUnwindRowsFetcherFetchOpts, WorkflowEventsFetcherFetchOpts, ExpiredProductLifetimeFetcherFetchOpts, CPMeta, WorkerFetcherCountOpts, IngesterFetcherCountOpts, TrackingFetcherCountOpts, ProxyFetcherCountOpts, CarrefourStoresWithDriveSlotsFetcherCountOpts, BestWesternHotelsFetcherCountOpts, FdjBetsFetcherCountOpts, SarenzaSizesFetcherCountOpts, RenaultPricesFetcherCountOpts, DecathlonProductFallbackFetcherCountOpts, GenericUnwindRowsFetcherCountOpts, WorkflowEventsFetcherCountOpts, ExpiredProductLifetimeFetcherCountOpts,
|
|
2
|
+
import type { WorkerFetcherFetchOpts, IngesterFetcherFetchOpts, TrackingFetcherFetchOpts, ProxyFetcherFetchOpts, CarrefourStoresWithDriveSlotsFetcherFetchOpts, BestWesternHotelsFetcherFetchOpts, FdjBetsFetcherFetchOpts, SarenzaSizesFetcherFetchOpts, RenaultPricesFetcherFetchOpts, DecathlonProductFallbackFetcherFetchOpts, GenericUnwindRowsFetcherFetchOpts, WorkflowEventsFetcherFetchOpts, ExpiredProductLifetimeFetcherFetchOpts, PerUserFetcherFetchOpts, CPMeta, WorkerFetcherCountOpts, IngesterFetcherCountOpts, TrackingFetcherCountOpts, ProxyFetcherCountOpts, CarrefourStoresWithDriveSlotsFetcherCountOpts, BestWesternHotelsFetcherCountOpts, FdjBetsFetcherCountOpts, SarenzaSizesFetcherCountOpts, RenaultPricesFetcherCountOpts, DecathlonProductFallbackFetcherCountOpts, GenericUnwindRowsFetcherCountOpts, WorkflowEventsFetcherCountOpts, ExpiredProductLifetimeFetcherCountOpts, PerUserFetcherCountOpts, WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Cp_Group_Filters, DatasourceGeneric, DatasourceProduct, DatasourceLocation, DatasourceCRM, DatasourceAnalytics, IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Group, TrackingFetcherFetchOpts_Without_Query_Limit_Date_Group_ExcludeQuery_UserIds_ExcludeDate, ProxyFetcherFetchOpts_Without_Query, CarrefourStoresWithDriveSlotsFetcherFetchOpts_Without_Query, BestWesternHotelsFetcherFetchOpts_Without_Query_Geo_Sort_Cp, FdjBetsFetcherFetchOpts_Without_Query, SarenzaSizesFetcherFetchOpts_Without_Query_Sort_Cp, RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group_Filters, DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group_Filters, GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group_Filters, WorkflowEventsFetcherFetchOpts_Without_Query_Limit_Sort_Group, ExpiredProductLifetimeFetcherFetchOpts_Without_Query, PerUserFetcherFetchOpts_Without_Query_Limit_Select_Group_Filters_User, WorkerFetcherQueryOpts, IngesterFetcherQueryOpts, TrackingFetcherQueryOpts, ProxyFetcherQueryOpts, CarrefourStoresWithDriveSlotsFetcherQueryOpts, BestWesternHotelsFetcherQueryOpts, FdjBetsFetcherQueryOpts, SarenzaSizesFetcherQueryOpts, RenaultPricesFetcherQueryOpts, DecathlonProductFallbackFetcherQueryOpts, GenericUnwindRowsFetcherQueryOpts, WorkflowEventsFetcherQueryOpts, ExpiredProductLifetimeFetcherQueryOpts, PerUserFetcherQueryOpts } 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 | CarrefourStoresWithDriveSlotsFetcherFetchOpts | BestWesternHotelsFetcherFetchOpts | FdjBetsFetcherFetchOpts | SarenzaSizesFetcherFetchOpts | RenaultPricesFetcherFetchOpts | DecathlonProductFallbackFetcherFetchOpts | GenericUnwindRowsFetcherFetchOpts | WorkflowEventsFetcherFetchOpts | ExpiredProductLifetimeFetcherFetchOpts, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
15
|
+
}, data: WorkerFetcherFetchOpts | IngesterFetcherFetchOpts | TrackingFetcherFetchOpts | ProxyFetcherFetchOpts | CarrefourStoresWithDriveSlotsFetcherFetchOpts | BestWesternHotelsFetcherFetchOpts | FdjBetsFetcherFetchOpts | SarenzaSizesFetcherFetchOpts | RenaultPricesFetcherFetchOpts | DecathlonProductFallbackFetcherFetchOpts | GenericUnwindRowsFetcherFetchOpts | WorkflowEventsFetcherFetchOpts | ExpiredProductLifetimeFetcherFetchOpts | PerUserFetcherFetchOpts, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
16
16
|
status: "success";
|
|
17
17
|
program: string;
|
|
18
18
|
version: string;
|
|
@@ -30,7 +30,7 @@ export default class {
|
|
|
30
30
|
}, any>>;
|
|
31
31
|
count: (params: {
|
|
32
32
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
33
|
-
}, data: WorkerFetcherCountOpts | IngesterFetcherCountOpts | TrackingFetcherCountOpts | ProxyFetcherCountOpts | CarrefourStoresWithDriveSlotsFetcherCountOpts | BestWesternHotelsFetcherCountOpts | FdjBetsFetcherCountOpts | SarenzaSizesFetcherCountOpts | RenaultPricesFetcherCountOpts | DecathlonProductFallbackFetcherCountOpts | GenericUnwindRowsFetcherCountOpts | WorkflowEventsFetcherCountOpts | ExpiredProductLifetimeFetcherCountOpts, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
33
|
+
}, data: WorkerFetcherCountOpts | IngesterFetcherCountOpts | TrackingFetcherCountOpts | ProxyFetcherCountOpts | CarrefourStoresWithDriveSlotsFetcherCountOpts | BestWesternHotelsFetcherCountOpts | FdjBetsFetcherCountOpts | SarenzaSizesFetcherCountOpts | RenaultPricesFetcherCountOpts | DecathlonProductFallbackFetcherCountOpts | GenericUnwindRowsFetcherCountOpts | WorkflowEventsFetcherCountOpts | ExpiredProductLifetimeFetcherCountOpts | PerUserFetcherCountOpts, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
34
34
|
status: "success";
|
|
35
35
|
program: string;
|
|
36
36
|
version: string;
|
|
@@ -41,44 +41,47 @@ export default class {
|
|
|
41
41
|
}, any>>;
|
|
42
42
|
findAndFetch: (params: {
|
|
43
43
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
44
|
-
}, data: (
|
|
45
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
44
|
+
}, data: (WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Cp_Group_Filters & {
|
|
45
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
46
46
|
companyId: string | null;
|
|
47
47
|
}) | (IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Group & {
|
|
48
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
48
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
49
49
|
companyId: string | null;
|
|
50
50
|
}) | (TrackingFetcherFetchOpts_Without_Query_Limit_Date_Group_ExcludeQuery_UserIds_ExcludeDate & {
|
|
51
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
51
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
52
52
|
companyId: string | null;
|
|
53
53
|
}) | (ProxyFetcherFetchOpts_Without_Query & {
|
|
54
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
54
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
55
55
|
companyId: string | null;
|
|
56
56
|
}) | (CarrefourStoresWithDriveSlotsFetcherFetchOpts_Without_Query & {
|
|
57
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
57
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
58
58
|
companyId: string | null;
|
|
59
59
|
}) | (BestWesternHotelsFetcherFetchOpts_Without_Query_Geo_Sort_Cp & {
|
|
60
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
60
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
61
61
|
companyId: string | null;
|
|
62
62
|
}) | (FdjBetsFetcherFetchOpts_Without_Query & {
|
|
63
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
63
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
64
64
|
companyId: string | null;
|
|
65
65
|
}) | (SarenzaSizesFetcherFetchOpts_Without_Query_Sort_Cp & {
|
|
66
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
66
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
67
67
|
companyId: string | null;
|
|
68
|
-
}) | (
|
|
69
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
68
|
+
}) | (RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group_Filters & {
|
|
69
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
70
70
|
companyId: string | null;
|
|
71
|
-
}) | (
|
|
72
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
71
|
+
}) | (DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group_Filters & {
|
|
72
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
73
73
|
companyId: string | null;
|
|
74
|
-
}) | (
|
|
75
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
74
|
+
}) | (GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group_Filters & {
|
|
75
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
76
76
|
companyId: string | null;
|
|
77
77
|
}) | (WorkflowEventsFetcherFetchOpts_Without_Query_Limit_Sort_Group & {
|
|
78
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
78
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
79
79
|
companyId: string | null;
|
|
80
80
|
}) | (ExpiredProductLifetimeFetcherFetchOpts_Without_Query & {
|
|
81
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
81
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
82
|
+
companyId: string | null;
|
|
83
|
+
}) | (PerUserFetcherFetchOpts_Without_Query_Limit_Select_Group_Filters_User & {
|
|
84
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
82
85
|
companyId: string | null;
|
|
83
86
|
}), options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
84
87
|
status: "success";
|
|
@@ -100,7 +103,7 @@ export default class {
|
|
|
100
103
|
page?: number | undefined;
|
|
101
104
|
perPage?: number | undefined;
|
|
102
105
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
103
|
-
}, data: WorkerFetcherQueryOpts | IngesterFetcherQueryOpts | TrackingFetcherQueryOpts | ProxyFetcherQueryOpts | CarrefourStoresWithDriveSlotsFetcherQueryOpts | BestWesternHotelsFetcherQueryOpts | FdjBetsFetcherQueryOpts | SarenzaSizesFetcherQueryOpts | RenaultPricesFetcherQueryOpts | DecathlonProductFallbackFetcherQueryOpts | GenericUnwindRowsFetcherQueryOpts | WorkflowEventsFetcherQueryOpts | ExpiredProductLifetimeFetcherQueryOpts, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
106
|
+
}, data: WorkerFetcherQueryOpts | IngesterFetcherQueryOpts | TrackingFetcherQueryOpts | ProxyFetcherQueryOpts | CarrefourStoresWithDriveSlotsFetcherQueryOpts | BestWesternHotelsFetcherQueryOpts | FdjBetsFetcherQueryOpts | SarenzaSizesFetcherQueryOpts | RenaultPricesFetcherQueryOpts | DecathlonProductFallbackFetcherQueryOpts | GenericUnwindRowsFetcherQueryOpts | WorkflowEventsFetcherQueryOpts | ExpiredProductLifetimeFetcherQueryOpts | PerUserFetcherQueryOpts, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
104
107
|
paginationCount: number;
|
|
105
108
|
paginationPage: number;
|
|
106
109
|
paginationLimit: number;
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxvQkFBb0I7QUFDcEIsb0JBQW9COzs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRXBCLGtEQUFpRTtBQUdqRSxnREFBOEI7QUFFOUI7SUFHSSxZQUFZLGdCQUFvRDtRQUM1RCxJQUFJLENBQUMsS0FBSyxHQUFHLGNBQWMsSUFBSSxnQkFBZ0I7WUFDM0MsQ0FBQyxDQUFDLGdCQUFnQjtZQUNsQixDQUFDLENBQUMsZUFBSyxDQUFDLE1BQU0sQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFBO0lBQ3hDLENBQUM7SUFFTyxLQUFLLENBQUMsTUFFYixFQUFFLElBQTBjLEVBQUUsT0FBNEI7UUFDdmUsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FnQmxCLFFBQVEsRUFBRSxJQUFJLEVBQ2QsTUFBTSxDQUFDLE1BQU0sQ0FDVCxFQUFFLEVBQ0Y7WUFDSSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sRUFBRSxpQkFBaUIsQ0FBQztTQUMzQyxFQUNELE9BQU8sQ0FDVixDQUNKLENBQUM7SUFDTixDQUFDO0lBRU8sS0FBSyxDQUFDLE1BRWIsRUFBRSxJQUEwYyxFQUFFLE9BQTRCO1FBQ3ZlLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBU2xCLFFBQVEsRUFBRSxJQUFJLEVBQ2QsTUFBTSxDQUFDLE1BQU0sQ0FDVCxFQUFFLEVBQ0Y7WUFDSSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sRUFBRSxpQkFBaUIsQ0FBQztTQUMzQyxFQUNELE9BQU8sQ0FDVixDQUNKLENBQUM7SUFDTixDQUFDO0lBRU8sWUFBWSxDQUFDLE1BRXBCLEVBQUUsSUEwQ0QsRUFBRSxPQUE0QjtRQUM1QixPQUFPLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQWdCbEIsaUJBQWlCLEVBQUUsSUFBSSxFQUN2QixNQUFNLENBQUMsTUFBTSxDQUNULEVBQUUsRUFDRjtZQUNJLE9BQU8sRUFBRSxJQUFJLENBQUMsTUFBTSxFQUFFLGlCQUFpQixDQUFDO1NBQzNDLEVBQ0QsT0FBTyxDQUNWLENBQ0osQ0FBQztJQUNOLENBQUM7SUFFTyxLQUFLLENBQUMsTUFJYixFQUFFLElBQTBjLEVBQUUsT0FBNEI7UUFDdmUsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FtQmxCLFFBQVEsRUFBRSxJQUFJLEVBQ2QsTUFBTSxDQUFDLE1BQU0sQ0FDVCxFQUFFLEVBQ0Y7WUFDSSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sRUFBRSxpQkFBaUIsQ0FBQztZQUN4QyxNQUFNLEVBQUUsSUFBSSxDQUFDLE1BQU0sRUFBRSxNQUFNLEVBQUUsU0FBUyxDQUFDO1NBQzFDLEVBQ0QsT0FBTyxDQUNWLENBQ0osQ0FBQztJQUNOLENBQUM7SUFFTyxXQUFXLENBQUMsTUFFbkIsRUFBRSxJQUlGLEVBQUUsT0FBNEI7UUFDM0IsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FTbEIsZUFBZSxFQUFFLElBQUksRUFDckIsTUFBTSxDQUFDLE1BQU0sQ0FDVCxFQUFFLEVBQ0Y7WUFDSSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sRUFBRSxpQkFBaUIsQ0FBQztTQUMzQyxFQUNELE9BQU8sQ0FDVixDQUNKLENBQUM7SUFDTixDQUFDO0lBRUQsSUFBSSxJQUFJO1FBQ0osT0FBTztZQUNILEtBQUssRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUM7WUFDNUIsS0FBSyxFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztZQUM1QixZQUFZLEVBQUUsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDO1lBQzFDLEtBQUssRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUM7WUFDNUIsV0FBVyxFQUFFLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztTQUMzQyxDQUFDO0lBQ04sQ0FBQztDQUNKO0FBOU1ELDRCQThNQztBQUVELFNBQVMsSUFBSSxDQUF1QixHQUFNLEVBQUUsR0FBRyxJQUFTO0lBQ3BELE1BQU0sR0FBRyxHQUFlLEVBQWdCLENBQUM7SUFDekMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsRUFBRTtRQUNmLElBQUksR0FBRyxJQUFJLE1BQU0sQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsUUFBUSxDQUFDLEdBQWEsQ0FBQztZQUMvQyxHQUFHLENBQUMsR0FBRyxDQUFDLEdBQUcsR0FBRyxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQzVCLENBQUMsQ0FBQyxDQUFDO0lBQ0gsT0FBTyxHQUFHLENBQUM7QUFDZixDQUFDIn0=
|
package/build/definitions.d.ts
CHANGED
|
@@ -26,6 +26,9 @@ export declare type WorkerFetcherFetchOpts = {
|
|
|
26
26
|
group: string;
|
|
27
27
|
pickId: string;
|
|
28
28
|
};
|
|
29
|
+
filters?: {
|
|
30
|
+
locale: string;
|
|
31
|
+
};
|
|
29
32
|
datasourceId: string;
|
|
30
33
|
query: string;
|
|
31
34
|
sort?: {
|
|
@@ -143,6 +146,9 @@ export declare type RenaultPricesFetcherFetchOpts = {
|
|
|
143
146
|
valueIndex: number;
|
|
144
147
|
};
|
|
145
148
|
};
|
|
149
|
+
filters?: {
|
|
150
|
+
locale: string;
|
|
151
|
+
};
|
|
146
152
|
};
|
|
147
153
|
export declare type DecathlonProductFallbackFetcherFetchOpts = {
|
|
148
154
|
datasourceId: string;
|
|
@@ -166,6 +172,9 @@ export declare type DecathlonProductFallbackFetcherFetchOpts = {
|
|
|
166
172
|
valueIndex: number;
|
|
167
173
|
};
|
|
168
174
|
};
|
|
175
|
+
filters?: {
|
|
176
|
+
locale: string;
|
|
177
|
+
};
|
|
169
178
|
};
|
|
170
179
|
export declare type GenericUnwindRowsFetcherFetchOpts = {
|
|
171
180
|
datasourceId: string;
|
|
@@ -189,6 +198,9 @@ export declare type GenericUnwindRowsFetcherFetchOpts = {
|
|
|
189
198
|
valueIndex: number;
|
|
190
199
|
};
|
|
191
200
|
};
|
|
201
|
+
filters?: {
|
|
202
|
+
locale: string;
|
|
203
|
+
};
|
|
192
204
|
};
|
|
193
205
|
export declare type WorkflowEventsFetcherFetchOpts = {
|
|
194
206
|
limit?: number;
|
|
@@ -206,6 +218,25 @@ export declare type ExpiredProductLifetimeFetcherFetchOpts = {
|
|
|
206
218
|
datasourceId: string;
|
|
207
219
|
query: string;
|
|
208
220
|
};
|
|
221
|
+
export declare type PerUserFetcherFetchOpts = {
|
|
222
|
+
user?: string;
|
|
223
|
+
query?: string;
|
|
224
|
+
datasourceId: string;
|
|
225
|
+
limit?: number;
|
|
226
|
+
select?: string[];
|
|
227
|
+
group?: {
|
|
228
|
+
field: string;
|
|
229
|
+
matching?: {
|
|
230
|
+
mode: "onePerValue";
|
|
231
|
+
} | {
|
|
232
|
+
mode: "oneValueOnly";
|
|
233
|
+
valueIndex: number;
|
|
234
|
+
};
|
|
235
|
+
};
|
|
236
|
+
filters?: {
|
|
237
|
+
locale: string;
|
|
238
|
+
};
|
|
239
|
+
};
|
|
209
240
|
export declare type WorkerFetcherCountOpts = {
|
|
210
241
|
datasourceId: string;
|
|
211
242
|
query: string;
|
|
@@ -298,7 +329,26 @@ export declare type ExpiredProductLifetimeFetcherCountOpts = {
|
|
|
298
329
|
datasourceId: string;
|
|
299
330
|
query: string;
|
|
300
331
|
};
|
|
301
|
-
export declare type
|
|
332
|
+
export declare type PerUserFetcherCountOpts = {
|
|
333
|
+
user?: string;
|
|
334
|
+
query?: string;
|
|
335
|
+
datasourceId: string;
|
|
336
|
+
limit?: number;
|
|
337
|
+
select?: string[];
|
|
338
|
+
group?: {
|
|
339
|
+
field: string;
|
|
340
|
+
matching?: {
|
|
341
|
+
mode: "onePerValue";
|
|
342
|
+
} | {
|
|
343
|
+
mode: "oneValueOnly";
|
|
344
|
+
valueIndex: number;
|
|
345
|
+
};
|
|
346
|
+
};
|
|
347
|
+
filters?: {
|
|
348
|
+
locale: string;
|
|
349
|
+
};
|
|
350
|
+
};
|
|
351
|
+
export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Cp_Group_Filters = {
|
|
302
352
|
query: string;
|
|
303
353
|
limit?: number;
|
|
304
354
|
geo?: {
|
|
@@ -325,6 +375,9 @@ export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_C
|
|
|
325
375
|
valueIndex: number;
|
|
326
376
|
};
|
|
327
377
|
};
|
|
378
|
+
filters?: {
|
|
379
|
+
locale: string;
|
|
380
|
+
};
|
|
328
381
|
};
|
|
329
382
|
export declare enum DatasourceGenericSubType {
|
|
330
383
|
USER = "user",
|
|
@@ -336,6 +389,7 @@ export declare type DatasourceGeneric = {
|
|
|
336
389
|
};
|
|
337
390
|
export declare enum DatasourceProductSubType {
|
|
338
391
|
USER = "user",
|
|
392
|
+
LOCALIZED = "localized",
|
|
339
393
|
SHOPIFY = "shopify",
|
|
340
394
|
BEST_PRODUCT = "best_product",
|
|
341
395
|
BOUGHT_TOGETHER = "bought_together"
|
|
@@ -354,6 +408,10 @@ export declare type DatasourceLocation = {
|
|
|
354
408
|
name: "location";
|
|
355
409
|
subtype: DatasourceLocationSubType;
|
|
356
410
|
};
|
|
411
|
+
export declare type DatasourceCRM = {
|
|
412
|
+
name: "crm";
|
|
413
|
+
subtype: "user";
|
|
414
|
+
};
|
|
357
415
|
export declare enum DatasourceAnalyticsSubType {
|
|
358
416
|
REELEVANT = "reelevant",
|
|
359
417
|
GOOGLE_TAG_MANAGER = "google_tag_manager",
|
|
@@ -442,7 +500,7 @@ export declare type SarenzaSizesFetcherFetchOpts_Without_Query_Sort_Cp = {
|
|
|
442
500
|
pickId: string;
|
|
443
501
|
};
|
|
444
502
|
};
|
|
445
|
-
export declare type
|
|
503
|
+
export declare type RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group_Filters = {
|
|
446
504
|
query: string;
|
|
447
505
|
limit?: number;
|
|
448
506
|
geo?: {
|
|
@@ -463,8 +521,11 @@ export declare type RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_S
|
|
|
463
521
|
valueIndex: number;
|
|
464
522
|
};
|
|
465
523
|
};
|
|
524
|
+
filters?: {
|
|
525
|
+
locale: string;
|
|
526
|
+
};
|
|
466
527
|
};
|
|
467
|
-
export declare type
|
|
528
|
+
export declare type DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group_Filters = {
|
|
468
529
|
query: string;
|
|
469
530
|
limit?: number;
|
|
470
531
|
geo?: {
|
|
@@ -485,8 +546,11 @@ export declare type DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit
|
|
|
485
546
|
valueIndex: number;
|
|
486
547
|
};
|
|
487
548
|
};
|
|
549
|
+
filters?: {
|
|
550
|
+
locale: string;
|
|
551
|
+
};
|
|
488
552
|
};
|
|
489
|
-
export declare type
|
|
553
|
+
export declare type GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group_Filters = {
|
|
490
554
|
query: string;
|
|
491
555
|
limit?: number;
|
|
492
556
|
geo?: {
|
|
@@ -507,6 +571,9 @@ export declare type GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_So
|
|
|
507
571
|
valueIndex: number;
|
|
508
572
|
};
|
|
509
573
|
};
|
|
574
|
+
filters?: {
|
|
575
|
+
locale: string;
|
|
576
|
+
};
|
|
510
577
|
};
|
|
511
578
|
export declare type WorkflowEventsFetcherFetchOpts_Without_Query_Limit_Sort_Group = {
|
|
512
579
|
query: string;
|
|
@@ -522,6 +589,24 @@ export declare type WorkflowEventsFetcherFetchOpts_Without_Query_Limit_Sort_Grou
|
|
|
522
589
|
export declare type ExpiredProductLifetimeFetcherFetchOpts_Without_Query = {
|
|
523
590
|
query: string;
|
|
524
591
|
};
|
|
592
|
+
export declare type PerUserFetcherFetchOpts_Without_Query_Limit_Select_Group_Filters_User = {
|
|
593
|
+
query?: string;
|
|
594
|
+
limit?: number;
|
|
595
|
+
select?: string[];
|
|
596
|
+
group?: {
|
|
597
|
+
field: string;
|
|
598
|
+
matching?: {
|
|
599
|
+
mode: "onePerValue";
|
|
600
|
+
} | {
|
|
601
|
+
mode: "oneValueOnly";
|
|
602
|
+
valueIndex: number;
|
|
603
|
+
};
|
|
604
|
+
};
|
|
605
|
+
filters?: {
|
|
606
|
+
locale: string;
|
|
607
|
+
};
|
|
608
|
+
user?: string;
|
|
609
|
+
};
|
|
525
610
|
export declare type WorkerFetcherQueryOpts = {
|
|
526
611
|
datasourceId: string;
|
|
527
612
|
query: string;
|
|
@@ -630,4 +715,23 @@ export declare type ExpiredProductLifetimeFetcherQueryOpts = {
|
|
|
630
715
|
datasourceId: string;
|
|
631
716
|
query: string;
|
|
632
717
|
};
|
|
633
|
-
export declare type
|
|
718
|
+
export declare type PerUserFetcherQueryOpts = {
|
|
719
|
+
user?: string;
|
|
720
|
+
query?: string;
|
|
721
|
+
datasourceId: string;
|
|
722
|
+
limit?: number;
|
|
723
|
+
select?: string[];
|
|
724
|
+
group?: {
|
|
725
|
+
field: string;
|
|
726
|
+
matching?: {
|
|
727
|
+
mode: "onePerValue";
|
|
728
|
+
} | {
|
|
729
|
+
mode: "oneValueOnly";
|
|
730
|
+
valueIndex: number;
|
|
731
|
+
};
|
|
732
|
+
};
|
|
733
|
+
filters?: {
|
|
734
|
+
locale: string;
|
|
735
|
+
};
|
|
736
|
+
};
|
|
737
|
+
export declare type DatasourceTypes = DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
package/build/definitions.js
CHANGED
|
@@ -11,6 +11,7 @@ var DatasourceGenericSubType;
|
|
|
11
11
|
var DatasourceProductSubType;
|
|
12
12
|
(function (DatasourceProductSubType) {
|
|
13
13
|
DatasourceProductSubType["USER"] = "user";
|
|
14
|
+
DatasourceProductSubType["LOCALIZED"] = "localized";
|
|
14
15
|
DatasourceProductSubType["SHOPIFY"] = "shopify";
|
|
15
16
|
DatasourceProductSubType["BEST_PRODUCT"] = "best_product";
|
|
16
17
|
DatasourceProductSubType["BOUGHT_TOGETHER"] = "bought_together";
|
|
@@ -30,4 +31,4 @@ var DatasourceAnalyticsSubType;
|
|
|
30
31
|
DatasourceAnalyticsSubType["WORKFLOW_EVENTS"] = "workflow_events";
|
|
31
32
|
DatasourceAnalyticsSubType["USER"] = "user";
|
|
32
33
|
})(DatasourceAnalyticsSubType = exports.DatasourceAnalyticsSubType || (exports.DatasourceAnalyticsSubType = {}));
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBZ1lwQixJQUFZLHdCQUdYO0FBSEQsV0FBWSx3QkFBd0I7SUFDaEMseUNBQWEsQ0FBQTtJQUNiLDZEQUFpQyxDQUFBO0FBQ3JDLENBQUMsRUFIVyx3QkFBd0IsR0FBeEIsZ0NBQXdCLEtBQXhCLGdDQUF3QixRQUduQztBQU9ELElBQVksd0JBTVg7QUFORCxXQUFZLHdCQUF3QjtJQUNoQyx5Q0FBYSxDQUFBO0lBQ2IsbURBQXVCLENBQUE7SUFDdkIsK0NBQW1CLENBQUE7SUFDbkIseURBQTZCLENBQUE7SUFDN0IsK0RBQW1DLENBQUE7QUFDdkMsQ0FBQyxFQU5XLHdCQUF3QixHQUF4QixnQ0FBd0IsS0FBeEIsZ0NBQXdCLFFBTW5DO0FBT0QsSUFBWSx5QkFLWDtBQUxELFdBQVkseUJBQXlCO0lBQ2pDLDBDQUFhLENBQUE7SUFDYixzRUFBeUMsQ0FBQTtJQUN6Qyw4Q0FBaUIsQ0FBQTtJQUNqQixnREFBbUIsQ0FBQTtBQUN2QixDQUFDLEVBTFcseUJBQXlCLEdBQXpCLGlDQUF5QixLQUF6QixpQ0FBeUIsUUFLcEM7QUFXRCxJQUFZLDBCQU1YO0FBTkQsV0FBWSwwQkFBMEI7SUFDbEMscURBQXVCLENBQUE7SUFDdkIsdUVBQXlDLENBQUE7SUFDekMsaURBQW1CLENBQUE7SUFDbkIsaUVBQW1DLENBQUE7SUFDbkMsMkNBQWEsQ0FBQTtBQUNqQixDQUFDLEVBTlcsMEJBQTBCLEdBQTFCLGtDQUEwQixLQUExQixrQ0FBMEIsUUFNckMifQ==
|
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.256+0acefc7",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|