hevy-shared 1.0.594 → 1.0.595

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.
package/built/index.d.ts CHANGED
@@ -1523,7 +1523,7 @@ export interface UserWorkoutVideo extends UserWorkoutBaseMedia {
1523
1523
  }
1524
1524
  export type UserWorkoutMedia = UserWorkoutImage | UserWorkoutVideo;
1525
1525
  export type RepInputType = 'reps' | 'rep-range';
1526
- export type ShareToPlatform = 'strava' | 'appleHealth' | 'googleFit' | 'healthConnect';
1526
+ export type ShareToPlatform = 'strava' | 'appleHealth' | 'healthConnect';
1527
1527
  export type WorkoutVisibility = 'public' | 'private' | 'default';
1528
1528
  export interface CreateRoutineCopyRequest {
1529
1529
  routineId: string;
@@ -155,7 +155,6 @@ class WorkoutBuilder {
155
155
  shareTo: {
156
156
  strava: false,
157
157
  appleHealth: false,
158
- googleFit: false,
159
158
  healthConnect: false,
160
159
  },
161
160
  clientId: '',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.594",
3
+ "version": "1.0.595",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",