idmission-web-sdk 2.1.78 → 2.1.80

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.
@@ -137,6 +137,7 @@ export interface Theme {
137
137
  satisfiedColor?: string;
138
138
  };
139
139
  idCardGuides?: {
140
+ disableDuringLivenessCheck?: boolean;
140
141
  borderWidth?: number;
141
142
  unsatisfiedColor?: string;
142
143
  satisfiedColor?: string;
@@ -339,6 +340,9 @@ export declare const themes: {
339
340
  backgroundPosition: string;
340
341
  };
341
342
  idVideoCapture: {
343
+ idCardGuides: {
344
+ disableDuringLivenessCheck: false;
345
+ };
342
346
  readTextPrompt: {
343
347
  heading: {
344
348
  backgroundColor: string;
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const webSdkVersion = "2.1.78";
1
+ export declare const webSdkVersion = "2.1.80";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "idmission-web-sdk",
3
- "version": "2.1.78",
3
+ "version": "2.1.80",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/sdk2.esm.js",