@regulaforensics/idv-capture-web 3.2.293-nightly → 3.2.295-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
@@ -185,7 +185,7 @@ declare type CurrentScreenConfig = {
185
185
  properties?: SessionPropertiesItem[];
186
186
  sessionId?: string;
187
187
  serviceToken?: string;
188
- locale?: string;
188
+ locale: string;
189
189
  stepType?: string;
190
190
  } & Record<string, any>;
191
191