@taphealth/kafka 1.2.40 → 1.2.41

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.
@@ -114,4 +114,6 @@ export interface LifeStyleRoutineSettings {
114
114
  export interface PersonalSettings {
115
115
  weight: string;
116
116
  height: string;
117
+ exerciseLevel?: number;
118
+ workoutDays?: string[];
117
119
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taphealth/kafka",
3
- "version": "1.2.40",
3
+ "version": "1.2.41",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",