@persistr/js
Advanced tools
Comparing version 4.5.5 to 4.5.6
{ | ||
"name": "@persistr/js", | ||
"version": "4.5.5", | ||
"version": "4.5.6", | ||
"description": "Persistr client for Javascript", | ||
@@ -5,0 +5,0 @@ "main": "./lib/persistr", |
@@ -112,2 +112,3 @@ # Persistr Javascript SDK | ||
- **id**: Event identifier. Event IDs are guaranteed to be unique within a stream. A fully-qualified event identifier is composed of database name, stream identifier, and event identifier | ||
- **type**: Event type | ||
- **ts**: Event timestamp in UTC. This timestamp is assigned by Persistr upon writing the event | ||
@@ -114,0 +115,0 @@ - **tz**: Timezone of the event producer (the client that wrote the event) |
300327
134