@nomalism-com/types 0.31.6 → 0.31.7

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.
@@ -264,6 +264,7 @@ export type IBrokerTopicPayload = {
264
264
  };
265
265
  [IBrokerTopic.push_notification]: {
266
266
  counts: Record<string, number>;
267
+ timesamp: string;
267
268
  };
268
269
  };
269
270
  export interface IBrokerMessage<T extends IBrokerTopic = IBrokerTopic> {
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.31.6",
12
+ "version": "0.31.7",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [