idmission-web-sdk 2.3.65 → 2.3.66

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/sdk2.esm.js CHANGED
@@ -205,7 +205,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
205
205
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
206
206
  };
207
207
 
208
- var webSdkVersion = '2.3.65';
208
+ var webSdkVersion = '2.3.66';
209
209
 
210
210
  function getPlatform() {
211
211
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -2447,7 +2447,7 @@ function average(arr) {
2447
2447
 
2448
2448
  var DEFAULT_CDN_URL = 'https://websdk-cdn-dev.idmission.com/assets';
2449
2449
 
2450
- var defaultDocumentDetectorModelPath = "".concat(DEFAULT_CDN_URL, "/models/DocumentDetector/DocumentDetector-20250111_090328.tflite");
2450
+ var defaultDocumentDetectorModelPath = "".concat(DEFAULT_CDN_URL, "/models/DocumentDetector/DocumentDetector-20250815_115859.tflite");
2451
2451
 
2452
2452
  var defaultFocusModelPath = "".concat(DEFAULT_CDN_URL, "/models/Focus/Focus-20241008_102708.tflite");
2453
2453
 
@@ -15637,7 +15637,7 @@ var VideoIdWizard = function VideoIdWizard(_a) {
15637
15637
  verbiage = _7 === void 0 ? {} : _7,
15638
15638
  _8 = _a.debugMode,
15639
15639
  debugMode = _8 === void 0 ? false : _8;
15640
- var _9 = useContext(SubmissionContext),
15640
+ var _9 = useSubmissionContext(),
15641
15641
  passportImage = _9.passportImage,
15642
15642
  submissionStatus = _9.submissionStatus,
15643
15643
  idCaptureVideoUrl = _9.idCaptureVideoUrl,