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