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
@@ -159,6 +159,10 @@ __exportStar(require("./faq-tag-item-model"), exports);
159
159
  __exportStar(require("./faq-tag-model"), exports);
160
160
  __exportStar(require("./faq-tags-model"), exports);
161
161
  __exportStar(require("./faqs-model"), exports);
162
+ __exportStar(require("./feature-detail-document-model"), exports);
163
+ __exportStar(require("./feature-detail-model"), exports);
164
+ __exportStar(require("./feature-document-model"), exports);
165
+ __exportStar(require("./feature-model"), exports);
162
166
  __exportStar(require("./footer-navigation-item-model"), exports);
163
167
  __exportStar(require("./gender"), exports);
164
168
  __exportStar(require("./geography-point"), exports);
@@ -179,12 +183,6 @@ __exportStar(require("./hospital-equipments-model"), exports);
179
183
  __exportStar(require("./hospital-evaluation-item-model"), exports);
180
184
  __exportStar(require("./hospital-evaluation-model"), exports);
181
185
  __exportStar(require("./hospital-evaluations-model"), exports);
182
- __exportStar(require("./hospital-feature-detail-document-model"), exports);
183
- __exportStar(require("./hospital-feature-detail-model"), exports);
184
- __exportStar(require("./hospital-feature-document-model"), exports);
185
- __exportStar(require("./hospital-feature-domain-document-model"), exports);
186
- __exportStar(require("./hospital-feature-domain-model"), exports);
187
- __exportStar(require("./hospital-feature-model"), exports);
188
186
  __exportStar(require("./hospital-item-model"), exports);
189
187
  __exportStar(require("./hospital-language-item-model"), exports);
190
188
  __exportStar(require("./hospital-languages-model"), exports);
@@ -286,9 +284,7 @@ __exportStar(require("./survey-form-element-model"), exports);
286
284
  __exportStar(require("./survey-form-element-option-model"), exports);
287
285
  __exportStar(require("./survey-form-element-types"), exports);
288
286
  __exportStar(require("./survey-form-model"), exports);
289
- __exportStar(require("./survey-form-simple-mapping-model"), exports);
290
287
  __exportStar(require("./survey-form-status"), exports);
291
- __exportStar(require("./survey-form-sub-document-model"), exports);
292
288
  __exportStar(require("./survey-result-element-input-model"), exports);
293
289
  __exportStar(require("./survey-result-element-value-input-model"), exports);
294
290
  __exportStar(require("./tag-document-model"), exports);
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { AppointmentOptionDocumentModel } from './appointment-option-document-model';
13
+ import { FeatureDocumentModel } from './feature-document-model';
13
14
  /**
14
15
  *
15
16
  * @export
@@ -52,5 +53,11 @@ export interface PackageSubDocumentModel {
52
53
  * @memberof PackageSubDocumentModel
53
54
  */
54
55
  'AppointmentOption'?: AppointmentOptionDocumentModel;
56
+ /**
57
+ *
58
+ * @type {FeatureDocumentModel}
59
+ * @memberof PackageSubDocumentModel
60
+ */
61
+ 'Feature'?: FeatureDocumentModel;
55
62
  }
56
63
  //# sourceMappingURL=package-sub-document-model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"package-sub-document-model.d.ts","sourceRoot":"","sources":["../../src/models/package-sub-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAErF;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,8BAA8B,CAAC;CACxD"}
