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 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}
@@ -4686,6 +4698,12 @@ export interface CreateHospitalLanguageCommand {
4686
4698
  * @interface CreateHospitalServiceCommand
4687
4699
  */
4688
4700
  export interface CreateHospitalServiceCommand {
4701
+ /**
4702
+ *
4703
+ * @type {string}
4704
+ * @memberof CreateHospitalServiceCommand
4705
+ */
4706
+ 'languageCode'?: string | null;
4689
4707
  /**
4690
4708
  *
4691
4709
  * @type {string}
@@ -4796,6 +4814,12 @@ export interface CreateHospitalSpecialtyCommand {
4796
4814
  * @memberof CreateHospitalSpecialtyCommand
4797
4815
  */
4798
4816
  'specialtyId'?: string;
4817
+ /**
4818
+ *
4819
+ * @type {string}
4820
+ * @memberof CreateHospitalSpecialtyCommand
4821
+ */
4822
+ 'languageCode'?: string | null;
4799
4823
  /**
4800
4824
  *
4801
4825
  * @type {string}
@@ -4894,6 +4918,12 @@ export interface CreateHospitalWorkingDayCommand {
4894
4918
  * @interface CreateLandingCommand
4895
4919
  */
4896
4920
  export interface CreateLandingCommand {
4921
+ /**
4922
+ *
4923
+ * @type {string}
4924
+ * @memberof CreateLandingCommand
4925
+ */
4926
+ 'languageCode'?: string | null;
4897
4927
  /**
4898
4928
  *
4899
4929
  * @type {string}