@take2identity/verosint 0.2.104 → 0.2.105

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 +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -143,6 +143,7 @@ The CLI accepts the following identifiers.
143
143
  | ip | IP address (either IPv4 or IPv6) |
144
144
  | phone | Phone number in the [international phone number format](https://en.wikipedia.org/wiki/E.164) |
145
145
  | userAgent | User agent string |
146
+ | deviceId | Device identifier string |
146
147
 
147
148
  When providing a set of identifiers, the API expects one or more
148
149
  identifiers (IP address, email, or phone number) and only one value per
@@ -292,8 +293,8 @@ The type must be one of:
292
293
  Using the following event information saved in `events.csv`,
293
294
 
294
295
  ```csv
295
- timestamp,ip,accountId,email,phone,userAgent,type
296
- 2019-01-22T03:56:17-05:00,104.16.44.99,babs_jensen,babs@jensen.com,15123944240,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36",LOGIN_SUCCESS
296
+ timestamp,ip,accountId,email,phone,userAgent,type,deviceId
297
+ 2019-01-22T03:56:17-05:00,104.16.44.99,babs_jensen,babs@jensen.com,15123944240,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36",LOGIN_SUCCESS,device-abc-1234
297
298
  ```
298
299
 
299
300
  you can send the event to SignalPrint with:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@take2identity/verosint",
3
- "version": "0.2.104",
3
+ "version": "0.2.105",
4
4
  "description": "Official CLI to interact with Verosint API",
5
5
  "main": "index.js",
6
6
  "scripts": {