1
+ {"version":3,"file":"package-sub-document-model.d.ts","sourceRoot":"","sources":["../../src/models/package-sub-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAGrF,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAEhE;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,8BAA8B,CAAC;IACrD;;;;OAIG;IACH,SAAS,CAAC,EAAE,oBAAoB,CAAC;CACpC"}
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { AppointmentOptionDocumentModel } from './appointment-option-document-model';
13
+ import { FeatureDocumentModel } from './feature-document-model';
13
14
  import { HospitalSpecialtySubDocumentModel } from './hospital-specialty-sub-document-model';
14
15
  import { HospitalSubDocumentModel } from './hospital-sub-document-model';
15
16
  import { TranslationDocumentModel } from './translation-document-model';
@@ -301,5 +302,11 @@ export interface ServiceDocumentModel {
301
302
  * @memberof ServiceDocumentModel
302
303
  */
303
304
  'PhotoThumbnail'?: string | null;
305
+ /**
306
+ *
307
+ * @type {FeatureDocumentModel}
308
+ * @memberof ServiceDocumentModel
309
+ */
310
+ 'Feature'?: FeatureDocumentModel;
304
311
  }
305
312
  //# sourceMappingURL=service-document-model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"service-document-model.d.ts","sourceRoot":"","sources":["../../src/models/service-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAGrF,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAG5F,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAGzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAExE;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;IACtC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,iCAAiC,CAAC;IACxD;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,8BAA8B,CAAC;IACrD;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACpC"}
1
+ {"version":3,"file":"service-document-model.d.ts","sourceRoot":"","sources":["../../src/models/service-document-model.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "5.4.9",
3
+ "version": "5.5.1",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -193,6 +193,10 @@ models/faq-tag-item-model.ts
193
193
  models/faq-tag-model.ts
194
194
  models/faq-tags-model.ts
195
195
  models/faqs-model.ts
196
+ models/feature-detail-document-model.ts
197
+ models/feature-detail-model.ts
198
+ models/feature-document-model.ts
199
+ models/feature-model.ts
196
200
  models/footer-navigation-item-model.ts
197
201
  models/gender.ts
198
202
  models/geography-point.ts
@@ -213,12 +217,6 @@ models/hospital-equipments-model.ts
213
217
  models/hospital-evaluation-item-model.ts
214
218
  models/hospital-evaluation-model.ts
215
219
  models/hospital-evaluations-model.ts
216
- models/hospital-feature-detail-document-model.ts
217
- models/hospital-feature-detail-model.ts
218
- models/hospital-feature-document-model.ts
219
- models/hospital-feature-domain-document-model.ts
220
- models/hospital-feature-domain-model.ts
221
- models/hospital-feature-model.ts
222
220
  models/hospital-item-model.ts
223
221
  models/hospital-language-item-model.ts
224
222
  models/hospital-languages-model.ts
@@ -321,9 +319,7 @@ models/survey-form-element-model.ts
321
319
  models/survey-form-element-option-model.ts
322
320
  models/survey-form-element-types.ts
323
321
  models/survey-form-model.ts
324
- models/survey-form-simple-mapping-model.ts
325
322
  models/survey-form-status.ts
326
- models/survey-form-sub-document-model.ts
327
323
  models/survey-result-element-input-model.ts
328
324
  models/survey-result-element-value-input-model.ts
329
325
  models/tag-document-model.ts
@@ -18,9 +18,6 @@
18
18
  import { DealServiceSubDocumentModel } from './deal-service-sub-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 { HospitalSubDocumentModel } from './hospital-sub-document-model';
25
22
  // May contain unused imports in some cases
26
23
  // @ts-ignore
@@ -356,11 +353,5 @@ export interface DealDocumentModel {
356
353
  * @memberof DealDocumentModel
357
354
  */
358
355
  'Services'?: Array<DealServiceSubDocumentModel> | null;
359
- /**
360
- *
361
- * @type {HospitalFeatureDocumentModel}
362
- * @memberof DealDocumentModel
363
- */
364
- 'Feature'?: HospitalFeatureDocumentModel;
365
356
  }
366
357
 
@@ -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 { LocationModel } from './location-model';
34
31
  // May contain unused imports in some cases
35
32
  // @ts-ignore
@@ -191,36 +188,6 @@ export interface DealItemModel {
191
188
  * @memberof DealItemModel
192
189
  */
193
190
  'dealServicesCount'?: number;
194
- /**
195
- *
196
- * @type {HospitalFeatureModel}
197
- * @memberof DealItemModel
198
- */
199
- 'feature'?: HospitalFeatureModel;
200
- /**
201
- *
202
- * @type {string}
203
- * @memberof DealItemModel
204
- */
205
- 'chSurveyFormId'?: string | null;
206
- /**
207
- *
208
- * @type {string}
209
- * @memberof DealItemModel
210
- */
211
- 'saasSurveyFormId'?: string | null;
212
- /**
213
- *
214
- * @type {string}
215
- * @memberof DealItemModel
216
- */
217
- 'formUrlForChLink'?: string | null;
218
- /**
219
- *
220
- * @type {string}
221
- * @memberof DealItemModel
222
- */
223
- 'formUrlForSaasLink'?: string | null;
224
191
  /**
225
192
  *
226
193
  * @type {number}
@@ -235,9 +202,9 @@ export interface DealItemModel {
235
202
  'appointmentOption'?: AppointmentOptionModel;
236
203
  /**
237
204
  *
238
- * @type {AuditableEntity}
205
+ * @type {AuditableEntityModel}
239
206
  * @memberof DealItemModel
240
207
  */
241
- 'auditableEntity'?: AuditableEntity;
208
+ 'auditableEntity'?: AuditableEntityModel;
242
209
  }
243
210
 
@@ -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,34 +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;
119
- /**
120
- *
121
- * @type {string}
122
- * @memberof DealPackageItemModel
123
- */
124
- 'chSurveyFormId'?: string | null;
125
- /**
126
- *
127
- * @type {string}
128
- * @memberof DealPackageItemModel
129
- */
130
- 'saasSurveyFormId'?: string | null;
131
- /**
132
- *
133
- * @type {string}
134
- * @memberof DealPackageItemModel
135
- */
136
- 'formUrlForChLink'?: string | null;
137
- /**
138
- *
139
- * @type {string}
140
- * @memberof DealPackageItemModel
141
- */
142
- 'formUrlForSaasLink'?: string | null;
118
+ 'feature'?: FeatureModel;
143
119
  /**
144
120
  *
145
121
  * @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 { RefundPolicy } from './refund-policy';
@@ -112,34 +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;
119
- /**
120
- *
121
- * @type {string}
122
- * @memberof DealPackageModel
123
- */
124
- 'chSurveyFormId'?: string | null;
125
- /**
126
- *
127
- * @type {string}
128
- * @memberof DealPackageModel
129
- */
130
- 'saasSurveyFormId'?: string | null;
131
- /**
132
- *
133
- * @type {string}
134
- * @memberof DealPackageModel
135
- */
136
- 'formUrlForChLink'?: string | null;
137
- /**
138
- *
139
- * @type {string}
140
- * @memberof DealPackageModel
141
- */
142
- 'formUrlForSaasLink'?: string | null;
118
+ 'feature'?: FeatureModel;
143
119
  /**
144
120
  *
145
121
  * @type {AuditableEntityModel}
@@ -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,33 +211,9 @@ 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;
218
- /**
219
- *
220
- * @type {string}
221
- * @memberof DoctorAffiliationItemModel
222
- */
223
- 'chSurveyFormId'?: string | null;
224
- /**
225
- *
226
- * @type {string}
227
- * @memberof DoctorAffiliationItemModel
228
- */
229
- 'saasSurveyFormId'?: string | null;
230
- /**
231
- *
232
- * @type {string}
233
- * @memberof DoctorAffiliationItemModel
234
- */
235
- 'formUrlForChLink'?: string | null;
236
- /**
237
- *
238
- * @type {string}
239
- * @memberof DoctorAffiliationItemModel
240
- */
241
- 'formUrlForSaasLink'?: string | null;
217
+ 'feature'?: FeatureModel;
242
218
  }
243
219
 
@@ -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,34 +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;
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;
226
+ 'feature'?: FeatureModel;
251
227
  /**
252
228
  *
253
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
 
@@ -13,51 +13,48 @@
13
13
  */
14
14
 
15
15
 
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import { SurveyFormSubDocumentModel } from './survey-form-sub-document-model';
19
16
 
20
17
  /**
21
18
  *
22
19
  * @export
23
- * @interface HospitalFeatureDetailDocumentModel
20
+ * @interface FeatureDetailDocumentModel
24
21
  */
25
- export interface HospitalFeatureDetailDocumentModel {
22
+ export interface FeatureDetailDocumentModel {
26
23
  /**
27
24
  *
28
25
  * @type {boolean}
29
- * @memberof HospitalFeatureDetailDocumentModel
26
+ * @memberof FeatureDetailDocumentModel
30
27
  */
31
28
  'IsEnabledAppointment'?: boolean;
32
29
  /**
33
30
  *
34
31
  * @type {boolean}
35
- * @memberof HospitalFeatureDetailDocumentModel
32
+ * @memberof FeatureDetailDocumentModel
36
33
  */
37
34
  'IsEnabledChat'?: boolean;
38
35
  /**
39
36
  *
40
37
  * @type {boolean}
41
- * @memberof HospitalFeatureDetailDocumentModel
38
+ * @memberof FeatureDetailDocumentModel
42
39
  */
43
40
  'IsEnabledCall'?: boolean;
44
41
  /**
45
42
  *
46
43
  * @type {boolean}
47
- * @memberof HospitalFeatureDetailDocumentModel
44
+ * @memberof FeatureDetailDocumentModel
48
45
  */
49
46
  'IsEnabledForm'?: boolean;
50
47
  /**
51
48
  *
52
49
  * @type {string}
53
- * @memberof HospitalFeatureDetailDocumentModel
50
+ * @memberof FeatureDetailDocumentModel
54
51
  */
55
52
  'SurveyFormId'?: string | null;
56
53
  /**
57
54
  *
58
- * @type {SurveyFormSubDocumentModel}
59
- * @memberof HospitalFeatureDetailDocumentModel
55
+ * @type {Array<string>}
56
+ * @memberof FeatureDetailDocumentModel
60
57
  */
61
- 'SurveyForm'?: SurveyFormSubDocumentModel;
58
+ 'SurveyFormTranslatedLanguages'?: Array<string> | null;
62
59
  }
63
60
 
@@ -13,51 +13,48 @@
13
13
  */
14
14
 
15
15
 
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import { SurveyFormSimpleMappingModel } from './survey-form-simple-mapping-model';
19
16
 
20
17
  /**
21
18
  *
22
19
  * @export
23
- * @interface HospitalFeatureDetailModel
20
+ * @interface FeatureDetailModel
24
21
  */
25
- export interface HospitalFeatureDetailModel {
22
+ export interface FeatureDetailModel {
26
23
  /**
27
24
  *
28
25
  * @type {boolean}
29
- * @memberof HospitalFeatureDetailModel
26
+ * @memberof FeatureDetailModel
30
27
  */
31
28
  'isEnabledAppointment'?: boolean;
32
29
  /**
33
30
  *
34
31
  * @type {boolean}
35
- * @memberof HospitalFeatureDetailModel
32
+ * @memberof FeatureDetailModel
36
33
  */
37
34
  'isEnabledChat'?: boolean;
38
35
  /**
39
36
  *
40
37
  * @type {boolean}
41
- * @memberof HospitalFeatureDetailModel
38
+ * @memberof FeatureDetailModel
42
39
  */
43
40
  'isEnabledCall'?: boolean;
44
41
  /**
45
42
  *
46
43
  * @type {boolean}
47
- * @memberof HospitalFeatureDetailModel
44
+ * @memberof FeatureDetailModel
48
45
  */
49
46
  'isEnabledForm'?: boolean;
50
47
  /**
51
48
  *
52
49
  * @type {string}
53
- * @memberof HospitalFeatureDetailModel
50
+ * @memberof FeatureDetailModel
54
51
  */
55
52
  'surveyFormId'?: string | null;
56
53
  /**
57
54
  *
58
- * @type {SurveyFormSimpleMappingModel}
59
- * @memberof HospitalFeatureDetailModel
55
+ * @type {Array<string>}
56
+ * @memberof FeatureDetailModel
60
57
  */
61
- 'surveyForm'?: SurveyFormSimpleMappingModel;
58
+ 'surveyFormTranslatedLanguages'?: Array<string> | null;
62
59
  }
63
60
 
@@ -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