@tryvital/vital-node 3.1.30 → 3.1.32

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 (265) hide show
  1. package/api/resources/activity/client/Client.js +2 -2
  2. package/api/resources/body/client/Client.js +2 -2
  3. package/api/resources/devices/client/Client.js +1 -1
  4. package/api/resources/insurance/client/Client.js +2 -2
  5. package/api/resources/introspect/client/Client.js +10 -4
  6. package/api/resources/introspect/client/requests/IntrospectGetUserHistoricalPullsRequest.d.ts +4 -0
  7. package/api/resources/introspect/client/requests/IntrospectGetUserResourcesRequest.d.ts +4 -0
  8. package/api/resources/labTests/client/Client.js +27 -27
  9. package/api/resources/link/client/Client.js +14 -14
  10. package/api/resources/meal/client/Client.js +1 -1
  11. package/api/resources/profile/client/Client.js +2 -2
  12. package/api/resources/providers/client/Client.js +1 -1
  13. package/api/resources/sleep/client/Client.js +4 -4
  14. package/api/resources/team/client/Client.js +7 -7
  15. package/api/resources/testkit/client/Client.js +2 -2
  16. package/api/resources/user/client/Client.js +12 -12
  17. package/api/resources/vitals/client/Client.js +152 -77
  18. package/api/resources/vitals/client/requests/VitalsBloodOxygenGroupedRequest.d.ts +4 -0
  19. package/api/resources/vitals/client/requests/VitalsBloodPressureGroupedRequest.d.ts +4 -0
  20. package/api/resources/vitals/client/requests/VitalsBodyFatGroupedRequest.d.ts +4 -0
  21. package/api/resources/vitals/client/requests/VitalsBodyTemperatureDeltaGroupedRequest.d.ts +4 -0
  22. package/api/resources/vitals/client/requests/VitalsBodyTemperatureGroupedRequest.d.ts +4 -0
  23. package/api/resources/vitals/client/requests/VitalsBodyWeightGroupedRequest.d.ts +4 -0
  24. package/api/resources/vitals/client/requests/VitalsCaffeineGroupedRequest.d.ts +4 -0
  25. package/api/resources/vitals/client/requests/VitalsCaloriesActiveGroupedRequest.d.ts +4 -0
  26. package/api/resources/vitals/client/requests/VitalsCaloriesBasalGroupedRequest.d.ts +4 -0
  27. package/api/resources/vitals/client/requests/VitalsCholesterolGroupedRequest.d.ts +4 -0
  28. package/api/resources/vitals/client/requests/VitalsDistanceGroupedRequest.d.ts +4 -0
  29. package/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.d.ts +4 -0
  30. package/api/resources/vitals/client/requests/VitalsFloorsClimbedGroupedRequest.d.ts +4 -0
  31. package/api/resources/vitals/client/requests/VitalsGlucoseGroupedRequest.d.ts +4 -0
  32. package/api/resources/vitals/client/requests/VitalsHeartrateGroupedRequest.d.ts +4 -0
  33. package/api/resources/vitals/client/requests/VitalsHrvGroupedRequest.d.ts +4 -0
  34. package/api/resources/vitals/client/requests/VitalsHypnogramGroupedRequest.d.ts +4 -0
  35. package/api/resources/vitals/client/requests/VitalsIgeGroupedRequest.d.ts +4 -0
  36. package/api/resources/vitals/client/requests/VitalsIggGroupedRequest.d.ts +4 -0
  37. package/api/resources/vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.d.ts +4 -0
  38. package/api/resources/vitals/client/requests/VitalsRespiratoryRateGroupedRequest.d.ts +4 -0
  39. package/api/resources/vitals/client/requests/VitalsStepsGroupedRequest.d.ts +4 -0
  40. package/api/resources/vitals/client/requests/VitalsStressLevelGroupedRequest.d.ts +4 -0
  41. package/api/resources/vitals/client/requests/VitalsVo2MaxGroupedRequest.d.ts +4 -0
  42. package/api/resources/vitals/client/requests/VitalsWaterGroupedRequest.d.ts +4 -0
  43. package/api/resources/workouts/client/Client.js +3 -3
  44. package/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.d.ts +1 -0
  45. package/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.d.ts +1 -0
  46. package/api/types/EventDestinationPreferencesEnabledItem.d.ts +2 -1
  47. package/api/types/EventDestinationPreferencesEnabledItem.js +1 -0
  48. package/api/types/EventDestinationPreferencesPreferred.d.ts +2 -1
  49. package/api/types/EventDestinationPreferencesPreferred.js +1 -0
  50. package/api/types/GroupedBloodOxygenResponse.d.ts +1 -0
  51. package/api/types/GroupedBloodPressureResponse.d.ts +1 -0
  52. package/api/types/GroupedBodyFatResponse.d.ts +1 -0
  53. package/api/types/GroupedBodyWeightResponse.d.ts +1 -0
  54. package/api/types/GroupedCaffeineResponse.d.ts +1 -0
  55. package/api/types/GroupedCaloriesActiveResponse.d.ts +1 -0
  56. package/api/types/GroupedCaloriesBasalResponse.d.ts +1 -0
  57. package/api/types/GroupedCholesterolResponse.d.ts +1 -0
  58. package/api/types/GroupedDistanceResponse.d.ts +1 -0
  59. package/api/types/GroupedElectrocardiogramVoltageResponse.d.ts +1 -0
  60. package/api/types/GroupedFloorsClimbedResponse.d.ts +1 -0
  61. package/api/types/GroupedGlucoseResponse.d.ts +1 -0
  62. package/api/types/GroupedHeartRateResponse.d.ts +1 -0
  63. package/api/types/GroupedHrvResponse.d.ts +1 -0
  64. package/api/types/GroupedHypnogramResponse.d.ts +1 -0
  65. package/api/types/GroupedIgeResponse.d.ts +1 -0
  66. package/api/types/GroupedIggResponse.d.ts +1 -0
  67. package/api/types/GroupedMindfulnessMinutesResponse.d.ts +1 -0
  68. package/api/types/GroupedRespiratoryRateResponse.d.ts +1 -0
  69. package/api/types/GroupedStepsResponse.d.ts +1 -0
  70. package/api/types/GroupedStressLevelResponse.d.ts +1 -0
  71. package/api/types/GroupedVo2MaxResponse.d.ts +1 -0
  72. package/api/types/GroupedWaterResponse.d.ts +1 -0
  73. package/api/types/UserHistoricalPullsResponse.d.ts +1 -0
  74. package/api/types/UserResourcesResponse.d.ts +1 -0
  75. package/dist/api/resources/activity/client/Client.js +2 -2
  76. package/dist/api/resources/body/client/Client.js +2 -2
  77. package/dist/api/resources/devices/client/Client.js +1 -1
  78. package/dist/api/resources/insurance/client/Client.js +2 -2
  79. package/dist/api/resources/introspect/client/Client.js +10 -4
  80. package/dist/api/resources/introspect/client/requests/IntrospectGetUserHistoricalPullsRequest.d.ts +4 -0
  81. package/dist/api/resources/introspect/client/requests/IntrospectGetUserResourcesRequest.d.ts +4 -0
  82. package/dist/api/resources/labTests/client/Client.js +27 -27
  83. package/dist/api/resources/link/client/Client.js +14 -14
  84. package/dist/api/resources/meal/client/Client.js +1 -1
  85. package/dist/api/resources/profile/client/Client.js +2 -2
  86. package/dist/api/resources/providers/client/Client.js +1 -1
  87. package/dist/api/resources/sleep/client/Client.js +4 -4
  88. package/dist/api/resources/team/client/Client.js +7 -7
  89. package/dist/api/resources/testkit/client/Client.js +2 -2
  90. package/dist/api/resources/user/client/Client.js +12 -12
  91. package/dist/api/resources/vitals/client/Client.js +152 -77
  92. package/dist/api/resources/vitals/client/requests/VitalsBloodOxygenGroupedRequest.d.ts +4 -0
  93. package/dist/api/resources/vitals/client/requests/VitalsBloodPressureGroupedRequest.d.ts +4 -0
  94. package/dist/api/resources/vitals/client/requests/VitalsBodyFatGroupedRequest.d.ts +4 -0
  95. package/dist/api/resources/vitals/client/requests/VitalsBodyTemperatureDeltaGroupedRequest.d.ts +4 -0
  96. package/dist/api/resources/vitals/client/requests/VitalsBodyTemperatureGroupedRequest.d.ts +4 -0
  97. package/dist/api/resources/vitals/client/requests/VitalsBodyWeightGroupedRequest.d.ts +4 -0
  98. package/dist/api/resources/vitals/client/requests/VitalsCaffeineGroupedRequest.d.ts +4 -0
  99. package/dist/api/resources/vitals/client/requests/VitalsCaloriesActiveGroupedRequest.d.ts +4 -0
  100. package/dist/api/resources/vitals/client/requests/VitalsCaloriesBasalGroupedRequest.d.ts +4 -0
  101. package/dist/api/resources/vitals/client/requests/VitalsCholesterolGroupedRequest.d.ts +4 -0
  102. package/dist/api/resources/vitals/client/requests/VitalsDistanceGroupedRequest.d.ts +4 -0
  103. package/dist/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.d.ts +4 -0
  104. package/dist/api/resources/vitals/client/requests/VitalsFloorsClimbedGroupedRequest.d.ts +4 -0
  105. package/dist/api/resources/vitals/client/requests/VitalsGlucoseGroupedRequest.d.ts +4 -0
  106. package/dist/api/resources/vitals/client/requests/VitalsHeartrateGroupedRequest.d.ts +4 -0
  107. package/dist/api/resources/vitals/client/requests/VitalsHrvGroupedRequest.d.ts +4 -0
  108. package/dist/api/resources/vitals/client/requests/VitalsHypnogramGroupedRequest.d.ts +4 -0
  109. package/dist/api/resources/vitals/client/requests/VitalsIgeGroupedRequest.d.ts +4 -0
  110. package/dist/api/resources/vitals/client/requests/VitalsIggGroupedRequest.d.ts +4 -0
  111. package/dist/api/resources/vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.d.ts +4 -0
  112. package/dist/api/resources/vitals/client/requests/VitalsRespiratoryRateGroupedRequest.d.ts +4 -0
  113. package/dist/api/resources/vitals/client/requests/VitalsStepsGroupedRequest.d.ts +4 -0
  114. package/dist/api/resources/vitals/client/requests/VitalsStressLevelGroupedRequest.d.ts +4 -0
  115. package/dist/api/resources/vitals/client/requests/VitalsVo2MaxGroupedRequest.d.ts +4 -0
  116. package/dist/api/resources/vitals/client/requests/VitalsWaterGroupedRequest.d.ts +4 -0
  117. package/dist/api/resources/workouts/client/Client.js +3 -3
  118. package/dist/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.d.ts +1 -0
  119. package/dist/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.d.ts +1 -0
  120. package/dist/api/types/EventDestinationPreferencesEnabledItem.d.ts +2 -1
  121. package/dist/api/types/EventDestinationPreferencesEnabledItem.js +1 -0
  122. package/dist/api/types/EventDestinationPreferencesPreferred.d.ts +2 -1
  123. package/dist/api/types/EventDestinationPreferencesPreferred.js +1 -0
  124. package/dist/api/types/GroupedBloodOxygenResponse.d.ts +1 -0
  125. package/dist/api/types/GroupedBloodPressureResponse.d.ts +1 -0
  126. package/dist/api/types/GroupedBodyFatResponse.d.ts +1 -0
  127. package/dist/api/types/GroupedBodyWeightResponse.d.ts +1 -0
  128. package/dist/api/types/GroupedCaffeineResponse.d.ts +1 -0
  129. package/dist/api/types/GroupedCaloriesActiveResponse.d.ts +1 -0
  130. package/dist/api/types/GroupedCaloriesBasalResponse.d.ts +1 -0
  131. package/dist/api/types/GroupedCholesterolResponse.d.ts +1 -0
  132. package/dist/api/types/GroupedDistanceResponse.d.ts +1 -0
  133. package/dist/api/types/GroupedElectrocardiogramVoltageResponse.d.ts +1 -0
  134. package/dist/api/types/GroupedFloorsClimbedResponse.d.ts +1 -0
  135. package/dist/api/types/GroupedGlucoseResponse.d.ts +1 -0
  136. package/dist/api/types/GroupedHeartRateResponse.d.ts +1 -0
  137. package/dist/api/types/GroupedHrvResponse.d.ts +1 -0
  138. package/dist/api/types/GroupedHypnogramResponse.d.ts +1 -0
  139. package/dist/api/types/GroupedIgeResponse.d.ts +1 -0
  140. package/dist/api/types/GroupedIggResponse.d.ts +1 -0
  141. package/dist/api/types/GroupedMindfulnessMinutesResponse.d.ts +1 -0
  142. package/dist/api/types/GroupedRespiratoryRateResponse.d.ts +1 -0
  143. package/dist/api/types/GroupedStepsResponse.d.ts +1 -0
  144. package/dist/api/types/GroupedStressLevelResponse.d.ts +1 -0
  145. package/dist/api/types/GroupedVo2MaxResponse.d.ts +1 -0
  146. package/dist/api/types/GroupedWaterResponse.d.ts +1 -0
  147. package/dist/api/types/UserHistoricalPullsResponse.d.ts +1 -0
  148. package/dist/api/types/UserResourcesResponse.d.ts +1 -0
  149. package/dist/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.d.ts +1 -0
  150. package/dist/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.js +1 -0
  151. package/dist/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.d.ts +1 -0
  152. package/dist/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.js +1 -0
  153. package/dist/serialization/types/EventDestinationPreferencesEnabledItem.d.ts +1 -1
  154. package/dist/serialization/types/EventDestinationPreferencesEnabledItem.js +1 -1
  155. package/dist/serialization/types/EventDestinationPreferencesPreferred.d.ts +1 -1
  156. package/dist/serialization/types/EventDestinationPreferencesPreferred.js +1 -1
  157. package/dist/serialization/types/GroupedBloodOxygenResponse.d.ts +1 -0
  158. package/dist/serialization/types/GroupedBloodOxygenResponse.js +1 -0
  159. package/dist/serialization/types/GroupedBloodPressureResponse.d.ts +1 -0
  160. package/dist/serialization/types/GroupedBloodPressureResponse.js +1 -0
  161. package/dist/serialization/types/GroupedBodyFatResponse.d.ts +1 -0
  162. package/dist/serialization/types/GroupedBodyFatResponse.js +1 -0
  163. package/dist/serialization/types/GroupedBodyWeightResponse.d.ts +1 -0
  164. package/dist/serialization/types/GroupedBodyWeightResponse.js +1 -0
  165. package/dist/serialization/types/GroupedCaffeineResponse.d.ts +1 -0
  166. package/dist/serialization/types/GroupedCaffeineResponse.js +1 -0
  167. package/dist/serialization/types/GroupedCaloriesActiveResponse.d.ts +1 -0
  168. package/dist/serialization/types/GroupedCaloriesActiveResponse.js +1 -0
  169. package/dist/serialization/types/GroupedCaloriesBasalResponse.d.ts +1 -0
  170. package/dist/serialization/types/GroupedCaloriesBasalResponse.js +1 -0
  171. package/dist/serialization/types/GroupedCholesterolResponse.d.ts +1 -0
  172. package/dist/serialization/types/GroupedCholesterolResponse.js +1 -0
  173. package/dist/serialization/types/GroupedDistanceResponse.d.ts +1 -0
  174. package/dist/serialization/types/GroupedDistanceResponse.js +1 -0
  175. package/dist/serialization/types/GroupedElectrocardiogramVoltageResponse.d.ts +1 -0
  176. package/dist/serialization/types/GroupedElectrocardiogramVoltageResponse.js +1 -0
  177. package/dist/serialization/types/GroupedFloorsClimbedResponse.d.ts +1 -0
  178. package/dist/serialization/types/GroupedFloorsClimbedResponse.js +1 -0
  179. package/dist/serialization/types/GroupedGlucoseResponse.d.ts +1 -0
  180. package/dist/serialization/types/GroupedGlucoseResponse.js +1 -0
  181. package/dist/serialization/types/GroupedHeartRateResponse.d.ts +1 -0
  182. package/dist/serialization/types/GroupedHeartRateResponse.js +1 -0
  183. package/dist/serialization/types/GroupedHrvResponse.d.ts +1 -0
  184. package/dist/serialization/types/GroupedHrvResponse.js +1 -0
  185. package/dist/serialization/types/GroupedHypnogramResponse.d.ts +1 -0
  186. package/dist/serialization/types/GroupedHypnogramResponse.js +1 -0
  187. package/dist/serialization/types/GroupedIgeResponse.d.ts +1 -0
  188. package/dist/serialization/types/GroupedIgeResponse.js +1 -0
  189. package/dist/serialization/types/GroupedIggResponse.d.ts +1 -0
  190. package/dist/serialization/types/GroupedIggResponse.js +1 -0
  191. package/dist/serialization/types/GroupedMindfulnessMinutesResponse.d.ts +1 -0
  192. package/dist/serialization/types/GroupedMindfulnessMinutesResponse.js +1 -0
  193. package/dist/serialization/types/GroupedRespiratoryRateResponse.d.ts +1 -0
  194. package/dist/serialization/types/GroupedRespiratoryRateResponse.js +1 -0
  195. package/dist/serialization/types/GroupedStepsResponse.d.ts +1 -0
  196. package/dist/serialization/types/GroupedStepsResponse.js +1 -0
  197. package/dist/serialization/types/GroupedStressLevelResponse.d.ts +1 -0
  198. package/dist/serialization/types/GroupedStressLevelResponse.js +1 -0
  199. package/dist/serialization/types/GroupedVo2MaxResponse.d.ts +1 -0
  200. package/dist/serialization/types/GroupedVo2MaxResponse.js +1 -0
  201. package/dist/serialization/types/GroupedWaterResponse.d.ts +1 -0
  202. package/dist/serialization/types/GroupedWaterResponse.js +1 -0
  203. package/dist/serialization/types/UserHistoricalPullsResponse.d.ts +1 -0
  204. package/dist/serialization/types/UserHistoricalPullsResponse.js +1 -0
  205. package/dist/serialization/types/UserResourcesResponse.d.ts +1 -0
  206. package/dist/serialization/types/UserResourcesResponse.js +1 -0
  207. package/package.json +1 -1
  208. package/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.d.ts +1 -0
  209. package/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.js +1 -0
  210. package/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.d.ts +1 -0
  211. package/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.js +1 -0
  212. package/serialization/types/EventDestinationPreferencesEnabledItem.d.ts +1 -1
  213. package/serialization/types/EventDestinationPreferencesEnabledItem.js +1 -1
  214. package/serialization/types/EventDestinationPreferencesPreferred.d.ts +1 -1
  215. package/serialization/types/EventDestinationPreferencesPreferred.js +1 -1
  216. package/serialization/types/GroupedBloodOxygenResponse.d.ts +1 -0
  217. package/serialization/types/GroupedBloodOxygenResponse.js +1 -0
  218. package/serialization/types/GroupedBloodPressureResponse.d.ts +1 -0
  219. package/serialization/types/GroupedBloodPressureResponse.js +1 -0
  220. package/serialization/types/GroupedBodyFatResponse.d.ts +1 -0
  221. package/serialization/types/GroupedBodyFatResponse.js +1 -0
  222. package/serialization/types/GroupedBodyWeightResponse.d.ts +1 -0
  223. package/serialization/types/GroupedBodyWeightResponse.js +1 -0
  224. package/serialization/types/GroupedCaffeineResponse.d.ts +1 -0
  225. package/serialization/types/GroupedCaffeineResponse.js +1 -0
  226. package/serialization/types/GroupedCaloriesActiveResponse.d.ts +1 -0
  227. package/serialization/types/GroupedCaloriesActiveResponse.js +1 -0
  228. package/serialization/types/GroupedCaloriesBasalResponse.d.ts +1 -0
  229. package/serialization/types/GroupedCaloriesBasalResponse.js +1 -0
  230. package/serialization/types/GroupedCholesterolResponse.d.ts +1 -0
  231. package/serialization/types/GroupedCholesterolResponse.js +1 -0
  232. package/serialization/types/GroupedDistanceResponse.d.ts +1 -0
  233. package/serialization/types/GroupedDistanceResponse.js +1 -0
  234. package/serialization/types/GroupedElectrocardiogramVoltageResponse.d.ts +1 -0
  235. package/serialization/types/GroupedElectrocardiogramVoltageResponse.js +1 -0
  236. package/serialization/types/GroupedFloorsClimbedResponse.d.ts +1 -0
  237. package/serialization/types/GroupedFloorsClimbedResponse.js +1 -0
  238. package/serialization/types/GroupedGlucoseResponse.d.ts +1 -0
  239. package/serialization/types/GroupedGlucoseResponse.js +1 -0
  240. package/serialization/types/GroupedHeartRateResponse.d.ts +1 -0
  241. package/serialization/types/GroupedHeartRateResponse.js +1 -0
  242. package/serialization/types/GroupedHrvResponse.d.ts +1 -0
  243. package/serialization/types/GroupedHrvResponse.js +1 -0
  244. package/serialization/types/GroupedHypnogramResponse.d.ts +1 -0
  245. package/serialization/types/GroupedHypnogramResponse.js +1 -0
  246. package/serialization/types/GroupedIgeResponse.d.ts +1 -0
  247. package/serialization/types/GroupedIgeResponse.js +1 -0
  248. package/serialization/types/GroupedIggResponse.d.ts +1 -0
  249. package/serialization/types/GroupedIggResponse.js +1 -0
  250. package/serialization/types/GroupedMindfulnessMinutesResponse.d.ts +1 -0
  251. package/serialization/types/GroupedMindfulnessMinutesResponse.js +1 -0
  252. package/serialization/types/GroupedRespiratoryRateResponse.d.ts +1 -0
  253. package/serialization/types/GroupedRespiratoryRateResponse.js +1 -0
  254. package/serialization/types/GroupedStepsResponse.d.ts +1 -0
  255. package/serialization/types/GroupedStepsResponse.js +1 -0
  256. package/serialization/types/GroupedStressLevelResponse.d.ts +1 -0
  257. package/serialization/types/GroupedStressLevelResponse.js +1 -0
  258. package/serialization/types/GroupedVo2MaxResponse.d.ts +1 -0
  259. package/serialization/types/GroupedVo2MaxResponse.js +1 -0
  260. package/serialization/types/GroupedWaterResponse.d.ts +1 -0
  261. package/serialization/types/GroupedWaterResponse.js +1 -0
  262. package/serialization/types/UserHistoricalPullsResponse.d.ts +1 -0
  263. package/serialization/types/UserHistoricalPullsResponse.js +1 -0
  264. package/serialization/types/UserResourcesResponse.d.ts +1 -0
  265. package/serialization/types/UserResourcesResponse.js +1 -0
