topsyde-utils 1.0.128 → 1.0.129

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.
@@ -79,6 +79,10 @@ export type WebsocketMessage<T extends Record<string, any> = Record<string, any>
79
79
  * Channel ID
80
80
  */
81
81
  channel?: string;
82
+ /**
83
+ * Timestamp of the message
84
+ */
85
+ timestamp?: string;
82
86
  /**
83
87
  * Any additional custom fields
84
88
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "topsyde-utils",
3
- "version": "1.0.128",
3
+ "version": "1.0.129",
4
4
  "description": "A bundle of TypeScript utility classes and functions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",