hevy-shared 1.0.797 → 1.0.798
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 +1 -0
- package/built/tests/testUtils.js +1 -0
- package/package.json +1 -1
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;
|
package/built/tests/testUtils.js
CHANGED