@regulaforensics/idv-document 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
@@ -32,6 +32,7 @@ declare type DocumentGalleryProps = {
32
32
 
33
33
  export declare class DocumentIdv extends LitElement implements BaseModule<DocumentModuleProps, DocumentModulesConfig> {
34
34
  props: IdvModuleProps<DocumentModuleProps, DocumentModulesConfig> | null;
35
+ private renderVersion;
35
36
  setProps(props: IdvModuleProps<DocumentModuleProps, DocumentModulesConfig>): void;
36
37
  static isReady(): boolean;
37
38
  static getSupportedTemplates(): ("DOC_READER" | "DOC_READER_GALLERY")[];
@@ -147,7 +148,7 @@ declare type DocumentReaderProps = {
147
148
  declare type FailedAssets = {
148
149
  imageURL: Set<string>;
149
150
  base64: Set<string>;
150
- isCritical: boolean;
151
+ blockingAssets: Set<string>;
151
152
  };
152
153
 
153
154
  declare type IdvModuleProps<TModuleProps, TModulesConfig> = {