ch-api-client-typescript2 5.42.0 → 5.42.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/lib/models/accreditation-document-model.d.ts +2 -0
  2. package/lib/models/accreditation-document-model.d.ts.map +1 -1
  3. package/lib/models/contributor-translation-document-model.d.ts +1 -19
  4. package/lib/models/contributor-translation-document-model.d.ts.map +1 -1
  5. package/lib/models/deal-document-model.d.ts +0 -13
  6. package/lib/models/deal-document-model.d.ts.map +1 -1
  7. package/lib/models/doctor-affiliation-translation-document-model.d.ts +5 -17
  8. package/lib/models/doctor-affiliation-translation-document-model.d.ts.map +1 -1
  9. package/lib/models/doctor-document-model.d.ts +0 -20
  10. package/lib/models/doctor-document-model.d.ts.map +1 -1
  11. package/lib/models/doctor-specialty-sub-document-model.d.ts +0 -283
  12. package/lib/models/doctor-specialty-sub-document-model.d.ts.map +1 -1
  13. package/lib/models/hospital-document-model.d.ts +6 -39
  14. package/lib/models/hospital-document-model.d.ts.map +1 -1
  15. package/lib/models/hospital-specialty-document-model.d.ts +0 -13
  16. package/lib/models/hospital-specialty-document-model.d.ts.map +1 -1
  17. package/lib/models/hospital-specialty-sub-document-model.d.ts +43 -0
  18. package/lib/models/hospital-specialty-sub-document-model.d.ts.map +1 -0
  19. package/lib/models/hospital-translation-document-model.d.ts +8 -8
  20. package/lib/models/hospital-translation-document-model.d.ts.map +1 -1
  21. package/lib/models/index.d.ts +1 -3
  22. package/lib/models/index.d.ts.map +1 -1
  23. package/lib/models/index.js +1 -3
  24. package/lib/models/location-document-model.d.ts +4 -6
  25. package/lib/models/location-document-model.d.ts.map +1 -1
  26. package/lib/models/translation-document-model.d.ts +1 -19
  27. package/lib/models/translation-document-model.d.ts.map +1 -1
  28. package/package.json +1 -1
  29. package/src/.openapi-generator/FILES +1 -3
  30. package/src/models/accreditation-document-model.ts +2 -0
  31. package/src/models/contributor-translation-document-model.ts +1 -19
  32. package/src/models/deal-document-model.ts +0 -15
  33. package/src/models/doctor-affiliation-translation-document-model.ts +5 -17
  34. package/src/models/doctor-document-model.ts +0 -24
  35. package/src/models/doctor-specialty-sub-document-model.ts +0 -285
  36. package/src/models/hospital-document-model.ts +6 -45
  37. package/src/models/hospital-specialty-document-model.ts +0 -15
  38. package/src/models/hospital-specialty-sub-document-model.ts +48 -0
  39. package/src/models/hospital-translation-document-model.ts +8 -8
  40. package/src/models/index.ts +1 -3
  41. package/src/models/location-document-model.ts +4 -8
  42. package/src/models/translation-document-model.ts +1 -19
  43. package/lib/models/country-sub-document-model.d.ts +0 -340
  44. package/lib/models/country-sub-document-model.d.ts.map +0 -1
  45. package/lib/models/hospital-bank-account-info-document-model.d.ts +0 -73
  46. package/lib/models/hospital-bank-account-info-document-model.d.ts.map +0 -1
  47. package/lib/models/hospital-bank-account-info-document-model.js +0 -15
  48. package/lib/models/hospital-specialty-with-services-document-model.d.ts +0 -328
  49. package/lib/models/hospital-specialty-with-services-document-model.d.ts.map +0 -1
  50. package/lib/models/hospital-specialty-with-services-document-model.js +0 -15
  51. package/src/models/country-sub-document-model.ts +0 -351
  52. package/src/models/hospital-bank-account-info-document-model.ts +0 -78
  53. package/src/models/hospital-specialty-with-services-document-model.ts +0 -339
  54. /package/lib/models/{country-sub-document-model.js → hospital-specialty-sub-document-model.js} +0 -0
