@regulaforensics/idv-capture-web 0.1.113-nightly → 0.1.114-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
@@ -137,7 +137,7 @@ export declare class IdvIntegrationService {
137
137
  prepareWorkflow({ workfowId }: {
138
138
  workfowId: string;
139
139
  }): Promise<PrepareWorkflowCompletion>;
140
- startWorkflow(): Promise<WorkflowCompetion>;
140
+ startWorkflow(metadata?: Record<string, unknown>): Promise<WorkflowCompetion>;
141
141
  deinitialize(): Promise<DeinitializeCompletion>;
142
142
  /** service commands */
143
143
  setNonce(id: string): void;
@@ -201,7 +201,7 @@ declare type InitConfig = {
201
201
  };
202
202
  face?: Record<string, any>;
203
203
  };
204
- includedModules: any[];
204
+ includedModules: IdvModules[];
205
205
  };
206
206
 
207
207
  export declare type InitializeCompletion = {