hevy-shared 1.0.635 → 1.0.637

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.
Files changed (2) hide show
  1. package/built/index.d.ts +1 -4
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -751,11 +751,8 @@ export interface WorkoutExercise {
751
751
  sets: WorkoutExerciseSet[];
752
752
  }
753
753
  export type WorkoutLike = {
754
- id: number;
755
- user_id: string;
756
- profile_pic?: string;
757
754
  username: string;
758
- priority: number;
755
+ profile_pic?: string;
759
756
  };
760
757
  export interface WorkoutComment {
761
758
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.635",
3
+ "version": "1.0.637",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",