@keiser/metrics-sdk-admin-typescript 5.3.18 → 5.4.1
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,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.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,7 +31,7 @@ export interface GlobalAccessControlSecretData {
|
|
|
31
31
|
/**
|
|
32
32
|
* Check if a given object implements the GlobalAccessControlSecretData interface.
|
|
33
33
|
*/
|
|
34
|
-
export declare function instanceOfGlobalAccessControlSecretData(value: object):
|
|
34
|
+
export declare function instanceOfGlobalAccessControlSecretData(value: object): value is GlobalAccessControlSecretData;
|
|
35
35
|
export declare function GlobalAccessControlSecretDataFromJSON(json: any): GlobalAccessControlSecretData;
|
|
36
36
|
export declare function GlobalAccessControlSecretDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): GlobalAccessControlSecretData;
|
|
37
37
|
export declare function GlobalAccessControlSecretDataToJSON(value?: GlobalAccessControlSecretData | 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.1
|
|
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 GlobalAccessControlSecretResponse {
|
|
|
38
38
|
/**
|
|
39
39
|
* Check if a given object implements the GlobalAccessControlSecretResponse interface.
|
|
40
40
|
*/
|
|
41
|
-
export declare function instanceOfGlobalAccessControlSecretResponse(value: object):
|
|
41
|
+
export declare function instanceOfGlobalAccessControlSecretResponse(value: object): value is GlobalAccessControlSecretResponse;
|
|
42
42
|
export declare function GlobalAccessControlSecretResponseFromJSON(json: any): GlobalAccessControlSecretResponse;
|
|
43
43
|
export declare function GlobalAccessControlSecretResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GlobalAccessControlSecretResponse;
|
|
44
44
|
export declare function GlobalAccessControlSecretResponseToJSON(value?: GlobalAccessControlSecretResponse | 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.1
|
|
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.1
|
|
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 GlobalAccessControlSorting: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
28
|
+
readonly id: "id";
|
|
29
|
+
readonly name: "name";
|
|
19
30
|
};
|
|
20
31
|
export type GlobalAccessControlSorting = 'id' | 'name';
|
|
21
|
-
export declare function
|
|
22
|
-
export declare function
|
|
23
|
-
export declare function
|
|
32
|
+
export declare function instanceOfGlobalAccessControlSorting(value: unknown): boolean;
|
|
33
|
+
export declare function GlobalAccessControlSortingFromJSON(json: unknown): GlobalAccessControlSorting;
|
|
34
|
+
export declare function GlobalAccessControlSortingFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): GlobalAccessControlSorting;
|
|
35
|
+
export declare function GlobalAccessControlSortingToJSON(value?: GlobalAccessControlSorting | null): GlobalAccessControlSorting | 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.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -43,7 +43,7 @@ export interface HeartRateDataPointData {
|
|
|
43
43
|
/**
|
|
44
44
|
* Check if a given object implements the HeartRateDataPointData interface.
|
|
45
45
|
*/
|
|
46
|
-
export declare function instanceOfHeartRateDataPointData(value: object):
|
|
46
|
+
export declare function instanceOfHeartRateDataPointData(value: object): value is HeartRateDataPointData;
|
|
47
47
|
export declare function HeartRateDataPointDataFromJSON(json: any): HeartRateDataPointData;
|
|
48
48
|
export declare function HeartRateDataPointDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): HeartRateDataPointData;
|
|
49
49
|
export declare function HeartRateDataPointDataToJSON(value?: HeartRateDataPointData | 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.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -75,7 +75,7 @@ export interface HeartRateDataSetData {
|
|
|
75
75
|
/**
|
|
76
76
|
* Check if a given object implements the HeartRateDataSetData interface.
|
|
77
77
|
*/
|
|
78
|
-
export declare function instanceOfHeartRateDataSetData(value: object):
|
|
78
|
+
export declare function instanceOfHeartRateDataSetData(value: object): value is HeartRateDataSetData;
|
|
79
79
|
export declare function HeartRateDataSetDataFromJSON(json: any): HeartRateDataSetData;
|
|
80
80
|
export declare function HeartRateDataSetDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): HeartRateDataSetData;
|
|
81
81
|
export declare function HeartRateDataSetDataToJSON(value?: HeartRateDataSetData | 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.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -50,7 +50,7 @@ export interface HeartRateDataSetSessionData {
|
|
|
50
50
|
/**
|
|
51
51
|
* Check if a given object implements the HeartRateDataSetSessionData interface.
|
|
52
52
|
*/
|
|
53
|
-
export declare function instanceOfHeartRateDataSetSessionData(value: object):
|
|
53
|
+
export declare function instanceOfHeartRateDataSetSessionData(value: object): value is HeartRateDataSetSessionData;
|
|
54
54
|
export declare function HeartRateDataSetSessionDataFromJSON(json: any): HeartRateDataSetSessionData;
|
|
55
55
|
export declare function HeartRateDataSetSessionDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): HeartRateDataSetSessionData;
|
|
56
56
|
export declare function HeartRateDataSetSessionDataToJSON(value?: HeartRateDataSetSessionData | 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.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -49,7 +49,7 @@ export interface HeightMeasurementData {
|
|
|
49
49
|
/**
|
|
50
50
|
* Check if a given object implements the HeightMeasurementData interface.
|
|
51
51
|
*/
|
|
52
|
-
export declare function instanceOfHeightMeasurementData(value: object):
|
|
52
|
+
export declare function instanceOfHeightMeasurementData(value: object): value is HeightMeasurementData;
|
|
53
53
|
export declare function HeightMeasurementDataFromJSON(json: any): HeightMeasurementData;
|
|
54
54
|
export declare function HeightMeasurementDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): HeightMeasurementData;
|
|
55
55
|
export declare function HeightMeasurementDataToJSON(value?: HeightMeasurementData | null): any;
|
package/dist/models/High.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.1
|
|
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 High {
|
|
|
25
25
|
/**
|
|
26
26
|
* Check if a given object implements the High interface.
|
|
27
27
|
*/
|
|
28
|
-
export declare function instanceOfHigh(value: object):
|
|
28
|
+
export declare function instanceOfHigh(value: object): value is High;
|
|
29
29
|
export declare function HighFromJSON(json: any): High;
|
|
30
30
|
export declare function HighFromJSONTyped(json: any, ignoreDiscriminator: boolean): High;
|
|
31
31
|
export declare function HighToJSON(value?: High | 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.1
|
|
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.1
|
|
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 LicenseRight: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
28
|
+
readonly view: "view";
|
|
29
|
+
readonly edit: "edit";
|
|
19
30
|
};
|
|
20
31
|
export type LicenseRight = 'view' | 'edit';
|
|
21
|
-
export declare function
|
|
22
|
-
export declare function
|
|
23
|
-
export declare function
|
|
32
|
+
export declare function instanceOfLicenseRight(value: unknown): boolean;
|
|
33
|
+
export declare function LicenseRightFromJSON(json: unknown): LicenseRight;
|
|
34
|
+
export declare function LicenseRightFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): LicenseRight;
|
|
35
|
+
export declare function LicenseRightToJSON(value?: LicenseRight | null): LicenseRight | null | undefined;
|
package/dist/models/Low.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.1
|
|
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 Low {
|
|
|
25
25
|
/**
|
|
26
26
|
* Check if a given object implements the Low interface.
|
|
27
27
|
*/
|
|
28
|
-
export declare function instanceOfLow(value: object):
|
|
28
|
+
export declare function instanceOfLow(value: object): value is Low;
|
|
29
29
|
export declare function LowFromJSON(json: any): Low;
|
|
30
30
|
export declare function LowFromJSONTyped(json: any, ignoreDiscriminator: boolean): Low;
|
|
31
31
|
export declare function LowToJSON(value?: Low | 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.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -97,7 +97,7 @@ export interface MSeriesDataPointData {
|
|
|
97
97
|
/**
|
|
98
98
|
* Check if a given object implements the MSeriesDataPointData interface.
|
|
99
99
|
*/
|
|
100
|
-
export declare function instanceOfMSeriesDataPointData(value: object):
|
|
100
|
+
export declare function instanceOfMSeriesDataPointData(value: object): value is MSeriesDataPointData;
|
|
101
101
|
export declare function MSeriesDataPointDataFromJSON(json: any): MSeriesDataPointData;
|
|
102
102
|
export declare function MSeriesDataPointDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): MSeriesDataPointData;
|
|
103
103
|
export declare function MSeriesDataPointDataToJSON(value?: MSeriesDataPointData | 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.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { CardioMachineData } from './CardioMachineData';
|
|
13
|
-
import type { MSeriesDataPointData } from './MSeriesDataPointData';
|
|
14
|
-
import type { MSeriesDataSetSegmentData } from './MSeriesDataSetSegmentData';
|
|
15
13
|
import type { MSeriesFtpMeasurementData } from './MSeriesFtpMeasurementData';
|
|
14
|
+
import type { MSeriesDataSetSegmentData } from './MSeriesDataSetSegmentData';
|
|
16
15
|
import type { SessionData } from './SessionData';
|
|
16
|
+
import type { MSeriesDataPointData } from './MSeriesDataPointData';
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
@@ -216,7 +216,7 @@ export interface MSeriesDataSetData {
|
|
|
216
216
|
/**
|
|
217
217
|
* Check if a given object implements the MSeriesDataSetData interface.
|
|
218
218
|
*/
|
|
219
|
-
export declare function instanceOfMSeriesDataSetData(value: object):
|
|
219
|
+
export declare function instanceOfMSeriesDataSetData(value: object): value is MSeriesDataSetData;
|
|
220
220
|
export declare function MSeriesDataSetDataFromJSON(json: any): MSeriesDataSetData;
|
|
221
221
|
export declare function MSeriesDataSetDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): MSeriesDataSetData;
|
|
222
222
|
export declare function MSeriesDataSetDataToJSON(value?: MSeriesDataSetData | 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.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -123,7 +123,7 @@ export interface MSeriesDataSetSegmentData {
|
|
|
123
123
|
/**
|
|
124
124
|
* Check if a given object implements the MSeriesDataSetSegmentData interface.
|
|
125
125
|
*/
|
|
126
|
-
export declare function instanceOfMSeriesDataSetSegmentData(value: object):
|
|
126
|
+
export declare function instanceOfMSeriesDataSetSegmentData(value: object): value is MSeriesDataSetSegmentData;
|
|
127
127
|
export declare function MSeriesDataSetSegmentDataFromJSON(json: any): MSeriesDataSetSegmentData;
|
|
128
128
|
export declare function MSeriesDataSetSegmentDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): MSeriesDataSetSegmentData;
|
|
129
129
|
export declare function MSeriesDataSetSegmentDataToJSON(value?: MSeriesDataSetSegmentData | 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.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -68,7 +68,7 @@ export interface MSeriesFtpMeasurementData {
|
|
|
68
68
|
/**
|
|
69
69
|
* Check if a given object implements the MSeriesFtpMeasurementData interface.
|
|
70
70
|
*/
|
|
71
|
-
export declare function instanceOfMSeriesFtpMeasurementData(value: object):
|
|
71
|
+
export declare function instanceOfMSeriesFtpMeasurementData(value: object): value is MSeriesFtpMeasurementData;
|
|
72
72
|
export declare function MSeriesFtpMeasurementDataFromJSON(json: any): MSeriesFtpMeasurementData;
|
|
73
73
|
export declare function MSeriesFtpMeasurementDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): MSeriesFtpMeasurementData;
|
|
74
74
|
export declare function MSeriesFtpMeasurementDataToJSON(value?: MSeriesFtpMeasurementData | 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.1
|
|
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.1
|
|
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 MSeriesGuidedSessionRight: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
28
|
+
readonly access: "access";
|
|
29
|
+
readonly publish: "publish";
|
|
19
30
|
};
|
|
20
31
|
export type MSeriesGuidedSessionRight = 'access' | 'publish';
|
|
21
|
-
export declare function
|
|
22
|
-
export declare function
|
|
23
|
-
export declare function
|
|
32
|
+
export declare function instanceOfMSeriesGuidedSessionRight(value: unknown): boolean;
|
|
33
|
+
export declare function MSeriesGuidedSessionRightFromJSON(json: unknown): MSeriesGuidedSessionRight;
|
|
34
|
+
export declare function MSeriesGuidedSessionRightFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): MSeriesGuidedSessionRight;
|
|
35
|
+
export declare function MSeriesGuidedSessionRightToJSON(value?: MSeriesGuidedSessionRight | null): MSeriesGuidedSessionRight | null | undefined;
|
|
@@ -0,0 +1,154 @@
|
|
|
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.1
|
|
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 { Exercise } from './Exercise';
|
|
13
|
+
import type { SetType } from './SetType';
|
|
14
|
+
import type { SixRepTestData } from './SixRepTestData';
|
|
15
|
+
import type { DisplayDataMode } from './DisplayDataMode';
|
|
16
|
+
import type { DisplayFocusMode } from './DisplayFocusMode';
|
|
17
|
+
import type { WorkoutSetPositionDataEvent } from './WorkoutSetPositionDataEvent';
|
|
18
|
+
import type { StrengthExerciseMovement } from './StrengthExerciseMovement';
|
|
19
|
+
import type { TenRepTestData } from './TenRepTestData';
|
|
20
|
+
import type { WorkoutSetRepDataPoint } from './WorkoutSetRepDataPoint';
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @export
|
|
24
|
+
* @interface MachineWorkoutSetResponseData
|
|
25
|
+
*/
|
|
26
|
+
export interface MachineWorkoutSetResponseData {
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {number}
|
|
30
|
+
* @memberof MachineWorkoutSetResponseData
|
|
31
|
+
*/
|
|
32
|
+
version: number;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof MachineWorkoutSetResponseData
|
|
37
|
+
*/
|
|
38
|
+
modelNumber: string;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {number}
|
|
42
|
+
* @memberof MachineWorkoutSetResponseData
|
|
43
|
+
*/
|
|
44
|
+
epoch: number;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {boolean}
|
|
48
|
+
* @memberof MachineWorkoutSetResponseData
|
|
49
|
+
*/
|
|
50
|
+
isRotary: boolean;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {StrengthExerciseMovement}
|
|
54
|
+
* @memberof MachineWorkoutSetResponseData
|
|
55
|
+
*/
|
|
56
|
+
repMode: StrengthExerciseMovement;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {Exercise}
|
|
60
|
+
* @memberof MachineWorkoutSetResponseData
|
|
61
|
+
*/
|
|
62
|
+
exercise: Exercise;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @type {number}
|
|
66
|
+
* @memberof MachineWorkoutSetResponseData
|
|
67
|
+
*/
|
|
68
|
+
setNumber: number;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {Array<WorkoutSetRepDataPoint>}
|
|
72
|
+
* @memberof MachineWorkoutSetResponseData
|
|
73
|
+
*/
|
|
74
|
+
repData: Array<WorkoutSetRepDataPoint>;
|
|
75
|
+
/**
|
|
76
|
+
*
|
|
77
|
+
* @type {number}
|
|
78
|
+
* @memberof MachineWorkoutSetResponseData
|
|
79
|
+
*/
|
|
80
|
+
performanceDropOff: number;
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
* @type {string}
|
|
84
|
+
* @memberof MachineWorkoutSetResponseData
|
|
85
|
+
*/
|
|
86
|
+
machineAdjustment: string;
|
|
87
|
+
/**
|
|
88
|
+
*
|
|
89
|
+
* @type {Array<WorkoutSetPositionDataEvent>}
|
|
90
|
+
* @memberof MachineWorkoutSetResponseData
|
|
91
|
+
*/
|
|
92
|
+
positionData: Array<WorkoutSetPositionDataEvent>;
|
|
93
|
+
/**
|
|
94
|
+
*
|
|
95
|
+
* @type {number}
|
|
96
|
+
* @memberof MachineWorkoutSetResponseData
|
|
97
|
+
*/
|
|
98
|
+
addedMass: number;
|
|
99
|
+
/**
|
|
100
|
+
*
|
|
101
|
+
* @type {DisplayDataMode}
|
|
102
|
+
* @memberof MachineWorkoutSetResponseData
|
|
103
|
+
*/
|
|
104
|
+
dataMode: DisplayDataMode;
|
|
105
|
+
/**
|
|
106
|
+
*
|
|
107
|
+
* @type {DisplayFocusMode}
|
|
108
|
+
* @memberof MachineWorkoutSetResponseData
|
|
109
|
+
*/
|
|
110
|
+
focusMode: DisplayFocusMode;
|
|
111
|
+
/**
|
|
112
|
+
*
|
|
113
|
+
* @type {string}
|
|
114
|
+
* @memberof MachineWorkoutSetResponseData
|
|
115
|
+
*/
|
|
116
|
+
clientSetId: string;
|
|
117
|
+
/**
|
|
118
|
+
*
|
|
119
|
+
* @type {boolean}
|
|
120
|
+
* @memberof MachineWorkoutSetResponseData
|
|
121
|
+
*/
|
|
122
|
+
didRepStorageLossOccur: boolean;
|
|
123
|
+
/**
|
|
124
|
+
*
|
|
125
|
+
* @type {boolean}
|
|
126
|
+
* @memberof MachineWorkoutSetResponseData
|
|
127
|
+
*/
|
|
128
|
+
didSampleStorageLossOccur: boolean;
|
|
129
|
+
/**
|
|
130
|
+
*
|
|
131
|
+
* @type {SetType}
|
|
132
|
+
* @memberof MachineWorkoutSetResponseData
|
|
133
|
+
*/
|
|
134
|
+
setType: SetType;
|
|
135
|
+
/**
|
|
136
|
+
*
|
|
137
|
+
* @type {SixRepTestData}
|
|
138
|
+
* @memberof MachineWorkoutSetResponseData
|
|
139
|
+
*/
|
|
140
|
+
sixRepTestData?: SixRepTestData;
|
|
141
|
+
/**
|
|
142
|
+
*
|
|
143
|
+
* @type {TenRepTestData}
|
|
144
|
+
* @memberof MachineWorkoutSetResponseData
|
|
145
|
+
*/
|
|
146
|
+
tenRepTestData?: TenRepTestData;
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* Check if a given object implements the MachineWorkoutSetResponseData interface.
|
|
150
|
+
*/
|
|
151
|
+
export declare function instanceOfMachineWorkoutSetResponseData(value: object): value is MachineWorkoutSetResponseData;
|
|
152
|
+
export declare function MachineWorkoutSetResponseDataFromJSON(json: any): MachineWorkoutSetResponseData;
|
|
153
|
+
export declare function MachineWorkoutSetResponseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): MachineWorkoutSetResponseData;
|
|
154
|
+
export declare function MachineWorkoutSetResponseDataToJSON(value?: MachineWorkoutSetResponseData | 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.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -67,7 +67,7 @@ export interface MaintenanceStatus {
|
|
|
67
67
|
/**
|
|
68
68
|
* Check if a given object implements the MaintenanceStatus interface.
|
|
69
69
|
*/
|
|
70
|
-
export declare function instanceOfMaintenanceStatus(value: object):
|
|
70
|
+
export declare function instanceOfMaintenanceStatus(value: object): value is MaintenanceStatus;
|
|
71
71
|
export declare function MaintenanceStatusFromJSON(json: any): MaintenanceStatus;
|
|
72
72
|
export declare function MaintenanceStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): MaintenanceStatus;
|
|
73
73
|
export declare function MaintenanceStatusToJSON(value?: MaintenanceStatus | null): any;
|
|
@@ -0,0 +1,79 @@
|
|
|
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.1
|
|
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 MotionDataPoint
|
|
16
|
+
*/
|
|
17
|
+
export interface MotionDataPoint {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof MotionDataPoint
|
|
22
|
+
*/
|
|
23
|
+
isRotary: boolean;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof MotionDataPoint
|
|
28
|
+
*/
|
|
29
|
+
position: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof MotionDataPoint
|
|
34
|
+
*/
|
|
35
|
+
power: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof MotionDataPoint
|
|
40
|
+
*/
|
|
41
|
+
velocity: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof MotionDataPoint
|
|
46
|
+
*/
|
|
47
|
+
acceleration: number;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof MotionDataPoint
|
|
52
|
+
*/
|
|
53
|
+
rawPower: number;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof MotionDataPoint
|
|
58
|
+
*/
|
|
59
|
+
force: number;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof MotionDataPoint
|
|
64
|
+
*/
|
|
65
|
+
accelerationOfMass: number;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof MotionDataPoint
|
|
70
|
+
*/
|
|
71
|
+
armWeight: number;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Check if a given object implements the MotionDataPoint interface.
|
|
75
|
+
*/
|
|
76
|
+
export declare function instanceOfMotionDataPoint(value: object): value is MotionDataPoint;
|
|
77
|
+
export declare function MotionDataPointFromJSON(json: any): MotionDataPoint;
|
|
78
|
+
export declare function MotionDataPointFromJSONTyped(json: any, ignoreDiscriminator: boolean): MotionDataPoint;
|
|
79
|
+
export declare function MotionDataPointToJSON(value?: MotionDataPoint | 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.1
|
|
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.1
|
|
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 MuscleArea: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
28
|
+
readonly lowerBody: "lowerBody";
|
|
29
|
+
readonly upperBody: "upperBody";
|
|
30
|
+
readonly core: "core";
|
|
20
31
|
};
|
|
21
32
|
export type MuscleArea = 'lowerBody' | 'upperBody' | 'core';
|
|
22
|
-
export declare function
|
|
23
|
-
export declare function
|
|
24
|
-
export declare function
|
|
33
|
+
export declare function instanceOfMuscleArea(value: unknown): boolean;
|
|
34
|
+
export declare function MuscleAreaFromJSON(json: unknown): MuscleArea;
|
|
35
|
+
export declare function MuscleAreaFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): MuscleArea;
|
|
36
|
+
export declare function MuscleAreaToJSON(value?: MuscleArea | null): MuscleArea | 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.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -123,7 +123,7 @@ export type MuscleDataMuscleEnum = 'omohyoid' | 'levatorScapulae' | 'sternohyoid
|
|
|
123
123
|
/**
|
|
124
124
|
* Check if a given object implements the MuscleData interface.
|
|
125
125
|
*/
|
|
126
|
-
export declare function instanceOfMuscleData(value: object):
|
|
126
|
+
export declare function instanceOfMuscleData(value: object): value is MuscleData;
|
|
127
127
|
export declare function MuscleDataFromJSON(json: any): MuscleData;
|
|
128
128
|
export declare function MuscleDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): MuscleData;
|
|
129
129
|
export declare function MuscleDataToJSON(value?: MuscleData | null): any;
|