@regulaforensics/idv-capture-web 2.3.129-nightly → 2.3.131-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.
@@ -1,4 +1,4 @@
1
- import { B as Vu, r as la, j as lD } from "./index-CdlDdpyL.js";
1
+ import { B as Vu, r as la, j as lD } from "./index-D1mdtdde.js";
2
2
  var m0 = Object.defineProperty, k0 = Object.defineProperties, h0 = Object.getOwnPropertyDescriptors, jD = Object.getOwnPropertySymbols, v0 = Object.prototype.hasOwnProperty, b0 = Object.prototype.propertyIsEnumerable, sD = (M, r, i) => r in M ? m0(M, r, { enumerable: !0, configurable: !0, writable: !0, value: i }) : M[r] = i, sl = (M, r) => {
3
3
  for (var i in r || (r = {}))
4
4
  v0.call(r, i) && sD(M, i, r[i]);
package/dist/index.d.ts CHANGED
@@ -132,7 +132,10 @@ export declare class IdvIntegrationService {
132
132
  prepareWorkflow({ workflowId }: {
133
133
  workflowId: string;
134
134
  }): Promise<PrepareWorkflowCompletion>;
135
- startWorkflow(metadata?: Record<string, unknown>): Promise<WorkflowCompletion>;
135
+ startWorkflow({ metadata, locale, }: {
136
+ metadata?: Record<string, unknown>;
137
+ locale?: string;
138
+ }): Promise<WorkflowCompletion>;
136
139
  deinitialize(): Promise<DeinitializeCompletion>;
137
140
  /** service commands */
138
141
  get version(): string;