@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.
Files changed (391) hide show
  1. package/README.md +27 -2
  2. package/dist/apis/MetricsAdminApi.d.ts +13 -2
  3. package/dist/connection.d.ts +3 -3
  4. package/dist/index.js +6006 -3206
  5. package/dist/index.mjs +5864 -3207
  6. package/dist/models/A400DataSetData.d.ts +50 -0
  7. package/dist/models/A500AppType.d.ts +20 -8
  8. package/dist/models/A500DataSetData.d.ts +5 -5
  9. package/dist/models/A500DataSetType.d.ts +18 -6
  10. package/dist/models/A500MachineStateData.d.ts +4 -4
  11. package/dist/models/A500RepDataPointData.d.ts +3 -3
  12. package/dist/models/A500TestResultData.d.ts +2 -2
  13. package/dist/models/A500TimeSeriesPointData.d.ts +2 -2
  14. package/dist/models/AcceptedTermsVersionData.d.ts +2 -2
  15. package/dist/models/AccessControlRight.d.ts +18 -6
  16. package/dist/models/AnalyticRight.d.ts +17 -5
  17. package/dist/models/BodyCompositionMeasurementData.d.ts +2 -2
  18. package/dist/models/CacheKeysResponse.d.ts +2 -2
  19. package/dist/models/CacheObject.d.ts +2 -2
  20. package/dist/models/CacheObjectResponse.d.ts +2 -2
  21. package/dist/models/CardioExerciseData.d.ts +4 -4
  22. package/dist/models/CardioExerciseVariantData.d.ts +4 -4
  23. package/dist/models/CardioExerciseVariantType.d.ts +17 -5
  24. package/dist/models/CardioMachineData.d.ts +3 -3
  25. package/dist/models/CardioMachineParseCode.d.ts +18 -6
  26. package/dist/models/CharacterType.d.ts +18 -6
  27. package/dist/models/DisplayDataMode.d.ts +35 -0
  28. package/dist/models/DisplayFocusMode.d.ts +35 -0
  29. package/dist/models/DisplayUnit.d.ts +36 -0
  30. package/dist/models/EmailAddressData.d.ts +2 -2
  31. package/dist/models/EmployeeRole.d.ts +21 -9
  32. package/dist/models/Exercise.d.ts +49 -0
  33. package/dist/models/ExerciseAliasData.d.ts +4 -4
  34. package/dist/models/ExerciseAliasType.d.ts +19 -7
  35. package/dist/models/ExerciseOrdinalSetAssignmentData.d.ts +3 -3
  36. package/dist/models/ExerciseOrdinalSetData.d.ts +2 -2
  37. package/dist/models/ExerciseRight.d.ts +17 -5
  38. package/dist/models/FacilityConfigurationData.d.ts +2 -2
  39. package/dist/models/FacilityData.d.ts +15 -2
  40. package/dist/models/FacilityDisplayConfigurationData.d.ts +132 -0
  41. package/dist/models/FacilityDisplayOperatingSchedule.d.ts +68 -0
  42. package/dist/models/FacilityDisplayOperatingScheduleEntry.d.ts +38 -0
  43. package/dist/models/FacilityDisplayOperatingScheduleTime.d.ts +37 -0
  44. package/dist/models/FacilityLicenseData.d.ts +2 -2
  45. package/dist/models/FacilityLicenseListResponse.d.ts +2 -2
  46. package/dist/models/FacilityLicenseListResponseMeta.d.ts +2 -2
  47. package/dist/models/FacilityLicenseResponse.d.ts +2 -2
  48. package/dist/models/FacilityLicenseSorting.d.ts +20 -8
  49. package/dist/models/FacilityLicenseType.d.ts +19 -7
  50. package/dist/models/FacilityProfileData.d.ts +2 -2
  51. package/dist/models/FacilityRelationshipData.d.ts +21 -3
  52. package/dist/models/FacilityResponse.d.ts +44 -0
  53. package/dist/models/FacilityRight.d.ts +18 -6
  54. package/dist/models/FacilitySessionUserData.d.ts +6 -6
  55. package/dist/models/FacilityStrengthMachineConfigurationData.d.ts +3 -3
  56. package/dist/models/FacilityStrengthMachineData.d.ts +3 -3
  57. package/dist/models/ForceUnit.d.ts +20 -8
  58. package/dist/models/GlobalAccessControlCreationResponse.d.ts +2 -2
  59. package/dist/models/GlobalAccessControlData.d.ts +6 -6
  60. package/dist/models/GlobalAccessControlListResponse.d.ts +2 -2
  61. package/dist/models/GlobalAccessControlListResponseMeta.d.ts +2 -2
  62. package/dist/models/GlobalAccessControlResponse.d.ts +2 -2
  63. package/dist/models/GlobalAccessControlSecretData.d.ts +2 -2
  64. package/dist/models/GlobalAccessControlSecretResponse.d.ts +2 -2
  65. package/dist/models/GlobalAccessControlSorting.d.ts +18 -6
  66. package/dist/models/HeartRateDataPointData.d.ts +2 -2
  67. package/dist/models/HeartRateDataSetData.d.ts +2 -2
  68. package/dist/models/HeartRateDataSetSessionData.d.ts +2 -2
  69. package/dist/models/HeightMeasurementData.d.ts +2 -2
  70. package/dist/models/High.d.ts +2 -2
  71. package/dist/models/LicenseRight.d.ts +18 -6
  72. package/dist/models/Low.d.ts +2 -2
  73. package/dist/models/MSeriesDataPointData.d.ts +2 -2
  74. package/dist/models/MSeriesDataSetData.d.ts +4 -4
  75. package/dist/models/MSeriesDataSetSegmentData.d.ts +2 -2
  76. package/dist/models/MSeriesFtpMeasurementData.d.ts +2 -2
  77. package/dist/models/MSeriesGuidedSessionRight.d.ts +18 -6
  78. package/dist/models/MachineWorkoutSetResponseData.d.ts +154 -0
  79. package/dist/models/MaintenanceStatus.d.ts +2 -2
  80. package/dist/models/MotionDataPoint.d.ts +79 -0
  81. package/dist/models/MuscleArea.d.ts +19 -7
  82. package/dist/models/MuscleData.d.ts +2 -2
  83. package/dist/models/MuscleGroup.d.ts +30 -18
  84. package/dist/models/MuscleTargetLevel.d.ts +19 -7
  85. package/dist/models/OAuthServiceData.d.ts +2 -2
  86. package/dist/models/PowerRegression.d.ts +43 -0
  87. package/dist/models/PrimaryEmailAddressData.d.ts +2 -2
  88. package/dist/models/ProfileData.d.ts +14 -2
  89. package/dist/models/Queue.d.ts +18 -6
  90. package/dist/models/ResistancePrecision.d.ts +18 -6
  91. package/dist/models/ResqueDetailsData.d.ts +6 -4
  92. package/dist/models/ResqueDetailsResponse.d.ts +2 -2
  93. package/dist/models/ResqueRight.d.ts +18 -6
  94. package/dist/models/ServiceStatusResponse.d.ts +2 -2
  95. package/dist/models/SessionData.d.ts +6 -6
  96. package/dist/models/SessionPlanActivitySetData.d.ts +2 -2
  97. package/dist/models/SessionPlanCardioSetData.d.ts +3 -3
  98. package/dist/models/SessionPlanData.d.ts +3 -3
  99. package/dist/models/SessionPlanSequenceAssignmentData.d.ts +2 -2
  100. package/dist/models/SessionPlanSequenceData.d.ts +2 -2
  101. package/dist/models/SessionPlanSequenceInstanceData.d.ts +3 -3
  102. package/dist/models/SessionPlanSetData.d.ts +4 -4
  103. package/dist/models/SessionPlanSetInstanceData.d.ts +3 -3
  104. package/dist/models/SessionPlanSetType.d.ts +20 -8
  105. package/dist/models/SessionPlanStrengthSetData.d.ts +3 -3
  106. package/dist/models/SessionPlanStretchSetData.d.ts +2 -2
  107. package/dist/models/SetType.d.ts +36 -0
  108. package/dist/models/Side.d.ts +18 -6
  109. package/dist/models/SixRepTestData.d.ts +43 -0
  110. package/dist/models/StatData.d.ts +2 -2
  111. package/dist/models/StatListResponse.d.ts +3 -3
  112. package/dist/models/StatListResponseMeta.d.ts +2 -2
  113. package/dist/models/StatSorting.d.ts +18 -6
  114. package/dist/models/StrengthExerciseCategory.d.ts +21 -9
  115. package/dist/models/StrengthExerciseData.d.ts +5 -5
  116. package/dist/models/StrengthExerciseMovement.d.ts +18 -6
  117. package/dist/models/StrengthExerciseMovementDEP.d.ts +18 -6
  118. package/dist/models/StrengthExercisePlane.d.ts +19 -7
  119. package/dist/models/StrengthExerciseVariantAttachment.d.ts +25 -13
  120. package/dist/models/StrengthExerciseVariantData.d.ts +6 -6
  121. package/dist/models/StrengthExerciseVariantType.d.ts +22 -10
  122. package/dist/models/StrengthMachineAppType.d.ts +20 -8
  123. package/dist/models/StrengthMachineData.d.ts +10 -3
  124. package/dist/models/StrengthMachineDataSetData.d.ts +37 -5
  125. package/dist/models/StrengthMachineDataSetTestData.d.ts +3 -3
  126. package/dist/models/StrengthMachineDataSetTestSubsetData.d.ts +2 -2
  127. package/dist/models/StrengthMachineLine.d.ts +23 -11
  128. package/dist/models/StrengthMachineModelData.d.ts +2 -2
  129. package/dist/models/StrengthMachineModelNumberData.d.ts +37 -0
  130. package/dist/models/StrengthTestType.d.ts +20 -8
  131. package/dist/models/StretchExerciseData.d.ts +3 -3
  132. package/dist/models/StretchExerciseVariantData.d.ts +2 -2
  133. package/dist/models/StretchExerciseVariantType.d.ts +17 -5
  134. package/dist/models/TaskFailedResponse.d.ts +3 -3
  135. package/dist/models/TaskFailure.d.ts +3 -3
  136. package/dist/models/TaskPayload.d.ts +2 -2
  137. package/dist/models/TaskQueueResponse.d.ts +3 -3
  138. package/dist/models/TaskQueueResponseMeta.d.ts +2 -2
  139. package/dist/models/TaskQueues.d.ts +2 -2
  140. package/dist/models/TaskSorting.d.ts +17 -5
  141. package/dist/models/TaskStats.d.ts +2 -2
  142. package/dist/models/TenRepTestData.d.ts +59 -0
  143. package/dist/models/TenRepTestSideResults.d.ts +63 -0
  144. package/dist/models/TestSide.d.ts +19 -7
  145. package/dist/models/TimeZone.d.ts +625 -0
  146. package/dist/models/UserData.d.ts +6 -6
  147. package/dist/models/UserListResponse.d.ts +2 -2
  148. package/dist/models/UserListResponseMeta.d.ts +2 -2
  149. package/dist/models/UserResponse.d.ts +2 -2
  150. package/dist/models/UserRight.d.ts +18 -6
  151. package/dist/models/UserSorting.d.ts +19 -7
  152. package/dist/models/Value.d.ts +37 -0
  153. package/dist/models/VelocityRegression.d.ts +37 -0
  154. package/dist/models/WeightMeasurementData.d.ts +2 -2
  155. package/dist/models/WorkersResponse.d.ts +6 -4
  156. package/dist/models/WorkoutSetPositionDataEvent.d.ts +50 -0
  157. package/dist/models/WorkoutSetRepDataPoint.d.ts +50 -0
  158. package/dist/models/WorkoutSetSideData.d.ts +110 -0
  159. package/dist/models/index.d.ts +24 -0
  160. package/dist/runtime.d.ts +13 -2
  161. package/docs/A400DataSetData.md +13 -0
  162. package/docs/A500AppType.md +4 -4
  163. package/docs/A500DataSetType.md +2 -2
  164. package/docs/AccessControlRight.md +2 -2
  165. package/docs/AnalyticRight.md +1 -1
  166. package/docs/CardioExerciseVariantType.md +1 -1
  167. package/docs/CardioMachineParseCode.md +2 -2
  168. package/docs/CharacterType.md +2 -2
  169. package/docs/DisplayDataMode.md +11 -0
  170. package/docs/DisplayFocusMode.md +11 -0
  171. package/docs/DisplayUnit.md +13 -0
  172. package/docs/EmployeeRole.md +5 -5
  173. package/docs/Exercise.md +13 -0
  174. package/docs/ExerciseAliasType.md +3 -3
  175. package/docs/ExerciseRight.md +1 -1
  176. package/docs/FacilityData.md +2 -0
  177. package/docs/FacilityDisplayConfigurationData.md +26 -0
  178. package/docs/FacilityDisplayOperatingSchedule.md +16 -0
  179. package/docs/FacilityDisplayOperatingScheduleEntry.md +11 -0
  180. package/docs/FacilityDisplayOperatingScheduleTime.md +11 -0
  181. package/docs/FacilityLicenseSorting.md +4 -4
  182. package/docs/FacilityLicenseType.md +3 -3
  183. package/docs/FacilityRelationshipData.md +3 -0
  184. package/docs/FacilityResponse.md +12 -0
  185. package/docs/FacilityRight.md +2 -2
  186. package/docs/ForceUnit.md +4 -4
  187. package/docs/GlobalAccessControlSorting.md +2 -2
  188. package/docs/LicenseRight.md +2 -2
  189. package/docs/MSeriesGuidedSessionRight.md +2 -2
  190. package/docs/MachineWorkoutSetResponseData.md +29 -0
  191. package/docs/MetricsAdminApi.md +55 -0
  192. package/docs/MotionDataPoint.md +18 -0
  193. package/docs/MuscleArea.md +3 -3
  194. package/docs/MuscleGroup.md +14 -14
  195. package/docs/MuscleTargetLevel.md +3 -3
  196. package/docs/PowerRegression.md +12 -0
  197. package/docs/ProfileData.md +2 -0
  198. package/docs/Queue.md +2 -2
  199. package/docs/ResistancePrecision.md +2 -2
  200. package/docs/ResqueDetailsData.md +1 -1
  201. package/docs/ResqueRight.md +2 -2
  202. package/docs/SessionPlanSetType.md +4 -4
  203. package/docs/SetType.md +13 -0
  204. package/docs/Side.md +2 -2
  205. package/docs/SixRepTestData.md +12 -0
  206. package/docs/StatSorting.md +2 -2
  207. package/docs/StrengthExerciseCategory.md +5 -5
  208. package/docs/StrengthExerciseMovement.md +2 -2
  209. package/docs/StrengthExerciseMovementDEP.md +2 -2
  210. package/docs/StrengthExercisePlane.md +3 -3
  211. package/docs/StrengthExerciseVariantAttachment.md +9 -9
  212. package/docs/StrengthExerciseVariantData.md +1 -1
  213. package/docs/StrengthExerciseVariantType.md +6 -6
  214. package/docs/StrengthMachineAppType.md +4 -4
  215. package/docs/StrengthMachineData.md +1 -0
  216. package/docs/StrengthMachineDataSetData.md +5 -0
  217. package/docs/StrengthMachineLine.md +7 -7
  218. package/docs/StrengthMachineModelNumberData.md +11 -0
  219. package/docs/StrengthTestType.md +4 -4
  220. package/docs/StretchExerciseVariantType.md +1 -1
  221. package/docs/TaskSorting.md +1 -1
  222. package/docs/TenRepTestData.md +26 -0
  223. package/docs/TenRepTestSideResults.md +15 -0
  224. package/docs/TestSide.md +3 -3
  225. package/docs/TimeZone.md +1191 -0
  226. package/docs/UserRight.md +2 -2
  227. package/docs/UserSorting.md +3 -3
  228. package/docs/Value.md +11 -0
  229. package/docs/VelocityRegression.md +11 -0
  230. package/docs/WorkersResponse.md +1 -1
  231. package/docs/WorkoutSetPositionDataEvent.md +13 -0
  232. package/docs/WorkoutSetRepDataPoint.md +13 -0
  233. package/docs/WorkoutSetSideData.md +23 -0
  234. package/package.json +3 -1
  235. package/src/apis/MetricsAdminApi.ts +65 -1
  236. package/src/connection.ts +21 -9
  237. package/src/models/A400DataSetData.ts +94 -0
  238. package/src/models/A500AppType.ts +28 -9
  239. package/src/models/A500DataSetData.ts +38 -43
  240. package/src/models/A500DataSetType.ts +26 -7
  241. package/src/models/A500MachineStateData.ts +31 -36
  242. package/src/models/A500RepDataPointData.ts +55 -60
  243. package/src/models/A500TestResultData.ts +33 -38
  244. package/src/models/A500TimeSeriesPointData.ts +47 -52
  245. package/src/models/AcceptedTermsVersionData.ts +13 -18
  246. package/src/models/AccessControlRight.ts +26 -7
  247. package/src/models/AnalyticRight.ts +25 -6
  248. package/src/models/BodyCompositionMeasurementData.ts +69 -74
  249. package/src/models/CacheKeysResponse.ts +13 -18
  250. package/src/models/CacheObject.ts +17 -22
  251. package/src/models/CacheObjectResponse.ts +13 -18
  252. package/src/models/CardioExerciseData.ts +31 -36
  253. package/src/models/CardioExerciseVariantData.ts +32 -37
  254. package/src/models/CardioExerciseVariantType.ts +25 -6
  255. package/src/models/CardioMachineData.ts +27 -32
  256. package/src/models/CardioMachineParseCode.ts +26 -7
  257. package/src/models/CharacterType.ts +26 -7
  258. package/src/models/DisplayDataMode.ts +60 -0
  259. package/src/models/DisplayFocusMode.ts +60 -0
  260. package/src/models/DisplayUnit.ts +62 -0
  261. package/src/models/EmailAddressData.ts +15 -20
  262. package/src/models/EmployeeRole.ts +29 -10
  263. package/src/models/Exercise.ts +88 -0
  264. package/src/models/ExerciseAliasData.ts +30 -35
  265. package/src/models/ExerciseAliasType.ts +27 -8
  266. package/src/models/ExerciseOrdinalSetAssignmentData.ts +25 -30
  267. package/src/models/ExerciseOrdinalSetData.ts +17 -22
  268. package/src/models/ExerciseRight.ts +25 -6
  269. package/src/models/FacilityConfigurationData.ts +27 -32
  270. package/src/models/FacilityData.ts +42 -24
  271. package/src/models/FacilityDisplayConfigurationData.ts +233 -0
  272. package/src/models/FacilityDisplayOperatingSchedule.ts +122 -0
  273. package/src/models/FacilityDisplayOperatingScheduleEntry.ts +77 -0
  274. package/src/models/FacilityDisplayOperatingScheduleTime.ts +70 -0
  275. package/src/models/FacilityLicenseData.ts +23 -28
  276. package/src/models/FacilityLicenseListResponse.ts +15 -20
  277. package/src/models/FacilityLicenseListResponseMeta.ts +25 -30
  278. package/src/models/FacilityLicenseResponse.ts +13 -18
  279. package/src/models/FacilityLicenseSorting.ts +28 -9
  280. package/src/models/FacilityLicenseType.ts +27 -8
  281. package/src/models/FacilityProfileData.ts +23 -28
  282. package/src/models/FacilityRelationshipData.ts +56 -36
  283. package/src/models/FacilityResponse.ts +84 -0
  284. package/src/models/FacilityRight.ts +26 -7
  285. package/src/models/FacilitySessionUserData.ts +55 -60
  286. package/src/models/FacilityStrengthMachineConfigurationData.ts +29 -34
  287. package/src/models/FacilityStrengthMachineData.ts +37 -42
  288. package/src/models/ForceUnit.ts +28 -9
  289. package/src/models/GlobalAccessControlCreationResponse.ts +15 -20
  290. package/src/models/GlobalAccessControlData.ts +51 -56
  291. package/src/models/GlobalAccessControlListResponse.ts +15 -20
  292. package/src/models/GlobalAccessControlListResponseMeta.ts +19 -24
  293. package/src/models/GlobalAccessControlResponse.ts +13 -18
  294. package/src/models/GlobalAccessControlSecretData.ts +11 -16
  295. package/src/models/GlobalAccessControlSecretResponse.ts +13 -18
  296. package/src/models/GlobalAccessControlSorting.ts +26 -7
  297. package/src/models/HeartRateDataPointData.ts +15 -20
  298. package/src/models/HeartRateDataSetData.ts +25 -30
  299. package/src/models/HeartRateDataSetSessionData.ts +17 -22
  300. package/src/models/HeightMeasurementData.ts +17 -22
  301. package/src/models/High.ts +9 -14
  302. package/src/models/LicenseRight.ts +26 -7
  303. package/src/models/Low.ts +9 -14
  304. package/src/models/MSeriesDataPointData.ts +33 -38
  305. package/src/models/MSeriesDataSetData.ts +82 -87
  306. package/src/models/MSeriesDataSetSegmentData.ts +41 -46
  307. package/src/models/MSeriesFtpMeasurementData.ts +23 -28
  308. package/src/models/MSeriesGuidedSessionRight.ts +26 -7
  309. package/src/models/MachineWorkoutSetResponseData.ts +285 -0
  310. package/src/models/MaintenanceStatus.ts +23 -28
  311. package/src/models/MotionDataPoint.ts +133 -0
  312. package/src/models/MuscleArea.ts +27 -8
  313. package/src/models/MuscleData.ts +17 -22
  314. package/src/models/MuscleGroup.ts +38 -19
  315. package/src/models/MuscleTargetLevel.ts +27 -8
  316. package/src/models/OAuthServiceData.ts +23 -28
  317. package/src/models/PowerRegression.ts +79 -0
  318. package/src/models/PrimaryEmailAddressData.ts +11 -16
  319. package/src/models/ProfileData.ts +37 -26
  320. package/src/models/Queue.ts +26 -7
  321. package/src/models/ResistancePrecision.ts +26 -7
  322. package/src/models/ResqueDetailsData.ts +17 -22
  323. package/src/models/ResqueDetailsResponse.ts +13 -18
  324. package/src/models/ResqueRight.ts +26 -7
  325. package/src/models/ServiceStatusResponse.ts +9 -14
  326. package/src/models/SessionData.ts +63 -68
  327. package/src/models/SessionPlanActivitySetData.ts +9 -14
  328. package/src/models/SessionPlanCardioSetData.ts +23 -28
  329. package/src/models/SessionPlanData.ts +43 -48
  330. package/src/models/SessionPlanSequenceAssignmentData.ts +13 -18
  331. package/src/models/SessionPlanSequenceData.ts +19 -24
  332. package/src/models/SessionPlanSequenceInstanceData.ts +31 -36
  333. package/src/models/SessionPlanSetData.ts +32 -37
  334. package/src/models/SessionPlanSetInstanceData.ts +29 -34
  335. package/src/models/SessionPlanSetType.ts +28 -9
  336. package/src/models/SessionPlanStrengthSetData.ts +23 -28
  337. package/src/models/SessionPlanStretchSetData.ts +9 -14
  338. package/src/models/SetType.ts +62 -0
  339. package/src/models/Side.ts +26 -7
  340. package/src/models/SixRepTestData.ts +79 -0
  341. package/src/models/StatData.ts +31 -36
  342. package/src/models/StatListResponse.ts +21 -26
  343. package/src/models/StatListResponseMeta.ts +21 -26
  344. package/src/models/StatSorting.ts +26 -7
  345. package/src/models/StrengthExerciseCategory.ts +29 -10
  346. package/src/models/StrengthExerciseData.ts +44 -49
  347. package/src/models/StrengthExerciseMovement.ts +26 -7
  348. package/src/models/StrengthExerciseMovementDEP.ts +26 -7
  349. package/src/models/StrengthExercisePlane.ts +27 -8
  350. package/src/models/StrengthExerciseVariantAttachment.ts +33 -14
  351. package/src/models/StrengthExerciseVariantData.ts +44 -50
  352. package/src/models/StrengthExerciseVariantType.ts +30 -11
  353. package/src/models/StrengthMachineAppType.ts +28 -9
  354. package/src/models/StrengthMachineData.ts +43 -34
  355. package/src/models/StrengthMachineDataSetData.ts +126 -79
  356. package/src/models/StrengthMachineDataSetTestData.ts +19 -24
  357. package/src/models/StrengthMachineDataSetTestSubsetData.ts +15 -20
  358. package/src/models/StrengthMachineLine.ts +31 -12
  359. package/src/models/StrengthMachineModelData.ts +9 -14
  360. package/src/models/StrengthMachineModelNumberData.ts +70 -0
  361. package/src/models/StrengthTestType.ts +28 -9
  362. package/src/models/StretchExerciseData.ts +23 -28
  363. package/src/models/StretchExerciseVariantData.ts +19 -24
  364. package/src/models/StretchExerciseVariantType.ts +25 -6
  365. package/src/models/TaskFailedResponse.ts +21 -26
  366. package/src/models/TaskFailure.ts +27 -32
  367. package/src/models/TaskPayload.ts +13 -18
  368. package/src/models/TaskQueueResponse.ts +21 -26
  369. package/src/models/TaskQueueResponseMeta.ts +19 -24
  370. package/src/models/TaskQueues.ts +11 -16
  371. package/src/models/TaskSorting.ts +25 -6
  372. package/src/models/TaskStats.ts +11 -16
  373. package/src/models/TenRepTestData.ts +111 -0
  374. package/src/models/TenRepTestSideResults.ts +119 -0
  375. package/src/models/TestSide.ts +27 -8
  376. package/src/models/TimeZone.ts +1240 -0
  377. package/src/models/UserData.ts +55 -60
  378. package/src/models/UserListResponse.ts +15 -20
  379. package/src/models/UserListResponseMeta.ts +21 -26
  380. package/src/models/UserResponse.ts +13 -18
  381. package/src/models/UserRight.ts +26 -7
  382. package/src/models/UserSorting.ts +27 -8
  383. package/src/models/Value.ts +69 -0
  384. package/src/models/VelocityRegression.ts +70 -0
  385. package/src/models/WeightMeasurementData.ts +21 -26
  386. package/src/models/WorkersResponse.ts +15 -20
  387. package/src/models/WorkoutSetPositionDataEvent.ts +95 -0
  388. package/src/models/WorkoutSetRepDataPoint.ts +95 -0
  389. package/src/models/WorkoutSetSideData.ts +185 -0
  390. package/src/models/index.ts +24 -0
  391. package/src/runtime.ts +44 -9
