hevy-shared 1.0.710 → 1.0.711

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 +2 -0
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -1198,6 +1198,8 @@ export interface OutstandingInvitesForCoachTeamResponse {
1198
1198
  invites: CoachTeamInvite[];
1199
1199
  }
1200
1200
  export interface HevyTrainerProgram {
1201
+ created_at: string;
1202
+ updated_at: string;
1201
1203
  title: string;
1202
1204
  level: TrainingLevel;
1203
1205
  goal: TrainingGoal;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.710",
3
+ "version": "1.0.711",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",