idmission-web-sdk 2.2.128 → 2.2.129
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/components/customer_flows/CustomerBiometricsEnrollment.d.ts +2 -0
- package/dist/components/customer_flows/CustomerBiometricsEnrollment.d.ts.map +1 -1
- package/dist/components/customer_flows/CustomerIdAndBiometricsEnrollment.d.ts +2 -0
- package/dist/components/customer_flows/CustomerIdAndBiometricsEnrollment.d.ts.map +1 -1
- package/dist/components/customer_flows/CustomerIdentification.d.ts +2 -1
- package/dist/components/customer_flows/CustomerIdentification.d.ts.map +1 -1
- package/dist/components/customer_flows/CustomerVerification.d.ts +2 -0
- package/dist/components/customer_flows/CustomerVerification.d.ts.map +1 -1
- package/dist/components/customer_flows/DocumentCapture.d.ts +2 -0
- package/dist/components/customer_flows/DocumentCapture.d.ts.map +1 -1
- package/dist/components/customer_flows/FaceValidation.d.ts +2 -0
- package/dist/components/customer_flows/FaceValidation.d.ts.map +1 -1
- package/dist/components/customer_flows/IdAndFaceValidation.d.ts +2 -0
- package/dist/components/customer_flows/IdAndFaceValidation.d.ts.map +1 -1
- package/dist/components/customer_flows/IdValidation.d.ts +2 -0
- package/dist/components/customer_flows/IdValidation.d.ts.map +1 -1
- package/dist/components/customer_flows/SignatureKYC.d.ts +2 -0
- package/dist/components/customer_flows/SignatureKYC.d.ts.map +1 -1
- package/dist/components/customer_flows/VideoIdValidation.d.ts +2 -0
- package/dist/components/customer_flows/VideoIdValidation.d.ts.map +1 -1
- package/dist/sdk2.cjs.development.js +21 -1
- package/dist/sdk2.cjs.development.js.map +1 -1
- package/dist/sdk2.cjs.production.js +1 -1
- package/dist/sdk2.cjs.production.js.map +1 -1
- package/dist/sdk2.esm.js +21 -1
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +21 -1
- package/dist/sdk2.umd.development.js.map +1 -1
- package/dist/sdk2.umd.production.js +1 -1
- package/dist/sdk2.umd.production.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
212
212
|
};
|
|
213
213
|
|
|
214
|
-
var webSdkVersion = '2.2.
|
|
214
|
+
var webSdkVersion = '2.2.129';
|
|
215
215
|
|
|
216
216
|
function getPlatform() {
|
|
217
217
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
@@ -25096,6 +25096,7 @@
|
|
|
25096
25096
|
onComplete = _a.onComplete,
|
|
25097
25097
|
onApproved = _a.onApproved,
|
|
25098
25098
|
onDenied = _a.onDenied,
|
|
25099
|
+
onRequestFailure = _a.onRequestFailure,
|
|
25099
25100
|
onExitCapture = _a.onExitCapture,
|
|
25100
25101
|
onUserCancel = _a.onUserCancel,
|
|
25101
25102
|
onModelError = _a.onModelError,
|
|
@@ -25224,6 +25225,7 @@
|
|
|
25224
25225
|
onBeforeSubmit: onBeforeSubmit,
|
|
25225
25226
|
onSubmit: onSubmit,
|
|
25226
25227
|
onResponseReceived: onResponseReceived,
|
|
25228
|
+
onRequestFailure: onRequestFailure,
|
|
25227
25229
|
geolocationEnabled: geolocationEnabled,
|
|
25228
25230
|
geolocationRequired: geolocationRequired,
|
|
25229
25231
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks
|
|
@@ -25282,6 +25284,7 @@
|
|
|
25282
25284
|
onComplete = _a.onComplete,
|
|
25283
25285
|
onApproved = _a.onApproved,
|
|
25284
25286
|
onDenied = _a.onDenied,
|
|
25287
|
+
onRequestFailure = _a.onRequestFailure,
|
|
25285
25288
|
onExitCapture = _a.onExitCapture,
|
|
25286
25289
|
onExitAfterFailure = _a.onExitAfterFailure,
|
|
25287
25290
|
onUserCancel = _a.onUserCancel,
|
|
@@ -25347,6 +25350,7 @@
|
|
|
25347
25350
|
onDocumentUploaded: onDocumentUploaded,
|
|
25348
25351
|
onDocumentUploadFailed: onDocumentUploadFailed,
|
|
25349
25352
|
onBeforeLivenessCheck: onBeforeSubmit,
|
|
25353
|
+
onRequestFailure: onRequestFailure,
|
|
25350
25354
|
geolocationEnabled: geolocationEnabled,
|
|
25351
25355
|
geolocationRequired: geolocationRequired,
|
|
25352
25356
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks,
|
|
@@ -25443,6 +25447,7 @@
|
|
|
25443
25447
|
onComplete = _a.onComplete,
|
|
25444
25448
|
onApproved = _a.onApproved,
|
|
25445
25449
|
onDenied = _a.onDenied,
|
|
25450
|
+
onRequestFailure = _a.onRequestFailure,
|
|
25446
25451
|
onExitCapture = _a.onExitCapture,
|
|
25447
25452
|
onExitAfterFailure = _a.onExitAfterFailure,
|
|
25448
25453
|
onUserCancel = _a.onUserCancel,
|
|
@@ -25594,6 +25599,7 @@
|
|
|
25594
25599
|
onBeforeLivenessCheck: onBeforeLivenessCheck,
|
|
25595
25600
|
onSubmit: onSubmit,
|
|
25596
25601
|
onResponseReceived: onResponseReceived,
|
|
25602
|
+
onRequestFailure: onRequestFailure,
|
|
25597
25603
|
geolocationEnabled: geolocationEnabled,
|
|
25598
25604
|
geolocationRequired: geolocationRequired,
|
|
25599
25605
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks
|
|
@@ -25694,6 +25700,7 @@
|
|
|
25694
25700
|
onComplete = _a.onComplete,
|
|
25695
25701
|
onEnrolled = _a.onEnrolled,
|
|
25696
25702
|
onDenied = _a.onDenied,
|
|
25703
|
+
onRequestFailure = _a.onRequestFailure,
|
|
25697
25704
|
onExitCapture = _a.onExitCapture,
|
|
25698
25705
|
onExitAfterFailure = _a.onExitAfterFailure,
|
|
25699
25706
|
onUserCancel = _a.onUserCancel,
|
|
@@ -25864,6 +25871,7 @@
|
|
|
25864
25871
|
onBeforeSubmit: onBeforeSubmit,
|
|
25865
25872
|
onSubmit: onSubmit,
|
|
25866
25873
|
onResponseReceived: onResponseReceived,
|
|
25874
|
+
onRequestFailure: onRequestFailure,
|
|
25867
25875
|
geolocationEnabled: geolocationEnabled,
|
|
25868
25876
|
geolocationRequired: geolocationRequired,
|
|
25869
25877
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks
|
|
@@ -26379,6 +26387,7 @@
|
|
|
26379
26387
|
onComplete = _a.onComplete,
|
|
26380
26388
|
onCustomerMatched = _a.onCustomerMatched,
|
|
26381
26389
|
onCustomerNotMatched = _a.onCustomerNotMatched,
|
|
26390
|
+
onRequestFailure = _a.onRequestFailure,
|
|
26382
26391
|
onExitCapture = _a.onExitCapture,
|
|
26383
26392
|
onExitAfterFailure = _a.onExitAfterFailure,
|
|
26384
26393
|
onUserCancel = _a.onUserCancel,
|
|
@@ -26417,6 +26426,7 @@
|
|
|
26417
26426
|
onDocumentUploadFailed: onDocumentUploadFailed,
|
|
26418
26427
|
onBeforeSubmit: onBeforeSubmit,
|
|
26419
26428
|
onSubmit: onSubmit,
|
|
26429
|
+
onRequestFailure: onRequestFailure,
|
|
26420
26430
|
geolocationEnabled: geolocationEnabled,
|
|
26421
26431
|
geolocationRequired: geolocationRequired,
|
|
26422
26432
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks
|
|
@@ -26933,6 +26943,7 @@
|
|
|
26933
26943
|
onComplete = _a.onComplete,
|
|
26934
26944
|
onCustomerMatched = _a.onCustomerMatched,
|
|
26935
26945
|
onCustomerNotMatched = _a.onCustomerNotMatched,
|
|
26946
|
+
onRequestFailure = _a.onRequestFailure,
|
|
26936
26947
|
onCaptureGuidanceTimeout = _a.onCaptureGuidanceTimeout,
|
|
26937
26948
|
onExitCapture = _a.onExitCapture,
|
|
26938
26949
|
onExitAfterFailure = _a.onExitAfterFailure,
|
|
@@ -26976,6 +26987,7 @@
|
|
|
26976
26987
|
onDocumentUploadFailed: onDocumentUploadFailed,
|
|
26977
26988
|
onBeforeSubmit: onBeforeSubmit,
|
|
26978
26989
|
onSubmit: onSubmit,
|
|
26990
|
+
onRequestFailure: onRequestFailure,
|
|
26979
26991
|
geolocationEnabled: geolocationEnabled,
|
|
26980
26992
|
geolocationRequired: geolocationRequired,
|
|
26981
26993
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks
|
|
@@ -27023,6 +27035,7 @@
|
|
|
27023
27035
|
onBeforeSubmit = _a.onBeforeSubmit,
|
|
27024
27036
|
onSubmit = _a.onSubmit,
|
|
27025
27037
|
onComplete = _a.onComplete,
|
|
27038
|
+
onRequestFailure = _a.onRequestFailure,
|
|
27026
27039
|
onUserCancel = _a.onUserCancel,
|
|
27027
27040
|
onModelError = _a.onModelError,
|
|
27028
27041
|
onCameraAccessDenied = _a.onCameraAccessDenied,
|
|
@@ -27070,6 +27083,7 @@
|
|
|
27070
27083
|
onBeforeSubmit: onBeforeSubmit,
|
|
27071
27084
|
onSubmit: onSubmit,
|
|
27072
27085
|
onResponseReceived: onComplete,
|
|
27086
|
+
onRequestFailure: onRequestFailure,
|
|
27073
27087
|
geolocationEnabled: geolocationEnabled,
|
|
27074
27088
|
geolocationRequired: geolocationRequired,
|
|
27075
27089
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks
|
|
@@ -27139,6 +27153,7 @@
|
|
|
27139
27153
|
onSubmit = _a.onSubmit,
|
|
27140
27154
|
onBeforeSubmit = _a.onBeforeSubmit,
|
|
27141
27155
|
onComplete = _a.onComplete,
|
|
27156
|
+
onRequestFailure = _a.onRequestFailure,
|
|
27142
27157
|
onExitCapture = _a.onExitCapture,
|
|
27143
27158
|
onExitAfterFailure = _a.onExitAfterFailure,
|
|
27144
27159
|
onUserCancel = _a.onUserCancel,
|
|
@@ -27309,6 +27324,7 @@
|
|
|
27309
27324
|
onSubmit: onSubmit,
|
|
27310
27325
|
onBeforeSubmit: onBeforeSubmit,
|
|
27311
27326
|
onResponseReceived: onComplete,
|
|
27327
|
+
onRequestFailure: onRequestFailure,
|
|
27312
27328
|
geolocationEnabled: geolocationEnabled,
|
|
27313
27329
|
geolocationRequired: geolocationRequired,
|
|
27314
27330
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks
|
|
@@ -27368,6 +27384,7 @@
|
|
|
27368
27384
|
onComplete = _a.onComplete,
|
|
27369
27385
|
onEnrolled = _a.onEnrolled,
|
|
27370
27386
|
onDenied = _a.onDenied,
|
|
27387
|
+
onRequestFailure = _a.onRequestFailure,
|
|
27371
27388
|
onExitCapture = _a.onExitCapture,
|
|
27372
27389
|
onExitAfterFailure = _a.onExitAfterFailure,
|
|
27373
27390
|
onUserCancel = _a.onUserCancel,
|
|
@@ -27476,6 +27493,7 @@
|
|
|
27476
27493
|
onBeforeSubmit: onBeforeSubmit,
|
|
27477
27494
|
onSubmit: onSubmit,
|
|
27478
27495
|
onResponseReceived: onResponseReceived,
|
|
27496
|
+
onRequestFailure: onRequestFailure,
|
|
27479
27497
|
geolocationEnabled: geolocationEnabled,
|
|
27480
27498
|
geolocationRequired: geolocationRequired,
|
|
27481
27499
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks
|
|
@@ -27511,6 +27529,7 @@
|
|
|
27511
27529
|
onDocumentUploaded = _a.onDocumentUploaded,
|
|
27512
27530
|
onDocumentUploadFailed = _a.onDocumentUploadFailed,
|
|
27513
27531
|
onComplete = _a.onComplete,
|
|
27532
|
+
onRequestFailure = _a.onRequestFailure,
|
|
27514
27533
|
onExitCapture = _a.onExitCapture,
|
|
27515
27534
|
onUserCancel = _a.onUserCancel,
|
|
27516
27535
|
onCameraAccessDenied = _a.onCameraAccessDenied,
|
|
@@ -27547,6 +27566,7 @@
|
|
|
27547
27566
|
onDocumentUploadProgress: onDocumentUploadProgress,
|
|
27548
27567
|
onDocumentUploaded: onDocumentUploaded,
|
|
27549
27568
|
onDocumentUploadFailed: onDocumentUploadFailed,
|
|
27569
|
+
onRequestFailure: onRequestFailure,
|
|
27550
27570
|
geolocationEnabled: geolocationEnabled,
|
|
27551
27571
|
geolocationRequired: geolocationRequired,
|
|
27552
27572
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks
|