ch-api-client-typescript2 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.
Files changed (93) hide show
  1. package/lib/models/deal-document-model.d.ts +0 -7
  2. package/lib/models/deal-document-model.d.ts.map +1 -1
  3. package/lib/models/deal-item-model.d.ts +3 -34
  4. package/lib/models/deal-item-model.d.ts.map +1 -1
  5. package/lib/models/deal-model.d.ts +3 -34
  6. package/lib/models/deal-model.d.ts.map +1 -1
  7. package/lib/models/deal-package-item-model.d.ts +3 -3
  8. package/lib/models/deal-package-item-model.d.ts.map +1 -1
  9. package/lib/models/deal-package-model.d.ts +3 -3
  10. package/lib/models/deal-package-model.d.ts.map +1 -1
  11. package/lib/models/doctor-affiliation-item-model.d.ts +3 -3
  12. package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
  13. package/lib/models/doctor-affiliation-model.d.ts +3 -3
  14. package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
  15. package/lib/models/doctor-document-model.d.ts +3 -3
  16. package/lib/models/doctor-document-model.d.ts.map +1 -1
  17. package/lib/models/{hospital-feature-detail-document-model.d.ts → feature-detail-document-model.d.ts} +9 -9
  18. package/lib/models/{hospital-feature-detail-model.d.ts.map → feature-detail-document-model.d.ts.map} +1 -1
  19. package/lib/models/{hospital-feature-detail-model.d.ts → feature-detail-model.d.ts} +9 -9
  20. package/lib/models/feature-detail-model.d.ts.map +1 -0
  21. package/lib/models/{hospital-feature-model.d.ts → feature-document-model.d.ts} +10 -10
  22. package/lib/models/{hospital-feature-model.d.ts.map → feature-document-model.d.ts.map} +1 -1
  23. package/lib/models/feature-model.d.ts +32 -0
  24. package/lib/models/feature-model.d.ts.map +1 -0
  25. package/lib/models/hospital-document-model.d.ts +3 -3
  26. package/lib/models/hospital-document-model.d.ts.map +1 -1
  27. package/lib/models/hospital-item-model.d.ts +3 -3
  28. package/lib/models/hospital-item-model.d.ts.map +1 -1
  29. package/lib/models/hospital-model.d.ts +3 -3
  30. package/lib/models/hospital-model.d.ts.map +1 -1
  31. package/lib/models/hospital-service-item-model.d.ts +3 -3
  32. package/lib/models/hospital-service-item-model.d.ts.map +1 -1
  33. package/lib/models/hospital-service-model.d.ts +3 -3
  34. package/lib/models/hospital-service-model.d.ts.map +1 -1
  35. package/lib/models/hospital-specialty-document-model.d.ts +7 -0
  36. package/lib/models/hospital-specialty-document-model.d.ts.map +1 -1
  37. package/lib/models/hospital-specialty-item-model.d.ts +3 -3
  38. package/lib/models/hospital-specialty-item-model.d.ts.map +1 -1
  39. package/lib/models/hospital-specialty-model.d.ts +3 -3
  40. package/lib/models/hospital-specialty-model.d.ts.map +1 -1
  41. package/lib/models/hospital-sub-document-model.d.ts +0 -7
  42. package/lib/models/hospital-sub-document-model.d.ts.map +1 -1
  43. package/lib/models/index.d.ts +4 -6
  44. package/lib/models/index.d.ts.map +1 -1
  45. package/lib/models/index.js +4 -6
  46. package/lib/models/package-sub-document-model.d.ts +7 -0
  47. package/lib/models/package-sub-document-model.d.ts.map +1 -1
  48. package/lib/models/service-document-model.d.ts +7 -0
  49. package/lib/models/service-document-model.d.ts.map +1 -1
  50. package/lib/models/survey-form-sub-document-model.d.ts +2 -2
  51. package/lib/models/survey-form-sub-document-model.d.ts.map +1 -1
  52. package/package.json +1 -1
  53. package/src/.openapi-generator/FILES +4 -6
  54. package/src/models/deal-document-model.ts +0 -9
  55. package/src/models/deal-item-model.ts +3 -36
  56. package/src/models/deal-model.ts +3 -36
  57. package/src/models/deal-package-item-model.ts +3 -3
  58. package/src/models/deal-package-model.ts +3 -3
  59. package/src/models/doctor-affiliation-item-model.ts +3 -3
  60. package/src/models/doctor-affiliation-model.ts +3 -3
  61. package/src/models/doctor-document-model.ts +3 -3
  62. package/src/models/{hospital-feature-detail-document-model.ts → feature-detail-document-model.ts} +8 -8
  63. package/src/models/{hospital-feature-detail-model.ts → feature-detail-model.ts} +8 -8
  64. package/src/models/{hospital-feature-model.ts → feature-document-model.ts} +9 -9
  65. package/src/models/{hospital-feature-document-model.ts → feature-model.ts} +9 -9
  66. package/src/models/hospital-document-model.ts +5 -5
  67. package/src/models/hospital-item-model.ts +5 -5
  68. package/src/models/hospital-model.ts +5 -5
  69. package/src/models/hospital-service-item-model.ts +3 -3
  70. package/src/models/hospital-service-model.ts +3 -3
  71. package/src/models/hospital-specialty-document-model.ts +9 -0
  72. package/src/models/hospital-specialty-item-model.ts +3 -3
  73. package/src/models/hospital-specialty-model.ts +3 -3
  74. package/src/models/hospital-sub-document-model.ts +0 -9
  75. package/src/models/index.ts +4 -6
  76. package/src/models/package-sub-document-model.ts +9 -0
  77. package/src/models/service-document-model.ts +9 -0
  78. package/src/models/survey-form-sub-document-model.ts +2 -2
  79. package/lib/models/hospital-feature-detail-document-model.d.ts.map +0 -1
  80. package/lib/models/hospital-feature-document-model.d.ts +0 -32
  81. package/lib/models/hospital-feature-document-model.d.ts.map +0 -1
  82. package/lib/models/hospital-feature-domain-document-model.d.ts +0 -50
  83. package/lib/models/hospital-feature-domain-document-model.d.ts.map +0 -1
  84. package/lib/models/hospital-feature-domain-model.d.ts +0 -50
  85. package/lib/models/hospital-feature-domain-model.d.ts.map +0 -1
  86. package/lib/models/hospital-feature-domain-model.js +0 -15
  87. package/lib/models/hospital-feature-model.js +0 -15
  88. package/src/models/hospital-feature-domain-document-model.ts +0 -57
  89. package/src/models/hospital-feature-domain-model.ts +0 -57
  90. /package/lib/models/{hospital-feature-detail-document-model.js → feature-detail-document-model.js} +0 -0
  91. /package/lib/models/{hospital-feature-detail-model.js → feature-detail-model.js} +0 -0
  92. /package/lib/models/{hospital-feature-document-model.js → feature-document-model.js} +0 -0
  93. /package/lib/models/{hospital-feature-domain-document-model.js → feature-model.js} +0 -0
