@dgpholdings/greatoak-shared 1.2.74 → 1.2.75

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.
@@ -121,6 +121,7 @@ export type TExercise = {
121
121
  importantTipsHtml: string;
122
122
  popularityIndex: number;
123
123
  isFavorite?: boolean;
124
+ isBlacklisted?: boolean;
124
125
  scoringSpecialHandling?: "plyometric" | "stretch-mobility" | "continuous-duration" | "loaded-carry";
125
126
  isFlaggedCorrection?: boolean;
126
127
  /** True for single-arm / single-leg exercises. The user enters weight per side,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dgpholdings/greatoak-shared",
3
- "version": "1.2.74",
3
+ "version": "1.2.75",
4
4
  "description": "Shared TypeScript types and utilities for @dgpholdings projects",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",