@demind-inc/core 1.7.23 → 1.7.25
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.
- package/dist/constants.js +1 -0
- package/dist/models/Calendar.d.ts +1 -0
- package/dist/models/Token.d.ts +1 -0
- package/lib/constants.ts +1 -0
- package/lib/models/Calendar.ts +1 -0
- package/lib/models/Token.ts +1 -0
- package/package.json +1 -1
package/dist/constants.js
CHANGED
|
@@ -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";
|
package/dist/models/Token.d.ts
CHANGED
package/lib/constants.ts
CHANGED
package/lib/models/Calendar.ts
CHANGED
package/lib/models/Token.ts
CHANGED