@demind-inc/core 1.4.50 → 1.4.52

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.
@@ -99,6 +99,7 @@ export interface Notifications {
99
99
  peaksDips?: boolean;
100
100
  dailyAnalysis?: boolean;
101
101
  calendar?: CalendarNotification;
102
+ satisfaction?: boolean;
102
103
  }
103
104
  export interface CalendarNotification {
104
105
  enabled: boolean;
package/dist/types.d.ts CHANGED
@@ -67,7 +67,7 @@ export interface CircadianRhythmByDate {
67
67
  }
68
68
  export interface SatisfactionByDate {
69
69
  date: string;
70
- satisfaction: EMASatisfaction;
70
+ satisfaction?: EMASatisfaction;
71
71
  }
72
72
  export interface PhaseEvents {
73
73
  phase: CircadianPhase;
@@ -146,6 +146,7 @@ export interface Notifications {
146
146
  peaksDips?: boolean;
147
147
  dailyAnalysis?: boolean;
148
148
  calendar?: CalendarNotification;
149
+ satisfaction?: boolean;
149
150
  }
150
151
 
151
152
  export interface CalendarNotification {
package/lib/types.ts CHANGED
@@ -116,7 +116,7 @@ export interface CircadianRhythmByDate {
116
116
 
117
117
  export interface SatisfactionByDate {
118
118
  date: string;
119
- satisfaction: EMASatisfaction;
119
+ satisfaction?: EMASatisfaction;
120
120
  }
121
121
 
122
122
  export interface PhaseEvents {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.4.50",
3
+ "version": "1.4.52",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {