@tryvital/vital-node 3.1.286 → 3.1.288

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 (287) hide show
  1. package/api/resources/activity/client/Client.js +2 -2
  2. package/api/resources/aggregate/client/Client.js +3 -3
  3. package/api/resources/body/client/Client.js +2 -2
  4. package/api/resources/devices/client/Client.js +1 -1
  5. package/api/resources/electrocardiogram/client/Client.js +1 -1
  6. package/api/resources/index.d.ts +2 -1
  7. package/api/resources/index.js +3 -2
  8. package/api/resources/insurance/client/Client.js +3 -3
  9. package/api/resources/introspect/client/Client.js +2 -2
  10. package/api/resources/labTests/client/Client.js +41 -41
  11. package/api/resources/link/client/Client.js +51 -24
  12. package/api/resources/link/client/requests/BulkExportConnectionsBody.d.ts +1 -0
  13. package/api/resources/link/client/requests/BulkImportConnectionsBody.d.ts +1 -0
  14. package/api/resources/link/client/requests/BulkPauseConnectionsBody.d.ts +1 -0
  15. package/api/resources/link/client/requests/BulkTriggerHistoricalPullBody.d.ts +1 -0
  16. package/api/resources/link/client/requests/LinkListBulkOpsRequest.d.ts +2 -0
  17. package/api/resources/link/index.d.ts +1 -0
  18. package/api/resources/link/index.js +1 -0
  19. package/api/resources/link/types/LinkBulkExportRequestTeamId.d.ts +7 -0
  20. package/api/resources/link/types/LinkBulkExportRequestTeamId.js +9 -0
  21. package/api/resources/link/types/LinkBulkImportRequestTeamId.d.ts +7 -0
  22. package/api/resources/link/types/LinkBulkImportRequestTeamId.js +9 -0
  23. package/api/resources/link/types/LinkBulkPauseRequestTeamId.d.ts +7 -0
  24. package/api/resources/link/types/LinkBulkPauseRequestTeamId.js +9 -0
  25. package/api/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.d.ts +7 -0
  26. package/api/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.js +9 -0
  27. package/api/resources/link/types/LinkListBulkOpsRequestTeamId.d.ts +7 -0
  28. package/api/resources/link/types/LinkListBulkOpsRequestTeamId.js +9 -0
  29. package/api/resources/link/types/index.d.ts +5 -0
  30. package/api/resources/link/types/index.js +21 -0
  31. package/api/resources/meal/client/Client.js +1 -1
  32. package/api/resources/menstrualCycle/client/Client.js +1 -1
  33. package/api/resources/order/client/Client.js +1 -1
  34. package/api/resources/profile/client/Client.js +2 -2
  35. package/api/resources/providers/client/Client.js +1 -1
  36. package/api/resources/sleep/client/Client.js +4 -4
  37. package/api/resources/sleepCycle/client/Client.js +1 -1
  38. package/api/resources/team/client/Client.js +7 -7
  39. package/api/resources/team/client/requests/TeamGetSourcePrioritiesRequest.d.ts +2 -1
  40. package/api/resources/testkit/client/Client.js +2 -2
  41. package/api/resources/user/client/Client.js +16 -16
  42. package/api/resources/vitals/client/Client.js +78 -78
  43. package/api/resources/workouts/client/Client.js +3 -3
  44. package/api/types/AggregateExprArg.d.ts +1 -1
  45. package/api/types/BloodPressureTimeseriesExpr.d.ts +8 -0
  46. package/api/types/BloodPressureTimeseriesExpr.js +5 -0
  47. package/api/types/BloodPressureTimeseriesExprField.d.ts +14 -0
  48. package/api/types/BloodPressureTimeseriesExprField.js +16 -0
  49. package/api/types/DiscreteTimeseriesExpr.d.ts +9 -0
  50. package/api/types/DiscreteTimeseriesExpr.js +5 -0
  51. package/api/types/DiscreteTimeseriesExprField.d.ts +13 -0
  52. package/api/types/DiscreteTimeseriesExprField.js +15 -0
  53. package/api/types/DiscreteTimeseriesExprTimeseries.d.ts +21 -0
  54. package/api/types/DiscreteTimeseriesExprTimeseries.js +20 -0
  55. package/api/types/IndexColumnExprIndex.d.ts +2 -1
  56. package/api/types/IndexColumnExprIndex.js +1 -0
  57. package/api/types/IntervalTimeseriesExpr.d.ts +9 -0
  58. package/api/types/IntervalTimeseriesExpr.js +5 -0
  59. package/api/types/IntervalTimeseriesExprField.d.ts +14 -0
  60. package/api/types/IntervalTimeseriesExprField.js +16 -0
  61. package/api/types/IntervalTimeseriesExprTimeseries.d.ts +42 -0
  62. package/api/types/IntervalTimeseriesExprTimeseries.js +41 -0
  63. package/api/types/NoteTimeseriesExpr.d.ts +8 -0
  64. package/api/types/NoteTimeseriesExpr.js +5 -0
  65. package/api/types/NoteTimeseriesExprField.d.ts +14 -0
  66. package/api/types/NoteTimeseriesExprField.js +16 -0
  67. package/api/types/PriorityResource.d.ts +14 -0
  68. package/api/types/PriorityResource.js +13 -0
  69. package/api/types/QuerySelectItem.d.ts +1 -1
  70. package/api/types/TemperatureTimeseriesExpr.d.ts +9 -0
  71. package/api/types/TemperatureTimeseriesExpr.js +5 -0
  72. package/api/types/TemperatureTimeseriesExprField.d.ts +15 -0
  73. package/api/types/TemperatureTimeseriesExprField.js +17 -0
  74. package/api/types/TemperatureTimeseriesExprTimeseries.d.ts +11 -0
  75. package/api/types/TemperatureTimeseriesExprTimeseries.js +10 -0
  76. package/api/types/WorkoutDurationTimeseriesExpr.d.ts +8 -0
  77. package/api/types/WorkoutDurationTimeseriesExpr.js +5 -0
  78. package/api/types/WorkoutDurationTimeseriesExprField.d.ts +15 -0
  79. package/api/types/WorkoutDurationTimeseriesExprField.js +17 -0
  80. package/api/types/index.d.ts +16 -0
  81. package/api/types/index.js +16 -0
  82. package/dist/api/resources/activity/client/Client.js +2 -2
  83. package/dist/api/resources/aggregate/client/Client.js +3 -3
  84. package/dist/api/resources/body/client/Client.js +2 -2
  85. package/dist/api/resources/devices/client/Client.js +1 -1
  86. package/dist/api/resources/electrocardiogram/client/Client.js +1 -1
  87. package/dist/api/resources/index.d.ts +2 -1
  88. package/dist/api/resources/index.js +3 -2
  89. package/dist/api/resources/insurance/client/Client.js +3 -3
  90. package/dist/api/resources/introspect/client/Client.js +2 -2
  91. package/dist/api/resources/labTests/client/Client.js +41 -41
  92. package/dist/api/resources/link/client/Client.js +51 -24
  93. package/dist/api/resources/link/client/requests/BulkExportConnectionsBody.d.ts +1 -0
  94. package/dist/api/resources/link/client/requests/BulkImportConnectionsBody.d.ts +1 -0
  95. package/dist/api/resources/link/client/requests/BulkPauseConnectionsBody.d.ts +1 -0
  96. package/dist/api/resources/link/client/requests/BulkTriggerHistoricalPullBody.d.ts +1 -0
  97. package/dist/api/resources/link/client/requests/LinkListBulkOpsRequest.d.ts +2 -0
  98. package/dist/api/resources/link/index.d.ts +1 -0
  99. package/dist/api/resources/link/index.js +1 -0
  100. package/dist/api/resources/link/types/LinkBulkExportRequestTeamId.d.ts +7 -0
  101. package/dist/api/resources/link/types/LinkBulkExportRequestTeamId.js +9 -0
  102. package/dist/api/resources/link/types/LinkBulkImportRequestTeamId.d.ts +7 -0
  103. package/dist/api/resources/link/types/LinkBulkImportRequestTeamId.js +9 -0
  104. package/dist/api/resources/link/types/LinkBulkPauseRequestTeamId.d.ts +7 -0
  105. package/dist/api/resources/link/types/LinkBulkPauseRequestTeamId.js +9 -0
  106. package/dist/api/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.d.ts +7 -0
  107. package/dist/api/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.js +9 -0
  108. package/dist/api/resources/link/types/LinkListBulkOpsRequestTeamId.d.ts +7 -0
  109. package/dist/api/resources/link/types/LinkListBulkOpsRequestTeamId.js +9 -0
  110. package/dist/api/resources/link/types/index.d.ts +5 -0
  111. package/dist/api/resources/link/types/index.js +21 -0
  112. package/dist/api/resources/meal/client/Client.js +1 -1
  113. package/dist/api/resources/menstrualCycle/client/Client.js +1 -1
  114. package/dist/api/resources/order/client/Client.js +1 -1
  115. package/dist/api/resources/profile/client/Client.js +2 -2
  116. package/dist/api/resources/providers/client/Client.js +1 -1
  117. package/dist/api/resources/sleep/client/Client.js +4 -4
  118. package/dist/api/resources/sleepCycle/client/Client.js +1 -1
  119. package/dist/api/resources/team/client/Client.js +7 -7
  120. package/dist/api/resources/team/client/requests/TeamGetSourcePrioritiesRequest.d.ts +2 -1
  121. package/dist/api/resources/testkit/client/Client.js +2 -2
  122. package/dist/api/resources/user/client/Client.js +16 -16
  123. package/dist/api/resources/vitals/client/Client.js +78 -78
  124. package/dist/api/resources/workouts/client/Client.js +3 -3
  125. package/dist/api/types/AggregateExprArg.d.ts +1 -1
  126. package/dist/api/types/BloodPressureTimeseriesExpr.d.ts +8 -0
  127. package/dist/api/types/BloodPressureTimeseriesExpr.js +5 -0
  128. package/dist/api/types/BloodPressureTimeseriesExprField.d.ts +14 -0
  129. package/dist/api/types/BloodPressureTimeseriesExprField.js +16 -0
  130. package/dist/api/types/DiscreteTimeseriesExpr.d.ts +9 -0
  131. package/dist/api/types/DiscreteTimeseriesExpr.js +5 -0
  132. package/dist/api/types/DiscreteTimeseriesExprField.d.ts +13 -0
  133. package/dist/api/types/DiscreteTimeseriesExprField.js +15 -0
  134. package/dist/api/types/DiscreteTimeseriesExprTimeseries.d.ts +21 -0
  135. package/dist/api/types/DiscreteTimeseriesExprTimeseries.js +20 -0
  136. package/dist/api/types/IndexColumnExprIndex.d.ts +2 -1
  137. package/dist/api/types/IndexColumnExprIndex.js +1 -0
  138. package/dist/api/types/IntervalTimeseriesExpr.d.ts +9 -0
  139. package/dist/api/types/IntervalTimeseriesExpr.js +5 -0
  140. package/dist/api/types/IntervalTimeseriesExprField.d.ts +14 -0
  141. package/dist/api/types/IntervalTimeseriesExprField.js +16 -0
  142. package/dist/api/types/IntervalTimeseriesExprTimeseries.d.ts +42 -0
  143. package/dist/api/types/IntervalTimeseriesExprTimeseries.js +41 -0
  144. package/dist/api/types/NoteTimeseriesExpr.d.ts +8 -0
  145. package/dist/api/types/NoteTimeseriesExpr.js +5 -0
  146. package/dist/api/types/NoteTimeseriesExprField.d.ts +14 -0
  147. package/dist/api/types/NoteTimeseriesExprField.js +16 -0
  148. package/dist/api/types/PriorityResource.d.ts +14 -0
  149. package/dist/api/types/PriorityResource.js +13 -0
  150. package/dist/api/types/QuerySelectItem.d.ts +1 -1
  151. package/dist/api/types/TemperatureTimeseriesExpr.d.ts +9 -0
  152. package/dist/api/types/TemperatureTimeseriesExpr.js +5 -0
  153. package/dist/api/types/TemperatureTimeseriesExprField.d.ts +15 -0
  154. package/dist/api/types/TemperatureTimeseriesExprField.js +17 -0
  155. package/dist/api/types/TemperatureTimeseriesExprTimeseries.d.ts +11 -0
  156. package/dist/api/types/TemperatureTimeseriesExprTimeseries.js +10 -0
  157. package/dist/api/types/WorkoutDurationTimeseriesExpr.d.ts +8 -0
  158. package/dist/api/types/WorkoutDurationTimeseriesExpr.js +5 -0
  159. package/dist/api/types/WorkoutDurationTimeseriesExprField.d.ts +15 -0
  160. package/dist/api/types/WorkoutDurationTimeseriesExprField.js +17 -0
  161. package/dist/api/types/index.d.ts +16 -0
  162. package/dist/api/types/index.js +16 -0
  163. package/dist/serialization/resources/index.d.ts +2 -1
  164. package/dist/serialization/resources/index.js +3 -2
  165. package/dist/serialization/resources/link/client/requests/BulkExportConnectionsBody.d.ts +1 -1
  166. package/dist/serialization/resources/link/client/requests/BulkImportConnectionsBody.d.ts +1 -1
  167. package/dist/serialization/resources/link/client/requests/BulkPauseConnectionsBody.d.ts +1 -1
  168. package/dist/serialization/resources/link/client/requests/BulkTriggerHistoricalPullBody.d.ts +1 -1
  169. package/dist/serialization/resources/link/index.d.ts +1 -0
  170. package/dist/serialization/resources/link/index.js +1 -0
  171. package/dist/serialization/resources/link/types/LinkBulkExportRequestTeamId.d.ts +10 -0
  172. package/dist/serialization/resources/link/types/LinkBulkExportRequestTeamId.js +31 -0
  173. package/dist/serialization/resources/link/types/LinkBulkImportRequestTeamId.d.ts +10 -0
  174. package/dist/serialization/resources/link/types/LinkBulkImportRequestTeamId.js +31 -0
  175. package/dist/serialization/resources/link/types/LinkBulkPauseRequestTeamId.d.ts +10 -0
  176. package/dist/serialization/resources/link/types/LinkBulkPauseRequestTeamId.js +31 -0
  177. package/dist/serialization/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.d.ts +10 -0
  178. package/dist/serialization/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.js +31 -0
  179. package/dist/serialization/resources/link/types/LinkListBulkOpsRequestTeamId.d.ts +10 -0
  180. package/dist/serialization/resources/link/types/LinkListBulkOpsRequestTeamId.js +31 -0
  181. package/dist/serialization/resources/link/types/index.d.ts +5 -0
  182. package/dist/serialization/resources/link/types/index.js +21 -0
  183. package/dist/serialization/types/AggregateExprArg.d.ts +7 -1
  184. package/dist/serialization/types/AggregateExprArg.js +12 -0
  185. package/dist/serialization/types/BloodPressureTimeseriesExpr.d.ts +14 -0
  186. package/dist/serialization/types/BloodPressureTimeseriesExpr.js +35 -0
  187. package/dist/serialization/types/BloodPressureTimeseriesExprField.d.ts +10 -0
  188. package/dist/serialization/types/BloodPressureTimeseriesExprField.js +40 -0
  189. package/dist/serialization/types/DiscreteTimeseriesExpr.d.ts +15 -0
  190. package/dist/serialization/types/DiscreteTimeseriesExpr.js +36 -0
  191. package/dist/serialization/types/DiscreteTimeseriesExprField.d.ts +10 -0
  192. package/dist/serialization/types/DiscreteTimeseriesExprField.js +39 -0
  193. package/dist/serialization/types/DiscreteTimeseriesExprTimeseries.d.ts +10 -0
  194. package/dist/serialization/types/DiscreteTimeseriesExprTimeseries.js +44 -0
  195. package/dist/serialization/types/IndexColumnExprIndex.d.ts +1 -1
  196. package/dist/serialization/types/IndexColumnExprIndex.js +1 -1
  197. package/dist/serialization/types/IntervalTimeseriesExpr.d.ts +15 -0
  198. package/dist/serialization/types/IntervalTimeseriesExpr.js +36 -0
  199. package/dist/serialization/types/IntervalTimeseriesExprField.d.ts +10 -0
  200. package/dist/serialization/types/IntervalTimeseriesExprField.js +40 -0
  201. package/dist/serialization/types/IntervalTimeseriesExprTimeseries.d.ts +10 -0
  202. package/dist/serialization/types/IntervalTimeseriesExprTimeseries.js +65 -0
  203. package/dist/serialization/types/NoteTimeseriesExpr.d.ts +14 -0
  204. package/dist/serialization/types/NoteTimeseriesExpr.js +35 -0
  205. package/dist/serialization/types/NoteTimeseriesExprField.d.ts +10 -0
  206. package/dist/serialization/types/NoteTimeseriesExprField.js +40 -0
  207. package/dist/serialization/types/PriorityResource.d.ts +10 -0
  208. package/dist/serialization/types/PriorityResource.js +31 -0
  209. package/dist/serialization/types/QuerySelectItem.d.ts +7 -1
  210. package/dist/serialization/types/QuerySelectItem.js +12 -0
  211. package/dist/serialization/types/TemperatureTimeseriesExpr.d.ts +15 -0
  212. package/dist/serialization/types/TemperatureTimeseriesExpr.js +36 -0
  213. package/dist/serialization/types/TemperatureTimeseriesExprField.d.ts +10 -0
  214. package/dist/serialization/types/TemperatureTimeseriesExprField.js +41 -0
  215. package/dist/serialization/types/TemperatureTimeseriesExprTimeseries.d.ts +10 -0
  216. package/dist/serialization/types/TemperatureTimeseriesExprTimeseries.js +31 -0
  217. package/dist/serialization/types/WorkoutDurationTimeseriesExpr.d.ts +14 -0
  218. package/dist/serialization/types/WorkoutDurationTimeseriesExpr.js +35 -0
  219. package/dist/serialization/types/WorkoutDurationTimeseriesExprField.d.ts +10 -0
  220. package/dist/serialization/types/WorkoutDurationTimeseriesExprField.js +41 -0
  221. package/dist/serialization/types/index.d.ts +16 -0
  222. package/dist/serialization/types/index.js +16 -0
  223. package/dist/version.d.ts +1 -1
  224. package/dist/version.js +1 -1
  225. package/package.json +1 -1
  226. package/serialization/resources/index.d.ts +2 -1
  227. package/serialization/resources/index.js +3 -2
  228. package/serialization/resources/link/client/requests/BulkExportConnectionsBody.d.ts +1 -1
  229. package/serialization/resources/link/client/requests/BulkImportConnectionsBody.d.ts +1 -1
  230. package/serialization/resources/link/client/requests/BulkPauseConnectionsBody.d.ts +1 -1
  231. package/serialization/resources/link/client/requests/BulkTriggerHistoricalPullBody.d.ts +1 -1
  232. package/serialization/resources/link/index.d.ts +1 -0
  233. package/serialization/resources/link/index.js +1 -0
  234. package/serialization/resources/link/types/LinkBulkExportRequestTeamId.d.ts +10 -0
  235. package/serialization/resources/link/types/LinkBulkExportRequestTeamId.js +31 -0
  236. package/serialization/resources/link/types/LinkBulkImportRequestTeamId.d.ts +10 -0
  237. package/serialization/resources/link/types/LinkBulkImportRequestTeamId.js +31 -0
  238. package/serialization/resources/link/types/LinkBulkPauseRequestTeamId.d.ts +10 -0
  239. package/serialization/resources/link/types/LinkBulkPauseRequestTeamId.js +31 -0
  240. package/serialization/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.d.ts +10 -0
  241. package/serialization/resources/link/types/LinkBulkTriggerHistoricalPullRequestTeamId.js +31 -0
  242. package/serialization/resources/link/types/LinkListBulkOpsRequestTeamId.d.ts +10 -0
  243. package/serialization/resources/link/types/LinkListBulkOpsRequestTeamId.js +31 -0
  244. package/serialization/resources/link/types/index.d.ts +5 -0
  245. package/serialization/resources/link/types/index.js +21 -0
  246. package/serialization/types/AggregateExprArg.d.ts +7 -1
  247. package/serialization/types/AggregateExprArg.js +12 -0
  248. package/serialization/types/BloodPressureTimeseriesExpr.d.ts +14 -0
  249. package/serialization/types/BloodPressureTimeseriesExpr.js +35 -0
  250. package/serialization/types/BloodPressureTimeseriesExprField.d.ts +10 -0
  251. package/serialization/types/BloodPressureTimeseriesExprField.js +40 -0
  252. package/serialization/types/DiscreteTimeseriesExpr.d.ts +15 -0
  253. package/serialization/types/DiscreteTimeseriesExpr.js +36 -0
  254. package/serialization/types/DiscreteTimeseriesExprField.d.ts +10 -0
  255. package/serialization/types/DiscreteTimeseriesExprField.js +39 -0
  256. package/serialization/types/DiscreteTimeseriesExprTimeseries.d.ts +10 -0
  257. package/serialization/types/DiscreteTimeseriesExprTimeseries.js +44 -0
  258. package/serialization/types/IndexColumnExprIndex.d.ts +1 -1
  259. package/serialization/types/IndexColumnExprIndex.js +1 -1
  260. package/serialization/types/IntervalTimeseriesExpr.d.ts +15 -0
  261. package/serialization/types/IntervalTimeseriesExpr.js +36 -0
  262. package/serialization/types/IntervalTimeseriesExprField.d.ts +10 -0
  263. package/serialization/types/IntervalTimeseriesExprField.js +40 -0
  264. package/serialization/types/IntervalTimeseriesExprTimeseries.d.ts +10 -0
  265. package/serialization/types/IntervalTimeseriesExprTimeseries.js +65 -0
  266. package/serialization/types/NoteTimeseriesExpr.d.ts +14 -0
  267. package/serialization/types/NoteTimeseriesExpr.js +35 -0
  268. package/serialization/types/NoteTimeseriesExprField.d.ts +10 -0
  269. package/serialization/types/NoteTimeseriesExprField.js +40 -0
  270. package/serialization/types/PriorityResource.d.ts +10 -0
  271. package/serialization/types/PriorityResource.js +31 -0
  272. package/serialization/types/QuerySelectItem.d.ts +7 -1
  273. package/serialization/types/QuerySelectItem.js +12 -0
  274. package/serialization/types/TemperatureTimeseriesExpr.d.ts +15 -0
  275. package/serialization/types/TemperatureTimeseriesExpr.js +36 -0
  276. package/serialization/types/TemperatureTimeseriesExprField.d.ts +10 -0
  277. package/serialization/types/TemperatureTimeseriesExprField.js +41 -0
  278. package/serialization/types/TemperatureTimeseriesExprTimeseries.d.ts +10 -0
  279. package/serialization/types/TemperatureTimeseriesExprTimeseries.js +31 -0
  280. package/serialization/types/WorkoutDurationTimeseriesExpr.d.ts +14 -0
  281. package/serialization/types/WorkoutDurationTimeseriesExpr.js +35 -0
  282. package/serialization/types/WorkoutDurationTimeseriesExprField.d.ts +10 -0
  283. package/serialization/types/WorkoutDurationTimeseriesExprField.js +41 -0
  284. package/serialization/types/index.d.ts +16 -0
  285. package/serialization/types/index.js +16 -0
  286. package/version.d.ts +1 -1
  287. package/version.js +1 -1
