ch-admin-api-client-typescript 5.4.9 → 5.5.0
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 +12 -12
- package/lib/api/search-api.d.ts.map +1 -1
- package/lib/api/search-api.js +15 -15
- 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 +49 -6
- package/lib/models/deal-package-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-model.d.ts +43 -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} +9 -9
- 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 +46 -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 +46 -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 +46 -3
- package/lib/models/hospital-specialty-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +4 -6
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +4 -6
- 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 -6
- package/src/api/search-api.ts +17 -17
- 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 +51 -6
- package/src/models/doctor-affiliation-model.ts +45 -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} +8 -8
- 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 +48 -42
- package/src/models/hospital-service-item-model.ts +3 -3
- package/src/models/hospital-service-model.ts +48 -3
- package/src/models/hospital-specialty-item-model.ts +3 -3
- package/src/models/hospital-specialty-model.ts +48 -3
- package/src/models/index.ts +4 -6
- 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/src/models/hospital-domain-input-model.ts +0 -57
- package/src/models/hospital-domain-model.ts +0 -57
- /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
|
@@ -20,43 +20,43 @@ import { SurveyFormSimpleMappingModel } from './survey-form-simple-mapping-model
|
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
22
|
* @export
|
|
23
|
-
* @interface
|
|
23
|
+
* @interface FeatureDetailModel
|
|
24
24
|
*/
|
|
25
|
-
export interface
|
|
25
|
+
export interface FeatureDetailModel {
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {boolean}
|
|
29
|
-
* @memberof
|
|
29
|
+
* @memberof FeatureDetailModel
|
|
30
30
|
*/
|
|
31
31
|
'isEnabledAppointment'?: boolean;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {boolean}
|
|
35
|
-
* @memberof
|
|
35
|
+
* @memberof FeatureDetailModel
|
|
36
36
|
*/
|
|
37
37
|
'isEnabledChat'?: boolean;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {boolean}
|
|
41
|
-
* @memberof
|
|
41
|
+
* @memberof FeatureDetailModel
|
|
42
42
|
*/
|
|
43
43
|
'isEnabledCall'?: boolean;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {boolean}
|
|
47
|
-
* @memberof
|
|
47
|
+
* @memberof FeatureDetailModel
|
|
48
48
|
*/
|
|
49
49
|
'isEnabledForm'?: boolean;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @type {string}
|
|
53
|
-
* @memberof
|
|
53
|
+
* @memberof FeatureDetailModel
|
|
54
54
|
*/
|
|
55
55
|
'surveyFormId'?: string | null;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {SurveyFormSimpleMappingModel}
|
|
59
|
-
* @memberof
|
|
59
|
+
* @memberof FeatureDetailModel
|
|
60
60
|
*/
|
|
61
61
|
'surveyForm'?: SurveyFormSimpleMappingModel;
|
|
62
62
|
}
|
|
@@ -15,25 +15,25 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import {
|
|
18
|
+
import { FeatureDetailInputModel } from './feature-detail-input-model';
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
22
|
* @export
|
|
23
|
-
* @interface
|
|
23
|
+
* @interface FeatureInputModel
|
|
24
24
|
*/
|
|
25
|
-
export interface
|
|
25
|
+
export interface FeatureInputModel {
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
29
|
-
* @memberof
|
|
28
|
+
* @type {FeatureDetailInputModel}
|
|
29
|
+
* @memberof FeatureInputModel
|
|
30
30
|
*/
|
|
31
|
-
'ch'?:
|
|
31
|
+
'ch'?: FeatureDetailInputModel;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
35
|
-
* @memberof
|
|
34
|
+
* @type {FeatureDetailInputModel}
|
|
35
|
+
* @memberof FeatureInputModel
|
|
36
36
|
*/
|
|
37
|
-
'saas'?:
|
|
37
|
+
'saas'?: FeatureDetailInputModel;
|
|
38
38
|
}
|
|
39
39
|
|
|
@@ -15,25 +15,25 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import {
|
|
18
|
+
import { FeatureDetailModel } from './feature-detail-model';
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
22
|
* @export
|
|
23
|
-
* @interface
|
|
23
|
+
* @interface FeatureModel
|
|
24
24
|
*/
|
|
25
|
-
export interface
|
|
25
|
+
export interface FeatureModel {
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
29
|
-
* @memberof
|
|
28
|
+
* @type {FeatureDetailModel}
|
|
29
|
+
* @memberof FeatureModel
|
|
30
30
|
*/
|
|
31
|
-
'ch'?:
|
|
31
|
+
'ch'?: FeatureDetailModel;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
35
|
-
* @memberof
|
|
34
|
+
* @type {FeatureDetailModel}
|
|
35
|
+
* @memberof FeatureModel
|
|
36
36
|
*/
|
|
37
|
-
'saas'?:
|
|
37
|
+
'saas'?: FeatureDetailModel;
|
|
38
38
|
}
|
|
39
39
|
|
|
@@ -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 { GradeModel } from './grade-model';
|
|
@@ -27,9 +27,6 @@ import { GradeModel } from './grade-model';
|
|
|
27
27
|
import { HospitalConsultationOptionModel } from './hospital-consultation-option-model';
|
|
28
28
|
// May contain unused imports in some cases
|
|
29
29
|
// @ts-ignore
|
|
30
|
-
import { HospitalFeatureModel } from './hospital-feature-model';
|
|
31
|
-
// May contain unused imports in some cases
|
|
32
|
-
// @ts-ignore
|
|
33
30
|
import { LocationModel } from './location-model';
|
|
34
31
|
// May contain unused imports in some cases
|
|
35
32
|
// @ts-ignore
|
|
@@ -128,36 +125,6 @@ export interface HospitalItemModel {
|
|
|
128
125
|
* @memberof HospitalItemModel
|
|
129
126
|
*/
|
|
130
127
|
'paymentEnabled'?: boolean;
|
|
131
|
-
/**
|
|
132
|
-
*
|
|
133
|
-
* @type {string}
|
|
134
|
-
* @memberof HospitalItemModel
|
|
135
|
-
*/
|
|
136
|
-
'chSurveyFormId'?: string | null;
|
|
137
|
-
/**
|
|
138
|
-
*
|
|
139
|
-
* @type {string}
|
|
140
|
-
* @memberof HospitalItemModel
|
|
141
|
-
*/
|
|
142
|
-
'saasSurveyFormId'?: string | null;
|
|
143
|
-
/**
|
|
144
|
-
*
|
|
145
|
-
* @type {string}
|
|
146
|
-
* @memberof HospitalItemModel
|
|
147
|
-
*/
|
|
148
|
-
'formUrlForChLink'?: string | null;
|
|
149
|
-
/**
|
|
150
|
-
*
|
|
151
|
-
* @type {string}
|
|
152
|
-
* @memberof HospitalItemModel
|
|
153
|
-
*/
|
|
154
|
-
'formUrlForSaasLink'?: string | null;
|
|
155
|
-
/**
|
|
156
|
-
*
|
|
157
|
-
* @type {boolean}
|
|
158
|
-
* @memberof HospitalItemModel
|
|
159
|
-
*/
|
|
160
|
-
'isSurveyFormTranslated'?: boolean;
|
|
161
128
|
/**
|
|
162
129
|
*
|
|
163
130
|
* @type {string}
|
|
@@ -202,15 +169,9 @@ export interface HospitalItemModel {
|
|
|
202
169
|
'grade'?: GradeModel;
|
|
203
170
|
/**
|
|
204
171
|
*
|
|
205
|
-
* @type {
|
|
206
|
-
* @memberof HospitalItemModel
|
|
207
|
-
*/
|
|
208
|
-
'feature'?: HospitalFeatureModel;
|
|
209
|
-
/**
|
|
210
|
-
*
|
|
211
|
-
* @type {AuditableEntity}
|
|
172
|
+
* @type {AuditableEntityModel}
|
|
212
173
|
* @memberof HospitalItemModel
|
|
213
174
|
*/
|
|
214
|
-
'auditableEntity'?:
|
|
175
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
215
176
|
}
|
|
216
177
|
|
|
@@ -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 {
|
|
178
|
+
* @type {AuditableEntityModel}
|
|
209
179
|
* @memberof HospitalModel
|
|
210
180
|
*/
|
|
211
|
-
'
|
|
212
|
-
/**
|
|
213
|
-
*
|
|
214
|
-
* @type {AuditableEntity}
|
|
215
|
-
* @memberof HospitalModel
|
|
216
|
-
*/
|
|
217
|
-
'auditableEntity'?: AuditableEntity;
|
|
181
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
218
182
|
/**
|
|
219
183
|
*
|
|
220
184
|
* @type {string}
|
|
@@ -287,5 +251,47 @@ 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;
|
|
260
|
+
/**
|
|
261
|
+
*
|
|
262
|
+
* @type {string}
|
|
263
|
+
* @memberof HospitalModel
|
|
264
|
+
*/
|
|
265
|
+
'chSurveyFormId'?: string | null;
|
|
266
|
+
/**
|
|
267
|
+
*
|
|
268
|
+
* @type {string}
|
|
269
|
+
* @memberof HospitalModel
|
|
270
|
+
*/
|
|
271
|
+
'saasSurveyFormId'?: string | null;
|
|
272
|
+
/**
|
|
273
|
+
*
|
|
274
|
+
* @type {string}
|
|
275
|
+
* @memberof HospitalModel
|
|
276
|
+
*/
|
|
277
|
+
'formUrlForChLink'?: string | null;
|
|
278
|
+
/**
|
|
279
|
+
*
|
|
280
|
+
* @type {string}
|
|
281
|
+
* @memberof HospitalModel
|
|
282
|
+
*/
|
|
283
|
+
'formUrlForSaasLink'?: string | null;
|
|
284
|
+
/**
|
|
285
|
+
*
|
|
286
|
+
* @type {boolean}
|
|
287
|
+
* @memberof HospitalModel
|
|
288
|
+
*/
|
|
289
|
+
'isChSurveyFormTranslated'?: boolean;
|
|
290
|
+
/**
|
|
291
|
+
*
|
|
292
|
+
* @type {boolean}
|
|
293
|
+
* @memberof HospitalModel
|
|
294
|
+
*/
|
|
295
|
+
'isSaasSurveyFormTranslated'?: boolean;
|
|
290
296
|
}
|
|
291
297
|
|
|
@@ -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,47 @@ 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;
|
|
236
|
+
/**
|
|
237
|
+
*
|
|
238
|
+
* @type {string}
|
|
239
|
+
* @memberof HospitalServiceModel
|
|
240
|
+
*/
|
|
241
|
+
'chSurveyFormId'?: string | null;
|
|
242
|
+
/**
|
|
243
|
+
*
|
|
244
|
+
* @type {string}
|
|
245
|
+
* @memberof HospitalServiceModel
|
|
246
|
+
*/
|
|
247
|
+
'saasSurveyFormId'?: string | null;
|
|
248
|
+
/**
|
|
249
|
+
*
|
|
250
|
+
* @type {string}
|
|
251
|
+
* @memberof HospitalServiceModel
|
|
252
|
+
*/
|
|
253
|
+
'formUrlForChLink'?: string | null;
|
|
254
|
+
/**
|
|
255
|
+
*
|
|
256
|
+
* @type {string}
|
|
257
|
+
* @memberof HospitalServiceModel
|
|
258
|
+
*/
|
|
259
|
+
'formUrlForSaasLink'?: string | null;
|
|
260
|
+
/**
|
|
261
|
+
*
|
|
262
|
+
* @type {boolean}
|
|
263
|
+
* @memberof HospitalServiceModel
|
|
264
|
+
*/
|
|
265
|
+
'isChSurveyFormTranslated'?: boolean;
|
|
266
|
+
/**
|
|
267
|
+
*
|
|
268
|
+
* @type {boolean}
|
|
269
|
+
* @memberof HospitalServiceModel
|
|
270
|
+
*/
|
|
271
|
+
'isSaasSurveyFormTranslated'?: boolean;
|
|
227
272
|
}
|
|
228
273
|
|
|
@@ -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,47 @@ 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;
|
|
209
|
+
/**
|
|
210
|
+
*
|
|
211
|
+
* @type {string}
|
|
212
|
+
* @memberof HospitalSpecialtyModel
|
|
213
|
+
*/
|
|
214
|
+
'chSurveyFormId'?: string | null;
|
|
215
|
+
/**
|
|
216
|
+
*
|
|
217
|
+
* @type {string}
|
|
218
|
+
* @memberof HospitalSpecialtyModel
|
|
219
|
+
*/
|
|
220
|
+
'saasSurveyFormId'?: string | null;
|
|
221
|
+
/**
|
|
222
|
+
*
|
|
223
|
+
* @type {string}
|
|
224
|
+
* @memberof HospitalSpecialtyModel
|
|
225
|
+
*/
|
|
226
|
+
'formUrlForChLink'?: string | null;
|
|
227
|
+
/**
|
|
228
|
+
*
|
|
229
|
+
* @type {string}
|
|
230
|
+
* @memberof HospitalSpecialtyModel
|
|
231
|
+
*/
|
|
232
|
+
'formUrlForSaasLink'?: string | null;
|
|
233
|
+
/**
|
|
234
|
+
*
|
|
235
|
+
* @type {boolean}
|
|
236
|
+
* @memberof HospitalSpecialtyModel
|
|
237
|
+
*/
|
|
238
|
+
'isChSurveyFormTranslated'?: boolean;
|
|
239
|
+
/**
|
|
240
|
+
*
|
|
241
|
+
* @type {boolean}
|
|
242
|
+
* @memberof HospitalSpecialtyModel
|
|
243
|
+
*/
|
|
244
|
+
'isSaasSurveyFormTranslated'?: boolean;
|
|
200
245
|
}
|
|
201
246
|
|
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';
|
|
@@ -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}
|