@keiser/metrics-sdk-admin-typescript 5.3.18 → 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,22 +2,22 @@
|
|
|
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 { AcceptedTermsVersionData } from './AcceptedTermsVersionData';
|
|
13
12
|
import type { EmailAddressData } from './EmailAddressData';
|
|
14
|
-
import type {
|
|
13
|
+
import type { WeightMeasurementData } from './WeightMeasurementData';
|
|
14
|
+
import type { PrimaryEmailAddressData } from './PrimaryEmailAddressData';
|
|
15
15
|
import type { HeightMeasurementData } from './HeightMeasurementData';
|
|
16
|
+
import type { FacilityRelationshipData } from './FacilityRelationshipData';
|
|
16
17
|
import type { OAuthServiceData } from './OAuthServiceData';
|
|
17
|
-
import type { PrimaryEmailAddressData } from './PrimaryEmailAddressData';
|
|
18
18
|
import type { ProfileData } from './ProfileData';
|
|
19
19
|
import type { SessionData } from './SessionData';
|
|
20
|
-
import type {
|
|
20
|
+
import type { AcceptedTermsVersionData } from './AcceptedTermsVersionData';
|
|
21
21
|
/**
|
|
22
22
|
*
|
|
23
23
|
* @export
|
|
@@ -106,7 +106,7 @@ export interface UserData {
|
|
|
106
106
|
/**
|
|
107
107
|
* Check if a given object implements the UserData interface.
|
|
108
108
|
*/
|
|
109
|
-
export declare function instanceOfUserData(value: object):
|
|
109
|
+
export declare function instanceOfUserData(value: object): value is UserData;
|
|
110
110
|
export declare function UserDataFromJSON(json: any): UserData;
|
|
111
111
|
export declare function UserDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserData;
|
|
112
112
|
export declare function UserDataToJSON(value?: UserData | 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).
|
|
@@ -45,7 +45,7 @@ export interface UserListResponse {
|
|
|
45
45
|
/**
|
|
46
46
|
* Check if a given object implements the UserListResponse interface.
|
|
47
47
|
*/
|
|
48
|
-
export declare function instanceOfUserListResponse(value: object):
|
|
48
|
+
export declare function instanceOfUserListResponse(value: object): value is UserListResponse;
|
|
49
49
|
export declare function UserListResponseFromJSON(json: any): UserListResponse;
|
|
50
50
|
export declare function UserListResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserListResponse;
|
|
51
51
|
export declare function UserListResponseToJSON(value?: UserListResponse | 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 UserListResponseMeta {
|
|
|
62
62
|
/**
|
|
63
63
|
* Check if a given object implements the UserListResponseMeta interface.
|
|
64
64
|
*/
|
|
65
|
-
export declare function instanceOfUserListResponseMeta(value: object):
|
|
65
|
+
export declare function instanceOfUserListResponseMeta(value: object): value is UserListResponseMeta;
|
|
66
66
|
export declare function UserListResponseMetaFromJSON(json: any): UserListResponseMeta;
|
|
67
67
|
export declare function UserListResponseMetaFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserListResponseMeta;
|
|
68
68
|
export declare function UserListResponseMetaToJSON(value?: UserListResponseMeta | 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).
|
|
@@ -38,7 +38,7 @@ export interface UserResponse {
|
|
|
38
38
|
/**
|
|
39
39
|
* Check if a given object implements the UserResponse interface.
|
|
40
40
|
*/
|
|
41
|
-
export declare function instanceOfUserResponse(value: object):
|
|
41
|
+
export declare function instanceOfUserResponse(value: object): value is UserResponse;
|
|
42
42
|
export declare function UserResponseFromJSON(json: any): UserResponse;
|
|
43
43
|
export declare function UserResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserResponse;
|
|
44
44
|
export declare function UserResponseToJSON(value?: UserResponse | 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 UserRight: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
28
|
+
readonly view: "view";
|
|
29
|
+
readonly edit: "edit";
|
|
19
30
|
};
|
|
20
31
|
export type UserRight = 'view' | 'edit';
|
|
21
|
-
export declare function
|
|
22
|
-
export declare function
|
|
23
|
-
export declare function
|
|
32
|
+
export declare function instanceOfUserRight(value: unknown): boolean;
|
|
33
|
+
export declare function UserRightFromJSON(json: unknown): UserRight;
|
|
34
|
+
export declare function UserRightFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): UserRight;
|
|
35
|
+
export declare function UserRightToJSON(value?: UserRight | null): UserRight | 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 UserSorting: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
28
|
+
readonly id: "id";
|
|
29
|
+
readonly name: "name";
|
|
30
|
+
readonly createdAt: "createdAt";
|
|
20
31
|
};
|
|
21
32
|
export type UserSorting = 'id' | 'name' | 'createdAt';
|
|
22
|
-
export declare function
|
|
23
|
-
export declare function
|
|
24
|
-
export declare function
|
|
33
|
+
export declare function instanceOfUserSorting(value: unknown): boolean;
|
|
34
|
+
export declare function UserSortingFromJSON(json: unknown): UserSorting;
|
|
35
|
+
export declare function UserSortingFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): UserSorting;
|
|
36
|
+
export declare function UserSortingToJSON(value?: UserSorting | null): UserSorting | null | undefined;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 Value
|
|
16
|
+
*/
|
|
17
|
+
export interface Value {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof Value
|
|
22
|
+
*/
|
|
23
|
+
value: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof Value
|
|
28
|
+
*/
|
|
29
|
+
isAboveDropOff?: boolean;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the Value interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfValue(value: object): value is Value;
|
|
35
|
+
export declare function ValueFromJSON(json: any): Value;
|
|
36
|
+
export declare function ValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): Value;
|
|
37
|
+
export declare function ValueToJSON(value?: Value | null): any;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 VelocityRegression
|
|
16
|
+
*/
|
|
17
|
+
export interface VelocityRegression {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof VelocityRegression
|
|
22
|
+
*/
|
|
23
|
+
m: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof VelocityRegression
|
|
28
|
+
*/
|
|
29
|
+
b: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the VelocityRegression interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfVelocityRegression(value: object): value is VelocityRegression;
|
|
35
|
+
export declare function VelocityRegressionFromJSON(json: any): VelocityRegression;
|
|
36
|
+
export declare function VelocityRegressionFromJSONTyped(json: any, ignoreDiscriminator: boolean): VelocityRegression;
|
|
37
|
+
export declare function VelocityRegressionToJSON(value?: VelocityRegression | 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 WeightMeasurementData {
|
|
|
62
62
|
/**
|
|
63
63
|
* Check if a given object implements the WeightMeasurementData interface.
|
|
64
64
|
*/
|
|
65
|
-
export declare function instanceOfWeightMeasurementData(value: object):
|
|
65
|
+
export declare function instanceOfWeightMeasurementData(value: object): value is WeightMeasurementData;
|
|
66
66
|
export declare function WeightMeasurementDataFromJSON(json: any): WeightMeasurementData;
|
|
67
67
|
export declare function WeightMeasurementDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): WeightMeasurementData;
|
|
68
68
|
export declare function WeightMeasurementDataToJSON(value?: WeightMeasurementData | 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).
|
|
@@ -17,10 +17,12 @@
|
|
|
17
17
|
export interface WorkersResponse {
|
|
18
18
|
/**
|
|
19
19
|
*
|
|
20
|
-
* @type {
|
|
20
|
+
* @type {{ [key: string]: any; }}
|
|
21
21
|
* @memberof WorkersResponse
|
|
22
22
|
*/
|
|
23
|
-
workers:
|
|
23
|
+
workers: {
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
};
|
|
24
26
|
/**
|
|
25
27
|
*
|
|
26
28
|
* @type {string}
|
|
@@ -37,7 +39,7 @@ export interface WorkersResponse {
|
|
|
37
39
|
/**
|
|
38
40
|
* Check if a given object implements the WorkersResponse interface.
|
|
39
41
|
*/
|
|
40
|
-
export declare function instanceOfWorkersResponse(value: object):
|
|
42
|
+
export declare function instanceOfWorkersResponse(value: object): value is WorkersResponse;
|
|
41
43
|
export declare function WorkersResponseFromJSON(json: any): WorkersResponse;
|
|
42
44
|
export declare function WorkersResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): WorkersResponse;
|
|
43
45
|
export declare function WorkersResponseToJSON(value?: WorkersResponse | null): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
import type { MotionDataPoint } from './MotionDataPoint';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface WorkoutSetPositionDataEvent
|
|
17
|
+
*/
|
|
18
|
+
export interface WorkoutSetPositionDataEvent {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof WorkoutSetPositionDataEvent
|
|
23
|
+
*/
|
|
24
|
+
timeSinceEpoch: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof WorkoutSetPositionDataEvent
|
|
29
|
+
*/
|
|
30
|
+
completedAt: number;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {MotionDataPoint}
|
|
34
|
+
* @memberof WorkoutSetPositionDataEvent
|
|
35
|
+
*/
|
|
36
|
+
left: MotionDataPoint;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {MotionDataPoint}
|
|
40
|
+
* @memberof WorkoutSetPositionDataEvent
|
|
41
|
+
*/
|
|
42
|
+
right: MotionDataPoint;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the WorkoutSetPositionDataEvent interface.
|
|
46
|
+
*/
|
|
47
|
+
export declare function instanceOfWorkoutSetPositionDataEvent(value: object): value is WorkoutSetPositionDataEvent;
|
|
48
|
+
export declare function WorkoutSetPositionDataEventFromJSON(json: any): WorkoutSetPositionDataEvent;
|
|
49
|
+
export declare function WorkoutSetPositionDataEventFromJSONTyped(json: any, ignoreDiscriminator: boolean): WorkoutSetPositionDataEvent;
|
|
50
|
+
export declare function WorkoutSetPositionDataEventToJSON(value?: WorkoutSetPositionDataEvent | null): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
import type { WorkoutSetSideData } from './WorkoutSetSideData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface WorkoutSetRepDataPoint
|
|
17
|
+
*/
|
|
18
|
+
export interface WorkoutSetRepDataPoint {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof WorkoutSetRepDataPoint
|
|
23
|
+
*/
|
|
24
|
+
resistance: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {WorkoutSetSideData}
|
|
28
|
+
* @memberof WorkoutSetRepDataPoint
|
|
29
|
+
*/
|
|
30
|
+
left: WorkoutSetSideData;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {WorkoutSetSideData}
|
|
34
|
+
* @memberof WorkoutSetRepDataPoint
|
|
35
|
+
*/
|
|
36
|
+
right: WorkoutSetSideData;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof WorkoutSetRepDataPoint
|
|
41
|
+
*/
|
|
42
|
+
addedMass: number;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the WorkoutSetRepDataPoint interface.
|
|
46
|
+
*/
|
|
47
|
+
export declare function instanceOfWorkoutSetRepDataPoint(value: object): value is WorkoutSetRepDataPoint;
|
|
48
|
+
export declare function WorkoutSetRepDataPointFromJSON(json: any): WorkoutSetRepDataPoint;
|
|
49
|
+
export declare function WorkoutSetRepDataPointFromJSONTyped(json: any, ignoreDiscriminator: boolean): WorkoutSetRepDataPoint;
|
|
50
|
+
export declare function WorkoutSetRepDataPointToJSON(value?: WorkoutSetRepDataPoint | null): any;
|
|
@@ -0,0 +1,110 @@
|
|
|
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
|
+
import type { Value } from './Value';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface WorkoutSetSideData
|
|
17
|
+
*/
|
|
18
|
+
export interface WorkoutSetSideData {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof WorkoutSetSideData
|
|
23
|
+
*/
|
|
24
|
+
resistance: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Value}
|
|
28
|
+
* @memberof WorkoutSetSideData
|
|
29
|
+
*/
|
|
30
|
+
peakPower: Value;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Value}
|
|
34
|
+
* @memberof WorkoutSetSideData
|
|
35
|
+
*/
|
|
36
|
+
meanPower: Value;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {Value}
|
|
40
|
+
* @memberof WorkoutSetSideData
|
|
41
|
+
*/
|
|
42
|
+
peakVelocity: Value;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {Value}
|
|
46
|
+
* @memberof WorkoutSetSideData
|
|
47
|
+
*/
|
|
48
|
+
meanVelocity: Value;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {Value}
|
|
52
|
+
* @memberof WorkoutSetSideData
|
|
53
|
+
*/
|
|
54
|
+
peakForce: Value;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {Value}
|
|
58
|
+
* @memberof WorkoutSetSideData
|
|
59
|
+
*/
|
|
60
|
+
meanForce: Value;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {number}
|
|
64
|
+
* @memberof WorkoutSetSideData
|
|
65
|
+
*/
|
|
66
|
+
work: number;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {number}
|
|
70
|
+
* @memberof WorkoutSetSideData
|
|
71
|
+
*/
|
|
72
|
+
rangeOfMotion: number;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {number}
|
|
76
|
+
* @memberof WorkoutSetSideData
|
|
77
|
+
*/
|
|
78
|
+
addedMass: number;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @type {number}
|
|
82
|
+
* @memberof WorkoutSetSideData
|
|
83
|
+
*/
|
|
84
|
+
completedAt: number;
|
|
85
|
+
/**
|
|
86
|
+
*
|
|
87
|
+
* @type {string}
|
|
88
|
+
* @memberof WorkoutSetSideData
|
|
89
|
+
*/
|
|
90
|
+
machineSide: string;
|
|
91
|
+
/**
|
|
92
|
+
*
|
|
93
|
+
* @type {number}
|
|
94
|
+
* @memberof WorkoutSetSideData
|
|
95
|
+
*/
|
|
96
|
+
startSinceEpoch: number;
|
|
97
|
+
/**
|
|
98
|
+
*
|
|
99
|
+
* @type {number}
|
|
100
|
+
* @memberof WorkoutSetSideData
|
|
101
|
+
*/
|
|
102
|
+
endSinceEpoch: number;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Check if a given object implements the WorkoutSetSideData interface.
|
|
106
|
+
*/
|
|
107
|
+
export declare function instanceOfWorkoutSetSideData(value: object): value is WorkoutSetSideData;
|
|
108
|
+
export declare function WorkoutSetSideDataFromJSON(json: any): WorkoutSetSideData;
|
|
109
|
+
export declare function WorkoutSetSideDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): WorkoutSetSideData;
|
|
110
|
+
export declare function WorkoutSetSideDataToJSON(value?: WorkoutSetSideData | null): any;
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from './A400DataSetData';
|
|
1
2
|
export * from './A500AppType';
|
|
2
3
|
export * from './A500DataSetData';
|
|
3
4
|
export * from './A500DataSetType';
|
|
@@ -18,8 +19,12 @@ export * from './CardioExerciseVariantType';
|
|
|
18
19
|
export * from './CardioMachineData';
|
|
19
20
|
export * from './CardioMachineParseCode';
|
|
20
21
|
export * from './CharacterType';
|
|
22
|
+
export * from './DisplayDataMode';
|
|
23
|
+
export * from './DisplayFocusMode';
|
|
24
|
+
export * from './DisplayUnit';
|
|
21
25
|
export * from './EmailAddressData';
|
|
22
26
|
export * from './EmployeeRole';
|
|
27
|
+
export * from './Exercise';
|
|
23
28
|
export * from './ExerciseAliasData';
|
|
24
29
|
export * from './ExerciseAliasType';
|
|
25
30
|
export * from './ExerciseOrdinalSetAssignmentData';
|
|
@@ -27,6 +32,10 @@ export * from './ExerciseOrdinalSetData';
|
|
|
27
32
|
export * from './ExerciseRight';
|
|
28
33
|
export * from './FacilityConfigurationData';
|
|
29
34
|
export * from './FacilityData';
|
|
35
|
+
export * from './FacilityDisplayConfigurationData';
|
|
36
|
+
export * from './FacilityDisplayOperatingSchedule';
|
|
37
|
+
export * from './FacilityDisplayOperatingScheduleEntry';
|
|
38
|
+
export * from './FacilityDisplayOperatingScheduleTime';
|
|
30
39
|
export * from './FacilityLicenseData';
|
|
31
40
|
export * from './FacilityLicenseListResponse';
|
|
32
41
|
export * from './FacilityLicenseListResponseMeta';
|
|
@@ -35,6 +44,7 @@ export * from './FacilityLicenseSorting';
|
|
|
35
44
|
export * from './FacilityLicenseType';
|
|
36
45
|
export * from './FacilityProfileData';
|
|
37
46
|
export * from './FacilityRelationshipData';
|
|
47
|
+
export * from './FacilityResponse';
|
|
38
48
|
export * from './FacilityRight';
|
|
39
49
|
export * from './FacilitySessionUserData';
|
|
40
50
|
export * from './FacilityStrengthMachineConfigurationData';
|
|
@@ -60,12 +70,15 @@ export * from './MSeriesDataSetData';
|
|
|
60
70
|
export * from './MSeriesDataSetSegmentData';
|
|
61
71
|
export * from './MSeriesFtpMeasurementData';
|
|
62
72
|
export * from './MSeriesGuidedSessionRight';
|
|
73
|
+
export * from './MachineWorkoutSetResponseData';
|
|
63
74
|
export * from './MaintenanceStatus';
|
|
75
|
+
export * from './MotionDataPoint';
|
|
64
76
|
export * from './MuscleArea';
|
|
65
77
|
export * from './MuscleData';
|
|
66
78
|
export * from './MuscleGroup';
|
|
67
79
|
export * from './MuscleTargetLevel';
|
|
68
80
|
export * from './OAuthServiceData';
|
|
81
|
+
export * from './PowerRegression';
|
|
69
82
|
export * from './PrimaryEmailAddressData';
|
|
70
83
|
export * from './ProfileData';
|
|
71
84
|
export * from './Queue';
|
|
@@ -86,7 +99,9 @@ export * from './SessionPlanSetInstanceData';
|
|
|
86
99
|
export * from './SessionPlanSetType';
|
|
87
100
|
export * from './SessionPlanStrengthSetData';
|
|
88
101
|
export * from './SessionPlanStretchSetData';
|
|
102
|
+
export * from './SetType';
|
|
89
103
|
export * from './Side';
|
|
104
|
+
export * from './SixRepTestData';
|
|
90
105
|
export * from './StatData';
|
|
91
106
|
export * from './StatListResponse';
|
|
92
107
|
export * from './StatListResponseMeta';
|
|
@@ -106,6 +121,7 @@ export * from './StrengthMachineDataSetTestData';
|
|
|
106
121
|
export * from './StrengthMachineDataSetTestSubsetData';
|
|
107
122
|
export * from './StrengthMachineLine';
|
|
108
123
|
export * from './StrengthMachineModelData';
|
|
124
|
+
export * from './StrengthMachineModelNumberData';
|
|
109
125
|
export * from './StrengthTestType';
|
|
110
126
|
export * from './StretchExerciseData';
|
|
111
127
|
export * from './StretchExerciseVariantData';
|
|
@@ -118,12 +134,20 @@ export * from './TaskQueueResponseMeta';
|
|
|
118
134
|
export * from './TaskQueues';
|
|
119
135
|
export * from './TaskSorting';
|
|
120
136
|
export * from './TaskStats';
|
|
137
|
+
export * from './TenRepTestData';
|
|
138
|
+
export * from './TenRepTestSideResults';
|
|
121
139
|
export * from './TestSide';
|
|
140
|
+
export * from './TimeZone';
|
|
122
141
|
export * from './UserData';
|
|
123
142
|
export * from './UserListResponse';
|
|
124
143
|
export * from './UserListResponseMeta';
|
|
125
144
|
export * from './UserResponse';
|
|
126
145
|
export * from './UserRight';
|
|
127
146
|
export * from './UserSorting';
|
|
147
|
+
export * from './Value';
|
|
148
|
+
export * from './VelocityRegression';
|
|
128
149
|
export * from './WeightMeasurementData';
|
|
129
150
|
export * from './WorkersResponse';
|
|
151
|
+
export * from './WorkoutSetPositionDataEvent';
|
|
152
|
+
export * from './WorkoutSetRepDataPoint';
|
|
153
|
+
export * from './WorkoutSetSideData';
|
package/dist/runtime.d.ts
CHANGED
|
@@ -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).
|
|
@@ -81,12 +81,19 @@ export declare class MetricsConnection {
|
|
|
81
81
|
private closeConnection;
|
|
82
82
|
private dispatchConnectionChange;
|
|
83
83
|
private onSocketMessage;
|
|
84
|
-
action(action: string, route: string, method: HTTPMethod, params: Object | undefined, pathParams: Object | undefined, headers: HTTPHeaders): Promise<unknown>;
|
|
84
|
+
action(action: string, route: string, method: HTTPMethod, params: Object | undefined, pathParams: Object | undefined, headers: HTTPHeaders, body?: HTTPBody): Promise<unknown>;
|
|
85
85
|
private checkCallbacks;
|
|
86
86
|
private pong;
|
|
87
87
|
private parseResponse;
|
|
88
88
|
private parseMessage;
|
|
89
89
|
private actionSocket;
|
|
90
|
+
/**
|
|
91
|
+
* Flattens an HTTP body for merging into socket action params.
|
|
92
|
+
* - Plain objects: spread into params (keys merged at top level).
|
|
93
|
+
* - Arrays, FormData, URLSearchParams, primitives: wrapped as `{ body }`.
|
|
94
|
+
* - null/undefined: returns empty object `{}`.
|
|
95
|
+
*/
|
|
96
|
+
private flattenBody;
|
|
90
97
|
private actionRest;
|
|
91
98
|
}
|
|
92
99
|
/**
|
|
@@ -117,6 +124,10 @@ export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS'
|
|
|
117
124
|
export type HTTPHeaders = {
|
|
118
125
|
[key: string]: string;
|
|
119
126
|
};
|
|
127
|
+
export type Consume = {
|
|
128
|
+
contentType: string;
|
|
129
|
+
};
|
|
130
|
+
export declare function canConsumeForm(consumes: Consume[] | undefined | null): boolean;
|
|
120
131
|
export type HTTPQuery = {
|
|
121
132
|
[key: string]: string | number | null | boolean | Array<string | number | null | boolean> | Set<string | number | null | boolean> | HTTPQuery;
|
|
122
133
|
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# .A400DataSetData
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**id** | **number** | | [default to undefined]
|
|
8
|
+
**createdAt** | **Date** | | [default to undefined]
|
|
9
|
+
**updatedAt** | **Date** | | [default to undefined]
|
|
10
|
+
**workoutSetData** | [**MachineWorkoutSetResponseData**](MachineWorkoutSetResponseData.md) | | [optional] [default to undefined]
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
package/docs/A500AppType.md
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
## Enum
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
* `
|
|
6
|
+
* `performance` (value: `'performance'`)
|
|
7
7
|
|
|
8
|
-
* `
|
|
8
|
+
* `elder` (value: `'elder'`)
|
|
9
9
|
|
|
10
|
-
* `
|
|
10
|
+
* `medical` (value: `'medical'`)
|
|
11
11
|
|
|
12
|
-
* `
|
|
12
|
+
* `commercial` (value: `'commercial'`)
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|