@take2identity/verosint 0.2.69 → 0.2.71
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 +21 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -262,15 +262,31 @@ The timestamp is expected to be in the
|
|
|
262
262
|
|
|
263
263
|
The type must be one of:
|
|
264
264
|
|
|
265
|
-
* `
|
|
265
|
+
* `ACCOUNT_RECOVERY_SUCCESS`
|
|
266
|
+
* `CHANGE_EMAIL_FAILED`
|
|
267
|
+
* `CHANGE_EMAIL_SUCCESS`
|
|
268
|
+
* `CHANGE_PASSWORD_FAILED`
|
|
269
|
+
* `CHANGE_PASSWORD_SUCCESS`
|
|
270
|
+
* `CHANGE_PHONE_FAILED`
|
|
271
|
+
* `CHANGE_PHONE_SUCCESS`
|
|
272
|
+
* `CHANGE_USERNAME_FAILED`
|
|
273
|
+
* `CHANGE_USERNAME_SUCCESS`
|
|
274
|
+
* `EMAILED`
|
|
266
275
|
* `LOGIN_FAILED`
|
|
267
|
-
* `
|
|
276
|
+
* `LOGIN_SUCCESS`
|
|
268
277
|
* `LOGOUT_FAILED`
|
|
269
|
-
* `
|
|
278
|
+
* `LOGOUT_SUCCESS`
|
|
279
|
+
* `MFA_DEVICE_UNENROLLED`
|
|
280
|
+
* `MFA_ENROLLMENT_FAILED`
|
|
281
|
+
* `MFA_ENROLLMENT_SUCCESS`
|
|
270
282
|
* `MFA_FAILED`
|
|
271
|
-
* `
|
|
283
|
+
* `MFA_SUCCESS`
|
|
284
|
+
* `PUSH_NOTIFICATION_FAILED`
|
|
285
|
+
* `PUSH_NOTIFICATION_SUCCESS`
|
|
272
286
|
* `SIGNUP_FAILED`
|
|
273
|
-
* `
|
|
287
|
+
* `SIGNUP_SUCCESS`
|
|
288
|
+
* `SMS_SEND_FAILED`
|
|
289
|
+
* `SMS_SEND_SUCCESS`
|
|
274
290
|
|
|
275
291
|
##### Examples for Signal Print
|
|
276
292
|
|