@@ -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 { AuditableEntity } from './auditable-entity';
21
+ import { AuditableEntityModel } from './auditable-entity-model';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
24
  import { DealPackageMappingModel } from './deal-package-mapping-model';
@@ -27,9 +27,6 @@ import { DealPackageMappingModel } from './deal-package-mapping-model';
27
27
  import { DealServiceMappingModel } from './deal-service-mapping-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 { LocalizedUrlModel } from './localized-url-model';
34
31
  // May contain unused imports in some cases
35
32
  // @ts-ignore
@@ -194,36 +191,6 @@ export interface DealModel {
194
191
  * @memberof DealModel
195
192
  */
196
193
  'dealServicesCount'?: number;
197
- /**
198
- *
199
- * @type {HospitalFeatureModel}
200
- * @memberof DealModel
201
- */
202
- 'feature'?: HospitalFeatureModel;
203
- /**
204
- *
205
- * @type {string}
206
- * @memberof DealModel
207
- */
208
- 'chSurveyFormId'?: string | null;
209
- /**
210
- *
211
- * @type {string}
212
- * @memberof DealModel
213
- */
214
- 'saasSurveyFormId'?: string | null;
215
- /**
216
- *
217
- * @type {string}
218
- * @memberof DealModel
219
- */
220
- 'formUrlForChLink'?: string | null;
221
- /**
222
- *
223
- * @type {string}
224
- * @memberof DealModel
225
- */
226
- 'formUrlForSaasLink'?: string | null;
227
194
  /**
228
195
  *
229
196
  * @type {number}
@@ -238,10 +205,10 @@ export interface DealModel {
238
205
  'appointmentOption'?: AppointmentOptionModel;
239
206
  /**
240
207
  *
241
- * @type {AuditableEntity}
208
+ * @type {AuditableEntityModel}
242
209
  * @memberof DealModel
243
210
  */
244
- 'auditableEntity'?: AuditableEntity;
211
+ 'auditableEntity'?: AuditableEntityModel;
245
212
  /**
246
213
  *
247
214
  * @type {string}
@@ -21,7 +21,7 @@ import { AppointmentOptionModel } from './appointment-option-model';
21
21
  import { AuditableEntityModel } from './auditable-entity-model';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
- import { HospitalFeatureModel } from './hospital-feature-model';
24
+ import { FeatureModel } from './feature-model';
25
25
  // May contain unused imports in some cases
26
26
  // @ts-ignore
27
27
  import { RefundPolicy } from './refund-policy';
@@ -112,10 +112,10 @@ export interface DealPackageItemModel {
112
112
  'appointmentOption'?: AppointmentOptionModel;
113
113
  /**
114
114
  *
115
- * @type {HospitalFeatureModel}
115
+ * @type {FeatureModel}
116
116
  * @memberof DealPackageItemModel
117
117
  */
118
- 'feature'?: HospitalFeatureModel;
118
+ 'feature'?: FeatureModel;
119
119
  /**
120
120
  *
121
121
  * @type {string}
@@ -21,7 +21,7 @@ import { AppointmentOptionModel } from './appointment-option-model';
21
21
  import { AuditableEntityModel } from './auditable-entity-model';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
- import { HospitalFeatureModel } from './hospital-feature-model';
24
+ import { FeatureModel } from './feature-model';
25
25
  // May contain unused imports in some cases
26
26
  // @ts-ignore
27
27
  import { RefundPolicy } from './refund-policy';
@@ -112,10 +112,10 @@ export interface DealPackageModel {
112
112
  'appointmentOption'?: AppointmentOptionModel;
113
113
  /**
114
114
  *
115
- * @type {HospitalFeatureModel}
115
+ * @type {FeatureModel}
116
116
  * @memberof DealPackageModel
117
117
  */
118
- 'feature'?: HospitalFeatureModel;
118
+ 'feature'?: FeatureModel;
119
119
  /**
120
120
  *
121
121
  * @type {string}
@@ -21,7 +21,7 @@ import { AppointmentOptionModel } from './appointment-option-model';
21
21
  import { DoctorSpecialtyItemModel } from './doctor-specialty-item-model';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
- import { HospitalFeatureModel } from './hospital-feature-model';
24
+ import { FeatureModel } from './feature-model';
25
25
  // May contain unused imports in some cases
26
26
  // @ts-ignore
27
27
  import { LocationModel } from './location-model';
@@ -211,10 +211,10 @@ export interface DoctorAffiliationItemModel {
211
211
  'appointmentOption'?: AppointmentOptionModel;
212
212
  /**
213
213
  *
214
- * @type {HospitalFeatureModel}
214
+ * @type {FeatureModel}
215
215
  * @memberof DoctorAffiliationItemModel
216
216
  */
217
- 'feature'?: HospitalFeatureModel;
217
+ 'feature'?: FeatureModel;
218
218
  /**
219
219
  *
220
220
  * @type {string}
@@ -24,7 +24,7 @@ import { DoctorLanguageModel } from './doctor-language-model';
24
24
  import { DoctorSpecialtyItemModel } from './doctor-specialty-item-model';
25
25
  // May contain unused imports in some cases
26
26
  // @ts-ignore
27
- import { HospitalFeatureModel } from './hospital-feature-model';
27
+ import { FeatureModel } from './feature-model';
28
28
  // May contain unused imports in some cases
29
29
  // @ts-ignore
30
30
  import { LocalizedUrlModel } from './localized-url-model';
@@ -220,10 +220,10 @@ export interface DoctorAffiliationModel {
220
220
  'appointmentOption'?: AppointmentOptionModel;
221
221
  /**
222
222
  *
223
- * @type {HospitalFeatureModel}
223
+ * @type {FeatureModel}
224
224
  * @memberof DoctorAffiliationModel
225
225
  */
226
- 'feature'?: HospitalFeatureModel;
226
+ 'feature'?: FeatureModel;
227
227
  /**
228
228
  *
229
229
  * @type {string}
@@ -24,7 +24,7 @@ import { DoctorCertificateSubDocumentModel } from './doctor-certificate-sub-docu
24
24
  import { DoctorSpecialtySubDocumentModel } from './doctor-specialty-sub-document-model';
25
25
  // May contain unused imports in some cases
26
26
  // @ts-ignore
27
- import { HospitalFeatureDocumentModel } from './hospital-feature-document-model';
27
+ import { FeatureDocumentModel } from './feature-document-model';
28
28
  // May contain unused imports in some cases
29
29
  // @ts-ignore
30
30
  import { HospitalSubDocumentModel } from './hospital-sub-document-model';
@@ -412,9 +412,9 @@ export interface DoctorDocumentModel {
412
412
  'DoctorLanguages'?: Array<UserLanguageDocumentModel> | null;
413
413
  /**
414
414
  *
415
- * @type {HospitalFeatureDocumentModel}
415
+ * @type {FeatureDocumentModel}
416
416
  * @memberof DoctorDocumentModel
417
417
  */
418
- 'Feature'?: HospitalFeatureDocumentModel;
418
+ 'Feature'?: FeatureDocumentModel;
419
419
  }
