ch-admin-api-client-typescript 4.1.9 → 4.2.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/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>}
@@ -19275,7 +19221,7 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
19275
19221
  apiV1DoctoraffiliationsIdGet: (id: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
19276
19222
  /**
19277
19223
  *
19278
- * @summary Update Hospital.
19224
+ * @summary Update doctor affiliation.
19279
19225
  * @param {string} id
19280
19226
  * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
19281
19227
  * @param {*} [options] Override http request option.
@@ -19382,7 +19328,7 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration | u
19382
19328
  apiV1DoctoraffiliationsIdGet(id: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationModel>>;
19383
19329
  /**
19384
19330
  *
19385
- * @summary Update Hospital.
19331
+ * @summary Update doctor affiliation.
19386
19332
  * @param {string} id
19387
19333
  * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
19388
19334
  * @param {*} [options] Override http request option.
@@ -19489,7 +19435,7 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
19489
19435
  apiV1DoctoraffiliationsIdGet(id: string, languageCode?: string | undefined, options?: any): AxiosPromise<DoctorAffiliationModel>;
19490
19436
  /**
19491
19437
  *
19492
- * @summary Update Hospital.
19438
+ * @summary Update doctor affiliation.
19493
19439
  * @param {string} id
19494
19440
  * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
19495
19441
  * @param {*} [options] Override http request option.
@@ -19606,7 +19552,7 @@ export declare class DoctorAffiliationsApi extends BaseAPI {
19606
19552
  apiV1DoctoraffiliationsIdGet(id: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel>>;
19607
19553
  /**
19608
19554
  *
19609
- * @summary Update Hospital.
19555
+ * @summary Update doctor affiliation.
19610
19556
  * @param {string} id
19611
19557
  * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
19612
19558
  * @param {*} [options] Override http request option.