@tryvital/vital-node 3.0.9 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (629) hide show
  1. package/api/resources/activity/client/Client.js +2 -2
  2. package/api/resources/body/client/Client.js +2 -2
  3. package/api/resources/devices/client/Client.js +1 -1
  4. package/api/resources/insurance/client/Client.js +2 -2
  5. package/api/resources/introspect/client/Client.js +2 -2
  6. package/api/resources/labTests/client/Client.js +24 -24
  7. package/api/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +2 -0
  8. package/api/resources/labTests/client/requests/LabTestsGetMarkersRequest.d.ts +1 -1
  9. package/api/resources/link/client/Client.js +13 -13
  10. package/api/resources/meal/client/Client.js +1 -1
  11. package/api/resources/profile/client/Client.js +2 -2
  12. package/api/resources/providers/client/Client.js +1 -1
  13. package/api/resources/sleep/client/Client.js +4 -4
  14. package/api/resources/team/client/Client.js +7 -7
  15. package/api/resources/testkit/client/Client.js +2 -2
  16. package/api/resources/user/client/Client.js +11 -11
  17. package/api/resources/user/client/requests/UserCreateBody.d.ts +2 -0
  18. package/api/resources/user/client/requests/UserPatchBody.d.ts +2 -0
  19. package/api/resources/vitals/client/Client.d.ts +249 -29
  20. package/api/resources/vitals/client/Client.js +2074 -57
  21. package/api/resources/vitals/client/requests/VitalsBloodOxygenGroupedRequest.d.ts +27 -0
  22. package/api/resources/vitals/client/requests/VitalsBloodPressureGroupedRequest.d.ts +27 -0
  23. package/api/resources/vitals/client/requests/VitalsBodyFatGroupedRequest.d.ts +27 -0
  24. package/api/resources/vitals/client/requests/VitalsBodyFatGroupedRequest.js +5 -0
  25. package/api/resources/vitals/client/requests/{VitalsTriglyceridesRequest.d.ts → VitalsBodyFatRequest.d.ts} +1 -1
  26. package/api/resources/vitals/client/requests/VitalsBodyFatRequest.js +5 -0
  27. package/api/resources/vitals/client/requests/VitalsBodyWeightGroupedRequest.d.ts +27 -0
  28. package/api/resources/vitals/client/requests/VitalsBodyWeightGroupedRequest.js +5 -0
  29. package/{dist/api/resources/vitals/client/requests/VitalsTriglyceridesRequest.d.ts → api/resources/vitals/client/requests/VitalsBodyWeightRequest.d.ts} +1 -1
  30. package/api/resources/vitals/client/requests/VitalsBodyWeightRequest.js +5 -0
  31. package/api/resources/vitals/client/requests/VitalsCaffeineGroupedRequest.d.ts +27 -0
  32. package/api/resources/vitals/client/requests/VitalsCaffeineGroupedRequest.js +5 -0
  33. package/api/resources/vitals/client/requests/VitalsCaloriesActiveGroupedRequest.d.ts +27 -0
  34. package/api/resources/vitals/client/requests/VitalsCaloriesActiveGroupedRequest.js +5 -0
  35. package/api/resources/vitals/client/requests/VitalsCaloriesBasalGroupedRequest.d.ts +27 -0
  36. package/api/resources/vitals/client/requests/VitalsCaloriesBasalGroupedRequest.js +5 -0
  37. package/api/resources/vitals/client/requests/VitalsCholesterolGroupedRequest.d.ts +27 -0
  38. package/api/resources/vitals/client/requests/VitalsCholesterolGroupedRequest.js +5 -0
  39. package/api/resources/vitals/client/requests/VitalsCholesterolTriglyceridesRequest.d.ts +23 -0
  40. package/api/resources/vitals/client/requests/VitalsCholesterolTriglyceridesRequest.js +5 -0
  41. package/api/resources/vitals/client/requests/VitalsDistanceGroupedRequest.d.ts +27 -0
  42. package/api/resources/vitals/client/requests/VitalsDistanceGroupedRequest.js +5 -0
  43. package/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.d.ts +27 -0
  44. package/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.js +5 -0
  45. package/api/resources/vitals/client/requests/VitalsFloorsClimbedGroupedRequest.d.ts +27 -0
  46. package/api/resources/vitals/client/requests/VitalsFloorsClimbedGroupedRequest.js +5 -0
  47. package/api/resources/vitals/client/requests/VitalsGlucoseGroupedRequest.d.ts +27 -0
  48. package/api/resources/vitals/client/requests/VitalsGlucoseGroupedRequest.js +5 -0
  49. package/api/resources/vitals/client/requests/VitalsHeartrateGroupedRequest.d.ts +27 -0
  50. package/api/resources/vitals/client/requests/VitalsHeartrateGroupedRequest.js +5 -0
  51. package/api/resources/vitals/client/requests/VitalsHrvGroupedRequest.d.ts +27 -0
  52. package/api/resources/vitals/client/requests/VitalsHrvGroupedRequest.js +5 -0
  53. package/api/resources/vitals/client/requests/VitalsHypnogramGroupedRequest.d.ts +27 -0
  54. package/api/resources/vitals/client/requests/VitalsHypnogramGroupedRequest.js +5 -0
  55. package/api/resources/vitals/client/requests/VitalsIgeGroupedRequest.d.ts +27 -0
  56. package/api/resources/vitals/client/requests/VitalsIgeGroupedRequest.js +5 -0
  57. package/api/resources/vitals/client/requests/VitalsIggGroupedRequest.d.ts +27 -0
  58. package/api/resources/vitals/client/requests/VitalsIggGroupedRequest.js +5 -0
  59. package/api/resources/vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.d.ts +27 -0
  60. package/api/resources/vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.js +5 -0
  61. package/api/resources/vitals/client/requests/VitalsRespiratoryRateGroupedRequest.d.ts +27 -0
  62. package/api/resources/vitals/client/requests/VitalsRespiratoryRateGroupedRequest.js +5 -0
  63. package/api/resources/vitals/client/requests/VitalsStepsGroupedRequest.d.ts +27 -0
  64. package/api/resources/vitals/client/requests/VitalsStepsGroupedRequest.js +5 -0
  65. package/api/resources/vitals/client/requests/VitalsStressLevelGroupedRequest.d.ts +27 -0
  66. package/api/resources/vitals/client/requests/VitalsStressLevelGroupedRequest.js +5 -0
  67. package/api/resources/vitals/client/requests/VitalsStressLevelRequest.d.ts +23 -0
  68. package/api/resources/vitals/client/requests/VitalsStressLevelRequest.js +5 -0
  69. package/api/resources/vitals/client/requests/VitalsVo2MaxGroupedRequest.d.ts +27 -0
  70. package/api/resources/vitals/client/requests/VitalsVo2MaxGroupedRequest.js +5 -0
  71. package/api/resources/vitals/client/requests/VitalsVo2MaxRequest.d.ts +23 -0
  72. package/api/resources/vitals/client/requests/VitalsVo2MaxRequest.js +5 -0
  73. package/api/resources/vitals/client/requests/VitalsWaterGroupedRequest.d.ts +27 -0
  74. package/api/resources/vitals/client/requests/VitalsWaterGroupedRequest.js +5 -0
  75. package/api/resources/vitals/client/requests/index.d.ts +29 -2
  76. package/api/resources/workouts/client/Client.js +3 -3
  77. package/api/types/ClientFacingBodyFatTimeseries.d.ts +17 -0
  78. package/api/types/ClientFacingBodyFatTimeseries.js +5 -0
  79. package/api/types/ClientFacingBodyWeightTimeseries.d.ts +17 -0
  80. package/api/types/ClientFacingBodyWeightTimeseries.js +5 -0
  81. package/api/types/ClientFacingOrder.d.ts +2 -0
  82. package/api/types/ClientFacingStressLevelTimeseries.d.ts +16 -0
  83. package/api/types/ClientFacingStressLevelTimeseries.js +5 -0
  84. package/api/types/ClientFacingUser.d.ts +2 -0
  85. package/api/types/ClientFacingVo2MaxTimeseries.d.ts +21 -0
  86. package/api/types/ClientFacingVo2MaxTimeseries.js +5 -0
  87. package/api/types/FallbackBirthDate.d.ts +10 -0
  88. package/api/types/FallbackBirthDate.js +5 -0
  89. package/api/types/GroupedBloodOxygen.d.ts +8 -0
  90. package/api/types/GroupedBloodOxygen.js +5 -0
  91. package/api/types/GroupedBloodOxygenResponse.d.ts +10 -0
  92. package/api/types/GroupedBloodOxygenResponse.js +5 -0
  93. package/api/types/GroupedBloodPressure.d.ts +8 -0
  94. package/api/types/GroupedBloodPressure.js +5 -0
  95. package/api/types/GroupedBloodPressureResponse.d.ts +10 -0
  96. package/api/types/GroupedBloodPressureResponse.js +5 -0
  97. package/api/types/GroupedBodyFat.d.ts +8 -0
  98. package/api/types/GroupedBodyFat.js +5 -0
  99. package/api/types/GroupedBodyFatResponse.d.ts +10 -0
  100. package/api/types/GroupedBodyFatResponse.js +5 -0
  101. package/api/types/GroupedBodyWeight.d.ts +8 -0
  102. package/api/types/GroupedBodyWeight.js +5 -0
  103. package/api/types/GroupedBodyWeightResponse.d.ts +10 -0
  104. package/api/types/GroupedBodyWeightResponse.js +5 -0
  105. package/api/types/GroupedCaffeine.d.ts +8 -0
  106. package/api/types/GroupedCaffeine.js +5 -0
  107. package/api/types/GroupedCaffeineResponse.d.ts +10 -0
  108. package/api/types/GroupedCaffeineResponse.js +5 -0
  109. package/api/types/GroupedCaloriesActive.d.ts +8 -0
  110. package/api/types/GroupedCaloriesActive.js +5 -0
  111. package/api/types/GroupedCaloriesActiveResponse.d.ts +10 -0
  112. package/api/types/GroupedCaloriesActiveResponse.js +5 -0
  113. package/api/types/GroupedCaloriesBasal.d.ts +8 -0
  114. package/api/types/GroupedCaloriesBasal.js +5 -0
  115. package/api/types/GroupedCaloriesBasalResponse.d.ts +10 -0
  116. package/api/types/GroupedCaloriesBasalResponse.js +5 -0
  117. package/api/types/GroupedCholesterol.d.ts +8 -0
  118. package/api/types/GroupedCholesterol.js +5 -0
  119. package/api/types/GroupedCholesterolResponse.d.ts +10 -0
  120. package/api/types/GroupedCholesterolResponse.js +5 -0
  121. package/api/types/GroupedDistance.d.ts +8 -0
  122. package/api/types/GroupedDistance.js +5 -0
  123. package/api/types/GroupedDistanceResponse.d.ts +10 -0
  124. package/api/types/GroupedDistanceResponse.js +5 -0
  125. package/api/types/GroupedElectrocardiogramVoltage.d.ts +8 -0
  126. package/api/types/GroupedElectrocardiogramVoltage.js +5 -0
  127. package/api/types/GroupedElectrocardiogramVoltageResponse.d.ts +10 -0
  128. package/api/types/GroupedElectrocardiogramVoltageResponse.js +5 -0
  129. package/api/types/GroupedFloorsClimbed.d.ts +8 -0
  130. package/api/types/GroupedFloorsClimbed.js +5 -0
  131. package/api/types/GroupedFloorsClimbedResponse.d.ts +10 -0
  132. package/api/types/GroupedFloorsClimbedResponse.js +5 -0
  133. package/api/types/GroupedGlucose.d.ts +8 -0
  134. package/api/types/GroupedGlucose.js +5 -0
  135. package/api/types/GroupedGlucoseResponse.d.ts +10 -0
  136. package/api/types/GroupedGlucoseResponse.js +5 -0
  137. package/api/types/GroupedHeartRate.d.ts +8 -0
  138. package/api/types/GroupedHeartRate.js +5 -0
  139. package/api/types/GroupedHeartRateResponse.d.ts +10 -0
  140. package/api/types/GroupedHeartRateResponse.js +5 -0
  141. package/api/types/GroupedHrv.d.ts +8 -0
  142. package/api/types/GroupedHrv.js +5 -0
  143. package/api/types/GroupedHrvResponse.d.ts +10 -0
  144. package/api/types/GroupedHrvResponse.js +5 -0
  145. package/api/types/GroupedHypnogram.d.ts +8 -0
  146. package/api/types/GroupedHypnogram.js +5 -0
  147. package/api/types/GroupedHypnogramResponse.d.ts +10 -0
  148. package/api/types/GroupedHypnogramResponse.js +5 -0
  149. package/api/types/GroupedIge.d.ts +8 -0
  150. package/api/types/GroupedIge.js +5 -0
  151. package/api/types/GroupedIgeResponse.d.ts +10 -0
  152. package/api/types/GroupedIgeResponse.js +5 -0
  153. package/api/types/GroupedIgg.d.ts +8 -0
  154. package/api/types/GroupedIgg.js +5 -0
  155. package/api/types/GroupedIggResponse.d.ts +10 -0
  156. package/api/types/GroupedIggResponse.js +5 -0
  157. package/api/types/GroupedMindfulnessMinutes.d.ts +8 -0
  158. package/api/types/GroupedMindfulnessMinutes.js +5 -0
  159. package/api/types/GroupedMindfulnessMinutesResponse.d.ts +10 -0
  160. package/api/types/GroupedMindfulnessMinutesResponse.js +5 -0
  161. package/api/types/GroupedRespiratoryRate.d.ts +8 -0
  162. package/api/types/GroupedRespiratoryRate.js +5 -0
  163. package/api/types/GroupedRespiratoryRateResponse.d.ts +10 -0
  164. package/api/types/GroupedRespiratoryRateResponse.js +5 -0
  165. package/api/types/GroupedSteps.d.ts +8 -0
  166. package/api/types/GroupedSteps.js +5 -0
  167. package/api/types/GroupedStepsResponse.d.ts +10 -0
  168. package/api/types/GroupedStepsResponse.js +5 -0
  169. package/api/types/GroupedStressLevel.d.ts +8 -0
  170. package/api/types/GroupedStressLevel.js +5 -0
  171. package/api/types/GroupedStressLevelResponse.d.ts +10 -0
  172. package/api/types/GroupedStressLevelResponse.js +5 -0
  173. package/api/types/GroupedVo2Max.d.ts +8 -0
  174. package/api/types/GroupedVo2Max.js +5 -0
  175. package/api/types/GroupedVo2MaxResponse.d.ts +10 -0
  176. package/api/types/GroupedVo2MaxResponse.js +5 -0
  177. package/api/types/GroupedWater.d.ts +8 -0
  178. package/api/types/GroupedWater.js +5 -0
  179. package/api/types/GroupedWaterResponse.d.ts +10 -0
  180. package/api/types/GroupedWaterResponse.js +5 -0
  181. package/api/types/TimeseriesResource.d.ts +3 -4
  182. package/api/types/TimeseriesResource.js +2 -3
  183. package/api/types/index.d.ts +51 -0
  184. package/api/types/index.js +51 -0
  185. package/dist/api/resources/activity/client/Client.js +2 -2
  186. package/dist/api/resources/body/client/Client.js +2 -2
  187. package/dist/api/resources/devices/client/Client.js +1 -1
  188. package/dist/api/resources/insurance/client/Client.js +2 -2
  189. package/dist/api/resources/introspect/client/Client.js +2 -2
  190. package/dist/api/resources/labTests/client/Client.js +24 -24
  191. package/dist/api/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +2 -0
  192. package/dist/api/resources/labTests/client/requests/LabTestsGetMarkersRequest.d.ts +1 -1
  193. package/dist/api/resources/link/client/Client.js +13 -13
  194. package/dist/api/resources/meal/client/Client.js +1 -1
  195. package/dist/api/resources/profile/client/Client.js +2 -2
  196. package/dist/api/resources/providers/client/Client.js +1 -1
  197. package/dist/api/resources/sleep/client/Client.js +4 -4
  198. package/dist/api/resources/team/client/Client.js +7 -7
  199. package/dist/api/resources/testkit/client/Client.js +2 -2
  200. package/dist/api/resources/user/client/Client.js +11 -11
  201. package/dist/api/resources/user/client/requests/UserCreateBody.d.ts +2 -0
  202. package/dist/api/resources/user/client/requests/UserPatchBody.d.ts +2 -0
  203. package/dist/api/resources/vitals/client/Client.d.ts +249 -29
  204. package/dist/api/resources/vitals/client/Client.js +2074 -57
  205. package/dist/api/resources/vitals/client/requests/VitalsBloodOxygenGroupedRequest.d.ts +27 -0
  206. package/dist/api/resources/vitals/client/requests/VitalsBloodOxygenGroupedRequest.js +5 -0
  207. package/dist/api/resources/vitals/client/requests/VitalsBloodPressureGroupedRequest.d.ts +27 -0
  208. package/dist/api/resources/vitals/client/requests/VitalsBloodPressureGroupedRequest.js +5 -0
  209. package/dist/api/resources/vitals/client/requests/VitalsBodyFatGroupedRequest.d.ts +27 -0
  210. package/dist/api/resources/vitals/client/requests/VitalsBodyFatGroupedRequest.js +5 -0
  211. package/dist/api/resources/vitals/client/requests/VitalsBodyFatRequest.d.ts +23 -0
  212. package/dist/api/resources/vitals/client/requests/VitalsBodyFatRequest.js +5 -0
  213. package/dist/api/resources/vitals/client/requests/VitalsBodyWeightGroupedRequest.d.ts +27 -0
  214. package/dist/api/resources/vitals/client/requests/VitalsBodyWeightGroupedRequest.js +5 -0
  215. package/dist/api/resources/vitals/client/requests/VitalsBodyWeightRequest.d.ts +23 -0
  216. package/dist/api/resources/vitals/client/requests/VitalsBodyWeightRequest.js +5 -0
  217. package/dist/api/resources/vitals/client/requests/VitalsCaffeineGroupedRequest.d.ts +27 -0
  218. package/dist/api/resources/vitals/client/requests/VitalsCaffeineGroupedRequest.js +5 -0
  219. package/dist/api/resources/vitals/client/requests/VitalsCaloriesActiveGroupedRequest.d.ts +27 -0
  220. package/dist/api/resources/vitals/client/requests/VitalsCaloriesActiveGroupedRequest.js +5 -0
  221. package/dist/api/resources/vitals/client/requests/VitalsCaloriesBasalGroupedRequest.d.ts +27 -0
  222. package/dist/api/resources/vitals/client/requests/VitalsCaloriesBasalGroupedRequest.js +5 -0
  223. package/dist/api/resources/vitals/client/requests/VitalsCholesterolGroupedRequest.d.ts +27 -0
  224. package/dist/api/resources/vitals/client/requests/VitalsCholesterolGroupedRequest.js +5 -0
  225. package/dist/api/resources/vitals/client/requests/VitalsCholesterolTriglyceridesRequest.d.ts +23 -0
  226. package/dist/api/resources/vitals/client/requests/VitalsCholesterolTriglyceridesRequest.js +5 -0
  227. package/dist/api/resources/vitals/client/requests/VitalsDistanceGroupedRequest.d.ts +27 -0
  228. package/dist/api/resources/vitals/client/requests/VitalsDistanceGroupedRequest.js +5 -0
  229. package/dist/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.d.ts +27 -0
  230. package/dist/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.js +5 -0
  231. package/dist/api/resources/vitals/client/requests/VitalsFloorsClimbedGroupedRequest.d.ts +27 -0
  232. package/dist/api/resources/vitals/client/requests/VitalsFloorsClimbedGroupedRequest.js +5 -0
  233. package/dist/api/resources/vitals/client/requests/VitalsGlucoseGroupedRequest.d.ts +27 -0
  234. package/dist/api/resources/vitals/client/requests/VitalsGlucoseGroupedRequest.js +5 -0
  235. package/dist/api/resources/vitals/client/requests/VitalsHeartrateGroupedRequest.d.ts +27 -0
  236. package/dist/api/resources/vitals/client/requests/VitalsHeartrateGroupedRequest.js +5 -0
  237. package/dist/api/resources/vitals/client/requests/VitalsHrvGroupedRequest.d.ts +27 -0
  238. package/dist/api/resources/vitals/client/requests/VitalsHrvGroupedRequest.js +5 -0
  239. package/dist/api/resources/vitals/client/requests/VitalsHypnogramGroupedRequest.d.ts +27 -0
  240. package/dist/api/resources/vitals/client/requests/VitalsHypnogramGroupedRequest.js +5 -0
  241. package/dist/api/resources/vitals/client/requests/VitalsIgeGroupedRequest.d.ts +27 -0
  242. package/dist/api/resources/vitals/client/requests/VitalsIgeGroupedRequest.js +5 -0
  243. package/dist/api/resources/vitals/client/requests/VitalsIggGroupedRequest.d.ts +27 -0
  244. package/dist/api/resources/vitals/client/requests/VitalsIggGroupedRequest.js +5 -0
  245. package/dist/api/resources/vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.d.ts +27 -0
  246. package/dist/api/resources/vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.js +5 -0
  247. package/dist/api/resources/vitals/client/requests/VitalsRespiratoryRateGroupedRequest.d.ts +27 -0
  248. package/dist/api/resources/vitals/client/requests/VitalsRespiratoryRateGroupedRequest.js +5 -0
  249. package/dist/api/resources/vitals/client/requests/VitalsStepsGroupedRequest.d.ts +27 -0
  250. package/dist/api/resources/vitals/client/requests/VitalsStepsGroupedRequest.js +5 -0
  251. package/dist/api/resources/vitals/client/requests/VitalsStressLevelGroupedRequest.d.ts +27 -0
  252. package/dist/api/resources/vitals/client/requests/VitalsStressLevelGroupedRequest.js +5 -0
  253. package/dist/api/resources/vitals/client/requests/VitalsStressLevelRequest.d.ts +23 -0
  254. package/dist/api/resources/vitals/client/requests/VitalsStressLevelRequest.js +5 -0
  255. package/dist/api/resources/vitals/client/requests/VitalsVo2MaxGroupedRequest.d.ts +27 -0
  256. package/dist/api/resources/vitals/client/requests/VitalsVo2MaxGroupedRequest.js +5 -0
  257. package/dist/api/resources/vitals/client/requests/VitalsVo2MaxRequest.d.ts +23 -0
  258. package/dist/api/resources/vitals/client/requests/VitalsVo2MaxRequest.js +5 -0
  259. package/dist/api/resources/vitals/client/requests/VitalsWaterGroupedRequest.d.ts +27 -0
  260. package/dist/api/resources/vitals/client/requests/VitalsWaterGroupedRequest.js +5 -0
  261. package/dist/api/resources/vitals/client/requests/index.d.ts +29 -2
  262. package/dist/api/resources/workouts/client/Client.js +3 -3
  263. package/dist/api/types/ClientFacingBodyFatTimeseries.d.ts +17 -0
  264. package/dist/api/types/ClientFacingBodyFatTimeseries.js +5 -0
  265. package/dist/api/types/ClientFacingBodyWeightTimeseries.d.ts +17 -0
  266. package/dist/api/types/ClientFacingBodyWeightTimeseries.js +5 -0
  267. package/dist/api/types/ClientFacingOrder.d.ts +2 -0
  268. package/dist/api/types/ClientFacingStressLevelTimeseries.d.ts +16 -0
  269. package/dist/api/types/ClientFacingStressLevelTimeseries.js +5 -0
  270. package/dist/api/types/ClientFacingUser.d.ts +2 -0
  271. package/dist/api/types/ClientFacingVo2MaxTimeseries.d.ts +21 -0
  272. package/dist/api/types/ClientFacingVo2MaxTimeseries.js +5 -0
  273. package/dist/api/types/FallbackBirthDate.d.ts +10 -0
  274. package/dist/api/types/FallbackBirthDate.js +5 -0
  275. package/dist/api/types/GroupedBloodOxygen.d.ts +8 -0
  276. package/dist/api/types/GroupedBloodOxygen.js +5 -0
  277. package/dist/api/types/GroupedBloodOxygenResponse.d.ts +10 -0
  278. package/dist/api/types/GroupedBloodOxygenResponse.js +5 -0
  279. package/dist/api/types/GroupedBloodPressure.d.ts +8 -0
  280. package/dist/api/types/GroupedBloodPressure.js +5 -0
  281. package/dist/api/types/GroupedBloodPressureResponse.d.ts +10 -0
  282. package/dist/api/types/GroupedBloodPressureResponse.js +5 -0
  283. package/dist/api/types/GroupedBodyFat.d.ts +8 -0
  284. package/dist/api/types/GroupedBodyFat.js +5 -0
  285. package/dist/api/types/GroupedBodyFatResponse.d.ts +10 -0
  286. package/dist/api/types/GroupedBodyFatResponse.js +5 -0
  287. package/dist/api/types/GroupedBodyWeight.d.ts +8 -0
  288. package/dist/api/types/GroupedBodyWeight.js +5 -0
  289. package/dist/api/types/GroupedBodyWeightResponse.d.ts +10 -0
  290. package/dist/api/types/GroupedBodyWeightResponse.js +5 -0
  291. package/dist/api/types/GroupedCaffeine.d.ts +8 -0
  292. package/dist/api/types/GroupedCaffeine.js +5 -0
  293. package/dist/api/types/GroupedCaffeineResponse.d.ts +10 -0
  294. package/dist/api/types/GroupedCaffeineResponse.js +5 -0
  295. package/dist/api/types/GroupedCaloriesActive.d.ts +8 -0
  296. package/dist/api/types/GroupedCaloriesActive.js +5 -0
  297. package/dist/api/types/GroupedCaloriesActiveResponse.d.ts +10 -0
  298. package/dist/api/types/GroupedCaloriesActiveResponse.js +5 -0
  299. package/dist/api/types/GroupedCaloriesBasal.d.ts +8 -0
  300. package/dist/api/types/GroupedCaloriesBasal.js +5 -0
  301. package/dist/api/types/GroupedCaloriesBasalResponse.d.ts +10 -0
  302. package/dist/api/types/GroupedCaloriesBasalResponse.js +5 -0
  303. package/dist/api/types/GroupedCholesterol.d.ts +8 -0
  304. package/dist/api/types/GroupedCholesterol.js +5 -0
  305. package/dist/api/types/GroupedCholesterolResponse.d.ts +10 -0
  306. package/dist/api/types/GroupedCholesterolResponse.js +5 -0
  307. package/dist/api/types/GroupedDistance.d.ts +8 -0
  308. package/dist/api/types/GroupedDistance.js +5 -0
  309. package/dist/api/types/GroupedDistanceResponse.d.ts +10 -0
  310. package/dist/api/types/GroupedDistanceResponse.js +5 -0
  311. package/dist/api/types/GroupedElectrocardiogramVoltage.d.ts +8 -0
  312. package/dist/api/types/GroupedElectrocardiogramVoltage.js +5 -0
  313. package/dist/api/types/GroupedElectrocardiogramVoltageResponse.d.ts +10 -0
  314. package/dist/api/types/GroupedElectrocardiogramVoltageResponse.js +5 -0
  315. package/dist/api/types/GroupedFloorsClimbed.d.ts +8 -0
  316. package/dist/api/types/GroupedFloorsClimbed.js +5 -0
  317. package/dist/api/types/GroupedFloorsClimbedResponse.d.ts +10 -0
  318. package/dist/api/types/GroupedFloorsClimbedResponse.js +5 -0
  319. package/dist/api/types/GroupedGlucose.d.ts +8 -0
  320. package/dist/api/types/GroupedGlucose.js +5 -0
  321. package/dist/api/types/GroupedGlucoseResponse.d.ts +10 -0
  322. package/dist/api/types/GroupedGlucoseResponse.js +5 -0
  323. package/dist/api/types/GroupedHeartRate.d.ts +8 -0
  324. package/dist/api/types/GroupedHeartRate.js +5 -0
  325. package/dist/api/types/GroupedHeartRateResponse.d.ts +10 -0
  326. package/dist/api/types/GroupedHeartRateResponse.js +5 -0
  327. package/dist/api/types/GroupedHrv.d.ts +8 -0
  328. package/dist/api/types/GroupedHrv.js +5 -0
  329. package/dist/api/types/GroupedHrvResponse.d.ts +10 -0
  330. package/dist/api/types/GroupedHrvResponse.js +5 -0
  331. package/dist/api/types/GroupedHypnogram.d.ts +8 -0
  332. package/dist/api/types/GroupedHypnogram.js +5 -0
  333. package/dist/api/types/GroupedHypnogramResponse.d.ts +10 -0
  334. package/dist/api/types/GroupedHypnogramResponse.js +5 -0
  335. package/dist/api/types/GroupedIge.d.ts +8 -0
  336. package/dist/api/types/GroupedIge.js +5 -0
  337. package/dist/api/types/GroupedIgeResponse.d.ts +10 -0
  338. package/dist/api/types/GroupedIgeResponse.js +5 -0
  339. package/dist/api/types/GroupedIgg.d.ts +8 -0
  340. package/dist/api/types/GroupedIgg.js +5 -0
  341. package/dist/api/types/GroupedIggResponse.d.ts +10 -0
  342. package/dist/api/types/GroupedIggResponse.js +5 -0
  343. package/dist/api/types/GroupedMindfulnessMinutes.d.ts +8 -0
  344. package/dist/api/types/GroupedMindfulnessMinutes.js +5 -0
  345. package/dist/api/types/GroupedMindfulnessMinutesResponse.d.ts +10 -0
  346. package/dist/api/types/GroupedMindfulnessMinutesResponse.js +5 -0
  347. package/dist/api/types/GroupedRespiratoryRate.d.ts +8 -0
  348. package/dist/api/types/GroupedRespiratoryRate.js +5 -0
  349. package/dist/api/types/GroupedRespiratoryRateResponse.d.ts +10 -0
  350. package/dist/api/types/GroupedRespiratoryRateResponse.js +5 -0
  351. package/dist/api/types/GroupedSteps.d.ts +8 -0
  352. package/dist/api/types/GroupedSteps.js +5 -0
  353. package/dist/api/types/GroupedStepsResponse.d.ts +10 -0
  354. package/dist/api/types/GroupedStepsResponse.js +5 -0
  355. package/dist/api/types/GroupedStressLevel.d.ts +8 -0
  356. package/dist/api/types/GroupedStressLevel.js +5 -0
  357. package/dist/api/types/GroupedStressLevelResponse.d.ts +10 -0
  358. package/dist/api/types/GroupedStressLevelResponse.js +5 -0
  359. package/dist/api/types/GroupedVo2Max.d.ts +8 -0
  360. package/dist/api/types/GroupedVo2Max.js +5 -0
  361. package/dist/api/types/GroupedVo2MaxResponse.d.ts +10 -0
  362. package/dist/api/types/GroupedVo2MaxResponse.js +5 -0
  363. package/dist/api/types/GroupedWater.d.ts +8 -0
  364. package/dist/api/types/GroupedWater.js +5 -0
  365. package/dist/api/types/GroupedWaterResponse.d.ts +10 -0
  366. package/dist/api/types/GroupedWaterResponse.js +5 -0
  367. package/dist/api/types/TimeseriesResource.d.ts +3 -4
  368. package/dist/api/types/TimeseriesResource.js +2 -3
  369. package/dist/api/types/index.d.ts +51 -0
  370. package/dist/api/types/index.js +51 -0
  371. package/dist/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -0
  372. package/dist/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.js +1 -0
  373. package/dist/serialization/resources/user/client/requests/UserCreateBody.d.ts +1 -0
  374. package/dist/serialization/resources/user/client/requests/UserCreateBody.js +1 -0
  375. package/dist/serialization/resources/user/client/requests/UserPatchBody.d.ts +1 -0
  376. package/dist/serialization/resources/user/client/requests/UserPatchBody.js +1 -0
  377. package/dist/serialization/resources/vitals/client/bodyFat.d.ts +10 -0
  378. package/dist/serialization/resources/vitals/client/bodyFat.js +40 -0
  379. package/dist/serialization/resources/vitals/client/bodyWeight.d.ts +10 -0
  380. package/dist/serialization/resources/vitals/client/bodyWeight.js +40 -0
  381. package/dist/serialization/resources/vitals/client/{triglycerides.d.ts → cholesterolTriglycerides.d.ts} +1 -1
  382. package/dist/serialization/resources/vitals/client/index.d.ts +6 -2
  383. package/dist/serialization/resources/vitals/client/index.js +7 -3
  384. package/dist/serialization/resources/vitals/client/stressLevel.d.ts +10 -0
  385. package/dist/serialization/resources/vitals/client/stressLevel.js +40 -0
  386. package/dist/serialization/resources/vitals/client/vo2Max.d.ts +10 -0
  387. package/dist/serialization/resources/vitals/client/vo2Max.js +40 -0
  388. package/dist/serialization/types/ClientFacingBodyFatTimeseries.d.ts +17 -0
  389. package/dist/serialization/types/ClientFacingBodyFatTimeseries.js +38 -0
  390. package/dist/serialization/types/ClientFacingBodyWeightTimeseries.d.ts +17 -0
  391. package/dist/serialization/types/ClientFacingBodyWeightTimeseries.js +38 -0
  392. package/dist/serialization/types/ClientFacingOrder.d.ts +1 -0
  393. package/dist/serialization/types/ClientFacingOrder.js +1 -0
  394. package/dist/serialization/types/ClientFacingStressLevelTimeseries.d.ts +17 -0
  395. package/dist/serialization/types/ClientFacingStressLevelTimeseries.js +38 -0
  396. package/dist/serialization/types/ClientFacingUser.d.ts +1 -0
  397. package/dist/serialization/types/ClientFacingUser.js +1 -0
  398. package/dist/serialization/types/ClientFacingVo2MaxTimeseries.d.ts +19 -0
  399. package/dist/serialization/types/ClientFacingVo2MaxTimeseries.js +40 -0
  400. package/dist/serialization/types/FallbackBirthDate.d.ts +14 -0
  401. package/dist/serialization/types/FallbackBirthDate.js +35 -0
  402. package/dist/serialization/types/GroupedBloodOxygen.d.ts +13 -0
  403. package/dist/serialization/types/GroupedBloodOxygen.js +43 -0
  404. package/dist/serialization/types/GroupedBloodOxygenResponse.d.ts +13 -0
  405. package/dist/serialization/types/GroupedBloodOxygenResponse.js +43 -0
  406. package/dist/serialization/types/GroupedBloodPressure.d.ts +13 -0
  407. package/dist/serialization/types/GroupedBloodPressure.js +43 -0
  408. package/dist/serialization/types/GroupedBloodPressureResponse.d.ts +13 -0
  409. package/dist/serialization/types/GroupedBloodPressureResponse.js +43 -0
  410. package/dist/serialization/types/GroupedBodyFat.d.ts +13 -0
  411. package/dist/serialization/types/GroupedBodyFat.js +43 -0
  412. package/dist/serialization/types/GroupedBodyFatResponse.d.ts +13 -0
  413. package/dist/serialization/types/GroupedBodyFatResponse.js +43 -0
  414. package/dist/serialization/types/GroupedBodyWeight.d.ts +13 -0
  415. package/dist/serialization/types/GroupedBodyWeight.js +43 -0
  416. package/dist/serialization/types/GroupedBodyWeightResponse.d.ts +13 -0
  417. package/dist/serialization/types/GroupedBodyWeightResponse.js +43 -0
  418. package/dist/serialization/types/GroupedCaffeine.d.ts +13 -0
  419. package/dist/serialization/types/GroupedCaffeine.js +43 -0
  420. package/dist/serialization/types/GroupedCaffeineResponse.d.ts +13 -0
  421. package/dist/serialization/types/GroupedCaffeineResponse.js +43 -0
  422. package/dist/serialization/types/GroupedCaloriesActive.d.ts +13 -0
  423. package/dist/serialization/types/GroupedCaloriesActive.js +43 -0
  424. package/dist/serialization/types/GroupedCaloriesActiveResponse.d.ts +13 -0
  425. package/dist/serialization/types/GroupedCaloriesActiveResponse.js +43 -0
  426. package/dist/serialization/types/GroupedCaloriesBasal.d.ts +13 -0
  427. package/dist/serialization/types/GroupedCaloriesBasal.js +43 -0
  428. package/dist/serialization/types/GroupedCaloriesBasalResponse.d.ts +13 -0
  429. package/dist/serialization/types/GroupedCaloriesBasalResponse.js +43 -0
  430. package/dist/serialization/types/GroupedCholesterol.d.ts +13 -0
  431. package/dist/serialization/types/GroupedCholesterol.js +43 -0
  432. package/dist/serialization/types/GroupedCholesterolResponse.d.ts +13 -0
  433. package/dist/serialization/types/GroupedCholesterolResponse.js +43 -0
  434. package/dist/serialization/types/GroupedDistance.d.ts +13 -0
  435. package/dist/serialization/types/GroupedDistance.js +43 -0
  436. package/dist/serialization/types/GroupedDistanceResponse.d.ts +13 -0
  437. package/dist/serialization/types/GroupedDistanceResponse.js +43 -0
  438. package/dist/serialization/types/GroupedElectrocardiogramVoltage.d.ts +13 -0
  439. package/dist/serialization/types/GroupedElectrocardiogramVoltage.js +43 -0
  440. package/dist/serialization/types/GroupedElectrocardiogramVoltageResponse.d.ts +13 -0
  441. package/dist/serialization/types/GroupedElectrocardiogramVoltageResponse.js +43 -0
  442. package/dist/serialization/types/GroupedFloorsClimbed.d.ts +13 -0
  443. package/dist/serialization/types/GroupedFloorsClimbed.js +43 -0
  444. package/dist/serialization/types/GroupedFloorsClimbedResponse.d.ts +13 -0
  445. package/dist/serialization/types/GroupedFloorsClimbedResponse.js +43 -0
  446. package/dist/serialization/types/GroupedGlucose.d.ts +13 -0
  447. package/dist/serialization/types/GroupedGlucose.js +43 -0
  448. package/dist/serialization/types/GroupedGlucoseResponse.d.ts +13 -0
  449. package/dist/serialization/types/GroupedGlucoseResponse.js +43 -0
  450. package/dist/serialization/types/GroupedHeartRate.d.ts +13 -0
  451. package/dist/serialization/types/GroupedHeartRate.js +43 -0
  452. package/dist/serialization/types/GroupedHeartRateResponse.d.ts +13 -0
  453. package/dist/serialization/types/GroupedHeartRateResponse.js +43 -0
  454. package/dist/serialization/types/GroupedHrv.d.ts +13 -0
  455. package/dist/serialization/types/GroupedHrv.js +43 -0
  456. package/dist/serialization/types/GroupedHrvResponse.d.ts +13 -0
  457. package/dist/serialization/types/GroupedHrvResponse.js +43 -0
  458. package/dist/serialization/types/GroupedHypnogram.d.ts +13 -0
  459. package/dist/serialization/types/GroupedHypnogram.js +43 -0
  460. package/dist/serialization/types/GroupedHypnogramResponse.d.ts +13 -0
  461. package/dist/serialization/types/GroupedHypnogramResponse.js +43 -0
  462. package/dist/serialization/types/GroupedIge.d.ts +13 -0
  463. package/dist/serialization/types/GroupedIge.js +43 -0
  464. package/dist/serialization/types/GroupedIgeResponse.d.ts +13 -0
  465. package/dist/serialization/types/GroupedIgeResponse.js +43 -0
  466. package/dist/serialization/types/GroupedIgg.d.ts +13 -0
  467. package/dist/serialization/types/GroupedIgg.js +43 -0
  468. package/dist/serialization/types/GroupedIggResponse.d.ts +13 -0
  469. package/dist/serialization/types/GroupedIggResponse.js +43 -0
  470. package/dist/serialization/types/GroupedMindfulnessMinutes.d.ts +13 -0
  471. package/dist/serialization/types/GroupedMindfulnessMinutes.js +43 -0
  472. package/dist/serialization/types/GroupedMindfulnessMinutesResponse.d.ts +13 -0
  473. package/dist/serialization/types/GroupedMindfulnessMinutesResponse.js +43 -0
  474. package/dist/serialization/types/GroupedRespiratoryRate.d.ts +13 -0
  475. package/dist/serialization/types/GroupedRespiratoryRate.js +43 -0
  476. package/dist/serialization/types/GroupedRespiratoryRateResponse.d.ts +13 -0
  477. package/dist/serialization/types/GroupedRespiratoryRateResponse.js +43 -0
  478. package/dist/serialization/types/GroupedSteps.d.ts +13 -0
  479. package/dist/serialization/types/GroupedSteps.js +43 -0
  480. package/dist/serialization/types/GroupedStepsResponse.d.ts +13 -0
  481. package/dist/serialization/types/GroupedStepsResponse.js +43 -0
  482. package/dist/serialization/types/GroupedStressLevel.d.ts +13 -0
  483. package/dist/serialization/types/GroupedStressLevel.js +43 -0
  484. package/dist/serialization/types/GroupedStressLevelResponse.d.ts +13 -0
  485. package/dist/serialization/types/GroupedStressLevelResponse.js +43 -0
  486. package/dist/serialization/types/GroupedVo2Max.d.ts +13 -0
  487. package/dist/serialization/types/GroupedVo2Max.js +43 -0
  488. package/dist/serialization/types/GroupedVo2MaxResponse.d.ts +13 -0
  489. package/dist/serialization/types/GroupedVo2MaxResponse.js +43 -0
  490. package/dist/serialization/types/GroupedWater.d.ts +13 -0
  491. package/dist/serialization/types/GroupedWater.js +43 -0
  492. package/dist/serialization/types/GroupedWaterResponse.d.ts +13 -0
  493. package/dist/serialization/types/GroupedWaterResponse.js +43 -0
  494. package/dist/serialization/types/TimeseriesResource.d.ts +1 -1
  495. package/dist/serialization/types/TimeseriesResource.js +2 -3
  496. package/dist/serialization/types/index.d.ts +51 -0
  497. package/dist/serialization/types/index.js +51 -0
  498. package/package.json +1 -1
  499. package/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -0
  500. package/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.js +1 -0
  501. package/serialization/resources/user/client/requests/UserCreateBody.d.ts +1 -0
  502. package/serialization/resources/user/client/requests/UserCreateBody.js +1 -0
  503. package/serialization/resources/user/client/requests/UserPatchBody.d.ts +1 -0
  504. package/serialization/resources/user/client/requests/UserPatchBody.js +1 -0
  505. package/serialization/resources/vitals/client/bodyFat.d.ts +10 -0
  506. package/serialization/resources/vitals/client/bodyFat.js +40 -0
  507. package/serialization/resources/vitals/client/bodyWeight.d.ts +10 -0
  508. package/serialization/resources/vitals/client/bodyWeight.js +40 -0
  509. package/serialization/resources/vitals/client/{triglycerides.d.ts → cholesterolTriglycerides.d.ts} +1 -1
  510. package/serialization/resources/vitals/client/index.d.ts +6 -2
  511. package/serialization/resources/vitals/client/index.js +7 -3
  512. package/serialization/resources/vitals/client/stressLevel.d.ts +10 -0
  513. package/serialization/resources/vitals/client/stressLevel.js +40 -0
  514. package/serialization/resources/vitals/client/vo2Max.d.ts +10 -0
  515. package/serialization/resources/vitals/client/vo2Max.js +40 -0
  516. package/serialization/types/ClientFacingBodyFatTimeseries.d.ts +17 -0
  517. package/serialization/types/ClientFacingBodyFatTimeseries.js +38 -0
  518. package/serialization/types/ClientFacingBodyWeightTimeseries.d.ts +17 -0
  519. package/serialization/types/ClientFacingBodyWeightTimeseries.js +38 -0
  520. package/serialization/types/ClientFacingOrder.d.ts +1 -0
  521. package/serialization/types/ClientFacingOrder.js +1 -0
  522. package/serialization/types/ClientFacingStressLevelTimeseries.d.ts +17 -0
  523. package/serialization/types/ClientFacingStressLevelTimeseries.js +38 -0
  524. package/serialization/types/ClientFacingUser.d.ts +1 -0
  525. package/serialization/types/ClientFacingUser.js +1 -0
  526. package/serialization/types/ClientFacingVo2MaxTimeseries.d.ts +19 -0
  527. package/serialization/types/ClientFacingVo2MaxTimeseries.js +40 -0
  528. package/serialization/types/FallbackBirthDate.d.ts +14 -0
  529. package/serialization/types/FallbackBirthDate.js +35 -0
  530. package/serialization/types/GroupedBloodOxygen.d.ts +13 -0
  531. package/serialization/types/GroupedBloodOxygen.js +43 -0
  532. package/serialization/types/GroupedBloodOxygenResponse.d.ts +13 -0
  533. package/serialization/types/GroupedBloodOxygenResponse.js +43 -0
  534. package/serialization/types/GroupedBloodPressure.d.ts +13 -0
  535. package/serialization/types/GroupedBloodPressure.js +43 -0
  536. package/serialization/types/GroupedBloodPressureResponse.d.ts +13 -0
  537. package/serialization/types/GroupedBloodPressureResponse.js +43 -0
  538. package/serialization/types/GroupedBodyFat.d.ts +13 -0
  539. package/serialization/types/GroupedBodyFat.js +43 -0
  540. package/serialization/types/GroupedBodyFatResponse.d.ts +13 -0
  541. package/serialization/types/GroupedBodyFatResponse.js +43 -0
  542. package/serialization/types/GroupedBodyWeight.d.ts +13 -0
  543. package/serialization/types/GroupedBodyWeight.js +43 -0
  544. package/serialization/types/GroupedBodyWeightResponse.d.ts +13 -0
  545. package/serialization/types/GroupedBodyWeightResponse.js +43 -0
  546. package/serialization/types/GroupedCaffeine.d.ts +13 -0
  547. package/serialization/types/GroupedCaffeine.js +43 -0
  548. package/serialization/types/GroupedCaffeineResponse.d.ts +13 -0
  549. package/serialization/types/GroupedCaffeineResponse.js +43 -0
  550. package/serialization/types/GroupedCaloriesActive.d.ts +13 -0
  551. package/serialization/types/GroupedCaloriesActive.js +43 -0
  552. package/serialization/types/GroupedCaloriesActiveResponse.d.ts +13 -0
  553. package/serialization/types/GroupedCaloriesActiveResponse.js +43 -0
  554. package/serialization/types/GroupedCaloriesBasal.d.ts +13 -0
  555. package/serialization/types/GroupedCaloriesBasal.js +43 -0
  556. package/serialization/types/GroupedCaloriesBasalResponse.d.ts +13 -0
  557. package/serialization/types/GroupedCaloriesBasalResponse.js +43 -0
  558. package/serialization/types/GroupedCholesterol.d.ts +13 -0
  559. package/serialization/types/GroupedCholesterol.js +43 -0
  560. package/serialization/types/GroupedCholesterolResponse.d.ts +13 -0
  561. package/serialization/types/GroupedCholesterolResponse.js +43 -0
  562. package/serialization/types/GroupedDistance.d.ts +13 -0
  563. package/serialization/types/GroupedDistance.js +43 -0
  564. package/serialization/types/GroupedDistanceResponse.d.ts +13 -0
  565. package/serialization/types/GroupedDistanceResponse.js +43 -0
  566. package/serialization/types/GroupedElectrocardiogramVoltage.d.ts +13 -0
  567. package/serialization/types/GroupedElectrocardiogramVoltage.js +43 -0
  568. package/serialization/types/GroupedElectrocardiogramVoltageResponse.d.ts +13 -0
  569. package/serialization/types/GroupedElectrocardiogramVoltageResponse.js +43 -0
  570. package/serialization/types/GroupedFloorsClimbed.d.ts +13 -0
  571. package/serialization/types/GroupedFloorsClimbed.js +43 -0
  572. package/serialization/types/GroupedFloorsClimbedResponse.d.ts +13 -0
  573. package/serialization/types/GroupedFloorsClimbedResponse.js +43 -0
  574. package/serialization/types/GroupedGlucose.d.ts +13 -0
  575. package/serialization/types/GroupedGlucose.js +43 -0
  576. package/serialization/types/GroupedGlucoseResponse.d.ts +13 -0
  577. package/serialization/types/GroupedGlucoseResponse.js +43 -0
  578. package/serialization/types/GroupedHeartRate.d.ts +13 -0
  579. package/serialization/types/GroupedHeartRate.js +43 -0
  580. package/serialization/types/GroupedHeartRateResponse.d.ts +13 -0
  581. package/serialization/types/GroupedHeartRateResponse.js +43 -0
  582. package/serialization/types/GroupedHrv.d.ts +13 -0
  583. package/serialization/types/GroupedHrv.js +43 -0
  584. package/serialization/types/GroupedHrvResponse.d.ts +13 -0
  585. package/serialization/types/GroupedHrvResponse.js +43 -0
  586. package/serialization/types/GroupedHypnogram.d.ts +13 -0
  587. package/serialization/types/GroupedHypnogram.js +43 -0
  588. package/serialization/types/GroupedHypnogramResponse.d.ts +13 -0
  589. package/serialization/types/GroupedHypnogramResponse.js +43 -0
  590. package/serialization/types/GroupedIge.d.ts +13 -0
  591. package/serialization/types/GroupedIge.js +43 -0
  592. package/serialization/types/GroupedIgeResponse.d.ts +13 -0
  593. package/serialization/types/GroupedIgeResponse.js +43 -0
  594. package/serialization/types/GroupedIgg.d.ts +13 -0
  595. package/serialization/types/GroupedIgg.js +43 -0
  596. package/serialization/types/GroupedIggResponse.d.ts +13 -0
  597. package/serialization/types/GroupedIggResponse.js +43 -0
  598. package/serialization/types/GroupedMindfulnessMinutes.d.ts +13 -0
  599. package/serialization/types/GroupedMindfulnessMinutes.js +43 -0
  600. package/serialization/types/GroupedMindfulnessMinutesResponse.d.ts +13 -0
  601. package/serialization/types/GroupedMindfulnessMinutesResponse.js +43 -0
  602. package/serialization/types/GroupedRespiratoryRate.d.ts +13 -0
  603. package/serialization/types/GroupedRespiratoryRate.js +43 -0
  604. package/serialization/types/GroupedRespiratoryRateResponse.d.ts +13 -0
  605. package/serialization/types/GroupedRespiratoryRateResponse.js +43 -0
  606. package/serialization/types/GroupedSteps.d.ts +13 -0
  607. package/serialization/types/GroupedSteps.js +43 -0
  608. package/serialization/types/GroupedStepsResponse.d.ts +13 -0
  609. package/serialization/types/GroupedStepsResponse.js +43 -0
  610. package/serialization/types/GroupedStressLevel.d.ts +13 -0
  611. package/serialization/types/GroupedStressLevel.js +43 -0
  612. package/serialization/types/GroupedStressLevelResponse.d.ts +13 -0
  613. package/serialization/types/GroupedStressLevelResponse.js +43 -0
  614. package/serialization/types/GroupedVo2Max.d.ts +13 -0
  615. package/serialization/types/GroupedVo2Max.js +43 -0
  616. package/serialization/types/GroupedVo2MaxResponse.d.ts +13 -0
  617. package/serialization/types/GroupedVo2MaxResponse.js +43 -0
  618. package/serialization/types/GroupedWater.d.ts +13 -0
  619. package/serialization/types/GroupedWater.js +43 -0
  620. package/serialization/types/GroupedWaterResponse.d.ts +13 -0
  621. package/serialization/types/GroupedWaterResponse.js +43 -0
  622. package/serialization/types/TimeseriesResource.d.ts +1 -1
  623. package/serialization/types/TimeseriesResource.js +2 -3
  624. package/serialization/types/index.d.ts +51 -0
  625. package/serialization/types/index.js +51 -0
  626. /package/api/resources/vitals/client/requests/{VitalsTriglyceridesRequest.js → VitalsBloodOxygenGroupedRequest.js} +0 -0
  627. /package/{dist/api/resources/vitals/client/requests/VitalsTriglyceridesRequest.js → api/resources/vitals/client/requests/VitalsBloodPressureGroupedRequest.js} +0 -0
  628. /package/dist/serialization/resources/vitals/client/{triglycerides.js → cholesterolTriglycerides.js} +0 -0
  629. /package/serialization/resources/vitals/client/{triglycerides.js → cholesterolTriglycerides.js} +0 -0
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.GroupedBodyFatResponse = void 0;
39
+ const core = __importStar(require("../../core"));
40
+ exports.GroupedBodyFatResponse = core.serialization.object({
41
+ groups: core.serialization.record(core.serialization.string(), core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).GroupedBodyFat; })))),
42
+ next: core.serialization.string().optional(),
43
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const GroupedBodyWeight: core.serialization.ObjectSchema<serializers.GroupedBodyWeight.Raw, Vital.GroupedBodyWeight>;
8
+ export declare namespace GroupedBodyWeight {
9
+ interface Raw {
10
+ source: serializers.ClientFacingSource.Raw;
11
+ data: serializers.ClientFacingBodyWeightTimeseries.Raw[];
12
+ }
13
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.GroupedBodyWeight = void 0;
39
+ const core = __importStar(require("../../core"));
40
+ exports.GroupedBodyWeight = core.serialization.object({
41
+ source: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingSource; })),
42
+ data: core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingBodyWeightTimeseries; }))),
43
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const GroupedBodyWeightResponse: core.serialization.ObjectSchema<serializers.GroupedBodyWeightResponse.Raw, Vital.GroupedBodyWeightResponse>;
8
+ export declare namespace GroupedBodyWeightResponse {
9
+ interface Raw {
10
+ groups: Record<string, serializers.GroupedBodyWeight.Raw[]>;
11
+ next?: string | null;
12
+ }
13
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.GroupedBodyWeightResponse = void 0;
39
+ const core = __importStar(require("../../core"));
40
+ exports.GroupedBodyWeightResponse = core.serialization.object({
41
+ groups: core.serialization.record(core.serialization.string(), core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).GroupedBodyWeight; })))),
42
+ next: core.serialization.string().optional(),
43
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const GroupedCaffeine: core.serialization.ObjectSchema<serializers.GroupedCaffeine.Raw, Vital.GroupedCaffeine>;
8
+ export declare namespace GroupedCaffeine {
9
+ interface Raw {
10
+ source: serializers.ClientFacingSource.Raw;
11
+ data: serializers.ClientFacingCaffeineTimeseries.Raw[];
12
+ }
13
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.GroupedCaffeine = void 0;
39
+ const core = __importStar(require("../../core"));
40
+ exports.GroupedCaffeine = core.serialization.object({
41
+ source: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingSource; })),
42
+ data: core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingCaffeineTimeseries; }))),
43
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const GroupedCaffeineResponse: core.serialization.ObjectSchema<serializers.GroupedCaffeineResponse.Raw, Vital.GroupedCaffeineResponse>;
8
+ export declare namespace GroupedCaffeineResponse {
9
+ interface Raw {
10
+ groups: Record<string, serializers.GroupedCaffeine.Raw[]>;
11
+ next?: string | null;
12
+ }
13
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.GroupedCaffeineResponse = void 0;
39
+ const core = __importStar(require("../../core"));
40
+ exports.GroupedCaffeineResponse = core.serialization.object({
41
+ groups: core.serialization.record(core.serialization.string(), core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).GroupedCaffeine; })))),
42
+ next: core.serialization.string().optional(),
43
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const GroupedCaloriesActive: core.serialization.ObjectSchema<serializers.GroupedCaloriesActive.Raw, Vital.GroupedCaloriesActive>;
8
+ export declare namespace GroupedCaloriesActive {
9
+ interface Raw {
10
+ source: serializers.ClientFacingSource.Raw;
11
+ data: serializers.ClientFacingCaloriesActiveTimeseries.Raw[];
12
+ }
13
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.GroupedCaloriesActive = void 0;
39
+ const core = __importStar(require("../../core"));
40
+ exports.GroupedCaloriesActive = core.serialization.object({
41
+ source: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingSource; })),
42
+ data: core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingCaloriesActiveTimeseries; }))),
43
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const GroupedCaloriesActiveResponse: core.serialization.ObjectSchema<serializers.GroupedCaloriesActiveResponse.Raw, Vital.GroupedCaloriesActiveResponse>;
8
+ export declare namespace GroupedCaloriesActiveResponse {
9
+ interface Raw {
10
+ groups: Record<string, serializers.GroupedCaloriesActive.Raw[]>;
11
+ next?: string | null;
12
+ }
13
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.GroupedCaloriesActiveResponse = void 0;
39
+ const core = __importStar(require("../../core"));
40
+ exports.GroupedCaloriesActiveResponse = core.serialization.object({
41
+ groups: core.serialization.record(core.serialization.string(), core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).GroupedCaloriesActive; })))),
42
+ next: core.serialization.string().optional(),
43
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const GroupedCaloriesBasal: core.serialization.ObjectSchema<serializers.GroupedCaloriesBasal.Raw, Vital.GroupedCaloriesBasal>;
8
+ export declare namespace GroupedCaloriesBasal {
9
+ interface Raw {
10
+ source: serializers.ClientFacingSource.Raw;
11
+ data: serializers.ClientFacingCaloriesBasalTimeseries.Raw[];
12
+ }
13
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.GroupedCaloriesBasal = void 0;
39
+ const core = __importStar(require("../../core"));
40
+ exports.GroupedCaloriesBasal = core.serialization.object({
41
+ source: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingSource; })),
42
+ data: core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingCaloriesBasalTimeseries; }))),
43
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const GroupedCaloriesBasalResponse: core.serialization.ObjectSchema<serializers.GroupedCaloriesBasalResponse.Raw, Vital.GroupedCaloriesBasalResponse>;
8
+ export declare namespace GroupedCaloriesBasalResponse {
9
+ interface Raw {
10
+ groups: Record<string, serializers.GroupedCaloriesBasal.Raw[]>;
11
+ next?: string | null;
12
+ }
13
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.GroupedCaloriesBasalResponse = void 0;
39
+ const core = __importStar(require("../../core"));
40
+ exports.GroupedCaloriesBasalResponse = core.serialization.object({
41
+ groups: core.serialization.record(core.serialization.string(), core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).GroupedCaloriesBasal; })))),
42
+ next: core.serialization.string().optional(),
43
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const GroupedCholesterol: core.serialization.ObjectSchema<serializers.GroupedCholesterol.Raw, Vital.GroupedCholesterol>;
8
+ export declare namespace GroupedCholesterol {
9
+ interface Raw {
10
+ source: serializers.ClientFacingSource.Raw;
11
+ data: serializers.ClientFacingCholesterolTimeseries.Raw[];
12
+ }
13
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.GroupedCholesterol = void 0;
39
+ const core = __importStar(require("../../core"));
40
+ exports.GroupedCholesterol = core.serialization.object({
41
+ source: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingSource; })),
42
+ data: core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingCholesterolTimeseries; }))),
43
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const GroupedCholesterolResponse: core.serialization.ObjectSchema<serializers.GroupedCholesterolResponse.Raw, Vital.GroupedCholesterolResponse>;
8
+ export declare namespace GroupedCholesterolResponse {
9
+ interface Raw {
10
+ groups: Record<string, serializers.GroupedCholesterol.Raw[]>;
11
+ next?: string | null;
12
+ }
13
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.GroupedCholesterolResponse = void 0;
39
+ const core = __importStar(require("../../core"));
40
+ exports.GroupedCholesterolResponse = core.serialization.object({
41
+ groups: core.serialization.record(core.serialization.string(), core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).GroupedCholesterol; })))),
42
+ next: core.serialization.string().optional(),
43
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const GroupedDistance: core.serialization.ObjectSchema<serializers.GroupedDistance.Raw, Vital.GroupedDistance>;
8
+ export declare namespace GroupedDistance {
9
+ interface Raw {
10
+ source: serializers.ClientFacingSource.Raw;
11
+ data: serializers.ClientFacingDistanceTimeseries.Raw[];
12
+ }
13
+ }