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
package/dist/sdk2.esm.js
CHANGED
|
@@ -203,7 +203,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
203
203
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
204
204
|
};
|
|
205
205
|
|
|
206
|
-
var webSdkVersion = '2.2.
|
|
206
|
+
var webSdkVersion = '2.2.129';
|
|
207
207
|
|
|
208
208
|
function getPlatform() {
|
|
209
209
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
@@ -15204,6 +15204,7 @@ var IdValidation = function IdValidation(_a) {
|
|
|
15204
15204
|
onComplete = _a.onComplete,
|
|
15205
15205
|
onApproved = _a.onApproved,
|
|
15206
15206
|
onDenied = _a.onDenied,
|
|
15207
|
+
onRequestFailure = _a.onRequestFailure,
|
|
15207
15208
|
onExitCapture = _a.onExitCapture,
|
|
15208
15209
|
onUserCancel = _a.onUserCancel,
|
|
15209
15210
|
onModelError = _a.onModelError,
|
|
@@ -15332,6 +15333,7 @@ var IdValidation = function IdValidation(_a) {
|
|
|
15332
15333
|
onBeforeSubmit: onBeforeSubmit,
|
|
15333
15334
|
onSubmit: onSubmit,
|
|
15334
15335
|
onResponseReceived: onResponseReceived,
|
|
15336
|
+
onRequestFailure: onRequestFailure,
|
|
15335
15337
|
geolocationEnabled: geolocationEnabled,
|
|
15336
15338
|
geolocationRequired: geolocationRequired,
|
|
15337
15339
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks
|
|
@@ -15390,6 +15392,7 @@ var FaceValidation = function FaceValidation(_a) {
|
|
|
15390
15392
|
onComplete = _a.onComplete,
|
|
15391
15393
|
onApproved = _a.onApproved,
|
|
15392
15394
|
onDenied = _a.onDenied,
|
|
15395
|
+
onRequestFailure = _a.onRequestFailure,
|
|
15393
15396
|
onExitCapture = _a.onExitCapture,
|
|
15394
15397
|
onExitAfterFailure = _a.onExitAfterFailure,
|
|
15395
15398
|
onUserCancel = _a.onUserCancel,
|
|
@@ -15455,6 +15458,7 @@ var FaceValidation = function FaceValidation(_a) {
|
|
|
15455
15458
|
onDocumentUploaded: onDocumentUploaded,
|
|
15456
15459
|
onDocumentUploadFailed: onDocumentUploadFailed,
|
|
15457
15460
|
onBeforeLivenessCheck: onBeforeSubmit,
|
|
15461
|
+
onRequestFailure: onRequestFailure,
|
|
15458
15462
|
geolocationEnabled: geolocationEnabled,
|
|
15459
15463
|
geolocationRequired: geolocationRequired,
|
|
15460
15464
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks,
|
|
@@ -15551,6 +15555,7 @@ var IdAndFaceValidation = function IdAndFaceValidation(_a) {
|
|
|
15551
15555
|
onComplete = _a.onComplete,
|
|
15552
15556
|
onApproved = _a.onApproved,
|
|
15553
15557
|
onDenied = _a.onDenied,
|
|
15558
|
+
onRequestFailure = _a.onRequestFailure,
|
|
15554
15559
|
onExitCapture = _a.onExitCapture,
|
|
15555
15560
|
onExitAfterFailure = _a.onExitAfterFailure,
|
|
15556
15561
|
onUserCancel = _a.onUserCancel,
|
|
@@ -15702,6 +15707,7 @@ var IdAndFaceValidation = function IdAndFaceValidation(_a) {
|
|
|
15702
15707
|
onBeforeLivenessCheck: onBeforeLivenessCheck,
|
|
15703
15708
|
onSubmit: onSubmit,
|
|
15704
15709
|
onResponseReceived: onResponseReceived,
|
|
15710
|
+
onRequestFailure: onRequestFailure,
|
|
15705
15711
|
geolocationEnabled: geolocationEnabled,
|
|
15706
15712
|
geolocationRequired: geolocationRequired,
|
|
15707
15713
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks
|
|
@@ -15802,6 +15808,7 @@ var CustomerIdAndBiometricsEnrollment = function CustomerIdAndBiometricsEnrollme
|
|
|
15802
15808
|
onComplete = _a.onComplete,
|
|
15803
15809
|
onEnrolled = _a.onEnrolled,
|
|
15804
15810
|
onDenied = _a.onDenied,
|
|
15811
|
+
onRequestFailure = _a.onRequestFailure,
|
|
15805
15812
|
onExitCapture = _a.onExitCapture,
|
|
15806
15813
|
onExitAfterFailure = _a.onExitAfterFailure,
|
|
15807
15814
|
onUserCancel = _a.onUserCancel,
|
|
@@ -15972,6 +15979,7 @@ var CustomerIdAndBiometricsEnrollment = function CustomerIdAndBiometricsEnrollme
|
|
|
15972
15979
|
onBeforeSubmit: onBeforeSubmit,
|
|
15973
15980
|
onSubmit: onSubmit,
|
|
15974
15981
|
onResponseReceived: onResponseReceived,
|
|
15982
|
+
onRequestFailure: onRequestFailure,
|
|
15975
15983
|
geolocationEnabled: geolocationEnabled,
|
|
15976
15984
|
geolocationRequired: geolocationRequired,
|
|
15977
15985
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks
|
|
@@ -16487,6 +16495,7 @@ var CustomerVerification = function CustomerVerification(_a) {
|
|
|
16487
16495
|
onComplete = _a.onComplete,
|
|
16488
16496
|
onCustomerMatched = _a.onCustomerMatched,
|
|
16489
16497
|
onCustomerNotMatched = _a.onCustomerNotMatched,
|
|
16498
|
+
onRequestFailure = _a.onRequestFailure,
|
|
16490
16499
|
onExitCapture = _a.onExitCapture,
|
|
16491
16500
|
onExitAfterFailure = _a.onExitAfterFailure,
|
|
16492
16501
|
onUserCancel = _a.onUserCancel,
|
|
@@ -16525,6 +16534,7 @@ var CustomerVerification = function CustomerVerification(_a) {
|
|
|
16525
16534
|
onDocumentUploadFailed: onDocumentUploadFailed,
|
|
16526
16535
|
onBeforeSubmit: onBeforeSubmit,
|
|
16527
16536
|
onSubmit: onSubmit,
|
|
16537
|
+
onRequestFailure: onRequestFailure,
|
|
16528
16538
|
geolocationEnabled: geolocationEnabled,
|
|
16529
16539
|
geolocationRequired: geolocationRequired,
|
|
16530
16540
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks
|
|
@@ -17041,6 +17051,7 @@ var CustomerIdentification = function CustomerIdentification(_a) {
|
|
|
17041
17051
|
onComplete = _a.onComplete,
|
|
17042
17052
|
onCustomerMatched = _a.onCustomerMatched,
|
|
17043
17053
|
onCustomerNotMatched = _a.onCustomerNotMatched,
|
|
17054
|
+
onRequestFailure = _a.onRequestFailure,
|
|
17044
17055
|
onCaptureGuidanceTimeout = _a.onCaptureGuidanceTimeout,
|
|
17045
17056
|
onExitCapture = _a.onExitCapture,
|
|
17046
17057
|
onExitAfterFailure = _a.onExitAfterFailure,
|
|
@@ -17084,6 +17095,7 @@ var CustomerIdentification = function CustomerIdentification(_a) {
|
|
|
17084
17095
|
onDocumentUploadFailed: onDocumentUploadFailed,
|
|
17085
17096
|
onBeforeSubmit: onBeforeSubmit,
|
|
17086
17097
|
onSubmit: onSubmit,
|
|
17098
|
+
onRequestFailure: onRequestFailure,
|
|
17087
17099
|
geolocationEnabled: geolocationEnabled,
|
|
17088
17100
|
geolocationRequired: geolocationRequired,
|
|
17089
17101
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks
|
|
@@ -17131,6 +17143,7 @@ var SignatureKYC = function SignatureKYC(_a) {
|
|
|
17131
17143
|
onBeforeSubmit = _a.onBeforeSubmit,
|
|
17132
17144
|
onSubmit = _a.onSubmit,
|
|
17133
17145
|
onComplete = _a.onComplete,
|
|
17146
|
+
onRequestFailure = _a.onRequestFailure,
|
|
17134
17147
|
onUserCancel = _a.onUserCancel,
|
|
17135
17148
|
onModelError = _a.onModelError,
|
|
17136
17149
|
onCameraAccessDenied = _a.onCameraAccessDenied,
|
|
@@ -17178,6 +17191,7 @@ var SignatureKYC = function SignatureKYC(_a) {
|
|
|
17178
17191
|
onBeforeSubmit: onBeforeSubmit,
|
|
17179
17192
|
onSubmit: onSubmit,
|
|
17180
17193
|
onResponseReceived: onComplete,
|
|
17194
|
+
onRequestFailure: onRequestFailure,
|
|
17181
17195
|
geolocationEnabled: geolocationEnabled,
|
|
17182
17196
|
geolocationRequired: geolocationRequired,
|
|
17183
17197
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks
|
|
@@ -17247,6 +17261,7 @@ var VideoIdValidation = function VideoIdValidation(_a) {
|
|
|
17247
17261
|
onSubmit = _a.onSubmit,
|
|
17248
17262
|
onBeforeSubmit = _a.onBeforeSubmit,
|
|
17249
17263
|
onComplete = _a.onComplete,
|
|
17264
|
+
onRequestFailure = _a.onRequestFailure,
|
|
17250
17265
|
onExitCapture = _a.onExitCapture,
|
|
17251
17266
|
onExitAfterFailure = _a.onExitAfterFailure,
|
|
17252
17267
|
onUserCancel = _a.onUserCancel,
|
|
@@ -17417,6 +17432,7 @@ var VideoIdValidation = function VideoIdValidation(_a) {
|
|
|
17417
17432
|
onSubmit: onSubmit,
|
|
17418
17433
|
onBeforeSubmit: onBeforeSubmit,
|
|
17419
17434
|
onResponseReceived: onComplete,
|
|
17435
|
+
onRequestFailure: onRequestFailure,
|
|
17420
17436
|
geolocationEnabled: geolocationEnabled,
|
|
17421
17437
|
geolocationRequired: geolocationRequired,
|
|
17422
17438
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks
|
|
@@ -17476,6 +17492,7 @@ var CustomerBiometricsEnrollment = function CustomerBiometricsEnrollment(_a) {
|
|
|
17476
17492
|
onComplete = _a.onComplete,
|
|
17477
17493
|
onEnrolled = _a.onEnrolled,
|
|
17478
17494
|
onDenied = _a.onDenied,
|
|
17495
|
+
onRequestFailure = _a.onRequestFailure,
|
|
17479
17496
|
onExitCapture = _a.onExitCapture,
|
|
17480
17497
|
onExitAfterFailure = _a.onExitAfterFailure,
|
|
17481
17498
|
onUserCancel = _a.onUserCancel,
|
|
@@ -17584,6 +17601,7 @@ var CustomerBiometricsEnrollment = function CustomerBiometricsEnrollment(_a) {
|
|
|
17584
17601
|
onBeforeSubmit: onBeforeSubmit,
|
|
17585
17602
|
onSubmit: onSubmit,
|
|
17586
17603
|
onResponseReceived: onResponseReceived,
|
|
17604
|
+
onRequestFailure: onRequestFailure,
|
|
17587
17605
|
geolocationEnabled: geolocationEnabled,
|
|
17588
17606
|
geolocationRequired: geolocationRequired,
|
|
17589
17607
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks
|
|
@@ -17619,6 +17637,7 @@ var DocumentCapture = function DocumentCapture(_a) {
|
|
|
17619
17637
|
onDocumentUploaded = _a.onDocumentUploaded,
|
|
17620
17638
|
onDocumentUploadFailed = _a.onDocumentUploadFailed,
|
|
17621
17639
|
onComplete = _a.onComplete,
|
|
17640
|
+
onRequestFailure = _a.onRequestFailure,
|
|
17622
17641
|
onExitCapture = _a.onExitCapture,
|
|
17623
17642
|
onUserCancel = _a.onUserCancel,
|
|
17624
17643
|
onCameraAccessDenied = _a.onCameraAccessDenied,
|
|
@@ -17655,6 +17674,7 @@ var DocumentCapture = function DocumentCapture(_a) {
|
|
|
17655
17674
|
onDocumentUploadProgress: onDocumentUploadProgress,
|
|
17656
17675
|
onDocumentUploaded: onDocumentUploaded,
|
|
17657
17676
|
onDocumentUploadFailed: onDocumentUploadFailed,
|
|
17677
|
+
onRequestFailure: onRequestFailure,
|
|
17658
17678
|
geolocationEnabled: geolocationEnabled,
|
|
17659
17679
|
geolocationRequired: geolocationRequired,
|
|
17660
17680
|
useDocumentServiceForLivenessChecks: useDocumentServiceForLivenessChecks
|