@tryvital/vital-node 3.1.72 → 3.1.74

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 (284) hide show
  1. package/api/resources/activity/client/Client.js +2 -2
  2. package/api/resources/aggregate/client/Client.d.ts +13 -8
  3. package/api/resources/aggregate/client/Client.js +14 -9
  4. package/api/resources/aggregate/client/requests/Query.d.ts +13 -8
  5. package/api/resources/body/client/Client.js +2 -2
  6. package/api/resources/devices/client/Client.js +1 -1
  7. package/api/resources/insurance/client/Client.js +2 -2
  8. package/api/resources/introspect/client/Client.js +2 -2
  9. package/api/resources/labTests/client/Client.d.ts +8 -6
  10. package/api/resources/labTests/client/Client.js +41 -33
  11. package/api/resources/labTests/client/requests/LabTestsGetPhlebotomyAppointmentAvailabilityRequest.d.ts +25 -0
  12. package/api/resources/labTests/client/requests/index.d.ts +1 -0
  13. package/api/resources/link/client/Client.js +14 -14
  14. package/api/resources/meal/client/Client.js +1 -1
  15. package/api/resources/menstrualCycle/client/Client.js +1 -1
  16. package/api/resources/profile/client/Client.js +2 -2
  17. package/api/resources/providers/client/Client.js +1 -1
  18. package/api/resources/sleep/client/Client.js +4 -4
  19. package/api/resources/team/client/Client.js +7 -7
  20. package/api/resources/testkit/client/Client.js +2 -2
  21. package/api/resources/user/client/Client.js +16 -16
  22. package/api/resources/vitals/client/Client.js +56 -56
  23. package/api/resources/workouts/client/Client.js +3 -3
  24. package/api/types/{ActivitySelector.d.ts → ActivityColumnExpr.d.ts} +2 -2
  25. package/{dist/api/types/ActivitySelectorActivity.d.ts → api/types/ActivityColumnExprActivity.d.ts} +2 -2
  26. package/{dist/api/types/ActivitySelectorActivity.js → api/types/ActivityColumnExprActivity.js} +2 -2
  27. package/api/types/AggregateExpr.d.ts +8 -0
  28. package/api/types/AggregateExprArg.d.ts +5 -0
  29. package/api/types/{ReducerFunction.d.ts → AggregateExprFunc.d.ts} +2 -2
  30. package/{dist/api/types/ReducerFunction.js → api/types/AggregateExprFunc.js} +2 -2
  31. package/api/types/DatePartExpr.d.ts +8 -0
  32. package/api/types/DatePartExprArg.d.ts +5 -0
  33. package/api/types/DatePartExprDatePart.d.ts +15 -0
  34. package/{dist/api/types/SwizzlingBinGranularity.js → api/types/DatePartExprDatePart.js} +6 -2
  35. package/api/types/DateTruncExpr.d.ts +8 -0
  36. package/api/types/DateTruncExprArg.d.ts +5 -0
  37. package/api/types/FailureType.d.ts +16 -0
  38. package/api/types/FailureType.js +18 -0
  39. package/api/types/GroupKeyColumnExpr.d.ts +7 -0
  40. package/api/types/GroupKeyColumnExprGroupKey.d.ts +4 -0
  41. package/{dist/api/types/Reducer.d.ts → api/types/IndexColumnExpr.d.ts} +2 -2
  42. package/api/types/IndexColumnExprIndex.d.ts +8 -0
  43. package/api/types/IndexColumnExprIndex.js +10 -0
  44. package/api/types/LabResultsRaw.d.ts +1 -0
  45. package/api/types/LabTestSampleType.d.ts +2 -1
  46. package/api/types/LabTestSampleType.js +1 -0
  47. package/api/types/Labs.d.ts +2 -1
  48. package/api/types/Labs.js +1 -0
  49. package/api/types/MissingBiomarkerResult.d.ts +12 -0
  50. package/api/types/QueryInstruction.d.ts +2 -4
  51. package/api/types/{QueryInstructionSelect.d.ts → QueryInstructionGroupByItem.d.ts} +1 -1
  52. package/api/types/QueryInstructionGroupByItem.js +5 -0
  53. package/api/types/QueryInstructionSelectItem.d.ts +5 -0
  54. package/api/types/QueryInstructionSelectItem.js +5 -0
  55. package/api/types/Question.d.ts +1 -0
  56. package/api/types/{SleepSelector.d.ts → SleepColumnExpr.d.ts} +2 -2
  57. package/api/types/SleepColumnExpr.js +5 -0
  58. package/api/types/{SleepSelectorSleep.d.ts → SleepColumnExprSleep.d.ts} +2 -2
  59. package/{dist/api/types/SleepSelectorSleep.js → api/types/SleepColumnExprSleep.js} +2 -2
  60. package/api/types/TimeseriesMetricPoint.d.ts +1 -0
  61. package/api/types/index.d.ts +20 -10
  62. package/api/types/index.js +20 -10
  63. package/dist/api/resources/activity/client/Client.js +2 -2
  64. package/dist/api/resources/aggregate/client/Client.d.ts +13 -8
  65. package/dist/api/resources/aggregate/client/Client.js +14 -9
  66. package/dist/api/resources/aggregate/client/requests/Query.d.ts +13 -8
  67. package/dist/api/resources/body/client/Client.js +2 -2
  68. package/dist/api/resources/devices/client/Client.js +1 -1
  69. package/dist/api/resources/insurance/client/Client.js +2 -2
  70. package/dist/api/resources/introspect/client/Client.js +2 -2
  71. package/dist/api/resources/labTests/client/Client.d.ts +8 -6
  72. package/dist/api/resources/labTests/client/Client.js +41 -33
  73. package/dist/api/resources/labTests/client/requests/LabTestsGetPhlebotomyAppointmentAvailabilityRequest.d.ts +25 -0
  74. package/dist/api/resources/labTests/client/requests/LabTestsGetPhlebotomyAppointmentAvailabilityRequest.js +5 -0
  75. package/dist/api/resources/labTests/client/requests/index.d.ts +1 -0
  76. package/dist/api/resources/link/client/Client.js +14 -14
  77. package/dist/api/resources/meal/client/Client.js +1 -1
  78. package/dist/api/resources/menstrualCycle/client/Client.js +1 -1
  79. package/dist/api/resources/profile/client/Client.js +2 -2
  80. package/dist/api/resources/providers/client/Client.js +1 -1
  81. package/dist/api/resources/sleep/client/Client.js +4 -4
  82. package/dist/api/resources/team/client/Client.js +7 -7
  83. package/dist/api/resources/testkit/client/Client.js +2 -2
  84. package/dist/api/resources/user/client/Client.js +16 -16
  85. package/dist/api/resources/vitals/client/Client.js +56 -56
  86. package/dist/api/resources/workouts/client/Client.js +3 -3
  87. package/dist/api/types/{ActivitySelector.d.ts → ActivityColumnExpr.d.ts} +2 -2
  88. package/dist/api/types/ActivityColumnExpr.js +5 -0
  89. package/{api/types/ActivitySelectorActivity.d.ts → dist/api/types/ActivityColumnExprActivity.d.ts} +2 -2
  90. package/{api/types/ActivitySelectorActivity.js → dist/api/types/ActivityColumnExprActivity.js} +2 -2
  91. package/dist/api/types/AggregateExpr.d.ts +8 -0
  92. package/dist/api/types/AggregateExpr.js +5 -0
  93. package/dist/api/types/AggregateExprArg.d.ts +5 -0
  94. package/dist/api/types/AggregateExprArg.js +5 -0
  95. package/dist/api/types/{ReducerFunction.d.ts → AggregateExprFunc.d.ts} +2 -2
  96. package/{api/types/ReducerFunction.js → dist/api/types/AggregateExprFunc.js} +2 -2
  97. package/dist/api/types/DatePartExpr.d.ts +8 -0
  98. package/dist/api/types/DatePartExpr.js +5 -0
  99. package/dist/api/types/DatePartExprArg.d.ts +5 -0
  100. package/dist/api/types/DatePartExprArg.js +5 -0
  101. package/dist/api/types/DatePartExprDatePart.d.ts +15 -0
  102. package/{api/types/SwizzlingBinGranularity.js → dist/api/types/DatePartExprDatePart.js} +6 -2
  103. package/dist/api/types/DateTruncExpr.d.ts +8 -0
  104. package/dist/api/types/DateTruncExpr.js +5 -0
  105. package/dist/api/types/DateTruncExprArg.d.ts +5 -0
  106. package/dist/api/types/DateTruncExprArg.js +5 -0
  107. package/dist/api/types/FailureType.d.ts +16 -0
  108. package/dist/api/types/FailureType.js +18 -0
  109. package/dist/api/types/GroupKeyColumnExpr.d.ts +7 -0
  110. package/dist/api/types/GroupKeyColumnExpr.js +5 -0
  111. package/dist/api/types/GroupKeyColumnExprGroupKey.d.ts +4 -0
  112. package/dist/api/types/GroupKeyColumnExprGroupKey.js +5 -0
  113. package/dist/api/types/{SleepSelector.d.ts → IndexColumnExpr.d.ts} +2 -2
  114. package/dist/api/types/IndexColumnExpr.js +5 -0
  115. package/dist/api/types/IndexColumnExprIndex.d.ts +8 -0
  116. package/dist/api/types/IndexColumnExprIndex.js +10 -0
  117. package/dist/api/types/LabResultsRaw.d.ts +1 -0
  118. package/dist/api/types/LabTestSampleType.d.ts +2 -1
  119. package/dist/api/types/LabTestSampleType.js +1 -0
  120. package/dist/api/types/Labs.d.ts +2 -1
  121. package/dist/api/types/Labs.js +1 -0
  122. package/dist/api/types/MissingBiomarkerResult.d.ts +12 -0
  123. package/dist/api/types/MissingBiomarkerResult.js +5 -0
  124. package/dist/api/types/QueryInstruction.d.ts +2 -4
  125. package/{api/types/QueryInstructionPartitionBy.d.ts → dist/api/types/QueryInstructionGroupByItem.d.ts} +1 -1
  126. package/dist/api/types/QueryInstructionGroupByItem.js +5 -0
  127. package/dist/api/types/QueryInstructionSelectItem.d.ts +5 -0
  128. package/dist/api/types/QueryInstructionSelectItem.js +5 -0
  129. package/dist/api/types/Question.d.ts +1 -0
  130. package/{api/types/Reducer.d.ts → dist/api/types/SleepColumnExpr.d.ts} +2 -2
  131. package/dist/api/types/SleepColumnExpr.js +5 -0
  132. package/dist/api/types/{SleepSelectorSleep.d.ts → SleepColumnExprSleep.d.ts} +2 -2
  133. package/{api/types/SleepSelectorSleep.js → dist/api/types/SleepColumnExprSleep.js} +2 -2
  134. package/dist/api/types/TimeseriesMetricPoint.d.ts +1 -0
  135. package/dist/api/types/index.d.ts +20 -10
  136. package/dist/api/types/index.js +20 -10
  137. package/dist/serialization/types/ActivityColumnExpr.d.ts +13 -0
  138. package/dist/serialization/types/{ActivitySelector.js → ActivityColumnExpr.js} +4 -4
  139. package/{serialization/types/ActivitySelectorActivity.d.ts → dist/serialization/types/ActivityColumnExprActivity.d.ts} +2 -2
  140. package/dist/serialization/types/{ActivitySelectorActivity.js → ActivityColumnExprActivity.js} +2 -2
  141. package/dist/serialization/types/AggregateExpr.d.ts +15 -0
  142. package/dist/serialization/types/AggregateExpr.js +36 -0
  143. package/dist/serialization/types/AggregateExprArg.d.ts +14 -0
  144. package/dist/serialization/types/AggregateExprArg.js +35 -0
  145. package/{serialization/types/ReducerFunction.d.ts → dist/serialization/types/AggregateExprFunc.d.ts} +2 -2
  146. package/{serialization/types/ReducerFunction.js → dist/serialization/types/AggregateExprFunc.js} +2 -2
  147. package/dist/serialization/types/DatePartExpr.d.ts +15 -0
  148. package/dist/serialization/types/DatePartExpr.js +36 -0
  149. package/dist/serialization/types/DatePartExprArg.d.ts +12 -0
  150. package/{serialization/types/QueryInstructionPartitionBy.js → dist/serialization/types/DatePartExprArg.js} +3 -3
  151. package/dist/serialization/types/DatePartExprDatePart.d.ts +10 -0
  152. package/dist/serialization/types/DatePartExprDatePart.js +41 -0
  153. package/dist/serialization/types/DateTruncExpr.d.ts +15 -0
  154. package/dist/serialization/types/DateTruncExpr.js +36 -0
  155. package/dist/serialization/types/DateTruncExprArg.d.ts +12 -0
  156. package/dist/serialization/types/DateTruncExprArg.js +33 -0
  157. package/dist/serialization/types/FailureType.d.ts +10 -0
  158. package/dist/serialization/types/{QueryInstructionSelect.js → FailureType.js} +13 -4
  159. package/dist/serialization/types/GroupKeyColumnExpr.d.ts +13 -0
  160. package/dist/serialization/types/GroupKeyColumnExpr.js +34 -0
  161. package/dist/serialization/types/GroupKeyColumnExprGroupKey.d.ts +10 -0
  162. package/dist/serialization/types/{Reducer.js → GroupKeyColumnExprGroupKey.js} +2 -5
  163. package/dist/serialization/types/IndexColumnExpr.d.ts +13 -0
  164. package/dist/serialization/types/{SleepSelector.js → IndexColumnExpr.js} +4 -4
  165. package/dist/serialization/types/IndexColumnExprIndex.d.ts +10 -0
  166. package/dist/serialization/types/{SwizzlingBinGranularity.js → IndexColumnExprIndex.js} +2 -2
  167. package/dist/serialization/types/LabResultsRaw.d.ts +2 -0
  168. package/dist/serialization/types/LabResultsRaw.js +2 -0
  169. package/dist/serialization/types/LabTestSampleType.d.ts +1 -1
  170. package/dist/serialization/types/LabTestSampleType.js +1 -1
  171. package/dist/serialization/types/Labs.d.ts +1 -1
  172. package/dist/serialization/types/Labs.js +1 -0
  173. package/dist/serialization/types/MissingBiomarkerResult.d.ts +18 -0
  174. package/dist/serialization/types/{Swizzling.js → MissingBiomarkerResult.js} +9 -7
  175. package/dist/serialization/types/QueryInstruction.d.ts +4 -8
  176. package/dist/serialization/types/QueryInstruction.js +4 -8
  177. package/dist/serialization/types/QueryInstructionGroupByItem.d.ts +12 -0
  178. package/dist/serialization/types/QueryInstructionGroupByItem.js +33 -0
  179. package/dist/serialization/types/QueryInstructionSelectItem.d.ts +15 -0
  180. package/dist/serialization/types/QueryInstructionSelectItem.js +42 -0
  181. package/dist/serialization/types/Question.d.ts +1 -0
  182. package/dist/serialization/types/Question.js +1 -0
  183. package/dist/serialization/types/SleepColumnExpr.d.ts +13 -0
  184. package/{serialization/types/SleepSelector.js → dist/serialization/types/SleepColumnExpr.js} +4 -4
  185. package/dist/serialization/types/{SleepSelectorSleep.d.ts → SleepColumnExprSleep.d.ts} +2 -2
  186. package/{serialization/types/SleepSelectorSleep.js → dist/serialization/types/SleepColumnExprSleep.js} +2 -2
  187. package/dist/serialization/types/TimeseriesMetricPoint.d.ts +1 -0
  188. package/dist/serialization/types/TimeseriesMetricPoint.js +1 -0
  189. package/dist/serialization/types/index.d.ts +20 -10
  190. package/dist/serialization/types/index.js +20 -10
  191. package/dist/version.d.ts +1 -1
  192. package/dist/version.js +1 -1
  193. package/package.json +1 -1
  194. package/reference.md +22 -13
  195. package/serialization/types/ActivityColumnExpr.d.ts +13 -0
  196. package/serialization/types/{ActivitySelector.js → ActivityColumnExpr.js} +4 -4
  197. package/{dist/serialization/types/ActivitySelectorActivity.d.ts → serialization/types/ActivityColumnExprActivity.d.ts} +2 -2
  198. package/serialization/types/{ActivitySelectorActivity.js → ActivityColumnExprActivity.js} +2 -2
  199. package/serialization/types/AggregateExpr.d.ts +15 -0
  200. package/serialization/types/AggregateExpr.js +36 -0
  201. package/serialization/types/AggregateExprArg.d.ts +14 -0
  202. package/serialization/types/AggregateExprArg.js +35 -0
  203. package/{dist/serialization/types/ReducerFunction.d.ts → serialization/types/AggregateExprFunc.d.ts} +2 -2
  204. package/{dist/serialization/types/ReducerFunction.js → serialization/types/AggregateExprFunc.js} +2 -2
  205. package/serialization/types/DatePartExpr.d.ts +15 -0
  206. package/serialization/types/DatePartExpr.js +36 -0
  207. package/serialization/types/DatePartExprArg.d.ts +12 -0
  208. package/{dist/serialization/types/QueryInstructionPartitionBy.js → serialization/types/DatePartExprArg.js} +3 -3
  209. package/serialization/types/DatePartExprDatePart.d.ts +10 -0
  210. package/serialization/types/DatePartExprDatePart.js +41 -0
  211. package/serialization/types/DateTruncExpr.d.ts +15 -0
  212. package/serialization/types/DateTruncExpr.js +36 -0
  213. package/serialization/types/DateTruncExprArg.d.ts +12 -0
  214. package/serialization/types/DateTruncExprArg.js +33 -0
  215. package/serialization/types/FailureType.d.ts +10 -0
  216. package/serialization/types/FailureType.js +42 -0
  217. package/serialization/types/GroupKeyColumnExpr.d.ts +13 -0
  218. package/serialization/types/GroupKeyColumnExpr.js +34 -0
  219. package/serialization/types/GroupKeyColumnExprGroupKey.d.ts +10 -0
  220. package/serialization/types/{Reducer.js → GroupKeyColumnExprGroupKey.js} +2 -5
  221. package/serialization/types/IndexColumnExpr.d.ts +13 -0
  222. package/serialization/types/IndexColumnExpr.js +34 -0
  223. package/serialization/types/IndexColumnExprIndex.d.ts +10 -0
  224. package/serialization/types/{SwizzlingBinGranularity.js → IndexColumnExprIndex.js} +2 -2
  225. package/serialization/types/LabResultsRaw.d.ts +2 -0
  226. package/serialization/types/LabResultsRaw.js +2 -0
  227. package/serialization/types/LabTestSampleType.d.ts +1 -1
  228. package/serialization/types/LabTestSampleType.js +1 -1
  229. package/serialization/types/Labs.d.ts +1 -1
  230. package/serialization/types/Labs.js +1 -0
  231. package/serialization/types/MissingBiomarkerResult.d.ts +18 -0
  232. package/serialization/types/MissingBiomarkerResult.js +39 -0
  233. package/serialization/types/QueryInstruction.d.ts +4 -8
  234. package/serialization/types/QueryInstruction.js +4 -8
  235. package/serialization/types/QueryInstructionGroupByItem.d.ts +12 -0
  236. package/serialization/types/QueryInstructionGroupByItem.js +33 -0
  237. package/serialization/types/QueryInstructionSelectItem.d.ts +15 -0
  238. package/serialization/types/QueryInstructionSelectItem.js +42 -0
  239. package/serialization/types/Question.d.ts +1 -0
  240. package/serialization/types/Question.js +1 -0
  241. package/serialization/types/SleepColumnExpr.d.ts +13 -0
  242. package/serialization/types/SleepColumnExpr.js +34 -0
  243. package/serialization/types/{SleepSelectorSleep.d.ts → SleepColumnExprSleep.d.ts} +2 -2
  244. package/{dist/serialization/types/SleepSelectorSleep.js → serialization/types/SleepColumnExprSleep.js} +2 -2
  245. package/serialization/types/TimeseriesMetricPoint.d.ts +1 -0
  246. package/serialization/types/TimeseriesMetricPoint.js +1 -0
  247. package/serialization/types/index.d.ts +20 -10
  248. package/serialization/types/index.js +20 -10
  249. package/version.d.ts +1 -1
  250. package/version.js +1 -1
  251. package/api/types/Swizzling.d.ts +0 -36
  252. package/api/types/SwizzlingBinGranularity.d.ts +0 -11
  253. package/dist/api/types/QueryInstructionPartitionBy.d.ts +0 -5
  254. package/dist/api/types/QueryInstructionSelect.d.ts +0 -5
  255. package/dist/api/types/Swizzling.d.ts +0 -36
  256. package/dist/api/types/SwizzlingBinGranularity.d.ts +0 -11
  257. package/dist/serialization/types/ActivitySelector.d.ts +0 -13
  258. package/dist/serialization/types/QueryInstructionPartitionBy.d.ts +0 -12
  259. package/dist/serialization/types/QueryInstructionSelect.d.ts +0 -12
  260. package/dist/serialization/types/Reducer.d.ts +0 -13
  261. package/dist/serialization/types/SleepSelector.d.ts +0 -13
  262. package/dist/serialization/types/Swizzling.d.ts +0 -16
  263. package/dist/serialization/types/SwizzlingBinGranularity.d.ts +0 -10
  264. package/serialization/types/ActivitySelector.d.ts +0 -13
  265. package/serialization/types/QueryInstructionPartitionBy.d.ts +0 -12
  266. package/serialization/types/QueryInstructionSelect.d.ts +0 -12
  267. package/serialization/types/QueryInstructionSelect.js +0 -33
  268. package/serialization/types/Reducer.d.ts +0 -13
  269. package/serialization/types/SleepSelector.d.ts +0 -13
  270. package/serialization/types/Swizzling.d.ts +0 -16
  271. package/serialization/types/Swizzling.js +0 -37
  272. package/serialization/types/SwizzlingBinGranularity.d.ts +0 -10
  273. /package/api/{types/ActivitySelector.js → resources/labTests/client/requests/LabTestsGetPhlebotomyAppointmentAvailabilityRequest.js} +0 -0
  274. /package/api/types/{QueryInstructionPartitionBy.js → ActivityColumnExpr.js} +0 -0
  275. /package/api/types/{QueryInstructionSelect.js → AggregateExpr.js} +0 -0
  276. /package/api/types/{Reducer.js → AggregateExprArg.js} +0 -0
  277. /package/api/types/{SleepSelector.js → DatePartExpr.js} +0 -0
  278. /package/api/types/{Swizzling.js → DatePartExprArg.js} +0 -0
  279. /package/{dist/api/types/ActivitySelector.js → api/types/DateTruncExpr.js} +0 -0
  280. /package/{dist/api/types/QueryInstructionPartitionBy.js → api/types/DateTruncExprArg.js} +0 -0
  281. /package/{dist/api/types/QueryInstructionSelect.js → api/types/GroupKeyColumnExpr.js} +0 -0
  282. /package/{dist/api/types/Reducer.js → api/types/GroupKeyColumnExprGroupKey.js} +0 -0
  283. /package/{dist/api/types/SleepSelector.js → api/types/IndexColumnExpr.js} +0 -0
  284. /package/{dist/api/types/Swizzling.js → api/types/MissingBiomarkerResult.js} +0 -0
