youverify-liveness-web 0.1.17 → 0.1.19
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/README.md +2 -1
- package/dist/index.js +666 -647
- package/dist/index.umd.cjs +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -130,7 +130,8 @@ The `onSuccess` and `onFailure` callbacks (if supplied) are passed the following
|
|
|
130
130
|
| Option | Type | Description |
|
|
131
131
|
| --- | --- | --- |
|
|
132
132
|
| `data` | Object | Data passed through callback |
|
|
133
|
-
| `data.faceImage` |
|
|
133
|
+
| `data.faceImage` | String | Face Image of user performing liveness check |
|
|
134
|
+
| `data.livenessClip` | String | Video of user performing liveness check |
|
|
134
135
|
| `data.passed` | Boolean | Indicator on whether liveness check passed or failed |
|
|
135
136
|
| `data.metadata` | Any | Metadata passed in during initialization |
|
|
136
137
|
|