@@ -0,0 +1,50 @@
1
+ /**
2
+ * metrics-sdk-admin
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 5.4.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 { MachineWorkoutSetResponseData } from './MachineWorkoutSetResponseData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface A400DataSetData
17
+ */
18
+ export interface A400DataSetData {
19
+ /**
20
+ *
21
+ * @type {number}
22
+ * @memberof A400DataSetData
23
+ */
24
+ id: number;
25
+ /**
26
+ *
27
+ * @type {Date}
28
+ * @memberof A400DataSetData
29
+ */
30
+ createdAt: Date;
31
+ /**
32
+ *
33
+ * @type {Date}
34
+ * @memberof A400DataSetData
35
+ */
36
+ updatedAt: Date;
37
+ /**
38
+ *
39
+ * @type {MachineWorkoutSetResponseData}
40
+ * @memberof A400DataSetData
41
+ */
42
+ workoutSetData?: MachineWorkoutSetResponseData;
43
+ }
44
+ /**
45
+ * Check if a given object implements the A400DataSetData interface.
46
+ */
47
+ export declare function instanceOfA400DataSetData(value: object): value is A400DataSetData;
48
+ export declare function A400DataSetDataFromJSON(json: any): A400DataSetData;
49
+ export declare function A400DataSetDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): A400DataSetData;
50
+ export declare function A400DataSetDataToJSON(value?: A400DataSetData | 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.3.18
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,12 +25,13 @@
14
25
  * @export
15
26
  */
16
27
  export declare const A500AppType: {
17
- readonly Performance: "performance";
18
- readonly Elder: "elder";
19
- readonly Medical: "medical";
20
- readonly Commercial: "commercial";
28
+ readonly performance: "performance";
29
+ readonly elder: "elder";
30
+ readonly medical: "medical";
31
+ readonly commercial: "commercial";
21
32
  };
22
33
  export type A500AppType = 'performance' | 'elder' | 'medical' | 'commercial';
23
- export declare function A500AppTypeFromJSON(json: any): A500AppType;
24
- export declare function A500AppTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): A500AppType;
25
- export declare function A500AppTypeToJSON(value?: A500AppType | null): any;
34
+ export declare function instanceOfA500AppType(value: unknown): boolean;
35
+ export declare function A500AppTypeFromJSON(json: unknown): A500AppType;
36
+ export declare function A500AppTypeFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): A500AppType;
37
+ export declare function A500AppTypeToJSON(value?: A500AppType | null): A500AppType | null | undefined;
@@ -2,18 +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.3.18
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).
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { A500DataSetType } from './A500DataSetType';
13
- import type { A500RepDataPointData } from './A500RepDataPointData';
14
12
  import type { A500TestResultData } from './A500TestResultData';
