@demind-inc/core 1.1.88 → 1.1.89
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.
|
@@ -82,6 +82,7 @@ export type EnergyFeedbackType = "low" | "mild" | "medium" | "strong" | "high";
|
|
|
82
82
|
export interface EventCategorySet {
|
|
83
83
|
id: string;
|
|
84
84
|
name: string;
|
|
85
|
+
predicted?: boolean;
|
|
85
86
|
}
|
|
86
87
|
export declare const defaultEventCategorySet: EventCategorySet[];
|
|
87
88
|
export type DefaultEventCategoryId = "default_mtg" | "default_lightTask" | "default_deepWork" | "default_exercise" | "default_meal" | "default_break" | "default_other" | "default_social";
|
package/lib/models/Calendar.ts
CHANGED