@demind-inc/core 1.7.81 → 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.
@@ -188,4 +188,5 @@ export interface RichContext {
188
188
  reminder_min: number | null;
189
189
  action: Action | null;
190
190
  content: Content | Content[] | null;
191
+ mealContent?: MealSuggestionPayload;
191
192
  }
@@ -283,4 +283,5 @@ export interface RichContext {
283
283
  reminder_min: number | null;
284
284
  action: Action | null;
285
285
  content: Content | Content[] | null;
286
+ mealContent?: MealSuggestionPayload
286
287
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.7.81",
3
+ "version": "1.7.82",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {