ch-api-client-typescript2 5.42.1 → 5.42.5
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/doctor-document-model.d.ts +3 -3
- package/lib/models/doctor-document-model.d.ts.map +1 -1
- package/lib/models/hospital-document-model.d.ts +0 -12
- package/lib/models/hospital-document-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +0 -10
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +0 -10
- package/lib/models/package-sub-document-model.d.ts +3 -3
- package/lib/models/package-sub-document-model.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +0 -10
- package/src/models/doctor-document-model.ts +3 -3
- package/src/models/hospital-document-model.ts +0 -12
- package/src/models/index.ts +0 -10
- package/src/models/package-sub-document-model.ts +3 -3
- package/lib/models/contributor-document-model.d.ts +0 -341
- package/lib/models/contributor-document-model.d.ts.map +0 -1
- package/lib/models/contributor-document-model.js +0 -15
- package/lib/models/contributor-translation-document-model.d.ts +0 -37
- package/lib/models/contributor-translation-document-model.d.ts.map +0 -1
- package/lib/models/contributor-translation-document-model.js +0 -15
- package/lib/models/faq-category-document-model.d.ts +0 -334
- package/lib/models/faq-category-document-model.d.ts.map +0 -1
- package/lib/models/faq-category-document-model.js +0 -15
- package/lib/models/faq-category-sub-document-model.d.ts +0 -314
- package/lib/models/faq-category-sub-document-model.d.ts.map +0 -1
- package/lib/models/faq-category-sub-document-model.js +0 -15
- package/lib/models/faq-document-model.d.ts +0 -341
- package/lib/models/faq-document-model.d.ts.map +0 -1
- package/lib/models/faq-document-model.js +0 -15
- package/lib/models/feature-document-model.d.ts +0 -32
- package/lib/models/feature-document-model.d.ts.map +0 -1
- package/lib/models/feature-document-model.js +0 -15
- package/lib/models/hospital-specialty-document-model.d.ts +0 -426
- package/lib/models/hospital-specialty-document-model.d.ts.map +0 -1
- package/lib/models/hospital-specialty-document-model.js +0 -15
- package/lib/models/service-sub-document-model.d.ts +0 -357
- package/lib/models/service-sub-document-model.d.ts.map +0 -1
- package/lib/models/service-sub-document-model.js +0 -15
- package/lib/models/specialty-names-model.d.ts +0 -301
- package/lib/models/specialty-names-model.d.ts.map +0 -1
- package/lib/models/specialty-names-model.js +0 -15
- package/lib/models/specialty-sub-document-model.d.ts +0 -314
- package/lib/models/specialty-sub-document-model.d.ts.map +0 -1
- package/lib/models/specialty-sub-document-model.js +0 -15
- package/src/models/contributor-document-model.ts +0 -354
- package/src/models/contributor-translation-document-model.ts +0 -42
- package/src/models/faq-category-document-model.ts +0 -345
- package/src/models/faq-category-sub-document-model.ts +0 -321
- package/src/models/faq-document-model.ts +0 -354
- package/src/models/feature-document-model.ts +0 -39
- package/src/models/hospital-specialty-document-model.ts +0 -453
- package/src/models/service-sub-document-model.ts +0 -366
- package/src/models/specialty-names-model.ts +0 -306
- package/src/models/specialty-sub-document-model.ts +0 -321
|
@@ -1,314 +0,0 @@
|
|
|
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 { TranslationItemDocumentModel } from './translation-item-document-model';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface SpecialtySubDocumentModel
|
|
17
|
-
*/
|
|
18
|
-
export interface SpecialtySubDocumentModel {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {TranslationItemDocumentModel}
|
|
22
|
-
* @memberof SpecialtySubDocumentModel
|
|
23
|
-
*/
|
|
24
|
-
'en'?: TranslationItemDocumentModel;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {TranslationItemDocumentModel}
|
|
28
|
-
* @memberof SpecialtySubDocumentModel
|
|
29
|
-
*/
|
|
30
|
-
'ru'?: TranslationItemDocumentModel;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {TranslationItemDocumentModel}
|
|
34
|
-
* @memberof SpecialtySubDocumentModel
|
|
35
|
-
*/
|
|
36
|
-
'zh'?: TranslationItemDocumentModel;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {TranslationItemDocumentModel}
|
|
40
|
-
* @memberof SpecialtySubDocumentModel
|
|
41
|
-
*/
|
|
42
|
-
'es'?: TranslationItemDocumentModel;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {TranslationItemDocumentModel}
|
|
46
|
-
* @memberof SpecialtySubDocumentModel
|
|
47
|
-
*/
|
|
48
|
-
'id'?: TranslationItemDocumentModel;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {TranslationItemDocumentModel}
|
|
52
|
-
* @memberof SpecialtySubDocumentModel
|
|
53
|
-
*/
|
|
54
|
-
'pt'?: TranslationItemDocumentModel;
|
|
55
|
-
/**
|
|
56
|
-
*
|
|
57
|
-
* @type {TranslationItemDocumentModel}
|
|
58
|
-
* @memberof SpecialtySubDocumentModel
|
|
59
|
-
*/
|
|
60
|
-
'fr'?: TranslationItemDocumentModel;
|
|
61
|
-
/**
|
|
62
|
-
*
|
|
63
|
-
* @type {TranslationItemDocumentModel}
|
|
64
|
-
* @memberof SpecialtySubDocumentModel
|
|
65
|
-
*/
|
|
66
|
-
'vi'?: TranslationItemDocumentModel;
|
|
67
|
-
/**
|
|
68
|
-
*
|
|
69
|
-
* @type {TranslationItemDocumentModel}
|
|
70
|
-
* @memberof SpecialtySubDocumentModel
|
|
71
|
-
*/
|
|
72
|
-
'th'?: TranslationItemDocumentModel;
|
|
73
|
-
/**
|
|
74
|
-
*
|
|
75
|
-
* @type {TranslationItemDocumentModel}
|
|
76
|
-
* @memberof SpecialtySubDocumentModel
|
|
77
|
-
*/
|
|
78
|
-
'ar'?: TranslationItemDocumentModel;
|
|
79
|
-
/**
|
|
80
|
-
*
|
|
81
|
-
* @type {TranslationItemDocumentModel}
|
|
82
|
-
* @memberof SpecialtySubDocumentModel
|
|
83
|
-
*/
|
|
84
|
-
'ko'?: TranslationItemDocumentModel;
|
|
85
|
-
/**
|
|
86
|
-
*
|
|
87
|
-
* @type {TranslationItemDocumentModel}
|
|
88
|
-
* @memberof SpecialtySubDocumentModel
|
|
89
|
-
*/
|
|
90
|
-
'bg'?: TranslationItemDocumentModel;
|
|
91
|
-
/**
|
|
92
|
-
*
|
|
93
|
-
* @type {TranslationItemDocumentModel}
|
|
94
|
-
* @memberof SpecialtySubDocumentModel
|
|
95
|
-
*/
|
|
96
|
-
'cs'?: TranslationItemDocumentModel;
|
|
97
|
-
/**
|
|
98
|
-
*
|
|
99
|
-
* @type {TranslationItemDocumentModel}
|
|
100
|
-
* @memberof SpecialtySubDocumentModel
|
|
101
|
-
*/
|
|
102
|
-
'de'?: TranslationItemDocumentModel;
|
|
103
|
-
/**
|
|
104
|
-
*
|
|
105
|
-
* @type {TranslationItemDocumentModel}
|
|
106
|
-
* @memberof SpecialtySubDocumentModel
|
|
107
|
-
*/
|
|
108
|
-
'hi'?: TranslationItemDocumentModel;
|
|
109
|
-
/**
|
|
110
|
-
*
|
|
111
|
-
* @type {TranslationItemDocumentModel}
|
|
112
|
-
* @memberof SpecialtySubDocumentModel
|
|
113
|
-
*/
|
|
114
|
-
'hr'?: TranslationItemDocumentModel;
|
|
115
|
-
/**
|
|
116
|
-
*
|
|
117
|
-
* @type {TranslationItemDocumentModel}
|
|
118
|
-
* @memberof SpecialtySubDocumentModel
|
|
119
|
-
*/
|
|
120
|
-
'hu'?: TranslationItemDocumentModel;
|
|
121
|
-
/**
|
|
122
|
-
*
|
|
123
|
-
* @type {TranslationItemDocumentModel}
|
|
124
|
-
* @memberof SpecialtySubDocumentModel
|
|
125
|
-
*/
|
|
126
|
-
'it'?: TranslationItemDocumentModel;
|
|
127
|
-
/**
|
|
128
|
-
*
|
|
129
|
-
* @type {TranslationItemDocumentModel}
|
|
130
|
-
* @memberof SpecialtySubDocumentModel
|
|
131
|
-
*/
|
|
132
|
-
'ja'?: TranslationItemDocumentModel;
|
|
133
|
-
/**
|
|
134
|
-
*
|
|
135
|
-
* @type {TranslationItemDocumentModel}
|
|
136
|
-
* @memberof SpecialtySubDocumentModel
|
|
137
|
-
*/
|
|
138
|
-
'kk'?: TranslationItemDocumentModel;
|
|
139
|
-
/**
|
|
140
|
-
*
|
|
141
|
-
* @type {TranslationItemDocumentModel}
|
|
142
|
-
* @memberof SpecialtySubDocumentModel
|
|
143
|
-
*/
|
|
144
|
-
'ky'?: TranslationItemDocumentModel;
|
|
145
|
-
/**
|
|
146
|
-
*
|
|
147
|
-
* @type {TranslationItemDocumentModel}
|
|
148
|
-
* @memberof SpecialtySubDocumentModel
|
|
149
|
-
*/
|
|
150
|
-
'lo'?: TranslationItemDocumentModel;
|
|
151
|
-
/**
|
|
152
|
-
*
|
|
153
|
-
* @type {TranslationItemDocumentModel}
|
|
154
|
-
* @memberof SpecialtySubDocumentModel
|
|
155
|
-
*/
|
|
156
|
-
'lt'?: TranslationItemDocumentModel;
|
|
157
|
-
/**
|
|
158
|
-
*
|
|
159
|
-
* @type {TranslationItemDocumentModel}
|
|
160
|
-
* @memberof SpecialtySubDocumentModel
|
|
161
|
-
*/
|
|
162
|
-
'lv'?: TranslationItemDocumentModel;
|
|
163
|
-
/**
|
|
164
|
-
*
|
|
165
|
-
* @type {TranslationItemDocumentModel}
|
|
166
|
-
* @memberof SpecialtySubDocumentModel
|
|
167
|
-
*/
|
|
168
|
-
'my'?: TranslationItemDocumentModel;
|
|
169
|
-
/**
|
|
170
|
-
*
|
|
171
|
-
* @type {TranslationItemDocumentModel}
|
|
172
|
-
* @memberof SpecialtySubDocumentModel
|
|
173
|
-
*/
|
|
174
|
-
'nl'?: TranslationItemDocumentModel;
|
|
175
|
-
/**
|
|
176
|
-
*
|
|
177
|
-
* @type {TranslationItemDocumentModel}
|
|
178
|
-
* @memberof SpecialtySubDocumentModel
|
|
179
|
-
*/
|
|
180
|
-
'pl'?: TranslationItemDocumentModel;
|
|
181
|
-
/**
|
|
182
|
-
*
|
|
183
|
-
* @type {TranslationItemDocumentModel}
|
|
184
|
-
* @memberof SpecialtySubDocumentModel
|
|
185
|
-
*/
|
|
186
|
-
'ro'?: TranslationItemDocumentModel;
|
|
187
|
-
/**
|
|
188
|
-
*
|
|
189
|
-
* @type {TranslationItemDocumentModel}
|
|
190
|
-
* @memberof SpecialtySubDocumentModel
|
|
191
|
-
*/
|
|
192
|
-
'sl'?: TranslationItemDocumentModel;
|
|
193
|
-
/**
|
|
194
|
-
*
|
|
195
|
-
* @type {TranslationItemDocumentModel}
|
|
196
|
-
* @memberof SpecialtySubDocumentModel
|
|
197
|
-
*/
|
|
198
|
-
'sv'?: TranslationItemDocumentModel;
|
|
199
|
-
/**
|
|
200
|
-
*
|
|
201
|
-
* @type {TranslationItemDocumentModel}
|
|
202
|
-
* @memberof SpecialtySubDocumentModel
|
|
203
|
-
*/
|
|
204
|
-
'sw'?: TranslationItemDocumentModel;
|
|
205
|
-
/**
|
|
206
|
-
*
|
|
207
|
-
* @type {TranslationItemDocumentModel}
|
|
208
|
-
* @memberof SpecialtySubDocumentModel
|
|
209
|
-
*/
|
|
210
|
-
'tr'?: TranslationItemDocumentModel;
|
|
211
|
-
/**
|
|
212
|
-
*
|
|
213
|
-
* @type {TranslationItemDocumentModel}
|
|
214
|
-
* @memberof SpecialtySubDocumentModel
|
|
215
|
-
*/
|
|
216
|
-
'uk'?: TranslationItemDocumentModel;
|
|
217
|
-
/**
|
|
218
|
-
*
|
|
219
|
-
* @type {TranslationItemDocumentModel}
|
|
220
|
-
* @memberof SpecialtySubDocumentModel
|
|
221
|
-
*/
|
|
222
|
-
'uz'?: TranslationItemDocumentModel;
|
|
223
|
-
/**
|
|
224
|
-
*
|
|
225
|
-
* @type {TranslationItemDocumentModel}
|
|
226
|
-
* @memberof SpecialtySubDocumentModel
|
|
227
|
-
*/
|
|
228
|
-
'bn'?: TranslationItemDocumentModel;
|
|
229
|
-
/**
|
|
230
|
-
*
|
|
231
|
-
* @type {TranslationItemDocumentModel}
|
|
232
|
-
* @memberof SpecialtySubDocumentModel
|
|
233
|
-
*/
|
|
234
|
-
'az'?: TranslationItemDocumentModel;
|
|
235
|
-
/**
|
|
236
|
-
*
|
|
237
|
-
* @type {TranslationItemDocumentModel}
|
|
238
|
-
* @memberof SpecialtySubDocumentModel
|
|
239
|
-
*/
|
|
240
|
-
'ka'?: TranslationItemDocumentModel;
|
|
241
|
-
/**
|
|
242
|
-
*
|
|
243
|
-
* @type {TranslationItemDocumentModel}
|
|
244
|
-
* @memberof SpecialtySubDocumentModel
|
|
245
|
-
*/
|
|
246
|
-
'mn'?: TranslationItemDocumentModel;
|
|
247
|
-
/**
|
|
248
|
-
*
|
|
249
|
-
* @type {TranslationItemDocumentModel}
|
|
250
|
-
* @memberof SpecialtySubDocumentModel
|
|
251
|
-
*/
|
|
252
|
-
'te'?: TranslationItemDocumentModel;
|
|
253
|
-
/**
|
|
254
|
-
*
|
|
255
|
-
* @type {TranslationItemDocumentModel}
|
|
256
|
-
* @memberof SpecialtySubDocumentModel
|
|
257
|
-
*/
|
|
258
|
-
'kn'?: TranslationItemDocumentModel;
|
|
259
|
-
/**
|
|
260
|
-
*
|
|
261
|
-
* @type {TranslationItemDocumentModel}
|
|
262
|
-
* @memberof SpecialtySubDocumentModel
|
|
263
|
-
*/
|
|
264
|
-
'ta'?: TranslationItemDocumentModel;
|
|
265
|
-
/**
|
|
266
|
-
*
|
|
267
|
-
* @type {TranslationItemDocumentModel}
|
|
268
|
-
* @memberof SpecialtySubDocumentModel
|
|
269
|
-
*/
|
|
270
|
-
'ml'?: TranslationItemDocumentModel;
|
|
271
|
-
/**
|
|
272
|
-
*
|
|
273
|
-
* @type {TranslationItemDocumentModel}
|
|
274
|
-
* @memberof SpecialtySubDocumentModel
|
|
275
|
-
*/
|
|
276
|
-
'mr'?: TranslationItemDocumentModel;
|
|
277
|
-
/**
|
|
278
|
-
*
|
|
279
|
-
* @type {TranslationItemDocumentModel}
|
|
280
|
-
* @memberof SpecialtySubDocumentModel
|
|
281
|
-
*/
|
|
282
|
-
'pa'?: TranslationItemDocumentModel;
|
|
283
|
-
/**
|
|
284
|
-
*
|
|
285
|
-
* @type {TranslationItemDocumentModel}
|
|
286
|
-
* @memberof SpecialtySubDocumentModel
|
|
287
|
-
*/
|
|
288
|
-
'gu'?: TranslationItemDocumentModel;
|
|
289
|
-
/**
|
|
290
|
-
*
|
|
291
|
-
* @type {TranslationItemDocumentModel}
|
|
292
|
-
* @memberof SpecialtySubDocumentModel
|
|
293
|
-
*/
|
|
294
|
-
'ur'?: TranslationItemDocumentModel;
|
|
295
|
-
/**
|
|
296
|
-
*
|
|
297
|
-
* @type {TranslationItemDocumentModel}
|
|
298
|
-
* @memberof SpecialtySubDocumentModel
|
|
299
|
-
*/
|
|
300
|
-
'or'?: TranslationItemDocumentModel;
|
|
301
|
-
/**
|
|
302
|
-
*
|
|
303
|
-
* @type {string}
|
|
304
|
-
* @memberof SpecialtySubDocumentModel
|
|
305
|
-
*/
|
|
306
|
-
'Id'?: string | null;
|
|
307
|
-
/**
|
|
308
|
-
*
|
|
309
|
-
* @type {string}
|
|
310
|
-
* @memberof SpecialtySubDocumentModel
|
|
311
|
-
*/
|
|
312
|
-
'SpecialtyTypeId'?: string | null;
|
|
313
|
-
}
|
|
314
|
-
//# sourceMappingURL=specialty-sub-document-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"specialty-sub-document-model.d.ts","sourceRoot":"","sources":["../../src/models/specialty-sub-document-model.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,15 +0,0 @@
|
|
|
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 });
|
|
@@ -1,354 +0,0 @@
|
|
|
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
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import { AuditableEntityDocumentModel } from './auditable-entity-document-model';
|
|
19
|
-
// May contain unused imports in some cases
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
import { ContributorTranslationDocumentModel } from './contributor-translation-document-model';
|
|
22
|
-
// May contain unused imports in some cases
|
|
23
|
-
// @ts-ignore
|
|
24
|
-
import { HospitalSubDocumentModel } from './hospital-sub-document-model';
|
|
25
|
-
// May contain unused imports in some cases
|
|
26
|
-
// @ts-ignore
|
|
27
|
-
import { SnsHandleDocumentModel } from './sns-handle-document-model';
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @export
|
|
32
|
-
* @interface ContributorDocumentModel
|
|
33
|
-
*/
|
|
34
|
-
export interface ContributorDocumentModel {
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {Date}
|
|
38
|
-
* @memberof ContributorDocumentModel
|
|
39
|
-
*/
|
|
40
|
-
'uploadedDate'?: Date;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {ContributorTranslationDocumentModel}
|
|
44
|
-
* @memberof ContributorDocumentModel
|
|
45
|
-
*/
|
|
46
|
-
'en'?: ContributorTranslationDocumentModel;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {ContributorTranslationDocumentModel}
|
|
50
|
-
* @memberof ContributorDocumentModel
|
|
51
|
-
*/
|
|
52
|
-
'ru'?: ContributorTranslationDocumentModel;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {ContributorTranslationDocumentModel}
|
|
56
|
-
* @memberof ContributorDocumentModel
|
|
57
|
-
*/
|
|
58
|
-
'zh'?: ContributorTranslationDocumentModel;
|
|
59
|
-
/**
|
|
60
|
-
*
|
|
61
|
-
* @type {ContributorTranslationDocumentModel}
|
|
62
|
-
* @memberof ContributorDocumentModel
|
|
63
|
-
*/
|
|
64
|
-
'es'?: ContributorTranslationDocumentModel;
|
|
65
|
-
/**
|
|
66
|
-
*
|
|
67
|
-
* @type {ContributorTranslationDocumentModel}
|
|
68
|
-
* @memberof ContributorDocumentModel
|
|
69
|
-
*/
|
|
70
|
-
'id'?: ContributorTranslationDocumentModel;
|
|
71
|
-
/**
|
|
72
|
-
*
|
|
73
|
-
* @type {ContributorTranslationDocumentModel}
|
|
74
|
-
* @memberof ContributorDocumentModel
|
|
75
|
-
*/
|
|
76
|
-
'pt'?: ContributorTranslationDocumentModel;
|
|
77
|
-
/**
|
|
78
|
-
*
|
|
79
|
-
* @type {ContributorTranslationDocumentModel}
|
|
80
|
-
* @memberof ContributorDocumentModel
|
|
81
|
-
*/
|
|
82
|
-
'fr'?: ContributorTranslationDocumentModel;
|
|
83
|
-
/**
|
|
84
|
-
*
|
|
85
|
-
* @type {ContributorTranslationDocumentModel}
|
|
86
|
-
* @memberof ContributorDocumentModel
|
|
87
|
-
*/
|
|
88
|
-
'vi'?: ContributorTranslationDocumentModel;
|
|
89
|
-
/**
|
|
90
|
-
*
|
|
91
|
-
* @type {ContributorTranslationDocumentModel}
|
|
92
|
-
* @memberof ContributorDocumentModel
|
|
93
|
-
*/
|
|
94
|
-
'th'?: ContributorTranslationDocumentModel;
|
|
95
|
-
/**
|
|
96
|
-
*
|
|
97
|
-
* @type {ContributorTranslationDocumentModel}
|
|
98
|
-
* @memberof ContributorDocumentModel
|
|
99
|
-
*/
|
|
100
|
-
'ar'?: ContributorTranslationDocumentModel;
|
|
101
|
-
/**
|
|
102
|
-
*
|
|
103
|
-
* @type {ContributorTranslationDocumentModel}
|
|
104
|
-
* @memberof ContributorDocumentModel
|
|
105
|
-
*/
|
|
106
|
-
'ko'?: ContributorTranslationDocumentModel;
|
|
107
|
-
/**
|
|
108
|
-
*
|
|
109
|
-
* @type {ContributorTranslationDocumentModel}
|
|
110
|
-
* @memberof ContributorDocumentModel
|
|
111
|
-
*/
|
|
112
|
-
'bg'?: ContributorTranslationDocumentModel;
|
|
113
|
-
/**
|
|
114
|
-
*
|
|
115
|
-
* @type {ContributorTranslationDocumentModel}
|
|
116
|
-
* @memberof ContributorDocumentModel
|
|
117
|
-
*/
|
|
118
|
-
'cs'?: ContributorTranslationDocumentModel;
|
|
119
|
-
/**
|
|
120
|
-
*
|
|
121
|
-
* @type {ContributorTranslationDocumentModel}
|
|
122
|
-
* @memberof ContributorDocumentModel
|
|
123
|
-
*/
|
|
124
|
-
'de'?: ContributorTranslationDocumentModel;
|
|
125
|
-
/**
|
|
126
|
-
*
|
|
127
|
-
* @type {ContributorTranslationDocumentModel}
|
|
128
|
-
* @memberof ContributorDocumentModel
|
|
129
|
-
*/
|
|
130
|
-
'hi'?: ContributorTranslationDocumentModel;
|
|
131
|
-
/**
|
|
132
|
-
*
|
|
133
|
-
* @type {ContributorTranslationDocumentModel}
|
|
134
|
-
* @memberof ContributorDocumentModel
|
|
135
|
-
*/
|
|
136
|
-
'hr'?: ContributorTranslationDocumentModel;
|
|
137
|
-
/**
|
|
138
|
-
*
|
|
139
|
-
* @type {ContributorTranslationDocumentModel}
|
|
140
|
-
* @memberof ContributorDocumentModel
|
|
141
|
-
*/
|
|
142
|
-
'hu'?: ContributorTranslationDocumentModel;
|
|
143
|
-
/**
|
|
144
|
-
*
|
|
145
|
-
* @type {ContributorTranslationDocumentModel}
|
|
146
|
-
* @memberof ContributorDocumentModel
|
|
147
|
-
*/
|
|
148
|
-
'it'?: ContributorTranslationDocumentModel;
|
|
149
|
-
/**
|
|
150
|
-
*
|
|
151
|
-
* @type {ContributorTranslationDocumentModel}
|
|
152
|
-
* @memberof ContributorDocumentModel
|
|
153
|
-
*/
|
|
154
|
-
'ja'?: ContributorTranslationDocumentModel;
|
|
155
|
-
/**
|
|
156
|
-
*
|
|
157
|
-
* @type {ContributorTranslationDocumentModel}
|
|
158
|
-
* @memberof ContributorDocumentModel
|
|
159
|
-
*/
|
|
160
|
-
'kk'?: ContributorTranslationDocumentModel;
|
|
161
|
-
/**
|
|
162
|
-
*
|
|
163
|
-
* @type {ContributorTranslationDocumentModel}
|
|
164
|
-
* @memberof ContributorDocumentModel
|
|
165
|
-
*/
|
|
166
|
-
'ky'?: ContributorTranslationDocumentModel;
|
|
167
|
-
/**
|
|
168
|
-
*
|
|
169
|
-
* @type {ContributorTranslationDocumentModel}
|
|
170
|
-
* @memberof ContributorDocumentModel
|
|
171
|
-
*/
|
|
172
|
-
'lo'?: ContributorTranslationDocumentModel;
|
|
173
|
-
/**
|
|
174
|
-
*
|
|
175
|
-
* @type {ContributorTranslationDocumentModel}
|
|
176
|
-
* @memberof ContributorDocumentModel
|
|
177
|
-
*/
|
|
178
|
-
'lt'?: ContributorTranslationDocumentModel;
|
|
179
|
-
/**
|
|
180
|
-
*
|
|
181
|
-
* @type {ContributorTranslationDocumentModel}
|
|
182
|
-
* @memberof ContributorDocumentModel
|
|
183
|
-
*/
|
|
184
|
-
'lv'?: ContributorTranslationDocumentModel;
|
|
185
|
-
/**
|
|
186
|
-
*
|
|
187
|
-
* @type {ContributorTranslationDocumentModel}
|
|
188
|
-
* @memberof ContributorDocumentModel
|
|
189
|
-
*/
|
|
190
|
-
'my'?: ContributorTranslationDocumentModel;
|
|
191
|
-
/**
|
|
192
|
-
*
|
|
193
|
-
* @type {ContributorTranslationDocumentModel}
|
|
194
|
-
* @memberof ContributorDocumentModel
|
|
195
|
-
*/
|
|
196
|
-
'nl'?: ContributorTranslationDocumentModel;
|
|
197
|
-
/**
|
|
198
|
-
*
|
|
199
|
-
* @type {ContributorTranslationDocumentModel}
|
|
200
|
-
* @memberof ContributorDocumentModel
|
|
201
|
-
*/
|
|
202
|
-
'pl'?: ContributorTranslationDocumentModel;
|
|
203
|
-
/**
|
|
204
|
-
*
|
|
205
|
-
* @type {ContributorTranslationDocumentModel}
|
|
206
|
-
* @memberof ContributorDocumentModel
|
|
207
|
-
*/
|
|
208
|
-
'ro'?: ContributorTranslationDocumentModel;
|
|
209
|
-
/**
|
|
210
|
-
*
|
|
211
|
-
* @type {ContributorTranslationDocumentModel}
|
|
212
|
-
* @memberof ContributorDocumentModel
|
|
213
|
-
*/
|
|
214
|
-
'sl'?: ContributorTranslationDocumentModel;
|
|
215
|
-
/**
|
|
216
|
-
*
|
|
217
|
-
* @type {ContributorTranslationDocumentModel}
|
|
218
|
-
* @memberof ContributorDocumentModel
|
|
219
|
-
*/
|
|
220
|
-
'sv'?: ContributorTranslationDocumentModel;
|
|
221
|
-
/**
|
|
222
|
-
*
|
|
223
|
-
* @type {ContributorTranslationDocumentModel}
|
|
224
|
-
* @memberof ContributorDocumentModel
|
|
225
|
-
*/
|
|
226
|
-
'sw'?: ContributorTranslationDocumentModel;
|
|
227
|
-
/**
|
|
228
|
-
*
|
|
229
|
-
* @type {ContributorTranslationDocumentModel}
|
|
230
|
-
* @memberof ContributorDocumentModel
|
|
231
|
-
*/
|
|
232
|
-
'tr'?: ContributorTranslationDocumentModel;
|
|
233
|
-
/**
|
|
234
|
-
*
|
|
235
|
-
* @type {ContributorTranslationDocumentModel}
|
|
236
|
-
* @memberof ContributorDocumentModel
|
|
237
|
-
*/
|
|
238
|
-
'uk'?: ContributorTranslationDocumentModel;
|
|
239
|
-
/**
|
|
240
|
-
*
|
|
241
|
-
* @type {ContributorTranslationDocumentModel}
|
|
242
|
-
* @memberof ContributorDocumentModel
|
|
243
|
-
*/
|
|
244
|
-
'uz'?: ContributorTranslationDocumentModel;
|
|
245
|
-
/**
|
|
246
|
-
*
|
|
247
|
-
* @type {ContributorTranslationDocumentModel}
|
|
248
|
-
* @memberof ContributorDocumentModel
|
|
249
|
-
*/
|
|
250
|
-
'bn'?: ContributorTranslationDocumentModel;
|
|
251
|
-
/**
|
|
252
|
-
*
|
|
253
|
-
* @type {ContributorTranslationDocumentModel}
|
|
254
|
-
* @memberof ContributorDocumentModel
|
|
255
|
-
*/
|
|
256
|
-
'az'?: ContributorTranslationDocumentModel;
|
|
257
|
-
/**
|
|
258
|
-
*
|
|
259
|
-
* @type {ContributorTranslationDocumentModel}
|
|
260
|
-
* @memberof ContributorDocumentModel
|
|
261
|
-
*/
|
|
262
|
-
'ka'?: ContributorTranslationDocumentModel;
|
|
263
|
-
/**
|
|
264
|
-
*
|
|
265
|
-
* @type {ContributorTranslationDocumentModel}
|
|
266
|
-
* @memberof ContributorDocumentModel
|
|
267
|
-
*/
|
|
268
|
-
'mn'?: ContributorTranslationDocumentModel;
|
|
269
|
-
/**
|
|
270
|
-
*
|
|
271
|
-
* @type {ContributorTranslationDocumentModel}
|
|
272
|
-
* @memberof ContributorDocumentModel
|
|
273
|
-
*/
|
|
274
|
-
'te'?: ContributorTranslationDocumentModel;
|
|
275
|
-
/**
|
|
276
|
-
*
|
|
277
|
-
* @type {ContributorTranslationDocumentModel}
|
|
278
|
-
* @memberof ContributorDocumentModel
|
|
279
|
-
*/
|
|
280
|
-
'kn'?: ContributorTranslationDocumentModel;
|
|
281
|
-
/**
|
|
282
|
-
*
|
|
283
|
-
* @type {ContributorTranslationDocumentModel}
|
|
284
|
-
* @memberof ContributorDocumentModel
|
|
285
|
-
*/
|
|
286
|
-
'ta'?: ContributorTranslationDocumentModel;
|
|
287
|
-
/**
|
|
288
|
-
*
|
|
289
|
-
* @type {ContributorTranslationDocumentModel}
|
|
290
|
-
* @memberof ContributorDocumentModel
|
|
291
|
-
*/
|
|
292
|
-
'ml'?: ContributorTranslationDocumentModel;
|
|
293
|
-
/**
|
|
294
|
-
*
|
|
295
|
-
* @type {ContributorTranslationDocumentModel}
|
|
296
|
-
* @memberof ContributorDocumentModel
|
|
297
|
-
*/
|
|
298
|
-
'mr'?: ContributorTranslationDocumentModel;
|
|
299
|
-
/**
|
|
300
|
-
*
|
|
301
|
-
* @type {ContributorTranslationDocumentModel}
|
|
302
|
-
* @memberof ContributorDocumentModel
|
|
303
|
-
*/
|
|
304
|
-
'pa'?: ContributorTranslationDocumentModel;
|
|
305
|
-
/**
|
|
306
|
-
*
|
|
307
|
-
* @type {ContributorTranslationDocumentModel}
|
|
308
|
-
* @memberof ContributorDocumentModel
|
|
309
|
-
*/
|
|
310
|
-
'gu'?: ContributorTranslationDocumentModel;
|
|
311
|
-
/**
|
|
312
|
-
*
|
|
313
|
-
* @type {ContributorTranslationDocumentModel}
|
|
314
|
-
* @memberof ContributorDocumentModel
|
|
315
|
-
*/
|
|
316
|
-
'ur'?: ContributorTranslationDocumentModel;
|
|
317
|
-
/**
|
|
318
|
-
*
|
|
319
|
-
* @type {ContributorTranslationDocumentModel}
|
|
320
|
-
* @memberof ContributorDocumentModel
|
|
321
|
-
*/
|
|
322
|
-
'or'?: ContributorTranslationDocumentModel;
|
|
323
|
-
/**
|
|
324
|
-
*
|
|
325
|
-
* @type {string}
|
|
326
|
-
* @memberof ContributorDocumentModel
|
|
327
|
-
*/
|
|
328
|
-
'Id'?: string | null;
|
|
329
|
-
/**
|
|
330
|
-
*
|
|
331
|
-
* @type {string}
|
|
332
|
-
* @memberof ContributorDocumentModel
|
|
333
|
-
*/
|
|
334
|
-
'Website'?: string | null;
|
|
335
|
-
/**
|
|
336
|
-
*
|
|
337
|
-
* @type {HospitalSubDocumentModel}
|
|
338
|
-
* @memberof ContributorDocumentModel
|
|
339
|
-
*/
|
|
340
|
-
'Hospital'?: HospitalSubDocumentModel;
|
|
341
|
-
/**
|
|
342
|
-
*
|
|
343
|
-
* @type {Array<SnsHandleDocumentModel>}
|
|
344
|
-
* @memberof ContributorDocumentModel
|
|
345
|
-
*/
|
|
346
|
-
'SnsHandles'?: Array<SnsHandleDocumentModel> | null;
|
|
347
|
-
/**
|
|
348
|
-
*
|
|
349
|
-
* @type {AuditableEntityDocumentModel}
|
|
350
|
-
* @memberof ContributorDocumentModel
|
|
351
|
-
*/
|
|
352
|
-
'AuditableEntity'?: AuditableEntityDocumentModel;
|
|
353
|
-
}
|
|
354
|
-
|