@regulaforensics/vp-frontend-face-components 6.2.1328-nightly → 6.2.1330-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/lib/index.d.ts CHANGED
@@ -129,6 +129,7 @@ type FaceLivenessResponseType = {
129
129
  tag: string;
130
130
  status: number;
131
131
  transactionId: string;
132
+ type: number;
132
133
  };
133
134
 
134
135
  type FaceDetectionResponseType = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-face-components",
3
- "version": "6.2.1328-nightly",
3
+ "version": "6.2.1330-nightly",
4
4
  "description": "Regula framework agnostic web components to work with webcamera",
5
5
  "types": "lib/index.d.ts",
6
6
  "main": "dist/main.js",