@@ -1,340 +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 { CountryCurrencyDocumentModel } from './country-currency-document-model';
13
- import { CountryLanguageDocumentModel } from './country-language-document-model';
14
- import { TranslationItemDocumentModel } from './translation-item-document-model';
15
- /**
16
- *
17
- * @export
18
- * @interface CountrySubDocumentModel
19
- */
20
- export interface CountrySubDocumentModel {
21
- /**
22
- *
23
- * @type {TranslationItemDocumentModel}
24
- * @memberof CountrySubDocumentModel
25
- */
26
- 'en'?: TranslationItemDocumentModel;
27
- /**
28
- *
29
- * @type {TranslationItemDocumentModel}
30
- * @memberof CountrySubDocumentModel
31
- */
32
- 'ru'?: TranslationItemDocumentModel;
33
- /**
34
- *
35
- * @type {TranslationItemDocumentModel}
36
- * @memberof CountrySubDocumentModel
37
- */
38
- 'zh'?: TranslationItemDocumentModel;
39
- /**
40
- *
41
- * @type {TranslationItemDocumentModel}
42
- * @memberof CountrySubDocumentModel
43
- */
44
- 'es'?: TranslationItemDocumentModel;
45
- /**
46
- *
47
- * @type {TranslationItemDocumentModel}
48
- * @memberof CountrySubDocumentModel
49
- */
50
- 'id'?: TranslationItemDocumentModel;
51
- /**
52
- *
53
- * @type {TranslationItemDocumentModel}
54
- * @memberof CountrySubDocumentModel
55
- */
56
- 'pt'?: TranslationItemDocumentModel;
57
- /**
58
- *
59
- * @type {TranslationItemDocumentModel}
60
- * @memberof CountrySubDocumentModel
61
- */
62
- 'fr'?: TranslationItemDocumentModel;
63
- /**
64
- *
65
- * @type {TranslationItemDocumentModel}
66
- * @memberof CountrySubDocumentModel
67
- */
68
- 'vi'?: TranslationItemDocumentModel;
69
- /**
70
- *
71
- * @type {TranslationItemDocumentModel}
72
- * @memberof CountrySubDocumentModel
73
- */
74
- 'th'?: TranslationItemDocumentModel;
75
- /**
76
- *
77
- * @type {TranslationItemDocumentModel}
78
- * @memberof CountrySubDocumentModel
79
- */
80
- 'ar'?: TranslationItemDocumentModel;
81
- /**
82
- *
83
- * @type {TranslationItemDocumentModel}
84
- * @memberof CountrySubDocumentModel
85
- */
86
- 'ko'?: TranslationItemDocumentModel;
87
- /**
88
- *
89
- * @type {TranslationItemDocumentModel}
90
- * @memberof CountrySubDocumentModel
91
- */
92
- 'bg'?: TranslationItemDocumentModel;
93
- /**
94
- *
95
- * @type {TranslationItemDocumentModel}
96
- * @memberof CountrySubDocumentModel
97
- */
98
- 'cs'?: TranslationItemDocumentModel;
99
- /**
100
- *
101
- * @type {TranslationItemDocumentModel}
102
- * @memberof CountrySubDocumentModel
103
- */
104
- 'de'?: TranslationItemDocumentModel;
105
- /**
106
- *
107
- * @type {TranslationItemDocumentModel}
108
- * @memberof CountrySubDocumentModel
109
- */
110
- 'hi'?: TranslationItemDocumentModel;
111
- /**
112
- *
113
- * @type {TranslationItemDocumentModel}
114
- * @memberof CountrySubDocumentModel
115
- */
116
- 'hr'?: TranslationItemDocumentModel;
117
- /**
118
- *
119
- * @type {TranslationItemDocumentModel}
120
- * @memberof CountrySubDocumentModel
121
- */
122
- 'hu'?: TranslationItemDocumentModel;
123
- /**
124
- *
125
- * @type {TranslationItemDocumentModel}
126
- * @memberof CountrySubDocumentModel
127
- */
128
- 'it'?: TranslationItemDocumentModel;
129
- /**
130
- *
131
- * @type {TranslationItemDocumentModel}
132
- * @memberof CountrySubDocumentModel
133
- */
134
- 'ja'?: TranslationItemDocumentModel;
135
- /**
136
- *
137
- * @type {TranslationItemDocumentModel}
138
- * @memberof CountrySubDocumentModel
139
- */
140
- 'kk'?: TranslationItemDocumentModel;
141
- /**
142
- *
143
- * @type {TranslationItemDocumentModel}
144
- * @memberof CountrySubDocumentModel
145
- */
146
- 'ky'?: TranslationItemDocumentModel;
147
- /**
148
- *
149
- * @type {TranslationItemDocumentModel}
150
- * @memberof CountrySubDocumentModel
151
- */
152
- 'lo'?: TranslationItemDocumentModel;
153
- /**
154
- *
155
- * @type {TranslationItemDocumentModel}
156
- * @memberof CountrySubDocumentModel
157
- */
158
- 'lt'?: TranslationItemDocumentModel;
159
- /**
160
- *
161
- * @type {TranslationItemDocumentModel}
162
- * @memberof CountrySubDocumentModel
163
- */
164
- 'lv'?: TranslationItemDocumentModel;
165
- /**
166
- *
167
- * @type {TranslationItemDocumentModel}
168
- * @memberof CountrySubDocumentModel
169
- */
170
- 'my'?: TranslationItemDocumentModel;
171
- /**
172
- *
173
- * @type {TranslationItemDocumentModel}
174
- * @memberof CountrySubDocumentModel
175
- */
176
- 'nl'?: TranslationItemDocumentModel;
177
- /**
178
- *
179
- * @type {TranslationItemDocumentModel}
180
- * @memberof CountrySubDocumentModel
181
- */
182
- 'pl'?: TranslationItemDocumentModel;
183
- /**
184
- *
185
- * @type {TranslationItemDocumentModel}
186
- * @memberof CountrySubDocumentModel
187
- */
188
- 'ro'?: TranslationItemDocumentModel;
189
- /**
190
- *
191
- * @type {TranslationItemDocumentModel}
192
- * @memberof CountrySubDocumentModel
193
- */
194
- 'sl'?: TranslationItemDocumentModel;
195
- /**
196
- *
197
- * @type {TranslationItemDocumentModel}
198
- * @memberof CountrySubDocumentModel
199
- */
200
- 'sv'?: TranslationItemDocumentModel;
201
- /**
202
- *
203
- * @type {TranslationItemDocumentModel}
204
- * @memberof CountrySubDocumentModel
205
- */
206
- 'sw'?: TranslationItemDocumentModel;
207
- /**
208
- *
209
- * @type {TranslationItemDocumentModel}
210
- * @memberof CountrySubDocumentModel
211
- */
212
- 'tr'?: TranslationItemDocumentModel;
213
- /**
214
- *
215
- * @type {TranslationItemDocumentModel}
216
- * @memberof CountrySubDocumentModel
217
- */
218
- 'uk'?: TranslationItemDocumentModel;
219
- /**
220
- *
221
- * @type {TranslationItemDocumentModel}
222
- * @memberof CountrySubDocumentModel
223
- */
224
- 'uz'?: TranslationItemDocumentModel;
225
- /**
226
- *
227
- * @type {TranslationItemDocumentModel}
228
- * @memberof CountrySubDocumentModel
229
- */
230
- 'bn'?: TranslationItemDocumentModel;
231
- /**
232
- *
233
- * @type {TranslationItemDocumentModel}
234
- * @memberof CountrySubDocumentModel
235
- */
236
- 'az'?: TranslationItemDocumentModel;
237
- /**
238
- *
239
- * @type {TranslationItemDocumentModel}
240
- * @memberof CountrySubDocumentModel
241
- */
242
- 'ka'?: TranslationItemDocumentModel;
243
- /**
244
- *
245
- * @type {TranslationItemDocumentModel}
246
- * @memberof CountrySubDocumentModel
247
- */
248
- 'mn'?: TranslationItemDocumentModel;
249
- /**
250
- *
251
- * @type {TranslationItemDocumentModel}
252
- * @memberof CountrySubDocumentModel
253
- */
254
- 'te'?: TranslationItemDocumentModel;
255
- /**
256
- *
257
- * @type {TranslationItemDocumentModel}
258
- * @memberof CountrySubDocumentModel
259
- */
260
- 'kn'?: TranslationItemDocumentModel;
261
- /**
262
- *
263
- * @type {TranslationItemDocumentModel}
264
- * @memberof CountrySubDocumentModel
265
- */
266
- 'ta'?: TranslationItemDocumentModel;
267
- /**
268
- *
269
- * @type {TranslationItemDocumentModel}
270
- * @memberof CountrySubDocumentModel
271
- */
272
- 'ml'?: TranslationItemDocumentModel;
273
- /**
274
- *
275
- * @type {TranslationItemDocumentModel}
276
- * @memberof CountrySubDocumentModel
277
- */
278
- 'mr'?: TranslationItemDocumentModel;
279
- /**
280
- *
281
- * @type {TranslationItemDocumentModel}
282
- * @memberof CountrySubDocumentModel
283
- */
284
- 'pa'?: TranslationItemDocumentModel;
285
- /**
286
- *
287
- * @type {TranslationItemDocumentModel}
288
- * @memberof CountrySubDocumentModel
289
- */
290
- 'gu'?: TranslationItemDocumentModel;
291
- /**
292
- *
293
- * @type {TranslationItemDocumentModel}
294
- * @memberof CountrySubDocumentModel
295
- */
296
- 'ur'?: TranslationItemDocumentModel;
297
- /**
298
- *
299
- * @type {TranslationItemDocumentModel}
300
- * @memberof CountrySubDocumentModel
301
- */
302
- 'or'?: TranslationItemDocumentModel;
303
- /**
304
- *
305
- * @type {string}
306
- * @memberof CountrySubDocumentModel
307
- */
308
- 'Id'?: string | null;
309
- /**
310
- *
311
- * @type {string}
312
- * @memberof CountrySubDocumentModel
313
- */
314
- 'CountryCode'?: string | null;
315
- /**
316
- *
317
- * @type {number}
318
- * @memberof CountrySubDocumentModel
319
- */
320
- 'Order'?: number;
321
- /**
322
- *
323
- * @type {Array<CountryLanguageDocumentModel>}
324
- * @memberof CountrySubDocumentModel
325
- */
326
- 'CountryLanguages'?: Array<CountryLanguageDocumentModel> | null;
327
- /**
328
- *
329
- * @type {Array<string>}
330
- * @memberof CountrySubDocumentModel
331
- */
332
- 'CountryLanguageCodes'?: Array<string> | null;
333
- /**
334
- *
335
- * @type {Array<CountryCurrencyDocumentModel>}
336
- * @memberof CountrySubDocumentModel
337
- */
338
- 'CountryCurrencies'?: Array<CountryCurrencyDocumentModel> | null;
339
- }
340
- //# sourceMappingURL=country-sub-document-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"country-sub-document-model.d.ts","sourceRoot":"","sources":["../../src/models/country-sub-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGjF,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGjF,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAEjF;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;IAChE;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC9C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;CACpE"}
@@ -1,73 +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 HospitalBankAccountInfoDocumentModel
16
- */
17
- export interface HospitalBankAccountInfoDocumentModel {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof HospitalBankAccountInfoDocumentModel
22
- */
23
- 'Id'?: string | null;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof HospitalBankAccountInfoDocumentModel
28
- */
29
- 'HospitalId'?: string | null;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof HospitalBankAccountInfoDocumentModel
34
- */
35
- 'Bank'?: string | null;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof HospitalBankAccountInfoDocumentModel
40
- */
41
- 'AccountNumber'?: string | null;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof HospitalBankAccountInfoDocumentModel
46
- */
47
- 'Depositor'?: string | null;
48
- /**
49
- *
50
- * @type {string}
51
- * @memberof HospitalBankAccountInfoDocumentModel
52
- */
53
- 'SwiftCode'?: string | null;
54
- /**
55
- *
56
- * @type {string}
57
- * @memberof HospitalBankAccountInfoDocumentModel
58
- */
59
- 'AdditionalNote'?: string | null;
60
- /**
61
- *
62
- * @type {boolean}
63
- * @memberof HospitalBankAccountInfoDocumentModel
64
- */
65
- 'IsEnabled'?: boolean;
66
- /**
67
- *
68
- * @type {number}
69
- * @memberof HospitalBankAccountInfoDocumentModel
70
- */
71
- 'Order'?: number;
72
- }
73
- //# sourceMappingURL=hospital-bank-account-info-document-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hospital-bank-account-info-document-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-bank-account-info-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -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 });