@regulaforensics/vp-frontend-face-components 6.4.1623-nightly → 6.4.1625-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 +0 -20
- package/dist/main.iife.js +19 -19
- package/dist/main.js +3153 -3205
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -219,23 +219,3 @@ declare enum ResponseCode {
|
|
219
219
|
}
|
220
220
|
|
221
221
|
export { }
|
222
|
-
|
223
|
-
|
224
|
-
declare global {
|
225
|
-
interface HTMLElementEventMap {
|
226
|
-
'face-liveness': CustomEvent<FaceLivenessDetailType>;
|
227
|
-
'face-capture': CustomEvent<FaceCaptureDetailType>;
|
228
|
-
}
|
229
|
-
}
|
230
|
-
|
231
|
-
|
232
|
-
declare namespace v3 {
|
233
|
-
var DNS: string;
|
234
|
-
var URL: string;
|
235
|
-
}
|
236
|
-
|
237
|
-
|
238
|
-
declare namespace v5 {
|
239
|
-
var DNS: string;
|
240
|
-
var URL: string;
|
241
|
-
}
|