hevy-shared 1.0.978 → 1.0.979
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 +2 -0
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -1270,6 +1270,7 @@ export interface HevyTrainerProgram {
|
|
|
1270
1270
|
}
|
|
1271
1271
|
export interface PostHevyTrainerProgramRequestBody {
|
|
1272
1272
|
program: {
|
|
1273
|
+
version: 1;
|
|
1273
1274
|
title: string;
|
|
1274
1275
|
level: TrainingLevel;
|
|
1275
1276
|
goal: TrainingGoal;
|
|
@@ -1285,6 +1286,7 @@ export interface PostHevyTrainerProgramRequestBody {
|
|
|
1285
1286
|
}
|
|
1286
1287
|
export interface UpdateHevyTrainerProgramRequestBody {
|
|
1287
1288
|
program: {
|
|
1289
|
+
version: 1;
|
|
1288
1290
|
programId: string;
|
|
1289
1291
|
title: string;
|
|
1290
1292
|
level: TrainingLevel;
|