ch-admin-api-client-typescript 4.6.1 → 4.6.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.d.ts +42 -0
- package/lib/api.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api.ts +42 -0
package/lib/api.d.ts
CHANGED
|
@@ -3340,6 +3340,12 @@ export interface CreateAboutUsPageCommand {
|
|
|
3340
3340
|
* @memberof CreateAboutUsPageCommand
|
|
3341
3341
|
*/
|
|
3342
3342
|
'hospitalId'?: string;
|
|
3343
|
+
/**
|
|
3344
|
+
*
|
|
3345
|
+
* @type {string}
|
|
3346
|
+
* @memberof CreateAboutUsPageCommand
|
|
3347
|
+
*/
|
|
3348
|
+
'languageCode'?: string | null;
|
|
3343
3349
|
/**
|
|
3344
3350
|
*
|
|
3345
3351
|
* @type {string}
|
|
@@ -3899,6 +3905,12 @@ export interface CreateCountryCommand {
|
|
|
3899
3905
|
* @interface CreateDealCommand
|
|
3900
3906
|
*/
|
|
3901
3907
|
export interface CreateDealCommand {
|
|
3908
|
+
/**
|
|
3909
|
+
*
|
|
3910
|
+
* @type {string}
|
|
3911
|
+
* @memberof CreateDealCommand
|
|
3912
|
+
*/
|
|
3913
|
+
'language'?: string | null;
|
|
3902
3914
|
/**
|
|
3903
3915
|
*
|
|
3904
3916
|
* @type {string}
|
|
@@ -4210,6 +4222,18 @@ export interface CreateDoctorCommand {
|
|
|
4210
4222
|
* @memberof CreateDoctorCommand
|
|
4211
4223
|
*/
|
|
4212
4224
|
'hospitalId'?: string | null;
|
|
4225
|
+
/**
|
|
4226
|
+
*
|
|
4227
|
+
* @type {string}
|
|
4228
|
+
* @memberof CreateDoctorCommand
|
|
4229
|
+
*/
|
|
4230
|
+
'languageCode'?: string | null;
|
|
4231
|
+
/**
|
|
4232
|
+
*
|
|
4233
|
+
* @type {string}
|
|
4234
|
+
* @memberof CreateDoctorCommand
|
|
4235
|
+
*/
|
|
4236
|
+
'localizedName'?: string | null;
|
|
4213
4237
|
}
|
|
4214
4238
|
/**
|
|
4215
4239
|
*
|
|
@@ -4686,6 +4710,12 @@ export interface CreateHospitalLanguageCommand {
|
|
|
4686
4710
|
* @interface CreateHospitalServiceCommand
|
|
4687
4711
|
*/
|
|
4688
4712
|
export interface CreateHospitalServiceCommand {
|
|
4713
|
+
/**
|
|
4714
|
+
*
|
|
4715
|
+
* @type {string}
|
|
4716
|
+
* @memberof CreateHospitalServiceCommand
|
|
4717
|
+
*/
|
|
4718
|
+
'languageCode'?: string | null;
|
|
4689
4719
|
/**
|
|
4690
4720
|
*
|
|
4691
4721
|
* @type {string}
|
|
@@ -4796,6 +4826,12 @@ export interface CreateHospitalSpecialtyCommand {
|
|
|
4796
4826
|
* @memberof CreateHospitalSpecialtyCommand
|
|
4797
4827
|
*/
|
|
4798
4828
|
'specialtyId'?: string;
|
|
4829
|
+
/**
|
|
4830
|
+
*
|
|
4831
|
+
* @type {string}
|
|
4832
|
+
* @memberof CreateHospitalSpecialtyCommand
|
|
4833
|
+
*/
|
|
4834
|
+
'languageCode'?: string | null;
|
|
4799
4835
|
/**
|
|
4800
4836
|
*
|
|
4801
4837
|
* @type {string}
|
|
@@ -4894,6 +4930,12 @@ export interface CreateHospitalWorkingDayCommand {
|
|
|
4894
4930
|
* @interface CreateLandingCommand
|
|
4895
4931
|
*/
|
|
4896
4932
|
export interface CreateLandingCommand {
|
|
4933
|
+
/**
|
|
4934
|
+
*
|
|
4935
|
+
* @type {string}
|
|
4936
|
+
* @memberof CreateLandingCommand
|
|
4937
|
+
*/
|
|
4938
|
+
'languageCode'?: string | null;
|
|
4897
4939
|
/**
|
|
4898
4940
|
*
|
|
4899
4941
|
* @type {string}
|