@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,7 +2,18 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* metrics-sdk-admin
|
|
14
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
15
|
+
*
|
|
16
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
17
|
*
|
|
7
18
|
*
|
|
8
19
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,12 +25,13 @@
|
|
|
14
25
|
* @export
|
|
15
26
|
*/
|
|
16
27
|
export declare const StrengthMachineAppType: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
28
|
+
readonly performance: "performance";
|
|
29
|
+
readonly elder: "elder";
|
|
30
|
+
readonly medical: "medical";
|
|
31
|
+
readonly commercial: "commercial";
|
|
21
32
|
};
|
|
22
33
|
export type StrengthMachineAppType = 'performance' | 'elder' | 'medical' | 'commercial';
|
|
23
|
-
export declare function
|
|
24
|
-
export declare function
|
|
25
|
-
export declare function
|
|
34
|
+
export declare function instanceOfStrengthMachineAppType(value: unknown): boolean;
|
|
35
|
+
export declare function StrengthMachineAppTypeFromJSON(json: unknown): StrengthMachineAppType;
|
|
36
|
+
export declare function StrengthMachineAppTypeFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): StrengthMachineAppType;
|
|
37
|
+
export declare function StrengthMachineAppTypeToJSON(value?: StrengthMachineAppType | null): StrengthMachineAppType | null | undefined;
|
|
@@ -2,16 +2,17 @@
|
|
|
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 { StrengthExerciseData } from './StrengthExerciseData';
|
|
13
12
|
import type { StrengthMachineLine } from './StrengthMachineLine';
|
|
14
13
|
import type { StrengthMachineModelData } from './StrengthMachineModelData';
|
|
14
|
+
import type { StrengthExerciseData } from './StrengthExerciseData';
|
|
15
|
+
import type { StrengthMachineModelNumberData } from './StrengthMachineModelNumberData';
|
|
15
16
|
/**
|
|
16
17
|
*
|
|
17
18
|
* @export
|
|
@@ -60,6 +61,12 @@ export interface StrengthMachineData {
|
|
|
60
61
|
* @memberof StrengthMachineData
|
|
61
62
|
*/
|
|
62
63
|
defaultStrengthExercise?: StrengthExerciseData;
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
* @type {Array<StrengthMachineModelNumberData>}
|
|
67
|
+
* @memberof StrengthMachineData
|
|
68
|
+
*/
|
|
69
|
+
modelNumbers?: Array<StrengthMachineModelNumberData>;
|
|
63
70
|
/**
|
|
64
71
|
*
|
|
65
72
|
* @type {Array<StrengthMachineModelData>}
|
|
@@ -70,7 +77,7 @@ export interface StrengthMachineData {
|
|
|
70
77
|
/**
|
|
71
78
|
* Check if a given object implements the StrengthMachineData interface.
|
|
72
79
|
*/
|
|
73
|
-
export declare function instanceOfStrengthMachineData(value: object):
|
|
80
|
+
export declare function instanceOfStrengthMachineData(value: object): value is StrengthMachineData;
|
|
74
81
|
export declare function StrengthMachineDataFromJSON(json: any): StrengthMachineData;
|
|
75
82
|
export declare function StrengthMachineDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): StrengthMachineData;
|
|
76
83
|
export declare function StrengthMachineDataToJSON(value?: StrengthMachineData | null): any;
|
|
@@ -2,20 +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 { ResistancePrecision } from './ResistancePrecision';
|
|
13
|
+
import type { A400DataSetData } from './A400DataSetData';
|
|
12
14
|
import type { A500DataSetData } from './A500DataSetData';
|
|
13
|
-
import type { FacilityStrengthMachineData } from './FacilityStrengthMachineData';
|
|
14
15
|
import type { ForceUnit } from './ForceUnit';
|
|
15
|
-
import type {
|
|
16
|
+
import type { StrengthMachineData } from './StrengthMachineData';
|
|
17
|
+
import type { ProfileData } from './ProfileData';
|
|
16
18
|
import type { SessionData } from './SessionData';
|
|
19
|
+
import type { FacilityStrengthMachineData } from './FacilityStrengthMachineData';
|
|
17
20
|
import type { StrengthExerciseData } from './StrengthExerciseData';
|
|
18
|
-
import type { StrengthMachineData } from './StrengthMachineData';
|
|
19
21
|
import type { StrengthMachineDataSetTestData } from './StrengthMachineDataSetTestData';
|
|
20
22
|
/**
|
|
21
23
|
*
|
|
@@ -137,6 +139,24 @@ export interface StrengthMachineDataSetData {
|
|
|
137
139
|
* @memberof StrengthMachineDataSetData
|
|
138
140
|
*/
|
|
139
141
|
addedWeight?: number;
|
|
142
|
+
/**
|
|
143
|
+
*
|
|
144
|
+
* @type {string}
|
|
145
|
+
* @memberof StrengthMachineDataSetData
|
|
146
|
+
*/
|
|
147
|
+
clientSetId?: string;
|
|
148
|
+
/**
|
|
149
|
+
*
|
|
150
|
+
* @type {number}
|
|
151
|
+
* @memberof StrengthMachineDataSetData
|
|
152
|
+
*/
|
|
153
|
+
setNumber?: number;
|
|
154
|
+
/**
|
|
155
|
+
*
|
|
156
|
+
* @type {Date}
|
|
157
|
+
* @memberof StrengthMachineDataSetData
|
|
158
|
+
*/
|
|
159
|
+
startedAt?: Date;
|
|
140
160
|
/**
|
|
141
161
|
*
|
|
142
162
|
* @type {StrengthMachineDataSetTestData}
|
|
@@ -161,12 +181,24 @@ export interface StrengthMachineDataSetData {
|
|
|
161
181
|
* @memberof StrengthMachineDataSetData
|
|
162
182
|
*/
|
|
163
183
|
a500DataSet?: A500DataSetData;
|
|
184
|
+
/**
|
|
185
|
+
*
|
|
186
|
+
* @type {A400DataSetData}
|
|
187
|
+
* @memberof StrengthMachineDataSetData
|
|
188
|
+
*/
|
|
189
|
+
a400DataSet?: A400DataSetData;
|
|
164
190
|
/**
|
|
165
191
|
*
|
|
166
192
|
* @type {SessionData}
|
|
167
193
|
* @memberof StrengthMachineDataSetData
|
|
168
194
|
*/
|
|
169
195
|
session?: SessionData;
|
|
196
|
+
/**
|
|
197
|
+
*
|
|
198
|
+
* @type {ProfileData}
|
|
199
|
+
* @memberof StrengthMachineDataSetData
|
|
200
|
+
*/
|
|
201
|
+
profile?: ProfileData;
|
|
170
202
|
/**
|
|
171
203
|
*
|
|
172
204
|
* @type {FacilityStrengthMachineData}
|
|
@@ -177,7 +209,7 @@ export interface StrengthMachineDataSetData {
|
|
|
177
209
|
/**
|
|
178
210
|
* Check if a given object implements the StrengthMachineDataSetData interface.
|
|
179
211
|
*/
|
|
180
|
-
export declare function instanceOfStrengthMachineDataSetData(value: object):
|
|
212
|
+
export declare function instanceOfStrengthMachineDataSetData(value: object): value is StrengthMachineDataSetData;
|
|
181
213
|
export declare function StrengthMachineDataSetDataFromJSON(json: any): StrengthMachineDataSetData;
|
|
182
214
|
export declare function StrengthMachineDataSetDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): StrengthMachineDataSetData;
|
|
183
215
|
export declare function StrengthMachineDataSetDataToJSON(value?: StrengthMachineDataSetData | null): any;
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { StrengthMachineDataSetTestSubsetData } from './StrengthMachineDataSetTestSubsetData';
|
|
13
12
|
import type { StrengthTestType } from './StrengthTestType';
|
|
13
|
+
import type { StrengthMachineDataSetTestSubsetData } from './StrengthMachineDataSetTestSubsetData';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -39,7 +39,7 @@ export interface StrengthMachineDataSetTestData {
|
|
|
39
39
|
/**
|
|
40
40
|
* Check if a given object implements the StrengthMachineDataSetTestData interface.
|
|
41
41
|
*/
|
|
42
|
-
export declare function instanceOfStrengthMachineDataSetTestData(value: object):
|
|
42
|
+
export declare function instanceOfStrengthMachineDataSetTestData(value: object): value is StrengthMachineDataSetTestData;
|
|
43
43
|
export declare function StrengthMachineDataSetTestDataFromJSON(json: any): StrengthMachineDataSetTestData;
|
|
44
44
|
export declare function StrengthMachineDataSetTestDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): StrengthMachineDataSetTestData;
|
|
45
45
|
export declare function StrengthMachineDataSetTestDataToJSON(value?: StrengthMachineDataSetTestData | 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).
|
|
@@ -43,7 +43,7 @@ export interface StrengthMachineDataSetTestSubsetData {
|
|
|
43
43
|
/**
|
|
44
44
|
* Check if a given object implements the StrengthMachineDataSetTestSubsetData interface.
|
|
45
45
|
*/
|
|
46
|
-
export declare function instanceOfStrengthMachineDataSetTestSubsetData(value: object):
|
|
46
|
+
export declare function instanceOfStrengthMachineDataSetTestSubsetData(value: object): value is StrengthMachineDataSetTestSubsetData;
|
|
47
47
|
export declare function StrengthMachineDataSetTestSubsetDataFromJSON(json: any): StrengthMachineDataSetTestSubsetData;
|
|
48
48
|
export declare function StrengthMachineDataSetTestSubsetDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): StrengthMachineDataSetTestSubsetData;
|
|
49
49
|
export declare function StrengthMachineDataSetTestSubsetDataToJSON(value?: StrengthMachineDataSetTestSubsetData | 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,15 +25,16 @@
|
|
|
14
25
|
* @export
|
|
15
26
|
*/
|
|
16
27
|
export declare const StrengthMachineLine: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
21
|
-
readonly
|
|
22
|
-
readonly
|
|
23
|
-
readonly
|
|
28
|
+
readonly a250: "a250";
|
|
29
|
+
readonly a300: "a300";
|
|
30
|
+
readonly a350: "a350";
|
|
31
|
+
readonly infinity: "infinity";
|
|
32
|
+
readonly powerRack: "powerRack";
|
|
33
|
+
readonly a400: "a400";
|
|
34
|
+
readonly a500: "a500";
|
|
24
35
|
};
|
|
25
36
|
export type StrengthMachineLine = 'a250' | 'a300' | 'a350' | 'infinity' | 'powerRack' | 'a400' | 'a500';
|
|
26
|
-
export declare function
|
|
27
|
-
export declare function
|
|
28
|
-
export declare function
|
|
37
|
+
export declare function instanceOfStrengthMachineLine(value: unknown): boolean;
|
|
38
|
+
export declare function StrengthMachineLineFromJSON(json: unknown): StrengthMachineLine;
|
|
39
|
+
export declare function StrengthMachineLineFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): StrengthMachineLine;
|
|
40
|
+
export declare function StrengthMachineLineToJSON(value?: StrengthMachineLine | null): StrengthMachineLine | null | undefined;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -25,7 +25,7 @@ export interface StrengthMachineModelData {
|
|
|
25
25
|
/**
|
|
26
26
|
* Check if a given object implements the StrengthMachineModelData interface.
|
|
27
27
|
*/
|
|
28
|
-
export declare function instanceOfStrengthMachineModelData(value: object):
|
|
28
|
+
export declare function instanceOfStrengthMachineModelData(value: object): value is StrengthMachineModelData;
|
|
29
29
|
export declare function StrengthMachineModelDataFromJSON(json: any): StrengthMachineModelData;
|
|
30
30
|
export declare function StrengthMachineModelDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): StrengthMachineModelData;
|
|
31
31
|
export declare function StrengthMachineModelDataToJSON(value?: StrengthMachineModelData | 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 StrengthMachineModelNumberData
|
|
16
|
+
*/
|
|
17
|
+
export interface StrengthMachineModelNumberData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof StrengthMachineModelNumberData
|
|
22
|
+
*/
|
|
23
|
+
id: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof StrengthMachineModelNumberData
|
|
28
|
+
*/
|
|
29
|
+
model: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the StrengthMachineModelNumberData interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfStrengthMachineModelNumberData(value: object): value is StrengthMachineModelNumberData;
|
|
35
|
+
export declare function StrengthMachineModelNumberDataFromJSON(json: any): StrengthMachineModelNumberData;
|
|
36
|
+
export declare function StrengthMachineModelNumberDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): StrengthMachineModelNumberData;
|
|
37
|
+
export declare function StrengthMachineModelNumberDataToJSON(value?: StrengthMachineModelNumberData | 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,12 +25,13 @@
|
|
|
14
25
|
* @export
|
|
15
26
|
*/
|
|
16
27
|
export declare const StrengthTestType: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
28
|
+
readonly power6r: "power6r";
|
|
29
|
+
readonly a4206r: "a4206r";
|
|
30
|
+
readonly a42010r: "a42010r";
|
|
31
|
+
readonly a50010r: "a50010r";
|
|
21
32
|
};
|
|
22
33
|
export type StrengthTestType = 'power6r' | 'a4206r' | 'a42010r' | 'a50010r';
|
|
23
|
-
export declare function
|
|
24
|
-
export declare function
|
|
25
|
-
export declare function
|
|
34
|
+
export declare function instanceOfStrengthTestType(value: unknown): boolean;
|
|
35
|
+
export declare function StrengthTestTypeFromJSON(json: unknown): StrengthTestType;
|
|
36
|
+
export declare function StrengthTestTypeFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): StrengthTestType;
|
|
37
|
+
export declare function StrengthTestTypeToJSON(value?: StrengthTestType | null): StrengthTestType | null | undefined;
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { ExerciseAliasData } from './ExerciseAliasData';
|
|
13
12
|
import type { MuscleData } from './MuscleData';
|
|
14
13
|
import type { StretchExerciseVariantData } from './StretchExerciseVariantData';
|
|
14
|
+
import type { ExerciseAliasData } from './ExerciseAliasData';
|
|
15
15
|
/**
|
|
16
16
|
*
|
|
17
17
|
* @export
|
|
@@ -52,7 +52,7 @@ export interface StretchExerciseData {
|
|
|
52
52
|
/**
|
|
53
53
|
* Check if a given object implements the StretchExerciseData interface.
|
|
54
54
|
*/
|
|
55
|
-
export declare function instanceOfStretchExerciseData(value: object):
|
|
55
|
+
export declare function instanceOfStretchExerciseData(value: object): value is StretchExerciseData;
|
|
56
56
|
export declare function StretchExerciseDataFromJSON(json: any): StretchExerciseData;
|
|
57
57
|
export declare function StretchExerciseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): StretchExerciseData;
|
|
58
58
|
export declare function StretchExerciseDataToJSON(value?: StretchExerciseData | 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).
|
|
@@ -58,7 +58,7 @@ export interface StretchExerciseVariantData {
|
|
|
58
58
|
/**
|
|
59
59
|
* Check if a given object implements the StretchExerciseVariantData interface.
|
|
60
60
|
*/
|
|
61
|
-
export declare function instanceOfStretchExerciseVariantData(value: object):
|
|
61
|
+
export declare function instanceOfStretchExerciseVariantData(value: object): value is StretchExerciseVariantData;
|
|
62
62
|
export declare function StretchExerciseVariantDataFromJSON(json: any): StretchExerciseVariantData;
|
|
63
63
|
export declare function StretchExerciseVariantDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): StretchExerciseVariantData;
|
|
64
64
|
export declare function StretchExerciseVariantDataToJSON(value?: StretchExerciseVariantData | 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,9 +25,10 @@
|
|
|
14
25
|
* @export
|
|
15
26
|
*/
|
|
16
27
|
export declare const StretchExerciseVariantType: {
|
|
17
|
-
readonly
|
|
28
|
+
readonly normal: "normal";
|
|
18
29
|
};
|
|
19
30
|
export type StretchExerciseVariantType = 'normal';
|
|
20
|
-
export declare function
|
|
21
|
-
export declare function
|
|
22
|
-
export declare function
|
|
31
|
+
export declare function instanceOfStretchExerciseVariantType(value: unknown): boolean;
|
|
32
|
+
export declare function StretchExerciseVariantTypeFromJSON(json: unknown): StretchExerciseVariantType;
|
|
33
|
+
export declare function StretchExerciseVariantTypeFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): StretchExerciseVariantType;
|
|
34
|
+
export declare function StretchExerciseVariantTypeToJSON(value?: StretchExerciseVariantType | null): StretchExerciseVariantType | null | undefined;
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { TaskFailure } from './TaskFailure';
|
|
13
12
|
import type { TaskQueueResponseMeta } from './TaskQueueResponseMeta';
|
|
13
|
+
import type { TaskFailure } from './TaskFailure';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -45,7 +45,7 @@ export interface TaskFailedResponse {
|
|
|
45
45
|
/**
|
|
46
46
|
* Check if a given object implements the TaskFailedResponse interface.
|
|
47
47
|
*/
|
|
48
|
-
export declare function instanceOfTaskFailedResponse(value: object):
|
|
48
|
+
export declare function instanceOfTaskFailedResponse(value: object): value is TaskFailedResponse;
|
|
49
49
|
export declare function TaskFailedResponseFromJSON(json: any): TaskFailedResponse;
|
|
50
50
|
export declare function TaskFailedResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): TaskFailedResponse;
|
|
51
51
|
export declare function TaskFailedResponseToJSON(value?: TaskFailedResponse | null): any;
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { Queue } from './Queue';
|
|
13
12
|
import type { TaskPayload } from './TaskPayload';
|
|
13
|
+
import type { Queue } from './Queue';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -63,7 +63,7 @@ export interface TaskFailure {
|
|
|
63
63
|
/**
|
|
64
64
|
* Check if a given object implements the TaskFailure interface.
|
|
65
65
|
*/
|
|
66
|
-
export declare function instanceOfTaskFailure(value: object):
|
|
66
|
+
export declare function instanceOfTaskFailure(value: object): value is TaskFailure;
|
|
67
67
|
export declare function TaskFailureFromJSON(json: any): TaskFailure;
|
|
68
68
|
export declare function TaskFailureFromJSONTyped(json: any, ignoreDiscriminator: boolean): TaskFailure;
|
|
69
69
|
export declare function TaskFailureToJSON(value?: TaskFailure | 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 TaskPayload {
|
|
|
38
38
|
/**
|
|
39
39
|
* Check if a given object implements the TaskPayload interface.
|
|
40
40
|
*/
|
|
41
|
-
export declare function instanceOfTaskPayload(value: object):
|
|
41
|
+
export declare function instanceOfTaskPayload(value: object): value is TaskPayload;
|
|
42
42
|
export declare function TaskPayloadFromJSON(json: any): TaskPayload;
|
|
43
43
|
export declare function TaskPayloadFromJSONTyped(json: any, ignoreDiscriminator: boolean): TaskPayload;
|
|
44
44
|
export declare function TaskPayloadToJSON(value?: TaskPayload | null): any;
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { TaskPayload } from './TaskPayload';
|
|
13
12
|
import type { TaskQueueResponseMeta } from './TaskQueueResponseMeta';
|
|
13
|
+
import type { TaskPayload } from './TaskPayload';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -45,7 +45,7 @@ export interface TaskQueueResponse {
|
|
|
45
45
|
/**
|
|
46
46
|
* Check if a given object implements the TaskQueueResponse interface.
|
|
47
47
|
*/
|
|
48
|
-
export declare function instanceOfTaskQueueResponse(value: object):
|
|
48
|
+
export declare function instanceOfTaskQueueResponse(value: object): value is TaskQueueResponse;
|
|
49
49
|
export declare function TaskQueueResponseFromJSON(json: any): TaskQueueResponse;
|
|
50
50
|
export declare function TaskQueueResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): TaskQueueResponse;
|
|
51
51
|
export declare function TaskQueueResponseToJSON(value?: TaskQueueResponse | 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).
|
|
@@ -56,7 +56,7 @@ export interface TaskQueueResponseMeta {
|
|
|
56
56
|
/**
|
|
57
57
|
* Check if a given object implements the TaskQueueResponseMeta interface.
|
|
58
58
|
*/
|
|
59
|
-
export declare function instanceOfTaskQueueResponseMeta(value: object):
|
|
59
|
+
export declare function instanceOfTaskQueueResponseMeta(value: object): value is TaskQueueResponseMeta;
|
|
60
60
|
export declare function TaskQueueResponseMetaFromJSON(json: any): TaskQueueResponseMeta;
|
|
61
61
|
export declare function TaskQueueResponseMetaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TaskQueueResponseMeta;
|
|
62
62
|
export declare function TaskQueueResponseMetaToJSON(value?: TaskQueueResponseMeta | 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).
|
|
@@ -33,7 +33,7 @@ export interface TaskQueues {
|
|
|
33
33
|
/**
|
|
34
34
|
* Check if a given object implements the TaskQueues interface.
|
|
35
35
|
*/
|
|
36
|
-
export declare function instanceOfTaskQueues(value: object):
|
|
36
|
+
export declare function instanceOfTaskQueues(value: object): value is TaskQueues;
|
|
37
37
|
export declare function TaskQueuesFromJSON(json: any): TaskQueues;
|
|
38
38
|
export declare function TaskQueuesFromJSONTyped(json: any, ignoreDiscriminator: boolean): TaskQueues;
|
|
39
39
|
export declare function TaskQueuesToJSON(value?: TaskQueues | 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,9 +25,10 @@
|
|
|
14
25
|
* @export
|
|
15
26
|
*/
|
|
16
27
|
export declare const TaskSorting: {
|
|
17
|
-
readonly
|
|
28
|
+
readonly id: "id";
|
|
18
29
|
};
|
|
19
30
|
export type TaskSorting = 'id';
|
|
20
|
-
export declare function
|
|
21
|
-
export declare function
|
|
22
|
-
export declare function
|
|
31
|
+
export declare function instanceOfTaskSorting(value: unknown): boolean;
|
|
32
|
+
export declare function TaskSortingFromJSON(json: unknown): TaskSorting;
|
|
33
|
+
export declare function TaskSortingFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): TaskSorting;
|
|
34
|
+
export declare function TaskSortingToJSON(value?: TaskSorting | null): TaskSorting | null | undefined;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* metrics-sdk-admin
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.
|
|
5
|
+
* The version of the OpenAPI document: 5.4.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,7 +31,7 @@ export interface TaskStats {
|
|
|
31
31
|
/**
|
|
32
32
|
* Check if a given object implements the TaskStats interface.
|
|
33
33
|
*/
|
|
34
|
-
export declare function instanceOfTaskStats(value: object):
|
|
34
|
+
export declare function instanceOfTaskStats(value: object): value is TaskStats;
|
|
35
35
|
export declare function TaskStatsFromJSON(json: any): TaskStats;
|
|
36
36
|
export declare function TaskStatsFromJSONTyped(json: any, ignoreDiscriminator: boolean): TaskStats;
|
|
37
37
|
export declare function TaskStatsToJSON(value?: TaskStats | null): any;
|