@@ -78,7 +78,7 @@ class Workouts {
78
78
  const _response = yield core.fetcher({
79
79
  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/${encodeURIComponent(userId)}`),
80
80
  method: "GET",
81
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.286", "User-Agent": "@tryvital/vital-node/3.1.286", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
81
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.288", "User-Agent": "@tryvital/vital-node/3.1.288", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
82
82
  contentType: "application/json",
83
83
  queryParameters: _queryParams,
84
84
  requestType: "json",
@@ -154,7 +154,7 @@ class Workouts {
154
154
  const _response = yield core.fetcher({
155
155
  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/${encodeURIComponent(userId)}/raw`),
156
156
  method: "GET",
157
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.286", "User-Agent": "@tryvital/vital-node/3.1.286", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
157
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.288", "User-Agent": "@tryvital/vital-node/3.1.288", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
158
158
  contentType: "application/json",
159
159
  queryParameters: _queryParams,
160
160
  requestType: "json",
@@ -216,7 +216,7 @@ class Workouts {
216
216
  const _response = yield core.fetcher({
217
217
  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/${encodeURIComponent(workoutId)}/stream`),
218
218
  method: "GET",
219
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.286", "User-Agent": "@tryvital/vital-node/3.1.286", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
219
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.288", "User-Agent": "@tryvital/vital-node/3.1.288", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
220
220
  contentType: "application/json",
221
221
  requestType: "json",
222
222
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -2,4 +2,4 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Vital from "../index";
5
- export declare type AggregateExprArg = Vital.SleepColumnExpr | Vital.ActivityColumnExpr | Vital.WorkoutColumnExpr | Vital.BodyColumnExpr | Vital.IndexColumnExpr | Vital.SleepScoreValueMacroExpr | Vital.ChronotypeValueMacroExpr | Vital.UnrecognizedValueMacroExpr;
5
+ export declare type AggregateExprArg = Vital.SleepColumnExpr | Vital.ActivityColumnExpr | Vital.WorkoutColumnExpr | Vital.BodyColumnExpr | Vital.IndexColumnExpr | Vital.SleepScoreValueMacroExpr | Vital.ChronotypeValueMacroExpr | Vital.UnrecognizedValueMacroExpr | Vital.DiscreteTimeseriesExpr | Vital.IntervalTimeseriesExpr | Vital.BloodPressureTimeseriesExpr | Vital.TemperatureTimeseriesExpr | Vital.WorkoutDurationTimeseriesExpr | Vital.NoteTimeseriesExpr;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vital from "../index";
5
+ export interface BloodPressureTimeseriesExpr {
6
+ timeseries: "blood_pressure";
7
+ field: Vital.BloodPressureTimeseriesExprField;
8
+ }
@@ -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 });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type BloodPressureTimeseriesExprField = "source_provider" | "source_type" | "source_workout_id" | "source_sport" | "timezone_offset" | "type" | "systolic" | "diastolic";
5
+ export declare const BloodPressureTimeseriesExprField: {
6
+ readonly SourceProvider: "source_provider";
7
+ readonly SourceType: "source_type";
8
+ readonly SourceWorkoutId: "source_workout_id";
9
+ readonly SourceSport: "source_sport";
10
+ readonly TimezoneOffset: "timezone_offset";
11
+ readonly Type: "type";
12
+ readonly Systolic: "systolic";
13
+ readonly Diastolic: "diastolic";
14
+ };
@@ -0,0 +1,16 @@
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
+ exports.BloodPressureTimeseriesExprField = void 0;
7
+ exports.BloodPressureTimeseriesExprField = {
8
+ SourceProvider: "source_provider",
9
+ SourceType: "source_type",
10
+ SourceWorkoutId: "source_workout_id",
11
+ SourceSport: "source_sport",
12
+ TimezoneOffset: "timezone_offset",
13
+ Type: "type",
14
+ Systolic: "systolic",
15
+ Diastolic: "diastolic",
16
+ };
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vital from "../index";
5
+ export interface DiscreteTimeseriesExpr {
6
+ /** ℹ️ This enum is non-exhaustive. */
7
+ timeseries: Vital.DiscreteTimeseriesExprTimeseries;
8
+ field: Vital.DiscreteTimeseriesExprField;
9
+ }
@@ -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 });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type DiscreteTimeseriesExprField = "source_provider" | "source_type" | "source_workout_id" | "source_sport" | "timezone_offset" | "type" | "value";
5
+ export declare const DiscreteTimeseriesExprField: {
6
+ readonly SourceProvider: "source_provider";
7
+ readonly SourceType: "source_type";
8
+ readonly SourceWorkoutId: "source_workout_id";
9
+ readonly SourceSport: "source_sport";
10
+ readonly TimezoneOffset: "timezone_offset";
11
+ readonly Type: "type";
12
+ readonly Value: "value";
13
+ };
@@ -0,0 +1,15 @@
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
+ exports.DiscreteTimeseriesExprField = void 0;
7
+ exports.DiscreteTimeseriesExprField = {
8
+ SourceProvider: "source_provider",
9
+ SourceType: "source_type",
10
+ SourceWorkoutId: "source_workout_id",
11
+ SourceSport: "source_sport",
12
+ TimezoneOffset: "timezone_offset",
13
+ Type: "type",
14
+ Value: "value",
15
+ };
@@ -0,0 +1,21 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * ℹ️ This enum is non-exhaustive.
6
+ */
7
+ export declare type DiscreteTimeseriesExprTimeseries = "glucose" | "heartrate" | "hrv" | "ige" | "igg" | "cholesterol" | "weight" | "fat" | "blood_oxygen" | "electrocardiogram_voltage" | "respiratory_rate" | "stress_level";
8
+ export declare const DiscreteTimeseriesExprTimeseries: {
9
+ readonly Glucose: "glucose";
10
+ readonly Heartrate: "heartrate";
11
+ readonly Hrv: "hrv";
12
+ readonly Ige: "ige";
13
+ readonly Igg: "igg";
14
+ readonly Cholesterol: "cholesterol";
15
+ readonly Weight: "weight";
16
+ readonly Fat: "fat";
17
+ readonly BloodOxygen: "blood_oxygen";
18
+ readonly ElectrocardiogramVoltage: "electrocardiogram_voltage";
19
+ readonly RespiratoryRate: "respiratory_rate";
20
+ readonly StressLevel: "stress_level";
21
+ };
@@ -0,0 +1,20 @@
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
+ exports.DiscreteTimeseriesExprTimeseries = void 0;
7
+ exports.DiscreteTimeseriesExprTimeseries = {
8
+ Glucose: "glucose",
9
+ Heartrate: "heartrate",
10
+ Hrv: "hrv",
11
+ Ige: "ige",
12
+ Igg: "igg",
13
+ Cholesterol: "cholesterol",
14
+ Weight: "weight",
15
+ Fat: "fat",
16
+ BloodOxygen: "blood_oxygen",
17
+ ElectrocardiogramVoltage: "electrocardiogram_voltage",
18
+ RespiratoryRate: "respiratory_rate",
19
+ StressLevel: "stress_level",
20
+ };
@@ -4,11 +4,12 @@
4
4
  /**
5
5
  * ℹ️ This enum is non-exhaustive.
6
6
  */
7
- export declare type IndexColumnExprIndex = "sleep" | "activity" | "workout" | "body" | "meal";
7
+ export declare type IndexColumnExprIndex = "sleep" | "activity" | "workout" | "body" | "meal" | "timeseries";
8
8
  export declare const IndexColumnExprIndex: {
9
9
  readonly Sleep: "sleep";
10
10
  readonly Activity: "activity";
11
11
  readonly Workout: "workout";
12
12
  readonly Body: "body";
13
13
  readonly Meal: "meal";
14
+ readonly Timeseries: "timeseries";
14
15
  };
@@ -10,4 +10,5 @@ exports.IndexColumnExprIndex = {
10
10
  Workout: "workout",
11
11
  Body: "body",
12
12
  Meal: "meal",
13
+ Timeseries: "timeseries",
13
14
  };
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vital from "../index";
5
+ export interface IntervalTimeseriesExpr {
6
+ /** ℹ️ This enum is non-exhaustive. */
7
+ timeseries: Vital.IntervalTimeseriesExprTimeseries;
8
+ field: Vital.IntervalTimeseriesExprField;
9
+ }
@@ -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 });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type IntervalTimeseriesExprField = "source_provider" | "source_type" | "source_workout_id" | "source_sport" | "timezone_offset" | "type" | "duration" | "value";
5
+ export declare const IntervalTimeseriesExprField: {
6
+ readonly SourceProvider: "source_provider";
7
+ readonly SourceType: "source_type";
8
+ readonly SourceWorkoutId: "source_workout_id";
9
+ readonly SourceSport: "source_sport";
10
+ readonly TimezoneOffset: "timezone_offset";
11
+ readonly Type: "type";
12
+ readonly Duration: "duration";
13
+ readonly Value: "value";
14
+ };
@@ -0,0 +1,16 @@
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
+ exports.IntervalTimeseriesExprField = void 0;
7
+ exports.IntervalTimeseriesExprField = {
8
+ SourceProvider: "source_provider",
9
+ SourceType: "source_type",
10
+ SourceWorkoutId: "source_workout_id",
11
+ SourceSport: "source_sport",
12
+ TimezoneOffset: "timezone_offset",
13
+ Type: "type",
14
+ Duration: "duration",
15
+ Value: "value",
16
+ };
@@ -0,0 +1,42 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * ℹ️ This enum is non-exhaustive.
6
+ */
7
+ export declare type IntervalTimeseriesExprTimeseries = "steps" | "distance" | "vo2_max" | "heart_rate_alert" | "stand_hour" | "sleep_breathing_disturbance" | "insulin_injection" | "water" | "caffeine" | "mindfulness_minutes" | "calories_active" | "floors_climbed" | "calories_basal" | "afib_burden" | "stand_duration" | "sleep_apnea_alert" | "wheelchair_push" | "forced_expiratory_volume_1" | "forced_vital_capacity" | "peak_expiratory_flow_rate" | "inhaler_usage" | "fall" | "uv_exposure" | "daylight_exposure" | "handwashing" | "basal_body_temperature" | "body_mass_index" | "lean_body_mass" | "waist_circumference" | "heart_rate_recovery_one_minute" | "workout_swimming_stroke" | "workout_distance" | "carbohydrates";
8
+ export declare const IntervalTimeseriesExprTimeseries: {
9
+ readonly Steps: "steps";
10
+ readonly Distance: "distance";
11
+ readonly Vo2Max: "vo2_max";
12
+ readonly HeartRateAlert: "heart_rate_alert";
13
+ readonly StandHour: "stand_hour";
14
+ readonly SleepBreathingDisturbance: "sleep_breathing_disturbance";
15
+ readonly InsulinInjection: "insulin_injection";
16
+ readonly Water: "water";
17
+ readonly Caffeine: "caffeine";
18
+ readonly MindfulnessMinutes: "mindfulness_minutes";
19
+ readonly CaloriesActive: "calories_active";
20
+ readonly FloorsClimbed: "floors_climbed";
21
+ readonly CaloriesBasal: "calories_basal";
22
+ readonly AfibBurden: "afib_burden";
23
+ readonly StandDuration: "stand_duration";
24
+ readonly SleepApneaAlert: "sleep_apnea_alert";
25
+ readonly WheelchairPush: "wheelchair_push";
26
+ readonly ForcedExpiratoryVolume1: "forced_expiratory_volume_1";
27
+ readonly ForcedVitalCapacity: "forced_vital_capacity";
28
+ readonly PeakExpiratoryFlowRate: "peak_expiratory_flow_rate";
29
+ readonly InhalerUsage: "inhaler_usage";
30
+ readonly Fall: "fall";
31
+ readonly UvExposure: "uv_exposure";
32
+ readonly DaylightExposure: "daylight_exposure";
33
+ readonly Handwashing: "handwashing";
34
+ readonly BasalBodyTemperature: "basal_body_temperature";
35
+ readonly BodyMassIndex: "body_mass_index";
36
+ readonly LeanBodyMass: "lean_body_mass";
37
+ readonly WaistCircumference: "waist_circumference";
38
+ readonly HeartRateRecoveryOneMinute: "heart_rate_recovery_one_minute";
39
+ readonly WorkoutSwimmingStroke: "workout_swimming_stroke";
40
+ readonly WorkoutDistance: "workout_distance";
41
+ readonly Carbohydrates: "carbohydrates";
42
+ };
@@ -0,0 +1,41 @@
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
+ exports.IntervalTimeseriesExprTimeseries = void 0;
7
+ exports.IntervalTimeseriesExprTimeseries = {
8
+ Steps: "steps",
9
+ Distance: "distance",
10
+ Vo2Max: "vo2_max",
11
+ HeartRateAlert: "heart_rate_alert",
12
+ StandHour: "stand_hour",
13
+ SleepBreathingDisturbance: "sleep_breathing_disturbance",
14
+ InsulinInjection: "insulin_injection",
15
+ Water: "water",
16
+ Caffeine: "caffeine",
17
+ MindfulnessMinutes: "mindfulness_minutes",
18
+ CaloriesActive: "calories_active",
19
+ FloorsClimbed: "floors_climbed",
20
+ CaloriesBasal: "calories_basal",
21
+ AfibBurden: "afib_burden",
22
+ StandDuration: "stand_duration",
23
+ SleepApneaAlert: "sleep_apnea_alert",
24
+ WheelchairPush: "wheelchair_push",
25
+ ForcedExpiratoryVolume1: "forced_expiratory_volume_1",
26
+ ForcedVitalCapacity: "forced_vital_capacity",
27
+ PeakExpiratoryFlowRate: "peak_expiratory_flow_rate",
28
+ InhalerUsage: "inhaler_usage",
29
+ Fall: "fall",
30
+ UvExposure: "uv_exposure",
31
+ DaylightExposure: "daylight_exposure",
32
+ Handwashing: "handwashing",
33
+ BasalBodyTemperature: "basal_body_temperature",
34
+ BodyMassIndex: "body_mass_index",
35
+ LeanBodyMass: "lean_body_mass",
36
+ WaistCircumference: "waist_circumference",
37
+ HeartRateRecoveryOneMinute: "heart_rate_recovery_one_minute",
38
+ WorkoutSwimmingStroke: "workout_swimming_stroke",
39
+ WorkoutDistance: "workout_distance",
40
+ Carbohydrates: "carbohydrates",
41
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vital from "../index";
5
+ export interface NoteTimeseriesExpr {
6
+ timeseries: "note";
7
+ field: Vital.NoteTimeseriesExprField;
8
+ }
@@ -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 });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type NoteTimeseriesExprField = "source_provider" | "source_type" | "source_workout_id" | "source_sport" | "timezone_offset" | "type" | "tags" | "content";
5
+ export declare const NoteTimeseriesExprField: {
6
+ readonly SourceProvider: "source_provider";
7
+ readonly SourceType: "source_type";
8
+ readonly SourceWorkoutId: "source_workout_id";
9
+ readonly SourceSport: "source_sport";
10
+ readonly TimezoneOffset: "timezone_offset";
11
+ readonly Type: "type";
12
+ readonly Tags: "tags";
13
+ readonly Content: "content";
14
+ };
@@ -0,0 +1,16 @@
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
+ exports.NoteTimeseriesExprField = void 0;
7
+ exports.NoteTimeseriesExprField = {
8
+ SourceProvider: "source_provider",
9
+ SourceType: "source_type",
10
+ SourceWorkoutId: "source_workout_id",
11
+ SourceSport: "source_sport",
12
+ TimezoneOffset: "timezone_offset",
13
+ Type: "type",
14
+ Tags: "tags",
15
+ Content: "content",
16
+ };
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * ℹ️ This enum is non-exhaustive.
6
+ */
7
+ export declare type PriorityResource = "workouts" | "activity" | "sleep" | "body" | "timeseries";
8
+ export declare const PriorityResource: {
9
+ readonly Workouts: "workouts";
10
+ readonly Activity: "activity";
11
+ readonly Sleep: "sleep";
12
+ readonly Body: "body";
13
+ readonly Timeseries: "timeseries";
14
+ };
@@ -0,0 +1,13 @@
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
+ exports.PriorityResource = void 0;
7
+ exports.PriorityResource = {
8
+ Workouts: "workouts",
9
+ Activity: "activity",
10
+ Sleep: "sleep",
11
+ Body: "body",
12
+ Timeseries: "timeseries",
13
+ };
@@ -2,4 +2,4 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Vital from "../index";
5
- export declare type QuerySelectItem = Vital.AggregateExpr | Vital.GroupKeyColumnExpr | Vital.SleepColumnExpr | Vital.ActivityColumnExpr | Vital.WorkoutColumnExpr | Vital.BodyColumnExpr | Vital.IndexColumnExpr | Vital.SleepScoreValueMacroExpr | Vital.ChronotypeValueMacroExpr | Vital.UnrecognizedValueMacroExpr;
5
+ export declare type QuerySelectItem = Vital.AggregateExpr | Vital.GroupKeyColumnExpr | Vital.SleepColumnExpr | Vital.ActivityColumnExpr | Vital.WorkoutColumnExpr | Vital.BodyColumnExpr | Vital.IndexColumnExpr | Vital.SleepScoreValueMacroExpr | Vital.ChronotypeValueMacroExpr | Vital.UnrecognizedValueMacroExpr | Vital.DiscreteTimeseriesExpr | Vital.IntervalTimeseriesExpr | Vital.BloodPressureTimeseriesExpr | Vital.TemperatureTimeseriesExpr | Vital.WorkoutDurationTimeseriesExpr | Vital.NoteTimeseriesExpr;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vital from "../index";
5
+ export interface TemperatureTimeseriesExpr {
6
+ /** ℹ️ This enum is non-exhaustive. */
7
+ timeseries: Vital.TemperatureTimeseriesExprTimeseries;
8
+ field: Vital.TemperatureTimeseriesExprField;
9
+ }
@@ -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 });
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type TemperatureTimeseriesExprField = "source_provider" | "source_type" | "source_workout_id" | "source_sport" | "timezone_offset" | "type" | "duration" | "value" | "sensor_location";
5
+ export declare const TemperatureTimeseriesExprField: {
6
+ readonly SourceProvider: "source_provider";
7
+ readonly SourceType: "source_type";
8
+ readonly SourceWorkoutId: "source_workout_id";
9
+ readonly SourceSport: "source_sport";
10
+ readonly TimezoneOffset: "timezone_offset";
11
+ readonly Type: "type";
12
+ readonly Duration: "duration";
13
+ readonly Value: "value";
14
+ readonly SensorLocation: "sensor_location";
15
+ };
@@ -0,0 +1,17 @@
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
+ exports.TemperatureTimeseriesExprField = void 0;
7
+ exports.TemperatureTimeseriesExprField = {
8
+ SourceProvider: "source_provider",
9
+ SourceType: "source_type",
10
+ SourceWorkoutId: "source_workout_id",
11
+ SourceSport: "source_sport",
12
+ TimezoneOffset: "timezone_offset",
13
+ Type: "type",
14
+ Duration: "duration",
15
+ Value: "value",
16
+ SensorLocation: "sensor_location",
17
+ };
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * ℹ️ This enum is non-exhaustive.
6
+ */
7
+ export declare type TemperatureTimeseriesExprTimeseries = "body_temperature" | "body_temperature_delta";
8
+ export declare const TemperatureTimeseriesExprTimeseries: {
9
+ readonly BodyTemperature: "body_temperature";
10
+ readonly BodyTemperatureDelta: "body_temperature_delta";
11
+ };
@@ -0,0 +1,10 @@
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
+ exports.TemperatureTimeseriesExprTimeseries = void 0;
7
+ exports.TemperatureTimeseriesExprTimeseries = {
8
+ BodyTemperature: "body_temperature",
9
+ BodyTemperatureDelta: "body_temperature_delta",
10
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vital from "../index";
5
+ export interface WorkoutDurationTimeseriesExpr {
6
+ timeseries: "workout_duration";
7
+ field: Vital.WorkoutDurationTimeseriesExprField;
8
+ }
@@ -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 });
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type WorkoutDurationTimeseriesExprField = "source_provider" | "source_type" | "source_workout_id" | "source_sport" | "timezone_offset" | "type" | "duration" | "value" | "intensity";
5
+ export declare const WorkoutDurationTimeseriesExprField: {
6
+ readonly SourceProvider: "source_provider";
7
+ readonly SourceType: "source_type";
8
+ readonly SourceWorkoutId: "source_workout_id";
9
+ readonly SourceSport: "source_sport";
10
+ readonly TimezoneOffset: "timezone_offset";
11
+ readonly Type: "type";
12
+ readonly Duration: "duration";
13
+ readonly Value: "value";
14
+ readonly Intensity: "intensity";
15
+ };
@@ -0,0 +1,17 @@
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
+ exports.WorkoutDurationTimeseriesExprField = void 0;
7
+ exports.WorkoutDurationTimeseriesExprField = {
8
+ SourceProvider: "source_provider",
9
+ SourceType: "source_type",
10
+ SourceWorkoutId: "source_workout_id",
11
+ SourceSport: "source_sport",
12
+ TimezoneOffset: "timezone_offset",
13
+ Type: "type",
14
+ Duration: "duration",
15
+ Value: "value",
16
+ Intensity: "intensity",
17
+ };
@@ -29,6 +29,8 @@ export * from "./Availability";
29
29
  export * from "./BasalBodyTemperatureEntry";
30
30
  export * from "./Billing";
31
31
  export * from "./BiomarkerResult";
32
+ export * from "./BloodPressureTimeseriesExprField";
33
+ export * from "./BloodPressureTimeseriesExpr";
32
34
  export * from "./BodyColumnExprBody";
33
35
  export * from "./BodyColumnExpr";
34
36
  export * from "./BodyV2InDb";
@@ -206,6 +208,9 @@ export * from "./DemoProviders";
206
208
  export * from "./DetectedDeviationEntryDeviation";
207
209
  export * from "./DetectedDeviationEntry";
208
210
  export * from "./DeviceV2InDb";
211
+ export * from "./DiscreteTimeseriesExprTimeseries";
212
+ export * from "./DiscreteTimeseriesExprField";
213
+ export * from "./DiscreteTimeseriesExpr";
209
214
  export * from "./EmailProviders";
210
215
  export * from "./Energy";
211
216
  export * from "./Ethnicity";
@@ -241,6 +246,9 @@ export * from "./IndexColumnExprIndex";
241
246
  export * from "./IndexColumnExpr";
242
247
  export * from "./IntermenstrualBleedingEntry";
243
248
  export * from "./Interpretation";
249
+ export * from "./IntervalTimeseriesExprTimeseries";
250
+ export * from "./IntervalTimeseriesExprField";
251
+ export * from "./IntervalTimeseriesExpr";
244
252
  export * from "./Jpeg";
245
253
  export * from "./LabLocationMetadata";
246
254
  export * from "./LabResultsMetadata";
@@ -267,6 +275,8 @@ export * from "./MetricsResult";
267
275
  export * from "./Micros";
268
276
  export * from "./Minerals";
269
277
  export * from "./MissingBiomarkerResult";
278
+ export * from "./NoteTimeseriesExprField";
279
+ export * from "./NoteTimeseriesExpr";
270
280
  export * from "./OAuthProviders";
271
281
  export * from "./OrderActivationType";
272
282
  export * from "./OrderLowLevelStatus";
@@ -297,6 +307,7 @@ export * from "./PhysicianCreateRequestBase";
297
307
  export * from "./Placeholder";
298
308
  export * from "./Png";
299
309
  export * from "./PostOrderResponse";
310
+ export * from "./PriorityResource";
300
311
  export * from "./ProfileInDb";
301
312
  export * from "./ProviderConnectionCreated";
302
313
  export * from "./ProviderConnectionErrorErrorType";
@@ -354,6 +365,9 @@ export * from "./SourceAuthType";
354
365
  export * from "./SourceLink";
355
366
  export * from "./SourceType";
356
367
  export * from "./TeamConfig";
368
+ export * from "./TemperatureTimeseriesExprTimeseries";
369
+ export * from "./TemperatureTimeseriesExprField";
370
+ export * from "./TemperatureTimeseriesExpr";
357
371
  export * from "./TimeSlot";
358
372
  export * from "./TimeseriesMetricPoint";
359
373
  export * from "./TimeseriesResource";
@@ -375,6 +389,8 @@ export * from "./VitalTokenCreatedResponse";
375
389
  export * from "./Vitamins";
376
390
  export * from "./WorkoutColumnExprWorkout";
377
391
  export * from "./WorkoutColumnExpr";
392
+ export * from "./WorkoutDurationTimeseriesExprField";
393
+ export * from "./WorkoutDurationTimeseriesExpr";
378
394
  export * from "./WorkoutV2InDb";
379
395
  export * from "./ClientFacingSampleGroupingKeys";
380
396
  export * from "./VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails";