ch-api-client-typescript2 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.
Files changed (98) 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 -27
  8. package/lib/models/deal-package-item-model.d.ts.map +1 -1
  9. package/lib/models/deal-package-model.d.ts +3 -27
  10. package/lib/models/deal-package-model.d.ts.map +1 -1
  11. package/lib/models/doctor-affiliation-item-model.d.ts +3 -27
  12. package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
  13. package/lib/models/doctor-affiliation-model.d.ts +3 -27
  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} +11 -12
  18. package/lib/models/feature-detail-document-model.d.ts.map +1 -0
  19. package/lib/models/{hospital-feature-detail-model.d.ts → feature-detail-model.d.ts} +11 -12
  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/{survey-form-sub-document-model.d.ts → feature-model.d.ts} +10 -9
  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 -27
  28. package/lib/models/hospital-item-model.d.ts.map +1 -1
  29. package/lib/models/hospital-model.d.ts +3 -27
  30. package/lib/models/hospital-model.d.ts.map +1 -1
  31. package/lib/models/hospital-service-item-model.d.ts +3 -27
  32. package/lib/models/hospital-service-item-model.d.ts.map +1 -1
  33. package/lib/models/hospital-service-model.d.ts +3 -27
  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 -27
  38. package/lib/models/hospital-specialty-item-model.d.ts.map +1 -1
  39. package/lib/models/hospital-specialty-model.d.ts +3 -27
  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 -8
  44. package/lib/models/index.d.ts.map +1 -1
  45. package/lib/models/index.js +4 -8
  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/package.json +1 -1
  51. package/src/.openapi-generator/FILES +4 -8
  52. package/src/models/deal-document-model.ts +0 -9
  53. package/src/models/deal-item-model.ts +3 -36
  54. package/src/models/deal-model.ts +3 -36
  55. package/src/models/deal-package-item-model.ts +3 -27
  56. package/src/models/deal-package-model.ts +3 -27
  57. package/src/models/doctor-affiliation-item-model.ts +3 -27
  58. package/src/models/doctor-affiliation-model.ts +3 -27
  59. package/src/models/doctor-document-model.ts +3 -3
  60. package/src/models/{hospital-feature-detail-document-model.ts → feature-detail-document-model.ts} +10 -13
  61. package/src/models/{hospital-feature-detail-model.ts → feature-detail-model.ts} +10 -13
  62. package/src/models/{hospital-feature-model.ts → feature-document-model.ts} +9 -9
  63. package/src/models/{survey-form-sub-document-model.ts → feature-model.ts} +11 -8
  64. package/src/models/hospital-document-model.ts +5 -5
  65. package/src/models/hospital-item-model.ts +5 -29
  66. package/src/models/hospital-model.ts +5 -29
  67. package/src/models/hospital-service-item-model.ts +3 -27
  68. package/src/models/hospital-service-model.ts +3 -27
  69. package/src/models/hospital-specialty-document-model.ts +9 -0
  70. package/src/models/hospital-specialty-item-model.ts +3 -27
  71. package/src/models/hospital-specialty-model.ts +3 -27
  72. package/src/models/hospital-sub-document-model.ts +0 -9
  73. package/src/models/index.ts +4 -8
  74. package/src/models/package-sub-document-model.ts +9 -0
  75. package/src/models/service-document-model.ts +9 -0
  76. package/lib/models/hospital-feature-detail-document-model.d.ts.map +0 -1
  77. package/lib/models/hospital-feature-detail-model.d.ts.map +0 -1
  78. package/lib/models/hospital-feature-document-model.d.ts +0 -32
  79. package/lib/models/hospital-feature-document-model.d.ts.map +0 -1
  80. package/lib/models/hospital-feature-domain-document-model.d.ts +0 -50
  81. package/lib/models/hospital-feature-domain-document-model.d.ts.map +0 -1
  82. package/lib/models/hospital-feature-domain-model.d.ts +0 -50
  83. package/lib/models/hospital-feature-domain-model.d.ts.map +0 -1
  84. package/lib/models/hospital-feature-domain-model.js +0 -15
  85. package/lib/models/hospital-feature-model.js +0 -15
  86. package/lib/models/survey-form-simple-mapping-model.d.ts +0 -39
  87. package/lib/models/survey-form-simple-mapping-model.d.ts.map +0 -1
  88. package/lib/models/survey-form-simple-mapping-model.js +0 -15
  89. package/lib/models/survey-form-sub-document-model.d.ts.map +0 -1
  90. package/lib/models/survey-form-sub-document-model.js +0 -15
  91. package/src/models/hospital-feature-document-model.ts +0 -39
  92. package/src/models/hospital-feature-domain-document-model.ts +0 -57
  93. package/src/models/hospital-feature-domain-model.ts +0 -57
  94. package/src/models/survey-form-simple-mapping-model.ts +0 -48
  95. /package/lib/models/{hospital-feature-detail-document-model.js → feature-detail-document-model.js} +0 -0
  96. /package/lib/models/{hospital-feature-detail-model.js → feature-detail-model.js} +0 -0
  97. /package/lib/models/{hospital-feature-document-model.js → feature-document-model.js} +0 -0
  98. /package/lib/models/{hospital-feature-domain-document-model.js → feature-model.js} +0 -0
