@dgpholdings/greatoak-shared 1.0.47 → 1.0.48

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.
@@ -52,11 +52,3 @@ export type TApiListExercisesReq = null;
52
52
  export type TApiListExercisesRes = {
53
53
  data: TExercise[];
54
54
  };
55
- export type TApiGetOneExerciseReq = {
56
- exerciseId: string;
57
- };
58
- export type TApiGetOneExerciseRes = TExercise & {
59
- isActive: boolean;
60
- records: TRecord[];
61
- exerciseNote: string;
62
- };
@@ -28,10 +28,6 @@ export type TApiTemplateUpdateRes = {
28
28
  success?: boolean;
29
29
  message?: string;
30
30
  };
31
- export type TApiTemplateListReq = {};
32
- export type TApiTemplateListRes = {
33
- templates: TTemplate[];
34
- };
35
31
  type TExerciseRecord = {
36
32
  recordDate: Date;
37
33
  exerciseNote?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dgpholdings/greatoak-shared",
3
- "version": "1.0.47",
3
+ "version": "1.0.48",
4
4
  "description": "Shared TypeScript types and utilities for @dgpholdings projects",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",