@dgpholdings/greatoak-shared 1.1.43 → 1.1.44

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.
@@ -122,7 +122,9 @@ export type TExercise = {
122
122
  };
123
123
  export type TBodyPartExercises = Record<TBodyPart, TExercise[]>;
124
124
  export type TApiCreateOrUpdateExerciseReq = {
125
- exercise: Omit<TExercise, "exerciseId">;
125
+ exercise: Omit<TExercise, "exerciseId"> & {
126
+ slug?: string;
127
+ };
126
128
  updateId?: string;
127
129
  };
128
130
  export type TApiCreateOrUpdateExerciseRes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dgpholdings/greatoak-shared",
3
- "version": "1.1.43",
3
+ "version": "1.1.44",
4
4
  "description": "Shared TypeScript types and utilities for @dgpholdings projects",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",