15
- import type { A500TimeSeriesPointData } from './A500TimeSeriesPointData';
13
+ import type { A500RepDataPointData } from './A500RepDataPointData';
16
14
  import type { TestSide } from './TestSide';
15
+ import type { A500TimeSeriesPointData } from './A500TimeSeriesPointData';
16
+ import type { A500DataSetType } from './A500DataSetType';
17
17
  /**
18
18
  *
19
19
  * @export
@@ -72,7 +72,7 @@ export interface A500DataSetData {
72
72
  /**
73
73
  * Check if a given object implements the A500DataSetData interface.
74
74
  */
75
- export declare function instanceOfA500DataSetData(value: object): boolean;
75
+ export declare function instanceOfA500DataSetData(value: object): value is A500DataSetData;
76
76
  export declare function A500DataSetDataFromJSON(json: any): A500DataSetData;
77
77
  export declare function A500DataSetDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): A500DataSetData;
78
78
  export declare function A500DataSetDataToJSON(value?: A500DataSetData | 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.3.18
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 A500DataSetType: {
17
- readonly Normal: "normal";
18
- readonly Test: "test";
28
+ readonly normal: "normal";
29
+ readonly test: "test";
19
30
  };
20
31
  export type A500DataSetType = 'normal' | 'test';
21
- export declare function A500DataSetTypeFromJSON(json: any): A500DataSetType;
22
- export declare function A500DataSetTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): A500DataSetType;
23
- export declare function A500DataSetTypeToJSON(value?: A500DataSetType | null): any;
32
+ export declare function instanceOfA500DataSetType(value: unknown): boolean;
33
+ export declare function A500DataSetTypeFromJSON(json: unknown): A500DataSetType;
34
+ export declare function A500DataSetTypeFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): A500DataSetType;
35
+ export declare function A500DataSetTypeToJSON(value?: A500DataSetType | null): A500DataSetType | 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.3.18
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).
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { A500AppType } from './A500AppType';
13
- import type { FacilityStrengthMachineData } from './FacilityStrengthMachineData';
14
12
  import type { ForceUnit } from './ForceUnit';
