ch-admin-api-client-typescript 5.4.9 → 5.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/search-api.d.ts +13 -13
- package/lib/api/search-api.d.ts.map +1 -1
- package/lib/api/search-api.js +17 -16
- 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 +3 -3
- 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-package-item-model.d.ts +3 -3
- package/lib/models/deal-package-item-model.d.ts.map +1 -1
- package/lib/models/deal-package-model.d.ts +14 -7
- package/lib/models/deal-package-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-feature-detail-input-model.d.ts → feature-detail-input-model.d.ts} +8 -8
- package/lib/models/feature-detail-input-model.d.ts.map +1 -0
- package/lib/models/{hospital-feature-detail-model.d.ts → feature-detail-model.d.ts} +11 -12
- package/lib/models/feature-detail-model.d.ts.map +1 -0
- package/lib/models/feature-input-model.d.ts +32 -0
- package/lib/models/feature-input-model.d.ts.map +1 -0
- package/lib/models/{hospital-feature-model.d.ts → feature-model.d.ts} +10 -10
- package/lib/models/feature-model.d.ts.map +1 -0
- package/lib/models/hospital-item-model.d.ts +3 -40
- package/lib/models/hospital-item-model.d.ts.map +1 -1
- package/lib/models/hospital-model.d.ts +10 -40
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/hospital-service-item-model.d.ts +3 -3
- package/lib/models/hospital-service-item-model.d.ts.map +1 -1
- package/lib/models/hospital-service-model.d.ts +10 -3
- package/lib/models/hospital-service-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-item-model.d.ts +3 -3
- package/lib/models/hospital-specialty-item-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-model.d.ts +10 -3
- package/lib/models/hospital-specialty-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +4 -8
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +4 -8
- 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 +3 -3
- 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 +4 -8
- package/src/api/search-api.ts +20 -18
- 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 +4 -4
- package/src/models/create-hospital-service-command.ts +9 -0
- package/src/models/create-hospital-specialty-command.ts +9 -0
- package/src/models/deal-package-item-model.ts +3 -3
- package/src/models/deal-package-model.ts +16 -7
- package/src/models/doctor-affiliation-model.ts +9 -0
- package/src/models/{hospital-feature-detail-input-model.ts → feature-detail-input-model.ts} +7 -7
- package/src/models/{hospital-feature-detail-model.ts → feature-detail-model.ts} +10 -13
- package/src/models/{hospital-feature-input-model.ts → feature-input-model.ts} +9 -9
- package/src/models/{hospital-feature-model.ts → feature-model.ts} +9 -9
- package/src/models/hospital-item-model.ts +3 -42
- package/src/models/hospital-model.ts +12 -42
- package/src/models/hospital-service-item-model.ts +3 -3
- package/src/models/hospital-service-model.ts +12 -3
- package/src/models/hospital-specialty-item-model.ts +3 -3
- package/src/models/hospital-specialty-model.ts +12 -3
- package/src/models/index.ts +4 -8
- 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 +4 -4
- package/src/models/update-hospital-service-command.ts +9 -0
- package/src/models/update-hospital-specialty-command.ts +9 -0
- package/lib/models/hospital-domain-input-model.d.ts +0 -50
- package/lib/models/hospital-domain-input-model.d.ts.map +0 -1
- package/lib/models/hospital-domain-model.d.ts +0 -50
- package/lib/models/hospital-domain-model.d.ts.map +0 -1
- package/lib/models/hospital-feature-detail-input-model.d.ts.map +0 -1
- package/lib/models/hospital-feature-detail-model.d.ts.map +0 -1
- package/lib/models/hospital-feature-input-model.d.ts +0 -32
- package/lib/models/hospital-feature-input-model.d.ts.map +0 -1
- package/lib/models/hospital-feature-input-model.js +0 -15
- package/lib/models/hospital-feature-model.d.ts.map +0 -1
- package/lib/models/hospital-feature-model.js +0 -15
- 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/survey-form-simple-mapping-model.js +0 -15
- package/lib/models/translation-simple-model.d.ts +0 -55
- package/lib/models/translation-simple-model.d.ts.map +0 -1
- package/lib/models/translation-simple-model.js +0 -15
- package/src/models/hospital-domain-input-model.ts +0 -57
- package/src/models/hospital-domain-model.ts +0 -57
- package/src/models/survey-form-simple-mapping-model.ts +0 -48
- package/src/models/translation-simple-model.ts +0 -60
- /package/lib/models/{hospital-domain-input-model.js → feature-detail-input-model.js} +0 -0
- /package/lib/models/{hospital-domain-model.js → feature-detail-model.js} +0 -0
- /package/lib/models/{hospital-feature-detail-input-model.js → feature-input-model.js} +0 -0
- /package/lib/models/{hospital-feature-detail-model.js → feature-model.js} +0 -0
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import {
|
|
21
|
+
import { AuditableEntityModel } from './auditable-entity-model';
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
|
-
import {
|
|
24
|
+
import { FeatureModel } from './feature-model';
|
|
25
25
|
// May contain unused imports in some cases
|
|
26
26
|
// @ts-ignore
|
|
27
|
-
import {
|
|
27
|
+
import { GradeModel } from './grade-model';
|
|
28
28
|
// May contain unused imports in some cases
|
|
29
29
|
// @ts-ignore
|
|
30
|
-
import {
|
|
30
|
+
import { HospitalConsultationOptionModel } from './hospital-consultation-option-model';
|
|
31
31
|
// May contain unused imports in some cases
|
|
32
32
|
// @ts-ignore
|
|
33
33
|
import { HospitalLanguageItemModel } from './hospital-language-item-model';
|
|
@@ -131,36 +131,6 @@ export interface HospitalModel {
|
|
|
131
131
|
* @memberof HospitalModel
|
|
132
132
|
*/
|
|
133
133
|
'paymentEnabled'?: boolean;
|
|
134
|
-
/**
|
|
135
|
-
*
|
|
136
|
-
* @type {string}
|
|
137
|
-
* @memberof HospitalModel
|
|
138
|
-
*/
|
|
139
|
-
'chSurveyFormId'?: string | null;
|
|
140
|
-
/**
|
|
141
|
-
*
|
|
142
|
-
* @type {string}
|
|
143
|
-
* @memberof HospitalModel
|
|
144
|
-
*/
|
|
145
|
-
'saasSurveyFormId'?: string | null;
|
|
146
|
-
/**
|
|
147
|
-
*
|
|
148
|
-
* @type {string}
|
|
149
|
-
* @memberof HospitalModel
|
|
150
|
-
*/
|
|
151
|
-
'formUrlForChLink'?: string | null;
|
|
152
|
-
/**
|
|
153
|
-
*
|
|
154
|
-
* @type {string}
|
|
155
|
-
* @memberof HospitalModel
|
|
156
|
-
*/
|
|
157
|
-
'formUrlForSaasLink'?: string | null;
|
|
158
|
-
/**
|
|
159
|
-
*
|
|
160
|
-
* @type {boolean}
|
|
161
|
-
* @memberof HospitalModel
|
|
162
|
-
*/
|
|
163
|
-
'isSurveyFormTranslated'?: boolean;
|
|
164
134
|
/**
|
|
165
135
|
*
|
|
166
136
|
* @type {string}
|
|
@@ -205,16 +175,10 @@ export interface HospitalModel {
|
|
|
205
175
|
'grade'?: GradeModel;
|
|
206
176
|
/**
|
|
207
177
|
*
|
|
208
|
-
* @type {
|
|
209
|
-
* @memberof HospitalModel
|
|
210
|
-
*/
|
|
211
|
-
'feature'?: HospitalFeatureModel;
|
|
212
|
-
/**
|
|
213
|
-
*
|
|
214
|
-
* @type {AuditableEntity}
|
|
178
|
+
* @type {AuditableEntityModel}
|
|
215
179
|
* @memberof HospitalModel
|
|
216
180
|
*/
|
|
217
|
-
'auditableEntity'?:
|
|
181
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
218
182
|
/**
|
|
219
183
|
*
|
|
220
184
|
* @type {string}
|
|
@@ -287,5 +251,11 @@ export interface HospitalModel {
|
|
|
287
251
|
* @memberof HospitalModel
|
|
288
252
|
*/
|
|
289
253
|
'languages'?: Array<HospitalLanguageItemModel> | null;
|
|
254
|
+
/**
|
|
255
|
+
*
|
|
256
|
+
* @type {FeatureModel}
|
|
257
|
+
* @memberof HospitalModel
|
|
258
|
+
*/
|
|
259
|
+
'feature'?: FeatureModel;
|
|
290
260
|
}
|
|
291
261
|
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import {
|
|
21
|
+
import { AuditableEntityModel } from './auditable-entity-model';
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
24
|
import { Procedure } from './procedure';
|
|
@@ -157,9 +157,9 @@ export interface HospitalServiceItemModel {
|
|
|
157
157
|
'appointmentOption'?: AppointmentOptionModel;
|
|
158
158
|
/**
|
|
159
159
|
*
|
|
160
|
-
* @type {
|
|
160
|
+
* @type {AuditableEntityModel}
|
|
161
161
|
* @memberof HospitalServiceItemModel
|
|
162
162
|
*/
|
|
163
|
-
'auditableEntity'?:
|
|
163
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
164
164
|
}
|
|
165
165
|
|
|
@@ -18,7 +18,10 @@
|
|
|
18
18
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import {
|
|
21
|
+
import { AuditableEntityModel } from './auditable-entity-model';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import { FeatureModel } from './feature-model';
|
|
22
25
|
// May contain unused imports in some cases
|
|
23
26
|
// @ts-ignore
|
|
24
27
|
import { LocalizedUrlModel } from './localized-url-model';
|
|
@@ -166,10 +169,10 @@ export interface HospitalServiceModel {
|
|
|
166
169
|
'appointmentOption'?: AppointmentOptionModel;
|
|
167
170
|
/**
|
|
168
171
|
*
|
|
169
|
-
* @type {
|
|
172
|
+
* @type {AuditableEntityModel}
|
|
170
173
|
* @memberof HospitalServiceModel
|
|
171
174
|
*/
|
|
172
|
-
'auditableEntity'?:
|
|
175
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
173
176
|
/**
|
|
174
177
|
*
|
|
175
178
|
* @type {string}
|
|
@@ -224,5 +227,11 @@ export interface HospitalServiceModel {
|
|
|
224
227
|
* @memberof HospitalServiceModel
|
|
225
228
|
*/
|
|
226
229
|
'medias'?: Array<MediaModel> | null;
|
|
230
|
+
/**
|
|
231
|
+
*
|
|
232
|
+
* @type {FeatureModel}
|
|
233
|
+
* @memberof HospitalServiceModel
|
|
234
|
+
*/
|
|
235
|
+
'feature'?: FeatureModel;
|
|
227
236
|
}
|
|
228
237
|
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import {
|
|
21
|
+
import { AuditableEntityModel } from './auditable-entity-model';
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
24
|
import { MarketingType } from './marketing-type';
|
|
@@ -133,9 +133,9 @@ export interface HospitalSpecialtyItemModel {
|
|
|
133
133
|
'appointmentOption'?: AppointmentOptionModel;
|
|
134
134
|
/**
|
|
135
135
|
*
|
|
136
|
-
* @type {
|
|
136
|
+
* @type {AuditableEntityModel}
|
|
137
137
|
* @memberof HospitalSpecialtyItemModel
|
|
138
138
|
*/
|
|
139
|
-
'auditableEntity'?:
|
|
139
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
140
140
|
}
|
|
141
141
|
|
|
@@ -18,7 +18,10 @@
|
|
|
18
18
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import {
|
|
21
|
+
import { AuditableEntityModel } from './auditable-entity-model';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import { FeatureModel } from './feature-model';
|
|
22
25
|
// May contain unused imports in some cases
|
|
23
26
|
// @ts-ignore
|
|
24
27
|
import { LocalizedUrlModel } from './localized-url-model';
|
|
@@ -139,10 +142,10 @@ export interface HospitalSpecialtyModel {
|
|
|
139
142
|
'appointmentOption'?: AppointmentOptionModel;
|
|
140
143
|
/**
|
|
141
144
|
*
|
|
142
|
-
* @type {
|
|
145
|
+
* @type {AuditableEntityModel}
|
|
143
146
|
* @memberof HospitalSpecialtyModel
|
|
144
147
|
*/
|
|
145
|
-
'auditableEntity'?:
|
|
148
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
146
149
|
/**
|
|
147
150
|
*
|
|
148
151
|
* @type {string}
|
|
@@ -197,5 +200,11 @@ export interface HospitalSpecialtyModel {
|
|
|
197
200
|
* @memberof HospitalSpecialtyModel
|
|
198
201
|
*/
|
|
199
202
|
'medias'?: Array<MediaModel> | null;
|
|
203
|
+
/**
|
|
204
|
+
*
|
|
205
|
+
* @type {FeatureModel}
|
|
206
|
+
* @memberof HospitalSpecialtyModel
|
|
207
|
+
*/
|
|
208
|
+
'feature'?: FeatureModel;
|
|
200
209
|
}
|
|
201
210
|
|
package/src/models/index.ts
CHANGED
|
@@ -197,6 +197,10 @@ export * from './faq-tag-item-model';
|
|
|
197
197
|
export * from './faq-tag-model';
|
|
198
198
|
export * from './faq-tags-model';
|
|
199
199
|
export * from './faqs-model';
|
|
200
|
+
export * from './feature-detail-input-model';
|
|
201
|
+
export * from './feature-detail-model';
|
|
202
|
+
export * from './feature-input-model';
|
|
203
|
+
export * from './feature-model';
|
|
200
204
|
export * from './footer-navigation-item-model';
|
|
201
205
|
export * from './gender';
|
|
202
206
|
export * from './get-transfer-balance-embeded';
|
|
@@ -222,18 +226,12 @@ export * from './hospital-consultation-timetables-model';
|
|
|
222
226
|
export * from './hospital-contact-item-model';
|
|
223
227
|
export * from './hospital-contact-model';
|
|
224
228
|
export * from './hospital-contacts-model';
|
|
225
|
-
export * from './hospital-domain-input-model';
|
|
226
|
-
export * from './hospital-domain-model';
|
|
227
229
|
export * from './hospital-equipment-item-model';
|
|
228
230
|
export * from './hospital-equipment-model';
|
|
229
231
|
export * from './hospital-equipments-model';
|
|
230
232
|
export * from './hospital-evaluation-item-model';
|
|
231
233
|
export * from './hospital-evaluation-model';
|
|
232
234
|
export * from './hospital-evaluations-model';
|
|
233
|
-
export * from './hospital-feature-detail-input-model';
|
|
234
|
-
export * from './hospital-feature-detail-model';
|
|
235
|
-
export * from './hospital-feature-input-model';
|
|
236
|
-
export * from './hospital-feature-model';
|
|
237
235
|
export * from './hospital-item-model';
|
|
238
236
|
export * from './hospital-language-item-model';
|
|
239
237
|
export * from './hospital-languages-model';
|
|
@@ -382,7 +380,6 @@ export * from './survey-form-element-option-model';
|
|
|
382
380
|
export * from './survey-form-element-types';
|
|
383
381
|
export * from './survey-form-item-model';
|
|
384
382
|
export * from './survey-form-model';
|
|
385
|
-
export * from './survey-form-simple-mapping-model';
|
|
386
383
|
export * from './survey-form-status';
|
|
387
384
|
export * from './survey-forms-model';
|
|
388
385
|
export * from './survey-result-element-model';
|
|
@@ -406,7 +403,6 @@ export * from './translate-all-options';
|
|
|
406
403
|
export * from './translate-command';
|
|
407
404
|
export * from './translate-doctor-affiliation-command';
|
|
408
405
|
export * from './translate-hospital-command';
|
|
409
|
-
export * from './translation-simple-model';
|
|
410
406
|
export * from './update-about-us-page-command';
|
|
411
407
|
export * from './update-account-command';
|
|
412
408
|
export * from './update-accreditation-command';
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
+
import { FeatureInputModel } from './feature-input-model';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
21
24
|
import { RefundPolicy } from './refund-policy';
|
|
22
25
|
|
|
23
26
|
/**
|
|
@@ -68,5 +71,11 @@ export interface UpdateDealPackageCommand {
|
|
|
68
71
|
* @memberof UpdateDealPackageCommand
|
|
69
72
|
*/
|
|
70
73
|
'appointmentOption'?: AppointmentOptionModel;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {FeatureInputModel}
|
|
77
|
+
* @memberof UpdateDealPackageCommand
|
|
78
|
+
*/
|
|
79
|
+
'feature'?: FeatureInputModel;
|
|
71
80
|
}
|
|
72
81
|
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
+
import { FeatureInputModel } from './feature-input-model';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
21
24
|
import { MediaModel } from './media-model';
|
|
22
25
|
|
|
23
26
|
/**
|
|
@@ -116,6 +119,12 @@ export interface UpdateDoctorAffiliationCommand {
|
|
|
116
119
|
* @memberof UpdateDoctorAffiliationCommand
|
|
117
120
|
*/
|
|
118
121
|
'confirmed'?: boolean;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @type {FeatureInputModel}
|
|
125
|
+
* @memberof UpdateDoctorAffiliationCommand
|
|
126
|
+
*/
|
|
127
|
+
'feature'?: FeatureInputModel;
|
|
119
128
|
/**
|
|
120
129
|
*
|
|
121
130
|
* @type {Array<MediaModel>}
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import {
|
|
21
|
+
import { FeatureInputModel } from './feature-input-model';
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
|
-
import {
|
|
24
|
+
import { HospitalConsultationOptionModel } from './hospital-consultation-option-model';
|
|
25
25
|
// May contain unused imports in some cases
|
|
26
26
|
// @ts-ignore
|
|
27
27
|
import { LocationModel } from './location-model';
|
|
@@ -205,9 +205,9 @@ export interface UpdateHospitalCommand {
|
|
|
205
205
|
'consultationOption'?: HospitalConsultationOptionModel;
|
|
206
206
|
/**
|
|
207
207
|
*
|
|
208
|
-
* @type {
|
|
208
|
+
* @type {FeatureInputModel}
|
|
209
209
|
* @memberof UpdateHospitalCommand
|
|
210
210
|
*/
|
|
211
|
-
'feature'?:
|
|
211
|
+
'feature'?: FeatureInputModel;
|
|
212
212
|
}
|
|
213
213
|
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
+
import { FeatureInputModel } from './feature-input-model';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
21
24
|
import { MediaModel } from './media-model';
|
|
22
25
|
// May contain unused imports in some cases
|
|
23
26
|
// @ts-ignore
|
|
@@ -119,6 +122,12 @@ export interface UpdateHospitalServiceCommand {
|
|
|
119
122
|
* @memberof UpdateHospitalServiceCommand
|
|
120
123
|
*/
|
|
121
124
|
'photoThumbnail'?: string | null;
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @type {FeatureInputModel}
|
|
128
|
+
* @memberof UpdateHospitalServiceCommand
|
|
129
|
+
*/
|
|
130
|
+
'feature'?: FeatureInputModel;
|
|
122
131
|
/**
|
|
123
132
|
*
|
|
124
133
|
* @type {AppointmentOptionModel}
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
+
import { FeatureInputModel } from './feature-input-model';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
21
24
|
import { MediaModel } from './media-model';
|
|
22
25
|
|
|
23
26
|
/**
|
|
@@ -98,6 +101,12 @@ export interface UpdateHospitalSpecialtyCommand {
|
|
|
98
101
|
* @memberof UpdateHospitalSpecialtyCommand
|
|
99
102
|
*/
|
|
100
103
|
'confirmed'?: boolean;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {FeatureInputModel}
|
|
107
|
+
* @memberof UpdateHospitalSpecialtyCommand
|
|
108
|
+
*/
|
|
109
|
+
'feature'?: FeatureInputModel;
|
|
101
110
|
/**
|
|
102
111
|
*
|
|
103
112
|
* @type {AppointmentOptionModel}
|
|
@@ -1,50 +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 { HospitalFeatureDetailInputModel } from './hospital-feature-detail-input-model';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface HospitalDomainInputModel
|
|
17
|
-
*/
|
|
18
|
-
export interface HospitalDomainInputModel {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {HospitalFeatureDetailInputModel}
|
|
22
|
-
* @memberof HospitalDomainInputModel
|
|
23
|
-
*/
|
|
24
|
-
'hospital'?: HospitalFeatureDetailInputModel;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {HospitalFeatureDetailInputModel}
|
|
28
|
-
* @memberof HospitalDomainInputModel
|
|
29
|
-
*/
|
|
30
|
-
'doctor'?: HospitalFeatureDetailInputModel;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {HospitalFeatureDetailInputModel}
|
|
34
|
-
* @memberof HospitalDomainInputModel
|
|
35
|
-
*/
|
|
36
|
-
'deal'?: HospitalFeatureDetailInputModel;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {HospitalFeatureDetailInputModel}
|
|
40
|
-
* @memberof HospitalDomainInputModel
|
|
41
|
-
*/
|
|
42
|
-
'hospitalSpecialty'?: HospitalFeatureDetailInputModel;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {HospitalFeatureDetailInputModel}
|
|
46
|
-
* @memberof HospitalDomainInputModel
|
|
47
|
-
*/
|
|
48
|
-
'service'?: HospitalFeatureDetailInputModel;
|
|
49
|
-
}
|
|
50
|
-
//# sourceMappingURL=hospital-domain-input-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hospital-domain-input-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-domain-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AAExF;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,UAAU,CAAC,EAAE,+BAA+B,CAAC;IAC7C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,+BAA+B,CAAC;IAC3C;;;;OAIG;IACH,MAAM,CAAC,EAAE,+BAA+B,CAAC;IACzC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,+BAA+B,CAAC;IACtD;;;;OAIG;IACH,SAAS,CAAC,EAAE,+BAA+B,CAAC;CAC/C"}
|
|
@@ -1,50 +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 { HospitalFeatureDetailModel } from './hospital-feature-detail-model';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface HospitalDomainModel
|
|
17
|
-
*/
|
|
18
|
-
export interface HospitalDomainModel {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {HospitalFeatureDetailModel}
|
|
22
|
-
* @memberof HospitalDomainModel
|
|
23
|
-
*/
|
|
24
|
-
'hospital'?: HospitalFeatureDetailModel;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {HospitalFeatureDetailModel}
|
|
28
|
-
* @memberof HospitalDomainModel
|
|
29
|
-
*/
|
|
30
|
-
'doctor'?: HospitalFeatureDetailModel;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {HospitalFeatureDetailModel}
|
|
34
|
-
* @memberof HospitalDomainModel
|
|
35
|
-
*/
|
|
36
|
-
'deal'?: HospitalFeatureDetailModel;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {HospitalFeatureDetailModel}
|
|
40
|
-
* @memberof HospitalDomainModel
|
|
41
|
-
*/
|
|
42
|
-
'hospitalSpecialty'?: HospitalFeatureDetailModel;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {HospitalFeatureDetailModel}
|
|
46
|
-
* @memberof HospitalDomainModel
|
|
47
|
-
*/
|
|
48
|
-
'service'?: HospitalFeatureDetailModel;
|
|
49
|
-
}
|
|
50
|
-
//# sourceMappingURL=hospital-domain-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hospital-domain-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-domain-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAE7E;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,UAAU,CAAC,EAAE,0BAA0B,CAAC;IACxC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,0BAA0B,CAAC;IACtC;;;;OAIG;IACH,MAAM,CAAC,EAAE,0BAA0B,CAAC;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,0BAA0B,CAAC;IACjD;;;;OAIG;IACH,SAAS,CAAC,EAAE,0BAA0B,CAAC;CAC1C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hospital-feature-detail-input-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-feature-detail-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hospital-feature-detail-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-feature-detail-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AAElF;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,4BAA4B,CAAC;CAC/C"}
|
|
@@ -1,32 +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 { HospitalDomainInputModel } from './hospital-domain-input-model';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface HospitalFeatureInputModel
|
|
17
|
-
*/
|
|
18
|
-
export interface HospitalFeatureInputModel {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {HospitalDomainInputModel}
|
|
22
|
-
* @memberof HospitalFeatureInputModel
|
|
23
|
-
*/
|
|
24
|
-
'ch'?: HospitalDomainInputModel;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {HospitalDomainInputModel}
|
|
28
|
-
* @memberof HospitalFeatureInputModel
|
|
29
|
-
*/
|
|
30
|
-
'saas'?: HospitalDomainInputModel;
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=hospital-feature-input-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hospital-feature-input-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-feature-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAEzE;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,MAAM,CAAC,EAAE,wBAAwB,CAAC;CACrC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hospital-feature-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-feature-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,IAAI,CAAC,EAAE,mBAAmB,CAAC;IAC3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,mBAAmB,CAAC;CAChC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,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,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|