@regulaforensics/vp-frontend-face-components 6.4.1619-nightly → 6.4.1621-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
@@ -119,8 +119,7 @@ export declare interface FaceLivenessSettings extends Omit<FaceDetectionSettings
119
119
 
120
120
  export declare enum FaceLivenessType {
121
121
  ACTIVE = 0,
122
- PASSIVE = 1,
123
- BLINK = 3
122
+ PASSIVE = 1
124
123
  }
125
124
 
126
125
  export declare class FaceLivenessWebComponent extends HTMLElement {