ch-admin-api-client-typescript 4.1.7 → 4.2.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.
package/lib/api.d.ts CHANGED
@@ -7439,18 +7439,6 @@ export interface HospitalEquipmentItemModel {
7439
7439
  * @memberof HospitalEquipmentItemModel
7440
7440
  */
7441
7441
  'description'?: string | null;
7442
- /**
7443
- *
7444
- * @type {string}
7445
- * @memberof HospitalEquipmentItemModel
7446
- */
7447
- 'hospitalId'?: string;
7448
- /**
7449
- *
7450
- * @type {string}
7451
- * @memberof HospitalEquipmentItemModel
7452
- */
7453
- 'hospitalName'?: string | null;
7454
7442
  /**
7455
7443
  *
7456
7444
  * @type {Array<MediaModel>}
@@ -7488,18 +7476,6 @@ export interface HospitalEquipmentModel {
7488
7476
  * @memberof HospitalEquipmentModel
7489
7477
  */
7490
7478
  'description'?: string | null;
7491
- /**
7492
- *
7493
- * @type {string}
7494
- * @memberof HospitalEquipmentModel
7495
- */
7496
- 'hospitalId'?: string;
7497
- /**
7498
- *
7499
- * @type {string}
7500
- * @memberof HospitalEquipmentModel
7501
- */
7502
- 'hospitalName'?: string | null;
7503
7479
  /**
7504
7480
  *
7505
7481
  * @type {Array<MediaModel>}
@@ -7544,18 +7520,6 @@ export interface HospitalEvaluationItemModel {
7544
7520
  * @memberof HospitalEvaluationItemModel
7545
7521
  */
7546
7522
  'id'?: string;
7547
- /**
7548
- *
7549
- * @type {string}
7550
- * @memberof HospitalEvaluationItemModel
7551
- */
7552
- 'hospitalId'?: string;
7553
- /**
7554
- *
7555
- * @type {string}
7556
- * @memberof HospitalEvaluationItemModel
7557
- */
7558
- 'hospitalName'?: string | null;
7559
7523
  /**
7560
7524
  *
7561
7525
  * @type {string}
@@ -7593,18 +7557,6 @@ export interface HospitalEvaluationModel {
7593
7557
  * @memberof HospitalEvaluationModel
7594
7558
  */
7595
7559
  'id'?: string;
7596
- /**
7597
- *
7598
- * @type {string}
7599
- * @memberof HospitalEvaluationModel
7600
- */
7601
- 'hospitalId'?: string;
7602
- /**
7603
- *
7604
- * @type {string}
7605
- * @memberof HospitalEvaluationModel
7606
- */
7607
- 'hospitalName'?: string | null;
7608
7560
  /**
7609
7561
  *
7610
7562
  * @type {string}
@@ -12825,12 +12777,6 @@ export interface UpdateHospitalEquipmentCommand {
12825
12777
  * @memberof UpdateHospitalEquipmentCommand
12826
12778
  */
12827
12779
  'description'?: string | null;
12828
- /**
12829
- *
12830
- * @type {string}
12831
- * @memberof UpdateHospitalEquipmentCommand
12832
- */
12833
- 'hospitalName'?: string | null;
12834
12780
  /**
12835
12781
  *
12836
12782
  * @type {Array<MediaModel>}