@tryvital/vital-node 3.1.29 → 3.1.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/activity/client/Client.js +2 -2
- package/api/resources/body/client/Client.js +2 -2
- package/api/resources/devices/client/Client.js +1 -1
- package/api/resources/insurance/client/Client.js +2 -2
- package/api/resources/introspect/client/Client.js +10 -4
- package/api/resources/introspect/client/requests/IntrospectGetUserHistoricalPullsRequest.d.ts +4 -0
- package/api/resources/introspect/client/requests/IntrospectGetUserResourcesRequest.d.ts +4 -0
- package/api/resources/labTests/client/Client.d.ts +1 -1
- package/api/resources/labTests/client/Client.js +42 -30
- package/api/resources/labTests/client/requests/LabTestsGetAreaInfoRequest.d.ts +5 -0
- package/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.d.ts +14 -0
- package/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.js +5 -0
- package/api/resources/labTests/client/requests/LabTestsGetPscInfoRequest.d.ts +5 -0
- package/api/resources/labTests/client/requests/index.d.ts +1 -0
- package/api/resources/link/client/Client.js +14 -14
- package/api/resources/meal/client/Client.js +1 -1
- package/api/resources/profile/client/Client.js +2 -2
- package/api/resources/providers/client/Client.js +1 -1
- package/api/resources/sleep/client/Client.js +4 -4
- package/api/resources/team/client/Client.js +7 -7
- package/api/resources/testkit/client/Client.js +2 -2
- package/api/resources/user/client/Client.js +12 -12
- package/api/resources/vitals/client/Client.js +152 -77
- package/api/resources/vitals/client/requests/VitalsBloodOxygenGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsBloodPressureGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsBodyFatGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsBodyTemperatureDeltaGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsBodyTemperatureGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsBodyWeightGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsCaffeineGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsCaloriesActiveGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsCaloriesBasalGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsCholesterolGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsDistanceGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsFloorsClimbedGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsGlucoseGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsHeartrateGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsHrvGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsHypnogramGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsIgeGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsIggGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsRespiratoryRateGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsStepsGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsStressLevelGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsVo2MaxGroupedRequest.d.ts +4 -0
- package/api/resources/vitals/client/requests/VitalsWaterGroupedRequest.d.ts +4 -0
- package/api/resources/workouts/client/Client.js +3 -3
- package/api/types/AllowedRadius.d.ts +4 -0
- package/api/types/AllowedRadius.js +5 -0
- package/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.d.ts +1 -0
- package/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.d.ts +1 -0
- package/api/types/EventDestinationPreferencesEnabledItem.d.ts +2 -1
- package/api/types/EventDestinationPreferencesEnabledItem.js +1 -0
- package/api/types/EventDestinationPreferencesPreferred.d.ts +2 -1
- package/api/types/EventDestinationPreferencesPreferred.js +1 -0
- package/api/types/GroupedBloodOxygenResponse.d.ts +1 -0
- package/api/types/GroupedBloodPressureResponse.d.ts +1 -0
- package/api/types/GroupedBodyFatResponse.d.ts +1 -0
- package/api/types/GroupedBodyWeightResponse.d.ts +1 -0
- package/api/types/GroupedCaffeineResponse.d.ts +1 -0
- package/api/types/GroupedCaloriesActiveResponse.d.ts +1 -0
- package/api/types/GroupedCaloriesBasalResponse.d.ts +1 -0
- package/api/types/GroupedCholesterolResponse.d.ts +1 -0
- package/api/types/GroupedDistanceResponse.d.ts +1 -0
- package/api/types/GroupedElectrocardiogramVoltageResponse.d.ts +1 -0
- package/api/types/GroupedFloorsClimbedResponse.d.ts +1 -0
- package/api/types/GroupedGlucoseResponse.d.ts +1 -0
- package/api/types/GroupedHeartRateResponse.d.ts +1 -0
- package/api/types/GroupedHrvResponse.d.ts +1 -0
- package/api/types/GroupedHypnogramResponse.d.ts +1 -0
- package/api/types/GroupedIgeResponse.d.ts +1 -0
- package/api/types/GroupedIggResponse.d.ts +1 -0
- package/api/types/GroupedMindfulnessMinutesResponse.d.ts +1 -0
- package/api/types/GroupedRespiratoryRateResponse.d.ts +1 -0
- package/api/types/GroupedStepsResponse.d.ts +1 -0
- package/api/types/GroupedStressLevelResponse.d.ts +1 -0
- package/api/types/GroupedVo2MaxResponse.d.ts +1 -0
- package/api/types/GroupedWaterResponse.d.ts +1 -0
- package/api/types/UserHistoricalPullsResponse.d.ts +1 -0
- package/api/types/UserResourcesResponse.d.ts +1 -0
- package/api/types/index.d.ts +1 -0
- package/api/types/index.js +1 -0
- package/dist/api/resources/activity/client/Client.js +2 -2
- package/dist/api/resources/body/client/Client.js +2 -2
- package/dist/api/resources/devices/client/Client.js +1 -1
- package/dist/api/resources/insurance/client/Client.js +2 -2
- package/dist/api/resources/introspect/client/Client.js +10 -4
- package/dist/api/resources/introspect/client/requests/IntrospectGetUserHistoricalPullsRequest.d.ts +4 -0
- package/dist/api/resources/introspect/client/requests/IntrospectGetUserResourcesRequest.d.ts +4 -0
- package/dist/api/resources/labTests/client/Client.d.ts +1 -1
- package/dist/api/resources/labTests/client/Client.js +42 -30
- package/dist/api/resources/labTests/client/requests/LabTestsGetAreaInfoRequest.d.ts +5 -0
- package/dist/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.d.ts +14 -0
- package/dist/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.js +5 -0
- package/dist/api/resources/labTests/client/requests/LabTestsGetPscInfoRequest.d.ts +5 -0
- package/dist/api/resources/labTests/client/requests/index.d.ts +1 -0
- package/dist/api/resources/link/client/Client.js +14 -14
- package/dist/api/resources/meal/client/Client.js +1 -1
- package/dist/api/resources/profile/client/Client.js +2 -2
- package/dist/api/resources/providers/client/Client.js +1 -1
- package/dist/api/resources/sleep/client/Client.js +4 -4
- package/dist/api/resources/team/client/Client.js +7 -7
- package/dist/api/resources/testkit/client/Client.js +2 -2
- package/dist/api/resources/user/client/Client.js +12 -12
- package/dist/api/resources/vitals/client/Client.js +152 -77
- package/dist/api/resources/vitals/client/requests/VitalsBloodOxygenGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsBloodPressureGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyFatGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyTemperatureDeltaGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyTemperatureGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyWeightGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsCaffeineGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsCaloriesActiveGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsCaloriesBasalGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsCholesterolGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsDistanceGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsFloorsClimbedGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsGlucoseGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsHeartrateGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsHrvGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsHypnogramGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsIgeGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsIggGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsRespiratoryRateGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsStepsGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsStressLevelGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsVo2MaxGroupedRequest.d.ts +4 -0
- package/dist/api/resources/vitals/client/requests/VitalsWaterGroupedRequest.d.ts +4 -0
- package/dist/api/resources/workouts/client/Client.js +3 -3
- package/dist/api/types/AllowedRadius.d.ts +4 -0
- package/dist/api/types/AllowedRadius.js +5 -0
- package/dist/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.d.ts +1 -0
- package/dist/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.d.ts +1 -0
- package/dist/api/types/EventDestinationPreferencesEnabledItem.d.ts +2 -1
- package/dist/api/types/EventDestinationPreferencesEnabledItem.js +1 -0
- package/dist/api/types/EventDestinationPreferencesPreferred.d.ts +2 -1
- package/dist/api/types/EventDestinationPreferencesPreferred.js +1 -0
- package/dist/api/types/GroupedBloodOxygenResponse.d.ts +1 -0
- package/dist/api/types/GroupedBloodPressureResponse.d.ts +1 -0
- package/dist/api/types/GroupedBodyFatResponse.d.ts +1 -0
- package/dist/api/types/GroupedBodyWeightResponse.d.ts +1 -0
- package/dist/api/types/GroupedCaffeineResponse.d.ts +1 -0
- package/dist/api/types/GroupedCaloriesActiveResponse.d.ts +1 -0
- package/dist/api/types/GroupedCaloriesBasalResponse.d.ts +1 -0
- package/dist/api/types/GroupedCholesterolResponse.d.ts +1 -0
- package/dist/api/types/GroupedDistanceResponse.d.ts +1 -0
- package/dist/api/types/GroupedElectrocardiogramVoltageResponse.d.ts +1 -0
- package/dist/api/types/GroupedFloorsClimbedResponse.d.ts +1 -0
- package/dist/api/types/GroupedGlucoseResponse.d.ts +1 -0
- package/dist/api/types/GroupedHeartRateResponse.d.ts +1 -0
- package/dist/api/types/GroupedHrvResponse.d.ts +1 -0
- package/dist/api/types/GroupedHypnogramResponse.d.ts +1 -0
- package/dist/api/types/GroupedIgeResponse.d.ts +1 -0
- package/dist/api/types/GroupedIggResponse.d.ts +1 -0
- package/dist/api/types/GroupedMindfulnessMinutesResponse.d.ts +1 -0
- package/dist/api/types/GroupedRespiratoryRateResponse.d.ts +1 -0
- package/dist/api/types/GroupedStepsResponse.d.ts +1 -0
- package/dist/api/types/GroupedStressLevelResponse.d.ts +1 -0
- package/dist/api/types/GroupedVo2MaxResponse.d.ts +1 -0
- package/dist/api/types/GroupedWaterResponse.d.ts +1 -0
- package/dist/api/types/UserHistoricalPullsResponse.d.ts +1 -0
- package/dist/api/types/UserResourcesResponse.d.ts +1 -0
- package/dist/api/types/index.d.ts +1 -0
- package/dist/api/types/index.js +1 -0
- package/dist/serialization/types/AllowedRadius.d.ts +10 -0
- package/dist/serialization/types/AllowedRadius.js +31 -0
- package/dist/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.d.ts +1 -0
- package/dist/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.js +1 -0
- package/dist/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.d.ts +1 -0
- package/dist/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.js +1 -0
- package/dist/serialization/types/EventDestinationPreferencesEnabledItem.d.ts +1 -1
- package/dist/serialization/types/EventDestinationPreferencesEnabledItem.js +1 -1
- package/dist/serialization/types/EventDestinationPreferencesPreferred.d.ts +1 -1
- package/dist/serialization/types/EventDestinationPreferencesPreferred.js +1 -1
- package/dist/serialization/types/GroupedBloodOxygenResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedBloodOxygenResponse.js +1 -0
- package/dist/serialization/types/GroupedBloodPressureResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedBloodPressureResponse.js +1 -0
- package/dist/serialization/types/GroupedBodyFatResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedBodyFatResponse.js +1 -0
- package/dist/serialization/types/GroupedBodyWeightResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedBodyWeightResponse.js +1 -0
- package/dist/serialization/types/GroupedCaffeineResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedCaffeineResponse.js +1 -0
- package/dist/serialization/types/GroupedCaloriesActiveResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedCaloriesActiveResponse.js +1 -0
- package/dist/serialization/types/GroupedCaloriesBasalResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedCaloriesBasalResponse.js +1 -0
- package/dist/serialization/types/GroupedCholesterolResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedCholesterolResponse.js +1 -0
- package/dist/serialization/types/GroupedDistanceResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedDistanceResponse.js +1 -0
- package/dist/serialization/types/GroupedElectrocardiogramVoltageResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedElectrocardiogramVoltageResponse.js +1 -0
- package/dist/serialization/types/GroupedFloorsClimbedResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedFloorsClimbedResponse.js +1 -0
- package/dist/serialization/types/GroupedGlucoseResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedGlucoseResponse.js +1 -0
- package/dist/serialization/types/GroupedHeartRateResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedHeartRateResponse.js +1 -0
- package/dist/serialization/types/GroupedHrvResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedHrvResponse.js +1 -0
- package/dist/serialization/types/GroupedHypnogramResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedHypnogramResponse.js +1 -0
- package/dist/serialization/types/GroupedIgeResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedIgeResponse.js +1 -0
- package/dist/serialization/types/GroupedIggResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedIggResponse.js +1 -0
- package/dist/serialization/types/GroupedMindfulnessMinutesResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedMindfulnessMinutesResponse.js +1 -0
- package/dist/serialization/types/GroupedRespiratoryRateResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedRespiratoryRateResponse.js +1 -0
- package/dist/serialization/types/GroupedStepsResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedStepsResponse.js +1 -0
- package/dist/serialization/types/GroupedStressLevelResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedStressLevelResponse.js +1 -0
- package/dist/serialization/types/GroupedVo2MaxResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedVo2MaxResponse.js +1 -0
- package/dist/serialization/types/GroupedWaterResponse.d.ts +1 -0
- package/dist/serialization/types/GroupedWaterResponse.js +1 -0
- package/dist/serialization/types/UserHistoricalPullsResponse.d.ts +1 -0
- package/dist/serialization/types/UserHistoricalPullsResponse.js +1 -0
- package/dist/serialization/types/UserResourcesResponse.d.ts +1 -0
- package/dist/serialization/types/UserResourcesResponse.js +1 -0
- package/dist/serialization/types/index.d.ts +1 -0
- package/dist/serialization/types/index.js +1 -0
- package/package.json +1 -1
- package/serialization/types/AllowedRadius.d.ts +10 -0
- package/serialization/types/AllowedRadius.js +31 -0
- package/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.d.ts +1 -0
- package/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureDeltaSample.js +1 -0
- package/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.d.ts +1 -0
- package/serialization/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.js +1 -0
- package/serialization/types/EventDestinationPreferencesEnabledItem.d.ts +1 -1
- package/serialization/types/EventDestinationPreferencesEnabledItem.js +1 -1
- package/serialization/types/EventDestinationPreferencesPreferred.d.ts +1 -1
- package/serialization/types/EventDestinationPreferencesPreferred.js +1 -1
- package/serialization/types/GroupedBloodOxygenResponse.d.ts +1 -0
- package/serialization/types/GroupedBloodOxygenResponse.js +1 -0
- package/serialization/types/GroupedBloodPressureResponse.d.ts +1 -0
- package/serialization/types/GroupedBloodPressureResponse.js +1 -0
- package/serialization/types/GroupedBodyFatResponse.d.ts +1 -0
- package/serialization/types/GroupedBodyFatResponse.js +1 -0
- package/serialization/types/GroupedBodyWeightResponse.d.ts +1 -0
- package/serialization/types/GroupedBodyWeightResponse.js +1 -0
- package/serialization/types/GroupedCaffeineResponse.d.ts +1 -0
- package/serialization/types/GroupedCaffeineResponse.js +1 -0
- package/serialization/types/GroupedCaloriesActiveResponse.d.ts +1 -0
- package/serialization/types/GroupedCaloriesActiveResponse.js +1 -0
- package/serialization/types/GroupedCaloriesBasalResponse.d.ts +1 -0
- package/serialization/types/GroupedCaloriesBasalResponse.js +1 -0
- package/serialization/types/GroupedCholesterolResponse.d.ts +1 -0
- package/serialization/types/GroupedCholesterolResponse.js +1 -0
- package/serialization/types/GroupedDistanceResponse.d.ts +1 -0
- package/serialization/types/GroupedDistanceResponse.js +1 -0
- package/serialization/types/GroupedElectrocardiogramVoltageResponse.d.ts +1 -0
- package/serialization/types/GroupedElectrocardiogramVoltageResponse.js +1 -0
- package/serialization/types/GroupedFloorsClimbedResponse.d.ts +1 -0
- package/serialization/types/GroupedFloorsClimbedResponse.js +1 -0
- package/serialization/types/GroupedGlucoseResponse.d.ts +1 -0
- package/serialization/types/GroupedGlucoseResponse.js +1 -0
- package/serialization/types/GroupedHeartRateResponse.d.ts +1 -0
- package/serialization/types/GroupedHeartRateResponse.js +1 -0
- package/serialization/types/GroupedHrvResponse.d.ts +1 -0
- package/serialization/types/GroupedHrvResponse.js +1 -0
- package/serialization/types/GroupedHypnogramResponse.d.ts +1 -0
- package/serialization/types/GroupedHypnogramResponse.js +1 -0
- package/serialization/types/GroupedIgeResponse.d.ts +1 -0
- package/serialization/types/GroupedIgeResponse.js +1 -0
- package/serialization/types/GroupedIggResponse.d.ts +1 -0
- package/serialization/types/GroupedIggResponse.js +1 -0
- package/serialization/types/GroupedMindfulnessMinutesResponse.d.ts +1 -0
- package/serialization/types/GroupedMindfulnessMinutesResponse.js +1 -0
- package/serialization/types/GroupedRespiratoryRateResponse.d.ts +1 -0
- package/serialization/types/GroupedRespiratoryRateResponse.js +1 -0
- package/serialization/types/GroupedStepsResponse.d.ts +1 -0
- package/serialization/types/GroupedStepsResponse.js +1 -0
- package/serialization/types/GroupedStressLevelResponse.d.ts +1 -0
- package/serialization/types/GroupedStressLevelResponse.js +1 -0
- package/serialization/types/GroupedVo2MaxResponse.d.ts +1 -0
- package/serialization/types/GroupedVo2MaxResponse.js +1 -0
- package/serialization/types/GroupedWaterResponse.d.ts +1 -0
- package/serialization/types/GroupedWaterResponse.js +1 -0
- package/serialization/types/UserHistoricalPullsResponse.d.ts +1 -0
- package/serialization/types/UserHistoricalPullsResponse.js +1 -0
- package/serialization/types/UserResourcesResponse.d.ts +1 -0
- package/serialization/types/UserResourcesResponse.js +1 -0
- package/serialization/types/index.d.ts +1 -0
- package/serialization/types/index.js +1 -0
@@ -12,6 +12,10 @@ export interface VitalsBloodOxygenGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsBloodPressureGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsBodyFatGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
package/dist/api/resources/vitals/client/requests/VitalsBodyTemperatureDeltaGroupedRequest.d.ts
CHANGED
@@ -12,6 +12,10 @@ export interface VitalsBodyTemperatureDeltaGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsBodyTemperatureGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsBodyWeightGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsCaffeineGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsCaloriesActiveGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsCaloriesBasalGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsCholesterolGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsDistanceGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
package/dist/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.d.ts
CHANGED
@@ -12,6 +12,10 @@ export interface VitalsElectrocardiogramVoltageGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsFloorsClimbedGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsGlucoseGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsHeartrateGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsHrvGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsHypnogramGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsIgeGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsIggGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
package/dist/api/resources/vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.d.ts
CHANGED
@@ -12,6 +12,10 @@ export interface VitalsMindfulnessMinutesGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsRespiratoryRateGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsStepsGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsStressLevelGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsVo2MaxGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -12,6 +12,10 @@ export interface VitalsWaterGroupedRequest {
|
|
12
12
|
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
13
|
*/
|
14
14
|
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
15
19
|
/**
|
16
20
|
* Provider oura/strava etc
|
17
21
|
*/
|
@@ -73,7 +73,7 @@ class Workouts {
|
|
73
73
|
const _response = yield core.fetcher({
|
74
74
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/summary/workouts/${userId}`),
|
75
75
|
method: "GET",
|
76
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
76
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.31", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
77
77
|
contentType: "application/json",
|
78
78
|
queryParameters: _queryParams,
|
79
79
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -142,7 +142,7 @@ class Workouts {
|
|
142
142
|
const _response = yield core.fetcher({
|
143
143
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/summary/workouts/${userId}/raw`),
|
144
144
|
method: "GET",
|
145
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
145
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.31", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
146
146
|
contentType: "application/json",
|
147
147
|
queryParameters: _queryParams,
|
148
148
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -199,7 +199,7 @@ class Workouts {
|
|
199
199
|
const _response = yield core.fetcher({
|
200
200
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/workouts/${workoutId}/stream`),
|
201
201
|
method: "GET",
|
202
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
202
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.31", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
203
203
|
contentType: "application/json",
|
204
204
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
205
205
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
@@ -6,4 +6,5 @@ export interface ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatur
|
|
6
6
|
/** For each matching provider or lab, a list of grouped timeseries values. */
|
7
7
|
groups: Record<string, Vital.ClientFacingTimeseriesGroupClientFacingBodyTemperatureDeltaSample[]>;
|
8
8
|
next?: string;
|
9
|
+
nextCursor?: string;
|
9
10
|
}
|
package/dist/api/types/ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatureSample.d.ts
CHANGED
@@ -6,4 +6,5 @@ export interface ClientFacingGroupedTimeseriesResponseClientFacingBodyTemperatur
|
|
6
6
|
/** For each matching provider or lab, a list of grouped timeseries values. */
|
7
7
|
groups: Record<string, Vital.ClientFacingTimeseriesGroupClientFacingBodyTemperatureSample[]>;
|
8
8
|
next?: string;
|
9
|
+
nextCursor?: string;
|
9
10
|
}
|
@@ -1,9 +1,10 @@
|
|
1
1
|
/**
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
|
-
export declare type EventDestinationPreferencesEnabledItem = "cloud_pubsub" | "rabbitmq" | "svix";
|
4
|
+
export declare type EventDestinationPreferencesEnabledItem = "cloud_pubsub" | "rabbitmq" | "svix" | "azure_amqp";
|
5
5
|
export declare const EventDestinationPreferencesEnabledItem: {
|
6
6
|
readonly CloudPubsub: "cloud_pubsub";
|
7
7
|
readonly Rabbitmq: "rabbitmq";
|
8
8
|
readonly Svix: "svix";
|
9
|
+
readonly AzureAmqp: "azure_amqp";
|
9
10
|
};
|
@@ -1,9 +1,10 @@
|
|
1
1
|
/**
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
|
-
export declare type EventDestinationPreferencesPreferred = "cloud_pubsub" | "rabbitmq" | "svix";
|
4
|
+
export declare type EventDestinationPreferencesPreferred = "cloud_pubsub" | "rabbitmq" | "svix" | "azure_amqp";
|
5
5
|
export declare const EventDestinationPreferencesPreferred: {
|
6
6
|
readonly CloudPubsub: "cloud_pubsub";
|
7
7
|
readonly Rabbitmq: "rabbitmq";
|
8
8
|
readonly Svix: "svix";
|
9
|
+
readonly AzureAmqp: "azure_amqp";
|
9
10
|
};
|
package/dist/api/types/index.js
CHANGED
@@ -16,6 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
17
|
__exportStar(require("./ActivityV2InDb"), exports);
|
18
18
|
__exportStar(require("./Address"), exports);
|
19
|
+
__exportStar(require("./AllowedRadius"), exports);
|
19
20
|
__exportStar(require("./Answer"), exports);
|
20
21
|
__exportStar(require("./AoE"), exports);
|
21
22
|
__exportStar(require("./AoEAnswer"), exports);
|
@@ -0,0 +1,10 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "..";
|
5
|
+
import * as Vital from "../../api";
|
6
|
+
import * as core from "../../core";
|
7
|
+
export declare const AllowedRadius: core.serialization.Schema<serializers.AllowedRadius.Raw, Vital.AllowedRadius>;
|
8
|
+
export declare namespace AllowedRadius {
|
9
|
+
type Raw = number;
|
10
|
+
}
|