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 +0 -54
- package/lib/api.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api.ts +0 -54
package/package.json
CHANGED
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>}
|