@rlvt/datasources-query-openapi-client 1.0.253 → 1.0.255
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 +7 -4
- package/build/api.js +1 -1
- package/build/definitions.d.ts +64 -1
- package/build/definitions.js +7 -2
- 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, 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, 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, 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, WorkerFetcherQueryOpts, IngesterFetcherQueryOpts, TrackingFetcherQueryOpts, ProxyFetcherQueryOpts, CarrefourStoresWithDriveSlotsFetcherQueryOpts, BestWesternHotelsFetcherQueryOpts, FdjBetsFetcherQueryOpts, SarenzaSizesFetcherQueryOpts, RenaultPricesFetcherQueryOpts, DecathlonProductFallbackFetcherQueryOpts, GenericUnwindRowsFetcherQueryOpts, WorkflowEventsFetcherQueryOpts, ExpiredProductLifetimeFetcherQueryOpts } from "./definitions";
|
|
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, DatasourceGeneric, DatasourceProduct, DatasourceLocation, 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, 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, PerUserFetcherFetchOpts_Without_Limit_Select_Group_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;
|
|
@@ -80,6 +80,9 @@ export default class {
|
|
|
80
80
|
}) | (ExpiredProductLifetimeFetcherFetchOpts_Without_Query & {
|
|
81
81
|
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
82
82
|
companyId: string | null;
|
|
83
|
+
}) | (PerUserFetcherFetchOpts_Without_Limit_Select_Group_User & {
|
|
84
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
85
|
+
companyId: string | null;
|
|
83
86
|
}), options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
84
87
|
status: "success";
|
|
85
88
|
program: string;
|
|
@@ -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
|
@@ -206,6 +206,21 @@ export declare type ExpiredProductLifetimeFetcherFetchOpts = {
|
|
|
206
206
|
datasourceId: string;
|
|
207
207
|
query: string;
|
|
208
208
|
};
|
|
209
|
+
export declare type PerUserFetcherFetchOpts = {
|
|
210
|
+
user: string;
|
|
211
|
+
datasourceId: string;
|
|
212
|
+
limit?: number;
|
|
213
|
+
select?: string[];
|
|
214
|
+
group?: {
|
|
215
|
+
field: string;
|
|
216
|
+
matching?: {
|
|
217
|
+
mode: "onePerValue";
|
|
218
|
+
} | {
|
|
219
|
+
mode: "oneValueOnly";
|
|
220
|
+
valueIndex: number;
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
};
|
|
209
224
|
export declare type WorkerFetcherCountOpts = {
|
|
210
225
|
datasourceId: string;
|
|
211
226
|
query: string;
|
|
@@ -298,6 +313,21 @@ export declare type ExpiredProductLifetimeFetcherCountOpts = {
|
|
|
298
313
|
datasourceId: string;
|
|
299
314
|
query: string;
|
|
300
315
|
};
|
|
316
|
+
export declare type PerUserFetcherCountOpts = {
|
|
317
|
+
user: string;
|
|
318
|
+
datasourceId: string;
|
|
319
|
+
limit?: number;
|
|
320
|
+
select?: string[];
|
|
321
|
+
group?: {
|
|
322
|
+
field: string;
|
|
323
|
+
matching?: {
|
|
324
|
+
mode: "onePerValue";
|
|
325
|
+
} | {
|
|
326
|
+
mode: "oneValueOnly";
|
|
327
|
+
valueIndex: number;
|
|
328
|
+
};
|
|
329
|
+
};
|
|
330
|
+
};
|
|
301
331
|
export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Cp_Group = {
|
|
302
332
|
query: string;
|
|
303
333
|
limit?: number;
|
|
@@ -326,9 +356,13 @@ export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_C
|
|
|
326
356
|
};
|
|
327
357
|
};
|
|
328
358
|
};
|
|
359
|
+
export declare enum DatasourceGenericSubType {
|
|
360
|
+
USER = "user",
|
|
361
|
+
TOP_ATTRIBUTES = "TOP_ATTRIBUTES"
|
|
362
|
+
}
|
|
329
363
|
export declare type DatasourceGeneric = {
|
|
330
364
|
name: "generic";
|
|
331
|
-
subtype:
|
|
365
|
+
subtype: DatasourceGenericSubType;
|
|
332
366
|
};
|
|
333
367
|
export declare enum DatasourceProductSubType {
|
|
334
368
|
USER = "user",
|
|
@@ -518,6 +552,20 @@ export declare type WorkflowEventsFetcherFetchOpts_Without_Query_Limit_Sort_Grou
|
|
|
518
552
|
export declare type ExpiredProductLifetimeFetcherFetchOpts_Without_Query = {
|
|
519
553
|
query: string;
|
|
520
554
|
};
|
|
555
|
+
export declare type PerUserFetcherFetchOpts_Without_Limit_Select_Group_User = {
|
|
556
|
+
limit?: number;
|
|
557
|
+
select?: string[];
|
|
558
|
+
group?: {
|
|
559
|
+
field: string;
|
|
560
|
+
matching?: {
|
|
561
|
+
mode: "onePerValue";
|
|
562
|
+
} | {
|
|
563
|
+
mode: "oneValueOnly";
|
|
564
|
+
valueIndex: number;
|
|
565
|
+
};
|
|
566
|
+
};
|
|
567
|
+
user: string;
|
|
568
|
+
};
|
|
521
569
|
export declare type WorkerFetcherQueryOpts = {
|
|
522
570
|
datasourceId: string;
|
|
523
571
|
query: string;
|
|
@@ -626,4 +674,19 @@ export declare type ExpiredProductLifetimeFetcherQueryOpts = {
|
|
|
626
674
|
datasourceId: string;
|
|
627
675
|
query: string;
|
|
628
676
|
};
|
|
677
|
+
export declare type PerUserFetcherQueryOpts = {
|
|
678
|
+
user: string;
|
|
679
|
+
datasourceId: string;
|
|
680
|
+
limit?: number;
|
|
681
|
+
select?: string[];
|
|
682
|
+
group?: {
|
|
683
|
+
field: string;
|
|
684
|
+
matching?: {
|
|
685
|
+
mode: "onePerValue";
|
|
686
|
+
} | {
|
|
687
|
+
mode: "oneValueOnly";
|
|
688
|
+
valueIndex: number;
|
|
689
|
+
};
|
|
690
|
+
};
|
|
691
|
+
};
|
|
629
692
|
export declare type DatasourceTypes = DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
package/build/definitions.js
CHANGED
|
@@ -2,7 +2,12 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.DatasourceAnalyticsSubType = exports.DatasourceLocationSubType = exports.DatasourceProductSubType = void 0;
|
|
5
|
+
exports.DatasourceAnalyticsSubType = exports.DatasourceLocationSubType = exports.DatasourceProductSubType = exports.DatasourceGenericSubType = void 0;
|
|
6
|
+
var DatasourceGenericSubType;
|
|
7
|
+
(function (DatasourceGenericSubType) {
|
|
8
|
+
DatasourceGenericSubType["USER"] = "user";
|
|
9
|
+
DatasourceGenericSubType["TOP_ATTRIBUTES"] = "TOP_ATTRIBUTES";
|
|
10
|
+
})(DatasourceGenericSubType = exports.DatasourceGenericSubType || (exports.DatasourceGenericSubType = {}));
|
|
6
11
|
var DatasourceProductSubType;
|
|
7
12
|
(function (DatasourceProductSubType) {
|
|
8
13
|
DatasourceProductSubType["USER"] = "user";
|
|
@@ -25,4 +30,4 @@ var DatasourceAnalyticsSubType;
|
|
|
25
30
|
DatasourceAnalyticsSubType["WORKFLOW_EVENTS"] = "workflow_events";
|
|
26
31
|
DatasourceAnalyticsSubType["USER"] = "user";
|
|
27
32
|
})(DatasourceAnalyticsSubType = exports.DatasourceAnalyticsSubType || (exports.DatasourceAnalyticsSubType = {}));
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
33
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBeVdwQixJQUFZLHdCQUdYO0FBSEQsV0FBWSx3QkFBd0I7SUFDaEMseUNBQWEsQ0FBQTtJQUNiLDZEQUFpQyxDQUFBO0FBQ3JDLENBQUMsRUFIVyx3QkFBd0IsR0FBeEIsZ0NBQXdCLEtBQXhCLGdDQUF3QixRQUduQztBQU9ELElBQVksd0JBS1g7QUFMRCxXQUFZLHdCQUF3QjtJQUNoQyx5Q0FBYSxDQUFBO0lBQ2IsK0NBQW1CLENBQUE7SUFDbkIseURBQTZCLENBQUE7SUFDN0IsK0RBQW1DLENBQUE7QUFDdkMsQ0FBQyxFQUxXLHdCQUF3QixHQUF4QixnQ0FBd0IsS0FBeEIsZ0NBQXdCLFFBS25DO0FBT0QsSUFBWSx5QkFLWDtBQUxELFdBQVkseUJBQXlCO0lBQ2pDLDBDQUFhLENBQUE7SUFDYixzRUFBeUMsQ0FBQTtJQUN6Qyw4Q0FBaUIsQ0FBQTtJQUNqQixnREFBbUIsQ0FBQTtBQUN2QixDQUFDLEVBTFcseUJBQXlCLEdBQXpCLGlDQUF5QixLQUF6QixpQ0FBeUIsUUFLcEM7QUFPRCxJQUFZLDBCQU1YO0FBTkQsV0FBWSwwQkFBMEI7SUFDbEMscURBQXVCLENBQUE7SUFDdkIsdUVBQXlDLENBQUE7SUFDekMsaURBQW1CLENBQUE7SUFDbkIsaUVBQW1DLENBQUE7SUFDbkMsMkNBQWEsQ0FBQTtBQUNqQixDQUFDLEVBTlcsMEJBQTBCLEdBQTFCLGtDQUEwQixLQUExQixrQ0FBMEIsUUFNckMifQ==
|
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.255+889c262",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|