@demind-inc/core 1.6.78 → 1.6.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.
|
@@ -95,7 +95,7 @@ export interface CalendarEventRecurrence {
|
|
|
95
95
|
endDate?: string;
|
|
96
96
|
};
|
|
97
97
|
}
|
|
98
|
-
export type CalendarScheduleFrom = "todo" | "activity" | "calendar" | "energyBoost" | "aiScheduler" | "sleep" | "meal";
|
|
98
|
+
export type CalendarScheduleFrom = "todo" | "activity" | "calendar" | "energyBoost" | "aiScheduler" | "sleep" | "meal" | "routine";
|
|
99
99
|
export type CalendarEventType = "default" | "outOfOffice" | "focusTime" | "workingLocation" | "other";
|
|
100
100
|
export interface CalendarEventUser {
|
|
101
101
|
email: string;
|
package/lib/models/Calendar.ts
CHANGED