@rlvt/datasources-query-openapi-client 1.0.255 → 1.0.256
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 +20 -20
- package/build/definitions.d.ts +55 -10
- package/build/definitions.js +2 -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,
|
|
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, 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_Filters, DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group_Filters, GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group_Filters, WorkflowEventsFetcherFetchOpts_Without_Query_Limit_Sort_Group, ExpiredProductLifetimeFetcherFetchOpts_Without_Query, PerUserFetcherFetchOpts_Without_Query_Limit_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;
|
|
@@ -41,47 +41,47 @@ export default class {
|
|
|
41
41
|
}, any>>;
|
|
42
42
|
findAndFetch: (params: {
|
|
43
43
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
44
|
-
}, data: (
|
|
45
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
44
|
+
}, data: (WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Cp_Group_Filters & {
|
|
45
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
46
46
|
companyId: string | null;
|
|
47
47
|
}) | (IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Group & {
|
|
48
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
48
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
49
49
|
companyId: string | null;
|
|
50
50
|
}) | (TrackingFetcherFetchOpts_Without_Query_Limit_Date_Group_ExcludeQuery_UserIds_ExcludeDate & {
|
|
51
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
51
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
52
52
|
companyId: string | null;
|
|
53
53
|
}) | (ProxyFetcherFetchOpts_Without_Query & {
|
|
54
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
54
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
55
55
|
companyId: string | null;
|
|
56
56
|
}) | (CarrefourStoresWithDriveSlotsFetcherFetchOpts_Without_Query & {
|
|
57
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
57
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
58
58
|
companyId: string | null;
|
|
59
59
|
}) | (BestWesternHotelsFetcherFetchOpts_Without_Query_Geo_Sort_Cp & {
|
|
60
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
60
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
61
61
|
companyId: string | null;
|
|
62
62
|
}) | (FdjBetsFetcherFetchOpts_Without_Query & {
|
|
63
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
63
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
64
64
|
companyId: string | null;
|
|
65
65
|
}) | (SarenzaSizesFetcherFetchOpts_Without_Query_Sort_Cp & {
|
|
66
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
66
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
67
67
|
companyId: string | null;
|
|
68
|
-
}) | (
|
|
69
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
68
|
+
}) | (RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group_Filters & {
|
|
69
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
70
70
|
companyId: string | null;
|
|
71
|
-
}) | (
|
|
72
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
71
|
+
}) | (DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group_Filters & {
|
|
72
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
73
73
|
companyId: string | null;
|
|
74
|
-
}) | (
|
|
75
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
74
|
+
}) | (GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group_Filters & {
|
|
75
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
76
76
|
companyId: string | null;
|
|
77
77
|
}) | (WorkflowEventsFetcherFetchOpts_Without_Query_Limit_Sort_Group & {
|
|
78
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
78
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
79
79
|
companyId: string | null;
|
|
80
80
|
}) | (ExpiredProductLifetimeFetcherFetchOpts_Without_Query & {
|
|
81
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
81
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
82
82
|
companyId: string | null;
|
|
83
|
-
}) | (
|
|
84
|
-
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
83
|
+
}) | (PerUserFetcherFetchOpts_Without_Query_Limit_Select_Group_Filters_User & {
|
|
84
|
+
type: DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
|
85
85
|
companyId: string | null;
|
|
86
86
|
}), options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
87
87
|
status: "success";
|
package/build/definitions.d.ts
CHANGED
|
@@ -26,6 +26,9 @@ export declare type WorkerFetcherFetchOpts = {
|
|
|
26
26
|
group: string;
|
|
27
27
|
pickId: string;
|
|
28
28
|
};
|
|
29
|
+
filters?: {
|
|
30
|
+
locale: string;
|
|
31
|
+
};
|
|
29
32
|
datasourceId: string;
|
|
30
33
|
query: string;
|
|
31
34
|
sort?: {
|
|
@@ -143,6 +146,9 @@ export declare type RenaultPricesFetcherFetchOpts = {
|
|
|
143
146
|
valueIndex: number;
|
|
144
147
|
};
|
|
145
148
|
};
|
|
149
|
+
filters?: {
|
|
150
|
+
locale: string;
|
|
151
|
+
};
|
|
146
152
|
};
|
|
147
153
|
export declare type DecathlonProductFallbackFetcherFetchOpts = {
|
|
148
154
|
datasourceId: string;
|
|
@@ -166,6 +172,9 @@ export declare type DecathlonProductFallbackFetcherFetchOpts = {
|
|
|
166
172
|
valueIndex: number;
|
|
167
173
|
};
|
|
168
174
|
};
|
|
175
|
+
filters?: {
|
|
176
|
+
locale: string;
|
|
177
|
+
};
|
|
169
178
|
};
|
|
170
179
|
export declare type GenericUnwindRowsFetcherFetchOpts = {
|
|
171
180
|
datasourceId: string;
|
|
@@ -189,6 +198,9 @@ export declare type GenericUnwindRowsFetcherFetchOpts = {
|
|
|
189
198
|
valueIndex: number;
|
|
190
199
|
};
|
|
191
200
|
};
|
|
201
|
+
filters?: {
|
|
202
|
+
locale: string;
|
|
203
|
+
};
|
|
192
204
|
};
|
|
193
205
|
export declare type WorkflowEventsFetcherFetchOpts = {
|
|
194
206
|
limit?: number;
|
|
@@ -207,7 +219,8 @@ export declare type ExpiredProductLifetimeFetcherFetchOpts = {
|
|
|
207
219
|
query: string;
|
|
208
220
|
};
|
|
209
221
|
export declare type PerUserFetcherFetchOpts = {
|
|
210
|
-
user
|
|
222
|
+
user?: string;
|
|
223
|
+
query?: string;
|
|
211
224
|
datasourceId: string;
|
|
212
225
|
limit?: number;
|
|
213
226
|
select?: string[];
|
|
@@ -220,6 +233,9 @@ export declare type PerUserFetcherFetchOpts = {
|
|
|
220
233
|
valueIndex: number;
|
|
221
234
|
};
|
|
222
235
|
};
|
|
236
|
+
filters?: {
|
|
237
|
+
locale: string;
|
|
238
|
+
};
|
|
223
239
|
};
|
|
224
240
|
export declare type WorkerFetcherCountOpts = {
|
|
225
241
|
datasourceId: string;
|
|
@@ -314,7 +330,8 @@ export declare type ExpiredProductLifetimeFetcherCountOpts = {
|
|
|
314
330
|
query: string;
|
|
315
331
|
};
|
|
316
332
|
export declare type PerUserFetcherCountOpts = {
|
|
317
|
-
user
|
|
333
|
+
user?: string;
|
|
334
|
+
query?: string;
|
|
318
335
|
datasourceId: string;
|
|
319
336
|
limit?: number;
|
|
320
337
|
select?: string[];
|
|
@@ -327,8 +344,11 @@ export declare type PerUserFetcherCountOpts = {
|
|
|
327
344
|
valueIndex: number;
|
|
328
345
|
};
|
|
329
346
|
};
|
|
347
|
+
filters?: {
|
|
348
|
+
locale: string;
|
|
349
|
+
};
|
|
330
350
|
};
|
|
331
|
-
export declare type
|
|
351
|
+
export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Cp_Group_Filters = {
|
|
332
352
|
query: string;
|
|
333
353
|
limit?: number;
|
|
334
354
|
geo?: {
|
|
@@ -355,6 +375,9 @@ export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_C
|
|
|
355
375
|
valueIndex: number;
|
|
356
376
|
};
|
|
357
377
|
};
|
|
378
|
+
filters?: {
|
|
379
|
+
locale: string;
|
|
380
|
+
};
|
|
358
381
|
};
|
|
359
382
|
export declare enum DatasourceGenericSubType {
|
|
360
383
|
USER = "user",
|
|
@@ -366,6 +389,7 @@ export declare type DatasourceGeneric = {
|
|
|
366
389
|
};
|
|
367
390
|
export declare enum DatasourceProductSubType {
|
|
368
391
|
USER = "user",
|
|
392
|
+
LOCALIZED = "localized",
|
|
369
393
|
SHOPIFY = "shopify",
|
|
370
394
|
BEST_PRODUCT = "best_product",
|
|
371
395
|
BOUGHT_TOGETHER = "bought_together"
|
|
@@ -384,6 +408,10 @@ export declare type DatasourceLocation = {
|
|
|
384
408
|
name: "location";
|
|
385
409
|
subtype: DatasourceLocationSubType;
|
|
386
410
|
};
|
|
411
|
+
export declare type DatasourceCRM = {
|
|
412
|
+
name: "crm";
|
|
413
|
+
subtype: "user";
|
|
414
|
+
};
|
|
387
415
|
export declare enum DatasourceAnalyticsSubType {
|
|
388
416
|
REELEVANT = "reelevant",
|
|
389
417
|
GOOGLE_TAG_MANAGER = "google_tag_manager",
|
|
@@ -472,7 +500,7 @@ export declare type SarenzaSizesFetcherFetchOpts_Without_Query_Sort_Cp = {
|
|
|
472
500
|
pickId: string;
|
|
473
501
|
};
|
|
474
502
|
};
|
|
475
|
-
export declare type
|
|
503
|
+
export declare type RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group_Filters = {
|
|
476
504
|
query: string;
|
|
477
505
|
limit?: number;
|
|
478
506
|
geo?: {
|
|
@@ -493,8 +521,11 @@ export declare type RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort_S
|
|
|
493
521
|
valueIndex: number;
|
|
494
522
|
};
|
|
495
523
|
};
|
|
524
|
+
filters?: {
|
|
525
|
+
locale: string;
|
|
526
|
+
};
|
|
496
527
|
};
|
|
497
|
-
export declare type
|
|
528
|
+
export declare type DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group_Filters = {
|
|
498
529
|
query: string;
|
|
499
530
|
limit?: number;
|
|
500
531
|
geo?: {
|
|
@@ -515,8 +546,11 @@ export declare type DecathlonProductFallbackFetcherFetchOpts_Without_Query_Limit
|
|
|
515
546
|
valueIndex: number;
|
|
516
547
|
};
|
|
517
548
|
};
|
|
549
|
+
filters?: {
|
|
550
|
+
locale: string;
|
|
551
|
+
};
|
|
518
552
|
};
|
|
519
|
-
export declare type
|
|
553
|
+
export declare type GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_Sort_Select_Group_Filters = {
|
|
520
554
|
query: string;
|
|
521
555
|
limit?: number;
|
|
522
556
|
geo?: {
|
|
@@ -537,6 +571,9 @@ export declare type GenericUnwindRowsFetcherFetchOpts_Without_Query_Limit_Geo_So
|
|
|
537
571
|
valueIndex: number;
|
|
538
572
|
};
|
|
539
573
|
};
|
|
574
|
+
filters?: {
|
|
575
|
+
locale: string;
|
|
576
|
+
};
|
|
540
577
|
};
|
|
541
578
|
export declare type WorkflowEventsFetcherFetchOpts_Without_Query_Limit_Sort_Group = {
|
|
542
579
|
query: string;
|
|
@@ -552,7 +589,8 @@ export declare type WorkflowEventsFetcherFetchOpts_Without_Query_Limit_Sort_Grou
|
|
|
552
589
|
export declare type ExpiredProductLifetimeFetcherFetchOpts_Without_Query = {
|
|
553
590
|
query: string;
|
|
554
591
|
};
|
|
555
|
-
export declare type
|
|
592
|
+
export declare type PerUserFetcherFetchOpts_Without_Query_Limit_Select_Group_Filters_User = {
|
|
593
|
+
query?: string;
|
|
556
594
|
limit?: number;
|
|
557
595
|
select?: string[];
|
|
558
596
|
group?: {
|
|
@@ -564,7 +602,10 @@ export declare type PerUserFetcherFetchOpts_Without_Limit_Select_Group_User = {
|
|
|
564
602
|
valueIndex: number;
|
|
565
603
|
};
|
|
566
604
|
};
|
|
567
|
-
|
|
605
|
+
filters?: {
|
|
606
|
+
locale: string;
|
|
607
|
+
};
|
|
608
|
+
user?: string;
|
|
568
609
|
};
|
|
569
610
|
export declare type WorkerFetcherQueryOpts = {
|
|
570
611
|
datasourceId: string;
|
|
@@ -675,7 +716,8 @@ export declare type ExpiredProductLifetimeFetcherQueryOpts = {
|
|
|
675
716
|
query: string;
|
|
676
717
|
};
|
|
677
718
|
export declare type PerUserFetcherQueryOpts = {
|
|
678
|
-
user
|
|
719
|
+
user?: string;
|
|
720
|
+
query?: string;
|
|
679
721
|
datasourceId: string;
|
|
680
722
|
limit?: number;
|
|
681
723
|
select?: string[];
|
|
@@ -688,5 +730,8 @@ export declare type PerUserFetcherQueryOpts = {
|
|
|
688
730
|
valueIndex: number;
|
|
689
731
|
};
|
|
690
732
|
};
|
|
733
|
+
filters?: {
|
|
734
|
+
locale: string;
|
|
735
|
+
};
|
|
691
736
|
};
|
|
692
|
-
export declare type DatasourceTypes = DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceAnalytics;
|
|
737
|
+
export declare type DatasourceTypes = DatasourceGeneric | DatasourceProduct | DatasourceLocation | DatasourceCRM | DatasourceAnalytics;
|
package/build/definitions.js
CHANGED
|
@@ -11,6 +11,7 @@ var DatasourceGenericSubType;
|
|
|
11
11
|
var DatasourceProductSubType;
|
|
12
12
|
(function (DatasourceProductSubType) {
|
|
13
13
|
DatasourceProductSubType["USER"] = "user";
|
|
14
|
+
DatasourceProductSubType["LOCALIZED"] = "localized";
|
|
14
15
|
DatasourceProductSubType["SHOPIFY"] = "shopify";
|
|
15
16
|
DatasourceProductSubType["BEST_PRODUCT"] = "best_product";
|
|
16
17
|
DatasourceProductSubType["BOUGHT_TOGETHER"] = "bought_together";
|
|
@@ -30,4 +31,4 @@ var DatasourceAnalyticsSubType;
|
|
|
30
31
|
DatasourceAnalyticsSubType["WORKFLOW_EVENTS"] = "workflow_events";
|
|
31
32
|
DatasourceAnalyticsSubType["USER"] = "user";
|
|
32
33
|
})(DatasourceAnalyticsSubType = exports.DatasourceAnalyticsSubType || (exports.DatasourceAnalyticsSubType = {}));
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBZ1lwQixJQUFZLHdCQUdYO0FBSEQsV0FBWSx3QkFBd0I7SUFDaEMseUNBQWEsQ0FBQTtJQUNiLDZEQUFpQyxDQUFBO0FBQ3JDLENBQUMsRUFIVyx3QkFBd0IsR0FBeEIsZ0NBQXdCLEtBQXhCLGdDQUF3QixRQUduQztBQU9ELElBQVksd0JBTVg7QUFORCxXQUFZLHdCQUF3QjtJQUNoQyx5Q0FBYSxDQUFBO0lBQ2IsbURBQXVCLENBQUE7SUFDdkIsK0NBQW1CLENBQUE7SUFDbkIseURBQTZCLENBQUE7SUFDN0IsK0RBQW1DLENBQUE7QUFDdkMsQ0FBQyxFQU5XLHdCQUF3QixHQUF4QixnQ0FBd0IsS0FBeEIsZ0NBQXdCLFFBTW5DO0FBT0QsSUFBWSx5QkFLWDtBQUxELFdBQVkseUJBQXlCO0lBQ2pDLDBDQUFhLENBQUE7SUFDYixzRUFBeUMsQ0FBQTtJQUN6Qyw4Q0FBaUIsQ0FBQTtJQUNqQixnREFBbUIsQ0FBQTtBQUN2QixDQUFDLEVBTFcseUJBQXlCLEdBQXpCLGlDQUF5QixLQUF6QixpQ0FBeUIsUUFLcEM7QUFXRCxJQUFZLDBCQU1YO0FBTkQsV0FBWSwwQkFBMEI7SUFDbEMscURBQXVCLENBQUE7SUFDdkIsdUVBQXlDLENBQUE7SUFDekMsaURBQW1CLENBQUE7SUFDbkIsaUVBQW1DLENBQUE7SUFDbkMsMkNBQWEsQ0FBQTtBQUNqQixDQUFDLEVBTlcsMEJBQTBCLEdBQTFCLGtDQUEwQixLQUExQixrQ0FBMEIsUUFNckMifQ==
|
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.256+0acefc7",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|