@tryvital/vital-node 3.1.13 → 3.1.15

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 (445) 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/index.d.ts +1 -0
  5. package/api/resources/index.js +1 -0
  6. package/api/resources/insurance/client/Client.js +2 -2
  7. package/api/resources/introspect/client/Client.js +2 -2
  8. package/api/resources/labTests/client/Client.d.ts +2 -2
  9. package/api/resources/labTests/client/Client.js +28 -30
  10. package/api/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -2
  11. package/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.d.ts +1 -1
  12. package/api/resources/link/client/Client.js +14 -14
  13. package/api/resources/meal/client/Client.js +1 -1
  14. package/api/resources/profile/client/Client.js +2 -2
  15. package/api/resources/providers/client/Client.d.ts +2 -1
  16. package/api/resources/providers/client/Client.js +24 -6
  17. package/api/resources/providers/client/index.d.ts +1 -1
  18. package/api/resources/providers/client/index.js +15 -0
  19. package/api/resources/providers/client/requests/ProvidersGetAllRequest.d.ts +10 -0
  20. package/api/resources/providers/client/requests/index.d.ts +1 -0
  21. package/api/resources/providers/client/requests/index.js +2 -0
  22. package/api/resources/sleep/client/Client.js +4 -4
  23. package/api/resources/team/client/Client.d.ts +2 -5
  24. package/api/resources/team/client/Client.js +13 -30
  25. package/api/resources/team/client/requests/index.d.ts +0 -1
  26. package/api/resources/testkit/client/Client.js +2 -2
  27. package/api/resources/testkit/client/requests/RegisterTestkitRequest.d.ts +1 -1
  28. package/api/resources/user/client/Client.js +12 -12
  29. package/api/resources/user/client/requests/UserCreateBody.d.ts +0 -8
  30. package/api/resources/user/client/requests/UserPatchBody.d.ts +0 -8
  31. package/api/resources/vitals/client/Client.js +50 -50
  32. package/api/resources/workouts/client/Client.js +3 -3
  33. package/api/types/AppointmentEventStatus.d.ts +0 -3
  34. package/api/types/AppointmentProvider.d.ts +0 -3
  35. package/api/types/AppointmentServiceType.d.ts +0 -3
  36. package/api/types/AppointmentStatus.d.ts +0 -3
  37. package/api/types/AppointmentType.d.ts +0 -3
  38. package/api/types/AttemptStatus.d.ts +0 -3
  39. package/api/types/AuthType.d.ts +0 -3
  40. package/api/types/Availability.d.ts +0 -3
  41. package/api/types/ClientFacingActivity.d.ts +0 -12
  42. package/api/types/ClientFacingAppointment.d.ts +0 -2
  43. package/api/types/ClientFacingBloodOxygenTimeseries.d.ts +0 -3
  44. package/api/types/ClientFacingBloodPressureTimeseries.d.ts +0 -3
  45. package/api/types/ClientFacingBody.d.ts +0 -2
  46. package/api/types/ClientFacingBodyFatTimeseries.d.ts +0 -3
  47. package/api/types/ClientFacingBodyWeightTimeseries.d.ts +0 -3
  48. package/api/types/ClientFacingCaffeineTimeseries.d.ts +0 -3
  49. package/api/types/ClientFacingCaloriesActiveTimeseries.d.ts +0 -3
  50. package/api/types/ClientFacingCaloriesBasalTimeseries.d.ts +0 -3
  51. package/api/types/ClientFacingCholesterolTimeseries.d.ts +0 -3
  52. package/api/types/ClientFacingDistanceTimeseries.d.ts +0 -3
  53. package/api/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +2 -4
  54. package/api/types/ClientFacingFloorsClimbedTimeseries.d.ts +0 -3
  55. package/api/types/ClientFacingGlucoseTimeseries.d.ts +0 -3
  56. package/api/types/ClientFacingHeartRate.d.ts +0 -4
  57. package/api/types/ClientFacingHeartRateTimeseries.d.ts +0 -3
  58. package/api/types/ClientFacingHrvTimeseries.d.ts +0 -3
  59. package/api/types/ClientFacingHypnogramTimeseries.d.ts +0 -3
  60. package/api/types/ClientFacingIgeTimeseries.d.ts +0 -3
  61. package/api/types/ClientFacingIggTimeseries.d.ts +0 -3
  62. package/api/types/ClientFacingLabTest.d.ts +7 -0
  63. package/api/types/ClientFacingMindfulnessMinutesTimeseries.d.ts +0 -3
  64. package/api/types/ClientFacingOrder.d.ts +1 -9
  65. package/api/types/ClientFacingProviderDetailed.d.ts +0 -1
  66. package/api/types/ClientFacingResource.d.ts +0 -3
  67. package/api/types/ClientFacingRespiratoryRateTimeseries.d.ts +0 -3
  68. package/api/types/ClientFacingSampleGroupingKeys.d.ts +4 -0
  69. package/api/types/ClientFacingShipment.d.ts +0 -7
  70. package/api/types/ClientFacingSleep.d.ts +0 -11
  71. package/api/types/ClientFacingSource.d.ts +0 -1
  72. package/api/types/ClientFacingStepsTimeseries.d.ts +0 -3
  73. package/api/types/ClientFacingStream.d.ts +19 -10
  74. package/api/types/ClientFacingStreamAltitude.d.ts +7 -0
  75. package/api/types/ClientFacingStreamCadence.d.ts +7 -0
  76. package/api/types/ClientFacingStreamDistance.d.ts +7 -0
  77. package/api/types/ClientFacingStreamDistance.js +5 -0
  78. package/api/types/ClientFacingStreamHeartrate.d.ts +7 -0
  79. package/api/types/ClientFacingStreamHeartrate.js +5 -0
  80. package/api/types/ClientFacingStreamLat.d.ts +7 -0
  81. package/api/types/ClientFacingStreamLat.js +5 -0
  82. package/api/types/ClientFacingStreamLng.d.ts +7 -0
  83. package/api/types/ClientFacingStreamLng.js +5 -0
  84. package/api/types/ClientFacingStreamPower.d.ts +7 -0
  85. package/api/types/ClientFacingStreamPower.js +5 -0
  86. package/api/types/ClientFacingStreamResistance.d.ts +7 -0
  87. package/api/types/ClientFacingStreamResistance.js +5 -0
  88. package/api/types/ClientFacingStreamVelocitySmooth.d.ts +7 -0
  89. package/api/types/ClientFacingStreamVelocitySmooth.js +5 -0
  90. package/api/types/ClientFacingStressLevelTimeseries.d.ts +0 -3
  91. package/api/types/ClientFacingTestkitOrder.d.ts +0 -1
  92. package/api/types/ClientFacingUser.d.ts +0 -7
  93. package/api/types/ClientFacingVo2MaxTimeseries.d.ts +0 -3
  94. package/api/types/ClientFacingWaterTimeseries.d.ts +0 -3
  95. package/api/types/ClientFacingWorkout.d.ts +1 -18
  96. package/api/types/ConsentType.d.ts +0 -3
  97. package/api/types/DelegatedFlowType.d.ts +0 -3
  98. package/api/types/DemoProviders.d.ts +0 -3
  99. package/api/types/EmailProviders.d.ts +0 -3
  100. package/api/types/Fats.d.ts +0 -6
  101. package/api/types/Gender.d.ts +0 -3
  102. package/api/types/GroupedBloodOxygenResponse.d.ts +0 -1
  103. package/api/types/GroupedBloodPressureResponse.d.ts +0 -1
  104. package/api/types/GroupedBodyFatResponse.d.ts +0 -1
  105. package/api/types/GroupedBodyWeightResponse.d.ts +0 -1
  106. package/api/types/GroupedCaffeineResponse.d.ts +0 -1
  107. package/api/types/GroupedCaloriesActiveResponse.d.ts +0 -1
  108. package/api/types/GroupedCaloriesBasalResponse.d.ts +0 -1
  109. package/api/types/GroupedCholesterolResponse.d.ts +0 -1
  110. package/api/types/GroupedDistanceResponse.d.ts +0 -1
  111. package/api/types/GroupedElectrocardiogramVoltageResponse.d.ts +0 -1
  112. package/api/types/GroupedFloorsClimbedResponse.d.ts +0 -1
  113. package/api/types/GroupedGlucoseResponse.d.ts +0 -1
  114. package/api/types/GroupedHeartRateResponse.d.ts +0 -1
  115. package/api/types/GroupedHrvResponse.d.ts +0 -1
  116. package/api/types/GroupedHypnogramResponse.d.ts +0 -1
  117. package/api/types/GroupedIgeResponse.d.ts +0 -1
  118. package/api/types/GroupedIggResponse.d.ts +0 -1
  119. package/api/types/GroupedMindfulnessMinutesResponse.d.ts +0 -1
  120. package/api/types/GroupedRespiratoryRateResponse.d.ts +0 -1
  121. package/api/types/GroupedStepsResponse.d.ts +0 -1
  122. package/api/types/GroupedStressLevelResponse.d.ts +0 -1
  123. package/api/types/GroupedVo2MaxResponse.d.ts +0 -1
  124. package/api/types/GroupedWaterResponse.d.ts +0 -1
  125. package/api/types/HealthInsuranceCreateRequest.d.ts +0 -7
  126. package/api/types/HealthInsuranceCreateRequestBackImage.d.ts +1 -9
  127. package/api/types/HealthInsuranceCreateRequestFrontImage.d.ts +1 -9
  128. package/api/types/HealthInsuranceCreateRequestPatientSignatureImage.d.ts +1 -9
  129. package/api/types/HistoricalPullStatus.d.ts +0 -3
  130. package/api/types/Jpeg.d.ts +1 -0
  131. package/api/types/LabTestStatus.d.ts +0 -3
  132. package/api/types/Labs.d.ts +13 -0
  133. package/api/types/Labs.js +15 -0
  134. package/api/types/Macros.d.ts +0 -6
  135. package/api/types/ManualProviders.d.ts +0 -3
  136. package/api/types/MarkerType.d.ts +0 -3
  137. package/api/types/Micros.d.ts +3 -6
  138. package/api/types/OAuthProviders.d.ts +0 -3
  139. package/api/types/OrderStatus.d.ts +0 -3
  140. package/api/types/OrderTopLevelStatus.d.ts +0 -3
  141. package/api/types/PasswordProviders.d.ts +0 -3
  142. package/api/types/PatientAddressCompatibleInput.d.ts +13 -0
  143. package/api/types/PatientAddressCompatibleInput.js +5 -0
  144. package/api/types/{PatientAddressCompatible.d.ts → PatientAddressCompatibleOutput.d.ts} +1 -1
  145. package/api/types/PatientAddressCompatibleOutput.js +5 -0
  146. package/api/types/PhysicianCreateRequestSignatureImage.d.ts +1 -9
  147. package/api/types/Png.d.ts +1 -0
  148. package/api/types/ProviderLinkResponse.d.ts +1 -1
  149. package/api/types/Providers.d.ts +0 -3
  150. package/api/types/QuestionType.d.ts +0 -3
  151. package/api/types/Region.d.ts +0 -3
  152. package/api/types/ResponsibleRelationship.d.ts +0 -3
  153. package/api/types/ResultType.d.ts +0 -3
  154. package/api/types/SourceAuthType.d.ts +0 -3
  155. package/api/types/SourceType.d.ts +0 -3
  156. package/api/types/TimeseriesResource.d.ts +0 -3
  157. package/api/types/UsAddress.d.ts +0 -1
  158. package/api/types/index.d.ts +59 -47
  159. package/api/types/index.js +59 -47
  160. package/dist/api/resources/activity/client/Client.js +2 -2
  161. package/dist/api/resources/body/client/Client.js +2 -2
  162. package/dist/api/resources/devices/client/Client.js +1 -1
  163. package/dist/api/resources/index.d.ts +1 -0
  164. package/dist/api/resources/index.js +1 -0
  165. package/dist/api/resources/insurance/client/Client.js +2 -2
  166. package/dist/api/resources/introspect/client/Client.js +2 -2
  167. package/dist/api/resources/labTests/client/Client.d.ts +2 -2
  168. package/dist/api/resources/labTests/client/Client.js +28 -30
  169. package/dist/api/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -2
  170. package/dist/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.d.ts +1 -1
  171. package/dist/api/resources/link/client/Client.js +14 -14
  172. package/dist/api/resources/meal/client/Client.js +1 -1
  173. package/dist/api/resources/profile/client/Client.js +2 -2
  174. package/dist/api/resources/providers/client/Client.d.ts +2 -1
  175. package/dist/api/resources/providers/client/Client.js +24 -6
  176. package/dist/api/resources/providers/client/index.d.ts +1 -1
  177. package/dist/api/resources/providers/client/index.js +15 -0
  178. package/dist/api/resources/providers/client/requests/ProvidersGetAllRequest.d.ts +10 -0
  179. package/dist/api/resources/providers/client/requests/ProvidersGetAllRequest.js +5 -0
  180. package/dist/api/resources/providers/client/requests/index.d.ts +1 -0
  181. package/dist/api/resources/providers/client/requests/index.js +2 -0
  182. package/dist/api/resources/sleep/client/Client.js +4 -4
  183. package/dist/api/resources/team/client/Client.d.ts +2 -5
  184. package/dist/api/resources/team/client/Client.js +13 -30
  185. package/dist/api/resources/team/client/requests/index.d.ts +0 -1
  186. package/dist/api/resources/testkit/client/Client.js +2 -2
  187. package/dist/api/resources/testkit/client/requests/RegisterTestkitRequest.d.ts +1 -1
  188. package/dist/api/resources/user/client/Client.js +12 -12
  189. package/dist/api/resources/user/client/requests/UserCreateBody.d.ts +0 -8
  190. package/dist/api/resources/user/client/requests/UserPatchBody.d.ts +0 -8
  191. package/dist/api/resources/vitals/client/Client.js +50 -50
  192. package/dist/api/resources/workouts/client/Client.js +3 -3
  193. package/dist/api/types/AppointmentEventStatus.d.ts +0 -3
  194. package/dist/api/types/AppointmentProvider.d.ts +0 -3
  195. package/dist/api/types/AppointmentServiceType.d.ts +0 -3
  196. package/dist/api/types/AppointmentStatus.d.ts +0 -3
  197. package/dist/api/types/AppointmentType.d.ts +0 -3
  198. package/dist/api/types/AttemptStatus.d.ts +0 -3
  199. package/dist/api/types/AuthType.d.ts +0 -3
  200. package/dist/api/types/Availability.d.ts +0 -3
  201. package/dist/api/types/ClientFacingActivity.d.ts +0 -12
  202. package/dist/api/types/ClientFacingAppointment.d.ts +0 -2
  203. package/dist/api/types/ClientFacingBloodOxygenTimeseries.d.ts +0 -3
  204. package/dist/api/types/ClientFacingBloodPressureTimeseries.d.ts +0 -3
  205. package/dist/api/types/ClientFacingBody.d.ts +0 -2
  206. package/dist/api/types/ClientFacingBodyFatTimeseries.d.ts +0 -3
  207. package/dist/api/types/ClientFacingBodyWeightTimeseries.d.ts +0 -3
  208. package/dist/api/types/ClientFacingCaffeineTimeseries.d.ts +0 -3
  209. package/dist/api/types/ClientFacingCaloriesActiveTimeseries.d.ts +0 -3
  210. package/dist/api/types/ClientFacingCaloriesBasalTimeseries.d.ts +0 -3
  211. package/dist/api/types/ClientFacingCholesterolTimeseries.d.ts +0 -3
  212. package/dist/api/types/ClientFacingDistanceTimeseries.d.ts +0 -3
  213. package/dist/api/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +2 -4
  214. package/dist/api/types/ClientFacingFloorsClimbedTimeseries.d.ts +0 -3
  215. package/dist/api/types/ClientFacingGlucoseTimeseries.d.ts +0 -3
  216. package/dist/api/types/ClientFacingHeartRate.d.ts +0 -4
  217. package/dist/api/types/ClientFacingHeartRateTimeseries.d.ts +0 -3
  218. package/dist/api/types/ClientFacingHrvTimeseries.d.ts +0 -3
  219. package/dist/api/types/ClientFacingHypnogramTimeseries.d.ts +0 -3
  220. package/dist/api/types/ClientFacingIgeTimeseries.d.ts +0 -3
  221. package/dist/api/types/ClientFacingIggTimeseries.d.ts +0 -3
  222. package/dist/api/types/ClientFacingLabTest.d.ts +7 -0
  223. package/dist/api/types/ClientFacingMindfulnessMinutesTimeseries.d.ts +0 -3
  224. package/dist/api/types/ClientFacingOrder.d.ts +1 -9
  225. package/dist/api/types/ClientFacingProviderDetailed.d.ts +0 -1
  226. package/dist/api/types/ClientFacingResource.d.ts +0 -3
  227. package/dist/api/types/ClientFacingRespiratoryRateTimeseries.d.ts +0 -3
  228. package/dist/api/types/ClientFacingSampleGroupingKeys.d.ts +4 -0
  229. package/dist/api/types/ClientFacingSampleGroupingKeys.js +5 -0
  230. package/dist/api/types/ClientFacingShipment.d.ts +0 -7
  231. package/dist/api/types/ClientFacingSleep.d.ts +0 -11
  232. package/dist/api/types/ClientFacingSource.d.ts +0 -1
  233. package/dist/api/types/ClientFacingStepsTimeseries.d.ts +0 -3
  234. package/dist/api/types/ClientFacingStream.d.ts +19 -10
  235. package/dist/api/types/ClientFacingStreamAltitude.d.ts +7 -0
  236. package/dist/api/types/ClientFacingStreamAltitude.js +5 -0
  237. package/dist/api/types/ClientFacingStreamCadence.d.ts +7 -0
  238. package/dist/api/types/ClientFacingStreamCadence.js +5 -0
  239. package/dist/api/types/ClientFacingStreamDistance.d.ts +7 -0
  240. package/dist/api/types/ClientFacingStreamDistance.js +5 -0
  241. package/dist/api/types/ClientFacingStreamHeartrate.d.ts +7 -0
  242. package/dist/api/types/ClientFacingStreamHeartrate.js +5 -0
  243. package/dist/api/types/ClientFacingStreamLat.d.ts +7 -0
  244. package/dist/api/types/ClientFacingStreamLat.js +5 -0
  245. package/dist/api/types/ClientFacingStreamLng.d.ts +7 -0
  246. package/dist/api/types/ClientFacingStreamLng.js +5 -0
  247. package/dist/api/types/ClientFacingStreamPower.d.ts +7 -0
  248. package/dist/api/types/ClientFacingStreamPower.js +5 -0
  249. package/dist/api/types/ClientFacingStreamResistance.d.ts +7 -0
  250. package/dist/api/types/ClientFacingStreamResistance.js +5 -0
  251. package/dist/api/types/ClientFacingStreamVelocitySmooth.d.ts +7 -0
  252. package/dist/api/types/ClientFacingStreamVelocitySmooth.js +5 -0
  253. package/dist/api/types/ClientFacingStressLevelTimeseries.d.ts +0 -3
  254. package/dist/api/types/ClientFacingTestkitOrder.d.ts +0 -1
  255. package/dist/api/types/ClientFacingUser.d.ts +0 -7
  256. package/dist/api/types/ClientFacingVo2MaxTimeseries.d.ts +0 -3
  257. package/dist/api/types/ClientFacingWaterTimeseries.d.ts +0 -3
  258. package/dist/api/types/ClientFacingWorkout.d.ts +1 -18
  259. package/dist/api/types/ConsentType.d.ts +0 -3
  260. package/dist/api/types/DelegatedFlowType.d.ts +0 -3
  261. package/dist/api/types/DemoProviders.d.ts +0 -3
  262. package/dist/api/types/EmailProviders.d.ts +0 -3
  263. package/dist/api/types/Fats.d.ts +0 -6
  264. package/dist/api/types/Gender.d.ts +0 -3
  265. package/dist/api/types/GroupedBloodOxygenResponse.d.ts +0 -1
  266. package/dist/api/types/GroupedBloodPressureResponse.d.ts +0 -1
  267. package/dist/api/types/GroupedBodyFatResponse.d.ts +0 -1
  268. package/dist/api/types/GroupedBodyWeightResponse.d.ts +0 -1
  269. package/dist/api/types/GroupedCaffeineResponse.d.ts +0 -1
  270. package/dist/api/types/GroupedCaloriesActiveResponse.d.ts +0 -1
  271. package/dist/api/types/GroupedCaloriesBasalResponse.d.ts +0 -1
  272. package/dist/api/types/GroupedCholesterolResponse.d.ts +0 -1
  273. package/dist/api/types/GroupedDistanceResponse.d.ts +0 -1
  274. package/dist/api/types/GroupedElectrocardiogramVoltageResponse.d.ts +0 -1
  275. package/dist/api/types/GroupedFloorsClimbedResponse.d.ts +0 -1
  276. package/dist/api/types/GroupedGlucoseResponse.d.ts +0 -1
  277. package/dist/api/types/GroupedHeartRateResponse.d.ts +0 -1
  278. package/dist/api/types/GroupedHrvResponse.d.ts +0 -1
  279. package/dist/api/types/GroupedHypnogramResponse.d.ts +0 -1
  280. package/dist/api/types/GroupedIgeResponse.d.ts +0 -1
  281. package/dist/api/types/GroupedIggResponse.d.ts +0 -1
  282. package/dist/api/types/GroupedMindfulnessMinutesResponse.d.ts +0 -1
  283. package/dist/api/types/GroupedRespiratoryRateResponse.d.ts +0 -1
  284. package/dist/api/types/GroupedStepsResponse.d.ts +0 -1
  285. package/dist/api/types/GroupedStressLevelResponse.d.ts +0 -1
  286. package/dist/api/types/GroupedVo2MaxResponse.d.ts +0 -1
  287. package/dist/api/types/GroupedWaterResponse.d.ts +0 -1
  288. package/dist/api/types/HealthInsuranceCreateRequest.d.ts +0 -7
  289. package/dist/api/types/HealthInsuranceCreateRequestBackImage.d.ts +1 -9
  290. package/dist/api/types/HealthInsuranceCreateRequestFrontImage.d.ts +1 -9
  291. package/dist/api/types/HealthInsuranceCreateRequestPatientSignatureImage.d.ts +1 -9
  292. package/dist/api/types/HistoricalPullStatus.d.ts +0 -3
  293. package/dist/api/types/Jpeg.d.ts +1 -0
  294. package/dist/api/types/LabTestStatus.d.ts +0 -3
  295. package/dist/api/types/Labs.d.ts +13 -0
  296. package/dist/api/types/Labs.js +15 -0
  297. package/dist/api/types/Macros.d.ts +0 -6
  298. package/dist/api/types/ManualProviders.d.ts +0 -3
  299. package/dist/api/types/MarkerType.d.ts +0 -3
  300. package/dist/api/types/Micros.d.ts +3 -6
  301. package/dist/api/types/OAuthProviders.d.ts +0 -3
  302. package/dist/api/types/OrderStatus.d.ts +0 -3
  303. package/dist/api/types/OrderTopLevelStatus.d.ts +0 -3
  304. package/dist/api/types/PasswordProviders.d.ts +0 -3
  305. package/dist/api/types/PatientAddressCompatibleInput.d.ts +13 -0
  306. package/dist/api/types/PatientAddressCompatibleInput.js +5 -0
  307. package/dist/api/types/{PatientAddressCompatible.d.ts → PatientAddressCompatibleOutput.d.ts} +1 -1
  308. package/dist/api/types/PatientAddressCompatibleOutput.js +5 -0
  309. package/dist/api/types/PhysicianCreateRequestSignatureImage.d.ts +1 -9
  310. package/dist/api/types/Png.d.ts +1 -0
  311. package/dist/api/types/ProviderLinkResponse.d.ts +1 -1
  312. package/dist/api/types/Providers.d.ts +0 -3
  313. package/dist/api/types/QuestionType.d.ts +0 -3
  314. package/dist/api/types/Region.d.ts +0 -3
  315. package/dist/api/types/ResponsibleRelationship.d.ts +0 -3
  316. package/dist/api/types/ResultType.d.ts +0 -3
  317. package/dist/api/types/SourceAuthType.d.ts +0 -3
  318. package/dist/api/types/SourceType.d.ts +0 -3
  319. package/dist/api/types/TimeseriesResource.d.ts +0 -3
  320. package/dist/api/types/UsAddress.d.ts +0 -1
  321. package/dist/api/types/index.d.ts +59 -47
  322. package/dist/api/types/index.js +59 -47
  323. package/dist/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +2 -2
  324. package/dist/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.js +2 -2
  325. package/dist/serialization/resources/testkit/client/requests/RegisterTestkitRequest.d.ts +2 -2
  326. package/dist/serialization/resources/testkit/client/requests/RegisterTestkitRequest.js +2 -2
  327. package/dist/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +1 -1
  328. package/dist/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.js +2 -2
  329. package/dist/serialization/types/ClientFacingOrder.d.ts +2 -2
  330. package/dist/serialization/types/ClientFacingOrder.js +2 -2
  331. package/dist/serialization/types/ClientFacingSampleGroupingKeys.d.ts +10 -0
  332. package/dist/serialization/types/ClientFacingSampleGroupingKeys.js +31 -0
  333. package/dist/serialization/types/ClientFacingStream.d.ts +18 -9
  334. package/dist/serialization/types/ClientFacingStream.js +18 -9
  335. package/dist/serialization/types/ClientFacingStreamAltitude.d.ts +10 -0
  336. package/dist/serialization/types/ClientFacingStreamAltitude.js +34 -0
  337. package/dist/serialization/types/ClientFacingStreamCadence.d.ts +10 -0
  338. package/dist/serialization/types/ClientFacingStreamCadence.js +34 -0
  339. package/dist/serialization/types/ClientFacingStreamDistance.d.ts +10 -0
  340. package/dist/serialization/types/ClientFacingStreamDistance.js +34 -0
  341. package/dist/serialization/types/ClientFacingStreamHeartrate.d.ts +10 -0
  342. package/dist/serialization/types/ClientFacingStreamHeartrate.js +34 -0
  343. package/dist/serialization/types/ClientFacingStreamLat.d.ts +10 -0
  344. package/dist/serialization/types/ClientFacingStreamLat.js +34 -0
  345. package/dist/serialization/types/ClientFacingStreamLng.d.ts +10 -0
  346. package/dist/serialization/types/ClientFacingStreamLng.js +34 -0
  347. package/dist/serialization/types/ClientFacingStreamPower.d.ts +10 -0
  348. package/dist/serialization/types/ClientFacingStreamPower.js +34 -0
  349. package/dist/serialization/types/ClientFacingStreamResistance.d.ts +10 -0
  350. package/dist/serialization/types/ClientFacingStreamResistance.js +34 -0
  351. package/dist/serialization/types/ClientFacingStreamVelocitySmooth.d.ts +10 -0
  352. package/dist/serialization/types/ClientFacingStreamVelocitySmooth.js +34 -0
  353. package/dist/serialization/types/ClientFacingWorkout.d.ts +1 -0
  354. package/dist/serialization/types/ClientFacingWorkout.js +1 -0
  355. package/dist/serialization/types/HealthInsuranceCreateRequestBackImage.d.ts +1 -7
  356. package/dist/serialization/types/HealthInsuranceCreateRequestBackImage.js +1 -9
  357. package/dist/serialization/types/HealthInsuranceCreateRequestFrontImage.d.ts +1 -7
  358. package/dist/serialization/types/HealthInsuranceCreateRequestFrontImage.js +1 -9
  359. package/dist/serialization/types/HealthInsuranceCreateRequestPatientSignatureImage.d.ts +1 -7
  360. package/dist/serialization/types/HealthInsuranceCreateRequestPatientSignatureImage.js +1 -9
  361. package/dist/serialization/types/Jpeg.d.ts +1 -0
  362. package/dist/serialization/types/Jpeg.js +1 -0
  363. package/dist/serialization/types/Labs.d.ts +10 -0
  364. package/dist/serialization/types/Labs.js +39 -0
  365. package/dist/serialization/types/Micros.d.ts +3 -3
  366. package/dist/serialization/types/Micros.js +3 -3
  367. package/dist/serialization/types/PatientAddressCompatibleInput.d.ts +19 -0
  368. package/dist/serialization/types/PatientAddressCompatibleInput.js +40 -0
  369. package/dist/serialization/types/{PatientAddressCompatible.d.ts → PatientAddressCompatibleOutput.d.ts} +2 -2
  370. package/dist/serialization/types/{PatientAddressCompatible.js → PatientAddressCompatibleOutput.js} +2 -2
  371. package/dist/serialization/types/PhysicianCreateRequestSignatureImage.d.ts +1 -7
  372. package/dist/serialization/types/PhysicianCreateRequestSignatureImage.js +1 -9
  373. package/dist/serialization/types/Png.d.ts +1 -0
  374. package/dist/serialization/types/Png.js +1 -0
  375. package/dist/serialization/types/ProfileInDb.d.ts +1 -1
  376. package/dist/serialization/types/ProfileInDb.js +1 -1
  377. package/dist/serialization/types/ProviderLinkResponse.d.ts +1 -1
  378. package/dist/serialization/types/ProviderLinkResponse.js +1 -1
  379. package/dist/serialization/types/index.d.ts +59 -47
  380. package/dist/serialization/types/index.js +59 -47
  381. package/package.json +1 -1
  382. package/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +2 -2
  383. package/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.js +2 -2
  384. package/serialization/resources/testkit/client/requests/RegisterTestkitRequest.d.ts +2 -2
  385. package/serialization/resources/testkit/client/requests/RegisterTestkitRequest.js +2 -2
  386. package/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +1 -1
  387. package/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.js +2 -2
  388. package/serialization/types/ClientFacingOrder.d.ts +2 -2
  389. package/serialization/types/ClientFacingOrder.js +2 -2
  390. package/serialization/types/ClientFacingSampleGroupingKeys.d.ts +10 -0
  391. package/serialization/types/ClientFacingSampleGroupingKeys.js +31 -0
  392. package/serialization/types/ClientFacingStream.d.ts +18 -9
  393. package/serialization/types/ClientFacingStream.js +18 -9
  394. package/serialization/types/ClientFacingStreamAltitude.d.ts +10 -0
  395. package/serialization/types/ClientFacingStreamAltitude.js +34 -0
  396. package/serialization/types/ClientFacingStreamCadence.d.ts +10 -0
  397. package/serialization/types/ClientFacingStreamCadence.js +34 -0
  398. package/serialization/types/ClientFacingStreamDistance.d.ts +10 -0
  399. package/serialization/types/ClientFacingStreamDistance.js +34 -0
  400. package/serialization/types/ClientFacingStreamHeartrate.d.ts +10 -0
  401. package/serialization/types/ClientFacingStreamHeartrate.js +34 -0
  402. package/serialization/types/ClientFacingStreamLat.d.ts +10 -0
  403. package/serialization/types/ClientFacingStreamLat.js +34 -0
  404. package/serialization/types/ClientFacingStreamLng.d.ts +10 -0
  405. package/serialization/types/ClientFacingStreamLng.js +34 -0
  406. package/serialization/types/ClientFacingStreamPower.d.ts +10 -0
  407. package/serialization/types/ClientFacingStreamPower.js +34 -0
  408. package/serialization/types/ClientFacingStreamResistance.d.ts +10 -0
  409. package/serialization/types/ClientFacingStreamResistance.js +34 -0
  410. package/serialization/types/ClientFacingStreamVelocitySmooth.d.ts +10 -0
  411. package/serialization/types/ClientFacingStreamVelocitySmooth.js +34 -0
  412. package/serialization/types/ClientFacingWorkout.d.ts +1 -0
  413. package/serialization/types/ClientFacingWorkout.js +1 -0
  414. package/serialization/types/HealthInsuranceCreateRequestBackImage.d.ts +1 -7
  415. package/serialization/types/HealthInsuranceCreateRequestBackImage.js +1 -9
  416. package/serialization/types/HealthInsuranceCreateRequestFrontImage.d.ts +1 -7
  417. package/serialization/types/HealthInsuranceCreateRequestFrontImage.js +1 -9
  418. package/serialization/types/HealthInsuranceCreateRequestPatientSignatureImage.d.ts +1 -7
  419. package/serialization/types/HealthInsuranceCreateRequestPatientSignatureImage.js +1 -9
  420. package/serialization/types/Jpeg.d.ts +1 -0
  421. package/serialization/types/Jpeg.js +1 -0
  422. package/serialization/types/Labs.d.ts +10 -0
  423. package/serialization/types/Labs.js +39 -0
  424. package/serialization/types/Micros.d.ts +3 -3
  425. package/serialization/types/Micros.js +3 -3
  426. package/serialization/types/PatientAddressCompatibleInput.d.ts +19 -0
  427. package/serialization/types/PatientAddressCompatibleInput.js +40 -0
  428. package/serialization/types/{PatientAddressCompatible.d.ts → PatientAddressCompatibleOutput.d.ts} +2 -2
  429. package/serialization/types/{PatientAddressCompatible.js → PatientAddressCompatibleOutput.js} +2 -2
  430. package/serialization/types/PhysicianCreateRequestSignatureImage.d.ts +1 -7
  431. package/serialization/types/PhysicianCreateRequestSignatureImage.js +1 -9
  432. package/serialization/types/Png.d.ts +1 -0
  433. package/serialization/types/Png.js +1 -0
  434. package/serialization/types/ProfileInDb.d.ts +1 -1
  435. package/serialization/types/ProfileInDb.js +1 -1
  436. package/serialization/types/ProviderLinkResponse.d.ts +1 -1
  437. package/serialization/types/ProviderLinkResponse.js +1 -1
  438. package/serialization/types/index.d.ts +59 -47
  439. package/serialization/types/index.js +59 -47
  440. package/api/resources/team/client/requests/TeamUpdateSourcePrioritiesRequest.d.ts +0 -12
  441. package/dist/api/resources/team/client/requests/TeamUpdateSourcePrioritiesRequest.d.ts +0 -12
  442. /package/api/resources/{team/client/requests/TeamUpdateSourcePrioritiesRequest.js → providers/client/requests/ProvidersGetAllRequest.js} +0 -0
  443. /package/api/types/{PatientAddressCompatible.js → ClientFacingSampleGroupingKeys.js} +0 -0
  444. /package/{dist/api/resources/team/client/requests/TeamUpdateSourcePrioritiesRequest.js → api/types/ClientFacingStreamAltitude.js} +0 -0
  445. /package/{dist/api/types/PatientAddressCompatible.js → api/types/ClientFacingStreamCadence.js} +0 -0
