@eka-care/ekascribe-ts-sdk 3.0.45 → 3.0.46
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/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -489,6 +489,8 @@ export declare type TGetConfigV2Response = {
|
|
|
489
489
|
supported_languages: TGetConfigItem[];
|
|
490
490
|
supported_output_formats: TGetConfigItem[];
|
|
491
491
|
consultation_modes: TGetConfigItem[];
|
|
492
|
+
supported_integrations: TGetConfigItem[];
|
|
493
|
+
integrations: TGetConfigItem[];
|
|
492
494
|
max_selection: {
|
|
493
495
|
supported_languages: number;
|
|
494
496
|
supported_output_formats: number;
|
|
@@ -744,6 +746,7 @@ export declare type TPatchVoiceApiV2ConfigRequest = {
|
|
|
744
746
|
auto_download?: boolean;
|
|
745
747
|
auto_detect_language?: boolean;
|
|
746
748
|
input_languages?: TGetConfigItem[];
|
|
749
|
+
integrations?: TGetConfigItem[];
|
|
747
750
|
consultation_mode?: string;
|
|
748
751
|
model_type?: string;
|
|
749
752
|
output_format_template?: TGetConfigItem[];
|