@@ -0,0 +1,34 @@
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.IndexColumnExpr = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const IndexColumnExprIndex_1 = require("./IndexColumnExprIndex");
32
+ exports.IndexColumnExpr = core.serialization.object({
33
+ index: IndexColumnExprIndex_1.IndexColumnExprIndex,
34
+ });
@@ -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 IndexColumnExprIndex: core.serialization.Schema<serializers.IndexColumnExprIndex.Raw, Vital.IndexColumnExprIndex>;
8
+ export declare namespace IndexColumnExprIndex {
9
+ type Raw = "sleep" | "activity";
10
+ }
@@ -26,6 +26,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.SwizzlingBinGranularity = void 0;
29
+ exports.IndexColumnExprIndex = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- exports.SwizzlingBinGranularity = core.serialization.enum_(["minute", "hour", "day", "week", "month"]);
31
+ exports.IndexColumnExprIndex = core.serialization.enum_(["sleep", "activity"]);
@@ -6,10 +6,12 @@ import * as Vital from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { LabResultsMetadata } from "./LabResultsMetadata";
8
8
  import { LabResultsRawResults } from "./LabResultsRawResults";
9
+ import { MissingBiomarkerResult } from "./MissingBiomarkerResult";
9
10
  export declare const LabResultsRaw: core.serialization.ObjectSchema<serializers.LabResultsRaw.Raw, Vital.LabResultsRaw>;
