ch-admin-api-client-typescript 5.5.0 → 5.5.2
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/api/dash-board-api.d.ts +302 -13
- package/lib/api/dash-board-api.d.ts.map +1 -1
- package/lib/api/dash-board-api.js +488 -15
- package/lib/api/deals-api.d.ts +65 -0
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +96 -0
- package/lib/api/doctor-affiliations-api.d.ts +56 -0
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +90 -0
- package/lib/api/hospitals-api.d.ts +195 -0
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +288 -0
- package/lib/api/search-api.d.ts +8 -8
- package/lib/api/search-api.d.ts.map +1 -1
- package/lib/api/search-api.js +5 -4
- package/lib/models/booking-duration-statistics-model.d.ts +31 -0
- package/lib/models/booking-duration-statistics-model.d.ts.map +1 -0
- package/lib/models/booking-statistics-model.d.ts +44 -0
- package/lib/models/booking-statistics-model.d.ts.map +1 -0
- package/lib/models/call-duration-statistics-model.d.ts +31 -0
- package/lib/models/call-duration-statistics-model.d.ts.map +1 -0
- package/lib/models/call-duration-statistics-model.js +15 -0
- package/lib/models/call-statistics-model.d.ts +38 -0
- package/lib/models/call-statistics-model.d.ts.map +1 -0
- package/lib/models/call-statistics-model.js +15 -0
- package/lib/models/consultation-duration-statisctics-model.d.ts +31 -0
- package/lib/models/consultation-duration-statisctics-model.d.ts.map +1 -0
- package/lib/models/consultation-duration-statisctics-model.js +15 -0
- package/lib/models/consultation-statistics-model.d.ts +44 -0
- package/lib/models/consultation-statistics-model.d.ts.map +1 -0
- package/lib/models/consultation-statistics-model.js +15 -0
- package/lib/models/create-hospital-contact-command.d.ts +0 -6
- package/lib/models/create-hospital-contact-command.d.ts.map +1 -1
- package/lib/models/dash-board-model.d.ts +15 -52
- package/lib/models/dash-board-model.d.ts.map +1 -1
- package/lib/models/deal-package-model.d.ts +0 -36
- package/lib/models/deal-package-model.d.ts.map +1 -1
- package/lib/models/delete-deal-package-appointment-timetable-overrides-command.d.ts +44 -0
- package/lib/models/delete-deal-package-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/delete-deal-package-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/delete-doctor-affiliation-appointment-timetable-overrides-command.d.ts +44 -0
- package/lib/models/delete-doctor-affiliation-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/delete-doctor-affiliation-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/delete-hospital-appointment-timetable-overrides-command.d.ts +44 -0
- package/lib/models/delete-hospital-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/delete-hospital-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/delete-hospital-specialty-appointment-timetable-overrides-command.d.ts +44 -0
- package/lib/models/delete-hospital-specialty-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/delete-hospital-specialty-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/delete-service-appointment-timetable-overrides-command.d.ts +44 -0
- package/lib/models/delete-service-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/delete-service-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/doctor-affiliation-model.d.ts +0 -36
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
- package/lib/models/feature-detail-model.d.ts +2 -3
- package/lib/models/feature-detail-model.d.ts.map +1 -1
- package/lib/models/general-statistics-model.d.ts +43 -0
- package/lib/models/general-statistics-model.d.ts.map +1 -0
- package/lib/models/general-statistics-model.js +15 -0
- package/lib/models/hospital-contact-item-model.d.ts +0 -6
- package/lib/models/hospital-contact-item-model.d.ts.map +1 -1
- package/lib/models/hospital-contact-model.d.ts +0 -6
- package/lib/models/hospital-contact-model.d.ts.map +1 -1
- package/lib/models/hospital-model.d.ts +0 -36
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/hospital-service-model.d.ts +0 -36
- package/lib/models/hospital-service-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-model.d.ts +0 -36
- package/lib/models/hospital-specialty-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +14 -2
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +14 -2
- package/lib/models/survey-form-duration-statistics-model.d.ts +31 -0
- package/lib/models/survey-form-duration-statistics-model.d.ts.map +1 -0
- package/lib/models/survey-form-duration-statistics-model.js +15 -0
- package/lib/models/survey-form-statistics-model.d.ts +38 -0
- package/lib/models/survey-form-statistics-model.d.ts.map +1 -0
- package/lib/models/survey-form-statistics-model.js +15 -0
- package/lib/models/update-hospital-contact-command.d.ts +2 -8
- package/lib/models/update-hospital-contact-command.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +14 -2
- package/src/api/dash-board-api.ts +556 -19
- package/src/api/deals-api.ts +113 -0
- package/src/api/doctor-affiliations-api.ts +100 -0
- package/src/api/hospitals-api.ts +339 -0
- package/src/api/search-api.ts +10 -8
- package/src/models/booking-duration-statistics-model.ts +36 -0
- package/src/models/booking-statistics-model.ts +51 -0
- package/src/models/call-duration-statistics-model.ts +36 -0
- package/src/models/call-statistics-model.ts +45 -0
- package/src/models/consultation-duration-statisctics-model.ts +36 -0
- package/src/models/consultation-statistics-model.ts +51 -0
- package/src/models/create-hospital-contact-command.ts +0 -6
- package/src/models/dash-board-model.ts +25 -52
- package/src/models/deal-package-model.ts +0 -36
- package/src/models/delete-deal-package-appointment-timetable-overrides-command.ts +51 -0
- package/src/models/delete-doctor-affiliation-appointment-timetable-overrides-command.ts +51 -0
- package/src/models/delete-hospital-appointment-timetable-overrides-command.ts +51 -0
- package/src/models/delete-hospital-specialty-appointment-timetable-overrides-command.ts +51 -0
- package/src/models/delete-service-appointment-timetable-overrides-command.ts +51 -0
- package/src/models/doctor-affiliation-model.ts +0 -36
- package/src/models/feature-detail-model.ts +2 -5
- package/src/models/general-statistics-model.ts +48 -0
- package/src/models/hospital-contact-item-model.ts +0 -6
- package/src/models/hospital-contact-model.ts +0 -6
- package/src/models/hospital-model.ts +0 -36
- package/src/models/hospital-service-model.ts +0 -36
- package/src/models/hospital-specialty-model.ts +0 -36
- package/src/models/index.ts +14 -2
- package/src/models/survey-form-duration-statistics-model.ts +36 -0
- package/src/models/survey-form-statistics-model.ts +45 -0
- package/src/models/update-hospital-contact-command.ts +2 -8
- package/lib/models/survey-form-simple-mapping-model.d.ts +0 -39
- package/lib/models/survey-form-simple-mapping-model.d.ts.map +0 -1
- package/lib/models/translation-simple-model.d.ts +0 -55
- package/lib/models/translation-simple-model.d.ts.map +0 -1
- package/src/models/survey-form-simple-mapping-model.ts +0 -48
- package/src/models/translation-simple-model.ts +0 -60
- /package/lib/models/{survey-form-simple-mapping-model.js → booking-duration-statistics-model.js} +0 -0
- /package/lib/models/{translation-simple-model.js → booking-statistics-model.js} +0 -0
|
@@ -257,41 +257,5 @@ export interface HospitalModel {
|
|
|
257
257
|
* @memberof HospitalModel
|
|
258
258
|
*/
|
|
259
259
|
'feature'?: FeatureModel;
|
|
260
|
-
/**
|
|
261
|
-
*
|
|
262
|
-
* @type {string}
|
|
263
|
-
* @memberof HospitalModel
|
|
264
|
-
*/
|
|
265
|
-
'chSurveyFormId'?: string | null;
|
|
266
|
-
/**
|
|
267
|
-
*
|
|
268
|
-
* @type {string}
|
|
269
|
-
* @memberof HospitalModel
|
|
270
|
-
*/
|
|
271
|
-
'saasSurveyFormId'?: string | null;
|
|
272
|
-
/**
|
|
273
|
-
*
|
|
274
|
-
* @type {string}
|
|
275
|
-
* @memberof HospitalModel
|
|
276
|
-
*/
|
|
277
|
-
'formUrlForChLink'?: string | null;
|
|
278
|
-
/**
|
|
279
|
-
*
|
|
280
|
-
* @type {string}
|
|
281
|
-
* @memberof HospitalModel
|
|
282
|
-
*/
|
|
283
|
-
'formUrlForSaasLink'?: string | null;
|
|
284
|
-
/**
|
|
285
|
-
*
|
|
286
|
-
* @type {boolean}
|
|
287
|
-
* @memberof HospitalModel
|
|
288
|
-
*/
|
|
289
|
-
'isChSurveyFormTranslated'?: boolean;
|
|
290
|
-
/**
|
|
291
|
-
*
|
|
292
|
-
* @type {boolean}
|
|
293
|
-
* @memberof HospitalModel
|
|
294
|
-
*/
|
|
295
|
-
'isSaasSurveyFormTranslated'?: boolean;
|
|
296
260
|
}
|
|
297
261
|
|
|
@@ -233,41 +233,5 @@ export interface HospitalServiceModel {
|
|
|
233
233
|
* @memberof HospitalServiceModel
|
|
234
234
|
*/
|
|
235
235
|
'feature'?: FeatureModel;
|
|
236
|
-
/**
|
|
237
|
-
*
|
|
238
|
-
* @type {string}
|
|
239
|
-
* @memberof HospitalServiceModel
|
|
240
|
-
*/
|
|
241
|
-
'chSurveyFormId'?: string | null;
|
|
242
|
-
/**
|
|
243
|
-
*
|
|
244
|
-
* @type {string}
|
|
245
|
-
* @memberof HospitalServiceModel
|
|
246
|
-
*/
|
|
247
|
-
'saasSurveyFormId'?: string | null;
|
|
248
|
-
/**
|
|
249
|
-
*
|
|
250
|
-
* @type {string}
|
|
251
|
-
* @memberof HospitalServiceModel
|
|
252
|
-
*/
|
|
253
|
-
'formUrlForChLink'?: string | null;
|
|
254
|
-
/**
|
|
255
|
-
*
|
|
256
|
-
* @type {string}
|
|
257
|
-
* @memberof HospitalServiceModel
|
|
258
|
-
*/
|
|
259
|
-
'formUrlForSaasLink'?: string | null;
|
|
260
|
-
/**
|
|
261
|
-
*
|
|
262
|
-
* @type {boolean}
|
|
263
|
-
* @memberof HospitalServiceModel
|
|
264
|
-
*/
|
|
265
|
-
'isChSurveyFormTranslated'?: boolean;
|
|
266
|
-
/**
|
|
267
|
-
*
|
|
268
|
-
* @type {boolean}
|
|
269
|
-
* @memberof HospitalServiceModel
|
|
270
|
-
*/
|
|
271
|
-
'isSaasSurveyFormTranslated'?: boolean;
|
|
272
236
|
}
|
|
273
237
|
|
|
@@ -206,41 +206,5 @@ export interface HospitalSpecialtyModel {
|
|
|
206
206
|
* @memberof HospitalSpecialtyModel
|
|
207
207
|
*/
|
|
208
208
|
'feature'?: FeatureModel;
|
|
209
|
-
/**
|
|
210
|
-
*
|
|
211
|
-
* @type {string}
|
|
212
|
-
* @memberof HospitalSpecialtyModel
|
|
213
|
-
*/
|
|
214
|
-
'chSurveyFormId'?: string | null;
|
|
215
|
-
/**
|
|
216
|
-
*
|
|
217
|
-
* @type {string}
|
|
218
|
-
* @memberof HospitalSpecialtyModel
|
|
219
|
-
*/
|
|
220
|
-
'saasSurveyFormId'?: string | null;
|
|
221
|
-
/**
|
|
222
|
-
*
|
|
223
|
-
* @type {string}
|
|
224
|
-
* @memberof HospitalSpecialtyModel
|
|
225
|
-
*/
|
|
226
|
-
'formUrlForChLink'?: string | null;
|
|
227
|
-
/**
|
|
228
|
-
*
|
|
229
|
-
* @type {string}
|
|
230
|
-
* @memberof HospitalSpecialtyModel
|
|
231
|
-
*/
|
|
232
|
-
'formUrlForSaasLink'?: string | null;
|
|
233
|
-
/**
|
|
234
|
-
*
|
|
235
|
-
* @type {boolean}
|
|
236
|
-
* @memberof HospitalSpecialtyModel
|
|
237
|
-
*/
|
|
238
|
-
'isChSurveyFormTranslated'?: boolean;
|
|
239
|
-
/**
|
|
240
|
-
*
|
|
241
|
-
* @type {boolean}
|
|
242
|
-
* @memberof HospitalSpecialtyModel
|
|
243
|
-
*/
|
|
244
|
-
'isSaasSurveyFormTranslated'?: boolean;
|
|
245
209
|
}
|
|
246
210
|
|
package/src/models/index.ts
CHANGED
|
@@ -55,8 +55,10 @@ export * from './batch-service-appointment-timetables-command';
|
|
|
55
55
|
export * from './batch-update-appointment-timetable-model';
|
|
56
56
|
export * from './batch-update-hospital-consultation-timetable-model';
|
|
57
57
|
export * from './booking-change-log-model';
|
|
58
|
+
export * from './booking-duration-statistics-model';
|
|
58
59
|
export * from './booking-item-model';
|
|
59
60
|
export * from './booking-model';
|
|
61
|
+
export * from './booking-statistics-model';
|
|
60
62
|
export * from './booking-status';
|
|
61
63
|
export * from './bookings-model';
|
|
62
64
|
export * from './buy-number-command';
|
|
@@ -66,10 +68,12 @@ export * from './chadmins-model';
|
|
|
66
68
|
export * from './chmanager-item-model';
|
|
67
69
|
export * from './chmanager-model';
|
|
68
70
|
export * from './chmanagers-model';
|
|
71
|
+
export * from './call-duration-statistics-model';
|
|
69
72
|
export * from './call-histories-model';
|
|
70
73
|
export * from './call-history-change-log-model';
|
|
71
74
|
export * from './call-history-item-model';
|
|
72
75
|
export * from './call-history-model';
|
|
76
|
+
export * from './call-statistics-model';
|
|
73
77
|
export * from './call-status';
|
|
74
78
|
export * from './cancel-number-command';
|
|
75
79
|
export * from './change-email-command';
|
|
@@ -79,8 +83,10 @@ export * from './check-notifications-command';
|
|
|
79
83
|
export * from './communication-user-token-model';
|
|
80
84
|
export * from './confirm-email-command';
|
|
81
85
|
export * from './consultation-change-log-model';
|
|
86
|
+
export * from './consultation-duration-statisctics-model';
|
|
82
87
|
export * from './consultation-item-model';
|
|
83
88
|
export * from './consultation-model';
|
|
89
|
+
export * from './consultation-statistics-model';
|
|
84
90
|
export * from './consultation-status';
|
|
85
91
|
export * from './consultation-type';
|
|
86
92
|
export * from './consultations-model';
|
|
@@ -164,7 +170,12 @@ export * from './deal-services-model';
|
|
|
164
170
|
export * from './deals-model';
|
|
165
171
|
export * from './deals-simple-model';
|
|
166
172
|
export * from './delete-application-command';
|
|
173
|
+
export * from './delete-deal-package-appointment-timetable-overrides-command';
|
|
174
|
+
export * from './delete-doctor-affiliation-appointment-timetable-overrides-command';
|
|
175
|
+
export * from './delete-hospital-appointment-timetable-overrides-command';
|
|
167
176
|
export * from './delete-hospital-consultation-timetable-override-command';
|
|
177
|
+
export * from './delete-hospital-specialty-appointment-timetable-overrides-command';
|
|
178
|
+
export * from './delete-service-appointment-timetable-overrides-command';
|
|
168
179
|
export * from './doctor-affiliation-item-model';
|
|
169
180
|
export * from './doctor-affiliation-model';
|
|
170
181
|
export * from './doctor-affiliations-model';
|
|
@@ -203,6 +214,7 @@ export * from './feature-input-model';
|
|
|
203
214
|
export * from './feature-model';
|
|
204
215
|
export * from './footer-navigation-item-model';
|
|
205
216
|
export * from './gender';
|
|
217
|
+
export * from './general-statistics-model';
|
|
206
218
|
export * from './get-transfer-balance-embeded';
|
|
207
219
|
export * from './get-transfer-balance-result';
|
|
208
220
|
export * from './grade-item-model';
|
|
@@ -373,6 +385,7 @@ export * from './string-filter-types';
|
|
|
373
385
|
export * from './string-string-ienumerable-key-value-pair';
|
|
374
386
|
export * from './sub-account';
|
|
375
387
|
export * from './subscription-model';
|
|
388
|
+
export * from './survey-form-duration-statistics-model';
|
|
376
389
|
export * from './survey-form-element-input-model';
|
|
377
390
|
export * from './survey-form-element-model';
|
|
378
391
|
export * from './survey-form-element-option-input-model';
|
|
@@ -380,7 +393,7 @@ export * from './survey-form-element-option-model';
|
|
|
380
393
|
export * from './survey-form-element-types';
|
|
381
394
|
export * from './survey-form-item-model';
|
|
382
395
|
export * from './survey-form-model';
|
|
383
|
-
export * from './survey-form-
|
|
396
|
+
export * from './survey-form-statistics-model';
|
|
384
397
|
export * from './survey-form-status';
|
|
385
398
|
export * from './survey-forms-model';
|
|
386
399
|
export * from './survey-result-element-model';
|
|
@@ -404,7 +417,6 @@ export * from './translate-all-options';
|
|
|
404
417
|
export * from './translate-command';
|
|
405
418
|
export * from './translate-doctor-affiliation-command';
|
|
406
419
|
export * from './translate-hospital-command';
|
|
407
|
-
export * from './translation-simple-model';
|
|
408
420
|
export * from './update-about-us-page-command';
|
|
409
421
|
export * from './update-account-command';
|
|
410
422
|
export * from './update-accreditation-command';
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: hyounoosung@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
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface SurveyFormDurationStatisticsModel
|
|
21
|
+
*/
|
|
22
|
+
export interface SurveyFormDurationStatisticsModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {Date}
|
|
26
|
+
* @memberof SurveyFormDurationStatisticsModel
|
|
27
|
+
*/
|
|
28
|
+
'key'?: Date;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof SurveyFormDurationStatisticsModel
|
|
33
|
+
*/
|
|
34
|
+
'value'?: number;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: hyounoosung@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 { SurveyFormDurationStatisticsModel } from './survey-form-duration-statistics-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SurveyFormStatisticsModel
|
|
24
|
+
*/
|
|
25
|
+
export interface SurveyFormStatisticsModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof SurveyFormStatisticsModel
|
|
30
|
+
*/
|
|
31
|
+
'totalFormsCount'?: number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof SurveyFormStatisticsModel
|
|
36
|
+
*/
|
|
37
|
+
'totalResultsCount'?: number;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Array<SurveyFormDurationStatisticsModel>}
|
|
41
|
+
* @memberof SurveyFormStatisticsModel
|
|
42
|
+
*/
|
|
43
|
+
'monthlyList'?: Array<SurveyFormDurationStatisticsModel> | null;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -43,13 +43,7 @@ export interface UpdateHospitalContactCommand {
|
|
|
43
43
|
* @type {boolean}
|
|
44
44
|
* @memberof UpdateHospitalContactCommand
|
|
45
45
|
*/
|
|
46
|
-
'showTargetTel'?: boolean;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof UpdateHospitalContactCommand
|
|
51
|
-
*/
|
|
52
|
-
'email'?: string | null;
|
|
46
|
+
'showTargetTel'?: boolean | null;
|
|
53
47
|
/**
|
|
54
48
|
*
|
|
55
49
|
* @type {string}
|
|
@@ -61,6 +55,6 @@ export interface UpdateHospitalContactCommand {
|
|
|
61
55
|
* @type {number}
|
|
62
56
|
* @memberof UpdateHospitalContactCommand
|
|
63
57
|
*/
|
|
64
|
-
'order'?: number;
|
|
58
|
+
'order'?: number | null;
|
|
65
59
|
}
|
|
66
60
|
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
6
|
-
* Contact: hyounoosung@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 { SurveyFormStatus } from './survey-form-status';
|
|
13
|
-
import { TranslationSimpleModel } from './translation-simple-model';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface SurveyFormSimpleMappingModel
|
|
18
|
-
*/
|
|
19
|
-
export interface SurveyFormSimpleMappingModel {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {string}
|
|
23
|
-
* @memberof SurveyFormSimpleMappingModel
|
|
24
|
-
*/
|
|
25
|
-
'id'?: string;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {SurveyFormStatus}
|
|
29
|
-
* @memberof SurveyFormSimpleMappingModel
|
|
30
|
-
*/
|
|
31
|
-
'status'?: SurveyFormStatus;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {Array<TranslationSimpleModel>}
|
|
35
|
-
* @memberof SurveyFormSimpleMappingModel
|
|
36
|
-
*/
|
|
37
|
-
'translations'?: Array<TranslationSimpleModel> | null;
|
|
38
|
-
}
|
|
39
|
-
//# sourceMappingURL=survey-form-simple-mapping-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"survey-form-simple-mapping-model.d.ts","sourceRoot":"","sources":["../../src/models/survey-form-simple-mapping-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAGxD,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAEpE;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC;CACzD"}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
6
|
-
* Contact: hyounoosung@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 TranslationSimpleModel
|
|
16
|
-
*/
|
|
17
|
-
export interface TranslationSimpleModel {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof TranslationSimpleModel
|
|
22
|
-
*/
|
|
23
|
-
'languageCode'?: string | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof TranslationSimpleModel
|
|
28
|
-
*/
|
|
29
|
-
'name'?: string | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof TranslationSimpleModel
|
|
34
|
-
*/
|
|
35
|
-
'normalizedName'?: string | null;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof TranslationSimpleModel
|
|
40
|
-
*/
|
|
41
|
-
'slug'?: string | null;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {Date}
|
|
45
|
-
* @memberof TranslationSimpleModel
|
|
46
|
-
*/
|
|
47
|
-
'updatedDate'?: Date | null;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {boolean}
|
|
51
|
-
* @memberof TranslationSimpleModel
|
|
52
|
-
*/
|
|
53
|
-
'isConfirmed'?: boolean;
|
|
54
|
-
}
|
|
55
|
-
//# sourceMappingURL=translation-simple-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"translation-simple-model.d.ts","sourceRoot":"","sources":["../../src/models/translation-simple-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B"}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
5
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1
|
|
8
|
-
* Contact: hyounoosung@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 { SurveyFormStatus } from './survey-form-status';
|
|
19
|
-
// May contain unused imports in some cases
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
import { TranslationSimpleModel } from './translation-simple-model';
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @export
|
|
26
|
-
* @interface SurveyFormSimpleMappingModel
|
|
27
|
-
*/
|
|
28
|
-
export interface SurveyFormSimpleMappingModel {
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof SurveyFormSimpleMappingModel
|
|
33
|
-
*/
|
|
34
|
-
'id'?: string;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {SurveyFormStatus}
|
|
38
|
-
* @memberof SurveyFormSimpleMappingModel
|
|
39
|
-
*/
|
|
40
|
-
'status'?: SurveyFormStatus;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {Array<TranslationSimpleModel>}
|
|
44
|
-
* @memberof SurveyFormSimpleMappingModel
|
|
45
|
-
*/
|
|
46
|
-
'translations'?: Array<TranslationSimpleModel> | null;
|
|
47
|
-
}
|
|
48
|
-
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
5
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1
|
|
8
|
-
* Contact: hyounoosung@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
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface TranslationSimpleModel
|
|
21
|
-
*/
|
|
22
|
-
export interface TranslationSimpleModel {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof TranslationSimpleModel
|
|
27
|
-
*/
|
|
28
|
-
'languageCode'?: string | null;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof TranslationSimpleModel
|
|
33
|
-
*/
|
|
34
|
-
'name'?: string | null;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof TranslationSimpleModel
|
|
39
|
-
*/
|
|
40
|
-
'normalizedName'?: string | null;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof TranslationSimpleModel
|
|
45
|
-
*/
|
|
46
|
-
'slug'?: string | null;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {Date}
|
|
50
|
-
* @memberof TranslationSimpleModel
|
|
51
|
-
*/
|
|
52
|
-
'updatedDate'?: Date | null;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {boolean}
|
|
56
|
-
* @memberof TranslationSimpleModel
|
|
57
|
-
*/
|
|
58
|
-
'isConfirmed'?: boolean;
|
|
59
|
-
}
|
|
60
|
-
|
/package/lib/models/{survey-form-simple-mapping-model.js → booking-duration-statistics-model.js}
RENAMED
|
File without changes
|
|
File without changes
|