@take2identity/verosint 0.2.110 → 0.2.111

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 +7 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -256,9 +256,13 @@ type are required for each event. You can optionally submit an
256
256
  event timestamp, an account identifier, an email address, and
257
257
  a phone number as well.
258
258
 
259
- The timestamp is expected to be in the
260
- [RFC3339](https://www.rfc-editor.org/rfc/rfc3339) format. For example:
261
- `2019-01-22T03:56:17+03:30`.
259
+ The timestamp is expected to be in [RFC3339](https://www.rfc-editor.org/rfc/rfc3339) or [UNIX](https://www.unixtimestamp.com/) format.
260
+
261
+ For example:
262
+
263
+ * RFC3339: `2019-01-22T03:56:17+03:30`
264
+ * UNIX: `1548116777`
265
+
262
266
 
263
267
  The type must be one of:
264
268
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@take2identity/verosint",
3
- "version": "0.2.110",
3
+ "version": "0.2.111",
4
4
  "description": "Official CLI to interact with Verosint API",
5
5
  "main": "index.js",
6
6
  "scripts": {