@dgpholdings/greatoak-shared 1.1.86 → 1.1.87

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.
@@ -45,7 +45,7 @@ export type TRecordCardioFree = Extract<TRecord, {
45
45
  export type TRecordCardioMachine = Extract<TRecord, {
46
46
  type: "cardio-machine";
47
47
  }>;
48
- export type TTemplateConfig = {
48
+ export type TExerciseConfig = {
49
49
  enableAuxWeight?: boolean;
50
50
  enableRir?: boolean;
51
51
  enableRpe?: boolean;
@@ -56,7 +56,7 @@ export type TTemplateConfig = {
56
56
  };
57
57
  export type TTemplateExercise = {
58
58
  exerciseId: string;
59
- config: TTemplateConfig;
59
+ config: TExerciseConfig;
60
60
  exerciseNote: string;
61
61
  restTimeSecs?: number;
62
62
  initialRecords: TRecord[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dgpholdings/greatoak-shared",
3
- "version": "1.1.86",
3
+ "version": "1.1.87",
4
4
  "description": "Shared TypeScript types and utilities for @dgpholdings projects",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",