@idscan/onboarding 2.2.9 → 2.2.10
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/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -78,6 +78,8 @@ Available fields:
|
|
|
78
78
|
|
|
79
79
|
**isAuth** (boolean) - Flag indicating that only face authentication is required
|
|
80
80
|
|
|
81
|
+
**faceOnly** (boolean) - Flag indicating that only face registration is required
|
|
82
|
+
|
|
81
83
|
**chunkPublicPath** (string) - Path to the folder with chunks. Specify the path on the server if you need to remove the folder to another location. The default path is \'networks\'.
|
|
82
84
|
|
|
83
85
|
**callbacks** (object) - object with callback hooks. Available next hooks:
|
|
@@ -148,6 +150,9 @@ btn.addEventListener('click', () => {
|
|
|
148
150
|
**updateConfig** (string) - the method that reinitialize wrapper with new config. Parameter is an JSON encoded IDVC config. Works only in demo mode.
|
|
149
151
|
|
|
150
152
|
## Version history
|
|
153
|
+
- **2.2.10**
|
|
154
|
+
- Feat: face only mode
|
|
155
|
+
|
|
151
156
|
- **2.2.9**
|
|
152
157
|
- Fixed qr link
|
|
153
158
|
|