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
|
@@ -31,271 +31,307 @@ export interface CountryDocumentModel {
|
|
|
31
31
|
* @type {TranslationDocumentModel}
|
|
32
32
|
* @memberof CountryDocumentModel
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
34
|
+
'en_US'?: TranslationDocumentModel;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
37
|
* @type {TranslationDocumentModel}
|
|
38
38
|
* @memberof CountryDocumentModel
|
|
39
39
|
*/
|
|
40
|
-
'
|
|
40
|
+
'ru_RU'?: TranslationDocumentModel;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
43
|
* @type {TranslationDocumentModel}
|
|
44
44
|
* @memberof CountryDocumentModel
|
|
45
45
|
*/
|
|
46
|
-
'
|
|
46
|
+
'zh_CN'?: TranslationDocumentModel;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* @type {TranslationDocumentModel}
|
|
50
50
|
* @memberof CountryDocumentModel
|
|
51
51
|
*/
|
|
52
|
-
'
|
|
52
|
+
'es_ES'?: TranslationDocumentModel;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
55
|
* @type {TranslationDocumentModel}
|
|
56
56
|
* @memberof CountryDocumentModel
|
|
57
57
|
*/
|
|
58
|
-
'
|
|
58
|
+
'id_ID'?: TranslationDocumentModel;
|
|
59
59
|
/**
|
|
60
60
|
*
|
|
61
61
|
* @type {TranslationDocumentModel}
|
|
62
62
|
* @memberof CountryDocumentModel
|
|
63
63
|
*/
|
|
64
|
-
'
|
|
64
|
+
'pt_PT'?: TranslationDocumentModel;
|
|
65
65
|
/**
|
|
66
66
|
*
|
|
67
67
|
* @type {TranslationDocumentModel}
|
|
68
68
|
* @memberof CountryDocumentModel
|
|
69
69
|
*/
|
|
70
|
-
'
|
|
70
|
+
'fr_FR'?: TranslationDocumentModel;
|
|
71
71
|
/**
|
|
72
72
|
*
|
|
73
73
|
* @type {TranslationDocumentModel}
|
|
74
74
|
* @memberof CountryDocumentModel
|
|
75
75
|
*/
|
|
76
|
-
'
|
|
76
|
+
'vi_VN'?: TranslationDocumentModel;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
79
|
* @type {TranslationDocumentModel}
|
|
80
80
|
* @memberof CountryDocumentModel
|
|
81
81
|
*/
|
|
82
|
-
'
|
|
82
|
+
'th_TH'?: TranslationDocumentModel;
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
85
|
* @type {TranslationDocumentModel}
|
|
86
86
|
* @memberof CountryDocumentModel
|
|
87
87
|
*/
|
|
88
|
-
'
|
|
88
|
+
'ar_SA'?: TranslationDocumentModel;
|
|
89
89
|
/**
|
|
90
90
|
*
|
|
91
91
|
* @type {TranslationDocumentModel}
|
|
92
92
|
* @memberof CountryDocumentModel
|
|
93
93
|
*/
|
|
94
|
-
'
|
|
94
|
+
'ko_KR'?: TranslationDocumentModel;
|
|
95
95
|
/**
|
|
96
96
|
*
|
|
97
97
|
* @type {TranslationDocumentModel}
|
|
98
98
|
* @memberof CountryDocumentModel
|
|
99
99
|
*/
|
|
100
|
-
'
|
|
100
|
+
'bg_BG'?: TranslationDocumentModel;
|
|
101
101
|
/**
|
|
102
102
|
*
|
|
103
103
|
* @type {TranslationDocumentModel}
|
|
104
104
|
* @memberof CountryDocumentModel
|
|
105
105
|
*/
|
|
106
|
-
'
|
|
106
|
+
'cs_CZ'?: TranslationDocumentModel;
|
|
107
107
|
/**
|
|
108
108
|
*
|
|
109
109
|
* @type {TranslationDocumentModel}
|
|
110
110
|
* @memberof CountryDocumentModel
|
|
111
111
|
*/
|
|
112
|
-
'
|
|
112
|
+
'de_DE'?: TranslationDocumentModel;
|
|
113
113
|
/**
|
|
114
114
|
*
|
|
115
115
|
* @type {TranslationDocumentModel}
|
|
116
116
|
* @memberof CountryDocumentModel
|
|
117
117
|
*/
|
|
118
|
-
'
|
|
118
|
+
'hi_IN'?: TranslationDocumentModel;
|
|
119
119
|
/**
|
|
120
120
|
*
|
|
121
121
|
* @type {TranslationDocumentModel}
|
|
122
122
|
* @memberof CountryDocumentModel
|
|
123
123
|
*/
|
|
124
|
-
'
|
|
124
|
+
'hr_HR'?: TranslationDocumentModel;
|
|
125
125
|
/**
|
|
126
126
|
*
|
|
127
127
|
* @type {TranslationDocumentModel}
|
|
128
128
|
* @memberof CountryDocumentModel
|
|
129
129
|
*/
|
|
130
|
-
'
|
|
130
|
+
'hu_HU'?: TranslationDocumentModel;
|
|
131
131
|
/**
|
|
132
132
|
*
|
|
133
133
|
* @type {TranslationDocumentModel}
|
|
134
134
|
* @memberof CountryDocumentModel
|
|
135
135
|
*/
|
|
136
|
-
'
|
|
136
|
+
'it_IT'?: TranslationDocumentModel;
|
|
137
137
|
/**
|
|
138
138
|
*
|
|
139
139
|
* @type {TranslationDocumentModel}
|
|
140
140
|
* @memberof CountryDocumentModel
|
|
141
141
|
*/
|
|
142
|
-
'
|
|
142
|
+
'ja_JP'?: TranslationDocumentModel;
|
|
143
143
|
/**
|
|
144
144
|
*
|
|
145
145
|
* @type {TranslationDocumentModel}
|
|
146
146
|
* @memberof CountryDocumentModel
|
|
147
147
|
*/
|
|
148
|
-
'
|
|
148
|
+
'kk_KZ'?: TranslationDocumentModel;
|
|
149
149
|
/**
|
|
150
150
|
*
|
|
151
151
|
* @type {TranslationDocumentModel}
|
|
152
152
|
* @memberof CountryDocumentModel
|
|
153
153
|
*/
|
|
154
|
-
'
|
|
154
|
+
'ky_KG'?: TranslationDocumentModel;
|
|
155
155
|
/**
|
|
156
156
|
*
|
|
157
157
|
* @type {TranslationDocumentModel}
|
|
158
158
|
* @memberof CountryDocumentModel
|
|
159
159
|
*/
|
|
160
|
-
'
|
|
160
|
+
'lt_LT'?: TranslationDocumentModel;
|
|
161
161
|
/**
|
|
162
162
|
*
|
|
163
163
|
* @type {TranslationDocumentModel}
|
|
164
164
|
* @memberof CountryDocumentModel
|
|
165
165
|
*/
|
|
166
|
-
'
|
|
166
|
+
'lv_LV'?: TranslationDocumentModel;
|
|
167
167
|
/**
|
|
168
168
|
*
|
|
169
169
|
* @type {TranslationDocumentModel}
|
|
170
170
|
* @memberof CountryDocumentModel
|
|
171
171
|
*/
|
|
172
|
-
'
|
|
172
|
+
'nl_NL'?: TranslationDocumentModel;
|
|
173
173
|
/**
|
|
174
174
|
*
|
|
175
175
|
* @type {TranslationDocumentModel}
|
|
176
176
|
* @memberof CountryDocumentModel
|
|
177
177
|
*/
|
|
178
|
-
'
|
|
178
|
+
'pl_PL'?: TranslationDocumentModel;
|
|
179
179
|
/**
|
|
180
180
|
*
|
|
181
181
|
* @type {TranslationDocumentModel}
|
|
182
182
|
* @memberof CountryDocumentModel
|
|
183
183
|
*/
|
|
184
|
-
'
|
|
184
|
+
'ro_RO'?: TranslationDocumentModel;
|
|
185
185
|
/**
|
|
186
186
|
*
|
|
187
187
|
* @type {TranslationDocumentModel}
|
|
188
188
|
* @memberof CountryDocumentModel
|
|
189
189
|
*/
|
|
190
|
-
'
|
|
190
|
+
'sl_SI'?: TranslationDocumentModel;
|
|
191
191
|
/**
|
|
192
192
|
*
|
|
193
193
|
* @type {TranslationDocumentModel}
|
|
194
194
|
* @memberof CountryDocumentModel
|
|
195
195
|
*/
|
|
196
|
-
'
|
|
196
|
+
'sv_SE'?: TranslationDocumentModel;
|
|
197
197
|
/**
|
|
198
198
|
*
|
|
199
199
|
* @type {TranslationDocumentModel}
|
|
200
200
|
* @memberof CountryDocumentModel
|
|
201
201
|
*/
|
|
202
|
-
'
|
|
202
|
+
'sw_KE'?: TranslationDocumentModel;
|
|
203
203
|
/**
|
|
204
204
|
*
|
|
205
205
|
* @type {TranslationDocumentModel}
|
|
206
206
|
* @memberof CountryDocumentModel
|
|
207
207
|
*/
|
|
208
|
-
'
|
|
208
|
+
'tr_TR'?: TranslationDocumentModel;
|
|
209
209
|
/**
|
|
210
210
|
*
|
|
211
211
|
* @type {TranslationDocumentModel}
|
|
212
212
|
* @memberof CountryDocumentModel
|
|
213
213
|
*/
|
|
214
|
-
'
|
|
214
|
+
'uk_UA'?: TranslationDocumentModel;
|
|
215
215
|
/**
|
|
216
216
|
*
|
|
217
217
|
* @type {TranslationDocumentModel}
|
|
218
218
|
* @memberof CountryDocumentModel
|
|
219
219
|
*/
|
|
220
|
-
'
|
|
220
|
+
'uz_UZ'?: TranslationDocumentModel;
|
|
221
221
|
/**
|
|
222
222
|
*
|
|
223
223
|
* @type {TranslationDocumentModel}
|
|
224
224
|
* @memberof CountryDocumentModel
|
|
225
225
|
*/
|
|
226
|
-
'
|
|
226
|
+
'bn_BD'?: TranslationDocumentModel;
|
|
227
227
|
/**
|
|
228
228
|
*
|
|
229
229
|
* @type {TranslationDocumentModel}
|
|
230
230
|
* @memberof CountryDocumentModel
|
|
231
231
|
*/
|
|
232
|
-
'
|
|
232
|
+
'az_AZ'?: TranslationDocumentModel;
|
|
233
233
|
/**
|
|
234
234
|
*
|
|
235
235
|
* @type {TranslationDocumentModel}
|
|
236
236
|
* @memberof CountryDocumentModel
|
|
237
237
|
*/
|
|
238
|
-
'
|
|
238
|
+
'ka_GE'?: TranslationDocumentModel;
|
|
239
239
|
/**
|
|
240
240
|
*
|
|
241
241
|
* @type {TranslationDocumentModel}
|
|
242
242
|
* @memberof CountryDocumentModel
|
|
243
243
|
*/
|
|
244
|
-
'
|
|
244
|
+
'mn_MN'?: TranslationDocumentModel;
|
|
245
245
|
/**
|
|
246
246
|
*
|
|
247
247
|
* @type {TranslationDocumentModel}
|
|
248
248
|
* @memberof CountryDocumentModel
|
|
249
249
|
*/
|
|
250
|
-
'
|
|
250
|
+
'te_IN'?: TranslationDocumentModel;
|
|
251
251
|
/**
|
|
252
252
|
*
|
|
253
253
|
* @type {TranslationDocumentModel}
|
|
254
254
|
* @memberof CountryDocumentModel
|
|
255
255
|
*/
|
|
256
|
-
'
|
|
256
|
+
'kn_IN'?: TranslationDocumentModel;
|
|
257
257
|
/**
|
|
258
258
|
*
|
|
259
259
|
* @type {TranslationDocumentModel}
|
|
260
260
|
* @memberof CountryDocumentModel
|
|
261
261
|
*/
|
|
262
|
-
'
|
|
262
|
+
'ta_IN'?: TranslationDocumentModel;
|
|
263
263
|
/**
|
|
264
264
|
*
|
|
265
265
|
* @type {TranslationDocumentModel}
|
|
266
266
|
* @memberof CountryDocumentModel
|
|
267
267
|
*/
|
|
268
|
-
'
|
|
268
|
+
'ml_IN'?: TranslationDocumentModel;
|
|
269
269
|
/**
|
|
270
270
|
*
|
|
271
271
|
* @type {TranslationDocumentModel}
|
|
272
272
|
* @memberof CountryDocumentModel
|
|
273
273
|
*/
|
|
274
|
-
'
|
|
274
|
+
'mr_IN'?: TranslationDocumentModel;
|
|
275
275
|
/**
|
|
276
276
|
*
|
|
277
277
|
* @type {TranslationDocumentModel}
|
|
278
278
|
* @memberof CountryDocumentModel
|
|
279
279
|
*/
|
|
280
|
-
'
|
|
280
|
+
'pa_IN'?: TranslationDocumentModel;
|
|
281
281
|
/**
|
|
282
282
|
*
|
|
283
283
|
* @type {TranslationDocumentModel}
|
|
284
284
|
* @memberof CountryDocumentModel
|
|
285
285
|
*/
|
|
286
|
-
'
|
|
286
|
+
'gu_IN'?: TranslationDocumentModel;
|
|
287
287
|
/**
|
|
288
288
|
*
|
|
289
289
|
* @type {TranslationDocumentModel}
|
|
290
290
|
* @memberof CountryDocumentModel
|
|
291
291
|
*/
|
|
292
|
-
'
|
|
292
|
+
'ur_PK'?: TranslationDocumentModel;
|
|
293
293
|
/**
|
|
294
294
|
*
|
|
295
295
|
* @type {TranslationDocumentModel}
|
|
296
296
|
* @memberof CountryDocumentModel
|
|
297
297
|
*/
|
|
298
|
-
'
|
|
298
|
+
'or_IN'?: TranslationDocumentModel;
|
|
299
|
+
/**
|
|
300
|
+
*
|
|
301
|
+
* @type {TranslationDocumentModel}
|
|
302
|
+
* @memberof CountryDocumentModel
|
|
303
|
+
*/
|
|
304
|
+
'ms_MY'?: TranslationDocumentModel;
|
|
305
|
+
/**
|
|
306
|
+
*
|
|
307
|
+
* @type {TranslationDocumentModel}
|
|
308
|
+
* @memberof CountryDocumentModel
|
|
309
|
+
*/
|
|
310
|
+
'fil_PH'?: TranslationDocumentModel;
|
|
311
|
+
/**
|
|
312
|
+
*
|
|
313
|
+
* @type {TranslationDocumentModel}
|
|
314
|
+
* @memberof CountryDocumentModel
|
|
315
|
+
*/
|
|
316
|
+
'am_ET'?: TranslationDocumentModel;
|
|
317
|
+
/**
|
|
318
|
+
*
|
|
319
|
+
* @type {TranslationDocumentModel}
|
|
320
|
+
* @memberof CountryDocumentModel
|
|
321
|
+
*/
|
|
322
|
+
'ne_NP'?: TranslationDocumentModel;
|
|
323
|
+
/**
|
|
324
|
+
*
|
|
325
|
+
* @type {TranslationDocumentModel}
|
|
326
|
+
* @memberof CountryDocumentModel
|
|
327
|
+
*/
|
|
328
|
+
'lo_LA'?: TranslationDocumentModel;
|
|
329
|
+
/**
|
|
330
|
+
*
|
|
331
|
+
* @type {TranslationDocumentModel}
|
|
332
|
+
* @memberof CountryDocumentModel
|
|
333
|
+
*/
|
|
334
|
+
'my_MM'?: TranslationDocumentModel;
|
|
299
335
|
/**
|
|
300
336
|
*
|
|
301
337
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"country-document-model.d.ts","sourceRoot":"","sources":["../../src/models/country-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGjF,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGjF,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGjF,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAG5D,OAAO,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAExE;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"country-document-model.d.ts","sourceRoot":"","sources":["../../src/models/country-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGjF,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGjF,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGjF,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAG5D,OAAO,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAExE;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,wBAAwB,CAAC;IACpC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;IAC5C;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,4BAA4B,CAAC;IACjD;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;IAChE;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC9C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;CACpE"}
|
|
@@ -27,6 +27,12 @@ export interface CountryLanguageItemModel {
|
|
|
27
27
|
* @memberof CountryLanguageItemModel
|
|
28
28
|
*/
|
|
29
29
|
'languageCode'?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CountryLanguageItemModel
|
|
34
|
+
*/
|
|
35
|
+
'localeCode'?: string | null;
|
|
30
36
|
/**
|
|
31
37
|
*
|
|
32
38
|
* @type {number}
|
|
@@ -45,5 +51,11 @@ export interface CountryLanguageItemModel {
|
|
|
45
51
|
* @memberof CountryLanguageItemModel
|
|
46
52
|
*/
|
|
47
53
|
'languageLocalizedName'?: string | null;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof CountryLanguageItemModel
|
|
58
|
+
*/
|
|
59
|
+
'fallbackTargetLanguageCode'?: string | null;
|
|
48
60
|
}
|
|
49
61
|
//# sourceMappingURL=country-language-item-model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"country-language-item-model.d.ts","sourceRoot":"","sources":["../../src/models/country-language-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"country-language-item-model.d.ts","sourceRoot":"","sources":["../../src/models/country-language-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,4BAA4B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAChD"}
|