@regulaforensics/vp-frontend-face-components 7.2.1719-nightly → 7.2.1721-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 +1 -0
- package/dist/main.iife.js +19 -19
- package/dist/main.js +9116 -9105
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -158,6 +158,7 @@ export declare interface FaceLivenessSettings extends Omit<FaceDetectionSettings
|
|
158
158
|
export declare const FaceLivenessType: {
|
159
159
|
readonly ACTIVE: 0;
|
160
160
|
readonly PASSIVE: 1;
|
161
|
+
readonly BLINK: 3;
|
161
162
|
};
|
162
163
|
|
163
164
|
export declare type FaceLivenessType = (typeof FaceLivenessType)[keyof typeof FaceLivenessType];
|