420
420
 
@@ -20,43 +20,43 @@ import { SurveyFormSubDocumentModel } from './survey-form-sub-document-model';
20
20
  /**
21
21
  *
22
22
  * @export
23
- * @interface HospitalFeatureDetailDocumentModel
23
+ * @interface FeatureDetailDocumentModel
24
24
  */
25
- export interface HospitalFeatureDetailDocumentModel {
25
+ export interface FeatureDetailDocumentModel {
26
26
  /**
27
27
  *
28
28
  * @type {boolean}
29
- * @memberof HospitalFeatureDetailDocumentModel
29
+ * @memberof FeatureDetailDocumentModel
30
30
  */
31
31
  'IsEnabledAppointment'?: boolean;
32
32
  /**
33
33
  *
34
34
  * @type {boolean}
35
- * @memberof HospitalFeatureDetailDocumentModel
35
+ * @memberof FeatureDetailDocumentModel
36
36
  */
37
37
  'IsEnabledChat'?: boolean;
38
38
  /**
39
39
  *
40
40
  * @type {boolean}
41
- * @memberof HospitalFeatureDetailDocumentModel
41
+ * @memberof FeatureDetailDocumentModel
42
42
  */
43
43
  'IsEnabledCall'?: boolean;
44
44
  /**
45
45
  *
46
46
  * @type {boolean}
47
- * @memberof HospitalFeatureDetailDocumentModel
47
+ * @memberof FeatureDetailDocumentModel
48
48
  */
49
49
  'IsEnabledForm'?: boolean;
50
50
  /**
51
51
  *
52
52
  * @type {string}
53
- * @memberof HospitalFeatureDetailDocumentModel
53
+ * @memberof FeatureDetailDocumentModel
54
54
  */
55
55
  'SurveyFormId'?: string | null;
56
56
  /**
57
57
  *
58
58
  * @type {SurveyFormSubDocumentModel}
59
- * @memberof HospitalFeatureDetailDocumentModel
59
+ * @memberof FeatureDetailDocumentModel
60
60
  */
61
61
  'SurveyForm'?: SurveyFormSubDocumentModel;
62
62
  }
@@ -20,43 +20,43 @@ import { SurveyFormSimpleMappingModel } from './survey-form-simple-mapping-model
20
20
  /**
21
21
  *
22
22
  * @export
23
- * @interface HospitalFeatureDetailModel
23
+ * @interface FeatureDetailModel
24
24
  */
25
- export interface HospitalFeatureDetailModel {
25
+ export interface FeatureDetailModel {
26
26
  /**
27
27
  *
28
28
  * @type {boolean}
29
- * @memberof HospitalFeatureDetailModel
29
+ * @memberof FeatureDetailModel
30
30
  */
31
31
  'isEnabledAppointment'?: boolean;
32
32
  /**
33
33
  *
34
34
  * @type {boolean}
35
- * @memberof HospitalFeatureDetailModel
35
+ * @memberof FeatureDetailModel
36
36
  */
37
37
  'isEnabledChat'?: boolean;
38
38
  /**
39
39
  *
40
40
  * @type {boolean}
41
- * @memberof HospitalFeatureDetailModel
41
+ * @memberof FeatureDetailModel
42
42
  */
43
43
  'isEnabledCall'?: boolean;
44
44
  /**
45
45
  *
46
46
  * @type {boolean}
47
- * @memberof HospitalFeatureDetailModel
47
+ * @memberof FeatureDetailModel
48
48
  */
49
49
  'isEnabledForm'?: boolean;
50
50
  /**
51
51
  *
52
52
  * @type {string}
53
- * @memberof HospitalFeatureDetailModel
53
+ * @memberof FeatureDetailModel
54
54
  */
55
55
  'surveyFormId'?: string | null;
56
56
  /**
57
57
  *
58
58
  * @type {SurveyFormSimpleMappingModel}
59
- * @memberof HospitalFeatureDetailModel
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 { HospitalFeatureDomainModel } from './hospital-feature-domain-model';
18
+ import { FeatureDetailDocumentModel } from './feature-detail-document-model';
19
19
 
20
20
  /**
21
21
  *
22
22
  * @export
23
- * @interface HospitalFeatureModel
23
+ * @interface FeatureDocumentModel
24
24
  */
25
- export interface HospitalFeatureModel {
25
+ export interface FeatureDocumentModel {
26
26
  /**
27
27
  *
28
- * @type {HospitalFeatureDomainModel}
29
- * @memberof HospitalFeatureModel
28
+ * @type {FeatureDetailDocumentModel}
29
+ * @memberof FeatureDocumentModel
30
30
  */
31
- 'ch'?: HospitalFeatureDomainModel;
31
+ 'Ch'?: FeatureDetailDocumentModel;
32
32
  /**
33
33
  *
34
- * @type {HospitalFeatureDomainModel}
35
- * @memberof HospitalFeatureModel
34
+ * @type {FeatureDetailDocumentModel}
35
+ * @memberof FeatureDocumentModel
36
36
  */
37
- 'saas'?: HospitalFeatureDomainModel;
37
+ 'Saas'?: FeatureDetailDocumentModel;
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 { HospitalFeatureDomainDocumentModel } from './hospital-feature-domain-document-model';
18
+ import { FeatureDetailModel } from './feature-detail-model';
19
19
 
20
20
  /**
21
21
  *
22
22
  * @export
23
- * @interface HospitalFeatureDocumentModel
23
+ * @interface FeatureModel
24
24
  */
25
- export interface HospitalFeatureDocumentModel {
25
+ export interface FeatureModel {
26
26
  /**
27
27
  *
28
- * @type {HospitalFeatureDomainDocumentModel}
29
- * @memberof HospitalFeatureDocumentModel
28
+ * @type {FeatureDetailModel}
29
+ * @memberof FeatureModel
30
30
  */
31
- 'Ch'?: HospitalFeatureDomainDocumentModel;
31
+ 'ch'?: FeatureDetailModel;
32
32
  /**
33
33
  *
34
- * @type {HospitalFeatureDomainDocumentModel}
35
- * @memberof HospitalFeatureDocumentModel
34
+ * @type {FeatureDetailModel}
35
+ * @memberof FeatureModel
36
36
  */
37
- 'Saas'?: HospitalFeatureDomainDocumentModel;
37
+ 'saas'?: FeatureDetailModel;
38
38
  }
39
39
 
@@ -24,13 +24,13 @@ import { AppointmentOptionDocumentModel } from './appointment-option-document-mo
24
24
  import { CountrySubDocumentModel } from './country-sub-document-model';
25
25
  // May contain unused imports in some cases
26
26
  // @ts-ignore
27
- import { GradeDocumentModel } from './grade-document-model';
27
+ import { FeatureDocumentModel } from './feature-document-model';
28
28
  // May contain unused imports in some cases
29
29
  // @ts-ignore
30
- import { HospitalContactDocumentModel } from './hospital-contact-document-model';
30
+ import { GradeDocumentModel } from './grade-document-model';
31
31
  // May contain unused imports in some cases
32
32
  // @ts-ignore
33
- import { HospitalFeatureDocumentModel } from './hospital-feature-document-model';
33
+ import { HospitalContactDocumentModel } from './hospital-contact-document-model';
34
34
  // May contain unused imports in some cases
35
35
  // @ts-ignore
36
36
  import { HospitalSpecialtySubDocumentModel } from './hospital-specialty-sub-document-model';
@@ -448,9 +448,9 @@ export interface HospitalDocumentModel {
448
448
  'Contacts'?: Array<HospitalContactDocumentModel> | null;
449
449
  /**
450
450
  *
451
- * @type {HospitalFeatureDocumentModel}
451
+ * @type {FeatureDocumentModel}
452
452
  * @memberof HospitalDocumentModel
453
453
  */
454
- 'Feature'?: HospitalFeatureDocumentModel;
454
+ 'Feature'?: FeatureDocumentModel;
455
455
  }
456
456
 
@@ -18,13 +18,13 @@
18
18
  import { AppointmentOptionModel } from './appointment-option-model';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
- import { GradeModel } from './grade-model';
21
+ import { FeatureModel } from './feature-model';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
- import { HospitalAccreditationItemModel } from './hospital-accreditation-item-model';
24
+ import { GradeModel } from './grade-model';
25
25
  // May contain unused imports in some cases
26
26
  // @ts-ignore
27
- import { HospitalFeatureModel } from './hospital-feature-model';
27
+ import { HospitalAccreditationItemModel } from './hospital-accreditation-item-model';
28
28
  // May contain unused imports in some cases
29
29
  // @ts-ignore
30
30
  import { HospitalSpecialtySimpleItemModel } from './hospital-specialty-simple-item-model';
@@ -172,10 +172,10 @@ export interface HospitalItemModel {
172
172
  'appointmentOption'?: AppointmentOptionModel;
173
173
  /**
174
174
  *
175
- * @type {HospitalFeatureModel}
175
+ * @type {FeatureModel}
176
176
  * @memberof HospitalItemModel
177
177
  */
178
- 'feature'?: HospitalFeatureModel;
178
+ 'feature'?: FeatureModel;
179
179
  /**
180
180
  *
181
181
  * @type {GradeModel}
@@ -21,6 +21,9 @@ import { AppointmentOptionModel } from './appointment-option-model';
21
21
  import { AwardModel } from './award-model';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
+ import { FeatureModel } from './feature-model';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
24
27
  import { GradeModel } from './grade-model';
25
28
  // May contain unused imports in some cases
26
29
  // @ts-ignore
@@ -36,9 +39,6 @@ import { HospitalContactItemModel } from './hospital-contact-item-model';
36
39
  import { HospitalEvaluationItemModel } from './hospital-evaluation-item-model';
37
40
  // May contain unused imports in some cases
38
41
  // @ts-ignore
39
- import { HospitalFeatureModel } from './hospital-feature-model';
40
- // May contain unused imports in some cases
41
- // @ts-ignore
42
42
  import { HospitalLanguageItemModel } from './hospital-language-item-model';
43
43
  // May contain unused imports in some cases
44
44
  // @ts-ignore
@@ -199,10 +199,10 @@ export interface HospitalModel {
199
199
  'appointmentOption'?: AppointmentOptionModel;
200
200
  /**
201
201
  *
202
- * @type {HospitalFeatureModel}
202
+ * @type {FeatureModel}
203
203
  * @memberof HospitalModel
204
204
  */
205
- 'feature'?: HospitalFeatureModel;
205
+ 'feature'?: FeatureModel;
206
206
  /**
207
207
  *
208
208
  * @type {GradeModel}
@@ -21,7 +21,7 @@ import { AppointmentOptionModel } from './appointment-option-model';
21
21
  import { AuditableEntityModel } from './auditable-entity-model';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
- import { HospitalFeatureModel } from './hospital-feature-model';
24
+ import { FeatureModel } from './feature-model';
25
25
  // May contain unused imports in some cases
26
26
  // @ts-ignore
27
27
  import { Procedure } from './procedure';
@@ -136,10 +136,10 @@ export interface HospitalServiceItemModel {
136
136
  'appointmentOption'?: AppointmentOptionModel;
137
137
  /**
138
138
  *
139
- * @type {HospitalFeatureModel}
139
+ * @type {FeatureModel}
140
140
  * @memberof HospitalServiceItemModel
141
141
  */
142
- 'feature'?: HospitalFeatureModel;
142
+ 'feature'?: FeatureModel;
143
143
  /**
144
144
  *
145
145
  * @type {string}
@@ -21,7 +21,7 @@ import { AppointmentOptionModel } from './appointment-option-model';
21
21
  import { AuditableEntityModel } from './auditable-entity-model';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
- import { HospitalFeatureModel } from './hospital-feature-model';
24
+ import { FeatureModel } from './feature-model';
25
25
  // May contain unused imports in some cases
26
26
  // @ts-ignore
27
27
  import { LocalizedUrlModel } from './localized-url-model';
@@ -142,10 +142,10 @@ export interface HospitalServiceModel {
142
142
  'appointmentOption'?: AppointmentOptionModel;
143
143
  /**
144
144
  *
145
- * @type {HospitalFeatureModel}
145
+ * @type {FeatureModel}
146
146
  * @memberof HospitalServiceModel
147
147
  */
148
- 'feature'?: HospitalFeatureModel;
148
+ 'feature'?: FeatureModel;
149
149
  /**
150
150
  *
151
151
  * @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
 
@@ -21,7 +21,7 @@ import { AppointmentOptionModel } from './appointment-option-model';
21
21
  import { AuditableEntityModel } from './auditable-entity-model';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
- import { HospitalFeatureModel } from './hospital-feature-model';
24
+ import { FeatureModel } from './feature-model';
25
25
  // May contain unused imports in some cases
26
26
  // @ts-ignore
27
27
  import { MarketingType } from './marketing-type';
@@ -136,10 +136,10 @@ export interface HospitalSpecialtyItemModel {
136
136
  'appointmentOption'?: AppointmentOptionModel;
137
137
  /**
138
138
  *
139
- * @type {HospitalFeatureModel}
139
+ * @type {FeatureModel}
140
140
  * @memberof HospitalSpecialtyItemModel
141
141
  */
142
- 'feature'?: HospitalFeatureModel;
142
+ 'feature'?: FeatureModel;
143
143
  /**
144
144
  *
145
145
  * @type {string}
@@ -21,7 +21,7 @@ import { AppointmentOptionModel } from './appointment-option-model';
21
21
  import { AuditableEntityModel } from './auditable-entity-model';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
- import { HospitalFeatureModel } from './hospital-feature-model';
24
+ import { FeatureModel } from './feature-model';
25
25
  // May contain unused imports in some cases
26
26
  // @ts-ignore
27
27
  import { LocalizedUrlModel } from './localized-url-model';
@@ -142,10 +142,10 @@ export interface HospitalSpecialtyModel {
142
142
  'appointmentOption'?: AppointmentOptionModel;
143
143
  /**
144
144
  *
145
- * @type {HospitalFeatureModel}
145
+ * @type {FeatureModel}
146
146
  * @memberof HospitalSpecialtyModel
147
147
  */
148
- 'feature'?: HospitalFeatureModel;
148
+ 'feature'?: FeatureModel;
149
149
  /**
150
150
  *
151
151
  * @type {string}
@@ -18,9 +18,6 @@
18
18
  import { GradeDocumentModel } from './grade-document-model';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
- import { HospitalFeatureDocumentModel } from './hospital-feature-document-model';
22
- // May contain unused imports in some cases
23
- // @ts-ignore
24
21
  import { TranslationItemDocumentModel } from './translation-item-document-model';
25
22
 
26
23
  /**
@@ -293,11 +290,5 @@ export interface HospitalSubDocumentModel {
293
290
  * @memberof HospitalSubDocumentModel
294
291
  */
295
292
  'Grade'?: GradeDocumentModel;
296
- /**
297
- *
298
- * @type {HospitalFeatureDocumentModel}
299
- * @memberof HospitalSubDocumentModel
300
- */
301
- 'Feature'?: HospitalFeatureDocumentModel;
302
293
  }
303
294
 
@@ -143,6 +143,10 @@ export * from './faq-tag-item-model';
143
143
  export * from './faq-tag-model';
144
144
  export * from './faq-tags-model';
145
145
  export * from './faqs-model';
146
+ export * from './feature-detail-document-model';
147
+ export * from './feature-detail-model';
148
+ export * from './feature-document-model';
149
+ export * from './feature-model';
146
150
  export * from './footer-navigation-item-model';
147
151
  export * from './gender';
148
152
  export * from './geography-point';
@@ -163,12 +167,6 @@ export * from './hospital-equipments-model';
163
167
  export * from './hospital-evaluation-item-model';
164
168
  export * from './hospital-evaluation-model';
165
169
  export * from './hospital-evaluations-model';
166
- export * from './hospital-feature-detail-document-model';
167
- export * from './hospital-feature-detail-model';
168
- export * from './hospital-feature-document-model';
169
- export * from './hospital-feature-domain-document-model';
170
- export * from './hospital-feature-domain-model';
171
- export * from './hospital-feature-model';
172
170
  export * from './hospital-item-model';
173
171
  export * from './hospital-language-item-model';
174
172
  export * from './hospital-languages-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