idmission-web-sdk 2.2.147 → 2.2.148
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/CustomerIdAndBiometricsEnrollment.d.ts +5 -0
- package/dist/components/customer_flows/CustomerIdAndBiometricsEnrollment.d.ts.map +1 -1
- package/dist/components/customer_flows/IdAndFaceValidation.d.ts +1 -1
- package/dist/components/customer_flows/IdAndFaceValidation.d.ts.map +1 -1
- package/dist/sdk2.cjs.development.js +5 -2
- 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 +5 -2
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +5 -2
- 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 +3 -3
|
@@ -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.148';
|
|
215
215
|
|
|
216
216
|
function getPlatform() {
|
|
217
217
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
@@ -25714,6 +25714,7 @@
|
|
|
25714
25714
|
sendBase64DocumentsInSwaggerProxy = _a.sendBase64DocumentsInSwaggerProxy,
|
|
25715
25715
|
customerDataMatchConfig = _a.customerDataMatchConfig,
|
|
25716
25716
|
useDocumentServiceForLivenessChecks = _a.useDocumentServiceForLivenessChecks,
|
|
25717
|
+
precapturedDocuments = _a.precapturedDocuments,
|
|
25717
25718
|
_c = _a.idCaptureLoadingOverlayMode,
|
|
25718
25719
|
idCaptureLoadingOverlayMode = _c === void 0 ? 'default' : _c,
|
|
25719
25720
|
_d = _a.idCaptureRequirement,
|
|
@@ -25804,6 +25805,7 @@
|
|
|
25804
25805
|
classNames: classNames.idCapture,
|
|
25805
25806
|
colors: colors.idCapture,
|
|
25806
25807
|
verbiage: verbiage.idCapture,
|
|
25808
|
+
precapturedDocuments: precapturedDocuments,
|
|
25807
25809
|
captureRequirement: idCaptureRequirement,
|
|
25808
25810
|
allowSinglePageIdCapture: allowSinglePageIdCapture,
|
|
25809
25811
|
thresholds: idCaptureThresholds,
|
|
@@ -25826,7 +25828,7 @@
|
|
|
25826
25828
|
skipSuccessScreen: skipSuccessScreen,
|
|
25827
25829
|
debugMode: debugMode
|
|
25828
25830
|
};
|
|
25829
|
-
}, [assets.idCapture, classNames.idCapture, colors.idCapture, verbiage.idCapture, idCaptureRequirement, allowSinglePageIdCapture, idCaptureThresholds, idCaptureLoadingOverlayMode, idCaptureInstructions, idCaptureGuideType, idCaptureGuideImages, idCapturePortraitGuidesOnMobile, idCaptureRotateLoadingOverlayImageWhenPortrait, idCaptureModelLoadTimeoutMs, allowIdCardBackToFrontCapture, idCaptureForceFallbackMode, enableOverrideWrongDocumentTypeDialog, allowOverrideWrongDocumentTypeAfterMs, allowUploadingDocumentsFromStorage, separateIdCardCaptureSequence, onExitCapture, onUserCancel, onIdCaptureModelError, skipSuccessScreen, debugMode]);
|
|
25831
|
+
}, [assets.idCapture, classNames.idCapture, colors.idCapture, verbiage.idCapture, precapturedDocuments, idCaptureRequirement, allowSinglePageIdCapture, idCaptureThresholds, idCaptureLoadingOverlayMode, idCaptureInstructions, idCaptureGuideType, idCaptureGuideImages, idCapturePortraitGuidesOnMobile, idCaptureRotateLoadingOverlayImageWhenPortrait, idCaptureModelLoadTimeoutMs, allowIdCardBackToFrontCapture, idCaptureForceFallbackMode, enableOverrideWrongDocumentTypeDialog, allowOverrideWrongDocumentTypeAfterMs, allowUploadingDocumentsFromStorage, separateIdCardCaptureSequence, onExitCapture, onUserCancel, onIdCaptureModelError, skipSuccessScreen, debugMode]);
|
|
25830
25832
|
var faceLivenessProps = React.useMemo(function () {
|
|
25831
25833
|
return {
|
|
25832
25834
|
onExitCapture: onExitCapture,
|
|
@@ -25905,6 +25907,7 @@
|
|
|
25905
25907
|
action: SubmissionAction.ENROLL,
|
|
25906
25908
|
submissionUrl: submissionUrl,
|
|
25907
25909
|
documentServiceUrl: documentServiceUrl,
|
|
25910
|
+
precapturedDocuments: precapturedDocuments,
|
|
25908
25911
|
companyId: companyId,
|
|
25909
25912
|
jobId: jobId,
|
|
25910
25913
|
taskId: taskId,
|