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
|
@@ -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 { CallDurationStatisticsModel } from './call-duration-statistics-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface CallStatisticsModel
|
|
24
|
+
*/
|
|
25
|
+
export interface CallStatisticsModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof CallStatisticsModel
|
|
30
|
+
*/
|
|
31
|
+
'contactCount'?: number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof CallStatisticsModel
|
|
36
|
+
*/
|
|
37
|
+
'callDone'?: number;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Array<CallDurationStatisticsModel>}
|
|
41
|
+
* @memberof CallStatisticsModel
|
|
42
|
+
*/
|
|
43
|
+
'monthlyList'?: Array<CallDurationStatisticsModel> | null;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -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 ConsultationDurationStatiscticsModel
|
|
21
|
+
*/
|
|
22
|
+
export interface ConsultationDurationStatiscticsModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {Date}
|
|
26
|
+
* @memberof ConsultationDurationStatiscticsModel
|
|
27
|
+
*/
|
|
28
|
+
'key'?: Date;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof ConsultationDurationStatiscticsModel
|
|
33
|
+
*/
|
|
34
|
+
'value'?: number;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
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 { ConsultationDurationStatiscticsModel } from './consultation-duration-statisctics-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface ConsultationStatisticsModel
|
|
24
|
+
*/
|
|
25
|
+
export interface ConsultationStatisticsModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof ConsultationStatisticsModel
|
|
30
|
+
*/
|
|
31
|
+
'pendingApprovalCount'?: number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof ConsultationStatisticsModel
|
|
36
|
+
*/
|
|
37
|
+
'finishedCount'?: number;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof ConsultationStatisticsModel
|
|
42
|
+
*/
|
|
43
|
+
'revenue'?: number;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Array<ConsultationDurationStatiscticsModel>}
|
|
47
|
+
* @memberof ConsultationStatisticsModel
|
|
48
|
+
*/
|
|
49
|
+
'monthlyList'?: Array<ConsultationDurationStatiscticsModel> | null;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -44,12 +44,6 @@ export interface CreateHospitalContactCommand {
|
|
|
44
44
|
* @memberof CreateHospitalContactCommand
|
|
45
45
|
*/
|
|
46
46
|
'showTargetTel'?: boolean;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof CreateHospitalContactCommand
|
|
51
|
-
*/
|
|
52
|
-
'email'?: string | null;
|
|
53
47
|
/**
|
|
54
48
|
*
|
|
55
49
|
* @type {string}
|
|
@@ -13,6 +13,21 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { BookingStatisticsModel } from './booking-statistics-model';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { CallStatisticsModel } from './call-statistics-model';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import { ConsultationStatisticsModel } from './consultation-statistics-model';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import { GeneralStatisticsModel } from './general-statistics-model';
|
|
28
|
+
// May contain unused imports in some cases
|
|
29
|
+
// @ts-ignore
|
|
30
|
+
import { SurveyFormStatisticsModel } from './survey-form-statistics-model';
|
|
16
31
|
|
|
17
32
|
/**
|
|
18
33
|
*
|
|
@@ -22,75 +37,33 @@
|
|
|
22
37
|
export interface DashBoardModel {
|
|
23
38
|
/**
|
|
24
39
|
*
|
|
25
|
-
* @type {
|
|
40
|
+
* @type {ConsultationStatisticsModel}
|
|
26
41
|
* @memberof DashBoardModel
|
|
27
42
|
*/
|
|
28
|
-
'
|
|
43
|
+
'consultation'?: ConsultationStatisticsModel;
|
|
29
44
|
/**
|
|
30
45
|
*
|
|
31
|
-
* @type {
|
|
46
|
+
* @type {SurveyFormStatisticsModel}
|
|
32
47
|
* @memberof DashBoardModel
|
|
33
48
|
*/
|
|
34
|
-
'
|
|
49
|
+
'surveyForm'?: SurveyFormStatisticsModel;
|
|
35
50
|
/**
|
|
36
51
|
*
|
|
37
|
-
* @type {
|
|
52
|
+
* @type {CallStatisticsModel}
|
|
38
53
|
* @memberof DashBoardModel
|
|
39
54
|
*/
|
|
40
|
-
'
|
|
55
|
+
'call'?: CallStatisticsModel;
|
|
41
56
|
/**
|
|
42
57
|
*
|
|
43
|
-
* @type {
|
|
58
|
+
* @type {BookingStatisticsModel}
|
|
44
59
|
* @memberof DashBoardModel
|
|
45
60
|
*/
|
|
46
|
-
'
|
|
61
|
+
'booking'?: BookingStatisticsModel;
|
|
47
62
|
/**
|
|
48
63
|
*
|
|
49
|
-
* @type {
|
|
64
|
+
* @type {GeneralStatisticsModel}
|
|
50
65
|
* @memberof DashBoardModel
|
|
51
66
|
*/
|
|
52
|
-
'
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {number}
|
|
56
|
-
* @memberof DashBoardModel
|
|
57
|
-
*/
|
|
58
|
-
'finishedDealsCount'?: number;
|
|
59
|
-
/**
|
|
60
|
-
*
|
|
61
|
-
* @type {number}
|
|
62
|
-
* @memberof DashBoardModel
|
|
63
|
-
*/
|
|
64
|
-
'dealsRevenue'?: number;
|
|
65
|
-
/**
|
|
66
|
-
*
|
|
67
|
-
* @type {Array<any>}
|
|
68
|
-
* @memberof DashBoardModel
|
|
69
|
-
*/
|
|
70
|
-
'monthlyBookingList'?: Array<any> | null;
|
|
71
|
-
/**
|
|
72
|
-
*
|
|
73
|
-
* @type {number}
|
|
74
|
-
* @memberof DashBoardModel
|
|
75
|
-
*/
|
|
76
|
-
'articleReleased'?: number;
|
|
77
|
-
/**
|
|
78
|
-
*
|
|
79
|
-
* @type {number}
|
|
80
|
-
* @memberof DashBoardModel
|
|
81
|
-
*/
|
|
82
|
-
'specialtiesUsed'?: number;
|
|
83
|
-
/**
|
|
84
|
-
*
|
|
85
|
-
* @type {number}
|
|
86
|
-
* @memberof DashBoardModel
|
|
87
|
-
*/
|
|
88
|
-
'doctorsReleased'?: number;
|
|
89
|
-
/**
|
|
90
|
-
*
|
|
91
|
-
* @type {number}
|
|
92
|
-
* @memberof DashBoardModel
|
|
93
|
-
*/
|
|
94
|
-
'totalHospitalsReleased'?: number;
|
|
67
|
+
'general'?: GeneralStatisticsModel;
|
|
95
68
|
}
|
|
96
69
|
|
|
@@ -134,41 +134,5 @@ export interface DealPackageModel {
|
|
|
134
134
|
* @memberof DealPackageModel
|
|
135
135
|
*/
|
|
136
136
|
'feature'?: FeatureModel;
|
|
137
|
-
/**
|
|
138
|
-
*
|
|
139
|
-
* @type {string}
|
|
140
|
-
* @memberof DealPackageModel
|
|
141
|
-
*/
|
|
142
|
-
'chSurveyFormId'?: string | null;
|
|
143
|
-
/**
|
|
144
|
-
*
|
|
145
|
-
* @type {string}
|
|
146
|
-
* @memberof DealPackageModel
|
|
147
|
-
*/
|
|
148
|
-
'saasSurveyFormId'?: string | null;
|
|
149
|
-
/**
|
|
150
|
-
*
|
|
151
|
-
* @type {string}
|
|
152
|
-
* @memberof DealPackageModel
|
|
153
|
-
*/
|
|
154
|
-
'formUrlForChLink'?: string | null;
|
|
155
|
-
/**
|
|
156
|
-
*
|
|
157
|
-
* @type {string}
|
|
158
|
-
* @memberof DealPackageModel
|
|
159
|
-
*/
|
|
160
|
-
'formUrlForSaasLink'?: string | null;
|
|
161
|
-
/**
|
|
162
|
-
*
|
|
163
|
-
* @type {boolean}
|
|
164
|
-
* @memberof DealPackageModel
|
|
165
|
-
*/
|
|
166
|
-
'isChSurveyFormTranslated'?: boolean;
|
|
167
|
-
/**
|
|
168
|
-
*
|
|
169
|
-
* @type {boolean}
|
|
170
|
-
* @memberof DealPackageModel
|
|
171
|
-
*/
|
|
172
|
-
'isSaasSurveyFormTranslated'?: boolean;
|
|
173
137
|
}
|
|
174
138
|
|
|
@@ -0,0 +1,51 @@
|
|
|
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 { DayOfWeek } from './day-of-week';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface DeleteDealPackageAppointmentTimetableOverridesCommand
|
|
24
|
+
*/
|
|
25
|
+
export interface DeleteDealPackageAppointmentTimetableOverridesCommand {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<string>}
|
|
29
|
+
* @memberof DeleteDealPackageAppointmentTimetableOverridesCommand
|
|
30
|
+
*/
|
|
31
|
+
'ids'?: Array<string> | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Date}
|
|
35
|
+
* @memberof DeleteDealPackageAppointmentTimetableOverridesCommand
|
|
36
|
+
*/
|
|
37
|
+
'dateOnly'?: Date | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {DayOfWeek}
|
|
41
|
+
* @memberof DeleteDealPackageAppointmentTimetableOverridesCommand
|
|
42
|
+
*/
|
|
43
|
+
'dayOfWeek'?: DayOfWeek;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Date}
|
|
47
|
+
* @memberof DeleteDealPackageAppointmentTimetableOverridesCommand
|
|
48
|
+
*/
|
|
49
|
+
'dateBefore'?: Date | null;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
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 { DayOfWeek } from './day-of-week';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface DeleteDoctorAffiliationAppointmentTimetableOverridesCommand
|
|
24
|
+
*/
|
|
25
|
+
export interface DeleteDoctorAffiliationAppointmentTimetableOverridesCommand {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<string>}
|
|
29
|
+
* @memberof DeleteDoctorAffiliationAppointmentTimetableOverridesCommand
|
|
30
|
+
*/
|
|
31
|
+
'ids'?: Array<string> | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Date}
|
|
35
|
+
* @memberof DeleteDoctorAffiliationAppointmentTimetableOverridesCommand
|
|
36
|
+
*/
|
|
37
|
+
'dateOnly'?: Date | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {DayOfWeek}
|
|
41
|
+
* @memberof DeleteDoctorAffiliationAppointmentTimetableOverridesCommand
|
|
42
|
+
*/
|
|
43
|
+
'dayOfWeek'?: DayOfWeek;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Date}
|
|
47
|
+
* @memberof DeleteDoctorAffiliationAppointmentTimetableOverridesCommand
|
|
48
|
+
*/
|
|
49
|
+
'dateBefore'?: Date | null;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
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 { DayOfWeek } from './day-of-week';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface DeleteHospitalAppointmentTimetableOverridesCommand
|
|
24
|
+
*/
|
|
25
|
+
export interface DeleteHospitalAppointmentTimetableOverridesCommand {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<string>}
|
|
29
|
+
* @memberof DeleteHospitalAppointmentTimetableOverridesCommand
|
|
30
|
+
*/
|
|
31
|
+
'ids'?: Array<string> | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Date}
|
|
35
|
+
* @memberof DeleteHospitalAppointmentTimetableOverridesCommand
|
|
36
|
+
*/
|
|
37
|
+
'dateOnly'?: Date | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {DayOfWeek}
|
|
41
|
+
* @memberof DeleteHospitalAppointmentTimetableOverridesCommand
|
|
42
|
+
*/
|
|
43
|
+
'dayOfWeek'?: DayOfWeek;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Date}
|
|
47
|
+
* @memberof DeleteHospitalAppointmentTimetableOverridesCommand
|
|
48
|
+
*/
|
|
49
|
+
'dateBefore'?: Date | null;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
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 { DayOfWeek } from './day-of-week';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand
|
|
24
|
+
*/
|
|
25
|
+
export interface DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<string>}
|
|
29
|
+
* @memberof DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand
|
|
30
|
+
*/
|
|
31
|
+
'ids'?: Array<string> | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Date}
|
|
35
|
+
* @memberof DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand
|
|
36
|
+
*/
|
|
37
|
+
'dateOnly'?: Date | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {DayOfWeek}
|
|
41
|
+
* @memberof DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand
|
|
42
|
+
*/
|
|
43
|
+
'dayOfWeek'?: DayOfWeek;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Date}
|
|
47
|
+
* @memberof DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand
|
|
48
|
+
*/
|
|
49
|
+
'dateBefore'?: Date | null;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
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 { DayOfWeek } from './day-of-week';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface DeleteServiceAppointmentTimetableOverridesCommand
|
|
24
|
+
*/
|
|
25
|
+
export interface DeleteServiceAppointmentTimetableOverridesCommand {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<string>}
|
|
29
|
+
* @memberof DeleteServiceAppointmentTimetableOverridesCommand
|
|
30
|
+
*/
|
|
31
|
+
'ids'?: Array<string> | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Date}
|
|
35
|
+
* @memberof DeleteServiceAppointmentTimetableOverridesCommand
|
|
36
|
+
*/
|
|
37
|
+
'dateOnly'?: Date | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {DayOfWeek}
|
|
41
|
+
* @memberof DeleteServiceAppointmentTimetableOverridesCommand
|
|
42
|
+
*/
|
|
43
|
+
'dayOfWeek'?: DayOfWeek;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Date}
|
|
47
|
+
* @memberof DeleteServiceAppointmentTimetableOverridesCommand
|
|
48
|
+
*/
|
|
49
|
+
'dateBefore'?: Date | null;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -191,41 +191,5 @@ export interface DoctorAffiliationModel {
|
|
|
191
191
|
* @memberof DoctorAffiliationModel
|
|
192
192
|
*/
|
|
193
193
|
'feature'?: FeatureModel;
|
|
194
|
-
/**
|
|
195
|
-
*
|
|
196
|
-
* @type {string}
|
|
197
|
-
* @memberof DoctorAffiliationModel
|
|
198
|
-
*/
|
|
199
|
-
'chSurveyFormId'?: string | null;
|
|
200
|
-
/**
|
|
201
|
-
*
|
|
202
|
-
* @type {string}
|
|
203
|
-
* @memberof DoctorAffiliationModel
|
|
204
|
-
*/
|
|
205
|
-
'saasSurveyFormId'?: string | null;
|
|
206
|
-
/**
|
|
207
|
-
*
|
|
208
|
-
* @type {string}
|
|
209
|
-
* @memberof DoctorAffiliationModel
|
|
210
|
-
*/
|
|
211
|
-
'formUrlForChLink'?: string | null;
|
|
212
|
-
/**
|
|
213
|
-
*
|
|
214
|
-
* @type {string}
|
|
215
|
-
* @memberof DoctorAffiliationModel
|
|
216
|
-
*/
|
|
217
|
-
'formUrlForSaasLink'?: string | null;
|
|
218
|
-
/**
|
|
219
|
-
*
|
|
220
|
-
* @type {boolean}
|
|
221
|
-
* @memberof DoctorAffiliationModel
|
|
222
|
-
*/
|
|
223
|
-
'isChSurveyFormTranslated'?: boolean;
|
|
224
|
-
/**
|
|
225
|
-
*
|
|
226
|
-
* @type {boolean}
|
|
227
|
-
* @memberof DoctorAffiliationModel
|
|
228
|
-
*/
|
|
229
|
-
'isSaasSurveyFormTranslated'?: boolean;
|
|
230
194
|
}
|
|
231
195
|
|
|
@@ -13,9 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import { SurveyFormSimpleMappingModel } from './survey-form-simple-mapping-model';
|
|
19
16
|
|
|
20
17
|
/**
|
|
21
18
|
*
|
|
@@ -55,9 +52,9 @@ export interface FeatureDetailModel {
|
|
|
55
52
|
'surveyFormId'?: string | null;
|
|
56
53
|
/**
|
|
57
54
|
*
|
|
58
|
-
* @type {
|
|
55
|
+
* @type {Array<string>}
|
|
59
56
|
* @memberof FeatureDetailModel
|
|
60
57
|
*/
|
|
61
|
-
'
|
|
58
|
+
'surveyFormTranslatedLanguages'?: Array<string> | null;
|
|
62
59
|
}
|
|
63
60
|
|
|
@@ -0,0 +1,48 @@
|
|
|
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 GeneralStatisticsModel
|
|
21
|
+
*/
|
|
22
|
+
export interface GeneralStatisticsModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof GeneralStatisticsModel
|
|
27
|
+
*/
|
|
28
|
+
'articleReleased'?: number;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof GeneralStatisticsModel
|
|
33
|
+
*/
|
|
34
|
+
'specialtiesUsed'?: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof GeneralStatisticsModel
|
|
39
|
+
*/
|
|
40
|
+
'doctorsReleased'?: number;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof GeneralStatisticsModel
|
|
45
|
+
*/
|
|
46
|
+
'totalHospitalsReleased'?: number;
|
|
47
|
+
}
|
|
48
|
+
|
|
@@ -50,12 +50,6 @@ export interface HospitalContactItemModel {
|
|
|
50
50
|
* @memberof HospitalContactItemModel
|
|
51
51
|
*/
|
|
52
52
|
'showTargetTel'?: boolean;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof HospitalContactItemModel
|
|
57
|
-
*/
|
|
58
|
-
'email'?: string | null;
|
|
59
53
|
/**
|
|
60
54
|
*
|
|
61
55
|
* @type {string}
|