@regulaforensics/document-reader-webclient 8.3.493-nightly → 8.3.494-rc

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/index.d.ts CHANGED
@@ -4432,10 +4432,6 @@ export declare enum ImageQualityCheckType {
4432
4432
  * Signals if the portrait is present
4433
4433
  */
4434
4434
  Portrait = 7,
4435
- /**
4436
- * Signals if the document contains handwritten text in the scanned fields
4437
- */
4438
- Handwritten = 8,
4439
4435
  /**
4440
4436
  * Signals if the document image is bright enough
4441
4437
  */
@@ -8779,12 +8775,6 @@ export declare interface ProcessParams {
8779
8775
  * @memberof ProcessParams
8780
8776
  */
8781
8777
  'disableAuthResolutionFilter'?: boolean;
8782
- /**
8783
- * When enabled, this parameter marks security checks that don’t meet minimum requirements as \'Failed\' (instead of \'WasNotDone\'), which causes the overall security status to be \'Failed\'.
8784
- * @type {boolean}
8785
- * @memberof ProcessParams
8786
- */
8787
- 'strictSecurityChecks'?: boolean;
8788
8778
  }
8789
8779
 
8790
8780
  /**