hevy-shared 1.0.640 → 1.0.642

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 -0
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -780,6 +780,7 @@ export interface Workout {
780
780
  description?: string;
781
781
  like_count: number;
782
782
  like_images: string[];
783
+ liked_by_username: string | null;
783
784
  comment_count: number;
784
785
  comments: WorkoutComment[];
785
786
  /** @deprecated 1.28.13 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.640",
3
+ "version": "1.0.642",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",