@tryvital/vital-node 3.1.14 → 3.1.16

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 (759) 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.d.ts +0 -13
  7. package/api/resources/labTests/client/Client.js +25 -137
  8. package/api/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -2
  9. package/api/resources/labTests/client/requests/index.d.ts +0 -1
  10. package/api/resources/link/client/Client.js +14 -14
  11. package/api/resources/meal/client/Client.js +1 -1
  12. package/api/resources/profile/client/Client.js +2 -2
  13. package/api/resources/providers/client/Client.js +1 -1
  14. package/api/resources/sleep/client/Client.js +4 -4
  15. package/api/resources/team/client/Client.d.ts +2 -5
  16. package/api/resources/team/client/Client.js +13 -30
  17. package/api/resources/team/client/requests/index.d.ts +0 -1
  18. package/api/resources/testkit/client/Client.js +2 -2
  19. package/api/resources/testkit/client/requests/RegisterTestkitRequest.d.ts +1 -1
  20. package/api/resources/user/client/Client.js +12 -12
  21. package/api/resources/user/client/requests/UserCreateBody.d.ts +0 -8
  22. package/api/resources/user/client/requests/UserPatchBody.d.ts +0 -8
  23. package/api/resources/vitals/client/Client.js +50 -50
  24. package/api/resources/workouts/client/Client.js +3 -3
  25. package/api/types/AppointmentEventStatus.d.ts +0 -3
  26. package/api/types/AppointmentProvider.d.ts +0 -3
  27. package/api/types/AppointmentServiceType.d.ts +0 -3
  28. package/api/types/AppointmentStatus.d.ts +0 -3
  29. package/api/types/AppointmentType.d.ts +0 -3
  30. package/api/types/AttemptStatus.d.ts +0 -3
  31. package/api/types/AuthType.d.ts +0 -3
  32. package/api/types/Availability.d.ts +0 -3
  33. package/api/types/ClientFacingActivity.d.ts +0 -12
  34. package/api/types/ClientFacingAppointment.d.ts +0 -2
  35. package/api/types/ClientFacingBloodOxygenTimeseries.d.ts +0 -3
  36. package/api/types/ClientFacingBloodPressureTimeseries.d.ts +0 -3
  37. package/api/types/ClientFacingBody.d.ts +0 -2
  38. package/api/types/ClientFacingBodyFatTimeseries.d.ts +0 -3
  39. package/api/types/ClientFacingBodyWeightTimeseries.d.ts +0 -3
  40. package/api/types/ClientFacingCaffeineTimeseries.d.ts +0 -3
  41. package/api/types/ClientFacingCaloriesActiveTimeseries.d.ts +0 -3
  42. package/api/types/ClientFacingCaloriesBasalTimeseries.d.ts +0 -3
  43. package/api/types/ClientFacingCholesterolTimeseries.d.ts +0 -3
  44. package/api/types/ClientFacingDistanceTimeseries.d.ts +0 -3
  45. package/api/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +2 -4
  46. package/api/types/ClientFacingFloorsClimbedTimeseries.d.ts +0 -3
  47. package/api/types/ClientFacingGlucoseTimeseries.d.ts +0 -3
  48. package/api/types/ClientFacingHeartRate.d.ts +0 -4
  49. package/api/types/ClientFacingHeartRateTimeseries.d.ts +0 -3
  50. package/api/types/ClientFacingHrvTimeseries.d.ts +0 -3
  51. package/api/types/ClientFacingHypnogramTimeseries.d.ts +0 -3
  52. package/api/types/ClientFacingIgeTimeseries.d.ts +0 -3
  53. package/api/types/ClientFacingIggTimeseries.d.ts +0 -3
  54. package/api/types/ClientFacingLabTest.d.ts +7 -0
  55. package/api/types/ClientFacingMindfulnessMinutesTimeseries.d.ts +0 -3
  56. package/api/types/ClientFacingOrder.d.ts +1 -9
  57. package/api/types/ClientFacingProviderDetailed.d.ts +0 -1
  58. package/api/types/ClientFacingResource.d.ts +0 -3
  59. package/api/types/ClientFacingRespiratoryRateTimeseries.d.ts +0 -3
  60. package/api/types/{Beneficiary.d.ts → ClientFacingSampleGroupingKeys.d.ts} +1 -3
  61. package/api/types/ClientFacingShipment.d.ts +0 -7
  62. package/api/types/ClientFacingSleep.d.ts +0 -11
  63. package/api/types/ClientFacingSource.d.ts +0 -1
  64. package/api/types/ClientFacingStepsTimeseries.d.ts +0 -3
  65. package/api/types/ClientFacingStream.d.ts +19 -10
  66. package/api/types/ClientFacingStreamAltitude.d.ts +7 -0
  67. package/api/types/ClientFacingStreamCadence.d.ts +7 -0
  68. package/api/types/ClientFacingStreamDistance.d.ts +7 -0
  69. package/api/types/ClientFacingStreamHeartrate.d.ts +7 -0
  70. package/api/types/ClientFacingStreamLat.d.ts +7 -0
  71. package/api/types/ClientFacingStreamLng.d.ts +7 -0
  72. package/api/types/ClientFacingStreamPower.d.ts +7 -0
  73. package/api/types/ClientFacingStreamResistance.d.ts +7 -0
  74. package/api/types/{PostOrderPatientBirthDate.d.ts → ClientFacingStreamVelocitySmooth.d.ts} +4 -1
  75. package/api/types/ClientFacingStressLevelTimeseries.d.ts +0 -3
  76. package/api/types/ClientFacingTestkitOrder.d.ts +0 -1
  77. package/api/types/ClientFacingUser.d.ts +0 -7
  78. package/api/types/ClientFacingVo2MaxTimeseries.d.ts +0 -3
  79. package/api/types/ClientFacingWaterTimeseries.d.ts +0 -3
  80. package/api/types/ClientFacingWorkout.d.ts +1 -18
  81. package/api/types/ConsentType.d.ts +0 -3
  82. package/api/types/DelegatedFlowType.d.ts +0 -3
  83. package/api/types/DemoProviders.d.ts +0 -3
  84. package/api/types/EmailProviders.d.ts +0 -3
  85. package/api/types/Fats.d.ts +0 -6
  86. package/api/types/Gender.d.ts +0 -3
  87. package/api/types/GroupedBloodOxygenResponse.d.ts +0 -1
  88. package/api/types/GroupedBloodPressureResponse.d.ts +0 -1
  89. package/api/types/GroupedBodyFatResponse.d.ts +0 -1
  90. package/api/types/GroupedBodyWeightResponse.d.ts +0 -1
  91. package/api/types/GroupedCaffeineResponse.d.ts +0 -1
  92. package/api/types/GroupedCaloriesActiveResponse.d.ts +0 -1
  93. package/api/types/GroupedCaloriesBasalResponse.d.ts +0 -1
  94. package/api/types/GroupedCholesterolResponse.d.ts +0 -1
  95. package/api/types/GroupedDistanceResponse.d.ts +0 -1
  96. package/api/types/GroupedElectrocardiogramVoltageResponse.d.ts +0 -1
  97. package/api/types/GroupedFloorsClimbedResponse.d.ts +0 -1
  98. package/api/types/GroupedGlucoseResponse.d.ts +0 -1
  99. package/api/types/GroupedHeartRateResponse.d.ts +0 -1
  100. package/api/types/GroupedHrvResponse.d.ts +0 -1
  101. package/api/types/GroupedHypnogramResponse.d.ts +0 -1
  102. package/api/types/GroupedIgeResponse.d.ts +0 -1
  103. package/api/types/GroupedIggResponse.d.ts +0 -1
  104. package/api/types/GroupedMindfulnessMinutesResponse.d.ts +0 -1
  105. package/api/types/GroupedRespiratoryRateResponse.d.ts +0 -1
  106. package/api/types/GroupedStepsResponse.d.ts +0 -1
  107. package/api/types/GroupedStressLevelResponse.d.ts +0 -1
  108. package/api/types/GroupedVo2MaxResponse.d.ts +0 -1
  109. package/api/types/GroupedWaterResponse.d.ts +0 -1
  110. package/api/types/HealthInsuranceCreateRequest.d.ts +0 -7
  111. package/api/types/HealthInsuranceCreateRequestBackImage.d.ts +1 -9
  112. package/api/types/HealthInsuranceCreateRequestFrontImage.d.ts +1 -9
  113. package/api/types/HealthInsuranceCreateRequestPatientSignatureImage.d.ts +1 -9
  114. package/api/types/HistoricalPullStatus.d.ts +0 -3
  115. package/api/types/Jpeg.d.ts +1 -0
  116. package/api/types/LabTestStatus.d.ts +0 -3
  117. package/api/types/Labs.d.ts +13 -0
  118. package/api/types/Labs.js +15 -0
  119. package/api/types/Macros.d.ts +0 -6
  120. package/api/types/ManualProviders.d.ts +0 -3
  121. package/api/types/MarkerType.d.ts +0 -3
  122. package/api/types/Micros.d.ts +3 -6
  123. package/api/types/OAuthProviders.d.ts +0 -3
  124. package/api/types/OrderStatus.d.ts +0 -3
  125. package/api/types/OrderTopLevelStatus.d.ts +0 -3
  126. package/api/types/PasswordProviders.d.ts +0 -3
  127. package/api/types/PatientAddressCompatibleInput.d.ts +13 -0
  128. package/api/types/{PatientAddressCompatible.d.ts → PatientAddressCompatibleOutput.d.ts} +1 -1
  129. package/api/types/PhysicianCreateRequestSignatureImage.d.ts +1 -9
  130. package/api/types/Png.d.ts +1 -0
  131. package/api/types/ProviderLinkResponse.d.ts +1 -1
  132. package/api/types/Providers.d.ts +0 -3
  133. package/api/types/QuestionType.d.ts +0 -3
  134. package/api/types/Region.d.ts +0 -3
  135. package/api/types/ResponsibleRelationship.d.ts +0 -3
  136. package/api/types/ResultType.d.ts +0 -3
  137. package/api/types/SourceAuthType.d.ts +0 -3
  138. package/api/types/SourceType.d.ts +0 -3
  139. package/api/types/TimeseriesResource.d.ts +0 -3
  140. package/api/types/UsAddress.d.ts +0 -1
  141. package/api/types/index.d.ts +59 -91
  142. package/api/types/index.js +59 -91
  143. package/dist/api/resources/activity/client/Client.js +2 -2
  144. package/dist/api/resources/body/client/Client.js +2 -2
  145. package/dist/api/resources/devices/client/Client.js +1 -1
  146. package/dist/api/resources/insurance/client/Client.js +2 -2
  147. package/dist/api/resources/introspect/client/Client.js +2 -2
  148. package/dist/api/resources/labTests/client/Client.d.ts +0 -13
  149. package/dist/api/resources/labTests/client/Client.js +25 -137
  150. package/dist/api/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -2
  151. package/dist/api/resources/labTests/client/requests/index.d.ts +0 -1
  152. package/dist/api/resources/link/client/Client.js +14 -14
  153. package/dist/api/resources/meal/client/Client.js +1 -1
  154. package/dist/api/resources/profile/client/Client.js +2 -2
  155. package/dist/api/resources/providers/client/Client.js +1 -1
  156. package/dist/api/resources/sleep/client/Client.js +4 -4
  157. package/dist/api/resources/team/client/Client.d.ts +2 -5
  158. package/dist/api/resources/team/client/Client.js +13 -30
  159. package/dist/api/resources/team/client/requests/index.d.ts +0 -1
  160. package/dist/api/resources/testkit/client/Client.js +2 -2
  161. package/dist/api/resources/testkit/client/requests/RegisterTestkitRequest.d.ts +1 -1
  162. package/dist/api/resources/user/client/Client.js +12 -12
  163. package/dist/api/resources/user/client/requests/UserCreateBody.d.ts +0 -8
  164. package/dist/api/resources/user/client/requests/UserPatchBody.d.ts +0 -8
  165. package/dist/api/resources/vitals/client/Client.js +50 -50
  166. package/dist/api/resources/workouts/client/Client.js +3 -3
  167. package/dist/api/types/AppointmentEventStatus.d.ts +0 -3
  168. package/dist/api/types/AppointmentProvider.d.ts +0 -3
  169. package/dist/api/types/AppointmentServiceType.d.ts +0 -3
  170. package/dist/api/types/AppointmentStatus.d.ts +0 -3
  171. package/dist/api/types/AppointmentType.d.ts +0 -3
  172. package/dist/api/types/AttemptStatus.d.ts +0 -3
  173. package/dist/api/types/AuthType.d.ts +0 -3
  174. package/dist/api/types/Availability.d.ts +0 -3
  175. package/dist/api/types/ClientFacingActivity.d.ts +0 -12
  176. package/dist/api/types/ClientFacingAppointment.d.ts +0 -2
  177. package/dist/api/types/ClientFacingBloodOxygenTimeseries.d.ts +0 -3
  178. package/dist/api/types/ClientFacingBloodPressureTimeseries.d.ts +0 -3
  179. package/dist/api/types/ClientFacingBody.d.ts +0 -2
  180. package/dist/api/types/ClientFacingBodyFatTimeseries.d.ts +0 -3
  181. package/dist/api/types/ClientFacingBodyWeightTimeseries.d.ts +0 -3
  182. package/dist/api/types/ClientFacingCaffeineTimeseries.d.ts +0 -3
  183. package/dist/api/types/ClientFacingCaloriesActiveTimeseries.d.ts +0 -3
  184. package/dist/api/types/ClientFacingCaloriesBasalTimeseries.d.ts +0 -3
  185. package/dist/api/types/ClientFacingCholesterolTimeseries.d.ts +0 -3
  186. package/dist/api/types/ClientFacingDistanceTimeseries.d.ts +0 -3
  187. package/dist/api/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +2 -4
  188. package/dist/api/types/ClientFacingFloorsClimbedTimeseries.d.ts +0 -3
  189. package/dist/api/types/ClientFacingGlucoseTimeseries.d.ts +0 -3
  190. package/dist/api/types/ClientFacingHeartRate.d.ts +0 -4
  191. package/dist/api/types/ClientFacingHeartRateTimeseries.d.ts +0 -3
  192. package/dist/api/types/ClientFacingHrvTimeseries.d.ts +0 -3
  193. package/dist/api/types/ClientFacingHypnogramTimeseries.d.ts +0 -3
  194. package/dist/api/types/ClientFacingIgeTimeseries.d.ts +0 -3
  195. package/dist/api/types/ClientFacingIggTimeseries.d.ts +0 -3
  196. package/dist/api/types/ClientFacingLabTest.d.ts +7 -0
  197. package/dist/api/types/ClientFacingMindfulnessMinutesTimeseries.d.ts +0 -3
  198. package/dist/api/types/ClientFacingOrder.d.ts +1 -9
  199. package/dist/api/types/ClientFacingProviderDetailed.d.ts +0 -1
  200. package/dist/api/types/ClientFacingResource.d.ts +0 -3
  201. package/dist/api/types/ClientFacingRespiratoryRateTimeseries.d.ts +0 -3
  202. package/{api/types/Low.d.ts → dist/api/types/ClientFacingSampleGroupingKeys.d.ts} +1 -3
  203. package/dist/api/types/ClientFacingShipment.d.ts +0 -7
  204. package/dist/api/types/ClientFacingSleep.d.ts +0 -11
  205. package/dist/api/types/ClientFacingSource.d.ts +0 -1
  206. package/dist/api/types/ClientFacingStepsTimeseries.d.ts +0 -3
  207. package/dist/api/types/ClientFacingStream.d.ts +19 -10
  208. package/dist/api/types/ClientFacingStreamAltitude.d.ts +7 -0
  209. package/dist/api/types/ClientFacingStreamCadence.d.ts +7 -0
  210. package/dist/api/types/ClientFacingStreamDistance.d.ts +7 -0
  211. package/dist/api/types/ClientFacingStreamHeartrate.d.ts +7 -0
  212. package/dist/api/types/ClientFacingStreamLat.d.ts +7 -0
  213. package/dist/api/types/ClientFacingStreamLng.d.ts +7 -0
  214. package/dist/api/types/ClientFacingStreamPower.d.ts +7 -0
  215. package/dist/api/types/ClientFacingStreamResistance.d.ts +7 -0
  216. package/dist/api/types/{PostOrderPatientBirthDate.d.ts → ClientFacingStreamVelocitySmooth.d.ts} +4 -1
  217. package/dist/api/types/ClientFacingStressLevelTimeseries.d.ts +0 -3
  218. package/dist/api/types/ClientFacingTestkitOrder.d.ts +0 -1
  219. package/dist/api/types/ClientFacingUser.d.ts +0 -7
  220. package/dist/api/types/ClientFacingVo2MaxTimeseries.d.ts +0 -3
  221. package/dist/api/types/ClientFacingWaterTimeseries.d.ts +0 -3
  222. package/dist/api/types/ClientFacingWorkout.d.ts +1 -18
  223. package/dist/api/types/ConsentType.d.ts +0 -3
  224. package/dist/api/types/DelegatedFlowType.d.ts +0 -3
  225. package/dist/api/types/DemoProviders.d.ts +0 -3
  226. package/dist/api/types/EmailProviders.d.ts +0 -3
  227. package/dist/api/types/Fats.d.ts +0 -6
  228. package/dist/api/types/Gender.d.ts +0 -3
  229. package/dist/api/types/GroupedBloodOxygenResponse.d.ts +0 -1
  230. package/dist/api/types/GroupedBloodPressureResponse.d.ts +0 -1
  231. package/dist/api/types/GroupedBodyFatResponse.d.ts +0 -1
  232. package/dist/api/types/GroupedBodyWeightResponse.d.ts +0 -1
  233. package/dist/api/types/GroupedCaffeineResponse.d.ts +0 -1
  234. package/dist/api/types/GroupedCaloriesActiveResponse.d.ts +0 -1
  235. package/dist/api/types/GroupedCaloriesBasalResponse.d.ts +0 -1
  236. package/dist/api/types/GroupedCholesterolResponse.d.ts +0 -1
  237. package/dist/api/types/GroupedDistanceResponse.d.ts +0 -1
  238. package/dist/api/types/GroupedElectrocardiogramVoltageResponse.d.ts +0 -1
  239. package/dist/api/types/GroupedFloorsClimbedResponse.d.ts +0 -1
  240. package/dist/api/types/GroupedGlucoseResponse.d.ts +0 -1
  241. package/dist/api/types/GroupedHeartRateResponse.d.ts +0 -1
  242. package/dist/api/types/GroupedHrvResponse.d.ts +0 -1
  243. package/dist/api/types/GroupedHypnogramResponse.d.ts +0 -1
  244. package/dist/api/types/GroupedIgeResponse.d.ts +0 -1
  245. package/dist/api/types/GroupedIggResponse.d.ts +0 -1
  246. package/dist/api/types/GroupedMindfulnessMinutesResponse.d.ts +0 -1
  247. package/dist/api/types/GroupedRespiratoryRateResponse.d.ts +0 -1
  248. package/dist/api/types/GroupedStepsResponse.d.ts +0 -1
  249. package/dist/api/types/GroupedStressLevelResponse.d.ts +0 -1
  250. package/dist/api/types/GroupedVo2MaxResponse.d.ts +0 -1
  251. package/dist/api/types/GroupedWaterResponse.d.ts +0 -1
  252. package/dist/api/types/HealthInsuranceCreateRequest.d.ts +0 -7
  253. package/dist/api/types/HealthInsuranceCreateRequestBackImage.d.ts +1 -9
  254. package/dist/api/types/HealthInsuranceCreateRequestFrontImage.d.ts +1 -9
  255. package/dist/api/types/HealthInsuranceCreateRequestPatientSignatureImage.d.ts +1 -9
  256. package/dist/api/types/HistoricalPullStatus.d.ts +0 -3
  257. package/dist/api/types/Jpeg.d.ts +1 -0
  258. package/dist/api/types/LabTestStatus.d.ts +0 -3
  259. package/dist/api/types/Labs.d.ts +13 -0
  260. package/dist/api/types/Labs.js +15 -0
  261. package/dist/api/types/Macros.d.ts +0 -6
  262. package/dist/api/types/ManualProviders.d.ts +0 -3
  263. package/dist/api/types/MarkerType.d.ts +0 -3
  264. package/dist/api/types/Micros.d.ts +3 -6
  265. package/dist/api/types/OAuthProviders.d.ts +0 -3
  266. package/dist/api/types/OrderStatus.d.ts +0 -3
  267. package/dist/api/types/OrderTopLevelStatus.d.ts +0 -3
  268. package/dist/api/types/PasswordProviders.d.ts +0 -3
  269. package/dist/api/types/PatientAddressCompatibleInput.d.ts +13 -0
  270. package/dist/api/types/{PatientAddressCompatible.d.ts → PatientAddressCompatibleOutput.d.ts} +1 -1
  271. package/dist/api/types/PhysicianCreateRequestSignatureImage.d.ts +1 -9
  272. package/dist/api/types/Png.d.ts +1 -0
  273. package/dist/api/types/ProviderLinkResponse.d.ts +1 -1
  274. package/dist/api/types/Providers.d.ts +0 -3
  275. package/dist/api/types/QuestionType.d.ts +0 -3
  276. package/dist/api/types/Region.d.ts +0 -3
  277. package/dist/api/types/ResponsibleRelationship.d.ts +0 -3
  278. package/dist/api/types/ResultType.d.ts +0 -3
  279. package/dist/api/types/SourceAuthType.d.ts +0 -3
  280. package/dist/api/types/SourceType.d.ts +0 -3
  281. package/dist/api/types/TimeseriesResource.d.ts +0 -3
  282. package/dist/api/types/UsAddress.d.ts +0 -1
  283. package/dist/api/types/index.d.ts +59 -91
  284. package/dist/api/types/index.js +59 -91
  285. package/dist/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +2 -2
  286. package/dist/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.js +2 -2
  287. package/dist/serialization/resources/labTests/client/requests/index.d.ts +0 -1
  288. package/dist/serialization/resources/labTests/client/requests/index.js +1 -3
  289. package/dist/serialization/resources/testkit/client/requests/RegisterTestkitRequest.d.ts +2 -2
  290. package/dist/serialization/resources/testkit/client/requests/RegisterTestkitRequest.js +2 -2
  291. package/dist/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +1 -1
  292. package/dist/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.js +2 -2
  293. package/dist/serialization/types/ClientFacingOrder.d.ts +2 -2
  294. package/dist/serialization/types/ClientFacingOrder.js +2 -2
  295. package/dist/serialization/types/ClientFacingSampleGroupingKeys.d.ts +10 -0
  296. package/dist/serialization/types/{Low.js → ClientFacingSampleGroupingKeys.js} +2 -4
  297. package/dist/serialization/types/ClientFacingStream.d.ts +18 -9
  298. package/dist/serialization/types/ClientFacingStream.js +18 -9
  299. package/dist/serialization/types/ClientFacingStreamAltitude.d.ts +10 -0
  300. package/dist/serialization/types/ClientFacingStreamAltitude.js +34 -0
  301. package/dist/serialization/types/ClientFacingStreamCadence.d.ts +10 -0
  302. package/dist/serialization/types/ClientFacingStreamCadence.js +34 -0
  303. package/dist/serialization/types/ClientFacingStreamDistance.d.ts +10 -0
  304. package/dist/serialization/types/ClientFacingStreamDistance.js +34 -0
  305. package/dist/serialization/types/ClientFacingStreamHeartrate.d.ts +10 -0
  306. package/dist/serialization/types/ClientFacingStreamHeartrate.js +34 -0
  307. package/dist/serialization/types/ClientFacingStreamLat.d.ts +10 -0
  308. package/dist/serialization/types/{AnswerItem.js → ClientFacingStreamLat.js} +5 -4
  309. package/dist/serialization/types/ClientFacingStreamLng.d.ts +10 -0
  310. package/dist/serialization/types/{Beneficiary.js → ClientFacingStreamLng.js} +5 -4
  311. package/dist/serialization/types/ClientFacingStreamPower.d.ts +10 -0
  312. package/dist/serialization/types/ClientFacingStreamPower.js +34 -0
  313. package/dist/serialization/types/ClientFacingStreamResistance.d.ts +10 -0
  314. package/dist/serialization/types/ClientFacingStreamResistance.js +34 -0
  315. package/dist/serialization/types/ClientFacingStreamVelocitySmooth.d.ts +10 -0
  316. package/dist/serialization/types/ClientFacingStreamVelocitySmooth.js +34 -0
  317. package/dist/serialization/types/ClientFacingWorkout.d.ts +1 -0
  318. package/dist/serialization/types/ClientFacingWorkout.js +1 -0
  319. package/dist/serialization/types/HealthInsuranceCreateRequestBackImage.d.ts +1 -7
  320. package/dist/serialization/types/HealthInsuranceCreateRequestBackImage.js +1 -9
  321. package/dist/serialization/types/HealthInsuranceCreateRequestFrontImage.d.ts +1 -7
  322. package/dist/serialization/types/HealthInsuranceCreateRequestFrontImage.js +1 -9
  323. package/dist/serialization/types/HealthInsuranceCreateRequestPatientSignatureImage.d.ts +1 -7
  324. package/dist/serialization/types/HealthInsuranceCreateRequestPatientSignatureImage.js +1 -9
  325. package/dist/serialization/types/Jpeg.d.ts +1 -0
  326. package/dist/serialization/types/Jpeg.js +1 -0
  327. package/dist/serialization/types/Labs.d.ts +10 -0
  328. package/dist/serialization/types/{Priority.js → Labs.js} +9 -6
  329. package/dist/serialization/types/Micros.d.ts +3 -3
  330. package/dist/serialization/types/Micros.js +3 -3
  331. package/dist/serialization/types/PatientAddressCompatibleInput.d.ts +19 -0
  332. package/dist/serialization/types/{Addres.js → PatientAddressCompatibleInput.js} +7 -6
  333. package/dist/serialization/types/{PatientAddressCompatible.d.ts → PatientAddressCompatibleOutput.d.ts} +2 -2
  334. package/dist/serialization/types/{PatientAddressCompatible.js → PatientAddressCompatibleOutput.js} +2 -2
  335. package/dist/serialization/types/PhysicianCreateRequestSignatureImage.d.ts +1 -7
  336. package/dist/serialization/types/PhysicianCreateRequestSignatureImage.js +1 -9
  337. package/dist/serialization/types/Png.d.ts +1 -0
  338. package/dist/serialization/types/Png.js +1 -0
  339. package/dist/serialization/types/ProfileInDb.d.ts +1 -1
  340. package/dist/serialization/types/ProfileInDb.js +1 -1
  341. package/dist/serialization/types/ProviderLinkResponse.d.ts +1 -1
  342. package/dist/serialization/types/ProviderLinkResponse.js +1 -1
  343. package/dist/serialization/types/index.d.ts +59 -91
  344. package/dist/serialization/types/index.js +59 -91
  345. package/package.json +1 -1
  346. package/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +2 -2
  347. package/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.js +2 -2
  348. package/serialization/resources/labTests/client/requests/index.d.ts +0 -1
  349. package/serialization/resources/labTests/client/requests/index.js +1 -3
  350. package/serialization/resources/testkit/client/requests/RegisterTestkitRequest.d.ts +2 -2
  351. package/serialization/resources/testkit/client/requests/RegisterTestkitRequest.js +2 -2
  352. package/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +1 -1
  353. package/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.js +2 -2
  354. package/serialization/types/ClientFacingOrder.d.ts +2 -2
  355. package/serialization/types/ClientFacingOrder.js +2 -2
  356. package/serialization/types/ClientFacingSampleGroupingKeys.d.ts +10 -0
  357. package/{dist/serialization/types/High.js → serialization/types/ClientFacingSampleGroupingKeys.js} +2 -4
  358. package/serialization/types/ClientFacingStream.d.ts +18 -9
  359. package/serialization/types/ClientFacingStream.js +18 -9
  360. package/serialization/types/ClientFacingStreamAltitude.d.ts +10 -0
  361. package/serialization/types/ClientFacingStreamAltitude.js +34 -0
  362. package/serialization/types/ClientFacingStreamCadence.d.ts +10 -0
  363. package/serialization/types/ClientFacingStreamCadence.js +34 -0
  364. package/serialization/types/ClientFacingStreamDistance.d.ts +10 -0
  365. package/serialization/types/ClientFacingStreamDistance.js +34 -0
  366. package/serialization/types/ClientFacingStreamHeartrate.d.ts +10 -0
  367. package/serialization/types/ClientFacingStreamHeartrate.js +34 -0
  368. package/serialization/types/ClientFacingStreamLat.d.ts +10 -0
  369. package/serialization/types/ClientFacingStreamLat.js +34 -0
  370. package/serialization/types/ClientFacingStreamLng.d.ts +10 -0
  371. package/serialization/types/ClientFacingStreamLng.js +34 -0
  372. package/serialization/types/ClientFacingStreamPower.d.ts +10 -0
  373. package/serialization/types/ClientFacingStreamPower.js +34 -0
  374. package/serialization/types/ClientFacingStreamResistance.d.ts +10 -0
  375. package/serialization/types/ClientFacingStreamResistance.js +34 -0
  376. package/serialization/types/ClientFacingStreamVelocitySmooth.d.ts +10 -0
  377. package/serialization/types/ClientFacingStreamVelocitySmooth.js +34 -0
  378. package/serialization/types/ClientFacingWorkout.d.ts +1 -0
  379. package/serialization/types/ClientFacingWorkout.js +1 -0
  380. package/serialization/types/HealthInsuranceCreateRequestBackImage.d.ts +1 -7
  381. package/serialization/types/HealthInsuranceCreateRequestBackImage.js +1 -9
  382. package/serialization/types/HealthInsuranceCreateRequestFrontImage.d.ts +1 -7
  383. package/serialization/types/HealthInsuranceCreateRequestFrontImage.js +1 -9
  384. package/serialization/types/HealthInsuranceCreateRequestPatientSignatureImage.d.ts +1 -7
  385. package/serialization/types/HealthInsuranceCreateRequestPatientSignatureImage.js +1 -9
  386. package/serialization/types/Jpeg.d.ts +1 -0
  387. package/serialization/types/Jpeg.js +1 -0
  388. package/serialization/types/Labs.d.ts +10 -0
  389. package/serialization/types/{Priority.js → Labs.js} +9 -6
  390. package/serialization/types/Micros.d.ts +3 -3
  391. package/serialization/types/Micros.js +3 -3
  392. package/serialization/types/PatientAddressCompatibleInput.d.ts +19 -0
  393. package/serialization/types/{Addres.js → PatientAddressCompatibleInput.js} +7 -6
  394. package/serialization/types/{PatientAddressCompatible.d.ts → PatientAddressCompatibleOutput.d.ts} +2 -2
  395. package/serialization/types/{PatientAddressCompatible.js → PatientAddressCompatibleOutput.js} +2 -2
  396. package/serialization/types/PhysicianCreateRequestSignatureImage.d.ts +1 -7
  397. package/serialization/types/PhysicianCreateRequestSignatureImage.js +1 -9
  398. package/serialization/types/Png.d.ts +1 -0
  399. package/serialization/types/Png.js +1 -0
  400. package/serialization/types/ProfileInDb.d.ts +1 -1
  401. package/serialization/types/ProfileInDb.js +1 -1
  402. package/serialization/types/ProviderLinkResponse.d.ts +1 -1
  403. package/serialization/types/ProviderLinkResponse.js +1 -1
  404. package/serialization/types/index.d.ts +59 -91
  405. package/serialization/types/index.js +59 -91
  406. package/api/resources/labTests/client/requests/PostOrderFhir.d.ts +0 -9
  407. package/api/resources/team/client/requests/TeamUpdateSourcePrioritiesRequest.d.ts +0 -12
  408. package/api/types/Addres.d.ts +0 -12
  409. package/api/types/AnswerItem.d.ts +0 -6
  410. package/api/types/CodingItem1.d.ts +0 -7
  411. package/api/types/High.d.ts +0 -6
  412. package/api/types/IdentifierItem1.d.ts +0 -7
  413. package/api/types/InterpretationItem.d.ts +0 -7
  414. package/api/types/LabResultsFhir.d.ts +0 -9
  415. package/api/types/Observation.d.ts +0 -16
  416. package/api/types/ObservationEffectiveDateTime.d.ts +0 -4
  417. package/api/types/ObservationIssued.d.ts +0 -4
  418. package/api/types/Patient.d.ts +0 -10
  419. package/api/types/PatientBirthDate.d.ts +0 -4
  420. package/api/types/PayorItem.d.ts +0 -6
  421. package/api/types/Period.d.ts +0 -6
  422. package/api/types/PostOrderCoverage.d.ts +0 -14
  423. package/api/types/PostOrderPatient.d.ts +0 -12
  424. package/api/types/PostOrderPhysician.d.ts +0 -11
  425. package/api/types/PostOrderQuestionnaireResponse.d.ts +0 -10
  426. package/api/types/PostOrderServiceRequest.d.ts +0 -13
  427. package/api/types/PostOrderServiceRequest.js +0 -5
  428. package/api/types/Priority.d.ts +0 -13
  429. package/api/types/Priority.js +0 -12
  430. package/api/types/QualificationItem.d.ts +0 -9
  431. package/api/types/QualificationItem.js +0 -5
  432. package/api/types/QuestionaryItem.d.ts +0 -9
  433. package/api/types/QuestionaryItem.js +0 -5
  434. package/api/types/ReferenceRangeItem.d.ts +0 -8
  435. package/api/types/ReferenceRangeItem.js +0 -5
  436. package/api/types/Relationship.d.ts +0 -7
  437. package/api/types/Relationship.js +0 -5
  438. package/api/types/Requester.d.ts +0 -7
  439. package/api/types/Requester.js +0 -5
  440. package/api/types/Subject.d.ts +0 -7
  441. package/api/types/Subject.js +0 -5
  442. package/api/types/TelecomItem.d.ts +0 -8
  443. package/api/types/TelecomItem.js +0 -5
  444. package/api/types/ValueQuantity.d.ts +0 -8
  445. package/api/types/ValueQuantity.js +0 -5
  446. package/api/types/ValueRange.d.ts +0 -8
  447. package/api/types/ValueRange.js +0 -5
  448. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.d.ts +0 -7
  449. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.js +0 -5
  450. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.d.ts +0 -8
  451. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.js +0 -5
  452. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.d.ts +0 -7
  453. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.js +0 -5
  454. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.d.ts +0 -5
  455. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.js +0 -5
  456. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.d.ts +0 -6
  457. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.js +0 -5
  458. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.d.ts +0 -6
  459. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.js +0 -5
  460. package/api/types/VitalCoreSchemasRequestSchemasOrdersCode.d.ts +0 -7
  461. package/api/types/VitalCoreSchemasRequestSchemasOrdersCode.js +0 -5
  462. package/api/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.d.ts +0 -8
  463. package/api/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.js +0 -5
  464. package/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.d.ts +0 -7
  465. package/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.js +0 -5
  466. package/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.d.ts +0 -5
  467. package/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.js +0 -5
  468. package/api/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.d.ts +0 -7
  469. package/api/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.js +0 -5
  470. package/api/types/VitalCoreSchemasRequestSchemasOrdersNameItem.d.ts +0 -8
  471. package/api/types/VitalCoreSchemasRequestSchemasOrdersNameItem.js +0 -5
  472. package/dist/api/resources/labTests/client/requests/PostOrderFhir.d.ts +0 -9
  473. package/dist/api/resources/labTests/client/requests/PostOrderFhir.js +0 -5
  474. package/dist/api/resources/team/client/requests/TeamUpdateSourcePrioritiesRequest.d.ts +0 -12
  475. package/dist/api/resources/team/client/requests/TeamUpdateSourcePrioritiesRequest.js +0 -5
  476. package/dist/api/types/Addres.d.ts +0 -12
  477. package/dist/api/types/Addres.js +0 -5
  478. package/dist/api/types/AnswerItem.d.ts +0 -6
  479. package/dist/api/types/AnswerItem.js +0 -5
  480. package/dist/api/types/Beneficiary.d.ts +0 -6
  481. package/dist/api/types/Beneficiary.js +0 -5
  482. package/dist/api/types/CodingItem1.d.ts +0 -7
  483. package/dist/api/types/CodingItem1.js +0 -5
  484. package/dist/api/types/High.d.ts +0 -6
  485. package/dist/api/types/High.js +0 -5
  486. package/dist/api/types/IdentifierItem1.d.ts +0 -7
  487. package/dist/api/types/IdentifierItem1.js +0 -5
  488. package/dist/api/types/InterpretationItem.d.ts +0 -7
  489. package/dist/api/types/InterpretationItem.js +0 -5
  490. package/dist/api/types/LabResultsFhir.d.ts +0 -9
  491. package/dist/api/types/LabResultsFhir.js +0 -5
  492. package/dist/api/types/Low.d.ts +0 -6
  493. package/dist/api/types/Low.js +0 -5
  494. package/dist/api/types/Observation.d.ts +0 -16
  495. package/dist/api/types/Observation.js +0 -5
  496. package/dist/api/types/ObservationEffectiveDateTime.d.ts +0 -4
  497. package/dist/api/types/ObservationEffectiveDateTime.js +0 -5
  498. package/dist/api/types/ObservationIssued.d.ts +0 -4
  499. package/dist/api/types/ObservationIssued.js +0 -5
  500. package/dist/api/types/Patient.d.ts +0 -10
  501. package/dist/api/types/Patient.js +0 -5
  502. package/dist/api/types/PatientAddressCompatible.js +0 -5
  503. package/dist/api/types/PatientBirthDate.d.ts +0 -4
  504. package/dist/api/types/PatientBirthDate.js +0 -5
  505. package/dist/api/types/PayorItem.d.ts +0 -6
  506. package/dist/api/types/PayorItem.js +0 -5
  507. package/dist/api/types/Period.d.ts +0 -6
  508. package/dist/api/types/Period.js +0 -5
  509. package/dist/api/types/PostOrderCoverage.d.ts +0 -14
  510. package/dist/api/types/PostOrderCoverage.js +0 -5
  511. package/dist/api/types/PostOrderPatient.d.ts +0 -12
  512. package/dist/api/types/PostOrderPatient.js +0 -5
  513. package/dist/api/types/PostOrderPatientBirthDate.js +0 -5
  514. package/dist/api/types/PostOrderPhysician.d.ts +0 -11
  515. package/dist/api/types/PostOrderPhysician.js +0 -5
  516. package/dist/api/types/PostOrderQuestionnaireResponse.d.ts +0 -10
  517. package/dist/api/types/PostOrderQuestionnaireResponse.js +0 -5
  518. package/dist/api/types/PostOrderServiceRequest.d.ts +0 -13
  519. package/dist/api/types/PostOrderServiceRequest.js +0 -5
  520. package/dist/api/types/Priority.d.ts +0 -13
  521. package/dist/api/types/Priority.js +0 -12
  522. package/dist/api/types/QualificationItem.d.ts +0 -9
  523. package/dist/api/types/QualificationItem.js +0 -5
  524. package/dist/api/types/QuestionaryItem.d.ts +0 -9
  525. package/dist/api/types/QuestionaryItem.js +0 -5
  526. package/dist/api/types/ReferenceRangeItem.d.ts +0 -8
  527. package/dist/api/types/ReferenceRangeItem.js +0 -5
  528. package/dist/api/types/Relationship.d.ts +0 -7
  529. package/dist/api/types/Relationship.js +0 -5
  530. package/dist/api/types/Requester.d.ts +0 -7
  531. package/dist/api/types/Requester.js +0 -5
  532. package/dist/api/types/Subject.d.ts +0 -7
  533. package/dist/api/types/Subject.js +0 -5
  534. package/dist/api/types/TelecomItem.d.ts +0 -8
  535. package/dist/api/types/TelecomItem.js +0 -5
  536. package/dist/api/types/ValueQuantity.d.ts +0 -8
  537. package/dist/api/types/ValueQuantity.js +0 -5
  538. package/dist/api/types/ValueRange.d.ts +0 -8
  539. package/dist/api/types/ValueRange.js +0 -5
  540. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.d.ts +0 -7
  541. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.js +0 -5
  542. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.d.ts +0 -8
  543. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.js +0 -5
  544. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.d.ts +0 -7
  545. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.js +0 -5
  546. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.d.ts +0 -5
  547. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.js +0 -5
  548. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.d.ts +0 -6
  549. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.js +0 -5
  550. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.d.ts +0 -6
  551. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.js +0 -5
  552. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersCode.d.ts +0 -7
  553. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersCode.js +0 -5
  554. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.d.ts +0 -8
  555. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.js +0 -5
  556. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.d.ts +0 -7
  557. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.js +0 -5
  558. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.d.ts +0 -5
  559. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.js +0 -5
  560. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.d.ts +0 -7
  561. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.js +0 -5
  562. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersNameItem.d.ts +0 -8
  563. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersNameItem.js +0 -5
  564. package/dist/serialization/resources/labTests/client/requests/PostOrderFhir.d.ts +0 -15
  565. package/dist/serialization/resources/labTests/client/requests/PostOrderFhir.js +0 -36
  566. package/dist/serialization/types/Addres.d.ts +0 -18
  567. package/dist/serialization/types/AnswerItem.d.ts +0 -12
  568. package/dist/serialization/types/Beneficiary.d.ts +0 -12
  569. package/dist/serialization/types/CodingItem1.d.ts +0 -13
  570. package/dist/serialization/types/CodingItem1.js +0 -34
  571. package/dist/serialization/types/High.d.ts +0 -12
  572. package/dist/serialization/types/IdentifierItem1.d.ts +0 -13
  573. package/dist/serialization/types/IdentifierItem1.js +0 -34
  574. package/dist/serialization/types/InterpretationItem.d.ts +0 -13
  575. package/dist/serialization/types/InterpretationItem.js +0 -34
  576. package/dist/serialization/types/LabResultsFhir.d.ts +0 -15
  577. package/dist/serialization/types/LabResultsFhir.js +0 -36
  578. package/dist/serialization/types/Low.d.ts +0 -12
  579. package/dist/serialization/types/Observation.d.ts +0 -28
  580. package/dist/serialization/types/Observation.js +0 -49
  581. package/dist/serialization/types/ObservationEffectiveDateTime.d.ts +0 -10
  582. package/dist/serialization/types/ObservationEffectiveDateTime.js +0 -31
  583. package/dist/serialization/types/ObservationIssued.d.ts +0 -10
  584. package/dist/serialization/types/ObservationIssued.js +0 -31
  585. package/dist/serialization/types/Patient.d.ts +0 -18
  586. package/dist/serialization/types/Patient.js +0 -39
  587. package/dist/serialization/types/PatientBirthDate.d.ts +0 -10
  588. package/dist/serialization/types/PatientBirthDate.js +0 -31
  589. package/dist/serialization/types/PayorItem.d.ts +0 -12
  590. package/dist/serialization/types/PayorItem.js +0 -33
  591. package/dist/serialization/types/Period.d.ts +0 -12
  592. package/dist/serialization/types/Period.js +0 -33
  593. package/dist/serialization/types/PostOrderCoverage.d.ts +0 -23
  594. package/dist/serialization/types/PostOrderCoverage.js +0 -44
  595. package/dist/serialization/types/PostOrderPatient.d.ts +0 -21
  596. package/dist/serialization/types/PostOrderPatient.js +0 -42
  597. package/dist/serialization/types/PostOrderPatientBirthDate.d.ts +0 -10
  598. package/dist/serialization/types/PostOrderPatientBirthDate.js +0 -31
  599. package/dist/serialization/types/PostOrderPhysician.d.ts +0 -20
  600. package/dist/serialization/types/PostOrderPhysician.js +0 -41
  601. package/dist/serialization/types/PostOrderQuestionnaireResponse.d.ts +0 -16
  602. package/dist/serialization/types/PostOrderQuestionnaireResponse.js +0 -37
  603. package/dist/serialization/types/PostOrderServiceRequest.d.ts +0 -22
  604. package/dist/serialization/types/PostOrderServiceRequest.js +0 -43
  605. package/dist/serialization/types/Priority.d.ts +0 -10
  606. package/dist/serialization/types/QualificationItem.d.ts +0 -17
  607. package/dist/serialization/types/QualificationItem.js +0 -38
  608. package/dist/serialization/types/QuestionaryItem.d.ts +0 -15
  609. package/dist/serialization/types/QuestionaryItem.js +0 -36
  610. package/dist/serialization/types/ReferenceRangeItem.d.ts +0 -15
  611. package/dist/serialization/types/ReferenceRangeItem.js +0 -36
  612. package/dist/serialization/types/Relationship.d.ts +0 -13
  613. package/dist/serialization/types/Relationship.js +0 -34
  614. package/dist/serialization/types/Requester.d.ts +0 -13
  615. package/dist/serialization/types/Requester.js +0 -34
  616. package/dist/serialization/types/Subject.d.ts +0 -13
  617. package/dist/serialization/types/Subject.js +0 -34
  618. package/dist/serialization/types/TelecomItem.d.ts +0 -14
  619. package/dist/serialization/types/TelecomItem.js +0 -35
  620. package/dist/serialization/types/ValueQuantity.d.ts +0 -14
  621. package/dist/serialization/types/ValueQuantity.js +0 -35
  622. package/dist/serialization/types/ValueRange.d.ts +0 -14
  623. package/dist/serialization/types/ValueRange.js +0 -35
  624. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.d.ts +0 -13
  625. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.js +0 -34
  626. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.d.ts +0 -14
  627. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.js +0 -35
  628. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.d.ts +0 -13
  629. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.js +0 -34
  630. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.d.ts +0 -12
  631. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.js +0 -33
  632. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.d.ts +0 -12
  633. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.js +0 -33
  634. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.d.ts +0 -12
  635. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.js +0 -33
  636. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersCode.d.ts +0 -13
  637. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersCode.js +0 -34
  638. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.d.ts +0 -14
  639. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.js +0 -35
  640. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.d.ts +0 -13
  641. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.js +0 -34
  642. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.d.ts +0 -15
  643. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.js +0 -42
  644. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.d.ts +0 -13
  645. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.js +0 -34
  646. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersNameItem.d.ts +0 -14
  647. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersNameItem.js +0 -35
  648. package/serialization/resources/labTests/client/requests/PostOrderFhir.d.ts +0 -15
  649. package/serialization/resources/labTests/client/requests/PostOrderFhir.js +0 -36
  650. package/serialization/types/Addres.d.ts +0 -18
  651. package/serialization/types/AnswerItem.d.ts +0 -12
  652. package/serialization/types/AnswerItem.js +0 -33
  653. package/serialization/types/Beneficiary.d.ts +0 -12
  654. package/serialization/types/Beneficiary.js +0 -33
  655. package/serialization/types/CodingItem1.d.ts +0 -13
  656. package/serialization/types/CodingItem1.js +0 -34
  657. package/serialization/types/High.d.ts +0 -12
  658. package/serialization/types/High.js +0 -33
  659. package/serialization/types/IdentifierItem1.d.ts +0 -13
  660. package/serialization/types/IdentifierItem1.js +0 -34
  661. package/serialization/types/InterpretationItem.d.ts +0 -13
  662. package/serialization/types/InterpretationItem.js +0 -34
  663. package/serialization/types/LabResultsFhir.d.ts +0 -15
  664. package/serialization/types/LabResultsFhir.js +0 -36
  665. package/serialization/types/Low.d.ts +0 -12
  666. package/serialization/types/Low.js +0 -33
  667. package/serialization/types/Observation.d.ts +0 -28
  668. package/serialization/types/Observation.js +0 -49
  669. package/serialization/types/ObservationEffectiveDateTime.d.ts +0 -10
  670. package/serialization/types/ObservationEffectiveDateTime.js +0 -31
  671. package/serialization/types/ObservationIssued.d.ts +0 -10
  672. package/serialization/types/ObservationIssued.js +0 -31
  673. package/serialization/types/Patient.d.ts +0 -18
  674. package/serialization/types/Patient.js +0 -39
  675. package/serialization/types/PatientBirthDate.d.ts +0 -10
  676. package/serialization/types/PatientBirthDate.js +0 -31
  677. package/serialization/types/PayorItem.d.ts +0 -12
  678. package/serialization/types/PayorItem.js +0 -33
  679. package/serialization/types/Period.d.ts +0 -12
  680. package/serialization/types/Period.js +0 -33
  681. package/serialization/types/PostOrderCoverage.d.ts +0 -23
  682. package/serialization/types/PostOrderCoverage.js +0 -44
  683. package/serialization/types/PostOrderPatient.d.ts +0 -21
  684. package/serialization/types/PostOrderPatient.js +0 -42
  685. package/serialization/types/PostOrderPatientBirthDate.d.ts +0 -10
  686. package/serialization/types/PostOrderPatientBirthDate.js +0 -31
  687. package/serialization/types/PostOrderPhysician.d.ts +0 -20
  688. package/serialization/types/PostOrderPhysician.js +0 -41
  689. package/serialization/types/PostOrderQuestionnaireResponse.d.ts +0 -16
  690. package/serialization/types/PostOrderQuestionnaireResponse.js +0 -37
  691. package/serialization/types/PostOrderServiceRequest.d.ts +0 -22
  692. package/serialization/types/PostOrderServiceRequest.js +0 -43
  693. package/serialization/types/Priority.d.ts +0 -10
  694. package/serialization/types/QualificationItem.d.ts +0 -17
  695. package/serialization/types/QualificationItem.js +0 -38
  696. package/serialization/types/QuestionaryItem.d.ts +0 -15
  697. package/serialization/types/QuestionaryItem.js +0 -36
  698. package/serialization/types/ReferenceRangeItem.d.ts +0 -15
  699. package/serialization/types/ReferenceRangeItem.js +0 -36
  700. package/serialization/types/Relationship.d.ts +0 -13
  701. package/serialization/types/Relationship.js +0 -34
  702. package/serialization/types/Requester.d.ts +0 -13
  703. package/serialization/types/Requester.js +0 -34
  704. package/serialization/types/Subject.d.ts +0 -13
  705. package/serialization/types/Subject.js +0 -34
  706. package/serialization/types/TelecomItem.d.ts +0 -14
  707. package/serialization/types/TelecomItem.js +0 -35
  708. package/serialization/types/ValueQuantity.d.ts +0 -14
  709. package/serialization/types/ValueQuantity.js +0 -35
  710. package/serialization/types/ValueRange.d.ts +0 -14
  711. package/serialization/types/ValueRange.js +0 -35
  712. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.d.ts +0 -13
  713. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.js +0 -34
  714. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.d.ts +0 -14
  715. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.js +0 -35
  716. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.d.ts +0 -13
  717. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.js +0 -34
  718. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.d.ts +0 -12
  719. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.js +0 -33
  720. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.d.ts +0 -12
  721. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.js +0 -33
  722. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.d.ts +0 -12
  723. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.js +0 -33
  724. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersCode.d.ts +0 -13
  725. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersCode.js +0 -34
  726. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.d.ts +0 -14
  727. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.js +0 -35
  728. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.d.ts +0 -13
  729. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.js +0 -34
  730. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.d.ts +0 -15
  731. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.js +0 -42
  732. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.d.ts +0 -13
  733. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.js +0 -34
  734. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersNameItem.d.ts +0 -14
  735. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersNameItem.js +0 -35
  736. /package/api/{resources/labTests/client/requests/PostOrderFhir.js → types/ClientFacingSampleGroupingKeys.js} +0 -0
  737. /package/api/{resources/team/client/requests/TeamUpdateSourcePrioritiesRequest.js → types/ClientFacingStreamAltitude.js} +0 -0
  738. /package/api/types/{Addres.js → ClientFacingStreamCadence.js} +0 -0
  739. /package/api/types/{AnswerItem.js → ClientFacingStreamDistance.js} +0 -0
  740. /package/api/types/{Beneficiary.js → ClientFacingStreamHeartrate.js} +0 -0
  741. /package/api/types/{CodingItem1.js → ClientFacingStreamLat.js} +0 -0
  742. /package/api/types/{High.js → ClientFacingStreamLng.js} +0 -0
  743. /package/api/types/{IdentifierItem1.js → ClientFacingStreamPower.js} +0 -0
  744. /package/api/types/{InterpretationItem.js → ClientFacingStreamResistance.js} +0 -0
  745. /package/api/types/{LabResultsFhir.js → ClientFacingStreamVelocitySmooth.js} +0 -0
  746. /package/api/types/{Low.js → PatientAddressCompatibleInput.js} +0 -0
  747. /package/api/types/{Observation.js → PatientAddressCompatibleOutput.js} +0 -0
  748. /package/{api/types/ObservationEffectiveDateTime.js → dist/api/types/ClientFacingSampleGroupingKeys.js} +0 -0
  749. /package/{api/types/ObservationIssued.js → dist/api/types/ClientFacingStreamAltitude.js} +0 -0
  750. /package/{api/types/Patient.js → dist/api/types/ClientFacingStreamCadence.js} +0 -0
  751. /package/{api/types/PatientAddressCompatible.js → dist/api/types/ClientFacingStreamDistance.js} +0 -0
  752. /package/{api/types/PatientBirthDate.js → dist/api/types/ClientFacingStreamHeartrate.js} +0 -0
  753. /package/{api/types/PayorItem.js → dist/api/types/ClientFacingStreamLat.js} +0 -0
  754. /package/{api/types/Period.js → dist/api/types/ClientFacingStreamLng.js} +0 -0
  755. /package/{api/types/PostOrderCoverage.js → dist/api/types/ClientFacingStreamPower.js} +0 -0
  756. /package/{api/types/PostOrderPatient.js → dist/api/types/ClientFacingStreamResistance.js} +0 -0
  757. /package/{api/types/PostOrderPatientBirthDate.js → dist/api/types/ClientFacingStreamVelocitySmooth.js} +0 -0
  758. /package/{api/types/PostOrderPhysician.js → dist/api/types/PatientAddressCompatibleInput.js} +0 -0
  759. /package/{api/types/PostOrderQuestionnaireResponse.js → dist/api/types/PatientAddressCompatibleOutput.js} +0 -0
