@regulaforensics/vp-frontend-document-components 8.2.2303-nightly → 8.2.2305-nightly

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/main.js CHANGED
@@ -16815,7 +16815,7 @@ function mb(e) {
16815
16815
  }), te = {
16816
16816
  platform: "Web",
16817
16817
  osVersion: "".concat(Wt.osVersion),
16818
- sdkVersion: "8.2.2303-nightly".trim(),
16818
+ sdkVersion: "8.2.2305-nightly".trim(),
16819
16819
  hostAppId: (ce = u.recognizerProcessParam.processParam.backendProcessing) === null || ce === void 0 ? void 0 : ce.serviceURL,
16820
16820
  userID: yg(hg),
16821
16821
  deviceModel: "".concat(Wt.osName, "/").concat(Wt.osVersion, " ").concat(Wt.browserName, "/").concat(Wt.fullBrowserVersion),
@@ -23121,8 +23121,8 @@ class Hue {
23121
23121
  processParam: {}
23122
23122
  }), Pr(this, "imageProcessParam", {
23123
23123
  processParam: {}
23124
- }), Pr(this, "recognizeListener", null), Pr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.2/6382cffe-333f72dff"), Pr(this, "version", {
23125
- component: "8.2.2303-nightly".trim()
23124
+ }), Pr(this, "recognizeListener", null), Pr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.2/4aa9a987-fd1076dcf"), Pr(this, "version", {
23125
+ component: "8.2.2305-nightly".trim()
23126
23126
  });
23127
23127
  }
23128
23128
  get processingListener() {
@@ -23186,7 +23186,7 @@ class Hue {
23186
23186
  return Oe(this, null, function* () {
23187
23187
  var r;
23188
23188
  Sr("Preparing the service");
23189
- const t = "ProcMgr.worker.js", a = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.2/6382cffe-333f72dff", o = Pue(this.workerPath);
23189
+ const t = "ProcMgr.worker.js", a = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.2/4aa9a987-fd1076dcf", o = Pue(this.workerPath);
23190
23190
  {
23191
23191
  let c = yield (yield fetch("".concat(o, "/").concat(t))).text();
23192
23192
  a || (c = ob(c, o));
@@ -23537,6 +23537,7 @@ function i0e() {
23537
23537
  });
23538
23538
  }
23539
23539
  export {
23540
+ I6 as Authenticity,
23540
23541
  pr as AuthenticityResultType,
23541
23542
  qL as BarCodeModuleType,
23542
23543
  YL as BarcodeType,
@@ -23556,10 +23557,12 @@ export {
23556
23557
  JL as DocumentTypeRecognitionResult,
23557
23558
  rr as ErrorTypes,
23558
23559
  pt as EventActions,
23560
+ VM as FiberChecks,
23559
23561
  ig as FrameLineCap,
23560
23562
  Ts as FrameShapeType,
23561
23563
  jce as FullScreenContainer,
23562
23564
  eM as GraphicFieldType,
23565
+ kM as IdentChecks,
23563
23566
  Ll as ImageQualityCheckType,
23564
23567
  MO as ImageQualityChecks,
23565
23568
  bM as ImagesExt,
@@ -23576,6 +23579,7 @@ export {
23576
23579
  aM as MeasureSystem,
23577
23580
  ip as MirrorType,
23578
23581
  oM as MrzDetectModeEnum,
23582
+ UM as OCRSecurityTextChecks,
23579
23583
  sM as ParsingErrorCodes,
23580
23584
  lM as ParsingNotificationCodes,
23581
23585
  xl as ProcessingStatus,
@@ -23598,6 +23602,7 @@ export {
23598
23602
  DM as RfidTerminalType,
23599
23603
  gM as RfidType,
23600
23604
  lR as Scenario,
23605
+ xM as SecurityFeatureChecks,
23601
23606
  RM as SecurityFeatureType,
23602
23607
  Ml as Source,
23603
23608
  MM as TextExt,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "8.2.2303-nightly",
3
+ "version": "8.2.2305-nightly",
4
4
  "description": "Regula framework agnostic web components to work with webcamera",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/main.js",
@@ -23,7 +23,7 @@
23
23
  "test": "jest --testPathPattern=src/tests"
24
24
  },
25
25
  "dependencies": {
26
- "@regulaforensics/document-reader-webclient": "^8.2.425-nightly",
26
+ "@regulaforensics/document-reader-webclient": "^8.2.427-nightly",
27
27
  "qrcode.react": "^4.2.0"
28
28
  }
29
29
  }