@eka-care/ekascribe-ts-sdk 3.0.5 → 3.0.6
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 +1 -10
- package/dist/index.mjs +432 -432
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -189,19 +189,10 @@ export declare enum ERROR_CODE {
|
|
|
189
189
|
TXN_INIT_FAILED = "txn_init_failed",
|
|
190
190
|
TXN_LIMIT_EXCEEDED = "txn_limit_exceeded",
|
|
191
191
|
INTERNAL_SERVER_ERROR = "internal_server_error",
|
|
192
|
-
|
|
192
|
+
END_RECORDING_FAILED = "end_recording_failed",
|
|
193
193
|
AUDIO_UPLOAD_FAILED = "audio_upload_failed",
|
|
194
194
|
TXN_COMMIT_FAILED = "txn_commit_failed",
|
|
195
|
-
INVALID_REQUEST = "invalid_request",
|
|
196
|
-
VAD_NOT_INITIALIZED = "vad_not_initialized",
|
|
197
|
-
NO_AUDIO_CAPTURE = "no_audio_capture",
|
|
198
|
-
SPEECH_DETECTED = "speech_detected",
|
|
199
195
|
TXN_STATUS_MISMATCH = "txn_status_mismatch",
|
|
200
|
-
LONG_SILENCE = "long_silence",
|
|
201
|
-
GET_PRESIGNED_URL_FAILED = "get_presigned_url_failed",
|
|
202
|
-
UPLOAD_FULL_AUDIO = "upload_full_audio",
|
|
203
|
-
FETCH_WRAPPER_RESPONSE = "fetch_wrapper_response",
|
|
204
|
-
FETCH_WRAPPER_ERROR = "fetch_wrapper_error",
|
|
205
196
|
NETWORK_ERROR = "network_error",
|
|
206
197
|
UNKNOWN_ERROR = "unknown_error",
|
|
207
198
|
UNAUTHORIZED = "unauthorized",
|