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.js CHANGED
@@ -13081,7 +13081,7 @@ exports.DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
13081
13081
  },
13082
13082
  /**
13083
13083
  *
13084
- * @summary Update Hospital.
13084
+ * @summary Update doctor affiliation.
13085
13085
  * @param {string} id
13086
13086
  * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
13087
13087
  * @param {*} [options] Override http request option.
@@ -13358,7 +13358,7 @@ exports.DoctorAffiliationsApiFp = function (configuration) {
13358
13358
  },
13359
13359
  /**
13360
13360
  *
13361
- * @summary Update Hospital.
13361
+ * @summary Update doctor affiliation.
13362
13362
  * @param {string} id
13363
13363
  * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
13364
13364
  * @param {*} [options] Override http request option.
@@ -13508,7 +13508,7 @@ exports.DoctorAffiliationsApiFactory = function (configuration, basePath, axios)
13508
13508
  },
13509
13509
  /**
13510
13510
  *
13511
- * @summary Update Hospital.
13511
+ * @summary Update doctor affiliation.
13512
13512
  * @param {string} id
13513
13513
  * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
13514
13514
  * @param {*} [options] Override http request option.
@@ -13658,7 +13658,7 @@ var DoctorAffiliationsApi = /** @class */ (function (_super) {
13658
13658
  };
13659
13659
  /**
13660
13660
  *
13661
- * @summary Update Hospital.
13661
+ * @summary Update doctor affiliation.
13662
13662
  * @param {string} id
13663
13663
  * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
13664
13664
  * @param {*} [options] Override http request option.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "4.1.9",
3
+ "version": "4.2.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
@@ -7462,18 +7462,6 @@ export interface HospitalEquipmentItemModel {
7462
7462
  * @memberof HospitalEquipmentItemModel
7463
7463
  */
7464
7464
  'description'?: string | null;
7465
- /**
7466
- *
7467
- * @type {string}
7468
- * @memberof HospitalEquipmentItemModel
7469
- */
7470
- 'hospitalId'?: string;
7471
- /**
7472
- *
7473
- * @type {string}
7474
- * @memberof HospitalEquipmentItemModel
7475
- */
7476
- 'hospitalName'?: string | null;
7477
7465
  /**
7478
7466
  *
7479
7467
  * @type {Array<MediaModel>}
@@ -7511,18 +7499,6 @@ export interface HospitalEquipmentModel {
7511
7499
  * @memberof HospitalEquipmentModel
7512
7500
  */
7513
7501
  'description'?: string | null;
7514
- /**
7515
- *
7516
- * @type {string}
7517
- * @memberof HospitalEquipmentModel
7518
- */
7519
- 'hospitalId'?: string;
7520
- /**
7521
- *
7522
- * @type {string}
7523
- * @memberof HospitalEquipmentModel
7524
- */
7525
- 'hospitalName'?: string | null;
7526
7502
  /**
7527
7503
  *
7528
7504
  * @type {Array<MediaModel>}
@@ -7567,18 +7543,6 @@ export interface HospitalEvaluationItemModel {
7567
7543
  * @memberof HospitalEvaluationItemModel
7568
7544
  */
7569
7545
  'id'?: string;
7570
- /**
7571
- *
7572
- * @type {string}
7573
- * @memberof HospitalEvaluationItemModel
7574
- */
7575
- 'hospitalId'?: string;
7576
- /**
7577
- *
7578
- * @type {string}
7579
- * @memberof HospitalEvaluationItemModel
7580
- */
7581
- 'hospitalName'?: string | null;
7582
7546
  /**
7583
7547
  *
7584
7548
  * @type {string}
@@ -7616,18 +7580,6 @@ export interface HospitalEvaluationModel {
7616
7580
  * @memberof HospitalEvaluationModel
7617
7581
  */
7618
7582
  'id'?: string;
7619
- /**
7620
- *
7621
- * @type {string}
7622
- * @memberof HospitalEvaluationModel
7623
- */
7624
- 'hospitalId'?: string;
7625
- /**
7626
- *
7627
- * @type {string}
7628
- * @memberof HospitalEvaluationModel
7629
- */
7630
- 'hospitalName'?: string | null;
7631
7583
  /**
7632
7584
  *
7633
7585
  * @type {string}
@@ -12873,12 +12825,6 @@ export interface UpdateHospitalEquipmentCommand {
12873
12825
  * @memberof UpdateHospitalEquipmentCommand
12874
12826
  */
12875
12827
  'description'?: string | null;
12876
- /**
12877
- *
12878
- * @type {string}
12879
- * @memberof UpdateHospitalEquipmentCommand
12880
- */
12881
- 'hospitalName'?: string | null;
12882
12828
  /**
12883
12829
  *
12884
12830
  * @type {Array<MediaModel>}
@@ -25329,7 +25275,7 @@ export const DoctorAffiliationsApiAxiosParamCreator = function (configuration?:
25329
25275
  },
25330
25276
  /**
25331
25277
  *
25332
- * @summary Update Hospital.
25278
+ * @summary Update doctor affiliation.
25333
25279
  * @param {string} id
25334
25280
  * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
25335
25281
  * @param {*} [options] Override http request option.
@@ -25527,7 +25473,7 @@ export const DoctorAffiliationsApiFp = function(configuration?: Configuration) {
25527
25473
  },
25528
25474
  /**
25529
25475
  *
25530
- * @summary Update Hospital.
25476
+ * @summary Update doctor affiliation.
25531
25477
  * @param {string} id
25532
25478
  * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
25533
25479
  * @param {*} [options] Override http request option.
@@ -25660,7 +25606,7 @@ export const DoctorAffiliationsApiFactory = function (configuration?: Configurat
25660
25606
  },
25661
25607
  /**
25662
25608
  *
25663
- * @summary Update Hospital.
25609
+ * @summary Update doctor affiliation.
25664
25610
  * @param {string} id
25665
25611
  * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
25666
25612
  * @param {*} [options] Override http request option.
@@ -25807,7 +25753,7 @@ export class DoctorAffiliationsApi extends BaseAPI {
25807
25753
 
25808
25754
  /**
25809
25755
  *
25810
- * @summary Update Hospital.
25756
+ * @summary Update doctor affiliation.
25811
25757
  * @param {string} id
25812
25758
  * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
25813
25759
  * @param {*} [options] Override http request option.