10
11
  export declare namespace LabResultsRaw {
11
12
  interface Raw {
12
13
  metadata: LabResultsMetadata.Raw;
13
14
  results: LabResultsRawResults.Raw;
15
+ missing_results?: MissingBiomarkerResult.Raw[] | null;
14
16
  }
15
17
  }
@@ -30,7 +30,9 @@ exports.LabResultsRaw = void 0;
30
30
  const core = __importStar(require("../../core"));
31
31
  const LabResultsMetadata_1 = require("./LabResultsMetadata");
32
32
  const LabResultsRawResults_1 = require("./LabResultsRawResults");
33
+ const MissingBiomarkerResult_1 = require("./MissingBiomarkerResult");
33
34
  exports.LabResultsRaw = core.serialization.object({
34
35
  metadata: LabResultsMetadata_1.LabResultsMetadata,
35
36
  results: LabResultsRawResults_1.LabResultsRawResults,
37
+ missingResults: core.serialization.property("missing_results", core.serialization.list(MissingBiomarkerResult_1.MissingBiomarkerResult).optional()),
36
38
  });
@@ -6,5 +6,5 @@ import * as Vital from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  export declare const LabTestSampleType: core.serialization.Schema<serializers.LabTestSampleType.Raw, Vital.LabTestSampleType>;
8
8
  export declare namespace LabTestSampleType {
9
- type Raw = "dried_blood_spot" | "serum" | "saliva" | "urine";
9
+ type Raw = "dried_blood_spot" | "arm_collector" | "serum" | "saliva" | "urine";
10
10
  }
@@ -28,4 +28,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.LabTestSampleType = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- exports.LabTestSampleType = core.serialization.enum_(["dried_blood_spot", "serum", "saliva", "urine"]);
31
+ exports.LabTestSampleType = core.serialization.enum_(["dried_blood_spot", "arm_collector", "serum", "saliva", "urine"]);
@@ -6,5 +6,5 @@ import * as Vital from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  export declare const Labs: core.serialization.Schema<serializers.Labs.Raw, Vital.Labs>;
8
8
  export declare namespace Labs {
9
- type Raw = "ayumetrix" | "spiriplex" | "ussl" | "quest" | "labcorp" | "bioreference" | "manual";
9
+ type Raw = "ayumetrix" | "spiriplex" | "ussl" | "quest" | "labcorp" | "bioreference" | "manual" | "sanocardio";
10
10
  }
@@ -36,4 +36,5 @@ exports.Labs = core.serialization.enum_([
36
36
  "labcorp",
37
37
  "bioreference",
38
38
  "manual",
39
+ "sanocardio",
39
40
  ]);
@@ -0,0 +1,18 @@
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 { FailureType } from "./FailureType";
8
+ export declare const MissingBiomarkerResult: core.serialization.ObjectSchema<serializers.MissingBiomarkerResult.Raw, Vital.MissingBiomarkerResult>;
9
+ export declare namespace MissingBiomarkerResult {
10
+ interface Raw {
11
+ name: string;
12
+ slug: string;
13
+ reason: FailureType.Raw;
14
+ loinc?: string | null;
15
+ loinc_slug?: string | null;
16
+ provider_id?: string | null;
17
+ }
18
+ }
@@ -0,0 +1,39 @@
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.MissingBiomarkerResult = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const FailureType_1 = require("./FailureType");
32
+ exports.MissingBiomarkerResult = core.serialization.object({
33
+ name: core.serialization.string(),
34
+ slug: core.serialization.string(),
35
+ reason: FailureType_1.FailureType,
36
+ loinc: core.serialization.string().optional(),
37
+ loincSlug: core.serialization.property("loinc_slug", core.serialization.string().optional()),
38
+ providerId: core.serialization.property("provider_id", core.serialization.string().optional()),
39
+ });
@@ -4,17 +4,13 @@
4
4
  import * as serializers from "../index";
5
5
  import * as Vital from "../../api/index";
6
6
  import * as core from "../../core";
7
- import { QueryInstructionSelect } from "./QueryInstructionSelect";
8
- import { QueryInstructionPartitionBy } from "./QueryInstructionPartitionBy";
9
- import { Swizzling } from "./Swizzling";
10
- import { Reducer } from "./Reducer";
7
+ import { QueryInstructionSelectItem } from "./QueryInstructionSelectItem";
8
+ import { QueryInstructionGroupByItem } from "./QueryInstructionGroupByItem";
11
9
  export declare const QueryInstruction: core.serialization.ObjectSchema<serializers.QueryInstruction.Raw, Vital.QueryInstruction>;
12
10
  export declare namespace QueryInstruction {
13
11
  interface Raw {
14
- select: QueryInstructionSelect.Raw;
15
- partition_by: QueryInstructionPartitionBy.Raw;
16
- swizzle_by?: Swizzling.Raw | null;
17
- reduce_by: Reducer.Raw[];
12
+ select: QueryInstructionSelectItem.Raw[];
13
+ group_by: QueryInstructionGroupByItem.Raw[];
18
14
  split_by_source?: boolean | null;
19
15
  }
20
16
  }
@@ -28,14 +28,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.QueryInstruction = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- const QueryInstructionSelect_1 = require("./QueryInstructionSelect");
32
- const QueryInstructionPartitionBy_1 = require("./QueryInstructionPartitionBy");
33
- const Swizzling_1 = require("./Swizzling");
34
- const Reducer_1 = require("./Reducer");
31
+ const QueryInstructionSelectItem_1 = require("./QueryInstructionSelectItem");
32
+ const QueryInstructionGroupByItem_1 = require("./QueryInstructionGroupByItem");
35
33
  exports.QueryInstruction = core.serialization.object({
36
- select: QueryInstructionSelect_1.QueryInstructionSelect,
37
- partitionBy: core.serialization.property("partition_by", QueryInstructionPartitionBy_1.QueryInstructionPartitionBy),
38
- swizzleBy: core.serialization.property("swizzle_by", Swizzling_1.Swizzling.optional()),
39
- reduceBy: core.serialization.property("reduce_by", core.serialization.list(Reducer_1.Reducer)),
34
+ select: core.serialization.list(QueryInstructionSelectItem_1.QueryInstructionSelectItem),
35
+ groupBy: core.serialization.property("group_by", core.serialization.list(QueryInstructionGroupByItem_1.QueryInstructionGroupByItem)),
40
36
  splitBySource: core.serialization.property("split_by_source", core.serialization.boolean().optional()),
41
37
  });
