@demind-inc/core 1.7.23 → 1.7.24

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.
@@ -98,6 +98,7 @@ export interface CalendarEventRecurrence {
98
98
  }
99
99
  export interface CalendarRoutineFrom {
100
100
  routineActivityId: string;
101
+ completed?: boolean;
101
102
  }
102
103
  export type CalendarScheduleFrom = "todo" | "activity" | "calendar" | "energyBoost" | "aiScheduler" | "sleep" | "meal" | "routine";
103
104
  export type CalendarEventType = "default" | "outOfOffice" | "focusTime" | "workingLocation" | "other";
@@ -106,6 +106,7 @@ export interface CalendarEventRecurrence {
106
106
 
107
107
  export interface CalendarRoutineFrom {
108
108
  routineActivityId: string;
109
+ completed?: boolean;
109
110
  }
110
111
 
111
112
  export type CalendarScheduleFrom =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.7.23",
3
+ "version": "1.7.24",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {