@regulaforensics/idv-capture-web 0.1.116-rc → 0.1.117-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
@@ -135,8 +135,8 @@ export declare class IdvIntegrationService {
135
135
  }>;
136
136
  configure(config: ConnectionConfig | UrlConnectionConfig): Promise<ConfigureCompletion | UrlConfigureCompelition>;
137
137
  getWorkFlows(params?: WorkflowListRequest): Promise<WorkflowListCompletion>;
138
- prepareWorkflow({ workfowId }: {
139
- workfowId: string;
138
+ prepareWorkflow({ workflowId }: {
139
+ workflowId: string;
140
140
  }): Promise<PrepareWorkflowCompletion>;
141
141
  startWorkflow(metadata?: Record<string, unknown>): Promise<WorkflowCompetion>;
142
142
  deinitialize(): Promise<DeinitializeCompletion>;