hevy-shared 1.0.905 → 1.0.906

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 -1
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -1919,7 +1919,7 @@ export interface MuscleGroupSetCount {
1919
1919
  muscleGroup: MuscleGroup;
1920
1920
  sets: number;
1921
1921
  }
1922
- export interface WorkoutsBackofficeResponse {
1922
+ export interface WorkoutsWithMediaBackofficeResponse {
1923
1923
  username: string;
1924
1924
  workouts: {
1925
1925
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.905",
3
+ "version": "1.0.906",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",