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.
@@ -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.59';
214
+ var webSdkVersion = '2.2.61';
215
215
 
216
216
  function getPlatform() {
217
217
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -9270,6 +9270,8 @@
9270
9270
  idCardBackDetectionThresholdMet: idCardBackDetectionThresholdMet,
9271
9271
  passportDetectionScore: passportDetectionScore,
9272
9272
  passportDetectionThresholdMet: passportDetectionThresholdMet,
9273
+ singlePageDetectionScore: singlePageDetectionScore,
9274
+ singlePageDetectionThresholdMet: singlePageDetectionThresholdMet,
9273
9275
  bestDocument: bestDocument,
9274
9276
  documentInBounds: documentInBounds,
9275
9277
  documentTooClose: documentTooClose,
@@ -10606,6 +10608,8 @@
10606
10608
  idCardBackDetectionThresholdMet = _d.idCardBackDetectionThresholdMet,
10607
10609
  passportDetectionScore = _d.passportDetectionScore,
10608
10610
  passportDetectionThresholdMet = _d.passportDetectionThresholdMet,
10611
+ singlePageDetectionScore = _d.singlePageDetectionScore,
10612
+ singlePageDetectionThresholdMet = _d.singlePageDetectionThresholdMet,
10609
10613
  bestDocument = _d.bestDocument,
10610
10614
  documentInBounds = _d.documentInBounds,
10611
10615
  documentTooClose = _d.documentTooClose,
@@ -10686,6 +10690,8 @@
10686
10690
  idCardBackDetectionThresholdMet: idCardBackDetectionThresholdMet,
10687
10691
  passportDetectionScore: passportDetectionScore,
10688
10692
  passportDetectionThresholdMet: passportDetectionThresholdMet,
10693
+ singlePageDetectionScore: singlePageDetectionScore,
10694
+ singlePageDetectionThresholdMet: singlePageDetectionThresholdMet,
10689
10695
  focusScore: focusScore,
10690
10696
  focusThresholdMet: focusThresholdMet,
10691
10697
  isGoodFrame: isGoodFrame,