@@ -0,0 +1,12 @@
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 { DateTruncExpr } from "./DateTruncExpr";
8
+ import { DatePartExpr } from "./DatePartExpr";
9
+ export declare const QueryInstructionGroupByItem: core.serialization.Schema<serializers.QueryInstructionGroupByItem.Raw, Vital.QueryInstructionGroupByItem>;
10
+ export declare namespace QueryInstructionGroupByItem {
11
+ type Raw = DateTruncExpr.Raw | DatePartExpr.Raw;
12
+ }
@@ -0,0 +1,33 @@
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.QueryInstructionGroupByItem = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const DateTruncExpr_1 = require("./DateTruncExpr");
32
+ const DatePartExpr_1 = require("./DatePartExpr");
33
+ exports.QueryInstructionGroupByItem = core.serialization.undiscriminatedUnion([DateTruncExpr_1.DateTruncExpr, DatePartExpr_1.DatePartExpr]);
@@ -0,0 +1,15 @@
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 { AggregateExpr } from "./AggregateExpr";
8
+ import { SleepColumnExpr } from "./SleepColumnExpr";
9
+ import { ActivityColumnExpr } from "./ActivityColumnExpr";
10
+ import { IndexColumnExpr } from "./IndexColumnExpr";
11
+ import { GroupKeyColumnExpr } from "./GroupKeyColumnExpr";
12
+ export declare const QueryInstructionSelectItem: core.serialization.Schema<serializers.QueryInstructionSelectItem.Raw, Vital.QueryInstructionSelectItem>;
13
+ export declare namespace QueryInstructionSelectItem {
14
+ type Raw = AggregateExpr.Raw | SleepColumnExpr.Raw | ActivityColumnExpr.Raw | IndexColumnExpr.Raw | GroupKeyColumnExpr.Raw;
15
+ }
@@ -0,0 +1,42 @@
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.QueryInstructionSelectItem = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const AggregateExpr_1 = require("./AggregateExpr");
32
+ const SleepColumnExpr_1 = require("./SleepColumnExpr");
33
+ const ActivityColumnExpr_1 = require("./ActivityColumnExpr");
34
+ const IndexColumnExpr_1 = require("./IndexColumnExpr");
35
+ const GroupKeyColumnExpr_1 = require("./GroupKeyColumnExpr");
36
+ exports.QueryInstructionSelectItem = core.serialization.undiscriminatedUnion([
37
+ AggregateExpr_1.AggregateExpr,
38
+ SleepColumnExpr_1.SleepColumnExpr,
39
+ ActivityColumnExpr_1.ActivityColumnExpr,
40
+ IndexColumnExpr_1.IndexColumnExpr,
41
+ GroupKeyColumnExpr_1.GroupKeyColumnExpr,
42
+ ]);
@@ -17,5 +17,6 @@ export declare namespace Question {
17
17
  sequence: number;
18
18
  answers: Answer.Raw[];
19
19
  constraint?: string | null;
20
+ default?: string | null;
20
21
  }
21
22
  }
@@ -39,4 +39,5 @@ exports.Question = core.serialization.object({
39
39
  sequence: core.serialization.number(),
40
40
  answers: core.serialization.list(Answer_1.Answer),
41
41
  constraint: core.serialization.string().optional(),
42
+ default: core.serialization.string().optional(),
42
43
  });
@@ -0,0 +1,13 @@
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 { SleepColumnExprSleep } from "./SleepColumnExprSleep";
8
+ export declare const SleepColumnExpr: core.serialization.ObjectSchema<serializers.SleepColumnExpr.Raw, Vital.SleepColumnExpr>;
9
+ export declare namespace SleepColumnExpr {
10
+ interface Raw {
11
+ sleep: SleepColumnExprSleep.Raw;
12
+ }
13
+ }
@@ -0,0 +1,34 @@
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.SleepColumnExpr = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const SleepColumnExprSleep_1 = require("./SleepColumnExprSleep");
32
+ exports.SleepColumnExpr = core.serialization.object({
33
+ sleep: SleepColumnExprSleep_1.SleepColumnExprSleep,
34
+ });
@@ -4,7 +4,7 @@
4
4
  import * as serializers from "../index";
5
5
  import * as Vital from "../../api/index";
6
6
  import * as core from "../../core";
