@tryvital/vital-node 3.1.216 → 3.1.230
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/README.md +4 -0
- package/api/resources/activity/client/Client.js +2 -2
- package/api/resources/aggregate/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/electrocardiogram/client/Client.js +1 -1
- package/api/resources/insurance/client/Client.js +3 -3
- package/api/resources/introspect/client/Client.js +2 -2
- package/api/resources/labTests/client/Client.d.ts +34 -3
- package/api/resources/labTests/client/Client.js +122 -39
- package/api/resources/labTests/client/requests/ImportOrderBody.d.ts +40 -0
- package/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.d.ts +0 -7
- package/api/resources/labTests/client/requests/index.d.ts +1 -0
- package/api/resources/link/client/Client.js +18 -18
- package/api/resources/link/client/requests/LinkTokenExchange.d.ts +1 -0
- package/api/resources/meal/client/Client.js +1 -1
- package/api/resources/menstrualCycle/client/Client.js +1 -1
- package/api/resources/order/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/sleepCycle/client/Client.js +1 -1
- 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 +16 -16
- package/api/resources/vitals/client/Client.d.ts +221 -0
- package/api/resources/vitals/client/Client.js +1418 -58
- package/api/resources/vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsBodyMassIndexGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsBodyMassIndexGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsDaylightExposureGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsDaylightExposureGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsFallGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsFallGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsForcedExpiratoryVolume1GroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsForcedExpiratoryVolume1GroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsForcedVitalCapacityGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsForcedVitalCapacityGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsHandwashingGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsHandwashingGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsInhalerUsageGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsInhalerUsageGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsLeanBodyMassGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsLeanBodyMassGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsPeakExpiratoryFlowRateGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsPeakExpiratoryFlowRateGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsSleepApneaAlertGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsSleepApneaAlertGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsSleepBreathingDisturbanceGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsSleepBreathingDisturbanceGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsStandDurationGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsStandDurationGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsStandHourGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsStandHourGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsUvExposureGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsUvExposureGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsWaistCircumferenceGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsWaistCircumferenceGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsWheelchairPushGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsWheelchairPushGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/index.d.ts +17 -0
- package/api/resources/workouts/client/Client.js +3 -3
- package/api/types/ActivityColumnExprActivity.d.ts +4 -1
- package/api/types/ActivityColumnExprActivity.js +3 -0
- package/api/types/BodyColumnExprBody.d.ts +4 -1
- package/api/types/BodyColumnExprBody.js +3 -0
- package/api/types/ClientFacingAFibBurdenSample.d.ts +0 -2
- package/api/types/ClientFacingActivity.d.ts +2 -0
- package/api/types/{ClientFacingCreatedChanged.d.ts → ClientFacingAppointmentChanged.d.ts} +2 -2
- package/api/types/ClientFacingAppointmentChanged.js +5 -0
- package/{dist/api/types/ClientFacingCreatedChangedEventType.d.ts → api/types/ClientFacingAppointmentChangedEventType.d.ts} +2 -2
- package/{dist/api/types/ClientFacingCreatedChangedEventType.js → api/types/ClientFacingAppointmentChangedEventType.js} +2 -2
- package/api/types/ClientFacingBasalBodyTemperatureChanged.d.ts +11 -0
- package/api/types/ClientFacingBasalBodyTemperatureChanged.js +5 -0
- package/api/types/ClientFacingBasalBodyTemperatureChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingBasalBodyTemperatureChangedEventType.js +10 -0
- package/api/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingBasalBodyTemperatureSample.d.ts +20 -0
- package/api/types/ClientFacingBasalBodyTemperatureSample.js +5 -0
- package/api/types/ClientFacingBloodOxygenTimeseries.d.ts +0 -2
- package/api/types/ClientFacingBody.d.ts +3 -0
- package/api/types/ClientFacingBodyFatTimeseries.d.ts +0 -2
- package/api/types/ClientFacingBodyMassIndexChanged.d.ts +11 -0
- package/api/types/ClientFacingBodyMassIndexChanged.js +5 -0
- package/api/types/ClientFacingBodyMassIndexChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingBodyMassIndexChangedEventType.js +10 -0
- package/api/types/ClientFacingBodyMassIndexHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingBodyMassIndexHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingBodyMassIndexSample.d.ts +20 -0
- package/api/types/ClientFacingBodyMassIndexSample.js +5 -0
- package/api/types/ClientFacingBodyTemperatureDeltaSample.d.ts +0 -1
- package/api/types/ClientFacingBodyTemperatureSample.d.ts +0 -1
- package/api/types/ClientFacingBodyWeightTimeseries.d.ts +0 -2
- package/api/types/ClientFacingCaffeineTimeseries.d.ts +0 -2
- package/api/types/ClientFacingCaloriesActiveTimeseries.d.ts +0 -2
- package/api/types/ClientFacingCaloriesBasalTimeseries.d.ts +0 -2
- package/api/types/ClientFacingCarbohydratesSample.d.ts +0 -2
- package/api/types/ClientFacingCholesterolTimeseries.d.ts +0 -2
- package/api/types/ClientFacingDaylightExposureChanged.d.ts +11 -0
- package/api/types/ClientFacingDaylightExposureChanged.js +5 -0
- package/api/types/ClientFacingDaylightExposureChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingDaylightExposureChangedEventType.js +10 -0
- package/api/types/ClientFacingDaylightExposureHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingDaylightExposureHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingDaylightExposureSample.d.ts +20 -0
- package/api/types/ClientFacingDaylightExposureSample.js +5 -0
- package/api/types/ClientFacingDistanceTimeseries.d.ts +0 -2
- package/api/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +1 -3
- package/api/types/ClientFacingFallChanged.d.ts +11 -0
- package/api/types/ClientFacingFallChanged.js +5 -0
- package/api/types/ClientFacingFallChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingFallChangedEventType.js +10 -0
- package/api/types/ClientFacingFallHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingFallHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingFallSample.d.ts +20 -0
- package/api/types/ClientFacingFallSample.js +5 -0
- package/api/types/ClientFacingFloorsClimbedTimeseries.d.ts +0 -2
- package/api/types/ClientFacingForcedExpiratoryVolume1Changed.d.ts +11 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1Changed.js +5 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.js +10 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1Sample.d.ts +20 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1Sample.js +5 -0
- package/api/types/ClientFacingForcedVitalCapacityChanged.d.ts +11 -0
- package/api/types/ClientFacingForcedVitalCapacityChanged.js +5 -0
- package/api/types/ClientFacingForcedVitalCapacityChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingForcedVitalCapacityChangedEventType.js +10 -0
- package/api/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingForcedVitalCapacitySample.d.ts +20 -0
- package/api/types/ClientFacingForcedVitalCapacitySample.js +5 -0
- package/api/types/ClientFacingGlucoseTimeseries.d.ts +0 -2
- package/api/types/ClientFacingHandwashingChanged.d.ts +11 -0
- package/api/types/ClientFacingHandwashingChanged.js +5 -0
- package/api/types/ClientFacingHandwashingChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingHandwashingChangedEventType.js +10 -0
- package/api/types/ClientFacingHandwashingHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingHandwashingHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingHandwashingSample.d.ts +20 -0
- package/api/types/ClientFacingHandwashingSample.js +5 -0
- package/api/types/ClientFacingHeartRate.d.ts +1 -0
- package/api/types/ClientFacingHeartRateAlertSample.d.ts +0 -1
- package/api/types/ClientFacingHeartRateTimeseries.d.ts +0 -2
- package/api/types/ClientFacingHrvTimeseries.d.ts +0 -2
- package/api/types/ClientFacingHypnogramTimeseries.d.ts +0 -2
- package/api/types/ClientFacingIgeTimeseries.d.ts +0 -2
- package/api/types/ClientFacingIggTimeseries.d.ts +0 -2
- package/api/types/ClientFacingInhalerUsageChanged.d.ts +11 -0
- package/api/types/ClientFacingInhalerUsageChanged.js +5 -0
- package/api/types/ClientFacingInhalerUsageChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingInhalerUsageChangedEventType.js +10 -0
- package/api/types/ClientFacingInhalerUsageHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingInhalerUsageHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingInhalerUsageSample.d.ts +20 -0
- package/api/types/ClientFacingInhalerUsageSample.js +5 -0
- package/api/types/ClientFacingInsulinInjectionSample.d.ts +0 -1
- package/api/types/ClientFacingLeanBodyMassChanged.d.ts +11 -0
- package/api/types/ClientFacingLeanBodyMassChanged.js +5 -0
- package/api/types/ClientFacingLeanBodyMassChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingLeanBodyMassChangedEventType.js +10 -0
- package/api/types/ClientFacingLeanBodyMassHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingLeanBodyMassHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingLeanBodyMassSample.d.ts +20 -0
- package/api/types/ClientFacingLeanBodyMassSample.js +5 -0
- package/api/types/ClientFacingMindfulnessMinutesTimeseries.d.ts +0 -2
- package/api/types/ClientFacingNoteSample.d.ts +0 -1
- package/api/types/ClientFacingOrderChanged.d.ts +11 -0
- package/api/types/ClientFacingOrderChanged.js +5 -0
- package/api/types/ClientFacingOrderChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingOrderChangedEventType.js +10 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateChanged.d.ts +11 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateChanged.js +5 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.js +10 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateSample.d.ts +20 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateSample.js +5 -0
- package/api/types/ClientFacingProfile.d.ts +2 -0
- package/api/types/ClientFacingResource.d.ts +18 -1
- package/api/types/ClientFacingResource.js +17 -0
- package/api/types/ClientFacingRespiratoryRateTimeseries.d.ts +0 -2
- package/api/types/ClientFacingSleep.d.ts +1 -1
- package/api/types/ClientFacingSleepApneaAlertChanged.d.ts +11 -0
- package/api/types/ClientFacingSleepApneaAlertChanged.js +5 -0
- package/api/types/ClientFacingSleepApneaAlertChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingSleepApneaAlertChangedEventType.js +10 -0
- package/api/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingSleepApneaAlertSample.d.ts +20 -0
- package/api/types/ClientFacingSleepApneaAlertSample.js +5 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceChanged.d.ts +11 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceChanged.js +5 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceChangedEventType.js +10 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceSample.d.ts +20 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceSample.js +5 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceSampleType.d.ts +8 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceSampleType.js +10 -0
- package/api/types/ClientFacingSource.d.ts +14 -0
- package/api/types/ClientFacingStandDurationChanged.d.ts +11 -0
- package/api/types/ClientFacingStandDurationChanged.js +5 -0
- package/api/types/ClientFacingStandDurationChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingStandDurationChangedEventType.js +10 -0
- package/api/types/ClientFacingStandDurationHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingStandDurationHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingStandDurationSample.d.ts +20 -0
- package/api/types/ClientFacingStandDurationSample.js +5 -0
- package/api/types/ClientFacingStandHourChanged.d.ts +11 -0
- package/api/types/ClientFacingStandHourChanged.js +5 -0
- package/api/types/ClientFacingStandHourChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingStandHourChangedEventType.js +10 -0
- package/api/types/ClientFacingStandHourHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingStandHourHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingStandHourSample.d.ts +20 -0
- package/api/types/ClientFacingStandHourSample.js +5 -0
- package/api/types/ClientFacingStandHourSampleType.d.ts +8 -0
- package/api/types/ClientFacingStandHourSampleType.js +10 -0
- package/api/types/ClientFacingStepsTimeseries.d.ts +0 -2
- package/api/types/ClientFacingStressLevelTimeseries.d.ts +0 -2
- package/api/types/ClientFacingUser.d.ts +1 -0
- package/api/types/ClientFacingUvExposureChanged.d.ts +11 -0
- package/api/types/ClientFacingUvExposureChanged.js +5 -0
- package/api/types/ClientFacingUvExposureChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingUvExposureChangedEventType.js +10 -0
- package/api/types/ClientFacingUvExposureHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingUvExposureHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingUvExposureSample.d.ts +20 -0
- package/api/types/ClientFacingUvExposureSample.js +5 -0
- package/api/types/ClientFacingVo2MaxTimeseries.d.ts +0 -2
- package/api/types/ClientFacingWaistCircumferenceChanged.d.ts +11 -0
- package/api/types/ClientFacingWaistCircumferenceChanged.js +5 -0
- package/api/types/ClientFacingWaistCircumferenceChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingWaistCircumferenceChangedEventType.js +10 -0
- package/api/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingWaistCircumferenceSample.d.ts +20 -0
- package/api/types/ClientFacingWaistCircumferenceSample.js +5 -0
- package/api/types/ClientFacingWaterTimeseries.d.ts +0 -2
- package/api/types/ClientFacingWheelchairPushChanged.d.ts +11 -0
- package/api/types/ClientFacingWheelchairPushChanged.js +5 -0
- package/api/types/ClientFacingWheelchairPushChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingWheelchairPushChangedEventType.js +10 -0
- package/api/types/ClientFacingWheelchairPushHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingWheelchairPushHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingWheelchairPushSample.d.ts +20 -0
- package/api/types/ClientFacingWheelchairPushSample.js +5 -0
- package/api/types/ClientFacingWorkoutDurationSample.d.ts +0 -1
- package/api/types/ClientUserIdConflictResponse.d.ts +7 -0
- package/api/types/ClientUserIdConflictResponse.js +5 -0
- package/api/types/ConnectionRecipe.d.ts +10 -10
- package/api/types/ContinuousQueryResultTableChanges.d.ts +1 -0
- package/api/types/FallbackTimeZone.d.ts +1 -0
- package/api/types/GroupedBasalBodyTemperature.d.ts +8 -0
- package/api/types/GroupedBasalBodyTemperature.js +5 -0
- package/api/types/GroupedBasalBodyTemperatureResponse.d.ts +12 -0
- package/api/types/GroupedBasalBodyTemperatureResponse.js +5 -0
- package/api/types/GroupedBodyMassIndex.d.ts +8 -0
- package/api/types/GroupedBodyMassIndex.js +5 -0
- package/api/types/GroupedBodyMassIndexResponse.d.ts +12 -0
- package/api/types/GroupedBodyMassIndexResponse.js +5 -0
- package/api/types/GroupedDaylightExposure.d.ts +8 -0
- package/api/types/GroupedDaylightExposure.js +5 -0
- package/api/types/GroupedDaylightExposureResponse.d.ts +12 -0
- package/api/types/GroupedDaylightExposureResponse.js +5 -0
- package/api/types/GroupedFall.d.ts +8 -0
- package/api/types/GroupedFall.js +5 -0
- package/api/types/GroupedFallResponse.d.ts +12 -0
- package/api/types/GroupedFallResponse.js +5 -0
- package/api/types/GroupedForcedExpiratoryVolume1.d.ts +8 -0
- package/api/types/GroupedForcedExpiratoryVolume1.js +5 -0
- package/api/types/GroupedForcedExpiratoryVolume1Response.d.ts +12 -0
- package/api/types/GroupedForcedExpiratoryVolume1Response.js +5 -0
- package/api/types/GroupedForcedVitalCapacity.d.ts +8 -0
- package/api/types/GroupedForcedVitalCapacity.js +5 -0
- package/api/types/GroupedForcedVitalCapacityResponse.d.ts +12 -0
- package/api/types/GroupedForcedVitalCapacityResponse.js +5 -0
- package/api/types/GroupedHandwashing.d.ts +8 -0
- package/api/types/GroupedHandwashing.js +5 -0
- package/api/types/GroupedHandwashingResponse.d.ts +12 -0
- package/api/types/GroupedHandwashingResponse.js +5 -0
- package/api/types/GroupedInhalerUsage.d.ts +8 -0
- package/api/types/GroupedInhalerUsage.js +5 -0
- package/api/types/GroupedInhalerUsageResponse.d.ts +12 -0
- package/api/types/GroupedInhalerUsageResponse.js +5 -0
- package/api/types/GroupedLeanBodyMass.d.ts +8 -0
- package/api/types/GroupedLeanBodyMass.js +5 -0
- package/api/types/GroupedLeanBodyMassResponse.d.ts +12 -0
- package/api/types/GroupedLeanBodyMassResponse.js +5 -0
- package/api/types/GroupedPeakExpiratoryFlowRate.d.ts +8 -0
- package/api/types/GroupedPeakExpiratoryFlowRate.js +5 -0
- package/api/types/GroupedPeakExpiratoryFlowRateResponse.d.ts +12 -0
- package/api/types/GroupedPeakExpiratoryFlowRateResponse.js +5 -0
- package/api/types/GroupedSleepApneaAlert.d.ts +8 -0
- package/api/types/GroupedSleepApneaAlert.js +5 -0
- package/api/types/GroupedSleepApneaAlertResponse.d.ts +12 -0
- package/api/types/GroupedSleepApneaAlertResponse.js +5 -0
- package/api/types/GroupedSleepBreathingDisturbance.d.ts +8 -0
- package/api/types/GroupedSleepBreathingDisturbance.js +5 -0
- package/api/types/GroupedSleepBreathingDisturbanceResponse.d.ts +12 -0
- package/api/types/GroupedSleepBreathingDisturbanceResponse.js +5 -0
- package/api/types/GroupedStandDuration.d.ts +8 -0
- package/api/types/GroupedStandDuration.js +5 -0
- package/api/types/GroupedStandDurationResponse.d.ts +12 -0
- package/api/types/GroupedStandDurationResponse.js +5 -0
- package/api/types/GroupedStandHour.d.ts +8 -0
- package/api/types/GroupedStandHour.js +5 -0
- package/api/types/GroupedStandHourResponse.d.ts +12 -0
- package/api/types/GroupedStandHourResponse.js +5 -0
- package/api/types/GroupedUvExposure.d.ts +8 -0
- package/api/types/GroupedUvExposure.js +5 -0
- package/api/types/GroupedUvExposureResponse.d.ts +12 -0
- package/api/types/GroupedUvExposureResponse.js +5 -0
- package/api/types/GroupedWaistCircumference.d.ts +8 -0
- package/api/types/GroupedWaistCircumference.js +5 -0
- package/api/types/GroupedWaistCircumferenceResponse.d.ts +12 -0
- package/api/types/GroupedWaistCircumferenceResponse.js +5 -0
- package/api/types/GroupedWheelchairPush.d.ts +8 -0
- package/api/types/GroupedWheelchairPush.js +5 -0
- package/api/types/GroupedWheelchairPushResponse.d.ts +12 -0
- package/api/types/GroupedWheelchairPushResponse.js +5 -0
- package/api/types/HistoricalPullStatus.d.ts +2 -1
- package/api/types/HistoricalPullStatus.js +1 -0
- package/api/types/PatientAddress.d.ts +12 -0
- package/api/types/PatientAddress.js +5 -0
- package/api/types/TimeseriesResource.d.ts +18 -1
- package/api/types/TimeseriesResource.js +17 -0
- package/api/types/index.d.ts +110 -2
- package/api/types/index.js +110 -2
- package/core/fetcher/makeRequest.d.ts +1 -1
- package/dist/api/resources/activity/client/Client.js +2 -2
- package/dist/api/resources/aggregate/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/electrocardiogram/client/Client.js +1 -1
- package/dist/api/resources/insurance/client/Client.js +3 -3
- package/dist/api/resources/introspect/client/Client.js +2 -2
- package/dist/api/resources/labTests/client/Client.d.ts +34 -3
- package/dist/api/resources/labTests/client/Client.js +122 -39
- package/dist/api/resources/labTests/client/requests/ImportOrderBody.d.ts +40 -0
- package/dist/api/resources/labTests/client/requests/ImportOrderBody.js +5 -0
- package/dist/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.d.ts +0 -7
- package/dist/api/resources/labTests/client/requests/index.d.ts +1 -0
- package/dist/api/resources/link/client/Client.js +18 -18
- package/dist/api/resources/link/client/requests/LinkTokenExchange.d.ts +1 -0
- package/dist/api/resources/meal/client/Client.js +1 -1
- package/dist/api/resources/menstrualCycle/client/Client.js +1 -1
- package/dist/api/resources/order/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/sleepCycle/client/Client.js +1 -1
- 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 +16 -16
- package/dist/api/resources/vitals/client/Client.d.ts +221 -0
- package/dist/api/resources/vitals/client/Client.js +1418 -58
- package/dist/api/resources/vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyMassIndexGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyMassIndexGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsDaylightExposureGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsDaylightExposureGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsFallGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsFallGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsForcedExpiratoryVolume1GroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsForcedExpiratoryVolume1GroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsForcedVitalCapacityGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsForcedVitalCapacityGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsHandwashingGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsHandwashingGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsInhalerUsageGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsInhalerUsageGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsLeanBodyMassGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsLeanBodyMassGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsPeakExpiratoryFlowRateGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsPeakExpiratoryFlowRateGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsSleepApneaAlertGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsSleepApneaAlertGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsSleepBreathingDisturbanceGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsSleepBreathingDisturbanceGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsStandDurationGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsStandDurationGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsStandHourGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsStandHourGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsUvExposureGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsUvExposureGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsWaistCircumferenceGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsWaistCircumferenceGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsWheelchairPushGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsWheelchairPushGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/index.d.ts +17 -0
- package/dist/api/resources/workouts/client/Client.js +3 -3
- package/dist/api/types/ActivityColumnExprActivity.d.ts +4 -1
- package/dist/api/types/ActivityColumnExprActivity.js +3 -0
- package/dist/api/types/BodyColumnExprBody.d.ts +4 -1
- package/dist/api/types/BodyColumnExprBody.js +3 -0
- package/dist/api/types/ClientFacingAFibBurdenSample.d.ts +0 -2
- package/dist/api/types/ClientFacingActivity.d.ts +2 -0
- package/dist/api/types/{ClientFacingCreatedChanged.d.ts → ClientFacingAppointmentChanged.d.ts} +2 -2
- package/dist/api/types/ClientFacingAppointmentChanged.js +5 -0
- package/{api/types/ClientFacingCreatedChangedEventType.d.ts → dist/api/types/ClientFacingAppointmentChangedEventType.d.ts} +2 -2
- package/{api/types/ClientFacingCreatedChangedEventType.js → dist/api/types/ClientFacingAppointmentChangedEventType.js} +2 -2
- package/dist/api/types/ClientFacingBasalBodyTemperatureChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureChanged.js +5 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureSample.d.ts +20 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureSample.js +5 -0
- package/dist/api/types/ClientFacingBloodOxygenTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingBody.d.ts +3 -0
- package/dist/api/types/ClientFacingBodyFatTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingBodyMassIndexChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingBodyMassIndexChanged.js +5 -0
- package/dist/api/types/ClientFacingBodyMassIndexChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingBodyMassIndexChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingBodyMassIndexHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingBodyMassIndexHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingBodyMassIndexSample.d.ts +20 -0
- package/dist/api/types/ClientFacingBodyMassIndexSample.js +5 -0
- package/dist/api/types/ClientFacingBodyTemperatureDeltaSample.d.ts +0 -1
- package/dist/api/types/ClientFacingBodyTemperatureSample.d.ts +0 -1
- package/dist/api/types/ClientFacingBodyWeightTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingCaffeineTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingCaloriesActiveTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingCaloriesBasalTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingCarbohydratesSample.d.ts +0 -2
- package/dist/api/types/ClientFacingCholesterolTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingDaylightExposureChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingDaylightExposureChanged.js +5 -0
- package/dist/api/types/ClientFacingDaylightExposureChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingDaylightExposureChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingDaylightExposureHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingDaylightExposureHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingDaylightExposureSample.d.ts +20 -0
- package/dist/api/types/ClientFacingDaylightExposureSample.js +5 -0
- package/dist/api/types/ClientFacingDistanceTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +1 -3
- package/dist/api/types/ClientFacingFallChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingFallChanged.js +5 -0
- package/dist/api/types/ClientFacingFallChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingFallChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingFallHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingFallHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingFallSample.d.ts +20 -0
- package/dist/api/types/ClientFacingFallSample.js +5 -0
- package/dist/api/types/ClientFacingFloorsClimbedTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1Changed.d.ts +11 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1Changed.js +5 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1Sample.d.ts +20 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1Sample.js +5 -0
- package/dist/api/types/ClientFacingForcedVitalCapacityChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingForcedVitalCapacityChanged.js +5 -0
- package/dist/api/types/ClientFacingForcedVitalCapacityChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingForcedVitalCapacityChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingForcedVitalCapacitySample.d.ts +20 -0
- package/dist/api/types/ClientFacingForcedVitalCapacitySample.js +5 -0
- package/dist/api/types/ClientFacingGlucoseTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingHandwashingChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingHandwashingChanged.js +5 -0
- package/dist/api/types/ClientFacingHandwashingChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingHandwashingChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingHandwashingHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingHandwashingHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingHandwashingSample.d.ts +20 -0
- package/dist/api/types/ClientFacingHandwashingSample.js +5 -0
- package/dist/api/types/ClientFacingHeartRate.d.ts +1 -0
- package/dist/api/types/ClientFacingHeartRateAlertSample.d.ts +0 -1
- package/dist/api/types/ClientFacingHeartRateTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingHrvTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingHypnogramTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingIgeTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingIggTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingInhalerUsageChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingInhalerUsageChanged.js +5 -0
- package/dist/api/types/ClientFacingInhalerUsageChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingInhalerUsageChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingInhalerUsageHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingInhalerUsageHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingInhalerUsageSample.d.ts +20 -0
- package/dist/api/types/ClientFacingInhalerUsageSample.js +5 -0
- package/dist/api/types/ClientFacingInsulinInjectionSample.d.ts +0 -1
- package/dist/api/types/ClientFacingLeanBodyMassChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingLeanBodyMassChanged.js +5 -0
- package/dist/api/types/ClientFacingLeanBodyMassChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingLeanBodyMassChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingLeanBodyMassHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingLeanBodyMassHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingLeanBodyMassSample.d.ts +20 -0
- package/dist/api/types/ClientFacingLeanBodyMassSample.js +5 -0
- package/dist/api/types/ClientFacingMindfulnessMinutesTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingNoteSample.d.ts +0 -1
- package/dist/api/types/ClientFacingOrderChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingOrderChanged.js +5 -0
- package/dist/api/types/ClientFacingOrderChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingOrderChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateChanged.js +5 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateSample.d.ts +20 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateSample.js +5 -0
- package/dist/api/types/ClientFacingProfile.d.ts +2 -0
- package/dist/api/types/ClientFacingResource.d.ts +18 -1
- package/dist/api/types/ClientFacingResource.js +17 -0
- package/dist/api/types/ClientFacingRespiratoryRateTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingSleep.d.ts +1 -1
- package/dist/api/types/ClientFacingSleepApneaAlertChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingSleepApneaAlertChanged.js +5 -0
- package/dist/api/types/ClientFacingSleepApneaAlertChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingSleepApneaAlertChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingSleepApneaAlertSample.d.ts +20 -0
- package/dist/api/types/ClientFacingSleepApneaAlertSample.js +5 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceChanged.js +5 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceSample.d.ts +20 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceSample.js +5 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceSampleType.d.ts +8 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceSampleType.js +10 -0
- package/dist/api/types/ClientFacingSource.d.ts +14 -0
- package/dist/api/types/ClientFacingStandDurationChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingStandDurationChanged.js +5 -0
- package/dist/api/types/ClientFacingStandDurationChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingStandDurationChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingStandDurationHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingStandDurationHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingStandDurationSample.d.ts +20 -0
- package/dist/api/types/ClientFacingStandDurationSample.js +5 -0
- package/dist/api/types/ClientFacingStandHourChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingStandHourChanged.js +5 -0
- package/dist/api/types/ClientFacingStandHourChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingStandHourChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingStandHourHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingStandHourHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingStandHourSample.d.ts +20 -0
- package/dist/api/types/ClientFacingStandHourSample.js +5 -0
- package/dist/api/types/ClientFacingStandHourSampleType.d.ts +8 -0
- package/dist/api/types/ClientFacingStandHourSampleType.js +10 -0
- package/dist/api/types/ClientFacingStepsTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingStressLevelTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingUser.d.ts +1 -0
- package/dist/api/types/ClientFacingUvExposureChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingUvExposureChanged.js +5 -0
- package/dist/api/types/ClientFacingUvExposureChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingUvExposureChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingUvExposureHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingUvExposureHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingUvExposureSample.d.ts +20 -0
- package/dist/api/types/ClientFacingUvExposureSample.js +5 -0
- package/dist/api/types/ClientFacingVo2MaxTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingWaistCircumferenceChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingWaistCircumferenceChanged.js +5 -0
- package/dist/api/types/ClientFacingWaistCircumferenceChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingWaistCircumferenceChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingWaistCircumferenceSample.d.ts +20 -0
- package/dist/api/types/ClientFacingWaistCircumferenceSample.js +5 -0
- package/dist/api/types/ClientFacingWaterTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingWheelchairPushChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingWheelchairPushChanged.js +5 -0
- package/dist/api/types/ClientFacingWheelchairPushChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingWheelchairPushChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingWheelchairPushHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingWheelchairPushHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingWheelchairPushSample.d.ts +20 -0
- package/dist/api/types/ClientFacingWheelchairPushSample.js +5 -0
- package/dist/api/types/ClientFacingWorkoutDurationSample.d.ts +0 -1
- package/dist/api/types/ClientUserIdConflictResponse.d.ts +7 -0
- package/dist/api/types/ClientUserIdConflictResponse.js +5 -0
- package/dist/api/types/ConnectionRecipe.d.ts +10 -10
- package/dist/api/types/ContinuousQueryResultTableChanges.d.ts +1 -0
- package/dist/api/types/FallbackTimeZone.d.ts +1 -0
- package/dist/api/types/GroupedBasalBodyTemperature.d.ts +8 -0
- package/dist/api/types/GroupedBasalBodyTemperature.js +5 -0
- package/dist/api/types/GroupedBasalBodyTemperatureResponse.d.ts +12 -0
- package/dist/api/types/GroupedBasalBodyTemperatureResponse.js +5 -0
- package/dist/api/types/GroupedBodyMassIndex.d.ts +8 -0
- package/dist/api/types/GroupedBodyMassIndex.js +5 -0
- package/dist/api/types/GroupedBodyMassIndexResponse.d.ts +12 -0
- package/dist/api/types/GroupedBodyMassIndexResponse.js +5 -0
- package/dist/api/types/GroupedDaylightExposure.d.ts +8 -0
- package/dist/api/types/GroupedDaylightExposure.js +5 -0
- package/dist/api/types/GroupedDaylightExposureResponse.d.ts +12 -0
- package/dist/api/types/GroupedDaylightExposureResponse.js +5 -0
- package/dist/api/types/GroupedFall.d.ts +8 -0
- package/dist/api/types/GroupedFall.js +5 -0
- package/dist/api/types/GroupedFallResponse.d.ts +12 -0
- package/dist/api/types/GroupedFallResponse.js +5 -0
- package/dist/api/types/GroupedForcedExpiratoryVolume1.d.ts +8 -0
- package/dist/api/types/GroupedForcedExpiratoryVolume1.js +5 -0
- package/dist/api/types/GroupedForcedExpiratoryVolume1Response.d.ts +12 -0
- package/dist/api/types/GroupedForcedExpiratoryVolume1Response.js +5 -0
- package/dist/api/types/GroupedForcedVitalCapacity.d.ts +8 -0
- package/dist/api/types/GroupedForcedVitalCapacity.js +5 -0
- package/dist/api/types/GroupedForcedVitalCapacityResponse.d.ts +12 -0
- package/dist/api/types/GroupedForcedVitalCapacityResponse.js +5 -0
- package/dist/api/types/GroupedHandwashing.d.ts +8 -0
- package/dist/api/types/GroupedHandwashing.js +5 -0
- package/dist/api/types/GroupedHandwashingResponse.d.ts +12 -0
- package/dist/api/types/GroupedHandwashingResponse.js +5 -0
- package/dist/api/types/GroupedInhalerUsage.d.ts +8 -0
- package/dist/api/types/GroupedInhalerUsage.js +5 -0
- package/dist/api/types/GroupedInhalerUsageResponse.d.ts +12 -0
- package/dist/api/types/GroupedInhalerUsageResponse.js +5 -0
- package/dist/api/types/GroupedLeanBodyMass.d.ts +8 -0
- package/dist/api/types/GroupedLeanBodyMass.js +5 -0
- package/dist/api/types/GroupedLeanBodyMassResponse.d.ts +12 -0
- package/dist/api/types/GroupedLeanBodyMassResponse.js +5 -0
- package/dist/api/types/GroupedPeakExpiratoryFlowRate.d.ts +8 -0
- package/dist/api/types/GroupedPeakExpiratoryFlowRate.js +5 -0
- package/dist/api/types/GroupedPeakExpiratoryFlowRateResponse.d.ts +12 -0
- package/dist/api/types/GroupedPeakExpiratoryFlowRateResponse.js +5 -0
- package/dist/api/types/GroupedSleepApneaAlert.d.ts +8 -0
- package/dist/api/types/GroupedSleepApneaAlert.js +5 -0
- package/dist/api/types/GroupedSleepApneaAlertResponse.d.ts +12 -0
- package/dist/api/types/GroupedSleepApneaAlertResponse.js +5 -0
- package/dist/api/types/GroupedSleepBreathingDisturbance.d.ts +8 -0
- package/dist/api/types/GroupedSleepBreathingDisturbance.js +5 -0
- package/dist/api/types/GroupedSleepBreathingDisturbanceResponse.d.ts +12 -0
- package/dist/api/types/GroupedSleepBreathingDisturbanceResponse.js +5 -0
- package/dist/api/types/GroupedStandDuration.d.ts +8 -0
- package/dist/api/types/GroupedStandDuration.js +5 -0
- package/dist/api/types/GroupedStandDurationResponse.d.ts +12 -0
- package/dist/api/types/GroupedStandDurationResponse.js +5 -0
- package/dist/api/types/GroupedStandHour.d.ts +8 -0
- package/dist/api/types/GroupedStandHour.js +5 -0
- package/dist/api/types/GroupedStandHourResponse.d.ts +12 -0
- package/dist/api/types/GroupedStandHourResponse.js +5 -0
- package/dist/api/types/GroupedUvExposure.d.ts +8 -0
- package/dist/api/types/GroupedUvExposure.js +5 -0
- package/dist/api/types/GroupedUvExposureResponse.d.ts +12 -0
- package/dist/api/types/GroupedUvExposureResponse.js +5 -0
- package/dist/api/types/GroupedWaistCircumference.d.ts +8 -0
- package/dist/api/types/GroupedWaistCircumference.js +5 -0
- package/dist/api/types/GroupedWaistCircumferenceResponse.d.ts +12 -0
- package/dist/api/types/GroupedWaistCircumferenceResponse.js +5 -0
- package/dist/api/types/GroupedWheelchairPush.d.ts +8 -0
- package/dist/api/types/GroupedWheelchairPush.js +5 -0
- package/dist/api/types/GroupedWheelchairPushResponse.d.ts +12 -0
- package/dist/api/types/GroupedWheelchairPushResponse.js +5 -0
- package/dist/api/types/HistoricalPullStatus.d.ts +2 -1
- package/dist/api/types/HistoricalPullStatus.js +1 -0
- package/dist/api/types/PatientAddress.d.ts +12 -0
- package/dist/api/types/PatientAddress.js +5 -0
- package/dist/api/types/TimeseriesResource.d.ts +18 -1
- package/dist/api/types/TimeseriesResource.js +17 -0
- package/dist/api/types/index.d.ts +110 -2
- package/dist/api/types/index.js +110 -2
- package/dist/core/fetcher/makeRequest.d.ts +1 -1
- package/dist/serialization/resources/labTests/client/requests/ImportOrderBody.d.ts +25 -0
- package/dist/serialization/resources/labTests/client/requests/ImportOrderBody.js +46 -0
- package/dist/serialization/resources/labTests/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/labTests/client/requests/index.js +3 -1
- package/dist/serialization/resources/link/client/requests/LinkTokenExchange.d.ts +1 -0
- package/dist/serialization/resources/link/client/requests/LinkTokenExchange.js +1 -0
- package/dist/serialization/types/ActivityColumnExprActivity.d.ts +1 -1
- package/dist/serialization/types/ActivityColumnExprActivity.js +3 -0
- package/dist/serialization/types/BodyColumnExprBody.d.ts +1 -1
- package/dist/serialization/types/BodyColumnExprBody.js +3 -0
- package/dist/serialization/types/ClientFacingAFibBurdenSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingAFibBurdenSample.js +0 -2
- package/dist/serialization/types/ClientFacingActivity.d.ts +2 -0
- package/dist/serialization/types/ClientFacingActivity.js +2 -0
- package/dist/serialization/types/{ClientFacingCreatedChanged.d.ts → ClientFacingAppointmentChanged.d.ts} +4 -4
- package/dist/serialization/types/{ClientFacingCreatedChanged.js → ClientFacingAppointmentChanged.js} +4 -4
- package/{serialization/types/ClientFacingCreatedChangedEventType.d.ts → dist/serialization/types/ClientFacingAppointmentChangedEventType.d.ts} +2 -2
- package/dist/serialization/types/ClientFacingAppointmentChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureChanged.js +39 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureChangedEventType.js +34 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureSample.js +40 -0
- package/dist/serialization/types/ClientFacingBloodOxygenTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingBloodOxygenTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingBody.d.ts +3 -0
- package/dist/serialization/types/ClientFacingBody.js +3 -0
- package/dist/serialization/types/ClientFacingBodyFatTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingBodyFatTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingBodyMassIndexChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexChanged.js +39 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexSample.js +40 -0
- package/dist/serialization/types/ClientFacingBodyTemperatureDeltaSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingBodyTemperatureDeltaSample.js +0 -2
- package/dist/serialization/types/ClientFacingBodyTemperatureSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingBodyTemperatureSample.js +0 -2
- package/dist/serialization/types/ClientFacingBodyWeightTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingBodyWeightTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingCaffeineTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingCaffeineTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingCaloriesActiveTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingCaloriesActiveTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingCaloriesBasalTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingCaloriesBasalTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingCarbohydratesSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingCarbohydratesSample.js +0 -2
- package/dist/serialization/types/ClientFacingCholesterolTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingCholesterolTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingDaylightExposureChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingDaylightExposureChanged.js +39 -0
- package/dist/serialization/types/ClientFacingDaylightExposureChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingDaylightExposureChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingDaylightExposureHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingDaylightExposureHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingDaylightExposureSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingDaylightExposureSample.js +40 -0
- package/dist/serialization/types/ClientFacingDistanceTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingDistanceTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +1 -3
- package/dist/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.js +1 -3
- package/dist/serialization/types/ClientFacingFallChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingFallChanged.js +39 -0
- package/dist/serialization/types/ClientFacingFallChangedEventType.d.ts +10 -0
- package/dist/serialization/types/{ClientFacingCreatedChangedEventType.js → ClientFacingFallChangedEventType.js} +2 -2
- package/dist/serialization/types/ClientFacingFallHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingFallHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingFallSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingFallSample.js +40 -0
- package/dist/serialization/types/ClientFacingFloorsClimbedTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingFloorsClimbedTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1Changed.d.ts +18 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1Changed.js +39 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.js +34 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1Sample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1Sample.js +40 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacityChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacityChanged.js +39 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacityChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacityChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacitySample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacitySample.js +40 -0
- package/dist/serialization/types/ClientFacingGlucoseTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingGlucoseTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingHandwashingChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingHandwashingChanged.js +39 -0
- package/dist/serialization/types/ClientFacingHandwashingChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingHandwashingChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingHandwashingHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingHandwashingHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingHandwashingSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingHandwashingSample.js +40 -0
- package/dist/serialization/types/ClientFacingHeartRate.d.ts +1 -0
- package/dist/serialization/types/ClientFacingHeartRate.js +1 -0
- package/dist/serialization/types/ClientFacingHeartRateAlertSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingHeartRateAlertSample.js +0 -2
- package/dist/serialization/types/ClientFacingHeartRateTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingHeartRateTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingHrvTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingHrvTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingHypnogramTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingHypnogramTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingIgeTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingIgeTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingIggTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingIggTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingInhalerUsageChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingInhalerUsageChanged.js +39 -0
- package/dist/serialization/types/ClientFacingInhalerUsageChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingInhalerUsageChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingInhalerUsageHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingInhalerUsageHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingInhalerUsageSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingInhalerUsageSample.js +40 -0
- package/dist/serialization/types/ClientFacingInsulinInjectionSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingInsulinInjectionSample.js +0 -2
- package/dist/serialization/types/ClientFacingLeanBodyMassChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassChanged.js +39 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassSample.js +40 -0
- package/dist/serialization/types/ClientFacingMindfulnessMinutesTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingMindfulnessMinutesTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingNoteSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingNoteSample.js +0 -2
- package/dist/serialization/types/ClientFacingOrderChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingOrderChanged.js +39 -0
- package/dist/serialization/types/ClientFacingOrderChangedEventType.d.ts +10 -0
- package/{serialization/types/ClientFacingCreatedChangedEventType.js → dist/serialization/types/ClientFacingOrderChangedEventType.js} +2 -2
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateChanged.js +39 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.js +34 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateSample.js +40 -0
- package/dist/serialization/types/ClientFacingProfile.d.ts +2 -0
- package/dist/serialization/types/ClientFacingProfile.js +2 -0
- package/dist/serialization/types/ClientFacingResource.d.ts +1 -1
- package/dist/serialization/types/ClientFacingResource.js +17 -0
- package/dist/serialization/types/ClientFacingRespiratoryRateTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingRespiratoryRateTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingSleepApneaAlertChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertChanged.js +39 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertSample.js +40 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceChanged.js +39 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceChangedEventType.js +34 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceSample.d.ts +20 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceSample.js +41 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceSampleType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceSampleType.js +31 -0
- package/dist/serialization/types/ClientFacingSource.d.ts +2 -0
- package/dist/serialization/types/ClientFacingSource.js +2 -0
- package/dist/serialization/types/ClientFacingStandDurationChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingStandDurationChanged.js +39 -0
- package/dist/serialization/types/ClientFacingStandDurationChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingStandDurationChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingStandDurationHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingStandDurationHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingStandDurationSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingStandDurationSample.js +40 -0
- package/dist/serialization/types/ClientFacingStandHourChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingStandHourChanged.js +39 -0
- package/dist/serialization/types/ClientFacingStandHourChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingStandHourChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingStandHourHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingStandHourHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingStandHourSample.d.ts +20 -0
- package/dist/serialization/types/ClientFacingStandHourSample.js +41 -0
- package/dist/serialization/types/ClientFacingStandHourSampleType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingStandHourSampleType.js +31 -0
- package/dist/serialization/types/ClientFacingStepsTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingStepsTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingStressLevelTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingStressLevelTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingUvExposureChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingUvExposureChanged.js +39 -0
- package/dist/serialization/types/ClientFacingUvExposureChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingUvExposureChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingUvExposureHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingUvExposureHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingUvExposureSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingUvExposureSample.js +40 -0
- package/dist/serialization/types/ClientFacingVo2MaxTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingVo2MaxTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingWaistCircumferenceChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceChanged.js +39 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceSample.js +40 -0
- package/dist/serialization/types/ClientFacingWaterTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingWaterTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingWheelchairPushChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingWheelchairPushChanged.js +39 -0
- package/dist/serialization/types/ClientFacingWheelchairPushChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingWheelchairPushChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingWheelchairPushHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingWheelchairPushHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingWheelchairPushSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingWheelchairPushSample.js +40 -0
- package/dist/serialization/types/ClientFacingWorkoutDurationSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingWorkoutDurationSample.js +0 -2
- package/dist/serialization/types/ClientUserIdConflictResponse.d.ts +13 -0
- package/dist/serialization/types/ClientUserIdConflictResponse.js +34 -0
- package/dist/serialization/types/ContinuousQueryResultTableChanges.d.ts +1 -0
- package/dist/serialization/types/ContinuousQueryResultTableChanges.js +1 -0
- package/dist/serialization/types/GroupedBasalBodyTemperature.d.ts +15 -0
- package/dist/serialization/types/GroupedBasalBodyTemperature.js +36 -0
- package/dist/serialization/types/GroupedBasalBodyTemperatureResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedBasalBodyTemperatureResponse.js +36 -0
- package/dist/serialization/types/GroupedBodyMassIndex.d.ts +15 -0
- package/dist/serialization/types/GroupedBodyMassIndex.js +36 -0
- package/dist/serialization/types/GroupedBodyMassIndexResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedBodyMassIndexResponse.js +36 -0
- package/dist/serialization/types/GroupedDaylightExposure.d.ts +15 -0
- package/dist/serialization/types/GroupedDaylightExposure.js +36 -0
- package/dist/serialization/types/GroupedDaylightExposureResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedDaylightExposureResponse.js +36 -0
- package/dist/serialization/types/GroupedFall.d.ts +15 -0
- package/dist/serialization/types/GroupedFall.js +36 -0
- package/dist/serialization/types/GroupedFallResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedFallResponse.js +36 -0
- package/dist/serialization/types/GroupedForcedExpiratoryVolume1.d.ts +15 -0
- package/dist/serialization/types/GroupedForcedExpiratoryVolume1.js +36 -0
- package/dist/serialization/types/GroupedForcedExpiratoryVolume1Response.d.ts +15 -0
- package/dist/serialization/types/GroupedForcedExpiratoryVolume1Response.js +36 -0
- package/dist/serialization/types/GroupedForcedVitalCapacity.d.ts +15 -0
- package/dist/serialization/types/GroupedForcedVitalCapacity.js +36 -0
- package/dist/serialization/types/GroupedForcedVitalCapacityResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedForcedVitalCapacityResponse.js +36 -0
- package/dist/serialization/types/GroupedHandwashing.d.ts +15 -0
- package/dist/serialization/types/GroupedHandwashing.js +36 -0
- package/dist/serialization/types/GroupedHandwashingResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedHandwashingResponse.js +36 -0
- package/dist/serialization/types/GroupedInhalerUsage.d.ts +15 -0
- package/dist/serialization/types/GroupedInhalerUsage.js +36 -0
- package/dist/serialization/types/GroupedInhalerUsageResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedInhalerUsageResponse.js +36 -0
- package/dist/serialization/types/GroupedLeanBodyMass.d.ts +15 -0
- package/dist/serialization/types/GroupedLeanBodyMass.js +36 -0
- package/dist/serialization/types/GroupedLeanBodyMassResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedLeanBodyMassResponse.js +36 -0
- package/dist/serialization/types/GroupedPeakExpiratoryFlowRate.d.ts +15 -0
- package/dist/serialization/types/GroupedPeakExpiratoryFlowRate.js +36 -0
- package/dist/serialization/types/GroupedPeakExpiratoryFlowRateResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedPeakExpiratoryFlowRateResponse.js +36 -0
- package/dist/serialization/types/GroupedSleepApneaAlert.d.ts +15 -0
- package/dist/serialization/types/GroupedSleepApneaAlert.js +36 -0
- package/dist/serialization/types/GroupedSleepApneaAlertResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedSleepApneaAlertResponse.js +36 -0
- package/dist/serialization/types/GroupedSleepBreathingDisturbance.d.ts +15 -0
- package/dist/serialization/types/GroupedSleepBreathingDisturbance.js +36 -0
- package/dist/serialization/types/GroupedSleepBreathingDisturbanceResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedSleepBreathingDisturbanceResponse.js +36 -0
- package/dist/serialization/types/GroupedStandDuration.d.ts +15 -0
- package/dist/serialization/types/GroupedStandDuration.js +36 -0
- package/dist/serialization/types/GroupedStandDurationResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedStandDurationResponse.js +36 -0
- package/dist/serialization/types/GroupedStandHour.d.ts +15 -0
- package/dist/serialization/types/GroupedStandHour.js +36 -0
- package/dist/serialization/types/GroupedStandHourResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedStandHourResponse.js +36 -0
- package/dist/serialization/types/GroupedUvExposure.d.ts +15 -0
- package/dist/serialization/types/GroupedUvExposure.js +36 -0
- package/dist/serialization/types/GroupedUvExposureResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedUvExposureResponse.js +36 -0
- package/dist/serialization/types/GroupedWaistCircumference.d.ts +15 -0
- package/dist/serialization/types/GroupedWaistCircumference.js +36 -0
- package/dist/serialization/types/GroupedWaistCircumferenceResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedWaistCircumferenceResponse.js +36 -0
- package/dist/serialization/types/GroupedWheelchairPush.d.ts +15 -0
- package/dist/serialization/types/GroupedWheelchairPush.js +36 -0
- package/dist/serialization/types/GroupedWheelchairPushResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedWheelchairPushResponse.js +36 -0
- package/dist/serialization/types/HistoricalPullStatus.d.ts +1 -1
- package/dist/serialization/types/HistoricalPullStatus.js +1 -1
- package/dist/serialization/types/PatientAddress.d.ts +18 -0
- package/dist/serialization/types/PatientAddress.js +39 -0
- package/dist/serialization/types/TimeseriesResource.d.ts +1 -1
- package/dist/serialization/types/TimeseriesResource.js +17 -0
- package/dist/serialization/types/index.d.ts +110 -2
- package/dist/serialization/types/index.js +110 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -2
- package/reference.md +1018 -162
- package/serialization/resources/labTests/client/requests/ImportOrderBody.d.ts +25 -0
- package/serialization/resources/labTests/client/requests/ImportOrderBody.js +46 -0
- package/serialization/resources/labTests/client/requests/index.d.ts +1 -0
- package/serialization/resources/labTests/client/requests/index.js +3 -1
- package/serialization/resources/link/client/requests/LinkTokenExchange.d.ts +1 -0
- package/serialization/resources/link/client/requests/LinkTokenExchange.js +1 -0
- package/serialization/types/ActivityColumnExprActivity.d.ts +1 -1
- package/serialization/types/ActivityColumnExprActivity.js +3 -0
- package/serialization/types/BodyColumnExprBody.d.ts +1 -1
- package/serialization/types/BodyColumnExprBody.js +3 -0
- package/serialization/types/ClientFacingAFibBurdenSample.d.ts +0 -2
- package/serialization/types/ClientFacingAFibBurdenSample.js +0 -2
- package/serialization/types/ClientFacingActivity.d.ts +2 -0
- package/serialization/types/ClientFacingActivity.js +2 -0
- package/serialization/types/{ClientFacingCreatedChanged.d.ts → ClientFacingAppointmentChanged.d.ts} +4 -4
- package/serialization/types/{ClientFacingCreatedChanged.js → ClientFacingAppointmentChanged.js} +4 -4
- package/{dist/serialization/types/ClientFacingCreatedChangedEventType.d.ts → serialization/types/ClientFacingAppointmentChangedEventType.d.ts} +2 -2
- package/serialization/types/ClientFacingAppointmentChangedEventType.js +31 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureChanged.d.ts +18 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureChanged.js +39 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureChangedEventType.js +34 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureSample.d.ts +19 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureSample.js +40 -0
- package/serialization/types/ClientFacingBloodOxygenTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingBloodOxygenTimeseries.js +0 -2
- package/serialization/types/ClientFacingBody.d.ts +3 -0
- package/serialization/types/ClientFacingBody.js +3 -0
- package/serialization/types/ClientFacingBodyFatTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingBodyFatTimeseries.js +0 -2
- package/serialization/types/ClientFacingBodyMassIndexChanged.d.ts +18 -0
- package/serialization/types/ClientFacingBodyMassIndexChanged.js +39 -0
- package/serialization/types/ClientFacingBodyMassIndexChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingBodyMassIndexChangedEventType.js +31 -0
- package/serialization/types/ClientFacingBodyMassIndexHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingBodyMassIndexHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingBodyMassIndexSample.d.ts +19 -0
- package/serialization/types/ClientFacingBodyMassIndexSample.js +40 -0
- package/serialization/types/ClientFacingBodyTemperatureDeltaSample.d.ts +0 -2
- package/serialization/types/ClientFacingBodyTemperatureDeltaSample.js +0 -2
- package/serialization/types/ClientFacingBodyTemperatureSample.d.ts +0 -2
- package/serialization/types/ClientFacingBodyTemperatureSample.js +0 -2
- package/serialization/types/ClientFacingBodyWeightTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingBodyWeightTimeseries.js +0 -2
- package/serialization/types/ClientFacingCaffeineTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingCaffeineTimeseries.js +0 -2
- package/serialization/types/ClientFacingCaloriesActiveTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingCaloriesActiveTimeseries.js +0 -2
- package/serialization/types/ClientFacingCaloriesBasalTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingCaloriesBasalTimeseries.js +0 -2
- package/serialization/types/ClientFacingCarbohydratesSample.d.ts +0 -2
- package/serialization/types/ClientFacingCarbohydratesSample.js +0 -2
- package/serialization/types/ClientFacingCholesterolTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingCholesterolTimeseries.js +0 -2
- package/serialization/types/ClientFacingDaylightExposureChanged.d.ts +18 -0
- package/serialization/types/ClientFacingDaylightExposureChanged.js +39 -0
- package/serialization/types/ClientFacingDaylightExposureChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingDaylightExposureChangedEventType.js +31 -0
- package/serialization/types/ClientFacingDaylightExposureHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingDaylightExposureHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingDaylightExposureSample.d.ts +19 -0
- package/serialization/types/ClientFacingDaylightExposureSample.js +40 -0
- package/serialization/types/ClientFacingDistanceTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingDistanceTimeseries.js +0 -2
- package/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +1 -3
- package/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.js +1 -3
- package/serialization/types/ClientFacingFallChanged.d.ts +18 -0
- package/serialization/types/ClientFacingFallChanged.js +39 -0
- package/serialization/types/ClientFacingFallChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingFallChangedEventType.js +31 -0
- package/serialization/types/ClientFacingFallHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingFallHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingFallSample.d.ts +19 -0
- package/serialization/types/ClientFacingFallSample.js +40 -0
- package/serialization/types/ClientFacingFloorsClimbedTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingFloorsClimbedTimeseries.js +0 -2
- package/serialization/types/ClientFacingForcedExpiratoryVolume1Changed.d.ts +18 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1Changed.js +39 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.js +34 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1Sample.d.ts +19 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1Sample.js +40 -0
- package/serialization/types/ClientFacingForcedVitalCapacityChanged.d.ts +18 -0
- package/serialization/types/ClientFacingForcedVitalCapacityChanged.js +39 -0
- package/serialization/types/ClientFacingForcedVitalCapacityChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingForcedVitalCapacityChangedEventType.js +31 -0
- package/serialization/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingForcedVitalCapacitySample.d.ts +19 -0
- package/serialization/types/ClientFacingForcedVitalCapacitySample.js +40 -0
- package/serialization/types/ClientFacingGlucoseTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingGlucoseTimeseries.js +0 -2
- package/serialization/types/ClientFacingHandwashingChanged.d.ts +18 -0
- package/serialization/types/ClientFacingHandwashingChanged.js +39 -0
- package/serialization/types/ClientFacingHandwashingChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingHandwashingChangedEventType.js +31 -0
- package/serialization/types/ClientFacingHandwashingHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingHandwashingHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingHandwashingSample.d.ts +19 -0
- package/serialization/types/ClientFacingHandwashingSample.js +40 -0
- package/serialization/types/ClientFacingHeartRate.d.ts +1 -0
- package/serialization/types/ClientFacingHeartRate.js +1 -0
- package/serialization/types/ClientFacingHeartRateAlertSample.d.ts +0 -2
- package/serialization/types/ClientFacingHeartRateAlertSample.js +0 -2
- package/serialization/types/ClientFacingHeartRateTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingHeartRateTimeseries.js +0 -2
- package/serialization/types/ClientFacingHrvTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingHrvTimeseries.js +0 -2
- package/serialization/types/ClientFacingHypnogramTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingHypnogramTimeseries.js +0 -2
- package/serialization/types/ClientFacingIgeTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingIgeTimeseries.js +0 -2
- package/serialization/types/ClientFacingIggTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingIggTimeseries.js +0 -2
- package/serialization/types/ClientFacingInhalerUsageChanged.d.ts +18 -0
- package/serialization/types/ClientFacingInhalerUsageChanged.js +39 -0
- package/serialization/types/ClientFacingInhalerUsageChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingInhalerUsageChangedEventType.js +31 -0
- package/serialization/types/ClientFacingInhalerUsageHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingInhalerUsageHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingInhalerUsageSample.d.ts +19 -0
- package/serialization/types/ClientFacingInhalerUsageSample.js +40 -0
- package/serialization/types/ClientFacingInsulinInjectionSample.d.ts +0 -2
- package/serialization/types/ClientFacingInsulinInjectionSample.js +0 -2
- package/serialization/types/ClientFacingLeanBodyMassChanged.d.ts +18 -0
- package/serialization/types/ClientFacingLeanBodyMassChanged.js +39 -0
- package/serialization/types/ClientFacingLeanBodyMassChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingLeanBodyMassChangedEventType.js +31 -0
- package/serialization/types/ClientFacingLeanBodyMassHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingLeanBodyMassHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingLeanBodyMassSample.d.ts +19 -0
- package/serialization/types/ClientFacingLeanBodyMassSample.js +40 -0
- package/serialization/types/ClientFacingMindfulnessMinutesTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingMindfulnessMinutesTimeseries.js +0 -2
- package/serialization/types/ClientFacingNoteSample.d.ts +0 -2
- package/serialization/types/ClientFacingNoteSample.js +0 -2
- package/serialization/types/ClientFacingOrderChanged.d.ts +18 -0
- package/serialization/types/ClientFacingOrderChanged.js +39 -0
- package/serialization/types/ClientFacingOrderChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingOrderChangedEventType.js +31 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateChanged.d.ts +18 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateChanged.js +39 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.js +34 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateSample.d.ts +19 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateSample.js +40 -0
- package/serialization/types/ClientFacingProfile.d.ts +2 -0
- package/serialization/types/ClientFacingProfile.js +2 -0
- package/serialization/types/ClientFacingResource.d.ts +1 -1
- package/serialization/types/ClientFacingResource.js +17 -0
- package/serialization/types/ClientFacingRespiratoryRateTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingRespiratoryRateTimeseries.js +0 -2
- package/serialization/types/ClientFacingSleepApneaAlertChanged.d.ts +18 -0
- package/serialization/types/ClientFacingSleepApneaAlertChanged.js +39 -0
- package/serialization/types/ClientFacingSleepApneaAlertChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingSleepApneaAlertChangedEventType.js +31 -0
- package/serialization/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingSleepApneaAlertSample.d.ts +19 -0
- package/serialization/types/ClientFacingSleepApneaAlertSample.js +40 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceChanged.d.ts +18 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceChanged.js +39 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceChangedEventType.js +34 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceSample.d.ts +20 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceSample.js +41 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceSampleType.d.ts +10 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceSampleType.js +31 -0
- package/serialization/types/ClientFacingSource.d.ts +2 -0
- package/serialization/types/ClientFacingSource.js +2 -0
- package/serialization/types/ClientFacingStandDurationChanged.d.ts +18 -0
- package/serialization/types/ClientFacingStandDurationChanged.js +39 -0
- package/serialization/types/ClientFacingStandDurationChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingStandDurationChangedEventType.js +31 -0
- package/serialization/types/ClientFacingStandDurationHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingStandDurationHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingStandDurationSample.d.ts +19 -0
- package/serialization/types/ClientFacingStandDurationSample.js +40 -0
- package/serialization/types/ClientFacingStandHourChanged.d.ts +18 -0
- package/serialization/types/ClientFacingStandHourChanged.js +39 -0
- package/serialization/types/ClientFacingStandHourChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingStandHourChangedEventType.js +31 -0
- package/serialization/types/ClientFacingStandHourHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingStandHourHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingStandHourSample.d.ts +20 -0
- package/serialization/types/ClientFacingStandHourSample.js +41 -0
- package/serialization/types/ClientFacingStandHourSampleType.d.ts +10 -0
- package/serialization/types/ClientFacingStandHourSampleType.js +31 -0
- package/serialization/types/ClientFacingStepsTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingStepsTimeseries.js +0 -2
- package/serialization/types/ClientFacingStressLevelTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingStressLevelTimeseries.js +0 -2
- package/serialization/types/ClientFacingUvExposureChanged.d.ts +18 -0
- package/serialization/types/ClientFacingUvExposureChanged.js +39 -0
- package/serialization/types/ClientFacingUvExposureChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingUvExposureChangedEventType.js +31 -0
- package/serialization/types/ClientFacingUvExposureHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingUvExposureHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingUvExposureSample.d.ts +19 -0
- package/serialization/types/ClientFacingUvExposureSample.js +40 -0
- package/serialization/types/ClientFacingVo2MaxTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingVo2MaxTimeseries.js +0 -2
- package/serialization/types/ClientFacingWaistCircumferenceChanged.d.ts +18 -0
- package/serialization/types/ClientFacingWaistCircumferenceChanged.js +39 -0
- package/serialization/types/ClientFacingWaistCircumferenceChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingWaistCircumferenceChangedEventType.js +31 -0
- package/serialization/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingWaistCircumferenceSample.d.ts +19 -0
- package/serialization/types/ClientFacingWaistCircumferenceSample.js +40 -0
- package/serialization/types/ClientFacingWaterTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingWaterTimeseries.js +0 -2
- package/serialization/types/ClientFacingWheelchairPushChanged.d.ts +18 -0
- package/serialization/types/ClientFacingWheelchairPushChanged.js +39 -0
- package/serialization/types/ClientFacingWheelchairPushChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingWheelchairPushChangedEventType.js +31 -0
- package/serialization/types/ClientFacingWheelchairPushHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingWheelchairPushHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingWheelchairPushSample.d.ts +19 -0
- package/serialization/types/ClientFacingWheelchairPushSample.js +40 -0
- package/serialization/types/ClientFacingWorkoutDurationSample.d.ts +0 -2
- package/serialization/types/ClientFacingWorkoutDurationSample.js +0 -2
- package/serialization/types/ClientUserIdConflictResponse.d.ts +13 -0
- package/serialization/types/ClientUserIdConflictResponse.js +34 -0
- package/serialization/types/ContinuousQueryResultTableChanges.d.ts +1 -0
- package/serialization/types/ContinuousQueryResultTableChanges.js +1 -0
- package/serialization/types/GroupedBasalBodyTemperature.d.ts +15 -0
- package/serialization/types/GroupedBasalBodyTemperature.js +36 -0
- package/serialization/types/GroupedBasalBodyTemperatureResponse.d.ts +15 -0
- package/serialization/types/GroupedBasalBodyTemperatureResponse.js +36 -0
- package/serialization/types/GroupedBodyMassIndex.d.ts +15 -0
- package/serialization/types/GroupedBodyMassIndex.js +36 -0
- package/serialization/types/GroupedBodyMassIndexResponse.d.ts +15 -0
- package/serialization/types/GroupedBodyMassIndexResponse.js +36 -0
- package/serialization/types/GroupedDaylightExposure.d.ts +15 -0
- package/serialization/types/GroupedDaylightExposure.js +36 -0
- package/serialization/types/GroupedDaylightExposureResponse.d.ts +15 -0
- package/serialization/types/GroupedDaylightExposureResponse.js +36 -0
- package/serialization/types/GroupedFall.d.ts +15 -0
- package/serialization/types/GroupedFall.js +36 -0
- package/serialization/types/GroupedFallResponse.d.ts +15 -0
- package/serialization/types/GroupedFallResponse.js +36 -0
- package/serialization/types/GroupedForcedExpiratoryVolume1.d.ts +15 -0
- package/serialization/types/GroupedForcedExpiratoryVolume1.js +36 -0
- package/serialization/types/GroupedForcedExpiratoryVolume1Response.d.ts +15 -0
- package/serialization/types/GroupedForcedExpiratoryVolume1Response.js +36 -0
- package/serialization/types/GroupedForcedVitalCapacity.d.ts +15 -0
- package/serialization/types/GroupedForcedVitalCapacity.js +36 -0
- package/serialization/types/GroupedForcedVitalCapacityResponse.d.ts +15 -0
- package/serialization/types/GroupedForcedVitalCapacityResponse.js +36 -0
- package/serialization/types/GroupedHandwashing.d.ts +15 -0
- package/serialization/types/GroupedHandwashing.js +36 -0
- package/serialization/types/GroupedHandwashingResponse.d.ts +15 -0
- package/serialization/types/GroupedHandwashingResponse.js +36 -0
- package/serialization/types/GroupedInhalerUsage.d.ts +15 -0
- package/serialization/types/GroupedInhalerUsage.js +36 -0
- package/serialization/types/GroupedInhalerUsageResponse.d.ts +15 -0
- package/serialization/types/GroupedInhalerUsageResponse.js +36 -0
- package/serialization/types/GroupedLeanBodyMass.d.ts +15 -0
- package/serialization/types/GroupedLeanBodyMass.js +36 -0
- package/serialization/types/GroupedLeanBodyMassResponse.d.ts +15 -0
- package/serialization/types/GroupedLeanBodyMassResponse.js +36 -0
- package/serialization/types/GroupedPeakExpiratoryFlowRate.d.ts +15 -0
- package/serialization/types/GroupedPeakExpiratoryFlowRate.js +36 -0
- package/serialization/types/GroupedPeakExpiratoryFlowRateResponse.d.ts +15 -0
- package/serialization/types/GroupedPeakExpiratoryFlowRateResponse.js +36 -0
- package/serialization/types/GroupedSleepApneaAlert.d.ts +15 -0
- package/serialization/types/GroupedSleepApneaAlert.js +36 -0
- package/serialization/types/GroupedSleepApneaAlertResponse.d.ts +15 -0
- package/serialization/types/GroupedSleepApneaAlertResponse.js +36 -0
- package/serialization/types/GroupedSleepBreathingDisturbance.d.ts +15 -0
- package/serialization/types/GroupedSleepBreathingDisturbance.js +36 -0
- package/serialization/types/GroupedSleepBreathingDisturbanceResponse.d.ts +15 -0
- package/serialization/types/GroupedSleepBreathingDisturbanceResponse.js +36 -0
- package/serialization/types/GroupedStandDuration.d.ts +15 -0
- package/serialization/types/GroupedStandDuration.js +36 -0
- package/serialization/types/GroupedStandDurationResponse.d.ts +15 -0
- package/serialization/types/GroupedStandDurationResponse.js +36 -0
- package/serialization/types/GroupedStandHour.d.ts +15 -0
- package/serialization/types/GroupedStandHour.js +36 -0
- package/serialization/types/GroupedStandHourResponse.d.ts +15 -0
- package/serialization/types/GroupedStandHourResponse.js +36 -0
- package/serialization/types/GroupedUvExposure.d.ts +15 -0
- package/serialization/types/GroupedUvExposure.js +36 -0
- package/serialization/types/GroupedUvExposureResponse.d.ts +15 -0
- package/serialization/types/GroupedUvExposureResponse.js +36 -0
- package/serialization/types/GroupedWaistCircumference.d.ts +15 -0
- package/serialization/types/GroupedWaistCircumference.js +36 -0
- package/serialization/types/GroupedWaistCircumferenceResponse.d.ts +15 -0
- package/serialization/types/GroupedWaistCircumferenceResponse.js +36 -0
- package/serialization/types/GroupedWheelchairPush.d.ts +15 -0
- package/serialization/types/GroupedWheelchairPush.js +36 -0
- package/serialization/types/GroupedWheelchairPushResponse.d.ts +15 -0
- package/serialization/types/GroupedWheelchairPushResponse.js +36 -0
- package/serialization/types/HistoricalPullStatus.d.ts +1 -1
- package/serialization/types/HistoricalPullStatus.js +1 -1
- package/serialization/types/PatientAddress.d.ts +18 -0
- package/serialization/types/PatientAddress.js +39 -0
- package/serialization/types/TimeseriesResource.d.ts +1 -1
- package/serialization/types/TimeseriesResource.js +17 -0
- package/serialization/types/index.d.ts +110 -2
- package/serialization/types/index.js +110 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
- /package/api/{types/ClientFacingCreatedChanged.js → resources/labTests/client/requests/ImportOrderBody.js} +0 -0
- /package/{dist/api/types/ClientFacingCreatedChanged.js → api/resources/vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.js} +0 -0
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export declare type ClientFacingLeanBodyMassChangedEventType = "daily.data.lean_body_mass.created" | "daily.data.lean_body_mass.updated";
|
5
|
+
export declare const ClientFacingLeanBodyMassChangedEventType: {
|
6
|
+
readonly DailyDataLeanBodyMassCreated: "daily.data.lean_body_mass.created";
|
7
|
+
readonly DailyDataLeanBodyMassUpdated: "daily.data.lean_body_mass.updated";
|
8
|
+
};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
exports.ClientFacingLeanBodyMassChangedEventType = void 0;
|
7
|
+
exports.ClientFacingLeanBodyMassChangedEventType = {
|
8
|
+
DailyDataLeanBodyMassCreated: "daily.data.lean_body_mass.created",
|
9
|
+
DailyDataLeanBodyMassUpdated: "daily.data.lean_body_mass.updated",
|
10
|
+
};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Vital from "../index";
|
5
|
+
export interface ClientFacingLeanBodyMassHistoricalPullCompleted {
|
6
|
+
eventType: "historical.data.lean_body_mass.created";
|
7
|
+
userId: string;
|
8
|
+
clientUserId: string;
|
9
|
+
teamId: string;
|
10
|
+
data: Vital.HistoricalPullCompleted;
|
11
|
+
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export interface ClientFacingLeanBodyMassSample {
|
5
|
+
/** Deprecated */
|
6
|
+
id?: number;
|
7
|
+
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
|
+
timezoneOffset?: number;
|
9
|
+
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG, IGE and InsulinInjection. */
|
10
|
+
type?: string;
|
11
|
+
unit: "kg";
|
12
|
+
/** Depracated. The start time (inclusive) of the interval. */
|
13
|
+
timestamp: Date;
|
14
|
+
/** The start time (inclusive) of the interval. */
|
15
|
+
start: Date;
|
16
|
+
/** The end time (exclusive) of the interval. */
|
17
|
+
end: Date;
|
18
|
+
/** The recorded value for the interval. */
|
19
|
+
value: number;
|
20
|
+
}
|
@@ -1,7 +1,6 @@
|
|
1
1
|
/**
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
|
-
import * as Vital from "../index";
|
5
4
|
export interface ClientFacingMindfulnessMinutesTimeseries {
|
6
5
|
/** Deprecated */
|
7
6
|
id?: number;
|
@@ -11,7 +10,6 @@ export interface ClientFacingMindfulnessMinutesTimeseries {
|
|
11
10
|
type?: string;
|
12
11
|
/** Measured in minutes. */
|
13
12
|
unit: string;
|
14
|
-
grouping?: Vital.ClientFacingSampleGroupingKeys;
|
15
13
|
/** Depracated. The start time (inclusive) of the interval. */
|
16
14
|
timestamp: Date;
|
17
15
|
/** The start time (inclusive) of the interval. */
|
@@ -11,7 +11,6 @@ export interface ClientFacingNoteSample {
|
|
11
11
|
type?: string;
|
12
12
|
/** User notes as text. */
|
13
13
|
unit: string;
|
14
|
-
grouping?: Vital.ClientFacingSampleGroupingKeys;
|
15
14
|
/** Depracated. The start time (inclusive) of the interval. */
|
16
15
|
timestamp: Date;
|
17
16
|
/** The start time (inclusive) of the interval. */
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Vital from "../index";
|
5
|
+
export interface ClientFacingOrderChanged {
|
6
|
+
eventType: Vital.ClientFacingOrderChangedEventType;
|
7
|
+
userId: string;
|
8
|
+
clientUserId: string;
|
9
|
+
teamId: string;
|
10
|
+
data: Vital.ClientFacingOrder;
|
11
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export declare type ClientFacingOrderChangedEventType = "labtest.order.created" | "labtest.order.updated";
|
5
|
+
export declare const ClientFacingOrderChangedEventType: {
|
6
|
+
readonly LabtestOrderCreated: "labtest.order.created";
|
7
|
+
readonly LabtestOrderUpdated: "labtest.order.updated";
|
8
|
+
};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
exports.ClientFacingOrderChangedEventType = void 0;
|
7
|
+
exports.ClientFacingOrderChangedEventType = {
|
8
|
+
LabtestOrderCreated: "labtest.order.created",
|
9
|
+
LabtestOrderUpdated: "labtest.order.updated",
|
10
|
+
};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Vital from "../index";
|
5
|
+
export interface ClientFacingPeakExpiratoryFlowRateChanged {
|
6
|
+
eventType: Vital.ClientFacingPeakExpiratoryFlowRateChangedEventType;
|
7
|
+
userId: string;
|
8
|
+
clientUserId: string;
|
9
|
+
teamId: string;
|
10
|
+
data: Vital.GroupedPeakExpiratoryFlowRate;
|
11
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export declare type ClientFacingPeakExpiratoryFlowRateChangedEventType = "daily.data.peak_expiratory_flow_rate.created" | "daily.data.peak_expiratory_flow_rate.updated";
|
5
|
+
export declare const ClientFacingPeakExpiratoryFlowRateChangedEventType: {
|
6
|
+
readonly DailyDataPeakExpiratoryFlowRateCreated: "daily.data.peak_expiratory_flow_rate.created";
|
7
|
+
readonly DailyDataPeakExpiratoryFlowRateUpdated: "daily.data.peak_expiratory_flow_rate.updated";
|
8
|
+
};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
exports.ClientFacingPeakExpiratoryFlowRateChangedEventType = void 0;
|
7
|
+
exports.ClientFacingPeakExpiratoryFlowRateChangedEventType = {
|
8
|
+
DailyDataPeakExpiratoryFlowRateCreated: "daily.data.peak_expiratory_flow_rate.created",
|
9
|
+
DailyDataPeakExpiratoryFlowRateUpdated: "daily.data.peak_expiratory_flow_rate.updated",
|
10
|
+
};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Vital from "../index";
|
5
|
+
export interface ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted {
|
6
|
+
eventType: "historical.data.peak_expiratory_flow_rate.created";
|
7
|
+
userId: string;
|
8
|
+
clientUserId: string;
|
9
|
+
teamId: string;
|
10
|
+
data: Vital.HistoricalPullCompleted;
|
11
|
+
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export interface ClientFacingPeakExpiratoryFlowRateSample {
|
5
|
+
/** Deprecated */
|
6
|
+
id?: number;
|
7
|
+
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
|
+
timezoneOffset?: number;
|
9
|
+
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG, IGE and InsulinInjection. */
|
10
|
+
type?: string;
|
11
|
+
unit: "L/min";
|
12
|
+
/** Depracated. The start time (inclusive) of the interval. */
|
13
|
+
timestamp: Date;
|
14
|
+
/** The start time (inclusive) of the interval. */
|
15
|
+
start: Date;
|
16
|
+
/** The end time (exclusive) of the interval. */
|
17
|
+
end: Date;
|
18
|
+
/** The recorded value for the interval. */
|
19
|
+
value: number;
|
20
|
+
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
|
-
export declare type ClientFacingResource = "profile" | "activity" | "sleep" | "body" | "workouts" | "workout_stream" | "connection" | "order" | "result" | "appointment" | "glucose" | "heartrate" | "hrv" | "ige" | "igg" | "blood_oxygen" | "blood_pressure" | "cholesterol" | "device" | "weight" | "fat" | "body_temperature" | "body_temperature_delta" | "meal" | "water" | "caffeine" | "mindfulness_minutes" | "steps" | "calories_active" | "distance" | "floors_climbed" | "respiratory_rate" | "vo2_max" | "calories_basal" | "stress_level" | "menstrual_cycle" | "sleep_cycle" | "electrocardiogram" | "electrocardiogram_voltage" | "afib_burden" | "heart_rate_alert" | "workout_duration" | "insulin_injection" | "carbohydrates" | "note" | "sleep_stream" | "hypnogram";
|
4
|
+
export declare type ClientFacingResource = "profile" | "activity" | "sleep" | "body" | "workouts" | "workout_stream" | "connection" | "order" | "result" | "appointment" | "glucose" | "heartrate" | "hrv" | "ige" | "igg" | "blood_oxygen" | "blood_pressure" | "cholesterol" | "device" | "weight" | "fat" | "body_temperature" | "body_temperature_delta" | "meal" | "water" | "caffeine" | "mindfulness_minutes" | "steps" | "calories_active" | "distance" | "floors_climbed" | "respiratory_rate" | "vo2_max" | "calories_basal" | "stress_level" | "menstrual_cycle" | "sleep_cycle" | "electrocardiogram" | "electrocardiogram_voltage" | "afib_burden" | "heart_rate_alert" | "stand_hour" | "stand_duration" | "sleep_apnea_alert" | "sleep_breathing_disturbance" | "wheelchair_push" | "forced_expiratory_volume_1" | "forced_vital_capacity" | "peak_expiratory_flow_rate" | "inhaler_usage" | "fall" | "uv_exposure" | "daylight_exposure" | "handwashing" | "basal_body_temperature" | "body_mass_index" | "lean_body_mass" | "waist_circumference" | "workout_duration" | "insulin_injection" | "carbohydrates" | "note" | "sleep_stream" | "hypnogram";
|
5
5
|
export declare const ClientFacingResource: {
|
6
6
|
readonly Profile: "profile";
|
7
7
|
readonly Activity: "activity";
|
@@ -44,6 +44,23 @@ export declare const ClientFacingResource: {
|
|
44
44
|
readonly ElectrocardiogramVoltage: "electrocardiogram_voltage";
|
45
45
|
readonly AfibBurden: "afib_burden";
|
46
46
|
readonly HeartRateAlert: "heart_rate_alert";
|
47
|
+
readonly StandHour: "stand_hour";
|
48
|
+
readonly StandDuration: "stand_duration";
|
49
|
+
readonly SleepApneaAlert: "sleep_apnea_alert";
|
50
|
+
readonly SleepBreathingDisturbance: "sleep_breathing_disturbance";
|
51
|
+
readonly WheelchairPush: "wheelchair_push";
|
52
|
+
readonly ForcedExpiratoryVolume1: "forced_expiratory_volume_1";
|
53
|
+
readonly ForcedVitalCapacity: "forced_vital_capacity";
|
54
|
+
readonly PeakExpiratoryFlowRate: "peak_expiratory_flow_rate";
|
55
|
+
readonly InhalerUsage: "inhaler_usage";
|
56
|
+
readonly Fall: "fall";
|
57
|
+
readonly UvExposure: "uv_exposure";
|
58
|
+
readonly DaylightExposure: "daylight_exposure";
|
59
|
+
readonly Handwashing: "handwashing";
|
60
|
+
readonly BasalBodyTemperature: "basal_body_temperature";
|
61
|
+
readonly BodyMassIndex: "body_mass_index";
|
62
|
+
readonly LeanBodyMass: "lean_body_mass";
|
63
|
+
readonly WaistCircumference: "waist_circumference";
|
47
64
|
readonly WorkoutDuration: "workout_duration";
|
48
65
|
readonly InsulinInjection: "insulin_injection";
|
49
66
|
readonly Carbohydrates: "carbohydrates";
|
@@ -46,6 +46,23 @@ exports.ClientFacingResource = {
|
|
46
46
|
ElectrocardiogramVoltage: "electrocardiogram_voltage",
|
47
47
|
AfibBurden: "afib_burden",
|
48
48
|
HeartRateAlert: "heart_rate_alert",
|
49
|
+
StandHour: "stand_hour",
|
50
|
+
StandDuration: "stand_duration",
|
51
|
+
SleepApneaAlert: "sleep_apnea_alert",
|
52
|
+
SleepBreathingDisturbance: "sleep_breathing_disturbance",
|
53
|
+
WheelchairPush: "wheelchair_push",
|
54
|
+
ForcedExpiratoryVolume1: "forced_expiratory_volume_1",
|
55
|
+
ForcedVitalCapacity: "forced_vital_capacity",
|
56
|
+
PeakExpiratoryFlowRate: "peak_expiratory_flow_rate",
|
57
|
+
InhalerUsage: "inhaler_usage",
|
58
|
+
Fall: "fall",
|
59
|
+
UvExposure: "uv_exposure",
|
60
|
+
DaylightExposure: "daylight_exposure",
|
61
|
+
Handwashing: "handwashing",
|
62
|
+
BasalBodyTemperature: "basal_body_temperature",
|
63
|
+
BodyMassIndex: "body_mass_index",
|
64
|
+
LeanBodyMass: "lean_body_mass",
|
65
|
+
WaistCircumference: "waist_circumference",
|
49
66
|
WorkoutDuration: "workout_duration",
|
50
67
|
InsulinInjection: "insulin_injection",
|
51
68
|
Carbohydrates: "carbohydrates",
|
@@ -1,7 +1,6 @@
|
|
1
1
|
/**
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
|
-
import * as Vital from "../index";
|
5
4
|
export interface ClientFacingRespiratoryRateTimeseries {
|
6
5
|
/** Deprecated */
|
7
6
|
id?: number;
|
@@ -11,7 +10,6 @@ export interface ClientFacingRespiratoryRateTimeseries {
|
|
11
10
|
type?: string;
|
12
11
|
/** Measured in bpm. */
|
13
12
|
unit: string;
|
14
|
-
grouping?: Vital.ClientFacingSampleGroupingKeys;
|
15
13
|
/** The timestamp of the measurement. */
|
16
14
|
timestamp: Date;
|
17
15
|
/** Average respiratory rate::breaths per minute */
|
@@ -43,7 +43,7 @@ export interface ClientFacingSleep {
|
|
43
43
|
hrAverage?: number;
|
44
44
|
/** Resting heart rate recorded during a sleep session::bpm */
|
45
45
|
hrResting?: number;
|
46
|
-
/** Sleep efficiency is the percentage of the sleep period spent asleep (100%
|
46
|
+
/** Sleep efficiency is the percentage of the sleep period spent asleep (100% * sleep.total / sleep.duration)::perc */
|
47
47
|
efficiency?: number;
|
48
48
|
/** Detected latency from bedtime_start to the beginning of the first five minutes of persistent sleep::seconds */
|
49
49
|
latency?: number;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Vital from "../index";
|
5
|
+
export interface ClientFacingSleepApneaAlertChanged {
|
6
|
+
eventType: Vital.ClientFacingSleepApneaAlertChangedEventType;
|
7
|
+
userId: string;
|
8
|
+
clientUserId: string;
|
9
|
+
teamId: string;
|
10
|
+
data: Vital.GroupedSleepApneaAlert;
|
11
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export declare type ClientFacingSleepApneaAlertChangedEventType = "daily.data.sleep_apnea_alert.created" | "daily.data.sleep_apnea_alert.updated";
|
5
|
+
export declare const ClientFacingSleepApneaAlertChangedEventType: {
|
6
|
+
readonly DailyDataSleepApneaAlertCreated: "daily.data.sleep_apnea_alert.created";
|
7
|
+
readonly DailyDataSleepApneaAlertUpdated: "daily.data.sleep_apnea_alert.updated";
|
8
|
+
};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
exports.ClientFacingSleepApneaAlertChangedEventType = void 0;
|
7
|
+
exports.ClientFacingSleepApneaAlertChangedEventType = {
|
8
|
+
DailyDataSleepApneaAlertCreated: "daily.data.sleep_apnea_alert.created",
|
9
|
+
DailyDataSleepApneaAlertUpdated: "daily.data.sleep_apnea_alert.updated",
|
10
|
+
};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Vital from "../index";
|
5
|
+
export interface ClientFacingSleepApneaAlertHistoricalPullCompleted {
|
6
|
+
eventType: "historical.data.sleep_apnea_alert.created";
|
7
|
+
userId: string;
|
8
|
+
clientUserId: string;
|
9
|
+
teamId: string;
|
10
|
+
data: Vital.HistoricalPullCompleted;
|
11
|
+
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export interface ClientFacingSleepApneaAlertSample {
|
5
|
+
/** Deprecated */
|
6
|
+
id?: number;
|
7
|
+
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
|
+
timezoneOffset?: number;
|
9
|
+
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG, IGE and InsulinInjection. */
|
10
|
+
type?: string;
|
11
|
+
unit: "count";
|
12
|
+
/** Depracated. The start time (inclusive) of the interval. */
|
13
|
+
timestamp: Date;
|
14
|
+
/** The start time (inclusive) of the interval. */
|
15
|
+
start: Date;
|
16
|
+
/** The end time (exclusive) of the interval. */
|
17
|
+
end: Date;
|
18
|
+
/** The recorded value for the interval. */
|
19
|
+
value: number;
|
20
|
+
}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Vital from "../index";
|
5
|
+
export interface ClientFacingSleepBreathingDisturbanceChanged {
|
6
|
+
eventType: Vital.ClientFacingSleepBreathingDisturbanceChangedEventType;
|
7
|
+
userId: string;
|
8
|
+
clientUserId: string;
|
9
|
+
teamId: string;
|
10
|
+
data: Vital.GroupedSleepBreathingDisturbance;
|
11
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export declare type ClientFacingSleepBreathingDisturbanceChangedEventType = "daily.data.sleep_breathing_disturbance.created" | "daily.data.sleep_breathing_disturbance.updated";
|
5
|
+
export declare const ClientFacingSleepBreathingDisturbanceChangedEventType: {
|
6
|
+
readonly DailyDataSleepBreathingDisturbanceCreated: "daily.data.sleep_breathing_disturbance.created";
|
7
|
+
readonly DailyDataSleepBreathingDisturbanceUpdated: "daily.data.sleep_breathing_disturbance.updated";
|
8
|
+
};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
exports.ClientFacingSleepBreathingDisturbanceChangedEventType = void 0;
|
7
|
+
exports.ClientFacingSleepBreathingDisturbanceChangedEventType = {
|
8
|
+
DailyDataSleepBreathingDisturbanceCreated: "daily.data.sleep_breathing_disturbance.created",
|
9
|
+
DailyDataSleepBreathingDisturbanceUpdated: "daily.data.sleep_breathing_disturbance.updated",
|
10
|
+
};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Vital from "../index";
|
5
|
+
export interface ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted {
|
6
|
+
eventType: "historical.data.sleep_breathing_disturbance.created";
|
7
|
+
userId: string;
|
8
|
+
clientUserId: string;
|
9
|
+
teamId: string;
|
10
|
+
data: Vital.HistoricalPullCompleted;
|
11
|
+
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Vital from "../index";
|
5
|
+
export interface ClientFacingSleepBreathingDisturbanceSample {
|
6
|
+
/** Deprecated */
|
7
|
+
id?: number;
|
8
|
+
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
9
|
+
timezoneOffset?: number;
|
10
|
+
type?: Vital.ClientFacingSleepBreathingDisturbanceSampleType;
|
11
|
+
unit: "count";
|
12
|
+
/** Depracated. The start time (inclusive) of the interval. */
|
13
|
+
timestamp: Date;
|
14
|
+
/** The start time (inclusive) of the interval. */
|
15
|
+
start: Date;
|
16
|
+
/** The end time (exclusive) of the interval. */
|
17
|
+
end: Date;
|
18
|
+
/** The recorded value for the interval. */
|
19
|
+
value: number;
|
20
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export declare type ClientFacingSleepBreathingDisturbanceSampleType = "elevated" | "not_elevated";
|
5
|
+
export declare const ClientFacingSleepBreathingDisturbanceSampleType: {
|
6
|
+
readonly Elevated: "elevated";
|
7
|
+
readonly NotElevated: "not_elevated";
|
8
|
+
};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
exports.ClientFacingSleepBreathingDisturbanceSampleType = void 0;
|
7
|
+
exports.ClientFacingSleepBreathingDisturbanceSampleType = {
|
8
|
+
Elevated: "elevated",
|
9
|
+
NotElevated: "not_elevated",
|
10
|
+
};
|
@@ -12,6 +12,20 @@ export interface ClientFacingSource {
|
|
12
12
|
type?: string;
|
13
13
|
/** The identifier of the app which recorded this summary. This is only applicable to multi-source providers like Apple Health and Android Health Connect. */
|
14
14
|
appId?: string;
|
15
|
+
/**
|
16
|
+
* For workout stream timeseries, this is the standard sport slug of the workout with which the timeseries data are associated.
|
17
|
+
*
|
18
|
+
* For the `distance` timeseries, this is `wheelchair_pushing` if the user is a wheelchair user, or `null` otherwise.
|
19
|
+
*
|
20
|
+
* For all summary types and non-workout timeseries, this is always `null`.
|
21
|
+
*/
|
22
|
+
sport?: string;
|
23
|
+
/**
|
24
|
+
* For workout stream timeseries, this is the workout ID with which the timeseries data are associated.
|
25
|
+
*
|
26
|
+
* For all other types, this is always `null`.
|
27
|
+
*/
|
28
|
+
workoutId?: string;
|
15
29
|
/** Deprecated. Subject to removal after 1 Jan 2024. */
|
16
30
|
name?: string;
|
17
31
|
/** Deprecated. Use `provider` instead. Subject to removal after 1 Jan 2024. */
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Vital from "../index";
|
5
|
+
export interface ClientFacingStandDurationChanged {
|
6
|
+
eventType: Vital.ClientFacingStandDurationChangedEventType;
|
7
|
+
userId: string;
|
8
|
+
clientUserId: string;
|
9
|
+
teamId: string;
|
10
|
+
data: Vital.GroupedStandDuration;
|
11
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export declare type ClientFacingStandDurationChangedEventType = "daily.data.stand_duration.created" | "daily.data.stand_duration.updated";
|
5
|
+
export declare const ClientFacingStandDurationChangedEventType: {
|
6
|
+
readonly DailyDataStandDurationCreated: "daily.data.stand_duration.created";
|
7
|
+
readonly DailyDataStandDurationUpdated: "daily.data.stand_duration.updated";
|
8
|
+
};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
exports.ClientFacingStandDurationChangedEventType = void 0;
|
7
|
+
exports.ClientFacingStandDurationChangedEventType = {
|
8
|
+
DailyDataStandDurationCreated: "daily.data.stand_duration.created",
|
9
|
+
DailyDataStandDurationUpdated: "daily.data.stand_duration.updated",
|
10
|
+
};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Vital from "../index";
|
5
|
+
export interface ClientFacingStandDurationHistoricalPullCompleted {
|
6
|
+
eventType: "historical.data.stand_duration.created";
|
7
|
+
userId: string;
|
8
|
+
clientUserId: string;
|
9
|
+
teamId: string;
|
10
|
+
data: Vital.HistoricalPullCompleted;
|
11
|
+
}
|