hevy-shared 1.0.775 → 1.0.776

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
@@ -838,7 +838,6 @@ export interface Workout {
838
838
  logged_by_coach_id?: string;
839
839
  biometrics?: WorkoutBiometrics;
840
840
  is_biometrics_public: boolean;
841
- is_trainer_workout: boolean;
842
841
  }
843
842
  export interface CustomExerciseImage {
844
843
  type: 'image';
@@ -917,7 +916,6 @@ export interface PostWorkoutRequestWorkout {
917
916
  is_private: boolean;
918
917
  biometrics?: WorkoutBiometrics;
919
918
  is_biometrics_public: boolean;
920
- is_trainer_workout: boolean;
921
919
  }
922
920
  export declare const isHeartRateSamples: (x: any) => x is HeartRateSample[];
923
921
  export declare const isWorkoutBiometrics: (x: any) => x is WorkoutBiometrics;
@@ -35,7 +35,6 @@ export interface NormalizedWorkout {
35
35
  };
36
36
  clientId: string;
37
37
  biometrics?: WorkoutBiometrics;
38
- isTrainerWorkout: boolean;
39
38
  }
40
39
  export interface NormalizedSet {
41
40
  index: number;
@@ -153,7 +153,6 @@ class WorkoutBuilder {
153
153
  wearosWatch: false,
154
154
  workoutVisibility: 'public',
155
155
  isWorkoutBiometricsPublic: true,
156
- isTrainerWorkout: false,
157
156
  shareTo: {
158
157
  strava: false,
159
158
  appleHealth: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.775",
3
+ "version": "1.0.776",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",