@regulaforensics/vp-frontend-document-components 8.4.2476-nightly → 8.4.2478-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/index.d.ts CHANGED
@@ -298,6 +298,7 @@ export declare interface DocumentReaderSettings extends CameraSnapshotSettings {
298
298
  maxImageSize?: number;
299
299
  maxResolutionSize?: number;
300
300
  newLayout?: boolean;
301
+ processingDelay?: number;
301
302
  }
302
303
 
303
304
  export declare class DocumentReaderWebComponent extends HTMLElement {