@regulaforensics/idv-capture-web 3.4.309-nightly → 3.4.310-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
@@ -557,7 +557,8 @@ export declare class IdvWebComponent extends LitElement {
557
557
  export declare type InitConfig = {
558
558
  modulesConfig?: {
559
559
  docreader?: {
560
- devLicense: string;
560
+ devLicense?: string;
561
+ module?: 'BoundsLite' | 'BarcodeMRZ';
561
562
  };
562
563
  face?: Record<string, any>;
563
564
  };