ch-admin-api-client-typescript 3.5.5 → 3.5.8
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 +12 -36
- package/lib/api.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api.ts +12 -36
package/package.json
CHANGED
package/src/api.ts
CHANGED
|
@@ -3800,24 +3800,6 @@ export interface CreateDoctorCommand {
|
|
|
3800
3800
|
* @memberof CreateDoctorCommand
|
|
3801
3801
|
*/
|
|
3802
3802
|
'lastName'?: string | null;
|
|
3803
|
-
/**
|
|
3804
|
-
*
|
|
3805
|
-
* @type {string}
|
|
3806
|
-
* @memberof CreateDoctorCommand
|
|
3807
|
-
*/
|
|
3808
|
-
'phone'?: string | null;
|
|
3809
|
-
/**
|
|
3810
|
-
*
|
|
3811
|
-
* @type {string}
|
|
3812
|
-
* @memberof CreateDoctorCommand
|
|
3813
|
-
*/
|
|
3814
|
-
'photo'?: string | null;
|
|
3815
|
-
/**
|
|
3816
|
-
*
|
|
3817
|
-
* @type {string}
|
|
3818
|
-
* @memberof CreateDoctorCommand
|
|
3819
|
-
*/
|
|
3820
|
-
'photoThumbnail'?: string | null;
|
|
3821
3803
|
/**
|
|
3822
3804
|
*
|
|
3823
3805
|
* @type {Gender}
|
|
@@ -3836,24 +3818,6 @@ export interface CreateDoctorCommand {
|
|
|
3836
3818
|
* @memberof CreateDoctorCommand
|
|
3837
3819
|
*/
|
|
3838
3820
|
'startPracticeDate'?: Date | null;
|
|
3839
|
-
/**
|
|
3840
|
-
*
|
|
3841
|
-
* @type {string}
|
|
3842
|
-
* @memberof CreateDoctorCommand
|
|
3843
|
-
*/
|
|
3844
|
-
'overview'?: string | null;
|
|
3845
|
-
/**
|
|
3846
|
-
*
|
|
3847
|
-
* @type {boolean}
|
|
3848
|
-
* @memberof CreateDoctorCommand
|
|
3849
|
-
*/
|
|
3850
|
-
'consultationEnabled'?: boolean | null;
|
|
3851
|
-
/**
|
|
3852
|
-
*
|
|
3853
|
-
* @type {number}
|
|
3854
|
-
* @memberof CreateDoctorCommand
|
|
3855
|
-
*/
|
|
3856
|
-
'consultationFee'?: number | null;
|
|
3857
3821
|
/**
|
|
3858
3822
|
*
|
|
3859
3823
|
* @type {string}
|
|
@@ -8142,6 +8106,12 @@ export interface HospitalServiceModel {
|
|
|
8142
8106
|
* @memberof HospitalServiceModel
|
|
8143
8107
|
*/
|
|
8144
8108
|
'customStyle'?: string | null;
|
|
8109
|
+
/**
|
|
8110
|
+
*
|
|
8111
|
+
* @type {Array<LocalizedUrlModel>}
|
|
8112
|
+
* @memberof HospitalServiceModel
|
|
8113
|
+
*/
|
|
8114
|
+
'localizedUrls'?: Array<LocalizedUrlModel> | null;
|
|
8145
8115
|
/**
|
|
8146
8116
|
*
|
|
8147
8117
|
* @type {Array<MediaModel>}
|
|
@@ -12101,6 +12071,12 @@ export interface UpdateDoctorAffiliationCommand {
|
|
|
12101
12071
|
* @memberof UpdateDoctorAffiliationCommand
|
|
12102
12072
|
*/
|
|
12103
12073
|
'description'?: string | null;
|
|
12074
|
+
/**
|
|
12075
|
+
*
|
|
12076
|
+
* @type {string}
|
|
12077
|
+
* @memberof UpdateDoctorAffiliationCommand
|
|
12078
|
+
*/
|
|
12079
|
+
'overview'?: string | null;
|
|
12104
12080
|
/**
|
|
12105
12081
|
*
|
|
12106
12082
|
* @type {string}
|