@take2identity/verosint 0.2.63 → 0.2.65

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.
Files changed (2) hide show
  1. package/README.md +13 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -251,16 +251,24 @@ verosint evaluate rules-batch ip:0 email:1 phone:2 \
251
251
 
252
252
  You can submit events to the SignalPrint endpoint using the
253
253
  `signalprint send-events` subcommand. This subcommand works like the
254
- batch commands for rules. An event timestamp, IP address, and
255
- user agent is required for each event. You can optionally add an
256
- accountId, email, type, and/or phone with each event.
254
+ batch commands for rules. An IP address, a user agent, and an event
255
+ type are required for each event. You can optionally submit an
256
+ event timestamp, an account identifier, an email address, and
257
+ a phone number as well.
257
258
 
258
259
  The timestamp is expected to be in the
259
260
  [RFC3339](https://www.rfc-editor.org/rfc/rfc3339) format. For example:
260
261
  `2019-01-22T03:56:17+03:30`.
261
262
 
262
- The type can be one of:
263
- LOGIN_SUCCESS, LOGIN_FAILED, MFA_SUCCESS, MFA_FAILED, or VERIFICATION_SUCCESS
263
+ The type must be one of:
264
+
265
+ * `LOGIN_SUCCESS`
266
+ * `LOGIN_FAILED`
267
+ * `MFA_SUCCESS`
268
+ * `MFA_FAILED`
269
+ * `SIGNUP_SUCCESS`
270
+ * `SIGNUP_FAILED`
271
+ * `VERIFICATION_SUCCESS`
264
272
 
265
273
  ##### Examples for Signal Print
266
274
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@take2identity/verosint",
3
- "version": "0.2.63",
3
+ "version": "0.2.65",
4
4
  "description": "Official CLI to interact with Verosint API",
5
5
  "main": "index.js",
6
6
  "scripts": {