@regulaforensics/idv-capture-web 3.6.336-nightly → 3.6.338-rc

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
@@ -188,6 +188,7 @@ declare type CurrentScreenConfig = {
188
188
  locale: string;
189
189
  stepType?: string;
190
190
  failedAssets?: FailedAssets;
191
+ preloadAssetsRequired?: boolean;
191
192
  } & Record<string, any>;
192
193
 
193
194
  declare type DataOrError<T extends object, E = BaseWorkflowError> = T | {