ch-api-client-typescript2 5.4.6 → 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/deals-api.d.ts +34 -116
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +41 -150
- package/lib/api/doctor-affiliations-api.d.ts +12 -3
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +12 -6
- package/lib/api/hospitals-api.d.ts +36 -9
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +36 -18
- package/lib/models/appointment-type.d.ts +0 -1
- package/lib/models/appointment-type.d.ts.map +1 -1
- package/lib/models/appointment-type.js +0 -1
- package/lib/models/auditable-entity-model.d.ts +67 -0
- package/lib/models/auditable-entity-model.d.ts.map +1 -0
- package/lib/models/auditable-entity-model.js +15 -0
- package/lib/models/create-appointment-command.d.ts +0 -6
- package/lib/models/create-appointment-command.d.ts.map +1 -1
- package/lib/models/deal-document-model.d.ts +0 -20
- package/lib/models/deal-document-model.d.ts.map +1 -1
- package/lib/models/deal-item-model.d.ts +3 -16
- package/lib/models/deal-item-model.d.ts.map +1 -1
- package/lib/models/deal-model.d.ts +3 -16
- package/lib/models/deal-model.d.ts.map +1 -1
- package/lib/models/deal-package-item-model.d.ts +34 -3
- package/lib/models/deal-package-item-model.d.ts.map +1 -1
- package/lib/models/deal-package-model.d.ts +34 -3
- package/lib/models/deal-package-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-item-model.d.ts +24 -6
- package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-model.d.ts +24 -6
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
- package/lib/models/doctor-document-model.d.ts +0 -6
- package/lib/models/doctor-document-model.d.ts.map +1 -1
- package/lib/models/doctor-item-model.d.ts +0 -7
- package/lib/models/doctor-item-model.d.ts.map +1 -1
- package/lib/models/doctor-model.d.ts +0 -7
- package/lib/models/doctor-model.d.ts.map +1 -1
- package/lib/models/feature-detail-document-model.d.ts +56 -0
- package/lib/models/feature-detail-document-model.d.ts.map +1 -0
- package/lib/models/feature-detail-document-model.js +15 -0
- package/lib/models/feature-detail-model.d.ts +56 -0
- package/lib/models/feature-detail-model.d.ts.map +1 -0
- package/lib/models/feature-detail-model.js +15 -0
- package/lib/models/feature-document-model.d.ts +5 -10
- package/lib/models/feature-document-model.d.ts.map +1 -1
- package/lib/models/feature-model.d.ts +5 -10
- package/lib/models/feature-model.d.ts.map +1 -1
- package/lib/models/hospital-document-model.d.ts +0 -6
- package/lib/models/hospital-document-model.d.ts.map +1 -1
- package/lib/models/hospital-item-model.d.ts +19 -1
- package/lib/models/hospital-item-model.d.ts.map +1 -1
- package/lib/models/hospital-model.d.ts +19 -1
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/hospital-service-item-model.d.ts +34 -3
- package/lib/models/hospital-service-item-model.d.ts.map +1 -1
- package/lib/models/hospital-service-model.d.ts +34 -3
- package/lib/models/hospital-service-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-document-model.d.ts +7 -0
- package/lib/models/hospital-specialty-document-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-item-model.d.ts +34 -3
- package/lib/models/hospital-specialty-item-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-model.d.ts +34 -3
- package/lib/models/hospital-specialty-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +5 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +5 -0
- package/lib/models/package-sub-document-model.d.ts +7 -0
- package/lib/models/package-sub-document-model.d.ts.map +1 -1
- package/lib/models/service-document-model.d.ts +7 -0
- package/lib/models/service-document-model.d.ts.map +1 -1
- package/lib/models/survey-form-simple-mapping-model.d.ts +39 -0
- package/lib/models/survey-form-simple-mapping-model.d.ts.map +1 -0
- package/lib/models/survey-form-simple-mapping-model.js +15 -0
- package/lib/models/survey-form-sub-document-model.d.ts +31 -0
- package/lib/models/survey-form-sub-document-model.d.ts.map +1 -0
- package/lib/models/survey-form-sub-document-model.js +15 -0
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +5 -0
- package/src/api/deals-api.ts +58 -199
- package/src/api/doctor-affiliations-api.ts +20 -6
- package/src/api/hospitals-api.ts +60 -18
- package/src/models/appointment-type.ts +0 -1
- package/src/models/auditable-entity-model.ts +72 -0
- package/src/models/create-appointment-command.ts +0 -6
- package/src/models/deal-document-model.ts +0 -24
- package/src/models/deal-item-model.ts +3 -18
- package/src/models/deal-model.ts +3 -18
- package/src/models/deal-package-item-model.ts +36 -3
- package/src/models/deal-package-model.ts +36 -3
- package/src/models/doctor-affiliation-item-model.ts +24 -6
- package/src/models/doctor-affiliation-model.ts +24 -6
- package/src/models/doctor-document-model.ts +0 -6
- package/src/models/doctor-item-model.ts +0 -9
- package/src/models/doctor-model.ts +0 -9
- package/src/models/feature-detail-document-model.ts +63 -0
- package/src/models/feature-detail-model.ts +63 -0
- package/src/models/feature-document-model.ts +7 -10
- package/src/models/feature-model.ts +7 -10
- package/src/models/hospital-document-model.ts +0 -6
- package/src/models/hospital-item-model.ts +19 -1
- package/src/models/hospital-model.ts +19 -1
- package/src/models/hospital-service-item-model.ts +36 -3
- package/src/models/hospital-service-model.ts +36 -3
- package/src/models/hospital-specialty-document-model.ts +9 -0
- package/src/models/hospital-specialty-item-model.ts +36 -3
- package/src/models/hospital-specialty-model.ts +36 -3
- package/src/models/index.ts +5 -0
- package/src/models/package-sub-document-model.ts +9 -0
- package/src/models/service-document-model.ts +9 -0
- package/src/models/survey-form-simple-mapping-model.ts +48 -0
- package/src/models/survey-form-sub-document-model.ts +36 -0
|
@@ -206,12 +206,6 @@ export interface DoctorAffiliationModel {
|
|
|
206
206
|
* @memberof DoctorAffiliationModel
|
|
207
207
|
*/
|
|
208
208
|
'specialtiesSummerized'?: string | null;
|
|
209
|
-
/**
|
|
210
|
-
*
|
|
211
|
-
* @type {string}
|
|
212
|
-
* @memberof DoctorAffiliationModel
|
|
213
|
-
*/
|
|
214
|
-
'formUrl'?: string | null;
|
|
215
209
|
/**
|
|
216
210
|
*
|
|
217
211
|
* @type {number}
|
|
@@ -230,6 +224,30 @@ export interface DoctorAffiliationModel {
|
|
|
230
224
|
* @memberof DoctorAffiliationModel
|
|
231
225
|
*/
|
|
232
226
|
'feature'?: FeatureModel;
|
|
227
|
+
/**
|
|
228
|
+
*
|
|
229
|
+
* @type {string}
|
|
230
|
+
* @memberof DoctorAffiliationModel
|
|
231
|
+
*/
|
|
232
|
+
'chSurveyFormId'?: string | null;
|
|
233
|
+
/**
|
|
234
|
+
*
|
|
235
|
+
* @type {string}
|
|
236
|
+
* @memberof DoctorAffiliationModel
|
|
237
|
+
*/
|
|
238
|
+
'saasSurveyFormId'?: string | null;
|
|
239
|
+
/**
|
|
240
|
+
*
|
|
241
|
+
* @type {string}
|
|
242
|
+
* @memberof DoctorAffiliationModel
|
|
243
|
+
*/
|
|
244
|
+
'formUrlForChLink'?: string | null;
|
|
245
|
+
/**
|
|
246
|
+
*
|
|
247
|
+
* @type {string}
|
|
248
|
+
* @memberof DoctorAffiliationModel
|
|
249
|
+
*/
|
|
250
|
+
'formUrlForSaasLink'?: string | null;
|
|
233
251
|
/**
|
|
234
252
|
*
|
|
235
253
|
* @type {string}
|
|
@@ -314,12 +314,6 @@ export interface DoctorDocumentModel {
|
|
|
314
314
|
* @memberof DoctorDocumentModel
|
|
315
315
|
*/
|
|
316
316
|
'PhotoThumbnail'?: string | null;
|
|
317
|
-
/**
|
|
318
|
-
*
|
|
319
|
-
* @type {string}
|
|
320
|
-
* @memberof DoctorDocumentModel
|
|
321
|
-
*/
|
|
322
|
-
'FormUrl'?: string | null;
|
|
323
317
|
/**
|
|
324
318
|
*
|
|
325
319
|
* @type {string}
|
|
@@ -13,9 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import { FeatureModel } from './feature-model';
|
|
19
16
|
|
|
20
17
|
/**
|
|
21
18
|
*
|
|
@@ -71,11 +68,5 @@ export interface DoctorItemModel {
|
|
|
71
68
|
* @memberof DoctorItemModel
|
|
72
69
|
*/
|
|
73
70
|
'timeZone'?: string | null;
|
|
74
|
-
/**
|
|
75
|
-
*
|
|
76
|
-
* @type {FeatureModel}
|
|
77
|
-
* @memberof DoctorItemModel
|
|
78
|
-
*/
|
|
79
|
-
'feature'?: FeatureModel;
|
|
80
71
|
}
|
|
81
72
|
|
|
@@ -18,9 +18,6 @@
|
|
|
18
18
|
import { AuditableEntity } from './auditable-entity';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import { FeatureModel } from './feature-model';
|
|
22
|
-
// May contain unused imports in some cases
|
|
23
|
-
// @ts-ignore
|
|
24
21
|
import { Gender } from './gender';
|
|
25
22
|
// May contain unused imports in some cases
|
|
26
23
|
// @ts-ignore
|
|
@@ -143,11 +140,5 @@ export interface DoctorModel {
|
|
|
143
140
|
* @memberof DoctorModel
|
|
144
141
|
*/
|
|
145
142
|
'startPracticeDate'?: Date | null;
|
|
146
|
-
/**
|
|
147
|
-
*
|
|
148
|
-
* @type {FeatureModel}
|
|
149
|
-
* @memberof DoctorModel
|
|
150
|
-
*/
|
|
151
|
-
'feature'?: FeatureModel;
|
|
152
143
|
}
|
|
153
144
|
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2
|
|
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 { SurveyFormSubDocumentModel } from './survey-form-sub-document-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface FeatureDetailDocumentModel
|
|
24
|
+
*/
|
|
25
|
+
export interface FeatureDetailDocumentModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {boolean}
|
|
29
|
+
* @memberof FeatureDetailDocumentModel
|
|
30
|
+
*/
|
|
31
|
+
'IsEnabledAppointment'?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {boolean}
|
|
35
|
+
* @memberof FeatureDetailDocumentModel
|
|
36
|
+
*/
|
|
37
|
+
'IsEnabledChat'?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {boolean}
|
|
41
|
+
* @memberof FeatureDetailDocumentModel
|
|
42
|
+
*/
|
|
43
|
+
'IsEnabledCall'?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {boolean}
|
|
47
|
+
* @memberof FeatureDetailDocumentModel
|
|
48
|
+
*/
|
|
49
|
+
'IsEnabledForm'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof FeatureDetailDocumentModel
|
|
54
|
+
*/
|
|
55
|
+
'SurveyFormId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {SurveyFormSubDocumentModel}
|
|
59
|
+
* @memberof FeatureDetailDocumentModel
|
|
60
|
+
*/
|
|
61
|
+
'SurveyForm'?: SurveyFormSubDocumentModel;
|
|
62
|
+
}
|
|
63
|
+
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2
|
|
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 { SurveyFormSimpleMappingModel } from './survey-form-simple-mapping-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface FeatureDetailModel
|
|
24
|
+
*/
|
|
25
|
+
export interface FeatureDetailModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {boolean}
|
|
29
|
+
* @memberof FeatureDetailModel
|
|
30
|
+
*/
|
|
31
|
+
'isEnabledAppointment'?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {boolean}
|
|
35
|
+
* @memberof FeatureDetailModel
|
|
36
|
+
*/
|
|
37
|
+
'isEnabledChat'?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {boolean}
|
|
41
|
+
* @memberof FeatureDetailModel
|
|
42
|
+
*/
|
|
43
|
+
'isEnabledCall'?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {boolean}
|
|
47
|
+
* @memberof FeatureDetailModel
|
|
48
|
+
*/
|
|
49
|
+
'isEnabledForm'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof FeatureDetailModel
|
|
54
|
+
*/
|
|
55
|
+
'surveyFormId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {SurveyFormSimpleMappingModel}
|
|
59
|
+
* @memberof FeatureDetailModel
|
|
60
|
+
*/
|
|
61
|
+
'surveyForm'?: SurveyFormSimpleMappingModel;
|
|
62
|
+
}
|
|
63
|
+
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { FeatureDetailDocumentModel } from './feature-detail-document-model';
|
|
16
19
|
|
|
17
20
|
/**
|
|
18
21
|
*
|
|
@@ -22,21 +25,15 @@
|
|
|
22
25
|
export interface FeatureDocumentModel {
|
|
23
26
|
/**
|
|
24
27
|
*
|
|
25
|
-
* @type {
|
|
28
|
+
* @type {FeatureDetailDocumentModel}
|
|
26
29
|
* @memberof FeatureDocumentModel
|
|
27
30
|
*/
|
|
28
|
-
'
|
|
31
|
+
'Ch'?: FeatureDetailDocumentModel;
|
|
29
32
|
/**
|
|
30
33
|
*
|
|
31
|
-
* @type {
|
|
34
|
+
* @type {FeatureDetailDocumentModel}
|
|
32
35
|
* @memberof FeatureDocumentModel
|
|
33
36
|
*/
|
|
34
|
-
'
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {boolean}
|
|
38
|
-
* @memberof FeatureDocumentModel
|
|
39
|
-
*/
|
|
40
|
-
'EnquiryFormEnabled'?: boolean;
|
|
37
|
+
'Saas'?: FeatureDetailDocumentModel;
|
|
41
38
|
}
|
|
42
39
|
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { FeatureDetailModel } from './feature-detail-model';
|
|
16
19
|
|
|
17
20
|
/**
|
|
18
21
|
*
|
|
@@ -22,21 +25,15 @@
|
|
|
22
25
|
export interface FeatureModel {
|
|
23
26
|
/**
|
|
24
27
|
*
|
|
25
|
-
* @type {
|
|
28
|
+
* @type {FeatureDetailModel}
|
|
26
29
|
* @memberof FeatureModel
|
|
27
30
|
*/
|
|
28
|
-
'
|
|
31
|
+
'ch'?: FeatureDetailModel;
|
|
29
32
|
/**
|
|
30
33
|
*
|
|
31
|
-
* @type {
|
|
34
|
+
* @type {FeatureDetailModel}
|
|
32
35
|
* @memberof FeatureModel
|
|
33
36
|
*/
|
|
34
|
-
'
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {boolean}
|
|
38
|
-
* @memberof FeatureModel
|
|
39
|
-
*/
|
|
40
|
-
'enquiryFormEnabled'?: boolean;
|
|
37
|
+
'saas'?: FeatureDetailModel;
|
|
41
38
|
}
|
|
42
39
|
|
|
@@ -356,12 +356,6 @@ export interface HospitalDocumentModel {
|
|
|
356
356
|
* @memberof HospitalDocumentModel
|
|
357
357
|
*/
|
|
358
358
|
'MarketingType'?: string | null;
|
|
359
|
-
/**
|
|
360
|
-
*
|
|
361
|
-
* @type {string}
|
|
362
|
-
* @memberof HospitalDocumentModel
|
|
363
|
-
*/
|
|
364
|
-
'FormUrl'?: string | null;
|
|
365
359
|
/**
|
|
366
360
|
*
|
|
367
361
|
* @type {string}
|
|
@@ -127,7 +127,25 @@ export interface HospitalItemModel {
|
|
|
127
127
|
* @type {string}
|
|
128
128
|
* @memberof HospitalItemModel
|
|
129
129
|
*/
|
|
130
|
-
'
|
|
130
|
+
'chSurveyFormId'?: string | null;
|
|
131
|
+
/**
|
|
132
|
+
*
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof HospitalItemModel
|
|
135
|
+
*/
|
|
136
|
+
'saasSurveyFormId'?: string | null;
|
|
137
|
+
/**
|
|
138
|
+
*
|
|
139
|
+
* @type {string}
|
|
140
|
+
* @memberof HospitalItemModel
|
|
141
|
+
*/
|
|
142
|
+
'formUrlForChLink'?: string | null;
|
|
143
|
+
/**
|
|
144
|
+
*
|
|
145
|
+
* @type {string}
|
|
146
|
+
* @memberof HospitalItemModel
|
|
147
|
+
*/
|
|
148
|
+
'formUrlForSaasLink'?: string | null;
|
|
131
149
|
/**
|
|
132
150
|
*
|
|
133
151
|
* @type {string}
|
|
@@ -154,7 +154,25 @@ export interface HospitalModel {
|
|
|
154
154
|
* @type {string}
|
|
155
155
|
* @memberof HospitalModel
|
|
156
156
|
*/
|
|
157
|
-
'
|
|
157
|
+
'chSurveyFormId'?: string | null;
|
|
158
|
+
/**
|
|
159
|
+
*
|
|
160
|
+
* @type {string}
|
|
161
|
+
* @memberof HospitalModel
|
|
162
|
+
*/
|
|
163
|
+
'saasSurveyFormId'?: string | null;
|
|
164
|
+
/**
|
|
165
|
+
*
|
|
166
|
+
* @type {string}
|
|
167
|
+
* @memberof HospitalModel
|
|
168
|
+
*/
|
|
169
|
+
'formUrlForChLink'?: string | null;
|
|
170
|
+
/**
|
|
171
|
+
*
|
|
172
|
+
* @type {string}
|
|
173
|
+
* @memberof HospitalModel
|
|
174
|
+
*/
|
|
175
|
+
'formUrlForSaasLink'?: string | null;
|
|
158
176
|
/**
|
|
159
177
|
*
|
|
160
178
|
* @type {string}
|
|
@@ -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 { Procedure } from './procedure';
|
|
@@ -133,9 +136,39 @@ export interface HospitalServiceItemModel {
|
|
|
133
136
|
'appointmentOption'?: AppointmentOptionModel;
|
|
134
137
|
/**
|
|
135
138
|
*
|
|
136
|
-
* @type {
|
|
139
|
+
* @type {FeatureModel}
|
|
140
|
+
* @memberof HospitalServiceItemModel
|
|
141
|
+
*/
|
|
142
|
+
'feature'?: FeatureModel;
|
|
143
|
+
/**
|
|
144
|
+
*
|
|
145
|
+
* @type {string}
|
|
146
|
+
* @memberof HospitalServiceItemModel
|
|
147
|
+
*/
|
|
148
|
+
'chSurveyFormId'?: string | null;
|
|
149
|
+
/**
|
|
150
|
+
*
|
|
151
|
+
* @type {string}
|
|
152
|
+
* @memberof HospitalServiceItemModel
|
|
153
|
+
*/
|
|
154
|
+
'saasSurveyFormId'?: string | null;
|
|
155
|
+
/**
|
|
156
|
+
*
|
|
157
|
+
* @type {string}
|
|
158
|
+
* @memberof HospitalServiceItemModel
|
|
159
|
+
*/
|
|
160
|
+
'formUrlForChLink'?: string | null;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @type {string}
|
|
164
|
+
* @memberof HospitalServiceItemModel
|
|
165
|
+
*/
|
|
166
|
+
'formUrlForSaasLink'?: string | null;
|
|
167
|
+
/**
|
|
168
|
+
*
|
|
169
|
+
* @type {AuditableEntityModel}
|
|
137
170
|
* @memberof HospitalServiceItemModel
|
|
138
171
|
*/
|
|
139
|
-
'auditableEntity'?:
|
|
172
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
140
173
|
}
|
|
141
174
|
|
|
@@ -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,40 @@ export interface HospitalServiceModel {
|
|
|
139
142
|
'appointmentOption'?: AppointmentOptionModel;
|
|
140
143
|
/**
|
|
141
144
|
*
|
|
142
|
-
* @type {
|
|
145
|
+
* @type {FeatureModel}
|
|
146
|
+
* @memberof HospitalServiceModel
|
|
147
|
+
*/
|
|
148
|
+
'feature'?: FeatureModel;
|
|
149
|
+
/**
|
|
150
|
+
*
|
|
151
|
+
* @type {string}
|
|
152
|
+
* @memberof HospitalServiceModel
|
|
153
|
+
*/
|
|
154
|
+
'chSurveyFormId'?: string | null;
|
|
155
|
+
/**
|
|
156
|
+
*
|
|
157
|
+
* @type {string}
|
|
158
|
+
* @memberof HospitalServiceModel
|
|
159
|
+
*/
|
|
160
|
+
'saasSurveyFormId'?: string | null;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @type {string}
|
|
164
|
+
* @memberof HospitalServiceModel
|
|
165
|
+
*/
|
|
166
|
+
'formUrlForChLink'?: string | null;
|
|
167
|
+
/**
|
|
168
|
+
*
|
|
169
|
+
* @type {string}
|
|
170
|
+
* @memberof HospitalServiceModel
|
|
171
|
+
*/
|
|
172
|
+
'formUrlForSaasLink'?: string | null;
|
|
173
|
+
/**
|
|
174
|
+
*
|
|
175
|
+
* @type {AuditableEntityModel}
|
|
143
176
|
* @memberof HospitalServiceModel
|
|
144
177
|
*/
|
|
145
|
-
'auditableEntity'?:
|
|
178
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
146
179
|
/**
|
|
147
180
|
*
|
|
148
181
|
* @type {string}
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
import { AppointmentOptionDocumentModel } from './appointment-option-document-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
+
import { FeatureDocumentModel } from './feature-document-model';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
21
24
|
import { HospitalSubDocumentModel } from './hospital-sub-document-model';
|
|
22
25
|
// May contain unused imports in some cases
|
|
23
26
|
// @ts-ignore
|
|
@@ -332,5 +335,11 @@ export interface HospitalSpecialtyDocumentModel {
|
|
|
332
335
|
* @memberof HospitalSpecialtyDocumentModel
|
|
333
336
|
*/
|
|
334
337
|
'Services'?: Array<ServiceSubDocumentModel> | null;
|
|
338
|
+
/**
|
|
339
|
+
*
|
|
340
|
+
* @type {FeatureDocumentModel}
|
|
341
|
+
* @memberof HospitalSpecialtyDocumentModel
|
|
342
|
+
*/
|
|
343
|
+
'Feature'?: FeatureDocumentModel;
|
|
335
344
|
}
|
|
336
345
|
|
|
@@ -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 { MarketingType } from './marketing-type';
|
|
@@ -133,9 +136,39 @@ export interface HospitalSpecialtyItemModel {
|
|
|
133
136
|
'appointmentOption'?: AppointmentOptionModel;
|
|
134
137
|
/**
|
|
135
138
|
*
|
|
136
|
-
* @type {
|
|
139
|
+
* @type {FeatureModel}
|
|
140
|
+
* @memberof HospitalSpecialtyItemModel
|
|
141
|
+
*/
|
|
142
|
+
'feature'?: FeatureModel;
|
|
143
|
+
/**
|
|
144
|
+
*
|
|
145
|
+
* @type {string}
|
|
146
|
+
* @memberof HospitalSpecialtyItemModel
|
|
147
|
+
*/
|
|
148
|
+
'chSurveyFormId'?: string | null;
|
|
149
|
+
/**
|
|
150
|
+
*
|
|
151
|
+
* @type {string}
|
|
152
|
+
* @memberof HospitalSpecialtyItemModel
|
|
153
|
+
*/
|
|
154
|
+
'saasSurveyFormId'?: string | null;
|
|
155
|
+
/**
|
|
156
|
+
*
|
|
157
|
+
* @type {string}
|
|
158
|
+
* @memberof HospitalSpecialtyItemModel
|
|
159
|
+
*/
|
|
160
|
+
'formUrlForChLink'?: string | null;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @type {string}
|
|
164
|
+
* @memberof HospitalSpecialtyItemModel
|
|
165
|
+
*/
|
|
166
|
+
'formUrlForSaasLink'?: string | null;
|
|
167
|
+
/**
|
|
168
|
+
*
|
|
169
|
+
* @type {AuditableEntityModel}
|
|
137
170
|
* @memberof HospitalSpecialtyItemModel
|
|
138
171
|
*/
|
|
139
|
-
'auditableEntity'?:
|
|
172
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
140
173
|
}
|
|
141
174
|
|
|
@@ -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,40 @@ export interface HospitalSpecialtyModel {
|
|
|
139
142
|
'appointmentOption'?: AppointmentOptionModel;
|
|
140
143
|
/**
|
|
141
144
|
*
|
|
142
|
-
* @type {
|
|
145
|
+
* @type {FeatureModel}
|
|
146
|
+
* @memberof HospitalSpecialtyModel
|
|
147
|
+
*/
|
|
148
|
+
'feature'?: FeatureModel;
|
|
149
|
+
/**
|
|
150
|
+
*
|
|
151
|
+
* @type {string}
|
|
152
|
+
* @memberof HospitalSpecialtyModel
|
|
153
|
+
*/
|
|
154
|
+
'chSurveyFormId'?: string | null;
|
|
155
|
+
/**
|
|
156
|
+
*
|
|
157
|
+
* @type {string}
|
|
158
|
+
* @memberof HospitalSpecialtyModel
|
|
159
|
+
*/
|
|
160
|
+
'saasSurveyFormId'?: string | null;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @type {string}
|
|
164
|
+
* @memberof HospitalSpecialtyModel
|
|
165
|
+
*/
|
|
166
|
+
'formUrlForChLink'?: string | null;
|
|
167
|
+
/**
|
|
168
|
+
*
|
|
169
|
+
* @type {string}
|
|
170
|
+
* @memberof HospitalSpecialtyModel
|
|
171
|
+
*/
|
|
172
|
+
'formUrlForSaasLink'?: string | null;
|
|
173
|
+
/**
|
|
174
|
+
*
|
|
175
|
+
* @type {AuditableEntityModel}
|
|
143
176
|
* @memberof HospitalSpecialtyModel
|
|
144
177
|
*/
|
|
145
|
-
'auditableEntity'?:
|
|
178
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
146
179
|
/**
|
|
147
180
|
*
|
|
148
181
|
* @type {string}
|
package/src/models/index.ts
CHANGED
|
@@ -32,6 +32,7 @@ export * from './article-tag-model';
|
|
|
32
32
|
export * from './article-tags-model';
|
|
33
33
|
export * from './articles-model';
|
|
34
34
|
export * from './auditable-entity';
|
|
35
|
+
export * from './auditable-entity-model';
|
|
35
36
|
export * from './award-model';
|
|
36
37
|
export * from './booking-change-log-model';
|
|
37
38
|
export * from './booking-item-model';
|
|
@@ -142,6 +143,8 @@ export * from './faq-tag-item-model';
|
|
|
142
143
|
export * from './faq-tag-model';
|
|
143
144
|
export * from './faq-tags-model';
|
|
144
145
|
export * from './faqs-model';
|
|
146
|
+
export * from './feature-detail-document-model';
|
|
147
|
+
export * from './feature-detail-model';
|
|
145
148
|
export * from './feature-document-model';
|
|
146
149
|
export * from './feature-model';
|
|
147
150
|
export * from './footer-navigation-item-model';
|
|
@@ -265,7 +268,9 @@ export * from './survey-form-element-model';
|
|
|
265
268
|
export * from './survey-form-element-option-model';
|
|
266
269
|
export * from './survey-form-element-types';
|
|
267
270
|
export * from './survey-form-model';
|
|
271
|
+
export * from './survey-form-simple-mapping-model';
|
|
268
272
|
export * from './survey-form-status';
|
|
273
|
+
export * from './survey-form-sub-document-model';
|
|
269
274
|
export * from './survey-result-element-input-model';
|
|
270
275
|
export * from './survey-result-element-value-input-model';
|
|
271
276
|
export * from './tag-document-model';
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
18
|
import { AppointmentOptionDocumentModel } from './appointment-option-document-model';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { FeatureDocumentModel } from './feature-document-model';
|
|
19
22
|
|
|
20
23
|
/**
|
|
21
24
|
*
|
|
@@ -59,5 +62,11 @@ export interface PackageSubDocumentModel {
|
|
|
59
62
|
* @memberof PackageSubDocumentModel
|
|
60
63
|
*/
|
|
61
64
|
'AppointmentOption'?: AppointmentOptionDocumentModel;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {FeatureDocumentModel}
|
|
68
|
+
* @memberof PackageSubDocumentModel
|
|
69
|
+
*/
|
|
70
|
+
'Feature'?: FeatureDocumentModel;
|
|
62
71
|
}
|
|
63
72
|
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
import { AppointmentOptionDocumentModel } from './appointment-option-document-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
+
import { FeatureDocumentModel } from './feature-document-model';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
21
24
|
import { HospitalSpecialtySubDocumentModel } from './hospital-specialty-sub-document-model';
|
|
22
25
|
// May contain unused imports in some cases
|
|
23
26
|
// @ts-ignore
|
|
@@ -314,5 +317,11 @@ export interface ServiceDocumentModel {
|
|
|
314
317
|
* @memberof ServiceDocumentModel
|
|
315
318
|
*/
|
|
316
319
|
'PhotoThumbnail'?: string | null;
|
|
320
|
+
/**
|
|
321
|
+
*
|
|
322
|
+
* @type {FeatureDocumentModel}
|
|
323
|
+
* @memberof ServiceDocumentModel
|
|
324
|
+
*/
|
|
325
|
+
'Feature'?: FeatureDocumentModel;
|
|
317
326
|
}
|
|
318
327
|
|