ch-admin-api-client-typescript 4.6.2 → 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.2",
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
@@ -4241,6 +4241,18 @@ export interface CreateDoctorCommand {
4241
4241
  * @memberof CreateDoctorCommand
4242
4242
  */
4243
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;
4244
4256
  }
4245
4257
  /**
4246
4258
  *