@rlvt/datasources-query-openapi-client 1.0.284 → 1.0.286
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 +3 -3
- package/build/definitions.d.ts +6 -2
- 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, 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,
|
|
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, IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Select_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_Select_Group, ExpiredProductLifetimeFetcherFetchOpts_Without_Query_Sort, PerUserFetcherFetchOpts_Without_Query_Limit_Sort_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;
|
|
@@ -54,7 +54,7 @@ export default class {
|
|
|
54
54
|
};
|
|
55
55
|
};
|
|
56
56
|
companyId: string | null;
|
|
57
|
-
}) | (
|
|
57
|
+
}) | (IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Select_Group & {
|
|
58
58
|
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | {
|
|
59
59
|
name: "analytics";
|
|
60
60
|
subtype: "user" | "reelevant" | "google_tag_manager" | "shopify" | "workflow_events";
|
|
@@ -184,7 +184,7 @@ export default class {
|
|
|
184
184
|
};
|
|
185
185
|
};
|
|
186
186
|
companyId: string | null;
|
|
187
|
-
}) | (
|
|
187
|
+
}) | (WorkflowEventsFetcherFetchOpts_Without_Query_Limit_Sort_Select_Group & {
|
|
188
188
|
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | {
|
|
189
189
|
name: "analytics";
|
|
190
190
|
subtype: "user" | "reelevant" | "google_tag_manager" | "shopify" | "workflow_events";
|
package/build/definitions.d.ts
CHANGED
|
@@ -449,6 +449,7 @@ export declare type IngesterFetcherFetchOpts = {
|
|
|
449
449
|
group?: {
|
|
450
450
|
by: string;
|
|
451
451
|
};
|
|
452
|
+
select?: string[];
|
|
452
453
|
datasourceId: string;
|
|
453
454
|
query: string;
|
|
454
455
|
sort?: {
|
|
@@ -1820,6 +1821,7 @@ export declare type WorkflowEventsFetcherFetchOpts = {
|
|
|
1820
1821
|
group?: {
|
|
1821
1822
|
by: string;
|
|
1822
1823
|
};
|
|
1824
|
+
select?: string[];
|
|
1823
1825
|
datasourceId: string;
|
|
1824
1826
|
query: string;
|
|
1825
1827
|
sort?: {
|
|
@@ -3250,13 +3252,14 @@ export declare type DatasourceCRM = {
|
|
|
3250
3252
|
name: "crm";
|
|
3251
3253
|
subtype: "user";
|
|
3252
3254
|
};
|
|
3253
|
-
export declare type
|
|
3255
|
+
export declare type IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Select_Group = {
|
|
3254
3256
|
query: string;
|
|
3255
3257
|
limit?: number;
|
|
3256
3258
|
sort?: {
|
|
3257
3259
|
by: string;
|
|
3258
3260
|
order: "desc" | "asc";
|
|
3259
3261
|
};
|
|
3262
|
+
select?: string[];
|
|
3260
3263
|
group?: {
|
|
3261
3264
|
by: string;
|
|
3262
3265
|
};
|
|
@@ -4611,13 +4614,14 @@ export declare type GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_So
|
|
|
4611
4614
|
};
|
|
4612
4615
|
};
|
|
4613
4616
|
};
|
|
4614
|
-
export declare type
|
|
4617
|
+
export declare type WorkflowEventsFetcherFetchOpts_Without_Query_Limit_Sort_Select_Group = {
|
|
4615
4618
|
query: string;
|
|
4616
4619
|
limit?: number;
|
|
4617
4620
|
sort?: {
|
|
4618
4621
|
by: string;
|
|
4619
4622
|
order: "desc" | "asc";
|
|
4620
4623
|
};
|
|
4624
|
+
select?: string[];
|
|
4621
4625
|
group?: {
|
|
4622
4626
|
by: string;
|
|
4623
4627
|
};
|
package/build/definitions.js
CHANGED
|
@@ -23,4 +23,4 @@ var DatasourceLocationSubType;
|
|
|
23
23
|
DatasourceLocationSubType["PARTOO"] = "partoo";
|
|
24
24
|
DatasourceLocationSubType["WEATHER"] = "weather";
|
|
25
25
|
})(DatasourceLocationSubType = exports.DatasourceLocationSubType || (exports.DatasourceLocationSubType = {}));
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBd3BHcEIsSUFBWSx3QkFHWDtBQUhELFdBQVksd0JBQXdCO0lBQ2hDLHlDQUFhLENBQUE7SUFDYiw2REFBaUMsQ0FBQTtBQUNyQyxDQUFDLEVBSFcsd0JBQXdCLEdBQXhCLGdDQUF3QixLQUF4QixnQ0FBd0IsUUFHbkM7QUFPRCxJQUFZLHdCQU1YO0FBTkQsV0FBWSx3QkFBd0I7SUFDaEMseUNBQWEsQ0FBQTtJQUNiLG1EQUF1QixDQUFBO0lBQ3ZCLCtDQUFtQixDQUFBO0lBQ25CLHlEQUE2QixDQUFBO0lBQzdCLCtEQUFtQyxDQUFBO0FBQ3ZDLENBQUMsRUFOVyx3QkFBd0IsR0FBeEIsZ0NBQXdCLEtBQXhCLGdDQUF3QixRQU1uQztBQU9ELElBQVkseUJBS1g7QUFMRCxXQUFZLHlCQUF5QjtJQUNqQywwQ0FBYSxDQUFBO0lBQ2Isc0VBQXlDLENBQUE7SUFDekMsOENBQWlCLENBQUE7SUFDakIsZ0RBQW1CLENBQUE7QUFDdkIsQ0FBQyxFQUxXLHlCQUF5QixHQUF6QixpQ0FBeUIsS0FBekIsaUNBQXlCLFFBS3BDIn0=
|
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.286+39cca56",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|