@@ -13,24 +13,27 @@
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
  *
19
22
  * @export
20
- * @interface SurveyFormSubDocumentModel
23
+ * @interface FeatureModel
21
24
  */
22
- export interface SurveyFormSubDocumentModel {
25
+ export interface FeatureModel {
23
26
  /**
24
27
  *
25
- * @type {string}
26
- * @memberof SurveyFormSubDocumentModel
28
+ * @type {FeatureDetailModel}
29
+ * @memberof FeatureModel
27
30
  */
28
- 'id'?: string;
31
+ 'ch'?: FeatureDetailModel;
29
32
  /**
30
33
  *
31
- * @type {Array<string>}
32
- * @memberof SurveyFormSubDocumentModel
34
+ * @type {FeatureDetailModel}
35
+ * @memberof FeatureModel
33
36
  */
34
- 'translatedLanguageCodes'?: Array<string> | null;
37
+ 'saas'?: FeatureDetailModel;
35
38
  }
36
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';
@@ -122,30 +122,6 @@ export interface HospitalItemModel {
122
122
  * @memberof HospitalItemModel
123
123
  */
124
124
  'paymentEnabled'?: boolean;
125
- /**
126
- *
127
- * @type {string}
128
- * @memberof HospitalItemModel
129
- */
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;
149
125
  /**
150
126
  *
151
127
  * @type {string}
@@ -172,10 +148,10 @@ export interface HospitalItemModel {
172
148
  'appointmentOption'?: AppointmentOptionModel;
173
149
  /**
174
150
  *
175
- * @type {HospitalFeatureModel}
151
+ * @type {FeatureModel}
176
152
  * @memberof HospitalItemModel
177
153
  */
178
- 'feature'?: HospitalFeatureModel;
154
+ 'feature'?: FeatureModel;
179
155
  /**
180
156
  *
181
157
  * @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
@@ -149,30 +149,6 @@ export interface HospitalModel {
149
149
  * @memberof HospitalModel
150
150
  */
151
151
  'paymentEnabled'?: boolean;
152
- /**
153
- *
154
- * @type {string}
155
- * @memberof HospitalModel
156
- */
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;
176
152
  /**
177
153
  *
178
154
  * @type {string}
@@ -199,10 +175,10 @@ export interface HospitalModel {
199
175
  'appointmentOption'?: AppointmentOptionModel;
200
176
  /**
201
177
  *
202
- * @type {HospitalFeatureModel}
178
+ * @type {FeatureModel}
203
179
  * @memberof HospitalModel
204
180
  */
205
- 'feature'?: HospitalFeatureModel;
181
+ 'feature'?: FeatureModel;
206
182
  /**
207
183
  *
208
184
  * @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,34 +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;
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;
142
+ 'feature'?: FeatureModel;
167
143
  /**
168
144
  *
169
145
  * @type {AuditableEntityModel}
@@ -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,34 +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;
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;
148
+ 'feature'?: FeatureModel;
173
149
  /**
174
150
  *
175
151
  * @type {AuditableEntityModel}
@@ -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,34 +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;
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;
142
+ 'feature'?: FeatureModel;
167
143
  /**
168
144
  *
169
145
  * @type {AuditableEntityModel}
@@ -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,34 +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;
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;
148
+ 'feature'?: FeatureModel;
173
149
  /**
174
150
  *
175
151
  * @type {AuditableEntityModel}
@@ -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';
@@ -270,9 +268,7 @@ export * from './survey-form-element-model';
270
268
  export * from './survey-form-element-option-model';
271
269
  export * from './survey-form-element-types';
272
270
  export * from './survey-form-model';
273
- export * from './survey-form-simple-mapping-model';
274
271
  export * from './survey-form-status';
275
- export * from './survey-form-sub-document-model';
276
272
  export * from './survey-result-element-input-model';
277
273
  export * from './survey-result-element-value-input-model';
278
274
  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
 
@@ -1 +0,0 @@
1
- {"version":3,"file":"hospital-feature-detail-document-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-feature-detail-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAE9E;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;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,0BAA0B,CAAC;CAC7C"}
@@ -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 Api-INT
3
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 2
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 { HospitalFeatureDomainDocumentModel } from './hospital-feature-domain-document-model';
13
- /**
14
- *
15
- * @export
16
- * @interface HospitalFeatureDocumentModel
17
- */
18
- export interface HospitalFeatureDocumentModel {
19
- /**
20
- *
21
- * @type {HospitalFeatureDomainDocumentModel}
22
- * @memberof HospitalFeatureDocumentModel
23
- */
24
- 'Ch'?: HospitalFeatureDomainDocumentModel;
25
- /**
26
- *
27
- * @type {HospitalFeatureDomainDocumentModel}
28
- * @memberof HospitalFeatureDocumentModel
29
- */
30
- 'Saas'?: HospitalFeatureDomainDocumentModel;
31
- }
32
- //# sourceMappingURL=hospital-feature-document-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hospital-feature-document-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-feature-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAE9F;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,IAAI,CAAC,EAAE,kCAAkC,CAAC;IAC1C;;;;OAIG;IACH,MAAM,CAAC,EAAE,kCAAkC,CAAC;CAC/C"}
@@ -1,50 +0,0 @@
1
- /**
2
- * Swagger UI - Cloud Hospital Api-INT
3
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 2
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 { HospitalFeatureDetailDocumentModel } from './hospital-feature-detail-document-model';
13
- /**
14
- *
15
- * @export
16
- * @interface HospitalFeatureDomainDocumentModel
17
- */
18
- export interface HospitalFeatureDomainDocumentModel {
19
- /**
20
- *
21
- * @type {HospitalFeatureDetailDocumentModel}
22
- * @memberof HospitalFeatureDomainDocumentModel
23
- */
24
- 'Hospital'?: HospitalFeatureDetailDocumentModel;
25
- /**
26
- *
27
- * @type {HospitalFeatureDetailDocumentModel}
28
- * @memberof HospitalFeatureDomainDocumentModel
29
- */
30
- 'Doctor'?: HospitalFeatureDetailDocumentModel;
31
- /**
32
- *
33
- * @type {HospitalFeatureDetailDocumentModel}
34
- * @memberof HospitalFeatureDomainDocumentModel
35
- */
36
- 'Deal'?: HospitalFeatureDetailDocumentModel;
37
- /**
38
- *
39
- * @type {HospitalFeatureDetailDocumentModel}
40
- * @memberof HospitalFeatureDomainDocumentModel
41
- */
42
- 'HospitalSpecialty'?: HospitalFeatureDetailDocumentModel;
43
- /**
44
- *
45
- * @type {HospitalFeatureDetailDocumentModel}
46
- * @memberof HospitalFeatureDomainDocumentModel
47
- */
48
- 'Service'?: HospitalFeatureDetailDocumentModel;
49
- }
50
- //# sourceMappingURL=hospital-feature-domain-document-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hospital-feature-domain-document-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-feature-domain-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAE9F;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,UAAU,CAAC,EAAE,kCAAkC,CAAC;IAChD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,kCAAkC,CAAC;IAC9C;;;;OAIG;IACH,MAAM,CAAC,EAAE,kCAAkC,CAAC;IAC5C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,kCAAkC,CAAC;IACzD;;;;OAIG;IACH,SAAS,CAAC,EAAE,kCAAkC,CAAC;CAClD"}
@@ -1,50 +0,0 @@
1
- /**
2
- * Swagger UI - Cloud Hospital Api-INT
3
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 2
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 HospitalFeatureDomainModel
17
- */
18
- export interface HospitalFeatureDomainModel {
19
- /**
20
- *
21
- * @type {HospitalFeatureDetailModel}
22
- * @memberof HospitalFeatureDomainModel
23
- */
24
- 'hospital'?: HospitalFeatureDetailModel;
25
- /**
26
- *
27
- * @type {HospitalFeatureDetailModel}
28
- * @memberof HospitalFeatureDomainModel
29
- */
30
- 'doctor'?: HospitalFeatureDetailModel;
31
- /**
32
- *
33
- * @type {HospitalFeatureDetailModel}
34
- * @memberof HospitalFeatureDomainModel
35
- */
36
- 'deal'?: HospitalFeatureDetailModel;
37
- /**
38
- *
39
- * @type {HospitalFeatureDetailModel}
40
- * @memberof HospitalFeatureDomainModel
41
- */
42
- 'hospitalSpecialty'?: HospitalFeatureDetailModel;
43
- /**
44
- *
45
- * @type {HospitalFeatureDetailModel}
46
- * @memberof HospitalFeatureDomainModel
47
- */
48
- 'service'?: HospitalFeatureDetailModel;
49
- }
50
- //# sourceMappingURL=hospital-feature-domain-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hospital-feature-domain-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-feature-domain-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAE7E;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;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,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Swagger UI - Cloud Hospital Api-INT
6
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 2
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 });