13
+ import type { FacilityStrengthMachineData } from './FacilityStrengthMachineData';
14
+ import type { A500AppType } from './A500AppType';
15
15
  /**
16
16
  *
17
17
  * @export
@@ -64,7 +64,7 @@ export interface A500MachineStateData {
64
64
  /**
65
65
  * Check if a given object implements the A500MachineStateData interface.
66
66
  */
67
- export declare function instanceOfA500MachineStateData(value: object): boolean;
67
+ export declare function instanceOfA500MachineStateData(value: object): value is A500MachineStateData;
68
68
  export declare function A500MachineStateDataFromJSON(json: any): A500MachineStateData;
69
69
  export declare function A500MachineStateDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): A500MachineStateData;
70
70
  export declare function A500MachineStateDataToJSON(value?: A500MachineStateData | 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.3.18
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).
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { ForceUnit } from './ForceUnit';
13
12
  import type { Side } from './Side';
13
+ import type { ForceUnit } from './ForceUnit';
14
14
  /**
15
15
  *
16
16
  * @export
@@ -147,7 +147,7 @@ export interface A500RepDataPointData {
147
147
  /**
148
148
  * Check if a given object implements the A500RepDataPointData interface.
149
149
  */
150
- export declare function instanceOfA500RepDataPointData(value: object): boolean;
150
+ export declare function instanceOfA500RepDataPointData(value: object): value is A500RepDataPointData;
151
151
  export declare function A500RepDataPointDataFromJSON(json: any): A500RepDataPointData;
