@regulaforensics/idv-capture-web 2.5.188-nightly → 2.5.189-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
@@ -172,7 +172,8 @@ export declare type IdvModulesType = (typeof IdvModules)[keyof typeof IdvModules
172
172
  export declare enum IdvServiceMessages {
173
173
  DID_START_SESSION = "DID_START_SESSION",
174
174
  DID_END_SESSION = "DID_END_SESSION",
175
- DID_START_RESTORE_SESSION = "DID_START_RESTORE_SESSION"
175
+ DID_START_RESTORE_SESSION = "DID_START_RESTORE_SESSION",
176
+ DID_CONTINUE_REMOTE_SESSION = "DID_CONTINUE_REMOTE_SESSION"
176
177
  }
177
178
 
178
179
  export declare class IdvWebComponent extends HTMLElement {