@tryvital/vital-node 3.1.216 → 3.1.229
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
package/dist/api/resources/vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.d.ts
ADDED
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start_date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsBasalBodyTemperatureGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
19
|
+
/**
|
20
|
+
* Provider oura/strava etc
|
21
|
+
*/
|
22
|
+
provider?: string;
|
23
|
+
/**
|
24
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
25
|
+
*/
|
26
|
+
startDate: string;
|
27
|
+
/**
|
28
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
29
|
+
*/
|
30
|
+
endDate?: string;
|
31
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start_date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsBodyMassIndexGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
19
|
+
/**
|
20
|
+
* Provider oura/strava etc
|
21
|
+
*/
|
22
|
+
provider?: string;
|
23
|
+
/**
|
24
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
25
|
+
*/
|
26
|
+
startDate: string;
|
27
|
+
/**
|
28
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
29
|
+
*/
|
30
|
+
endDate?: string;
|
31
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start_date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsDaylightExposureGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
19
|
+
/**
|
20
|
+
* Provider oura/strava etc
|
21
|
+
*/
|
22
|
+
provider?: string;
|
23
|
+
/**
|
24
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
25
|
+
*/
|
26
|
+
startDate: string;
|
27
|
+
/**
|
28
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
29
|
+
*/
|
30
|
+
endDate?: string;
|
31
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start_date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsFallGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
19
|
+
/**
|
20
|
+
* Provider oura/strava etc
|
21
|
+
*/
|
22
|
+
provider?: string;
|
23
|
+
/**
|
24
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
25
|
+
*/
|
26
|
+
startDate: string;
|
27
|
+
/**
|
28
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
29
|
+
*/
|
30
|
+
endDate?: string;
|
31
|
+
}
|
package/dist/api/resources/vitals/client/requests/VitalsForcedExpiratoryVolume1GroupedRequest.d.ts
ADDED
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start_date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsForcedExpiratoryVolume1GroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
19
|
+
/**
|
20
|
+
* Provider oura/strava etc
|
21
|
+
*/
|
22
|
+
provider?: string;
|
23
|
+
/**
|
24
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
25
|
+
*/
|
26
|
+
startDate: string;
|
27
|
+
/**
|
28
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
29
|
+
*/
|
30
|
+
endDate?: string;
|
31
|
+
}
|
package/dist/api/resources/vitals/client/requests/VitalsForcedVitalCapacityGroupedRequest.d.ts
ADDED
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start_date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsForcedVitalCapacityGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
19
|
+
/**
|
20
|
+
* Provider oura/strava etc
|
21
|
+
*/
|
22
|
+
provider?: string;
|
23
|
+
/**
|
24
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
25
|
+
*/
|
26
|
+
startDate: string;
|
27
|
+
/**
|
28
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
29
|
+
*/
|
30
|
+
endDate?: string;
|
31
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start_date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsHandwashingGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
19
|
+
/**
|
20
|
+
* Provider oura/strava etc
|
21
|
+
*/
|
22
|
+
provider?: string;
|
23
|
+
/**
|
24
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
25
|
+
*/
|
26
|
+
startDate: string;
|
27
|
+
/**
|
28
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
29
|
+
*/
|
30
|
+
endDate?: string;
|
31
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start_date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsInhalerUsageGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
19
|
+
/**
|
20
|
+
* Provider oura/strava etc
|
21
|
+
*/
|
22
|
+
provider?: string;
|
23
|
+
/**
|
24
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
25
|
+
*/
|
26
|
+
startDate: string;
|
27
|
+
/**
|
28
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
29
|
+
*/
|
30
|
+
endDate?: string;
|
31
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start_date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsLeanBodyMassGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
19
|
+
/**
|
20
|
+
* Provider oura/strava etc
|
21
|
+
*/
|
22
|
+
provider?: string;
|
23
|
+
/**
|
24
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
25
|
+
*/
|
26
|
+
startDate: string;
|
27
|
+
/**
|
28
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
29
|
+
*/
|
30
|
+
endDate?: string;
|
31
|
+
}
|
package/dist/api/resources/vitals/client/requests/VitalsPeakExpiratoryFlowRateGroupedRequest.d.ts
ADDED
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start_date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsPeakExpiratoryFlowRateGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
19
|
+
/**
|
20
|
+
* Provider oura/strava etc
|
21
|
+
*/
|
22
|
+
provider?: string;
|
23
|
+
/**
|
24
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
25
|
+
*/
|
26
|
+
startDate: string;
|
27
|
+
/**
|
28
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
29
|
+
*/
|
30
|
+
endDate?: string;
|
31
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start_date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsSleepApneaAlertGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
19
|
+
/**
|
20
|
+
* Provider oura/strava etc
|
21
|
+
*/
|
22
|
+
provider?: string;
|
23
|
+
/**
|
24
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
25
|
+
*/
|
26
|
+
startDate: string;
|
27
|
+
/**
|
28
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
29
|
+
*/
|
30
|
+
endDate?: string;
|
31
|
+
}
|
package/dist/api/resources/vitals/client/requests/VitalsSleepBreathingDisturbanceGroupedRequest.d.ts
ADDED
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start_date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsSleepBreathingDisturbanceGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
19
|
+
/**
|
20
|
+
* Provider oura/strava etc
|
21
|
+
*/
|
22
|
+
provider?: string;
|
23
|
+
/**
|
24
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
25
|
+
*/
|
26
|
+
startDate: string;
|
27
|
+
/**
|
28
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
29
|
+
*/
|
30
|
+
endDate?: string;
|
31
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start_date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsStandDurationGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
19
|
+
/**
|
20
|
+
* Provider oura/strava etc
|
21
|
+
*/
|
22
|
+
provider?: string;
|
23
|
+
/**
|
24
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
25
|
+
*/
|
26
|
+
startDate: string;
|
27
|
+
/**
|
28
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
29
|
+
*/
|
30
|
+
endDate?: string;
|
31
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start_date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsStandHourGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
19
|
+
/**
|
20
|
+
* Provider oura/strava etc
|
21
|
+
*/
|
22
|
+
provider?: string;
|
23
|
+
/**
|
24
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
25
|
+
*/
|
26
|
+
startDate: string;
|
27
|
+
/**
|
28
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
29
|
+
*/
|
30
|
+
endDate?: string;
|
31
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start_date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsUvExposureGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
19
|
+
/**
|
20
|
+
* Provider oura/strava etc
|
21
|
+
*/
|
22
|
+
provider?: string;
|
23
|
+
/**
|
24
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
25
|
+
*/
|
26
|
+
startDate: string;
|
27
|
+
/**
|
28
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
29
|
+
*/
|
30
|
+
endDate?: string;
|
31
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start_date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsWaistCircumferenceGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
19
|
+
/**
|
20
|
+
* Provider oura/strava etc
|
21
|
+
*/
|
22
|
+
provider?: string;
|
23
|
+
/**
|
24
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
25
|
+
*/
|
26
|
+
startDate: string;
|
27
|
+
/**
|
28
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
29
|
+
*/
|
30
|
+
endDate?: string;
|
31
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* @example
|
6
|
+
* {
|
7
|
+
* startDate: "start_date"
|
8
|
+
* }
|
9
|
+
*/
|
10
|
+
export interface VitalsWheelchairPushGroupedRequest {
|
11
|
+
/**
|
12
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
13
|
+
*/
|
14
|
+
cursor?: string;
|
15
|
+
/**
|
16
|
+
* The cursor for fetching the next page, or `null` to fetch the first page.
|
17
|
+
*/
|
18
|
+
nextCursor?: string;
|
19
|
+
/**
|
20
|
+
* Provider oura/strava etc
|
21
|
+
*/
|
22
|
+
provider?: string;
|
23
|
+
/**
|
24
|
+
* Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
|
25
|
+
*/
|
26
|
+
startDate: string;
|
27
|
+
/**
|
28
|
+
* Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
|
29
|
+
*/
|
30
|
+
endDate?: string;
|
31
|
+
}
|