@keiser/metrics-sdk-admin-typescript 5.3.17 → 5.4.0
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/README.md +27 -2
- package/dist/apis/MetricsAdminApi.d.ts +13 -2
- package/dist/connection.d.ts +3 -3
- package/dist/index.js +6006 -3206
- package/dist/index.mjs +5864 -3207
- package/dist/models/A400DataSetData.d.ts +50 -0
- package/dist/models/A500AppType.d.ts +20 -8
- package/dist/models/A500DataSetData.d.ts +5 -5
- package/dist/models/A500DataSetType.d.ts +18 -6
- package/dist/models/A500MachineStateData.d.ts +4 -4
- package/dist/models/A500RepDataPointData.d.ts +3 -3
- package/dist/models/A500TestResultData.d.ts +2 -2
- package/dist/models/A500TimeSeriesPointData.d.ts +2 -2
- package/dist/models/AcceptedTermsVersionData.d.ts +2 -2
- package/dist/models/AccessControlRight.d.ts +18 -6
- package/dist/models/AnalyticRight.d.ts +17 -5
- package/dist/models/BodyCompositionMeasurementData.d.ts +2 -2
- package/dist/models/CacheKeysResponse.d.ts +2 -2
- package/dist/models/CacheObject.d.ts +2 -2
- package/dist/models/CacheObjectResponse.d.ts +2 -2
- package/dist/models/CardioExerciseData.d.ts +4 -4
- package/dist/models/CardioExerciseVariantData.d.ts +4 -4
- package/dist/models/CardioExerciseVariantType.d.ts +17 -5
- package/dist/models/CardioMachineData.d.ts +3 -3
- package/dist/models/CardioMachineParseCode.d.ts +18 -6
- package/dist/models/CharacterType.d.ts +18 -6
- package/dist/models/DisplayDataMode.d.ts +35 -0
- package/dist/models/DisplayFocusMode.d.ts +35 -0
- package/dist/models/DisplayUnit.d.ts +36 -0
- package/dist/models/EmailAddressData.d.ts +2 -2
- package/dist/models/EmployeeRole.d.ts +21 -9
- package/dist/models/Exercise.d.ts +49 -0
- package/dist/models/ExerciseAliasData.d.ts +4 -4
- package/dist/models/ExerciseAliasType.d.ts +19 -7
- package/dist/models/ExerciseOrdinalSetAssignmentData.d.ts +3 -3
- package/dist/models/ExerciseOrdinalSetData.d.ts +2 -2
- package/dist/models/ExerciseRight.d.ts +17 -5
- package/dist/models/FacilityConfigurationData.d.ts +2 -2
- package/dist/models/FacilityData.d.ts +15 -2
- package/dist/models/FacilityDisplayConfigurationData.d.ts +132 -0
- package/dist/models/FacilityDisplayOperatingSchedule.d.ts +68 -0
- package/dist/models/FacilityDisplayOperatingScheduleEntry.d.ts +38 -0
- package/dist/models/FacilityDisplayOperatingScheduleTime.d.ts +37 -0
- package/dist/models/FacilityLicenseData.d.ts +2 -2
- package/dist/models/FacilityLicenseListResponse.d.ts +2 -2
- package/dist/models/FacilityLicenseListResponseMeta.d.ts +2 -2
- package/dist/models/FacilityLicenseResponse.d.ts +2 -2
- package/dist/models/FacilityLicenseSorting.d.ts +20 -8
- package/dist/models/FacilityLicenseType.d.ts +19 -7
- package/dist/models/FacilityProfileData.d.ts +2 -2
- package/dist/models/FacilityRelationshipData.d.ts +21 -3
- package/dist/models/FacilityResponse.d.ts +44 -0
- package/dist/models/FacilityRight.d.ts +18 -6
- package/dist/models/FacilitySessionUserData.d.ts +6 -6
- package/dist/models/FacilityStrengthMachineConfigurationData.d.ts +3 -3
- package/dist/models/FacilityStrengthMachineData.d.ts +3 -3
- package/dist/models/ForceUnit.d.ts +20 -8
- package/dist/models/GlobalAccessControlCreationResponse.d.ts +2 -2
- package/dist/models/GlobalAccessControlData.d.ts +6 -6
- package/dist/models/GlobalAccessControlListResponse.d.ts +2 -2
- package/dist/models/GlobalAccessControlListResponseMeta.d.ts +2 -2
- package/dist/models/GlobalAccessControlResponse.d.ts +2 -2
- package/dist/models/GlobalAccessControlSecretData.d.ts +2 -2
- package/dist/models/GlobalAccessControlSecretResponse.d.ts +2 -2
- package/dist/models/GlobalAccessControlSorting.d.ts +18 -6
- package/dist/models/HeartRateDataPointData.d.ts +2 -2
- package/dist/models/HeartRateDataSetData.d.ts +2 -2
- package/dist/models/HeartRateDataSetSessionData.d.ts +2 -2
- package/dist/models/HeightMeasurementData.d.ts +2 -2
- package/dist/models/High.d.ts +2 -2
- package/dist/models/LicenseRight.d.ts +18 -6
- package/dist/models/Low.d.ts +2 -2
- package/dist/models/MSeriesDataPointData.d.ts +2 -2
- package/dist/models/MSeriesDataSetData.d.ts +4 -4
- package/dist/models/MSeriesDataSetSegmentData.d.ts +2 -2
- package/dist/models/MSeriesFtpMeasurementData.d.ts +2 -2
- package/dist/models/MSeriesGuidedSessionRight.d.ts +18 -6
- package/dist/models/MachineWorkoutSetResponseData.d.ts +154 -0
- package/dist/models/MaintenanceStatus.d.ts +2 -2
- package/dist/models/MotionDataPoint.d.ts +79 -0
- package/dist/models/MuscleArea.d.ts +19 -7
- package/dist/models/MuscleData.d.ts +2 -2
- package/dist/models/MuscleGroup.d.ts +30 -18
- package/dist/models/MuscleTargetLevel.d.ts +19 -7
- package/dist/models/OAuthServiceData.d.ts +2 -2
- package/dist/models/PowerRegression.d.ts +43 -0
- package/dist/models/PrimaryEmailAddressData.d.ts +2 -2
- package/dist/models/ProfileData.d.ts +14 -2
- package/dist/models/Queue.d.ts +18 -6
- package/dist/models/ResistancePrecision.d.ts +18 -6
- package/dist/models/ResqueDetailsData.d.ts +6 -4
- package/dist/models/ResqueDetailsResponse.d.ts +2 -2
- package/dist/models/ResqueRight.d.ts +18 -6
- package/dist/models/ServiceStatusResponse.d.ts +2 -2
- package/dist/models/SessionData.d.ts +6 -6
- package/dist/models/SessionPlanActivitySetData.d.ts +2 -2
- package/dist/models/SessionPlanCardioSetData.d.ts +3 -3
- package/dist/models/SessionPlanData.d.ts +3 -3
- package/dist/models/SessionPlanSequenceAssignmentData.d.ts +2 -2
- package/dist/models/SessionPlanSequenceData.d.ts +2 -2
- package/dist/models/SessionPlanSequenceInstanceData.d.ts +3 -3
- package/dist/models/SessionPlanSetData.d.ts +4 -4
- package/dist/models/SessionPlanSetInstanceData.d.ts +3 -3
- package/dist/models/SessionPlanSetType.d.ts +20 -8
- package/dist/models/SessionPlanStrengthSetData.d.ts +3 -3
- package/dist/models/SessionPlanStretchSetData.d.ts +2 -2
- package/dist/models/SetType.d.ts +36 -0
- package/dist/models/Side.d.ts +18 -6
- package/dist/models/SixRepTestData.d.ts +43 -0
- package/dist/models/StatData.d.ts +2 -2
- package/dist/models/StatListResponse.d.ts +3 -3
- package/dist/models/StatListResponseMeta.d.ts +2 -2
- package/dist/models/StatSorting.d.ts +18 -6
- package/dist/models/StrengthExerciseCategory.d.ts +21 -9
- package/dist/models/StrengthExerciseData.d.ts +5 -5
- package/dist/models/StrengthExerciseMovement.d.ts +18 -6
- package/dist/models/StrengthExerciseMovementDEP.d.ts +18 -6
- package/dist/models/StrengthExercisePlane.d.ts +19 -7
- package/dist/models/StrengthExerciseVariantAttachment.d.ts +25 -13
- package/dist/models/StrengthExerciseVariantData.d.ts +6 -6
- package/dist/models/StrengthExerciseVariantType.d.ts +22 -10
- package/dist/models/StrengthMachineAppType.d.ts +20 -8
- package/dist/models/StrengthMachineData.d.ts +10 -3
- package/dist/models/StrengthMachineDataSetData.d.ts +37 -5
- package/dist/models/StrengthMachineDataSetTestData.d.ts +3 -3
- package/dist/models/StrengthMachineDataSetTestSubsetData.d.ts +2 -2
- package/dist/models/StrengthMachineLine.d.ts +23 -11
- package/dist/models/StrengthMachineModelData.d.ts +2 -2
- package/dist/models/StrengthMachineModelNumberData.d.ts +37 -0
- package/dist/models/StrengthTestType.d.ts +20 -8
- package/dist/models/StretchExerciseData.d.ts +3 -3
- package/dist/models/StretchExerciseVariantData.d.ts +2 -2
- package/dist/models/StretchExerciseVariantType.d.ts +17 -5
- package/dist/models/TaskFailedResponse.d.ts +3 -3
- package/dist/models/TaskFailure.d.ts +3 -3
- package/dist/models/TaskPayload.d.ts +2 -2
- package/dist/models/TaskQueueResponse.d.ts +3 -3
- package/dist/models/TaskQueueResponseMeta.d.ts +2 -2
- package/dist/models/TaskQueues.d.ts +2 -2
- package/dist/models/TaskSorting.d.ts +17 -5
- package/dist/models/TaskStats.d.ts +2 -2
- package/dist/models/TenRepTestData.d.ts +59 -0
- package/dist/models/TenRepTestSideResults.d.ts +63 -0
- package/dist/models/TestSide.d.ts +19 -7
- package/dist/models/TimeZone.d.ts +625 -0
- package/dist/models/UserData.d.ts +6 -6
- package/dist/models/UserListResponse.d.ts +2 -2
- package/dist/models/UserListResponseMeta.d.ts +2 -2
- package/dist/models/UserResponse.d.ts +2 -2
- package/dist/models/UserRight.d.ts +18 -6
- package/dist/models/UserSorting.d.ts +19 -7
- package/dist/models/Value.d.ts +37 -0
- package/dist/models/VelocityRegression.d.ts +37 -0
- package/dist/models/WeightMeasurementData.d.ts +2 -2
- package/dist/models/WorkersResponse.d.ts +6 -4
- package/dist/models/WorkoutSetPositionDataEvent.d.ts +50 -0
- package/dist/models/WorkoutSetRepDataPoint.d.ts +50 -0
- package/dist/models/WorkoutSetSideData.d.ts +110 -0
- package/dist/models/index.d.ts +24 -0
- package/dist/runtime.d.ts +13 -2
- package/docs/A400DataSetData.md +13 -0
- package/docs/A500AppType.md +4 -4
- package/docs/A500DataSetType.md +2 -2
- package/docs/AccessControlRight.md +2 -2
- package/docs/AnalyticRight.md +1 -1
- package/docs/CardioExerciseVariantType.md +1 -1
- package/docs/CardioMachineParseCode.md +2 -2
- package/docs/CharacterType.md +2 -2
- package/docs/DisplayDataMode.md +11 -0
- package/docs/DisplayFocusMode.md +11 -0
- package/docs/DisplayUnit.md +13 -0
- package/docs/EmployeeRole.md +5 -5
- package/docs/Exercise.md +13 -0
- package/docs/ExerciseAliasType.md +3 -3
- package/docs/ExerciseRight.md +1 -1
- package/docs/FacilityData.md +2 -0
- package/docs/FacilityDisplayConfigurationData.md +26 -0
- package/docs/FacilityDisplayOperatingSchedule.md +16 -0
- package/docs/FacilityDisplayOperatingScheduleEntry.md +11 -0
- package/docs/FacilityDisplayOperatingScheduleTime.md +11 -0
- package/docs/FacilityLicenseSorting.md +4 -4
- package/docs/FacilityLicenseType.md +3 -3
- package/docs/FacilityRelationshipData.md +3 -0
- package/docs/FacilityResponse.md +12 -0
- package/docs/FacilityRight.md +2 -2
- package/docs/ForceUnit.md +4 -4
- package/docs/GlobalAccessControlSorting.md +2 -2
- package/docs/LicenseRight.md +2 -2
- package/docs/MSeriesGuidedSessionRight.md +2 -2
- package/docs/MachineWorkoutSetResponseData.md +29 -0
- package/docs/MetricsAdminApi.md +55 -0
- package/docs/MotionDataPoint.md +18 -0
- package/docs/MuscleArea.md +3 -3
- package/docs/MuscleGroup.md +14 -14
- package/docs/MuscleTargetLevel.md +3 -3
- package/docs/PowerRegression.md +12 -0
- package/docs/ProfileData.md +2 -0
- package/docs/Queue.md +2 -2
- package/docs/ResistancePrecision.md +2 -2
- package/docs/ResqueDetailsData.md +1 -1
- package/docs/ResqueRight.md +2 -2
- package/docs/SessionPlanSetType.md +4 -4
- package/docs/SetType.md +13 -0
- package/docs/Side.md +2 -2
- package/docs/SixRepTestData.md +12 -0
- package/docs/StatSorting.md +2 -2
- package/docs/StrengthExerciseCategory.md +5 -5
- package/docs/StrengthExerciseMovement.md +2 -2
- package/docs/StrengthExerciseMovementDEP.md +2 -2
- package/docs/StrengthExercisePlane.md +3 -3
- package/docs/StrengthExerciseVariantAttachment.md +9 -9
- package/docs/StrengthExerciseVariantData.md +1 -1
- package/docs/StrengthExerciseVariantType.md +6 -6
- package/docs/StrengthMachineAppType.md +4 -4
- package/docs/StrengthMachineData.md +1 -0
- package/docs/StrengthMachineDataSetData.md +5 -0
- package/docs/StrengthMachineLine.md +7 -7
- package/docs/StrengthMachineModelNumberData.md +11 -0
- package/docs/StrengthTestType.md +4 -4
- package/docs/StretchExerciseVariantType.md +1 -1
- package/docs/TaskSorting.md +1 -1
- package/docs/TenRepTestData.md +26 -0
- package/docs/TenRepTestSideResults.md +15 -0
- package/docs/TestSide.md +3 -3
- package/docs/TimeZone.md +1191 -0
- package/docs/UserRight.md +2 -2
- package/docs/UserSorting.md +3 -3
- package/docs/Value.md +11 -0
- package/docs/VelocityRegression.md +11 -0
- package/docs/WorkersResponse.md +1 -1
- package/docs/WorkoutSetPositionDataEvent.md +13 -0
- package/docs/WorkoutSetRepDataPoint.md +13 -0
- package/docs/WorkoutSetSideData.md +23 -0
- package/package.json +3 -1
- package/src/apis/MetricsAdminApi.ts +65 -1
- package/src/connection.ts +21 -9
- package/src/models/A400DataSetData.ts +94 -0
- package/src/models/A500AppType.ts +28 -9
- package/src/models/A500DataSetData.ts +38 -43
- package/src/models/A500DataSetType.ts +26 -7
- package/src/models/A500MachineStateData.ts +31 -36
- package/src/models/A500RepDataPointData.ts +55 -60
- package/src/models/A500TestResultData.ts +33 -38
- package/src/models/A500TimeSeriesPointData.ts +47 -52
- package/src/models/AcceptedTermsVersionData.ts +13 -18
- package/src/models/AccessControlRight.ts +26 -7
- package/src/models/AnalyticRight.ts +25 -6
- package/src/models/BodyCompositionMeasurementData.ts +69 -74
- package/src/models/CacheKeysResponse.ts +13 -18
- package/src/models/CacheObject.ts +17 -22
- package/src/models/CacheObjectResponse.ts +13 -18
- package/src/models/CardioExerciseData.ts +31 -36
- package/src/models/CardioExerciseVariantData.ts +32 -37
- package/src/models/CardioExerciseVariantType.ts +25 -6
- package/src/models/CardioMachineData.ts +27 -32
- package/src/models/CardioMachineParseCode.ts +26 -7
- package/src/models/CharacterType.ts +26 -7
- package/src/models/DisplayDataMode.ts +60 -0
- package/src/models/DisplayFocusMode.ts +60 -0
- package/src/models/DisplayUnit.ts +62 -0
- package/src/models/EmailAddressData.ts +15 -20
- package/src/models/EmployeeRole.ts +29 -10
- package/src/models/Exercise.ts +88 -0
- package/src/models/ExerciseAliasData.ts +30 -35
- package/src/models/ExerciseAliasType.ts +27 -8
- package/src/models/ExerciseOrdinalSetAssignmentData.ts +25 -30
- package/src/models/ExerciseOrdinalSetData.ts +17 -22
- package/src/models/ExerciseRight.ts +25 -6
- package/src/models/FacilityConfigurationData.ts +27 -32
- package/src/models/FacilityData.ts +42 -24
- package/src/models/FacilityDisplayConfigurationData.ts +233 -0
- package/src/models/FacilityDisplayOperatingSchedule.ts +122 -0
- package/src/models/FacilityDisplayOperatingScheduleEntry.ts +77 -0
- package/src/models/FacilityDisplayOperatingScheduleTime.ts +70 -0
- package/src/models/FacilityLicenseData.ts +23 -28
- package/src/models/FacilityLicenseListResponse.ts +15 -20
- package/src/models/FacilityLicenseListResponseMeta.ts +25 -30
- package/src/models/FacilityLicenseResponse.ts +13 -18
- package/src/models/FacilityLicenseSorting.ts +28 -9
- package/src/models/FacilityLicenseType.ts +27 -8
- package/src/models/FacilityProfileData.ts +23 -28
- package/src/models/FacilityRelationshipData.ts +56 -36
- package/src/models/FacilityResponse.ts +84 -0
- package/src/models/FacilityRight.ts +26 -7
- package/src/models/FacilitySessionUserData.ts +55 -60
- package/src/models/FacilityStrengthMachineConfigurationData.ts +29 -34
- package/src/models/FacilityStrengthMachineData.ts +37 -42
- package/src/models/ForceUnit.ts +28 -9
- package/src/models/GlobalAccessControlCreationResponse.ts +15 -20
- package/src/models/GlobalAccessControlData.ts +51 -56
- package/src/models/GlobalAccessControlListResponse.ts +15 -20
- package/src/models/GlobalAccessControlListResponseMeta.ts +19 -24
- package/src/models/GlobalAccessControlResponse.ts +13 -18
- package/src/models/GlobalAccessControlSecretData.ts +11 -16
- package/src/models/GlobalAccessControlSecretResponse.ts +13 -18
- package/src/models/GlobalAccessControlSorting.ts +26 -7
- package/src/models/HeartRateDataPointData.ts +15 -20
- package/src/models/HeartRateDataSetData.ts +25 -30
- package/src/models/HeartRateDataSetSessionData.ts +17 -22
- package/src/models/HeightMeasurementData.ts +17 -22
- package/src/models/High.ts +9 -14
- package/src/models/LicenseRight.ts +26 -7
- package/src/models/Low.ts +9 -14
- package/src/models/MSeriesDataPointData.ts +33 -38
- package/src/models/MSeriesDataSetData.ts +82 -87
- package/src/models/MSeriesDataSetSegmentData.ts +41 -46
- package/src/models/MSeriesFtpMeasurementData.ts +23 -28
- package/src/models/MSeriesGuidedSessionRight.ts +26 -7
- package/src/models/MachineWorkoutSetResponseData.ts +285 -0
- package/src/models/MaintenanceStatus.ts +23 -28
- package/src/models/MotionDataPoint.ts +133 -0
- package/src/models/MuscleArea.ts +27 -8
- package/src/models/MuscleData.ts +17 -22
- package/src/models/MuscleGroup.ts +38 -19
- package/src/models/MuscleTargetLevel.ts +27 -8
- package/src/models/OAuthServiceData.ts +23 -28
- package/src/models/PowerRegression.ts +79 -0
- package/src/models/PrimaryEmailAddressData.ts +11 -16
- package/src/models/ProfileData.ts +37 -26
- package/src/models/Queue.ts +26 -7
- package/src/models/ResistancePrecision.ts +26 -7
- package/src/models/ResqueDetailsData.ts +17 -22
- package/src/models/ResqueDetailsResponse.ts +13 -18
- package/src/models/ResqueRight.ts +26 -7
- package/src/models/ServiceStatusResponse.ts +9 -14
- package/src/models/SessionData.ts +63 -68
- package/src/models/SessionPlanActivitySetData.ts +9 -14
- package/src/models/SessionPlanCardioSetData.ts +23 -28
- package/src/models/SessionPlanData.ts +43 -48
- package/src/models/SessionPlanSequenceAssignmentData.ts +13 -18
- package/src/models/SessionPlanSequenceData.ts +19 -24
- package/src/models/SessionPlanSequenceInstanceData.ts +31 -36
- package/src/models/SessionPlanSetData.ts +32 -37
- package/src/models/SessionPlanSetInstanceData.ts +29 -34
- package/src/models/SessionPlanSetType.ts +28 -9
- package/src/models/SessionPlanStrengthSetData.ts +23 -28
- package/src/models/SessionPlanStretchSetData.ts +9 -14
- package/src/models/SetType.ts +62 -0
- package/src/models/Side.ts +26 -7
- package/src/models/SixRepTestData.ts +79 -0
- package/src/models/StatData.ts +31 -36
- package/src/models/StatListResponse.ts +21 -26
- package/src/models/StatListResponseMeta.ts +21 -26
- package/src/models/StatSorting.ts +26 -7
- package/src/models/StrengthExerciseCategory.ts +29 -10
- package/src/models/StrengthExerciseData.ts +44 -49
- package/src/models/StrengthExerciseMovement.ts +26 -7
- package/src/models/StrengthExerciseMovementDEP.ts +26 -7
- package/src/models/StrengthExercisePlane.ts +27 -8
- package/src/models/StrengthExerciseVariantAttachment.ts +33 -14
- package/src/models/StrengthExerciseVariantData.ts +44 -50
- package/src/models/StrengthExerciseVariantType.ts +30 -11
- package/src/models/StrengthMachineAppType.ts +28 -9
- package/src/models/StrengthMachineData.ts +43 -34
- package/src/models/StrengthMachineDataSetData.ts +126 -79
- package/src/models/StrengthMachineDataSetTestData.ts +19 -24
- package/src/models/StrengthMachineDataSetTestSubsetData.ts +15 -20
- package/src/models/StrengthMachineLine.ts +31 -12
- package/src/models/StrengthMachineModelData.ts +9 -14
- package/src/models/StrengthMachineModelNumberData.ts +70 -0
- package/src/models/StrengthTestType.ts +28 -9
- package/src/models/StretchExerciseData.ts +23 -28
- package/src/models/StretchExerciseVariantData.ts +19 -24
- package/src/models/StretchExerciseVariantType.ts +25 -6
- package/src/models/TaskFailedResponse.ts +21 -26
- package/src/models/TaskFailure.ts +27 -32
- package/src/models/TaskPayload.ts +13 -18
- package/src/models/TaskQueueResponse.ts +21 -26
- package/src/models/TaskQueueResponseMeta.ts +19 -24
- package/src/models/TaskQueues.ts +11 -16
- package/src/models/TaskSorting.ts +25 -6
- package/src/models/TaskStats.ts +11 -16
- package/src/models/TenRepTestData.ts +111 -0
- package/src/models/TenRepTestSideResults.ts +119 -0
- package/src/models/TestSide.ts +27 -8
- package/src/models/TimeZone.ts +1240 -0
- package/src/models/UserData.ts +55 -60
- package/src/models/UserListResponse.ts +15 -20
- package/src/models/UserListResponseMeta.ts +21 -26
- package/src/models/UserResponse.ts +13 -18
- package/src/models/UserRight.ts +26 -7
- package/src/models/UserSorting.ts +27 -8
- package/src/models/Value.ts +69 -0
- package/src/models/VelocityRegression.ts +70 -0
- package/src/models/WeightMeasurementData.ts +21 -26
- package/src/models/WorkersResponse.ts +15 -20
- package/src/models/WorkoutSetPositionDataEvent.ts +95 -0
- package/src/models/WorkoutSetRepDataPoint.ts +95 -0
- package/src/models/WorkoutSetSideData.ts +185 -0
- package/src/models/index.ts +24 -0
- package/src/runtime.ts +44 -9
|
@@ -2,7 +2,18 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
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
|
+
* metrics-sdk-admin
|
|
14
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
15
|
+
*
|
|
16
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
17
|
*
|
|
7
18
|
*
|
|
8
19
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,12 +25,13 @@
|
|
|
14
25
|
* @export
|
|
15
26
|
*/
|
|
16
27
|
export declare const SessionPlanSetType: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
28
|
+
readonly cardio: "cardio";
|
|
29
|
+
readonly strength: "strength";
|
|
30
|
+
readonly stretch: "stretch";
|
|
31
|
+
readonly activity: "activity";
|
|
21
32
|
};
|
|
22
33
|
export type SessionPlanSetType = 'cardio' | 'strength' | 'stretch' | 'activity';
|
|
23
|
-
export declare function
|
|
24
|
-
export declare function
|
|
25
|
-
export declare function
|
|
34
|
+
export declare function instanceOfSessionPlanSetType(value: unknown): boolean;
|
|
35
|
+
export declare function SessionPlanSetTypeFromJSON(json: unknown): SessionPlanSetType;
|
|
36
|
+
export declare function SessionPlanSetTypeFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): SessionPlanSetType;
|
|
37
|
+
export declare function SessionPlanSetTypeToJSON(value?: SessionPlanSetType | null): SessionPlanSetType | null | undefined;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { ForceUnit } from './ForceUnit';
|
|
13
|
-
import type { StrengthExerciseData } from './StrengthExerciseData';
|
|
14
13
|
import type { StrengthMachineData } from './StrengthMachineData';
|
|
14
|
+
import type { StrengthExerciseData } from './StrengthExerciseData';
|
|
15
15
|
/**
|
|
16
16
|
*
|
|
17
17
|
* @export
|
|
@@ -52,7 +52,7 @@ export interface SessionPlanStrengthSetData {
|
|
|
52
52
|
/**
|
|
53
53
|
* Check if a given object implements the SessionPlanStrengthSetData interface.
|
|
54
54
|
*/
|
|
55
|
-
export declare function instanceOfSessionPlanStrengthSetData(value: object):
|
|
55
|
+
export declare function instanceOfSessionPlanStrengthSetData(value: object): value is SessionPlanStrengthSetData;
|
|
56
56
|
export declare function SessionPlanStrengthSetDataFromJSON(json: any): SessionPlanStrengthSetData;
|
|
57
57
|
export declare function SessionPlanStrengthSetDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SessionPlanStrengthSetData;
|
|
58
58
|
export declare function SessionPlanStrengthSetDataToJSON(value?: SessionPlanStrengthSetData | null): any;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -25,7 +25,7 @@ export interface SessionPlanStretchSetData {
|
|
|
25
25
|
/**
|
|
26
26
|
* Check if a given object implements the SessionPlanStretchSetData interface.
|
|
27
27
|
*/
|
|
28
|
-
export declare function instanceOfSessionPlanStretchSetData(value: object):
|
|
28
|
+
export declare function instanceOfSessionPlanStretchSetData(value: object): value is SessionPlanStretchSetData;
|
|
29
29
|
export declare function SessionPlanStretchSetDataFromJSON(json: any): SessionPlanStretchSetData;
|
|
30
30
|
export declare function SessionPlanStretchSetDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SessionPlanStretchSetData;
|
|
31
31
|
export declare function SessionPlanStretchSetDataToJSON(value?: SessionPlanStretchSetData | null): any;
|
|
@@ -0,0 +1,36 @@
|
|
|
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.4.0
|
|
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
|
+
* metrics-sdk-admin
|
|
14
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
15
|
+
*
|
|
16
|
+
* The version of the OpenAPI document: 5.4.0
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
20
|
+
* https://openapi-generator.tech
|
|
21
|
+
* Do not edit the class manually.
|
|
22
|
+
*/
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
*/
|
|
27
|
+
export declare const SetType: {
|
|
28
|
+
readonly normal: "normal";
|
|
29
|
+
readonly sixRepTest: "sixRepTest";
|
|
30
|
+
readonly tenRepTest: "tenRepTest";
|
|
31
|
+
};
|
|
32
|
+
export type SetType = 'normal' | 'sixRepTest' | 'tenRepTest';
|
|
33
|
+
export declare function instanceOfSetType(value: unknown): boolean;
|
|
34
|
+
export declare function SetTypeFromJSON(json: unknown): SetType;
|
|
35
|
+
export declare function SetTypeFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): SetType;
|
|
36
|
+
export declare function SetTypeToJSON(value?: SetType | null): SetType | null | undefined;
|
package/dist/models/Side.d.ts
CHANGED
|
@@ -2,7 +2,18 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
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
|
+
* metrics-sdk-admin
|
|
14
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
15
|
+
*
|
|
16
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
17
|
*
|
|
7
18
|
*
|
|
8
19
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,10 +25,11 @@
|
|
|
14
25
|
* @export
|
|
15
26
|
*/
|
|
16
27
|
export declare const Side: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
28
|
+
readonly left: "left";
|
|
29
|
+
readonly right: "right";
|
|
19
30
|
};
|
|
20
31
|
export type Side = 'left' | 'right';
|
|
21
|
-
export declare function
|
|
22
|
-
export declare function
|
|
23
|
-
export declare function
|
|
32
|
+
export declare function instanceOfSide(value: unknown): boolean;
|
|
33
|
+
export declare function SideFromJSON(json: unknown): Side;
|
|
34
|
+
export declare function SideFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): Side;
|
|
35
|
+
export declare function SideToJSON(value?: Side | null): Side | null | undefined;
|
|
@@ -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.4.0
|
|
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 SixRepTestData
|
|
16
|
+
*/
|
|
17
|
+
export interface SixRepTestData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof SixRepTestData
|
|
22
|
+
*/
|
|
23
|
+
forceAtPeakPower: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof SixRepTestData
|
|
28
|
+
*/
|
|
29
|
+
lowerRepIndex: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof SixRepTestData
|
|
34
|
+
*/
|
|
35
|
+
upperRepIndex: number;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the SixRepTestData interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfSixRepTestData(value: object): value is SixRepTestData;
|
|
41
|
+
export declare function SixRepTestDataFromJSON(json: any): SixRepTestData;
|
|
42
|
+
export declare function SixRepTestDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SixRepTestData;
|
|
43
|
+
export declare function SixRepTestDataToJSON(value?: SixRepTestData | null): any;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -91,7 +91,7 @@ export interface StatData {
|
|
|
91
91
|
/**
|
|
92
92
|
* Check if a given object implements the StatData interface.
|
|
93
93
|
*/
|
|
94
|
-
export declare function instanceOfStatData(value: object):
|
|
94
|
+
export declare function instanceOfStatData(value: object): value is StatData;
|
|
95
95
|
export declare function StatDataFromJSON(json: any): StatData;
|
|
96
96
|
export declare function StatDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): StatData;
|
|
97
97
|
export declare function StatDataToJSON(value?: StatData | null): any;
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { StatData } from './StatData';
|
|
13
12
|
import type { StatListResponseMeta } from './StatListResponseMeta';
|
|
13
|
+
import type { StatData } from './StatData';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -45,7 +45,7 @@ export interface StatListResponse {
|
|
|
45
45
|
/**
|
|
46
46
|
* Check if a given object implements the StatListResponse interface.
|
|
47
47
|
*/
|
|
48
|
-
export declare function instanceOfStatListResponse(value: object):
|
|
48
|
+
export declare function instanceOfStatListResponse(value: object): value is StatListResponse;
|
|
49
49
|
export declare function StatListResponseFromJSON(json: any): StatListResponse;
|
|
50
50
|
export declare function StatListResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): StatListResponse;
|
|
51
51
|
export declare function StatListResponseToJSON(value?: StatListResponse | null): any;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -62,7 +62,7 @@ export interface StatListResponseMeta {
|
|
|
62
62
|
/**
|
|
63
63
|
* Check if a given object implements the StatListResponseMeta interface.
|
|
64
64
|
*/
|
|
65
|
-
export declare function instanceOfStatListResponseMeta(value: object):
|
|
65
|
+
export declare function instanceOfStatListResponseMeta(value: object): value is StatListResponseMeta;
|
|
66
66
|
export declare function StatListResponseMetaFromJSON(json: any): StatListResponseMeta;
|
|
67
67
|
export declare function StatListResponseMetaFromJSONTyped(json: any, ignoreDiscriminator: boolean): StatListResponseMeta;
|
|
68
68
|
export declare function StatListResponseMetaToJSON(value?: StatListResponseMeta | null): any;
|
|
@@ -2,7 +2,18 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
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
|
+
* metrics-sdk-admin
|
|
14
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
15
|
+
*
|
|
16
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
17
|
*
|
|
7
18
|
*
|
|
8
19
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,10 +25,11 @@
|
|
|
14
25
|
* @export
|
|
15
26
|
*/
|
|
16
27
|
export declare const StatSorting: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
28
|
+
readonly id: "id";
|
|
29
|
+
readonly createdAt: "createdAt";
|
|
19
30
|
};
|
|
20
31
|
export type StatSorting = 'id' | 'createdAt';
|
|
21
|
-
export declare function
|
|
22
|
-
export declare function
|
|
23
|
-
export declare function
|
|
32
|
+
export declare function instanceOfStatSorting(value: unknown): boolean;
|
|
33
|
+
export declare function StatSortingFromJSON(json: unknown): StatSorting;
|
|
34
|
+
export declare function StatSortingFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): StatSorting;
|
|
35
|
+
export declare function StatSortingToJSON(value?: StatSorting | null): StatSorting | null | undefined;
|
|
@@ -2,7 +2,18 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
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
|
+
* metrics-sdk-admin
|
|
14
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
15
|
+
*
|
|
16
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
17
|
*
|
|
7
18
|
*
|
|
8
19
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,13 +25,14 @@
|
|
|
14
25
|
* @export
|
|
15
26
|
*/
|
|
16
27
|
export declare const StrengthExerciseCategory: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
21
|
-
readonly
|
|
28
|
+
readonly lowerBody: "lowerBody";
|
|
29
|
+
readonly upperBody: "upperBody";
|
|
30
|
+
readonly core: "core";
|
|
31
|
+
readonly explosive: "explosive";
|
|
32
|
+
readonly complex: "complex";
|
|
22
33
|
};
|
|
23
34
|
export type StrengthExerciseCategory = 'lowerBody' | 'upperBody' | 'core' | 'explosive' | 'complex';
|
|
24
|
-
export declare function
|
|
25
|
-
export declare function
|
|
26
|
-
export declare function
|
|
35
|
+
export declare function instanceOfStrengthExerciseCategory(value: unknown): boolean;
|
|
36
|
+
export declare function StrengthExerciseCategoryFromJSON(json: unknown): StrengthExerciseCategory;
|
|
37
|
+
export declare function StrengthExerciseCategoryFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): StrengthExerciseCategory;
|
|
38
|
+
export declare function StrengthExerciseCategoryToJSON(value?: StrengthExerciseCategory | null): StrengthExerciseCategory | null | undefined;
|
|
@@ -2,21 +2,21 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { ExerciseAliasData } from './ExerciseAliasData';
|
|
13
12
|
import type { MuscleData } from './MuscleData';
|
|
14
13
|
import type { StrengthExerciseCategory } from './StrengthExerciseCategory';
|
|
15
|
-
import type {
|
|
14
|
+
import type { ExerciseAliasData } from './ExerciseAliasData';
|
|
16
15
|
import type { StrengthExerciseMovementDEP } from './StrengthExerciseMovementDEP';
|
|
17
16
|
import type { StrengthExercisePlane } from './StrengthExercisePlane';
|
|
18
|
-
import type { StrengthExerciseVariantData } from './StrengthExerciseVariantData';
|
|
19
17
|
import type { StrengthMachineData } from './StrengthMachineData';
|
|
18
|
+
import type { StrengthExerciseMovement } from './StrengthExerciseMovement';
|
|
19
|
+
import type { StrengthExerciseVariantData } from './StrengthExerciseVariantData';
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
22
|
* @export
|
|
@@ -87,7 +87,7 @@ export interface StrengthExerciseData {
|
|
|
87
87
|
/**
|
|
88
88
|
* Check if a given object implements the StrengthExerciseData interface.
|
|
89
89
|
*/
|
|
90
|
-
export declare function instanceOfStrengthExerciseData(value: object):
|
|
90
|
+
export declare function instanceOfStrengthExerciseData(value: object): value is StrengthExerciseData;
|
|
91
91
|
export declare function StrengthExerciseDataFromJSON(json: any): StrengthExerciseData;
|
|
92
92
|
export declare function StrengthExerciseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): StrengthExerciseData;
|
|
93
93
|
export declare function StrengthExerciseDataToJSON(value?: StrengthExerciseData | null): any;
|
|
@@ -2,7 +2,18 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
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
|
+
* metrics-sdk-admin
|
|
14
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
15
|
+
*
|
|
16
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
17
|
*
|
|
7
18
|
*
|
|
8
19
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,10 +25,11 @@
|
|
|
14
25
|
* @export
|
|
15
26
|
*/
|
|
16
27
|
export declare const StrengthExerciseMovement: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
28
|
+
readonly unilateral: "unilateral";
|
|
29
|
+
readonly bilateral: "bilateral";
|
|
19
30
|
};
|
|
20
31
|
export type StrengthExerciseMovement = 'unilateral' | 'bilateral';
|
|
21
|
-
export declare function
|
|
22
|
-
export declare function
|
|
23
|
-
export declare function
|
|
32
|
+
export declare function instanceOfStrengthExerciseMovement(value: unknown): boolean;
|
|
33
|
+
export declare function StrengthExerciseMovementFromJSON(json: unknown): StrengthExerciseMovement;
|
|
34
|
+
export declare function StrengthExerciseMovementFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): StrengthExerciseMovement;
|
|
35
|
+
export declare function StrengthExerciseMovementToJSON(value?: StrengthExerciseMovement | null): StrengthExerciseMovement | null | undefined;
|
|
@@ -2,7 +2,18 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
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
|
+
* metrics-sdk-admin
|
|
14
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
15
|
+
*
|
|
16
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
17
|
*
|
|
7
18
|
*
|
|
8
19
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,10 +25,11 @@
|
|
|
14
25
|
* @export
|
|
15
26
|
*/
|
|
16
27
|
export declare const StrengthExerciseMovementDEP: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
28
|
+
readonly isolation: "isolation";
|
|
29
|
+
readonly compound: "compound";
|
|
19
30
|
};
|
|
20
31
|
export type StrengthExerciseMovementDEP = 'isolation' | 'compound';
|
|
21
|
-
export declare function
|
|
22
|
-
export declare function
|
|
23
|
-
export declare function
|
|
32
|
+
export declare function instanceOfStrengthExerciseMovementDEP(value: unknown): boolean;
|
|
33
|
+
export declare function StrengthExerciseMovementDEPFromJSON(json: unknown): StrengthExerciseMovementDEP;
|
|
34
|
+
export declare function StrengthExerciseMovementDEPFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): StrengthExerciseMovementDEP;
|
|
35
|
+
export declare function StrengthExerciseMovementDEPToJSON(value?: StrengthExerciseMovementDEP | null): StrengthExerciseMovementDEP | null | undefined;
|
|
@@ -2,7 +2,18 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
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
|
+
* metrics-sdk-admin
|
|
14
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
15
|
+
*
|
|
16
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
17
|
*
|
|
7
18
|
*
|
|
8
19
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,11 +25,12 @@
|
|
|
14
25
|
* @export
|
|
15
26
|
*/
|
|
16
27
|
export declare const StrengthExercisePlane: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
28
|
+
readonly sagittal: "sagittal";
|
|
29
|
+
readonly frontal: "frontal";
|
|
30
|
+
readonly transverse: "transverse";
|
|
20
31
|
};
|
|
21
32
|
export type StrengthExercisePlane = 'sagittal' | 'frontal' | 'transverse';
|
|
22
|
-
export declare function
|
|
23
|
-
export declare function
|
|
24
|
-
export declare function
|
|
33
|
+
export declare function instanceOfStrengthExercisePlane(value: unknown): boolean;
|
|
34
|
+
export declare function StrengthExercisePlaneFromJSON(json: unknown): StrengthExercisePlane;
|
|
35
|
+
export declare function StrengthExercisePlaneFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): StrengthExercisePlane;
|
|
36
|
+
export declare function StrengthExercisePlaneToJSON(value?: StrengthExercisePlane | null): StrengthExercisePlane | null | undefined;
|
|
@@ -2,7 +2,18 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
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
|
+
* metrics-sdk-admin
|
|
14
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
15
|
+
*
|
|
16
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
17
|
*
|
|
7
18
|
*
|
|
8
19
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,17 +25,18 @@
|
|
|
14
25
|
* @export
|
|
15
26
|
*/
|
|
16
27
|
export declare const StrengthExerciseVariantAttachment: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
21
|
-
readonly
|
|
22
|
-
readonly
|
|
23
|
-
readonly
|
|
24
|
-
readonly
|
|
25
|
-
readonly
|
|
28
|
+
readonly bar: "bar";
|
|
29
|
+
readonly rope: "rope";
|
|
30
|
+
readonly singleHandles: "singleHandles";
|
|
31
|
+
readonly doubleHandles: "doubleHandles";
|
|
32
|
+
readonly ankleStrap: "ankleStrap";
|
|
33
|
+
readonly thighStrap: "thighStrap";
|
|
34
|
+
readonly belt: "belt";
|
|
35
|
+
readonly dip: "dip";
|
|
36
|
+
readonly pullUpBar: "pullUpBar";
|
|
26
37
|
};
|
|
27
38
|
export type StrengthExerciseVariantAttachment = 'bar' | 'rope' | 'singleHandles' | 'doubleHandles' | 'ankleStrap' | 'thighStrap' | 'belt' | 'dip' | 'pullUpBar';
|
|
28
|
-
export declare function
|
|
29
|
-
export declare function
|
|
30
|
-
export declare function
|
|
39
|
+
export declare function instanceOfStrengthExerciseVariantAttachment(value: unknown): boolean;
|
|
40
|
+
export declare function StrengthExerciseVariantAttachmentFromJSON(json: unknown): StrengthExerciseVariantAttachment;
|
|
41
|
+
export declare function StrengthExerciseVariantAttachmentFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): StrengthExerciseVariantAttachment;
|
|
42
|
+
export declare function StrengthExerciseVariantAttachmentToJSON(value?: StrengthExerciseVariantAttachment | null): StrengthExerciseVariantAttachment | null | undefined;
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { StrengthExerciseVariantType } from './StrengthExerciseVariantType';
|
|
13
|
+
import type { StrengthMachineData } from './StrengthMachineData';
|
|
12
14
|
import type { ExerciseOrdinalSetAssignmentData } from './ExerciseOrdinalSetAssignmentData';
|
|
13
|
-
import type { StrengthExerciseData } from './StrengthExerciseData';
|
|
14
15
|
import type { StrengthExerciseMovement } from './StrengthExerciseMovement';
|
|
16
|
+
import type { StrengthExerciseData } from './StrengthExerciseData';
|
|
15
17
|
import type { StrengthExerciseVariantAttachment } from './StrengthExerciseVariantAttachment';
|
|
16
|
-
import type { StrengthExerciseVariantType } from './StrengthExerciseVariantType';
|
|
17
|
-
import type { StrengthMachineData } from './StrengthMachineData';
|
|
18
18
|
/**
|
|
19
19
|
*
|
|
20
20
|
* @export
|
|
@@ -44,7 +44,7 @@ export interface StrengthExerciseVariantData {
|
|
|
44
44
|
* @type {StrengthExerciseMovement}
|
|
45
45
|
* @memberof StrengthExerciseVariantData
|
|
46
46
|
*/
|
|
47
|
-
equipmentMechanicalMovement
|
|
47
|
+
equipmentMechanicalMovement?: StrengthExerciseMovement;
|
|
48
48
|
/**
|
|
49
49
|
*
|
|
50
50
|
* @type {string}
|
|
@@ -79,7 +79,7 @@ export interface StrengthExerciseVariantData {
|
|
|
79
79
|
/**
|
|
80
80
|
* Check if a given object implements the StrengthExerciseVariantData interface.
|
|
81
81
|
*/
|
|
82
|
-
export declare function instanceOfStrengthExerciseVariantData(value: object):
|
|
82
|
+
export declare function instanceOfStrengthExerciseVariantData(value: object): value is StrengthExerciseVariantData;
|
|
83
83
|
export declare function StrengthExerciseVariantDataFromJSON(json: any): StrengthExerciseVariantData;
|
|
84
84
|
export declare function StrengthExerciseVariantDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): StrengthExerciseVariantData;
|
|
85
85
|
export declare function StrengthExerciseVariantDataToJSON(value?: StrengthExerciseVariantData | null): any;
|
|
@@ -2,7 +2,18 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
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
|
+
* metrics-sdk-admin
|
|
14
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
15
|
+
*
|
|
16
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
17
|
*
|
|
7
18
|
*
|
|
8
19
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,14 +25,15 @@
|
|
|
14
25
|
* @export
|
|
15
26
|
*/
|
|
16
27
|
export declare const StrengthExerciseVariantType: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
21
|
-
readonly
|
|
22
|
-
readonly
|
|
28
|
+
readonly normal: "normal";
|
|
29
|
+
readonly singleArm: "singleArm";
|
|
30
|
+
readonly singleLeg: "singleLeg";
|
|
31
|
+
readonly singleArmSingleLeg: "singleArmSingleLeg";
|
|
32
|
+
readonly doubleArmSingleLeg: "doubleArmSingleLeg";
|
|
33
|
+
readonly alternate: "alternate";
|
|
23
34
|
};
|
|
24
35
|
export type StrengthExerciseVariantType = 'normal' | 'singleArm' | 'singleLeg' | 'singleArmSingleLeg' | 'doubleArmSingleLeg' | 'alternate';
|
|
25
|
-
export declare function
|
|
26
|
-
export declare function
|
|
27
|
-
export declare function
|
|
36
|
+
export declare function instanceOfStrengthExerciseVariantType(value: unknown): boolean;
|
|
37
|
+
export declare function StrengthExerciseVariantTypeFromJSON(json: unknown): StrengthExerciseVariantType;
|
|
38
|
+
export declare function StrengthExerciseVariantTypeFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): StrengthExerciseVariantType;
|
|
39
|
+
export declare function StrengthExerciseVariantTypeToJSON(value?: StrengthExerciseVariantType | null): StrengthExerciseVariantType | null | undefined;
|