@regulaforensics/vp-frontend-document-components 8.5.2547-nightly → 8.5.2549-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
@@ -311,6 +311,7 @@ export declare interface DocumentReaderSettings extends CameraSnapshotSettings {
311
311
  maxResolutionSize?: number;
312
312
  newLayout?: boolean;
313
313
  processingDelay?: number;
314
+ manualMultipageMode?: boolean;
314
315
  }
315
316
 
316
317
  export declare class DocumentReaderWebComponent extends HTMLElement {