@demind-inc/core 1.7.80 → 1.7.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.
@@ -28,6 +28,7 @@ export interface SleepTimingWindow {
28
28
  start_time?: string;
29
29
  end_time?: string;
30
30
  duration_min?: number;
31
+ reason?: string;
31
32
  }
32
33
  export interface SleepStageMetrics {
33
34
  duration_min: number;
@@ -187,4 +188,5 @@ export interface RichContext {
187
188
  reminder_min: number | null;
188
189
  action: Action | null;
189
190
  content: Content | Content[] | null;
191
+ mealContent?: MealSuggestionPayload;
190
192
  }
@@ -51,6 +51,7 @@ export interface SleepTimingWindow {
51
51
  start_time?: string;
52
52
  end_time?: string;
53
53
  duration_min?: number;
54
+ reason?: string;
54
55
  }
55
56
 
56
57
  export interface SleepStageMetrics {
@@ -282,4 +283,5 @@ export interface RichContext {
282
283
  reminder_min: number | null;
283
284
  action: Action | null;
284
285
  content: Content | Content[] | null;
286
+ mealContent?: MealSuggestionPayload
285
287
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.7.80",
3
+ "version": "1.7.82",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {