@demind-inc/core 1.6.80 → 1.6.82
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.
|
@@ -97,7 +97,7 @@ export interface CalendarEventRecurrence {
|
|
|
97
97
|
};
|
|
98
98
|
}
|
|
99
99
|
export interface CalendarRoutineFrom {
|
|
100
|
-
|
|
100
|
+
routineActivityId: string;
|
|
101
101
|
}
|
|
102
102
|
export type CalendarScheduleFrom = "todo" | "activity" | "calendar" | "energyBoost" | "aiScheduler" | "sleep" | "meal" | "routine";
|
|
103
103
|
export type CalendarEventType = "default" | "outOfOffice" | "focusTime" | "workingLocation" | "other";
|
package/dist/models/Chat.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ export interface ChatSummary {
|
|
|
15
15
|
recommendations?: string;
|
|
16
16
|
}
|
|
17
17
|
export type ChatSessionType = "scheduler" | "recommendation" | "sleep" | "meal" | "task" | "general";
|
|
18
|
-
export type StreamChatSessionType = "sleep" | "meal" | "task" | "general" | "recommendation";
|
|
18
|
+
export type StreamChatSessionType = "sleep" | "meal" | "task" | "general" | "recommendation" | "scheduler";
|
|
19
19
|
export interface SchedulerSession {
|
|
20
20
|
schedulerSessionId: string;
|
|
21
21
|
messages: SessionMessage[];
|
package/lib/models/Calendar.ts
CHANGED
package/lib/models/Chat.ts
CHANGED