ch-admin-api-client-typescript 4.9.4 → 4.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/appointments-api.d.ts +395 -0
- package/lib/api/appointments-api.d.ts.map +1 -0
- package/lib/api/appointments-api.js +929 -0
- package/lib/api/deals-api.d.ts +393 -0
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +912 -10
- package/lib/api/doctor-affiliations-api.d.ts +191 -0
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +437 -0
- package/lib/api/hospitals-api.d.ts +611 -0
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +1439 -44
- package/lib/api/services-api.d.ts +8 -8
- package/lib/api/services-api.js +8 -8
- package/lib/api.d.ts +1 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +1 -0
- package/lib/models/appointment-change-log-model.d.ts +44 -0
- package/lib/models/appointment-change-log-model.d.ts.map +1 -0
- package/lib/models/appointment-change-log-model.js +15 -0
- package/lib/models/appointment-item-model.d.ts +282 -0
- package/lib/models/appointment-item-model.d.ts.map +1 -0
- package/lib/models/appointment-item-model.js +15 -0
- package/lib/models/appointment-model.d.ts +302 -0
- package/lib/models/appointment-model.d.ts.map +1 -0
- package/lib/models/appointment-model.js +15 -0
- package/lib/models/appointment-option-model.d.ts +63 -0
- package/lib/models/appointment-option-model.d.ts.map +1 -0
- package/lib/models/appointment-option-model.js +15 -0
- package/lib/models/appointment-status.d.ts +27 -0
- package/lib/models/appointment-status.d.ts.map +1 -0
- package/lib/models/appointment-status.js +30 -0
- package/lib/models/appointment-timetable-model.d.ts +44 -0
- package/lib/models/appointment-timetable-model.d.ts.map +1 -0
- package/lib/models/appointment-timetable-model.js +15 -0
- package/lib/models/appointment-timetable-override-model.d.ts +56 -0
- package/lib/models/appointment-timetable-override-model.d.ts.map +1 -0
- package/lib/models/appointment-timetable-override-model.js +15 -0
- package/lib/models/appointment-timetable-overrides-model.d.ts +33 -0
- package/lib/models/appointment-timetable-overrides-model.d.ts.map +1 -0
- package/lib/models/appointment-timetable-overrides-model.js +15 -0
- package/lib/models/appointment-timetables-model.d.ts +33 -0
- package/lib/models/appointment-timetables-model.d.ts.map +1 -0
- package/lib/models/appointment-timetables-model.js +15 -0
- package/lib/models/appointment-type.d.ts +26 -0
- package/lib/models/appointment-type.d.ts.map +1 -0
- package/lib/models/appointment-type.js +29 -0
- package/lib/models/appointments-model.d.ts +33 -0
- package/lib/models/appointments-model.d.ts.map +1 -0
- package/lib/models/appointments-model.js +15 -0
- package/lib/models/approve-appointment-command.d.ts +31 -0
- package/lib/models/approve-appointment-command.d.ts.map +1 -0
- package/lib/models/approve-appointment-command.js +15 -0
- package/lib/models/batch-add-appointment-timetable-model.d.ts +38 -0
- package/lib/models/batch-add-appointment-timetable-model.d.ts.map +1 -0
- package/lib/models/batch-add-appointment-timetable-model.js +15 -0
- package/lib/models/batch-appointment-timetables-result-model.d.ts +38 -0
- package/lib/models/batch-appointment-timetables-result-model.d.ts.map +1 -0
- package/lib/models/batch-appointment-timetables-result-model.js +15 -0
- package/lib/models/batch-deal-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-deal-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-deal-appointment-timetables-command.js +15 -0
- package/lib/models/batch-deal-package-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-deal-package-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-deal-package-appointment-timetables-command.js +15 -0
- package/lib/models/batch-doctor-affiliation-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-doctor-affiliation-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-doctor-affiliation-appointment-timetables-command.js +15 -0
- package/lib/models/batch-hospital-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-hospital-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-hospital-appointment-timetables-command.js +15 -0
- package/lib/models/batch-hospital-specialty-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-hospital-specialty-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-hospital-specialty-appointment-timetables-command.js +15 -0
- package/lib/models/batch-service-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-service-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-service-appointment-timetables-command.js +15 -0
- package/lib/models/batch-update-appointment-timetable-model.d.ts +44 -0
- package/lib/models/batch-update-appointment-timetable-model.d.ts.map +1 -0
- package/lib/models/batch-update-appointment-timetable-model.js +15 -0
- package/lib/models/create-article-command.d.ts +6 -0
- package/lib/models/create-article-command.d.ts.map +1 -1
- package/lib/models/create-deal-command.d.ts +7 -0
- package/lib/models/create-deal-command.d.ts.map +1 -1
- package/lib/models/create-deal-package-command.d.ts +7 -0
- package/lib/models/create-deal-package-command.d.ts.map +1 -1
- package/lib/models/create-doctor-affiliation-command.d.ts +7 -0
- package/lib/models/create-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/create-hospital-command.d.ts +7 -0
- package/lib/models/create-hospital-command.d.ts.map +1 -1
- package/lib/models/create-hospital-service-command.d.ts +7 -0
- package/lib/models/create-hospital-service-command.d.ts.map +1 -1
- package/lib/models/create-hospital-specialty-command.d.ts +7 -0
- package/lib/models/create-hospital-specialty-command.d.ts.map +1 -1
- package/lib/models/deal-item-model.d.ts +7 -0
- package/lib/models/deal-item-model.d.ts.map +1 -1
- package/lib/models/deal-model.d.ts +7 -0
- package/lib/models/deal-model.d.ts.map +1 -1
- package/lib/models/deal-package-item-model.d.ts +7 -0
- package/lib/models/deal-package-item-model.d.ts.map +1 -1
- package/lib/models/deal-package-model.d.ts +7 -0
- package/lib/models/deal-package-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-item-model.d.ts +7 -0
- package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-model.d.ts +7 -0
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
- package/lib/models/hospital-item-model.d.ts +7 -0
- package/lib/models/hospital-item-model.d.ts.map +1 -1
- package/lib/models/hospital-model.d.ts +7 -0
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/hospital-service-item-model.d.ts +7 -0
- package/lib/models/hospital-service-item-model.d.ts.map +1 -1
- package/lib/models/hospital-service-model.d.ts +7 -0
- package/lib/models/hospital-service-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-item-model.d.ts +7 -0
- package/lib/models/hospital-specialty-item-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-model.d.ts +7 -0
- package/lib/models/hospital-specialty-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +30 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +30 -0
- package/lib/models/notification-code.d.ts +9 -0
- package/lib/models/notification-code.d.ts.map +1 -1
- package/lib/models/notification-code.js +10 -1
- package/lib/models/reject-appointment-command.d.ts +32 -0
- package/lib/models/reject-appointment-command.d.ts.map +1 -0
- package/lib/models/reject-appointment-command.js +15 -0
- package/lib/models/save-appointment-timetable-override-model.d.ts +43 -0
- package/lib/models/save-appointment-timetable-override-model.d.ts.map +1 -0
- package/lib/models/save-appointment-timetable-override-model.js +15 -0
- package/lib/models/save-appointment-timetable-overrides-result-model.d.ts +26 -0
- package/lib/models/save-appointment-timetable-overrides-result-model.d.ts.map +1 -0
- package/lib/models/save-appointment-timetable-overrides-result-model.js +15 -0
- package/lib/models/save-deal-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-deal-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-deal-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-deal-package-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-deal-package-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-deal-package-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-doctor-affiliation-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-doctor-affiliation-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-doctor-affiliation-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-hospital-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-hospital-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-hospital-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-hospital-specialty-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-hospital-specialty-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-hospital-specialty-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-service-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-service-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-service-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/update-deal-command.d.ts +7 -0
- package/lib/models/update-deal-command.d.ts.map +1 -1
- package/lib/models/update-deal-package-command.d.ts +7 -0
- package/lib/models/update-deal-package-command.d.ts.map +1 -1
- package/lib/models/update-doctor-affiliation-command.d.ts +7 -0
- package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/update-hospital-command.d.ts +7 -0
- package/lib/models/update-hospital-command.d.ts.map +1 -1
- package/lib/models/update-hospital-service-command.d.ts +7 -0
- package/lib/models/update-hospital-service-command.d.ts.map +1 -1
- package/lib/models/update-hospital-specialty-command.d.ts +7 -0
- package/lib/models/update-hospital-specialty-command.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +31 -0
- package/src/api/appointments-api.ts +802 -0
- package/src/api/deals-api.ts +842 -8
- package/src/api/doctor-affiliations-api.ts +408 -0
- package/src/api/hospitals-api.ts +1412 -124
- package/src/api/services-api.ts +8 -8
- package/src/api.ts +1 -0
- package/src/models/appointment-change-log-model.ts +51 -0
- package/src/models/appointment-item-model.ts +297 -0
- package/src/models/appointment-model.ts +321 -0
- package/src/models/appointment-option-model.ts +72 -0
- package/src/models/appointment-status.ts +36 -0
- package/src/models/appointment-timetable-model.ts +51 -0
- package/src/models/appointment-timetable-override-model.ts +63 -0
- package/src/models/appointment-timetable-overrides-model.ts +42 -0
- package/src/models/appointment-timetables-model.ts +42 -0
- package/src/models/appointment-type.ts +35 -0
- package/src/models/appointments-model.ts +42 -0
- package/src/models/approve-appointment-command.ts +36 -0
- package/src/models/batch-add-appointment-timetable-model.ts +45 -0
- package/src/models/batch-appointment-timetables-result-model.ts +45 -0
- package/src/models/batch-deal-appointment-timetables-command.ts +48 -0
- package/src/models/batch-deal-package-appointment-timetables-command.ts +48 -0
- package/src/models/batch-doctor-affiliation-appointment-timetables-command.ts +48 -0
- package/src/models/batch-hospital-appointment-timetables-command.ts +48 -0
- package/src/models/batch-hospital-specialty-appointment-timetables-command.ts +48 -0
- package/src/models/batch-service-appointment-timetables-command.ts +48 -0
- package/src/models/batch-update-appointment-timetable-model.ts +51 -0
- package/src/models/create-article-command.ts +6 -0
- package/src/models/create-deal-command.ts +9 -0
- package/src/models/create-deal-package-command.ts +9 -0
- package/src/models/create-doctor-affiliation-command.ts +9 -0
- package/src/models/create-hospital-command.ts +9 -0
- package/src/models/create-hospital-service-command.ts +9 -0
- package/src/models/create-hospital-specialty-command.ts +9 -0
- package/src/models/deal-item-model.ts +9 -0
- package/src/models/deal-model.ts +9 -0
- package/src/models/deal-package-item-model.ts +9 -0
- package/src/models/deal-package-model.ts +9 -0
- package/src/models/doctor-affiliation-item-model.ts +9 -0
- package/src/models/doctor-affiliation-model.ts +9 -0
- package/src/models/hospital-item-model.ts +9 -0
- package/src/models/hospital-model.ts +9 -0
- package/src/models/hospital-service-item-model.ts +9 -0
- package/src/models/hospital-service-model.ts +9 -0
- package/src/models/hospital-specialty-item-model.ts +9 -0
- package/src/models/hospital-specialty-model.ts +9 -0
- package/src/models/index.ts +30 -0
- package/src/models/notification-code.ts +10 -1
- package/src/models/reject-appointment-command.ts +39 -0
- package/src/models/save-appointment-timetable-override-model.ts +48 -0
- package/src/models/save-appointment-timetable-overrides-result-model.ts +33 -0
- package/src/models/save-deal-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-deal-package-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-doctor-affiliation-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-hospital-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-hospital-specialty-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-service-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/update-deal-command.ts +9 -0
- package/src/models/update-deal-package-command.ts +9 -0
- package/src/models/update-doctor-affiliation-command.ts +9 -0
- package/src/models/update-hospital-command.ts +9 -0
- package/src/models/update-hospital-service-command.ts +9 -0
- package/src/models/update-hospital-specialty-command.ts +9 -0
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { AppointmentOptionModel } from './appointment-option-model';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import { AuditableEntity } from './auditable-entity';
|
|
@@ -98,6 +101,12 @@ export interface DealPackageItemModel {
|
|
|
98
101
|
* @memberof DealPackageItemModel
|
|
99
102
|
*/
|
|
100
103
|
'price'?: number;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {AppointmentOptionModel}
|
|
107
|
+
* @memberof DealPackageItemModel
|
|
108
|
+
*/
|
|
109
|
+
'appointmentOption'?: AppointmentOptionModel;
|
|
101
110
|
/**
|
|
102
111
|
*
|
|
103
112
|
* @type {AuditableEntity}
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { AppointmentOptionModel } from './appointment-option-model';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import { AuditableEntity } from './auditable-entity';
|
|
@@ -92,6 +95,12 @@ export interface DealPackageModel {
|
|
|
92
95
|
* @memberof DealPackageModel
|
|
93
96
|
*/
|
|
94
97
|
'price'?: number;
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
* @type {AppointmentOptionModel}
|
|
101
|
+
* @memberof DealPackageModel
|
|
102
|
+
*/
|
|
103
|
+
'appointmentOption'?: AppointmentOptionModel;
|
|
95
104
|
/**
|
|
96
105
|
*
|
|
97
106
|
* @type {AuditableEntity}
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { AppointmentOptionModel } from './appointment-option-model';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import { AuditableEntity } from './auditable-entity';
|
|
@@ -122,6 +125,12 @@ export interface DoctorAffiliationItemModel {
|
|
|
122
125
|
* @memberof DoctorAffiliationItemModel
|
|
123
126
|
*/
|
|
124
127
|
'order'?: number;
|
|
128
|
+
/**
|
|
129
|
+
*
|
|
130
|
+
* @type {AppointmentOptionModel}
|
|
131
|
+
* @memberof DoctorAffiliationItemModel
|
|
132
|
+
*/
|
|
133
|
+
'appointmentOption'?: AppointmentOptionModel;
|
|
125
134
|
/**
|
|
126
135
|
*
|
|
127
136
|
* @type {AuditableEntity}
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { AppointmentOptionModel } from './appointment-option-model';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import { AuditableEntity } from './auditable-entity';
|
|
@@ -125,6 +128,12 @@ export interface DoctorAffiliationModel {
|
|
|
125
128
|
* @memberof DoctorAffiliationModel
|
|
126
129
|
*/
|
|
127
130
|
'order'?: number;
|
|
131
|
+
/**
|
|
132
|
+
*
|
|
133
|
+
* @type {AppointmentOptionModel}
|
|
134
|
+
* @memberof DoctorAffiliationModel
|
|
135
|
+
*/
|
|
136
|
+
'appointmentOption'?: AppointmentOptionModel;
|
|
128
137
|
/**
|
|
129
138
|
*
|
|
130
139
|
* @type {AuditableEntity}
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { AppointmentOptionModel } from './appointment-option-model';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import { AuditableEntity } from './auditable-entity';
|
|
@@ -137,6 +140,12 @@ export interface HospitalItemModel {
|
|
|
137
140
|
* @memberof HospitalItemModel
|
|
138
141
|
*/
|
|
139
142
|
'consultationOption'?: HospitalConsultationOptionModel;
|
|
143
|
+
/**
|
|
144
|
+
*
|
|
145
|
+
* @type {AppointmentOptionModel}
|
|
146
|
+
* @memberof HospitalItemModel
|
|
147
|
+
*/
|
|
148
|
+
'appointmentOption'?: AppointmentOptionModel;
|
|
140
149
|
/**
|
|
141
150
|
*
|
|
142
151
|
* @type {AuditableEntity}
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { AppointmentOptionModel } from './appointment-option-model';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import { AuditableEntity } from './auditable-entity';
|
|
@@ -140,6 +143,12 @@ export interface HospitalModel {
|
|
|
140
143
|
* @memberof HospitalModel
|
|
141
144
|
*/
|
|
142
145
|
'consultationOption'?: HospitalConsultationOptionModel;
|
|
146
|
+
/**
|
|
147
|
+
*
|
|
148
|
+
* @type {AppointmentOptionModel}
|
|
149
|
+
* @memberof HospitalModel
|
|
150
|
+
*/
|
|
151
|
+
'appointmentOption'?: AppointmentOptionModel;
|
|
143
152
|
/**
|
|
144
153
|
*
|
|
145
154
|
* @type {AuditableEntity}
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { AppointmentOptionModel } from './appointment-option-model';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import { AuditableEntity } from './auditable-entity';
|
|
@@ -146,6 +149,12 @@ export interface HospitalServiceItemModel {
|
|
|
146
149
|
* @memberof HospitalServiceItemModel
|
|
147
150
|
*/
|
|
148
151
|
'photoThumbnail'?: string | null;
|
|
152
|
+
/**
|
|
153
|
+
*
|
|
154
|
+
* @type {AppointmentOptionModel}
|
|
155
|
+
* @memberof HospitalServiceItemModel
|
|
156
|
+
*/
|
|
157
|
+
'appointmentOption'?: AppointmentOptionModel;
|
|
149
158
|
/**
|
|
150
159
|
*
|
|
151
160
|
* @type {AuditableEntity}
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { AppointmentOptionModel } from './appointment-option-model';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import { AuditableEntity } from './auditable-entity';
|
|
@@ -155,6 +158,12 @@ export interface HospitalServiceModel {
|
|
|
155
158
|
* @memberof HospitalServiceModel
|
|
156
159
|
*/
|
|
157
160
|
'photoThumbnail'?: string | null;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @type {AppointmentOptionModel}
|
|
164
|
+
* @memberof HospitalServiceModel
|
|
165
|
+
*/
|
|
166
|
+
'appointmentOption'?: AppointmentOptionModel;
|
|
158
167
|
/**
|
|
159
168
|
*
|
|
160
169
|
* @type {AuditableEntity}
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { AppointmentOptionModel } from './appointment-option-model';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import { AuditableEntity } from './auditable-entity';
|
|
@@ -122,6 +125,12 @@ export interface HospitalSpecialtyItemModel {
|
|
|
122
125
|
* @memberof HospitalSpecialtyItemModel
|
|
123
126
|
*/
|
|
124
127
|
'marketingType'?: MarketingType;
|
|
128
|
+
/**
|
|
129
|
+
*
|
|
130
|
+
* @type {AppointmentOptionModel}
|
|
131
|
+
* @memberof HospitalSpecialtyItemModel
|
|
132
|
+
*/
|
|
133
|
+
'appointmentOption'?: AppointmentOptionModel;
|
|
125
134
|
/**
|
|
126
135
|
*
|
|
127
136
|
* @type {AuditableEntity}
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { AppointmentOptionModel } from './appointment-option-model';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import { AuditableEntity } from './auditable-entity';
|
|
@@ -128,6 +131,12 @@ export interface HospitalSpecialtyModel {
|
|
|
128
131
|
* @memberof HospitalSpecialtyModel
|
|
129
132
|
*/
|
|
130
133
|
'marketingType'?: MarketingType;
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
* @type {AppointmentOptionModel}
|
|
137
|
+
* @memberof HospitalSpecialtyModel
|
|
138
|
+
*/
|
|
139
|
+
'appointmentOption'?: AppointmentOptionModel;
|
|
131
140
|
/**
|
|
132
141
|
*
|
|
133
142
|
* @type {AuditableEntity}
|
package/src/models/index.ts
CHANGED
|
@@ -8,6 +8,18 @@ export * from './admin-message-model';
|
|
|
8
8
|
export * from './app-version-item-model';
|
|
9
9
|
export * from './app-version-model';
|
|
10
10
|
export * from './app-versions-model';
|
|
11
|
+
export * from './appointment-change-log-model';
|
|
12
|
+
export * from './appointment-item-model';
|
|
13
|
+
export * from './appointment-model';
|
|
14
|
+
export * from './appointment-option-model';
|
|
15
|
+
export * from './appointment-status';
|
|
16
|
+
export * from './appointment-timetable-model';
|
|
17
|
+
export * from './appointment-timetable-override-model';
|
|
18
|
+
export * from './appointment-timetable-overrides-model';
|
|
19
|
+
export * from './appointment-timetables-model';
|
|
20
|
+
export * from './appointment-type';
|
|
21
|
+
export * from './appointments-model';
|
|
22
|
+
export * from './approve-appointment-command';
|
|
11
23
|
export * from './approve-booking-command';
|
|
12
24
|
export * from './approve-consultation-command';
|
|
13
25
|
export * from './article-contributor-item-model';
|
|
@@ -23,9 +35,18 @@ export * from './article-tags-model';
|
|
|
23
35
|
export * from './articles-model';
|
|
24
36
|
export * from './auditable-entity';
|
|
25
37
|
export * from './auditable-entity-model';
|
|
38
|
+
export * from './batch-add-appointment-timetable-model';
|
|
26
39
|
export * from './batch-add-hospital-consultation-timetable-model';
|
|
40
|
+
export * from './batch-appointment-timetables-result-model';
|
|
41
|
+
export * from './batch-deal-appointment-timetables-command';
|
|
42
|
+
export * from './batch-deal-package-appointment-timetables-command';
|
|
43
|
+
export * from './batch-doctor-affiliation-appointment-timetables-command';
|
|
44
|
+
export * from './batch-hospital-appointment-timetables-command';
|
|
27
45
|
export * from './batch-hospital-consultation-timetable-result-model';
|
|
28
46
|
export * from './batch-hospital-consultation-timetables-command';
|
|
47
|
+
export * from './batch-hospital-specialty-appointment-timetables-command';
|
|
48
|
+
export * from './batch-service-appointment-timetables-command';
|
|
49
|
+
export * from './batch-update-appointment-timetable-model';
|
|
29
50
|
export * from './batch-update-hospital-consultation-timetable-model';
|
|
30
51
|
export * from './booking-change-log-model';
|
|
31
52
|
export * from './booking-item-model';
|
|
@@ -241,14 +262,23 @@ export * from './problem-details';
|
|
|
241
262
|
export * from './procedure';
|
|
242
263
|
export * from './recurring-interval';
|
|
243
264
|
export * from './refund-policy';
|
|
265
|
+
export * from './reject-appointment-command';
|
|
244
266
|
export * from './reject-booking-command';
|
|
245
267
|
export * from './reject-consultation-command';
|
|
246
268
|
export * from './reject-reason';
|
|
247
269
|
export * from './review-type';
|
|
270
|
+
export * from './save-appointment-timetable-override-model';
|
|
271
|
+
export * from './save-appointment-timetable-overrides-result-model';
|
|
272
|
+
export * from './save-deal-appointment-timetable-overrides-command';
|
|
273
|
+
export * from './save-deal-package-appointment-timetable-overrides-command';
|
|
274
|
+
export * from './save-doctor-affiliation-appointment-timetable-overrides-command';
|
|
248
275
|
export * from './save-header-navigation-item-model';
|
|
249
276
|
export * from './save-header-navigations-command';
|
|
277
|
+
export * from './save-hospital-appointment-timetable-overrides-command';
|
|
250
278
|
export * from './save-hospital-consultation-timetable-override-model';
|
|
251
279
|
export * from './save-hospital-consultation-timetable-overrides-command';
|
|
280
|
+
export * from './save-hospital-specialty-appointment-timetable-overrides-command';
|
|
281
|
+
export * from './save-service-appointment-timetable-overrides-command';
|
|
252
282
|
export * from './search-index-type';
|
|
253
283
|
export * from './send-bird-group-channel-member';
|
|
254
284
|
export * from './send-bird-group-channel-model';
|
|
@@ -39,7 +39,16 @@ export const NotificationCode = {
|
|
|
39
39
|
ConsultationCanceled: 'ConsultationCanceled',
|
|
40
40
|
ConsultationRefundRequested: 'ConsultationRefundRequested',
|
|
41
41
|
ConsultationRefunded: 'ConsultationRefunded',
|
|
42
|
-
ConsultationReady: 'ConsultationReady'
|
|
42
|
+
ConsultationReady: 'ConsultationReady',
|
|
43
|
+
AppointmentNew: 'AppointmentNew',
|
|
44
|
+
AppointmentUpdated: 'AppointmentUpdated',
|
|
45
|
+
AppointmentRejected: 'AppointmentRejected',
|
|
46
|
+
AppointmentApproved: 'AppointmentApproved',
|
|
47
|
+
AppointmentPaid: 'AppointmentPaid',
|
|
48
|
+
AppointmentCanceled: 'AppointmentCanceled',
|
|
49
|
+
AppointmentRefundRequested: 'AppointmentRefundRequested',
|
|
50
|
+
AppointmentRefunded: 'AppointmentRefunded',
|
|
51
|
+
AppointmentReady: 'AppointmentReady'
|
|
43
52
|
} as const;
|
|
44
53
|
|
|
45
54
|
export type NotificationCode = typeof NotificationCode[keyof typeof NotificationCode];
|
|
@@ -0,0 +1,39 @@
|
|
|
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 { RejectReason } from './reject-reason';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface RejectAppointmentCommand
|
|
24
|
+
*/
|
|
25
|
+
export interface RejectAppointmentCommand {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {RejectReason}
|
|
29
|
+
* @memberof RejectAppointmentCommand
|
|
30
|
+
*/
|
|
31
|
+
'rejectReason'?: RejectReason;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof RejectAppointmentCommand
|
|
36
|
+
*/
|
|
37
|
+
'rejectComment'?: string | null;
|
|
38
|
+
}
|
|
39
|
+
|
|
@@ -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 SaveAppointmentTimetableOverrideModel
|
|
21
|
+
*/
|
|
22
|
+
export interface SaveAppointmentTimetableOverrideModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {Date}
|
|
26
|
+
* @memberof SaveAppointmentTimetableOverrideModel
|
|
27
|
+
*/
|
|
28
|
+
'date'?: Date;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SaveAppointmentTimetableOverrideModel
|
|
33
|
+
*/
|
|
34
|
+
'start'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof SaveAppointmentTimetableOverrideModel
|
|
39
|
+
*/
|
|
40
|
+
'end'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {boolean}
|
|
44
|
+
* @memberof SaveAppointmentTimetableOverrideModel
|
|
45
|
+
*/
|
|
46
|
+
'isUnavailable'?: boolean | null;
|
|
47
|
+
}
|
|
48
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
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 { AppointmentTimetableOverrideModel } from './appointment-timetable-override-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SaveAppointmentTimetableOverridesResultModel
|
|
24
|
+
*/
|
|
25
|
+
export interface SaveAppointmentTimetableOverridesResultModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<AppointmentTimetableOverrideModel>}
|
|
29
|
+
* @memberof SaveAppointmentTimetableOverridesResultModel
|
|
30
|
+
*/
|
|
31
|
+
'items'?: Array<AppointmentTimetableOverrideModel> | null;
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
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 { SaveAppointmentTimetableOverrideModel } from './save-appointment-timetable-override-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SaveDealAppointmentTimetableOverridesCommand
|
|
24
|
+
*/
|
|
25
|
+
export interface SaveDealAppointmentTimetableOverridesCommand {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<SaveAppointmentTimetableOverrideModel>}
|
|
29
|
+
* @memberof SaveDealAppointmentTimetableOverridesCommand
|
|
30
|
+
*/
|
|
31
|
+
'items'?: Array<SaveAppointmentTimetableOverrideModel> | null;
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
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 { SaveAppointmentTimetableOverrideModel } from './save-appointment-timetable-override-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SaveDealPackageAppointmentTimetableOverridesCommand
|
|
24
|
+
*/
|
|
25
|
+
export interface SaveDealPackageAppointmentTimetableOverridesCommand {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<SaveAppointmentTimetableOverrideModel>}
|
|
29
|
+
* @memberof SaveDealPackageAppointmentTimetableOverridesCommand
|
|
30
|
+
*/
|
|
31
|
+
'items'?: Array<SaveAppointmentTimetableOverrideModel> | null;
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
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 { SaveAppointmentTimetableOverrideModel } from './save-appointment-timetable-override-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SaveDoctorAffiliationAppointmentTimetableOverridesCommand
|
|
24
|
+
*/
|
|
25
|
+
export interface SaveDoctorAffiliationAppointmentTimetableOverridesCommand {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<SaveAppointmentTimetableOverrideModel>}
|
|
29
|
+
* @memberof SaveDoctorAffiliationAppointmentTimetableOverridesCommand
|
|
30
|
+
*/
|
|
31
|
+
'items'?: Array<SaveAppointmentTimetableOverrideModel> | null;
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
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 { SaveAppointmentTimetableOverrideModel } from './save-appointment-timetable-override-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SaveHospitalAppointmentTimetableOverridesCommand
|
|
24
|
+
*/
|
|
25
|
+
export interface SaveHospitalAppointmentTimetableOverridesCommand {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<SaveAppointmentTimetableOverrideModel>}
|
|
29
|
+
* @memberof SaveHospitalAppointmentTimetableOverridesCommand
|
|
30
|
+
*/
|
|
31
|
+
'items'?: Array<SaveAppointmentTimetableOverrideModel> | null;
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
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 { SaveAppointmentTimetableOverrideModel } from './save-appointment-timetable-override-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SaveHospitalSpecialtyAppointmentTimetableOverridesCommand
|
|
24
|
+
*/
|
|
25
|
+
export interface SaveHospitalSpecialtyAppointmentTimetableOverridesCommand {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<SaveAppointmentTimetableOverrideModel>}
|
|
29
|
+
* @memberof SaveHospitalSpecialtyAppointmentTimetableOverridesCommand
|
|
30
|
+
*/
|
|
31
|
+
'items'?: Array<SaveAppointmentTimetableOverrideModel> | null;
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
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 { SaveAppointmentTimetableOverrideModel } from './save-appointment-timetable-override-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SaveServiceAppointmentTimetableOverridesCommand
|
|
24
|
+
*/
|
|
25
|
+
export interface SaveServiceAppointmentTimetableOverridesCommand {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<SaveAppointmentTimetableOverrideModel>}
|
|
29
|
+
* @memberof SaveServiceAppointmentTimetableOverridesCommand
|
|
30
|
+
*/
|
|
31
|
+
'items'?: Array<SaveAppointmentTimetableOverrideModel> | null;
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { AppointmentOptionModel } from './appointment-option-model';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import { MarketingType } from './marketing-type';
|
|
@@ -83,5 +86,11 @@ export interface UpdateDealCommand {
|
|
|
83
86
|
* @memberof UpdateDealCommand
|
|
84
87
|
*/
|
|
85
88
|
'confirmed'?: boolean;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {AppointmentOptionModel}
|
|
92
|
+
* @memberof UpdateDealCommand
|
|
93
|
+
*/
|
|
94
|
+
'appointmentOption'?: AppointmentOptionModel;
|
|
86
95
|
}
|
|
87
96
|
|