@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,19 @@
|
|
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 ClientFacingVo2MaxTimeseries: core.serialization.ObjectSchema<serializers.ClientFacingVo2MaxTimeseries.Raw, Vital.ClientFacingVo2MaxTimeseries>;
|
8
|
+
export declare namespace ClientFacingVo2MaxTimeseries {
|
9
|
+
interface Raw {
|
10
|
+
id?: number | null;
|
11
|
+
timezone_offset?: number | null;
|
12
|
+
type?: string | null;
|
13
|
+
unit: string;
|
14
|
+
timestamp: string;
|
15
|
+
start: string;
|
16
|
+
end: string;
|
17
|
+
value: number;
|
18
|
+
}
|
19
|
+
}
|
@@ -0,0 +1,40 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.ClientFacingVo2MaxTimeseries = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.ClientFacingVo2MaxTimeseries = core.serialization.object({
|
32
|
+
id: core.serialization.number().optional(),
|
33
|
+
timezoneOffset: core.serialization.property("timezone_offset", core.serialization.number().optional()),
|
34
|
+
type: core.serialization.string().optional(),
|
35
|
+
unit: core.serialization.string(),
|
36
|
+
timestamp: core.serialization.date(),
|
37
|
+
start: core.serialization.date(),
|
38
|
+
end: core.serialization.date(),
|
39
|
+
value: core.serialization.number(),
|
40
|
+
});
|
@@ -0,0 +1,14 @@
|
|
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 FallbackBirthDate: core.serialization.ObjectSchema<serializers.FallbackBirthDate.Raw, Vital.FallbackBirthDate>;
|
8
|
+
export declare namespace FallbackBirthDate {
|
9
|
+
interface Raw {
|
10
|
+
value: string;
|
11
|
+
source_slug: string;
|
12
|
+
updated_at: string;
|
13
|
+
}
|
14
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.FallbackBirthDate = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.FallbackBirthDate = core.serialization.object({
|
32
|
+
value: core.serialization.string(),
|
33
|
+
sourceSlug: core.serialization.property("source_slug", core.serialization.string()),
|
34
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.date()),
|
35
|
+
});
|
@@ -0,0 +1,13 @@
|
|
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 GroupedBloodOxygen: core.serialization.ObjectSchema<serializers.GroupedBloodOxygen.Raw, Vital.GroupedBloodOxygen>;
|
8
|
+
export declare namespace GroupedBloodOxygen {
|
9
|
+
interface Raw {
|
10
|
+
source: serializers.ClientFacingSource.Raw;
|
11
|
+
data: serializers.ClientFacingBloodOxygenTimeseries.Raw[];
|
12
|
+
}
|
13
|
+
}
|
@@ -0,0 +1,43 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
35
|
+
});
|
36
|
+
};
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
38
|
+
exports.GroupedBloodOxygen = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedBloodOxygen = core.serialization.object({
|
41
|
+
source: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingSource; })),
|
42
|
+
data: core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingBloodOxygenTimeseries; }))),
|
43
|
+
});
|
@@ -0,0 +1,13 @@
|
|
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 GroupedBloodOxygenResponse: core.serialization.ObjectSchema<serializers.GroupedBloodOxygenResponse.Raw, Vital.GroupedBloodOxygenResponse>;
|
8
|
+
export declare namespace GroupedBloodOxygenResponse {
|
9
|
+
interface Raw {
|
10
|
+
groups: Record<string, serializers.GroupedBloodOxygen.Raw[]>;
|
11
|
+
next?: string | null;
|
12
|
+
}
|
13
|
+
}
|
@@ -0,0 +1,43 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
35
|
+
});
|
36
|
+
};
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
38
|
+
exports.GroupedBloodOxygenResponse = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedBloodOxygenResponse = core.serialization.object({
|
41
|
+
groups: core.serialization.record(core.serialization.string(), core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).GroupedBloodOxygen; })))),
|
42
|
+
next: core.serialization.string().optional(),
|
43
|
+
});
|
@@ -0,0 +1,13 @@
|
|
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 GroupedBloodPressure: core.serialization.ObjectSchema<serializers.GroupedBloodPressure.Raw, Vital.GroupedBloodPressure>;
|
8
|
+
export declare namespace GroupedBloodPressure {
|
9
|
+
interface Raw {
|
10
|
+
source: serializers.ClientFacingSource.Raw;
|
11
|
+
data: serializers.ClientFacingBloodPressureTimeseries.Raw[];
|
12
|
+
}
|
13
|
+
}
|
@@ -0,0 +1,43 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
35
|
+
});
|
36
|
+
};
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
38
|
+
exports.GroupedBloodPressure = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedBloodPressure = core.serialization.object({
|
41
|
+
source: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingSource; })),
|
42
|
+
data: core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingBloodPressureTimeseries; }))),
|
43
|
+
});
|
@@ -0,0 +1,13 @@
|
|
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 GroupedBloodPressureResponse: core.serialization.ObjectSchema<serializers.GroupedBloodPressureResponse.Raw, Vital.GroupedBloodPressureResponse>;
|
8
|
+
export declare namespace GroupedBloodPressureResponse {
|
9
|
+
interface Raw {
|
10
|
+
groups: Record<string, serializers.GroupedBloodPressure.Raw[]>;
|
11
|
+
next?: string | null;
|
12
|
+
}
|
13
|
+
}
|
@@ -0,0 +1,43 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
35
|
+
});
|
36
|
+
};
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
38
|
+
exports.GroupedBloodPressureResponse = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedBloodPressureResponse = core.serialization.object({
|
41
|
+
groups: core.serialization.record(core.serialization.string(), core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).GroupedBloodPressure; })))),
|
42
|
+
next: core.serialization.string().optional(),
|
43
|
+
});
|
@@ -0,0 +1,13 @@
|
|
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 GroupedBodyFat: core.serialization.ObjectSchema<serializers.GroupedBodyFat.Raw, Vital.GroupedBodyFat>;
|
8
|
+
export declare namespace GroupedBodyFat {
|
9
|
+
interface Raw {
|
10
|
+
source: serializers.ClientFacingSource.Raw;
|
11
|
+
data: serializers.ClientFacingBodyFatTimeseries.Raw[];
|
12
|
+
}
|
13
|
+
}
|
@@ -0,0 +1,43 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
35
|
+
});
|
36
|
+
};
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
38
|
+
exports.GroupedBodyFat = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedBodyFat = core.serialization.object({
|
41
|
+
source: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingSource; })),
|
42
|
+
data: core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingBodyFatTimeseries; }))),
|
43
|
+
});
|
@@ -0,0 +1,13 @@
|
|
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 GroupedBodyFatResponse: core.serialization.ObjectSchema<serializers.GroupedBodyFatResponse.Raw, Vital.GroupedBodyFatResponse>;
|
8
|
+
export declare namespace GroupedBodyFatResponse {
|
9
|
+
interface Raw {
|
10
|
+
groups: Record<string, serializers.GroupedBodyFat.Raw[]>;
|
11
|
+
next?: string | null;
|
12
|
+
}
|
13
|
+
}
|
@@ -0,0 +1,43 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
35
|
+
});
|
36
|
+
};
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
38
|
+
exports.GroupedBodyFatResponse = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedBodyFatResponse = core.serialization.object({
|
41
|
+
groups: core.serialization.record(core.serialization.string(), core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).GroupedBodyFat; })))),
|
42
|
+
next: core.serialization.string().optional(),
|
43
|
+
});
|
@@ -0,0 +1,13 @@
|
|
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 GroupedBodyWeight: core.serialization.ObjectSchema<serializers.GroupedBodyWeight.Raw, Vital.GroupedBodyWeight>;
|
8
|
+
export declare namespace GroupedBodyWeight {
|
9
|
+
interface Raw {
|
10
|
+
source: serializers.ClientFacingSource.Raw;
|
11
|
+
data: serializers.ClientFacingBodyWeightTimeseries.Raw[];
|
12
|
+
}
|
13
|
+
}
|
@@ -0,0 +1,43 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
35
|
+
});
|
36
|
+
};
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
38
|
+
exports.GroupedBodyWeight = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedBodyWeight = core.serialization.object({
|
41
|
+
source: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingSource; })),
|
42
|
+
data: core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingBodyWeightTimeseries; }))),
|
43
|
+
});
|
@@ -0,0 +1,13 @@
|
|
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 GroupedBodyWeightResponse: core.serialization.ObjectSchema<serializers.GroupedBodyWeightResponse.Raw, Vital.GroupedBodyWeightResponse>;
|
8
|
+
export declare namespace GroupedBodyWeightResponse {
|
9
|
+
interface Raw {
|
10
|
+
groups: Record<string, serializers.GroupedBodyWeight.Raw[]>;
|
11
|
+
next?: string | null;
|
12
|
+
}
|
13
|
+
}
|
@@ -0,0 +1,43 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
35
|
+
});
|
36
|
+
};
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
38
|
+
exports.GroupedBodyWeightResponse = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedBodyWeightResponse = core.serialization.object({
|
41
|
+
groups: core.serialization.record(core.serialization.string(), core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).GroupedBodyWeight; })))),
|
42
|
+
next: core.serialization.string().optional(),
|
43
|
+
});
|
@@ -0,0 +1,13 @@
|
|
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 GroupedCaffeine: core.serialization.ObjectSchema<serializers.GroupedCaffeine.Raw, Vital.GroupedCaffeine>;
|
8
|
+
export declare namespace GroupedCaffeine {
|
9
|
+
interface Raw {
|
10
|
+
source: serializers.ClientFacingSource.Raw;
|
11
|
+
data: serializers.ClientFacingCaffeineTimeseries.Raw[];
|
12
|
+
}
|
13
|
+
}
|
@@ -0,0 +1,43 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
35
|
+
});
|
36
|
+
};
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
38
|
+
exports.GroupedCaffeine = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedCaffeine = core.serialization.object({
|
41
|
+
source: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingSource; })),
|
42
|
+
data: core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingCaffeineTimeseries; }))),
|
43
|
+
});
|