@rlvt/datasources-query-openapi-client 1.0.355 → 1.0.356
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 +27 -4
- package/build/api.js +7 -1
- package/build/definitions.d.ts +544 -17
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { AxiosInstance, AxiosRequestConfig } from "axios";
|
|
2
|
-
import type { ProxyFetcherQueryOpts, InternalResponse_entries_Array_distance_Union_undefined_number_rlvt_lat_Union_undefined_number_rlvt_lng_Union_undefined_number_count_number, InternalResponse_Array_string, PerUserFetcherFetchOpts, ProxyFetcherFetchOpts, WorkerFetcherFetchOpts, IngesterFetcherFetchOpts, InternalResponse_entries_Array_distance_Union_undefined_number_rlvt_lat_Union_undefined_number_rlvt_lng_Union_undefined_number,
|
|
2
|
+
import type { ProxyFetcherQueryOpts, InternalResponse_entries_Array_distance_Union_undefined_number_rlvt_lat_Union_undefined_number_rlvt_lng_Union_undefined_number_count_number, InternalResponse_Array_string, InternalResponse, PerUserFetcherFetchOpts, ProxyFetcherFetchOpts, WorkerFetcherFetchOpts, IngesterFetcherFetchOpts, InternalResponse_entries_Array_distance_Union_undefined_number_rlvt_lat_Union_undefined_number_rlvt_lng_Union_undefined_number, PerUserFetcherFetchOpts_Without_DatasourceId, DatasourceLocation, DatasourceGeneric, DatasourceProduct, DatasourceCRM, DatasourcePush, GenericProxyLockFetcherFetchOpts_Without_DatasourceId, ProxyFetcherFetchOpts_Without_DatasourceId, WorkerFetcherFetchOpts_Without_DatasourceId, IngesterFetcherFetchOpts_Without_DatasourceId, TrackingFetcherFetchOpts_Without_DatasourceId, FdjBetsFetcherFetchOpts_Without_DatasourceId, RenaultPricesFetcherFetchOpts_Without_DatasourceId, DecathlonProductFallbackFetcherFetchOpts_Without_DatasourceId, GenericUnwindRowsFetcherFetchOpts_Without_DatasourceId, WorkflowEventsFetcherFetchOpts_Without_DatasourceId, ExpiredProductLifetimeFetcherFetchOpts_Without_DatasourceId, ProductExclusionFetcherFetchOpts_Without_DatasourceId, GenericProxyAggregationFetcherFetchOpts_Without_DatasourceId } from "./definitions";
|
|
3
3
|
export * from "./definitions";
|
|
4
4
|
export default class {
|
|
5
5
|
axios: AxiosInstance;
|
|
6
6
|
constructor(configOrInstance: AxiosRequestConfig | AxiosInstance);
|
|
7
7
|
private query;
|
|
8
8
|
private queryValues;
|
|
9
|
+
private queryCountDistinctValues;
|
|
9
10
|
private fetch;
|
|
10
11
|
private count;
|
|
11
12
|
private findAndFetch;
|
|
@@ -14,7 +15,7 @@ export default class {
|
|
|
14
15
|
page?: number | undefined;
|
|
15
16
|
perPage?: number | undefined;
|
|
16
17
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
17
|
-
}, data: import("./definitions").WorkerFetcherOpts | import("./definitions").IngesterFetcherOpts | ProxyFetcherQueryOpts | import("./definitions").
|
|
18
|
+
}, data: import("./definitions").WorkerFetcherOpts | import("./definitions").IngesterFetcherOpts | ProxyFetcherQueryOpts | import("./definitions").WorkerFetcherFetchOpts_With_DatasourceId_Query | import("./definitions").WorkerFetcherFetchOpts_With_DatasourceId_Query_Sort_Filters | PerUserFetcherFetchOpts | ProxyFetcherFetchOpts, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
18
19
|
paginationCount: number;
|
|
19
20
|
paginationPage: number;
|
|
20
21
|
paginationLimit: number;
|
|
@@ -31,14 +32,23 @@ export default class {
|
|
|
31
32
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
32
33
|
status: "success";
|
|
33
34
|
} & InternalResponse_Array_string, any, {}>>;
|
|
35
|
+
queryCountDistinctValues: (params: {
|
|
36
|
+
'x-rlvt-no-cache'?: boolean | undefined;
|
|
37
|
+
}, data: {
|
|
38
|
+
datasourceId: string;
|
|
39
|
+
field: string;
|
|
40
|
+
query?: string | undefined;
|
|
41
|
+
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
42
|
+
status: "success";
|
|
43
|
+
} & InternalResponse, any, {}>>;
|
|
34
44
|
fetch: (params: {
|
|
35
45
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
36
|
-
}, data: import("./definitions").
|
|
46
|
+
}, data: import("./definitions").WorkerFetcherFetchOpts_With_DatasourceId_Query | import("./definitions").WorkerFetcherFetchOpts_With_DatasourceId_Query_Sort_Filters | PerUserFetcherFetchOpts | ProxyFetcherFetchOpts | WorkerFetcherFetchOpts | IngesterFetcherFetchOpts | import("./definitions").TrackingFetcherOpts, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
37
47
|
status: "success";
|
|
38
48
|
} & InternalResponse_entries_Array_distance_Union_undefined_number_rlvt_lat_Union_undefined_number_rlvt_lng_Union_undefined_number, any, {}>>;
|
|
39
49
|
count: (params: {
|
|
40
50
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
41
|
-
}, data: import("./definitions").ProxyFetcherOpts | import("./definitions").
|
|
51
|
+
}, data: import("./definitions").ProxyFetcherOpts | import("./definitions").WorkerFetcherFetchOpts_With_DatasourceId_Query | import("./definitions").WorkerFetcherFetchOpts_With_DatasourceId_Query_Sort_Filters | PerUserFetcherFetchOpts | ProxyFetcherFetchOpts | import("./definitions").WorkerFetcherOpts_Without_Sort | import("./definitions").IngesterFetcherOpts_Without_Sort, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
42
52
|
status: "success";
|
|
43
53
|
} & InternalResponse, any, {}>>;
|
|
44
54
|
findAndFetch: (params: {
|
|
@@ -199,6 +209,19 @@ export default class {
|
|
|
199
209
|
};
|
|
200
210
|
};
|
|
201
211
|
companyId: string | null;
|
|
212
|
+
}) | (ProductExclusionFetcherFetchOpts_Without_DatasourceId & {
|
|
213
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | {
|
|
214
|
+
name: "analytics";
|
|
215
|
+
subtype: "reelevant" | "google_tag_manager" | "workflow_events" | "user" | "mutable";
|
|
216
|
+
} | {
|
|
217
|
+
name: "analytics";
|
|
218
|
+
subtype: "purchases";
|
|
219
|
+
options: {
|
|
220
|
+
autoExclusions?: boolean | undefined;
|
|
221
|
+
noStats?: boolean | undefined;
|
|
222
|
+
};
|
|
223
|
+
};
|
|
224
|
+
companyId: string | null;
|
|
202
225
|
}) | (GenericProxyAggregationFetcherFetchOpts_Without_DatasourceId & {
|
|
203
226
|
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | {
|
|
204
227
|
name: "analytics";
|
package/build/api.js
CHANGED
|
@@ -38,6 +38,11 @@ class default_1 {
|
|
|
38
38
|
headers: pick(params, "x-rlvt-no-cache"),
|
|
39
39
|
}, options));
|
|
40
40
|
}
|
|
41
|
+
queryCountDistinctValues(params, data, options) {
|
|
42
|
+
return this.axios.post("/query-count-distinct-values", data, Object.assign({}, {
|
|
43
|
+
headers: pick(params, "x-rlvt-no-cache"),
|
|
44
|
+
}, options));
|
|
45
|
+
}
|
|
41
46
|
fetch(params, data, options) {
|
|
42
47
|
return this.axios.post("/fetch", data, Object.assign({}, {
|
|
43
48
|
headers: pick(params, "x-rlvt-no-cache"),
|
|
@@ -57,6 +62,7 @@ class default_1 {
|
|
|
57
62
|
return {
|
|
58
63
|
query: this.query.bind(this),
|
|
59
64
|
queryValues: this.queryValues.bind(this),
|
|
65
|
+
queryCountDistinctValues: this.queryCountDistinctValues.bind(this),
|
|
60
66
|
fetch: this.fetch.bind(this),
|
|
61
67
|
count: this.count.bind(this),
|
|
62
68
|
findAndFetch: this.findAndFetch.bind(this)
|
|
@@ -72,4 +78,4 @@ function pick(obj, ...keys) {
|
|
|
72
78
|
});
|
|
73
79
|
return ret;
|
|
74
80
|
}
|
|
75
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
81
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxvQkFBb0I7QUFDcEIsb0JBQW9COzs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRXBCLGtEQUFpRTtBQUdqRSxnREFBOEI7QUFFOUI7SUFHSSxZQUFZLGdCQUFvRDtRQUM1RCxJQUFJLENBQUMsS0FBSyxHQUFHLGNBQWMsSUFBSSxnQkFBZ0I7WUFDM0MsQ0FBQyxDQUFDLGdCQUFnQjtZQUNsQixDQUFDLENBQUMsZUFBSyxDQUFDLE1BQU0sQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFBO0lBQ3hDLENBQUM7SUFFTyxLQUFLLENBQUMsTUFJYixFQUFFLElBQXVjLEVBQUUsT0FBNEI7UUFDcGUsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FPbEIsUUFBUSxFQUFFLElBQUksRUFDZCxNQUFNLENBQUMsTUFBTSxDQUNULEVBQUUsRUFDRjtZQUNJLE9BQU8sRUFBRSxJQUFJLENBQUMsTUFBTSxFQUFFLGlCQUFpQixDQUFDO1lBQ3hDLE1BQU0sRUFBRSxJQUFJLENBQUMsTUFBTSxFQUFFLE1BQU0sRUFBRSxTQUFTLENBQUM7U0FDMUMsRUFDRCxPQUFPLENBQ1YsQ0FDSixDQUFDO0lBQ04sQ0FBQztJQUVPLFdBQVcsQ0FBQyxNQUVuQixFQUFFLElBS0YsRUFBRSxPQUE0QjtRQUMzQixPQUFPLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUdsQixlQUFlLEVBQUUsSUFBSSxFQUNyQixNQUFNLENBQUMsTUFBTSxDQUNULEVBQUUsRUFDRjtZQUNJLE9BQU8sRUFBRSxJQUFJLENBQUMsTUFBTSxFQUFFLGlCQUFpQixDQUFDO1NBQzNDLEVBQ0QsT0FBTyxDQUNWLENBQ0osQ0FBQztJQUNOLENBQUM7SUFFTyx3QkFBd0IsQ0FBQyxNQUVoQyxFQUFFLElBSUYsRUFBRSxPQUE0QjtRQUMzQixPQUFPLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUds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
|
package/build/definitions.d.ts
CHANGED
|
@@ -102,19 +102,19 @@ export declare type ProxyFetcherQueryOpts = ProxyFetcherOpts & {
|
|
|
102
102
|
order: "desc" | "asc";
|
|
103
103
|
};
|
|
104
104
|
};
|
|
105
|
-
export declare type
|
|
106
|
-
query: string;
|
|
105
|
+
export declare type WorkerFetcherFetchOpts_With_DatasourceId_Query = {
|
|
107
106
|
datasourceId: string;
|
|
107
|
+
query: string;
|
|
108
108
|
};
|
|
109
|
-
export declare type BaseFdjBetsFetcherOpts =
|
|
109
|
+
export declare type BaseFdjBetsFetcherOpts = WorkerFetcherFetchOpts_With_DatasourceId_Query;
|
|
110
110
|
export declare type FdjBetsFetcherQueryOpts = BaseFdjBetsFetcherOpts;
|
|
111
111
|
export declare type RenaultPricesFetcherQueryOpts = WorkerFetcherQueryOpts;
|
|
112
112
|
export declare type DecathlonProductFallbackFetcherQueryOpts = WorkerFetcherQueryOpts;
|
|
113
113
|
export declare type GenericUnwindRowsFetcherQueryOpts = WorkerFetcherQueryOpts;
|
|
114
114
|
export declare type WorkflowEventsFetcherQueryOpts = IngesterFetcherQueryOpts;
|
|
115
|
-
export declare type
|
|
116
|
-
query: string;
|
|
115
|
+
export declare type WorkerFetcherFetchOpts_With_DatasourceId_Query_Sort_Filters = {
|
|
117
116
|
datasourceId: string;
|
|
117
|
+
query: string;
|
|
118
118
|
sort?: {
|
|
119
119
|
by: string;
|
|
120
120
|
order: "desc" | "asc";
|
|
@@ -622,8 +622,9 @@ export declare type WorkerFetcherFetchOpts_With_Query_DatasourceId_Sort_Filters
|
|
|
622
622
|
};
|
|
623
623
|
};
|
|
624
624
|
};
|
|
625
|
-
export declare type BaseExpiredProductLifetimeFetcherOpts =
|
|
625
|
+
export declare type BaseExpiredProductLifetimeFetcherOpts = WorkerFetcherFetchOpts_With_DatasourceId_Query_Sort_Filters;
|
|
626
626
|
export declare type ExpiredProductLifetimeFetcherQueryOpts = BaseExpiredProductLifetimeFetcherOpts;
|
|
627
|
+
export declare type ProductExclusionFetcherQueryOpts = WorkerFetcherQueryOpts;
|
|
627
628
|
export declare type WorkerFetcherFetchOpts_Without_Query_Geo = {
|
|
628
629
|
datasourceId: string;
|
|
629
630
|
sort?: {
|
|
@@ -1167,6 +1168,15 @@ export declare type InternalResponse_Array_string = {
|
|
|
1167
1168
|
message: string;
|
|
1168
1169
|
data: string[];
|
|
1169
1170
|
};
|
|
1171
|
+
export declare type InternalResponse = {
|
|
1172
|
+
program: string;
|
|
1173
|
+
version: string;
|
|
1174
|
+
datetime: string;
|
|
1175
|
+
status: string;
|
|
1176
|
+
code?: number;
|
|
1177
|
+
message: string;
|
|
1178
|
+
data: number;
|
|
1179
|
+
};
|
|
1170
1180
|
export declare type InternalResponse_entries_Array_distance_Union_undefined_number_rlvt_lat_Union_undefined_number_rlvt_lng_Union_undefined_number = {
|
|
1171
1181
|
program: string;
|
|
1172
1182
|
version: string;
|
|
@@ -1744,19 +1754,11 @@ export declare type DecathlonProductFallbackFetcherFetchOpts = WorkerFetcherFetc
|
|
|
1744
1754
|
export declare type GenericUnwindRowsFetcherFetchOpts = WorkerFetcherFetchOpts;
|
|
1745
1755
|
export declare type WorkflowEventsFetcherFetchOpts = IngesterFetcherFetchOpts;
|
|
1746
1756
|
export declare type ExpiredProductLifetimeFetcherFetchOpts = BaseExpiredProductLifetimeFetcherOpts;
|
|
1757
|
+
export declare type ProductExclusionFetcherFetchOpts = WorkerFetcherFetchOpts;
|
|
1747
1758
|
export declare type GenericProxyAggregationFetcherFetchOpts = ProxyFetcherFetchOpts;
|
|
1748
|
-
export declare type InternalResponse = {
|
|
1749
|
-
program: string;
|
|
1750
|
-
version: string;
|
|
1751
|
-
datetime: string;
|
|
1752
|
-
status: string;
|
|
1753
|
-
code?: number;
|
|
1754
|
-
message: string;
|
|
1755
|
-
data: number;
|
|
1756
|
-
};
|
|
1757
1759
|
export declare type WorkerFetcherOpts_Without_Sort = {
|
|
1758
|
-
query: string;
|
|
1759
1760
|
datasourceId: string;
|
|
1761
|
+
query: string;
|
|
1760
1762
|
geo?: {
|
|
1761
1763
|
radius: number;
|
|
1762
1764
|
center: (number | number)[];
|
|
@@ -1764,8 +1766,8 @@ export declare type WorkerFetcherOpts_Without_Sort = {
|
|
|
1764
1766
|
};
|
|
1765
1767
|
export declare type WorkerFetcherCountOpts = WorkerFetcherOpts_Without_Sort;
|
|
1766
1768
|
export declare type IngesterFetcherOpts_Without_Sort = {
|
|
1767
|
-
query: string;
|
|
1768
1769
|
datasourceId: string;
|
|
1770
|
+
query: string;
|
|
1769
1771
|
};
|
|
1770
1772
|
export declare type IngesterFetcherCountOpts = IngesterFetcherOpts_Without_Sort;
|
|
1771
1773
|
export declare type TrackingFetcherCountOpts = IngesterFetcherCountOpts;
|
|
@@ -1776,6 +1778,7 @@ export declare type DecathlonProductFallbackFetcherCountOpts = WorkerFetcherCoun
|
|
|
1776
1778
|
export declare type GenericUnwindRowsFetcherCountOpts = WorkerFetcherCountOpts;
|
|
1777
1779
|
export declare type WorkflowEventsFetcherCountOpts = IngesterFetcherCountOpts;
|
|
1778
1780
|
export declare type ExpiredProductLifetimeFetcherCountOpts = BaseExpiredProductLifetimeFetcherOpts;
|
|
1781
|
+
export declare type ProductExclusionFetcherCountOpts = WorkerFetcherCountOpts;
|
|
1779
1782
|
export declare type PerUserFetcherCountOpts = PerUserFetcherFetchOpts;
|
|
1780
1783
|
export declare type GenericProxyLockFetcherCountOpts = GenericProxyLockFetcherFetchOpts;
|
|
1781
1784
|
export declare type GenericProxyAggregationFetcherCountOpts = ProxyFetcherCountOpts;
|
|
@@ -5020,6 +5023,530 @@ export declare type ExpiredProductLifetimeFetcherFetchOpts_Without_DatasourceId
|
|
|
5020
5023
|
};
|
|
5021
5024
|
};
|
|
5022
5025
|
};
|
|
5026
|
+
export declare type ProductExclusionFetcherFetchOpts_Without_DatasourceId = {
|
|
5027
|
+
query: string;
|
|
5028
|
+
sort?: {
|
|
5029
|
+
by: string;
|
|
5030
|
+
order: "desc" | "asc";
|
|
5031
|
+
};
|
|
5032
|
+
filters?: {
|
|
5033
|
+
datetime?: {
|
|
5034
|
+
or: ({
|
|
5035
|
+
$eq: string | number | string[] | {}[];
|
|
5036
|
+
} | {
|
|
5037
|
+
$ne: string | number | string[] | {}[];
|
|
5038
|
+
} | {
|
|
5039
|
+
$contains: string | string[];
|
|
5040
|
+
} | {
|
|
5041
|
+
$notcontains: string | string[];
|
|
5042
|
+
} | {
|
|
5043
|
+
$empty: boolean;
|
|
5044
|
+
} | {
|
|
5045
|
+
eq: string | number | string[] | {}[];
|
|
5046
|
+
} | {
|
|
5047
|
+
ne: string | number | string[] | {}[];
|
|
5048
|
+
} | {
|
|
5049
|
+
contains: string | string[];
|
|
5050
|
+
} | {
|
|
5051
|
+
notcontains: string | string[];
|
|
5052
|
+
} | {
|
|
5053
|
+
empty: boolean;
|
|
5054
|
+
} | {
|
|
5055
|
+
$neq: string | number | number[] | {}[];
|
|
5056
|
+
} | {
|
|
5057
|
+
$nne: string | number | number[] | {}[];
|
|
5058
|
+
} | {
|
|
5059
|
+
$lt: string | number;
|
|
5060
|
+
} | {
|
|
5061
|
+
$lte: string | number;
|
|
5062
|
+
} | {
|
|
5063
|
+
$gt: string | number;
|
|
5064
|
+
} | {
|
|
5065
|
+
$gte: string | number;
|
|
5066
|
+
} | {
|
|
5067
|
+
neq: string | number | number[] | {}[];
|
|
5068
|
+
} | {
|
|
5069
|
+
nne: string | number | number[] | {}[];
|
|
5070
|
+
} | {
|
|
5071
|
+
lt: string | number;
|
|
5072
|
+
} | {
|
|
5073
|
+
lte: string | number;
|
|
5074
|
+
} | {
|
|
5075
|
+
gt: string | number;
|
|
5076
|
+
} | {
|
|
5077
|
+
gte: string | number;
|
|
5078
|
+
} | {
|
|
5079
|
+
$rangefuture: string | number;
|
|
5080
|
+
} | {
|
|
5081
|
+
$rangepast: string | number;
|
|
5082
|
+
} | {
|
|
5083
|
+
$nrangefuture: string | number;
|
|
5084
|
+
} | {
|
|
5085
|
+
$nrangepast: string | number;
|
|
5086
|
+
} | {
|
|
5087
|
+
rangefuture: string | number;
|
|
5088
|
+
} | {
|
|
5089
|
+
rangepast: string | number;
|
|
5090
|
+
} | {
|
|
5091
|
+
nrangefuture: string | number;
|
|
5092
|
+
} | {
|
|
5093
|
+
nrangepast: string | number;
|
|
5094
|
+
})[];
|
|
5095
|
+
} | {
|
|
5096
|
+
and: ({
|
|
5097
|
+
$eq: string | number | string[] | {}[];
|
|
5098
|
+
} | {
|
|
5099
|
+
$ne: string | number | string[] | {}[];
|
|
5100
|
+
} | {
|
|
5101
|
+
$contains: string | string[];
|
|
5102
|
+
} | {
|
|
5103
|
+
$notcontains: string | string[];
|
|
5104
|
+
} | {
|
|
5105
|
+
$empty: boolean;
|
|
5106
|
+
} | {
|
|
5107
|
+
eq: string | number | string[] | {}[];
|
|
5108
|
+
} | {
|
|
5109
|
+
ne: string | number | string[] | {}[];
|
|
5110
|
+
} | {
|
|
5111
|
+
contains: string | string[];
|
|
5112
|
+
} | {
|
|
5113
|
+
notcontains: string | string[];
|
|
5114
|
+
} | {
|
|
5115
|
+
empty: boolean;
|
|
5116
|
+
} | {
|
|
5117
|
+
$neq: string | number | number[] | {}[];
|
|
5118
|
+
} | {
|
|
5119
|
+
$nne: string | number | number[] | {}[];
|
|
5120
|
+
} | {
|
|
5121
|
+
$lt: string | number;
|
|
5122
|
+
} | {
|
|
5123
|
+
$lte: string | number;
|
|
5124
|
+
} | {
|
|
5125
|
+
$gt: string | number;
|
|
5126
|
+
} | {
|
|
5127
|
+
$gte: string | number;
|
|
5128
|
+
} | {
|
|
5129
|
+
neq: string | number | number[] | {}[];
|
|
5130
|
+
} | {
|
|
5131
|
+
nne: string | number | number[] | {}[];
|
|
5132
|
+
} | {
|
|
5133
|
+
lt: string | number;
|
|
5134
|
+
} | {
|
|
5135
|
+
lte: string | number;
|
|
5136
|
+
} | {
|
|
5137
|
+
gt: string | number;
|
|
5138
|
+
} | {
|
|
5139
|
+
gte: string | number;
|
|
5140
|
+
} | {
|
|
5141
|
+
$rangefuture: string | number;
|
|
5142
|
+
} | {
|
|
5143
|
+
$rangepast: string | number;
|
|
5144
|
+
} | {
|
|
5145
|
+
$nrangefuture: string | number;
|
|
5146
|
+
} | {
|
|
5147
|
+
$nrangepast: string | number;
|
|
5148
|
+
} | {
|
|
5149
|
+
rangefuture: string | number;
|
|
5150
|
+
} | {
|
|
5151
|
+
rangepast: string | number;
|
|
5152
|
+
} | {
|
|
5153
|
+
nrangefuture: string | number;
|
|
5154
|
+
} | {
|
|
5155
|
+
nrangepast: string | number;
|
|
5156
|
+
})[];
|
|
5157
|
+
};
|
|
5158
|
+
reference_id?: {
|
|
5159
|
+
or: ({
|
|
5160
|
+
$eq: string | number | string[] | {}[];
|
|
5161
|
+
} | {
|
|
5162
|
+
$ne: string | number | string[] | {}[];
|
|
5163
|
+
} | {
|
|
5164
|
+
$contains: string | string[];
|
|
5165
|
+
} | {
|
|
5166
|
+
$notcontains: string | string[];
|
|
5167
|
+
} | {
|
|
5168
|
+
$empty: boolean;
|
|
5169
|
+
} | {
|
|
5170
|
+
eq: string | number | string[] | {}[];
|
|
5171
|
+
} | {
|
|
5172
|
+
ne: string | number | string[] | {}[];
|
|
5173
|
+
} | {
|
|
5174
|
+
contains: string | string[];
|
|
5175
|
+
} | {
|
|
5176
|
+
notcontains: string | string[];
|
|
5177
|
+
} | {
|
|
5178
|
+
empty: boolean;
|
|
5179
|
+
} | {
|
|
5180
|
+
$neq: string | number | number[] | {}[];
|
|
5181
|
+
} | {
|
|
5182
|
+
$nne: string | number | number[] | {}[];
|
|
5183
|
+
} | {
|
|
5184
|
+
$lt: string | number;
|
|
5185
|
+
} | {
|
|
5186
|
+
$lte: string | number;
|
|
5187
|
+
} | {
|
|
5188
|
+
$gt: string | number;
|
|
5189
|
+
} | {
|
|
5190
|
+
$gte: string | number;
|
|
5191
|
+
} | {
|
|
5192
|
+
neq: string | number | number[] | {}[];
|
|
5193
|
+
} | {
|
|
5194
|
+
nne: string | number | number[] | {}[];
|
|
5195
|
+
} | {
|
|
5196
|
+
lt: string | number;
|
|
5197
|
+
} | {
|
|
5198
|
+
lte: string | number;
|
|
5199
|
+
} | {
|
|
5200
|
+
gt: string | number;
|
|
5201
|
+
} | {
|
|
5202
|
+
gte: string | number;
|
|
5203
|
+
} | {
|
|
5204
|
+
$rangefuture: string | number;
|
|
5205
|
+
} | {
|
|
5206
|
+
$rangepast: string | number;
|
|
5207
|
+
} | {
|
|
5208
|
+
$nrangefuture: string | number;
|
|
5209
|
+
} | {
|
|
5210
|
+
$nrangepast: string | number;
|
|
5211
|
+
} | {
|
|
5212
|
+
rangefuture: string | number;
|
|
5213
|
+
} | {
|
|
5214
|
+
rangepast: string | number;
|
|
5215
|
+
} | {
|
|
5216
|
+
nrangefuture: string | number;
|
|
5217
|
+
} | {
|
|
5218
|
+
nrangepast: string | number;
|
|
5219
|
+
})[];
|
|
5220
|
+
} | {
|
|
5221
|
+
and: ({
|
|
5222
|
+
$eq: string | number | string[] | {}[];
|
|
5223
|
+
} | {
|
|
5224
|
+
$ne: string | number | string[] | {}[];
|
|
5225
|
+
} | {
|
|
5226
|
+
$contains: string | string[];
|
|
5227
|
+
} | {
|
|
5228
|
+
$notcontains: string | string[];
|
|
5229
|
+
} | {
|
|
5230
|
+
$empty: boolean;
|
|
5231
|
+
} | {
|
|
5232
|
+
eq: string | number | string[] | {}[];
|
|
5233
|
+
} | {
|
|
5234
|
+
ne: string | number | string[] | {}[];
|
|
5235
|
+
} | {
|
|
5236
|
+
contains: string | string[];
|
|
5237
|
+
} | {
|
|
5238
|
+
notcontains: string | string[];
|
|
5239
|
+
} | {
|
|
5240
|
+
empty: boolean;
|
|
5241
|
+
} | {
|
|
5242
|
+
$neq: string | number | number[] | {}[];
|
|
5243
|
+
} | {
|
|
5244
|
+
$nne: string | number | number[] | {}[];
|
|
5245
|
+
} | {
|
|
5246
|
+
$lt: string | number;
|
|
5247
|
+
} | {
|
|
5248
|
+
$lte: string | number;
|
|
5249
|
+
} | {
|
|
5250
|
+
$gt: string | number;
|
|
5251
|
+
} | {
|
|
5252
|
+
$gte: string | number;
|
|
5253
|
+
} | {
|
|
5254
|
+
neq: string | number | number[] | {}[];
|
|
5255
|
+
} | {
|
|
5256
|
+
nne: string | number | number[] | {}[];
|
|
5257
|
+
} | {
|
|
5258
|
+
lt: string | number;
|
|
5259
|
+
} | {
|
|
5260
|
+
lte: string | number;
|
|
5261
|
+
} | {
|
|
5262
|
+
gt: string | number;
|
|
5263
|
+
} | {
|
|
5264
|
+
gte: string | number;
|
|
5265
|
+
} | {
|
|
5266
|
+
$rangefuture: string | number;
|
|
5267
|
+
} | {
|
|
5268
|
+
$rangepast: string | number;
|
|
5269
|
+
} | {
|
|
5270
|
+
$nrangefuture: string | number;
|
|
5271
|
+
} | {
|
|
5272
|
+
$nrangepast: string | number;
|
|
5273
|
+
} | {
|
|
5274
|
+
rangefuture: string | number;
|
|
5275
|
+
} | {
|
|
5276
|
+
rangepast: string | number;
|
|
5277
|
+
} | {
|
|
5278
|
+
nrangefuture: string | number;
|
|
5279
|
+
} | {
|
|
5280
|
+
nrangepast: string | number;
|
|
5281
|
+
})[];
|
|
5282
|
+
};
|
|
5283
|
+
product_id?: {
|
|
5284
|
+
or: ({
|
|
5285
|
+
$eq: string | number | string[] | {}[];
|
|
5286
|
+
} | {
|
|
5287
|
+
$ne: string | number | string[] | {}[];
|
|
5288
|
+
} | {
|
|
5289
|
+
$contains: string | string[];
|
|
5290
|
+
} | {
|
|
5291
|
+
$notcontains: string | string[];
|
|
5292
|
+
} | {
|
|
5293
|
+
$empty: boolean;
|
|
5294
|
+
} | {
|
|
5295
|
+
eq: string | number | string[] | {}[];
|
|
5296
|
+
} | {
|
|
5297
|
+
ne: string | number | string[] | {}[];
|
|
5298
|
+
} | {
|
|
5299
|
+
contains: string | string[];
|
|
5300
|
+
} | {
|
|
5301
|
+
notcontains: string | string[];
|
|
5302
|
+
} | {
|
|
5303
|
+
empty: boolean;
|
|
5304
|
+
} | {
|
|
5305
|
+
$neq: string | number | number[] | {}[];
|
|
5306
|
+
} | {
|
|
5307
|
+
$nne: string | number | number[] | {}[];
|
|
5308
|
+
} | {
|
|
5309
|
+
$lt: string | number;
|
|
5310
|
+
} | {
|
|
5311
|
+
$lte: string | number;
|
|
5312
|
+
} | {
|
|
5313
|
+
$gt: string | number;
|
|
5314
|
+
} | {
|
|
5315
|
+
$gte: string | number;
|
|
5316
|
+
} | {
|
|
5317
|
+
neq: string | number | number[] | {}[];
|
|
5318
|
+
} | {
|
|
5319
|
+
nne: string | number | number[] | {}[];
|
|
5320
|
+
} | {
|
|
5321
|
+
lt: string | number;
|
|
5322
|
+
} | {
|
|
5323
|
+
lte: string | number;
|
|
5324
|
+
} | {
|
|
5325
|
+
gt: string | number;
|
|
5326
|
+
} | {
|
|
5327
|
+
gte: string | number;
|
|
5328
|
+
} | {
|
|
5329
|
+
$rangefuture: string | number;
|
|
5330
|
+
} | {
|
|
5331
|
+
$rangepast: string | number;
|
|
5332
|
+
} | {
|
|
5333
|
+
$nrangefuture: string | number;
|
|
5334
|
+
} | {
|
|
5335
|
+
$nrangepast: string | number;
|
|
5336
|
+
} | {
|
|
5337
|
+
rangefuture: string | number;
|
|
5338
|
+
} | {
|
|
5339
|
+
rangepast: string | number;
|
|
5340
|
+
} | {
|
|
5341
|
+
nrangefuture: string | number;
|
|
5342
|
+
} | {
|
|
5343
|
+
nrangepast: string | number;
|
|
5344
|
+
})[];
|
|
5345
|
+
} | {
|
|
5346
|
+
and: ({
|
|
5347
|
+
$eq: string | number | string[] | {}[];
|
|
5348
|
+
} | {
|
|
5349
|
+
$ne: string | number | string[] | {}[];
|
|
5350
|
+
} | {
|
|
5351
|
+
$contains: string | string[];
|
|
5352
|
+
} | {
|
|
5353
|
+
$notcontains: string | string[];
|
|
5354
|
+
} | {
|
|
5355
|
+
$empty: boolean;
|
|
5356
|
+
} | {
|
|
5357
|
+
eq: string | number | string[] | {}[];
|
|
5358
|
+
} | {
|
|
5359
|
+
ne: string | number | string[] | {}[];
|
|
5360
|
+
} | {
|
|
5361
|
+
contains: string | string[];
|
|
5362
|
+
} | {
|
|
5363
|
+
notcontains: string | string[];
|
|
5364
|
+
} | {
|
|
5365
|
+
empty: boolean;
|
|
5366
|
+
} | {
|
|
5367
|
+
$neq: string | number | number[] | {}[];
|
|
5368
|
+
} | {
|
|
5369
|
+
$nne: string | number | number[] | {}[];
|
|
5370
|
+
} | {
|
|
5371
|
+
$lt: string | number;
|
|
5372
|
+
} | {
|
|
5373
|
+
$lte: string | number;
|
|
5374
|
+
} | {
|
|
5375
|
+
$gt: string | number;
|
|
5376
|
+
} | {
|
|
5377
|
+
$gte: string | number;
|
|
5378
|
+
} | {
|
|
5379
|
+
neq: string | number | number[] | {}[];
|
|
5380
|
+
} | {
|
|
5381
|
+
nne: string | number | number[] | {}[];
|
|
5382
|
+
} | {
|
|
5383
|
+
lt: string | number;
|
|
5384
|
+
} | {
|
|
5385
|
+
lte: string | number;
|
|
5386
|
+
} | {
|
|
5387
|
+
gt: string | number;
|
|
5388
|
+
} | {
|
|
5389
|
+
gte: string | number;
|
|
5390
|
+
} | {
|
|
5391
|
+
$rangefuture: string | number;
|
|
5392
|
+
} | {
|
|
5393
|
+
$rangepast: string | number;
|
|
5394
|
+
} | {
|
|
5395
|
+
$nrangefuture: string | number;
|
|
5396
|
+
} | {
|
|
5397
|
+
$nrangepast: string | number;
|
|
5398
|
+
} | {
|
|
5399
|
+
rangefuture: string | number;
|
|
5400
|
+
} | {
|
|
5401
|
+
rangepast: string | number;
|
|
5402
|
+
} | {
|
|
5403
|
+
nrangefuture: string | number;
|
|
5404
|
+
} | {
|
|
5405
|
+
nrangepast: string | number;
|
|
5406
|
+
})[];
|
|
5407
|
+
};
|
|
5408
|
+
locale?: {
|
|
5409
|
+
or: ({
|
|
5410
|
+
$eq: string | number | string[] | {}[];
|
|
5411
|
+
} | {
|
|
5412
|
+
$ne: string | number | string[] | {}[];
|
|
5413
|
+
} | {
|
|
5414
|
+
$contains: string | string[];
|
|
5415
|
+
} | {
|
|
5416
|
+
$notcontains: string | string[];
|
|
5417
|
+
} | {
|
|
5418
|
+
$empty: boolean;
|
|
5419
|
+
} | {
|
|
5420
|
+
eq: string | number | string[] | {}[];
|
|
5421
|
+
} | {
|
|
5422
|
+
ne: string | number | string[] | {}[];
|
|
5423
|
+
} | {
|
|
5424
|
+
contains: string | string[];
|
|
5425
|
+
} | {
|
|
5426
|
+
notcontains: string | string[];
|
|
5427
|
+
} | {
|
|
5428
|
+
empty: boolean;
|
|
5429
|
+
} | {
|
|
5430
|
+
$neq: string | number | number[] | {}[];
|
|
5431
|
+
} | {
|
|
5432
|
+
$nne: string | number | number[] | {}[];
|
|
5433
|
+
} | {
|
|
5434
|
+
$lt: string | number;
|
|
5435
|
+
} | {
|
|
5436
|
+
$lte: string | number;
|
|
5437
|
+
} | {
|
|
5438
|
+
$gt: string | number;
|
|
5439
|
+
} | {
|
|
5440
|
+
$gte: string | number;
|
|
5441
|
+
} | {
|
|
5442
|
+
neq: string | number | number[] | {}[];
|
|
5443
|
+
} | {
|
|
5444
|
+
nne: string | number | number[] | {}[];
|
|
5445
|
+
} | {
|
|
5446
|
+
lt: string | number;
|
|
5447
|
+
} | {
|
|
5448
|
+
lte: string | number;
|
|
5449
|
+
} | {
|
|
5450
|
+
gt: string | number;
|
|
5451
|
+
} | {
|
|
5452
|
+
gte: string | number;
|
|
5453
|
+
} | {
|
|
5454
|
+
$rangefuture: string | number;
|
|
5455
|
+
} | {
|
|
5456
|
+
$rangepast: string | number;
|
|
5457
|
+
} | {
|
|
5458
|
+
$nrangefuture: string | number;
|
|
5459
|
+
} | {
|
|
5460
|
+
$nrangepast: string | number;
|
|
5461
|
+
} | {
|
|
5462
|
+
rangefuture: string | number;
|
|
5463
|
+
} | {
|
|
5464
|
+
rangepast: string | number;
|
|
5465
|
+
} | {
|
|
5466
|
+
nrangefuture: string | number;
|
|
5467
|
+
} | {
|
|
5468
|
+
nrangepast: string | number;
|
|
5469
|
+
})[];
|
|
5470
|
+
} | {
|
|
5471
|
+
and: ({
|
|
5472
|
+
$eq: string | number | string[] | {}[];
|
|
5473
|
+
} | {
|
|
5474
|
+
$ne: string | number | string[] | {}[];
|
|
5475
|
+
} | {
|
|
5476
|
+
$contains: string | string[];
|
|
5477
|
+
} | {
|
|
5478
|
+
$notcontains: string | string[];
|
|
5479
|
+
} | {
|
|
5480
|
+
$empty: boolean;
|
|
5481
|
+
} | {
|
|
5482
|
+
eq: string | number | string[] | {}[];
|
|
5483
|
+
} | {
|
|
5484
|
+
ne: string | number | string[] | {}[];
|
|
5485
|
+
} | {
|
|
5486
|
+
contains: string | string[];
|
|
5487
|
+
} | {
|
|
5488
|
+
notcontains: string | string[];
|
|
5489
|
+
} | {
|
|
5490
|
+
empty: boolean;
|
|
5491
|
+
} | {
|
|
5492
|
+
$neq: string | number | number[] | {}[];
|
|
5493
|
+
} | {
|
|
5494
|
+
$nne: string | number | number[] | {}[];
|
|
5495
|
+
} | {
|
|
5496
|
+
$lt: string | number;
|
|
5497
|
+
} | {
|
|
5498
|
+
$lte: string | number;
|
|
5499
|
+
} | {
|
|
5500
|
+
$gt: string | number;
|
|
5501
|
+
} | {
|
|
5502
|
+
$gte: string | number;
|
|
5503
|
+
} | {
|
|
5504
|
+
neq: string | number | number[] | {}[];
|
|
5505
|
+
} | {
|
|
5506
|
+
nne: string | number | number[] | {}[];
|
|
5507
|
+
} | {
|
|
5508
|
+
lt: string | number;
|
|
5509
|
+
} | {
|
|
5510
|
+
lte: string | number;
|
|
5511
|
+
} | {
|
|
5512
|
+
gt: string | number;
|
|
5513
|
+
} | {
|
|
5514
|
+
gte: string | number;
|
|
5515
|
+
} | {
|
|
5516
|
+
$rangefuture: string | number;
|
|
5517
|
+
} | {
|
|
5518
|
+
$rangepast: string | number;
|
|
5519
|
+
} | {
|
|
5520
|
+
$nrangefuture: string | number;
|
|
5521
|
+
} | {
|
|
5522
|
+
$nrangepast: string | number;
|
|
5523
|
+
} | {
|
|
5524
|
+
rangefuture: string | number;
|
|
5525
|
+
} | {
|
|
5526
|
+
rangepast: string | number;
|
|
5527
|
+
} | {
|
|
5528
|
+
nrangefuture: string | number;
|
|
5529
|
+
} | {
|
|
5530
|
+
nrangepast: string | number;
|
|
5531
|
+
})[];
|
|
5532
|
+
};
|
|
5533
|
+
};
|
|
5534
|
+
geo?: {
|
|
5535
|
+
radius: number;
|
|
5536
|
+
center: (number | number)[];
|
|
5537
|
+
};
|
|
5538
|
+
group?: {
|
|
5539
|
+
field: string;
|
|
5540
|
+
matching?: {
|
|
5541
|
+
mode: "onePerValue";
|
|
5542
|
+
} | {
|
|
5543
|
+
mode: "oneValueOnly";
|
|
5544
|
+
valueIndex: number;
|
|
5545
|
+
};
|
|
5546
|
+
};
|
|
5547
|
+
limit?: number;
|
|
5548
|
+
select?: string[];
|
|
5549
|
+
};
|
|
5023
5550
|
export declare type GenericProxyAggregationFetcherFetchOpts_Without_DatasourceId = {
|
|
5024
5551
|
query: string;
|
|
5025
5552
|
sort?: {
|
package/build/definitions.js
CHANGED
|
@@ -77,4 +77,4 @@ var DatasourceCRMSubType;
|
|
|
77
77
|
DatasourceCRMSubType["USER"] = "user";
|
|
78
78
|
DatasourceCRMSubType["MUTABLE"] = "mutable";
|
|
79
79
|
})(DatasourceCRMSubType = exports.DatasourceCRMSubType || (exports.DatasourceCRMSubType = {}));
|
|
80
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
80
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBYXBCLElBQVksZ0JBUVg7QUFSRCxXQUFZLGdCQUFnQjtJQUN4QiwrQkFBVyxDQUFBO0lBQ1gscUNBQWlCLENBQUE7SUFDakIsaUNBQWEsQ0FBQTtJQUNiLCtCQUFXLENBQUE7SUFDWCxpQ0FBYSxDQUFBO0lBQ2IsdUNBQW1CLENBQUE7SUFDbkIsaUNBQWEsQ0FBQTtBQUNqQixDQUFDLEVBUlcsZ0JBQWdCLEdBQWhCLHdCQUFnQixLQUFoQix3QkFBZ0IsUUFRM0I7QUFFRCxJQUFZLFFBMEJYO0FBMUJELFdBQVksUUFBUTtJQUNoQiw2Q0FBaUMsQ0FBQTtJQUNqQyx5RUFBNkQsQ0FBQTtJQUM3RCxtREFBdUMsQ0FBQTtJQUN2QyxpREFBcUMsQ0FBQTtJQUNyQywrQ0FBbUMsQ0FBQTtJQUNuQyx1REFBMkMsQ0FBQTtJQUMzQyw2REFBaUQsQ0FBQTtJQUNqRCx5REFBNkMsQ0FBQTtJQUM3QyxtREFBdUMsQ0FBQTtJQUN2QywyQkFBZSxDQUFBO0lBQ2YsbURBQXVDLENBQUE7SUFDdkMsaUNBQXFCLENBQUE7SUFDckIseUVBQTZELENBQUE7SUFDN0QseUZBQTZFLENBQUE7SUFDN0UsdUZBQTJFLENBQUE7SUFDM0UseUZBQTZFLENBQUE7SUFDN0UseUVBQTZELENBQUE7SUFDN0QseUVBQTZELENBQUE7SUFDN0QsbUVBQXVELENBQUE7SUFDdkQsK0RBQW1ELENBQUE7SUFDbkQsbUZBQXVFLENBQUE7SUFDdkUsMkZBQStFLENBQUE7SUFDL0UsaUVBQXFELENBQUE7SUFDckQsMkRBQStDLENBQUE7SUFDL0MsdURBQTJDLENBQUE7QUFDL0MsQ0FBQyxFQTFCVyxRQUFRLEdBQVIsZ0JBQVEsS0FBUixnQkFBUSxRQTBCbkI7QUFFRCxJQUFZLGNBT1g7QUFQRCxXQUFZLGNBQWM7SUFDdEIscUNBQW1CLENBQUE7SUFDbkIsdUNBQXFCLENBQUE7SUFDckIscUNBQW1CLENBQUE7SUFDbkIseUNBQXVCLENBQUE7SUFDdkIsNkJBQVcsQ0FBQTtJQUNYLCtCQUFhLENBQUE7QUFDakIsQ0FBQyxFQVBXLGNBQWMsR0FBZCxzQkFBYyxLQUFkLHNCQUFjLFFBT3pCO0FBOHNFRCxJQUFZLHlCQU1YO0FBTkQsV0FBWSx5QkFBeUI7SUFDakMsMENBQWEsQ0FBQTtJQUNiLHNFQUF5QyxDQUFBO0lBQ3pDLDhDQUFpQixDQUFBO0lBQ2pCLGdEQUFtQixDQUFBO0lBQ25CLGdEQUFtQixDQUFBO0FBQ3ZCLENBQUMsRUFOVyx5QkFBeUIsR0FBekIsaUNBQXlCLEtBQXpCLGlDQUF5QixRQU1wQztBQU9ELElBQVksd0JBSVg7QUFKRCxXQUFZLHdCQUF3QjtJQUNoQyx5Q0FBYSxDQUFBO0lBQ2IsNkRBQWlDLENBQUE7SUFDakMsK0NBQW1CLENBQUE7QUFDdkIsQ0FBQyxFQUpXLHdCQUF3QixHQUF4QixnQ0FBd0IsS0FBeEIsZ0NBQXdCLFFBSW5DO0FBT0QsSUFBWSx3QkFNWDtBQU5ELFdBQVksd0JBQXdCO0lBQ2hDLHlDQUFhLENBQUE7SUFDYixtREFBdUIsQ0FBQTtJQUN2Qix5REFBNkIsQ0FBQTtJQUM3QiwrREFBbUMsQ0FBQTtJQUNuQywrQ0FBbUIsQ0FBQTtBQUN2QixDQUFDLEVBTlcsd0JBQXdCLEdBQXhCLGdDQUF3QixLQUF4QixnQ0FBd0IsUUFNbkM7QUFPRCxJQUFZLG9CQUdYO0FBSEQsV0FBWSxvQkFBb0I7SUFDNUIscUNBQWEsQ0FBQTtJQUNiLDJDQUFtQixDQUFBO0FBQ3ZCLENBQUMsRUFIVyxvQkFBb0IsR0FBcEIsNEJBQW9CLEtBQXBCLDRCQUFvQixRQUcvQiJ9
|
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.356+269452b",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|