@taphealth/kafka 1.2.51 → 1.2.52

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.
@@ -72,7 +72,7 @@ export interface DietSettings {
72
72
  nonVegPreferences: string[];
73
73
  nonVegDays: string[];
74
74
  medications: string[];
75
- calorieIntake: number;
75
+ calorieIntake?: number;
76
76
  }
77
77
  export interface LunchSettings {
78
78
  hasLunch: boolean;
@@ -126,7 +126,7 @@ export interface PersonalSettings {
126
126
  exerciseLevel?: number;
127
127
  workoutDays?: string[];
128
128
  glucoseSchedule?: GlucoseSchedule;
129
- targetSteps: number;
129
+ targetSteps?: number;
130
130
  }
131
131
  export interface GlucoseSchedule {
132
132
  fasting?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taphealth/kafka",
3
- "version": "1.2.51",
3
+ "version": "1.2.52",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",