@regulaforensics/idv-capture-web 2.5.185-nightly → 2.5.186-nightly
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 +3 -2
- package/dist/main.iife.js +36 -36
- package/dist/main.js +12923 -13369
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -222,7 +222,7 @@ export declare enum PrepareWorkflowError {
|
|
|
222
222
|
export declare enum ScenarioError {
|
|
223
223
|
INITIALIZATION_REQUIRED = 0,
|
|
224
224
|
PREPARED_REQUIRED = 1,
|
|
225
|
-
|
|
225
|
+
START_SESSION_FAILED = 2,
|
|
226
226
|
UNKNOWN_STEP = 3,
|
|
227
227
|
MODULES_ISSUE = 4,
|
|
228
228
|
ALREADY_STARTED = 5,
|
|
@@ -251,7 +251,8 @@ export declare enum StartSessionError {
|
|
|
251
251
|
HTTP_ISSUE = 0,
|
|
252
252
|
PROVIDER_ERROR = 1,
|
|
253
253
|
DECODING_FAILED = 2,
|
|
254
|
-
TOKEN_ERROR = 3
|
|
254
|
+
TOKEN_ERROR = 3,
|
|
255
|
+
CONNECTION_ISSUE = 4
|
|
255
256
|
}
|
|
256
257
|
|
|
257
258
|
export declare type StartWorkflowConfig = {
|