@eka-care/ekascribe-ts-sdk 2.1.25 → 2.1.26
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 +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -464,6 +464,7 @@ export declare type TPatchVoiceApiV2ConfigRequest = {
|
|
|
464
464
|
request_type: string;
|
|
465
465
|
data: {
|
|
466
466
|
auto_download?: boolean;
|
|
467
|
+
auto_detect_language?: boolean;
|
|
467
468
|
input_languages?: TGetConfigItem[];
|
|
468
469
|
consultation_mode?: string;
|
|
469
470
|
model_type?: string;
|
|
@@ -697,6 +698,7 @@ export declare type TSelectedPreferences = {
|
|
|
697
698
|
auto_download?: boolean;
|
|
698
699
|
model_type?: string;
|
|
699
700
|
copy_overlay?: boolean;
|
|
701
|
+
auto_detect_language?: boolean;
|
|
700
702
|
};
|
|
701
703
|
|
|
702
704
|
export declare type TSessionHistoryData = {
|