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/lib/api.d.ts
CHANGED
|
@@ -3781,24 +3781,6 @@ export interface CreateDoctorCommand {
|
|
|
3781
3781
|
* @memberof CreateDoctorCommand
|
|
3782
3782
|
*/
|
|
3783
3783
|
'lastName'?: string | null;
|
|
3784
|
-
/**
|
|
3785
|
-
*
|
|
3786
|
-
* @type {string}
|
|
3787
|
-
* @memberof CreateDoctorCommand
|
|
3788
|
-
*/
|
|
3789
|
-
'phone'?: string | null;
|
|
3790
|
-
/**
|
|
3791
|
-
*
|
|
3792
|
-
* @type {string}
|
|
3793
|
-
* @memberof CreateDoctorCommand
|
|
3794
|
-
*/
|
|
3795
|
-
'photo'?: string | null;
|
|
3796
|
-
/**
|
|
3797
|
-
*
|
|
3798
|
-
* @type {string}
|
|
3799
|
-
* @memberof CreateDoctorCommand
|
|
3800
|
-
*/
|
|
3801
|
-
'photoThumbnail'?: string | null;
|
|
3802
3784
|
/**
|
|
3803
3785
|
*
|
|
3804
3786
|
* @type {Gender}
|
|
@@ -3817,24 +3799,6 @@ export interface CreateDoctorCommand {
|
|
|
3817
3799
|
* @memberof CreateDoctorCommand
|
|
3818
3800
|
*/
|
|
3819
3801
|
'startPracticeDate'?: Date | null;
|
|
3820
|
-
/**
|
|
3821
|
-
*
|
|
3822
|
-
* @type {string}
|
|
3823
|
-
* @memberof CreateDoctorCommand
|
|
3824
|
-
*/
|
|
3825
|
-
'overview'?: string | null;
|
|
3826
|
-
/**
|
|
3827
|
-
*
|
|
3828
|
-
* @type {boolean}
|
|
3829
|
-
* @memberof CreateDoctorCommand
|
|
3830
|
-
*/
|
|
3831
|
-
'consultationEnabled'?: boolean | null;
|
|
3832
|
-
/**
|
|
3833
|
-
*
|
|
3834
|
-
* @type {number}
|
|
3835
|
-
* @memberof CreateDoctorCommand
|
|
3836
|
-
*/
|
|
3837
|
-
'consultationFee'?: number | null;
|
|
3838
3802
|
/**
|
|
3839
3803
|
*
|
|
3840
3804
|
* @type {string}
|
|
@@ -8119,6 +8083,12 @@ export interface HospitalServiceModel {
|
|
|
8119
8083
|
* @memberof HospitalServiceModel
|
|
8120
8084
|
*/
|
|
8121
8085
|
'customStyle'?: string | null;
|
|
8086
|
+
/**
|
|
8087
|
+
*
|
|
8088
|
+
* @type {Array<LocalizedUrlModel>}
|
|
8089
|
+
* @memberof HospitalServiceModel
|
|
8090
|
+
*/
|
|
8091
|
+
'localizedUrls'?: Array<LocalizedUrlModel> | null;
|
|
8122
8092
|
/**
|
|
8123
8093
|
*
|
|
8124
8094
|
* @type {Array<MediaModel>}
|
|
@@ -12057,6 +12027,12 @@ export interface UpdateDoctorAffiliationCommand {
|
|
|
12057
12027
|
* @memberof UpdateDoctorAffiliationCommand
|
|
12058
12028
|
*/
|
|
12059
12029
|
'description'?: string | null;
|
|
12030
|
+
/**
|
|
12031
|
+
*
|
|
12032
|
+
* @type {string}
|
|
12033
|
+
* @memberof UpdateDoctorAffiliationCommand
|
|
12034
|
+
*/
|
|
12035
|
+
'overview'?: string | null;
|
|
12060
12036
|
/**
|
|
12061
12037
|
*
|
|
12062
12038
|
* @type {string}
|