ch-admin-api-client-typescript 4.6.0 → 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 +36 -0
- package/lib/api.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api.ts +36 -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}
|
|
@@ -4586,6 +4598,12 @@ export interface CreateHospitalCommand {
|
|
|
4586
4598
|
* @memberof CreateHospitalCommand
|
|
4587
4599
|
*/
|
|
4588
4600
|
'contactEmail'?: string | null;
|
|
4601
|
+
/**
|
|
4602
|
+
*
|
|
4603
|
+
* @type {boolean}
|
|
4604
|
+
* @memberof CreateHospitalCommand
|
|
4605
|
+
*/
|
|
4606
|
+
'paymentEnabled'?: boolean;
|
|
4589
4607
|
/**
|
|
4590
4608
|
*
|
|
4591
4609
|
* @type {LocationModel}
|
|
@@ -4699,6 +4717,12 @@ export interface CreateHospitalLanguageCommand {
|
|
|
4699
4717
|
* @interface CreateHospitalServiceCommand
|
|
4700
4718
|
*/
|
|
4701
4719
|
export interface CreateHospitalServiceCommand {
|
|
4720
|
+
/**
|
|
4721
|
+
*
|
|
4722
|
+
* @type {string}
|
|
4723
|
+
* @memberof CreateHospitalServiceCommand
|
|
4724
|
+
*/
|
|
4725
|
+
'languageCode'?: string | null;
|
|
4702
4726
|
/**
|
|
4703
4727
|
*
|
|
4704
4728
|
* @type {string}
|
|
@@ -4809,6 +4833,12 @@ export interface CreateHospitalSpecialtyCommand {
|
|
|
4809
4833
|
* @memberof CreateHospitalSpecialtyCommand
|
|
4810
4834
|
*/
|
|
4811
4835
|
'specialtyId'?: string;
|
|
4836
|
+
/**
|
|
4837
|
+
*
|
|
4838
|
+
* @type {string}
|
|
4839
|
+
* @memberof CreateHospitalSpecialtyCommand
|
|
4840
|
+
*/
|
|
4841
|
+
'languageCode'?: string | null;
|
|
4812
4842
|
/**
|
|
4813
4843
|
*
|
|
4814
4844
|
* @type {string}
|
|
@@ -4907,6 +4937,12 @@ export interface CreateHospitalWorkingDayCommand {
|
|
|
4907
4937
|
* @interface CreateLandingCommand
|
|
4908
4938
|
*/
|
|
4909
4939
|
export interface CreateLandingCommand {
|
|
4940
|
+
/**
|
|
4941
|
+
*
|
|
4942
|
+
* @type {string}
|
|
4943
|
+
* @memberof CreateLandingCommand
|
|
4944
|
+
*/
|
|
4945
|
+
'languageCode'?: string | null;
|
|
4910
4946
|
/**
|
|
4911
4947
|
*
|
|
4912
4948
|
* @type {string}
|