7
- export declare const SleepSelectorSleep: core.serialization.Schema<serializers.SleepSelectorSleep.Raw, Vital.SleepSelectorSleep>;
8
- export declare namespace SleepSelectorSleep {
7
+ export declare const SleepColumnExprSleep: core.serialization.Schema<serializers.SleepColumnExprSleep.Raw, Vital.SleepColumnExprSleep>;
8
+ export declare namespace SleepColumnExprSleep {
9
9
  type Raw = "session_start" | "session_end" | "state" | "duration_second" | "stage_asleep_second" | "stage_awake_second" | "stage_light_second" | "stage_rem_second" | "stage_deep_second" | "stage_unknown_second" | "latency_second" | "heart_rate_minimum" | "heart_rate_mean" | "heart_rate_maximum" | "heart_rate_dip" | "efficiency" | "hrv_mean_rmssd" | "hrv_mean_sdnn" | "skin_temperature_delta" | "respiratory_rate" | "score" | "source_type" | "source_provider" | "source_app_id";
10
10
  }
@@ -26,9 +26,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.SleepSelectorSleep = void 0;
29
+ exports.SleepColumnExprSleep = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- exports.SleepSelectorSleep = core.serialization.enum_([
31
+ exports.SleepColumnExprSleep = core.serialization.enum_([
32
32
  "session_start",
33
33
  "session_end",
34
34
  "state",
@@ -9,5 +9,6 @@ export declare namespace TimeseriesMetricPoint {
9
9
  interface Raw {
10
10
  date: string;
11
11
  value: number;
12
+ all: number;
12
13
  }
13
14
  }
@@ -31,4 +31,5 @@ const core = __importStar(require("../../core"));
31
31
  exports.TimeseriesMetricPoint = core.serialization.object({
32
32
  date: core.serialization.string(),
33
33
  value: core.serialization.number(),
34
+ all: core.serialization.number(),
34
35
  });
@@ -1,8 +1,11 @@
1
- export * from "./ActivitySelectorActivity";
2
- export * from "./ActivitySelector";
1
+ export * from "./ActivityColumnExprActivity";
2
+ export * from "./ActivityColumnExpr";
3
3
  export * from "./ActivityV2InDb";
4
4
  export * from "./AddOnOrder";
5
5
  export * from "./Address";
6
+ export * from "./AggregateExprArg";
7
+ export * from "./AggregateExprFunc";
8
+ export * from "./AggregateExpr";
6
9
  export * from "./AllowedRadius";
7
10
  export * from "./Answer";
8
11
  export * from "./AoE";
@@ -138,6 +141,11 @@ export * from "./Consent";
138
141
  export * from "./ConsentType";
139
142
  export * from "./ContraceptiveEntryType";
140
143
  export * from "./ContraceptiveEntry";
144
+ export * from "./DatePartExprArg";
145
+ export * from "./DatePartExprDatePart";
146
+ export * from "./DatePartExpr";
147
+ export * from "./DateTruncExprArg";
148
+ export * from "./DateTruncExpr";
141
149
  export * from "./DaySlots";
142
150
  export * from "./DelegatedFlowType";
143
151
  export * from "./DemoConnectionStatus";
@@ -150,12 +158,15 @@ export * from "./Energy";
150
158
  export * from "./EventDestinationPreferencesPreferred";
151
159
  export * from "./EventDestinationPreferencesEnabledItem";
152
160
  export * from "./EventDestinationPreferences";
161
+ export * from "./FailureType";
153
162
  export * from "./FallbackBirthDate";
154
163
  export * from "./FallbackTimeZone";
155
164
  export * from "./Fats";
156
165
  export * from "./Gender";
157
166
  export * from "./GetMarkersResponse";
158
167
  export * from "./GetOrdersResponse";
168
+ export * from "./GroupKeyColumnExprGroupKey";
169
+ export * from "./GroupKeyColumnExpr";
159
170
  export * from "./HttpValidationError";
160
171
  export * from "./HealthInsuranceCreateRequestFrontImage";
161
172
  export * from "./HealthInsuranceCreateRequestBackImage";
@@ -167,6 +178,8 @@ export * from "./HomePregnancyTestEntryTestResult";
167
178
  export * from "./HomePregnancyTestEntry";
168
179
  export * from "./HomeProgesteroneTestEntryTestResult";
169
180
  export * from "./HomeProgesteroneTestEntry";
181
+ export * from "./IndexColumnExprIndex";
182
+ export * from "./IndexColumnExpr";
170
183
  export * from "./IntermenstrualBleedingEntry";
171
184
  export * from "./Jpeg";
172
185
  export * from "./LabLocationMetadata";
@@ -192,6 +205,7 @@ export * from "./MenstrualFlowEntry";
192
205
  export * from "./MetricsResult";
193
206
  export * from "./Micros";
194
207
  export * from "./Minerals";
208
+ export * from "./MissingBiomarkerResult";
195
209
  export * from "./OAuthProviders";
196
210
  export * from "./OrderSetRequest";
197
211
  export * from "./OrderStatus";
@@ -225,8 +239,8 @@ export * from "./Providers";
225
239
  export * from "./QueryConfigWeekStartsOn";
226
240
  export * from "./QueryConfigProviderPriorityOverridesItem";
227
241
  export * from "./QueryConfig";
228
- export * from "./QueryInstructionSelect";
229
- export * from "./QueryInstructionPartitionBy";
242
+ export * from "./QueryInstructionSelectItem";
243
+ export * from "./QueryInstructionGroupByItem";
230
244
  export * from "./QueryInstruction";
231
245
  export * from "./Question";
232
246
  export * from "./QuestionType";
@@ -236,8 +250,6 @@ export * from "./RawDevices";
236
250
  export * from "./RawProfile";
237
251
  export * from "./RawSleep";
238
252
  export * from "./RawWorkout";
239
- export * from "./ReducerFunction";
240
- export * from "./Reducer";
241
253
  export * from "./Region";
242
254
  export * from "./RelativeTimeframe";
243
255
  export * from "./ResourceAvailability";
@@ -252,16 +264,14 @@ export * from "./SingleProviderHistoricalPullResponse";
252
264
  export * from "./SingleResourceStatistics";
253
265
  export * from "./SingleUserHistoricalPullResponse";
254
266
  export * from "./SingleUserResourceResponse";
255
- export * from "./SleepSelectorSleep";
256
- export * from "./SleepSelector";
267
+ export * from "./SleepColumnExprSleep";
268
+ export * from "./SleepColumnExpr";
257
269
  export * from "./SleepSummaryState";
258
270
  export * from "./SleepV2InDb";
259
271
  export * from "./Source";
260
272
  export * from "./SourceAuthType";
261
273
  export * from "./SourceLink";
262
274
  export * from "./SourceType";
263
- export * from "./SwizzlingBinGranularity";
264
- export * from "./Swizzling";
265
275
  export * from "./TeamConfig";
266
276
  export * from "./TimeSlot";
267
277
  export * from "./TimeseriesMetricPoint";
@@ -14,11 +14,14 @@ 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("./ActivitySelectorActivity"), exports);
18
- __exportStar(require("./ActivitySelector"), exports);
17
+ __exportStar(require("./ActivityColumnExprActivity"), exports);
18
+ __exportStar(require("./ActivityColumnExpr"), exports);
19
19
  __exportStar(require("./ActivityV2InDb"), exports);
20
20
  __exportStar(require("./AddOnOrder"), exports);
21
21
  __exportStar(require("./Address"), exports);
22
+ __exportStar(require("./AggregateExprArg"), exports);
23
+ __exportStar(require("./AggregateExprFunc"), exports);
24
+ __exportStar(require("./AggregateExpr"), exports);
22
25
  __exportStar(require("./AllowedRadius"), exports);
23
26
  __exportStar(require("./Answer"), exports);
24
27
  __exportStar(require("./AoE"), exports);
@@ -154,6 +157,11 @@ __exportStar(require("./Consent"), exports);
154
157
  __exportStar(require("./ConsentType"), exports);
155
158
  __exportStar(require("./ContraceptiveEntryType"), exports);
156
159
  __exportStar(require("./ContraceptiveEntry"), exports);
160
+ __exportStar(require("./DatePartExprArg"), exports);
161
+ __exportStar(require("./DatePartExprDatePart"), exports);
162
+ __exportStar(require("./DatePartExpr"), exports);
163
+ __exportStar(require("./DateTruncExprArg"), exports);
164
+ __exportStar(require("./DateTruncExpr"), exports);
157
165
  __exportStar(require("./DaySlots"), exports);
158
166
  __exportStar(require("./DelegatedFlowType"), exports);
159
167
  __exportStar(require("./DemoConnectionStatus"), exports);
@@ -166,12 +174,15 @@ __exportStar(require("./Energy"), exports);
166
174
  __exportStar(require("./EventDestinationPreferencesPreferred"), exports);
167
175
  __exportStar(require("./EventDestinationPreferencesEnabledItem"), exports);
168
176
  __exportStar(require("./EventDestinationPreferences"), exports);
177
+ __exportStar(require("./FailureType"), exports);
169
178
  __exportStar(require("./FallbackBirthDate"), exports);
170
179
  __exportStar(require("./FallbackTimeZone"), exports);
171
180
  __exportStar(require("./Fats"), exports);
172
181
  __exportStar(require("./Gender"), exports);
173
182
  __exportStar(require("./GetMarkersResponse"), exports);
174
183
  __exportStar(require("./GetOrdersResponse"), exports);
184
+ __exportStar(require("./GroupKeyColumnExprGroupKey"), exports);
185
+ __exportStar(require("./GroupKeyColumnExpr"), exports);
175
186
  __exportStar(require("./HttpValidationError"), exports);
176
187
  __exportStar(require("./HealthInsuranceCreateRequestFrontImage"), exports);
177
188
  __exportStar(require("./HealthInsuranceCreateRequestBackImage"), exports);
@@ -183,6 +194,8 @@ __exportStar(require("./HomePregnancyTestEntryTestResult"), exports);
183
194
  __exportStar(require("./HomePregnancyTestEntry"), exports);
184
195
  __exportStar(require("./HomeProgesteroneTestEntryTestResult"), exports);
185
196
  __exportStar(require("./HomeProgesteroneTestEntry"), exports);
197
+ __exportStar(require("./IndexColumnExprIndex"), exports);
198
+ __exportStar(require("./IndexColumnExpr"), exports);
186
199
  __exportStar(require("./IntermenstrualBleedingEntry"), exports);
187
200
  __exportStar(require("./Jpeg"), exports);
188
201
  __exportStar(require("./LabLocationMetadata"), exports);
@@ -208,6 +221,7 @@ __exportStar(require("./MenstrualFlowEntry"), exports);
208
221
  __exportStar(require("./MetricsResult"), exports);
209
222
  __exportStar(require("./Micros"), exports);
210
223
  __exportStar(require("./Minerals"), exports);
224
+ __exportStar(require("./MissingBiomarkerResult"), exports);
211
225
  __exportStar(require("./OAuthProviders"), exports);
212
226
  __exportStar(require("./OrderSetRequest"), exports);
213
227
  __exportStar(require("./OrderStatus"), exports);
@@ -241,8 +255,8 @@ __exportStar(require("./Providers"), exports);
241
255
  __exportStar(require("./QueryConfigWeekStartsOn"), exports);
242
256
  __exportStar(require("./QueryConfigProviderPriorityOverridesItem"), exports);
243
257
  __exportStar(require("./QueryConfig"), exports);
244
- __exportStar(require("./QueryInstructionSelect"), exports);
245
- __exportStar(require("./QueryInstructionPartitionBy"), exports);
258
+ __exportStar(require("./QueryInstructionSelectItem"), exports);
259
+ __exportStar(require("./QueryInstructionGroupByItem"), exports);
246
260
  __exportStar(require("./QueryInstruction"), exports);
247
261
  __exportStar(require("./Question"), exports);
248
262
  __exportStar(require("./QuestionType"), exports);
@@ -252,8 +266,6 @@ __exportStar(require("./RawDevices"), exports);
252
266
  __exportStar(require("./RawProfile"), exports);
253
267
  __exportStar(require("./RawSleep"), exports);
254
268
  __exportStar(require("./RawWorkout"), exports);
255
- __exportStar(require("./ReducerFunction"), exports);
256
- __exportStar(require("./Reducer"), exports);
257
269
  __exportStar(require("./Region"), exports);
258
270
  __exportStar(require("./RelativeTimeframe"), exports);
259
271
  __exportStar(require("./ResourceAvailability"), exports);
@@ -268,16 +280,14 @@ __exportStar(require("./SingleProviderHistoricalPullResponse"), exports);
268
280
  __exportStar(require("./SingleResourceStatistics"), exports);
269
281
  __exportStar(require("./SingleUserHistoricalPullResponse"), exports);
270
282
  __exportStar(require("./SingleUserResourceResponse"), exports);
271
- __exportStar(require("./SleepSelectorSleep"), exports);
272
- __exportStar(require("./SleepSelector"), exports);
283
+ __exportStar(require("./SleepColumnExprSleep"), exports);
284
+ __exportStar(require("./SleepColumnExpr"), exports);
273
285
  __exportStar(require("./SleepSummaryState"), exports);
274
286
  __exportStar(require("./SleepV2InDb"), exports);
275
287
  __exportStar(require("./Source"), exports);
276
288
  __exportStar(require("./SourceAuthType"), exports);
277
289
  __exportStar(require("./SourceLink"), exports);
278
290
  __exportStar(require("./SourceType"), exports);
279
- __exportStar(require("./SwizzlingBinGranularity"), exports);
280
- __exportStar(require("./Swizzling"), exports);
281
291
  __exportStar(require("./TeamConfig"), exports);
282
292
  __exportStar(require("./TimeSlot"), exports);
283
293
  __exportStar(require("./TimeseriesMetricPoint"), exports);
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "3.1.72";
1
+ export declare const SDK_VERSION = "3.1.74";
package/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.72";
4
+ exports.SDK_VERSION = "3.1.74";