@dgpholdings/greatoak-shared 1.2.82 → 1.2.84

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.
@@ -140,6 +140,9 @@ export type TExercise = {
140
140
  female: number;
141
141
  default: number;
142
142
  };
143
+ movementPattern?: "push" | "pull" | "hinge" | "squat" | "lunge" | "rotation" | "carry" | "isolation";
144
+ stabilityDemand?: "low" | "moderate" | "high";
145
+ progressionTier?: "beginner" | "intermediate" | "advanced" | "elite";
143
146
  };
144
147
  export type TBodyPartExercises = Record<TBodyPart, TExercise[]>;
145
148
  export type TApiCreateOrUpdateExerciseReq = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dgpholdings/greatoak-shared",
3
- "version": "1.2.82",
3
+ "version": "1.2.84",
4
4
  "description": "Shared TypeScript types and utilities for @dgpholdings projects",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",