@rlvt/datasources-query-openapi-client 1.0.145 → 1.0.148
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 +2 -2
- package/build/definitions.d.ts +51 -1
- package/build/definitions.js +1 -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, CarrefourStoresRetailsFetcherFetchOpts, CarrefourStoresWithDriveSlotsFetcherFetchOpts, CarrefourStoresWithFuelFetcherFetchOpts, BestWesternHotelsFetcherFetchOpts, FdjBetsFetcherFetchOpts, SarenzaSizesFetcherFetchOpts, RenaultPricesFetcherFetchOpts, DecathlonProductFallbackFetcherFetchOpts, GenericUnwindRowsFetcherFetchOpts, CPMeta, WorkerFetcherCountOpts, IngesterFetcherCountOpts, TrackingFetcherCountOpts, ProxyFetcherCountOpts, CarrefourStoresRetailsFetcherCountOpts, CarrefourStoresWithDriveSlotsFetcherCountOpts, BestWesternHotelsFetcherCountOpts, FdjBetsFetcherCountOpts, SarenzaSizesFetcherCountOpts, RenaultPricesFetcherCountOpts, DecathlonProductFallbackFetcherCountOpts, GenericUnwindRowsFetcherCountOpts, WorkerFetcherFetchOpts_Without_Query_Limit_Cp_Geo_Sort_Group, DatasourceLocation, DatasourceGeneric, DatasourceProduct, DatasourceAnalytics, IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Group,
|
|
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, WorkerFetcherFetchOpts_Without_Query_Limit_Cp_Geo_Sort_Group, DatasourceLocation, DatasourceGeneric, DatasourceProduct, 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_Cp_Geo_Sort, FdjBetsFetcherFetchOpts_Without_Query, SarenzaSizesFetcherFetchOpts_Without_Query_Cp_Sort, RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group, DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group, GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group, CarrefourStoresWithFuelFetcherQueryOpts, FdjBetsFetcherQueryOpts, WorkerFetcherQueryOpts, IngesterFetcherQueryOpts, TrackingFetcherQueryOpts, ProxyFetcherQueryOpts, CarrefourStoresRetailsFetcherQueryOpts, CarrefourStoresWithDriveSlotsFetcherQueryOpts, BestWesternHotelsFetcherQueryOpts, SarenzaSizesFetcherQueryOpts, RenaultPricesFetcherQueryOpts, DecathlonProductFallbackFetcherQueryOpts, GenericUnwindRowsFetcherQueryOpts } from "./definitions";
|
|
3
3
|
export * from "./definitions";
|
|
4
4
|
export default class {
|
|
5
5
|
axios: AxiosInstance;
|
|
@@ -49,7 +49,7 @@ export default class {
|
|
|
49
49
|
}) | (IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Group & {
|
|
50
50
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
|
51
51
|
companyId: string | null;
|
|
52
|
-
}) | (
|
|
52
|
+
}) | (TrackingFetcherFetchOpts_Without_Query_Limit_Date_Group_ExcludeQuery_UserIds_ExcludeDate & {
|
|
53
53
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
|
|
54
54
|
companyId: string | null;
|
|
55
55
|
}) | (ProxyFetcherFetchOpts_Without_Query & {
|
package/build/definitions.d.ts
CHANGED
|
@@ -11,6 +11,12 @@ export declare type CPMeta = {
|
|
|
11
11
|
export declare type WorkerFetcherFetchOpts = {
|
|
12
12
|
group?: {
|
|
13
13
|
field: string;
|
|
14
|
+
matching?: {
|
|
15
|
+
mode: "onePerValue";
|
|
16
|
+
} | {
|
|
17
|
+
mode: "oneValueOnly";
|
|
18
|
+
valueIndex: number;
|
|
19
|
+
};
|
|
14
20
|
};
|
|
15
21
|
limit?: number;
|
|
16
22
|
cp?: {
|
|
@@ -68,6 +74,7 @@ export declare type TrackingFetcherFetchOpts = {
|
|
|
68
74
|
duration: number;
|
|
69
75
|
};
|
|
70
76
|
limit: number;
|
|
77
|
+
group?: boolean;
|
|
71
78
|
};
|
|
72
79
|
export declare type ProxyFetcherFetchOpts = {
|
|
73
80
|
datasourceId: string;
|
|
@@ -135,6 +142,12 @@ export declare type RenaultPricesFetcherFetchOpts = {
|
|
|
135
142
|
};
|
|
136
143
|
group?: {
|
|
137
144
|
field: string;
|
|
145
|
+
matching?: {
|
|
146
|
+
mode: "onePerValue";
|
|
147
|
+
} | {
|
|
148
|
+
mode: "oneValueOnly";
|
|
149
|
+
valueIndex: number;
|
|
150
|
+
};
|
|
138
151
|
};
|
|
139
152
|
};
|
|
140
153
|
export declare type DecathlonProductFallbackFetcherFetchOpts = {
|
|
@@ -151,6 +164,12 @@ export declare type DecathlonProductFallbackFetcherFetchOpts = {
|
|
|
151
164
|
};
|
|
152
165
|
group?: {
|
|
153
166
|
field: string;
|
|
167
|
+
matching?: {
|
|
168
|
+
mode: "onePerValue";
|
|
169
|
+
} | {
|
|
170
|
+
mode: "oneValueOnly";
|
|
171
|
+
valueIndex: number;
|
|
172
|
+
};
|
|
154
173
|
};
|
|
155
174
|
};
|
|
156
175
|
export declare type GenericUnwindRowsFetcherFetchOpts = {
|
|
@@ -167,6 +186,12 @@ export declare type GenericUnwindRowsFetcherFetchOpts = {
|
|
|
167
186
|
};
|
|
168
187
|
group?: {
|
|
169
188
|
field: string;
|
|
189
|
+
matching?: {
|
|
190
|
+
mode: "onePerValue";
|
|
191
|
+
} | {
|
|
192
|
+
mode: "oneValueOnly";
|
|
193
|
+
valueIndex: number;
|
|
194
|
+
};
|
|
170
195
|
};
|
|
171
196
|
};
|
|
172
197
|
export declare type WorkerFetcherCountOpts = {
|
|
@@ -276,6 +301,12 @@ export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Cp_Geo_Sort_Group
|
|
|
276
301
|
};
|
|
277
302
|
group?: {
|
|
278
303
|
field: string;
|
|
304
|
+
matching?: {
|
|
305
|
+
mode: "onePerValue";
|
|
306
|
+
} | {
|
|
307
|
+
mode: "oneValueOnly";
|
|
308
|
+
valueIndex: number;
|
|
309
|
+
};
|
|
279
310
|
};
|
|
280
311
|
};
|
|
281
312
|
export declare enum DatasourceLocationSubType {
|
|
@@ -322,7 +353,7 @@ export declare type IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Group = {
|
|
|
322
353
|
by: string;
|
|
323
354
|
};
|
|
324
355
|
};
|
|
325
|
-
export declare type
|
|
356
|
+
export declare type TrackingFetcherFetchOpts_Without_Query_Limit_Date_Group_ExcludeQuery_UserIds_ExcludeDate = {
|
|
326
357
|
query: string | string[];
|
|
327
358
|
limit: number;
|
|
328
359
|
date: {
|
|
@@ -335,6 +366,7 @@ export declare type TrackingFetcherFetchOpts_Without_Query_Limit_Date_ExcludeQue
|
|
|
335
366
|
} | {
|
|
336
367
|
duration: number;
|
|
337
368
|
};
|
|
369
|
+
group?: boolean;
|
|
338
370
|
excludeQuery?: string;
|
|
339
371
|
userIds: string[];
|
|
340
372
|
excludeDate?: {
|
|
@@ -406,6 +438,12 @@ export declare type RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_G
|
|
|
406
438
|
};
|
|
407
439
|
group?: {
|
|
408
440
|
field: string;
|
|
441
|
+
matching?: {
|
|
442
|
+
mode: "onePerValue";
|
|
443
|
+
} | {
|
|
444
|
+
mode: "oneValueOnly";
|
|
445
|
+
valueIndex: number;
|
|
446
|
+
};
|
|
409
447
|
};
|
|
410
448
|
};
|
|
411
449
|
export declare type DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group = {
|
|
@@ -421,6 +459,12 @@ export declare type DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit
|
|
|
421
459
|
};
|
|
422
460
|
group?: {
|
|
423
461
|
field: string;
|
|
462
|
+
matching?: {
|
|
463
|
+
mode: "onePerValue";
|
|
464
|
+
} | {
|
|
465
|
+
mode: "oneValueOnly";
|
|
466
|
+
valueIndex: number;
|
|
467
|
+
};
|
|
424
468
|
};
|
|
425
469
|
};
|
|
426
470
|
export declare type GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Group = {
|
|
@@ -436,6 +480,12 @@ export declare type GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_So
|
|
|
436
480
|
};
|
|
437
481
|
group?: {
|
|
438
482
|
field: string;
|
|
483
|
+
matching?: {
|
|
484
|
+
mode: "onePerValue";
|
|
485
|
+
} | {
|
|
486
|
+
mode: "oneValueOnly";
|
|
487
|
+
valueIndex: number;
|
|
488
|
+
};
|
|
439
489
|
};
|
|
440
490
|
};
|
|
441
491
|
export declare type CarrefourStoresWithFuelFetcherQueryOpts = {
|
package/build/definitions.js
CHANGED
|
@@ -23,4 +23,4 @@ var DatasourceAnalyticsSubType;
|
|
|
23
23
|
DatasourceAnalyticsSubType["SHOPIFY"] = "shopify";
|
|
24
24
|
DatasourceAnalyticsSubType["WORKFLOW_EVENTS"] = "workflow_events";
|
|
25
25
|
})(DatasourceAnalyticsSubType = exports.DatasourceAnalyticsSubType || (exports.DatasourceAnalyticsSubType = {}));
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBMFRwQixJQUFZLHlCQUtYO0FBTEQsV0FBWSx5QkFBeUI7SUFDakMsMENBQWEsQ0FBQTtJQUNiLHNFQUF5QyxDQUFBO0lBQ3pDLDhDQUFpQixDQUFBO0lBQ2pCLGdEQUFtQixDQUFBO0FBQ3ZCLENBQUMsRUFMVyx5QkFBeUIsR0FBekIsaUNBQXlCLEtBQXpCLGlDQUF5QixRQUtwQztBQVdELElBQVksd0JBSVg7QUFKRCxXQUFZLHdCQUF3QjtJQUNoQyx5Q0FBYSxDQUFBO0lBQ2IsK0NBQW1CLENBQUE7SUFDbkIseURBQTZCLENBQUE7QUFDakMsQ0FBQyxFQUpXLHdCQUF3QixHQUF4QixnQ0FBd0IsS0FBeEIsZ0NBQXdCLFFBSW5DO0FBT0QsSUFBWSwwQkFLWDtBQUxELFdBQVksMEJBQTBCO0lBQ2xDLHFEQUF1QixDQUFBO0lBQ3ZCLHVFQUF5QyxDQUFBO0lBQ3pDLGlEQUFtQixDQUFBO0lBQ25CLGlFQUFtQyxDQUFBO0FBQ3ZDLENBQUMsRUFMVywwQkFBMEIsR0FBMUIsa0NBQTBCLEtBQTFCLGtDQUEwQixRQUtyQyJ9
|
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.148+e8ff63b",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|