@eka-care/ekascribe-ts-sdk 2.1.20 → 2.1.21
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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -31577,7 +31577,7 @@ const DEFAULT_HEADER_IMAGE = "https://cdn.eka.care/vagus/cmlf0ip4a00000td1dmth2w
|
|
|
31577
31577
|
}) {
|
|
31578
31578
|
try {
|
|
31579
31579
|
const l = EkaScribeStore$1.eventCallback;
|
|
31580
|
-
this.vadInstance.pauseVad();
|
|
31580
|
+
this.vadInstance.pauseVad(), this.vadInstance.destroyVad();
|
|
31581
31581
|
const f = await patchTransactionStatus({
|
|
31582
31582
|
sessionId: n,
|
|
31583
31583
|
processing_status: i,
|