@regulaforensics/idv-capture-web 3.2.259-nightly → 3.2.260-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
@@ -528,6 +528,8 @@ declare type IdvStoreProps = {
528
528
  setStartConfig: (startConfig: StartConfig) => void;
529
529
  locale: string;
530
530
  setLocale: (locale: string) => void;
531
+ trackLocation: boolean;
532
+ setTrackLocation: (trackLocation: boolean) => void;
531
533
  };
532
534
 
533
535
  export declare class IdvWebComponent extends LitElement {