@regulaforensics/idv-capture-web 3.9.494-nightly → 3.9.495-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
@@ -481,7 +481,7 @@ declare type IdvIntegrationControllerProps = {
481
481
  }>;
482
482
  getWorkflows: (params?: WorkflowListRequest) => Promise<WorkflowListCompletion>;
483
483
  prepareWorkflowAndPrepareUi: (workflowId: string) => Promise<PrepareWorkflowCompletion>;
484
- startNewSession: (params: {
484
+ startSession: (params: {
485
485
  completion: (data: WorkflowCompletion) => void;
486
486
  locale: string;
487
487
  metadata?: Record<string, unknown>;