@regulaforensics/idv-capture-web 3.6.398-nightly → 3.6.400-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
@@ -747,6 +747,7 @@ declare type Workflow = {
747
747
  declare type WorkflowClient = {
748
748
  layout: Record<string, any>;
749
749
  steps: Array<WorkflowStepClient>;
750
+ sessionUpdateTimeout?: number;
750
751
  };
751
752
 
752
753
  declare class WorkflowClientModel implements WorkflowClient {