hevy-shared 1.0.694 → 1.0.695

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
@@ -1200,6 +1200,7 @@ export interface HevyTrainerProgram {
1200
1200
  routines: HevyTrainerRoutine[];
1201
1201
  focus_muscle?: SimplifiedMuscleGroup;
1202
1202
  next_workout_index: number;
1203
+ workout_tab_ai_insights?: string;
1203
1204
  }
1204
1205
  export interface PostHevyTrainerProgramRequestBody {
1205
1206
  program: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.694",
3
+ "version": "1.0.695",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",