@demind-inc/core 1.3.27 → 1.3.29

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.
@@ -34,6 +34,7 @@ export interface MetricActivity {
34
34
  terraActivityId: string;
35
35
  activityId: string;
36
36
  hide?: boolean;
37
+ source?: string;
37
38
  }
38
39
  export interface SleepDetail {
39
40
  durationMin?: number;
@@ -20,8 +20,9 @@ export interface CalendarPreference {
20
20
  export interface SchedulerPreference {
21
21
  workTime?: SchedulerItemPreference;
22
22
  deepWork?: SchedulerItemPreference;
23
- break?: SchedulerItemPreference;
23
+ lightWork?: SchedulerItemPreference;
24
24
  lunch?: SchedulerItemPreference;
25
+ dinner?: SchedulerItemPreference;
25
26
  workout?: SchedulerItemPreference;
26
27
  }
27
28
  export interface SchedulerItemPreference {
@@ -39,6 +39,7 @@ export interface MetricActivity {
39
39
  terraActivityId: string; // Terra API summary ID
40
40
  activityId: string;
41
41
  hide?: boolean;
42
+ source?: string;
42
43
  }
43
44
 
44
45
  export interface SleepDetail {
@@ -25,8 +25,9 @@ export interface CalendarPreference {
25
25
  export interface SchedulerPreference {
26
26
  workTime?: SchedulerItemPreference;
27
27
  deepWork?: SchedulerItemPreference;
28
- break?: SchedulerItemPreference;
28
+ lightWork?: SchedulerItemPreference;
29
29
  lunch?: SchedulerItemPreference;
30
+ dinner?: SchedulerItemPreference;
30
31
  workout?: SchedulerItemPreference;
31
32
  }
32
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.3.27",
3
+ "version": "1.3.29",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {