@dgpholdings/greatoak-shared 1.2.21 → 1.2.23

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.
@@ -120,6 +120,7 @@ export type TExercise = {
120
120
  instructionsHtml: string;
121
121
  importantTipsHtml: string;
122
122
  popularityIndex: number;
123
+ isFavorite?: boolean;
123
124
  };
124
125
  export type TBodyPartExercises = Record<TBodyPart, TExercise[]>;
125
126
  export type TApiCreateOrUpdateExerciseReq = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dgpholdings/greatoak-shared",
3
- "version": "1.2.21",
3
+ "version": "1.2.23",
4
4
  "description": "Shared TypeScript types and utilities for @dgpholdings projects",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",