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/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}
|
|
@@ -4567,6 +4579,12 @@ export interface CreateHospitalCommand {
|
|
|
4567
4579
|
* @memberof CreateHospitalCommand
|
|
4568
4580
|
*/
|
|
4569
4581
|
'contactEmail'?: string | null;
|
|
4582
|
+
/**
|
|
4583
|
+
*
|
|
4584
|
+
* @type {boolean}
|
|
4585
|
+
* @memberof CreateHospitalCommand
|
|
4586
|
+
*/
|
|
4587
|
+
'paymentEnabled'?: boolean;
|
|
4570
4588
|
/**
|
|
4571
4589
|
*
|
|
4572
4590
|
* @type {LocationModel}
|
|
@@ -4680,6 +4698,12 @@ export interface CreateHospitalLanguageCommand {
|
|
|
4680
4698
|
* @interface CreateHospitalServiceCommand
|
|
4681
4699
|
*/
|
|
4682
4700
|
export interface CreateHospitalServiceCommand {
|
|
4701
|
+
/**
|
|
4702
|
+
*
|
|
4703
|
+
* @type {string}
|
|
4704
|
+
* @memberof CreateHospitalServiceCommand
|
|
4705
|
+
*/
|
|
4706
|
+
'languageCode'?: string | null;
|
|
4683
4707
|
/**
|
|
4684
4708
|
*
|
|
4685
4709
|
* @type {string}
|
|
@@ -4790,6 +4814,12 @@ export interface CreateHospitalSpecialtyCommand {
|
|
|
4790
4814
|
* @memberof CreateHospitalSpecialtyCommand
|
|
4791
4815
|
*/
|
|
4792
4816
|
'specialtyId'?: string;
|
|
4817
|
+
/**
|
|
4818
|
+
*
|
|
4819
|
+
* @type {string}
|
|
4820
|
+
* @memberof CreateHospitalSpecialtyCommand
|
|
4821
|
+
*/
|
|
4822
|
+
'languageCode'?: string | null;
|
|
4793
4823
|
/**
|
|
4794
4824
|
*
|
|
4795
4825
|
* @type {string}
|
|
@@ -4888,6 +4918,12 @@ export interface CreateHospitalWorkingDayCommand {
|
|
|
4888
4918
|
* @interface CreateLandingCommand
|
|
4889
4919
|
*/
|
|
4890
4920
|
export interface CreateLandingCommand {
|
|
4921
|
+
/**
|
|
4922
|
+
*
|
|
4923
|
+
* @type {string}
|
|
4924
|
+
* @memberof CreateLandingCommand
|
|
4925
|
+
*/
|
|
4926
|
+
'languageCode'?: string | null;
|
|
4891
4927
|
/**
|
|
4892
4928
|
*
|
|
4893
4929
|
* @type {string}
|