@tryvital/vital-node 3.1.29 → 3.1.31

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 (293) 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 +10 -4
  6. package/api/resources/introspect/client/requests/IntrospectGetUserHistoricalPullsRequest.d.ts +4 -0
  7. package/api/resources/introspect/client/requests/IntrospectGetUserResourcesRequest.d.ts +4 -0
  8. package/api/resources/labTests/client/Client.d.ts +1 -1
  9. package/api/resources/labTests/client/Client.js +42 -30
  10. package/api/resources/labTests/client/requests/LabTestsGetAreaInfoRequest.d.ts +5 -0
  11. package/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.d.ts +14 -0
  12. package/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.js +5 -0
  13. package/api/resources/labTests/client/requests/LabTestsGetPscInfoRequest.d.ts +5 -0
  14. package/api/resources/labTests/client/requests/index.d.ts +1 -0
  15. package/api/resources/link/client/Client.js +14 -14
  16. package/api/resources/meal/client/Client.js +1 -1
  17. package/api/resources/profile/client/Client.js +2 -2
  18. package/api/resources/providers/client/Client.js +1 -1
  19. package/api/resources/sleep/client/Client.js +4 -4
  20. package/api/resources/team/client/Client.js +7 -7
  21. package/api/resources/testkit/client/Client.js +2 -2
  22. package/api/resources/user/client/Client.js +12 -12
  23. package/api/resources/vitals/client/Client.js +152 -77
  24. package/api/resources/vitals/client/requests/VitalsBloodOxygenGroupedRequest.d.ts +4 -0
  25. package/api/resources/vitals/client/requests/VitalsBloodPressureGroupedRequest.d.ts +4 -0
  26. package/api/resources/vitals/client/requests/VitalsBodyFatGroupedRequest.d.ts +4 -0
  27. package/api/resources/vitals/client/requests/VitalsBodyTemperatureDeltaGroupedRequest.d.ts +4 -0
  28. package/api/resources/vitals/client/requests/VitalsBodyTemperatureGroupedRequest.d.ts +4 -0
  29. package/api/resources/vitals/client/requests/VitalsBodyWeightGroupedRequest.d.ts +4 -0
  30. package/api/resources/vitals/client/requests/VitalsCaffeineGroupedRequest.d.ts +4 -0
  31. package/api/resources/vitals/client/requests/VitalsCaloriesActiveGroupedRequest.d.ts +4 -0
  32. package/api/resources/vitals/client/requests/VitalsCaloriesBasalGroupedRequest.d.ts +4 -0
  33. package/api/resources/vitals/client/requests/VitalsCholesterolGroupedRequest.d.ts +4 -0
  34. package/api/resources/vitals/client/requests/VitalsDistanceGroupedRequest.d.ts +4 -0
  35. package/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.d.ts +4 -0
  36. package/api/resources/vitals/client/requests/VitalsFloorsClimbedGroupedRequest.d.ts +4 -0
  37. package/api/resources/vitals/client/requests/VitalsGlucoseGroupedRequest.d.ts +4 -0
  38. package/api/resources/vitals/client/requests/VitalsHeartrateGroupedRequest.d.ts +4 -0
  39. package/api/resources/vitals/client/requests/VitalsHrvGroupedRequest.d.ts +4 -0
  40. package/api/resources/vitals/client/requests/VitalsHypnogramGroupedRequest.d.ts +4 -0
  41. package/api/resources/vitals/client/requests/VitalsIgeGroupedRequest.d.ts +4 -0
  42. package/api/resources/vitals/client/requests/VitalsIggGroupedRequest.d.ts +4 -0
  43. package/api/resources/vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.d.ts +4 -0
  44. package/api/resources/vitals/client/requests/VitalsRespiratoryRateGroupedRequest.d.ts +4 -0
  45. package/api/resources/vitals/client/requests/VitalsStepsGroupedRequest.d.ts +4 -0
  46. package/api/resources/vitals/client/requests/VitalsStressLevelGroupedRequest.d.ts +4 -0
  47. package/api/resources/vitals/client/requests/VitalsVo2MaxGroupedRequest.d.ts +4 -0
  48. package/api/resources/vitals/client/requests/VitalsWaterGroupedRequest.d.ts +4 -0
  49. package/api/resources/workouts/client/Client.js +3 -3
  50. package/api/types/AllowedRadius.d.ts +4 -0
  51. package/api/types/AllowedRadius.js +5 -0
  52. package/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.d.ts +1 -0
  53. package/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.d.ts +1 -0
  54. package/api/types/EventDestinationPreferencesEnabledItem.d.ts +2 -1
  55. package/api/types/EventDestinationPreferencesEnabledItem.js +1 -0
  56. package/api/types/EventDestinationPreferencesPreferred.d.ts +2 -1
  57. package/api/types/EventDestinationPreferencesPreferred.js +1 -0
  58. package/api/types/GroupedBloodOxygenResponse.d.ts +1 -0
  59. package/api/types/GroupedBloodPressureResponse.d.ts +1 -0
  60. package/api/types/GroupedBodyFatResponse.d.ts +1 -0
  61. package/api/types/GroupedBodyWeightResponse.d.ts +1 -0
  62. package/api/types/GroupedCaffeineResponse.d.ts +1 -0
  63. package/api/types/GroupedCaloriesActiveResponse.d.ts +1 -0
  64. package/api/types/GroupedCaloriesBasalResponse.d.ts +1 -0
  65. package/api/types/GroupedCholesterolResponse.d.ts +1 -0
  66. package/api/types/GroupedDistanceResponse.d.ts +1 -0
  67. package/api/types/GroupedElectrocardiogramVoltageResponse.d.ts +1 -0
  68. package/api/types/GroupedFloorsClimbedResponse.d.ts +1 -0
  69. package/api/types/GroupedGlucoseResponse.d.ts +1 -0
  70. package/api/types/GroupedHeartRateResponse.d.ts +1 -0
  71. package/api/types/GroupedHrvResponse.d.ts +1 -0
  72. package/api/types/GroupedHypnogramResponse.d.ts +1 -0
  73. package/api/types/GroupedIgeResponse.d.ts +1 -0
  74. package/api/types/GroupedIggResponse.d.ts +1 -0
  75. package/api/types/GroupedMindfulnessMinutesResponse.d.ts +1 -0
  76. package/api/types/GroupedRespiratoryRateResponse.d.ts +1 -0
  77. package/api/types/GroupedStepsResponse.d.ts +1 -0
  78. package/api/types/GroupedStressLevelResponse.d.ts +1 -0
  79. package/api/types/GroupedVo2MaxResponse.d.ts +1 -0
  80. package/api/types/GroupedWaterResponse.d.ts +1 -0
  81. package/api/types/UserHistoricalPullsResponse.d.ts +1 -0
  82. package/api/types/UserResourcesResponse.d.ts +1 -0
  83. package/api/types/index.d.ts +1 -0
  84. package/api/types/index.js +1 -0
  85. package/dist/api/resources/activity/client/Client.js +2 -2
  86. package/dist/api/resources/body/client/Client.js +2 -2
  87. package/dist/api/resources/devices/client/Client.js +1 -1
  88. package/dist/api/resources/insurance/client/Client.js +2 -2
  89. package/dist/api/resources/introspect/client/Client.js +10 -4
  90. package/dist/api/resources/introspect/client/requests/IntrospectGetUserHistoricalPullsRequest.d.ts +4 -0
  91. package/dist/api/resources/introspect/client/requests/IntrospectGetUserResourcesRequest.d.ts +4 -0
  92. package/dist/api/resources/labTests/client/Client.d.ts +1 -1
  93. package/dist/api/resources/labTests/client/Client.js +42 -30
  94. package/dist/api/resources/labTests/client/requests/LabTestsGetAreaInfoRequest.d.ts +5 -0
  95. package/dist/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.d.ts +14 -0
  96. package/dist/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.js +5 -0
  97. package/dist/api/resources/labTests/client/requests/LabTestsGetPscInfoRequest.d.ts +5 -0
  98. package/dist/api/resources/labTests/client/requests/index.d.ts +1 -0
  99. package/dist/api/resources/link/client/Client.js +14 -14
  100. package/dist/api/resources/meal/client/Client.js +1 -1
  101. package/dist/api/resources/profile/client/Client.js +2 -2
  102. package/dist/api/resources/providers/client/Client.js +1 -1
  103. package/dist/api/resources/sleep/client/Client.js +4 -4
  104. package/dist/api/resources/team/client/Client.js +7 -7
  105. package/dist/api/resources/testkit/client/Client.js +2 -2
  106. package/dist/api/resources/user/client/Client.js +12 -12
  107. package/dist/api/resources/vitals/client/Client.js +152 -77
  108. package/dist/api/resources/vitals/client/requests/VitalsBloodOxygenGroupedRequest.d.ts +4 -0
  109. package/dist/api/resources/vitals/client/requests/VitalsBloodPressureGroupedRequest.d.ts +4 -0
  110. package/dist/api/resources/vitals/client/requests/VitalsBodyFatGroupedRequest.d.ts +4 -0
  111. package/dist/api/resources/vitals/client/requests/VitalsBodyTemperatureDeltaGroupedRequest.d.ts +4 -0
  112. package/dist/api/resources/vitals/client/requests/VitalsBodyTemperatureGroupedRequest.d.ts +4 -0
  113. package/dist/api/resources/vitals/client/requests/VitalsBodyWeightGroupedRequest.d.ts +4 -0
  114. package/dist/api/resources/vitals/client/requests/VitalsCaffeineGroupedRequest.d.ts +4 -0
  115. package/dist/api/resources/vitals/client/requests/VitalsCaloriesActiveGroupedRequest.d.ts +4 -0
  116. package/dist/api/resources/vitals/client/requests/VitalsCaloriesBasalGroupedRequest.d.ts +4 -0
  117. package/dist/api/resources/vitals/client/requests/VitalsCholesterolGroupedRequest.d.ts +4 -0
  118. package/dist/api/resources/vitals/client/requests/VitalsDistanceGroupedRequest.d.ts +4 -0
  119. package/dist/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.d.ts +4 -0
  120. package/dist/api/resources/vitals/client/requests/VitalsFloorsClimbedGroupedRequest.d.ts +4 -0
  121. package/dist/api/resources/vitals/client/requests/VitalsGlucoseGroupedRequest.d.ts +4 -0
  122. package/dist/api/resources/vitals/client/requests/VitalsHeartrateGroupedRequest.d.ts +4 -0
  123. package/dist/api/resources/vitals/client/requests/VitalsHrvGroupedRequest.d.ts +4 -0
  124. package/dist/api/resources/vitals/client/requests/VitalsHypnogramGroupedRequest.d.ts +4 -0
  125. package/dist/api/resources/vitals/client/requests/VitalsIgeGroupedRequest.d.ts +4 -0
  126. package/dist/api/resources/vitals/client/requests/VitalsIggGroupedRequest.d.ts +4 -0
  127. package/dist/api/resources/vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.d.ts +4 -0
  128. package/dist/api/resources/vitals/client/requests/VitalsRespiratoryRateGroupedRequest.d.ts +4 -0
  129. package/dist/api/resources/vitals/client/requests/VitalsStepsGroupedRequest.d.ts +4 -0
  130. package/dist/api/resources/vitals/client/requests/VitalsStressLevelGroupedRequest.d.ts +4 -0
  131. package/dist/api/resources/vitals/client/requests/VitalsVo2MaxGroupedRequest.d.ts +4 -0
  132. package/dist/api/resources/vitals/client/requests/VitalsWaterGroupedRequest.d.ts +4 -0
  133. package/dist/api/resources/workouts/client/Client.js +3 -3
  134. package/dist/api/types/AllowedRadius.d.ts +4 -0
  135. package/dist/api/types/AllowedRadius.js +5 -0
  136. package/dist/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.d.ts +1 -0
  137. package/dist/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.d.ts +1 -0
  138. package/dist/api/types/EventDestinationPreferencesEnabledItem.d.ts +2 -1
  139. package/dist/api/types/EventDestinationPreferencesEnabledItem.js +1 -0
  140. package/dist/api/types/EventDestinationPreferencesPreferred.d.ts +2 -1
  141. package/dist/api/types/EventDestinationPreferencesPreferred.js +1 -0
  142. package/dist/api/types/GroupedBloodOxygenResponse.d.ts +1 -0
  143. package/dist/api/types/GroupedBloodPressureResponse.d.ts +1 -0
  144. package/dist/api/types/GroupedBodyFatResponse.d.ts +1 -0
  145. package/dist/api/types/GroupedBodyWeightResponse.d.ts +1 -0
  146. package/dist/api/types/GroupedCaffeineResponse.d.ts +1 -0
  147. package/dist/api/types/GroupedCaloriesActiveResponse.d.ts +1 -0
  148. package/dist/api/types/GroupedCaloriesBasalResponse.d.ts +1 -0
  149. package/dist/api/types/GroupedCholesterolResponse.d.ts +1 -0
  150. package/dist/api/types/GroupedDistanceResponse.d.ts +1 -0
  151. package/dist/api/types/GroupedElectrocardiogramVoltageResponse.d.ts +1 -0
  152. package/dist/api/types/GroupedFloorsClimbedResponse.d.ts +1 -0
  153. package/dist/api/types/GroupedGlucoseResponse.d.ts +1 -0
  154. package/dist/api/types/GroupedHeartRateResponse.d.ts +1 -0
  155. package/dist/api/types/GroupedHrvResponse.d.ts +1 -0
  156. package/dist/api/types/GroupedHypnogramResponse.d.ts +1 -0
  157. package/dist/api/types/GroupedIgeResponse.d.ts +1 -0
  158. package/dist/api/types/GroupedIggResponse.d.ts +1 -0
  159. package/dist/api/types/GroupedMindfulnessMinutesResponse.d.ts +1 -0
  160. package/dist/api/types/GroupedRespiratoryRateResponse.d.ts +1 -0
  161. package/dist/api/types/GroupedStepsResponse.d.ts +1 -0
  162. package/dist/api/types/GroupedStressLevelResponse.d.ts +1 -0
  163. package/dist/api/types/GroupedVo2MaxResponse.d.ts +1 -0
  164. package/dist/api/types/GroupedWaterResponse.d.ts +1 -0
  165. package/dist/api/types/UserHistoricalPullsResponse.d.ts +1 -0
  166. package/dist/api/types/UserResourcesResponse.d.ts +1 -0
  167. package/dist/api/types/index.d.ts +1 -0
  168. package/dist/api/types/index.js +1 -0
  169. package/dist/serialization/types/AllowedRadius.d.ts +10 -0
  170. package/dist/serialization/types/AllowedRadius.js +31 -0
  171. package/dist/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.d.ts +1 -0
  172. package/dist/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.js +1 -0
  173. package/dist/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.d.ts +1 -0
  174. package/dist/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.js +1 -0
  175. package/dist/serialization/types/EventDestinationPreferencesEnabledItem.d.ts +1 -1
  176. package/dist/serialization/types/EventDestinationPreferencesEnabledItem.js +1 -1
  177. package/dist/serialization/types/EventDestinationPreferencesPreferred.d.ts +1 -1
  178. package/dist/serialization/types/EventDestinationPreferencesPreferred.js +1 -1
  179. package/dist/serialization/types/GroupedBloodOxygenResponse.d.ts +1 -0
  180. package/dist/serialization/types/GroupedBloodOxygenResponse.js +1 -0
  181. package/dist/serialization/types/GroupedBloodPressureResponse.d.ts +1 -0
  182. package/dist/serialization/types/GroupedBloodPressureResponse.js +1 -0
  183. package/dist/serialization/types/GroupedBodyFatResponse.d.ts +1 -0
  184. package/dist/serialization/types/GroupedBodyFatResponse.js +1 -0
  185. package/dist/serialization/types/GroupedBodyWeightResponse.d.ts +1 -0
  186. package/dist/serialization/types/GroupedBodyWeightResponse.js +1 -0
  187. package/dist/serialization/types/GroupedCaffeineResponse.d.ts +1 -0
  188. package/dist/serialization/types/GroupedCaffeineResponse.js +1 -0
  189. package/dist/serialization/types/GroupedCaloriesActiveResponse.d.ts +1 -0
  190. package/dist/serialization/types/GroupedCaloriesActiveResponse.js +1 -0
  191. package/dist/serialization/types/GroupedCaloriesBasalResponse.d.ts +1 -0
  192. package/dist/serialization/types/GroupedCaloriesBasalResponse.js +1 -0
  193. package/dist/serialization/types/GroupedCholesterolResponse.d.ts +1 -0
  194. package/dist/serialization/types/GroupedCholesterolResponse.js +1 -0
  195. package/dist/serialization/types/GroupedDistanceResponse.d.ts +1 -0
  196. package/dist/serialization/types/GroupedDistanceResponse.js +1 -0
  197. package/dist/serialization/types/GroupedElectrocardiogramVoltageResponse.d.ts +1 -0
  198. package/dist/serialization/types/GroupedElectrocardiogramVoltageResponse.js +1 -0
  199. package/dist/serialization/types/GroupedFloorsClimbedResponse.d.ts +1 -0
  200. package/dist/serialization/types/GroupedFloorsClimbedResponse.js +1 -0
  201. package/dist/serialization/types/GroupedGlucoseResponse.d.ts +1 -0
  202. package/dist/serialization/types/GroupedGlucoseResponse.js +1 -0
  203. package/dist/serialization/types/GroupedHeartRateResponse.d.ts +1 -0
  204. package/dist/serialization/types/GroupedHeartRateResponse.js +1 -0
  205. package/dist/serialization/types/GroupedHrvResponse.d.ts +1 -0
  206. package/dist/serialization/types/GroupedHrvResponse.js +1 -0
  207. package/dist/serialization/types/GroupedHypnogramResponse.d.ts +1 -0
  208. package/dist/serialization/types/GroupedHypnogramResponse.js +1 -0
  209. package/dist/serialization/types/GroupedIgeResponse.d.ts +1 -0
  210. package/dist/serialization/types/GroupedIgeResponse.js +1 -0
  211. package/dist/serialization/types/GroupedIggResponse.d.ts +1 -0
  212. package/dist/serialization/types/GroupedIggResponse.js +1 -0
  213. package/dist/serialization/types/GroupedMindfulnessMinutesResponse.d.ts +1 -0
  214. package/dist/serialization/types/GroupedMindfulnessMinutesResponse.js +1 -0
  215. package/dist/serialization/types/GroupedRespiratoryRateResponse.d.ts +1 -0
  216. package/dist/serialization/types/GroupedRespiratoryRateResponse.js +1 -0
  217. package/dist/serialization/types/GroupedStepsResponse.d.ts +1 -0
  218. package/dist/serialization/types/GroupedStepsResponse.js +1 -0
  219. package/dist/serialization/types/GroupedStressLevelResponse.d.ts +1 -0
  220. package/dist/serialization/types/GroupedStressLevelResponse.js +1 -0
  221. package/dist/serialization/types/GroupedVo2MaxResponse.d.ts +1 -0
  222. package/dist/serialization/types/GroupedVo2MaxResponse.js +1 -0
  223. package/dist/serialization/types/GroupedWaterResponse.d.ts +1 -0
  224. package/dist/serialization/types/GroupedWaterResponse.js +1 -0
  225. package/dist/serialization/types/UserHistoricalPullsResponse.d.ts +1 -0
  226. package/dist/serialization/types/UserHistoricalPullsResponse.js +1 -0
  227. package/dist/serialization/types/UserResourcesResponse.d.ts +1 -0
  228. package/dist/serialization/types/UserResourcesResponse.js +1 -0
  229. package/dist/serialization/types/index.d.ts +1 -0
  230. package/dist/serialization/types/index.js +1 -0
  231. package/package.json +1 -1
  232. package/serialization/types/AllowedRadius.d.ts +10 -0
  233. package/serialization/types/AllowedRadius.js +31 -0
  234. package/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.d.ts +1 -0
  235. package/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.js +1 -0
  236. package/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.d.ts +1 -0
  237. package/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.js +1 -0
  238. package/serialization/types/EventDestinationPreferencesEnabledItem.d.ts +1 -1
  239. package/serialization/types/EventDestinationPreferencesEnabledItem.js +1 -1
  240. package/serialization/types/EventDestinationPreferencesPreferred.d.ts +1 -1
  241. package/serialization/types/EventDestinationPreferencesPreferred.js +1 -1
  242. package/serialization/types/GroupedBloodOxygenResponse.d.ts +1 -0
  243. package/serialization/types/GroupedBloodOxygenResponse.js +1 -0
  244. package/serialization/types/GroupedBloodPressureResponse.d.ts +1 -0
  245. package/serialization/types/GroupedBloodPressureResponse.js +1 -0
  246. package/serialization/types/GroupedBodyFatResponse.d.ts +1 -0
  247. package/serialization/types/GroupedBodyFatResponse.js +1 -0
  248. package/serialization/types/GroupedBodyWeightResponse.d.ts +1 -0
  249. package/serialization/types/GroupedBodyWeightResponse.js +1 -0
  250. package/serialization/types/GroupedCaffeineResponse.d.ts +1 -0
  251. package/serialization/types/GroupedCaffeineResponse.js +1 -0
  252. package/serialization/types/GroupedCaloriesActiveResponse.d.ts +1 -0
  253. package/serialization/types/GroupedCaloriesActiveResponse.js +1 -0
  254. package/serialization/types/GroupedCaloriesBasalResponse.d.ts +1 -0
  255. package/serialization/types/GroupedCaloriesBasalResponse.js +1 -0
  256. package/serialization/types/GroupedCholesterolResponse.d.ts +1 -0
  257. package/serialization/types/GroupedCholesterolResponse.js +1 -0
  258. package/serialization/types/GroupedDistanceResponse.d.ts +1 -0
  259. package/serialization/types/GroupedDistanceResponse.js +1 -0
  260. package/serialization/types/GroupedElectrocardiogramVoltageResponse.d.ts +1 -0
  261. package/serialization/types/GroupedElectrocardiogramVoltageResponse.js +1 -0
  262. package/serialization/types/GroupedFloorsClimbedResponse.d.ts +1 -0
  263. package/serialization/types/GroupedFloorsClimbedResponse.js +1 -0
  264. package/serialization/types/GroupedGlucoseResponse.d.ts +1 -0
  265. package/serialization/types/GroupedGlucoseResponse.js +1 -0
  266. package/serialization/types/GroupedHeartRateResponse.d.ts +1 -0
  267. package/serialization/types/GroupedHeartRateResponse.js +1 -0
  268. package/serialization/types/GroupedHrvResponse.d.ts +1 -0
  269. package/serialization/types/GroupedHrvResponse.js +1 -0
  270. package/serialization/types/GroupedHypnogramResponse.d.ts +1 -0
  271. package/serialization/types/GroupedHypnogramResponse.js +1 -0
  272. package/serialization/types/GroupedIgeResponse.d.ts +1 -0
  273. package/serialization/types/GroupedIgeResponse.js +1 -0
  274. package/serialization/types/GroupedIggResponse.d.ts +1 -0
  275. package/serialization/types/GroupedIggResponse.js +1 -0
  276. package/serialization/types/GroupedMindfulnessMinutesResponse.d.ts +1 -0
  277. package/serialization/types/GroupedMindfulnessMinutesResponse.js +1 -0
  278. package/serialization/types/GroupedRespiratoryRateResponse.d.ts +1 -0
  279. package/serialization/types/GroupedRespiratoryRateResponse.js +1 -0
  280. package/serialization/types/GroupedStepsResponse.d.ts +1 -0
  281. package/serialization/types/GroupedStepsResponse.js +1 -0
  282. package/serialization/types/GroupedStressLevelResponse.d.ts +1 -0
  283. package/serialization/types/GroupedStressLevelResponse.js +1 -0
  284. package/serialization/types/GroupedVo2MaxResponse.d.ts +1 -0
  285. package/serialization/types/GroupedVo2MaxResponse.js +1 -0
  286. package/serialization/types/GroupedWaterResponse.d.ts +1 -0
  287. package/serialization/types/GroupedWaterResponse.js +1 -0
  288. package/serialization/types/UserHistoricalPullsResponse.d.ts +1 -0
  289. package/serialization/types/UserHistoricalPullsResponse.js +1 -0
  290. package/serialization/types/UserResourcesResponse.d.ts +1 -0
  291. package/serialization/types/UserResourcesResponse.js +1 -0
  292. package/serialization/types/index.d.ts +1 -0
  293. package/serialization/types/index.js +1 -0