152
152
  export declare function A500RepDataPointDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): A500RepDataPointData;
153
153
  export declare function A500RepDataPointDataToJSON(value?: A500RepDataPointData | 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.3.18
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 A500TestResultData {
97
97
  /**
98
98
  * Check if a given object implements the A500TestResultData interface.
99
99
  */
100
- export declare function instanceOfA500TestResultData(value: object): boolean;
100
+ export declare function instanceOfA500TestResultData(value: object): value is A500TestResultData;
101
101
  export declare function A500TestResultDataFromJSON(json: any): A500TestResultData;
102
102
  export declare function A500TestResultDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): A500TestResultData;
103
103
  export declare function A500TestResultDataToJSON(value?: A500TestResultData | 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.3.18
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).
@@ -139,7 +139,7 @@ export interface A500TimeSeriesPointData {
139
139
  /**
140
140
  * Check if a given object implements the A500TimeSeriesPointData interface.
141
141
  */
142
- export declare function instanceOfA500TimeSeriesPointData(value: object): boolean;
142
+ export declare function instanceOfA500TimeSeriesPointData(value: object): value is A500TimeSeriesPointData;
143
143
  export declare function A500TimeSeriesPointDataFromJSON(json: any): A500TimeSeriesPointData;
144
144
  export declare function A500TimeSeriesPointDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): A500TimeSeriesPointData;
145
145
  export declare function A500TimeSeriesPointDataToJSON(value?: A500TimeSeriesPointData | 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.3.18
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).
@@ -37,7 +37,7 @@ export interface AcceptedTermsVersionData {
37
37
  /**
38
38
  * Check if a given object implements the AcceptedTermsVersionData interface.
39
39
  */
40
- export declare function instanceOfAcceptedTermsVersionData(value: object): boolean;
40
+ export declare function instanceOfAcceptedTermsVersionData(value: object): value is AcceptedTermsVersionData;
41
41
  export declare function AcceptedTermsVersionDataFromJSON(json: any): AcceptedTermsVersionData;
42
42
  export declare function AcceptedTermsVersionDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): AcceptedTermsVersionData;
43
43
  export declare function AcceptedTermsVersionDataToJSON(value?: AcceptedTermsVersionData | 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.3.18
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 AccessControlRight: {
17
- readonly View: "view";
18
- readonly Edit: "edit";
28
+ readonly view: "view";
29
+ readonly edit: "edit";
19
30
  };
20
31
  export type AccessControlRight = 'view' | 'edit';
21
- export declare function AccessControlRightFromJSON(json: any): AccessControlRight;
22
- export declare function AccessControlRightFromJSONTyped(json: any, ignoreDiscriminator: boolean): AccessControlRight;
23
- export declare function AccessControlRightToJSON(value?: AccessControlRight | null): any;
32
+ export declare function instanceOfAccessControlRight(value: unknown): boolean;
33
+ export declare function AccessControlRightFromJSON(json: unknown): AccessControlRight;
34
+ export declare function AccessControlRightFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): AccessControlRight;
35
+ export declare function AccessControlRightToJSON(value?: AccessControlRight | null): AccessControlRight | null | undefined;
@@ -2,7 +2,18 @@
2
2
  * metrics-sdk-admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 5.3.18
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,9 +25,10 @@
14
25
  * @export
15
26
  */
16
27
  export declare const AnalyticRight: {
17
- readonly View: "view";
28
+ readonly view: "view";
18
29
  };
19
30
  export type AnalyticRight = 'view';
20
- export declare function AnalyticRightFromJSON(json: any): AnalyticRight;
21
- export declare function AnalyticRightFromJSONTyped(json: any, ignoreDiscriminator: boolean): AnalyticRight;
22
- export declare function AnalyticRightToJSON(value?: AnalyticRight | null): any;
31
+ export declare function instanceOfAnalyticRight(value: unknown): boolean;
32
+ export declare function AnalyticRightFromJSON(json: unknown): AnalyticRight;
33
+ export declare function AnalyticRightFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): AnalyticRight;
34
+ export declare function AnalyticRightToJSON(value?: AnalyticRight | null): AnalyticRight | 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.3.18
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).
@@ -205,7 +205,7 @@ export interface BodyCompositionMeasurementData {
205
205
  /**
206
206
  * Check if a given object implements the BodyCompositionMeasurementData interface.
207
207
  */
208
- export declare function instanceOfBodyCompositionMeasurementData(value: object): boolean;
208
+ export declare function instanceOfBodyCompositionMeasurementData(value: object): value is BodyCompositionMeasurementData;
209
209
  export declare function BodyCompositionMeasurementDataFromJSON(json: any): BodyCompositionMeasurementData;
210
210
  export declare function BodyCompositionMeasurementDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): BodyCompositionMeasurementData;
