@demind-inc/core 1.10.26 → 1.10.27

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.
@@ -27,6 +27,7 @@ export interface EmailReport {
27
27
  }
28
28
  export interface WorkoutPreference {
29
29
  note?: string;
30
+ excludePlanContents?: boolean;
30
31
  }
31
32
  export interface AddressPreference {
32
33
  lat?: number;
@@ -108,6 +109,7 @@ export interface MealPreference {
108
109
  dinner?: MealPreferenceItem;
109
110
  disableAutoSchedule?: boolean;
110
111
  note?: string;
112
+ excludePlanContents?: boolean;
111
113
  }
112
114
  export interface MealPreferenceItem {
113
115
  recurring: RoutineActivityRecurring;
@@ -33,6 +33,7 @@ export interface EmailReport {
33
33
 
34
34
  export interface WorkoutPreference {
35
35
  note?: string;
36
+ excludePlanContents?: boolean;
36
37
  }
37
38
  export interface AddressPreference {
38
39
  lat?: number;
@@ -126,6 +127,7 @@ export interface MealPreference {
126
127
  dinner?: MealPreferenceItem;
127
128
  disableAutoSchedule?: boolean;
128
129
  note?: string;
130
+ excludePlanContents?: boolean;
129
131
  }
130
132
 
131
133
  export interface MealPreferenceItem {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.10.26",
3
+ "version": "1.10.27",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {