hevy-shared 1.0.896 → 1.0.897

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 +3 -1
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -700,6 +700,8 @@ export interface LibraryExercise extends BaseExerciseTemplate {
700
700
  goal: TrainingGoal[] | undefined;
701
701
  level: TrainingLevel[] | undefined;
702
702
  category: ExerciseCategory | undefined;
703
+ url_female?: string;
704
+ thumbnail_url_female?: string;
703
705
  }
704
706
  /**
705
707
  * Custom exercises are user-created templates with minimal properties
@@ -1247,7 +1249,7 @@ export interface OutstandingInvitesForCoachTeamResponse {
1247
1249
  export interface HevyTrainerProgram {
1248
1250
  id: string;
1249
1251
  created_at: string;
1250
- updated_at: number;
1252
+ updated_at: string;
1251
1253
  title: string;
1252
1254
  level: TrainingLevel;
1253
1255
  goal: TrainingGoal;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.896",
3
+ "version": "1.0.897",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",