@dgpholdings/greatoak-shared 1.2.82 → 1.2.83

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.
@@ -112,6 +112,9 @@ export type TExercise = {
112
112
  paceFactors?: {
113
113
  [key: string]: number;
114
114
  };
115
+ movementPattern?: "push" | "pull" | "hinge" | "squat" | "lunge" | "rotation" | "carry" | "isolation";
116
+ stabilityDemand?: "low" | "moderate" | "high";
117
+ progressionTier?: "beginner" | "intermediate" | "advanced" | "elite";
115
118
  };
116
119
  youtubeVideoUrl: string[];
117
120
  modelVideoUrl: string;
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.83",
4
4
  "description": "Shared TypeScript types and utilities for @dgpholdings projects",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",