@take2identity/verosint 0.2.42 → 0.2.43

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 +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,6 +15,7 @@
15
15
 
16
16
  Use the `verosint` tool to:
17
17
  * Tag account's using the SignalPrint tagging endpoint to distinguish identities
18
+ * Lookup account's and find identifiers, signals, fraud labels, and related accounts
18
19
  * Send events to the SignalPrint endpoint to create a map of identities and access history.
19
20
  * Generate an [LDAP Schema](https://www.rfc-editor.org/rfc/rfc4512#page-22)
20
21
  file to store rules evaluation atttributes in user entries.
@@ -120,6 +121,15 @@ export VEROSINT_APIKEY="API key goes here"
120
121
  verosint evaluate evaluate rule phone:15123944240 --ruleSetUuid 4f5ab21b-984c-455e-b889-b6b0272a4567
121
122
  ```
122
123
 
124
+ #### Account IDs
125
+
126
+ 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
+ ```
132
+
123
133
  ### Evaluating Rules
124
134
 
125
135
  #### Single Set of Identifiers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@take2identity/verosint",
3
- "version": "0.2.42",
3
+ "version": "0.2.43",
4
4
  "description": "Official CLI to interact with Verosint API",
5
5
  "main": "index.js",
6
6
  "scripts": {