ch-api-client-typescript2 5.42.0 → 5.42.1
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/models/accreditation-document-model.d.ts +2 -0
- package/lib/models/accreditation-document-model.d.ts.map +1 -1
- package/lib/models/contributor-translation-document-model.d.ts +1 -19
- package/lib/models/contributor-translation-document-model.d.ts.map +1 -1
- package/lib/models/deal-document-model.d.ts +0 -13
- package/lib/models/deal-document-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-translation-document-model.d.ts +5 -17
- package/lib/models/doctor-affiliation-translation-document-model.d.ts.map +1 -1
- package/lib/models/doctor-document-model.d.ts +0 -20
- package/lib/models/doctor-document-model.d.ts.map +1 -1
- package/lib/models/doctor-specialty-sub-document-model.d.ts +0 -283
- package/lib/models/doctor-specialty-sub-document-model.d.ts.map +1 -1
- package/lib/models/hospital-document-model.d.ts +6 -39
- package/lib/models/hospital-document-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-document-model.d.ts +0 -13
- package/lib/models/hospital-specialty-document-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-sub-document-model.d.ts +43 -0
- package/lib/models/hospital-specialty-sub-document-model.d.ts.map +1 -0
- package/lib/models/hospital-translation-document-model.d.ts +8 -8
- package/lib/models/hospital-translation-document-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +1 -3
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +1 -3
- package/lib/models/location-document-model.d.ts +4 -6
- package/lib/models/location-document-model.d.ts.map +1 -1
- package/lib/models/translation-document-model.d.ts +1 -19
- package/lib/models/translation-document-model.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +1 -3
- package/src/models/accreditation-document-model.ts +2 -0
- package/src/models/contributor-translation-document-model.ts +1 -19
- package/src/models/deal-document-model.ts +0 -15
- package/src/models/doctor-affiliation-translation-document-model.ts +5 -17
- package/src/models/doctor-document-model.ts +0 -24
- package/src/models/doctor-specialty-sub-document-model.ts +0 -285
- package/src/models/hospital-document-model.ts +6 -45
- package/src/models/hospital-specialty-document-model.ts +0 -15
- package/src/models/hospital-specialty-sub-document-model.ts +48 -0
- package/src/models/hospital-translation-document-model.ts +8 -8
- package/src/models/index.ts +1 -3
- package/src/models/location-document-model.ts +4 -8
- package/src/models/translation-document-model.ts +1 -19
- package/lib/models/country-sub-document-model.d.ts +0 -340
- package/lib/models/country-sub-document-model.d.ts.map +0 -1
- package/lib/models/hospital-bank-account-info-document-model.d.ts +0 -73
- package/lib/models/hospital-bank-account-info-document-model.d.ts.map +0 -1
- package/lib/models/hospital-bank-account-info-document-model.js +0 -15
- package/lib/models/hospital-specialty-with-services-document-model.d.ts +0 -328
- package/lib/models/hospital-specialty-with-services-document-model.d.ts.map +0 -1
- package/lib/models/hospital-specialty-with-services-document-model.js +0 -15
- package/src/models/country-sub-document-model.ts +0 -351
- package/src/models/hospital-bank-account-info-document-model.ts +0 -78
- package/src/models/hospital-specialty-with-services-document-model.ts +0 -339
- /package/lib/models/{country-sub-document-model.js → hospital-specialty-sub-document-model.js} +0 -0
|
@@ -13,9 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import { TranslationItemDocumentModel } from './translation-item-document-model';
|
|
19
16
|
|
|
20
17
|
/**
|
|
21
18
|
*
|
|
@@ -23,288 +20,6 @@ import { TranslationItemDocumentModel } from './translation-item-document-model'
|
|
|
23
20
|
* @interface DoctorSpecialtySubDocumentModel
|
|
24
21
|
*/
|
|
25
22
|
export interface DoctorSpecialtySubDocumentModel {
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {TranslationItemDocumentModel}
|
|
29
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
30
|
-
*/
|
|
31
|
-
'en'?: TranslationItemDocumentModel;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {TranslationItemDocumentModel}
|
|
35
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
36
|
-
*/
|
|
37
|
-
'ru'?: TranslationItemDocumentModel;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {TranslationItemDocumentModel}
|
|
41
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
42
|
-
*/
|
|
43
|
-
'zh'?: TranslationItemDocumentModel;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {TranslationItemDocumentModel}
|
|
47
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
48
|
-
*/
|
|
49
|
-
'es'?: TranslationItemDocumentModel;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {TranslationItemDocumentModel}
|
|
53
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
54
|
-
*/
|
|
55
|
-
'id'?: TranslationItemDocumentModel;
|
|
56
|
-
/**
|
|
57
|
-
*
|
|
58
|
-
* @type {TranslationItemDocumentModel}
|
|
59
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
60
|
-
*/
|
|
61
|
-
'pt'?: TranslationItemDocumentModel;
|
|
62
|
-
/**
|
|
63
|
-
*
|
|
64
|
-
* @type {TranslationItemDocumentModel}
|
|
65
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
66
|
-
*/
|
|
67
|
-
'fr'?: TranslationItemDocumentModel;
|
|
68
|
-
/**
|
|
69
|
-
*
|
|
70
|
-
* @type {TranslationItemDocumentModel}
|
|
71
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
72
|
-
*/
|
|
73
|
-
'vi'?: TranslationItemDocumentModel;
|
|
74
|
-
/**
|
|
75
|
-
*
|
|
76
|
-
* @type {TranslationItemDocumentModel}
|
|
77
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
78
|
-
*/
|
|
79
|
-
'th'?: TranslationItemDocumentModel;
|
|
80
|
-
/**
|
|
81
|
-
*
|
|
82
|
-
* @type {TranslationItemDocumentModel}
|
|
83
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
84
|
-
*/
|
|
85
|
-
'ar'?: TranslationItemDocumentModel;
|
|
86
|
-
/**
|
|
87
|
-
*
|
|
88
|
-
* @type {TranslationItemDocumentModel}
|
|
89
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
90
|
-
*/
|
|
91
|
-
'ko'?: TranslationItemDocumentModel;
|
|
92
|
-
/**
|
|
93
|
-
*
|
|
94
|
-
* @type {TranslationItemDocumentModel}
|
|
95
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
96
|
-
*/
|
|
97
|
-
'bg'?: TranslationItemDocumentModel;
|
|
98
|
-
/**
|
|
99
|
-
*
|
|
100
|
-
* @type {TranslationItemDocumentModel}
|
|
101
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
102
|
-
*/
|
|
103
|
-
'cs'?: TranslationItemDocumentModel;
|
|
104
|
-
/**
|
|
105
|
-
*
|
|
106
|
-
* @type {TranslationItemDocumentModel}
|
|
107
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
108
|
-
*/
|
|
109
|
-
'de'?: TranslationItemDocumentModel;
|
|
110
|
-
/**
|
|
111
|
-
*
|
|
112
|
-
* @type {TranslationItemDocumentModel}
|
|
113
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
114
|
-
*/
|
|
115
|
-
'hi'?: TranslationItemDocumentModel;
|
|
116
|
-
/**
|
|
117
|
-
*
|
|
118
|
-
* @type {TranslationItemDocumentModel}
|
|
119
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
120
|
-
*/
|
|
121
|
-
'hr'?: TranslationItemDocumentModel;
|
|
122
|
-
/**
|
|
123
|
-
*
|
|
124
|
-
* @type {TranslationItemDocumentModel}
|
|
125
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
126
|
-
*/
|
|
127
|
-
'hu'?: TranslationItemDocumentModel;
|
|
128
|
-
/**
|
|
129
|
-
*
|
|
130
|
-
* @type {TranslationItemDocumentModel}
|
|
131
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
132
|
-
*/
|
|
133
|
-
'it'?: TranslationItemDocumentModel;
|
|
134
|
-
/**
|
|
135
|
-
*
|
|
136
|
-
* @type {TranslationItemDocumentModel}
|
|
137
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
138
|
-
*/
|
|
139
|
-
'ja'?: TranslationItemDocumentModel;
|
|
140
|
-
/**
|
|
141
|
-
*
|
|
142
|
-
* @type {TranslationItemDocumentModel}
|
|
143
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
144
|
-
*/
|
|
145
|
-
'kk'?: TranslationItemDocumentModel;
|
|
146
|
-
/**
|
|
147
|
-
*
|
|
148
|
-
* @type {TranslationItemDocumentModel}
|
|
149
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
150
|
-
*/
|
|
151
|
-
'ky'?: TranslationItemDocumentModel;
|
|
152
|
-
/**
|
|
153
|
-
*
|
|
154
|
-
* @type {TranslationItemDocumentModel}
|
|
155
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
156
|
-
*/
|
|
157
|
-
'lo'?: TranslationItemDocumentModel;
|
|
158
|
-
/**
|
|
159
|
-
*
|
|
160
|
-
* @type {TranslationItemDocumentModel}
|
|
161
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
162
|
-
*/
|
|
163
|
-
'lt'?: TranslationItemDocumentModel;
|
|
164
|
-
/**
|
|
165
|
-
*
|
|
166
|
-
* @type {TranslationItemDocumentModel}
|
|
167
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
168
|
-
*/
|
|
169
|
-
'lv'?: TranslationItemDocumentModel;
|
|
170
|
-
/**
|
|
171
|
-
*
|
|
172
|
-
* @type {TranslationItemDocumentModel}
|
|
173
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
174
|
-
*/
|
|
175
|
-
'my'?: TranslationItemDocumentModel;
|
|
176
|
-
/**
|
|
177
|
-
*
|
|
178
|
-
* @type {TranslationItemDocumentModel}
|
|
179
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
180
|
-
*/
|
|
181
|
-
'nl'?: TranslationItemDocumentModel;
|
|
182
|
-
/**
|
|
183
|
-
*
|
|
184
|
-
* @type {TranslationItemDocumentModel}
|
|
185
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
186
|
-
*/
|
|
187
|
-
'pl'?: TranslationItemDocumentModel;
|
|
188
|
-
/**
|
|
189
|
-
*
|
|
190
|
-
* @type {TranslationItemDocumentModel}
|
|
191
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
192
|
-
*/
|
|
193
|
-
'ro'?: TranslationItemDocumentModel;
|
|
194
|
-
/**
|
|
195
|
-
*
|
|
196
|
-
* @type {TranslationItemDocumentModel}
|
|
197
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
198
|
-
*/
|
|
199
|
-
'sl'?: TranslationItemDocumentModel;
|
|
200
|
-
/**
|
|
201
|
-
*
|
|
202
|
-
* @type {TranslationItemDocumentModel}
|
|
203
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
204
|
-
*/
|
|
205
|
-
'sv'?: TranslationItemDocumentModel;
|
|
206
|
-
/**
|
|
207
|
-
*
|
|
208
|
-
* @type {TranslationItemDocumentModel}
|
|
209
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
210
|
-
*/
|
|
211
|
-
'sw'?: TranslationItemDocumentModel;
|
|
212
|
-
/**
|
|
213
|
-
*
|
|
214
|
-
* @type {TranslationItemDocumentModel}
|
|
215
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
216
|
-
*/
|
|
217
|
-
'tr'?: TranslationItemDocumentModel;
|
|
218
|
-
/**
|
|
219
|
-
*
|
|
220
|
-
* @type {TranslationItemDocumentModel}
|
|
221
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
222
|
-
*/
|
|
223
|
-
'uk'?: TranslationItemDocumentModel;
|
|
224
|
-
/**
|
|
225
|
-
*
|
|
226
|
-
* @type {TranslationItemDocumentModel}
|
|
227
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
228
|
-
*/
|
|
229
|
-
'uz'?: TranslationItemDocumentModel;
|
|
230
|
-
/**
|
|
231
|
-
*
|
|
232
|
-
* @type {TranslationItemDocumentModel}
|
|
233
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
234
|
-
*/
|
|
235
|
-
'bn'?: TranslationItemDocumentModel;
|
|
236
|
-
/**
|
|
237
|
-
*
|
|
238
|
-
* @type {TranslationItemDocumentModel}
|
|
239
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
240
|
-
*/
|
|
241
|
-
'az'?: TranslationItemDocumentModel;
|
|
242
|
-
/**
|
|
243
|
-
*
|
|
244
|
-
* @type {TranslationItemDocumentModel}
|
|
245
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
246
|
-
*/
|
|
247
|
-
'ka'?: TranslationItemDocumentModel;
|
|
248
|
-
/**
|
|
249
|
-
*
|
|
250
|
-
* @type {TranslationItemDocumentModel}
|
|
251
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
252
|
-
*/
|
|
253
|
-
'mn'?: TranslationItemDocumentModel;
|
|
254
|
-
/**
|
|
255
|
-
*
|
|
256
|
-
* @type {TranslationItemDocumentModel}
|
|
257
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
258
|
-
*/
|
|
259
|
-
'te'?: TranslationItemDocumentModel;
|
|
260
|
-
/**
|
|
261
|
-
*
|
|
262
|
-
* @type {TranslationItemDocumentModel}
|
|
263
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
264
|
-
*/
|
|
265
|
-
'kn'?: TranslationItemDocumentModel;
|
|
266
|
-
/**
|
|
267
|
-
*
|
|
268
|
-
* @type {TranslationItemDocumentModel}
|
|
269
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
270
|
-
*/
|
|
271
|
-
'ta'?: TranslationItemDocumentModel;
|
|
272
|
-
/**
|
|
273
|
-
*
|
|
274
|
-
* @type {TranslationItemDocumentModel}
|
|
275
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
276
|
-
*/
|
|
277
|
-
'ml'?: TranslationItemDocumentModel;
|
|
278
|
-
/**
|
|
279
|
-
*
|
|
280
|
-
* @type {TranslationItemDocumentModel}
|
|
281
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
282
|
-
*/
|
|
283
|
-
'mr'?: TranslationItemDocumentModel;
|
|
284
|
-
/**
|
|
285
|
-
*
|
|
286
|
-
* @type {TranslationItemDocumentModel}
|
|
287
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
288
|
-
*/
|
|
289
|
-
'pa'?: TranslationItemDocumentModel;
|
|
290
|
-
/**
|
|
291
|
-
*
|
|
292
|
-
* @type {TranslationItemDocumentModel}
|
|
293
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
294
|
-
*/
|
|
295
|
-
'gu'?: TranslationItemDocumentModel;
|
|
296
|
-
/**
|
|
297
|
-
*
|
|
298
|
-
* @type {TranslationItemDocumentModel}
|
|
299
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
300
|
-
*/
|
|
301
|
-
'ur'?: TranslationItemDocumentModel;
|
|
302
|
-
/**
|
|
303
|
-
*
|
|
304
|
-
* @type {TranslationItemDocumentModel}
|
|
305
|
-
* @memberof DoctorSpecialtySubDocumentModel
|
|
306
|
-
*/
|
|
307
|
-
'or'?: TranslationItemDocumentModel;
|
|
308
23
|
/**
|
|
309
24
|
*
|
|
310
25
|
* @type {string}
|
|
@@ -24,22 +24,16 @@ import { AppointmentOptionDocumentModel } from './appointment-option-document-mo
|
|
|
24
24
|
import { AuditableEntityDocumentModel } from './auditable-entity-document-model';
|
|
25
25
|
// May contain unused imports in some cases
|
|
26
26
|
// @ts-ignore
|
|
27
|
-
import {
|
|
28
|
-
// May contain unused imports in some cases
|
|
29
|
-
// @ts-ignore
|
|
30
|
-
import { FeatureDocumentModel } from './feature-document-model';
|
|
27
|
+
import { FeatureDetailDocumentModel } from './feature-detail-document-model';
|
|
31
28
|
// May contain unused imports in some cases
|
|
32
29
|
// @ts-ignore
|
|
33
30
|
import { GradeDocumentModel } from './grade-document-model';
|
|
34
31
|
// May contain unused imports in some cases
|
|
35
32
|
// @ts-ignore
|
|
36
|
-
import { HospitalBankAccountInfoDocumentModel } from './hospital-bank-account-info-document-model';
|
|
37
|
-
// May contain unused imports in some cases
|
|
38
|
-
// @ts-ignore
|
|
39
33
|
import { HospitalContactDocumentModel } from './hospital-contact-document-model';
|
|
40
34
|
// May contain unused imports in some cases
|
|
41
35
|
// @ts-ignore
|
|
42
|
-
import {
|
|
36
|
+
import { HospitalSpecialtySubDocumentModel } from './hospital-specialty-sub-document-model';
|
|
43
37
|
// May contain unused imports in some cases
|
|
44
38
|
// @ts-ignore
|
|
45
39
|
import { HospitalTranslationDocumentModel } from './hospital-translation-document-model';
|
|
@@ -54,9 +48,6 @@ import { MediaDocumentModel } from './media-document-model';
|
|
|
54
48
|
import { SnsHandleDocumentModel } from './sns-handle-document-model';
|
|
55
49
|
// May contain unused imports in some cases
|
|
56
50
|
// @ts-ignore
|
|
57
|
-
import { SpecialtyNamesModel } from './specialty-names-model';
|
|
58
|
-
// May contain unused imports in some cases
|
|
59
|
-
// @ts-ignore
|
|
60
51
|
import { TagDocumentModel } from './tag-document-model';
|
|
61
52
|
|
|
62
53
|
/**
|
|
@@ -455,12 +446,6 @@ export interface HospitalDocumentModel {
|
|
|
455
446
|
* @memberof HospitalDocumentModel
|
|
456
447
|
*/
|
|
457
448
|
'Location'?: LocationDocumentModel;
|
|
458
|
-
/**
|
|
459
|
-
*
|
|
460
|
-
* @type {CountrySubDocumentModel}
|
|
461
|
-
* @memberof HospitalDocumentModel
|
|
462
|
-
*/
|
|
463
|
-
'Country'?: CountrySubDocumentModel;
|
|
464
449
|
/**
|
|
465
450
|
*
|
|
466
451
|
* @type {AppointmentOptionDocumentModel}
|
|
@@ -481,22 +466,16 @@ export interface HospitalDocumentModel {
|
|
|
481
466
|
'Medias'?: Array<MediaDocumentModel> | null;
|
|
482
467
|
/**
|
|
483
468
|
*
|
|
484
|
-
* @type {Array<
|
|
469
|
+
* @type {Array<HospitalSpecialtySubDocumentModel>}
|
|
485
470
|
* @memberof HospitalDocumentModel
|
|
486
471
|
*/
|
|
487
|
-
'HospitalSpecialties'?: Array<
|
|
472
|
+
'HospitalSpecialties'?: Array<HospitalSpecialtySubDocumentModel> | null;
|
|
488
473
|
/**
|
|
489
474
|
*
|
|
490
475
|
* @type {Array<SnsHandleDocumentModel>}
|
|
491
476
|
* @memberof HospitalDocumentModel
|
|
492
477
|
*/
|
|
493
478
|
'HospitalSnsHandles'?: Array<SnsHandleDocumentModel> | null;
|
|
494
|
-
/**
|
|
495
|
-
*
|
|
496
|
-
* @type {number}
|
|
497
|
-
* @memberof HospitalDocumentModel
|
|
498
|
-
*/
|
|
499
|
-
'HospitalServicesCount'?: number;
|
|
500
479
|
/**
|
|
501
480
|
*
|
|
502
481
|
* @type {GradeDocumentModel}
|
|
@@ -523,22 +502,10 @@ export interface HospitalDocumentModel {
|
|
|
523
502
|
'Contacts'?: Array<HospitalContactDocumentModel> | null;
|
|
524
503
|
/**
|
|
525
504
|
*
|
|
526
|
-
* @type {
|
|
527
|
-
* @memberof HospitalDocumentModel
|
|
528
|
-
*/
|
|
529
|
-
'BankAccountInfos'?: Array<HospitalBankAccountInfoDocumentModel> | null;
|
|
530
|
-
/**
|
|
531
|
-
*
|
|
532
|
-
* @type {Array<string>}
|
|
533
|
-
* @memberof HospitalDocumentModel
|
|
534
|
-
*/
|
|
535
|
-
'PaymentMethods'?: Array<string> | null;
|
|
536
|
-
/**
|
|
537
|
-
*
|
|
538
|
-
* @type {FeatureDocumentModel}
|
|
505
|
+
* @type {FeatureDetailDocumentModel}
|
|
539
506
|
* @memberof HospitalDocumentModel
|
|
540
507
|
*/
|
|
541
|
-
'Feature'?:
|
|
508
|
+
'Feature'?: FeatureDetailDocumentModel;
|
|
542
509
|
/**
|
|
543
510
|
*
|
|
544
511
|
* @type {Array<TagDocumentModel>}
|
|
@@ -557,11 +524,5 @@ export interface HospitalDocumentModel {
|
|
|
557
524
|
* @memberof HospitalDocumentModel
|
|
558
525
|
*/
|
|
559
526
|
'AuditableEntity'?: AuditableEntityDocumentModel;
|
|
560
|
-
/**
|
|
561
|
-
*
|
|
562
|
-
* @type {SpecialtyNamesModel}
|
|
563
|
-
* @memberof HospitalDocumentModel
|
|
564
|
-
*/
|
|
565
|
-
'SpecialtyNames'?: SpecialtyNamesModel;
|
|
566
527
|
}
|
|
567
528
|
|
|
@@ -24,9 +24,6 @@ import { AuditableEntityDocumentModel } from './auditable-entity-document-model'
|
|
|
24
24
|
import { FeatureDocumentModel } from './feature-document-model';
|
|
25
25
|
// May contain unused imports in some cases
|
|
26
26
|
// @ts-ignore
|
|
27
|
-
import { HospitalBankAccountInfoDocumentModel } from './hospital-bank-account-info-document-model';
|
|
28
|
-
// May contain unused imports in some cases
|
|
29
|
-
// @ts-ignore
|
|
30
27
|
import { HospitalContactDocumentModel } from './hospital-contact-document-model';
|
|
31
28
|
// May contain unused imports in some cases
|
|
32
29
|
// @ts-ignore
|
|
@@ -416,18 +413,6 @@ export interface HospitalSpecialtyDocumentModel {
|
|
|
416
413
|
* @memberof HospitalSpecialtyDocumentModel
|
|
417
414
|
*/
|
|
418
415
|
'HospitalContacts'?: Array<HospitalContactDocumentModel> | null;
|
|
419
|
-
/**
|
|
420
|
-
*
|
|
421
|
-
* @type {Array<HospitalBankAccountInfoDocumentModel>}
|
|
422
|
-
* @memberof HospitalSpecialtyDocumentModel
|
|
423
|
-
*/
|
|
424
|
-
'HospitalBankAccountInfos'?: Array<HospitalBankAccountInfoDocumentModel> | null;
|
|
425
|
-
/**
|
|
426
|
-
*
|
|
427
|
-
* @type {Array<string>}
|
|
428
|
-
* @memberof HospitalSpecialtyDocumentModel
|
|
429
|
-
*/
|
|
430
|
-
'HospitalPaymentMethods'?: Array<string> | null;
|
|
431
416
|
/**
|
|
432
417
|
*
|
|
433
418
|
* @type {Array<MediaDocumentModel>}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CloudHospital Api
|
|
5
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2
|
|
8
|
+
* Contact: developer@icloudhospital.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface HospitalSpecialtySubDocumentModel
|
|
21
|
+
*/
|
|
22
|
+
export interface HospitalSpecialtySubDocumentModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof HospitalSpecialtySubDocumentModel
|
|
27
|
+
*/
|
|
28
|
+
'Id'?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof HospitalSpecialtySubDocumentModel
|
|
33
|
+
*/
|
|
34
|
+
'Order'?: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof HospitalSpecialtySubDocumentModel
|
|
39
|
+
*/
|
|
40
|
+
'SpecialtyId'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof HospitalSpecialtySubDocumentModel
|
|
45
|
+
*/
|
|
46
|
+
'SpecialtyTypeId'?: string | null;
|
|
47
|
+
}
|
|
48
|
+
|
|
@@ -25,36 +25,36 @@ export interface HospitalTranslationDocumentModel {
|
|
|
25
25
|
* @type {string}
|
|
26
26
|
* @memberof HospitalTranslationDocumentModel
|
|
27
27
|
*/
|
|
28
|
-
'
|
|
28
|
+
'Name'?: string | null;
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
|
-
* @type {
|
|
31
|
+
* @type {string}
|
|
32
32
|
* @memberof HospitalTranslationDocumentModel
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
34
|
+
'Slug'?: string | null;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
37
|
* @type {string}
|
|
38
38
|
* @memberof HospitalTranslationDocumentModel
|
|
39
39
|
*/
|
|
40
|
-
'
|
|
40
|
+
'Slogan'?: string | null;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
43
|
* @type {string}
|
|
44
44
|
* @memberof HospitalTranslationDocumentModel
|
|
45
45
|
*/
|
|
46
|
-
'
|
|
46
|
+
'CountryName'?: string | null;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* @type {string}
|
|
50
50
|
* @memberof HospitalTranslationDocumentModel
|
|
51
51
|
*/
|
|
52
|
-
'
|
|
52
|
+
'CountrySlug'?: string | null;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
|
-
* @type {string}
|
|
55
|
+
* @type {Array<string>}
|
|
56
56
|
* @memberof HospitalTranslationDocumentModel
|
|
57
57
|
*/
|
|
58
|
-
'
|
|
58
|
+
'SpecialtyNames'?: Array<string> | null;
|
|
59
59
|
}
|
|
60
60
|
|
package/src/models/index.ts
CHANGED
|
@@ -77,7 +77,6 @@ export * from './country-item-model';
|
|
|
77
77
|
export * from './country-language-document-model';
|
|
78
78
|
export * from './country-language-item-model';
|
|
79
79
|
export * from './country-model';
|
|
80
|
-
export * from './country-sub-document-model';
|
|
81
80
|
export * from './create-appointment-command';
|
|
82
81
|
export * from './create-call-history-command';
|
|
83
82
|
export * from './create-chat-user-command';
|
|
@@ -189,7 +188,6 @@ export * from './header-navigation-item-model';
|
|
|
189
188
|
export * from './hospital-accreditation-item-model';
|
|
190
189
|
export * from './hospital-accreditation-model';
|
|
191
190
|
export * from './hospital-accreditations-model';
|
|
192
|
-
export * from './hospital-bank-account-info-document-model';
|
|
193
191
|
export * from './hospital-branch-item-mapping-model';
|
|
194
192
|
export * from './hospital-branch-item-model';
|
|
195
193
|
export * from './hospital-branches-model';
|
|
@@ -227,7 +225,7 @@ export * from './hospital-specialty-document-model';
|
|
|
227
225
|
export * from './hospital-specialty-item-model';
|
|
228
226
|
export * from './hospital-specialty-model';
|
|
229
227
|
export * from './hospital-specialty-simple-item-model';
|
|
230
|
-
export * from './hospital-specialty-
|
|
228
|
+
export * from './hospital-specialty-sub-document-model';
|
|
231
229
|
export * from './hospital-sub-document-model';
|
|
232
230
|
export * from './hospital-tag-item-model';
|
|
233
231
|
export * from './hospital-tag-model';
|
|
@@ -13,9 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import { CountrySubDocumentModel } from './country-sub-document-model';
|
|
19
16
|
// May contain unused imports in some cases
|
|
20
17
|
// @ts-ignore
|
|
21
18
|
import { GeographyPoint } from './geography-point';
|
|
@@ -30,21 +27,20 @@ export interface LocationDocumentModel {
|
|
|
30
27
|
*
|
|
31
28
|
* @type {string}
|
|
32
29
|
* @memberof LocationDocumentModel
|
|
33
|
-
* @deprecated
|
|
34
30
|
*/
|
|
35
|
-
'
|
|
31
|
+
'CountryId'?: string | null;
|
|
36
32
|
/**
|
|
37
33
|
*
|
|
38
34
|
* @type {string}
|
|
39
35
|
* @memberof LocationDocumentModel
|
|
40
36
|
*/
|
|
41
|
-
'
|
|
37
|
+
'CountryName'?: string | null;
|
|
42
38
|
/**
|
|
43
39
|
*
|
|
44
|
-
* @type {
|
|
40
|
+
* @type {string}
|
|
45
41
|
* @memberof LocationDocumentModel
|
|
46
42
|
*/
|
|
47
|
-
'
|
|
43
|
+
'CountryCode'?: string | null;
|
|
48
44
|
/**
|
|
49
45
|
*
|
|
50
46
|
* @type {string}
|
|
@@ -20,18 +20,6 @@
|
|
|
20
20
|
* @interface TranslationDocumentModel
|
|
21
21
|
*/
|
|
22
22
|
export interface TranslationDocumentModel {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof TranslationDocumentModel
|
|
27
|
-
*/
|
|
28
|
-
'Slug'?: string | null;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {Array<string>}
|
|
32
|
-
* @memberof TranslationDocumentModel
|
|
33
|
-
*/
|
|
34
|
-
'SlugChangeLogs'?: Array<string> | null;
|
|
35
23
|
/**
|
|
36
24
|
*
|
|
37
25
|
* @type {string}
|
|
@@ -43,12 +31,6 @@ export interface TranslationDocumentModel {
|
|
|
43
31
|
* @type {string}
|
|
44
32
|
* @memberof TranslationDocumentModel
|
|
45
33
|
*/
|
|
46
|
-
'
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof TranslationDocumentModel
|
|
51
|
-
*/
|
|
52
|
-
'Description'?: string | null;
|
|
34
|
+
'Slug'?: string | null;
|
|
53
35
|
}
|
|
54
36
|
|