@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-DXuu-JQU.js → index-B6hxrk0b.js} +1 -1
- package/dist/{index-CA2QUd7j.js → index-BbNKUhQM.js} +1 -1
- package/dist/{index-CJGDQTWl.js → index-Dwq1rPYR.js} +7313 -7257
- package/dist/index.d.ts +2 -2
- package/dist/main.iife.js +72 -72
- package/dist/main.js +1 -1
- package/package.json +3 -2
- package/dist/main.css +0 -1
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:
|
|
204
|
+
includedModules: IdvModules[];
|
|
205
205
|
};
|
|
206
206
|
|
|
207
207
|
export declare type InitializeCompletion = {
|