@@ -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 OrderStatus = "received.walk_in_test.ordered" | "received.walk_in_test.requisition_created" | "completed.walk_in_test.completed" | "sample_with_lab.walk_in_test.partial_results" | "failed.walk_in_test.sample_error" | "cancelled.walk_in_test.cancelled" | "received.at_home_phlebotomy.ordered" | "received.at_home_phlebotomy.requisition_created" | "collecting_sample.at_home_phlebotomy.appointment_pending" | "collecting_sample.at_home_phlebotomy.appointment_scheduled" | "collecting_sample.at_home_phlebotomy.draw_completed" | "collecting_sample.at_home_phlebotomy.appointment_cancelled" | "completed.at_home_phlebotomy.completed" | "sample_with_lab.at_home_phlebotomy.partial_results" | "cancelled.at_home_phlebotomy.cancelled" | "failed.at_home_phlebotomy.sample_error" | "received.testkit.ordered" | "received.testkit.awaiting_registration" | "received.testkit.requisition_created" | "received.testkit.registered" | "collecting_sample.testkit.transit_customer" | "collecting_sample.testkit.out_for_delivery" | "collecting_sample.testkit.with_customer" | "collecting_sample.testkit.transit_lab" | "sample_with_lab.testkit.delivered_to_lab" | "completed.testkit.completed" | "failed.testkit.failure_to_deliver_to_customer" | "failed.testkit.failure_to_deliver_to_lab" | "failed.testkit.sample_error" | "failed.testkit.lost" | "cancelled.testkit.cancelled" | "cancelled.testkit.do_not_process";
8
5
  export declare const OrderStatus: {
9
6
  readonly ReceivedWalkInTestOrdered: "received.walk_in_test.ordered";
@@ -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 OrderTopLevelStatus = "received" | "collecting_sample" | "sample_with_lab" | "completed" | "cancelled" | "failed";
8
5
  export declare const OrderTopLevelStatus: {
9
6
  readonly Received: "received";
@@ -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 PasswordProviders = "whoop" | "renpho" | "peloton" | "zwift" | "eight_sleep" | "beurer_api" | "dexcom" | "hammerhead" | "my_fitness_pal" | "kardia" | "abbott_libreview";
8
5
  export declare const PasswordProviders: {
9
6
  readonly Whoop: "whoop";
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface PatientAddressCompatibleInput {
5
+ receiverName?: string;
6
+ street: string;
7
+ streetNumber?: string;
8
+ city: string;
9
+ state: string;
10
+ zip: string;
11
+ country: string;
12
+ phoneNumber?: string;
13
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export interface PatientAddressCompatible {
4
+ export interface PatientAddressCompatibleOutput {
5
5
  receiverName?: string;
6
6
  firstLine: string;
7
7
  secondLine?: string;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -5,12 +5,4 @@ import * as Vital from "..";
5
5
  /**
6
6
  * An image of the physician signature for health insurance billing
7
7
  */
8
- export declare type PhysicianCreateRequestSignatureImage = Vital.PhysicianCreateRequestSignatureImage.ImageJpeg | Vital.PhysicianCreateRequestSignatureImage.ImagePng;
9
- export declare namespace PhysicianCreateRequestSignatureImage {
10
- interface ImageJpeg extends Vital.Jpeg {
11
- contentType: "image/jpeg";
12
- }
13
- interface ImagePng extends Vital.Png {
14
- contentType: "image/png";
15
- }
16
- }
8
+ export declare type PhysicianCreateRequestSignatureImage = Vital.Jpeg | Vital.Png;
@@ -3,4 +3,5 @@
3
3
  */
4
4
  export interface Png {
5
5
  content: string;
6
+ contentType: "image/png";
6
7
  }
@@ -10,5 +10,5 @@ export interface ProviderLinkResponse {
10
10
  providerMfa?: Vital.ProviderMfaRequest;
11
11
  provider: Vital.PasswordProviders;
12
12
  connected: boolean;
13
- providerId: string;
13
+ providerId?: string;
14
14
  }
@@ -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 Providers = "oura" | "fitbit" | "garmin" | "whoop" | "strava" | "renpho" | "peloton" | "wahoo" | "zwift" | "freestyle_libre" | "abbott_libreview" | "freestyle_libre_ble" | "eight_sleep" | "withings" | "apple_health_kit" | "manual" | "ihealth" | "google_fit" | "beurer_api" | "beurer_ble" | "omron" | "omron_ble" | "onetouch_ble" | "accuchek_ble" | "contour_ble" | "dexcom" | "dexcom_v3" | "hammerhead" | "my_fitness_pal" | "health_connect" | "polar" | "cronometer" | "kardia" | "whoop_v2";
8
5
  export declare const Providers: {
9
6
  readonly Oura: "oura";
@@ -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 QuestionType = "choice" | "text" | "numeric" | "multi_choice";
8
5
  export declare const QuestionType: {
9
6
  readonly Choice: "choice";
@@ -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 Region = "us" | "eu" | "sg" | "de" | "au" | "br" | "nl" | "fr" | "ca" | "in";
8
5
  export declare const Region: {
9
6
  readonly Us: "us";
@@ -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 ResponsibleRelationship = "Self" | "Spouse" | "Other Relationship";
8
5
  export declare const ResponsibleRelationship: {
9
6
  readonly Self: "Self";
@@ -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 ResultType = "numeric" | "range" | "comment";
8
5
  export declare const ResultType: {
9
6
  readonly Numeric: "numeric";
@@ -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 SourceAuthType = "oauth" | "team_oauth" | "sdk" | "password" | "email" | "app" | "";
8
5
  export declare const SourceAuthType: {
9
6
  readonly Oauth: "oauth";
@@ -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 SourceType = "app" | "ble" | "device" | "lab" | "provider";
8
5
  export declare const SourceType: {
9
6
  readonly App: "app";
@@ -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 TimeseriesResource = "calories_active" | "calories_basal" | "distance" | "blood_oxygen" | "blood_pressure" | "body_fat" | "body_weight" | "cholesterol" | "cholesterol/ldl" | "cholesterol/hdl" | "cholesterol/total" | "cholesterol/triglycerides" | "electrocardiogram_voltage" | "floors_climbed" | "glucose" | "heartrate" | "hrv" | "hypnogram" | "ige" | "igg" | "respiratory_rate" | "steps" | "stress_level" | "vo2_max" | "water" | "caffeine" | "mindfulness_minutes";
8
5
  export declare const TimeseriesResource: {
9
6
  readonly CaloriesActive: "calories_active";
@@ -7,6 +7,5 @@ export interface UsAddress {
7
7
  city: string;
8
8
  state: string;
9
9
  zipCode: string;
10
- /** Deprecated. Use `second_line` instead to provide the unit number. Subject to removal after 20 Nov 2023. */
11
10
  unit?: string;
12
11
  }
@@ -71,6 +71,15 @@ export * from "./ClientFacingSleepStream";
71
71
  export * from "./ClientFacingSource";
72
72
  export * from "./ClientFacingSport";
73
73
  export * from "./ClientFacingStepsTimeseries";
74
+ export * from "./ClientFacingStreamCadence";
75
+ export * from "./ClientFacingStreamAltitude";
76
+ export * from "./ClientFacingStreamVelocitySmooth";
77
+ export * from "./ClientFacingStreamHeartrate";
78
+ export * from "./ClientFacingStreamLat";
79
+ export * from "./ClientFacingStreamLng";
80
+ export * from "./ClientFacingStreamDistance";
81
+ export * from "./ClientFacingStreamPower";
82
+ export * from "./ClientFacingStreamResistance";
74
83
  export * from "./ClientFacingStream";
75
84
  export * from "./ClientFacingStressLevelTimeseries";
76
85
  export * from "./ClientFacingTeam";
@@ -107,52 +116,6 @@ export * from "./Fats";
107
116
  export * from "./Gender";
108
117
  export * from "./GetMarkersResponse";
109
118
  export * from "./GetOrdersResponse";
110
- export * from "./GroupedBloodOxygen";
111
- export * from "./GroupedBloodOxygenResponse";
112
- export * from "./GroupedBloodPressure";
113
- export * from "./GroupedBloodPressureResponse";
114
- export * from "./GroupedBodyFat";
115
- export * from "./GroupedBodyFatResponse";
116
- export * from "./GroupedBodyWeight";
117
- export * from "./GroupedBodyWeightResponse";
118
- export * from "./GroupedCaffeine";
119
- export * from "./GroupedCaffeineResponse";
120
- export * from "./GroupedCaloriesActive";
121
- export * from "./GroupedCaloriesActiveResponse";
122
- export * from "./GroupedCaloriesBasal";
123
- export * from "./GroupedCaloriesBasalResponse";
124
- export * from "./GroupedCholesterol";
125
- export * from "./GroupedCholesterolResponse";
126
- export * from "./GroupedDistance";
127
- export * from "./GroupedDistanceResponse";
128
- export * from "./GroupedElectrocardiogramVoltage";
129
- export * from "./GroupedElectrocardiogramVoltageResponse";
130
- export * from "./GroupedFloorsClimbed";
131
- export * from "./GroupedFloorsClimbedResponse";
132
- export * from "./GroupedGlucose";
133
- export * from "./GroupedGlucoseResponse";
134
- export * from "./GroupedHrv";
135
- export * from "./GroupedHrvResponse";
136
- export * from "./GroupedHeartRate";
137
- export * from "./GroupedHeartRateResponse";
138
- export * from "./GroupedHypnogram";
139
- export * from "./GroupedHypnogramResponse";
140
- export * from "./GroupedIge";
141
- export * from "./GroupedIgeResponse";
142
- export * from "./GroupedIgg";
143
- export * from "./GroupedIggResponse";
144
- export * from "./GroupedMindfulnessMinutes";
145
- export * from "./GroupedMindfulnessMinutesResponse";
146
- export * from "./GroupedRespiratoryRate";
147
- export * from "./GroupedRespiratoryRateResponse";
148
- export * from "./GroupedSteps";
149
- export * from "./GroupedStepsResponse";
150
- export * from "./GroupedStressLevel";
151
- export * from "./GroupedStressLevelResponse";
152
- export * from "./GroupedVo2Max";
153
- export * from "./GroupedVo2MaxResponse";
154
- export * from "./GroupedWater";
155
- export * from "./GroupedWaterResponse";
156
119
  export * from "./HttpValidationError";
157
120
  export * from "./HealthInsuranceCreateRequestFrontImage";
158
121
  export * from "./HealthInsuranceCreateRequestBackImage";
@@ -167,6 +130,7 @@ export * from "./LabResultsRaw";
167
130
  export * from "./LabTestCollectionMethod";
168
131
  export * from "./LabTestSampleType";
169
132
  export * from "./LabTestStatus";
133
+ export * from "./Labs";
170
134
  export * from "./LastAttempt";
171
135
  export * from "./LibreConfig";
172
136
  export * from "./LinkTokenExchangeResponse";
@@ -182,7 +146,8 @@ export * from "./OrderStatus";
182
146
  export * from "./OrderTopLevelStatus";
183
147
  export * from "./PaginatedUsersResponse";
184
148
  export * from "./PasswordProviders";
185
- export * from "./PatientAddressCompatible";
149
+ export * from "./PatientAddressCompatibleInput";
150
+ export * from "./PatientAddressCompatibleOutput";
186
151
  export * from "./PatientDetails";
187
152
  export * from "./PersonDetails";
188
153
  export * from "./PhlebotomyAreaInfo";
@@ -238,3 +203,50 @@ export * from "./ValidationErrorLocItem";
238
203
  export * from "./ValidationError";
239
204
  export * from "./VitalTokenCreatedResponse";
240
205
  export * from "./WorkoutV2InDb";
206
+ export * from "./ClientFacingSampleGroupingKeys";
207
+ export * from "./GroupedVo2MaxResponse";
208
+ export * from "./GroupedStressLevelResponse";
209
+ export * from "./GroupedMindfulnessMinutesResponse";
210
+ export * from "./GroupedCaffeineResponse";
211
+ export * from "./GroupedWaterResponse";
212
+ export * from "./GroupedStepsResponse";
213
+ export * from "./GroupedFloorsClimbedResponse";
214
+ export * from "./GroupedDistanceResponse";
215
+ export * from "./GroupedCaloriesBasalResponse";
216
+ export * from "./GroupedCaloriesActiveResponse";
217
+ export * from "./GroupedRespiratoryRateResponse";
218
+ export * from "./GroupedIgeResponse";
219
+ export * from "./GroupedIggResponse";
220
+ export * from "./GroupedHypnogramResponse";
221
+ export * from "./GroupedHrvResponse";
222
+ export * from "./GroupedHeartRateResponse";
223
+ export * from "./GroupedGlucoseResponse";
224
+ export * from "./GroupedCholesterolResponse";
225
+ export * from "./GroupedBodyWeightResponse";
226
+ export * from "./GroupedBodyFatResponse";
227
+ export * from "./GroupedBloodOxygenResponse";
228
+ export * from "./GroupedElectrocardiogramVoltageResponse";
229
+ export * from "./GroupedBloodPressureResponse";
230
+ export * from "./GroupedVo2Max";
231
+ export * from "./GroupedStressLevel";
232
+ export * from "./GroupedMindfulnessMinutes";
233
+ export * from "./GroupedCaffeine";
234
+ export * from "./GroupedWater";
235
+ export * from "./GroupedSteps";
236
+ export * from "./GroupedFloorsClimbed";
237
+ export * from "./GroupedDistance";
238
+ export * from "./GroupedCaloriesBasal";
239
+ export * from "./GroupedCaloriesActive";
240
+ export * from "./GroupedRespiratoryRate";
241
+ export * from "./GroupedIge";
242
+ export * from "./GroupedIgg";
243
+ export * from "./GroupedHypnogram";
244
+ export * from "./GroupedHrv";
245
+ export * from "./GroupedHeartRate";
246
+ export * from "./GroupedGlucose";
247
+ export * from "./GroupedCholesterol";
248
+ export * from "./GroupedBodyWeight";
249
+ export * from "./GroupedBodyFat";
250
+ export * from "./GroupedBloodOxygen";
251
+ export * from "./GroupedElectrocardiogramVoltage";
252
+ export * from "./GroupedBloodPressure";
@@ -87,6 +87,15 @@ __exportStar(require("./ClientFacingSleepStream"), exports);
87
87
  __exportStar(require("./ClientFacingSource"), exports);
88
88
  __exportStar(require("./ClientFacingSport"), exports);
89
89
  __exportStar(require("./ClientFacingStepsTimeseries"), exports);
90
+ __exportStar(require("./ClientFacingStreamCadence"), exports);
91
+ __exportStar(require("./ClientFacingStreamAltitude"), exports);
92
+ __exportStar(require("./ClientFacingStreamVelocitySmooth"), exports);
93
+ __exportStar(require("./ClientFacingStreamHeartrate"), exports);
94
+ __exportStar(require("./ClientFacingStreamLat"), exports);
95
+ __exportStar(require("./ClientFacingStreamLng"), exports);
96
+ __exportStar(require("./ClientFacingStreamDistance"), exports);
97
+ __exportStar(require("./ClientFacingStreamPower"), exports);
98
+ __exportStar(require("./ClientFacingStreamResistance"), exports);
90
99
  __exportStar(require("./ClientFacingStream"), exports);
91
100
  __exportStar(require("./ClientFacingStressLevelTimeseries"), exports);
92
101
  __exportStar(require("./ClientFacingTeam"), exports);
@@ -123,52 +132,6 @@ __exportStar(require("./Fats"), exports);
123
132
  __exportStar(require("./Gender"), exports);
124
133
  __exportStar(require("./GetMarkersResponse"), exports);
125
134
  __exportStar(require("./GetOrdersResponse"), exports);
126
- __exportStar(require("./GroupedBloodOxygen"), exports);
127
- __exportStar(require("./GroupedBloodOxygenResponse"), exports);
128
- __exportStar(require("./GroupedBloodPressure"), exports);
129
- __exportStar(require("./GroupedBloodPressureResponse"), exports);
130
- __exportStar(require("./GroupedBodyFat"), exports);
131
- __exportStar(require("./GroupedBodyFatResponse"), exports);
132
- __exportStar(require("./GroupedBodyWeight"), exports);
133
- __exportStar(require("./GroupedBodyWeightResponse"), exports);
134
- __exportStar(require("./GroupedCaffeine"), exports);
135
- __exportStar(require("./GroupedCaffeineResponse"), exports);
136
- __exportStar(require("./GroupedCaloriesActive"), exports);
137
- __exportStar(require("./GroupedCaloriesActiveResponse"), exports);
138
- __exportStar(require("./GroupedCaloriesBasal"), exports);
139
- __exportStar(require("./GroupedCaloriesBasalResponse"), exports);
140
- __exportStar(require("./GroupedCholesterol"), exports);
141
- __exportStar(require("./GroupedCholesterolResponse"), exports);
142
- __exportStar(require("./GroupedDistance"), exports);
143
- __exportStar(require("./GroupedDistanceResponse"), exports);
144
- __exportStar(require("./GroupedElectrocardiogramVoltage"), exports);
145
- __exportStar(require("./GroupedElectrocardiogramVoltageResponse"), exports);
146
- __exportStar(require("./GroupedFloorsClimbed"), exports);
147
- __exportStar(require("./GroupedFloorsClimbedResponse"), exports);
148
- __exportStar(require("./GroupedGlucose"), exports);
149
- __exportStar(require("./GroupedGlucoseResponse"), exports);
150
- __exportStar(require("./GroupedHrv"), exports);
151
- __exportStar(require("./GroupedHrvResponse"), exports);
152
- __exportStar(require("./GroupedHeartRate"), exports);
153
- __exportStar(require("./GroupedHeartRateResponse"), exports);
154
- __exportStar(require("./GroupedHypnogram"), exports);
155
- __exportStar(require("./GroupedHypnogramResponse"), exports);
156
- __exportStar(require("./GroupedIge"), exports);
157
- __exportStar(require("./GroupedIgeResponse"), exports);
158
- __exportStar(require("./GroupedIgg"), exports);
159
- __exportStar(require("./GroupedIggResponse"), exports);
160
- __exportStar(require("./GroupedMindfulnessMinutes"), exports);
161
- __exportStar(require("./GroupedMindfulnessMinutesResponse"), exports);
162
- __exportStar(require("./GroupedRespiratoryRate"), exports);
163
- __exportStar(require("./GroupedRespiratoryRateResponse"), exports);
164
- __exportStar(require("./GroupedSteps"), exports);
165
- __exportStar(require("./GroupedStepsResponse"), exports);
166
- __exportStar(require("./GroupedStressLevel"), exports);
167
- __exportStar(require("./GroupedStressLevelResponse"), exports);
168
- __exportStar(require("./GroupedVo2Max"), exports);
169
- __exportStar(require("./GroupedVo2MaxResponse"), exports);
170
- __exportStar(require("./GroupedWater"), exports);
171
- __exportStar(require("./GroupedWaterResponse"), exports);
172
135
  __exportStar(require("./HttpValidationError"), exports);
173
136
  __exportStar(require("./HealthInsuranceCreateRequestFrontImage"), exports);
174
137
  __exportStar(require("./HealthInsuranceCreateRequestBackImage"), exports);
@@ -183,6 +146,7 @@ __exportStar(require("./LabResultsRaw"), exports);
183
146
  __exportStar(require("./LabTestCollectionMethod"), exports);
184
147
  __exportStar(require("./LabTestSampleType"), exports);
185
148
  __exportStar(require("./LabTestStatus"), exports);
149
+ __exportStar(require("./Labs"), exports);
186
150
  __exportStar(require("./LastAttempt"), exports);
187
151
  __exportStar(require("./LibreConfig"), exports);
188
152
  __exportStar(require("./LinkTokenExchangeResponse"), exports);
@@ -198,7 +162,8 @@ __exportStar(require("./OrderStatus"), exports);
198
162
  __exportStar(require("./OrderTopLevelStatus"), exports);
199
163
  __exportStar(require("./PaginatedUsersResponse"), exports);
200
164
  __exportStar(require("./PasswordProviders"), exports);
201
- __exportStar(require("./PatientAddressCompatible"), exports);
165
+ __exportStar(require("./PatientAddressCompatibleInput"), exports);
166
+ __exportStar(require("./PatientAddressCompatibleOutput"), exports);
202
167
  __exportStar(require("./PatientDetails"), exports);
203
168
  __exportStar(require("./PersonDetails"), exports);
204
169
  __exportStar(require("./PhlebotomyAreaInfo"), exports);
@@ -254,3 +219,50 @@ __exportStar(require("./ValidationErrorLocItem"), exports);
254
219
  __exportStar(require("./ValidationError"), exports);
255
220
  __exportStar(require("./VitalTokenCreatedResponse"), exports);
256
221
  __exportStar(require("./WorkoutV2InDb"), exports);
222
+ __exportStar(require("./ClientFacingSampleGroupingKeys"), exports);
223
+ __exportStar(require("./GroupedVo2MaxResponse"), exports);
224
+ __exportStar(require("./GroupedStressLevelResponse"), exports);
225
+ __exportStar(require("./GroupedMindfulnessMinutesResponse"), exports);
226
+ __exportStar(require("./GroupedCaffeineResponse"), exports);
227
+ __exportStar(require("./GroupedWaterResponse"), exports);
228
+ __exportStar(require("./GroupedStepsResponse"), exports);
229
+ __exportStar(require("./GroupedFloorsClimbedResponse"), exports);
230
+ __exportStar(require("./GroupedDistanceResponse"), exports);
231
+ __exportStar(require("./GroupedCaloriesBasalResponse"), exports);
232
+ __exportStar(require("./GroupedCaloriesActiveResponse"), exports);
233
+ __exportStar(require("./GroupedRespiratoryRateResponse"), exports);
234
+ __exportStar(require("./GroupedIgeResponse"), exports);
235
+ __exportStar(require("./GroupedIggResponse"), exports);
236
+ __exportStar(require("./GroupedHypnogramResponse"), exports);
237
+ __exportStar(require("./GroupedHrvResponse"), exports);
238
+ __exportStar(require("./GroupedHeartRateResponse"), exports);
239
+ __exportStar(require("./GroupedGlucoseResponse"), exports);
240
+ __exportStar(require("./GroupedCholesterolResponse"), exports);
241
+ __exportStar(require("./GroupedBodyWeightResponse"), exports);
242
+ __exportStar(require("./GroupedBodyFatResponse"), exports);
243
+ __exportStar(require("./GroupedBloodOxygenResponse"), exports);
244
+ __exportStar(require("./GroupedElectrocardiogramVoltageResponse"), exports);
245
+ __exportStar(require("./GroupedBloodPressureResponse"), exports);
246
+ __exportStar(require("./GroupedVo2Max"), exports);
247
+ __exportStar(require("./GroupedStressLevel"), exports);
248
+ __exportStar(require("./GroupedMindfulnessMinutes"), exports);
249
+ __exportStar(require("./GroupedCaffeine"), exports);
250
+ __exportStar(require("./GroupedWater"), exports);
251
+ __exportStar(require("./GroupedSteps"), exports);
252
+ __exportStar(require("./GroupedFloorsClimbed"), exports);
253
+ __exportStar(require("./GroupedDistance"), exports);
254
+ __exportStar(require("./GroupedCaloriesBasal"), exports);
255
+ __exportStar(require("./GroupedCaloriesActive"), exports);
256
+ __exportStar(require("./GroupedRespiratoryRate"), exports);
257
+ __exportStar(require("./GroupedIge"), exports);
258
+ __exportStar(require("./GroupedIgg"), exports);
259
+ __exportStar(require("./GroupedHypnogram"), exports);
260
+ __exportStar(require("./GroupedHrv"), exports);
261
+ __exportStar(require("./GroupedHeartRate"), exports);
262
+ __exportStar(require("./GroupedGlucose"), exports);
263
+ __exportStar(require("./GroupedCholesterol"), exports);
264
+ __exportStar(require("./GroupedBodyWeight"), exports);
265
+ __exportStar(require("./GroupedBodyFat"), exports);
266
+ __exportStar(require("./GroupedBloodOxygen"), exports);
267
+ __exportStar(require("./GroupedElectrocardiogramVoltage"), exports);
268
+ __exportStar(require("./GroupedBloodPressure"), exports);
@@ -9,7 +9,7 @@ import { HealthInsuranceCreateRequest } from "../../../../types/HealthInsuranceC
9
9
  import { Consent } from "../../../../types/Consent";
10
10
  import { AoEAnswer } from "../../../../types/AoEAnswer";
11
11
  import { PatientDetails } from "../../../../types/PatientDetails";
12
- import { PatientAddressCompatible } from "../../../../types/PatientAddressCompatible";
12
+ import { PatientAddressCompatibleInput } from "../../../../types/PatientAddressCompatibleInput";
13
13
  export declare const CreateOrderRequestCompatible: core.serialization.Schema<serializers.CreateOrderRequestCompatible.Raw, Vital.CreateOrderRequestCompatible>;
14
14
  export declare namespace CreateOrderRequestCompatible {
15
15
  interface Raw {
@@ -22,6 +22,6 @@ export declare namespace CreateOrderRequestCompatible {
22
22
  activate_by?: string | null;
23
23
  aoe_answers?: AoEAnswer.Raw[] | null;
24
24
  patient_details: PatientDetails.Raw;
25
- patient_address: PatientAddressCompatible.Raw;
25
+ patient_address: PatientAddressCompatibleInput.Raw;
26
26
  }
27
27
  }
@@ -33,7 +33,7 @@ const HealthInsuranceCreateRequest_1 = require("../../../../types/HealthInsuranc
33
33
  const Consent_1 = require("../../../../types/Consent");
34
34
  const AoEAnswer_1 = require("../../../../types/AoEAnswer");
35
35
  const PatientDetails_1 = require("../../../../types/PatientDetails");
36
- const PatientAddressCompatible_1 = require("../../../../types/PatientAddressCompatible");
36
+ const PatientAddressCompatibleInput_1 = require("../../../../types/PatientAddressCompatibleInput");
37
37
  exports.CreateOrderRequestCompatible = core.serialization.object({
38
38
  userId: core.serialization.property("user_id", core.serialization.string()),
39
39
  labTestId: core.serialization.property("lab_test_id", core.serialization.string()),
@@ -44,5 +44,5 @@ exports.CreateOrderRequestCompatible = core.serialization.object({
44
44
  activateBy: core.serialization.property("activate_by", core.serialization.string().optional()),
45
45
  aoeAnswers: core.serialization.property("aoe_answers", core.serialization.list(AoEAnswer_1.AoEAnswer).optional()),
46
46
  patientDetails: core.serialization.property("patient_details", PatientDetails_1.PatientDetails),
47
- patientAddress: core.serialization.property("patient_address", PatientAddressCompatible_1.PatientAddressCompatible),
47
+ patientAddress: core.serialization.property("patient_address", PatientAddressCompatibleInput_1.PatientAddressCompatibleInput),
48
48
  });
@@ -5,7 +5,7 @@ import * as serializers from "../../../..";
5
5
  import * as Vital from "../../../../../api";
6
6
  import * as core from "../../../../../core";
7
7
  import { PatientDetails } from "../../../../types/PatientDetails";
8
- import { PatientAddressCompatible } from "../../../../types/PatientAddressCompatible";
8
+ import { PatientAddressCompatibleInput } from "../../../../types/PatientAddressCompatibleInput";
9
9
  import { PhysicianCreateRequestBase } from "../../../../types/PhysicianCreateRequestBase";
10
10
  import { HealthInsuranceCreateRequest } from "../../../../types/HealthInsuranceCreateRequest";
11
11
  import { Consent } from "../../../../types/Consent";
@@ -15,7 +15,7 @@ export declare namespace RegisterTestkitRequest {
15
15
  user_id: string;
16
16
  sample_id: string;
17
17
  patient_details: PatientDetails.Raw;
18
- patient_address: PatientAddressCompatible.Raw;
18
+ patient_address: PatientAddressCompatibleInput.Raw;
19
19
  physician?: PhysicianCreateRequestBase.Raw | null;
20
20
  health_insurance?: HealthInsuranceCreateRequest.Raw | null;
21
21
  consents?: Consent.Raw[] | null;
@@ -29,7 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.RegisterTestkitRequest = void 0;
30
30
  const core = __importStar(require("../../../../../core"));
31
31
  const PatientDetails_1 = require("../../../../types/PatientDetails");
32
- const PatientAddressCompatible_1 = require("../../../../types/PatientAddressCompatible");
32
+ const PatientAddressCompatibleInput_1 = require("../../../../types/PatientAddressCompatibleInput");
33
33
  const PhysicianCreateRequestBase_1 = require("../../../../types/PhysicianCreateRequestBase");
34
34
  const HealthInsuranceCreateRequest_1 = require("../../../../types/HealthInsuranceCreateRequest");
35
35
  const Consent_1 = require("../../../../types/Consent");
@@ -37,7 +37,7 @@ exports.RegisterTestkitRequest = core.serialization.object({
37
37
  userId: core.serialization.property("user_id", core.serialization.string()),
38
38
  sampleId: core.serialization.property("sample_id", core.serialization.string()),
39
39
  patientDetails: core.serialization.property("patient_details", PatientDetails_1.PatientDetails),
40
- patientAddress: core.serialization.property("patient_address", PatientAddressCompatible_1.PatientAddressCompatible),
40
+ patientAddress: core.serialization.property("patient_address", PatientAddressCompatibleInput_1.PatientAddressCompatibleInput),
41
41
  physician: PhysicianCreateRequestBase_1.PhysicianCreateRequestBase.optional(),
42
42
  healthInsurance: core.serialization.property("health_insurance", HealthInsuranceCreateRequest_1.HealthInsuranceCreateRequest.optional()),
43
43
  consents: core.serialization.list(Consent_1.Consent).optional(),
@@ -9,7 +9,7 @@ export declare namespace ClientFacingElectrocardiogramVoltageTimeseries {
9
9
  interface Raw {
10
10
  id?: number | null;
11
11
  timezone_offset?: number | null;
12
- type: string;
12
+ type?: string | null;
13
13
  unit: string;
14
14
  timestamp: string;
15
15
  value: number;
@@ -31,8 +31,8 @@ const core = __importStar(require("../../core"));
31
31
  exports.ClientFacingElectrocardiogramVoltageTimeseries = core.serialization.object({
32
32
  id: core.serialization.number().optional(),
33
33
  timezoneOffset: core.serialization.property("timezone_offset", core.serialization.number().optional()),
34
- type: core.serialization.string(),
34
+ type: core.serialization.string().optional(),
35
35
  unit: core.serialization.string(),
36
- timestamp: core.serialization.date(),
36
+ timestamp: core.serialization.string(),
37
37
  value: core.serialization.number(),
38
38
  });
@@ -5,7 +5,7 @@ import * as serializers from "..";
5
5
  import * as Vital from "../../api";
6
6
  import * as core from "../../core";
7
7
  import { ClientFacingPatientDetailsCompatible } from "./ClientFacingPatientDetailsCompatible";
8
- import { PatientAddressCompatible } from "./PatientAddressCompatible";
8
+ import { PatientAddressCompatibleOutput } from "./PatientAddressCompatibleOutput";
9
9
  import { ClientFacingLabTest } from "./ClientFacingLabTest";
10
10
  import { ClientFacingOrderDetails } from "./ClientFacingOrderDetails";
11
11
  import { ClientFacingOrderEvent } from "./ClientFacingOrderEvent";
@@ -19,7 +19,7 @@ export declare namespace ClientFacingOrder {
19
19
  id: string;
20
20
  team_id: string;
21
21
  patient_details?: ClientFacingPatientDetailsCompatible.Raw | null;
22
- patient_address?: PatientAddressCompatible.Raw | null;
22
+ patient_address?: PatientAddressCompatibleOutput.Raw | null;
23
23
  lab_test: ClientFacingLabTest.Raw;
24
24
  details: ClientFacingOrderDetails.Raw;
25
25
  sample_id?: string | null;
@@ -29,7 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.ClientFacingOrder = void 0;
30
30
  const core = __importStar(require("../../core"));
31
31
  const ClientFacingPatientDetailsCompatible_1 = require("./ClientFacingPatientDetailsCompatible");
32
- const PatientAddressCompatible_1 = require("./PatientAddressCompatible");
32
+ const PatientAddressCompatibleOutput_1 = require("./PatientAddressCompatibleOutput");
33
33
  const ClientFacingLabTest_1 = require("./ClientFacingLabTest");
34
34
  const ClientFacingOrderDetails_1 = require("./ClientFacingOrderDetails");
35
35
  const ClientFacingOrderEvent_1 = require("./ClientFacingOrderEvent");
@@ -41,7 +41,7 @@ exports.ClientFacingOrder = core.serialization.object({
41
41
  id: core.serialization.string(),
42
42
  teamId: core.serialization.property("team_id", core.serialization.string()),
43
43
  patientDetails: core.serialization.property("patient_details", ClientFacingPatientDetailsCompatible_1.ClientFacingPatientDetailsCompatible.optional()),
44
- patientAddress: core.serialization.property("patient_address", PatientAddressCompatible_1.PatientAddressCompatible.optional()),
44
+ patientAddress: core.serialization.property("patient_address", PatientAddressCompatibleOutput_1.PatientAddressCompatibleOutput.optional()),
45
45
  labTest: core.serialization.property("lab_test", ClientFacingLabTest_1.ClientFacingLabTest),
46
46
  details: ClientFacingOrderDetails_1.ClientFacingOrderDetails,
47
47
  sampleId: core.serialization.property("sample_id", core.serialization.string().optional()),
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const ClientFacingSampleGroupingKeys: core.serialization.Schema<serializers.ClientFacingSampleGroupingKeys.Raw, Vital.ClientFacingSampleGroupingKeys>;
8
+ export declare namespace ClientFacingSampleGroupingKeys {
9
+ type Raw = unknown[];
10
+ }