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.
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
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.978",
3
+ "version": "1.0.979",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",