@tryvital/vital-node 3.1.481 → 3.1.482

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 (1252) hide show
  1. package/api/resources/activity/client/Client.d.ts +4 -4
  2. package/api/resources/activity/client/Client.js +4 -4
  3. package/api/resources/activity/client/requests/GetActivityRequest.d.ts +23 -0
  4. package/api/resources/activity/client/requests/GetRawActivityRequest.d.ts +23 -0
  5. package/api/resources/activity/client/requests/index.d.ts +2 -2
  6. package/api/resources/aggregate/client/Client.d.ts +5 -4
  7. package/api/resources/aggregate/client/Client.js +7 -6
  8. package/api/resources/aggregate/client/requests/GetResultTableForContinuousQueryAggregateRequest.d.ts +9 -0
  9. package/api/resources/aggregate/client/requests/GetTaskHistoryForContinuousQueryAggregateRequest.d.ts +11 -0
  10. package/api/resources/aggregate/client/requests/QueryBatch.d.ts +1 -1
  11. package/api/resources/aggregate/client/requests/index.d.ts +2 -1
  12. package/api/resources/body/client/Client.d.ts +4 -4
  13. package/api/resources/body/client/Client.js +4 -4
  14. package/api/resources/body/client/requests/GetBodyRequest.d.ts +23 -0
  15. package/api/resources/body/client/requests/GetRawBodyRequest.d.ts +23 -0
  16. package/api/resources/body/client/requests/index.d.ts +2 -2
  17. package/api/resources/devices/client/Client.d.ts +2 -2
  18. package/api/resources/devices/client/Client.js +2 -2
  19. package/api/resources/devices/client/requests/GetRawDevicesRequest.d.ts +13 -0
  20. package/api/resources/devices/client/requests/index.d.ts +1 -1
  21. package/api/resources/electrocardiogram/client/Client.d.ts +3 -3
  22. package/api/resources/electrocardiogram/client/Client.js +3 -3
  23. package/api/resources/electrocardiogram/client/requests/GetElectrocardiogramRequest.d.ts +17 -0
  24. package/api/resources/electrocardiogram/client/requests/index.d.ts +1 -1
  25. package/api/resources/index.d.ts +2 -1
  26. package/api/resources/index.js +3 -2
  27. package/api/resources/insurance/client/Client.d.ts +4 -4
  28. package/api/resources/insurance/client/Client.js +5 -5
  29. package/api/resources/insurance/client/requests/SearchDiagnosisInsuranceRequest.d.ts +12 -0
  30. package/api/resources/insurance/client/requests/SearchGetPayorInfoInsuranceRequest.d.ts +13 -0
  31. package/api/resources/insurance/client/requests/index.d.ts +2 -2
  32. package/api/resources/introspect/client/Client.d.ts +4 -4
  33. package/api/resources/introspect/client/Client.js +5 -5
  34. package/api/resources/introspect/client/requests/GetUserHistoricalPullsIntrospectRequest.d.ts +21 -0
  35. package/api/resources/introspect/client/requests/GetUserResourcesIntrospectRequest.d.ts +21 -0
  36. package/api/resources/introspect/client/requests/index.d.ts +2 -2
  37. package/api/resources/introspect/index.d.ts +1 -0
  38. package/api/resources/introspect/index.js +1 -0
  39. package/api/resources/introspect/types/GetUserHistoricalPullsIntrospectRequestProvider.d.ts +5 -0
  40. package/api/resources/introspect/types/index.d.ts +1 -0
  41. package/api/resources/introspect/types/index.js +17 -0
  42. package/api/resources/labTests/client/Client.d.ts +73 -58
  43. package/api/resources/labTests/client/Client.js +110 -160
  44. package/api/resources/labTests/client/requests/BookPhlebotomyAppointmentLabTestsRequest.d.ts +15 -0
  45. package/api/resources/labTests/client/requests/BookPscAppointmentLabTestsRequest.d.ts +15 -0
  46. package/api/resources/labTests/client/requests/CancelOrderLabTestsRequest.d.ts +9 -0
  47. package/api/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -1
  48. package/api/resources/labTests/client/requests/GetAreaInfoLabTestsRequest.d.ts +32 -0
  49. package/api/resources/labTests/client/requests/GetByIdLabTestsRequest.d.ts +13 -0
  50. package/api/resources/labTests/client/requests/GetLabTestCollectionInstructionPdfLabTestsRequest.d.ts +9 -0
  51. package/api/resources/labTests/client/requests/GetLabTestsRequest.d.ts +40 -0
  52. package/api/resources/labTests/client/requests/GetLabelsPdfLabTestsRequest.d.ts +19 -0
  53. package/api/resources/labTests/client/requests/GetMarkersByLabAndProviderIdLabTestsRequest.d.ts +13 -0
  54. package/api/resources/labTests/client/requests/GetMarkersForLabTestLabTestsRequest.d.ts +15 -0
  55. package/api/resources/labTests/client/requests/GetMarkersForOrderSetLabTestsRequest.d.ts +15 -0
  56. package/api/resources/labTests/client/requests/GetMarkersLabTestsRequest.d.ts +24 -0
  57. package/api/resources/labTests/client/requests/GetOrderAbnPdfLabTestsRequest.d.ts +9 -0
  58. package/api/resources/labTests/client/requests/GetOrderCollectionInstructionPdfLabTestsRequest.d.ts +9 -0
  59. package/api/resources/labTests/client/requests/GetOrderLabTestsRequest.d.ts +9 -0
  60. package/api/resources/labTests/client/requests/GetOrderPscInfoLabTestsRequest.d.ts +18 -0
  61. package/api/resources/labTests/client/requests/GetOrderRequistionPdfLabTestsRequest.d.ts +9 -0
  62. package/api/resources/labTests/client/requests/GetOrdersLabTestsRequest.d.ts +76 -0
  63. package/api/resources/labTests/client/requests/GetPaginatedLabTestsRequest.d.ts +42 -0
  64. package/api/resources/labTests/client/requests/GetPhlebotomyAppointmentAvailabilityLabTestsRequest.d.ts +25 -0
  65. package/api/resources/labTests/client/requests/GetPhlebotomyAppointmentLabTestsRequest.d.ts +9 -0
  66. package/api/resources/labTests/client/requests/GetPscAppointmentAvailabilityLabTestsRequest.d.ts +32 -0
  67. package/api/resources/labTests/client/requests/GetPscAppointmentLabTestsRequest.d.ts +9 -0
  68. package/api/resources/labTests/client/requests/GetPscInfoLabTestsRequest.d.ts +33 -0
  69. package/api/resources/labTests/client/requests/GetResultMetadataLabTestsRequest.d.ts +9 -0
  70. package/api/resources/labTests/client/requests/GetResultPdfLabTestsRequest.d.ts +9 -0
  71. package/api/resources/labTests/client/requests/GetResultRawLabTestsRequest.d.ts +9 -0
  72. package/api/resources/labTests/client/requests/ImportOrderBody.d.ts +1 -1
  73. package/api/resources/labTests/client/requests/ReschedulePhlebotomyAppointmentLabTestsRequest.d.ts +15 -0
  74. package/api/resources/labTests/client/requests/ReschedulePscAppointmentLabTestsRequest.d.ts +15 -0
  75. package/api/resources/labTests/client/requests/SimulateOrderProcessLabTestsRequest.d.ts +15 -0
  76. package/api/resources/labTests/client/requests/UpdateOnSiteCollectionOrderDrawCompletedLabTestsRequest.d.ts +9 -0
  77. package/api/resources/labTests/client/requests/index.d.ts +31 -15
  78. package/api/resources/labTests/types/GetLabTestsRequestOrderDirection.d.ts +8 -0
  79. package/api/resources/labTests/types/GetLabTestsRequestOrderDirection.js +10 -0
  80. package/api/resources/labTests/types/GetLabTestsRequestOrderKey.d.ts +9 -0
  81. package/api/resources/labTests/types/GetLabTestsRequestOrderKey.js +11 -0
  82. package/api/resources/labTests/types/GetOrdersLabTestsRequestOrderDirection.d.ts +8 -0
  83. package/api/resources/labTests/types/GetOrdersLabTestsRequestOrderDirection.js +10 -0
  84. package/api/resources/labTests/types/GetOrdersLabTestsRequestOrderKey.d.ts +9 -0
  85. package/api/resources/labTests/types/GetOrdersLabTestsRequestOrderKey.js +11 -0
  86. package/api/resources/labTests/types/GetPaginatedLabTestsRequestOrderDirection.d.ts +8 -0
  87. package/api/resources/labTests/types/GetPaginatedLabTestsRequestOrderDirection.js +10 -0
  88. package/api/resources/labTests/types/GetPaginatedLabTestsRequestOrderKey.d.ts +9 -0
  89. package/api/resources/labTests/types/GetPaginatedLabTestsRequestOrderKey.js +11 -0
  90. package/api/resources/labTests/types/index.d.ts +6 -6
  91. package/api/resources/labTests/types/index.js +6 -6
  92. package/api/resources/link/client/Client.d.ts +10 -10
  93. package/api/resources/link/client/Client.js +24 -24
  94. package/api/resources/link/client/requests/BulkExportConnectionsBody.d.ts +1 -1
  95. package/api/resources/link/client/requests/BulkImportConnectionsBody.d.ts +1 -1
  96. package/api/resources/link/client/requests/BulkPauseConnectionsBody.d.ts +1 -1
  97. package/api/resources/link/client/requests/BulkTriggerHistoricalPullBody.d.ts +1 -1
  98. package/api/resources/link/client/requests/CodeCreateLinkRequest.d.ts +16 -0
  99. package/api/resources/link/client/requests/GenerateOauthLinkLinkRequest.d.ts +10 -0
  100. package/api/resources/link/client/requests/GetAllProvidersLinkRequest.d.ts +10 -0
  101. package/api/resources/link/client/requests/ListBulkOpsLinkRequest.d.ts +13 -0
  102. package/api/resources/link/client/requests/TokenStateLinkRequest.d.ts +10 -0
  103. package/api/resources/link/client/requests/index.d.ts +5 -5
  104. package/api/resources/link/types/BulkExportLinkRequestTeamId.d.ts +7 -0
  105. package/api/resources/link/types/BulkExportLinkRequestTeamId.js +9 -0
  106. package/api/resources/link/types/BulkImportLinkRequestTeamId.d.ts +7 -0
  107. package/api/resources/link/types/BulkImportLinkRequestTeamId.js +9 -0
  108. package/api/resources/link/types/BulkPauseLinkRequestTeamId.d.ts +7 -0
  109. package/api/resources/link/types/BulkPauseLinkRequestTeamId.js +9 -0
  110. package/api/resources/link/types/BulkTriggerHistoricalPullLinkRequestTeamId.d.ts +7 -0
  111. package/api/resources/link/types/BulkTriggerHistoricalPullLinkRequestTeamId.js +9 -0
  112. package/api/resources/link/types/ListBulkOpsLinkRequestTeamId.d.ts +7 -0
  113. package/api/resources/link/types/ListBulkOpsLinkRequestTeamId.js +9 -0
  114. package/api/resources/link/types/index.d.ts +5 -5
  115. package/api/resources/link/types/index.js +5 -5
  116. package/api/resources/meal/client/Client.d.ts +2 -2
  117. package/api/resources/meal/client/Client.js +2 -2
  118. package/api/resources/meal/client/requests/GetMealRequest.d.ts +23 -0
  119. package/api/resources/meal/client/requests/index.d.ts +1 -1
  120. package/api/resources/menstrualCycle/client/Client.d.ts +3 -3
  121. package/api/resources/menstrualCycle/client/Client.js +3 -3
  122. package/api/resources/menstrualCycle/client/requests/GetMenstrualCycleRequest.d.ts +17 -0
  123. package/api/resources/menstrualCycle/client/requests/index.d.ts +1 -1
  124. package/api/resources/order/client/Client.js +1 -1
  125. package/api/resources/payor/client/Client.js +1 -1
  126. package/api/resources/profile/client/Client.d.ts +4 -4
  127. package/api/resources/profile/client/Client.js +4 -4
  128. package/api/resources/profile/client/requests/GetProfileRequest.d.ts +13 -0
  129. package/api/resources/profile/client/requests/GetRawProfileRequest.d.ts +13 -0
  130. package/api/resources/profile/client/requests/index.d.ts +2 -2
  131. package/api/resources/providers/client/Client.d.ts +2 -2
  132. package/api/resources/providers/client/Client.js +2 -2
  133. package/api/resources/providers/client/requests/GetAllProvidersRequest.d.ts +10 -0
  134. package/api/resources/providers/client/requests/index.d.ts +1 -1
  135. package/api/resources/sleep/client/Client.d.ts +6 -5
  136. package/api/resources/sleep/client/Client.js +7 -6
  137. package/api/resources/sleep/client/requests/GetRawSleepRequest.d.ts +23 -0
  138. package/api/resources/sleep/client/requests/GetSleepRequest.d.ts +23 -0
  139. package/api/resources/sleep/client/requests/GetStreamBySleepIdSleepRequest.d.ts +9 -0
  140. package/api/resources/sleep/client/requests/index.d.ts +3 -2
  141. package/api/resources/sleepCycle/client/Client.d.ts +3 -3
  142. package/api/resources/sleepCycle/client/Client.js +3 -3
  143. package/api/resources/sleepCycle/client/requests/GetSleepCycleRequest.d.ts +17 -0
  144. package/api/resources/sleepCycle/client/requests/index.d.ts +1 -1
  145. package/api/resources/team/client/Client.d.ts +10 -8
  146. package/api/resources/team/client/Client.js +14 -12
  147. package/api/resources/team/client/requests/GetLinkConfigTeamRequest.d.ts +10 -0
  148. package/api/resources/team/client/requests/GetPhysiciansTeamRequest.d.ts +9 -0
  149. package/api/resources/team/client/requests/GetSourcePrioritiesTeamRequest.d.ts +11 -0
  150. package/api/resources/team/client/requests/GetTeamRequest.d.ts +9 -0
  151. package/api/resources/team/client/requests/GetUserByIdTeamRequest.d.ts +10 -0
  152. package/api/resources/team/client/requests/index.d.ts +5 -3
  153. package/api/resources/testkit/client/Client.d.ts +1 -1
  154. package/api/resources/testkit/client/Client.js +3 -3
  155. package/api/resources/testkit/client/requests/RegisterTestkitRequest.d.ts +1 -1
  156. package/api/resources/user/client/Client.d.ts +28 -18
  157. package/api/resources/user/client/Client.js +44 -34
  158. package/api/resources/user/client/requests/CreateInsuranceRequest.d.ts +1 -1
  159. package/api/resources/user/client/requests/DeleteUserRequest.d.ts +9 -0
  160. package/api/resources/user/client/requests/DeregisterProviderUserRequest.d.ts +9 -0
  161. package/api/resources/user/client/requests/GetAllUserRequest.d.ts +11 -0
  162. package/api/resources/user/client/requests/GetByClientUserIdUserRequest.d.ts +9 -0
  163. package/api/resources/user/client/requests/GetConnectedProvidersUserRequest.d.ts +9 -0
  164. package/api/resources/user/client/requests/GetDeviceUserRequest.d.ts +9 -0
  165. package/api/resources/user/client/requests/GetDevicesUserRequest.d.ts +9 -0
  166. package/api/resources/user/client/requests/GetLatestInsuranceUserRequest.d.ts +9 -0
  167. package/api/resources/user/client/requests/GetLatestUserInfoUserRequest.d.ts +9 -0
  168. package/api/resources/user/client/requests/GetUserRequest.d.ts +9 -0
  169. package/api/resources/user/client/requests/GetUserSignInTokenUserRequest.d.ts +9 -0
  170. package/api/resources/user/client/requests/RefreshUserRequest.d.ts +10 -0
  171. package/api/resources/user/client/requests/UndoDeleteUserRequest.d.ts +17 -0
  172. package/api/resources/user/client/requests/UserInfoCreateRequest.d.ts +1 -1
  173. package/api/resources/user/client/requests/index.d.ts +13 -3
  174. package/api/resources/vitals/client/Client.d.ts +156 -156
  175. package/api/resources/vitals/client/Client.js +156 -156
  176. package/api/resources/vitals/client/requests/AfibBurdenGroupedVitalsRequest.d.ts +31 -0
  177. package/api/resources/vitals/client/requests/BasalBodyTemperatureGroupedVitalsRequest.d.ts +31 -0
  178. package/api/resources/vitals/client/requests/BloodOxygenGroupedVitalsRequest.d.ts +31 -0
  179. package/api/resources/vitals/client/requests/BloodOxygenVitalsRequest.d.ts +23 -0
  180. package/api/resources/vitals/client/requests/BloodPressureGroupedVitalsRequest.d.ts +31 -0
  181. package/api/resources/vitals/client/requests/BloodPressureVitalsRequest.d.ts +23 -0
  182. package/api/resources/vitals/client/requests/BodyFatGroupedVitalsRequest.d.ts +31 -0
  183. package/api/resources/vitals/client/requests/BodyFatVitalsRequest.d.ts +23 -0
  184. package/api/resources/vitals/client/requests/BodyMassIndexGroupedVitalsRequest.d.ts +31 -0
  185. package/api/resources/vitals/client/requests/BodyTemperatureDeltaGroupedVitalsRequest.d.ts +31 -0
  186. package/api/resources/vitals/client/requests/BodyTemperatureGroupedVitalsRequest.d.ts +31 -0
  187. package/api/resources/vitals/client/requests/BodyWeightGroupedVitalsRequest.d.ts +31 -0
  188. package/api/resources/vitals/client/requests/BodyWeightVitalsRequest.d.ts +23 -0
  189. package/api/resources/vitals/client/requests/CaffeineGroupedVitalsRequest.d.ts +31 -0
  190. package/api/resources/vitals/client/requests/CaffeineVitalsRequest.d.ts +23 -0
  191. package/api/resources/vitals/client/requests/CaloriesActiveGroupedVitalsRequest.d.ts +31 -0
  192. package/api/resources/vitals/client/requests/CaloriesActiveVitalsRequest.d.ts +23 -0
  193. package/api/resources/vitals/client/requests/CaloriesBasalGroupedVitalsRequest.d.ts +31 -0
  194. package/api/resources/vitals/client/requests/CaloriesBasalVitalsRequest.d.ts +23 -0
  195. package/api/resources/vitals/client/requests/CarbohydratesGroupedVitalsRequest.d.ts +31 -0
  196. package/api/resources/vitals/client/requests/CholesterolGroupedVitalsRequest.d.ts +31 -0
  197. package/api/resources/vitals/client/requests/CholesterolHdlVitalsRequest.d.ts +23 -0
  198. package/api/resources/vitals/client/requests/CholesterolLdlVitalsRequest.d.ts +23 -0
  199. package/api/resources/vitals/client/requests/CholesterolTotalVitalsRequest.d.ts +23 -0
  200. package/api/resources/vitals/client/requests/CholesterolTriglyceridesVitalsRequest.d.ts +23 -0
  201. package/api/resources/vitals/client/requests/CholesterolVitalsRequest.d.ts +23 -0
  202. package/api/resources/vitals/client/requests/DaylightExposureGroupedVitalsRequest.d.ts +31 -0
  203. package/api/resources/vitals/client/requests/DistanceGroupedVitalsRequest.d.ts +31 -0
  204. package/api/resources/vitals/client/requests/DistanceVitalsRequest.d.ts +23 -0
  205. package/api/resources/vitals/client/requests/ElectrocardiogramVoltageGroupedVitalsRequest.d.ts +31 -0
  206. package/api/resources/vitals/client/requests/ElectrocardiogramVoltageVitalsRequest.d.ts +23 -0
  207. package/api/resources/vitals/client/requests/FallGroupedVitalsRequest.d.ts +31 -0
  208. package/api/resources/vitals/client/requests/FloorsClimbedGroupedVitalsRequest.d.ts +31 -0
  209. package/api/resources/vitals/client/requests/FloorsClimbedVitalsRequest.d.ts +23 -0
  210. package/api/resources/vitals/client/requests/ForcedExpiratoryVolume1GroupedVitalsRequest.d.ts +31 -0
  211. package/api/resources/vitals/client/requests/ForcedVitalCapacityGroupedVitalsRequest.d.ts +31 -0
  212. package/api/resources/vitals/client/requests/GlucoseGroupedVitalsRequest.d.ts +31 -0
  213. package/api/resources/vitals/client/requests/GlucoseVitalsRequest.d.ts +23 -0
  214. package/api/resources/vitals/client/requests/HandwashingGroupedVitalsRequest.d.ts +31 -0
  215. package/api/resources/vitals/client/requests/HeartRateAlertGroupedVitalsRequest.d.ts +31 -0
  216. package/api/resources/vitals/client/requests/HeartRateRecoveryOneMinuteGroupedVitalsRequest.d.ts +31 -0
  217. package/api/resources/vitals/client/requests/HeartrateGroupedVitalsRequest.d.ts +31 -0
  218. package/api/resources/vitals/client/requests/HeartrateVitalsRequest.d.ts +23 -0
  219. package/api/resources/vitals/client/requests/HrvGroupedVitalsRequest.d.ts +31 -0
  220. package/api/resources/vitals/client/requests/HrvVitalsRequest.d.ts +23 -0
  221. package/api/resources/vitals/client/requests/HypnogramGroupedVitalsRequest.d.ts +31 -0
  222. package/api/resources/vitals/client/requests/HypnogramVitalsRequest.d.ts +23 -0
  223. package/api/resources/vitals/client/requests/IgeGroupedVitalsRequest.d.ts +31 -0
  224. package/api/resources/vitals/client/requests/IgeVitalsRequest.d.ts +23 -0
  225. package/api/resources/vitals/client/requests/IggGroupedVitalsRequest.d.ts +31 -0
  226. package/api/resources/vitals/client/requests/IggVitalsRequest.d.ts +23 -0
  227. package/api/resources/vitals/client/requests/InhalerUsageGroupedVitalsRequest.d.ts +31 -0
  228. package/api/resources/vitals/client/requests/InsulinInjectionGroupedVitalsRequest.d.ts +31 -0
  229. package/api/resources/vitals/client/requests/LeanBodyMassGroupedVitalsRequest.d.ts +31 -0
  230. package/api/resources/vitals/client/requests/MindfulnessMinutesGroupedVitalsRequest.d.ts +31 -0
  231. package/api/resources/vitals/client/requests/MindfulnessMinutesVitalsRequest.d.ts +23 -0
  232. package/api/resources/vitals/client/requests/NoteGroupedVitalsRequest.d.ts +31 -0
  233. package/api/resources/vitals/client/requests/PeakExpiratoryFlowRateGroupedVitalsRequest.d.ts +31 -0
  234. package/api/resources/vitals/client/requests/RespiratoryRateGroupedVitalsRequest.d.ts +31 -0
  235. package/api/resources/vitals/client/requests/RespiratoryRateVitalsRequest.d.ts +23 -0
  236. package/api/resources/vitals/client/requests/SleepApneaAlertGroupedVitalsRequest.d.ts +31 -0
  237. package/api/resources/vitals/client/requests/SleepBreathingDisturbanceGroupedVitalsRequest.d.ts +31 -0
  238. package/api/resources/vitals/client/requests/StandDurationGroupedVitalsRequest.d.ts +31 -0
  239. package/api/resources/vitals/client/requests/StandHourGroupedVitalsRequest.d.ts +31 -0
  240. package/api/resources/vitals/client/requests/StepsGroupedVitalsRequest.d.ts +31 -0
  241. package/api/resources/vitals/client/requests/StepsVitalsRequest.d.ts +23 -0
  242. package/api/resources/vitals/client/requests/StressLevelGroupedVitalsRequest.d.ts +31 -0
  243. package/api/resources/vitals/client/requests/StressLevelVitalsRequest.d.ts +23 -0
  244. package/api/resources/vitals/client/requests/UvExposureGroupedVitalsRequest.d.ts +31 -0
  245. package/api/resources/vitals/client/requests/Vo2MaxGroupedVitalsRequest.d.ts +31 -0
  246. package/api/resources/vitals/client/requests/Vo2MaxVitalsRequest.d.ts +23 -0
  247. package/api/resources/vitals/client/requests/WaistCircumferenceGroupedVitalsRequest.d.ts +31 -0
  248. package/api/resources/vitals/client/requests/WaterGroupedVitalsRequest.d.ts +31 -0
  249. package/api/resources/vitals/client/requests/WaterVitalsRequest.d.ts +23 -0
  250. package/api/resources/vitals/client/requests/WheelchairPushGroupedVitalsRequest.d.ts +31 -0
  251. package/api/resources/vitals/client/requests/WorkoutDistanceGroupedVitalsRequest.d.ts +31 -0
  252. package/api/resources/vitals/client/requests/WorkoutDurationGroupedVitalsRequest.d.ts +31 -0
  253. package/api/resources/vitals/client/requests/WorkoutSwimmingStrokeGroupedVitalsRequest.d.ts +31 -0
  254. package/api/resources/vitals/client/requests/index.d.ts +78 -78
  255. package/api/resources/workouts/client/Client.d.ts +6 -5
  256. package/api/resources/workouts/client/Client.js +7 -6
  257. package/api/resources/workouts/client/requests/GetByWorkoutIdWorkoutsRequest.d.ts +9 -0
  258. package/api/resources/workouts/client/requests/GetRawWorkoutsRequest.d.ts +23 -0
  259. package/api/resources/workouts/client/requests/GetWorkoutsRequest.d.ts +23 -0
  260. package/api/resources/workouts/client/requests/index.d.ts +3 -2
  261. package/api/types/BiomarkerResult.d.ts +0 -2
  262. package/dist/api/resources/activity/client/Client.d.ts +4 -4
  263. package/dist/api/resources/activity/client/Client.js +4 -4
  264. package/dist/api/resources/activity/client/requests/GetActivityRequest.d.ts +23 -0
  265. package/dist/api/resources/activity/client/requests/GetRawActivityRequest.d.ts +23 -0
  266. package/dist/api/resources/activity/client/requests/index.d.ts +2 -2
  267. package/dist/api/resources/aggregate/client/Client.d.ts +5 -4
  268. package/dist/api/resources/aggregate/client/Client.js +7 -6
  269. package/dist/api/resources/aggregate/client/requests/GetResultTableForContinuousQueryAggregateRequest.d.ts +9 -0
  270. package/dist/api/resources/aggregate/client/requests/GetTaskHistoryForContinuousQueryAggregateRequest.d.ts +11 -0
  271. package/dist/api/resources/aggregate/client/requests/QueryBatch.d.ts +1 -1
  272. package/dist/api/resources/aggregate/client/requests/index.d.ts +2 -1
  273. package/dist/api/resources/body/client/Client.d.ts +4 -4
  274. package/dist/api/resources/body/client/Client.js +4 -4
  275. package/dist/api/resources/body/client/requests/GetBodyRequest.d.ts +23 -0
  276. package/dist/api/resources/body/client/requests/GetRawBodyRequest.d.ts +23 -0
  277. package/dist/api/resources/body/client/requests/index.d.ts +2 -2
  278. package/dist/api/resources/devices/client/Client.d.ts +2 -2
  279. package/dist/api/resources/devices/client/Client.js +2 -2
  280. package/dist/api/resources/devices/client/requests/GetRawDevicesRequest.d.ts +13 -0
  281. package/dist/api/resources/devices/client/requests/index.d.ts +1 -1
  282. package/dist/api/resources/electrocardiogram/client/Client.d.ts +3 -3
  283. package/dist/api/resources/electrocardiogram/client/Client.js +3 -3
  284. package/dist/api/resources/electrocardiogram/client/requests/GetElectrocardiogramRequest.d.ts +17 -0
  285. package/dist/api/resources/electrocardiogram/client/requests/index.d.ts +1 -1
  286. package/dist/api/resources/index.d.ts +2 -1
  287. package/dist/api/resources/index.js +3 -2
  288. package/dist/api/resources/insurance/client/Client.d.ts +4 -4
  289. package/dist/api/resources/insurance/client/Client.js +5 -5
  290. package/dist/api/resources/insurance/client/requests/SearchDiagnosisInsuranceRequest.d.ts +12 -0
  291. package/dist/api/resources/insurance/client/requests/SearchGetPayorInfoInsuranceRequest.d.ts +13 -0
  292. package/dist/api/resources/insurance/client/requests/index.d.ts +2 -2
  293. package/dist/api/resources/introspect/client/Client.d.ts +4 -4
  294. package/dist/api/resources/introspect/client/Client.js +5 -5
  295. package/dist/api/resources/introspect/client/requests/GetUserHistoricalPullsIntrospectRequest.d.ts +21 -0
  296. package/dist/api/resources/introspect/client/requests/GetUserResourcesIntrospectRequest.d.ts +21 -0
  297. package/dist/api/resources/introspect/client/requests/index.d.ts +2 -2
  298. package/dist/api/resources/introspect/index.d.ts +1 -0
  299. package/dist/api/resources/introspect/index.js +1 -0
  300. package/dist/api/resources/introspect/types/GetUserHistoricalPullsIntrospectRequestProvider.d.ts +5 -0
  301. package/dist/api/resources/introspect/types/index.d.ts +1 -0
  302. package/dist/api/resources/introspect/types/index.js +17 -0
  303. package/dist/api/resources/labTests/client/Client.d.ts +73 -58
  304. package/dist/api/resources/labTests/client/Client.js +110 -160
  305. package/dist/api/resources/labTests/client/requests/BookPhlebotomyAppointmentLabTestsRequest.d.ts +15 -0
  306. package/dist/api/resources/labTests/client/requests/BookPscAppointmentLabTestsRequest.d.ts +15 -0
  307. package/dist/api/resources/labTests/client/requests/CancelOrderLabTestsRequest.d.ts +9 -0
  308. package/dist/api/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -1
  309. package/dist/api/resources/labTests/client/requests/GetAreaInfoLabTestsRequest.d.ts +32 -0
  310. package/dist/api/resources/labTests/client/requests/GetByIdLabTestsRequest.d.ts +13 -0
  311. package/dist/api/resources/labTests/client/requests/GetLabTestCollectionInstructionPdfLabTestsRequest.d.ts +9 -0
  312. package/dist/api/resources/labTests/client/requests/GetLabTestsRequest.d.ts +40 -0
  313. package/dist/api/resources/labTests/client/requests/GetLabelsPdfLabTestsRequest.d.ts +19 -0
  314. package/dist/api/resources/labTests/client/requests/GetMarkersByLabAndProviderIdLabTestsRequest.d.ts +13 -0
  315. package/dist/api/resources/labTests/client/requests/GetMarkersForLabTestLabTestsRequest.d.ts +15 -0
  316. package/dist/api/resources/labTests/client/requests/GetMarkersForOrderSetLabTestsRequest.d.ts +15 -0
  317. package/dist/api/resources/labTests/client/requests/GetMarkersLabTestsRequest.d.ts +24 -0
  318. package/dist/api/resources/labTests/client/requests/GetOrderAbnPdfLabTestsRequest.d.ts +9 -0
  319. package/dist/api/resources/labTests/client/requests/GetOrderCollectionInstructionPdfLabTestsRequest.d.ts +9 -0
  320. package/dist/api/resources/labTests/client/requests/GetOrderLabTestsRequest.d.ts +9 -0
  321. package/dist/api/resources/labTests/client/requests/GetOrderPscInfoLabTestsRequest.d.ts +18 -0
  322. package/dist/api/resources/labTests/client/requests/GetOrderRequistionPdfLabTestsRequest.d.ts +9 -0
  323. package/dist/api/resources/labTests/client/requests/GetOrdersLabTestsRequest.d.ts +76 -0
  324. package/dist/api/resources/labTests/client/requests/GetPaginatedLabTestsRequest.d.ts +42 -0
  325. package/dist/api/resources/labTests/client/requests/GetPhlebotomyAppointmentAvailabilityLabTestsRequest.d.ts +25 -0
  326. package/dist/api/resources/labTests/client/requests/GetPhlebotomyAppointmentLabTestsRequest.d.ts +9 -0
  327. package/dist/api/resources/labTests/client/requests/GetPscAppointmentAvailabilityLabTestsRequest.d.ts +32 -0
  328. package/dist/api/resources/labTests/client/requests/GetPscAppointmentLabTestsRequest.d.ts +9 -0
  329. package/dist/api/resources/labTests/client/requests/GetPscInfoLabTestsRequest.d.ts +33 -0
  330. package/dist/api/resources/labTests/client/requests/GetResultMetadataLabTestsRequest.d.ts +9 -0
  331. package/dist/api/resources/labTests/client/requests/GetResultPdfLabTestsRequest.d.ts +9 -0
  332. package/dist/api/resources/labTests/client/requests/GetResultRawLabTestsRequest.d.ts +9 -0
  333. package/dist/api/resources/labTests/client/requests/ImportOrderBody.d.ts +1 -1
  334. package/dist/api/resources/labTests/client/requests/ReschedulePhlebotomyAppointmentLabTestsRequest.d.ts +15 -0
  335. package/dist/api/resources/labTests/client/requests/ReschedulePscAppointmentLabTestsRequest.d.ts +15 -0
  336. package/dist/api/resources/labTests/client/requests/SimulateOrderProcessLabTestsRequest.d.ts +15 -0
  337. package/dist/api/resources/labTests/client/requests/UpdateOnSiteCollectionOrderDrawCompletedLabTestsRequest.d.ts +9 -0
  338. package/dist/api/resources/labTests/client/requests/index.d.ts +31 -15
  339. package/dist/api/resources/labTests/types/GetLabTestsRequestOrderDirection.d.ts +8 -0
  340. package/dist/api/resources/labTests/types/GetLabTestsRequestOrderDirection.js +10 -0
  341. package/dist/api/resources/labTests/types/GetLabTestsRequestOrderKey.d.ts +9 -0
  342. package/dist/api/resources/labTests/types/GetLabTestsRequestOrderKey.js +11 -0
  343. package/dist/api/resources/labTests/types/GetOrdersLabTestsRequestOrderDirection.d.ts +8 -0
  344. package/dist/api/resources/labTests/types/GetOrdersLabTestsRequestOrderDirection.js +10 -0
  345. package/dist/api/resources/labTests/types/GetOrdersLabTestsRequestOrderKey.d.ts +9 -0
  346. package/dist/api/resources/labTests/types/GetOrdersLabTestsRequestOrderKey.js +11 -0
  347. package/dist/api/resources/labTests/types/GetPaginatedLabTestsRequestOrderDirection.d.ts +8 -0
  348. package/dist/api/resources/labTests/types/GetPaginatedLabTestsRequestOrderDirection.js +10 -0
  349. package/dist/api/resources/labTests/types/GetPaginatedLabTestsRequestOrderKey.d.ts +9 -0
  350. package/dist/api/resources/labTests/types/GetPaginatedLabTestsRequestOrderKey.js +11 -0
  351. package/dist/api/resources/labTests/types/index.d.ts +6 -6
  352. package/dist/api/resources/labTests/types/index.js +6 -6
  353. package/dist/api/resources/link/client/Client.d.ts +10 -10
  354. package/dist/api/resources/link/client/Client.js +24 -24
  355. package/dist/api/resources/link/client/requests/BulkExportConnectionsBody.d.ts +1 -1
  356. package/dist/api/resources/link/client/requests/BulkImportConnectionsBody.d.ts +1 -1
  357. package/dist/api/resources/link/client/requests/BulkPauseConnectionsBody.d.ts +1 -1
  358. package/dist/api/resources/link/client/requests/BulkTriggerHistoricalPullBody.d.ts +1 -1
  359. package/dist/api/resources/link/client/requests/CodeCreateLinkRequest.d.ts +16 -0
  360. package/dist/api/resources/link/client/requests/GenerateOauthLinkLinkRequest.d.ts +10 -0
  361. package/dist/api/resources/link/client/requests/GetAllProvidersLinkRequest.d.ts +10 -0
  362. package/dist/api/resources/link/client/requests/ListBulkOpsLinkRequest.d.ts +13 -0
  363. package/dist/api/resources/link/client/requests/TokenStateLinkRequest.d.ts +10 -0
  364. package/dist/api/resources/link/client/requests/index.d.ts +5 -5
  365. package/dist/api/resources/link/types/BulkExportLinkRequestTeamId.d.ts +7 -0
  366. package/dist/api/resources/link/types/BulkExportLinkRequestTeamId.js +9 -0
  367. package/dist/api/resources/link/types/BulkImportLinkRequestTeamId.d.ts +7 -0
  368. package/dist/api/resources/link/types/BulkImportLinkRequestTeamId.js +9 -0
  369. package/dist/api/resources/link/types/BulkPauseLinkRequestTeamId.d.ts +7 -0
  370. package/dist/api/resources/link/types/BulkPauseLinkRequestTeamId.js +9 -0
  371. package/dist/api/resources/link/types/BulkTriggerHistoricalPullLinkRequestTeamId.d.ts +7 -0
  372. package/dist/api/resources/link/types/BulkTriggerHistoricalPullLinkRequestTeamId.js +9 -0
  373. package/dist/api/resources/link/types/ListBulkOpsLinkRequestTeamId.d.ts +7 -0
  374. package/dist/api/resources/link/types/ListBulkOpsLinkRequestTeamId.js +9 -0
  375. package/dist/api/resources/link/types/index.d.ts +5 -5
  376. package/dist/api/resources/link/types/index.js +5 -5
  377. package/dist/api/resources/meal/client/Client.d.ts +2 -2
  378. package/dist/api/resources/meal/client/Client.js +2 -2
  379. package/dist/api/resources/meal/client/requests/GetMealRequest.d.ts +23 -0
  380. package/dist/api/resources/meal/client/requests/index.d.ts +1 -1
  381. package/dist/api/resources/menstrualCycle/client/Client.d.ts +3 -3
  382. package/dist/api/resources/menstrualCycle/client/Client.js +3 -3
  383. package/dist/api/resources/menstrualCycle/client/requests/GetMenstrualCycleRequest.d.ts +17 -0
  384. package/dist/api/resources/menstrualCycle/client/requests/index.d.ts +1 -1
  385. package/dist/api/resources/order/client/Client.js +1 -1
  386. package/dist/api/resources/payor/client/Client.js +1 -1
  387. package/dist/api/resources/profile/client/Client.d.ts +4 -4
  388. package/dist/api/resources/profile/client/Client.js +4 -4
  389. package/dist/api/resources/profile/client/requests/GetProfileRequest.d.ts +13 -0
  390. package/dist/api/resources/profile/client/requests/GetRawProfileRequest.d.ts +13 -0
  391. package/dist/api/resources/profile/client/requests/index.d.ts +2 -2
  392. package/dist/api/resources/providers/client/Client.d.ts +2 -2
  393. package/dist/api/resources/providers/client/Client.js +2 -2
  394. package/dist/api/resources/providers/client/requests/GetAllProvidersRequest.d.ts +10 -0
  395. package/dist/api/resources/providers/client/requests/index.d.ts +1 -1
  396. package/dist/api/resources/sleep/client/Client.d.ts +6 -5
  397. package/dist/api/resources/sleep/client/Client.js +7 -6
  398. package/dist/api/resources/sleep/client/requests/GetRawSleepRequest.d.ts +23 -0
  399. package/dist/api/resources/sleep/client/requests/GetSleepRequest.d.ts +23 -0
  400. package/dist/api/resources/sleep/client/requests/GetStreamBySleepIdSleepRequest.d.ts +9 -0
  401. package/dist/api/resources/sleep/client/requests/index.d.ts +3 -2
  402. package/dist/api/resources/sleepCycle/client/Client.d.ts +3 -3
  403. package/dist/api/resources/sleepCycle/client/Client.js +3 -3
  404. package/dist/api/resources/sleepCycle/client/requests/GetSleepCycleRequest.d.ts +17 -0
  405. package/dist/api/resources/sleepCycle/client/requests/index.d.ts +1 -1
  406. package/dist/api/resources/team/client/Client.d.ts +10 -8
  407. package/dist/api/resources/team/client/Client.js +14 -12
  408. package/dist/api/resources/team/client/requests/GetLinkConfigTeamRequest.d.ts +10 -0
  409. package/dist/api/resources/team/client/requests/GetPhysiciansTeamRequest.d.ts +9 -0
  410. package/dist/api/resources/team/client/requests/GetSourcePrioritiesTeamRequest.d.ts +11 -0
  411. package/dist/api/resources/team/client/requests/GetTeamRequest.d.ts +9 -0
  412. package/dist/api/resources/team/client/requests/GetUserByIdTeamRequest.d.ts +10 -0
  413. package/dist/api/resources/team/client/requests/index.d.ts +5 -3
  414. package/dist/api/resources/testkit/client/Client.d.ts +1 -1
  415. package/dist/api/resources/testkit/client/Client.js +3 -3
  416. package/dist/api/resources/testkit/client/requests/RegisterTestkitRequest.d.ts +1 -1
  417. package/dist/api/resources/user/client/Client.d.ts +28 -18
  418. package/dist/api/resources/user/client/Client.js +44 -34
  419. package/dist/api/resources/user/client/requests/CreateInsuranceRequest.d.ts +1 -1
  420. package/dist/api/resources/user/client/requests/DeleteUserRequest.d.ts +9 -0
  421. package/dist/api/resources/user/client/requests/DeregisterProviderUserRequest.d.ts +9 -0
  422. package/dist/api/resources/user/client/requests/GetAllUserRequest.d.ts +11 -0
  423. package/dist/api/resources/user/client/requests/GetByClientUserIdUserRequest.d.ts +9 -0
  424. package/dist/api/resources/user/client/requests/GetConnectedProvidersUserRequest.d.ts +9 -0
  425. package/dist/api/resources/user/client/requests/GetDeviceUserRequest.d.ts +9 -0
  426. package/dist/api/resources/user/client/requests/GetDevicesUserRequest.d.ts +9 -0
  427. package/dist/api/resources/user/client/requests/GetLatestInsuranceUserRequest.d.ts +9 -0
  428. package/dist/api/resources/user/client/requests/GetLatestUserInfoUserRequest.d.ts +9 -0
  429. package/dist/api/resources/user/client/requests/GetUserRequest.d.ts +9 -0
  430. package/dist/api/resources/user/client/requests/GetUserSignInTokenUserRequest.d.ts +9 -0
  431. package/dist/api/resources/user/client/requests/RefreshUserRequest.d.ts +10 -0
  432. package/dist/api/resources/user/client/requests/UndoDeleteUserRequest.d.ts +17 -0
  433. package/dist/api/resources/user/client/requests/UserInfoCreateRequest.d.ts +1 -1
  434. package/dist/api/resources/user/client/requests/index.d.ts +13 -3
  435. package/dist/api/resources/vitals/client/Client.d.ts +156 -156
  436. package/dist/api/resources/vitals/client/Client.js +156 -156
  437. package/dist/api/resources/vitals/client/requests/AfibBurdenGroupedVitalsRequest.d.ts +31 -0
  438. package/dist/api/resources/vitals/client/requests/BasalBodyTemperatureGroupedVitalsRequest.d.ts +31 -0
  439. package/dist/api/resources/vitals/client/requests/BloodOxygenGroupedVitalsRequest.d.ts +31 -0
  440. package/dist/api/resources/vitals/client/requests/BloodOxygenVitalsRequest.d.ts +23 -0
  441. package/dist/api/resources/vitals/client/requests/BloodPressureGroupedVitalsRequest.d.ts +31 -0
  442. package/dist/api/resources/vitals/client/requests/BloodPressureVitalsRequest.d.ts +23 -0
  443. package/dist/api/resources/vitals/client/requests/BodyFatGroupedVitalsRequest.d.ts +31 -0
  444. package/dist/api/resources/vitals/client/requests/BodyFatVitalsRequest.d.ts +23 -0
  445. package/dist/api/resources/vitals/client/requests/BodyMassIndexGroupedVitalsRequest.d.ts +31 -0
  446. package/dist/api/resources/vitals/client/requests/BodyTemperatureDeltaGroupedVitalsRequest.d.ts +31 -0
  447. package/dist/api/resources/vitals/client/requests/BodyTemperatureGroupedVitalsRequest.d.ts +31 -0
  448. package/dist/api/resources/vitals/client/requests/BodyWeightGroupedVitalsRequest.d.ts +31 -0
  449. package/dist/api/resources/vitals/client/requests/BodyWeightVitalsRequest.d.ts +23 -0
  450. package/dist/api/resources/vitals/client/requests/CaffeineGroupedVitalsRequest.d.ts +31 -0
  451. package/dist/api/resources/vitals/client/requests/CaffeineVitalsRequest.d.ts +23 -0
  452. package/dist/api/resources/vitals/client/requests/CaloriesActiveGroupedVitalsRequest.d.ts +31 -0
  453. package/dist/api/resources/vitals/client/requests/CaloriesActiveVitalsRequest.d.ts +23 -0
  454. package/dist/api/resources/vitals/client/requests/CaloriesBasalGroupedVitalsRequest.d.ts +31 -0
  455. package/dist/api/resources/vitals/client/requests/CaloriesBasalGroupedVitalsRequest.js +5 -0
  456. package/dist/api/resources/vitals/client/requests/CaloriesBasalVitalsRequest.d.ts +23 -0
  457. package/dist/api/resources/vitals/client/requests/CaloriesBasalVitalsRequest.js +5 -0
  458. package/dist/api/resources/vitals/client/requests/CarbohydratesGroupedVitalsRequest.d.ts +31 -0
  459. package/dist/api/resources/vitals/client/requests/CarbohydratesGroupedVitalsRequest.js +5 -0
  460. package/dist/api/resources/vitals/client/requests/CholesterolGroupedVitalsRequest.d.ts +31 -0
  461. package/dist/api/resources/vitals/client/requests/CholesterolGroupedVitalsRequest.js +5 -0
  462. package/dist/api/resources/vitals/client/requests/CholesterolHdlVitalsRequest.d.ts +23 -0
  463. package/dist/api/resources/vitals/client/requests/CholesterolHdlVitalsRequest.js +5 -0
  464. package/dist/api/resources/vitals/client/requests/CholesterolLdlVitalsRequest.d.ts +23 -0
  465. package/dist/api/resources/vitals/client/requests/CholesterolLdlVitalsRequest.js +5 -0
  466. package/dist/api/resources/vitals/client/requests/CholesterolTotalVitalsRequest.d.ts +23 -0
  467. package/dist/api/resources/vitals/client/requests/CholesterolTotalVitalsRequest.js +5 -0
  468. package/dist/api/resources/vitals/client/requests/CholesterolTriglyceridesVitalsRequest.d.ts +23 -0
  469. package/dist/api/resources/vitals/client/requests/CholesterolTriglyceridesVitalsRequest.js +5 -0
  470. package/dist/api/resources/vitals/client/requests/CholesterolVitalsRequest.d.ts +23 -0
  471. package/dist/api/resources/vitals/client/requests/CholesterolVitalsRequest.js +5 -0
  472. package/dist/api/resources/vitals/client/requests/DaylightExposureGroupedVitalsRequest.d.ts +31 -0
  473. package/dist/api/resources/vitals/client/requests/DaylightExposureGroupedVitalsRequest.js +5 -0
  474. package/dist/api/resources/vitals/client/requests/DistanceGroupedVitalsRequest.d.ts +31 -0
  475. package/dist/api/resources/vitals/client/requests/DistanceGroupedVitalsRequest.js +5 -0
  476. package/dist/api/resources/vitals/client/requests/DistanceVitalsRequest.d.ts +23 -0
  477. package/dist/api/resources/vitals/client/requests/DistanceVitalsRequest.js +5 -0
  478. package/dist/api/resources/vitals/client/requests/ElectrocardiogramVoltageGroupedVitalsRequest.d.ts +31 -0
  479. package/dist/api/resources/vitals/client/requests/ElectrocardiogramVoltageGroupedVitalsRequest.js +5 -0
  480. package/dist/api/resources/vitals/client/requests/ElectrocardiogramVoltageVitalsRequest.d.ts +23 -0
  481. package/dist/api/resources/vitals/client/requests/ElectrocardiogramVoltageVitalsRequest.js +5 -0
  482. package/dist/api/resources/vitals/client/requests/FallGroupedVitalsRequest.d.ts +31 -0
  483. package/dist/api/resources/vitals/client/requests/FallGroupedVitalsRequest.js +5 -0
  484. package/dist/api/resources/vitals/client/requests/FloorsClimbedGroupedVitalsRequest.d.ts +31 -0
  485. package/dist/api/resources/vitals/client/requests/FloorsClimbedGroupedVitalsRequest.js +5 -0
  486. package/dist/api/resources/vitals/client/requests/FloorsClimbedVitalsRequest.d.ts +23 -0
  487. package/dist/api/resources/vitals/client/requests/FloorsClimbedVitalsRequest.js +5 -0
  488. package/dist/api/resources/vitals/client/requests/ForcedExpiratoryVolume1GroupedVitalsRequest.d.ts +31 -0
  489. package/dist/api/resources/vitals/client/requests/ForcedExpiratoryVolume1GroupedVitalsRequest.js +5 -0
  490. package/dist/api/resources/vitals/client/requests/ForcedVitalCapacityGroupedVitalsRequest.d.ts +31 -0
  491. package/dist/api/resources/vitals/client/requests/ForcedVitalCapacityGroupedVitalsRequest.js +5 -0
  492. package/dist/api/resources/vitals/client/requests/GlucoseGroupedVitalsRequest.d.ts +31 -0
  493. package/dist/api/resources/vitals/client/requests/GlucoseGroupedVitalsRequest.js +5 -0
  494. package/dist/api/resources/vitals/client/requests/GlucoseVitalsRequest.d.ts +23 -0
  495. package/dist/api/resources/vitals/client/requests/GlucoseVitalsRequest.js +5 -0
  496. package/dist/api/resources/vitals/client/requests/HandwashingGroupedVitalsRequest.d.ts +31 -0
  497. package/dist/api/resources/vitals/client/requests/HandwashingGroupedVitalsRequest.js +5 -0
  498. package/dist/api/resources/vitals/client/requests/HeartRateAlertGroupedVitalsRequest.d.ts +31 -0
  499. package/dist/api/resources/vitals/client/requests/HeartRateAlertGroupedVitalsRequest.js +5 -0
  500. package/dist/api/resources/vitals/client/requests/HeartRateRecoveryOneMinuteGroupedVitalsRequest.d.ts +31 -0
  501. package/dist/api/resources/vitals/client/requests/HeartRateRecoveryOneMinuteGroupedVitalsRequest.js +5 -0
  502. package/dist/api/resources/vitals/client/requests/HeartrateGroupedVitalsRequest.d.ts +31 -0
  503. package/dist/api/resources/vitals/client/requests/HeartrateGroupedVitalsRequest.js +5 -0
  504. package/dist/api/resources/vitals/client/requests/HeartrateVitalsRequest.d.ts +23 -0
  505. package/dist/api/resources/vitals/client/requests/HeartrateVitalsRequest.js +5 -0
  506. package/dist/api/resources/vitals/client/requests/HrvGroupedVitalsRequest.d.ts +31 -0
  507. package/dist/api/resources/vitals/client/requests/HrvGroupedVitalsRequest.js +5 -0
  508. package/dist/api/resources/vitals/client/requests/HrvVitalsRequest.d.ts +23 -0
  509. package/dist/api/resources/vitals/client/requests/HrvVitalsRequest.js +5 -0
  510. package/dist/api/resources/vitals/client/requests/HypnogramGroupedVitalsRequest.d.ts +31 -0
  511. package/dist/api/resources/vitals/client/requests/HypnogramGroupedVitalsRequest.js +5 -0
  512. package/dist/api/resources/vitals/client/requests/HypnogramVitalsRequest.d.ts +23 -0
  513. package/dist/api/resources/vitals/client/requests/HypnogramVitalsRequest.js +5 -0
  514. package/dist/api/resources/vitals/client/requests/IgeGroupedVitalsRequest.d.ts +31 -0
  515. package/dist/api/resources/vitals/client/requests/IgeGroupedVitalsRequest.js +5 -0
  516. package/dist/api/resources/vitals/client/requests/IgeVitalsRequest.d.ts +23 -0
  517. package/dist/api/resources/vitals/client/requests/IgeVitalsRequest.js +5 -0
  518. package/dist/api/resources/vitals/client/requests/IggGroupedVitalsRequest.d.ts +31 -0
  519. package/dist/api/resources/vitals/client/requests/IggGroupedVitalsRequest.js +5 -0
  520. package/dist/api/resources/vitals/client/requests/IggVitalsRequest.d.ts +23 -0
  521. package/dist/api/resources/vitals/client/requests/IggVitalsRequest.js +5 -0
  522. package/dist/api/resources/vitals/client/requests/InhalerUsageGroupedVitalsRequest.d.ts +31 -0
  523. package/dist/api/resources/vitals/client/requests/InhalerUsageGroupedVitalsRequest.js +5 -0
  524. package/dist/api/resources/vitals/client/requests/InsulinInjectionGroupedVitalsRequest.d.ts +31 -0
  525. package/dist/api/resources/vitals/client/requests/InsulinInjectionGroupedVitalsRequest.js +5 -0
  526. package/dist/api/resources/vitals/client/requests/LeanBodyMassGroupedVitalsRequest.d.ts +31 -0
  527. package/dist/api/resources/vitals/client/requests/LeanBodyMassGroupedVitalsRequest.js +5 -0
  528. package/dist/api/resources/vitals/client/requests/MindfulnessMinutesGroupedVitalsRequest.d.ts +31 -0
  529. package/dist/api/resources/vitals/client/requests/MindfulnessMinutesGroupedVitalsRequest.js +5 -0
  530. package/dist/api/resources/vitals/client/requests/MindfulnessMinutesVitalsRequest.d.ts +23 -0
  531. package/dist/api/resources/vitals/client/requests/MindfulnessMinutesVitalsRequest.js +5 -0
  532. package/dist/api/resources/vitals/client/requests/NoteGroupedVitalsRequest.d.ts +31 -0
  533. package/dist/api/resources/vitals/client/requests/NoteGroupedVitalsRequest.js +5 -0
  534. package/dist/api/resources/vitals/client/requests/PeakExpiratoryFlowRateGroupedVitalsRequest.d.ts +31 -0
  535. package/dist/api/resources/vitals/client/requests/PeakExpiratoryFlowRateGroupedVitalsRequest.js +5 -0
  536. package/dist/api/resources/vitals/client/requests/RespiratoryRateGroupedVitalsRequest.d.ts +31 -0
  537. package/dist/api/resources/vitals/client/requests/RespiratoryRateGroupedVitalsRequest.js +5 -0
  538. package/dist/api/resources/vitals/client/requests/RespiratoryRateVitalsRequest.d.ts +23 -0
  539. package/dist/api/resources/vitals/client/requests/RespiratoryRateVitalsRequest.js +5 -0
  540. package/dist/api/resources/vitals/client/requests/SleepApneaAlertGroupedVitalsRequest.d.ts +31 -0
  541. package/dist/api/resources/vitals/client/requests/SleepApneaAlertGroupedVitalsRequest.js +5 -0
  542. package/dist/api/resources/vitals/client/requests/SleepBreathingDisturbanceGroupedVitalsRequest.d.ts +31 -0
  543. package/dist/api/resources/vitals/client/requests/SleepBreathingDisturbanceGroupedVitalsRequest.js +5 -0
  544. package/dist/api/resources/vitals/client/requests/StandDurationGroupedVitalsRequest.d.ts +31 -0
  545. package/dist/api/resources/vitals/client/requests/StandDurationGroupedVitalsRequest.js +5 -0
  546. package/dist/api/resources/vitals/client/requests/StandHourGroupedVitalsRequest.d.ts +31 -0
  547. package/dist/api/resources/vitals/client/requests/StandHourGroupedVitalsRequest.js +5 -0
  548. package/dist/api/resources/vitals/client/requests/StepsGroupedVitalsRequest.d.ts +31 -0
  549. package/dist/api/resources/vitals/client/requests/StepsGroupedVitalsRequest.js +5 -0
  550. package/dist/api/resources/vitals/client/requests/StepsVitalsRequest.d.ts +23 -0
  551. package/dist/api/resources/vitals/client/requests/StepsVitalsRequest.js +5 -0
  552. package/dist/api/resources/vitals/client/requests/StressLevelGroupedVitalsRequest.d.ts +31 -0
  553. package/dist/api/resources/vitals/client/requests/StressLevelGroupedVitalsRequest.js +5 -0
  554. package/dist/api/resources/vitals/client/requests/StressLevelVitalsRequest.d.ts +23 -0
  555. package/dist/api/resources/vitals/client/requests/StressLevelVitalsRequest.js +5 -0
  556. package/dist/api/resources/vitals/client/requests/UvExposureGroupedVitalsRequest.d.ts +31 -0
  557. package/dist/api/resources/vitals/client/requests/UvExposureGroupedVitalsRequest.js +5 -0
  558. package/dist/api/resources/vitals/client/requests/Vo2MaxGroupedVitalsRequest.d.ts +31 -0
  559. package/dist/api/resources/vitals/client/requests/Vo2MaxGroupedVitalsRequest.js +5 -0
  560. package/dist/api/resources/vitals/client/requests/Vo2MaxVitalsRequest.d.ts +23 -0
  561. package/dist/api/resources/vitals/client/requests/Vo2MaxVitalsRequest.js +5 -0
  562. package/dist/api/resources/vitals/client/requests/WaistCircumferenceGroupedVitalsRequest.d.ts +31 -0
  563. package/dist/api/resources/vitals/client/requests/WaistCircumferenceGroupedVitalsRequest.js +5 -0
  564. package/dist/api/resources/vitals/client/requests/WaterGroupedVitalsRequest.d.ts +31 -0
  565. package/dist/api/resources/vitals/client/requests/WaterGroupedVitalsRequest.js +5 -0
  566. package/dist/api/resources/vitals/client/requests/WaterVitalsRequest.d.ts +23 -0
  567. package/dist/api/resources/vitals/client/requests/WaterVitalsRequest.js +5 -0
  568. package/dist/api/resources/vitals/client/requests/WheelchairPushGroupedVitalsRequest.d.ts +31 -0
  569. package/dist/api/resources/vitals/client/requests/WheelchairPushGroupedVitalsRequest.js +5 -0
  570. package/dist/api/resources/vitals/client/requests/WorkoutDistanceGroupedVitalsRequest.d.ts +31 -0
  571. package/dist/api/resources/vitals/client/requests/WorkoutDistanceGroupedVitalsRequest.js +5 -0
  572. package/dist/api/resources/vitals/client/requests/WorkoutDurationGroupedVitalsRequest.d.ts +31 -0
  573. package/dist/api/resources/vitals/client/requests/WorkoutDurationGroupedVitalsRequest.js +5 -0
  574. package/dist/api/resources/vitals/client/requests/WorkoutSwimmingStrokeGroupedVitalsRequest.d.ts +31 -0
  575. package/dist/api/resources/vitals/client/requests/WorkoutSwimmingStrokeGroupedVitalsRequest.js +5 -0
  576. package/dist/api/resources/vitals/client/requests/index.d.ts +78 -78
  577. package/dist/api/resources/workouts/client/Client.d.ts +6 -5
  578. package/dist/api/resources/workouts/client/Client.js +7 -6
  579. package/dist/api/resources/workouts/client/requests/GetByWorkoutIdWorkoutsRequest.d.ts +9 -0
  580. package/dist/api/resources/workouts/client/requests/GetByWorkoutIdWorkoutsRequest.js +5 -0
  581. package/dist/api/resources/workouts/client/requests/GetRawWorkoutsRequest.d.ts +23 -0
  582. package/dist/api/resources/workouts/client/requests/GetRawWorkoutsRequest.js +5 -0
  583. package/dist/api/resources/workouts/client/requests/GetWorkoutsRequest.d.ts +23 -0
  584. package/dist/api/resources/workouts/client/requests/GetWorkoutsRequest.js +5 -0
  585. package/dist/api/resources/workouts/client/requests/index.d.ts +3 -2
  586. package/dist/api/types/BiomarkerResult.d.ts +0 -2
  587. package/dist/serialization/resources/index.d.ts +2 -0
  588. package/dist/serialization/resources/index.js +3 -1
  589. package/dist/serialization/resources/introspect/index.d.ts +1 -0
  590. package/dist/serialization/resources/introspect/index.js +17 -0
  591. package/dist/serialization/resources/introspect/types/GetUserHistoricalPullsIntrospectRequestProvider.d.ts +12 -0
  592. package/dist/serialization/resources/introspect/types/GetUserHistoricalPullsIntrospectRequestProvider.js +33 -0
  593. package/dist/serialization/resources/introspect/types/index.d.ts +1 -0
  594. package/dist/serialization/resources/introspect/types/index.js +17 -0
  595. package/dist/serialization/resources/labTests/types/GetLabTestsRequestOrderDirection.d.ts +10 -0
  596. package/dist/serialization/resources/labTests/types/GetLabTestsRequestOrderDirection.js +31 -0
  597. package/dist/serialization/resources/labTests/types/GetLabTestsRequestOrderKey.d.ts +10 -0
  598. package/dist/serialization/resources/labTests/types/GetLabTestsRequestOrderKey.js +31 -0
  599. package/dist/serialization/resources/labTests/types/GetOrdersLabTestsRequestOrderDirection.d.ts +10 -0
  600. package/dist/serialization/resources/labTests/types/GetOrdersLabTestsRequestOrderDirection.js +31 -0
  601. package/dist/serialization/resources/labTests/types/GetOrdersLabTestsRequestOrderKey.d.ts +10 -0
  602. package/dist/serialization/resources/labTests/types/GetOrdersLabTestsRequestOrderKey.js +31 -0
  603. package/dist/serialization/resources/labTests/types/GetPaginatedLabTestsRequestOrderDirection.d.ts +10 -0
  604. package/dist/serialization/resources/labTests/types/GetPaginatedLabTestsRequestOrderDirection.js +31 -0
  605. package/dist/serialization/resources/labTests/types/GetPaginatedLabTestsRequestOrderKey.d.ts +10 -0
  606. package/dist/serialization/resources/labTests/types/GetPaginatedLabTestsRequestOrderKey.js +31 -0
  607. package/dist/serialization/resources/labTests/types/index.d.ts +6 -6
  608. package/dist/serialization/resources/labTests/types/index.js +6 -6
  609. package/dist/serialization/resources/link/types/BulkExportLinkRequestTeamId.d.ts +10 -0
  610. package/dist/serialization/resources/link/types/BulkExportLinkRequestTeamId.js +31 -0
  611. package/dist/serialization/resources/link/types/BulkImportLinkRequestTeamId.d.ts +10 -0
  612. package/dist/serialization/resources/link/types/BulkImportLinkRequestTeamId.js +31 -0
  613. package/dist/serialization/resources/link/types/BulkPauseLinkRequestTeamId.d.ts +10 -0
  614. package/dist/serialization/resources/link/types/BulkPauseLinkRequestTeamId.js +31 -0
  615. package/dist/serialization/resources/link/types/BulkTriggerHistoricalPullLinkRequestTeamId.d.ts +10 -0
  616. package/dist/serialization/resources/link/types/BulkTriggerHistoricalPullLinkRequestTeamId.js +31 -0
  617. package/dist/serialization/resources/link/types/ListBulkOpsLinkRequestTeamId.d.ts +10 -0
  618. package/dist/serialization/resources/link/types/ListBulkOpsLinkRequestTeamId.js +31 -0
  619. package/dist/serialization/resources/link/types/index.d.ts +5 -5
  620. package/dist/serialization/resources/link/types/index.js +5 -5
  621. package/dist/serialization/types/BiomarkerResult.d.ts +0 -1
  622. package/dist/serialization/types/BiomarkerResult.js +0 -1
  623. package/dist/version.d.ts +1 -1
  624. package/dist/version.js +1 -1
  625. package/package.json +1 -1
  626. package/reference.md +792 -195
  627. package/serialization/resources/index.d.ts +2 -0
  628. package/serialization/resources/index.js +3 -1
  629. package/serialization/resources/introspect/index.d.ts +1 -0
  630. package/serialization/resources/introspect/index.js +17 -0
  631. package/serialization/resources/introspect/types/GetUserHistoricalPullsIntrospectRequestProvider.d.ts +12 -0
  632. package/serialization/resources/introspect/types/GetUserHistoricalPullsIntrospectRequestProvider.js +33 -0
  633. package/serialization/resources/introspect/types/index.d.ts +1 -0
  634. package/serialization/resources/introspect/types/index.js +17 -0
  635. package/serialization/resources/labTests/types/GetLabTestsRequestOrderDirection.d.ts +10 -0
  636. package/serialization/resources/labTests/types/GetLabTestsRequestOrderDirection.js +31 -0
  637. package/serialization/resources/labTests/types/GetLabTestsRequestOrderKey.d.ts +10 -0
  638. package/serialization/resources/labTests/types/GetLabTestsRequestOrderKey.js +31 -0
  639. package/serialization/resources/labTests/types/GetOrdersLabTestsRequestOrderDirection.d.ts +10 -0
  640. package/serialization/resources/labTests/types/GetOrdersLabTestsRequestOrderDirection.js +31 -0
  641. package/serialization/resources/labTests/types/GetOrdersLabTestsRequestOrderKey.d.ts +10 -0
  642. package/serialization/resources/labTests/types/GetOrdersLabTestsRequestOrderKey.js +31 -0
  643. package/serialization/resources/labTests/types/GetPaginatedLabTestsRequestOrderDirection.d.ts +10 -0
  644. package/serialization/resources/labTests/types/GetPaginatedLabTestsRequestOrderDirection.js +31 -0
  645. package/serialization/resources/labTests/types/GetPaginatedLabTestsRequestOrderKey.d.ts +10 -0
  646. package/serialization/resources/labTests/types/GetPaginatedLabTestsRequestOrderKey.js +31 -0
  647. package/serialization/resources/labTests/types/index.d.ts +6 -6
  648. package/serialization/resources/labTests/types/index.js +6 -6
  649. package/serialization/resources/link/types/BulkExportLinkRequestTeamId.d.ts +10 -0
  650. package/serialization/resources/link/types/BulkExportLinkRequestTeamId.js +31 -0
  651. package/serialization/resources/link/types/BulkImportLinkRequestTeamId.d.ts +10 -0
  652. package/serialization/resources/link/types/BulkImportLinkRequestTeamId.js +31 -0
  653. package/serialization/resources/link/types/BulkPauseLinkRequestTeamId.d.ts +10 -0
  654. package/serialization/resources/link/types/BulkPauseLinkRequestTeamId.js +31 -0
  655. package/serialization/resources/link/types/BulkTriggerHistoricalPullLinkRequestTeamId.d.ts +10 -0
  656. package/serialization/resources/link/types/BulkTriggerHistoricalPullLinkRequestTeamId.js +31 -0
  657. package/serialization/resources/link/types/ListBulkOpsLinkRequestTeamId.d.ts +10 -0
  658. package/serialization/resources/link/types/ListBulkOpsLinkRequestTeamId.js +31 -0
  659. package/serialization/resources/link/types/index.d.ts +5 -5
  660. package/serialization/resources/link/types/index.js +5 -5
  661. package/serialization/types/BiomarkerResult.d.ts +0 -1
  662. package/serialization/types/BiomarkerResult.js +0 -1
  663. package/version.d.ts +1 -1
  664. package/version.js +1 -1
  665. package/api/resources/activity/client/requests/ActivityGetRawRequest.d.ts +0 -23
  666. package/api/resources/activity/client/requests/ActivityGetRequest.d.ts +0 -23
  667. package/api/resources/aggregate/client/requests/AggregateGetTaskHistoryForContinuousQueryRequest.d.ts +0 -11
  668. package/api/resources/body/client/requests/BodyGetRawRequest.d.ts +0 -23
  669. package/api/resources/body/client/requests/BodyGetRequest.d.ts +0 -23
  670. package/api/resources/devices/client/requests/DevicesGetRawRequest.d.ts +0 -13
  671. package/api/resources/electrocardiogram/client/requests/ElectrocardiogramGetRequest.d.ts +0 -17
  672. package/api/resources/insurance/client/requests/InsuranceSearchDiagnosisRequest.d.ts +0 -12
  673. package/api/resources/insurance/client/requests/InsuranceSearchGetPayorInfoRequest.d.ts +0 -13
  674. package/api/resources/introspect/client/requests/IntrospectGetUserHistoricalPullsRequest.d.ts +0 -21
  675. package/api/resources/introspect/client/requests/IntrospectGetUserResourcesRequest.d.ts +0 -21
  676. package/api/resources/labTests/client/requests/LabTestsGetAreaInfoRequest.d.ts +0 -32
  677. package/api/resources/labTests/client/requests/LabTestsGetByIdRequest.d.ts +0 -13
  678. package/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.d.ts +0 -13
  679. package/api/resources/labTests/client/requests/LabTestsGetMarkersByLabAndProviderIdRequest.d.ts +0 -13
  680. package/api/resources/labTests/client/requests/LabTestsGetMarkersForLabTestRequest.d.ts +0 -15
  681. package/api/resources/labTests/client/requests/LabTestsGetMarkersForOrderSetRequest.d.ts +0 -15
  682. package/api/resources/labTests/client/requests/LabTestsGetMarkersRequest.d.ts +0 -24
  683. package/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.d.ts +0 -18
  684. package/api/resources/labTests/client/requests/LabTestsGetOrdersRequest.d.ts +0 -76
  685. package/api/resources/labTests/client/requests/LabTestsGetPaginatedRequest.d.ts +0 -42
  686. package/api/resources/labTests/client/requests/LabTestsGetPhlebotomyAppointmentAvailabilityRequest.d.ts +0 -25
  687. package/api/resources/labTests/client/requests/LabTestsGetPscAppointmentAvailabilityRequest.d.ts +0 -32
  688. package/api/resources/labTests/client/requests/LabTestsGetPscInfoRequest.d.ts +0 -33
  689. package/api/resources/labTests/client/requests/LabTestsGetRequest.d.ts +0 -40
  690. package/api/resources/labTests/client/requests/LabTestsSimulateOrderProcessRequest.d.ts +0 -15
  691. package/api/resources/labTests/types/LabTestsGetOrdersRequestOrderDirection.d.ts +0 -8
  692. package/api/resources/labTests/types/LabTestsGetOrdersRequestOrderDirection.js +0 -10
  693. package/api/resources/labTests/types/LabTestsGetOrdersRequestOrderKey.d.ts +0 -9
  694. package/api/resources/labTests/types/LabTestsGetOrdersRequestOrderKey.js +0 -11
  695. package/api/resources/labTests/types/LabTestsGetPaginatedRequestOrderDirection.d.ts +0 -8
  696. package/api/resources/labTests/types/LabTestsGetPaginatedRequestOrderDirection.js +0 -10
  697. package/api/resources/labTests/types/LabTestsGetPaginatedRequestOrderKey.d.ts +0 -9
  698. package/api/resources/labTests/types/LabTestsGetPaginatedRequestOrderKey.js +0 -11
  699. package/api/resources/labTests/types/LabTestsGetRequestOrderDirection.d.ts +0 -8
  700. package/api/resources/labTests/types/LabTestsGetRequestOrderDirection.js +0 -10
  701. package/api/resources/labTests/types/LabTestsGetRequestOrderKey.d.ts +0 -9
  702. package/api/resources/labTests/types/LabTestsGetRequestOrderKey.js +0 -11
  703. package/api/resources/link/client/requests/LinkCodeCreateRequest.d.ts +0 -16
  704. package/api/resources/link/client/requests/LinkGenerateOauthLinkRequest.d.ts +0 -10
  705. package/api/resources/link/client/requests/LinkGetAllProvidersRequest.d.ts +0 -10
  706. package/api/resources/link/client/requests/LinkListBulkOpsRequest.d.ts +0 -13
  707. package/api/resources/link/client/requests/LinkTokenStateRequest.d.ts +0 -10
  708. package/api/resources/link/types/LinkBulkExportRequestTeamId.d.ts +0 -7
  709. package/api/resources/link/types/LinkBulkExportRequestTeamId.js +0 -9
  710. package/api/resources/link/types/LinkBulkImportRequestTeamId.d.ts +0 -7
  711. package/api/resources/link/types/LinkBulkImportRequestTeamId.js +0 -9
  712. package/api/resources/link/types/LinkBulkPauseRequestTeamId.d.ts +0 -7
  713. package/api/resources/link/types/LinkBulkPauseRequestTeamId.js +0 -9
  714. package/api/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.d.ts +0 -7
  715. package/api/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.js +0 -9
  716. package/api/resources/link/types/LinkListBulkOpsRequestTeamId.d.ts +0 -7
  717. package/api/resources/link/types/LinkListBulkOpsRequestTeamId.js +0 -9
  718. package/api/resources/meal/client/requests/MealGetRequest.d.ts +0 -23
  719. package/api/resources/menstrualCycle/client/requests/MenstrualCycleGetRequest.d.ts +0 -17
  720. package/api/resources/profile/client/requests/ProfileGetRawRequest.d.ts +0 -13
  721. package/api/resources/profile/client/requests/ProfileGetRequest.d.ts +0 -13
  722. package/api/resources/providers/client/requests/ProvidersGetAllRequest.d.ts +0 -10
  723. package/api/resources/sleep/client/requests/SleepGetRawRequest.d.ts +0 -23
  724. package/api/resources/sleep/client/requests/SleepGetRequest.d.ts +0 -23
  725. package/api/resources/sleepCycle/client/requests/SleepCycleGetRequest.d.ts +0 -17
  726. package/api/resources/team/client/requests/TeamGetLinkConfigRequest.d.ts +0 -10
  727. package/api/resources/team/client/requests/TeamGetSourcePrioritiesRequest.d.ts +0 -11
  728. package/api/resources/team/client/requests/TeamGetUserByIdRequest.d.ts +0 -10
  729. package/api/resources/user/client/requests/UserGetAllRequest.d.ts +0 -11
  730. package/api/resources/user/client/requests/UserRefreshRequest.d.ts +0 -10
  731. package/api/resources/user/client/requests/UserUndoDeleteRequest.d.ts +0 -17
  732. package/api/resources/vitals/client/requests/VitalsAfibBurdenGroupedRequest.d.ts +0 -31
  733. package/api/resources/vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.d.ts +0 -31
  734. package/api/resources/vitals/client/requests/VitalsBloodOxygenGroupedRequest.d.ts +0 -31
  735. package/api/resources/vitals/client/requests/VitalsBloodOxygenRequest.d.ts +0 -23
  736. package/api/resources/vitals/client/requests/VitalsBloodPressureGroupedRequest.d.ts +0 -31
  737. package/api/resources/vitals/client/requests/VitalsBloodPressureRequest.d.ts +0 -23
  738. package/api/resources/vitals/client/requests/VitalsBodyFatGroupedRequest.d.ts +0 -31
  739. package/api/resources/vitals/client/requests/VitalsBodyFatRequest.d.ts +0 -23
  740. package/api/resources/vitals/client/requests/VitalsBodyMassIndexGroupedRequest.d.ts +0 -31
  741. package/api/resources/vitals/client/requests/VitalsBodyTemperatureDeltaGroupedRequest.d.ts +0 -31
  742. package/api/resources/vitals/client/requests/VitalsBodyTemperatureGroupedRequest.d.ts +0 -31
  743. package/api/resources/vitals/client/requests/VitalsBodyWeightGroupedRequest.d.ts +0 -31
  744. package/api/resources/vitals/client/requests/VitalsBodyWeightRequest.d.ts +0 -23
  745. package/api/resources/vitals/client/requests/VitalsCaffeineGroupedRequest.d.ts +0 -31
  746. package/api/resources/vitals/client/requests/VitalsCaffeineRequest.d.ts +0 -23
  747. package/api/resources/vitals/client/requests/VitalsCaloriesActiveGroupedRequest.d.ts +0 -31
  748. package/api/resources/vitals/client/requests/VitalsCaloriesActiveRequest.d.ts +0 -23
  749. package/api/resources/vitals/client/requests/VitalsCaloriesBasalGroupedRequest.d.ts +0 -31
  750. package/api/resources/vitals/client/requests/VitalsCaloriesBasalRequest.d.ts +0 -23
  751. package/api/resources/vitals/client/requests/VitalsCarbohydratesGroupedRequest.d.ts +0 -31
  752. package/api/resources/vitals/client/requests/VitalsCholesterolGroupedRequest.d.ts +0 -31
  753. package/api/resources/vitals/client/requests/VitalsCholesterolHdlRequest.d.ts +0 -23
  754. package/api/resources/vitals/client/requests/VitalsCholesterolLdlRequest.d.ts +0 -23
  755. package/api/resources/vitals/client/requests/VitalsCholesterolRequest.d.ts +0 -23
  756. package/api/resources/vitals/client/requests/VitalsCholesterolTotalRequest.d.ts +0 -23
  757. package/api/resources/vitals/client/requests/VitalsCholesterolTriglyceridesRequest.d.ts +0 -23
  758. package/api/resources/vitals/client/requests/VitalsDaylightExposureGroupedRequest.d.ts +0 -31
  759. package/api/resources/vitals/client/requests/VitalsDistanceGroupedRequest.d.ts +0 -31
  760. package/api/resources/vitals/client/requests/VitalsDistanceRequest.d.ts +0 -23
  761. package/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.d.ts +0 -31
  762. package/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageRequest.d.ts +0 -23
  763. package/api/resources/vitals/client/requests/VitalsFallGroupedRequest.d.ts +0 -31
  764. package/api/resources/vitals/client/requests/VitalsFloorsClimbedGroupedRequest.d.ts +0 -31
  765. package/api/resources/vitals/client/requests/VitalsFloorsClimbedRequest.d.ts +0 -23
  766. package/api/resources/vitals/client/requests/VitalsForcedExpiratoryVolume1GroupedRequest.d.ts +0 -31
  767. package/api/resources/vitals/client/requests/VitalsForcedVitalCapacityGroupedRequest.d.ts +0 -31
  768. package/api/resources/vitals/client/requests/VitalsGlucoseGroupedRequest.d.ts +0 -31
  769. package/api/resources/vitals/client/requests/VitalsGlucoseRequest.d.ts +0 -23
  770. package/api/resources/vitals/client/requests/VitalsHandwashingGroupedRequest.d.ts +0 -31
  771. package/api/resources/vitals/client/requests/VitalsHeartRateAlertGroupedRequest.d.ts +0 -31
  772. package/api/resources/vitals/client/requests/VitalsHeartRateRecoveryOneMinuteGroupedRequest.d.ts +0 -31
  773. package/api/resources/vitals/client/requests/VitalsHeartrateGroupedRequest.d.ts +0 -31
  774. package/api/resources/vitals/client/requests/VitalsHeartrateRequest.d.ts +0 -23
  775. package/api/resources/vitals/client/requests/VitalsHrvGroupedRequest.d.ts +0 -31
  776. package/api/resources/vitals/client/requests/VitalsHrvRequest.d.ts +0 -23
  777. package/api/resources/vitals/client/requests/VitalsHypnogramGroupedRequest.d.ts +0 -31
  778. package/api/resources/vitals/client/requests/VitalsHypnogramRequest.d.ts +0 -23
  779. package/api/resources/vitals/client/requests/VitalsIgeGroupedRequest.d.ts +0 -31
  780. package/api/resources/vitals/client/requests/VitalsIgeRequest.d.ts +0 -23
  781. package/api/resources/vitals/client/requests/VitalsIggGroupedRequest.d.ts +0 -31
  782. package/api/resources/vitals/client/requests/VitalsIggRequest.d.ts +0 -23
  783. package/api/resources/vitals/client/requests/VitalsInhalerUsageGroupedRequest.d.ts +0 -31
  784. package/api/resources/vitals/client/requests/VitalsInsulinInjectionGroupedRequest.d.ts +0 -31
  785. package/api/resources/vitals/client/requests/VitalsLeanBodyMassGroupedRequest.d.ts +0 -31
  786. package/api/resources/vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.d.ts +0 -31
  787. package/api/resources/vitals/client/requests/VitalsMindfulnessMinutesRequest.d.ts +0 -23
  788. package/api/resources/vitals/client/requests/VitalsNoteGroupedRequest.d.ts +0 -31
  789. package/api/resources/vitals/client/requests/VitalsPeakExpiratoryFlowRateGroupedRequest.d.ts +0 -31
  790. package/api/resources/vitals/client/requests/VitalsRespiratoryRateGroupedRequest.d.ts +0 -31
  791. package/api/resources/vitals/client/requests/VitalsRespiratoryRateRequest.d.ts +0 -23
  792. package/api/resources/vitals/client/requests/VitalsSleepApneaAlertGroupedRequest.d.ts +0 -31
  793. package/api/resources/vitals/client/requests/VitalsSleepBreathingDisturbanceGroupedRequest.d.ts +0 -31
  794. package/api/resources/vitals/client/requests/VitalsStandDurationGroupedRequest.d.ts +0 -31
  795. package/api/resources/vitals/client/requests/VitalsStandHourGroupedRequest.d.ts +0 -31
  796. package/api/resources/vitals/client/requests/VitalsStepsGroupedRequest.d.ts +0 -31
  797. package/api/resources/vitals/client/requests/VitalsStepsRequest.d.ts +0 -23
  798. package/api/resources/vitals/client/requests/VitalsStressLevelGroupedRequest.d.ts +0 -31
  799. package/api/resources/vitals/client/requests/VitalsStressLevelRequest.d.ts +0 -23
  800. package/api/resources/vitals/client/requests/VitalsUvExposureGroupedRequest.d.ts +0 -31
  801. package/api/resources/vitals/client/requests/VitalsVo2MaxGroupedRequest.d.ts +0 -31
  802. package/api/resources/vitals/client/requests/VitalsVo2MaxRequest.d.ts +0 -23
  803. package/api/resources/vitals/client/requests/VitalsWaistCircumferenceGroupedRequest.d.ts +0 -31
  804. package/api/resources/vitals/client/requests/VitalsWaterGroupedRequest.d.ts +0 -31
  805. package/api/resources/vitals/client/requests/VitalsWaterRequest.d.ts +0 -23
  806. package/api/resources/vitals/client/requests/VitalsWheelchairPushGroupedRequest.d.ts +0 -31
  807. package/api/resources/vitals/client/requests/VitalsWorkoutDistanceGroupedRequest.d.ts +0 -31
  808. package/api/resources/vitals/client/requests/VitalsWorkoutDurationGroupedRequest.d.ts +0 -31
  809. package/api/resources/vitals/client/requests/VitalsWorkoutSwimmingStrokeGroupedRequest.d.ts +0 -31
  810. package/api/resources/workouts/client/requests/WorkoutsGetRawRequest.d.ts +0 -23
  811. package/api/resources/workouts/client/requests/WorkoutsGetRequest.d.ts +0 -23
  812. package/dist/api/resources/activity/client/requests/ActivityGetRawRequest.d.ts +0 -23
  813. package/dist/api/resources/activity/client/requests/ActivityGetRequest.d.ts +0 -23
  814. package/dist/api/resources/aggregate/client/requests/AggregateGetTaskHistoryForContinuousQueryRequest.d.ts +0 -11
  815. package/dist/api/resources/body/client/requests/BodyGetRawRequest.d.ts +0 -23
  816. package/dist/api/resources/body/client/requests/BodyGetRequest.d.ts +0 -23
  817. package/dist/api/resources/devices/client/requests/DevicesGetRawRequest.d.ts +0 -13
  818. package/dist/api/resources/electrocardiogram/client/requests/ElectrocardiogramGetRequest.d.ts +0 -17
  819. package/dist/api/resources/insurance/client/requests/InsuranceSearchDiagnosisRequest.d.ts +0 -12
  820. package/dist/api/resources/insurance/client/requests/InsuranceSearchGetPayorInfoRequest.d.ts +0 -13
  821. package/dist/api/resources/introspect/client/requests/IntrospectGetUserHistoricalPullsRequest.d.ts +0 -21
  822. package/dist/api/resources/introspect/client/requests/IntrospectGetUserResourcesRequest.d.ts +0 -21
  823. package/dist/api/resources/labTests/client/requests/LabTestsGetAreaInfoRequest.d.ts +0 -32
  824. package/dist/api/resources/labTests/client/requests/LabTestsGetByIdRequest.d.ts +0 -13
  825. package/dist/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.d.ts +0 -13
  826. package/dist/api/resources/labTests/client/requests/LabTestsGetMarkersByLabAndProviderIdRequest.d.ts +0 -13
  827. package/dist/api/resources/labTests/client/requests/LabTestsGetMarkersForLabTestRequest.d.ts +0 -15
  828. package/dist/api/resources/labTests/client/requests/LabTestsGetMarkersForOrderSetRequest.d.ts +0 -15
  829. package/dist/api/resources/labTests/client/requests/LabTestsGetMarkersRequest.d.ts +0 -24
  830. package/dist/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.d.ts +0 -18
  831. package/dist/api/resources/labTests/client/requests/LabTestsGetOrdersRequest.d.ts +0 -76
  832. package/dist/api/resources/labTests/client/requests/LabTestsGetPaginatedRequest.d.ts +0 -42
  833. package/dist/api/resources/labTests/client/requests/LabTestsGetPhlebotomyAppointmentAvailabilityRequest.d.ts +0 -25
  834. package/dist/api/resources/labTests/client/requests/LabTestsGetPscAppointmentAvailabilityRequest.d.ts +0 -32
  835. package/dist/api/resources/labTests/client/requests/LabTestsGetPscInfoRequest.d.ts +0 -33
  836. package/dist/api/resources/labTests/client/requests/LabTestsGetRequest.d.ts +0 -40
  837. package/dist/api/resources/labTests/client/requests/LabTestsSimulateOrderProcessRequest.d.ts +0 -15
  838. package/dist/api/resources/labTests/types/LabTestsGetOrdersRequestOrderDirection.d.ts +0 -8
  839. package/dist/api/resources/labTests/types/LabTestsGetOrdersRequestOrderDirection.js +0 -10
  840. package/dist/api/resources/labTests/types/LabTestsGetOrdersRequestOrderKey.d.ts +0 -9
  841. package/dist/api/resources/labTests/types/LabTestsGetOrdersRequestOrderKey.js +0 -11
  842. package/dist/api/resources/labTests/types/LabTestsGetPaginatedRequestOrderDirection.d.ts +0 -8
  843. package/dist/api/resources/labTests/types/LabTestsGetPaginatedRequestOrderDirection.js +0 -10
  844. package/dist/api/resources/labTests/types/LabTestsGetPaginatedRequestOrderKey.d.ts +0 -9
  845. package/dist/api/resources/labTests/types/LabTestsGetPaginatedRequestOrderKey.js +0 -11
  846. package/dist/api/resources/labTests/types/LabTestsGetRequestOrderDirection.d.ts +0 -8
  847. package/dist/api/resources/labTests/types/LabTestsGetRequestOrderDirection.js +0 -10
  848. package/dist/api/resources/labTests/types/LabTestsGetRequestOrderKey.d.ts +0 -9
  849. package/dist/api/resources/labTests/types/LabTestsGetRequestOrderKey.js +0 -11
  850. package/dist/api/resources/link/client/requests/LinkCodeCreateRequest.d.ts +0 -16
  851. package/dist/api/resources/link/client/requests/LinkGenerateOauthLinkRequest.d.ts +0 -10
  852. package/dist/api/resources/link/client/requests/LinkGetAllProvidersRequest.d.ts +0 -10
  853. package/dist/api/resources/link/client/requests/LinkListBulkOpsRequest.d.ts +0 -13
  854. package/dist/api/resources/link/client/requests/LinkTokenStateRequest.d.ts +0 -10
  855. package/dist/api/resources/link/types/LinkBulkExportRequestTeamId.d.ts +0 -7
  856. package/dist/api/resources/link/types/LinkBulkExportRequestTeamId.js +0 -9
  857. package/dist/api/resources/link/types/LinkBulkImportRequestTeamId.d.ts +0 -7
  858. package/dist/api/resources/link/types/LinkBulkImportRequestTeamId.js +0 -9
  859. package/dist/api/resources/link/types/LinkBulkPauseRequestTeamId.d.ts +0 -7
  860. package/dist/api/resources/link/types/LinkBulkPauseRequestTeamId.js +0 -9
  861. package/dist/api/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.d.ts +0 -7
  862. package/dist/api/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.js +0 -9
  863. package/dist/api/resources/link/types/LinkListBulkOpsRequestTeamId.d.ts +0 -7
  864. package/dist/api/resources/link/types/LinkListBulkOpsRequestTeamId.js +0 -9
  865. package/dist/api/resources/meal/client/requests/MealGetRequest.d.ts +0 -23
  866. package/dist/api/resources/menstrualCycle/client/requests/MenstrualCycleGetRequest.d.ts +0 -17
  867. package/dist/api/resources/profile/client/requests/ProfileGetRawRequest.d.ts +0 -13
  868. package/dist/api/resources/profile/client/requests/ProfileGetRequest.d.ts +0 -13
  869. package/dist/api/resources/providers/client/requests/ProvidersGetAllRequest.d.ts +0 -10
  870. package/dist/api/resources/sleep/client/requests/SleepGetRawRequest.d.ts +0 -23
  871. package/dist/api/resources/sleep/client/requests/SleepGetRequest.d.ts +0 -23
  872. package/dist/api/resources/sleepCycle/client/requests/SleepCycleGetRequest.d.ts +0 -17
  873. package/dist/api/resources/team/client/requests/TeamGetLinkConfigRequest.d.ts +0 -10
  874. package/dist/api/resources/team/client/requests/TeamGetSourcePrioritiesRequest.d.ts +0 -11
  875. package/dist/api/resources/team/client/requests/TeamGetUserByIdRequest.d.ts +0 -10
  876. package/dist/api/resources/user/client/requests/UserGetAllRequest.d.ts +0 -11
  877. package/dist/api/resources/user/client/requests/UserRefreshRequest.d.ts +0 -10
  878. package/dist/api/resources/user/client/requests/UserUndoDeleteRequest.d.ts +0 -17
  879. package/dist/api/resources/vitals/client/requests/VitalsAfibBurdenGroupedRequest.d.ts +0 -31
  880. package/dist/api/resources/vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.d.ts +0 -31
  881. package/dist/api/resources/vitals/client/requests/VitalsBloodOxygenGroupedRequest.d.ts +0 -31
  882. package/dist/api/resources/vitals/client/requests/VitalsBloodOxygenRequest.d.ts +0 -23
  883. package/dist/api/resources/vitals/client/requests/VitalsBloodPressureGroupedRequest.d.ts +0 -31
  884. package/dist/api/resources/vitals/client/requests/VitalsBloodPressureRequest.d.ts +0 -23
  885. package/dist/api/resources/vitals/client/requests/VitalsBodyFatGroupedRequest.d.ts +0 -31
  886. package/dist/api/resources/vitals/client/requests/VitalsBodyFatRequest.d.ts +0 -23
  887. package/dist/api/resources/vitals/client/requests/VitalsBodyMassIndexGroupedRequest.d.ts +0 -31
  888. package/dist/api/resources/vitals/client/requests/VitalsBodyTemperatureDeltaGroupedRequest.d.ts +0 -31
  889. package/dist/api/resources/vitals/client/requests/VitalsBodyTemperatureGroupedRequest.d.ts +0 -31
  890. package/dist/api/resources/vitals/client/requests/VitalsBodyWeightGroupedRequest.d.ts +0 -31
  891. package/dist/api/resources/vitals/client/requests/VitalsBodyWeightRequest.d.ts +0 -23
  892. package/dist/api/resources/vitals/client/requests/VitalsCaffeineGroupedRequest.d.ts +0 -31
  893. package/dist/api/resources/vitals/client/requests/VitalsCaffeineRequest.d.ts +0 -23
  894. package/dist/api/resources/vitals/client/requests/VitalsCaloriesActiveGroupedRequest.d.ts +0 -31
  895. package/dist/api/resources/vitals/client/requests/VitalsCaloriesActiveRequest.d.ts +0 -23
  896. package/dist/api/resources/vitals/client/requests/VitalsCaloriesBasalGroupedRequest.d.ts +0 -31
  897. package/dist/api/resources/vitals/client/requests/VitalsCaloriesBasalRequest.d.ts +0 -23
  898. package/dist/api/resources/vitals/client/requests/VitalsCarbohydratesGroupedRequest.d.ts +0 -31
  899. package/dist/api/resources/vitals/client/requests/VitalsCholesterolGroupedRequest.d.ts +0 -31
  900. package/dist/api/resources/vitals/client/requests/VitalsCholesterolHdlRequest.d.ts +0 -23
  901. package/dist/api/resources/vitals/client/requests/VitalsCholesterolLdlRequest.d.ts +0 -23
  902. package/dist/api/resources/vitals/client/requests/VitalsCholesterolRequest.d.ts +0 -23
  903. package/dist/api/resources/vitals/client/requests/VitalsCholesterolTotalRequest.d.ts +0 -23
  904. package/dist/api/resources/vitals/client/requests/VitalsCholesterolTriglyceridesRequest.d.ts +0 -23
  905. package/dist/api/resources/vitals/client/requests/VitalsDaylightExposureGroupedRequest.d.ts +0 -31
  906. package/dist/api/resources/vitals/client/requests/VitalsDistanceGroupedRequest.d.ts +0 -31
  907. package/dist/api/resources/vitals/client/requests/VitalsDistanceRequest.d.ts +0 -23
  908. package/dist/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.d.ts +0 -31
  909. package/dist/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageRequest.d.ts +0 -23
  910. package/dist/api/resources/vitals/client/requests/VitalsFallGroupedRequest.d.ts +0 -31
  911. package/dist/api/resources/vitals/client/requests/VitalsFloorsClimbedGroupedRequest.d.ts +0 -31
  912. package/dist/api/resources/vitals/client/requests/VitalsFloorsClimbedRequest.d.ts +0 -23
  913. package/dist/api/resources/vitals/client/requests/VitalsForcedExpiratoryVolume1GroupedRequest.d.ts +0 -31
  914. package/dist/api/resources/vitals/client/requests/VitalsForcedVitalCapacityGroupedRequest.d.ts +0 -31
  915. package/dist/api/resources/vitals/client/requests/VitalsGlucoseGroupedRequest.d.ts +0 -31
  916. package/dist/api/resources/vitals/client/requests/VitalsGlucoseRequest.d.ts +0 -23
  917. package/dist/api/resources/vitals/client/requests/VitalsHandwashingGroupedRequest.d.ts +0 -31
  918. package/dist/api/resources/vitals/client/requests/VitalsHeartRateAlertGroupedRequest.d.ts +0 -31
  919. package/dist/api/resources/vitals/client/requests/VitalsHeartRateRecoveryOneMinuteGroupedRequest.d.ts +0 -31
  920. package/dist/api/resources/vitals/client/requests/VitalsHeartrateGroupedRequest.d.ts +0 -31
  921. package/dist/api/resources/vitals/client/requests/VitalsHeartrateRequest.d.ts +0 -23
  922. package/dist/api/resources/vitals/client/requests/VitalsHrvGroupedRequest.d.ts +0 -31
  923. package/dist/api/resources/vitals/client/requests/VitalsHrvRequest.d.ts +0 -23
  924. package/dist/api/resources/vitals/client/requests/VitalsHypnogramGroupedRequest.d.ts +0 -31
  925. package/dist/api/resources/vitals/client/requests/VitalsHypnogramRequest.d.ts +0 -23
  926. package/dist/api/resources/vitals/client/requests/VitalsIgeGroupedRequest.d.ts +0 -31
  927. package/dist/api/resources/vitals/client/requests/VitalsIgeRequest.d.ts +0 -23
  928. package/dist/api/resources/vitals/client/requests/VitalsIggGroupedRequest.d.ts +0 -31
  929. package/dist/api/resources/vitals/client/requests/VitalsIggRequest.d.ts +0 -23
  930. package/dist/api/resources/vitals/client/requests/VitalsInhalerUsageGroupedRequest.d.ts +0 -31
  931. package/dist/api/resources/vitals/client/requests/VitalsInsulinInjectionGroupedRequest.d.ts +0 -31
  932. package/dist/api/resources/vitals/client/requests/VitalsLeanBodyMassGroupedRequest.d.ts +0 -31
  933. package/dist/api/resources/vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.d.ts +0 -31
  934. package/dist/api/resources/vitals/client/requests/VitalsMindfulnessMinutesRequest.d.ts +0 -23
  935. package/dist/api/resources/vitals/client/requests/VitalsNoteGroupedRequest.d.ts +0 -31
  936. package/dist/api/resources/vitals/client/requests/VitalsPeakExpiratoryFlowRateGroupedRequest.d.ts +0 -31
  937. package/dist/api/resources/vitals/client/requests/VitalsRespiratoryRateGroupedRequest.d.ts +0 -31
  938. package/dist/api/resources/vitals/client/requests/VitalsRespiratoryRateRequest.d.ts +0 -23
  939. package/dist/api/resources/vitals/client/requests/VitalsSleepApneaAlertGroupedRequest.d.ts +0 -31
  940. package/dist/api/resources/vitals/client/requests/VitalsSleepBreathingDisturbanceGroupedRequest.d.ts +0 -31
  941. package/dist/api/resources/vitals/client/requests/VitalsStandDurationGroupedRequest.d.ts +0 -31
  942. package/dist/api/resources/vitals/client/requests/VitalsStandHourGroupedRequest.d.ts +0 -31
  943. package/dist/api/resources/vitals/client/requests/VitalsStepsGroupedRequest.d.ts +0 -31
  944. package/dist/api/resources/vitals/client/requests/VitalsStepsRequest.d.ts +0 -23
  945. package/dist/api/resources/vitals/client/requests/VitalsStressLevelGroupedRequest.d.ts +0 -31
  946. package/dist/api/resources/vitals/client/requests/VitalsStressLevelRequest.d.ts +0 -23
  947. package/dist/api/resources/vitals/client/requests/VitalsUvExposureGroupedRequest.d.ts +0 -31
  948. package/dist/api/resources/vitals/client/requests/VitalsVo2MaxGroupedRequest.d.ts +0 -31
  949. package/dist/api/resources/vitals/client/requests/VitalsVo2MaxRequest.d.ts +0 -23
  950. package/dist/api/resources/vitals/client/requests/VitalsWaistCircumferenceGroupedRequest.d.ts +0 -31
  951. package/dist/api/resources/vitals/client/requests/VitalsWaterGroupedRequest.d.ts +0 -31
  952. package/dist/api/resources/vitals/client/requests/VitalsWaterRequest.d.ts +0 -23
  953. package/dist/api/resources/vitals/client/requests/VitalsWheelchairPushGroupedRequest.d.ts +0 -31
  954. package/dist/api/resources/vitals/client/requests/VitalsWorkoutDistanceGroupedRequest.d.ts +0 -31
  955. package/dist/api/resources/vitals/client/requests/VitalsWorkoutDurationGroupedRequest.d.ts +0 -31
  956. package/dist/api/resources/vitals/client/requests/VitalsWorkoutSwimmingStrokeGroupedRequest.d.ts +0 -31
  957. package/dist/api/resources/workouts/client/requests/WorkoutsGetRawRequest.d.ts +0 -23
  958. package/dist/api/resources/workouts/client/requests/WorkoutsGetRequest.d.ts +0 -23
  959. package/dist/serialization/resources/labTests/types/LabTestsGetOrdersRequestOrderDirection.d.ts +0 -10
  960. package/dist/serialization/resources/labTests/types/LabTestsGetOrdersRequestOrderDirection.js +0 -31
  961. package/dist/serialization/resources/labTests/types/LabTestsGetOrdersRequestOrderKey.d.ts +0 -10
  962. package/dist/serialization/resources/labTests/types/LabTestsGetOrdersRequestOrderKey.js +0 -31
  963. package/dist/serialization/resources/labTests/types/LabTestsGetPaginatedRequestOrderDirection.d.ts +0 -10
  964. package/dist/serialization/resources/labTests/types/LabTestsGetPaginatedRequestOrderDirection.js +0 -31
  965. package/dist/serialization/resources/labTests/types/LabTestsGetPaginatedRequestOrderKey.d.ts +0 -10
  966. package/dist/serialization/resources/labTests/types/LabTestsGetPaginatedRequestOrderKey.js +0 -31
  967. package/dist/serialization/resources/labTests/types/LabTestsGetRequestOrderDirection.d.ts +0 -10
  968. package/dist/serialization/resources/labTests/types/LabTestsGetRequestOrderDirection.js +0 -31
  969. package/dist/serialization/resources/labTests/types/LabTestsGetRequestOrderKey.d.ts +0 -10
  970. package/dist/serialization/resources/labTests/types/LabTestsGetRequestOrderKey.js +0 -31
  971. package/dist/serialization/resources/link/types/LinkBulkExportRequestTeamId.d.ts +0 -10
  972. package/dist/serialization/resources/link/types/LinkBulkExportRequestTeamId.js +0 -31
  973. package/dist/serialization/resources/link/types/LinkBulkImportRequestTeamId.d.ts +0 -10
  974. package/dist/serialization/resources/link/types/LinkBulkImportRequestTeamId.js +0 -31
  975. package/dist/serialization/resources/link/types/LinkBulkPauseRequestTeamId.d.ts +0 -10
  976. package/dist/serialization/resources/link/types/LinkBulkPauseRequestTeamId.js +0 -31
  977. package/dist/serialization/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.d.ts +0 -10
  978. package/dist/serialization/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.js +0 -31
  979. package/dist/serialization/resources/link/types/LinkListBulkOpsRequestTeamId.d.ts +0 -10
  980. package/dist/serialization/resources/link/types/LinkListBulkOpsRequestTeamId.js +0 -31
  981. package/serialization/resources/labTests/types/LabTestsGetOrdersRequestOrderDirection.d.ts +0 -10
  982. package/serialization/resources/labTests/types/LabTestsGetOrdersRequestOrderDirection.js +0 -31
  983. package/serialization/resources/labTests/types/LabTestsGetOrdersRequestOrderKey.d.ts +0 -10
  984. package/serialization/resources/labTests/types/LabTestsGetOrdersRequestOrderKey.js +0 -31
  985. package/serialization/resources/labTests/types/LabTestsGetPaginatedRequestOrderDirection.d.ts +0 -10
  986. package/serialization/resources/labTests/types/LabTestsGetPaginatedRequestOrderDirection.js +0 -31
  987. package/serialization/resources/labTests/types/LabTestsGetPaginatedRequestOrderKey.d.ts +0 -10
  988. package/serialization/resources/labTests/types/LabTestsGetPaginatedRequestOrderKey.js +0 -31
  989. package/serialization/resources/labTests/types/LabTestsGetRequestOrderDirection.d.ts +0 -10
  990. package/serialization/resources/labTests/types/LabTestsGetRequestOrderDirection.js +0 -31
  991. package/serialization/resources/labTests/types/LabTestsGetRequestOrderKey.d.ts +0 -10
  992. package/serialization/resources/labTests/types/LabTestsGetRequestOrderKey.js +0 -31
  993. package/serialization/resources/link/types/LinkBulkExportRequestTeamId.d.ts +0 -10
  994. package/serialization/resources/link/types/LinkBulkExportRequestTeamId.js +0 -31
  995. package/serialization/resources/link/types/LinkBulkImportRequestTeamId.d.ts +0 -10
  996. package/serialization/resources/link/types/LinkBulkImportRequestTeamId.js +0 -31
  997. package/serialization/resources/link/types/LinkBulkPauseRequestTeamId.d.ts +0 -10
  998. package/serialization/resources/link/types/LinkBulkPauseRequestTeamId.js +0 -31
  999. package/serialization/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.d.ts +0 -10
  1000. package/serialization/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.js +0 -31
  1001. package/serialization/resources/link/types/LinkListBulkOpsRequestTeamId.d.ts +0 -10
  1002. package/serialization/resources/link/types/LinkListBulkOpsRequestTeamId.js +0 -31
  1003. /package/api/resources/activity/client/requests/{ActivityGetRawRequest.js → GetActivityRequest.js} +0 -0
  1004. /package/api/resources/activity/client/requests/{ActivityGetRequest.js → GetRawActivityRequest.js} +0 -0
  1005. /package/api/resources/aggregate/client/requests/{AggregateGetTaskHistoryForContinuousQueryRequest.js → GetResultTableForContinuousQueryAggregateRequest.js} +0 -0
  1006. /package/api/resources/{body/client/requests/BodyGetRawRequest.js → aggregate/client/requests/GetTaskHistoryForContinuousQueryAggregateRequest.js} +0 -0
  1007. /package/api/resources/body/client/requests/{BodyGetRequest.js → GetBodyRequest.js} +0 -0
  1008. /package/api/resources/{devices/client/requests/DevicesGetRawRequest.js → body/client/requests/GetRawBodyRequest.js} +0 -0
  1009. /package/api/resources/{electrocardiogram/client/requests/ElectrocardiogramGetRequest.js → devices/client/requests/GetRawDevicesRequest.js} +0 -0
  1010. /package/api/resources/{insurance/client/requests/InsuranceSearchDiagnosisRequest.js → electrocardiogram/client/requests/GetElectrocardiogramRequest.js} +0 -0
  1011. /package/api/resources/insurance/client/requests/{InsuranceSearchGetPayorInfoRequest.js → SearchDiagnosisInsuranceRequest.js} +0 -0
  1012. /package/api/resources/{introspect/client/requests/IntrospectGetUserHistoricalPullsRequest.js → insurance/client/requests/SearchGetPayorInfoInsuranceRequest.js} +0 -0
  1013. /package/api/resources/introspect/client/requests/{IntrospectGetUserResourcesRequest.js → GetUserHistoricalPullsIntrospectRequest.js} +0 -0
  1014. /package/api/resources/{labTests/client/requests/LabTestsGetAreaInfoRequest.js → introspect/client/requests/GetUserResourcesIntrospectRequest.js} +0 -0
  1015. /package/api/resources/{labTests/client/requests/LabTestsGetByIdRequest.js → introspect/types/GetUserHistoricalPullsIntrospectRequestProvider.js} +0 -0
  1016. /package/api/resources/labTests/client/requests/{LabTestsGetLabelsPdfRequest.js → BookPhlebotomyAppointmentLabTestsRequest.js} +0 -0
  1017. /package/api/resources/labTests/client/requests/{LabTestsGetMarkersByLabAndProviderIdRequest.js → BookPscAppointmentLabTestsRequest.js} +0 -0
  1018. /package/api/resources/labTests/client/requests/{LabTestsGetMarkersForLabTestRequest.js → CancelOrderLabTestsRequest.js} +0 -0
  1019. /package/api/resources/labTests/client/requests/{LabTestsGetMarkersForOrderSetRequest.js → GetAreaInfoLabTestsRequest.js} +0 -0
  1020. /package/api/resources/labTests/client/requests/{LabTestsGetMarkersRequest.js → GetByIdLabTestsRequest.js} +0 -0
  1021. /package/api/resources/labTests/client/requests/{LabTestsGetOrderPscInfoRequest.js → GetLabTestCollectionInstructionPdfLabTestsRequest.js} +0 -0
  1022. /package/api/resources/labTests/client/requests/{LabTestsGetOrdersRequest.js → GetLabTestsRequest.js} +0 -0
  1023. /package/api/resources/labTests/client/requests/{LabTestsGetPaginatedRequest.js → GetLabelsPdfLabTestsRequest.js} +0 -0
  1024. /package/api/resources/labTests/client/requests/{LabTestsGetPhlebotomyAppointmentAvailabilityRequest.js → GetMarkersByLabAndProviderIdLabTestsRequest.js} +0 -0
  1025. /package/api/resources/labTests/client/requests/{LabTestsGetPscAppointmentAvailabilityRequest.js → GetMarkersForLabTestLabTestsRequest.js} +0 -0
  1026. /package/api/resources/labTests/client/requests/{LabTestsGetPscInfoRequest.js → GetMarkersForOrderSetLabTestsRequest.js} +0 -0
  1027. /package/api/resources/labTests/client/requests/{LabTestsGetRequest.js → GetMarkersLabTestsRequest.js} +0 -0
  1028. /package/api/resources/labTests/client/requests/{LabTestsSimulateOrderProcessRequest.js → GetOrderAbnPdfLabTestsRequest.js} +0 -0
  1029. /package/api/resources/{link/client/requests/LinkCodeCreateRequest.js → labTests/client/requests/GetOrderCollectionInstructionPdfLabTestsRequest.js} +0 -0
  1030. /package/api/resources/{link/client/requests/LinkGenerateOauthLinkRequest.js → labTests/client/requests/GetOrderLabTestsRequest.js} +0 -0
  1031. /package/api/resources/{link/client/requests/LinkGetAllProvidersRequest.js → labTests/client/requests/GetOrderPscInfoLabTestsRequest.js} +0 -0
  1032. /package/api/resources/{link/client/requests/LinkListBulkOpsRequest.js → labTests/client/requests/GetOrderRequistionPdfLabTestsRequest.js} +0 -0
  1033. /package/api/resources/{link/client/requests/LinkTokenStateRequest.js → labTests/client/requests/GetOrdersLabTestsRequest.js} +0 -0
  1034. /package/api/resources/{meal/client/requests/MealGetRequest.js → labTests/client/requests/GetPaginatedLabTestsRequest.js} +0 -0
  1035. /package/api/resources/{menstrualCycle/client/requests/MenstrualCycleGetRequest.js → labTests/client/requests/GetPhlebotomyAppointmentAvailabilityLabTestsRequest.js} +0 -0
  1036. /package/api/resources/{profile/client/requests/ProfileGetRawRequest.js → labTests/client/requests/GetPhlebotomyAppointmentLabTestsRequest.js} +0 -0
  1037. /package/api/resources/{profile/client/requests/ProfileGetRequest.js → labTests/client/requests/GetPscAppointmentAvailabilityLabTestsRequest.js} +0 -0
  1038. /package/api/resources/{providers/client/requests/ProvidersGetAllRequest.js → labTests/client/requests/GetPscAppointmentLabTestsRequest.js} +0 -0
  1039. /package/api/resources/{sleep/client/requests/SleepGetRawRequest.js → labTests/client/requests/GetPscInfoLabTestsRequest.js} +0 -0
  1040. /package/api/resources/{sleep/client/requests/SleepGetRequest.js → labTests/client/requests/GetResultMetadataLabTestsRequest.js} +0 -0
  1041. /package/api/resources/{sleepCycle/client/requests/SleepCycleGetRequest.js → labTests/client/requests/GetResultPdfLabTestsRequest.js} +0 -0
  1042. /package/api/resources/{team/client/requests/TeamGetLinkConfigRequest.js → labTests/client/requests/GetResultRawLabTestsRequest.js} +0 -0
  1043. /package/api/resources/{team/client/requests/TeamGetSourcePrioritiesRequest.js → labTests/client/requests/ReschedulePhlebotomyAppointmentLabTestsRequest.js} +0 -0
  1044. /package/api/resources/{team/client/requests/TeamGetUserByIdRequest.js → labTests/client/requests/ReschedulePscAppointmentLabTestsRequest.js} +0 -0
  1045. /package/api/resources/{user/client/requests/UserGetAllRequest.js → labTests/client/requests/SimulateOrderProcessLabTestsRequest.js} +0 -0
  1046. /package/api/resources/{user/client/requests/UserRefreshRequest.js → labTests/client/requests/UpdateOnSiteCollectionOrderDrawCompletedLabTestsRequest.js} +0 -0
  1047. /package/api/resources/{user/client/requests/UserUndoDeleteRequest.js → link/client/requests/CodeCreateLinkRequest.js} +0 -0
  1048. /package/api/resources/{vitals/client/requests/VitalsAfibBurdenGroupedRequest.js → link/client/requests/GenerateOauthLinkLinkRequest.js} +0 -0
  1049. /package/api/resources/{vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.js → link/client/requests/GetAllProvidersLinkRequest.js} +0 -0
  1050. /package/api/resources/{vitals/client/requests/VitalsBloodOxygenGroupedRequest.js → link/client/requests/ListBulkOpsLinkRequest.js} +0 -0
  1051. /package/api/resources/{vitals/client/requests/VitalsBloodOxygenRequest.js → link/client/requests/TokenStateLinkRequest.js} +0 -0
  1052. /package/api/resources/{vitals/client/requests/VitalsBloodPressureGroupedRequest.js → meal/client/requests/GetMealRequest.js} +0 -0
  1053. /package/api/resources/{vitals/client/requests/VitalsBloodPressureRequest.js → menstrualCycle/client/requests/GetMenstrualCycleRequest.js} +0 -0
  1054. /package/api/resources/{vitals/client/requests/VitalsBodyFatGroupedRequest.js → profile/client/requests/GetProfileRequest.js} +0 -0
  1055. /package/api/resources/{vitals/client/requests/VitalsBodyFatRequest.js → profile/client/requests/GetRawProfileRequest.js} +0 -0
  1056. /package/api/resources/{vitals/client/requests/VitalsBodyMassIndexGroupedRequest.js → providers/client/requests/GetAllProvidersRequest.js} +0 -0
  1057. /package/api/resources/{vitals/client/requests/VitalsBodyTemperatureDeltaGroupedRequest.js → sleep/client/requests/GetRawSleepRequest.js} +0 -0
  1058. /package/api/resources/{vitals/client/requests/VitalsBodyTemperatureGroupedRequest.js → sleep/client/requests/GetSleepRequest.js} +0 -0
  1059. /package/api/resources/{vitals/client/requests/VitalsBodyWeightGroupedRequest.js → sleep/client/requests/GetStreamBySleepIdSleepRequest.js} +0 -0
  1060. /package/api/resources/{vitals/client/requests/VitalsBodyWeightRequest.js → sleepCycle/client/requests/GetSleepCycleRequest.js} +0 -0
  1061. /package/api/resources/{vitals/client/requests/VitalsCaffeineGroupedRequest.js → team/client/requests/GetLinkConfigTeamRequest.js} +0 -0
  1062. /package/api/resources/{vitals/client/requests/VitalsCaffeineRequest.js → team/client/requests/GetPhysiciansTeamRequest.js} +0 -0
  1063. /package/api/resources/{vitals/client/requests/VitalsCaloriesActiveGroupedRequest.js → team/client/requests/GetSourcePrioritiesTeamRequest.js} +0 -0
  1064. /package/api/resources/{vitals/client/requests/VitalsCaloriesActiveRequest.js → team/client/requests/GetTeamRequest.js} +0 -0
  1065. /package/api/resources/{vitals/client/requests/VitalsCaloriesBasalGroupedRequest.js → team/client/requests/GetUserByIdTeamRequest.js} +0 -0
  1066. /package/api/resources/{vitals/client/requests/VitalsCaloriesBasalRequest.js → user/client/requests/DeleteUserRequest.js} +0 -0
  1067. /package/api/resources/{vitals/client/requests/VitalsCarbohydratesGroupedRequest.js → user/client/requests/DeregisterProviderUserRequest.js} +0 -0
  1068. /package/api/resources/{vitals/client/requests/VitalsCholesterolGroupedRequest.js → user/client/requests/GetAllUserRequest.js} +0 -0
  1069. /package/api/resources/{vitals/client/requests/VitalsCholesterolHdlRequest.js → user/client/requests/GetByClientUserIdUserRequest.js} +0 -0
  1070. /package/api/resources/{vitals/client/requests/VitalsCholesterolLdlRequest.js → user/client/requests/GetConnectedProvidersUserRequest.js} +0 -0
  1071. /package/api/resources/{vitals/client/requests/VitalsCholesterolRequest.js → user/client/requests/GetDeviceUserRequest.js} +0 -0
  1072. /package/api/resources/{vitals/client/requests/VitalsCholesterolTotalRequest.js → user/client/requests/GetDevicesUserRequest.js} +0 -0
  1073. /package/api/resources/{vitals/client/requests/VitalsCholesterolTriglyceridesRequest.js → user/client/requests/GetLatestInsuranceUserRequest.js} +0 -0
  1074. /package/api/resources/{vitals/client/requests/VitalsDaylightExposureGroupedRequest.js → user/client/requests/GetLatestUserInfoUserRequest.js} +0 -0
  1075. /package/api/resources/{vitals/client/requests/VitalsDistanceGroupedRequest.js → user/client/requests/GetUserRequest.js} +0 -0
  1076. /package/api/resources/{vitals/client/requests/VitalsDistanceRequest.js → user/client/requests/GetUserSignInTokenUserRequest.js} +0 -0
  1077. /package/api/resources/{vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.js → user/client/requests/RefreshUserRequest.js} +0 -0
  1078. /package/api/resources/{vitals/client/requests/VitalsElectrocardiogramVoltageRequest.js → user/client/requests/UndoDeleteUserRequest.js} +0 -0
  1079. /package/api/resources/vitals/client/requests/{VitalsFallGroupedRequest.js → AfibBurdenGroupedVitalsRequest.js} +0 -0
  1080. /package/api/resources/vitals/client/requests/{VitalsFloorsClimbedGroupedRequest.js → BasalBodyTemperatureGroupedVitalsRequest.js} +0 -0
  1081. /package/api/resources/vitals/client/requests/{VitalsFloorsClimbedRequest.js → BloodOxygenGroupedVitalsRequest.js} +0 -0
  1082. /package/api/resources/vitals/client/requests/{VitalsForcedExpiratoryVolume1GroupedRequest.js → BloodOxygenVitalsRequest.js} +0 -0
  1083. /package/api/resources/vitals/client/requests/{VitalsForcedVitalCapacityGroupedRequest.js → BloodPressureGroupedVitalsRequest.js} +0 -0
  1084. /package/api/resources/vitals/client/requests/{VitalsGlucoseGroupedRequest.js → BloodPressureVitalsRequest.js} +0 -0
  1085. /package/api/resources/vitals/client/requests/{VitalsGlucoseRequest.js → BodyFatGroupedVitalsRequest.js} +0 -0
  1086. /package/api/resources/vitals/client/requests/{VitalsHandwashingGroupedRequest.js → BodyFatVitalsRequest.js} +0 -0
  1087. /package/api/resources/vitals/client/requests/{VitalsHeartRateAlertGroupedRequest.js → BodyMassIndexGroupedVitalsRequest.js} +0 -0
  1088. /package/api/resources/vitals/client/requests/{VitalsHeartRateRecoveryOneMinuteGroupedRequest.js → BodyTemperatureDeltaGroupedVitalsRequest.js} +0 -0
  1089. /package/api/resources/vitals/client/requests/{VitalsHeartrateGroupedRequest.js → BodyTemperatureGroupedVitalsRequest.js} +0 -0
  1090. /package/api/resources/vitals/client/requests/{VitalsHeartrateRequest.js → BodyWeightGroupedVitalsRequest.js} +0 -0
  1091. /package/api/resources/vitals/client/requests/{VitalsHrvGroupedRequest.js → BodyWeightVitalsRequest.js} +0 -0
  1092. /package/api/resources/vitals/client/requests/{VitalsHrvRequest.js → CaffeineGroupedVitalsRequest.js} +0 -0
  1093. /package/api/resources/vitals/client/requests/{VitalsHypnogramGroupedRequest.js → CaffeineVitalsRequest.js} +0 -0
  1094. /package/api/resources/vitals/client/requests/{VitalsHypnogramRequest.js → CaloriesActiveGroupedVitalsRequest.js} +0 -0
  1095. /package/api/resources/vitals/client/requests/{VitalsIgeGroupedRequest.js → CaloriesActiveVitalsRequest.js} +0 -0
  1096. /package/api/resources/vitals/client/requests/{VitalsIgeRequest.js → CaloriesBasalGroupedVitalsRequest.js} +0 -0
  1097. /package/api/resources/vitals/client/requests/{VitalsIggGroupedRequest.js → CaloriesBasalVitalsRequest.js} +0 -0
  1098. /package/api/resources/vitals/client/requests/{VitalsIggRequest.js → CarbohydratesGroupedVitalsRequest.js} +0 -0
  1099. /package/api/resources/vitals/client/requests/{VitalsInhalerUsageGroupedRequest.js → CholesterolGroupedVitalsRequest.js} +0 -0
  1100. /package/api/resources/vitals/client/requests/{VitalsInsulinInjectionGroupedRequest.js → CholesterolHdlVitalsRequest.js} +0 -0
  1101. /package/api/resources/vitals/client/requests/{VitalsLeanBodyMassGroupedRequest.js → CholesterolLdlVitalsRequest.js} +0 -0
  1102. /package/api/resources/vitals/client/requests/{VitalsMindfulnessMinutesGroupedRequest.js → CholesterolTotalVitalsRequest.js} +0 -0
  1103. /package/api/resources/vitals/client/requests/{VitalsMindfulnessMinutesRequest.js → CholesterolTriglyceridesVitalsRequest.js} +0 -0
  1104. /package/api/resources/vitals/client/requests/{VitalsNoteGroupedRequest.js → CholesterolVitalsRequest.js} +0 -0
  1105. /package/api/resources/vitals/client/requests/{VitalsPeakExpiratoryFlowRateGroupedRequest.js → DaylightExposureGroupedVitalsRequest.js} +0 -0
  1106. /package/api/resources/vitals/client/requests/{VitalsRespiratoryRateGroupedRequest.js → DistanceGroupedVitalsRequest.js} +0 -0
  1107. /package/api/resources/vitals/client/requests/{VitalsRespiratoryRateRequest.js → DistanceVitalsRequest.js} +0 -0
  1108. /package/api/resources/vitals/client/requests/{VitalsSleepApneaAlertGroupedRequest.js → ElectrocardiogramVoltageGroupedVitalsRequest.js} +0 -0
  1109. /package/api/resources/vitals/client/requests/{VitalsSleepBreathingDisturbanceGroupedRequest.js → ElectrocardiogramVoltageVitalsRequest.js} +0 -0
  1110. /package/api/resources/vitals/client/requests/{VitalsStandDurationGroupedRequest.js → FallGroupedVitalsRequest.js} +0 -0
  1111. /package/api/resources/vitals/client/requests/{VitalsStandHourGroupedRequest.js → FloorsClimbedGroupedVitalsRequest.js} +0 -0
  1112. /package/api/resources/vitals/client/requests/{VitalsStepsGroupedRequest.js → FloorsClimbedVitalsRequest.js} +0 -0
  1113. /package/api/resources/vitals/client/requests/{VitalsStepsRequest.js → ForcedExpiratoryVolume1GroupedVitalsRequest.js} +0 -0
  1114. /package/api/resources/vitals/client/requests/{VitalsStressLevelGroupedRequest.js → ForcedVitalCapacityGroupedVitalsRequest.js} +0 -0
  1115. /package/api/resources/vitals/client/requests/{VitalsStressLevelRequest.js → GlucoseGroupedVitalsRequest.js} +0 -0
  1116. /package/api/resources/vitals/client/requests/{VitalsUvExposureGroupedRequest.js → GlucoseVitalsRequest.js} +0 -0
  1117. /package/api/resources/vitals/client/requests/{VitalsVo2MaxGroupedRequest.js → HandwashingGroupedVitalsRequest.js} +0 -0
  1118. /package/api/resources/vitals/client/requests/{VitalsVo2MaxRequest.js → HeartRateAlertGroupedVitalsRequest.js} +0 -0
  1119. /package/api/resources/vitals/client/requests/{VitalsWaistCircumferenceGroupedRequest.js → HeartRateRecoveryOneMinuteGroupedVitalsRequest.js} +0 -0
  1120. /package/api/resources/vitals/client/requests/{VitalsWaterGroupedRequest.js → HeartrateGroupedVitalsRequest.js} +0 -0
  1121. /package/api/resources/vitals/client/requests/{VitalsWaterRequest.js → HeartrateVitalsRequest.js} +0 -0
  1122. /package/api/resources/vitals/client/requests/{VitalsWheelchairPushGroupedRequest.js → HrvGroupedVitalsRequest.js} +0 -0
  1123. /package/api/resources/vitals/client/requests/{VitalsWorkoutDistanceGroupedRequest.js → HrvVitalsRequest.js} +0 -0
  1124. /package/api/resources/vitals/client/requests/{VitalsWorkoutDurationGroupedRequest.js → HypnogramGroupedVitalsRequest.js} +0 -0
  1125. /package/api/resources/vitals/client/requests/{VitalsWorkoutSwimmingStrokeGroupedRequest.js → HypnogramVitalsRequest.js} +0 -0
  1126. /package/api/resources/{workouts/client/requests/WorkoutsGetRawRequest.js → vitals/client/requests/IgeGroupedVitalsRequest.js} +0 -0
  1127. /package/api/resources/{workouts/client/requests/WorkoutsGetRequest.js → vitals/client/requests/IgeVitalsRequest.js} +0 -0
  1128. /package/{dist/api/resources/activity/client/requests/ActivityGetRawRequest.js → api/resources/vitals/client/requests/IggGroupedVitalsRequest.js} +0 -0
  1129. /package/{dist/api/resources/activity/client/requests/ActivityGetRequest.js → api/resources/vitals/client/requests/IggVitalsRequest.js} +0 -0
  1130. /package/{dist/api/resources/aggregate/client/requests/AggregateGetTaskHistoryForContinuousQueryRequest.js → api/resources/vitals/client/requests/InhalerUsageGroupedVitalsRequest.js} +0 -0
  1131. /package/{dist/api/resources/body/client/requests/BodyGetRawRequest.js → api/resources/vitals/client/requests/InsulinInjectionGroupedVitalsRequest.js} +0 -0
  1132. /package/{dist/api/resources/body/client/requests/BodyGetRequest.js → api/resources/vitals/client/requests/LeanBodyMassGroupedVitalsRequest.js} +0 -0
  1133. /package/{dist/api/resources/devices/client/requests/DevicesGetRawRequest.js → api/resources/vitals/client/requests/MindfulnessMinutesGroupedVitalsRequest.js} +0 -0
  1134. /package/{dist/api/resources/electrocardiogram/client/requests/ElectrocardiogramGetRequest.js → api/resources/vitals/client/requests/MindfulnessMinutesVitalsRequest.js} +0 -0
  1135. /package/{dist/api/resources/insurance/client/requests/InsuranceSearchDiagnosisRequest.js → api/resources/vitals/client/requests/NoteGroupedVitalsRequest.js} +0 -0
  1136. /package/{dist/api/resources/insurance/client/requests/InsuranceSearchGetPayorInfoRequest.js → api/resources/vitals/client/requests/PeakExpiratoryFlowRateGroupedVitalsRequest.js} +0 -0
  1137. /package/{dist/api/resources/introspect/client/requests/IntrospectGetUserHistoricalPullsRequest.js → api/resources/vitals/client/requests/RespiratoryRateGroupedVitalsRequest.js} +0 -0
  1138. /package/{dist/api/resources/introspect/client/requests/IntrospectGetUserResourcesRequest.js → api/resources/vitals/client/requests/RespiratoryRateVitalsRequest.js} +0 -0
  1139. /package/{dist/api/resources/labTests/client/requests/LabTestsGetAreaInfoRequest.js → api/resources/vitals/client/requests/SleepApneaAlertGroupedVitalsRequest.js} +0 -0
  1140. /package/{dist/api/resources/labTests/client/requests/LabTestsGetByIdRequest.js → api/resources/vitals/client/requests/SleepBreathingDisturbanceGroupedVitalsRequest.js} +0 -0
  1141. /package/{dist/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.js → api/resources/vitals/client/requests/StandDurationGroupedVitalsRequest.js} +0 -0
  1142. /package/{dist/api/resources/labTests/client/requests/LabTestsGetMarkersByLabAndProviderIdRequest.js → api/resources/vitals/client/requests/StandHourGroupedVitalsRequest.js} +0 -0
  1143. /package/{dist/api/resources/labTests/client/requests/LabTestsGetMarkersForLabTestRequest.js → api/resources/vitals/client/requests/StepsGroupedVitalsRequest.js} +0 -0
  1144. /package/{dist/api/resources/labTests/client/requests/LabTestsGetMarkersForOrderSetRequest.js → api/resources/vitals/client/requests/StepsVitalsRequest.js} +0 -0
  1145. /package/{dist/api/resources/labTests/client/requests/LabTestsGetMarkersRequest.js → api/resources/vitals/client/requests/StressLevelGroupedVitalsRequest.js} +0 -0
  1146. /package/{dist/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.js → api/resources/vitals/client/requests/StressLevelVitalsRequest.js} +0 -0
  1147. /package/{dist/api/resources/labTests/client/requests/LabTestsGetOrdersRequest.js → api/resources/vitals/client/requests/UvExposureGroupedVitalsRequest.js} +0 -0
  1148. /package/{dist/api/resources/labTests/client/requests/LabTestsGetPaginatedRequest.js → api/resources/vitals/client/requests/Vo2MaxGroupedVitalsRequest.js} +0 -0
  1149. /package/{dist/api/resources/labTests/client/requests/LabTestsGetPhlebotomyAppointmentAvailabilityRequest.js → api/resources/vitals/client/requests/Vo2MaxVitalsRequest.js} +0 -0
  1150. /package/{dist/api/resources/labTests/client/requests/LabTestsGetPscAppointmentAvailabilityRequest.js → api/resources/vitals/client/requests/WaistCircumferenceGroupedVitalsRequest.js} +0 -0
  1151. /package/{dist/api/resources/labTests/client/requests/LabTestsGetPscInfoRequest.js → api/resources/vitals/client/requests/WaterGroupedVitalsRequest.js} +0 -0
  1152. /package/{dist/api/resources/labTests/client/requests/LabTestsGetRequest.js → api/resources/vitals/client/requests/WaterVitalsRequest.js} +0 -0
  1153. /package/{dist/api/resources/labTests/client/requests/LabTestsSimulateOrderProcessRequest.js → api/resources/vitals/client/requests/WheelchairPushGroupedVitalsRequest.js} +0 -0
  1154. /package/{dist/api/resources/link/client/requests/LinkCodeCreateRequest.js → api/resources/vitals/client/requests/WorkoutDistanceGroupedVitalsRequest.js} +0 -0
  1155. /package/{dist/api/resources/link/client/requests/LinkGenerateOauthLinkRequest.js → api/resources/vitals/client/requests/WorkoutDurationGroupedVitalsRequest.js} +0 -0
  1156. /package/{dist/api/resources/link/client/requests/LinkGetAllProvidersRequest.js → api/resources/vitals/client/requests/WorkoutSwimmingStrokeGroupedVitalsRequest.js} +0 -0
  1157. /package/{dist/api/resources/link/client/requests/LinkListBulkOpsRequest.js → api/resources/workouts/client/requests/GetByWorkoutIdWorkoutsRequest.js} +0 -0
  1158. /package/{dist/api/resources/link/client/requests/LinkTokenStateRequest.js → api/resources/workouts/client/requests/GetRawWorkoutsRequest.js} +0 -0
  1159. /package/{dist/api/resources/meal/client/requests/MealGetRequest.js → api/resources/workouts/client/requests/GetWorkoutsRequest.js} +0 -0
  1160. /package/dist/api/resources/{menstrualCycle/client/requests/MenstrualCycleGetRequest.js → activity/client/requests/GetActivityRequest.js} +0 -0
  1161. /package/dist/api/resources/{profile/client/requests/ProfileGetRawRequest.js → activity/client/requests/GetRawActivityRequest.js} +0 -0
  1162. /package/dist/api/resources/{profile/client/requests/ProfileGetRequest.js → aggregate/client/requests/GetResultTableForContinuousQueryAggregateRequest.js} +0 -0
  1163. /package/dist/api/resources/{providers/client/requests/ProvidersGetAllRequest.js → aggregate/client/requests/GetTaskHistoryForContinuousQueryAggregateRequest.js} +0 -0
  1164. /package/dist/api/resources/{sleep/client/requests/SleepGetRawRequest.js → body/client/requests/GetBodyRequest.js} +0 -0
  1165. /package/dist/api/resources/{sleep/client/requests/SleepGetRequest.js → body/client/requests/GetRawBodyRequest.js} +0 -0
  1166. /package/dist/api/resources/{sleepCycle/client/requests/SleepCycleGetRequest.js → devices/client/requests/GetRawDevicesRequest.js} +0 -0
  1167. /package/dist/api/resources/{team/client/requests/TeamGetLinkConfigRequest.js → electrocardiogram/client/requests/GetElectrocardiogramRequest.js} +0 -0
  1168. /package/dist/api/resources/{team/client/requests/TeamGetSourcePrioritiesRequest.js → insurance/client/requests/SearchDiagnosisInsuranceRequest.js} +0 -0
  1169. /package/dist/api/resources/{team/client/requests/TeamGetUserByIdRequest.js → insurance/client/requests/SearchGetPayorInfoInsuranceRequest.js} +0 -0
  1170. /package/dist/api/resources/{user/client/requests/UserGetAllRequest.js → introspect/client/requests/GetUserHistoricalPullsIntrospectRequest.js} +0 -0
  1171. /package/dist/api/resources/{user/client/requests/UserRefreshRequest.js → introspect/client/requests/GetUserResourcesIntrospectRequest.js} +0 -0
  1172. /package/dist/api/resources/{user/client/requests/UserUndoDeleteRequest.js → introspect/types/GetUserHistoricalPullsIntrospectRequestProvider.js} +0 -0
  1173. /package/dist/api/resources/{vitals/client/requests/VitalsAfibBurdenGroupedRequest.js → labTests/client/requests/BookPhlebotomyAppointmentLabTestsRequest.js} +0 -0
  1174. /package/dist/api/resources/{vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.js → labTests/client/requests/BookPscAppointmentLabTestsRequest.js} +0 -0
  1175. /package/dist/api/resources/{vitals/client/requests/VitalsBloodOxygenGroupedRequest.js → labTests/client/requests/CancelOrderLabTestsRequest.js} +0 -0
  1176. /package/dist/api/resources/{vitals/client/requests/VitalsBloodOxygenRequest.js → labTests/client/requests/GetAreaInfoLabTestsRequest.js} +0 -0
  1177. /package/dist/api/resources/{vitals/client/requests/VitalsBloodPressureGroupedRequest.js → labTests/client/requests/GetByIdLabTestsRequest.js} +0 -0
  1178. /package/dist/api/resources/{vitals/client/requests/VitalsBloodPressureRequest.js → labTests/client/requests/GetLabTestCollectionInstructionPdfLabTestsRequest.js} +0 -0
  1179. /package/dist/api/resources/{vitals/client/requests/VitalsBodyFatGroupedRequest.js → labTests/client/requests/GetLabTestsRequest.js} +0 -0
  1180. /package/dist/api/resources/{vitals/client/requests/VitalsBodyFatRequest.js → labTests/client/requests/GetLabelsPdfLabTestsRequest.js} +0 -0
  1181. /package/dist/api/resources/{vitals/client/requests/VitalsBodyMassIndexGroupedRequest.js → labTests/client/requests/GetMarkersByLabAndProviderIdLabTestsRequest.js} +0 -0
  1182. /package/dist/api/resources/{vitals/client/requests/VitalsBodyTemperatureDeltaGroupedRequest.js → labTests/client/requests/GetMarkersForLabTestLabTestsRequest.js} +0 -0
  1183. /package/dist/api/resources/{vitals/client/requests/VitalsBodyTemperatureGroupedRequest.js → labTests/client/requests/GetMarkersForOrderSetLabTestsRequest.js} +0 -0
  1184. /package/dist/api/resources/{vitals/client/requests/VitalsBodyWeightGroupedRequest.js → labTests/client/requests/GetMarkersLabTestsRequest.js} +0 -0
  1185. /package/dist/api/resources/{vitals/client/requests/VitalsBodyWeightRequest.js → labTests/client/requests/GetOrderAbnPdfLabTestsRequest.js} +0 -0
  1186. /package/dist/api/resources/{vitals/client/requests/VitalsCaffeineGroupedRequest.js → labTests/client/requests/GetOrderCollectionInstructionPdfLabTestsRequest.js} +0 -0
  1187. /package/dist/api/resources/{vitals/client/requests/VitalsCaffeineRequest.js → labTests/client/requests/GetOrderLabTestsRequest.js} +0 -0
  1188. /package/dist/api/resources/{vitals/client/requests/VitalsCaloriesActiveGroupedRequest.js → labTests/client/requests/GetOrderPscInfoLabTestsRequest.js} +0 -0
  1189. /package/dist/api/resources/{vitals/client/requests/VitalsCaloriesActiveRequest.js → labTests/client/requests/GetOrderRequistionPdfLabTestsRequest.js} +0 -0
  1190. /package/dist/api/resources/{vitals/client/requests/VitalsCaloriesBasalGroupedRequest.js → labTests/client/requests/GetOrdersLabTestsRequest.js} +0 -0
  1191. /package/dist/api/resources/{vitals/client/requests/VitalsCaloriesBasalRequest.js → labTests/client/requests/GetPaginatedLabTestsRequest.js} +0 -0
  1192. /package/dist/api/resources/{vitals/client/requests/VitalsCarbohydratesGroupedRequest.js → labTests/client/requests/GetPhlebotomyAppointmentAvailabilityLabTestsRequest.js} +0 -0
  1193. /package/dist/api/resources/{vitals/client/requests/VitalsCholesterolGroupedRequest.js → labTests/client/requests/GetPhlebotomyAppointmentLabTestsRequest.js} +0 -0
  1194. /package/dist/api/resources/{vitals/client/requests/VitalsCholesterolHdlRequest.js → labTests/client/requests/GetPscAppointmentAvailabilityLabTestsRequest.js} +0 -0
  1195. /package/dist/api/resources/{vitals/client/requests/VitalsCholesterolLdlRequest.js → labTests/client/requests/GetPscAppointmentLabTestsRequest.js} +0 -0
  1196. /package/dist/api/resources/{vitals/client/requests/VitalsCholesterolRequest.js → labTests/client/requests/GetPscInfoLabTestsRequest.js} +0 -0
  1197. /package/dist/api/resources/{vitals/client/requests/VitalsCholesterolTotalRequest.js → labTests/client/requests/GetResultMetadataLabTestsRequest.js} +0 -0
  1198. /package/dist/api/resources/{vitals/client/requests/VitalsCholesterolTriglyceridesRequest.js → labTests/client/requests/GetResultPdfLabTestsRequest.js} +0 -0
  1199. /package/dist/api/resources/{vitals/client/requests/VitalsDaylightExposureGroupedRequest.js → labTests/client/requests/GetResultRawLabTestsRequest.js} +0 -0
  1200. /package/dist/api/resources/{vitals/client/requests/VitalsDistanceGroupedRequest.js → labTests/client/requests/ReschedulePhlebotomyAppointmentLabTestsRequest.js} +0 -0
  1201. /package/dist/api/resources/{vitals/client/requests/VitalsDistanceRequest.js → labTests/client/requests/ReschedulePscAppointmentLabTestsRequest.js} +0 -0
  1202. /package/dist/api/resources/{vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.js → labTests/client/requests/SimulateOrderProcessLabTestsRequest.js} +0 -0
  1203. /package/dist/api/resources/{vitals/client/requests/VitalsElectrocardiogramVoltageRequest.js → labTests/client/requests/UpdateOnSiteCollectionOrderDrawCompletedLabTestsRequest.js} +0 -0
  1204. /package/dist/api/resources/{vitals/client/requests/VitalsFallGroupedRequest.js → link/client/requests/CodeCreateLinkRequest.js} +0 -0
  1205. /package/dist/api/resources/{vitals/client/requests/VitalsFloorsClimbedGroupedRequest.js → link/client/requests/GenerateOauthLinkLinkRequest.js} +0 -0
  1206. /package/dist/api/resources/{vitals/client/requests/VitalsFloorsClimbedRequest.js → link/client/requests/GetAllProvidersLinkRequest.js} +0 -0
  1207. /package/dist/api/resources/{vitals/client/requests/VitalsForcedExpiratoryVolume1GroupedRequest.js → link/client/requests/ListBulkOpsLinkRequest.js} +0 -0
  1208. /package/dist/api/resources/{vitals/client/requests/VitalsForcedVitalCapacityGroupedRequest.js → link/client/requests/TokenStateLinkRequest.js} +0 -0
  1209. /package/dist/api/resources/{vitals/client/requests/VitalsGlucoseGroupedRequest.js → meal/client/requests/GetMealRequest.js} +0 -0
  1210. /package/dist/api/resources/{vitals/client/requests/VitalsGlucoseRequest.js → menstrualCycle/client/requests/GetMenstrualCycleRequest.js} +0 -0
  1211. /package/dist/api/resources/{vitals/client/requests/VitalsHandwashingGroupedRequest.js → profile/client/requests/GetProfileRequest.js} +0 -0
  1212. /package/dist/api/resources/{vitals/client/requests/VitalsHeartRateAlertGroupedRequest.js → profile/client/requests/GetRawProfileRequest.js} +0 -0
  1213. /package/dist/api/resources/{vitals/client/requests/VitalsHeartRateRecoveryOneMinuteGroupedRequest.js → providers/client/requests/GetAllProvidersRequest.js} +0 -0
  1214. /package/dist/api/resources/{vitals/client/requests/VitalsHeartrateGroupedRequest.js → sleep/client/requests/GetRawSleepRequest.js} +0 -0
  1215. /package/dist/api/resources/{vitals/client/requests/VitalsHeartrateRequest.js → sleep/client/requests/GetSleepRequest.js} +0 -0
  1216. /package/dist/api/resources/{vitals/client/requests/VitalsHrvGroupedRequest.js → sleep/client/requests/GetStreamBySleepIdSleepRequest.js} +0 -0
  1217. /package/dist/api/resources/{vitals/client/requests/VitalsHrvRequest.js → sleepCycle/client/requests/GetSleepCycleRequest.js} +0 -0
  1218. /package/dist/api/resources/{vitals/client/requests/VitalsHypnogramGroupedRequest.js → team/client/requests/GetLinkConfigTeamRequest.js} +0 -0
  1219. /package/dist/api/resources/{vitals/client/requests/VitalsHypnogramRequest.js → team/client/requests/GetPhysiciansTeamRequest.js} +0 -0
  1220. /package/dist/api/resources/{vitals/client/requests/VitalsIgeGroupedRequest.js → team/client/requests/GetSourcePrioritiesTeamRequest.js} +0 -0
  1221. /package/dist/api/resources/{vitals/client/requests/VitalsIgeRequest.js → team/client/requests/GetTeamRequest.js} +0 -0
  1222. /package/dist/api/resources/{vitals/client/requests/VitalsIggGroupedRequest.js → team/client/requests/GetUserByIdTeamRequest.js} +0 -0
  1223. /package/dist/api/resources/{vitals/client/requests/VitalsIggRequest.js → user/client/requests/DeleteUserRequest.js} +0 -0
  1224. /package/dist/api/resources/{vitals/client/requests/VitalsInhalerUsageGroupedRequest.js → user/client/requests/DeregisterProviderUserRequest.js} +0 -0
  1225. /package/dist/api/resources/{vitals/client/requests/VitalsInsulinInjectionGroupedRequest.js → user/client/requests/GetAllUserRequest.js} +0 -0
  1226. /package/dist/api/resources/{vitals/client/requests/VitalsLeanBodyMassGroupedRequest.js → user/client/requests/GetByClientUserIdUserRequest.js} +0 -0
  1227. /package/dist/api/resources/{vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.js → user/client/requests/GetConnectedProvidersUserRequest.js} +0 -0
  1228. /package/dist/api/resources/{vitals/client/requests/VitalsMindfulnessMinutesRequest.js → user/client/requests/GetDeviceUserRequest.js} +0 -0
  1229. /package/dist/api/resources/{vitals/client/requests/VitalsNoteGroupedRequest.js → user/client/requests/GetDevicesUserRequest.js} +0 -0
  1230. /package/dist/api/resources/{vitals/client/requests/VitalsPeakExpiratoryFlowRateGroupedRequest.js → user/client/requests/GetLatestInsuranceUserRequest.js} +0 -0
  1231. /package/dist/api/resources/{vitals/client/requests/VitalsRespiratoryRateGroupedRequest.js → user/client/requests/GetLatestUserInfoUserRequest.js} +0 -0
  1232. /package/dist/api/resources/{vitals/client/requests/VitalsRespiratoryRateRequest.js → user/client/requests/GetUserRequest.js} +0 -0
  1233. /package/dist/api/resources/{vitals/client/requests/VitalsSleepApneaAlertGroupedRequest.js → user/client/requests/GetUserSignInTokenUserRequest.js} +0 -0
  1234. /package/dist/api/resources/{vitals/client/requests/VitalsSleepBreathingDisturbanceGroupedRequest.js → user/client/requests/RefreshUserRequest.js} +0 -0
  1235. /package/dist/api/resources/{vitals/client/requests/VitalsStandDurationGroupedRequest.js → user/client/requests/UndoDeleteUserRequest.js} +0 -0
  1236. /package/dist/api/resources/vitals/client/requests/{VitalsStandHourGroupedRequest.js → AfibBurdenGroupedVitalsRequest.js} +0 -0
  1237. /package/dist/api/resources/vitals/client/requests/{VitalsStepsGroupedRequest.js → BasalBodyTemperatureGroupedVitalsRequest.js} +0 -0
  1238. /package/dist/api/resources/vitals/client/requests/{VitalsStepsRequest.js → BloodOxygenGroupedVitalsRequest.js} +0 -0
  1239. /package/dist/api/resources/vitals/client/requests/{VitalsStressLevelGroupedRequest.js → BloodOxygenVitalsRequest.js} +0 -0
  1240. /package/dist/api/resources/vitals/client/requests/{VitalsStressLevelRequest.js → BloodPressureGroupedVitalsRequest.js} +0 -0
  1241. /package/dist/api/resources/vitals/client/requests/{VitalsUvExposureGroupedRequest.js → BloodPressureVitalsRequest.js} +0 -0
  1242. /package/dist/api/resources/vitals/client/requests/{VitalsVo2MaxGroupedRequest.js → BodyFatGroupedVitalsRequest.js} +0 -0
  1243. /package/dist/api/resources/vitals/client/requests/{VitalsVo2MaxRequest.js → BodyFatVitalsRequest.js} +0 -0
  1244. /package/dist/api/resources/vitals/client/requests/{VitalsWaistCircumferenceGroupedRequest.js → BodyMassIndexGroupedVitalsRequest.js} +0 -0
  1245. /package/dist/api/resources/vitals/client/requests/{VitalsWaterGroupedRequest.js → BodyTemperatureDeltaGroupedVitalsRequest.js} +0 -0
  1246. /package/dist/api/resources/vitals/client/requests/{VitalsWaterRequest.js → BodyTemperatureGroupedVitalsRequest.js} +0 -0
  1247. /package/dist/api/resources/vitals/client/requests/{VitalsWheelchairPushGroupedRequest.js → BodyWeightGroupedVitalsRequest.js} +0 -0
  1248. /package/dist/api/resources/vitals/client/requests/{VitalsWorkoutDistanceGroupedRequest.js → BodyWeightVitalsRequest.js} +0 -0
  1249. /package/dist/api/resources/vitals/client/requests/{VitalsWorkoutDurationGroupedRequest.js → CaffeineGroupedVitalsRequest.js} +0 -0
  1250. /package/dist/api/resources/vitals/client/requests/{VitalsWorkoutSwimmingStrokeGroupedRequest.js → CaffeineVitalsRequest.js} +0 -0
  1251. /package/dist/api/resources/{workouts/client/requests/WorkoutsGetRawRequest.js → vitals/client/requests/CaloriesActiveGroupedVitalsRequest.js} +0 -0
  1252. /package/dist/api/resources/{workouts/client/requests/WorkoutsGetRequest.js → vitals/client/requests/CaloriesActiveVitalsRequest.js} +0 -0
