ch-api-client-typescript2 5.47.3 → 5.48.8
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/hospital-specialty-document-model.d.ts +332 -0
- package/lib/models/hospital-specialty-document-model.d.ts.map +1 -0
- package/lib/models/hospital-specialty-document-model.js +15 -0
- package/lib/models/hospital-specialty-simple-sub-document-model.d.ts +308 -0
- package/lib/models/hospital-specialty-simple-sub-document-model.d.ts.map +1 -0
- package/lib/models/hospital-specialty-simple-sub-document-model.js +15 -0
- package/lib/models/index.d.ts +4 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +4 -0
- package/lib/models/service-document-model.d.ts +339 -0
- package/lib/models/service-document-model.d.ts.map +1 -0
- package/lib/models/service-document-model.js +15 -0
- package/lib/models/simple-translation-item-document-model.d.ts +25 -0
- package/lib/models/simple-translation-item-document-model.d.ts.map +1 -0
- package/lib/models/simple-translation-item-document-model.js +15 -0
- package/package.json +1 -1
|
@@ -0,0 +1,332 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2
|
|
6
|
+
* Contact: developer@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { TranslationDocumentModel } from './translation-document-model';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface HospitalSpecialtyDocumentModel
|
|
17
|
+
*/
|
|
18
|
+
export interface HospitalSpecialtyDocumentModel {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Date}
|
|
22
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
23
|
+
*/
|
|
24
|
+
'uploadedDate'?: Date;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {TranslationDocumentModel}
|
|
28
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
29
|
+
*/
|
|
30
|
+
'en'?: TranslationDocumentModel;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {TranslationDocumentModel}
|
|
34
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
35
|
+
*/
|
|
36
|
+
'ru'?: TranslationDocumentModel;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {TranslationDocumentModel}
|
|
40
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
41
|
+
*/
|
|
42
|
+
'zh'?: TranslationDocumentModel;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {TranslationDocumentModel}
|
|
46
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
47
|
+
*/
|
|
48
|
+
'es'?: TranslationDocumentModel;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {TranslationDocumentModel}
|
|
52
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
53
|
+
*/
|
|
54
|
+
'id'?: TranslationDocumentModel;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {TranslationDocumentModel}
|
|
58
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
59
|
+
*/
|
|
60
|
+
'pt'?: TranslationDocumentModel;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {TranslationDocumentModel}
|
|
64
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
65
|
+
*/
|
|
66
|
+
'fr'?: TranslationDocumentModel;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {TranslationDocumentModel}
|
|
70
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
71
|
+
*/
|
|
72
|
+
'vi'?: TranslationDocumentModel;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {TranslationDocumentModel}
|
|
76
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
77
|
+
*/
|
|
78
|
+
'th'?: TranslationDocumentModel;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @type {TranslationDocumentModel}
|
|
82
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
83
|
+
*/
|
|
84
|
+
'ar'?: TranslationDocumentModel;
|
|
85
|
+
/**
|
|
86
|
+
*
|
|
87
|
+
* @type {TranslationDocumentModel}
|
|
88
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
89
|
+
*/
|
|
90
|
+
'ko'?: TranslationDocumentModel;
|
|
91
|
+
/**
|
|
92
|
+
*
|
|
93
|
+
* @type {TranslationDocumentModel}
|
|
94
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
95
|
+
*/
|
|
96
|
+
'bg'?: TranslationDocumentModel;
|
|
97
|
+
/**
|
|
98
|
+
*
|
|
99
|
+
* @type {TranslationDocumentModel}
|
|
100
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
101
|
+
*/
|
|
102
|
+
'cs'?: TranslationDocumentModel;
|
|
103
|
+
/**
|
|
104
|
+
*
|
|
105
|
+
* @type {TranslationDocumentModel}
|
|
106
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
107
|
+
*/
|
|
108
|
+
'de'?: TranslationDocumentModel;
|
|
109
|
+
/**
|
|
110
|
+
*
|
|
111
|
+
* @type {TranslationDocumentModel}
|
|
112
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
113
|
+
*/
|
|
114
|
+
'hi'?: TranslationDocumentModel;
|
|
115
|
+
/**
|
|
116
|
+
*
|
|
117
|
+
* @type {TranslationDocumentModel}
|
|
118
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
119
|
+
*/
|
|
120
|
+
'hr'?: TranslationDocumentModel;
|
|
121
|
+
/**
|
|
122
|
+
*
|
|
123
|
+
* @type {TranslationDocumentModel}
|
|
124
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
125
|
+
*/
|
|
126
|
+
'hu'?: TranslationDocumentModel;
|
|
127
|
+
/**
|
|
128
|
+
*
|
|
129
|
+
* @type {TranslationDocumentModel}
|
|
130
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
131
|
+
*/
|
|
132
|
+
'it'?: TranslationDocumentModel;
|
|
133
|
+
/**
|
|
134
|
+
*
|
|
135
|
+
* @type {TranslationDocumentModel}
|
|
136
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
137
|
+
*/
|
|
138
|
+
'ja'?: TranslationDocumentModel;
|
|
139
|
+
/**
|
|
140
|
+
*
|
|
141
|
+
* @type {TranslationDocumentModel}
|
|
142
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
143
|
+
*/
|
|
144
|
+
'kk'?: TranslationDocumentModel;
|
|
145
|
+
/**
|
|
146
|
+
*
|
|
147
|
+
* @type {TranslationDocumentModel}
|
|
148
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
149
|
+
*/
|
|
150
|
+
'ky'?: TranslationDocumentModel;
|
|
151
|
+
/**
|
|
152
|
+
*
|
|
153
|
+
* @type {TranslationDocumentModel}
|
|
154
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
155
|
+
*/
|
|
156
|
+
'lo'?: TranslationDocumentModel;
|
|
157
|
+
/**
|
|
158
|
+
*
|
|
159
|
+
* @type {TranslationDocumentModel}
|
|
160
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
161
|
+
*/
|
|
162
|
+
'lt'?: TranslationDocumentModel;
|
|
163
|
+
/**
|
|
164
|
+
*
|
|
165
|
+
* @type {TranslationDocumentModel}
|
|
166
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
167
|
+
*/
|
|
168
|
+
'lv'?: TranslationDocumentModel;
|
|
169
|
+
/**
|
|
170
|
+
*
|
|
171
|
+
* @type {TranslationDocumentModel}
|
|
172
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
173
|
+
*/
|
|
174
|
+
'my'?: TranslationDocumentModel;
|
|
175
|
+
/**
|
|
176
|
+
*
|
|
177
|
+
* @type {TranslationDocumentModel}
|
|
178
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
179
|
+
*/
|
|
180
|
+
'nl'?: TranslationDocumentModel;
|
|
181
|
+
/**
|
|
182
|
+
*
|
|
183
|
+
* @type {TranslationDocumentModel}
|
|
184
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
185
|
+
*/
|
|
186
|
+
'pl'?: TranslationDocumentModel;
|
|
187
|
+
/**
|
|
188
|
+
*
|
|
189
|
+
* @type {TranslationDocumentModel}
|
|
190
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
191
|
+
*/
|
|
192
|
+
'ro'?: TranslationDocumentModel;
|
|
193
|
+
/**
|
|
194
|
+
*
|
|
195
|
+
* @type {TranslationDocumentModel}
|
|
196
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
197
|
+
*/
|
|
198
|
+
'sl'?: TranslationDocumentModel;
|
|
199
|
+
/**
|
|
200
|
+
*
|
|
201
|
+
* @type {TranslationDocumentModel}
|
|
202
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
203
|
+
*/
|
|
204
|
+
'sv'?: TranslationDocumentModel;
|
|
205
|
+
/**
|
|
206
|
+
*
|
|
207
|
+
* @type {TranslationDocumentModel}
|
|
208
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
209
|
+
*/
|
|
210
|
+
'sw'?: TranslationDocumentModel;
|
|
211
|
+
/**
|
|
212
|
+
*
|
|
213
|
+
* @type {TranslationDocumentModel}
|
|
214
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
215
|
+
*/
|
|
216
|
+
'tr'?: TranslationDocumentModel;
|
|
217
|
+
/**
|
|
218
|
+
*
|
|
219
|
+
* @type {TranslationDocumentModel}
|
|
220
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
221
|
+
*/
|
|
222
|
+
'uk'?: TranslationDocumentModel;
|
|
223
|
+
/**
|
|
224
|
+
*
|
|
225
|
+
* @type {TranslationDocumentModel}
|
|
226
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
227
|
+
*/
|
|
228
|
+
'uz'?: TranslationDocumentModel;
|
|
229
|
+
/**
|
|
230
|
+
*
|
|
231
|
+
* @type {TranslationDocumentModel}
|
|
232
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
233
|
+
*/
|
|
234
|
+
'bn'?: TranslationDocumentModel;
|
|
235
|
+
/**
|
|
236
|
+
*
|
|
237
|
+
* @type {TranslationDocumentModel}
|
|
238
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
239
|
+
*/
|
|
240
|
+
'az'?: TranslationDocumentModel;
|
|
241
|
+
/**
|
|
242
|
+
*
|
|
243
|
+
* @type {TranslationDocumentModel}
|
|
244
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
245
|
+
*/
|
|
246
|
+
'ka'?: TranslationDocumentModel;
|
|
247
|
+
/**
|
|
248
|
+
*
|
|
249
|
+
* @type {TranslationDocumentModel}
|
|
250
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
251
|
+
*/
|
|
252
|
+
'mn'?: TranslationDocumentModel;
|
|
253
|
+
/**
|
|
254
|
+
*
|
|
255
|
+
* @type {TranslationDocumentModel}
|
|
256
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
257
|
+
*/
|
|
258
|
+
'te'?: TranslationDocumentModel;
|
|
259
|
+
/**
|
|
260
|
+
*
|
|
261
|
+
* @type {TranslationDocumentModel}
|
|
262
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
263
|
+
*/
|
|
264
|
+
'kn'?: TranslationDocumentModel;
|
|
265
|
+
/**
|
|
266
|
+
*
|
|
267
|
+
* @type {TranslationDocumentModel}
|
|
268
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
269
|
+
*/
|
|
270
|
+
'ta'?: TranslationDocumentModel;
|
|
271
|
+
/**
|
|
272
|
+
*
|
|
273
|
+
* @type {TranslationDocumentModel}
|
|
274
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
275
|
+
*/
|
|
276
|
+
'ml'?: TranslationDocumentModel;
|
|
277
|
+
/**
|
|
278
|
+
*
|
|
279
|
+
* @type {TranslationDocumentModel}
|
|
280
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
281
|
+
*/
|
|
282
|
+
'mr'?: TranslationDocumentModel;
|
|
283
|
+
/**
|
|
284
|
+
*
|
|
285
|
+
* @type {TranslationDocumentModel}
|
|
286
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
287
|
+
*/
|
|
288
|
+
'pa'?: TranslationDocumentModel;
|
|
289
|
+
/**
|
|
290
|
+
*
|
|
291
|
+
* @type {TranslationDocumentModel}
|
|
292
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
293
|
+
*/
|
|
294
|
+
'gu'?: TranslationDocumentModel;
|
|
295
|
+
/**
|
|
296
|
+
*
|
|
297
|
+
* @type {TranslationDocumentModel}
|
|
298
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
299
|
+
*/
|
|
300
|
+
'ur'?: TranslationDocumentModel;
|
|
301
|
+
/**
|
|
302
|
+
*
|
|
303
|
+
* @type {TranslationDocumentModel}
|
|
304
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
305
|
+
*/
|
|
306
|
+
'or'?: TranslationDocumentModel;
|
|
307
|
+
/**
|
|
308
|
+
*
|
|
309
|
+
* @type {string}
|
|
310
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
311
|
+
*/
|
|
312
|
+
'Id'?: string | null;
|
|
313
|
+
/**
|
|
314
|
+
*
|
|
315
|
+
* @type {string}
|
|
316
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
317
|
+
*/
|
|
318
|
+
'HospitalId'?: string | null;
|
|
319
|
+
/**
|
|
320
|
+
*
|
|
321
|
+
* @type {string}
|
|
322
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
323
|
+
*/
|
|
324
|
+
'SpecialtyId'?: string | null;
|
|
325
|
+
/**
|
|
326
|
+
*
|
|
327
|
+
* @type {string}
|
|
328
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
329
|
+
*/
|
|
330
|
+
'SpecialtyTypeId'?: string | null;
|
|
331
|
+
}
|
|
332
|
+
//# sourceMappingURL=hospital-specialty-document-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hospital-specialty-document-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-specialty-document-model.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2
|
|
9
|
+
* Contact: developer@icloudhospital.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,308 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2
|
|
6
|
+
* Contact: developer@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { SimpleTranslationItemDocumentModel } from './simple-translation-item-document-model';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface HospitalSpecialtySimpleSubDocumentModel
|
|
17
|
+
*/
|
|
18
|
+
export interface HospitalSpecialtySimpleSubDocumentModel {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
22
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
23
|
+
*/
|
|
24
|
+
'en'?: SimpleTranslationItemDocumentModel;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
28
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
29
|
+
*/
|
|
30
|
+
'ru'?: SimpleTranslationItemDocumentModel;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
34
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
35
|
+
*/
|
|
36
|
+
'zh'?: SimpleTranslationItemDocumentModel;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
40
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
41
|
+
*/
|
|
42
|
+
'es'?: SimpleTranslationItemDocumentModel;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
46
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
47
|
+
*/
|
|
48
|
+
'id'?: SimpleTranslationItemDocumentModel;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
52
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
53
|
+
*/
|
|
54
|
+
'pt'?: SimpleTranslationItemDocumentModel;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
58
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
59
|
+
*/
|
|
60
|
+
'fr'?: SimpleTranslationItemDocumentModel;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
64
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
65
|
+
*/
|
|
66
|
+
'vi'?: SimpleTranslationItemDocumentModel;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
70
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
71
|
+
*/
|
|
72
|
+
'th'?: SimpleTranslationItemDocumentModel;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
76
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
77
|
+
*/
|
|
78
|
+
'ar'?: SimpleTranslationItemDocumentModel;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
82
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
83
|
+
*/
|
|
84
|
+
'ko'?: SimpleTranslationItemDocumentModel;
|
|
85
|
+
/**
|
|
86
|
+
*
|
|
87
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
88
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
89
|
+
*/
|
|
90
|
+
'bg'?: SimpleTranslationItemDocumentModel;
|
|
91
|
+
/**
|
|
92
|
+
*
|
|
93
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
94
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
95
|
+
*/
|
|
96
|
+
'cs'?: SimpleTranslationItemDocumentModel;
|
|
97
|
+
/**
|
|
98
|
+
*
|
|
99
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
100
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
101
|
+
*/
|
|
102
|
+
'de'?: SimpleTranslationItemDocumentModel;
|
|
103
|
+
/**
|
|
104
|
+
*
|
|
105
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
106
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
107
|
+
*/
|
|
108
|
+
'hi'?: SimpleTranslationItemDocumentModel;
|
|
109
|
+
/**
|
|
110
|
+
*
|
|
111
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
112
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
113
|
+
*/
|
|
114
|
+
'hr'?: SimpleTranslationItemDocumentModel;
|
|
115
|
+
/**
|
|
116
|
+
*
|
|
117
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
118
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
119
|
+
*/
|
|
120
|
+
'hu'?: SimpleTranslationItemDocumentModel;
|
|
121
|
+
/**
|
|
122
|
+
*
|
|
123
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
124
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
125
|
+
*/
|
|
126
|
+
'it'?: SimpleTranslationItemDocumentModel;
|
|
127
|
+
/**
|
|
128
|
+
*
|
|
129
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
130
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
131
|
+
*/
|
|
132
|
+
'ja'?: SimpleTranslationItemDocumentModel;
|
|
133
|
+
/**
|
|
134
|
+
*
|
|
135
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
136
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
137
|
+
*/
|
|
138
|
+
'kk'?: SimpleTranslationItemDocumentModel;
|
|
139
|
+
/**
|
|
140
|
+
*
|
|
141
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
142
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
143
|
+
*/
|
|
144
|
+
'ky'?: SimpleTranslationItemDocumentModel;
|
|
145
|
+
/**
|
|
146
|
+
*
|
|
147
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
148
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
149
|
+
*/
|
|
150
|
+
'lo'?: SimpleTranslationItemDocumentModel;
|
|
151
|
+
/**
|
|
152
|
+
*
|
|
153
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
154
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
155
|
+
*/
|
|
156
|
+
'lt'?: SimpleTranslationItemDocumentModel;
|
|
157
|
+
/**
|
|
158
|
+
*
|
|
159
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
160
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
161
|
+
*/
|
|
162
|
+
'lv'?: SimpleTranslationItemDocumentModel;
|
|
163
|
+
/**
|
|
164
|
+
*
|
|
165
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
166
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
167
|
+
*/
|
|
168
|
+
'my'?: SimpleTranslationItemDocumentModel;
|
|
169
|
+
/**
|
|
170
|
+
*
|
|
171
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
172
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
173
|
+
*/
|
|
174
|
+
'nl'?: SimpleTranslationItemDocumentModel;
|
|
175
|
+
/**
|
|
176
|
+
*
|
|
177
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
178
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
179
|
+
*/
|
|
180
|
+
'pl'?: SimpleTranslationItemDocumentModel;
|
|
181
|
+
/**
|
|
182
|
+
*
|
|
183
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
184
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
185
|
+
*/
|
|
186
|
+
'ro'?: SimpleTranslationItemDocumentModel;
|
|
187
|
+
/**
|
|
188
|
+
*
|
|
189
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
190
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
191
|
+
*/
|
|
192
|
+
'sl'?: SimpleTranslationItemDocumentModel;
|
|
193
|
+
/**
|
|
194
|
+
*
|
|
195
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
196
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
197
|
+
*/
|
|
198
|
+
'sv'?: SimpleTranslationItemDocumentModel;
|
|
199
|
+
/**
|
|
200
|
+
*
|
|
201
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
202
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
203
|
+
*/
|
|
204
|
+
'sw'?: SimpleTranslationItemDocumentModel;
|
|
205
|
+
/**
|
|
206
|
+
*
|
|
207
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
208
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
209
|
+
*/
|
|
210
|
+
'tr'?: SimpleTranslationItemDocumentModel;
|
|
211
|
+
/**
|
|
212
|
+
*
|
|
213
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
214
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
215
|
+
*/
|
|
216
|
+
'uk'?: SimpleTranslationItemDocumentModel;
|
|
217
|
+
/**
|
|
218
|
+
*
|
|
219
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
220
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
221
|
+
*/
|
|
222
|
+
'uz'?: SimpleTranslationItemDocumentModel;
|
|
223
|
+
/**
|
|
224
|
+
*
|
|
225
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
226
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
227
|
+
*/
|
|
228
|
+
'bn'?: SimpleTranslationItemDocumentModel;
|
|
229
|
+
/**
|
|
230
|
+
*
|
|
231
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
232
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
233
|
+
*/
|
|
234
|
+
'az'?: SimpleTranslationItemDocumentModel;
|
|
235
|
+
/**
|
|
236
|
+
*
|
|
237
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
238
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
239
|
+
*/
|
|
240
|
+
'ka'?: SimpleTranslationItemDocumentModel;
|
|
241
|
+
/**
|
|
242
|
+
*
|
|
243
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
244
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
245
|
+
*/
|
|
246
|
+
'mn'?: SimpleTranslationItemDocumentModel;
|
|
247
|
+
/**
|
|
248
|
+
*
|
|
249
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
250
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
251
|
+
*/
|
|
252
|
+
'te'?: SimpleTranslationItemDocumentModel;
|
|
253
|
+
/**
|
|
254
|
+
*
|
|
255
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
256
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
257
|
+
*/
|
|
258
|
+
'kn'?: SimpleTranslationItemDocumentModel;
|
|
259
|
+
/**
|
|
260
|
+
*
|
|
261
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
262
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
263
|
+
*/
|
|
264
|
+
'ta'?: SimpleTranslationItemDocumentModel;
|
|
265
|
+
/**
|
|
266
|
+
*
|
|
267
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
268
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
269
|
+
*/
|
|
270
|
+
'ml'?: SimpleTranslationItemDocumentModel;
|
|
271
|
+
/**
|
|
272
|
+
*
|
|
273
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
274
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
275
|
+
*/
|
|
276
|
+
'mr'?: SimpleTranslationItemDocumentModel;
|
|
277
|
+
/**
|
|
278
|
+
*
|
|
279
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
280
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
281
|
+
*/
|
|
282
|
+
'pa'?: SimpleTranslationItemDocumentModel;
|
|
283
|
+
/**
|
|
284
|
+
*
|
|
285
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
286
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
287
|
+
*/
|
|
288
|
+
'gu'?: SimpleTranslationItemDocumentModel;
|
|
289
|
+
/**
|
|
290
|
+
*
|
|
291
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
292
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
293
|
+
*/
|
|
294
|
+
'ur'?: SimpleTranslationItemDocumentModel;
|
|
295
|
+
/**
|
|
296
|
+
*
|
|
297
|
+
* @type {SimpleTranslationItemDocumentModel}
|
|
298
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
299
|
+
*/
|
|
300
|
+
'or'?: SimpleTranslationItemDocumentModel;
|
|
301
|
+
/**
|
|
302
|
+
*
|
|
303
|
+
* @type {string}
|
|
304
|
+
* @memberof HospitalSpecialtySimpleSubDocumentModel
|
|
305
|
+
*/
|
|
306
|
+
'Id'?: string | null;
|
|
307
|
+
}
|
|
308
|
+
//# sourceMappingURL=hospital-specialty-simple-sub-document-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hospital-specialty-simple-sub-document-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-specialty-simple-sub-document-model.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2
|
|
9
|
+
* Contact: developer@icloudhospital.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/lib/models/index.d.ts
CHANGED
|
@@ -219,9 +219,11 @@ export * from './hospital-simple-item-model';
|
|
|
219
219
|
export * from './hospital-sns-handles-model';
|
|
220
220
|
export * from './hospital-specialties-model';
|
|
221
221
|
export * from './hospital-specialties-simple-model';
|
|
222
|
+
export * from './hospital-specialty-document-model';
|
|
222
223
|
export * from './hospital-specialty-item-model';
|
|
223
224
|
export * from './hospital-specialty-model';
|
|
224
225
|
export * from './hospital-specialty-simple-item-model';
|
|
226
|
+
export * from './hospital-specialty-simple-sub-document-model';
|
|
225
227
|
export * from './hospital-specialty-sub-document-model';
|
|
226
228
|
export * from './hospital-specialty-translation-item-document-model';
|
|
227
229
|
export * from './hospital-sub-document-model';
|
|
@@ -315,9 +317,11 @@ export * from './send-bird-group-channelr-operator';
|
|
|
315
317
|
export * from './service-categories-model';
|
|
316
318
|
export * from './service-category-item-model';
|
|
317
319
|
export * from './service-category-model';
|
|
320
|
+
export * from './service-document-model';
|
|
318
321
|
export * from './service-review-item-model';
|
|
319
322
|
export * from './service-review-model';
|
|
320
323
|
export * from './service-reviews-model';
|
|
324
|
+
export * from './simple-translation-item-document-model';
|
|
321
325
|
export * from './simple-translation-model';
|
|
322
326
|
export * from './simple-translation-with-description-model';
|
|
323
327
|
export * from './sns-handle-document-model';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qCAAqC,CAAC;AACpD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0CAA0C,CAAC;AACzD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sBAAsB,CAAC;AACrC,cAAc,oCAAoC,CAAC;AACnD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yCAAyC,CAAC;AACxD,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sCAAsC,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mCAAmC,CAAC;AAClD,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,eAAe,CAAC;AAC9B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AACjC,cAAc,oCAAoC,CAAC;AACnD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mCAAmC,CAAC;AAClD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,uBAAuB,CAAC;AACtC,cAAc,mCAAmC,CAAC;AAClD,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iDAAiD,CAAC;AAChE,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yCAAyC,CAAC;AACxD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sCAAsC,CAAC;AACrD,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uCAAuC,CAAC;AACtD,cAAc,oDAAoD,CAAC;AACnE,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,iCAAiC,CAAC;AAChD,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mCAAmC,CAAC;AAClD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAC;AACvD,cAAc,oCAAoC,CAAC;AACnD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,kCAAkC,CAAC;AACjD,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qCAAqC,CAAC;AACpD,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,sDAAsD,CAAC;AACrE,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uCAAuC,CAAC;AACtD,cAAc,sCAAsC,CAAC;AACrD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0CAA0C,CAAC;AACzD,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,eAAe,CAAC;AAC9B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,iCAAiC,CAAC;AAChD,cAAc,qCAAqC,CAAC;AACpD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mBAAmB,CAAC;AAClC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,oCAAoC,CAAC;AACnD,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC;AACnD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qCAAqC,CAAC;AACpD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,sDAAsD,CAAC;AACrE,cAAc,mCAAmC,CAAC;AAClD,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
|
package/lib/models/index.js
CHANGED
|
@@ -235,9 +235,11 @@ __exportStar(require("./hospital-simple-item-model"), exports);
|
|
|
235
235
|
__exportStar(require("./hospital-sns-handles-model"), exports);
|
|
236
236
|
__exportStar(require("./hospital-specialties-model"), exports);
|
|
237
237
|
__exportStar(require("./hospital-specialties-simple-model"), exports);
|
|
238
|
+
__exportStar(require("./hospital-specialty-document-model"), exports);
|
|
238
239
|
__exportStar(require("./hospital-specialty-item-model"), exports);
|
|
239
240
|
__exportStar(require("./hospital-specialty-model"), exports);
|
|
240
241
|
__exportStar(require("./hospital-specialty-simple-item-model"), exports);
|
|
242
|
+
__exportStar(require("./hospital-specialty-simple-sub-document-model"), exports);
|
|
241
243
|
__exportStar(require("./hospital-specialty-sub-document-model"), exports);
|
|
242
244
|
__exportStar(require("./hospital-specialty-translation-item-document-model"), exports);
|
|
243
245
|
__exportStar(require("./hospital-sub-document-model"), exports);
|
|
@@ -331,9 +333,11 @@ __exportStar(require("./send-bird-group-channelr-operator"), exports);
|
|
|
331
333
|
__exportStar(require("./service-categories-model"), exports);
|
|
332
334
|
__exportStar(require("./service-category-item-model"), exports);
|
|
333
335
|
__exportStar(require("./service-category-model"), exports);
|
|
336
|
+
__exportStar(require("./service-document-model"), exports);
|
|
334
337
|
__exportStar(require("./service-review-item-model"), exports);
|
|
335
338
|
__exportStar(require("./service-review-model"), exports);
|
|
336
339
|
__exportStar(require("./service-reviews-model"), exports);
|
|
340
|
+
__exportStar(require("./simple-translation-item-document-model"), exports);
|
|
337
341
|
__exportStar(require("./simple-translation-model"), exports);
|
|
338
342
|
__exportStar(require("./simple-translation-with-description-model"), exports);
|
|
339
343
|
__exportStar(require("./sns-handle-document-model"), exports);
|
|
@@ -0,0 +1,339 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2
|
|
6
|
+
* Contact: developer@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { HospitalSpecialtySimpleSubDocumentModel } from './hospital-specialty-simple-sub-document-model';
|
|
13
|
+
import { TranslationDocumentModel } from './translation-document-model';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ServiceDocumentModel
|
|
18
|
+
*/
|
|
19
|
+
export interface ServiceDocumentModel {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Date}
|
|
23
|
+
* @memberof ServiceDocumentModel
|
|
24
|
+
*/
|
|
25
|
+
'uploadedDate'?: Date;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {TranslationDocumentModel}
|
|
29
|
+
* @memberof ServiceDocumentModel
|
|
30
|
+
*/
|
|
31
|
+
'en'?: TranslationDocumentModel;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {TranslationDocumentModel}
|
|
35
|
+
* @memberof ServiceDocumentModel
|
|
36
|
+
*/
|
|
37
|
+
'ru'?: TranslationDocumentModel;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {TranslationDocumentModel}
|
|
41
|
+
* @memberof ServiceDocumentModel
|
|
42
|
+
*/
|
|
43
|
+
'zh'?: TranslationDocumentModel;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {TranslationDocumentModel}
|
|
47
|
+
* @memberof ServiceDocumentModel
|
|
48
|
+
*/
|
|
49
|
+
'es'?: TranslationDocumentModel;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {TranslationDocumentModel}
|
|
53
|
+
* @memberof ServiceDocumentModel
|
|
54
|
+
*/
|
|
55
|
+
'id'?: TranslationDocumentModel;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {TranslationDocumentModel}
|
|
59
|
+
* @memberof ServiceDocumentModel
|
|
60
|
+
*/
|
|
61
|
+
'pt'?: TranslationDocumentModel;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {TranslationDocumentModel}
|
|
65
|
+
* @memberof ServiceDocumentModel
|
|
66
|
+
*/
|
|
67
|
+
'fr'?: TranslationDocumentModel;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {TranslationDocumentModel}
|
|
71
|
+
* @memberof ServiceDocumentModel
|
|
72
|
+
*/
|
|
73
|
+
'vi'?: TranslationDocumentModel;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {TranslationDocumentModel}
|
|
77
|
+
* @memberof ServiceDocumentModel
|
|
78
|
+
*/
|
|
79
|
+
'th'?: TranslationDocumentModel;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {TranslationDocumentModel}
|
|
83
|
+
* @memberof ServiceDocumentModel
|
|
84
|
+
*/
|
|
85
|
+
'ar'?: TranslationDocumentModel;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {TranslationDocumentModel}
|
|
89
|
+
* @memberof ServiceDocumentModel
|
|
90
|
+
*/
|
|
91
|
+
'ko'?: TranslationDocumentModel;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {TranslationDocumentModel}
|
|
95
|
+
* @memberof ServiceDocumentModel
|
|
96
|
+
*/
|
|
97
|
+
'bg'?: TranslationDocumentModel;
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
* @type {TranslationDocumentModel}
|
|
101
|
+
* @memberof ServiceDocumentModel
|
|
102
|
+
*/
|
|
103
|
+
'cs'?: TranslationDocumentModel;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {TranslationDocumentModel}
|
|
107
|
+
* @memberof ServiceDocumentModel
|
|
108
|
+
*/
|
|
109
|
+
'de'?: TranslationDocumentModel;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
* @type {TranslationDocumentModel}
|
|
113
|
+
* @memberof ServiceDocumentModel
|
|
114
|
+
*/
|
|
115
|
+
'hi'?: TranslationDocumentModel;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
* @type {TranslationDocumentModel}
|
|
119
|
+
* @memberof ServiceDocumentModel
|
|
120
|
+
*/
|
|
121
|
+
'hr'?: TranslationDocumentModel;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @type {TranslationDocumentModel}
|
|
125
|
+
* @memberof ServiceDocumentModel
|
|
126
|
+
*/
|
|
127
|
+
'hu'?: TranslationDocumentModel;
|
|
128
|
+
/**
|
|
129
|
+
*
|
|
130
|
+
* @type {TranslationDocumentModel}
|
|
131
|
+
* @memberof ServiceDocumentModel
|
|
132
|
+
*/
|
|
133
|
+
'it'?: TranslationDocumentModel;
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
* @type {TranslationDocumentModel}
|
|
137
|
+
* @memberof ServiceDocumentModel
|
|
138
|
+
*/
|
|
139
|
+
'ja'?: TranslationDocumentModel;
|
|
140
|
+
/**
|
|
141
|
+
*
|
|
142
|
+
* @type {TranslationDocumentModel}
|
|
143
|
+
* @memberof ServiceDocumentModel
|
|
144
|
+
*/
|
|
145
|
+
'kk'?: TranslationDocumentModel;
|
|
146
|
+
/**
|
|
147
|
+
*
|
|
148
|
+
* @type {TranslationDocumentModel}
|
|
149
|
+
* @memberof ServiceDocumentModel
|
|
150
|
+
*/
|
|
151
|
+
'ky'?: TranslationDocumentModel;
|
|
152
|
+
/**
|
|
153
|
+
*
|
|
154
|
+
* @type {TranslationDocumentModel}
|
|
155
|
+
* @memberof ServiceDocumentModel
|
|
156
|
+
*/
|
|
157
|
+
'lo'?: TranslationDocumentModel;
|
|
158
|
+
/**
|
|
159
|
+
*
|
|
160
|
+
* @type {TranslationDocumentModel}
|
|
161
|
+
* @memberof ServiceDocumentModel
|
|
162
|
+
*/
|
|
163
|
+
'lt'?: TranslationDocumentModel;
|
|
164
|
+
/**
|
|
165
|
+
*
|
|
166
|
+
* @type {TranslationDocumentModel}
|
|
167
|
+
* @memberof ServiceDocumentModel
|
|
168
|
+
*/
|
|
169
|
+
'lv'?: TranslationDocumentModel;
|
|
170
|
+
/**
|
|
171
|
+
*
|
|
172
|
+
* @type {TranslationDocumentModel}
|
|
173
|
+
* @memberof ServiceDocumentModel
|
|
174
|
+
*/
|
|
175
|
+
'my'?: TranslationDocumentModel;
|
|
176
|
+
/**
|
|
177
|
+
*
|
|
178
|
+
* @type {TranslationDocumentModel}
|
|
179
|
+
* @memberof ServiceDocumentModel
|
|
180
|
+
*/
|
|
181
|
+
'nl'?: TranslationDocumentModel;
|
|
182
|
+
/**
|
|
183
|
+
*
|
|
184
|
+
* @type {TranslationDocumentModel}
|
|
185
|
+
* @memberof ServiceDocumentModel
|
|
186
|
+
*/
|
|
187
|
+
'pl'?: TranslationDocumentModel;
|
|
188
|
+
/**
|
|
189
|
+
*
|
|
190
|
+
* @type {TranslationDocumentModel}
|
|
191
|
+
* @memberof ServiceDocumentModel
|
|
192
|
+
*/
|
|
193
|
+
'ro'?: TranslationDocumentModel;
|
|
194
|
+
/**
|
|
195
|
+
*
|
|
196
|
+
* @type {TranslationDocumentModel}
|
|
197
|
+
* @memberof ServiceDocumentModel
|
|
198
|
+
*/
|
|
199
|
+
'sl'?: TranslationDocumentModel;
|
|
200
|
+
/**
|
|
201
|
+
*
|
|
202
|
+
* @type {TranslationDocumentModel}
|
|
203
|
+
* @memberof ServiceDocumentModel
|
|
204
|
+
*/
|
|
205
|
+
'sv'?: TranslationDocumentModel;
|
|
206
|
+
/**
|
|
207
|
+
*
|
|
208
|
+
* @type {TranslationDocumentModel}
|
|
209
|
+
* @memberof ServiceDocumentModel
|
|
210
|
+
*/
|
|
211
|
+
'sw'?: TranslationDocumentModel;
|
|
212
|
+
/**
|
|
213
|
+
*
|
|
214
|
+
* @type {TranslationDocumentModel}
|
|
215
|
+
* @memberof ServiceDocumentModel
|
|
216
|
+
*/
|
|
217
|
+
'tr'?: TranslationDocumentModel;
|
|
218
|
+
/**
|
|
219
|
+
*
|
|
220
|
+
* @type {TranslationDocumentModel}
|
|
221
|
+
* @memberof ServiceDocumentModel
|
|
222
|
+
*/
|
|
223
|
+
'uk'?: TranslationDocumentModel;
|
|
224
|
+
/**
|
|
225
|
+
*
|
|
226
|
+
* @type {TranslationDocumentModel}
|
|
227
|
+
* @memberof ServiceDocumentModel
|
|
228
|
+
*/
|
|
229
|
+
'uz'?: TranslationDocumentModel;
|
|
230
|
+
/**
|
|
231
|
+
*
|
|
232
|
+
* @type {TranslationDocumentModel}
|
|
233
|
+
* @memberof ServiceDocumentModel
|
|
234
|
+
*/
|
|
235
|
+
'bn'?: TranslationDocumentModel;
|
|
236
|
+
/**
|
|
237
|
+
*
|
|
238
|
+
* @type {TranslationDocumentModel}
|
|
239
|
+
* @memberof ServiceDocumentModel
|
|
240
|
+
*/
|
|
241
|
+
'az'?: TranslationDocumentModel;
|
|
242
|
+
/**
|
|
243
|
+
*
|
|
244
|
+
* @type {TranslationDocumentModel}
|
|
245
|
+
* @memberof ServiceDocumentModel
|
|
246
|
+
*/
|
|
247
|
+
'ka'?: TranslationDocumentModel;
|
|
248
|
+
/**
|
|
249
|
+
*
|
|
250
|
+
* @type {TranslationDocumentModel}
|
|
251
|
+
* @memberof ServiceDocumentModel
|
|
252
|
+
*/
|
|
253
|
+
'mn'?: TranslationDocumentModel;
|
|
254
|
+
/**
|
|
255
|
+
*
|
|
256
|
+
* @type {TranslationDocumentModel}
|
|
257
|
+
* @memberof ServiceDocumentModel
|
|
258
|
+
*/
|
|
259
|
+
'te'?: TranslationDocumentModel;
|
|
260
|
+
/**
|
|
261
|
+
*
|
|
262
|
+
* @type {TranslationDocumentModel}
|
|
263
|
+
* @memberof ServiceDocumentModel
|
|
264
|
+
*/
|
|
265
|
+
'kn'?: TranslationDocumentModel;
|
|
266
|
+
/**
|
|
267
|
+
*
|
|
268
|
+
* @type {TranslationDocumentModel}
|
|
269
|
+
* @memberof ServiceDocumentModel
|
|
270
|
+
*/
|
|
271
|
+
'ta'?: TranslationDocumentModel;
|
|
272
|
+
/**
|
|
273
|
+
*
|
|
274
|
+
* @type {TranslationDocumentModel}
|
|
275
|
+
* @memberof ServiceDocumentModel
|
|
276
|
+
*/
|
|
277
|
+
'ml'?: TranslationDocumentModel;
|
|
278
|
+
/**
|
|
279
|
+
*
|
|
280
|
+
* @type {TranslationDocumentModel}
|
|
281
|
+
* @memberof ServiceDocumentModel
|
|
282
|
+
*/
|
|
283
|
+
'mr'?: TranslationDocumentModel;
|
|
284
|
+
/**
|
|
285
|
+
*
|
|
286
|
+
* @type {TranslationDocumentModel}
|
|
287
|
+
* @memberof ServiceDocumentModel
|
|
288
|
+
*/
|
|
289
|
+
'pa'?: TranslationDocumentModel;
|
|
290
|
+
/**
|
|
291
|
+
*
|
|
292
|
+
* @type {TranslationDocumentModel}
|
|
293
|
+
* @memberof ServiceDocumentModel
|
|
294
|
+
*/
|
|
295
|
+
'gu'?: TranslationDocumentModel;
|
|
296
|
+
/**
|
|
297
|
+
*
|
|
298
|
+
* @type {TranslationDocumentModel}
|
|
299
|
+
* @memberof ServiceDocumentModel
|
|
300
|
+
*/
|
|
301
|
+
'ur'?: TranslationDocumentModel;
|
|
302
|
+
/**
|
|
303
|
+
*
|
|
304
|
+
* @type {TranslationDocumentModel}
|
|
305
|
+
* @memberof ServiceDocumentModel
|
|
306
|
+
*/
|
|
307
|
+
'or'?: TranslationDocumentModel;
|
|
308
|
+
/**
|
|
309
|
+
*
|
|
310
|
+
* @type {string}
|
|
311
|
+
* @memberof ServiceDocumentModel
|
|
312
|
+
*/
|
|
313
|
+
'Id'?: string | null;
|
|
314
|
+
/**
|
|
315
|
+
*
|
|
316
|
+
* @type {string}
|
|
317
|
+
* @memberof ServiceDocumentModel
|
|
318
|
+
*/
|
|
319
|
+
'HospitalId'?: string | null;
|
|
320
|
+
/**
|
|
321
|
+
*
|
|
322
|
+
* @type {string}
|
|
323
|
+
* @memberof ServiceDocumentModel
|
|
324
|
+
*/
|
|
325
|
+
'SpecialtyTypeId'?: string | null;
|
|
326
|
+
/**
|
|
327
|
+
*
|
|
328
|
+
* @type {string}
|
|
329
|
+
* @memberof ServiceDocumentModel
|
|
330
|
+
*/
|
|
331
|
+
'SpecialtyId'?: string | null;
|
|
332
|
+
/**
|
|
333
|
+
*
|
|
334
|
+
* @type {HospitalSpecialtySimpleSubDocumentModel}
|
|
335
|
+
* @memberof ServiceDocumentModel
|
|
336
|
+
*/
|
|
337
|
+
'HospitalSpecialty'?: HospitalSpecialtySimpleSubDocumentModel;
|
|
338
|
+
}
|
|
339
|
+
//# sourceMappingURL=service-document-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-document-model.d.ts","sourceRoot":"","sources":["../../src/models/service-document-model.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2
|
|
9
|
+
* Contact: developer@icloudhospital.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2
|
|
6
|
+
* Contact: developer@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SimpleTranslationItemDocumentModel
|
|
16
|
+
*/
|
|
17
|
+
export interface SimpleTranslationItemDocumentModel {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SimpleTranslationItemDocumentModel
|
|
22
|
+
*/
|
|
23
|
+
'Slug'?: string | null;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=simple-translation-item-document-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"simple-translation-item-document-model.d.ts","sourceRoot":"","sources":["../../src/models/simple-translation-item-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2
|
|
9
|
+
* Contact: developer@icloudhospital.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|