211
211
  export declare function BodyCompositionMeasurementDataToJSON(value?: BodyCompositionMeasurementData | 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.3.18
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).
@@ -37,7 +37,7 @@ export interface CacheKeysResponse {
37
37
  /**
38
38
  * Check if a given object implements the CacheKeysResponse interface.
39
39
  */
40
- export declare function instanceOfCacheKeysResponse(value: object): boolean;
40
+ export declare function instanceOfCacheKeysResponse(value: object): value is CacheKeysResponse;
41
41
  export declare function CacheKeysResponseFromJSON(json: any): CacheKeysResponse;
42
42
  export declare function CacheKeysResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CacheKeysResponse;
43
43
  export declare function CacheKeysResponseToJSON(value?: CacheKeysResponse | 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.3.18
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 CacheObject {
49
49
  /**
50
50
  * Check if a given object implements the CacheObject interface.
51
51
  */
52
- export declare function instanceOfCacheObject(value: object): boolean;
52
+ export declare function instanceOfCacheObject(value: object): value is CacheObject;
53
53
  export declare function CacheObjectFromJSON(json: any): CacheObject;
54
54
  export declare function CacheObjectFromJSONTyped(json: any, ignoreDiscriminator: boolean): CacheObject;
55
55
  export declare function CacheObjectToJSON(value?: CacheObject | 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.3.18
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 CacheObjectResponse {
38
38
  /**
39
39
  * Check if a given object implements the CacheObjectResponse interface.
40
40
  */
41
- export declare function instanceOfCacheObjectResponse(value: object): boolean;
41
+ export declare function instanceOfCacheObjectResponse(value: object): value is CacheObjectResponse;
42
42
  export declare function CacheObjectResponseFromJSON(json: any): CacheObjectResponse;
43
43
  export declare function CacheObjectResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CacheObjectResponse;
44
44
  export declare function CacheObjectResponseToJSON(value?: CacheObjectResponse | null): any;
@@ -2,17 +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.3.18
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).
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { CardioExerciseVariantData } from './CardioExerciseVariantData';
13
12
  import type { CardioMachineData } from './CardioMachineData';
14
- import type { ExerciseAliasData } from './ExerciseAliasData';
15
13
  import type { MuscleData } from './MuscleData';
14
+ import type { CardioExerciseVariantData } from './CardioExerciseVariantData';
15
+ import type { ExerciseAliasData } from './ExerciseAliasData';
16
16
  /**
17
17
  *
18
18
  * @export
@@ -59,7 +59,7 @@ export interface CardioExerciseData {
59
59
  /**
60
60
  * Check if a given object implements the CardioExerciseData interface.
61
61
  */
62
- export declare function instanceOfCardioExerciseData(value: object): boolean;
62
+ export declare function instanceOfCardioExerciseData(value: object): value is CardioExerciseData;
63
63
  export declare function CardioExerciseDataFromJSON(json: any): CardioExerciseData;
64
64
  export declare function CardioExerciseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): CardioExerciseData;
65
65
  export declare function CardioExerciseDataToJSON(value?: CardioExerciseData | null): any;
@@ -2,17 +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.3.18
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).
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { CardioExerciseData } from './CardioExerciseData';
13
- import type { CardioExerciseVariantType } from './CardioExerciseVariantType';
14
12
  import type { CardioMachineData } from './CardioMachineData';
13
+ import type { CardioExerciseVariantType } from './CardioExerciseVariantType';
15
14
  import type { ExerciseOrdinalSetAssignmentData } from './ExerciseOrdinalSetAssignmentData';
15
+ import type { CardioExerciseData } from './CardioExerciseData';
16
16
  /**
17
17
  *
18
18
  * @export
@@ -65,7 +65,7 @@ export interface CardioExerciseVariantData {
65
65
  /**
66
66
  * Check if a given object implements the CardioExerciseVariantData interface.
67
67
  */
68
- export declare function instanceOfCardioExerciseVariantData(value: object): boolean;
68
+ export declare function instanceOfCardioExerciseVariantData(value: object): value is CardioExerciseVariantData;
69
69
  export declare function CardioExerciseVariantDataFromJSON(json: any): CardioExerciseVariantData;
70
70
  export declare function CardioExerciseVariantDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): CardioExerciseVariantData;
71
71
  export declare function CardioExerciseVariantDataToJSON(value?: CardioExerciseVariantData | 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.3.18
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,9 +25,10 @@
14
25
  * @export
15
26
  */
16
27
  export declare const CardioExerciseVariantType: {
17
- readonly Normal: "normal";
28
+ readonly normal: "normal";
18
29
  };
19
30
  export type CardioExerciseVariantType = 'normal';
20
- export declare function CardioExerciseVariantTypeFromJSON(json: any): CardioExerciseVariantType;
21
- export declare function CardioExerciseVariantTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): CardioExerciseVariantType;
22
- export declare function CardioExerciseVariantTypeToJSON(value?: CardioExerciseVariantType | null): any;
31
+ export declare function instanceOfCardioExerciseVariantType(value: unknown): boolean;
32
+ export declare function CardioExerciseVariantTypeFromJSON(json: unknown): CardioExerciseVariantType;
33
+ export declare function CardioExerciseVariantTypeFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): CardioExerciseVariantType;
34
+ export declare function CardioExerciseVariantTypeToJSON(value?: CardioExerciseVariantType | null): CardioExerciseVariantType | 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.3.18
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).
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { CardioExerciseData } from './CardioExerciseData';
13
12
  import type { CardioMachineParseCode } from './CardioMachineParseCode';
