hevy-shared 1.0.561 → 1.0.562

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.
@@ -29,6 +29,7 @@ export interface NormalizedWorkout {
29
29
  appleWatch: boolean;
30
30
  wearosWatch: boolean;
31
31
  workoutVisibility: WorkoutVisibility;
32
+ isWorkoutBiometricsPublic: boolean;
32
33
  shareTo: {
33
34
  [key in ShareToPlatform]: boolean;
34
35
  };
@@ -151,6 +151,7 @@ class WorkoutBuilder {
151
151
  appleWatch: false,
152
152
  wearosWatch: false,
153
153
  workoutVisibility: 'public',
154
+ isWorkoutBiometricsPublic: true,
154
155
  shareTo: {
155
156
  strava: false,
156
157
  appleHealth: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.561",
3
+ "version": "1.0.562",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",