@eka-care/ekascribe-ts-sdk 2.0.16 → 2.0.18

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +5 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -324,6 +324,11 @@ declare type TPatchVoiceApiV2ConfigRequest = {
324
324
  output_format_template?: TGetConfigItem[];
325
325
  my_templates?: string[];
326
326
  scribe_enabled?: boolean;
327
+ clinic_name?: string;
328
+ specialization?: string;
329
+ emr?: string;
330
+ microphone_permission_check?: boolean;
331
+ consult_language?: string[];
327
332
  };
328
333
  };
329
334
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "2.0.16",
3
+ "version": "2.0.18",
4
4
  "description": "EkaScribe TypeScript SDK - Modern ES2020 build",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",