@lifeready/core 1.0.5 → 1.0.6

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.
@@ -383,3 +383,11 @@ export declare enum LockState {
383
383
  UNLOCKED = "UNLOCKED",
384
384
  MUTEX_LOCKED = "MUTEX_LOCKED"
385
385
  }
386
+ export interface NotificationNode extends Node, TimeStamped {
387
+ plainData?: JSONString;
388
+ plainMeta?: JSONString;
389
+ timeRead?: DateTime;
390
+ }
391
+ export interface NotificationManagementState extends Node, TimeStamped {
392
+ lastViewed?: DateTime;
393
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifeready/core",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~10.0.5",
6
6
  "@angular/core": "~10.0.5",