@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
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as Vital from "../../api/index";
6
+ import * as core from "../../core";
7
+ import { WorkoutDurationTimeseriesExprField } from "./WorkoutDurationTimeseriesExprField";
8
+ export declare const WorkoutDurationTimeseriesExpr: core.serialization.ObjectSchema<serializers.WorkoutDurationTimeseriesExpr.Raw, Vital.WorkoutDurationTimeseriesExpr>;
9
+ export declare namespace WorkoutDurationTimeseriesExpr {
10
+ interface Raw {
11
+ timeseries: "workout_duration";
12
+ field: WorkoutDurationTimeseriesExprField.Raw;
13
+ }
14
+ }
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.WorkoutDurationTimeseriesExpr = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const WorkoutDurationTimeseriesExprField_1 = require("./WorkoutDurationTimeseriesExprField");
32
+ exports.WorkoutDurationTimeseriesExpr = core.serialization.object({
33
+ timeseries: core.serialization.stringLiteral("workout_duration"),
34
+ field: WorkoutDurationTimeseriesExprField_1.WorkoutDurationTimeseriesExprField,
35
+ });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as Vital from "../../api/index";
6
+ import * as core from "../../core";
7
+ export declare const WorkoutDurationTimeseriesExprField: core.serialization.Schema<serializers.WorkoutDurationTimeseriesExprField.Raw, Vital.WorkoutDurationTimeseriesExprField>;
8
+ export declare namespace WorkoutDurationTimeseriesExprField {
9
+ type Raw = "source_provider" | "source_type" | "source_workout_id" | "source_sport" | "timezone_offset" | "type" | "duration" | "value" | "intensity";
10
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.WorkoutDurationTimeseriesExprField = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.WorkoutDurationTimeseriesExprField = core.serialization.enum_([
32
+ "source_provider",
33
+ "source_type",
34
+ "source_workout_id",
35
+ "source_sport",
36
+ "timezone_offset",
37
+ "type",
38
+ "duration",
39
+ "value",
40
+ "intensity",
41
+ ]);
@@ -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";
@@ -45,6 +45,8 @@ __exportStar(require("./Availability"), exports);
45
45
  __exportStar(require("./BasalBodyTemperatureEntry"), exports);
46
46
  __exportStar(require("./Billing"), exports);
47
47
  __exportStar(require("./BiomarkerResult"), exports);
48
+ __exportStar(require("./BloodPressureTimeseriesExprField"), exports);
49
+ __exportStar(require("./BloodPressureTimeseriesExpr"), exports);
48
50
  __exportStar(require("./BodyColumnExprBody"), exports);
49
51
  __exportStar(require("./BodyColumnExpr"), exports);
50
52
  __exportStar(require("./BodyV2InDb"), exports);
@@ -222,6 +224,9 @@ __exportStar(require("./DemoProviders"), exports);
222
224
  __exportStar(require("./DetectedDeviationEntryDeviation"), exports);
223
225
  __exportStar(require("./DetectedDeviationEntry"), exports);
224
226
  __exportStar(require("./DeviceV2InDb"), exports);
227
+ __exportStar(require("./DiscreteTimeseriesExprTimeseries"), exports);
228
+ __exportStar(require("./DiscreteTimeseriesExprField"), exports);
229
+ __exportStar(require("./DiscreteTimeseriesExpr"), exports);
225
230
  __exportStar(require("./EmailProviders"), exports);
226
231
  __exportStar(require("./Energy"), exports);
227
232
  __exportStar(require("./Ethnicity"), exports);
@@ -257,6 +262,9 @@ __exportStar(require("./IndexColumnExprIndex"), exports);
257
262
  __exportStar(require("./IndexColumnExpr"), exports);
258
263
  __exportStar(require("./IntermenstrualBleedingEntry"), exports);
259
264
  __exportStar(require("./Interpretation"), exports);
265
+ __exportStar(require("./IntervalTimeseriesExprTimeseries"), exports);
266
+ __exportStar(require("./IntervalTimeseriesExprField"), exports);
267
+ __exportStar(require("./IntervalTimeseriesExpr"), exports);
260
268
  __exportStar(require("./Jpeg"), exports);
261
269
  __exportStar(require("./LabLocationMetadata"), exports);
262
270
  __exportStar(require("./LabResultsMetadata"), exports);
@@ -283,6 +291,8 @@ __exportStar(require("./MetricsResult"), exports);
283
291
  __exportStar(require("./Micros"), exports);
284
292
  __exportStar(require("./Minerals"), exports);
285
293
  __exportStar(require("./MissingBiomarkerResult"), exports);
294
+ __exportStar(require("./NoteTimeseriesExprField"), exports);
295
+ __exportStar(require("./NoteTimeseriesExpr"), exports);
286
296
  __exportStar(require("./OAuthProviders"), exports);
287
297
  __exportStar(require("./OrderActivationType"), exports);
288
298
  __exportStar(require("./OrderLowLevelStatus"), exports);
@@ -313,6 +323,7 @@ __exportStar(require("./PhysicianCreateRequestBase"), exports);
313
323
  __exportStar(require("./Placeholder"), exports);
314
324
  __exportStar(require("./Png"), exports);
315
325
  __exportStar(require("./PostOrderResponse"), exports);
326
+ __exportStar(require("./PriorityResource"), exports);
316
327
  __exportStar(require("./ProfileInDb"), exports);
317
328
  __exportStar(require("./ProviderConnectionCreated"), exports);
318
329
  __exportStar(require("./ProviderConnectionErrorErrorType"), exports);
@@ -370,6 +381,9 @@ __exportStar(require("./SourceAuthType"), exports);
370
381
  __exportStar(require("./SourceLink"), exports);
371
382
  __exportStar(require("./SourceType"), exports);
372
383
  __exportStar(require("./TeamConfig"), exports);
384
+ __exportStar(require("./TemperatureTimeseriesExprTimeseries"), exports);
385
+ __exportStar(require("./TemperatureTimeseriesExprField"), exports);
386
+ __exportStar(require("./TemperatureTimeseriesExpr"), exports);
373
387
  __exportStar(require("./TimeSlot"), exports);
374
388
  __exportStar(require("./TimeseriesMetricPoint"), exports);
375
389
  __exportStar(require("./TimeseriesResource"), exports);
@@ -391,6 +405,8 @@ __exportStar(require("./VitalTokenCreatedResponse"), exports);
391
405
  __exportStar(require("./Vitamins"), exports);
392
406
  __exportStar(require("./WorkoutColumnExprWorkout"), exports);
393
407
  __exportStar(require("./WorkoutColumnExpr"), exports);
408
+ __exportStar(require("./WorkoutDurationTimeseriesExprField"), exports);
409
+ __exportStar(require("./WorkoutDurationTimeseriesExpr"), exports);
394
410
  __exportStar(require("./WorkoutV2InDb"), exports);
395
411
  __exportStar(require("./ClientFacingSampleGroupingKeys"), exports);
396
412
  __exportStar(require("./VitalCoreSchemasDbSchemasLabTestHealthInsurancePersonDetails"), exports);
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "3.1.286";
1
+ export declare const SDK_VERSION = "3.1.288";
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "3.1.286";
4
+ exports.SDK_VERSION = "3.1.288";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryvital/vital-node",
3
- "version": "3.1.286",
3
+ "version": "3.1.288",
4
4
  "private": false,
5
5
  "repository": "https://github.com/tryVital/vital-node",
6
6
  "main": "./index.js",
@@ -1,8 +1,9 @@
1
+ export * as link from "./link";
2
+ export * from "./link/types";
1
3
  export * as labTests from "./labTests";
2
4
  export * from "./labTests/types";
3
5
  export * as aggregate from "./aggregate";
4
6
  export * from "./aggregate/types";
5
- export * as link from "./link";
6
7
  export * as vitals from "./vitals";
7
8
  export * as user from "./user";
8
9
  export * as team from "./team";
@@ -26,12 +26,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
26
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.order = exports.testkit = exports.insurance = exports.providers = exports.team = exports.user = exports.vitals = exports.link = exports.aggregate = exports.labTests = void 0;
29
+ exports.order = exports.testkit = exports.insurance = exports.providers = exports.team = exports.user = exports.vitals = exports.aggregate = exports.labTests = exports.link = void 0;
30
+ exports.link = __importStar(require("./link"));
31
+ __exportStar(require("./link/types"), exports);
30
32
  exports.labTests = __importStar(require("./labTests"));
31
33
  __exportStar(require("./labTests/types"), exports);
32
34
  exports.aggregate = __importStar(require("./aggregate"));
33
35
  __exportStar(require("./aggregate/types"), exports);
34
- exports.link = __importStar(require("./link"));
35
36
  exports.vitals = __importStar(require("./vitals"));
36
37
  exports.user = __importStar(require("./user"));
37
38
  exports.team = __importStar(require("./team"));
@@ -5,7 +5,7 @@ import * as serializers from "../../../../index";
5
5
  import * as Vital from "../../../../../api/index";
6
6
  import * as core from "../../../../../core";
7
7
  import { OAuthProviders } from "../../../../types/OAuthProviders";
8
- export declare const BulkExportConnectionsBody: core.serialization.Schema<serializers.BulkExportConnectionsBody.Raw, Vital.BulkExportConnectionsBody>;
8
+ export declare const BulkExportConnectionsBody: core.serialization.Schema<serializers.BulkExportConnectionsBody.Raw, Omit<Vital.BulkExportConnectionsBody, "teamId">>;
9
9
  export declare namespace BulkExportConnectionsBody {
10
10
  interface Raw {
11
11
  user_ids?: string[] | null;
@@ -6,7 +6,7 @@ import * as Vital from "../../../../../api/index";
6
6
  import * as core from "../../../../../core";
7
7
  import { OAuthProviders } from "../../../../types/OAuthProviders";
8
8
  import { ConnectionRecipe } from "../../../../types/ConnectionRecipe";
9
- export declare const BulkImportConnectionsBody: core.serialization.Schema<serializers.BulkImportConnectionsBody.Raw, Vital.BulkImportConnectionsBody>;
9
+ export declare const BulkImportConnectionsBody: core.serialization.Schema<serializers.BulkImportConnectionsBody.Raw, Omit<Vital.BulkImportConnectionsBody, "teamId">>;
10
10
  export declare namespace BulkImportConnectionsBody {
11
11
  interface Raw {
12
12
  provider: OAuthProviders.Raw;
@@ -5,7 +5,7 @@ import * as serializers from "../../../../index";
5
5
  import * as Vital from "../../../../../api/index";
6
6
  import * as core from "../../../../../core";
7
7
  import { OAuthProviders } from "../../../../types/OAuthProviders";
8
- export declare const BulkPauseConnectionsBody: core.serialization.Schema<serializers.BulkPauseConnectionsBody.Raw, Vital.BulkPauseConnectionsBody>;
8
+ export declare const BulkPauseConnectionsBody: core.serialization.Schema<serializers.BulkPauseConnectionsBody.Raw, Omit<Vital.BulkPauseConnectionsBody, "teamId">>;
9
9
  export declare namespace BulkPauseConnectionsBody {
10
10
  interface Raw {
11
11
  user_ids: string[];
@@ -5,7 +5,7 @@ import * as serializers from "../../../../index";
5
5
  import * as Vital from "../../../../../api/index";
6
6
  import * as core from "../../../../../core";
7
7
  import { OAuthProviders } from "../../../../types/OAuthProviders";
8
- export declare const BulkTriggerHistoricalPullBody: core.serialization.Schema<serializers.BulkTriggerHistoricalPullBody.Raw, Vital.BulkTriggerHistoricalPullBody>;
8
+ export declare const BulkTriggerHistoricalPullBody: core.serialization.Schema<serializers.BulkTriggerHistoricalPullBody.Raw, Omit<Vital.BulkTriggerHistoricalPullBody, "teamId">>;
9
9
  export declare namespace BulkTriggerHistoricalPullBody {
10
10
  interface Raw {
11
11
  user_ids: string[];
@@ -1 +1,2 @@
1
+ export * from "./types";
1
2
  export * from "./client";
@@ -14,4 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./types"), exports);
17
18
  __exportStar(require("./client"), exports);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as Vital from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const LinkBulkExportRequestTeamId: core.serialization.Schema<serializers.LinkBulkExportRequestTeamId.Raw, Vital.LinkBulkExportRequestTeamId>;
8
+ export declare namespace LinkBulkExportRequestTeamId {
9
+ type Raw = "infer_from_context";
10
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.LinkBulkExportRequestTeamId = void 0;
30
+ const core = __importStar(require("../../../../core"));
31
+ exports.LinkBulkExportRequestTeamId = core.serialization.enum_(["infer_from_context"]);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as Vital from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const LinkBulkImportRequestTeamId: core.serialization.Schema<serializers.LinkBulkImportRequestTeamId.Raw, Vital.LinkBulkImportRequestTeamId>;
8
+ export declare namespace LinkBulkImportRequestTeamId {
9
+ type Raw = "infer_from_context";
10
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.LinkBulkImportRequestTeamId = void 0;
30
+ const core = __importStar(require("../../../../core"));
31
+ exports.LinkBulkImportRequestTeamId = core.serialization.enum_(["infer_from_context"]);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as Vital from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const LinkBulkPauseRequestTeamId: core.serialization.Schema<serializers.LinkBulkPauseRequestTeamId.Raw, Vital.LinkBulkPauseRequestTeamId>;
8
+ export declare namespace LinkBulkPauseRequestTeamId {
9
+ type Raw = "infer_from_context";
10
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.LinkBulkPauseRequestTeamId = void 0;
30
+ const core = __importStar(require("../../../../core"));
31
+ exports.LinkBulkPauseRequestTeamId = core.serialization.enum_(["infer_from_context"]);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as Vital from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const LinkBulkTriggerHistoricalPullRequestTeamId: core.serialization.Schema<serializers.LinkBulkTriggerHistoricalPullRequestTeamId.Raw, Vital.LinkBulkTriggerHistoricalPullRequestTeamId>;
8
+ export declare namespace LinkBulkTriggerHistoricalPullRequestTeamId {
9
+ type Raw = "infer_from_context";
10
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.LinkBulkTriggerHistoricalPullRequestTeamId = void 0;
30
+ const core = __importStar(require("../../../../core"));
31
+ exports.LinkBulkTriggerHistoricalPullRequestTeamId = core.serialization.enum_(["infer_from_context"]);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as Vital from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const LinkListBulkOpsRequestTeamId: core.serialization.Schema<serializers.LinkListBulkOpsRequestTeamId.Raw, Vital.LinkListBulkOpsRequestTeamId>;
8
+ export declare namespace LinkListBulkOpsRequestTeamId {
9
+ type Raw = "infer_from_context";
10
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.LinkListBulkOpsRequestTeamId = void 0;
30
+ const core = __importStar(require("../../../../core"));
31
+ exports.LinkListBulkOpsRequestTeamId = core.serialization.enum_(["infer_from_context"]);
@@ -0,0 +1,5 @@
1
+ export * from "./LinkListBulkOpsRequestTeamId";
2
+ export * from "./LinkBulkImportRequestTeamId";
3
+ export * from "./LinkBulkTriggerHistoricalPullRequestTeamId";
4
+ export * from "./LinkBulkExportRequestTeamId";
5
+ export * from "./LinkBulkPauseRequestTeamId";
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./LinkListBulkOpsRequestTeamId"), exports);
18
+ __exportStar(require("./LinkBulkImportRequestTeamId"), exports);
19
+ __exportStar(require("./LinkBulkTriggerHistoricalPullRequestTeamId"), exports);
20
+ __exportStar(require("./LinkBulkExportRequestTeamId"), exports);
21
+ __exportStar(require("./LinkBulkPauseRequestTeamId"), exports);
@@ -12,7 +12,13 @@ import { IndexColumnExpr } from "./IndexColumnExpr";
12
12
  import { SleepScoreValueMacroExpr } from "./SleepScoreValueMacroExpr";
13
13
  import { ChronotypeValueMacroExpr } from "./ChronotypeValueMacroExpr";
14
14
  import { UnrecognizedValueMacroExpr } from "./UnrecognizedValueMacroExpr";
15
+ import { DiscreteTimeseriesExpr } from "./DiscreteTimeseriesExpr";
16
+ import { IntervalTimeseriesExpr } from "./IntervalTimeseriesExpr";
17
+ import { BloodPressureTimeseriesExpr } from "./BloodPressureTimeseriesExpr";
18
+ import { TemperatureTimeseriesExpr } from "./TemperatureTimeseriesExpr";
19
+ import { WorkoutDurationTimeseriesExpr } from "./WorkoutDurationTimeseriesExpr";
20
+ import { NoteTimeseriesExpr } from "./NoteTimeseriesExpr";
15
21
  export declare const AggregateExprArg: core.serialization.Schema<serializers.AggregateExprArg.Raw, Vital.AggregateExprArg>;
16
22
  export declare namespace AggregateExprArg {
17
- type Raw = SleepColumnExpr.Raw | ActivityColumnExpr.Raw | WorkoutColumnExpr.Raw | BodyColumnExpr.Raw | IndexColumnExpr.Raw | SleepScoreValueMacroExpr.Raw | ChronotypeValueMacroExpr.Raw | UnrecognizedValueMacroExpr.Raw;
23
+ type Raw = SleepColumnExpr.Raw | ActivityColumnExpr.Raw | WorkoutColumnExpr.Raw | BodyColumnExpr.Raw | IndexColumnExpr.Raw | SleepScoreValueMacroExpr.Raw | ChronotypeValueMacroExpr.Raw | UnrecognizedValueMacroExpr.Raw | DiscreteTimeseriesExpr.Raw | IntervalTimeseriesExpr.Raw | BloodPressureTimeseriesExpr.Raw | TemperatureTimeseriesExpr.Raw | WorkoutDurationTimeseriesExpr.Raw | NoteTimeseriesExpr.Raw;
18
24
  }
@@ -36,6 +36,12 @@ const IndexColumnExpr_1 = require("./IndexColumnExpr");
36
36
  const SleepScoreValueMacroExpr_1 = require("./SleepScoreValueMacroExpr");
37
37
  const ChronotypeValueMacroExpr_1 = require("./ChronotypeValueMacroExpr");
38
38
  const UnrecognizedValueMacroExpr_1 = require("./UnrecognizedValueMacroExpr");
39
+ const DiscreteTimeseriesExpr_1 = require("./DiscreteTimeseriesExpr");
40
+ const IntervalTimeseriesExpr_1 = require("./IntervalTimeseriesExpr");
41
+ const BloodPressureTimeseriesExpr_1 = require("./BloodPressureTimeseriesExpr");
42
+ const TemperatureTimeseriesExpr_1 = require("./TemperatureTimeseriesExpr");
43
+ const WorkoutDurationTimeseriesExpr_1 = require("./WorkoutDurationTimeseriesExpr");
44
+ const NoteTimeseriesExpr_1 = require("./NoteTimeseriesExpr");
39
45
  exports.AggregateExprArg = core.serialization.undiscriminatedUnion([
40
46
  SleepColumnExpr_1.SleepColumnExpr,
41
47
  ActivityColumnExpr_1.ActivityColumnExpr,
@@ -45,4 +51,10 @@ exports.AggregateExprArg = core.serialization.undiscriminatedUnion([
45
51
  SleepScoreValueMacroExpr_1.SleepScoreValueMacroExpr,
46
52
  ChronotypeValueMacroExpr_1.ChronotypeValueMacroExpr,
47
53
  UnrecognizedValueMacroExpr_1.UnrecognizedValueMacroExpr,
54
+ DiscreteTimeseriesExpr_1.DiscreteTimeseriesExpr,
55
+ IntervalTimeseriesExpr_1.IntervalTimeseriesExpr,
56
+ BloodPressureTimeseriesExpr_1.BloodPressureTimeseriesExpr,
57
+ TemperatureTimeseriesExpr_1.TemperatureTimeseriesExpr,
58
+ WorkoutDurationTimeseriesExpr_1.WorkoutDurationTimeseriesExpr,
59
+ NoteTimeseriesExpr_1.NoteTimeseriesExpr,
48
60
  ]);