hevy-shared 1.0.900 → 1.0.901

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
@@ -1247,7 +1247,7 @@ export interface OutstandingInvitesForCoachTeamResponse {
1247
1247
  export interface HevyTrainerProgram {
1248
1248
  id: string;
1249
1249
  created_at: string;
1250
- updated_at: string;
1250
+ updated_at: number;
1251
1251
  title: string;
1252
1252
  level: TrainingLevel;
1253
1253
  goal: TrainingGoal;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.900",
3
+ "version": "1.0.901",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",