ch-admin-api-client-typescript 4.7.1 → 4.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "4.7.1",
3
+ "version": "4.7.3",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/api.ts CHANGED
@@ -7594,12 +7594,6 @@ export interface FaqCategoryModel {
7594
7594
  * @memberof FaqCategoryModel
7595
7595
  */
7596
7596
  'content'?: string | null;
7597
- /**
7598
- *
7599
- * @type {Array<MediaModel>}
7600
- * @memberof FaqCategoryModel
7601
- */
7602
- 'medias'?: Array<MediaModel> | null;
7603
7597
  }
7604
7598
  /**
7605
7599
  *
@@ -8564,16 +8558,16 @@ export interface HospitalItemModel {
8564
8558
  'location'?: LocationModel;
8565
8559
  /**
8566
8560
  *
8567
- * @type {AuditableEntity}
8561
+ * @type {HospitalConsultationOptionModel}
8568
8562
  * @memberof HospitalItemModel
8569
8563
  */
8570
- 'auditableEntity'?: AuditableEntity;
8564
+ 'consultationOption'?: HospitalConsultationOptionModel;
8571
8565
  /**
8572
8566
  *
8573
- * @type {HospitalConsultationOptionModel}
8567
+ * @type {AuditableEntity}
8574
8568
  * @memberof HospitalItemModel
8575
8569
  */
8576
- 'consultationOption'?: HospitalConsultationOptionModel;
8570
+ 'auditableEntity'?: AuditableEntity;
8577
8571
  }
8578
8572
  /**
8579
8573
  *
@@ -8741,16 +8735,16 @@ export interface HospitalModel {
8741
8735
  'location'?: LocationModel;
8742
8736
  /**
8743
8737
  *
8744
- * @type {AuditableEntity}
8738
+ * @type {HospitalConsultationOptionModel}
8745
8739
  * @memberof HospitalModel
8746
8740
  */
8747
- 'auditableEntity'?: AuditableEntity;
8741
+ 'consultationOption'?: HospitalConsultationOptionModel;
8748
8742
  /**
8749
8743
  *
8750
- * @type {HospitalConsultationOptionModel}
8744
+ * @type {AuditableEntity}
8751
8745
  * @memberof HospitalModel
8752
8746
  */
8753
- 'consultationOption'?: HospitalConsultationOptionModel;
8747
+ 'auditableEntity'?: AuditableEntity;
8754
8748
  /**
8755
8749
  *
8756
8750
  * @type {string}
@@ -9107,6 +9101,12 @@ export interface HospitalServiceModel {
9107
9101
  * @memberof HospitalServiceModel
9108
9102
  */
9109
9103
  'content'?: string | null;
9104
+ /**
9105
+ *
9106
+ * @type {ServiceCategoryMappingModel}
9107
+ * @memberof HospitalServiceModel
9108
+ */
9109
+ 'serviceCategory'?: ServiceCategoryMappingModel;
9110
9110
  /**
9111
9111
  *
9112
9112
  * @type {string}
@@ -11820,6 +11820,25 @@ export interface ServiceCategoryItemModel {
11820
11820
  */
11821
11821
  'serviceCount'?: number;
11822
11822
  }
11823
+ /**
11824
+ *
11825
+ * @export
11826
+ * @interface ServiceCategoryMappingModel
11827
+ */
11828
+ export interface ServiceCategoryMappingModel {
11829
+ /**
11830
+ *
11831
+ * @type {string}
11832
+ * @memberof ServiceCategoryMappingModel
11833
+ */
11834
+ 'id'?: string;
11835
+ /**
11836
+ *
11837
+ * @type {string}
11838
+ * @memberof ServiceCategoryMappingModel
11839
+ */
11840
+ 'name'?: string | null;
11841
+ }
11823
11842
  /**
11824
11843
  *
11825
11844
  * @export