@eka-care/ekascribe-ts-sdk 2.1.22 → 2.1.23
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
|
@@ -380,6 +380,7 @@ declare type TGetStatusApiResponse = {
|
|
|
380
380
|
custom: TOutputSummary[];
|
|
381
381
|
transcript: TOutputSummary[];
|
|
382
382
|
};
|
|
383
|
+
additional_data?: any;
|
|
383
384
|
};
|
|
384
385
|
error?: {
|
|
385
386
|
code: string;
|
|
@@ -477,6 +478,7 @@ export declare type TPatchVoiceApiV2ConfigRequest = {
|
|
|
477
478
|
contact_number?: string;
|
|
478
479
|
onboarding_step?: string;
|
|
479
480
|
sys_info?: TSystemInfo;
|
|
481
|
+
copy_overlay?: boolean;
|
|
480
482
|
};
|
|
481
483
|
query_params?: string;
|
|
482
484
|
};
|
|
@@ -694,6 +696,7 @@ export declare type TSelectedPreferences = {
|
|
|
694
696
|
use_audio_cues?: boolean;
|
|
695
697
|
auto_download?: boolean;
|
|
696
698
|
model_type?: string;
|
|
699
|
+
copy_overlay?: boolean;
|
|
697
700
|
};
|
|
698
701
|
|
|
699
702
|
export declare type TSessionHistoryData = {
|