@eka-care/ekascribe-ts-sdk 3.0.55 → 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 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>;