@demind-inc/core 1.0.76 → 1.0.78

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.
@@ -13,5 +13,6 @@ export interface EMADateSet {
13
13
  export type EMADatePhaseScoreSet = Omit<Record<CircadianPhase, EMADateScore>, "default">;
14
14
  export interface EMADateScore {
15
15
  timestamp?: string;
16
+ timezone?: string;
16
17
  energy?: EnergyFeedbackType;
17
18
  }
@@ -36,6 +36,7 @@ export interface FreeTrial {
36
36
  }
37
37
  export interface Notifications {
38
38
  energyEma?: boolean;
39
+ peaksDips?: boolean;
39
40
  }
40
41
  export interface UserConnectedDevice {
41
42
  deviceName: string;
@@ -20,5 +20,6 @@ export type EMADatePhaseScoreSet = Omit<
20
20
 
21
21
  export interface EMADateScore {
22
22
  timestamp?: string;
23
+ timezone?: string;
23
24
  energy?: EnergyFeedbackType;
24
25
  }
@@ -46,6 +46,7 @@ export interface FreeTrial {
46
46
 
47
47
  export interface Notifications {
48
48
  energyEma?: boolean;
49
+ peaksDips?: boolean;
49
50
  }
50
51
 
51
52
  export interface UserConnectedDevice {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.0.76",
3
+ "version": "1.0.78",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {