ch-admin-api-client-typescript 4.5.4 → 4.5.6
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 +20 -26
- package/lib/api.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api.ts +20 -26
package/package.json
CHANGED
package/src/api.ts
CHANGED
|
@@ -4059,6 +4059,12 @@ export interface CreateDoctorAffiliationCommand {
|
|
|
4059
4059
|
* @memberof CreateDoctorAffiliationCommand
|
|
4060
4060
|
*/
|
|
4061
4061
|
'name'?: string | null;
|
|
4062
|
+
/**
|
|
4063
|
+
*
|
|
4064
|
+
* @type {string}
|
|
4065
|
+
* @memberof CreateDoctorAffiliationCommand
|
|
4066
|
+
*/
|
|
4067
|
+
'languageCode'?: string | null;
|
|
4062
4068
|
/**
|
|
4063
4069
|
*
|
|
4064
4070
|
* @type {string}
|
|
@@ -4466,6 +4472,12 @@ export interface CreateHospitalCommand {
|
|
|
4466
4472
|
* @memberof CreateHospitalCommand
|
|
4467
4473
|
*/
|
|
4468
4474
|
'name'?: string | null;
|
|
4475
|
+
/**
|
|
4476
|
+
*
|
|
4477
|
+
* @type {string}
|
|
4478
|
+
* @memberof CreateHospitalCommand
|
|
4479
|
+
*/
|
|
4480
|
+
'languageCode'?: string | null;
|
|
4469
4481
|
/**
|
|
4470
4482
|
*
|
|
4471
4483
|
* @type {string}
|
|
@@ -4673,7 +4685,7 @@ export interface CreateHospitalLanguageCommand {
|
|
|
4673
4685
|
* @type {string}
|
|
4674
4686
|
* @memberof CreateHospitalLanguageCommand
|
|
4675
4687
|
*/
|
|
4676
|
-
'
|
|
4688
|
+
'languageCode'?: string | null;
|
|
4677
4689
|
/**
|
|
4678
4690
|
*
|
|
4679
4691
|
* @type {number}
|
|
@@ -8527,6 +8539,12 @@ export interface HospitalLanguageItemModel {
|
|
|
8527
8539
|
* @memberof HospitalLanguageItemModel
|
|
8528
8540
|
*/
|
|
8529
8541
|
'published'?: boolean;
|
|
8542
|
+
/**
|
|
8543
|
+
*
|
|
8544
|
+
* @type {number}
|
|
8545
|
+
* @memberof HospitalLanguageItemModel
|
|
8546
|
+
*/
|
|
8547
|
+
'order'?: number;
|
|
8530
8548
|
}
|
|
8531
8549
|
/**
|
|
8532
8550
|
*
|
|
@@ -8732,7 +8750,7 @@ export interface HospitalModel {
|
|
|
8732
8750
|
* @type {Array<HospitalLanguageItemModel>}
|
|
8733
8751
|
* @memberof HospitalModel
|
|
8734
8752
|
*/
|
|
8735
|
-
'
|
|
8753
|
+
'languages'?: Array<HospitalLanguageItemModel> | null;
|
|
8736
8754
|
}
|
|
8737
8755
|
/**
|
|
8738
8756
|
*
|
|
@@ -13054,18 +13072,6 @@ export interface TranslateDoctorAffiliationCommand {
|
|
|
13054
13072
|
* @memberof TranslateDoctorAffiliationCommand
|
|
13055
13073
|
*/
|
|
13056
13074
|
'translateToLanguageCodes'?: Array<string> | null;
|
|
13057
|
-
/**
|
|
13058
|
-
*
|
|
13059
|
-
* @type {boolean}
|
|
13060
|
-
* @memberof TranslateDoctorAffiliationCommand
|
|
13061
|
-
*/
|
|
13062
|
-
'isAllowedOverwrite'?: boolean | null;
|
|
13063
|
-
/**
|
|
13064
|
-
*
|
|
13065
|
-
* @type {boolean}
|
|
13066
|
-
* @memberof TranslateDoctorAffiliationCommand
|
|
13067
|
-
*/
|
|
13068
|
-
'isAllowOverwriteConfirmed'?: boolean | null;
|
|
13069
13075
|
}
|
|
13070
13076
|
/**
|
|
13071
13077
|
*
|
|
@@ -13091,18 +13097,6 @@ export interface TranslateHospitalCommand {
|
|
|
13091
13097
|
* @memberof TranslateHospitalCommand
|
|
13092
13098
|
*/
|
|
13093
13099
|
'translateToLanguageCodes'?: Array<string> | null;
|
|
13094
|
-
/**
|
|
13095
|
-
*
|
|
13096
|
-
* @type {boolean}
|
|
13097
|
-
* @memberof TranslateHospitalCommand
|
|
13098
|
-
*/
|
|
13099
|
-
'isAllowedOverwrite'?: boolean | null;
|
|
13100
|
-
/**
|
|
13101
|
-
*
|
|
13102
|
-
* @type {boolean}
|
|
13103
|
-
* @memberof TranslateHospitalCommand
|
|
13104
|
-
*/
|
|
13105
|
-
'isAllowOverwriteConfirmed'?: boolean | null;
|
|
13106
13100
|
}
|
|
13107
13101
|
/**
|
|
13108
13102
|
*
|