ch-api-client-typescript2 5.88.47 → 5.88.52
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/lib/api/about-us-api.d.ts +8 -8
- package/lib/api/about-us-api.js +6 -6
- package/lib/api/appointments-api.d.ts +4 -4
- package/lib/api/appointments-api.js +3 -3
- package/lib/api/article-categories-api.d.ts +4 -4
- package/lib/api/article-categories-api.js +3 -3
- package/lib/api/articles-api.d.ts +8 -8
- package/lib/api/articles-api.js +6 -6
- package/lib/api/contributors-api.d.ts +8 -8
- package/lib/api/contributors-api.js +6 -6
- package/lib/api/countries-api.d.ts +12 -12
- package/lib/api/countries-api.js +10 -10
- package/lib/api/curations-api.d.ts +12 -12
- package/lib/api/curations-api.js +9 -9
- package/lib/api/deals-api.d.ts +16 -16
- package/lib/api/deals-api.js +12 -12
- package/lib/api/doctor-affiliations-api.d.ts +8 -8
- package/lib/api/doctor-affiliations-api.js +6 -6
- package/lib/api/doctors-api.d.ts +12 -12
- package/lib/api/doctors-api.js +9 -9
- package/lib/api/faq-categories-api.d.ts +8 -8
- package/lib/api/faq-categories-api.js +6 -6
- package/lib/api/faqs-api.d.ts +8 -8
- package/lib/api/faqs-api.js +6 -6
- package/lib/api/form-results-api.d.ts +4 -4
- package/lib/api/form-results-api.js +3 -3
- package/lib/api/form-templates-api.d.ts +4 -4
- package/lib/api/form-templates-api.js +3 -3
- package/lib/api/general-articles-api.d.ts +8 -8
- package/lib/api/general-articles-api.js +6 -6
- package/lib/api/hospitals-api.d.ts +84 -84
- package/lib/api/hospitals-api.js +63 -63
- package/lib/api/languages-api.d.ts +4 -4
- package/lib/api/languages-api.js +3 -3
- package/lib/api/prescriptions-api.d.ts +4 -4
- package/lib/api/prescriptions-api.js +3 -3
- package/lib/api/secure-containers-api.d.ts +4 -4
- package/lib/api/secure-containers-api.js +3 -3
- package/lib/api/service-reviews-api.d.ts +4 -4
- package/lib/api/service-reviews-api.js +3 -3
- package/lib/api/services-api.d.ts +8 -8
- package/lib/api/services-api.js +6 -6
- package/lib/api/specialties-api.d.ts +8 -8
- package/lib/api/specialties-api.js +6 -6
- package/lib/api/specialty-types-api.d.ts +8 -8
- package/lib/api/specialty-types-api.js +6 -6
- package/lib/api/survey-forms-api.d.ts +4 -4
- package/lib/api/survey-forms-api.js +3 -3
- package/lib/models/article-category-document-model.d.ts +81 -45
- package/lib/models/article-category-document-model.d.ts.map +1 -1
- package/lib/models/article-document-model.d.ts +81 -45
- package/lib/models/article-document-model.d.ts.map +1 -1
- package/lib/models/contributor-sub-document-model.d.ts +81 -45
- package/lib/models/contributor-sub-document-model.d.ts.map +1 -1
- package/lib/models/country-document-model.d.ts +81 -45
- package/lib/models/country-document-model.d.ts.map +1 -1
- package/lib/models/country-language-item-model.d.ts +12 -0
- package/lib/models/country-language-item-model.d.ts.map +1 -1
- package/lib/models/country-sub-document-model.d.ts +81 -45
- package/lib/models/country-sub-document-model.d.ts.map +1 -1
- package/lib/models/deal-document-model.d.ts +81 -45
- package/lib/models/deal-document-model.d.ts.map +1 -1
- package/lib/models/deal-global-setting-included-in-price-document-model.d.ts +81 -45
- package/lib/models/deal-global-setting-included-in-price-document-model.d.ts.map +1 -1
- package/lib/models/deal-price-option-document-model.d.ts +81 -45
- package/lib/models/deal-price-option-document-model.d.ts.map +1 -1
- package/lib/models/deal-service-sub-document-model.d.ts +81 -45
- package/lib/models/deal-service-sub-document-model.d.ts.map +1 -1
- package/lib/models/department-document-model.d.ts +81 -45
- package/lib/models/department-document-model.d.ts.map +1 -1
- package/lib/models/department-sub-document-model.d.ts +81 -45
- package/lib/models/department-sub-document-model.d.ts.map +1 -1
- package/lib/models/doctor-document-model.d.ts +81 -45
- package/lib/models/doctor-document-model.d.ts.map +1 -1
- package/lib/models/doctor-specialty-sub-document-model.d.ts +81 -45
- package/lib/models/doctor-specialty-sub-document-model.d.ts.map +1 -1
- package/lib/models/hospital-document-model.d.ts +81 -45
- package/lib/models/hospital-document-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-document-model.d.ts +81 -45
- package/lib/models/hospital-specialty-document-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-simple-sub-document-model.d.ts +81 -45
- package/lib/models/hospital-specialty-simple-sub-document-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-sub-document-model.d.ts +81 -45
- package/lib/models/hospital-specialty-sub-document-model.d.ts.map +1 -1
- package/lib/models/hospital-sub-document-model.d.ts +81 -45
- package/lib/models/hospital-sub-document-model.d.ts.map +1 -1
- package/lib/models/language-locale-item-model.d.ts +24 -0
- package/lib/models/language-locale-item-model.d.ts.map +1 -1
- package/lib/models/service-document-model.d.ts +81 -45
- package/lib/models/service-document-model.d.ts.map +1 -1
- package/lib/models/specialty-document-model.d.ts +81 -45
- package/lib/models/specialty-document-model.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -38,271 +38,307 @@ export interface DealDocumentModel {
|
|
|
38
38
|
* @type {DealTranslationDocumentModel}
|
|
39
39
|
* @memberof DealDocumentModel
|
|
40
40
|
*/
|
|
41
|
-
'
|
|
41
|
+
'en_US'?: DealTranslationDocumentModel;
|
|
42
42
|
/**
|
|
43
43
|
*
|
|
44
44
|
* @type {DealTranslationDocumentModel}
|
|
45
45
|
* @memberof DealDocumentModel
|
|
46
46
|
*/
|
|
47
|
-
'
|
|
47
|
+
'ru_RU'?: DealTranslationDocumentModel;
|
|
48
48
|
/**
|
|
49
49
|
*
|
|
50
50
|
* @type {DealTranslationDocumentModel}
|
|
51
51
|
* @memberof DealDocumentModel
|
|
52
52
|
*/
|
|
53
|
-
'
|
|
53
|
+
'zh_CN'?: DealTranslationDocumentModel;
|
|
54
54
|
/**
|
|
55
55
|
*
|
|
56
56
|
* @type {DealTranslationDocumentModel}
|
|
57
57
|
* @memberof DealDocumentModel
|
|
58
58
|
*/
|
|
59
|
-
'
|
|
59
|
+
'es_ES'?: DealTranslationDocumentModel;
|
|
60
60
|
/**
|
|
61
61
|
*
|
|
62
62
|
* @type {DealTranslationDocumentModel}
|
|
63
63
|
* @memberof DealDocumentModel
|
|
64
64
|
*/
|
|
65
|
-
'
|
|
65
|
+
'id_ID'?: DealTranslationDocumentModel;
|
|
66
66
|
/**
|
|
67
67
|
*
|
|
68
68
|
* @type {DealTranslationDocumentModel}
|
|
69
69
|
* @memberof DealDocumentModel
|
|
70
70
|
*/
|
|
71
|
-
'
|
|
71
|
+
'pt_PT'?: DealTranslationDocumentModel;
|
|
72
72
|
/**
|
|
73
73
|
*
|
|
74
74
|
* @type {DealTranslationDocumentModel}
|
|
75
75
|
* @memberof DealDocumentModel
|
|
76
76
|
*/
|
|
77
|
-
'
|
|
77
|
+
'fr_FR'?: DealTranslationDocumentModel;
|
|
78
78
|
/**
|
|
79
79
|
*
|
|
80
80
|
* @type {DealTranslationDocumentModel}
|
|
81
81
|
* @memberof DealDocumentModel
|
|
82
82
|
*/
|
|
83
|
-
'
|
|
83
|
+
'vi_VN'?: DealTranslationDocumentModel;
|
|
84
84
|
/**
|
|
85
85
|
*
|
|
86
86
|
* @type {DealTranslationDocumentModel}
|
|
87
87
|
* @memberof DealDocumentModel
|
|
88
88
|
*/
|
|
89
|
-
'
|
|
89
|
+
'th_TH'?: DealTranslationDocumentModel;
|
|
90
90
|
/**
|
|
91
91
|
*
|
|
92
92
|
* @type {DealTranslationDocumentModel}
|
|
93
93
|
* @memberof DealDocumentModel
|
|
94
94
|
*/
|
|
95
|
-
'
|
|
95
|
+
'ar_SA'?: DealTranslationDocumentModel;
|
|
96
96
|
/**
|
|
97
97
|
*
|
|
98
98
|
* @type {DealTranslationDocumentModel}
|
|
99
99
|
* @memberof DealDocumentModel
|
|
100
100
|
*/
|
|
101
|
-
'
|
|
101
|
+
'ko_KR'?: DealTranslationDocumentModel;
|
|
102
102
|
/**
|
|
103
103
|
*
|
|
104
104
|
* @type {DealTranslationDocumentModel}
|
|
105
105
|
* @memberof DealDocumentModel
|
|
106
106
|
*/
|
|
107
|
-
'
|
|
107
|
+
'bg_BG'?: DealTranslationDocumentModel;
|
|
108
108
|
/**
|
|
109
109
|
*
|
|
110
110
|
* @type {DealTranslationDocumentModel}
|
|
111
111
|
* @memberof DealDocumentModel
|
|
112
112
|
*/
|
|
113
|
-
'
|
|
113
|
+
'cs_CZ'?: DealTranslationDocumentModel;
|
|
114
114
|
/**
|
|
115
115
|
*
|
|
116
116
|
* @type {DealTranslationDocumentModel}
|
|
117
117
|
* @memberof DealDocumentModel
|
|
118
118
|
*/
|
|
119
|
-
'
|
|
119
|
+
'de_DE'?: DealTranslationDocumentModel;
|
|
120
120
|
/**
|
|
121
121
|
*
|
|
122
122
|
* @type {DealTranslationDocumentModel}
|
|
123
123
|
* @memberof DealDocumentModel
|
|
124
124
|
*/
|
|
125
|
-
'
|
|
125
|
+
'hi_IN'?: DealTranslationDocumentModel;
|
|
126
126
|
/**
|
|
127
127
|
*
|
|
128
128
|
* @type {DealTranslationDocumentModel}
|
|
129
129
|
* @memberof DealDocumentModel
|
|
130
130
|
*/
|
|
131
|
-
'
|
|
131
|
+
'hr_HR'?: DealTranslationDocumentModel;
|
|
132
132
|
/**
|
|
133
133
|
*
|
|
134
134
|
* @type {DealTranslationDocumentModel}
|
|
135
135
|
* @memberof DealDocumentModel
|
|
136
136
|
*/
|
|
137
|
-
'
|
|
137
|
+
'hu_HU'?: DealTranslationDocumentModel;
|
|
138
138
|
/**
|
|
139
139
|
*
|
|
140
140
|
* @type {DealTranslationDocumentModel}
|
|
141
141
|
* @memberof DealDocumentModel
|
|
142
142
|
*/
|
|
143
|
-
'
|
|
143
|
+
'it_IT'?: DealTranslationDocumentModel;
|
|
144
144
|
/**
|
|
145
145
|
*
|
|
146
146
|
* @type {DealTranslationDocumentModel}
|
|
147
147
|
* @memberof DealDocumentModel
|
|
148
148
|
*/
|
|
149
|
-
'
|
|
149
|
+
'ja_JP'?: DealTranslationDocumentModel;
|
|
150
150
|
/**
|
|
151
151
|
*
|
|
152
152
|
* @type {DealTranslationDocumentModel}
|
|
153
153
|
* @memberof DealDocumentModel
|
|
154
154
|
*/
|
|
155
|
-
'
|
|
155
|
+
'kk_KZ'?: DealTranslationDocumentModel;
|
|
156
156
|
/**
|
|
157
157
|
*
|
|
158
158
|
* @type {DealTranslationDocumentModel}
|
|
159
159
|
* @memberof DealDocumentModel
|
|
160
160
|
*/
|
|
161
|
-
'
|
|
161
|
+
'ky_KG'?: DealTranslationDocumentModel;
|
|
162
162
|
/**
|
|
163
163
|
*
|
|
164
164
|
* @type {DealTranslationDocumentModel}
|
|
165
165
|
* @memberof DealDocumentModel
|
|
166
166
|
*/
|
|
167
|
-
'
|
|
167
|
+
'lt_LT'?: DealTranslationDocumentModel;
|
|
168
168
|
/**
|
|
169
169
|
*
|
|
170
170
|
* @type {DealTranslationDocumentModel}
|
|
171
171
|
* @memberof DealDocumentModel
|
|
172
172
|
*/
|
|
173
|
-
'
|
|
173
|
+
'lv_LV'?: DealTranslationDocumentModel;
|
|
174
174
|
/**
|
|
175
175
|
*
|
|
176
176
|
* @type {DealTranslationDocumentModel}
|
|
177
177
|
* @memberof DealDocumentModel
|
|
178
178
|
*/
|
|
179
|
-
'
|
|
179
|
+
'nl_NL'?: DealTranslationDocumentModel;
|
|
180
180
|
/**
|
|
181
181
|
*
|
|
182
182
|
* @type {DealTranslationDocumentModel}
|
|
183
183
|
* @memberof DealDocumentModel
|
|
184
184
|
*/
|
|
185
|
-
'
|
|
185
|
+
'pl_PL'?: DealTranslationDocumentModel;
|
|
186
186
|
/**
|
|
187
187
|
*
|
|
188
188
|
* @type {DealTranslationDocumentModel}
|
|
189
189
|
* @memberof DealDocumentModel
|
|
190
190
|
*/
|
|
191
|
-
'
|
|
191
|
+
'ro_RO'?: DealTranslationDocumentModel;
|
|
192
192
|
/**
|
|
193
193
|
*
|
|
194
194
|
* @type {DealTranslationDocumentModel}
|
|
195
195
|
* @memberof DealDocumentModel
|
|
196
196
|
*/
|
|
197
|
-
'
|
|
197
|
+
'sl_SI'?: DealTranslationDocumentModel;
|
|
198
198
|
/**
|
|
199
199
|
*
|
|
200
200
|
* @type {DealTranslationDocumentModel}
|
|
201
201
|
* @memberof DealDocumentModel
|
|
202
202
|
*/
|
|
203
|
-
'
|
|
203
|
+
'sv_SE'?: DealTranslationDocumentModel;
|
|
204
204
|
/**
|
|
205
205
|
*
|
|
206
206
|
* @type {DealTranslationDocumentModel}
|
|
207
207
|
* @memberof DealDocumentModel
|
|
208
208
|
*/
|
|
209
|
-
'
|
|
209
|
+
'sw_KE'?: DealTranslationDocumentModel;
|
|
210
210
|
/**
|
|
211
211
|
*
|
|
212
212
|
* @type {DealTranslationDocumentModel}
|
|
213
213
|
* @memberof DealDocumentModel
|
|
214
214
|
*/
|
|
215
|
-
'
|
|
215
|
+
'tr_TR'?: DealTranslationDocumentModel;
|
|
216
216
|
/**
|
|
217
217
|
*
|
|
218
218
|
* @type {DealTranslationDocumentModel}
|
|
219
219
|
* @memberof DealDocumentModel
|
|
220
220
|
*/
|
|
221
|
-
'
|
|
221
|
+
'uk_UA'?: DealTranslationDocumentModel;
|
|
222
222
|
/**
|
|
223
223
|
*
|
|
224
224
|
* @type {DealTranslationDocumentModel}
|
|
225
225
|
* @memberof DealDocumentModel
|
|
226
226
|
*/
|
|
227
|
-
'
|
|
227
|
+
'uz_UZ'?: DealTranslationDocumentModel;
|
|
228
228
|
/**
|
|
229
229
|
*
|
|
230
230
|
* @type {DealTranslationDocumentModel}
|
|
231
231
|
* @memberof DealDocumentModel
|
|
232
232
|
*/
|
|
233
|
-
'
|
|
233
|
+
'bn_BD'?: DealTranslationDocumentModel;
|
|
234
234
|
/**
|
|
235
235
|
*
|
|
236
236
|
* @type {DealTranslationDocumentModel}
|
|
237
237
|
* @memberof DealDocumentModel
|
|
238
238
|
*/
|
|
239
|
-
'
|
|
239
|
+
'az_AZ'?: DealTranslationDocumentModel;
|
|
240
240
|
/**
|
|
241
241
|
*
|
|
242
242
|
* @type {DealTranslationDocumentModel}
|
|
243
243
|
* @memberof DealDocumentModel
|
|
244
244
|
*/
|
|
245
|
-
'
|
|
245
|
+
'ka_GE'?: DealTranslationDocumentModel;
|
|
246
246
|
/**
|
|
247
247
|
*
|
|
248
248
|
* @type {DealTranslationDocumentModel}
|
|
249
249
|
* @memberof DealDocumentModel
|
|
250
250
|
*/
|
|
251
|
-
'
|
|
251
|
+
'mn_MN'?: DealTranslationDocumentModel;
|
|
252
252
|
/**
|
|
253
253
|
*
|
|
254
254
|
* @type {DealTranslationDocumentModel}
|
|
255
255
|
* @memberof DealDocumentModel
|
|
256
256
|
*/
|
|
257
|
-
'
|
|
257
|
+
'te_IN'?: DealTranslationDocumentModel;
|
|
258
258
|
/**
|
|
259
259
|
*
|
|
260
260
|
* @type {DealTranslationDocumentModel}
|
|
261
261
|
* @memberof DealDocumentModel
|
|
262
262
|
*/
|
|
263
|
-
'
|
|
263
|
+
'kn_IN'?: DealTranslationDocumentModel;
|
|
264
264
|
/**
|
|
265
265
|
*
|
|
266
266
|
* @type {DealTranslationDocumentModel}
|
|
267
267
|
* @memberof DealDocumentModel
|
|
268
268
|
*/
|
|
269
|
-
'
|
|
269
|
+
'ta_IN'?: DealTranslationDocumentModel;
|
|
270
270
|
/**
|
|
271
271
|
*
|
|
272
272
|
* @type {DealTranslationDocumentModel}
|
|
273
273
|
* @memberof DealDocumentModel
|
|
274
274
|
*/
|
|
275
|
-
'
|
|
275
|
+
'ml_IN'?: DealTranslationDocumentModel;
|
|
276
276
|
/**
|
|
277
277
|
*
|
|
278
278
|
* @type {DealTranslationDocumentModel}
|
|
279
279
|
* @memberof DealDocumentModel
|
|
280
280
|
*/
|
|
281
|
-
'
|
|
281
|
+
'mr_IN'?: DealTranslationDocumentModel;
|
|
282
282
|
/**
|
|
283
283
|
*
|
|
284
284
|
* @type {DealTranslationDocumentModel}
|
|
285
285
|
* @memberof DealDocumentModel
|
|
286
286
|
*/
|
|
287
|
-
'
|
|
287
|
+
'pa_IN'?: DealTranslationDocumentModel;
|
|
288
288
|
/**
|
|
289
289
|
*
|
|
290
290
|
* @type {DealTranslationDocumentModel}
|
|
291
291
|
* @memberof DealDocumentModel
|
|
292
292
|
*/
|
|
293
|
-
'
|
|
293
|
+
'gu_IN'?: DealTranslationDocumentModel;
|
|
294
294
|
/**
|
|
295
295
|
*
|
|
296
296
|
* @type {DealTranslationDocumentModel}
|
|
297
297
|
* @memberof DealDocumentModel
|
|
298
298
|
*/
|
|
299
|
-
'
|
|
299
|
+
'ur_PK'?: DealTranslationDocumentModel;
|
|
300
300
|
/**
|
|
301
301
|
*
|
|
302
302
|
* @type {DealTranslationDocumentModel}
|
|
303
303
|
* @memberof DealDocumentModel
|
|
304
304
|
*/
|
|
305
|
-
'
|
|
305
|
+
'or_IN'?: DealTranslationDocumentModel;
|
|
306
|
+
/**
|
|
307
|
+
*
|
|
308
|
+
* @type {DealTranslationDocumentModel}
|
|
309
|
+
* @memberof DealDocumentModel
|
|
310
|
+
*/
|
|
311
|
+
'ms_MY'?: DealTranslationDocumentModel;
|
|
312
|
+
/**
|
|
313
|
+
*
|
|
314
|
+
* @type {DealTranslationDocumentModel}
|
|
315
|
+
* @memberof DealDocumentModel
|
|
316
|
+
*/
|
|
317
|
+
'fil_PH'?: DealTranslationDocumentModel;
|
|
318
|
+
/**
|
|
319
|
+
*
|
|
320
|
+
* @type {DealTranslationDocumentModel}
|
|
321
|
+
* @memberof DealDocumentModel
|
|
322
|
+
*/
|
|
323
|
+
'am_ET'?: DealTranslationDocumentModel;
|
|
324
|
+
/**
|
|
325
|
+
*
|
|
326
|
+
* @type {DealTranslationDocumentModel}
|
|
327
|
+
* @memberof DealDocumentModel
|
|
328
|
+
*/
|
|
329
|
+
'ne_NP'?: DealTranslationDocumentModel;
|
|
330
|
+
/**
|
|
331
|
+
*
|
|
332
|
+
* @type {DealTranslationDocumentModel}
|
|
333
|
+
* @memberof DealDocumentModel
|
|
334
|
+
*/
|
|
335
|
+
'lo_LA'?: DealTranslationDocumentModel;
|
|
336
|
+
/**
|
|
337
|
+
*
|
|
338
|
+
* @type {DealTranslationDocumentModel}
|
|
339
|
+
* @memberof DealDocumentModel
|
|
340
|
+
*/
|
|
341
|
+
'my_MM'?: DealTranslationDocumentModel;
|
|
306
342
|
/**
|
|
307
343
|
*
|
|
308
344
|
* @type {Array<DealServiceSubDocumentModel>}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deal-document-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGjF,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAGvE,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAGrE,OAAO,EAAE,mCAAmC,EAAE,MAAM,2CAA2C,CAAC;AAGhG,OAAO,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AAGhF,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGjF,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAG7E,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGjF,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAGzE,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAGlE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAGvE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"deal-document-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGjF,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAGvE,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAGrE,OAAO,EAAE,mCAAmC,EAAE,MAAM,2CAA2C,CAAC;AAGhG,OAAO,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AAGhF,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGjF,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAG7E,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGjF,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAGzE,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAGlE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAGvE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,4BAA4B,CAAC;IACvC;;;;OAIG;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"}
|