@rlvt/datasources-query-openapi-client 1.0.313 → 1.0.315
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 +37 -85
- package/build/api.js +1 -1
- package/build/definitions.d.ts +1113 -1011
- package/build/definitions.js +56 -9
- 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, GenericProxyLockFetcherFetchOpts, WorkerFetcherCountOpts, IngesterFetcherCountOpts, TrackingFetcherCountOpts, ProxyFetcherCountOpts, CarrefourStoresWithDriveSlotsFetcherCountOpts, BestWesternHotelsFetcherCountOpts, FdjBetsFetcherCountOpts, SarenzaSizesFetcherCountOpts, RenaultPricesFetcherCountOpts, DecathlonProductFallbackFetcherCountOpts, GenericUnwindRowsFetcherCountOpts, WorkflowEventsFetcherCountOpts, ExpiredProductLifetimeFetcherCountOpts, PerUserFetcherCountOpts, GenericProxyLockFetcherCountOpts,
|
|
2
|
+
import type { WorkerFetcherFetchOpts, IngesterFetcherFetchOpts, TrackingFetcherFetchOpts, ProxyFetcherFetchOpts, CarrefourStoresWithDriveSlotsFetcherFetchOpts, BestWesternHotelsFetcherFetchOpts, FdjBetsFetcherFetchOpts, SarenzaSizesFetcherFetchOpts, RenaultPricesFetcherFetchOpts, DecathlonProductFallbackFetcherFetchOpts, GenericUnwindRowsFetcherFetchOpts, WorkflowEventsFetcherFetchOpts, ExpiredProductLifetimeFetcherFetchOpts, PerUserFetcherFetchOpts, GenericProxyLockFetcherFetchOpts, InternalResponse_entries_Array_distance_Union_undefined_number_rlvt_lat_Union_undefined_number_rlvt_lng_Union_undefined_number, WorkerFetcherCountOpts, IngesterFetcherCountOpts, TrackingFetcherCountOpts, ProxyFetcherCountOpts, CarrefourStoresWithDriveSlotsFetcherCountOpts, BestWesternHotelsFetcherCountOpts, FdjBetsFetcherCountOpts, SarenzaSizesFetcherCountOpts, RenaultPricesFetcherCountOpts, DecathlonProductFallbackFetcherCountOpts, GenericUnwindRowsFetcherCountOpts, WorkflowEventsFetcherCountOpts, ExpiredProductLifetimeFetcherCountOpts, PerUserFetcherCountOpts, GenericProxyLockFetcherCountOpts, InternalResponse, WorkerFetcherFetchOpts_Without_DatasourceId, DatasourceLocation, DatasourceGeneric, DatasourceProduct, DatasourceCRM, IngesterFetcherFetchOpts_Without_DatasourceId, TrackingFetcherFetchOpts_Without_DatasourceId, ProxyFetcherFetchOpts_Without_DatasourceId, CarrefourStoresWithDriveSlotsFetcherFetchOpts_Without_DatasourceId, BestWesternHotelsFetcherFetchOpts_Without_DatasourceId, FdjBetsFetcherFetchOpts_Without_DatasourceId, SarenzaSizesFetcherFetchOpts_Without_DatasourceId, RenaultPricesFetcherFetchOpts_Without_DatasourceId, DecathlonProductFallbackFetcherFetchOpts_Without_DatasourceId, GenericUnwindRowsFetcherFetchOpts_Without_DatasourceId, WorkflowEventsFetcherFetchOpts_Without_DatasourceId, ExpiredProductLifetimeFetcherFetchOpts_Without_DatasourceId, PerUserFetcherFetchOpts_Without_DatasourceId, GenericProxyLockFetcherFetchOpts_Without_DatasourceId, WorkerFetcherQueryOpts, IngesterFetcherQueryOpts, TrackingFetcherQueryOpts, ProxyFetcherQueryOpts, CarrefourStoresWithDriveSlotsFetcherQueryOpts, BestWesternHotelsFetcherQueryOpts, FdjBetsFetcherQueryOpts, SarenzaSizesFetcherQueryOpts, RenaultPricesFetcherQueryOpts, DecathlonProductFallbackFetcherQueryOpts, GenericUnwindRowsFetcherQueryOpts, WorkflowEventsFetcherQueryOpts, ExpiredProductLifetimeFetcherQueryOpts, PerUserFetcherQueryOpts, GenericProxyLockFetcherQueryOpts, InternalResponse_entries_Array_distance_Union_undefined_number_rlvt_lat_Union_undefined_number_rlvt_lng_Union_undefined_number_count_number, InternalResponse_Array_string } from "./definitions";
|
|
3
3
|
export * from "./definitions";
|
|
4
4
|
export default class {
|
|
5
5
|
axios: AxiosInstance;
|
|
@@ -14,34 +14,16 @@ export default class {
|
|
|
14
14
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
15
15
|
}, data: WorkerFetcherFetchOpts | IngesterFetcherFetchOpts | TrackingFetcherFetchOpts | ProxyFetcherFetchOpts | CarrefourStoresWithDriveSlotsFetcherFetchOpts | BestWesternHotelsFetcherFetchOpts | FdjBetsFetcherFetchOpts | SarenzaSizesFetcherFetchOpts | RenaultPricesFetcherFetchOpts | DecathlonProductFallbackFetcherFetchOpts | GenericUnwindRowsFetcherFetchOpts | WorkflowEventsFetcherFetchOpts | ExpiredProductLifetimeFetcherFetchOpts | PerUserFetcherFetchOpts | GenericProxyLockFetcherFetchOpts, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
16
16
|
status: "success";
|
|
17
|
-
|
|
18
|
-
version: string;
|
|
19
|
-
datetime: string;
|
|
20
|
-
code?: number | undefined;
|
|
21
|
-
message: string;
|
|
22
|
-
data: {
|
|
23
|
-
entries: {
|
|
24
|
-
distance?: number | undefined;
|
|
25
|
-
rlvt_lat?: number | undefined;
|
|
26
|
-
rlvt_lng?: number | undefined;
|
|
27
|
-
}[];
|
|
28
|
-
};
|
|
29
|
-
}, any>>;
|
|
17
|
+
} & InternalResponse_entries_Array_distance_Union_undefined_number_rlvt_lat_Union_undefined_number_rlvt_lng_Union_undefined_number, any>>;
|
|
30
18
|
count: (params: {
|
|
31
19
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
32
20
|
}, data: WorkerFetcherCountOpts | IngesterFetcherCountOpts | TrackingFetcherCountOpts | ProxyFetcherCountOpts | CarrefourStoresWithDriveSlotsFetcherCountOpts | BestWesternHotelsFetcherCountOpts | FdjBetsFetcherCountOpts | SarenzaSizesFetcherCountOpts | RenaultPricesFetcherCountOpts | DecathlonProductFallbackFetcherCountOpts | GenericUnwindRowsFetcherCountOpts | WorkflowEventsFetcherCountOpts | ExpiredProductLifetimeFetcherCountOpts | PerUserFetcherCountOpts | GenericProxyLockFetcherCountOpts, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
33
21
|
status: "success";
|
|
34
|
-
|
|
35
|
-
version: string;
|
|
36
|
-
datetime: string;
|
|
37
|
-
code?: number | undefined;
|
|
38
|
-
message: string;
|
|
39
|
-
data: number;
|
|
40
|
-
}, any>>;
|
|
22
|
+
} & InternalResponse, any>>;
|
|
41
23
|
findAndFetch: (params: {
|
|
42
24
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
43
|
-
}, data: (
|
|
44
|
-
type:
|
|
25
|
+
}, data: (WorkerFetcherFetchOpts_Without_DatasourceId & {
|
|
26
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | {
|
|
45
27
|
name: "analytics";
|
|
46
28
|
subtype: "user" | "reelevant" | "google_tag_manager" | "shopify" | "workflow_events";
|
|
47
29
|
} | {
|
|
@@ -53,8 +35,8 @@ export default class {
|
|
|
53
35
|
};
|
|
54
36
|
};
|
|
55
37
|
companyId: string | null;
|
|
56
|
-
}) | (
|
|
57
|
-
type:
|
|
38
|
+
}) | (IngesterFetcherFetchOpts_Without_DatasourceId & {
|
|
39
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | {
|
|
58
40
|
name: "analytics";
|
|
59
41
|
subtype: "user" | "reelevant" | "google_tag_manager" | "shopify" | "workflow_events";
|
|
60
42
|
} | {
|
|
@@ -66,8 +48,8 @@ export default class {
|
|
|
66
48
|
};
|
|
67
49
|
};
|
|
68
50
|
companyId: string | null;
|
|
69
|
-
}) | (
|
|
70
|
-
type:
|
|
51
|
+
}) | (TrackingFetcherFetchOpts_Without_DatasourceId & {
|
|
52
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | {
|
|
71
53
|
name: "analytics";
|
|
72
54
|
subtype: "user" | "reelevant" | "google_tag_manager" | "shopify" | "workflow_events";
|
|
73
55
|
} | {
|
|
@@ -79,8 +61,8 @@ export default class {
|
|
|
79
61
|
};
|
|
80
62
|
};
|
|
81
63
|
companyId: string | null;
|
|
82
|
-
}) | (
|
|
83
|
-
type:
|
|
64
|
+
}) | (ProxyFetcherFetchOpts_Without_DatasourceId & {
|
|
65
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | {
|
|
84
66
|
name: "analytics";
|
|
85
67
|
subtype: "user" | "reelevant" | "google_tag_manager" | "shopify" | "workflow_events";
|
|
86
68
|
} | {
|
|
@@ -92,8 +74,8 @@ export default class {
|
|
|
92
74
|
};
|
|
93
75
|
};
|
|
94
76
|
companyId: string | null;
|
|
95
|
-
}) | (
|
|
96
|
-
type:
|
|
77
|
+
}) | (CarrefourStoresWithDriveSlotsFetcherFetchOpts_Without_DatasourceId & {
|
|
78
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | {
|
|
97
79
|
name: "analytics";
|
|
98
80
|
subtype: "user" | "reelevant" | "google_tag_manager" | "shopify" | "workflow_events";
|
|
99
81
|
} | {
|
|
@@ -105,8 +87,8 @@ export default class {
|
|
|
105
87
|
};
|
|
106
88
|
};
|
|
107
89
|
companyId: string | null;
|
|
108
|
-
}) | (
|
|
109
|
-
type:
|
|
90
|
+
}) | (BestWesternHotelsFetcherFetchOpts_Without_DatasourceId & {
|
|
91
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | {
|
|
110
92
|
name: "analytics";
|
|
111
93
|
subtype: "user" | "reelevant" | "google_tag_manager" | "shopify" | "workflow_events";
|
|
112
94
|
} | {
|
|
@@ -118,8 +100,8 @@ export default class {
|
|
|
118
100
|
};
|
|
119
101
|
};
|
|
120
102
|
companyId: string | null;
|
|
121
|
-
}) | (
|
|
122
|
-
type:
|
|
103
|
+
}) | (FdjBetsFetcherFetchOpts_Without_DatasourceId & {
|
|
104
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | {
|
|
123
105
|
name: "analytics";
|
|
124
106
|
subtype: "user" | "reelevant" | "google_tag_manager" | "shopify" | "workflow_events";
|
|
125
107
|
} | {
|
|
@@ -131,8 +113,8 @@ export default class {
|
|
|
131
113
|
};
|
|
132
114
|
};
|
|
133
115
|
companyId: string | null;
|
|
134
|
-
}) | (
|
|
135
|
-
type:
|
|
116
|
+
}) | (SarenzaSizesFetcherFetchOpts_Without_DatasourceId & {
|
|
117
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | {
|
|
136
118
|
name: "analytics";
|
|
137
119
|
subtype: "user" | "reelevant" | "google_tag_manager" | "shopify" | "workflow_events";
|
|
138
120
|
} | {
|
|
@@ -144,8 +126,8 @@ export default class {
|
|
|
144
126
|
};
|
|
145
127
|
};
|
|
146
128
|
companyId: string | null;
|
|
147
|
-
}) | (
|
|
148
|
-
type:
|
|
129
|
+
}) | (RenaultPricesFetcherFetchOpts_Without_DatasourceId & {
|
|
130
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | {
|
|
149
131
|
name: "analytics";
|
|
150
132
|
subtype: "user" | "reelevant" | "google_tag_manager" | "shopify" | "workflow_events";
|
|
151
133
|
} | {
|
|
@@ -157,8 +139,8 @@ export default class {
|
|
|
157
139
|
};
|
|
158
140
|
};
|
|
159
141
|
companyId: string | null;
|
|
160
|
-
}) | (
|
|
161
|
-
type:
|
|
142
|
+
}) | (DecathlonProductFallbackFetcherFetchOpts_Without_DatasourceId & {
|
|
143
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | {
|
|
162
144
|
name: "analytics";
|
|
163
145
|
subtype: "user" | "reelevant" | "google_tag_manager" | "shopify" | "workflow_events";
|
|
164
146
|
} | {
|
|
@@ -170,8 +152,8 @@ export default class {
|
|
|
170
152
|
};
|
|
171
153
|
};
|
|
172
154
|
companyId: string | null;
|
|
173
|
-
}) | (
|
|
174
|
-
type:
|
|
155
|
+
}) | (GenericUnwindRowsFetcherFetchOpts_Without_DatasourceId & {
|
|
156
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | {
|
|
175
157
|
name: "analytics";
|
|
176
158
|
subtype: "user" | "reelevant" | "google_tag_manager" | "shopify" | "workflow_events";
|
|
177
159
|
} | {
|
|
@@ -183,8 +165,8 @@ export default class {
|
|
|
183
165
|
};
|
|
184
166
|
};
|
|
185
167
|
companyId: string | null;
|
|
186
|
-
}) | (
|
|
187
|
-
type:
|
|
168
|
+
}) | (WorkflowEventsFetcherFetchOpts_Without_DatasourceId & {
|
|
169
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | {
|
|
188
170
|
name: "analytics";
|
|
189
171
|
subtype: "user" | "reelevant" | "google_tag_manager" | "shopify" | "workflow_events";
|
|
190
172
|
} | {
|
|
@@ -196,8 +178,8 @@ export default class {
|
|
|
196
178
|
};
|
|
197
179
|
};
|
|
198
180
|
companyId: string | null;
|
|
199
|
-
}) | (
|
|
200
|
-
type:
|
|
181
|
+
}) | (ExpiredProductLifetimeFetcherFetchOpts_Without_DatasourceId & {
|
|
182
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | {
|
|
201
183
|
name: "analytics";
|
|
202
184
|
subtype: "user" | "reelevant" | "google_tag_manager" | "shopify" | "workflow_events";
|
|
203
185
|
} | {
|
|
@@ -209,8 +191,8 @@ export default class {
|
|
|
209
191
|
};
|
|
210
192
|
};
|
|
211
193
|
companyId: string | null;
|
|
212
|
-
}) | (
|
|
213
|
-
type:
|
|
194
|
+
}) | (PerUserFetcherFetchOpts_Without_DatasourceId & {
|
|
195
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | {
|
|
214
196
|
name: "analytics";
|
|
215
197
|
subtype: "user" | "reelevant" | "google_tag_manager" | "shopify" | "workflow_events";
|
|
216
198
|
} | {
|
|
@@ -222,8 +204,8 @@ export default class {
|
|
|
222
204
|
};
|
|
223
205
|
};
|
|
224
206
|
companyId: string | null;
|
|
225
|
-
}) | (
|
|
226
|
-
type:
|
|
207
|
+
}) | (GenericProxyLockFetcherFetchOpts_Without_DatasourceId & {
|
|
208
|
+
type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceCRM | {
|
|
227
209
|
name: "analytics";
|
|
228
210
|
subtype: "user" | "reelevant" | "google_tag_manager" | "shopify" | "workflow_events";
|
|
229
211
|
} | {
|
|
@@ -237,19 +219,7 @@ export default class {
|
|
|
237
219
|
companyId: string | null;
|
|
238
220
|
}), options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
239
221
|
status: "success";
|
|
240
|
-
|
|
241
|
-
version: string;
|
|
242
|
-
datetime: string;
|
|
243
|
-
code?: number | undefined;
|
|
244
|
-
message: string;
|
|
245
|
-
data: {
|
|
246
|
-
entries: {
|
|
247
|
-
distance?: number | undefined;
|
|
248
|
-
rlvt_lat?: number | undefined;
|
|
249
|
-
rlvt_lng?: number | undefined;
|
|
250
|
-
}[];
|
|
251
|
-
};
|
|
252
|
-
}, any>>;
|
|
222
|
+
} & InternalResponse_entries_Array_distance_Union_undefined_number_rlvt_lat_Union_undefined_number_rlvt_lng_Union_undefined_number, any>>;
|
|
253
223
|
query: (params: {
|
|
254
224
|
page?: number | undefined;
|
|
255
225
|
perPage?: number | undefined;
|
|
@@ -258,21 +228,9 @@ export default class {
|
|
|
258
228
|
paginationCount: number;
|
|
259
229
|
paginationPage: number;
|
|
260
230
|
paginationLimit: number;
|
|
231
|
+
} & {
|
|
261
232
|
status: "success";
|
|
262
|
-
|
|
263
|
-
version: string;
|
|
264
|
-
datetime: string;
|
|
265
|
-
code?: number | undefined;
|
|
266
|
-
message: string;
|
|
267
|
-
data: {
|
|
268
|
-
entries: {
|
|
269
|
-
distance?: number | undefined;
|
|
270
|
-
rlvt_lat?: number | undefined;
|
|
271
|
-
rlvt_lng?: number | undefined;
|
|
272
|
-
}[];
|
|
273
|
-
count: number;
|
|
274
|
-
};
|
|
275
|
-
}, any>>;
|
|
233
|
+
} & InternalResponse_entries_Array_distance_Union_undefined_number_rlvt_lat_Union_undefined_number_rlvt_lng_Union_undefined_number_count_number, any>>;
|
|
276
234
|
queryValues: (params: {
|
|
277
235
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
278
236
|
}, data: {
|
|
@@ -281,12 +239,6 @@ export default class {
|
|
|
281
239
|
query?: string | undefined;
|
|
282
240
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
283
241
|
status: "success";
|
|
284
|
-
|
|
285
|
-
version: string;
|
|
286
|
-
datetime: string;
|
|
287
|
-
code?: number | undefined;
|
|
288
|
-
message: string;
|
|
289
|
-
data: string[];
|
|
290
|
-
}, any>>;
|
|
242
|
+
} & InternalResponse_Array_string, any>>;
|
|
291
243
|
};
|
|
292
244
|
}
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxvQkFBb0I7QUFDcEIsb0JBQW9COzs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRXBCLGtEQUFpRTtBQUdqRSxnREFBOEI7QUFFOUI7SUFHSSxZQUFZLGdCQUFvRDtRQUM1RCxJQUFJLENBQUMsS0FBSyxHQUFHLGNBQWMsSUFBSSxnQkFBZ0I7WUFDM0MsQ0FBQyxDQUFDLGdCQUFnQjtZQUNsQixDQUFDLENBQUMsZUFBSyxDQUFDLE1BQU0sQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFBO0lBQ3hDLENBQUM7SUFFTyxLQUFLLENBQUMsTUFFYixFQUFFLElBQTZlLEVBQUUsT0FBNEI7UUFDMWdCLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBR2xCLFFBQVEsRUFBRSxJQUFJLEVBQ2QsTUFBTSxDQUFDLE1BQU0sQ0FDVCxFQUFFLEVBQ0Y7WUFDSSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sRUFBRSxpQkFBaUIsQ0FBQztTQUMzQyxFQUNELE9BQU8sQ0FDVixDQUNKLENBQUM7SUFDTixDQUFDO0lBRU8sS0FBSyxDQUFDLE1BRWIsRUFBRSxJQUE2ZSxFQUFFLE9BQTRCO1FBQzFnQixPQUFPLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUdsQixRQUFRLEVBQUUsSUFBSSxFQUNkLE1BQU0sQ0FBQyxNQUFNLENBQ1QsRUFBRSxFQUNGO1lBQ0ksT0FBTyxFQUFFLElBQUksQ0FBQyxNQUFNLEVBQUUsaUJBQWlCLENBQUM7U0FDM0MsRUFDRCxPQUFPLENBQ1YsQ0FDSixDQUFDO0lBQ04sQ0FBQztJQUVPLFlBQVksQ0FBQyxNQUVwQixFQUFFLElBbU1ELEVBQUUsT0FBNEI7UUFDNUIsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FHbEIsaUJBQWlCLEVBQUUsSUFBSSxFQUN2QixNQUFNLENBQUMsTUFBTSxDQUNULEVBQUUsRUFDRjtZQUNJLE9BQU8sRUFBRSxJQUFJLENBQUMsTUFBTSxFQUFFLGlCQUFpQixDQUFDO1NBQzNDLEVBQ0QsT0FBTyxDQUNWLENBQ0osQ0FBQztJQUNOLENBQUM7SUFFTyxLQUFLLENBQUMsTUFJYixFQUFFLElBQTZlLEVBQUUsT0FBNEI7UUFDMWdCLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBT2xCLFFBQVEsRUFBRSxJQUFJLEVBQ2QsTUFBTSxDQUFDLE1BQU0sQ0FDVCxFQUFFLEVBQ0Y7WUFDSSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sRUFBRSxpQkFBaUIsQ0FBQztZQUN4QyxNQUFNLEVBQUUsSUFBSSxDQUFDLE1BQU0sRUFBRSxNQUFNLEVBQUUsU0FBUyxDQUFDO1NBQzFDLEVBQ0QsT0FBTyxDQUNWLENBQ0osQ0FBQztJQUNOLENBQUM7SUFFTyxXQUFXLENBQUMsTUFFbkIsRUFBRSxJQUlGLEVBQUUsT0FBNEI7UUFDM0IsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FHbEIsZUFBZSxFQUFFLElBQUksRUFDckIsTUFBTSxDQUFDLE1BQU0sQ0FDVCxFQUFFLEVBQ0Y7WUFDSSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sRUFBRSxpQkFBaUIsQ0FBQztTQUMzQyxFQUNELE9BQU8sQ0FDVixDQUNKLENBQUM7SUFDTixDQUFDO0lBRUQsSUFBSSxJQUFJO1FBQ0osT0FBTztZQUNILEtBQUssRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUM7WUFDNUIsS0FBSyxFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztZQUM1QixZQUFZLEVBQUUsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDO1lBQzFDLEtBQUssRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUM7WUFDNUIsV0FBVyxFQUFFLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztTQUMzQyxDQUFDO0lBQ04sQ0FBQztDQUNKO0FBclRELDRCQXFUQztBQUVELFNBQVMsSUFBSSxDQUF1QixHQUFNLEVBQUUsR0FBRyxJQUFTO0lBQ3BELE1BQU0sR0FBRyxHQUFlLEVBQWdCLENBQUM7SUFDekMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsRUFBRTtRQUNmLElBQUksR0FBRyxJQUFJLE1BQU0sQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsUUFBUSxDQUFDLEdBQWEsQ0FBQztZQUMvQyxHQUFHLENBQUMsR0FBRyxDQUFDLEdBQUcsR0FBRyxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQzVCLENBQUMsQ0FBQyxDQUFDO0lBQ0gsT0FBTyxHQUFHLENBQUM7QUFDZixDQUFDIn0=
|