@rlvt/datasources-query-openapi-client 1.0.243 → 1.0.245
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 +16 -16
- package/build/definitions.d.ts +12 -12
- package/build/definitions.js +10 -10
- 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, WorkflowEventsFetcherFetchOpts, ExpiredProductLifetimeFetcherFetchOpts, CPMeta, WorkerFetcherCountOpts, IngesterFetcherCountOpts, TrackingFetcherCountOpts, ProxyFetcherCountOpts, CarrefourStoresRetailsFetcherCountOpts, CarrefourStoresWithDriveSlotsFetcherCountOpts, BestWesternHotelsFetcherCountOpts, FdjBetsFetcherCountOpts, SarenzaSizesFetcherCountOpts, RenaultPricesFetcherCountOpts, DecathlonProductFallbackFetcherCountOpts, GenericUnwindRowsFetcherCountOpts, WorkflowEventsFetcherCountOpts, ExpiredProductLifetimeFetcherCountOpts, WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Cp_Group,
|
|
2
|
+
import type { WorkerFetcherFetchOpts, IngesterFetcherFetchOpts, TrackingFetcherFetchOpts, ProxyFetcherFetchOpts, CarrefourStoresRetailsFetcherFetchOpts, CarrefourStoresWithDriveSlotsFetcherFetchOpts, CarrefourStoresWithFuelFetcherFetchOpts, BestWesternHotelsFetcherFetchOpts, FdjBetsFetcherFetchOpts, SarenzaSizesFetcherFetchOpts, RenaultPricesFetcherFetchOpts, DecathlonProductFallbackFetcherFetchOpts, GenericUnwindRowsFetcherFetchOpts, WorkflowEventsFetcherFetchOpts, ExpiredProductLifetimeFetcherFetchOpts, CPMeta, WorkerFetcherCountOpts, IngesterFetcherCountOpts, TrackingFetcherCountOpts, ProxyFetcherCountOpts, CarrefourStoresRetailsFetcherCountOpts, CarrefourStoresWithDriveSlotsFetcherCountOpts, BestWesternHotelsFetcherCountOpts, FdjBetsFetcherCountOpts, SarenzaSizesFetcherCountOpts, RenaultPricesFetcherCountOpts, DecathlonProductFallbackFetcherCountOpts, GenericUnwindRowsFetcherCountOpts, WorkflowEventsFetcherCountOpts, ExpiredProductLifetimeFetcherCountOpts, WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Cp_Group, DatasourceGeneric, DatasourceProduct, DatasourceLocation, DatasourceAnalytics, 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_Select_Group, DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group, GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group, WorkflowEventsFetcherFetchOpts_Without_Query_Limit_Sort_Group, ExpiredProductLifetimeFetcherFetchOpts_Without_Query, CarrefourStoresWithFuelFetcherQueryOpts, WorkerFetcherQueryOpts, IngesterFetcherQueryOpts, TrackingFetcherQueryOpts, ProxyFetcherQueryOpts, CarrefourStoresRetailsFetcherQueryOpts, CarrefourStoresWithDriveSlotsFetcherQueryOpts, BestWesternHotelsFetcherQueryOpts, FdjBetsFetcherQueryOpts, SarenzaSizesFetcherQueryOpts, RenaultPricesFetcherQueryOpts, DecathlonProductFallbackFetcherQueryOpts, GenericUnwindRowsFetcherQueryOpts, WorkflowEventsFetcherQueryOpts, ExpiredProductLifetimeFetcherQueryOpts } from "./definitions";
|
|
3
3
|
export * from "./definitions";
|
|
4
4
|
export default class {
|
|
5
5
|
axios: AxiosInstance;
|
|
@@ -42,49 +42,49 @@ export default class {
|
|
|
42
42
|
findAndFetch: (params: {
|
|
43
43
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
44
44
|
}, data: (WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Cp_Group & {
|
|
45
|
-
type:
|
|
45
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
46
46
|
companyId: string | null;
|
|
47
47
|
}) | (IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Group & {
|
|
48
|
-
type:
|
|
48
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
49
49
|
companyId: string | null;
|
|
50
50
|
}) | (TrackingFetcherFetchOpts_Without_Query_Limit_Date_Group_ExcludeQuery_UserIds_ExcludeDate & {
|
|
51
|
-
type:
|
|
51
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
52
52
|
companyId: string | null;
|
|
53
53
|
}) | (ProxyFetcherFetchOpts_Without_Query & {
|
|
54
|
-
type:
|
|
54
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
55
55
|
companyId: string | null;
|
|
56
56
|
}) | (CarrefourStoresRetailsFetcherFetchOpts_Without_Query & {
|
|
57
|
-
type:
|
|
57
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
58
58
|
companyId: string | null;
|
|
59
59
|
}) | (CarrefourStoresWithDriveSlotsFetcherFetchOpts_Without_Query & {
|
|
60
|
-
type:
|
|
60
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
61
61
|
companyId: string | null;
|
|
62
62
|
}) | (CarrefourStoresWithFuelFetcherFetchOpts_Without_Query & {
|
|
63
|
-
type:
|
|
63
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
64
64
|
companyId: string | null;
|
|
65
65
|
}) | (BestWesternHotelsFetcherFetchOpts_Without_Query_Geo_Sort_Cp & {
|
|
66
|
-
type:
|
|
66
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
67
67
|
companyId: string | null;
|
|
68
68
|
}) | (FdjBetsFetcherFetchOpts_Without_Query & {
|
|
69
|
-
type:
|
|
69
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
70
70
|
companyId: string | null;
|
|
71
71
|
}) | (SarenzaSizesFetcherFetchOpts_Without_Query_Sort_Cp & {
|
|
72
|
-
type:
|
|
72
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
73
73
|
companyId: string | null;
|
|
74
74
|
}) | (RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group & {
|
|
75
|
-
type:
|
|
75
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
76
76
|
companyId: string | null;
|
|
77
77
|
}) | (DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group & {
|
|
78
|
-
type:
|
|
78
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
79
79
|
companyId: string | null;
|
|
80
80
|
}) | (GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group & {
|
|
81
|
-
type:
|
|
81
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
82
82
|
companyId: string | null;
|
|
83
83
|
}) | (WorkflowEventsFetcherFetchOpts_Without_Query_Limit_Sort_Group & {
|
|
84
|
-
type:
|
|
84
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
85
85
|
companyId: string | null;
|
|
86
86
|
}) | (ExpiredProductLifetimeFetcherFetchOpts_Without_Query & {
|
|
87
|
-
type:
|
|
87
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
88
88
|
companyId: string | null;
|
|
89
89
|
}), options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
90
90
|
status: "success";
|
package/build/definitions.d.ts
CHANGED
|
@@ -338,17 +338,6 @@ export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_C
|
|
|
338
338
|
};
|
|
339
339
|
};
|
|
340
340
|
};
|
|
341
|
-
export declare enum DatasourceAnalyticsSubType {
|
|
342
|
-
REELEVANT = "reelevant",
|
|
343
|
-
GOOGLE_TAG_MANAGER = "google_tag_manager",
|
|
344
|
-
SHOPIFY = "shopify",
|
|
345
|
-
WORKFLOW_EVENTS = "workflow_events",
|
|
346
|
-
USER = "user"
|
|
347
|
-
}
|
|
348
|
-
export declare type DatasourceAnalytics = {
|
|
349
|
-
name: "analytics";
|
|
350
|
-
subtype: DatasourceAnalyticsSubType;
|
|
351
|
-
};
|
|
352
341
|
export declare type DatasourceGeneric = {
|
|
353
342
|
name: "generic";
|
|
354
343
|
subtype: "user";
|
|
@@ -372,6 +361,17 @@ export declare type DatasourceLocation = {
|
|
|
372
361
|
name: "location";
|
|
373
362
|
subtype: DatasourceLocationSubType;
|
|
374
363
|
};
|
|
364
|
+
export declare enum DatasourceAnalyticsSubType {
|
|
365
|
+
REELEVANT = "reelevant",
|
|
366
|
+
GOOGLE_TAG_MANAGER = "google_tag_manager",
|
|
367
|
+
SHOPIFY = "shopify",
|
|
368
|
+
WORKFLOW_EVENTS = "workflow_events",
|
|
369
|
+
USER = "user"
|
|
370
|
+
}
|
|
371
|
+
export declare type DatasourceAnalytics = {
|
|
372
|
+
name: "analytics";
|
|
373
|
+
subtype: DatasourceAnalyticsSubType;
|
|
374
|
+
};
|
|
375
375
|
export declare type IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Group = {
|
|
376
376
|
query: string;
|
|
377
377
|
limit?: number;
|
|
@@ -651,4 +651,4 @@ export declare type ExpiredProductLifetimeFetcherQueryOpts = {
|
|
|
651
651
|
datasourceId: string;
|
|
652
652
|
query: string;
|
|
653
653
|
};
|
|
654
|
-
export declare type DatasourceTypes =
|
|
654
|
+
export declare type DatasourceTypes = DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
package/build/definitions.js
CHANGED
|
@@ -2,15 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.
|
|
6
|
-
var DatasourceAnalyticsSubType;
|
|
7
|
-
(function (DatasourceAnalyticsSubType) {
|
|
8
|
-
DatasourceAnalyticsSubType["REELEVANT"] = "reelevant";
|
|
9
|
-
DatasourceAnalyticsSubType["GOOGLE_TAG_MANAGER"] = "google_tag_manager";
|
|
10
|
-
DatasourceAnalyticsSubType["SHOPIFY"] = "shopify";
|
|
11
|
-
DatasourceAnalyticsSubType["WORKFLOW_EVENTS"] = "workflow_events";
|
|
12
|
-
DatasourceAnalyticsSubType["USER"] = "user";
|
|
13
|
-
})(DatasourceAnalyticsSubType = exports.DatasourceAnalyticsSubType || (exports.DatasourceAnalyticsSubType = {}));
|
|
5
|
+
exports.DatasourceAnalyticsSubType = exports.DatasourceLocationSubType = exports.DatasourceProductSubType = void 0;
|
|
14
6
|
var DatasourceProductSubType;
|
|
15
7
|
(function (DatasourceProductSubType) {
|
|
16
8
|
DatasourceProductSubType["USER"] = "user";
|
|
@@ -24,4 +16,12 @@ var DatasourceLocationSubType;
|
|
|
24
16
|
DatasourceLocationSubType["PARTOO"] = "partoo";
|
|
25
17
|
DatasourceLocationSubType["WEATHER"] = "weather";
|
|
26
18
|
})(DatasourceLocationSubType = exports.DatasourceLocationSubType || (exports.DatasourceLocationSubType = {}));
|
|
27
|
-
|
|
19
|
+
var DatasourceAnalyticsSubType;
|
|
20
|
+
(function (DatasourceAnalyticsSubType) {
|
|
21
|
+
DatasourceAnalyticsSubType["REELEVANT"] = "reelevant";
|
|
22
|
+
DatasourceAnalyticsSubType["GOOGLE_TAG_MANAGER"] = "google_tag_manager";
|
|
23
|
+
DatasourceAnalyticsSubType["SHOPIFY"] = "shopify";
|
|
24
|
+
DatasourceAnalyticsSubType["WORKFLOW_EVENTS"] = "workflow_events";
|
|
25
|
+
DatasourceAnalyticsSubType["USER"] = "user";
|
|
26
|
+
})(DatasourceAnalyticsSubType = exports.DatasourceAnalyticsSubType || (exports.DatasourceAnalyticsSubType = {}));
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBMlZwQixJQUFZLHdCQUlYO0FBSkQsV0FBWSx3QkFBd0I7SUFDaEMseUNBQWEsQ0FBQTtJQUNiLCtDQUFtQixDQUFBO0lBQ25CLHlEQUE2QixDQUFBO0FBQ2pDLENBQUMsRUFKVyx3QkFBd0IsR0FBeEIsZ0NBQXdCLEtBQXhCLGdDQUF3QixRQUluQztBQU9ELElBQVkseUJBS1g7QUFMRCxXQUFZLHlCQUF5QjtJQUNqQywwQ0FBYSxDQUFBO0lBQ2Isc0VBQXlDLENBQUE7SUFDekMsOENBQWlCLENBQUE7SUFDakIsZ0RBQW1CLENBQUE7QUFDdkIsQ0FBQyxFQUxXLHlCQUF5QixHQUF6QixpQ0FBeUIsS0FBekIsaUNBQXlCLFFBS3BDO0FBT0QsSUFBWSwwQkFNWDtBQU5ELFdBQVksMEJBQTBCO0lBQ2xDLHFEQUF1QixDQUFBO0lBQ3ZCLHVFQUF5QyxDQUFBO0lBQ3pDLGlEQUFtQixDQUFBO0lBQ25CLGlFQUFtQyxDQUFBO0lBQ25DLDJDQUFhLENBQUE7QUFDakIsQ0FBQyxFQU5XLDBCQUEwQixHQUExQixrQ0FBMEIsS0FBMUIsa0NBQTBCLFFBTXJDIn0=
|
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.245+235f0fe",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|