@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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. 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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "2.1.20",
3
+ "version": "2.1.21",
4
4
  "description": "EkaScribe TypeScript SDK - Modern ES2020 build",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",