idmission-web-sdk 2.2.59 → 2.2.61
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/id_capture/IdCaptureStateProvider.d.ts.map +1 -1
- package/dist/lib/models/DocumentDetection.d.ts +2 -0
- package/dist/lib/models/DocumentDetection.d.ts.map +1 -1
- package/dist/sdk2.cjs.development.js +7 -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 +7 -1
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +7 -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.61';
|
|
207
207
|
|
|
208
208
|
function getPlatform() {
|
|
209
209
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
@@ -3197,6 +3197,8 @@ function processDocumentDetectorPrediction(prediction, thresholds, boundaries) {
|
|
|
3197
3197
|
idCardBackDetectionThresholdMet: idCardBackDetectionThresholdMet,
|
|
3198
3198
|
passportDetectionScore: passportDetectionScore,
|
|
3199
3199
|
passportDetectionThresholdMet: passportDetectionThresholdMet,
|
|
3200
|
+
singlePageDetectionScore: singlePageDetectionScore,
|
|
3201
|
+
singlePageDetectionThresholdMet: singlePageDetectionThresholdMet,
|
|
3200
3202
|
bestDocument: bestDocument,
|
|
3201
3203
|
documentInBounds: documentInBounds,
|
|
3202
3204
|
documentTooClose: documentTooClose,
|
|
@@ -4396,6 +4398,8 @@ var _reducer = function reducer(state, action) {
|
|
|
4396
4398
|
idCardBackDetectionThresholdMet = _d.idCardBackDetectionThresholdMet,
|
|
4397
4399
|
passportDetectionScore = _d.passportDetectionScore,
|
|
4398
4400
|
passportDetectionThresholdMet = _d.passportDetectionThresholdMet,
|
|
4401
|
+
singlePageDetectionScore = _d.singlePageDetectionScore,
|
|
4402
|
+
singlePageDetectionThresholdMet = _d.singlePageDetectionThresholdMet,
|
|
4399
4403
|
bestDocument = _d.bestDocument,
|
|
4400
4404
|
documentInBounds = _d.documentInBounds,
|
|
4401
4405
|
documentTooClose = _d.documentTooClose,
|
|
@@ -4476,6 +4480,8 @@ var _reducer = function reducer(state, action) {
|
|
|
4476
4480
|
idCardBackDetectionThresholdMet: idCardBackDetectionThresholdMet,
|
|
4477
4481
|
passportDetectionScore: passportDetectionScore,
|
|
4478
4482
|
passportDetectionThresholdMet: passportDetectionThresholdMet,
|
|
4483
|
+
singlePageDetectionScore: singlePageDetectionScore,
|
|
4484
|
+
singlePageDetectionThresholdMet: singlePageDetectionThresholdMet,
|
|
4479
4485
|
focusScore: focusScore,
|
|
4480
4486
|
focusThresholdMet: focusThresholdMet,
|
|
4481
4487
|
isGoodFrame: isGoodFrame,
|