@taphealth/kafka 1.2.50 → 1.2.51

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.
@@ -35,6 +35,7 @@ export interface settings {
35
35
  lifestyleRoutine: LifeStyleRoutineSettings;
36
36
  medical: MedicalSettings;
37
37
  diabetes: DiabetesSettings;
38
+ tags: string[];
38
39
  }
39
40
  export interface DiabetesSettings {
40
41
  programReason: string[];
@@ -71,6 +72,7 @@ export interface DietSettings {
71
72
  nonVegPreferences: string[];
72
73
  nonVegDays: string[];
73
74
  medications: string[];
75
+ calorieIntake: number;
74
76
  }
75
77
  export interface LunchSettings {
76
78
  hasLunch: boolean;
@@ -124,6 +126,7 @@ export interface PersonalSettings {
124
126
  exerciseLevel?: number;
125
127
  workoutDays?: string[];
126
128
  glucoseSchedule?: GlucoseSchedule;
129
+ targetSteps: number;
127
130
  }
128
131
  export interface GlucoseSchedule {
129
132
  fasting?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taphealth/kafka",
3
- "version": "1.2.50",
3
+ "version": "1.2.51",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",