@keiser/metrics-sdk-admin-typescript 5.0.12
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.
- package/.github/ISSUE_TEMPLATE/bug_report.md +41 -0
- package/.github/ISSUE_TEMPLATE/enhancement.md +46 -0
- package/.github/ISSUE_TEMPLATE/feature_request.md +46 -0
- package/.github/workflows/main.yml +63 -0
- package/README.md +202 -0
- package/dist/apis/MetricsAdminApi.d.ts +328 -0
- package/dist/apis/index.d.ts +1 -0
- package/dist/connection.d.ts +110 -0
- package/dist/error.d.ts +134 -0
- package/dist/event.d.ts +51 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +8429 -0
- package/dist/index.mjs +7939 -0
- package/dist/jwt.d.ts +1 -0
- package/dist/models/A500DataSetData.d.ts +93 -0
- package/dist/models/A500MachineStateData.d.ts +88 -0
- package/dist/models/A500RepDataPointData.d.ts +169 -0
- package/dist/models/A500TestResultData.d.ts +103 -0
- package/dist/models/A500TimeSeriesPointData.d.ts +145 -0
- package/dist/models/AcceptedTermsVersionData.d.ts +43 -0
- package/dist/models/BodyCompositionMeasurementData.d.ts +211 -0
- package/dist/models/CacheKeysResponse.d.ts +43 -0
- package/dist/models/CacheObject.d.ts +55 -0
- package/dist/models/CacheObjectResponse.d.ts +44 -0
- package/dist/models/CardioExerciseData.d.ts +65 -0
- package/dist/models/CardioExerciseVariantData.d.ts +77 -0
- package/dist/models/CardioMachineData.d.ts +83 -0
- package/dist/models/EmailAddressData.d.ts +49 -0
- package/dist/models/ExerciseAliasData.d.ts +73 -0
- package/dist/models/ExerciseOrdinalSetAssignmentData.d.ts +65 -0
- package/dist/models/ExerciseOrdinalSetData.d.ts +56 -0
- package/dist/models/FacilityConfigurationData.d.ts +101 -0
- package/dist/models/FacilityData.d.ts +65 -0
- package/dist/models/FacilityLicenseData.d.ts +83 -0
- package/dist/models/FacilityLicenseListResponse.d.ts +51 -0
- package/dist/models/FacilityLicenseListResponseMeta.d.ts +89 -0
- package/dist/models/FacilityLicenseResponse.d.ts +44 -0
- package/dist/models/FacilityLicenseSorting.d.ts +25 -0
- package/dist/models/FacilityProfileData.d.ts +73 -0
- package/dist/models/FacilityRelationshipData.d.ts +99 -0
- package/dist/models/FacilitySessionUserData.d.ts +112 -0
- package/dist/models/FacilityStrengthMachineConfigurationData.d.ts +94 -0
- package/dist/models/FacilityStrengthMachineData.d.ts +99 -0
- package/dist/models/FingerprintData.d.ts +69 -0
- package/dist/models/GlobalAccessControlCreationResponse.d.ts +51 -0
- package/dist/models/GlobalAccessControlData.d.ts +148 -0
- package/dist/models/GlobalAccessControlListResponse.d.ts +51 -0
- package/dist/models/GlobalAccessControlListResponseMeta.d.ts +62 -0
- package/dist/models/GlobalAccessControlResponse.d.ts +44 -0
- package/dist/models/GlobalAccessControlSecretData.d.ts +37 -0
- package/dist/models/GlobalAccessControlSecretResponse.d.ts +44 -0
- package/dist/models/GlobalAccessControlSorting.d.ts +23 -0
- package/dist/models/HeartRateDataPointData.d.ts +49 -0
- package/dist/models/HeartRateDataSetData.d.ts +81 -0
- package/dist/models/HeartRateDataSetSessionData.d.ts +56 -0
- package/dist/models/HeightMeasurementData.d.ts +55 -0
- package/dist/models/High.d.ts +31 -0
- package/dist/models/Low.d.ts +31 -0
- package/dist/models/MSeriesDataPointData.d.ts +103 -0
- package/dist/models/MSeriesDataSetData.d.ts +222 -0
- package/dist/models/MSeriesDataSetSegmentData.d.ts +129 -0
- package/dist/models/MSeriesFtpMeasurementData.d.ts +74 -0
- package/dist/models/MuscleArea.d.ts +24 -0
- package/dist/models/MuscleData.d.ts +67 -0
- package/dist/models/MuscleGroup.d.ts +35 -0
- package/dist/models/MuscleIdentifier.d.ts +86 -0
- package/dist/models/OAuthServiceData.d.ts +73 -0
- package/dist/models/PrimaryEmailAddressData.d.ts +37 -0
- package/dist/models/ProfileData.d.ts +67 -0
- package/dist/models/Queue.d.ts +23 -0
- package/dist/models/ResqueDetailsData.d.ts +45 -0
- package/dist/models/ResqueDetailsResponse.d.ts +44 -0
- package/dist/models/SessionData.d.ts +135 -0
- package/dist/models/SessionPlanActivitySetData.d.ts +31 -0
- package/dist/models/SessionPlanCardioSetData.d.ts +57 -0
- package/dist/models/SessionPlanData.d.ts +118 -0
- package/dist/models/SessionPlanSequenceAssignmentData.d.ts +44 -0
- package/dist/models/SessionPlanSequenceData.d.ts +63 -0
- package/dist/models/SessionPlanSequenceInstanceData.d.ts +82 -0
- package/dist/models/SessionPlanSetData.d.ts +81 -0
- package/dist/models/SessionPlanSetInstanceData.d.ts +87 -0
- package/dist/models/SessionPlanStrengthSetData.d.ts +67 -0
- package/dist/models/SessionPlanStretchSetData.d.ts +31 -0
- package/dist/models/StatData.d.ts +97 -0
- package/dist/models/StatListResponse.d.ts +51 -0
- package/dist/models/StatListResponseMeta.d.ts +68 -0
- package/dist/models/StatSorting.d.ts +23 -0
- package/dist/models/StrengthExerciseData.d.ts +125 -0
- package/dist/models/StrengthExerciseVariantData.d.ts +115 -0
- package/dist/models/StrengthMachineData.d.ts +88 -0
- package/dist/models/StrengthMachineDataSetData.d.ts +199 -0
- package/dist/models/StrengthMachineDataSetTestData.d.ts +54 -0
- package/dist/models/StrengthMachineDataSetTestSubsetData.d.ts +49 -0
- package/dist/models/StrengthMachineModelData.d.ts +31 -0
- package/dist/models/StretchExerciseData.d.ts +58 -0
- package/dist/models/StretchExerciseVariantData.d.ts +70 -0
- package/dist/models/TaskFailedResponse.d.ts +51 -0
- package/dist/models/TaskFailure.d.ts +69 -0
- package/dist/models/TaskPayload.d.ts +44 -0
- package/dist/models/TaskQueueResponse.d.ts +51 -0
- package/dist/models/TaskQueueResponseMeta.d.ts +68 -0
- package/dist/models/TaskQueues.d.ts +39 -0
- package/dist/models/TaskStats.d.ts +37 -0
- package/dist/models/UserData.d.ts +112 -0
- package/dist/models/UserListResponse.d.ts +51 -0
- package/dist/models/UserListResponseMeta.d.ts +68 -0
- package/dist/models/UserResponse.d.ts +44 -0
- package/dist/models/UserSorting.d.ts +24 -0
- package/dist/models/WeightMeasurementData.d.ts +68 -0
- package/dist/models/WorkersResponse.d.ts +43 -0
- package/dist/models/index.d.ts +96 -0
- package/dist/runtime.d.ts +134 -0
- package/docs/A500DataSetData.md +41 -0
- package/docs/A500MachineStateData.md +46 -0
- package/docs/A500RepDataPointData.md +56 -0
- package/docs/A500TestResultData.md +22 -0
- package/docs/A500TimeSeriesPointData.md +29 -0
- package/docs/AcceptedTermsVersionData.md +12 -0
- package/docs/BodyCompositionMeasurementData.md +40 -0
- package/docs/CacheKeysResponse.md +12 -0
- package/docs/CacheObject.md +14 -0
- package/docs/CacheObjectResponse.md +12 -0
- package/docs/CardioExerciseData.md +15 -0
- package/docs/CardioExerciseVariantData.md +25 -0
- package/docs/CardioMachineData.md +36 -0
- package/docs/EmailAddressData.md +13 -0
- package/docs/ExerciseAliasData.md +28 -0
- package/docs/ExerciseOrdinalSetAssignmentData.md +15 -0
- package/docs/ExerciseOrdinalSetData.md +14 -0
- package/docs/FacilityConfigurationData.md +41 -0
- package/docs/FacilityData.md +15 -0
- package/docs/FacilityLicenseData.md +30 -0
- package/docs/FacilityLicenseListResponse.md +13 -0
- package/docs/FacilityLicenseListResponseMeta.md +31 -0
- package/docs/FacilityLicenseResponse.md +12 -0
- package/docs/FacilityLicenseSorting.md +15 -0
- package/docs/FacilityProfileData.md +17 -0
- package/docs/FacilityRelationshipData.md +36 -0
- package/docs/FacilitySessionUserData.md +22 -0
- package/docs/FacilityStrengthMachineConfigurationData.md +47 -0
- package/docs/FacilityStrengthMachineData.md +21 -0
- package/docs/FingerprintData.md +24 -0
- package/docs/GlobalAccessControlCreationResponse.md +13 -0
- package/docs/GlobalAccessControlData.md +103 -0
- package/docs/GlobalAccessControlListResponse.md +13 -0
- package/docs/GlobalAccessControlListResponseMeta.md +15 -0
- package/docs/GlobalAccessControlResponse.md +12 -0
- package/docs/GlobalAccessControlSecretData.md +11 -0
- package/docs/GlobalAccessControlSecretResponse.md +12 -0
- package/docs/GlobalAccessControlSorting.md +11 -0
- package/docs/HeartRateDataPointData.md +13 -0
- package/docs/HeartRateDataSetData.md +18 -0
- package/docs/HeartRateDataSetSessionData.md +14 -0
- package/docs/HeightMeasurementData.md +14 -0
- package/docs/High.md +10 -0
- package/docs/Low.md +10 -0
- package/docs/MSeriesDataPointData.md +22 -0
- package/docs/MSeriesDataSetData.md +41 -0
- package/docs/MSeriesDataSetSegmentData.md +26 -0
- package/docs/MSeriesFtpMeasurementData.md +17 -0
- package/docs/MetricsAdminApi.md +1576 -0
- package/docs/MuscleArea.md +13 -0
- package/docs/MuscleData.md +27 -0
- package/docs/MuscleGroup.md +35 -0
- package/docs/MuscleIdentifier.md +137 -0
- package/docs/OAuthServiceData.md +17 -0
- package/docs/PrimaryEmailAddressData.md +11 -0
- package/docs/ProfileData.md +16 -0
- package/docs/Queue.md +11 -0
- package/docs/ResqueDetailsData.md +12 -0
- package/docs/ResqueDetailsResponse.md +12 -0
- package/docs/SessionData.md +26 -0
- package/docs/SessionPlanActivitySetData.md +10 -0
- package/docs/SessionPlanCardioSetData.md +14 -0
- package/docs/SessionPlanData.md +24 -0
- package/docs/SessionPlanSequenceAssignmentData.md +12 -0
- package/docs/SessionPlanSequenceData.md +15 -0
- package/docs/SessionPlanSequenceInstanceData.md +18 -0
- package/docs/SessionPlanSetData.md +31 -0
- package/docs/SessionPlanSetInstanceData.md +32 -0
- package/docs/SessionPlanStrengthSetData.md +29 -0
- package/docs/SessionPlanStretchSetData.md +10 -0
- package/docs/StatData.md +21 -0
- package/docs/StatListResponse.md +13 -0
- package/docs/StatListResponseMeta.md +16 -0
- package/docs/StatSorting.md +11 -0
- package/docs/StrengthExerciseData.md +71 -0
- package/docs/StrengthExerciseVariantData.md +69 -0
- package/docs/StrengthMachineData.md +38 -0
- package/docs/StrengthMachineDataSetData.md +60 -0
- package/docs/StrengthMachineDataSetTestData.md +27 -0
- package/docs/StrengthMachineDataSetTestSubsetData.md +13 -0
- package/docs/StrengthMachineModelData.md +10 -0
- package/docs/StretchExerciseData.md +14 -0
- package/docs/StretchExerciseVariantData.md +24 -0
- package/docs/TaskFailedResponse.md +13 -0
- package/docs/TaskFailure.md +16 -0
- package/docs/TaskPayload.md +12 -0
- package/docs/TaskQueueResponse.md +13 -0
- package/docs/TaskQueueResponseMeta.md +24 -0
- package/docs/TaskQueues.md +11 -0
- package/docs/TaskStats.md +11 -0
- package/docs/UserData.md +22 -0
- package/docs/UserListResponse.md +13 -0
- package/docs/UserListResponseMeta.md +16 -0
- package/docs/UserResponse.md +12 -0
- package/docs/UserSorting.md +13 -0
- package/docs/WeightMeasurementData.md +16 -0
- package/docs/WorkersResponse.md +12 -0
- package/package.json +37 -0
- package/rollup.config.mjs +32 -0
- package/src/apis/MetricsAdminApi.ts +1735 -0
- package/src/apis/index.ts +3 -0
- package/src/connection.ts +256 -0
- package/src/error.ts +248 -0
- package/src/event.ts +267 -0
- package/src/index.ts +9 -0
- package/src/jwt.ts +17 -0
- package/src/models/A500DataSetData.ts +164 -0
- package/src/models/A500MachineStateData.ts +150 -0
- package/src/models/A500RepDataPointData.ts +264 -0
- package/src/models/A500TestResultData.ts +174 -0
- package/src/models/A500TimeSeriesPointData.ts +233 -0
- package/src/models/AcceptedTermsVersionData.ts +83 -0
- package/src/models/BodyCompositionMeasurementData.ts +336 -0
- package/src/models/CacheKeysResponse.ts +82 -0
- package/src/models/CacheObject.ts +102 -0
- package/src/models/CacheObjectResponse.ts +89 -0
- package/src/models/CardioExerciseData.ts +131 -0
- package/src/models/CardioExerciseVariantData.ts +144 -0
- package/src/models/CardioMachineData.ts +143 -0
- package/src/models/EmailAddressData.ts +93 -0
- package/src/models/ExerciseAliasData.ts +138 -0
- package/src/models/ExerciseOrdinalSetAssignmentData.ts +132 -0
- package/src/models/ExerciseOrdinalSetData.ts +107 -0
- package/src/models/FacilityConfigurationData.ts +167 -0
- package/src/models/FacilityData.ts +132 -0
- package/src/models/FacilityLicenseData.ts +144 -0
- package/src/models/FacilityLicenseListResponse.ts +104 -0
- package/src/models/FacilityLicenseListResponseMeta.ts +152 -0
- package/src/models/FacilityLicenseResponse.ts +89 -0
- package/src/models/FacilityLicenseSorting.ts +40 -0
- package/src/models/FacilityProfileData.ts +121 -0
- package/src/models/FacilityRelationshipData.ts +175 -0
- package/src/models/FacilitySessionUserData.ts +216 -0
- package/src/models/FacilityStrengthMachineConfigurationData.ts +159 -0
- package/src/models/FacilityStrengthMachineData.ts +170 -0
- package/src/models/FingerprintData.ts +127 -0
- package/src/models/GlobalAccessControlCreationResponse.ts +104 -0
- package/src/models/GlobalAccessControlData.ts +217 -0
- package/src/models/GlobalAccessControlListResponse.ts +104 -0
- package/src/models/GlobalAccessControlListResponseMeta.ts +113 -0
- package/src/models/GlobalAccessControlResponse.ts +89 -0
- package/src/models/GlobalAccessControlSecretData.ts +75 -0
- package/src/models/GlobalAccessControlSecretResponse.ts +89 -0
- package/src/models/GlobalAccessControlSorting.ts +38 -0
- package/src/models/HeartRateDataPointData.ts +91 -0
- package/src/models/HeartRateDataSetData.ts +148 -0
- package/src/models/HeartRateDataSetSessionData.ts +108 -0
- package/src/models/HeightMeasurementData.ts +102 -0
- package/src/models/High.ts +66 -0
- package/src/models/Low.ts +66 -0
- package/src/models/MSeriesDataPointData.ts +167 -0
- package/src/models/MSeriesDataSetData.ts +363 -0
- package/src/models/MSeriesDataSetSegmentData.ts +219 -0
- package/src/models/MSeriesFtpMeasurementData.ts +133 -0
- package/src/models/MuscleArea.ts +39 -0
- package/src/models/MuscleData.ts +131 -0
- package/src/models/MuscleGroup.ts +50 -0
- package/src/models/MuscleIdentifier.ts +101 -0
- package/src/models/OAuthServiceData.ts +126 -0
- package/src/models/PrimaryEmailAddressData.ts +75 -0
- package/src/models/ProfileData.ts +115 -0
- package/src/models/Queue.ts +38 -0
- package/src/models/ResqueDetailsData.ts +97 -0
- package/src/models/ResqueDetailsResponse.ts +89 -0
- package/src/models/SessionData.ts +249 -0
- package/src/models/SessionPlanActivitySetData.ts +66 -0
- package/src/models/SessionPlanCardioSetData.ts +113 -0
- package/src/models/SessionPlanData.ts +205 -0
- package/src/models/SessionPlanSequenceAssignmentData.ts +90 -0
- package/src/models/SessionPlanSequenceData.ts +122 -0
- package/src/models/SessionPlanSequenceInstanceData.ts +154 -0
- package/src/models/SessionPlanSetData.ts +153 -0
- package/src/models/SessionPlanSetInstanceData.ts +162 -0
- package/src/models/SessionPlanStrengthSetData.ts +126 -0
- package/src/models/SessionPlanStretchSetData.ts +66 -0
- package/src/models/StatData.ts +165 -0
- package/src/models/StatListResponse.ts +104 -0
- package/src/models/StatListResponseMeta.ts +121 -0
- package/src/models/StatSorting.ts +38 -0
- package/src/models/StrengthExerciseData.ts +208 -0
- package/src/models/StrengthExerciseVariantData.ts +189 -0
- package/src/models/StrengthMachineData.ts +154 -0
- package/src/models/StrengthMachineDataSetData.ts +331 -0
- package/src/models/StrengthMachineDataSetTestData.ts +104 -0
- package/src/models/StrengthMachineDataSetTestSubsetData.ts +93 -0
- package/src/models/StrengthMachineModelData.ts +66 -0
- package/src/models/StretchExerciseData.ts +117 -0
- package/src/models/StretchExerciseVariantData.ts +130 -0
- package/src/models/TaskFailedResponse.ts +104 -0
- package/src/models/TaskFailure.ts +133 -0
- package/src/models/TaskPayload.ts +91 -0
- package/src/models/TaskQueueResponse.ts +104 -0
- package/src/models/TaskQueueResponseMeta.ts +117 -0
- package/src/models/TaskQueues.ts +88 -0
- package/src/models/TaskStats.ts +73 -0
- package/src/models/UserData.ts +217 -0
- package/src/models/UserListResponse.ts +104 -0
- package/src/models/UserListResponseMeta.ts +121 -0
- package/src/models/UserResponse.ts +89 -0
- package/src/models/UserSorting.ts +39 -0
- package/src/models/WeightMeasurementData.ts +125 -0
- package/src/models/WorkersResponse.ts +82 -0
- package/src/models/index.ts +98 -0
- package/src/runtime.ts +473 -0
- package/tsconfig.json +18 -0
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* metrics-sdk-admin
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 5.0.12
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface BodyCompositionMeasurementData
|
|
16
|
+
*/
|
|
17
|
+
export interface BodyCompositionMeasurementData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof BodyCompositionMeasurementData
|
|
22
|
+
*/
|
|
23
|
+
totalBodyWater: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof BodyCompositionMeasurementData
|
|
28
|
+
*/
|
|
29
|
+
intracellularWater: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof BodyCompositionMeasurementData
|
|
34
|
+
*/
|
|
35
|
+
extracellularWater: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof BodyCompositionMeasurementData
|
|
40
|
+
*/
|
|
41
|
+
extracellularWaterToTotalBodyWaterRatio: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof BodyCompositionMeasurementData
|
|
46
|
+
*/
|
|
47
|
+
dryLeanMass: number;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof BodyCompositionMeasurementData
|
|
52
|
+
*/
|
|
53
|
+
bodyFatMass: number;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof BodyCompositionMeasurementData
|
|
58
|
+
*/
|
|
59
|
+
leanBodyMass: number;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof BodyCompositionMeasurementData
|
|
64
|
+
*/
|
|
65
|
+
skeletalMuscleMass: number;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof BodyCompositionMeasurementData
|
|
70
|
+
*/
|
|
71
|
+
bodyMassIndex: number;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {number}
|
|
75
|
+
* @memberof BodyCompositionMeasurementData
|
|
76
|
+
*/
|
|
77
|
+
visceralFatLevel: number;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {number}
|
|
81
|
+
* @memberof BodyCompositionMeasurementData
|
|
82
|
+
*/
|
|
83
|
+
basalMetabolicRate: number;
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @type {number}
|
|
87
|
+
* @memberof BodyCompositionMeasurementData
|
|
88
|
+
*/
|
|
89
|
+
leanBodyMassOfRightArm: number;
|
|
90
|
+
/**
|
|
91
|
+
*
|
|
92
|
+
* @type {number}
|
|
93
|
+
* @memberof BodyCompositionMeasurementData
|
|
94
|
+
*/
|
|
95
|
+
leanBodyMassPercentageOfRightArm: number;
|
|
96
|
+
/**
|
|
97
|
+
*
|
|
98
|
+
* @type {number}
|
|
99
|
+
* @memberof BodyCompositionMeasurementData
|
|
100
|
+
*/
|
|
101
|
+
leanBodyMassOfLeftArm: number;
|
|
102
|
+
/**
|
|
103
|
+
*
|
|
104
|
+
* @type {number}
|
|
105
|
+
* @memberof BodyCompositionMeasurementData
|
|
106
|
+
*/
|
|
107
|
+
leanBodyMassPercentageOfLeftArm: number;
|
|
108
|
+
/**
|
|
109
|
+
*
|
|
110
|
+
* @type {number}
|
|
111
|
+
* @memberof BodyCompositionMeasurementData
|
|
112
|
+
*/
|
|
113
|
+
leanBodyMassOfTrunk: number;
|
|
114
|
+
/**
|
|
115
|
+
*
|
|
116
|
+
* @type {number}
|
|
117
|
+
* @memberof BodyCompositionMeasurementData
|
|
118
|
+
*/
|
|
119
|
+
leanBodyMassPercentageOfTrunk: number;
|
|
120
|
+
/**
|
|
121
|
+
*
|
|
122
|
+
* @type {number}
|
|
123
|
+
* @memberof BodyCompositionMeasurementData
|
|
124
|
+
*/
|
|
125
|
+
leanBodyMassOfRightLeg: number;
|
|
126
|
+
/**
|
|
127
|
+
*
|
|
128
|
+
* @type {number}
|
|
129
|
+
* @memberof BodyCompositionMeasurementData
|
|
130
|
+
*/
|
|
131
|
+
leanBodyMassPercentageOfRightLeg: number;
|
|
132
|
+
/**
|
|
133
|
+
*
|
|
134
|
+
* @type {number}
|
|
135
|
+
* @memberof BodyCompositionMeasurementData
|
|
136
|
+
*/
|
|
137
|
+
leanBodyMassOfLeftLeg: number;
|
|
138
|
+
/**
|
|
139
|
+
*
|
|
140
|
+
* @type {number}
|
|
141
|
+
* @memberof BodyCompositionMeasurementData
|
|
142
|
+
*/
|
|
143
|
+
leanBodyMassPercentageOfLeftLeg: number;
|
|
144
|
+
/**
|
|
145
|
+
*
|
|
146
|
+
* @type {number}
|
|
147
|
+
* @memberof BodyCompositionMeasurementData
|
|
148
|
+
*/
|
|
149
|
+
bodyFatMassOfRightArm: number;
|
|
150
|
+
/**
|
|
151
|
+
*
|
|
152
|
+
* @type {number}
|
|
153
|
+
* @memberof BodyCompositionMeasurementData
|
|
154
|
+
*/
|
|
155
|
+
bodyFatMassPercentageOfRightArm: number;
|
|
156
|
+
/**
|
|
157
|
+
*
|
|
158
|
+
* @type {number}
|
|
159
|
+
* @memberof BodyCompositionMeasurementData
|
|
160
|
+
*/
|
|
161
|
+
bodyFatMassOfLeftArm: number;
|
|
162
|
+
/**
|
|
163
|
+
*
|
|
164
|
+
* @type {number}
|
|
165
|
+
* @memberof BodyCompositionMeasurementData
|
|
166
|
+
*/
|
|
167
|
+
bodyFatMassPercentageOfLeftArm: number;
|
|
168
|
+
/**
|
|
169
|
+
*
|
|
170
|
+
* @type {number}
|
|
171
|
+
* @memberof BodyCompositionMeasurementData
|
|
172
|
+
*/
|
|
173
|
+
bodyFatMassOfTrunk: number;
|
|
174
|
+
/**
|
|
175
|
+
*
|
|
176
|
+
* @type {number}
|
|
177
|
+
* @memberof BodyCompositionMeasurementData
|
|
178
|
+
*/
|
|
179
|
+
bodyFatMassPercentageOfTrunk: number;
|
|
180
|
+
/**
|
|
181
|
+
*
|
|
182
|
+
* @type {number}
|
|
183
|
+
* @memberof BodyCompositionMeasurementData
|
|
184
|
+
*/
|
|
185
|
+
bodyFatMassOfRightLeg: number;
|
|
186
|
+
/**
|
|
187
|
+
*
|
|
188
|
+
* @type {number}
|
|
189
|
+
* @memberof BodyCompositionMeasurementData
|
|
190
|
+
*/
|
|
191
|
+
bodyFatMassPercentageOfRightLeg: number;
|
|
192
|
+
/**
|
|
193
|
+
*
|
|
194
|
+
* @type {number}
|
|
195
|
+
* @memberof BodyCompositionMeasurementData
|
|
196
|
+
*/
|
|
197
|
+
bodyFatMassOfLeftLeg: number;
|
|
198
|
+
/**
|
|
199
|
+
*
|
|
200
|
+
* @type {number}
|
|
201
|
+
* @memberof BodyCompositionMeasurementData
|
|
202
|
+
*/
|
|
203
|
+
bodyFatMassPercentageOfLeftLeg: number;
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* Check if a given object implements the BodyCompositionMeasurementData interface.
|
|
207
|
+
*/
|
|
208
|
+
export declare function instanceOfBodyCompositionMeasurementData(value: object): boolean;
|
|
209
|
+
export declare function BodyCompositionMeasurementDataFromJSON(json: any): BodyCompositionMeasurementData;
|
|
210
|
+
export declare function BodyCompositionMeasurementDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): BodyCompositionMeasurementData;
|
|
211
|
+
export declare function BodyCompositionMeasurementDataToJSON(value?: BodyCompositionMeasurementData | null): any;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* metrics-sdk-admin
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 5.0.12
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CacheKeysResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface CacheKeysResponse {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof CacheKeysResponse
|
|
22
|
+
*/
|
|
23
|
+
cacheKeys: Array<string>;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CacheKeysResponse
|
|
28
|
+
*/
|
|
29
|
+
accessToken?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CacheKeysResponse
|
|
34
|
+
*/
|
|
35
|
+
refreshToken?: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the CacheKeysResponse interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfCacheKeysResponse(value: object): boolean;
|
|
41
|
+
export declare function CacheKeysResponseFromJSON(json: any): CacheKeysResponse;
|
|
42
|
+
export declare function CacheKeysResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CacheKeysResponse;
|
|
43
|
+
export declare function CacheKeysResponseToJSON(value?: CacheKeysResponse | null): any;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* metrics-sdk-admin
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 5.0.12
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CacheObject
|
|
16
|
+
*/
|
|
17
|
+
export interface CacheObject {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof CacheObject
|
|
22
|
+
*/
|
|
23
|
+
createdAt: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof CacheObject
|
|
28
|
+
*/
|
|
29
|
+
expireTimestamp: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof CacheObject
|
|
34
|
+
*/
|
|
35
|
+
lastReadAt: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof CacheObject
|
|
40
|
+
*/
|
|
41
|
+
key: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof CacheObject
|
|
46
|
+
*/
|
|
47
|
+
value: string;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Check if a given object implements the CacheObject interface.
|
|
51
|
+
*/
|
|
52
|
+
export declare function instanceOfCacheObject(value: object): boolean;
|
|
53
|
+
export declare function CacheObjectFromJSON(json: any): CacheObject;
|
|
54
|
+
export declare function CacheObjectFromJSONTyped(json: any, ignoreDiscriminator: boolean): CacheObject;
|
|
55
|
+
export declare function CacheObjectToJSON(value?: CacheObject | null): any;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* metrics-sdk-admin
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 5.0.12
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { CacheObject } from './CacheObject';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CacheObjectResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface CacheObjectResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {CacheObject}
|
|
22
|
+
* @memberof CacheObjectResponse
|
|
23
|
+
*/
|
|
24
|
+
cacheObject: CacheObject;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof CacheObjectResponse
|
|
29
|
+
*/
|
|
30
|
+
accessToken?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof CacheObjectResponse
|
|
35
|
+
*/
|
|
36
|
+
refreshToken?: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the CacheObjectResponse interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfCacheObjectResponse(value: object): boolean;
|
|
42
|
+
export declare function CacheObjectResponseFromJSON(json: any): CacheObjectResponse;
|
|
43
|
+
export declare function CacheObjectResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CacheObjectResponse;
|
|
44
|
+
export declare function CacheObjectResponseToJSON(value?: CacheObjectResponse | null): any;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* metrics-sdk-admin
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 5.0.12
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { CardioExerciseVariantData } from './CardioExerciseVariantData';
|
|
13
|
+
import type { CardioMachineData } from './CardioMachineData';
|
|
14
|
+
import type { ExerciseAliasData } from './ExerciseAliasData';
|
|
15
|
+
import type { MuscleData } from './MuscleData';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface CardioExerciseData
|
|
20
|
+
*/
|
|
21
|
+
export interface CardioExerciseData {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof CardioExerciseData
|
|
26
|
+
*/
|
|
27
|
+
id: number;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {ExerciseAliasData}
|
|
31
|
+
* @memberof CardioExerciseData
|
|
32
|
+
*/
|
|
33
|
+
defaultExerciseAlias?: ExerciseAliasData;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {Array<ExerciseAliasData>}
|
|
37
|
+
* @memberof CardioExerciseData
|
|
38
|
+
*/
|
|
39
|
+
exerciseAliases?: Array<ExerciseAliasData>;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {Array<CardioExerciseVariantData>}
|
|
43
|
+
* @memberof CardioExerciseData
|
|
44
|
+
*/
|
|
45
|
+
cardioExerciseVariants?: Array<CardioExerciseVariantData>;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {Array<MuscleData>}
|
|
49
|
+
* @memberof CardioExerciseData
|
|
50
|
+
*/
|
|
51
|
+
cardioExerciseMuscles?: Array<MuscleData>;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @type {Array<CardioMachineData>}
|
|
55
|
+
* @memberof CardioExerciseData
|
|
56
|
+
*/
|
|
57
|
+
cardioMachines?: Array<CardioMachineData>;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Check if a given object implements the CardioExerciseData interface.
|
|
61
|
+
*/
|
|
62
|
+
export declare function instanceOfCardioExerciseData(value: object): boolean;
|
|
63
|
+
export declare function CardioExerciseDataFromJSON(json: any): CardioExerciseData;
|
|
64
|
+
export declare function CardioExerciseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): CardioExerciseData;
|
|
65
|
+
export declare function CardioExerciseDataToJSON(value?: CardioExerciseData | null): any;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* metrics-sdk-admin
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 5.0.12
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { CardioExerciseData } from './CardioExerciseData';
|
|
13
|
+
import type { CardioMachineData } from './CardioMachineData';
|
|
14
|
+
import type { ExerciseOrdinalSetAssignmentData } from './ExerciseOrdinalSetAssignmentData';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface CardioExerciseVariantData
|
|
19
|
+
*/
|
|
20
|
+
export interface CardioExerciseVariantData {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {number}
|
|
24
|
+
* @memberof CardioExerciseVariantData
|
|
25
|
+
*/
|
|
26
|
+
id: number;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof CardioExerciseVariantData
|
|
31
|
+
*/
|
|
32
|
+
variant: CardioExerciseVariantDataVariantEnum;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof CardioExerciseVariantData
|
|
37
|
+
*/
|
|
38
|
+
instructionalImage?: string;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof CardioExerciseVariantData
|
|
43
|
+
*/
|
|
44
|
+
instructionalVideo?: string;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {CardioExerciseData}
|
|
48
|
+
* @memberof CardioExerciseVariantData
|
|
49
|
+
*/
|
|
50
|
+
cardioExercise?: CardioExerciseData;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {CardioMachineData}
|
|
54
|
+
* @memberof CardioExerciseVariantData
|
|
55
|
+
*/
|
|
56
|
+
cardioMachine?: CardioMachineData;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {Array<ExerciseOrdinalSetAssignmentData>}
|
|
60
|
+
* @memberof CardioExerciseVariantData
|
|
61
|
+
*/
|
|
62
|
+
exerciseOrdinalSetAssignments?: Array<ExerciseOrdinalSetAssignmentData>;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* @export
|
|
66
|
+
*/
|
|
67
|
+
export declare const CardioExerciseVariantDataVariantEnum: {
|
|
68
|
+
readonly Normal: "normal";
|
|
69
|
+
};
|
|
70
|
+
export type CardioExerciseVariantDataVariantEnum = typeof CardioExerciseVariantDataVariantEnum[keyof typeof CardioExerciseVariantDataVariantEnum];
|
|
71
|
+
/**
|
|
72
|
+
* Check if a given object implements the CardioExerciseVariantData interface.
|
|
73
|
+
*/
|
|
74
|
+
export declare function instanceOfCardioExerciseVariantData(value: object): boolean;
|
|
75
|
+
export declare function CardioExerciseVariantDataFromJSON(json: any): CardioExerciseVariantData;
|
|
76
|
+
export declare function CardioExerciseVariantDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): CardioExerciseVariantData;
|
|
77
|
+
export declare function CardioExerciseVariantDataToJSON(value?: CardioExerciseVariantData | null): any;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* metrics-sdk-admin
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 5.0.12
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { CardioExerciseData } from './CardioExerciseData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CardioMachineData
|
|
17
|
+
*/
|
|
18
|
+
export interface CardioMachineData {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof CardioMachineData
|
|
23
|
+
*/
|
|
24
|
+
id: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof CardioMachineData
|
|
29
|
+
*/
|
|
30
|
+
name: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof CardioMachineData
|
|
35
|
+
*/
|
|
36
|
+
line: CardioMachineDataLineEnum;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof CardioMachineData
|
|
41
|
+
*/
|
|
42
|
+
parseCode: CardioMachineDataParseCodeEnum;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof CardioMachineData
|
|
47
|
+
*/
|
|
48
|
+
defaultCardioExerciseId?: number;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof CardioMachineData
|
|
53
|
+
*/
|
|
54
|
+
machineTypeFallback?: string;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {CardioExerciseData}
|
|
58
|
+
* @memberof CardioMachineData
|
|
59
|
+
*/
|
|
60
|
+
defaultCardioExercise?: CardioExerciseData;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* @export
|
|
64
|
+
*/
|
|
65
|
+
export declare const CardioMachineDataLineEnum: {
|
|
66
|
+
readonly MSeries: "mSeries";
|
|
67
|
+
};
|
|
68
|
+
export type CardioMachineDataLineEnum = typeof CardioMachineDataLineEnum[keyof typeof CardioMachineDataLineEnum];
|
|
69
|
+
/**
|
|
70
|
+
* @export
|
|
71
|
+
*/
|
|
72
|
+
export declare const CardioMachineDataParseCodeEnum: {
|
|
73
|
+
readonly Ms6: "ms6";
|
|
74
|
+
readonly Ms6e: "ms6e";
|
|
75
|
+
};
|
|
76
|
+
export type CardioMachineDataParseCodeEnum = typeof CardioMachineDataParseCodeEnum[keyof typeof CardioMachineDataParseCodeEnum];
|
|
77
|
+
/**
|
|
78
|
+
* Check if a given object implements the CardioMachineData interface.
|
|
79
|
+
*/
|
|
80
|
+
export declare function instanceOfCardioMachineData(value: object): boolean;
|
|
81
|
+
export declare function CardioMachineDataFromJSON(json: any): CardioMachineData;
|
|
82
|
+
export declare function CardioMachineDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): CardioMachineData;
|
|
83
|
+
export declare function CardioMachineDataToJSON(value?: CardioMachineData | null): any;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* metrics-sdk-admin
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 5.0.12
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface EmailAddressData
|
|
16
|
+
*/
|
|
17
|
+
export interface EmailAddressData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof EmailAddressData
|
|
22
|
+
*/
|
|
23
|
+
id: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof EmailAddressData
|
|
28
|
+
*/
|
|
29
|
+
userId: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof EmailAddressData
|
|
34
|
+
*/
|
|
35
|
+
email: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof EmailAddressData
|
|
40
|
+
*/
|
|
41
|
+
validated: boolean;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the EmailAddressData interface.
|
|
45
|
+
*/
|
|
46
|
+
export declare function instanceOfEmailAddressData(value: object): boolean;
|
|
47
|
+
export declare function EmailAddressDataFromJSON(json: any): EmailAddressData;
|
|
48
|
+
export declare function EmailAddressDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): EmailAddressData;
|
|
49
|
+
export declare function EmailAddressDataToJSON(value?: EmailAddressData | null): any;
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* metrics-sdk-admin
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 5.0.12
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { CardioExerciseData } from './CardioExerciseData';
|
|
13
|
+
import type { StrengthExerciseData } from './StrengthExerciseData';
|
|
14
|
+
import type { StretchExerciseData } from './StretchExerciseData';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface ExerciseAliasData
|
|
19
|
+
*/
|
|
20
|
+
export interface ExerciseAliasData {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {number}
|
|
24
|
+
* @memberof ExerciseAliasData
|
|
25
|
+
*/
|
|
26
|
+
id: number;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof ExerciseAliasData
|
|
31
|
+
*/
|
|
32
|
+
alias: string;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ExerciseAliasData
|
|
37
|
+
*/
|
|
38
|
+
type?: ExerciseAliasDataTypeEnum;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {StrengthExerciseData}
|
|
42
|
+
* @memberof ExerciseAliasData
|
|
43
|
+
*/
|
|
44
|
+
strengthExercise?: StrengthExerciseData;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {CardioExerciseData}
|
|
48
|
+
* @memberof ExerciseAliasData
|
|
49
|
+
*/
|
|
50
|
+
cardioExercise?: CardioExerciseData;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {StretchExerciseData}
|
|
54
|
+
* @memberof ExerciseAliasData
|
|
55
|
+
*/
|
|
56
|
+
stretchExercise?: StretchExerciseData;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* @export
|
|
60
|
+
*/
|
|
61
|
+
export declare const ExerciseAliasDataTypeEnum: {
|
|
62
|
+
readonly Strength: "strength";
|
|
63
|
+
readonly Stretch: "stretch";
|
|
64
|
+
readonly Cardio: "cardio";
|
|
65
|
+
};
|
|
66
|
+
export type ExerciseAliasDataTypeEnum = typeof ExerciseAliasDataTypeEnum[keyof typeof ExerciseAliasDataTypeEnum];
|
|
67
|
+
/**
|
|
68
|
+
* Check if a given object implements the ExerciseAliasData interface.
|
|
69
|
+
*/
|
|
70
|
+
export declare function instanceOfExerciseAliasData(value: object): boolean;
|
|
71
|
+
export declare function ExerciseAliasDataFromJSON(json: any): ExerciseAliasData;
|
|
72
|
+
export declare function ExerciseAliasDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): ExerciseAliasData;
|
|
73
|
+
export declare function ExerciseAliasDataToJSON(value?: ExerciseAliasData | null): any;
|