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