@regulaforensics/idv-capture-web 3.4.311-nightly → 3.4.313-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
@@ -202,7 +202,7 @@ export declare type DeinitializeCompletion = {
202
202
  declare type FailedAssets = {
203
203
  imageURL: Set<string>;
204
204
  base64: Set<string>;
205
- isCritical: boolean;
205
+ blockingAssets: Set<string>;
206
206
  };
207
207
 
208
208
  declare type FetchErrorResult = {