ch-admin-api-client-typescript 4.6.1 → 4.6.2
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 +30 -0
- package/lib/api.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api.ts +30 -0
package/package.json
CHANGED
package/src/api.ts
CHANGED
|
@@ -3359,6 +3359,12 @@ export interface CreateAboutUsPageCommand {
|
|
|
3359
3359
|
* @memberof CreateAboutUsPageCommand
|
|
3360
3360
|
*/
|
|
3361
3361
|
'hospitalId'?: string;
|
|
3362
|
+
/**
|
|
3363
|
+
*
|
|
3364
|
+
* @type {string}
|
|
3365
|
+
* @memberof CreateAboutUsPageCommand
|
|
3366
|
+
*/
|
|
3367
|
+
'languageCode'?: string | null;
|
|
3362
3368
|
/**
|
|
3363
3369
|
*
|
|
3364
3370
|
* @type {string}
|
|
@@ -3918,6 +3924,12 @@ export interface CreateCountryCommand {
|
|
|
3918
3924
|
* @interface CreateDealCommand
|
|
3919
3925
|
*/
|
|
3920
3926
|
export interface CreateDealCommand {
|
|
3927
|
+
/**
|
|
3928
|
+
*
|
|
3929
|
+
* @type {string}
|
|
3930
|
+
* @memberof CreateDealCommand
|
|
3931
|
+
*/
|
|
3932
|
+
'language'?: string | null;
|
|
3921
3933
|
/**
|
|
3922
3934
|
*
|
|
3923
3935
|
* @type {string}
|
|
@@ -4705,6 +4717,12 @@ export interface CreateHospitalLanguageCommand {
|
|
|
4705
4717
|
* @interface CreateHospitalServiceCommand
|
|
4706
4718
|
*/
|
|
4707
4719
|
export interface CreateHospitalServiceCommand {
|
|
4720
|
+
/**
|
|
4721
|
+
*
|
|
4722
|
+
* @type {string}
|
|
4723
|
+
* @memberof CreateHospitalServiceCommand
|
|
4724
|
+
*/
|
|
4725
|
+
'languageCode'?: string | null;
|
|
4708
4726
|
/**
|
|
4709
4727
|
*
|
|
4710
4728
|
* @type {string}
|
|
@@ -4815,6 +4833,12 @@ export interface CreateHospitalSpecialtyCommand {
|
|
|
4815
4833
|
* @memberof CreateHospitalSpecialtyCommand
|
|
4816
4834
|
*/
|
|
4817
4835
|
'specialtyId'?: string;
|
|
4836
|
+
/**
|
|
4837
|
+
*
|
|
4838
|
+
* @type {string}
|
|
4839
|
+
* @memberof CreateHospitalSpecialtyCommand
|
|
4840
|
+
*/
|
|
4841
|
+
'languageCode'?: string | null;
|
|
4818
4842
|
/**
|
|
4819
4843
|
*
|
|
4820
4844
|
* @type {string}
|
|
@@ -4913,6 +4937,12 @@ export interface CreateHospitalWorkingDayCommand {
|
|
|
4913
4937
|
* @interface CreateLandingCommand
|
|
4914
4938
|
*/
|
|
4915
4939
|
export interface CreateLandingCommand {
|
|
4940
|
+
/**
|
|
4941
|
+
*
|
|
4942
|
+
* @type {string}
|
|
4943
|
+
* @memberof CreateLandingCommand
|
|
4944
|
+
*/
|
|
4945
|
+
'languageCode'?: string | null;
|
|
4916
4946
|
/**
|
|
4917
4947
|
*
|
|
4918
4948
|
* @type {string}
|