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/lib/api.d.ts CHANGED
@@ -4222,6 +4222,18 @@ export interface CreateDoctorCommand {
4222
4222
  * @memberof CreateDoctorCommand
4223
4223
  */
4224
4224
  'hospitalId'?: string | null;
4225
+ /**
4226
+ *
4227
+ * @type {string}
4228
+ * @memberof CreateDoctorCommand
4229
+ */
4230
+ 'languageCode'?: string | null;
4231
+ /**
4232
+ *
4233
+ * @type {string}
4234
+ * @memberof CreateDoctorCommand
4235
+ */
4236
+ 'localizedName'?: string | null;
4225
4237
  }
4226
4238
  /**
4227
4239
  *