@eka-care/ekascribe-ts-sdk 1.5.57 → 1.5.58

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.
@@ -346,11 +346,16 @@ export interface TGetV1TemplateSectionsResponse {
346
346
  };
347
347
  }
348
348
  export type TPatchVoiceApiV2ConfigRequest = {
349
- auto_download?: boolean;
350
- default_languages?: string[];
351
- my_templates?: string[];
352
- scribe_enabled?: boolean;
353
- request_type?: string;
349
+ request_type: string;
350
+ data: {
351
+ auto_download?: boolean;
352
+ input_languages?: TGetConfigItem[];
353
+ consultation_mode?: string;
354
+ model_type?: string;
355
+ output_format_template?: TGetConfigItem[];
356
+ my_templates?: string[];
357
+ scribe_enabled?: boolean;
358
+ };
354
359
  };
355
360
  export interface TPatchVoiceApiV2ConfigResponse extends TPatchVoiceApiV2ConfigRequest {
356
361
  msg: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "1.5.57",
3
+ "version": "1.5.58",
4
4
  "main": "dist/index.js",
5
5
  "repository": "git@github.com:eka-care/eka-js-sdk.git",
6
6
  "author": "Sanikagoyal28 <sanikagoyal9@gmail.com>",