@regulaforensics/idv-face 3.3.308 → 3.4.70-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
@@ -97,6 +97,13 @@ declare type FaceModuleProps = {
97
97
  sessionId?: string;
98
98
  serviceToken?: string;
99
99
  stepType?: string;
100
+ failedAssets?: FailedAssets;
101
+ };
102
+
103
+ declare type FailedAssets = {
104
+ imageURL: Set<string>;
105
+ base64: Set<string>;
106
+ blockingAssets: Set<string>;
100
107
  };
101
108
 
102
109
  declare type IdvModuleProps<TModuleProps, TModulesConfig> = {