@eka-care/ekascribe-ts-sdk 2.0.17 → 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 +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -328,7 +328,7 @@ declare type TPatchVoiceApiV2ConfigRequest = {
328
328
  specialization?: string;
329
329
  emr?: string;
330
330
  microphone_permission_check?: boolean;
331
- consult_language?: string;
331
+ consult_language?: string[];
332
332
  };
333
333
  };
334
334
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "2.0.17",
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",