@@ -12,6 +12,10 @@ export interface VitalsBloodOxygenGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsBloodPressureGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsBodyFatGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsBodyTemperatureDeltaGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsBodyTemperatureGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsBodyWeightGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsCaffeineGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsCaloriesActiveGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsCaloriesBasalGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsCholesterolGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsDistanceGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsElectrocardiogramVoltageGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsFloorsClimbedGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsGlucoseGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsHeartrateGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsHrvGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsHypnogramGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsIgeGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsIggGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsMindfulnessMinutesGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsRespiratoryRateGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsStepsGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsStressLevelGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsVo2MaxGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -12,6 +12,10 @@ export interface VitalsWaterGroupedRequest {
12
12
  * The cursor for fetching the next page, or `null` to fetch the first page.
13
13
  */
14
14
  cursor?: string;
15
+ /**
16
+ * The cursor for fetching the next page, or `null` to fetch the first page.
17
+ */
18
+ nextCursor?: string;
15
19
  /**
16
20
  * Provider oura/strava etc
17
21
  */
@@ -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.29", "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.31", "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.29", "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.31", "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.29", "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.31", "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,
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type AllowedRadius = number;
@@ -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 });
@@ -6,4 +6,5 @@ export interface ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatur
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatur
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -1,9 +1,10 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type EventDestinationPreferencesEnabledItem = "cloud_pubsub" | "rabbitmq" | "svix";
4
+ export declare type EventDestinationPreferencesEnabledItem = "cloud_pubsub" | "rabbitmq" | "svix" | "azure_amqp";
5
5
  export declare const EventDestinationPreferencesEnabledItem: {
6
6
  readonly CloudPubsub: "cloud_pubsub";
7
7
  readonly Rabbitmq: "rabbitmq";
8
8
  readonly Svix: "svix";
9
+ readonly AzureAmqp: "azure_amqp";
9
10
  };
