@demind-inc/core 1.4.76 → 1.4.77
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.
|
@@ -91,8 +91,8 @@ export interface CalendarDataWeeklyTrendWithData {
|
|
|
91
91
|
endDate: string;
|
|
92
92
|
numOfEvents?: CalendarDataComparison;
|
|
93
93
|
numOfMeetings?: CalendarDataComparison;
|
|
94
|
-
|
|
95
|
-
|
|
94
|
+
deepWorkTimeMin?: CalendarDataComparison;
|
|
95
|
+
deepWorkTimeMinByDate?: CalendarDeepWorkTimeByDate[];
|
|
96
96
|
}
|
|
97
97
|
export interface CalendarDeepWorkTimeByDate {
|
|
98
98
|
date: string;
|
package/lib/models/DataTrend.ts
CHANGED
|
@@ -103,8 +103,8 @@ export interface CalendarDataWeeklyTrendWithData {
|
|
|
103
103
|
endDate: string;
|
|
104
104
|
numOfEvents?: CalendarDataComparison;
|
|
105
105
|
numOfMeetings?: CalendarDataComparison;
|
|
106
|
-
|
|
107
|
-
|
|
106
|
+
deepWorkTimeMin?: CalendarDataComparison;
|
|
107
|
+
deepWorkTimeMinByDate?: CalendarDeepWorkTimeByDate[];
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
export interface CalendarDeepWorkTimeByDate {
|