@dgpholdings/greatoak-shared 1.0.87 → 1.0.88
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.
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { TBodyPart, TBodyPartKeys, TTrainingType } from "../types";
|
|
2
2
|
export declare const bodyCategories: TBodyPart[];
|
|
3
3
|
export declare const bodySubCategories: Record<TBodyPart, TBodyPartKeys>;
|
|
4
|
+
export declare const bodySubCatNaming: Record<TBodyPartKeys[number], string>;
|
|
4
5
|
export declare const trainingTypes: readonly TTrainingType[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.trainingTypes = exports.bodySubCategories = exports.bodyCategories = void 0;
|
|
3
|
+
exports.trainingTypes = exports.bodySubCatNaming = exports.bodySubCategories = exports.bodyCategories = void 0;
|
|
4
4
|
exports.bodyCategories = [
|
|
5
5
|
"Chest",
|
|
6
6
|
"Core",
|
|
@@ -28,6 +28,31 @@ exports.bodySubCategories = {
|
|
|
28
28
|
"maximus-lower",
|
|
29
29
|
],
|
|
30
30
|
};
|
|
31
|
+
exports.bodySubCatNaming = {
|
|
32
|
+
"pectoralis-major": "Pectoralis major",
|
|
33
|
+
"pectoralis-minor": "Pectoralis minor",
|
|
34
|
+
"abs-upper": "Abs upper",
|
|
35
|
+
"abs-lower": "Abs lower",
|
|
36
|
+
obliques: "Obliques",
|
|
37
|
+
"latissimus-dorsi": "Latissimus dorsi",
|
|
38
|
+
rhomboids: "Rhomboids",
|
|
39
|
+
trapezius: "Trapezius",
|
|
40
|
+
"bicep-short-inner": "Bicep short (inner)",
|
|
41
|
+
"bicep-long-outer": "Bicep long (outer)",
|
|
42
|
+
"brachii-long-outer": "Brachii long (outer)",
|
|
43
|
+
"brachii-lateral-rear": "Brachii lateral (rear)",
|
|
44
|
+
"fore-arm-inner": "Fore arm inner",
|
|
45
|
+
"fore-arm-outer": "Fore arm outer",
|
|
46
|
+
"calf-inner": "Calf inner",
|
|
47
|
+
"calf-outer": "Calf outer",
|
|
48
|
+
hamstrings: "Hamstrings",
|
|
49
|
+
quadriceps: "Quadriceps",
|
|
50
|
+
"medius-upper": "Gluteus medius (upper)",
|
|
51
|
+
"maximus-lower": "Gluteus Maximus (lower)",
|
|
52
|
+
"deltoids-anterior": "Deltoids anterior",
|
|
53
|
+
"deltoids-middle": "Deltoids middle",
|
|
54
|
+
"lower-back": "Lower back",
|
|
55
|
+
};
|
|
31
56
|
exports.trainingTypes = [
|
|
32
57
|
"band",
|
|
33
58
|
"body-weight",
|