@sunsteel/contracts 0.8.0 → 0.8.1

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/dist/index.d.cts CHANGED
@@ -229,6 +229,7 @@ interface WorkoutSession {
229
229
  }
230
230
  /** Completed set from the latest earlier execution of the same routine day. */
231
231
  interface PreviousSetPerformance {
232
+ routineExerciseId: string;
232
233
  exerciseId: string;
233
234
  setNumber: number;
234
235
  reps: number;
package/dist/index.d.ts CHANGED
@@ -229,6 +229,7 @@ interface WorkoutSession {
229
229
  }
230
230
  /** Completed set from the latest earlier execution of the same routine day. */
231
231
  interface PreviousSetPerformance {
232
+ routineExerciseId: string;
232
233
  exerciseId: string;
233
234
  setNumber: number;
234
235
  reps: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunsteel/contracts",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ezee969/sunsteel-contracts.git"