@regulaforensics/vp-frontend-document-components 8.3.2439-nightly → 8.3.2441-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
@@ -216,6 +216,10 @@ export declare type DocumentReaderProcessParam = Pick<ProcessParams, 'generateNu
216
216
  backendProcessing?: {
217
217
  serviceURL?: string;
218
218
  httpHeaders?: Record<string, string>;
219
+ makeDataForPackage?: {
220
+ forceCapture?: boolean;
221
+ fullFrame?: boolean;
222
+ };
219
223
  };
220
224
  };
221
225