@eka-care/ekascribe-ts-sdk 2.0.42 → 2.0.43

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 +7 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -54221,6 +54221,13 @@ const decodeApiResponse = (i) => {
54221
54221
  try {
54222
54222
  const c = (/* @__PURE__ */ new Date()).getTime() + a;
54223
54223
  let u = 0;
54224
+ s?.({
54225
+ txn_id: i,
54226
+ response: null,
54227
+ status_code: 202,
54228
+ message: "Polling for session output summary started",
54229
+ poll_status: "in-progress"
54230
+ });
54224
54231
  const m = async () => {
54225
54232
  try {
54226
54233
  const y = await getVoiceApiV3Status({ txnId: i }), { status_code: l, response: p } = y;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "2.0.42",
3
+ "version": "2.0.43",
4
4
  "description": "EkaScribe TypeScript SDK - Modern ES2020 build",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",