@@ -51,7 +51,7 @@ class Vitals {
51
51
  }
52
52
  /**
53
53
  * @param {string} userId
54
- * @param {Vital.VitalsWorkoutSwimmingStrokeGroupedRequest} request
54
+ * @param {Vital.WorkoutSwimmingStrokeGroupedVitalsRequest} request
55
55
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
56
56
  *
57
57
  * @throws {@link Vital.UnprocessableEntityError}
@@ -82,7 +82,7 @@ class Vitals {
82
82
  const _response = yield core.fetcher({
83
83
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/workout_swimming_stroke/grouped`),
84
84
  method: "GET",
85
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
85
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
86
86
  contentType: "application/json",
87
87
  queryParameters: _queryParams,
88
88
  requestType: "json",
@@ -131,7 +131,7 @@ class Vitals {
131
131
  }
132
132
  /**
133
133
  * @param {string} userId
134
- * @param {Vital.VitalsWorkoutDistanceGroupedRequest} request
134
+ * @param {Vital.WorkoutDistanceGroupedVitalsRequest} request
135
135
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
136
136
  *
137
137
  * @throws {@link Vital.UnprocessableEntityError}
@@ -162,7 +162,7 @@ class Vitals {
162
162
  const _response = yield core.fetcher({
163
163
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/workout_distance/grouped`),
164
164
  method: "GET",
165
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
165
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
166
166
  contentType: "application/json",
167
167
  queryParameters: _queryParams,
168
168
  requestType: "json",
@@ -211,7 +211,7 @@ class Vitals {
211
211
  }
212
212
  /**
213
213
  * @param {string} userId
214
- * @param {Vital.VitalsHeartRateRecoveryOneMinuteGroupedRequest} request
214
+ * @param {Vital.HeartRateRecoveryOneMinuteGroupedVitalsRequest} request
215
215
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
216
216
  *
217
217
  * @throws {@link Vital.UnprocessableEntityError}
@@ -242,7 +242,7 @@ class Vitals {
242
242
  const _response = yield core.fetcher({
243
243
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/heart_rate_recovery_one_minute/grouped`),
244
244
  method: "GET",
245
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
245
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
246
246
  contentType: "application/json",
247
247
  queryParameters: _queryParams,
248
248
  requestType: "json",
@@ -291,7 +291,7 @@ class Vitals {
291
291
  }
292
292
  /**
293
293
  * @param {string} userId
294
- * @param {Vital.VitalsWaistCircumferenceGroupedRequest} request
294
+ * @param {Vital.WaistCircumferenceGroupedVitalsRequest} request
295
295
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
296
296
  *
297
297
  * @throws {@link Vital.UnprocessableEntityError}
@@ -322,7 +322,7 @@ class Vitals {
322
322
  const _response = yield core.fetcher({
323
323
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/waist_circumference/grouped`),
324
324
  method: "GET",
325
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
325
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
326
326
  contentType: "application/json",
327
327
  queryParameters: _queryParams,
328
328
  requestType: "json",
@@ -371,7 +371,7 @@ class Vitals {
371
371
  }
372
372
  /**
373
373
  * @param {string} userId
374
- * @param {Vital.VitalsLeanBodyMassGroupedRequest} request
374
+ * @param {Vital.LeanBodyMassGroupedVitalsRequest} request
375
375
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
376
376
  *
377
377
  * @throws {@link Vital.UnprocessableEntityError}
@@ -402,7 +402,7 @@ class Vitals {
402
402
  const _response = yield core.fetcher({
403
403
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/lean_body_mass/grouped`),
404
404
  method: "GET",
405
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
405
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
406
406
  contentType: "application/json",
407
407
  queryParameters: _queryParams,
408
408
  requestType: "json",
@@ -451,7 +451,7 @@ class Vitals {
451
451
  }
452
452
  /**
453
453
  * @param {string} userId
454
- * @param {Vital.VitalsBodyMassIndexGroupedRequest} request
454
+ * @param {Vital.BodyMassIndexGroupedVitalsRequest} request
455
455
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
456
456
  *
457
457
  * @throws {@link Vital.UnprocessableEntityError}
@@ -482,7 +482,7 @@ class Vitals {
482
482
  const _response = yield core.fetcher({
483
483
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/body_mass_index/grouped`),
484
484
  method: "GET",
485
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
485
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
486
486
  contentType: "application/json",
487
487
  queryParameters: _queryParams,
488
488
  requestType: "json",
@@ -531,7 +531,7 @@ class Vitals {
531
531
  }
532
532
  /**
533
533
  * @param {string} userId
534
- * @param {Vital.VitalsBasalBodyTemperatureGroupedRequest} request
534
+ * @param {Vital.BasalBodyTemperatureGroupedVitalsRequest} request
535
535
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
536
536
  *
537
537
  * @throws {@link Vital.UnprocessableEntityError}
@@ -562,7 +562,7 @@ class Vitals {
562
562
  const _response = yield core.fetcher({
563
563
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/basal_body_temperature/grouped`),
564
564
  method: "GET",
565
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
565
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
566
566
  contentType: "application/json",
567
567
  queryParameters: _queryParams,
568
568
  requestType: "json",
@@ -611,7 +611,7 @@ class Vitals {
611
611
  }
612
612
  /**
613
613
  * @param {string} userId
614
- * @param {Vital.VitalsHandwashingGroupedRequest} request
614
+ * @param {Vital.HandwashingGroupedVitalsRequest} request
615
615
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
616
616
  *
617
617
  * @throws {@link Vital.UnprocessableEntityError}
@@ -642,7 +642,7 @@ class Vitals {
642
642
  const _response = yield core.fetcher({
643
643
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/handwashing/grouped`),
644
644
  method: "GET",
645
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
645
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
646
646
  contentType: "application/json",
647
647
  queryParameters: _queryParams,
648
648
  requestType: "json",
@@ -691,7 +691,7 @@ class Vitals {
691
691
  }
692
692
  /**
693
693
  * @param {string} userId
694
- * @param {Vital.VitalsDaylightExposureGroupedRequest} request
694
+ * @param {Vital.DaylightExposureGroupedVitalsRequest} request
695
695
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
696
696
  *
697
697
  * @throws {@link Vital.UnprocessableEntityError}
@@ -722,7 +722,7 @@ class Vitals {
722
722
  const _response = yield core.fetcher({
723
723
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/daylight_exposure/grouped`),
724
724
  method: "GET",
725
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
725
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
726
726
  contentType: "application/json",
727
727
  queryParameters: _queryParams,
728
728
  requestType: "json",
@@ -771,7 +771,7 @@ class Vitals {
771
771
  }
772
772
  /**
773
773
  * @param {string} userId
774
- * @param {Vital.VitalsUvExposureGroupedRequest} request
774
+ * @param {Vital.UvExposureGroupedVitalsRequest} request
775
775
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
776
776
  *
777
777
  * @throws {@link Vital.UnprocessableEntityError}
@@ -802,7 +802,7 @@ class Vitals {
802
802
  const _response = yield core.fetcher({
803
803
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/uv_exposure/grouped`),
804
804
  method: "GET",
805
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
805
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
806
806
  contentType: "application/json",
807
807
  queryParameters: _queryParams,
808
808
  requestType: "json",
@@ -851,7 +851,7 @@ class Vitals {
851
851
  }
852
852
  /**
853
853
  * @param {string} userId
854
- * @param {Vital.VitalsFallGroupedRequest} request
854
+ * @param {Vital.FallGroupedVitalsRequest} request
855
855
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
856
856
  *
857
857
  * @throws {@link Vital.UnprocessableEntityError}
@@ -882,7 +882,7 @@ class Vitals {
882
882
  const _response = yield core.fetcher({
883
883
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/fall/grouped`),
884
884
  method: "GET",
885
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
885
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
886
886
  contentType: "application/json",
887
887
  queryParameters: _queryParams,
888
888
  requestType: "json",
@@ -931,7 +931,7 @@ class Vitals {
931
931
  }
932
932
  /**
933
933
  * @param {string} userId
934
- * @param {Vital.VitalsInhalerUsageGroupedRequest} request
934
+ * @param {Vital.InhalerUsageGroupedVitalsRequest} request
935
935
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
936
936
  *
937
937
  * @throws {@link Vital.UnprocessableEntityError}
@@ -962,7 +962,7 @@ class Vitals {
962
962
  const _response = yield core.fetcher({
963
963
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/inhaler_usage/grouped`),
964
964
  method: "GET",
965
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
965
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
966
966
  contentType: "application/json",
967
967
  queryParameters: _queryParams,
968
968
  requestType: "json",
@@ -1011,7 +1011,7 @@ class Vitals {
1011
1011
  }
1012
1012
  /**
1013
1013
  * @param {string} userId
1014
- * @param {Vital.VitalsPeakExpiratoryFlowRateGroupedRequest} request
1014
+ * @param {Vital.PeakExpiratoryFlowRateGroupedVitalsRequest} request
1015
1015
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
1016
1016
  *
1017
1017
  * @throws {@link Vital.UnprocessableEntityError}
@@ -1042,7 +1042,7 @@ class Vitals {
1042
1042
  const _response = yield core.fetcher({
1043
1043
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/peak_expiratory_flow_rate/grouped`),
1044
1044
  method: "GET",
1045
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1045
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1046
1046
  contentType: "application/json",
1047
1047
  queryParameters: _queryParams,
1048
1048
  requestType: "json",
@@ -1091,7 +1091,7 @@ class Vitals {
1091
1091
  }
1092
1092
  /**
1093
1093
  * @param {string} userId
1094
- * @param {Vital.VitalsForcedVitalCapacityGroupedRequest} request
1094
+ * @param {Vital.ForcedVitalCapacityGroupedVitalsRequest} request
1095
1095
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
1096
1096
  *
1097
1097
  * @throws {@link Vital.UnprocessableEntityError}
@@ -1122,7 +1122,7 @@ class Vitals {
1122
1122
  const _response = yield core.fetcher({
1123
1123
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/forced_vital_capacity/grouped`),
1124
1124
  method: "GET",
1125
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1125
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1126
1126
  contentType: "application/json",
1127
1127
  queryParameters: _queryParams,
1128
1128
  requestType: "json",
@@ -1171,7 +1171,7 @@ class Vitals {
1171
1171
  }
1172
1172
  /**
1173
1173
  * @param {string} userId
1174
- * @param {Vital.VitalsForcedExpiratoryVolume1GroupedRequest} request
1174
+ * @param {Vital.ForcedExpiratoryVolume1GroupedVitalsRequest} request
1175
1175
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
1176
1176
  *
1177
1177
  * @throws {@link Vital.UnprocessableEntityError}
@@ -1202,7 +1202,7 @@ class Vitals {
1202
1202
  const _response = yield core.fetcher({
1203
1203
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/forced_expiratory_volume_1/grouped`),
1204
1204
  method: "GET",
1205
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1205
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1206
1206
  contentType: "application/json",
1207
1207
  queryParameters: _queryParams,
1208
1208
  requestType: "json",
@@ -1251,7 +1251,7 @@ class Vitals {
1251
1251
  }
1252
1252
  /**
1253
1253
  * @param {string} userId
1254
- * @param {Vital.VitalsWheelchairPushGroupedRequest} request
1254
+ * @param {Vital.WheelchairPushGroupedVitalsRequest} request
1255
1255
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
1256
1256
  *
1257
1257
  * @throws {@link Vital.UnprocessableEntityError}
@@ -1282,7 +1282,7 @@ class Vitals {
1282
1282
  const _response = yield core.fetcher({
1283
1283
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/wheelchair_push/grouped`),
1284
1284
  method: "GET",
1285
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1285
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1286
1286
  contentType: "application/json",
1287
1287
  queryParameters: _queryParams,
1288
1288
  requestType: "json",
@@ -1331,7 +1331,7 @@ class Vitals {
1331
1331
  }
1332
1332
  /**
1333
1333
  * @param {string} userId
1334
- * @param {Vital.VitalsSleepBreathingDisturbanceGroupedRequest} request
1334
+ * @param {Vital.SleepBreathingDisturbanceGroupedVitalsRequest} request
1335
1335
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
1336
1336
  *
1337
1337
  * @throws {@link Vital.UnprocessableEntityError}
@@ -1362,7 +1362,7 @@ class Vitals {
1362
1362
  const _response = yield core.fetcher({
1363
1363
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/sleep_breathing_disturbance/grouped`),
1364
1364
  method: "GET",
1365
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1365
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1366
1366
  contentType: "application/json",
1367
1367
  queryParameters: _queryParams,
1368
1368
  requestType: "json",
@@ -1411,7 +1411,7 @@ class Vitals {
1411
1411
  }
1412
1412
  /**
1413
1413
  * @param {string} userId
1414
- * @param {Vital.VitalsSleepApneaAlertGroupedRequest} request
1414
+ * @param {Vital.SleepApneaAlertGroupedVitalsRequest} request
1415
1415
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
1416
1416
  *
1417
1417
  * @throws {@link Vital.UnprocessableEntityError}
@@ -1442,7 +1442,7 @@ class Vitals {
1442
1442
  const _response = yield core.fetcher({
1443
1443
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/sleep_apnea_alert/grouped`),
1444
1444
  method: "GET",
1445
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1445
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1446
1446
  contentType: "application/json",
1447
1447
  queryParameters: _queryParams,
1448
1448
  requestType: "json",
@@ -1491,7 +1491,7 @@ class Vitals {
1491
1491
  }
1492
1492
  /**
1493
1493
  * @param {string} userId
1494
- * @param {Vital.VitalsStandDurationGroupedRequest} request
1494
+ * @param {Vital.StandDurationGroupedVitalsRequest} request
1495
1495
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
1496
1496
  *
1497
1497
  * @throws {@link Vital.UnprocessableEntityError}
@@ -1522,7 +1522,7 @@ class Vitals {
1522
1522
  const _response = yield core.fetcher({
1523
1523
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/stand_duration/grouped`),
1524
1524
  method: "GET",
1525
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1525
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1526
1526
  contentType: "application/json",
1527
1527
  queryParameters: _queryParams,
1528
1528
  requestType: "json",
@@ -1571,7 +1571,7 @@ class Vitals {
1571
1571
  }
1572
1572
  /**
1573
1573
  * @param {string} userId
1574
- * @param {Vital.VitalsStandHourGroupedRequest} request
1574
+ * @param {Vital.StandHourGroupedVitalsRequest} request
1575
1575
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
1576
1576
  *
1577
1577
  * @throws {@link Vital.UnprocessableEntityError}
@@ -1602,7 +1602,7 @@ class Vitals {
1602
1602
  const _response = yield core.fetcher({
1603
1603
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/stand_hour/grouped`),
1604
1604
  method: "GET",
1605
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1605
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1606
1606
  contentType: "application/json",
1607
1607
  queryParameters: _queryParams,
1608
1608
  requestType: "json",
@@ -1651,7 +1651,7 @@ class Vitals {
1651
1651
  }
1652
1652
  /**
1653
1653
  * @param {string} userId
1654
- * @param {Vital.VitalsHeartRateAlertGroupedRequest} request
1654
+ * @param {Vital.HeartRateAlertGroupedVitalsRequest} request
1655
1655
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
1656
1656
  *
1657
1657
  * @throws {@link Vital.UnprocessableEntityError}
@@ -1682,7 +1682,7 @@ class Vitals {
1682
1682
  const _response = yield core.fetcher({
1683
1683
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/heart_rate_alert/grouped`),
1684
1684
  method: "GET",
1685
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1685
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1686
1686
  contentType: "application/json",
1687
1687
  queryParameters: _queryParams,
1688
1688
  requestType: "json",
@@ -1731,7 +1731,7 @@ class Vitals {
1731
1731
  }
1732
1732
  /**
1733
1733
  * @param {string} userId
1734
- * @param {Vital.VitalsAfibBurdenGroupedRequest} request
1734
+ * @param {Vital.AfibBurdenGroupedVitalsRequest} request
1735
1735
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
1736
1736
  *
1737
1737
  * @throws {@link Vital.UnprocessableEntityError}
@@ -1762,7 +1762,7 @@ class Vitals {
1762
1762
  const _response = yield core.fetcher({
1763
1763
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/afib_burden/grouped`),
1764
1764
  method: "GET",
1765
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1765
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1766
1766
  contentType: "application/json",
1767
1767
  queryParameters: _queryParams,
1768
1768
  requestType: "json",
@@ -1811,7 +1811,7 @@ class Vitals {
1811
1811
  }
1812
1812
  /**
1813
1813
  * @param {string} userId
1814
- * @param {Vital.VitalsWorkoutDurationGroupedRequest} request
1814
+ * @param {Vital.WorkoutDurationGroupedVitalsRequest} request
1815
1815
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
1816
1816
  *
1817
1817
  * @throws {@link Vital.UnprocessableEntityError}
@@ -1842,7 +1842,7 @@ class Vitals {
1842
1842
  const _response = yield core.fetcher({
1843
1843
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/workout_duration/grouped`),
1844
1844
  method: "GET",
1845
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1845
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1846
1846
  contentType: "application/json",
1847
1847
  queryParameters: _queryParams,
1848
1848
  requestType: "json",
@@ -1891,7 +1891,7 @@ class Vitals {
1891
1891
  }
1892
1892
  /**
1893
1893
  * @param {string} userId
1894
- * @param {Vital.VitalsVo2MaxGroupedRequest} request
1894
+ * @param {Vital.Vo2MaxGroupedVitalsRequest} request
1895
1895
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
1896
1896
  *
1897
1897
  * @throws {@link Vital.UnprocessableEntityError}
@@ -1922,7 +1922,7 @@ class Vitals {
1922
1922
  const _response = yield core.fetcher({
1923
1923
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/vo2_max/grouped`),
1924
1924
  method: "GET",
1925
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1925
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1926
1926
  contentType: "application/json",
1927
1927
  queryParameters: _queryParams,
1928
1928
  requestType: "json",
@@ -1971,7 +1971,7 @@ class Vitals {
1971
1971
  }
1972
1972
  /**
1973
1973
  * @param {string} userId
1974
- * @param {Vital.VitalsStressLevelGroupedRequest} request
1974
+ * @param {Vital.StressLevelGroupedVitalsRequest} request
1975
1975
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
1976
1976
  *
1977
1977
  * @throws {@link Vital.UnprocessableEntityError}
@@ -2002,7 +2002,7 @@ class Vitals {
2002
2002
  const _response = yield core.fetcher({
2003
2003
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/stress_level/grouped`),
2004
2004
  method: "GET",
2005
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2005
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2006
2006
  contentType: "application/json",
2007
2007
  queryParameters: _queryParams,
2008
2008
  requestType: "json",
@@ -2051,7 +2051,7 @@ class Vitals {
2051
2051
  }
2052
2052
  /**
2053
2053
  * @param {string} userId
2054
- * @param {Vital.VitalsMindfulnessMinutesGroupedRequest} request
2054
+ * @param {Vital.MindfulnessMinutesGroupedVitalsRequest} request
2055
2055
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
2056
2056
  *
2057
2057
  * @throws {@link Vital.UnprocessableEntityError}
@@ -2082,7 +2082,7 @@ class Vitals {
2082
2082
  const _response = yield core.fetcher({
2083
2083
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/mindfulness_minutes/grouped`),
2084
2084
  method: "GET",
2085
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2085
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2086
2086
  contentType: "application/json",
2087
2087
  queryParameters: _queryParams,
2088
2088
  requestType: "json",
@@ -2131,7 +2131,7 @@ class Vitals {
2131
2131
  }
2132
2132
  /**
2133
2133
  * @param {string} userId
2134
- * @param {Vital.VitalsCaffeineGroupedRequest} request
2134
+ * @param {Vital.CaffeineGroupedVitalsRequest} request
2135
2135
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
2136
2136
  *
2137
2137
  * @throws {@link Vital.UnprocessableEntityError}
@@ -2162,7 +2162,7 @@ class Vitals {
2162
2162
  const _response = yield core.fetcher({
2163
2163
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/caffeine/grouped`),
2164
2164
  method: "GET",
2165
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2165
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2166
2166
  contentType: "application/json",
2167
2167
  queryParameters: _queryParams,
2168
2168
  requestType: "json",
@@ -2211,7 +2211,7 @@ class Vitals {
2211
2211
  }
2212
2212
  /**
2213
2213
  * @param {string} userId
2214
- * @param {Vital.VitalsWaterGroupedRequest} request
2214
+ * @param {Vital.WaterGroupedVitalsRequest} request
2215
2215
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
2216
2216
  *
2217
2217
  * @throws {@link Vital.UnprocessableEntityError}
@@ -2242,7 +2242,7 @@ class Vitals {
2242
2242
  const _response = yield core.fetcher({
2243
2243
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/water/grouped`),
2244
2244
  method: "GET",
2245
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2245
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2246
2246
  contentType: "application/json",
2247
2247
  queryParameters: _queryParams,
2248
2248
  requestType: "json",
@@ -2291,7 +2291,7 @@ class Vitals {
2291
2291
  }
2292
2292
  /**
2293
2293
  * @param {string} userId
2294
- * @param {Vital.VitalsStepsGroupedRequest} request
2294
+ * @param {Vital.StepsGroupedVitalsRequest} request
2295
2295
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
2296
2296
  *
2297
2297
  * @throws {@link Vital.UnprocessableEntityError}
@@ -2322,7 +2322,7 @@ class Vitals {
2322
2322
  const _response = yield core.fetcher({
2323
2323
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/steps/grouped`),
2324
2324
  method: "GET",
2325
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2325
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2326
2326
  contentType: "application/json",
2327
2327
  queryParameters: _queryParams,
2328
2328
  requestType: "json",
@@ -2371,7 +2371,7 @@ class Vitals {
2371
2371
  }
2372
2372
  /**
2373
2373
  * @param {string} userId
2374
- * @param {Vital.VitalsFloorsClimbedGroupedRequest} request
2374
+ * @param {Vital.FloorsClimbedGroupedVitalsRequest} request
2375
2375
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
2376
2376
  *
2377
2377
  * @throws {@link Vital.UnprocessableEntityError}
@@ -2402,7 +2402,7 @@ class Vitals {
2402
2402
  const _response = yield core.fetcher({
2403
2403
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/floors_climbed/grouped`),
2404
2404
  method: "GET",
2405
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2405
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2406
2406
  contentType: "application/json",
2407
2407
  queryParameters: _queryParams,
2408
2408
  requestType: "json",
@@ -2451,7 +2451,7 @@ class Vitals {
2451
2451
  }
2452
2452
  /**
2453
2453
  * @param {string} userId
2454
- * @param {Vital.VitalsDistanceGroupedRequest} request
2454
+ * @param {Vital.DistanceGroupedVitalsRequest} request
2455
2455
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
2456
2456
  *
2457
2457
  * @throws {@link Vital.UnprocessableEntityError}
@@ -2482,7 +2482,7 @@ class Vitals {
2482
2482
  const _response = yield core.fetcher({
2483
2483
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/distance/grouped`),
2484
2484
  method: "GET",
2485
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2485
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2486
2486
  contentType: "application/json",
2487
2487
  queryParameters: _queryParams,
2488
2488
  requestType: "json",
@@ -2531,7 +2531,7 @@ class Vitals {
2531
2531
  }
2532
2532
  /**
2533
2533
  * @param {string} userId
2534
- * @param {Vital.VitalsCaloriesBasalGroupedRequest} request
2534
+ * @param {Vital.CaloriesBasalGroupedVitalsRequest} request
2535
2535
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
2536
2536
  *
2537
2537
  * @throws {@link Vital.UnprocessableEntityError}
@@ -2562,7 +2562,7 @@ class Vitals {
2562
2562
  const _response = yield core.fetcher({
2563
2563
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/calories_basal/grouped`),
2564
2564
  method: "GET",
2565
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2565
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2566
2566
  contentType: "application/json",
2567
2567
  queryParameters: _queryParams,
2568
2568
  requestType: "json",
@@ -2611,7 +2611,7 @@ class Vitals {
2611
2611
  }
2612
2612
  /**
2613
2613
  * @param {string} userId
2614
- * @param {Vital.VitalsCaloriesActiveGroupedRequest} request
2614
+ * @param {Vital.CaloriesActiveGroupedVitalsRequest} request
2615
2615
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
2616
2616
  *
2617
2617
  * @throws {@link Vital.UnprocessableEntityError}
@@ -2642,7 +2642,7 @@ class Vitals {
2642
2642
  const _response = yield core.fetcher({
2643
2643
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/calories_active/grouped`),
2644
2644
  method: "GET",
2645
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2645
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2646
2646
  contentType: "application/json",
2647
2647
  queryParameters: _queryParams,
2648
2648
  requestType: "json",
@@ -2691,7 +2691,7 @@ class Vitals {
2691
2691
  }
2692
2692
  /**
2693
2693
  * @param {string} userId
2694
- * @param {Vital.VitalsRespiratoryRateGroupedRequest} request
2694
+ * @param {Vital.RespiratoryRateGroupedVitalsRequest} request
2695
2695
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
2696
2696
  *
2697
2697
  * @throws {@link Vital.UnprocessableEntityError}
@@ -2722,7 +2722,7 @@ class Vitals {
2722
2722
  const _response = yield core.fetcher({
2723
2723
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/respiratory_rate/grouped`),
2724
2724
  method: "GET",
2725
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2725
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2726
2726
  contentType: "application/json",
2727
2727
  queryParameters: _queryParams,
2728
2728
  requestType: "json",
@@ -2771,7 +2771,7 @@ class Vitals {
2771
2771
  }
2772
2772
  /**
2773
2773
  * @param {string} userId
2774
- * @param {Vital.VitalsNoteGroupedRequest} request
2774
+ * @param {Vital.NoteGroupedVitalsRequest} request
2775
2775
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
2776
2776
  *
2777
2777
  * @throws {@link Vital.UnprocessableEntityError}
@@ -2802,7 +2802,7 @@ class Vitals {
2802
2802
  const _response = yield core.fetcher({
2803
2803
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/note/grouped`),
2804
2804
  method: "GET",
2805
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2805
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2806
2806
  contentType: "application/json",
2807
2807
  queryParameters: _queryParams,
2808
2808
  requestType: "json",
@@ -2851,7 +2851,7 @@ class Vitals {
2851
2851
  }
2852
2852
  /**
2853
2853
  * @param {string} userId
2854
- * @param {Vital.VitalsInsulinInjectionGroupedRequest} request
2854
+ * @param {Vital.InsulinInjectionGroupedVitalsRequest} request
2855
2855
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
2856
2856
  *
2857
2857
  * @throws {@link Vital.UnprocessableEntityError}
@@ -2882,7 +2882,7 @@ class Vitals {
2882
2882
  const _response = yield core.fetcher({
2883
2883
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/insulin_injection/grouped`),
2884
2884
  method: "GET",
2885
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2885
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2886
2886
  contentType: "application/json",
2887
2887
  queryParameters: _queryParams,
2888
2888
  requestType: "json",
@@ -2931,7 +2931,7 @@ class Vitals {
2931
2931
  }
2932
2932
  /**
2933
2933
  * @param {string} userId
2934
- * @param {Vital.VitalsIgeGroupedRequest} request
2934
+ * @param {Vital.IgeGroupedVitalsRequest} request
2935
2935
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
2936
2936
  *
2937
2937
  * @throws {@link Vital.UnprocessableEntityError}
@@ -2962,7 +2962,7 @@ class Vitals {
2962
2962
  const _response = yield core.fetcher({
2963
2963
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/ige/grouped`),
2964
2964
  method: "GET",
2965
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2965
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2966
2966
  contentType: "application/json",
2967
2967
  queryParameters: _queryParams,
2968
2968
  requestType: "json",
@@ -3011,7 +3011,7 @@ class Vitals {
3011
3011
  }
3012
3012
  /**
3013
3013
  * @param {string} userId
3014
- * @param {Vital.VitalsIggGroupedRequest} request
3014
+ * @param {Vital.IggGroupedVitalsRequest} request
3015
3015
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
3016
3016
  *
3017
3017
  * @throws {@link Vital.UnprocessableEntityError}
@@ -3042,7 +3042,7 @@ class Vitals {
3042
3042
  const _response = yield core.fetcher({
3043
3043
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/igg/grouped`),
3044
3044
  method: "GET",
3045
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3045
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3046
3046
  contentType: "application/json",
3047
3047
  queryParameters: _queryParams,
3048
3048
  requestType: "json",
@@ -3091,7 +3091,7 @@ class Vitals {
3091
3091
  }
3092
3092
  /**
3093
3093
  * @param {string} userId
3094
- * @param {Vital.VitalsHypnogramGroupedRequest} request
3094
+ * @param {Vital.HypnogramGroupedVitalsRequest} request
3095
3095
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
3096
3096
  *
3097
3097
  * @throws {@link Vital.UnprocessableEntityError}
@@ -3122,7 +3122,7 @@ class Vitals {
3122
3122
  const _response = yield core.fetcher({
3123
3123
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/hypnogram/grouped`),
3124
3124
  method: "GET",
3125
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3125
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3126
3126
  contentType: "application/json",
3127
3127
  queryParameters: _queryParams,
3128
3128
  requestType: "json",
@@ -3171,7 +3171,7 @@ class Vitals {
3171
3171
  }
3172
3172
  /**
3173
3173
  * @param {string} userId
3174
- * @param {Vital.VitalsHrvGroupedRequest} request
3174
+ * @param {Vital.HrvGroupedVitalsRequest} request
3175
3175
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
3176
3176
  *
3177
3177
  * @throws {@link Vital.UnprocessableEntityError}
@@ -3202,7 +3202,7 @@ class Vitals {
3202
3202
  const _response = yield core.fetcher({
3203
3203
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/hrv/grouped`),
3204
3204
  method: "GET",
3205
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3205
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3206
3206
  contentType: "application/json",
3207
3207
  queryParameters: _queryParams,
3208
3208
  requestType: "json",
@@ -3251,7 +3251,7 @@ class Vitals {
3251
3251
  }
3252
3252
  /**
3253
3253
  * @param {string} userId
3254
- * @param {Vital.VitalsHeartrateGroupedRequest} request
3254
+ * @param {Vital.HeartrateGroupedVitalsRequest} request
3255
3255
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
3256
3256
  *
3257
3257
  * @throws {@link Vital.UnprocessableEntityError}
@@ -3282,7 +3282,7 @@ class Vitals {
3282
3282
  const _response = yield core.fetcher({
3283
3283
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/heartrate/grouped`),
3284
3284
  method: "GET",
3285
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3285
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3286
3286
  contentType: "application/json",
3287
3287
  queryParameters: _queryParams,
3288
3288
  requestType: "json",
@@ -3331,7 +3331,7 @@ class Vitals {
3331
3331
  }
3332
3332
  /**
3333
3333
  * @param {string} userId
3334
- * @param {Vital.VitalsGlucoseGroupedRequest} request
3334
+ * @param {Vital.GlucoseGroupedVitalsRequest} request
3335
3335
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
3336
3336
  *
3337
3337
  * @throws {@link Vital.UnprocessableEntityError}
@@ -3362,7 +3362,7 @@ class Vitals {
3362
3362
  const _response = yield core.fetcher({
3363
3363
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/glucose/grouped`),
3364
3364
  method: "GET",
3365
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3365
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3366
3366
  contentType: "application/json",
3367
3367
  queryParameters: _queryParams,
3368
3368
  requestType: "json",
@@ -3411,7 +3411,7 @@ class Vitals {
3411
3411
  }
3412
3412
  /**
3413
3413
  * @param {string} userId
3414
- * @param {Vital.VitalsCholesterolGroupedRequest} request
3414
+ * @param {Vital.CholesterolGroupedVitalsRequest} request
3415
3415
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
3416
3416
  *
3417
3417
  * @throws {@link Vital.UnprocessableEntityError}
@@ -3442,7 +3442,7 @@ class Vitals {
3442
3442
  const _response = yield core.fetcher({
3443
3443
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/cholesterol/grouped`),
3444
3444
  method: "GET",
3445
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3445
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3446
3446
  contentType: "application/json",
3447
3447
  queryParameters: _queryParams,
3448
3448
  requestType: "json",
@@ -3491,7 +3491,7 @@ class Vitals {
3491
3491
  }
3492
3492
  /**
3493
3493
  * @param {string} userId
3494
- * @param {Vital.VitalsCarbohydratesGroupedRequest} request
3494
+ * @param {Vital.CarbohydratesGroupedVitalsRequest} request
3495
3495
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
3496
3496
  *
3497
3497
  * @throws {@link Vital.UnprocessableEntityError}
@@ -3522,7 +3522,7 @@ class Vitals {
3522
3522
  const _response = yield core.fetcher({
3523
3523
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/carbohydrates/grouped`),
3524
3524
  method: "GET",
3525
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3525
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3526
3526
  contentType: "application/json",
3527
3527
  queryParameters: _queryParams,
3528
3528
  requestType: "json",
@@ -3571,7 +3571,7 @@ class Vitals {
3571
3571
  }
3572
3572
  /**
3573
3573
  * @param {string} userId
3574
- * @param {Vital.VitalsBodyTemperatureDeltaGroupedRequest} request
3574
+ * @param {Vital.BodyTemperatureDeltaGroupedVitalsRequest} request
3575
3575
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
3576
3576
  *
3577
3577
  * @throws {@link Vital.UnprocessableEntityError}
@@ -3602,7 +3602,7 @@ class Vitals {
3602
3602
  const _response = yield core.fetcher({
3603
3603
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/body_temperature_delta/grouped`),
3604
3604
  method: "GET",
3605
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3605
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3606
3606
  contentType: "application/json",
3607
3607
  queryParameters: _queryParams,
3608
3608
  requestType: "json",
@@ -3651,7 +3651,7 @@ class Vitals {
3651
3651
  }
3652
3652
  /**
3653
3653
  * @param {string} userId
3654
- * @param {Vital.VitalsBodyTemperatureGroupedRequest} request
3654
+ * @param {Vital.BodyTemperatureGroupedVitalsRequest} request
3655
3655
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
3656
3656
  *
3657
3657
  * @throws {@link Vital.UnprocessableEntityError}
@@ -3682,7 +3682,7 @@ class Vitals {
3682
3682
  const _response = yield core.fetcher({
3683
3683
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/body_temperature/grouped`),
3684
3684
  method: "GET",
3685
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3685
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3686
3686
  contentType: "application/json",
3687
3687
  queryParameters: _queryParams,
3688
3688
  requestType: "json",
@@ -3731,7 +3731,7 @@ class Vitals {
3731
3731
  }
3732
3732
  /**
3733
3733
  * @param {string} userId
3734
- * @param {Vital.VitalsBodyWeightGroupedRequest} request
3734
+ * @param {Vital.BodyWeightGroupedVitalsRequest} request
3735
3735
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
3736
3736
  *
3737
3737
  * @throws {@link Vital.UnprocessableEntityError}
@@ -3762,7 +3762,7 @@ class Vitals {
3762
3762
  const _response = yield core.fetcher({
3763
3763
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/body_weight/grouped`),
3764
3764
  method: "GET",
3765
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3765
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3766
3766
  contentType: "application/json",
3767
3767
  queryParameters: _queryParams,
3768
3768
  requestType: "json",
@@ -3811,7 +3811,7 @@ class Vitals {
3811
3811
  }
3812
3812
  /**
3813
3813
  * @param {string} userId
3814
- * @param {Vital.VitalsBodyFatGroupedRequest} request
3814
+ * @param {Vital.BodyFatGroupedVitalsRequest} request
3815
3815
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
3816
3816
  *
3817
3817
  * @throws {@link Vital.UnprocessableEntityError}
@@ -3842,7 +3842,7 @@ class Vitals {
3842
3842
  const _response = yield core.fetcher({
3843
3843
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/body_fat/grouped`),
3844
3844
  method: "GET",
3845
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3845
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3846
3846
  contentType: "application/json",
3847
3847
  queryParameters: _queryParams,
3848
3848
  requestType: "json",
@@ -3891,7 +3891,7 @@ class Vitals {
3891
3891
  }
3892
3892
  /**
3893
3893
  * @param {string} userId
3894
- * @param {Vital.VitalsBloodOxygenGroupedRequest} request
3894
+ * @param {Vital.BloodOxygenGroupedVitalsRequest} request
3895
3895
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
3896
3896
  *
3897
3897
  * @throws {@link Vital.UnprocessableEntityError}
@@ -3922,7 +3922,7 @@ class Vitals {
3922
3922
  const _response = yield core.fetcher({
3923
3923
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/blood_oxygen/grouped`),
3924
3924
  method: "GET",
3925
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3925
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3926
3926
  contentType: "application/json",
3927
3927
  queryParameters: _queryParams,
3928
3928
  requestType: "json",
@@ -3971,7 +3971,7 @@ class Vitals {
3971
3971
  }
3972
3972
  /**
3973
3973
  * @param {string} userId
3974
- * @param {Vital.VitalsElectrocardiogramVoltageGroupedRequest} request
3974
+ * @param {Vital.ElectrocardiogramVoltageGroupedVitalsRequest} request
3975
3975
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
3976
3976
  *
3977
3977
  * @throws {@link Vital.UnprocessableEntityError}
@@ -4002,7 +4002,7 @@ class Vitals {
4002
4002
  const _response = yield core.fetcher({
4003
4003
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/electrocardiogram_voltage/grouped`),
4004
4004
  method: "GET",
4005
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4005
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4006
4006
  contentType: "application/json",
4007
4007
  queryParameters: _queryParams,
4008
4008
  requestType: "json",
@@ -4051,7 +4051,7 @@ class Vitals {
4051
4051
  }
4052
4052
  /**
4053
4053
  * @param {string} userId
4054
- * @param {Vital.VitalsBloodPressureGroupedRequest} request
4054
+ * @param {Vital.BloodPressureGroupedVitalsRequest} request
4055
4055
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
4056
4056
  *
4057
4057
  * @throws {@link Vital.UnprocessableEntityError}
@@ -4082,7 +4082,7 @@ class Vitals {
4082
4082
  const _response = yield core.fetcher({
4083
4083
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/blood_pressure/grouped`),
4084
4084
  method: "GET",
4085
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4085
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4086
4086
  contentType: "application/json",
4087
4087
  queryParameters: _queryParams,
4088
4088
  requestType: "json",
@@ -4131,7 +4131,7 @@ class Vitals {
4131
4131
  }
4132
4132
  /**
4133
4133
  * @param {string} userId
4134
- * @param {Vital.VitalsVo2MaxRequest} request
4134
+ * @param {Vital.Vo2MaxVitalsRequest} request
4135
4135
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
4136
4136
  *
4137
4137
  * @throws {@link Vital.UnprocessableEntityError}
@@ -4156,7 +4156,7 @@ class Vitals {
4156
4156
  const _response = yield core.fetcher({
4157
4157
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/vo2_max`),
4158
4158
  method: "GET",
4159
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4159
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4160
4160
  contentType: "application/json",
4161
4161
  queryParameters: _queryParams,
4162
4162
  requestType: "json",
@@ -4205,7 +4205,7 @@ class Vitals {
4205
4205
  }
4206
4206
  /**
4207
4207
  * @param {string} userId
4208
- * @param {Vital.VitalsStressLevelRequest} request
4208
+ * @param {Vital.StressLevelVitalsRequest} request
4209
4209
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
4210
4210
  *
4211
4211
  * @throws {@link Vital.UnprocessableEntityError}
@@ -4230,7 +4230,7 @@ class Vitals {
4230
4230
  const _response = yield core.fetcher({
4231
4231
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/stress_level`),
4232
4232
  method: "GET",
4233
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4233
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4234
4234
  contentType: "application/json",
4235
4235
  queryParameters: _queryParams,
4236
4236
  requestType: "json",
@@ -4279,7 +4279,7 @@ class Vitals {
4279
4279
  }
4280
4280
  /**
4281
4281
  * @param {string} userId
4282
- * @param {Vital.VitalsMindfulnessMinutesRequest} request
4282
+ * @param {Vital.MindfulnessMinutesVitalsRequest} request
4283
4283
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
4284
4284
  *
4285
4285
  * @throws {@link Vital.UnprocessableEntityError}
@@ -4304,7 +4304,7 @@ class Vitals {
4304
4304
  const _response = yield core.fetcher({
4305
4305
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/mindfulness_minutes`),
4306
4306
  method: "GET",
4307
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4307
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4308
4308
  contentType: "application/json",
4309
4309
  queryParameters: _queryParams,
4310
4310
  requestType: "json",
@@ -4353,7 +4353,7 @@ class Vitals {
4353
4353
  }
4354
4354
  /**
4355
4355
  * @param {string} userId
4356
- * @param {Vital.VitalsCaffeineRequest} request
4356
+ * @param {Vital.CaffeineVitalsRequest} request
4357
4357
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
4358
4358
  *
4359
4359
  * @throws {@link Vital.UnprocessableEntityError}
@@ -4378,7 +4378,7 @@ class Vitals {
4378
4378
  const _response = yield core.fetcher({
4379
4379
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/caffeine`),
4380
4380
  method: "GET",
4381
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4381
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4382
4382
  contentType: "application/json",
4383
4383
  queryParameters: _queryParams,
4384
4384
  requestType: "json",
@@ -4427,7 +4427,7 @@ class Vitals {
4427
4427
  }
4428
4428
  /**
4429
4429
  * @param {string} userId
4430
- * @param {Vital.VitalsWaterRequest} request
4430
+ * @param {Vital.WaterVitalsRequest} request
4431
4431
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
4432
4432
  *
4433
4433
  * @throws {@link Vital.UnprocessableEntityError}
@@ -4452,7 +4452,7 @@ class Vitals {
4452
4452
  const _response = yield core.fetcher({
4453
4453
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/water`),
4454
4454
  method: "GET",
4455
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4455
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4456
4456
  contentType: "application/json",
4457
4457
  queryParameters: _queryParams,
4458
4458
  requestType: "json",
@@ -4501,7 +4501,7 @@ class Vitals {
4501
4501
  }
4502
4502
  /**
4503
4503
  * @param {string} userId
4504
- * @param {Vital.VitalsStepsRequest} request
4504
+ * @param {Vital.StepsVitalsRequest} request
4505
4505
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
4506
4506
  *
4507
4507
  * @throws {@link Vital.UnprocessableEntityError}
@@ -4526,7 +4526,7 @@ class Vitals {
4526
4526
  const _response = yield core.fetcher({
4527
4527
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/steps`),
4528
4528
  method: "GET",
4529
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4529
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4530
4530
  contentType: "application/json",
4531
4531
  queryParameters: _queryParams,
4532
4532
  requestType: "json",
@@ -4575,7 +4575,7 @@ class Vitals {
4575
4575
  }
4576
4576
  /**
4577
4577
  * @param {string} userId
4578
- * @param {Vital.VitalsFloorsClimbedRequest} request
4578
+ * @param {Vital.FloorsClimbedVitalsRequest} request
4579
4579
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
4580
4580
  *
4581
4581
  * @throws {@link Vital.UnprocessableEntityError}
@@ -4600,7 +4600,7 @@ class Vitals {
4600
4600
  const _response = yield core.fetcher({
4601
4601
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/floors_climbed`),
4602
4602
  method: "GET",
4603
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4603
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4604
4604
  contentType: "application/json",
4605
4605
  queryParameters: _queryParams,
4606
4606
  requestType: "json",
@@ -4649,7 +4649,7 @@ class Vitals {
4649
4649
  }
4650
4650
  /**
4651
4651
  * @param {string} userId
4652
- * @param {Vital.VitalsDistanceRequest} request
4652
+ * @param {Vital.DistanceVitalsRequest} request
4653
4653
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
4654
4654
  *
4655
4655
  * @throws {@link Vital.UnprocessableEntityError}
@@ -4674,7 +4674,7 @@ class Vitals {
4674
4674
  const _response = yield core.fetcher({
4675
4675
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/distance`),
4676
4676
  method: "GET",
4677
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4677
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4678
4678
  contentType: "application/json",
4679
4679
  queryParameters: _queryParams,
4680
4680
  requestType: "json",
@@ -4723,7 +4723,7 @@ class Vitals {
4723
4723
  }
4724
4724
  /**
4725
4725
  * @param {string} userId
4726
- * @param {Vital.VitalsCaloriesBasalRequest} request
4726
+ * @param {Vital.CaloriesBasalVitalsRequest} request
4727
4727
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
4728
4728
  *
4729
4729
  * @throws {@link Vital.UnprocessableEntityError}
@@ -4748,7 +4748,7 @@ class Vitals {
4748
4748
  const _response = yield core.fetcher({
4749
4749
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/calories_basal`),
4750
4750
  method: "GET",
4751
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4751
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4752
4752
  contentType: "application/json",
4753
4753
  queryParameters: _queryParams,
4754
4754
  requestType: "json",
@@ -4797,7 +4797,7 @@ class Vitals {
4797
4797
  }
4798
4798
  /**
4799
4799
  * @param {string} userId
4800
- * @param {Vital.VitalsCaloriesActiveRequest} request
4800
+ * @param {Vital.CaloriesActiveVitalsRequest} request
4801
4801
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
4802
4802
  *
4803
4803
  * @throws {@link Vital.UnprocessableEntityError}
@@ -4822,7 +4822,7 @@ class Vitals {
4822
4822
  const _response = yield core.fetcher({
4823
4823
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/calories_active`),
4824
4824
  method: "GET",
4825
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4825
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4826
4826
  contentType: "application/json",
4827
4827
  queryParameters: _queryParams,
4828
4828
  requestType: "json",
@@ -4871,7 +4871,7 @@ class Vitals {
4871
4871
  }
4872
4872
  /**
4873
4873
  * @param {string} userId
4874
- * @param {Vital.VitalsRespiratoryRateRequest} request
4874
+ * @param {Vital.RespiratoryRateVitalsRequest} request
4875
4875
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
4876
4876
  *
4877
4877
  * @throws {@link Vital.UnprocessableEntityError}
@@ -4896,7 +4896,7 @@ class Vitals {
4896
4896
  const _response = yield core.fetcher({
4897
4897
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/respiratory_rate`),
4898
4898
  method: "GET",
4899
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4899
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4900
4900
  contentType: "application/json",
4901
4901
  queryParameters: _queryParams,
4902
4902
  requestType: "json",
@@ -4945,7 +4945,7 @@ class Vitals {
4945
4945
  }
4946
4946
  /**
4947
4947
  * @param {string} userId
4948
- * @param {Vital.VitalsIgeRequest} request
4948
+ * @param {Vital.IgeVitalsRequest} request
4949
4949
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
4950
4950
  *
4951
4951
  * @throws {@link Vital.UnprocessableEntityError}
@@ -4970,7 +4970,7 @@ class Vitals {
4970
4970
  const _response = yield core.fetcher({
4971
4971
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/ige`),
4972
4972
  method: "GET",
4973
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4973
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
4974
4974
  contentType: "application/json",
4975
4975
  queryParameters: _queryParams,
4976
4976
  requestType: "json",
@@ -5019,7 +5019,7 @@ class Vitals {
5019
5019
  }
5020
5020
  /**
5021
5021
  * @param {string} userId
5022
- * @param {Vital.VitalsIggRequest} request
5022
+ * @param {Vital.IggVitalsRequest} request
5023
5023
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
5024
5024
  *
5025
5025
  * @throws {@link Vital.UnprocessableEntityError}
@@ -5044,7 +5044,7 @@ class Vitals {
5044
5044
  const _response = yield core.fetcher({
5045
5045
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/igg`),
5046
5046
  method: "GET",
5047
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5047
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5048
5048
  contentType: "application/json",
5049
5049
  queryParameters: _queryParams,
5050
5050
  requestType: "json",
@@ -5093,7 +5093,7 @@ class Vitals {
5093
5093
  }
5094
5094
  /**
5095
5095
  * @param {string} userId
5096
- * @param {Vital.VitalsHypnogramRequest} request
5096
+ * @param {Vital.HypnogramVitalsRequest} request
5097
5097
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
5098
5098
  *
5099
5099
  * @throws {@link Vital.UnprocessableEntityError}
@@ -5118,7 +5118,7 @@ class Vitals {
5118
5118
  const _response = yield core.fetcher({
5119
5119
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/hypnogram`),
5120
5120
  method: "GET",
5121
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5121
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5122
5122
  contentType: "application/json",
5123
5123
  queryParameters: _queryParams,
5124
5124
  requestType: "json",
@@ -5167,7 +5167,7 @@ class Vitals {
5167
5167
  }
5168
5168
  /**
5169
5169
  * @param {string} userId
5170
- * @param {Vital.VitalsHrvRequest} request
5170
+ * @param {Vital.HrvVitalsRequest} request
5171
5171
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
5172
5172
  *
5173
5173
  * @throws {@link Vital.UnprocessableEntityError}
@@ -5192,7 +5192,7 @@ class Vitals {
5192
5192
  const _response = yield core.fetcher({
5193
5193
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/hrv`),
5194
5194
  method: "GET",
5195
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5195
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5196
5196
  contentType: "application/json",
5197
5197
  queryParameters: _queryParams,
5198
5198
  requestType: "json",
@@ -5241,7 +5241,7 @@ class Vitals {
5241
5241
  }
5242
5242
  /**
5243
5243
  * @param {string} userId
5244
- * @param {Vital.VitalsHeartrateRequest} request
5244
+ * @param {Vital.HeartrateVitalsRequest} request
5245
5245
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
5246
5246
  *
5247
5247
  * @throws {@link Vital.UnprocessableEntityError}
@@ -5266,7 +5266,7 @@ class Vitals {
5266
5266
  const _response = yield core.fetcher({
5267
5267
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/heartrate`),
5268
5268
  method: "GET",
5269
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5269
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5270
5270
  contentType: "application/json",
5271
5271
  queryParameters: _queryParams,
5272
5272
  requestType: "json",
@@ -5315,7 +5315,7 @@ class Vitals {
5315
5315
  }
5316
5316
  /**
5317
5317
  * @param {string} userId
5318
- * @param {Vital.VitalsGlucoseRequest} request
5318
+ * @param {Vital.GlucoseVitalsRequest} request
5319
5319
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
5320
5320
  *
5321
5321
  * @throws {@link Vital.UnprocessableEntityError}
@@ -5340,7 +5340,7 @@ class Vitals {
5340
5340
  const _response = yield core.fetcher({
5341
5341
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/glucose`),
5342
5342
  method: "GET",
5343
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5343
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5344
5344
  contentType: "application/json",
5345
5345
  queryParameters: _queryParams,
5346
5346
  requestType: "json",
@@ -5389,7 +5389,7 @@ class Vitals {
5389
5389
  }
5390
5390
  /**
5391
5391
  * @param {string} userId
5392
- * @param {Vital.VitalsCholesterolTriglyceridesRequest} request
5392
+ * @param {Vital.CholesterolTriglyceridesVitalsRequest} request
5393
5393
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
5394
5394
  *
5395
5395
  * @throws {@link Vital.UnprocessableEntityError}
@@ -5414,7 +5414,7 @@ class Vitals {
5414
5414
  const _response = yield core.fetcher({
5415
5415
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/cholesterol/triglycerides`),
5416
5416
  method: "GET",
5417
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5417
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5418
5418
  contentType: "application/json",
5419
5419
  queryParameters: _queryParams,
5420
5420
  requestType: "json",
@@ -5463,7 +5463,7 @@ class Vitals {
5463
5463
  }
5464
5464
  /**
5465
5465
  * @param {string} userId
5466
- * @param {Vital.VitalsCholesterolTotalRequest} request
5466
+ * @param {Vital.CholesterolTotalVitalsRequest} request
5467
5467
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
5468
5468
  *
5469
5469
  * @throws {@link Vital.UnprocessableEntityError}
@@ -5488,7 +5488,7 @@ class Vitals {
5488
5488
  const _response = yield core.fetcher({
5489
5489
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/cholesterol/total`),
5490
5490
  method: "GET",
5491
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5491
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5492
5492
  contentType: "application/json",
5493
5493
  queryParameters: _queryParams,
5494
5494
  requestType: "json",
@@ -5537,7 +5537,7 @@ class Vitals {
5537
5537
  }
5538
5538
  /**
5539
5539
  * @param {string} userId
5540
- * @param {Vital.VitalsCholesterolLdlRequest} request
5540
+ * @param {Vital.CholesterolLdlVitalsRequest} request
5541
5541
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
5542
5542
  *
5543
5543
  * @throws {@link Vital.UnprocessableEntityError}
@@ -5562,7 +5562,7 @@ class Vitals {
5562
5562
  const _response = yield core.fetcher({
5563
5563
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/cholesterol/ldl`),
5564
5564
  method: "GET",
5565
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5565
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5566
5566
  contentType: "application/json",
5567
5567
  queryParameters: _queryParams,
5568
5568
  requestType: "json",
@@ -5611,7 +5611,7 @@ class Vitals {
5611
5611
  }
5612
5612
  /**
5613
5613
  * @param {string} userId
5614
- * @param {Vital.VitalsCholesterolHdlRequest} request
5614
+ * @param {Vital.CholesterolHdlVitalsRequest} request
5615
5615
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
5616
5616
  *
5617
5617
  * @throws {@link Vital.UnprocessableEntityError}
@@ -5636,7 +5636,7 @@ class Vitals {
5636
5636
  const _response = yield core.fetcher({
5637
5637
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/cholesterol/hdl`),
5638
5638
  method: "GET",
5639
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5639
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5640
5640
  contentType: "application/json",
5641
5641
  queryParameters: _queryParams,
5642
5642
  requestType: "json",
@@ -5685,7 +5685,7 @@ class Vitals {
5685
5685
  }
5686
5686
  /**
5687
5687
  * @param {string} userId
5688
- * @param {Vital.VitalsCholesterolRequest} request
5688
+ * @param {Vital.CholesterolVitalsRequest} request
5689
5689
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
5690
5690
  *
5691
5691
  * @throws {@link Vital.UnprocessableEntityError}
@@ -5710,7 +5710,7 @@ class Vitals {
5710
5710
  const _response = yield core.fetcher({
5711
5711
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/cholesterol`),
5712
5712
  method: "GET",
5713
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5713
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5714
5714
  contentType: "application/json",
5715
5715
  queryParameters: _queryParams,
5716
5716
  requestType: "json",
@@ -5759,7 +5759,7 @@ class Vitals {
5759
5759
  }
5760
5760
  /**
5761
5761
  * @param {string} userId
5762
- * @param {Vital.VitalsBodyWeightRequest} request
5762
+ * @param {Vital.BodyWeightVitalsRequest} request
5763
5763
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
5764
5764
  *
5765
5765
  * @throws {@link Vital.UnprocessableEntityError}
@@ -5784,7 +5784,7 @@ class Vitals {
5784
5784
  const _response = yield core.fetcher({
5785
5785
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/body_weight`),
5786
5786
  method: "GET",
5787
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5787
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5788
5788
  contentType: "application/json",
5789
5789
  queryParameters: _queryParams,
5790
5790
  requestType: "json",
@@ -5833,7 +5833,7 @@ class Vitals {
5833
5833
  }
5834
5834
  /**
5835
5835
  * @param {string} userId
5836
- * @param {Vital.VitalsBodyFatRequest} request
5836
+ * @param {Vital.BodyFatVitalsRequest} request
5837
5837
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
5838
5838
  *
5839
5839
  * @throws {@link Vital.UnprocessableEntityError}
@@ -5858,7 +5858,7 @@ class Vitals {
5858
5858
  const _response = yield core.fetcher({
5859
5859
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/body_fat`),
5860
5860
  method: "GET",
5861
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5861
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5862
5862
  contentType: "application/json",
5863
5863
  queryParameters: _queryParams,
5864
5864
  requestType: "json",
@@ -5907,7 +5907,7 @@ class Vitals {
5907
5907
  }
5908
5908
  /**
5909
5909
  * @param {string} userId
5910
- * @param {Vital.VitalsBloodOxygenRequest} request
5910
+ * @param {Vital.BloodOxygenVitalsRequest} request
5911
5911
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
5912
5912
  *
5913
5913
  * @throws {@link Vital.UnprocessableEntityError}
@@ -5932,7 +5932,7 @@ class Vitals {
5932
5932
  const _response = yield core.fetcher({
5933
5933
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/blood_oxygen`),
5934
5934
  method: "GET",
5935
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5935
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
5936
5936
  contentType: "application/json",
5937
5937
  queryParameters: _queryParams,
5938
5938
  requestType: "json",
@@ -5981,7 +5981,7 @@ class Vitals {
5981
5981
  }
5982
5982
  /**
5983
5983
  * @param {string} userId
5984
- * @param {Vital.VitalsElectrocardiogramVoltageRequest} request
5984
+ * @param {Vital.ElectrocardiogramVoltageVitalsRequest} request
5985
5985
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
5986
5986
  *
5987
5987
  * @throws {@link Vital.UnprocessableEntityError}
@@ -6006,7 +6006,7 @@ class Vitals {
6006
6006
  const _response = yield core.fetcher({
6007
6007
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/electrocardiogram_voltage`),
6008
6008
  method: "GET",
6009
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
6009
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
6010
6010
  contentType: "application/json",
6011
6011
  queryParameters: _queryParams,
6012
6012
  requestType: "json",
@@ -6055,7 +6055,7 @@ class Vitals {
6055
6055
  }
6056
6056
  /**
6057
6057
  * @param {string} userId
6058
- * @param {Vital.VitalsBloodPressureRequest} request
6058
+ * @param {Vital.BloodPressureVitalsRequest} request
6059
6059
  * @param {Vitals.RequestOptions} requestOptions - Request-specific configuration.
6060
6060
  *
6061
6061
  * @throws {@link Vital.UnprocessableEntityError}
@@ -6080,7 +6080,7 @@ class Vitals {
6080
6080
  const _response = yield core.fetcher({
6081
6081
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${encodeURIComponent(userId)}/blood_pressure`),
6082
6082
  method: "GET",
6083
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.481", "User-Agent": "@tryvital/vital-node/3.1.481", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
6083
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.482", "User-Agent": "@tryvital/vital-node/3.1.482", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
6084
6084
  contentType: "application/json",
6085
6085
  queryParameters: _queryParams,
6086
6086
  requestType: "json",