@take2identity/verosint 0.2.123 → 0.2.124

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 +1 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,7 +15,6 @@
15
15
 
16
16
  Use the `verosint` tool to:
17
17
 
18
- * Lookup account's and find identifiers, signals, fraud labels, and related accounts
19
18
  * Send events to the SignalPrint endpoint to create a map of identities and access history.
20
19
  * Generate an [LDAP Schema](https://www.rfc-editor.org/rfc/rfc4512#page-22)
21
20
  file to store rules evaluation atttributes in user entries.
@@ -124,11 +123,7 @@ verosint evaluate evaluate rule phone:15123944240 --ruleSetUuid 4f5ab21b-984c-45
124
123
  #### Account IDs
125
124
 
126
125
  When using commands involving an account ID you should
127
- wrap the identifier in double quotes:
128
-
129
- ```shell
130
- verosint signalprint lookup "babsjensen"
131
- ```
126
+ wrap the identifier in double quotes.
132
127
 
133
128
  ### Evaluating Rules
134
129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@take2identity/verosint",
3
- "version": "0.2.123",
3
+ "version": "0.2.124",
4
4
  "description": "Official CLI to interact with Verosint API",
5
5
  "main": "index.js",
6
6
  "scripts": {