13
+ import type { CardioExerciseData } from './CardioExerciseData';
14
14
  /**
15
15
  *
16
16
  * @export
@@ -70,7 +70,7 @@ export type CardioMachineDataLineEnum = 'mSeries';
70
70
  /**
71
71
  * Check if a given object implements the CardioMachineData interface.
72
72
  */
73
- export declare function instanceOfCardioMachineData(value: object): boolean;
73
+ export declare function instanceOfCardioMachineData(value: object): value is CardioMachineData;
74
74
  export declare function CardioMachineDataFromJSON(json: any): CardioMachineData;
75
75
  export declare function CardioMachineDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): CardioMachineData;
76
76
  export declare function CardioMachineDataToJSON(value?: CardioMachineData | 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.3.18
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 CardioMachineParseCode: {
17
- readonly Ms6: "ms6";
18
- readonly Ms6e: "ms6e";
28
+ readonly ms6: "ms6";
29
+ readonly ms6e: "ms6e";
19
30
  };
20
31
  export type CardioMachineParseCode = 'ms6' | 'ms6e';
21
- export declare function CardioMachineParseCodeFromJSON(json: any): CardioMachineParseCode;
22
- export declare function CardioMachineParseCodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): CardioMachineParseCode;
23
- export declare function CardioMachineParseCodeToJSON(value?: CardioMachineParseCode | null): any;
32
+ export declare function instanceOfCardioMachineParseCode(value: unknown): boolean;
33
+ export declare function CardioMachineParseCodeFromJSON(json: unknown): CardioMachineParseCode;
34
+ export declare function CardioMachineParseCodeFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): CardioMachineParseCode;
35
+ export declare function CardioMachineParseCodeToJSON(value?: CardioMachineParseCode | null): CardioMachineParseCode | null | undefined;
@@ -2,7 +2,18 @@
2
2
  * metrics-sdk-admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 5.3.18
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 CharacterType: {
17
- readonly Numeric: "numeric";
18
- readonly Alpha: "alpha";
28
+ readonly numeric: "numeric";
29
+ readonly alpha: "alpha";
19
30
  };
20
31
  export type CharacterType = 'numeric' | 'alpha';
21
- export declare function CharacterTypeFromJSON(json: any): CharacterType;
22
- export declare function CharacterTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): CharacterType;
23
- export declare function CharacterTypeToJSON(value?: CharacterType | null): any;
32
+ export declare function instanceOfCharacterType(value: unknown): boolean;
33
+ export declare function CharacterTypeFromJSON(json: unknown): CharacterType;
34
+ export declare function CharacterTypeFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): CharacterType;
35
+ export declare function CharacterTypeToJSON(value?: CharacterType | null): CharacterType | null | undefined;