@@ -63,7 +63,7 @@ class Team {
63
63
  const _response = yield core.fetcher({
64
64
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, "v2/team/link/config"),
65
65
  method: "GET",
66
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "x-vital-link-token": vitalLinkToken != null ? vitalLinkToken : undefined }, (yield this._getCustomAuthorizationHeaders())),
66
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "x-vital-link-token": vitalLinkToken != null ? vitalLinkToken : undefined }, (yield this._getCustomAuthorizationHeaders())),
67
67
  contentType: "application/json",
68
68
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
69
69
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
@@ -120,7 +120,7 @@ class Team {
120
120
  const _response = yield core.fetcher({
121
121
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/team/${teamId}`),
122
122
  method: "GET",
123
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
123
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
124
124
  contentType: "application/json",
125
125
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
126
126
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
@@ -182,7 +182,7 @@ class Team {
182
182
  const _response = yield core.fetcher({
183
183
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, "v2/team/users/search"),
184
184
  method: "GET",
185
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
185
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
186
186
  contentType: "application/json",
187
187
  queryParameters: _queryParams,
188
188
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -233,7 +233,7 @@ class Team {
233
233
  const _response = yield core.fetcher({
234
234
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, "v2/team/svix/url"),
235
235
  method: "GET",
236
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
236
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
237
237
  contentType: "application/json",
238
238
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
239
239
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
@@ -285,7 +285,7 @@ class Team {
285
285
  const _response = yield core.fetcher({
286
286
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, "v2/team/source/priorities"),
287
287
  method: "GET",
288
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
288
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
289
289
  contentType: "application/json",
290
290
  queryParameters: _queryParams,
291
291
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -342,7 +342,7 @@ class Team {
342
342
  const _response = yield core.fetcher({
343
343
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, "v2/team/source/priorities"),
344
344
  method: "PATCH",
345
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
345
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
346
346
  contentType: "application/json",
347
347
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
348
348
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
@@ -388,7 +388,7 @@ class Team {
388
388
  const _response = yield core.fetcher({
389
389
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/team/${teamId}/physicians`),
390
390
  method: "GET",
391
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
391
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
392
392
  contentType: "application/json",
393
393
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
394
394
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
@@ -58,7 +58,7 @@ class Testkit {
58
58
  const _response = yield core.fetcher({
59
59
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, "v3/order/testkit/register"),
60
60
  method: "POST",
61
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
61
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
62
62
  contentType: "application/json",
63
63
  body: yield serializers.RegisterTestkitRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
64
64
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -113,7 +113,7 @@ class Testkit {
113
113
  const _response = yield core.fetcher({
114
114
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, "v3/order/testkit"),
115
115
  method: "POST",
116
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
116
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
117
117
  contentType: "application/json",
118
118
  body: yield serializers.CreateRegistrableTestkitOrderRequest.jsonOrThrow(request, {
119
119
  unrecognizedObjectKeys: "strip",
@@ -70,7 +70,7 @@ class User {
70
70
  const _response = yield core.fetcher({
71
71
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, "v2/user"),
72
72
  method: "GET",
73
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
73
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
74
74
  contentType: "application/json",
75
75
  queryParameters: _queryParams,
76
76
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -131,7 +131,7 @@ class User {
131
131
  const _response = yield core.fetcher({
132
132
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, "v2/user"),
133
133
  method: "POST",
134
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
134
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
135
135
  contentType: "application/json",
136
136
  body: yield serializers.UserCreateBody.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
137
137
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -190,7 +190,7 @@ class User {
190
190
  const _response = yield core.fetcher({
191
191
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, "v2/user/metrics"),
192
192
  method: "GET",
193
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
193
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
194
194
  contentType: "application/json",
195
195
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
196
196
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
@@ -236,7 +236,7 @@ class User {
236
236
  const _response = yield core.fetcher({
237
237
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/user/${userId}/sign_in_token`),
238
238
  method: "POST",
239
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
239
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
240
240
  contentType: "application/json",
241
241
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
242
242
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
@@ -293,7 +293,7 @@ class User {
293
293
  const _response = yield core.fetcher({
294
294
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/user/providers/${userId}`),
295
295
  method: "GET",
296
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
296
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
297
297
  contentType: "application/json",
298
298
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
299
299
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
@@ -350,7 +350,7 @@ class User {
350
350
  const _response = yield core.fetcher({
351
351
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/user/${userId}`),
352
352
  method: "GET",
353
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
353
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
354
354
  contentType: "application/json",
355
355
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
356
356
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
@@ -406,7 +406,7 @@ class User {
406
406
  const _response = yield core.fetcher({
407
407
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/user/${userId}`),
408
408
  method: "DELETE",
409
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
409
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
410
410
  contentType: "application/json",
411
411
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
412
412
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
@@ -462,7 +462,7 @@ class User {
462
462
  const _response = yield core.fetcher({
463
463
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/user/${userId}`),
464
464
  method: "PATCH",
465
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
465
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
466
466
  contentType: "application/json",
467
467
  body: yield serializers.UserPatchBody.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
468
468
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -515,7 +515,7 @@ class User {
515
515
  const _response = yield core.fetcher({
516
516
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/user/resolve/${clientUserId}`),
517
517
  method: "GET",
518
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
518
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
519
519
  contentType: "application/json",
520
520
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
521
521
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
@@ -571,7 +571,7 @@ class User {
571
571
  const _response = yield core.fetcher({
572
572
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/user/${userId}/${yield serializers.Providers.jsonOrThrow(provider)}`),
573
573
  method: "DELETE",
574
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
574
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
575
575
  contentType: "application/json",
576
576
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
577
577
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
@@ -635,7 +635,7 @@ class User {
635
635
  const _response = yield core.fetcher({
636
636
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, "v2/user/undo_delete"),
637
637
  method: "POST",
638
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
638
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
639
639
  contentType: "application/json",
640
640
  queryParameters: _queryParams,
641
641
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -699,7 +699,7 @@ class User {
699
699
  const _response = yield core.fetcher({
700
700
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/user/refresh/${userId}`),
701
701
  method: "POST",
702
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
702
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.32", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
703
703
  contentType: "application/json",
704
704
  queryParameters: _queryParams,
705
705
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,