@rlvt/datasources-query-openapi-client 1.0.356 → 1.0.358
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 +15 -15
- package/build/definitions.d.ts +12 -11
- package/build/definitions.js +9 -12
- 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 { 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";
|
|
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, DatasourceLoop, 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;
|
|
@@ -54,7 +54,7 @@ export default class {
|
|
|
54
54
|
findAndFetch: (params: {
|
|
55
55
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
56
56
|
}, data: (PerUserFetcherFetchOpts_Without_DatasourceId & {
|
|
57
|
-
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | {
|
|
57
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | DatasourceLoop | {
|
|
58
58
|
name: "analytics";
|
|
59
59
|
subtype: "reelevant" | "google_tag_manager" | "workflow_events" | "user" | "mutable";
|
|
60
60
|
} | {
|
|
@@ -67,7 +67,7 @@ export default class {
|
|
|
67
67
|
};
|
|
68
68
|
companyId: string | null;
|
|
69
69
|
}) | (GenericProxyLockFetcherFetchOpts_Without_DatasourceId & {
|
|
70
|
-
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | {
|
|
70
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | DatasourceLoop | {
|
|
71
71
|
name: "analytics";
|
|
72
72
|
subtype: "reelevant" | "google_tag_manager" | "workflow_events" | "user" | "mutable";
|
|
73
73
|
} | {
|
|
@@ -80,7 +80,7 @@ export default class {
|
|
|
80
80
|
};
|
|
81
81
|
companyId: string | null;
|
|
82
82
|
}) | (ProxyFetcherFetchOpts_Without_DatasourceId & {
|
|
83
|
-
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | {
|
|
83
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | DatasourceLoop | {
|
|
84
84
|
name: "analytics";
|
|
85
85
|
subtype: "reelevant" | "google_tag_manager" | "workflow_events" | "user" | "mutable";
|
|
86
86
|
} | {
|
|
@@ -93,7 +93,7 @@ export default class {
|
|
|
93
93
|
};
|
|
94
94
|
companyId: string | null;
|
|
95
95
|
}) | (WorkerFetcherFetchOpts_Without_DatasourceId & {
|
|
96
|
-
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | {
|
|
96
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | DatasourceLoop | {
|
|
97
97
|
name: "analytics";
|
|
98
98
|
subtype: "reelevant" | "google_tag_manager" | "workflow_events" | "user" | "mutable";
|
|
99
99
|
} | {
|
|
@@ -106,7 +106,7 @@ export default class {
|
|
|
106
106
|
};
|
|
107
107
|
companyId: string | null;
|
|
108
108
|
}) | (IngesterFetcherFetchOpts_Without_DatasourceId & {
|
|
109
|
-
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | {
|
|
109
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | DatasourceLoop | {
|
|
110
110
|
name: "analytics";
|
|
111
111
|
subtype: "reelevant" | "google_tag_manager" | "workflow_events" | "user" | "mutable";
|
|
112
112
|
} | {
|
|
@@ -119,7 +119,7 @@ export default class {
|
|
|
119
119
|
};
|
|
120
120
|
companyId: string | null;
|
|
121
121
|
}) | (TrackingFetcherFetchOpts_Without_DatasourceId & {
|
|
122
|
-
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | {
|
|
122
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | DatasourceLoop | {
|
|
123
123
|
name: "analytics";
|
|
124
124
|
subtype: "reelevant" | "google_tag_manager" | "workflow_events" | "user" | "mutable";
|
|
125
125
|
} | {
|
|
@@ -132,7 +132,7 @@ export default class {
|
|
|
132
132
|
};
|
|
133
133
|
companyId: string | null;
|
|
134
134
|
}) | (FdjBetsFetcherFetchOpts_Without_DatasourceId & {
|
|
135
|
-
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | {
|
|
135
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | DatasourceLoop | {
|
|
136
136
|
name: "analytics";
|
|
137
137
|
subtype: "reelevant" | "google_tag_manager" | "workflow_events" | "user" | "mutable";
|
|
138
138
|
} | {
|
|
@@ -145,7 +145,7 @@ export default class {
|
|
|
145
145
|
};
|
|
146
146
|
companyId: string | null;
|
|
147
147
|
}) | (RenaultPricesFetcherFetchOpts_Without_DatasourceId & {
|
|
148
|
-
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | {
|
|
148
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | DatasourceLoop | {
|
|
149
149
|
name: "analytics";
|
|
150
150
|
subtype: "reelevant" | "google_tag_manager" | "workflow_events" | "user" | "mutable";
|
|
151
151
|
} | {
|
|
@@ -158,7 +158,7 @@ export default class {
|
|
|
158
158
|
};
|
|
159
159
|
companyId: string | null;
|
|
160
160
|
}) | (DecathlonProductFallbackFetcherFetchOpts_Without_DatasourceId & {
|
|
161
|
-
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | {
|
|
161
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | DatasourceLoop | {
|
|
162
162
|
name: "analytics";
|
|
163
163
|
subtype: "reelevant" | "google_tag_manager" | "workflow_events" | "user" | "mutable";
|
|
164
164
|
} | {
|
|
@@ -171,7 +171,7 @@ export default class {
|
|
|
171
171
|
};
|
|
172
172
|
companyId: string | null;
|
|
173
173
|
}) | (GenericUnwindRowsFetcherFetchOpts_Without_DatasourceId & {
|
|
174
|
-
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | {
|
|
174
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | DatasourceLoop | {
|
|
175
175
|
name: "analytics";
|
|
176
176
|
subtype: "reelevant" | "google_tag_manager" | "workflow_events" | "user" | "mutable";
|
|
177
177
|
} | {
|
|
@@ -184,7 +184,7 @@ export default class {
|
|
|
184
184
|
};
|
|
185
185
|
companyId: string | null;
|
|
186
186
|
}) | (WorkflowEventsFetcherFetchOpts_Without_DatasourceId & {
|
|
187
|
-
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | {
|
|
187
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | DatasourceLoop | {
|
|
188
188
|
name: "analytics";
|
|
189
189
|
subtype: "reelevant" | "google_tag_manager" | "workflow_events" | "user" | "mutable";
|
|
190
190
|
} | {
|
|
@@ -197,7 +197,7 @@ export default class {
|
|
|
197
197
|
};
|
|
198
198
|
companyId: string | null;
|
|
199
199
|
}) | (ExpiredProductLifetimeFetcherFetchOpts_Without_DatasourceId & {
|
|
200
|
-
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | {
|
|
200
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | DatasourceLoop | {
|
|
201
201
|
name: "analytics";
|
|
202
202
|
subtype: "reelevant" | "google_tag_manager" | "workflow_events" | "user" | "mutable";
|
|
203
203
|
} | {
|
|
@@ -210,7 +210,7 @@ export default class {
|
|
|
210
210
|
};
|
|
211
211
|
companyId: string | null;
|
|
212
212
|
}) | (ProductExclusionFetcherFetchOpts_Without_DatasourceId & {
|
|
213
|
-
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | {
|
|
213
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | DatasourceLoop | {
|
|
214
214
|
name: "analytics";
|
|
215
215
|
subtype: "reelevant" | "google_tag_manager" | "workflow_events" | "user" | "mutable";
|
|
216
216
|
} | {
|
|
@@ -223,7 +223,7 @@ export default class {
|
|
|
223
223
|
};
|
|
224
224
|
companyId: string | null;
|
|
225
225
|
}) | (GenericProxyAggregationFetcherFetchOpts_Without_DatasourceId & {
|
|
226
|
-
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | {
|
|
226
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | DatasourcePush | DatasourceLoop | {
|
|
227
227
|
name: "analytics";
|
|
228
228
|
subtype: "reelevant" | "google_tag_manager" | "workflow_events" | "user" | "mutable";
|
|
229
229
|
} | {
|
package/build/definitions.d.ts
CHANGED
|
@@ -8,15 +8,6 @@ export declare type InternalResponse_ = {
|
|
|
8
8
|
data: {};
|
|
9
9
|
};
|
|
10
10
|
export declare type AnyValue = unknown | null;
|
|
11
|
-
export declare enum DatasourceFormat {
|
|
12
|
-
CSV = "csv",
|
|
13
|
-
NDJSON = "ndjson",
|
|
14
|
-
JSON = "json",
|
|
15
|
-
XML = "xml",
|
|
16
|
-
XLSX = "xlsx",
|
|
17
|
-
PARQUET = "parquet",
|
|
18
|
-
AVRO = "avro"
|
|
19
|
-
}
|
|
20
11
|
export declare enum StepName {
|
|
21
12
|
CONFIGURE_NAME = "configure_name",
|
|
22
13
|
CONFIGURE_RESOURCE_GROUP_IDS = "configure_resource_group_ids",
|
|
@@ -50,7 +41,8 @@ export declare enum DatasourceType {
|
|
|
50
41
|
PRODUCT = "product",
|
|
51
42
|
ANALYTICS = "analytics",
|
|
52
43
|
CRM = "crm",
|
|
53
|
-
PUSH = "push"
|
|
44
|
+
PUSH = "push",
|
|
45
|
+
LOOP = "loop"
|
|
54
46
|
}
|
|
55
47
|
export declare type InternalResponse_entries_Array_distance_Union_undefined_number_rlvt_lat_Union_undefined_number_rlvt_lng_Union_undefined_number_count_number = {
|
|
56
48
|
program: string;
|
|
@@ -2346,6 +2338,15 @@ export declare type DatasourcePush = {
|
|
|
2346
2338
|
name: "push";
|
|
2347
2339
|
subtype: "email";
|
|
2348
2340
|
};
|
|
2341
|
+
export declare enum DatasourceLoopSubType {
|
|
2342
|
+
SCORES = "scores",
|
|
2343
|
+
MESSAGING_PLAN = "messaging_plan",
|
|
2344
|
+
AUDIT = "audit"
|
|
2345
|
+
}
|
|
2346
|
+
export declare type DatasourceLoop = {
|
|
2347
|
+
name: "loop";
|
|
2348
|
+
subtype: DatasourceLoopSubType;
|
|
2349
|
+
};
|
|
2349
2350
|
export declare type GenericProxyLockFetcherFetchOpts_Without_DatasourceId = {
|
|
2350
2351
|
query: string;
|
|
2351
2352
|
sort?: {
|
|
@@ -5564,4 +5565,4 @@ export declare type DatasourceTypes = DatasourceLocation | DatasourceGeneric | D
|
|
|
5564
5565
|
autoExclusions?: boolean;
|
|
5565
5566
|
noStats?: boolean;
|
|
5566
5567
|
};
|
|
5567
|
-
} | DatasourceCRM | DatasourcePush;
|
|
5568
|
+
} | DatasourceCRM | DatasourcePush | DatasourceLoop;
|
package/build/definitions.js
CHANGED
|
@@ -2,17 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.DatasourceCRMSubType = exports.DatasourceProductSubType = exports.DatasourceGenericSubType = exports.DatasourceLocationSubType = exports.DatasourceType = exports.StepName =
|
|
6
|
-
var DatasourceFormat;
|
|
7
|
-
(function (DatasourceFormat) {
|
|
8
|
-
DatasourceFormat["CSV"] = "csv";
|
|
9
|
-
DatasourceFormat["NDJSON"] = "ndjson";
|
|
10
|
-
DatasourceFormat["JSON"] = "json";
|
|
11
|
-
DatasourceFormat["XML"] = "xml";
|
|
12
|
-
DatasourceFormat["XLSX"] = "xlsx";
|
|
13
|
-
DatasourceFormat["PARQUET"] = "parquet";
|
|
14
|
-
DatasourceFormat["AVRO"] = "avro";
|
|
15
|
-
})(DatasourceFormat = exports.DatasourceFormat || (exports.DatasourceFormat = {}));
|
|
5
|
+
exports.DatasourceLoopSubType = exports.DatasourceCRMSubType = exports.DatasourceProductSubType = exports.DatasourceGenericSubType = exports.DatasourceLocationSubType = exports.DatasourceType = exports.StepName = void 0;
|
|
16
6
|
var StepName;
|
|
17
7
|
(function (StepName) {
|
|
18
8
|
StepName["CONFIGURE_NAME"] = "configure_name";
|
|
@@ -49,6 +39,7 @@ var DatasourceType;
|
|
|
49
39
|
DatasourceType["ANALYTICS"] = "analytics";
|
|
50
40
|
DatasourceType["CRM"] = "crm";
|
|
51
41
|
DatasourceType["PUSH"] = "push";
|
|
42
|
+
DatasourceType["LOOP"] = "loop";
|
|
52
43
|
})(DatasourceType = exports.DatasourceType || (exports.DatasourceType = {}));
|
|
53
44
|
var DatasourceLocationSubType;
|
|
54
45
|
(function (DatasourceLocationSubType) {
|
|
@@ -77,4 +68,10 @@ var DatasourceCRMSubType;
|
|
|
77
68
|
DatasourceCRMSubType["USER"] = "user";
|
|
78
69
|
DatasourceCRMSubType["MUTABLE"] = "mutable";
|
|
79
70
|
})(DatasourceCRMSubType = exports.DatasourceCRMSubType || (exports.DatasourceCRMSubType = {}));
|
|
80
|
-
|
|
71
|
+
var DatasourceLoopSubType;
|
|
72
|
+
(function (DatasourceLoopSubType) {
|
|
73
|
+
DatasourceLoopSubType["SCORES"] = "scores";
|
|
74
|
+
DatasourceLoopSubType["MESSAGING_PLAN"] = "messaging_plan";
|
|
75
|
+
DatasourceLoopSubType["AUDIT"] = "audit";
|
|
76
|
+
})(DatasourceLoopSubType = exports.DatasourceLoopSubType || (exports.DatasourceLoopSubType = {}));
|
|
77
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBYXBCLElBQVksUUEwQlg7QUExQkQsV0FBWSxRQUFRO0lBQ2hCLDZDQUFpQyxDQUFBO0lBQ2pDLHlFQUE2RCxDQUFBO0lBQzdELG1EQUF1QyxDQUFBO0lBQ3ZDLGlEQUFxQyxDQUFBO0lBQ3JDLCtDQUFtQyxDQUFBO0lBQ25DLHVEQUEyQyxDQUFBO0lBQzNDLDZEQUFpRCxDQUFBO0lBQ2pELHlEQUE2QyxDQUFBO0lBQzdDLG1EQUF1QyxDQUFBO0lBQ3ZDLDJCQUFlLENBQUE7SUFDZixtREFBdUMsQ0FBQTtJQUN2QyxpQ0FBcUIsQ0FBQTtJQUNyQix5RUFBNkQsQ0FBQTtJQUM3RCx5RkFBNkUsQ0FBQTtJQUM3RSx1RkFBMkUsQ0FBQTtJQUMzRSx5RkFBNkUsQ0FBQTtJQUM3RSx5RUFBNkQsQ0FBQTtJQUM3RCx5RUFBNkQsQ0FBQTtJQUM3RCxtRUFBdUQsQ0FBQTtJQUN2RCwrREFBbUQsQ0FBQTtJQUNuRCxtRkFBdUUsQ0FBQTtJQUN2RSwyRkFBK0UsQ0FBQTtJQUMvRSxpRUFBcUQsQ0FBQTtJQUNyRCwyREFBK0MsQ0FBQTtJQUMvQyx1REFBMkMsQ0FBQTtBQUMvQyxDQUFDLEVBMUJXLFFBQVEsR0FBUixnQkFBUSxLQUFSLGdCQUFRLFFBMEJuQjtBQUVELElBQVksY0FRWDtBQVJELFdBQVksY0FBYztJQUN0QixxQ0FBbUIsQ0FBQTtJQUNuQix1Q0FBcUIsQ0FBQTtJQUNyQixxQ0FBbUIsQ0FBQTtJQUNuQix5Q0FBdUIsQ0FBQTtJQUN2Qiw2QkFBVyxDQUFBO0lBQ1gsK0JBQWEsQ0FBQTtJQUNiLCtCQUFhLENBQUE7QUFDakIsQ0FBQyxFQVJXLGNBQWMsR0FBZCxzQkFBYyxLQUFkLHNCQUFjLFFBUXpCO0FBOHNFRCxJQUFZLHlCQU1YO0FBTkQsV0FBWSx5QkFBeUI7SUFDakMsMENBQWEsQ0FBQTtJQUNiLHNFQUF5QyxDQUFBO0lBQ3pDLDhDQUFpQixDQUFBO0lBQ2pCLGdEQUFtQixDQUFBO0lBQ25CLGdEQUFtQixDQUFBO0FBQ3ZCLENBQUMsRUFOVyx5QkFBeUIsR0FBekIsaUNBQXlCLEtBQXpCLGlDQUF5QixRQU1wQztBQU9ELElBQVksd0JBSVg7QUFKRCxXQUFZLHdCQUF3QjtJQUNoQyx5Q0FBYSxDQUFBO0lBQ2IsNkRBQWlDLENBQUE7SUFDakMsK0NBQW1CLENBQUE7QUFDdkIsQ0FBQyxFQUpXLHdCQUF3QixHQUF4QixnQ0FBd0IsS0FBeEIsZ0NBQXdCLFFBSW5DO0FBT0QsSUFBWSx3QkFNWDtBQU5ELFdBQVksd0JBQXdCO0lBQ2hDLHlDQUFhLENBQUE7SUFDYixtREFBdUIsQ0FBQTtJQUN2Qix5REFBNkIsQ0FBQTtJQUM3QiwrREFBbUMsQ0FBQTtJQUNuQywrQ0FBbUIsQ0FBQTtBQUN2QixDQUFDLEVBTlcsd0JBQXdCLEdBQXhCLGdDQUF3QixLQUF4QixnQ0FBd0IsUUFNbkM7QUFPRCxJQUFZLG9CQUdYO0FBSEQsV0FBWSxvQkFBb0I7SUFDNUIscUNBQWEsQ0FBQTtJQUNiLDJDQUFtQixDQUFBO0FBQ3ZCLENBQUMsRUFIVyxvQkFBb0IsR0FBcEIsNEJBQW9CLEtBQXBCLDRCQUFvQixRQUcvQjtBQVdELElBQVkscUJBSVg7QUFKRCxXQUFZLHFCQUFxQjtJQUM3QiwwQ0FBaUIsQ0FBQTtJQUNqQiwwREFBaUMsQ0FBQTtJQUNqQyx3Q0FBZSxDQUFBO0FBQ25CLENBQUMsRUFKVyxxQkFBcUIsR0FBckIsNkJBQXFCLEtBQXJCLDZCQUFxQixRQUloQyJ9
|
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.358+a2e078d",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|