@regulaforensics/vp-frontend-document-components 7.6.2065-nightly → 7.6.2066-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
@@ -275,6 +275,7 @@ export declare interface DocumentReaderSettings extends CameraSnapshotSettings {
275
275
  mobileDelegate?: boolean;
276
276
  nextPageAnimationStartDelay?: number;
277
277
  nextPageAnimationEndDelay?: number;
278
+ finalizeOnTimeout?: boolean;
278
279
  }
279
280
 
280
281
  export declare class DocumentReaderWebComponent extends HTMLElement {