@demind-inc/core 1.5.20 → 1.5.22

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.
@@ -80,6 +80,7 @@ export interface CalendarEventUser {
80
80
  export interface CalendarAutoScheduleFrom {
81
81
  from: CalendarScheduleFrom;
82
82
  id: string;
83
+ chatSessionId?: string;
83
84
  }
84
85
  export type CalendarEventShowAs = "busy" | "available";
85
86
  export type CalendarEventVisibility = "default" | "public" | "private" | "confidential";
@@ -15,6 +15,7 @@ export interface MetricSleep {
15
15
  metricSleepId: string;
16
16
  date: string;
17
17
  scores?: SleepDetail[];
18
+ eventId?: string;
18
19
  }
19
20
  export type PhaseStartEndSet = Omit<Record<CircadianPhase, {
20
21
  start: string;
@@ -101,6 +101,7 @@ export interface CalendarEventUser {
101
101
  export interface CalendarAutoScheduleFrom {
102
102
  from: CalendarScheduleFrom;
103
103
  id: string;
104
+ chatSessionId?: string;
104
105
  }
105
106
 
106
107
  export type CalendarEventShowAs = "busy" | "available";
@@ -17,6 +17,7 @@ export interface MetricSleep {
17
17
  metricSleepId: string;
18
18
  date: string;
19
19
  scores?: SleepDetail[];
20
+ eventId?: string;
20
21
  }
21
22
 
22
23
  export type PhaseStartEndSet = Omit<
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.5.20",
3
+ "version": "1.5.22",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {