@tryvital/vital-node 3.0.9 → 3.1.1
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.d.ts +4 -0
- package/api/resources/user/client/Client.js +78 -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/user/client/requests/UserUndoDeleteRequest.d.ts +13 -0
- package/api/resources/user/client/requests/index.d.ts +1 -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/VitalsBloodPressureGroupedRequest.js +5 -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/ClientFacingResult.d.ts +1 -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.d.ts +4 -0
- package/dist/api/resources/user/client/Client.js +78 -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/user/client/requests/UserUndoDeleteRequest.d.ts +13 -0
- package/dist/api/resources/user/client/requests/UserUndoDeleteRequest.js +5 -0
- package/dist/api/resources/user/client/requests/index.d.ts +1 -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/ClientFacingResult.d.ts +1 -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/ClientFacingResult.d.ts +1 -0
- package/dist/serialization/types/ClientFacingResult.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/ClientFacingResult.d.ts +1 -0
- package/serialization/types/ClientFacingResult.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 → user/client/requests/UserUndoDeleteRequest.js} +0 -0
- /package/{dist/api/resources/vitals/client/requests/VitalsTriglyceridesRequest.js → api/resources/vitals/client/requests/VitalsBloodOxygenGroupedRequest.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,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.GroupedDistance = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedDistance = 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("..")))).ClientFacingDistanceTimeseries; }))),
|
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 GroupedDistanceResponse: core.serialization.ObjectSchema<serializers.GroupedDistanceResponse.Raw, Vital.GroupedDistanceResponse>;
|
8
|
+
export declare namespace GroupedDistanceResponse {
|
9
|
+
interface Raw {
|
10
|
+
groups: Record<string, serializers.GroupedDistance.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.GroupedDistanceResponse = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedDistanceResponse = 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("..")))).GroupedDistance; })))),
|
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 GroupedElectrocardiogramVoltage: core.serialization.ObjectSchema<serializers.GroupedElectrocardiogramVoltage.Raw, Vital.GroupedElectrocardiogramVoltage>;
|
8
|
+
export declare namespace GroupedElectrocardiogramVoltage {
|
9
|
+
interface Raw {
|
10
|
+
source: serializers.ClientFacingSource.Raw;
|
11
|
+
data: serializers.ClientFacingElectrocardiogramVoltageTimeseries.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.GroupedElectrocardiogramVoltage = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedElectrocardiogramVoltage = 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("..")))).ClientFacingElectrocardiogramVoltageTimeseries; }))),
|
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 GroupedElectrocardiogramVoltageResponse: core.serialization.ObjectSchema<serializers.GroupedElectrocardiogramVoltageResponse.Raw, Vital.GroupedElectrocardiogramVoltageResponse>;
|
8
|
+
export declare namespace GroupedElectrocardiogramVoltageResponse {
|
9
|
+
interface Raw {
|
10
|
+
groups: Record<string, serializers.GroupedElectrocardiogramVoltage.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.GroupedElectrocardiogramVoltageResponse = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedElectrocardiogramVoltageResponse = 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("..")))).GroupedElectrocardiogramVoltage; })))),
|
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 GroupedFloorsClimbed: core.serialization.ObjectSchema<serializers.GroupedFloorsClimbed.Raw, Vital.GroupedFloorsClimbed>;
|
8
|
+
export declare namespace GroupedFloorsClimbed {
|
9
|
+
interface Raw {
|
10
|
+
source: serializers.ClientFacingSource.Raw;
|
11
|
+
data: serializers.ClientFacingFloorsClimbedTimeseries.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.GroupedFloorsClimbed = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedFloorsClimbed = 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("..")))).ClientFacingFloorsClimbedTimeseries; }))),
|
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 GroupedFloorsClimbedResponse: core.serialization.ObjectSchema<serializers.GroupedFloorsClimbedResponse.Raw, Vital.GroupedFloorsClimbedResponse>;
|
8
|
+
export declare namespace GroupedFloorsClimbedResponse {
|
9
|
+
interface Raw {
|
10
|
+
groups: Record<string, serializers.GroupedFloorsClimbed.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.GroupedFloorsClimbedResponse = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedFloorsClimbedResponse = 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("..")))).GroupedFloorsClimbed; })))),
|
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 GroupedGlucose: core.serialization.ObjectSchema<serializers.GroupedGlucose.Raw, Vital.GroupedGlucose>;
|
8
|
+
export declare namespace GroupedGlucose {
|
9
|
+
interface Raw {
|
10
|
+
source: serializers.ClientFacingSource.Raw;
|
11
|
+
data: serializers.ClientFacingGlucoseTimeseries.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.GroupedGlucose = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedGlucose = 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("..")))).ClientFacingGlucoseTimeseries; }))),
|
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 GroupedGlucoseResponse: core.serialization.ObjectSchema<serializers.GroupedGlucoseResponse.Raw, Vital.GroupedGlucoseResponse>;
|
8
|
+
export declare namespace GroupedGlucoseResponse {
|
9
|
+
interface Raw {
|
10
|
+
groups: Record<string, serializers.GroupedGlucose.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.GroupedGlucoseResponse = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedGlucoseResponse = 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("..")))).GroupedGlucose; })))),
|
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 GroupedHeartRate: core.serialization.ObjectSchema<serializers.GroupedHeartRate.Raw, Vital.GroupedHeartRate>;
|
8
|
+
export declare namespace GroupedHeartRate {
|
9
|
+
interface Raw {
|
10
|
+
source: serializers.ClientFacingSource.Raw;
|
11
|
+
data: serializers.ClientFacingHeartRateTimeseries.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.GroupedHeartRate = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedHeartRate = 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("..")))).ClientFacingHeartRateTimeseries; }))),
|
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 GroupedHeartRateResponse: core.serialization.ObjectSchema<serializers.GroupedHeartRateResponse.Raw, Vital.GroupedHeartRateResponse>;
|
8
|
+
export declare namespace GroupedHeartRateResponse {
|
9
|
+
interface Raw {
|
10
|
+
groups: Record<string, serializers.GroupedHeartRate.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.GroupedHeartRateResponse = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedHeartRateResponse = 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("..")))).GroupedHeartRate; })))),
|
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 GroupedHrv: core.serialization.ObjectSchema<serializers.GroupedHrv.Raw, Vital.GroupedHrv>;
|
8
|
+
export declare namespace GroupedHrv {
|
9
|
+
interface Raw {
|
10
|
+
source: serializers.ClientFacingSource.Raw;
|
11
|
+
data: serializers.ClientFacingHrvTimeseries.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.GroupedHrv = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedHrv = 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("..")))).ClientFacingHrvTimeseries; }))),
|
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 GroupedHrvResponse: core.serialization.ObjectSchema<serializers.GroupedHrvResponse.Raw, Vital.GroupedHrvResponse>;
|
8
|
+
export declare namespace GroupedHrvResponse {
|
9
|
+
interface Raw {
|
10
|
+
groups: Record<string, serializers.GroupedHrv.Raw[]>;
|
11
|
+
next?: string | null;
|
12
|
+
}
|
13
|
+
}
|