@@ -75,7 +75,7 @@ class Vitals {
75
75
  const _response = yield core.fetcher({
76
76
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/vo2_max/grouped`),
77
77
  method: "GET",
78
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
78
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
79
79
  contentType: "application/json",
80
80
  queryParameters: _queryParams,
81
81
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -146,7 +146,7 @@ class Vitals {
146
146
  const _response = yield core.fetcher({
147
147
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/stress_level/grouped`),
148
148
  method: "GET",
149
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
149
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
150
150
  contentType: "application/json",
151
151
  queryParameters: _queryParams,
152
152
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -217,7 +217,7 @@ class Vitals {
217
217
  const _response = yield core.fetcher({
218
218
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/mindfulness_minutes/grouped`),
219
219
  method: "GET",
220
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
220
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
221
221
  contentType: "application/json",
222
222
  queryParameters: _queryParams,
223
223
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -288,7 +288,7 @@ class Vitals {
288
288
  const _response = yield core.fetcher({
289
289
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/caffeine/grouped`),
290
290
  method: "GET",
291
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
291
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
292
292
  contentType: "application/json",
293
293
  queryParameters: _queryParams,
294
294
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -359,7 +359,7 @@ class Vitals {
359
359
  const _response = yield core.fetcher({
360
360
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/water/grouped`),
361
361
  method: "GET",
362
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
362
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
363
363
  contentType: "application/json",
364
364
  queryParameters: _queryParams,
365
365
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -430,7 +430,7 @@ class Vitals {
430
430
  const _response = yield core.fetcher({
431
431
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/steps/grouped`),
432
432
  method: "GET",
433
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
433
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
434
434
  contentType: "application/json",
435
435
  queryParameters: _queryParams,
436
436
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -501,7 +501,7 @@ class Vitals {
501
501
  const _response = yield core.fetcher({
502
502
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/floors_climbed/grouped`),
503
503
  method: "GET",
504
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
504
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
505
505
  contentType: "application/json",
506
506
  queryParameters: _queryParams,
507
507
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -572,7 +572,7 @@ class Vitals {
572
572
  const _response = yield core.fetcher({
573
573
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/distance/grouped`),
574
574
  method: "GET",
575
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
575
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
576
576
  contentType: "application/json",
577
577
  queryParameters: _queryParams,
578
578
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -643,7 +643,7 @@ class Vitals {
643
643
  const _response = yield core.fetcher({
644
644
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/calories_basal/grouped`),
645
645
  method: "GET",
646
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
646
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
647
647
  contentType: "application/json",
648
648
  queryParameters: _queryParams,
649
649
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -714,7 +714,7 @@ class Vitals {
714
714
  const _response = yield core.fetcher({
715
715
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/calories_active/grouped`),
716
716
  method: "GET",
717
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
717
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
718
718
  contentType: "application/json",
719
719
  queryParameters: _queryParams,
720
720
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -785,7 +785,7 @@ class Vitals {
785
785
  const _response = yield core.fetcher({
786
786
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/respiratory_rate/grouped`),
787
787
  method: "GET",
788
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
788
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
789
789
  contentType: "application/json",
790
790
  queryParameters: _queryParams,
791
791
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -856,7 +856,7 @@ class Vitals {
856
856
  const _response = yield core.fetcher({
857
857
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/ige/grouped`),
858
858
  method: "GET",
859
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
859
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
860
860
  contentType: "application/json",
861
861
  queryParameters: _queryParams,
862
862
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -927,7 +927,7 @@ class Vitals {
927
927
  const _response = yield core.fetcher({
928
928
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/igg/grouped`),
929
929
  method: "GET",
930
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
930
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
931
931
  contentType: "application/json",
932
932
  queryParameters: _queryParams,
933
933
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -998,7 +998,7 @@ class Vitals {
998
998
  const _response = yield core.fetcher({
999
999
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/hypnogram/grouped`),
1000
1000
  method: "GET",
1001
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1001
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1002
1002
  contentType: "application/json",
1003
1003
  queryParameters: _queryParams,
1004
1004
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1069,7 +1069,7 @@ class Vitals {
1069
1069
  const _response = yield core.fetcher({
1070
1070
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/hrv/grouped`),
1071
1071
  method: "GET",
1072
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1072
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1073
1073
  contentType: "application/json",
1074
1074
  queryParameters: _queryParams,
1075
1075
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1140,7 +1140,7 @@ class Vitals {
1140
1140
  const _response = yield core.fetcher({
1141
1141
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/heartrate/grouped`),
1142
1142
  method: "GET",
1143
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1143
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1144
1144
  contentType: "application/json",
1145
1145
  queryParameters: _queryParams,
1146
1146
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1211,7 +1211,7 @@ class Vitals {
1211
1211
  const _response = yield core.fetcher({
1212
1212
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/glucose/grouped`),
1213
1213
  method: "GET",
1214
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1214
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1215
1215
  contentType: "application/json",
1216
1216
  queryParameters: _queryParams,
1217
1217
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -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/${userId}/cholesterol/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.14", "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.16", "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
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1353,7 +1353,7 @@ class Vitals {
1353
1353
  const _response = yield core.fetcher({
1354
1354
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/body_weight/grouped`),
1355
1355
  method: "GET",
1356
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1356
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1357
1357
  contentType: "application/json",
1358
1358
  queryParameters: _queryParams,
1359
1359
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1424,7 +1424,7 @@ class Vitals {
1424
1424
  const _response = yield core.fetcher({
1425
1425
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/body_fat/grouped`),
1426
1426
  method: "GET",
1427
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1427
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1428
1428
  contentType: "application/json",
1429
1429
  queryParameters: _queryParams,
1430
1430
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1495,7 +1495,7 @@ class Vitals {
1495
1495
  const _response = yield core.fetcher({
1496
1496
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/blood_oxygen/grouped`),
1497
1497
  method: "GET",
1498
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1498
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1499
1499
  contentType: "application/json",
1500
1500
  queryParameters: _queryParams,
1501
1501
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1566,7 +1566,7 @@ class Vitals {
1566
1566
  const _response = yield core.fetcher({
1567
1567
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/electrocardiogram_voltage/grouped`),
1568
1568
  method: "GET",
1569
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1569
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1570
1570
  contentType: "application/json",
1571
1571
  queryParameters: _queryParams,
1572
1572
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1637,7 +1637,7 @@ class Vitals {
1637
1637
  const _response = yield core.fetcher({
1638
1638
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/blood_pressure/grouped`),
1639
1639
  method: "GET",
1640
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1640
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1641
1641
  contentType: "application/json",
1642
1642
  queryParameters: _queryParams,
1643
1643
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1705,7 +1705,7 @@ class Vitals {
1705
1705
  const _response = yield core.fetcher({
1706
1706
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/vo2_max`),
1707
1707
  method: "GET",
1708
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1708
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1709
1709
  contentType: "application/json",
1710
1710
  queryParameters: _queryParams,
1711
1711
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1773,7 +1773,7 @@ class Vitals {
1773
1773
  const _response = yield core.fetcher({
1774
1774
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/stress_level`),
1775
1775
  method: "GET",
1776
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1776
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1777
1777
  contentType: "application/json",
1778
1778
  queryParameters: _queryParams,
1779
1779
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1841,7 +1841,7 @@ class Vitals {
1841
1841
  const _response = yield core.fetcher({
1842
1842
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/mindfulness_minutes`),
1843
1843
  method: "GET",
1844
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1844
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1845
1845
  contentType: "application/json",
1846
1846
  queryParameters: _queryParams,
1847
1847
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1909,7 +1909,7 @@ class Vitals {
1909
1909
  const _response = yield core.fetcher({
1910
1910
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/caffeine`),
1911
1911
  method: "GET",
1912
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1912
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1913
1913
  contentType: "application/json",
1914
1914
  queryParameters: _queryParams,
1915
1915
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1977,7 +1977,7 @@ class Vitals {
1977
1977
  const _response = yield core.fetcher({
1978
1978
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/water`),
1979
1979
  method: "GET",
1980
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1980
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
1981
1981
  contentType: "application/json",
1982
1982
  queryParameters: _queryParams,
1983
1983
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -2045,7 +2045,7 @@ class Vitals {
2045
2045
  const _response = yield core.fetcher({
2046
2046
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/steps`),
2047
2047
  method: "GET",
2048
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2048
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2049
2049
  contentType: "application/json",
2050
2050
  queryParameters: _queryParams,
2051
2051
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -2113,7 +2113,7 @@ class Vitals {
2113
2113
  const _response = yield core.fetcher({
2114
2114
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/floors_climbed`),
2115
2115
  method: "GET",
2116
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2116
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2117
2117
  contentType: "application/json",
2118
2118
  queryParameters: _queryParams,
2119
2119
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -2181,7 +2181,7 @@ class Vitals {
2181
2181
  const _response = yield core.fetcher({
2182
2182
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/distance`),
2183
2183
  method: "GET",
2184
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2184
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2185
2185
  contentType: "application/json",
2186
2186
  queryParameters: _queryParams,
2187
2187
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -2249,7 +2249,7 @@ class Vitals {
2249
2249
  const _response = yield core.fetcher({
2250
2250
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/calories_basal`),
2251
2251
  method: "GET",
2252
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2252
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2253
2253
  contentType: "application/json",
2254
2254
  queryParameters: _queryParams,
2255
2255
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -2317,7 +2317,7 @@ class Vitals {
2317
2317
  const _response = yield core.fetcher({
2318
2318
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/calories_active`),
2319
2319
  method: "GET",
2320
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2320
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2321
2321
  contentType: "application/json",
2322
2322
  queryParameters: _queryParams,
2323
2323
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -2385,7 +2385,7 @@ class Vitals {
2385
2385
  const _response = yield core.fetcher({
2386
2386
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/respiratory_rate`),
2387
2387
  method: "GET",
2388
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2388
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2389
2389
  contentType: "application/json",
2390
2390
  queryParameters: _queryParams,
2391
2391
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -2453,7 +2453,7 @@ class Vitals {
2453
2453
  const _response = yield core.fetcher({
2454
2454
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/ige`),
2455
2455
  method: "GET",
2456
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2456
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2457
2457
  contentType: "application/json",
2458
2458
  queryParameters: _queryParams,
2459
2459
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -2521,7 +2521,7 @@ class Vitals {
2521
2521
  const _response = yield core.fetcher({
2522
2522
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/igg`),
2523
2523
  method: "GET",
2524
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2524
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2525
2525
  contentType: "application/json",
2526
2526
  queryParameters: _queryParams,
2527
2527
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -2589,7 +2589,7 @@ class Vitals {
2589
2589
  const _response = yield core.fetcher({
2590
2590
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/hypnogram`),
2591
2591
  method: "GET",
2592
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2592
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2593
2593
  contentType: "application/json",
2594
2594
  queryParameters: _queryParams,
2595
2595
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -2657,7 +2657,7 @@ class Vitals {
2657
2657
  const _response = yield core.fetcher({
2658
2658
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/hrv`),
2659
2659
  method: "GET",
2660
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2660
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2661
2661
  contentType: "application/json",
2662
2662
  queryParameters: _queryParams,
2663
2663
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -2725,7 +2725,7 @@ class Vitals {
2725
2725
  const _response = yield core.fetcher({
2726
2726
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/heartrate`),
2727
2727
  method: "GET",
2728
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2728
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2729
2729
  contentType: "application/json",
2730
2730
  queryParameters: _queryParams,
2731
2731
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -2793,7 +2793,7 @@ class Vitals {
2793
2793
  const _response = yield core.fetcher({
2794
2794
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/glucose`),
2795
2795
  method: "GET",
2796
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2796
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2797
2797
  contentType: "application/json",
2798
2798
  queryParameters: _queryParams,
2799
2799
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -2861,7 +2861,7 @@ class Vitals {
2861
2861
  const _response = yield core.fetcher({
2862
2862
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/cholesterol/triglycerides`),
2863
2863
  method: "GET",
2864
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2864
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2865
2865
  contentType: "application/json",
2866
2866
  queryParameters: _queryParams,
2867
2867
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -2929,7 +2929,7 @@ class Vitals {
2929
2929
  const _response = yield core.fetcher({
2930
2930
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/cholesterol/total`),
2931
2931
  method: "GET",
2932
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2932
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
2933
2933
  contentType: "application/json",
2934
2934
  queryParameters: _queryParams,
2935
2935
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -2997,7 +2997,7 @@ class Vitals {
2997
2997
  const _response = yield core.fetcher({
2998
2998
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/cholesterol/ldl`),
2999
2999
  method: "GET",
3000
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3000
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3001
3001
  contentType: "application/json",
3002
3002
  queryParameters: _queryParams,
3003
3003
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -3065,7 +3065,7 @@ class Vitals {
3065
3065
  const _response = yield core.fetcher({
3066
3066
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/cholesterol/hdl`),
3067
3067
  method: "GET",
3068
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3068
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3069
3069
  contentType: "application/json",
3070
3070
  queryParameters: _queryParams,
3071
3071
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -3133,7 +3133,7 @@ class Vitals {
3133
3133
  const _response = yield core.fetcher({
3134
3134
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/cholesterol`),
3135
3135
  method: "GET",
3136
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3136
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3137
3137
  contentType: "application/json",
3138
3138
  queryParameters: _queryParams,
3139
3139
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -3201,7 +3201,7 @@ class Vitals {
3201
3201
  const _response = yield core.fetcher({
3202
3202
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/body_weight`),
3203
3203
  method: "GET",
3204
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3204
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3205
3205
  contentType: "application/json",
3206
3206
  queryParameters: _queryParams,
3207
3207
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -3269,7 +3269,7 @@ class Vitals {
3269
3269
  const _response = yield core.fetcher({
3270
3270
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/body_fat`),
3271
3271
  method: "GET",
3272
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3272
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3273
3273
  contentType: "application/json",
3274
3274
  queryParameters: _queryParams,
3275
3275
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -3337,7 +3337,7 @@ class Vitals {
3337
3337
  const _response = yield core.fetcher({
3338
3338
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/blood_oxygen`),
3339
3339
  method: "GET",
3340
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3340
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3341
3341
  contentType: "application/json",
3342
3342
  queryParameters: _queryParams,
3343
3343
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -3405,7 +3405,7 @@ class Vitals {
3405
3405
  const _response = yield core.fetcher({
3406
3406
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/electrocardiogram_voltage`),
3407
3407
  method: "GET",
3408
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3408
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3409
3409
  contentType: "application/json",
3410
3410
  queryParameters: _queryParams,
3411
3411
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -3473,7 +3473,7 @@ class Vitals {
3473
3473
  const _response = yield core.fetcher({
3474
3474
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/${userId}/blood_pressure`),
3475
3475
  method: "GET",
3476
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3476
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
3477
3477
  contentType: "application/json",
3478
3478
  queryParameters: _queryParams,
3479
3479
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -73,7 +73,7 @@ class Workouts {
73
73
  const _response = yield core.fetcher({
74
74
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/summary/workouts/${userId}`),
75
75
  method: "GET",
76
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
76
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
77
77
  contentType: "application/json",
78
78
  queryParameters: _queryParams,
79
79
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -142,7 +142,7 @@ class Workouts {
142
142
  const _response = yield core.fetcher({
143
143
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/summary/workouts/${userId}/raw`),
144
144
  method: "GET",
145
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
145
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
146
146
  contentType: "application/json",
147
147
  queryParameters: _queryParams,
148
148
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -199,7 +199,7 @@ class Workouts {
199
199
  const _response = yield core.fetcher({
200
200
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/workouts/${workoutId}/stream`),
201
201
  method: "GET",
202
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
202
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.16", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
203
203
  contentType: "application/json",
204
204
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
205
205
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
@@ -1,9 +1,6 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- /**
5
- * An enumeration.
6
- */
7
4
  export declare type AppointmentEventStatus = "pending" | "scheduled" | "completed" | "cancelled" | "in_progress";
8
5
  export declare const AppointmentEventStatus: {
9
6
  readonly Pending: "pending";
@@ -1,9 +1,6 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- /**
5
- * An enumeration.
6
- */
7
4
  export declare type AppointmentProvider = "getlabs" | "axlehealth" | "phlebfinders";
8
5
  export declare const AppointmentProvider: {
9
6
  readonly Getlabs: "getlabs";
@@ -1,9 +1,6 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- /**
5
- * An enumeration.
6
- */
7
4
  export declare type AppointmentServiceType = "appointment-ready" | "appointment-request";
8
5
  export declare const AppointmentServiceType: {
9
6
  readonly AppointmentReady: "appointment-ready";
@@ -1,9 +1,6 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- /**
5
- * An enumeration.
6
- */
7
4
  export declare type AppointmentStatus = "confirmed" | "pending" | "in_progress" | "completed" | "cancelled";
8
5
  export declare const AppointmentStatus: {
9
6
  readonly Confirmed: "confirmed";
@@ -1,7 +1,4 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- /**
5
- * An enumeration.
6
- */
7
4
  export declare type AppointmentType = "phlebotomy";
@@ -1,9 +1,6 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- /**
5
- * An enumeration.
6
- */
7
4
  export declare type AttemptStatus = "success" | "failure";
8
5
  export declare const AttemptStatus: {
9
6
  readonly Success: "success";
@@ -1,9 +1,6 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- /**
5
- * An enumeration.
6
- */
7
4
  export declare type AuthType = "password" | "oauth" | "email";
8
5
  export declare const AuthType: {
9
6
  readonly Password: "password";