hevy-shared 1.0.795 → 1.0.796

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.
package/built/index.d.ts CHANGED
@@ -1027,6 +1027,7 @@ export interface BaseRoutine {
1027
1027
  notes: string | null;
1028
1028
  coach_force_rpe_enabled: boolean;
1029
1029
  hevy_trainer_program_id: string | null;
1030
+ created_at: string;
1030
1031
  }
1031
1032
  export interface Routine extends BaseRoutine {
1032
1033
  username: string;
@@ -32,6 +32,7 @@ class RoutineBuilder {
32
32
  notes: null,
33
33
  coach_force_rpe_enabled: false,
34
34
  hevy_trainer_program_id: null,
35
+ created_at: '',
35
36
  });
36
37
  this._exercises = [];
37
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.795",
3
+ "version": "1.0.796",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",