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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "4.6.1",
3
+ "version": "4.6.3",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "index.js",
6
6
  "scripts": {
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}
@@ -4229,6 +4241,18 @@ export interface CreateDoctorCommand {
4229
4241
  * @memberof CreateDoctorCommand
4230
4242
  */
4231
4243
  'hospitalId'?: string | null;
4244
+ /**
4245
+ *
4246
+ * @type {string}
4247
+ * @memberof CreateDoctorCommand
4248
+ */
4249
+ 'languageCode'?: string | null;
4250
+ /**
4251
+ *
4252
+ * @type {string}
4253
+ * @memberof CreateDoctorCommand
4254
+ */
4255
+ 'localizedName'?: string | null;
4232
4256
  }
4233
4257
  /**
4234
4258
  *
@@ -4705,6 +4729,12 @@ export interface CreateHospitalLanguageCommand {
4705
4729
  * @interface CreateHospitalServiceCommand
4706
4730
  */
4707
4731
  export interface CreateHospitalServiceCommand {
4732
+ /**
4733
+ *
4734
+ * @type {string}
4735
+ * @memberof CreateHospitalServiceCommand
4736
+ */
4737
+ 'languageCode'?: string | null;
4708
4738
  /**
4709
4739
  *
4710
4740
  * @type {string}
@@ -4815,6 +4845,12 @@ export interface CreateHospitalSpecialtyCommand {
4815
4845
  * @memberof CreateHospitalSpecialtyCommand
4816
4846
  */
4817
4847
  'specialtyId'?: string;
4848
+ /**
4849
+ *
4850
+ * @type {string}
4851
+ * @memberof CreateHospitalSpecialtyCommand
4852
+ */
4853
+ 'languageCode'?: string | null;
4818
4854
  /**
4819
4855
  *
4820
4856
  * @type {string}
@@ -4913,6 +4949,12 @@ export interface CreateHospitalWorkingDayCommand {
4913
4949
  * @interface CreateLandingCommand
4914
4950
  */
4915
4951
  export interface CreateLandingCommand {
4952
+ /**
4953
+ *
4954
+ * @type {string}
4955
+ * @memberof CreateLandingCommand
4956
+ */
4957
+ 'languageCode'?: string | null;
4916
4958
  /**
4917
4959
  *
4918
4960
  * @type {string}