@krampa/common 0.4.1 → 0.6.0

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.
@@ -7,13 +7,14 @@ export type WeightChange = {
7
7
  targetWeight: number;
8
8
  };
9
9
  export type WeightMaintain = {
10
- targetWeight: number;
10
+ maintenanceWeight: number;
11
11
  };
12
12
  export type WorkoutCardioValue = {
13
13
  activityName: string;
14
14
  weeklyTarget: number;
15
15
  weeklyDistance?: number;
16
16
  weeklyTime?: number;
17
+ workoutTypes: string[];
17
18
  };
18
19
  export type WorkoutOtherValue = {
19
20
  activityName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@krampa/common",
3
- "version": "0.4.1",
3
+ "version": "0.6.0",
4
4
  "description": "Shared types and constants for Krampa fitness challenge app",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",