@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.
- package/dist/index.mjs +7 -0
- 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;
|