@@ -8,4 +8,5 @@ exports.EventDestinationPreferencesEnabledItem = {
8
8
  CloudPubsub: "cloud_pubsub",
9
9
  Rabbitmq: "rabbitmq",
10
10
  Svix: "svix",
11
+ AzureAmqp: "azure_amqp",
11
12
  };
@@ -1,9 +1,10 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type EventDestinationPreferencesPreferred = "cloud_pubsub" | "rabbitmq" | "svix";
4
+ export declare type EventDestinationPreferencesPreferred = "cloud_pubsub" | "rabbitmq" | "svix" | "azure_amqp";
5
5
  export declare const EventDestinationPreferencesPreferred: {
6
6
  readonly CloudPubsub: "cloud_pubsub";
7
7
  readonly Rabbitmq: "rabbitmq";
8
8
  readonly Svix: "svix";
9
+ readonly AzureAmqp: "azure_amqp";
9
10
  };
@@ -8,4 +8,5 @@ exports.EventDestinationPreferencesPreferred = {
8
8
  CloudPubsub: "cloud_pubsub",
9
9
  Rabbitmq: "rabbitmq",
10
10
  Svix: "svix",
11
+ AzureAmqp: "azure_amqp",
11
12
  };
@@ -6,4 +6,5 @@ export interface GroupedBloodOxygenResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedBloodOxygen[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedBloodPressureResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedBloodPressure[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedBodyFatResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedBodyFat[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedBodyWeightResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedBodyWeight[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedCaffeineResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedCaffeine[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedCaloriesActiveResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedCaloriesActive[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedCaloriesBasalResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedCaloriesBasal[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedCholesterolResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedCholesterol[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedDistanceResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedDistance[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedElectrocardiogramVoltageResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedElectrocardiogramVoltage[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedFloorsClimbedResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedFloorsClimbed[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedGlucoseResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedGlucose[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedHeartRateResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedHeartRate[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedHrvResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedHrv[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedHypnogramResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedHypnogram[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedIgeResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedIge[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedIggResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedIgg[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedMindfulnessMinutesResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedMindfulnessMinutes[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedRespiratoryRateResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedRespiratoryRate[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedStepsResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedSteps[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedStressLevelResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedStressLevel[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedVo2MaxResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedVo2Max[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -6,4 +6,5 @@ export interface GroupedWaterResponse {
6
6
  /** For each matching provider or lab, a list of grouped timeseries values. */
7
7
  groups: Record<string, Vital.GroupedWater[]>;
8
8
  next?: string;
9
+ nextCursor?: string;
9
10
  }
@@ -5,4 +5,5 @@ import * as Vital from "..";
5
5
  export interface UserHistoricalPullsResponse {
6
6
  data: Vital.SingleUserHistoricalPullResponse[];
7
7
  next?: string;
8
+ nextCursor?: string;
8
9
  }
@@ -5,4 +5,5 @@ import * as Vital from "..";
5
5
  export interface UserResourcesResponse {
6
6
  data: Vital.SingleUserResourceResponse[];
7
7
  next?: string;
8
+ nextCursor?: string;
8
9
  }
@@ -1,5 +1,6 @@
1
1
  export * from "./ActivityV2InDb";
2
2
  export * from "./Address";
3
+ export * from "./AllowedRadius";
3
4
  export * from "./Answer";
4
5
  export * from "./AoE";
5
6
  export * from "./AoEAnswer";
@@ -16,6 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./ActivityV2InDb"), exports);
18
18
  __exportStar(require("./Address"), exports);
19
+ __exportStar(require("./AllowedRadius"), exports);
19
20
  __exportStar(require("./Answer"), exports);
20
21
  __exportStar(require("./AoE"), exports);
21
22
  __exportStar(require("./AoEAnswer"), exports);
@@ -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 AllowedRadius: core.serialization.Schema<serializers.AllowedRadius.Raw, Vital.AllowedRadius>;
8
+ export declare namespace AllowedRadius {
9
+ type Raw = number;
10
+ }