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