@eka-care/ekascribe-ts-sdk 3.0.54 → 3.0.56
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 +1 -2
- package/dist/index.mjs +588 -600
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -157,6 +157,7 @@ declare class EkaScribe {
|
|
|
157
157
|
upload: SessionUploadInfo;
|
|
158
158
|
audioFile: File | Blob;
|
|
159
159
|
audioFileName?: string;
|
|
160
|
+
storage_provider?: string | null;
|
|
160
161
|
}): Promise<TStartRecordingResponse>;
|
|
161
162
|
/** @deprecated Backward compatible */
|
|
162
163
|
commitTransactionCall(): Promise<TEndRecordingResponse>;
|
|
@@ -278,8 +279,6 @@ export declare enum RESULT_STATUS {
|
|
|
278
279
|
|
|
279
280
|
export { SDKResult }
|
|
280
281
|
|
|
281
|
-
export { SessionUploadInfo }
|
|
282
|
-
|
|
283
282
|
declare class SessionUtils {
|
|
284
283
|
private transport;
|
|
285
284
|
private hosts;
|