@tryvital/vital-node 3.0.9 → 3.1.0
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 +2 -2
- package/api/resources/labTests/client/Client.js +24 -24
- package/api/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +2 -0
- package/api/resources/labTests/client/requests/LabTestsGetMarkersRequest.d.ts +1 -1
- package/api/resources/link/client/Client.js +13 -13
- 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 +11 -11
- package/api/resources/user/client/requests/UserCreateBody.d.ts +2 -0
- package/api/resources/user/client/requests/UserPatchBody.d.ts +2 -0
- package/api/resources/vitals/client/Client.d.ts +249 -29
- package/api/resources/vitals/client/Client.js +2074 -57
- package/api/resources/vitals/client/requests/VitalsBloodOxygenGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsBloodPressureGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsBodyFatGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsBodyFatGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/{VitalsTriglyceridesRequest.d.ts → VitalsBodyFatRequest.d.ts} +1 -1
- package/api/resources/vitals/client/requests/VitalsBodyFatRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsBodyWeightGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsBodyWeightGroupedRequest.js +5 -0
- package/{dist/api/resources/vitals/client/requests/VitalsTriglyceridesRequest.d.ts → api/resources/vitals/client/requests/VitalsBodyWeightRequest.d.ts} +1 -1
- package/api/resources/vitals/client/requests/VitalsBodyWeightRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsCaffeineGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsCaffeineGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsCaloriesActiveGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsCaloriesActiveGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsCaloriesBasalGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsCaloriesBasalGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsCholesterolGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsCholesterolGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsCholesterolTriglyceridesRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/VitalsCholesterolTriglyceridesRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsDistanceGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsDistanceGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsFloorsClimbedGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsFloorsClimbedGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsGlucoseGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsGlucoseGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsHeartrateGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsHeartrateGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsHrvGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsHrvGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsHypnogramGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsHypnogramGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsIgeGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsIgeGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsIggGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsIggGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsRespiratoryRateGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsRespiratoryRateGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsStepsGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsStepsGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsStressLevelGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsStressLevelGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsStressLevelRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/VitalsStressLevelRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsVo2MaxGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsVo2MaxGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsVo2MaxRequest.d.ts +23 -0
- package/api/resources/vitals/client/requests/VitalsVo2MaxRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsWaterGroupedRequest.d.ts +27 -0
- package/api/resources/vitals/client/requests/VitalsWaterGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/index.d.ts +29 -2
- package/api/resources/workouts/client/Client.js +3 -3
- package/api/types/ClientFacingBodyFatTimeseries.d.ts +17 -0
- package/api/types/ClientFacingBodyFatTimeseries.js +5 -0
- package/api/types/ClientFacingBodyWeightTimeseries.d.ts +17 -0
- package/api/types/ClientFacingBodyWeightTimeseries.js +5 -0
- package/api/types/ClientFacingOrder.d.ts +2 -0
- package/api/types/ClientFacingStressLevelTimeseries.d.ts +16 -0
- package/api/types/ClientFacingStressLevelTimeseries.js +5 -0
- package/api/types/ClientFacingUser.d.ts +2 -0
- package/api/types/ClientFacingVo2MaxTimeseries.d.ts +21 -0
- package/api/types/ClientFacingVo2MaxTimeseries.js +5 -0
- package/api/types/FallbackBirthDate.d.ts +10 -0
- package/api/types/FallbackBirthDate.js +5 -0
- package/api/types/GroupedBloodOxygen.d.ts +8 -0
- package/api/types/GroupedBloodOxygen.js +5 -0
- package/api/types/GroupedBloodOxygenResponse.d.ts +10 -0
- package/api/types/GroupedBloodOxygenResponse.js +5 -0
- package/api/types/GroupedBloodPressure.d.ts +8 -0
- package/api/types/GroupedBloodPressure.js +5 -0
- package/api/types/GroupedBloodPressureResponse.d.ts +10 -0
- package/api/types/GroupedBloodPressureResponse.js +5 -0
- package/api/types/GroupedBodyFat.d.ts +8 -0
- package/api/types/GroupedBodyFat.js +5 -0
- package/api/types/GroupedBodyFatResponse.d.ts +10 -0
- package/api/types/GroupedBodyFatResponse.js +5 -0
- package/api/types/GroupedBodyWeight.d.ts +8 -0
- package/api/types/GroupedBodyWeight.js +5 -0
- package/api/types/GroupedBodyWeightResponse.d.ts +10 -0
- package/api/types/GroupedBodyWeightResponse.js +5 -0
- package/api/types/GroupedCaffeine.d.ts +8 -0
- package/api/types/GroupedCaffeine.js +5 -0
- package/api/types/GroupedCaffeineResponse.d.ts +10 -0
- package/api/types/GroupedCaffeineResponse.js +5 -0
- package/api/types/GroupedCaloriesActive.d.ts +8 -0
- package/api/types/GroupedCaloriesActive.js +5 -0
- package/api/types/GroupedCaloriesActiveResponse.d.ts +10 -0
- package/api/types/GroupedCaloriesActiveResponse.js +5 -0
- package/api/types/GroupedCaloriesBasal.d.ts +8 -0
- package/api/types/GroupedCaloriesBasal.js +5 -0
- package/api/types/GroupedCaloriesBasalResponse.d.ts +10 -0
- package/api/types/GroupedCaloriesBasalResponse.js +5 -0
- package/api/types/GroupedCholesterol.d.ts +8 -0
- package/api/types/GroupedCholesterol.js +5 -0
- package/api/types/GroupedCholesterolResponse.d.ts +10 -0
- package/api/types/GroupedCholesterolResponse.js +5 -0
- package/api/types/GroupedDistance.d.ts +8 -0
- package/api/types/GroupedDistance.js +5 -0
- package/api/types/GroupedDistanceResponse.d.ts +10 -0
- package/api/types/GroupedDistanceResponse.js +5 -0
- package/api/types/GroupedElectrocardiogramVoltage.d.ts +8 -0
- package/api/types/GroupedElectrocardiogramVoltage.js +5 -0
- package/api/types/GroupedElectrocardiogramVoltageResponse.d.ts +10 -0
- package/api/types/GroupedElectrocardiogramVoltageResponse.js +5 -0
- package/api/types/GroupedFloorsClimbed.d.ts +8 -0
- package/api/types/GroupedFloorsClimbed.js +5 -0
- package/api/types/GroupedFloorsClimbedResponse.d.ts +10 -0
- package/api/types/GroupedFloorsClimbedResponse.js +5 -0
- package/api/types/GroupedGlucose.d.ts +8 -0
- package/api/types/GroupedGlucose.js +5 -0
- package/api/types/GroupedGlucoseResponse.d.ts +10 -0
- package/api/types/GroupedGlucoseResponse.js +5 -0
- package/api/types/GroupedHeartRate.d.ts +8 -0
- package/api/types/GroupedHeartRate.js +5 -0
- package/api/types/GroupedHeartRateResponse.d.ts +10 -0
- package/api/types/GroupedHeartRateResponse.js +5 -0
- package/api/types/GroupedHrv.d.ts +8 -0
- package/api/types/GroupedHrv.js +5 -0
- package/api/types/GroupedHrvResponse.d.ts +10 -0
- package/api/types/GroupedHrvResponse.js +5 -0
- package/api/types/GroupedHypnogram.d.ts +8 -0
- package/api/types/GroupedHypnogram.js +5 -0
- package/api/types/GroupedHypnogramResponse.d.ts +10 -0
- package/api/types/GroupedHypnogramResponse.js +5 -0
- package/api/types/GroupedIge.d.ts +8 -0
- package/api/types/GroupedIge.js +5 -0
- package/api/types/GroupedIgeResponse.d.ts +10 -0
- package/api/types/GroupedIgeResponse.js +5 -0
- package/api/types/GroupedIgg.d.ts +8 -0
- package/api/types/GroupedIgg.js +5 -0
- package/api/types/GroupedIggResponse.d.ts +10 -0
- package/api/types/GroupedIggResponse.js +5 -0
- package/api/types/GroupedMindfulnessMinutes.d.ts +8 -0
- package/api/types/GroupedMindfulnessMinutes.js +5 -0
- package/api/types/GroupedMindfulnessMinutesResponse.d.ts +10 -0
- package/api/types/GroupedMindfulnessMinutesResponse.js +5 -0
- package/api/types/GroupedRespiratoryRate.d.ts +8 -0
- package/api/types/GroupedRespiratoryRate.js +5 -0
- package/api/types/GroupedRespiratoryRateResponse.d.ts +10 -0
- package/api/types/GroupedRespiratoryRateResponse.js +5 -0
- package/api/types/GroupedSteps.d.ts +8 -0
- package/api/types/GroupedSteps.js +5 -0
- package/api/types/GroupedStepsResponse.d.ts +10 -0
- package/api/types/GroupedStepsResponse.js +5 -0
- package/api/types/GroupedStressLevel.d.ts +8 -0
- package/api/types/GroupedStressLevel.js +5 -0
- package/api/types/GroupedStressLevelResponse.d.ts +10 -0
- package/api/types/GroupedStressLevelResponse.js +5 -0
- package/api/types/GroupedVo2Max.d.ts +8 -0
- package/api/types/GroupedVo2Max.js +5 -0
- package/api/types/GroupedVo2MaxResponse.d.ts +10 -0
- package/api/types/GroupedVo2MaxResponse.js +5 -0
- package/api/types/GroupedWater.d.ts +8 -0
- package/api/types/GroupedWater.js +5 -0
- package/api/types/GroupedWaterResponse.d.ts +10 -0
- package/api/types/GroupedWaterResponse.js +5 -0
- package/api/types/TimeseriesResource.d.ts +3 -4
- package/api/types/TimeseriesResource.js +2 -3
- package/api/types/index.d.ts +51 -0
- package/api/types/index.js +51 -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 +2 -2
- package/dist/api/resources/labTests/client/Client.js +24 -24
- package/dist/api/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +2 -0
- package/dist/api/resources/labTests/client/requests/LabTestsGetMarkersRequest.d.ts +1 -1
- package/dist/api/resources/link/client/Client.js +13 -13
- 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 +11 -11
- package/dist/api/resources/user/client/requests/UserCreateBody.d.ts +2 -0
- package/dist/api/resources/user/client/requests/UserPatchBody.d.ts +2 -0
- package/dist/api/resources/vitals/client/Client.d.ts +249 -29
- package/dist/api/resources/vitals/client/Client.js +2074 -57
- package/dist/api/resources/vitals/client/requests/VitalsBloodOxygenGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsBloodOxygenGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsBloodPressureGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsBloodPressureGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyFatGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyFatGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyFatRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyFatRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyWeightGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyWeightGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyWeightRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyWeightRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsCaffeineGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsCaffeineGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsCaloriesActiveGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsCaloriesActiveGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsCaloriesBasalGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsCaloriesBasalGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsCholesterolGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsCholesterolGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsCholesterolTriglyceridesRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/VitalsCholesterolTriglyceridesRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsDistanceGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsDistanceGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsFloorsClimbedGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsFloorsClimbedGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsGlucoseGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsGlucoseGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsHeartrateGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsHeartrateGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsHrvGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsHrvGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsHypnogramGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsHypnogramGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsIgeGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsIgeGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsIggGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsIggGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsMindfulnessMinutesGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsRespiratoryRateGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsRespiratoryRateGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsStepsGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsStepsGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsStressLevelGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsStressLevelGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsStressLevelRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/VitalsStressLevelRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsVo2MaxGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsVo2MaxGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsVo2MaxRequest.d.ts +23 -0
- package/dist/api/resources/vitals/client/requests/VitalsVo2MaxRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsWaterGroupedRequest.d.ts +27 -0
- package/dist/api/resources/vitals/client/requests/VitalsWaterGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/index.d.ts +29 -2
- package/dist/api/resources/workouts/client/Client.js +3 -3
- package/dist/api/types/ClientFacingBodyFatTimeseries.d.ts +17 -0
- package/dist/api/types/ClientFacingBodyFatTimeseries.js +5 -0
- package/dist/api/types/ClientFacingBodyWeightTimeseries.d.ts +17 -0
- package/dist/api/types/ClientFacingBodyWeightTimeseries.js +5 -0
- package/dist/api/types/ClientFacingOrder.d.ts +2 -0
- package/dist/api/types/ClientFacingStressLevelTimeseries.d.ts +16 -0
- package/dist/api/types/ClientFacingStressLevelTimeseries.js +5 -0
- package/dist/api/types/ClientFacingUser.d.ts +2 -0
- package/dist/api/types/ClientFacingVo2MaxTimeseries.d.ts +21 -0
- package/dist/api/types/ClientFacingVo2MaxTimeseries.js +5 -0
- package/dist/api/types/FallbackBirthDate.d.ts +10 -0
- package/dist/api/types/FallbackBirthDate.js +5 -0
- package/dist/api/types/GroupedBloodOxygen.d.ts +8 -0
- package/dist/api/types/GroupedBloodOxygen.js +5 -0
- package/dist/api/types/GroupedBloodOxygenResponse.d.ts +10 -0
- package/dist/api/types/GroupedBloodOxygenResponse.js +5 -0
- package/dist/api/types/GroupedBloodPressure.d.ts +8 -0
- package/dist/api/types/GroupedBloodPressure.js +5 -0
- package/dist/api/types/GroupedBloodPressureResponse.d.ts +10 -0
- package/dist/api/types/GroupedBloodPressureResponse.js +5 -0
- package/dist/api/types/GroupedBodyFat.d.ts +8 -0
- package/dist/api/types/GroupedBodyFat.js +5 -0
- package/dist/api/types/GroupedBodyFatResponse.d.ts +10 -0
- package/dist/api/types/GroupedBodyFatResponse.js +5 -0
- package/dist/api/types/GroupedBodyWeight.d.ts +8 -0
- package/dist/api/types/GroupedBodyWeight.js +5 -0
- package/dist/api/types/GroupedBodyWeightResponse.d.ts +10 -0
- package/dist/api/types/GroupedBodyWeightResponse.js +5 -0
- package/dist/api/types/GroupedCaffeine.d.ts +8 -0
- package/dist/api/types/GroupedCaffeine.js +5 -0
- package/dist/api/types/GroupedCaffeineResponse.d.ts +10 -0
- package/dist/api/types/GroupedCaffeineResponse.js +5 -0
- package/dist/api/types/GroupedCaloriesActive.d.ts +8 -0
- package/dist/api/types/GroupedCaloriesActive.js +5 -0
- package/dist/api/types/GroupedCaloriesActiveResponse.d.ts +10 -0
- package/dist/api/types/GroupedCaloriesActiveResponse.js +5 -0
- package/dist/api/types/GroupedCaloriesBasal.d.ts +8 -0
- package/dist/api/types/GroupedCaloriesBasal.js +5 -0
- package/dist/api/types/GroupedCaloriesBasalResponse.d.ts +10 -0
- package/dist/api/types/GroupedCaloriesBasalResponse.js +5 -0
- package/dist/api/types/GroupedCholesterol.d.ts +8 -0
- package/dist/api/types/GroupedCholesterol.js +5 -0
- package/dist/api/types/GroupedCholesterolResponse.d.ts +10 -0
- package/dist/api/types/GroupedCholesterolResponse.js +5 -0
- package/dist/api/types/GroupedDistance.d.ts +8 -0
- package/dist/api/types/GroupedDistance.js +5 -0
- package/dist/api/types/GroupedDistanceResponse.d.ts +10 -0
- package/dist/api/types/GroupedDistanceResponse.js +5 -0
- package/dist/api/types/GroupedElectrocardiogramVoltage.d.ts +8 -0
- package/dist/api/types/GroupedElectrocardiogramVoltage.js +5 -0
- package/dist/api/types/GroupedElectrocardiogramVoltageResponse.d.ts +10 -0
- package/dist/api/types/GroupedElectrocardiogramVoltageResponse.js +5 -0
- package/dist/api/types/GroupedFloorsClimbed.d.ts +8 -0
- package/dist/api/types/GroupedFloorsClimbed.js +5 -0
- package/dist/api/types/GroupedFloorsClimbedResponse.d.ts +10 -0
- package/dist/api/types/GroupedFloorsClimbedResponse.js +5 -0
- package/dist/api/types/GroupedGlucose.d.ts +8 -0
- package/dist/api/types/GroupedGlucose.js +5 -0
- package/dist/api/types/GroupedGlucoseResponse.d.ts +10 -0
- package/dist/api/types/GroupedGlucoseResponse.js +5 -0
- package/dist/api/types/GroupedHeartRate.d.ts +8 -0
- package/dist/api/types/GroupedHeartRate.js +5 -0
- package/dist/api/types/GroupedHeartRateResponse.d.ts +10 -0
- package/dist/api/types/GroupedHeartRateResponse.js +5 -0
- package/dist/api/types/GroupedHrv.d.ts +8 -0
- package/dist/api/types/GroupedHrv.js +5 -0
- package/dist/api/types/GroupedHrvResponse.d.ts +10 -0
- package/dist/api/types/GroupedHrvResponse.js +5 -0
- package/dist/api/types/GroupedHypnogram.d.ts +8 -0
- package/dist/api/types/GroupedHypnogram.js +5 -0
- package/dist/api/types/GroupedHypnogramResponse.d.ts +10 -0
- package/dist/api/types/GroupedHypnogramResponse.js +5 -0
- package/dist/api/types/GroupedIge.d.ts +8 -0
- package/dist/api/types/GroupedIge.js +5 -0
- package/dist/api/types/GroupedIgeResponse.d.ts +10 -0
- package/dist/api/types/GroupedIgeResponse.js +5 -0
- package/dist/api/types/GroupedIgg.d.ts +8 -0
- package/dist/api/types/GroupedIgg.js +5 -0
- package/dist/api/types/GroupedIggResponse.d.ts +10 -0
- package/dist/api/types/GroupedIggResponse.js +5 -0
- package/dist/api/types/GroupedMindfulnessMinutes.d.ts +8 -0
- package/dist/api/types/GroupedMindfulnessMinutes.js +5 -0
- package/dist/api/types/GroupedMindfulnessMinutesResponse.d.ts +10 -0
- package/dist/api/types/GroupedMindfulnessMinutesResponse.js +5 -0
- package/dist/api/types/GroupedRespiratoryRate.d.ts +8 -0
- package/dist/api/types/GroupedRespiratoryRate.js +5 -0
- package/dist/api/types/GroupedRespiratoryRateResponse.d.ts +10 -0
- package/dist/api/types/GroupedRespiratoryRateResponse.js +5 -0
- package/dist/api/types/GroupedSteps.d.ts +8 -0
- package/dist/api/types/GroupedSteps.js +5 -0
- package/dist/api/types/GroupedStepsResponse.d.ts +10 -0
- package/dist/api/types/GroupedStepsResponse.js +5 -0
- package/dist/api/types/GroupedStressLevel.d.ts +8 -0
- package/dist/api/types/GroupedStressLevel.js +5 -0
- package/dist/api/types/GroupedStressLevelResponse.d.ts +10 -0
- package/dist/api/types/GroupedStressLevelResponse.js +5 -0
- package/dist/api/types/GroupedVo2Max.d.ts +8 -0
- package/dist/api/types/GroupedVo2Max.js +5 -0
- package/dist/api/types/GroupedVo2MaxResponse.d.ts +10 -0
- package/dist/api/types/GroupedVo2MaxResponse.js +5 -0
- package/dist/api/types/GroupedWater.d.ts +8 -0
- package/dist/api/types/GroupedWater.js +5 -0
- package/dist/api/types/GroupedWaterResponse.d.ts +10 -0
- package/dist/api/types/GroupedWaterResponse.js +5 -0
- package/dist/api/types/TimeseriesResource.d.ts +3 -4
- package/dist/api/types/TimeseriesResource.js +2 -3
- package/dist/api/types/index.d.ts +51 -0
- package/dist/api/types/index.js +51 -0
- package/dist/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -0
- package/dist/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.js +1 -0
- package/dist/serialization/resources/user/client/requests/UserCreateBody.d.ts +1 -0
- package/dist/serialization/resources/user/client/requests/UserCreateBody.js +1 -0
- package/dist/serialization/resources/user/client/requests/UserPatchBody.d.ts +1 -0
- package/dist/serialization/resources/user/client/requests/UserPatchBody.js +1 -0
- package/dist/serialization/resources/vitals/client/bodyFat.d.ts +10 -0
- package/dist/serialization/resources/vitals/client/bodyFat.js +40 -0
- package/dist/serialization/resources/vitals/client/bodyWeight.d.ts +10 -0
- package/dist/serialization/resources/vitals/client/bodyWeight.js +40 -0
- package/dist/serialization/resources/vitals/client/{triglycerides.d.ts → cholesterolTriglycerides.d.ts} +1 -1
- package/dist/serialization/resources/vitals/client/index.d.ts +6 -2
- package/dist/serialization/resources/vitals/client/index.js +7 -3
- package/dist/serialization/resources/vitals/client/stressLevel.d.ts +10 -0
- package/dist/serialization/resources/vitals/client/stressLevel.js +40 -0
- package/dist/serialization/resources/vitals/client/vo2Max.d.ts +10 -0
- package/dist/serialization/resources/vitals/client/vo2Max.js +40 -0
- package/dist/serialization/types/ClientFacingBodyFatTimeseries.d.ts +17 -0
- package/dist/serialization/types/ClientFacingBodyFatTimeseries.js +38 -0
- package/dist/serialization/types/ClientFacingBodyWeightTimeseries.d.ts +17 -0
- package/dist/serialization/types/ClientFacingBodyWeightTimeseries.js +38 -0
- package/dist/serialization/types/ClientFacingOrder.d.ts +1 -0
- package/dist/serialization/types/ClientFacingOrder.js +1 -0
- package/dist/serialization/types/ClientFacingStressLevelTimeseries.d.ts +17 -0
- package/dist/serialization/types/ClientFacingStressLevelTimeseries.js +38 -0
- package/dist/serialization/types/ClientFacingUser.d.ts +1 -0
- package/dist/serialization/types/ClientFacingUser.js +1 -0
- package/dist/serialization/types/ClientFacingVo2MaxTimeseries.d.ts +19 -0
- package/dist/serialization/types/ClientFacingVo2MaxTimeseries.js +40 -0
- package/dist/serialization/types/FallbackBirthDate.d.ts +14 -0
- package/dist/serialization/types/FallbackBirthDate.js +35 -0
- package/dist/serialization/types/GroupedBloodOxygen.d.ts +13 -0
- package/dist/serialization/types/GroupedBloodOxygen.js +43 -0
- package/dist/serialization/types/GroupedBloodOxygenResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedBloodOxygenResponse.js +43 -0
- package/dist/serialization/types/GroupedBloodPressure.d.ts +13 -0
- package/dist/serialization/types/GroupedBloodPressure.js +43 -0
- package/dist/serialization/types/GroupedBloodPressureResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedBloodPressureResponse.js +43 -0
- package/dist/serialization/types/GroupedBodyFat.d.ts +13 -0
- package/dist/serialization/types/GroupedBodyFat.js +43 -0
- package/dist/serialization/types/GroupedBodyFatResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedBodyFatResponse.js +43 -0
- package/dist/serialization/types/GroupedBodyWeight.d.ts +13 -0
- package/dist/serialization/types/GroupedBodyWeight.js +43 -0
- package/dist/serialization/types/GroupedBodyWeightResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedBodyWeightResponse.js +43 -0
- package/dist/serialization/types/GroupedCaffeine.d.ts +13 -0
- package/dist/serialization/types/GroupedCaffeine.js +43 -0
- package/dist/serialization/types/GroupedCaffeineResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedCaffeineResponse.js +43 -0
- package/dist/serialization/types/GroupedCaloriesActive.d.ts +13 -0
- package/dist/serialization/types/GroupedCaloriesActive.js +43 -0
- package/dist/serialization/types/GroupedCaloriesActiveResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedCaloriesActiveResponse.js +43 -0
- package/dist/serialization/types/GroupedCaloriesBasal.d.ts +13 -0
- package/dist/serialization/types/GroupedCaloriesBasal.js +43 -0
- package/dist/serialization/types/GroupedCaloriesBasalResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedCaloriesBasalResponse.js +43 -0
- package/dist/serialization/types/GroupedCholesterol.d.ts +13 -0
- package/dist/serialization/types/GroupedCholesterol.js +43 -0
- package/dist/serialization/types/GroupedCholesterolResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedCholesterolResponse.js +43 -0
- package/dist/serialization/types/GroupedDistance.d.ts +13 -0
- package/dist/serialization/types/GroupedDistance.js +43 -0
- package/dist/serialization/types/GroupedDistanceResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedDistanceResponse.js +43 -0
- package/dist/serialization/types/GroupedElectrocardiogramVoltage.d.ts +13 -0
- package/dist/serialization/types/GroupedElectrocardiogramVoltage.js +43 -0
- package/dist/serialization/types/GroupedElectrocardiogramVoltageResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedElectrocardiogramVoltageResponse.js +43 -0
- package/dist/serialization/types/GroupedFloorsClimbed.d.ts +13 -0
- package/dist/serialization/types/GroupedFloorsClimbed.js +43 -0
- package/dist/serialization/types/GroupedFloorsClimbedResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedFloorsClimbedResponse.js +43 -0
- package/dist/serialization/types/GroupedGlucose.d.ts +13 -0
- package/dist/serialization/types/GroupedGlucose.js +43 -0
- package/dist/serialization/types/GroupedGlucoseResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedGlucoseResponse.js +43 -0
- package/dist/serialization/types/GroupedHeartRate.d.ts +13 -0
- package/dist/serialization/types/GroupedHeartRate.js +43 -0
- package/dist/serialization/types/GroupedHeartRateResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedHeartRateResponse.js +43 -0
- package/dist/serialization/types/GroupedHrv.d.ts +13 -0
- package/dist/serialization/types/GroupedHrv.js +43 -0
- package/dist/serialization/types/GroupedHrvResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedHrvResponse.js +43 -0
- package/dist/serialization/types/GroupedHypnogram.d.ts +13 -0
- package/dist/serialization/types/GroupedHypnogram.js +43 -0
- package/dist/serialization/types/GroupedHypnogramResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedHypnogramResponse.js +43 -0
- package/dist/serialization/types/GroupedIge.d.ts +13 -0
- package/dist/serialization/types/GroupedIge.js +43 -0
- package/dist/serialization/types/GroupedIgeResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedIgeResponse.js +43 -0
- package/dist/serialization/types/GroupedIgg.d.ts +13 -0
- package/dist/serialization/types/GroupedIgg.js +43 -0
- package/dist/serialization/types/GroupedIggResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedIggResponse.js +43 -0
- package/dist/serialization/types/GroupedMindfulnessMinutes.d.ts +13 -0
- package/dist/serialization/types/GroupedMindfulnessMinutes.js +43 -0
- package/dist/serialization/types/GroupedMindfulnessMinutesResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedMindfulnessMinutesResponse.js +43 -0
- package/dist/serialization/types/GroupedRespiratoryRate.d.ts +13 -0
- package/dist/serialization/types/GroupedRespiratoryRate.js +43 -0
- package/dist/serialization/types/GroupedRespiratoryRateResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedRespiratoryRateResponse.js +43 -0
- package/dist/serialization/types/GroupedSteps.d.ts +13 -0
- package/dist/serialization/types/GroupedSteps.js +43 -0
- package/dist/serialization/types/GroupedStepsResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedStepsResponse.js +43 -0
- package/dist/serialization/types/GroupedStressLevel.d.ts +13 -0
- package/dist/serialization/types/GroupedStressLevel.js +43 -0
- package/dist/serialization/types/GroupedStressLevelResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedStressLevelResponse.js +43 -0
- package/dist/serialization/types/GroupedVo2Max.d.ts +13 -0
- package/dist/serialization/types/GroupedVo2Max.js +43 -0
- package/dist/serialization/types/GroupedVo2MaxResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedVo2MaxResponse.js +43 -0
- package/dist/serialization/types/GroupedWater.d.ts +13 -0
- package/dist/serialization/types/GroupedWater.js +43 -0
- package/dist/serialization/types/GroupedWaterResponse.d.ts +13 -0
- package/dist/serialization/types/GroupedWaterResponse.js +43 -0
- package/dist/serialization/types/TimeseriesResource.d.ts +1 -1
- package/dist/serialization/types/TimeseriesResource.js +2 -3
- package/dist/serialization/types/index.d.ts +51 -0
- package/dist/serialization/types/index.js +51 -0
- package/package.json +1 -1
- package/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -0
- package/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.js +1 -0
- package/serialization/resources/user/client/requests/UserCreateBody.d.ts +1 -0
- package/serialization/resources/user/client/requests/UserCreateBody.js +1 -0
- package/serialization/resources/user/client/requests/UserPatchBody.d.ts +1 -0
- package/serialization/resources/user/client/requests/UserPatchBody.js +1 -0
- package/serialization/resources/vitals/client/bodyFat.d.ts +10 -0
- package/serialization/resources/vitals/client/bodyFat.js +40 -0
- package/serialization/resources/vitals/client/bodyWeight.d.ts +10 -0
- package/serialization/resources/vitals/client/bodyWeight.js +40 -0
- package/serialization/resources/vitals/client/{triglycerides.d.ts → cholesterolTriglycerides.d.ts} +1 -1
- package/serialization/resources/vitals/client/index.d.ts +6 -2
- package/serialization/resources/vitals/client/index.js +7 -3
- package/serialization/resources/vitals/client/stressLevel.d.ts +10 -0
- package/serialization/resources/vitals/client/stressLevel.js +40 -0
- package/serialization/resources/vitals/client/vo2Max.d.ts +10 -0
- package/serialization/resources/vitals/client/vo2Max.js +40 -0
- package/serialization/types/ClientFacingBodyFatTimeseries.d.ts +17 -0
- package/serialization/types/ClientFacingBodyFatTimeseries.js +38 -0
- package/serialization/types/ClientFacingBodyWeightTimeseries.d.ts +17 -0
- package/serialization/types/ClientFacingBodyWeightTimeseries.js +38 -0
- package/serialization/types/ClientFacingOrder.d.ts +1 -0
- package/serialization/types/ClientFacingOrder.js +1 -0
- package/serialization/types/ClientFacingStressLevelTimeseries.d.ts +17 -0
- package/serialization/types/ClientFacingStressLevelTimeseries.js +38 -0
- package/serialization/types/ClientFacingUser.d.ts +1 -0
- package/serialization/types/ClientFacingUser.js +1 -0
- package/serialization/types/ClientFacingVo2MaxTimeseries.d.ts +19 -0
- package/serialization/types/ClientFacingVo2MaxTimeseries.js +40 -0
- package/serialization/types/FallbackBirthDate.d.ts +14 -0
- package/serialization/types/FallbackBirthDate.js +35 -0
- package/serialization/types/GroupedBloodOxygen.d.ts +13 -0
- package/serialization/types/GroupedBloodOxygen.js +43 -0
- package/serialization/types/GroupedBloodOxygenResponse.d.ts +13 -0
- package/serialization/types/GroupedBloodOxygenResponse.js +43 -0
- package/serialization/types/GroupedBloodPressure.d.ts +13 -0
- package/serialization/types/GroupedBloodPressure.js +43 -0
- package/serialization/types/GroupedBloodPressureResponse.d.ts +13 -0
- package/serialization/types/GroupedBloodPressureResponse.js +43 -0
- package/serialization/types/GroupedBodyFat.d.ts +13 -0
- package/serialization/types/GroupedBodyFat.js +43 -0
- package/serialization/types/GroupedBodyFatResponse.d.ts +13 -0
- package/serialization/types/GroupedBodyFatResponse.js +43 -0
- package/serialization/types/GroupedBodyWeight.d.ts +13 -0
- package/serialization/types/GroupedBodyWeight.js +43 -0
- package/serialization/types/GroupedBodyWeightResponse.d.ts +13 -0
- package/serialization/types/GroupedBodyWeightResponse.js +43 -0
- package/serialization/types/GroupedCaffeine.d.ts +13 -0
- package/serialization/types/GroupedCaffeine.js +43 -0
- package/serialization/types/GroupedCaffeineResponse.d.ts +13 -0
- package/serialization/types/GroupedCaffeineResponse.js +43 -0
- package/serialization/types/GroupedCaloriesActive.d.ts +13 -0
- package/serialization/types/GroupedCaloriesActive.js +43 -0
- package/serialization/types/GroupedCaloriesActiveResponse.d.ts +13 -0
- package/serialization/types/GroupedCaloriesActiveResponse.js +43 -0
- package/serialization/types/GroupedCaloriesBasal.d.ts +13 -0
- package/serialization/types/GroupedCaloriesBasal.js +43 -0
- package/serialization/types/GroupedCaloriesBasalResponse.d.ts +13 -0
- package/serialization/types/GroupedCaloriesBasalResponse.js +43 -0
- package/serialization/types/GroupedCholesterol.d.ts +13 -0
- package/serialization/types/GroupedCholesterol.js +43 -0
- package/serialization/types/GroupedCholesterolResponse.d.ts +13 -0
- package/serialization/types/GroupedCholesterolResponse.js +43 -0
- package/serialization/types/GroupedDistance.d.ts +13 -0
- package/serialization/types/GroupedDistance.js +43 -0
- package/serialization/types/GroupedDistanceResponse.d.ts +13 -0
- package/serialization/types/GroupedDistanceResponse.js +43 -0
- package/serialization/types/GroupedElectrocardiogramVoltage.d.ts +13 -0
- package/serialization/types/GroupedElectrocardiogramVoltage.js +43 -0
- package/serialization/types/GroupedElectrocardiogramVoltageResponse.d.ts +13 -0
- package/serialization/types/GroupedElectrocardiogramVoltageResponse.js +43 -0
- package/serialization/types/GroupedFloorsClimbed.d.ts +13 -0
- package/serialization/types/GroupedFloorsClimbed.js +43 -0
- package/serialization/types/GroupedFloorsClimbedResponse.d.ts +13 -0
- package/serialization/types/GroupedFloorsClimbedResponse.js +43 -0
- package/serialization/types/GroupedGlucose.d.ts +13 -0
- package/serialization/types/GroupedGlucose.js +43 -0
- package/serialization/types/GroupedGlucoseResponse.d.ts +13 -0
- package/serialization/types/GroupedGlucoseResponse.js +43 -0
- package/serialization/types/GroupedHeartRate.d.ts +13 -0
- package/serialization/types/GroupedHeartRate.js +43 -0
- package/serialization/types/GroupedHeartRateResponse.d.ts +13 -0
- package/serialization/types/GroupedHeartRateResponse.js +43 -0
- package/serialization/types/GroupedHrv.d.ts +13 -0
- package/serialization/types/GroupedHrv.js +43 -0
- package/serialization/types/GroupedHrvResponse.d.ts +13 -0
- package/serialization/types/GroupedHrvResponse.js +43 -0
- package/serialization/types/GroupedHypnogram.d.ts +13 -0
- package/serialization/types/GroupedHypnogram.js +43 -0
- package/serialization/types/GroupedHypnogramResponse.d.ts +13 -0
- package/serialization/types/GroupedHypnogramResponse.js +43 -0
- package/serialization/types/GroupedIge.d.ts +13 -0
- package/serialization/types/GroupedIge.js +43 -0
- package/serialization/types/GroupedIgeResponse.d.ts +13 -0
- package/serialization/types/GroupedIgeResponse.js +43 -0
- package/serialization/types/GroupedIgg.d.ts +13 -0
- package/serialization/types/GroupedIgg.js +43 -0
- package/serialization/types/GroupedIggResponse.d.ts +13 -0
- package/serialization/types/GroupedIggResponse.js +43 -0
- package/serialization/types/GroupedMindfulnessMinutes.d.ts +13 -0
- package/serialization/types/GroupedMindfulnessMinutes.js +43 -0
- package/serialization/types/GroupedMindfulnessMinutesResponse.d.ts +13 -0
- package/serialization/types/GroupedMindfulnessMinutesResponse.js +43 -0
- package/serialization/types/GroupedRespiratoryRate.d.ts +13 -0
- package/serialization/types/GroupedRespiratoryRate.js +43 -0
- package/serialization/types/GroupedRespiratoryRateResponse.d.ts +13 -0
- package/serialization/types/GroupedRespiratoryRateResponse.js +43 -0
- package/serialization/types/GroupedSteps.d.ts +13 -0
- package/serialization/types/GroupedSteps.js +43 -0
- package/serialization/types/GroupedStepsResponse.d.ts +13 -0
- package/serialization/types/GroupedStepsResponse.js +43 -0
- package/serialization/types/GroupedStressLevel.d.ts +13 -0
- package/serialization/types/GroupedStressLevel.js +43 -0
- package/serialization/types/GroupedStressLevelResponse.d.ts +13 -0
- package/serialization/types/GroupedStressLevelResponse.js +43 -0
- package/serialization/types/GroupedVo2Max.d.ts +13 -0
- package/serialization/types/GroupedVo2Max.js +43 -0
- package/serialization/types/GroupedVo2MaxResponse.d.ts +13 -0
- package/serialization/types/GroupedVo2MaxResponse.js +43 -0
- package/serialization/types/GroupedWater.d.ts +13 -0
- package/serialization/types/GroupedWater.js +43 -0
- package/serialization/types/GroupedWaterResponse.d.ts +13 -0
- package/serialization/types/GroupedWaterResponse.js +43 -0
- package/serialization/types/TimeseriesResource.d.ts +1 -1
- package/serialization/types/TimeseriesResource.js +2 -3
- package/serialization/types/index.d.ts +51 -0
- package/serialization/types/index.js +51 -0
- /package/api/resources/vitals/client/requests/{VitalsTriglyceridesRequest.js → VitalsBloodOxygenGroupedRequest.js} +0 -0
- /package/{dist/api/resources/vitals/client/requests/VitalsTriglyceridesRequest.js → api/resources/vitals/client/requests/VitalsBloodPressureGroupedRequest.js} +0 -0
- /package/dist/serialization/resources/vitals/client/{triglycerides.js → cholesterolTriglycerides.js} +0 -0
- /package/serialization/resources/vitals/client/{triglycerides.js → cholesterolTriglycerides.js} +0 -0
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start-date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsBloodOxygenGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* Provider oura/strava etc
|
17
|
+
*/
|
18
|
+
provider?: string;
|
19
|
+
/**
|
20
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
21
|
+
*/
|
22
|
+
startDate: string;
|
23
|
+
/**
|
24
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
25
|
+
*/
|
26
|
+
endDate?: string;
|
27
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start-date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsBloodPressureGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* Provider oura/strava etc
|
17
|
+
*/
|
18
|
+
provider?: string;
|
19
|
+
/**
|
20
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
21
|
+
*/
|
22
|
+
startDate: string;
|
23
|
+
/**
|
24
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
25
|
+
*/
|
26
|
+
endDate?: string;
|
27
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start-date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsBodyFatGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* Provider oura/strava etc
|
17
|
+
*/
|
18
|
+
provider?: string;
|
19
|
+
/**
|
20
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
21
|
+
*/
|
22
|
+
startDate: string;
|
23
|
+
/**
|
24
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
25
|
+
*/
|
26
|
+
endDate?: string;
|
27
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start-date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsBodyWeightGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* Provider oura/strava etc
|
17
|
+
*/
|
18
|
+
provider?: string;
|
19
|
+
/**
|
20
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
21
|
+
*/
|
22
|
+
startDate: string;
|
23
|
+
/**
|
24
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
25
|
+
*/
|
26
|
+
endDate?: string;
|
27
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start-date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsCaffeineGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* Provider oura/strava etc
|
17
|
+
*/
|
18
|
+
provider?: string;
|
19
|
+
/**
|
20
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
21
|
+
*/
|
22
|
+
startDate: string;
|
23
|
+
/**
|
24
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
25
|
+
*/
|
26
|
+
endDate?: string;
|
27
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start-date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsCaloriesActiveGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* Provider oura/strava etc
|
17
|
+
*/
|
18
|
+
provider?: string;
|
19
|
+
/**
|
20
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
21
|
+
*/
|
22
|
+
startDate: string;
|
23
|
+
/**
|
24
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
25
|
+
*/
|
26
|
+
endDate?: string;
|
27
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start-date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsCaloriesBasalGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* Provider oura/strava etc
|
17
|
+
*/
|
18
|
+
provider?: string;
|
19
|
+
/**
|
20
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
21
|
+
*/
|
22
|
+
startDate: string;
|
23
|
+
/**
|
24
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
25
|
+
*/
|
26
|
+
endDate?: string;
|
27
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start-date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsCholesterolGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* Provider oura/strava etc
|
17
|
+
*/
|
18
|
+
provider?: string;
|
19
|
+
/**
|
20
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
21
|
+
*/
|
22
|
+
startDate: string;
|
23
|
+
/**
|
24
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
25
|
+
*/
|
26
|
+
endDate?: string;
|
27
|
+
}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start-date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsCholesterolTriglyceridesRequest {
|
11
|
+
/**
|
12
|
+
* Provider oura/strava etc
|
13
|
+
*/
|
14
|
+
provider?: string;
|
15
|
+
/**
|
16
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
17
|
+
*/
|
18
|
+
startDate: string;
|
19
|
+
/**
|
20
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
21
|
+
*/
|
22
|
+
endDate?: string;
|
23
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start-date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsDistanceGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* Provider oura/strava etc
|
17
|
+
*/
|
18
|
+
provider?: string;
|
19
|
+
/**
|
20
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
21
|
+
*/
|
22
|
+
startDate: string;
|
23
|
+
/**
|
24
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
25
|
+
*/
|
26
|
+
endDate?: string;
|
27
|
+
}
|
package/api/resources/vitals/client/requests/VitalsElectrocardiogramVoltageGroupedRequest.d.ts
ADDED
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start-date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsElectrocardiogramVoltageGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* Provider oura/strava etc
|
17
|
+
*/
|
18
|
+
provider?: string;
|
19
|
+
/**
|
20
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
21
|
+
*/
|
22
|
+
startDate: string;
|
23
|
+
/**
|
24
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
25
|
+
*/
|
26
|
+
endDate?: string;
|
27
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start-date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsFloorsClimbedGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* Provider oura/strava etc
|
17
|
+
*/
|
18
|
+
provider?: string;
|
19
|
+
/**
|
20
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
21
|
+
*/
|
22
|
+
startDate: string;
|
23
|
+
/**
|
24
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
25
|
+
*/
|
26
|
+
endDate?: string;
|
27
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start-date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsGlucoseGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* Provider oura/strava etc
|
17
|
+
*/
|
18
|
+
provider?: string;
|
19
|
+
/**
|
20
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
21
|
+
*/
|
22
|
+
startDate: string;
|
23
|
+
/**
|
24
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
25
|
+
*/
|
26
|
+
endDate?: string;
|
27
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start-date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsHeartrateGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* Provider oura/strava etc
|
17
|
+
*/
|
18
|
+
provider?: string;
|
19
|
+
/**
|
20
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
21
|
+
*/
|
22
|
+
startDate: string;
|
23
|
+
/**
|
24
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
25
|
+
*/
|
26
|
+
endDate?: string;
|
27
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start-date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsHrvGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* Provider oura/strava etc
|
17
|
+
*/
|
18
|
+
provider?: string;
|
19
|
+
/**
|
20
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
21
|
+
*/
|
22
|
+
startDate: string;
|
23
|
+
/**
|
24
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
25
|
+
*/
|
26
|
+
endDate?: string;
|
27
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start-date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsHypnogramGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* Provider oura/strava etc
|
17
|
+
*/
|
18
|
+
provider?: string;
|
19
|
+
/**
|
20
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
21
|
+
*/
|
22
|
+
startDate: string;
|
23
|
+
/**
|
24
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
25
|
+
*/
|
26
|
+
endDate?: string;
|
27
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start-date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsIgeGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* Provider oura/strava etc
|
17
|
+
*/
|
18
|
+
provider?: string;
|
19
|
+
/**
|
20
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
21
|
+
*/
|
22
|
+
startDate: string;
|
23
|
+
/**
|
24
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
25
|
+
*/
|
26
|
+
endDate?: string;
|
27
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start-date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsIggGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* Provider oura/strava etc
|
17
|
+
*/
|
18
|
+
provider?: string;
|
19
|
+
/**
|
20
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
21
|
+
*/
|
22
|
+
startDate: string;
|
23
|
+
/**
|
24
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
25
|
+
*/
|
26
|
+
endDate?: string;
|
27
|
+
}
|