@demind-inc/core 1.0.77 → 1.0.79

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.
@@ -17,6 +17,7 @@ export interface User {
17
17
  emaIds?: Array<DocumentReference>;
18
18
  access?: UserAccessType;
19
19
  subscriptions?: Subscription[];
20
+ lastMobileOpenedAt?: string;
20
21
  }
21
22
  export interface Subscription {
22
23
  productId: string;
@@ -36,6 +37,7 @@ export interface FreeTrial {
36
37
  }
37
38
  export interface Notifications {
38
39
  energyEma?: boolean;
40
+ peaksDips?: boolean;
39
41
  }
40
42
  export interface UserConnectedDevice {
41
43
  deviceName: string;
@@ -18,6 +18,7 @@ export interface User {
18
18
  emaIds?: Array<DocumentReference>;
19
19
  access?: UserAccessType;
20
20
  subscriptions?: Subscription[];
21
+ lastMobileOpenedAt?: string;
21
22
  }
22
23
 
23
24
  export interface Subscription {
@@ -46,6 +47,7 @@ export interface FreeTrial {
46
47
 
47
48
  export interface Notifications {
48
49
  energyEma?: boolean;
50
+ peaksDips?: boolean;
49
51
  }
50
52
 
51
53
  export interface UserConnectedDevice {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.0.77",
3
+ "version": "1.0.79",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {