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 +12 -0
- package/lib/api.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api.ts +12 -0
package/package.json
CHANGED
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
|
*
|