@tryvital/vital-node 3.0.8 → 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/ClientFacingTeam.d.ts +1 -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/DeviceV2InDb.d.ts +1 -1
- 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/OAuthProviders.d.ts +2 -1
- package/api/types/OAuthProviders.js +1 -0
- package/api/types/Providers.d.ts +2 -1
- package/api/types/Providers.js +1 -0
- package/api/types/TeamConfig.d.ts +1 -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/ClientFacingTeam.d.ts +1 -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/DeviceV2InDb.d.ts +1 -1
- 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/OAuthProviders.d.ts +2 -1
- package/dist/api/types/OAuthProviders.js +1 -0
- package/dist/api/types/Providers.d.ts +2 -1
- package/dist/api/types/Providers.js +1 -0
- package/dist/api/types/TeamConfig.d.ts +1 -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/ClientFacingTeam.d.ts +1 -0
- package/dist/serialization/types/ClientFacingTeam.js +1 -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/DeviceV2InDb.d.ts +1 -1
- package/dist/serialization/types/DeviceV2InDb.js +1 -1
- 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/OAuthProviders.d.ts +1 -1
- package/dist/serialization/types/OAuthProviders.js +1 -0
- package/dist/serialization/types/Providers.d.ts +1 -1
- package/dist/serialization/types/Providers.js +1 -0
- package/dist/serialization/types/TeamConfig.d.ts +1 -0
- package/dist/serialization/types/TeamConfig.js +1 -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/ClientFacingTeam.d.ts +1 -0
- package/serialization/types/ClientFacingTeam.js +1 -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/DeviceV2InDb.d.ts +1 -1
- package/serialization/types/DeviceV2InDb.js +1 -1
- 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/OAuthProviders.d.ts +1 -1
- package/serialization/types/OAuthProviders.js +1 -0
- package/serialization/types/Providers.d.ts +1 -1
- package/serialization/types/Providers.js +1 -0
- package/serialization/types/TeamConfig.d.ts +1 -0
- package/serialization/types/TeamConfig.js +1 -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,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 GroupedRespiratoryRateResponse: core.serialization.ObjectSchema<serializers.GroupedRespiratoryRateResponse.Raw, Vital.GroupedRespiratoryRateResponse>;
|
8
|
+
export declare namespace GroupedRespiratoryRateResponse {
|
9
|
+
interface Raw {
|
10
|
+
groups: Record<string, serializers.GroupedRespiratoryRate.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.GroupedRespiratoryRateResponse = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedRespiratoryRateResponse = 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("..")))).GroupedRespiratoryRate; })))),
|
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 GroupedSteps: core.serialization.ObjectSchema<serializers.GroupedSteps.Raw, Vital.GroupedSteps>;
|
8
|
+
export declare namespace GroupedSteps {
|
9
|
+
interface Raw {
|
10
|
+
source: serializers.ClientFacingSource.Raw;
|
11
|
+
data: serializers.ClientFacingStepsTimeseries.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.GroupedSteps = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedSteps = 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("..")))).ClientFacingStepsTimeseries; }))),
|
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 GroupedStepsResponse: core.serialization.ObjectSchema<serializers.GroupedStepsResponse.Raw, Vital.GroupedStepsResponse>;
|
8
|
+
export declare namespace GroupedStepsResponse {
|
9
|
+
interface Raw {
|
10
|
+
groups: Record<string, serializers.GroupedSteps.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.GroupedStepsResponse = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedStepsResponse = 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("..")))).GroupedSteps; })))),
|
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 GroupedStressLevel: core.serialization.ObjectSchema<serializers.GroupedStressLevel.Raw, Vital.GroupedStressLevel>;
|
8
|
+
export declare namespace GroupedStressLevel {
|
9
|
+
interface Raw {
|
10
|
+
source: serializers.ClientFacingSource.Raw;
|
11
|
+
data: serializers.ClientFacingStressLevelTimeseries.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.GroupedStressLevel = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedStressLevel = 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("..")))).ClientFacingStressLevelTimeseries; }))),
|
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 GroupedStressLevelResponse: core.serialization.ObjectSchema<serializers.GroupedStressLevelResponse.Raw, Vital.GroupedStressLevelResponse>;
|
8
|
+
export declare namespace GroupedStressLevelResponse {
|
9
|
+
interface Raw {
|
10
|
+
groups: Record<string, serializers.GroupedStressLevel.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.GroupedStressLevelResponse = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedStressLevelResponse = 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("..")))).GroupedStressLevel; })))),
|
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 GroupedVo2Max: core.serialization.ObjectSchema<serializers.GroupedVo2Max.Raw, Vital.GroupedVo2Max>;
|
8
|
+
export declare namespace GroupedVo2Max {
|
9
|
+
interface Raw {
|
10
|
+
source: serializers.ClientFacingSource.Raw;
|
11
|
+
data: serializers.ClientFacingVo2MaxTimeseries.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.GroupedVo2Max = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedVo2Max = 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("..")))).ClientFacingVo2MaxTimeseries; }))),
|
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 GroupedVo2MaxResponse: core.serialization.ObjectSchema<serializers.GroupedVo2MaxResponse.Raw, Vital.GroupedVo2MaxResponse>;
|
8
|
+
export declare namespace GroupedVo2MaxResponse {
|
9
|
+
interface Raw {
|
10
|
+
groups: Record<string, serializers.GroupedVo2Max.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.GroupedVo2MaxResponse = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedVo2MaxResponse = 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("..")))).GroupedVo2Max; })))),
|
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 GroupedWater: core.serialization.ObjectSchema<serializers.GroupedWater.Raw, Vital.GroupedWater>;
|
8
|
+
export declare namespace GroupedWater {
|
9
|
+
interface Raw {
|
10
|
+
source: serializers.ClientFacingSource.Raw;
|
11
|
+
data: serializers.ClientFacingWaterTimeseries.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.GroupedWater = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedWater = 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("..")))).ClientFacingWaterTimeseries; }))),
|
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 GroupedWaterResponse: core.serialization.ObjectSchema<serializers.GroupedWaterResponse.Raw, Vital.GroupedWaterResponse>;
|
8
|
+
export declare namespace GroupedWaterResponse {
|
9
|
+
interface Raw {
|
10
|
+
groups: Record<string, serializers.GroupedWater.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.GroupedWaterResponse = void 0;
|
39
|
+
const core = __importStar(require("../../core"));
|
40
|
+
exports.GroupedWaterResponse = 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("..")))).GroupedWater; })))),
|
42
|
+
next: core.serialization.string().optional(),
|
43
|
+
});
|
@@ -6,5 +6,5 @@ import * as Vital from "../../api";
|
|
6
6
|
import * as core from "../../core";
|
7
7
|
export declare const OAuthProviders: core.serialization.Schema<serializers.OAuthProviders.Raw, Vital.OAuthProviders>;
|
8
8
|
export declare namespace OAuthProviders {
|
9
|
-
type Raw = "oura" | "fitbit" | "garmin" | "strava" | "wahoo" | "ihealth" | "withings" | "google_fit" | "dexcom_v3" | "polar" | "cronometer" | "omron";
|
9
|
+
type Raw = "oura" | "fitbit" | "garmin" | "strava" | "wahoo" | "ihealth" | "withings" | "google_fit" | "dexcom_v3" | "polar" | "cronometer" | "omron" | "whoop_v2";
|
10
10
|
}
|
@@ -6,5 +6,5 @@ import * as Vital from "../../api";
|
|
6
6
|
import * as core from "../../core";
|
7
7
|
export declare const Providers: core.serialization.Schema<serializers.Providers.Raw, Vital.Providers>;
|
8
8
|
export declare namespace Providers {
|
9
|
-
type Raw = "oura" | "fitbit" | "garmin" | "whoop" | "strava" | "renpho" | "peloton" | "wahoo" | "zwift" | "freestyle_libre" | "freestyle_libre_ble" | "eight_sleep" | "withings" | "apple_health_kit" | "manual" | "ihealth" | "google_fit" | "beurer_api" | "beurer_ble" | "omron" | "omron_ble" | "onetouch_ble" | "accuchek_ble" | "contour_ble" | "dexcom" | "dexcom_v3" | "hammerhead" | "my_fitness_pal" | "health_connect" | "polar" | "cronometer" | "kardia";
|
9
|
+
type Raw = "oura" | "fitbit" | "garmin" | "whoop" | "strava" | "renpho" | "peloton" | "wahoo" | "zwift" | "freestyle_libre" | "freestyle_libre_ble" | "eight_sleep" | "withings" | "apple_health_kit" | "manual" | "ihealth" | "google_fit" | "beurer_api" | "beurer_ble" | "omron" | "omron_ble" | "onetouch_ble" | "accuchek_ble" | "contour_ble" | "dexcom" | "dexcom_v3" | "hammerhead" | "my_fitness_pal" | "health_connect" | "polar" | "cronometer" | "kardia" | "whoop_v2";
|
10
10
|
}
|
@@ -10,6 +10,7 @@ export declare namespace TeamConfig {
|
|
10
10
|
libreview: serializers.LibreConfig.Raw;
|
11
11
|
texts_enabled?: boolean | null;
|
12
12
|
push_historical_data?: boolean | null;
|
13
|
+
provider_raw_data?: boolean | null;
|
13
14
|
eds_preferences?: serializers.EventDestinationPreferences.Raw | null;
|
14
15
|
event_type_prefixes?: string[] | null;
|
15
16
|
}
|
@@ -41,6 +41,7 @@ exports.TeamConfig = core.serialization.object({
|
|
41
41
|
libreview: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).LibreConfig; })),
|
42
42
|
textsEnabled: core.serialization.property("texts_enabled", core.serialization.boolean().optional()),
|
43
43
|
pushHistoricalData: core.serialization.property("push_historical_data", core.serialization.boolean().optional()),
|
44
|
+
providerRawData: core.serialization.property("provider_raw_data", core.serialization.boolean().optional()),
|
44
45
|
edsPreferences: core.serialization.property("eds_preferences", core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).EventDestinationPreferences; })).optional()),
|
45
46
|
eventTypePrefixes: core.serialization.property("event_type_prefixes", core.serialization.list(core.serialization.string()).optional()),
|
46
47
|
});
|
@@ -6,5 +6,5 @@ import * as Vital from "../../api";
|
|
6
6
|
import * as core from "../../core";
|
7
7
|
export declare const TimeseriesResource: core.serialization.Schema<serializers.TimeseriesResource.Raw, Vital.TimeseriesResource>;
|
8
8
|
export declare namespace TimeseriesResource {
|
9
|
-
type Raw = "calories_active" | "calories_basal" | "distance" | "blood_oxygen" | "blood_pressure" | "
|
9
|
+
type Raw = "calories_active" | "calories_basal" | "distance" | "blood_oxygen" | "blood_pressure" | "body_fat" | "body_weight" | "cholesterol" | "cholesterol/ldl" | "cholesterol/hdl" | "cholesterol/total" | "cholesterol/triglycerides" | "electrocardiogram_voltage" | "floors_climbed" | "glucose" | "heartrate" | "hrv" | "hypnogram" | "ige" | "igg" | "respiratory_rate" | "steps" | "stress_level" | "vo2_max" | "water" | "caffeine" | "mindfulness_minutes";
|
10
10
|
}
|
@@ -34,8 +34,8 @@ exports.TimeseriesResource = core.serialization.enum_([
|
|
34
34
|
"distance",
|
35
35
|
"blood_oxygen",
|
36
36
|
"blood_pressure",
|
37
|
-
"
|
38
|
-
"
|
37
|
+
"body_fat",
|
38
|
+
"body_weight",
|
39
39
|
"cholesterol",
|
40
40
|
"cholesterol/ldl",
|
41
41
|
"cholesterol/hdl",
|
@@ -46,7 +46,6 @@ exports.TimeseriesResource = core.serialization.enum_([
|
|
46
46
|
"glucose",
|
47
47
|
"heartrate",
|
48
48
|
"hrv",
|
49
|
-
"heartrate_variability",
|
50
49
|
"hypnogram",
|
51
50
|
"ige",
|
52
51
|
"igg",
|