@tryvital/vital-node 3.1.216 → 3.1.230
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/api/resources/activity/client/Client.js +2 -2
- package/api/resources/aggregate/client/Client.js +2 -2
- package/api/resources/body/client/Client.js +2 -2
- package/api/resources/devices/client/Client.js +1 -1
- package/api/resources/electrocardiogram/client/Client.js +1 -1
- package/api/resources/insurance/client/Client.js +3 -3
- package/api/resources/introspect/client/Client.js +2 -2
- package/api/resources/labTests/client/Client.d.ts +34 -3
- package/api/resources/labTests/client/Client.js +122 -39
- package/api/resources/labTests/client/requests/ImportOrderBody.d.ts +40 -0
- package/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.d.ts +0 -7
- package/api/resources/labTests/client/requests/index.d.ts +1 -0
- package/api/resources/link/client/Client.js +18 -18
- package/api/resources/link/client/requests/LinkTokenExchange.d.ts +1 -0
- package/api/resources/meal/client/Client.js +1 -1
- package/api/resources/menstrualCycle/client/Client.js +1 -1
- package/api/resources/order/client/Client.js +1 -1
- package/api/resources/profile/client/Client.js +2 -2
- package/api/resources/providers/client/Client.js +1 -1
- package/api/resources/sleep/client/Client.js +4 -4
- package/api/resources/sleepCycle/client/Client.js +1 -1
- package/api/resources/team/client/Client.js +7 -7
- package/api/resources/testkit/client/Client.js +2 -2
- package/api/resources/user/client/Client.js +16 -16
- package/api/resources/vitals/client/Client.d.ts +221 -0
- package/api/resources/vitals/client/Client.js +1418 -58
- package/api/resources/vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsBodyMassIndexGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsBodyMassIndexGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsDaylightExposureGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsDaylightExposureGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsFallGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsFallGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsForcedExpiratoryVolume1GroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsForcedExpiratoryVolume1GroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsForcedVitalCapacityGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsForcedVitalCapacityGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsHandwashingGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsHandwashingGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsInhalerUsageGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsInhalerUsageGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsLeanBodyMassGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsLeanBodyMassGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsPeakExpiratoryFlowRateGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsPeakExpiratoryFlowRateGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsSleepApneaAlertGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsSleepApneaAlertGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsSleepBreathingDisturbanceGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsSleepBreathingDisturbanceGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsStandDurationGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsStandDurationGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsStandHourGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsStandHourGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsUvExposureGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsUvExposureGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsWaistCircumferenceGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsWaistCircumferenceGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsWheelchairPushGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsWheelchairPushGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/index.d.ts +17 -0
- package/api/resources/workouts/client/Client.js +3 -3
- package/api/types/ActivityColumnExprActivity.d.ts +4 -1
- package/api/types/ActivityColumnExprActivity.js +3 -0
- package/api/types/BodyColumnExprBody.d.ts +4 -1
- package/api/types/BodyColumnExprBody.js +3 -0
- package/api/types/ClientFacingAFibBurdenSample.d.ts +0 -2
- package/api/types/ClientFacingActivity.d.ts +2 -0
- package/api/types/{ClientFacingCreatedChanged.d.ts → ClientFacingAppointmentChanged.d.ts} +2 -2
- package/api/types/ClientFacingAppointmentChanged.js +5 -0
- package/{dist/api/types/ClientFacingCreatedChangedEventType.d.ts → api/types/ClientFacingAppointmentChangedEventType.d.ts} +2 -2
- package/{dist/api/types/ClientFacingCreatedChangedEventType.js → api/types/ClientFacingAppointmentChangedEventType.js} +2 -2
- package/api/types/ClientFacingBasalBodyTemperatureChanged.d.ts +11 -0
- package/api/types/ClientFacingBasalBodyTemperatureChanged.js +5 -0
- package/api/types/ClientFacingBasalBodyTemperatureChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingBasalBodyTemperatureChangedEventType.js +10 -0
- package/api/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingBasalBodyTemperatureSample.d.ts +20 -0
- package/api/types/ClientFacingBasalBodyTemperatureSample.js +5 -0
- package/api/types/ClientFacingBloodOxygenTimeseries.d.ts +0 -2
- package/api/types/ClientFacingBody.d.ts +3 -0
- package/api/types/ClientFacingBodyFatTimeseries.d.ts +0 -2
- package/api/types/ClientFacingBodyMassIndexChanged.d.ts +11 -0
- package/api/types/ClientFacingBodyMassIndexChanged.js +5 -0
- package/api/types/ClientFacingBodyMassIndexChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingBodyMassIndexChangedEventType.js +10 -0
- package/api/types/ClientFacingBodyMassIndexHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingBodyMassIndexHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingBodyMassIndexSample.d.ts +20 -0
- package/api/types/ClientFacingBodyMassIndexSample.js +5 -0
- package/api/types/ClientFacingBodyTemperatureDeltaSample.d.ts +0 -1
- package/api/types/ClientFacingBodyTemperatureSample.d.ts +0 -1
- package/api/types/ClientFacingBodyWeightTimeseries.d.ts +0 -2
- package/api/types/ClientFacingCaffeineTimeseries.d.ts +0 -2
- package/api/types/ClientFacingCaloriesActiveTimeseries.d.ts +0 -2
- package/api/types/ClientFacingCaloriesBasalTimeseries.d.ts +0 -2
- package/api/types/ClientFacingCarbohydratesSample.d.ts +0 -2
- package/api/types/ClientFacingCholesterolTimeseries.d.ts +0 -2
- package/api/types/ClientFacingDaylightExposureChanged.d.ts +11 -0
- package/api/types/ClientFacingDaylightExposureChanged.js +5 -0
- package/api/types/ClientFacingDaylightExposureChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingDaylightExposureChangedEventType.js +10 -0
- package/api/types/ClientFacingDaylightExposureHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingDaylightExposureHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingDaylightExposureSample.d.ts +20 -0
- package/api/types/ClientFacingDaylightExposureSample.js +5 -0
- package/api/types/ClientFacingDistanceTimeseries.d.ts +0 -2
- package/api/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +1 -3
- package/api/types/ClientFacingFallChanged.d.ts +11 -0
- package/api/types/ClientFacingFallChanged.js +5 -0
- package/api/types/ClientFacingFallChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingFallChangedEventType.js +10 -0
- package/api/types/ClientFacingFallHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingFallHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingFallSample.d.ts +20 -0
- package/api/types/ClientFacingFallSample.js +5 -0
- package/api/types/ClientFacingFloorsClimbedTimeseries.d.ts +0 -2
- package/api/types/ClientFacingForcedExpiratoryVolume1Changed.d.ts +11 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1Changed.js +5 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.js +10 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1Sample.d.ts +20 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1Sample.js +5 -0
- package/api/types/ClientFacingForcedVitalCapacityChanged.d.ts +11 -0
- package/api/types/ClientFacingForcedVitalCapacityChanged.js +5 -0
- package/api/types/ClientFacingForcedVitalCapacityChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingForcedVitalCapacityChangedEventType.js +10 -0
- package/api/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingForcedVitalCapacitySample.d.ts +20 -0
- package/api/types/ClientFacingForcedVitalCapacitySample.js +5 -0
- package/api/types/ClientFacingGlucoseTimeseries.d.ts +0 -2
- package/api/types/ClientFacingHandwashingChanged.d.ts +11 -0
- package/api/types/ClientFacingHandwashingChanged.js +5 -0
- package/api/types/ClientFacingHandwashingChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingHandwashingChangedEventType.js +10 -0
- package/api/types/ClientFacingHandwashingHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingHandwashingHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingHandwashingSample.d.ts +20 -0
- package/api/types/ClientFacingHandwashingSample.js +5 -0
- package/api/types/ClientFacingHeartRate.d.ts +1 -0
- package/api/types/ClientFacingHeartRateAlertSample.d.ts +0 -1
- package/api/types/ClientFacingHeartRateTimeseries.d.ts +0 -2
- package/api/types/ClientFacingHrvTimeseries.d.ts +0 -2
- package/api/types/ClientFacingHypnogramTimeseries.d.ts +0 -2
- package/api/types/ClientFacingIgeTimeseries.d.ts +0 -2
- package/api/types/ClientFacingIggTimeseries.d.ts +0 -2
- package/api/types/ClientFacingInhalerUsageChanged.d.ts +11 -0
- package/api/types/ClientFacingInhalerUsageChanged.js +5 -0
- package/api/types/ClientFacingInhalerUsageChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingInhalerUsageChangedEventType.js +10 -0
- package/api/types/ClientFacingInhalerUsageHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingInhalerUsageHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingInhalerUsageSample.d.ts +20 -0
- package/api/types/ClientFacingInhalerUsageSample.js +5 -0
- package/api/types/ClientFacingInsulinInjectionSample.d.ts +0 -1
- package/api/types/ClientFacingLeanBodyMassChanged.d.ts +11 -0
- package/api/types/ClientFacingLeanBodyMassChanged.js +5 -0
- package/api/types/ClientFacingLeanBodyMassChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingLeanBodyMassChangedEventType.js +10 -0
- package/api/types/ClientFacingLeanBodyMassHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingLeanBodyMassHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingLeanBodyMassSample.d.ts +20 -0
- package/api/types/ClientFacingLeanBodyMassSample.js +5 -0
- package/api/types/ClientFacingMindfulnessMinutesTimeseries.d.ts +0 -2
- package/api/types/ClientFacingNoteSample.d.ts +0 -1
- package/api/types/ClientFacingOrderChanged.d.ts +11 -0
- package/api/types/ClientFacingOrderChanged.js +5 -0
- package/api/types/ClientFacingOrderChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingOrderChangedEventType.js +10 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateChanged.d.ts +11 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateChanged.js +5 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.js +10 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateSample.d.ts +20 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateSample.js +5 -0
- package/api/types/ClientFacingProfile.d.ts +2 -0
- package/api/types/ClientFacingResource.d.ts +18 -1
- package/api/types/ClientFacingResource.js +17 -0
- package/api/types/ClientFacingRespiratoryRateTimeseries.d.ts +0 -2
- package/api/types/ClientFacingSleep.d.ts +1 -1
- package/api/types/ClientFacingSleepApneaAlertChanged.d.ts +11 -0
- package/api/types/ClientFacingSleepApneaAlertChanged.js +5 -0
- package/api/types/ClientFacingSleepApneaAlertChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingSleepApneaAlertChangedEventType.js +10 -0
- package/api/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingSleepApneaAlertSample.d.ts +20 -0
- package/api/types/ClientFacingSleepApneaAlertSample.js +5 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceChanged.d.ts +11 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceChanged.js +5 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceChangedEventType.js +10 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceSample.d.ts +20 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceSample.js +5 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceSampleType.d.ts +8 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceSampleType.js +10 -0
- package/api/types/ClientFacingSource.d.ts +14 -0
- package/api/types/ClientFacingStandDurationChanged.d.ts +11 -0
- package/api/types/ClientFacingStandDurationChanged.js +5 -0
- package/api/types/ClientFacingStandDurationChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingStandDurationChangedEventType.js +10 -0
- package/api/types/ClientFacingStandDurationHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingStandDurationHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingStandDurationSample.d.ts +20 -0
- package/api/types/ClientFacingStandDurationSample.js +5 -0
- package/api/types/ClientFacingStandHourChanged.d.ts +11 -0
- package/api/types/ClientFacingStandHourChanged.js +5 -0
- package/api/types/ClientFacingStandHourChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingStandHourChangedEventType.js +10 -0
- package/api/types/ClientFacingStandHourHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingStandHourHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingStandHourSample.d.ts +20 -0
- package/api/types/ClientFacingStandHourSample.js +5 -0
- package/api/types/ClientFacingStandHourSampleType.d.ts +8 -0
- package/api/types/ClientFacingStandHourSampleType.js +10 -0
- package/api/types/ClientFacingStepsTimeseries.d.ts +0 -2
- package/api/types/ClientFacingStressLevelTimeseries.d.ts +0 -2
- package/api/types/ClientFacingUser.d.ts +1 -0
- package/api/types/ClientFacingUvExposureChanged.d.ts +11 -0
- package/api/types/ClientFacingUvExposureChanged.js +5 -0
- package/api/types/ClientFacingUvExposureChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingUvExposureChangedEventType.js +10 -0
- package/api/types/ClientFacingUvExposureHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingUvExposureHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingUvExposureSample.d.ts +20 -0
- package/api/types/ClientFacingUvExposureSample.js +5 -0
- package/api/types/ClientFacingVo2MaxTimeseries.d.ts +0 -2
- package/api/types/ClientFacingWaistCircumferenceChanged.d.ts +11 -0
- package/api/types/ClientFacingWaistCircumferenceChanged.js +5 -0
- package/api/types/ClientFacingWaistCircumferenceChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingWaistCircumferenceChangedEventType.js +10 -0
- package/api/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingWaistCircumferenceSample.d.ts +20 -0
- package/api/types/ClientFacingWaistCircumferenceSample.js +5 -0
- package/api/types/ClientFacingWaterTimeseries.d.ts +0 -2
- package/api/types/ClientFacingWheelchairPushChanged.d.ts +11 -0
- package/api/types/ClientFacingWheelchairPushChanged.js +5 -0
- package/api/types/ClientFacingWheelchairPushChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingWheelchairPushChangedEventType.js +10 -0
- package/api/types/ClientFacingWheelchairPushHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingWheelchairPushHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingWheelchairPushSample.d.ts +20 -0
- package/api/types/ClientFacingWheelchairPushSample.js +5 -0
- package/api/types/ClientFacingWorkoutDurationSample.d.ts +0 -1
- package/api/types/ClientUserIdConflictResponse.d.ts +7 -0
- package/api/types/ClientUserIdConflictResponse.js +5 -0
- package/api/types/ConnectionRecipe.d.ts +10 -10
- package/api/types/ContinuousQueryResultTableChanges.d.ts +1 -0
- package/api/types/FallbackTimeZone.d.ts +1 -0
- package/api/types/GroupedBasalBodyTemperature.d.ts +8 -0
- package/api/types/GroupedBasalBodyTemperature.js +5 -0
- package/api/types/GroupedBasalBodyTemperatureResponse.d.ts +12 -0
- package/api/types/GroupedBasalBodyTemperatureResponse.js +5 -0
- package/api/types/GroupedBodyMassIndex.d.ts +8 -0
- package/api/types/GroupedBodyMassIndex.js +5 -0
- package/api/types/GroupedBodyMassIndexResponse.d.ts +12 -0
- package/api/types/GroupedBodyMassIndexResponse.js +5 -0
- package/api/types/GroupedDaylightExposure.d.ts +8 -0
- package/api/types/GroupedDaylightExposure.js +5 -0
- package/api/types/GroupedDaylightExposureResponse.d.ts +12 -0
- package/api/types/GroupedDaylightExposureResponse.js +5 -0
- package/api/types/GroupedFall.d.ts +8 -0
- package/api/types/GroupedFall.js +5 -0
- package/api/types/GroupedFallResponse.d.ts +12 -0
- package/api/types/GroupedFallResponse.js +5 -0
- package/api/types/GroupedForcedExpiratoryVolume1.d.ts +8 -0
- package/api/types/GroupedForcedExpiratoryVolume1.js +5 -0
- package/api/types/GroupedForcedExpiratoryVolume1Response.d.ts +12 -0
- package/api/types/GroupedForcedExpiratoryVolume1Response.js +5 -0
- package/api/types/GroupedForcedVitalCapacity.d.ts +8 -0
- package/api/types/GroupedForcedVitalCapacity.js +5 -0
- package/api/types/GroupedForcedVitalCapacityResponse.d.ts +12 -0
- package/api/types/GroupedForcedVitalCapacityResponse.js +5 -0
- package/api/types/GroupedHandwashing.d.ts +8 -0
- package/api/types/GroupedHandwashing.js +5 -0
- package/api/types/GroupedHandwashingResponse.d.ts +12 -0
- package/api/types/GroupedHandwashingResponse.js +5 -0
- package/api/types/GroupedInhalerUsage.d.ts +8 -0
- package/api/types/GroupedInhalerUsage.js +5 -0
- package/api/types/GroupedInhalerUsageResponse.d.ts +12 -0
- package/api/types/GroupedInhalerUsageResponse.js +5 -0
- package/api/types/GroupedLeanBodyMass.d.ts +8 -0
- package/api/types/GroupedLeanBodyMass.js +5 -0
- package/api/types/GroupedLeanBodyMassResponse.d.ts +12 -0
- package/api/types/GroupedLeanBodyMassResponse.js +5 -0
- package/api/types/GroupedPeakExpiratoryFlowRate.d.ts +8 -0
- package/api/types/GroupedPeakExpiratoryFlowRate.js +5 -0
- package/api/types/GroupedPeakExpiratoryFlowRateResponse.d.ts +12 -0
- package/api/types/GroupedPeakExpiratoryFlowRateResponse.js +5 -0
- package/api/types/GroupedSleepApneaAlert.d.ts +8 -0
- package/api/types/GroupedSleepApneaAlert.js +5 -0
- package/api/types/GroupedSleepApneaAlertResponse.d.ts +12 -0
- package/api/types/GroupedSleepApneaAlertResponse.js +5 -0
- package/api/types/GroupedSleepBreathingDisturbance.d.ts +8 -0
- package/api/types/GroupedSleepBreathingDisturbance.js +5 -0
- package/api/types/GroupedSleepBreathingDisturbanceResponse.d.ts +12 -0
- package/api/types/GroupedSleepBreathingDisturbanceResponse.js +5 -0
- package/api/types/GroupedStandDuration.d.ts +8 -0
- package/api/types/GroupedStandDuration.js +5 -0
- package/api/types/GroupedStandDurationResponse.d.ts +12 -0
- package/api/types/GroupedStandDurationResponse.js +5 -0
- package/api/types/GroupedStandHour.d.ts +8 -0
- package/api/types/GroupedStandHour.js +5 -0
- package/api/types/GroupedStandHourResponse.d.ts +12 -0
- package/api/types/GroupedStandHourResponse.js +5 -0
- package/api/types/GroupedUvExposure.d.ts +8 -0
- package/api/types/GroupedUvExposure.js +5 -0
- package/api/types/GroupedUvExposureResponse.d.ts +12 -0
- package/api/types/GroupedUvExposureResponse.js +5 -0
- package/api/types/GroupedWaistCircumference.d.ts +8 -0
- package/api/types/GroupedWaistCircumference.js +5 -0
- package/api/types/GroupedWaistCircumferenceResponse.d.ts +12 -0
- package/api/types/GroupedWaistCircumferenceResponse.js +5 -0
- package/api/types/GroupedWheelchairPush.d.ts +8 -0
- package/api/types/GroupedWheelchairPush.js +5 -0
- package/api/types/GroupedWheelchairPushResponse.d.ts +12 -0
- package/api/types/GroupedWheelchairPushResponse.js +5 -0
- package/api/types/HistoricalPullStatus.d.ts +2 -1
- package/api/types/HistoricalPullStatus.js +1 -0
- package/api/types/PatientAddress.d.ts +12 -0
- package/api/types/PatientAddress.js +5 -0
- package/api/types/TimeseriesResource.d.ts +18 -1
- package/api/types/TimeseriesResource.js +17 -0
- package/api/types/index.d.ts +110 -2
- package/api/types/index.js +110 -2
- package/core/fetcher/makeRequest.d.ts +1 -1
- package/dist/api/resources/activity/client/Client.js +2 -2
- package/dist/api/resources/aggregate/client/Client.js +2 -2
- package/dist/api/resources/body/client/Client.js +2 -2
- package/dist/api/resources/devices/client/Client.js +1 -1
- package/dist/api/resources/electrocardiogram/client/Client.js +1 -1
- package/dist/api/resources/insurance/client/Client.js +3 -3
- package/dist/api/resources/introspect/client/Client.js +2 -2
- package/dist/api/resources/labTests/client/Client.d.ts +34 -3
- package/dist/api/resources/labTests/client/Client.js +122 -39
- package/dist/api/resources/labTests/client/requests/ImportOrderBody.d.ts +40 -0
- package/dist/api/resources/labTests/client/requests/ImportOrderBody.js +5 -0
- package/dist/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.d.ts +0 -7
- package/dist/api/resources/labTests/client/requests/index.d.ts +1 -0
- package/dist/api/resources/link/client/Client.js +18 -18
- package/dist/api/resources/link/client/requests/LinkTokenExchange.d.ts +1 -0
- package/dist/api/resources/meal/client/Client.js +1 -1
- package/dist/api/resources/menstrualCycle/client/Client.js +1 -1
- package/dist/api/resources/order/client/Client.js +1 -1
- package/dist/api/resources/profile/client/Client.js +2 -2
- package/dist/api/resources/providers/client/Client.js +1 -1
- package/dist/api/resources/sleep/client/Client.js +4 -4
- package/dist/api/resources/sleepCycle/client/Client.js +1 -1
- package/dist/api/resources/team/client/Client.js +7 -7
- package/dist/api/resources/testkit/client/Client.js +2 -2
- package/dist/api/resources/user/client/Client.js +16 -16
- package/dist/api/resources/vitals/client/Client.d.ts +221 -0
- package/dist/api/resources/vitals/client/Client.js +1418 -58
- package/dist/api/resources/vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyMassIndexGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyMassIndexGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsDaylightExposureGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsDaylightExposureGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsFallGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsFallGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsForcedExpiratoryVolume1GroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsForcedExpiratoryVolume1GroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsForcedVitalCapacityGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsForcedVitalCapacityGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsHandwashingGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsHandwashingGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsInhalerUsageGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsInhalerUsageGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsLeanBodyMassGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsLeanBodyMassGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsPeakExpiratoryFlowRateGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsPeakExpiratoryFlowRateGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsSleepApneaAlertGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsSleepApneaAlertGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsSleepBreathingDisturbanceGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsSleepBreathingDisturbanceGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsStandDurationGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsStandDurationGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsStandHourGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsStandHourGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsUvExposureGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsUvExposureGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsWaistCircumferenceGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsWaistCircumferenceGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsWheelchairPushGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsWheelchairPushGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/index.d.ts +17 -0
- package/dist/api/resources/workouts/client/Client.js +3 -3
- package/dist/api/types/ActivityColumnExprActivity.d.ts +4 -1
- package/dist/api/types/ActivityColumnExprActivity.js +3 -0
- package/dist/api/types/BodyColumnExprBody.d.ts +4 -1
- package/dist/api/types/BodyColumnExprBody.js +3 -0
- package/dist/api/types/ClientFacingAFibBurdenSample.d.ts +0 -2
- package/dist/api/types/ClientFacingActivity.d.ts +2 -0
- package/dist/api/types/{ClientFacingCreatedChanged.d.ts → ClientFacingAppointmentChanged.d.ts} +2 -2
- package/dist/api/types/ClientFacingAppointmentChanged.js +5 -0
- package/{api/types/ClientFacingCreatedChangedEventType.d.ts → dist/api/types/ClientFacingAppointmentChangedEventType.d.ts} +2 -2
- package/{api/types/ClientFacingCreatedChangedEventType.js → dist/api/types/ClientFacingAppointmentChangedEventType.js} +2 -2
- package/dist/api/types/ClientFacingBasalBodyTemperatureChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureChanged.js +5 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureSample.d.ts +20 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureSample.js +5 -0
- package/dist/api/types/ClientFacingBloodOxygenTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingBody.d.ts +3 -0
- package/dist/api/types/ClientFacingBodyFatTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingBodyMassIndexChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingBodyMassIndexChanged.js +5 -0
- package/dist/api/types/ClientFacingBodyMassIndexChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingBodyMassIndexChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingBodyMassIndexHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingBodyMassIndexHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingBodyMassIndexSample.d.ts +20 -0
- package/dist/api/types/ClientFacingBodyMassIndexSample.js +5 -0
- package/dist/api/types/ClientFacingBodyTemperatureDeltaSample.d.ts +0 -1
- package/dist/api/types/ClientFacingBodyTemperatureSample.d.ts +0 -1
- package/dist/api/types/ClientFacingBodyWeightTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingCaffeineTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingCaloriesActiveTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingCaloriesBasalTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingCarbohydratesSample.d.ts +0 -2
- package/dist/api/types/ClientFacingCholesterolTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingDaylightExposureChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingDaylightExposureChanged.js +5 -0
- package/dist/api/types/ClientFacingDaylightExposureChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingDaylightExposureChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingDaylightExposureHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingDaylightExposureHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingDaylightExposureSample.d.ts +20 -0
- package/dist/api/types/ClientFacingDaylightExposureSample.js +5 -0
- package/dist/api/types/ClientFacingDistanceTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +1 -3
- package/dist/api/types/ClientFacingFallChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingFallChanged.js +5 -0
- package/dist/api/types/ClientFacingFallChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingFallChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingFallHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingFallHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingFallSample.d.ts +20 -0
- package/dist/api/types/ClientFacingFallSample.js +5 -0
- package/dist/api/types/ClientFacingFloorsClimbedTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1Changed.d.ts +11 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1Changed.js +5 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1Sample.d.ts +20 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1Sample.js +5 -0
- package/dist/api/types/ClientFacingForcedVitalCapacityChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingForcedVitalCapacityChanged.js +5 -0
- package/dist/api/types/ClientFacingForcedVitalCapacityChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingForcedVitalCapacityChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingForcedVitalCapacitySample.d.ts +20 -0
- package/dist/api/types/ClientFacingForcedVitalCapacitySample.js +5 -0
- package/dist/api/types/ClientFacingGlucoseTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingHandwashingChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingHandwashingChanged.js +5 -0
- package/dist/api/types/ClientFacingHandwashingChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingHandwashingChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingHandwashingHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingHandwashingHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingHandwashingSample.d.ts +20 -0
- package/dist/api/types/ClientFacingHandwashingSample.js +5 -0
- package/dist/api/types/ClientFacingHeartRate.d.ts +1 -0
- package/dist/api/types/ClientFacingHeartRateAlertSample.d.ts +0 -1
- package/dist/api/types/ClientFacingHeartRateTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingHrvTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingHypnogramTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingIgeTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingIggTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingInhalerUsageChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingInhalerUsageChanged.js +5 -0
- package/dist/api/types/ClientFacingInhalerUsageChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingInhalerUsageChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingInhalerUsageHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingInhalerUsageHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingInhalerUsageSample.d.ts +20 -0
- package/dist/api/types/ClientFacingInhalerUsageSample.js +5 -0
- package/dist/api/types/ClientFacingInsulinInjectionSample.d.ts +0 -1
- package/dist/api/types/ClientFacingLeanBodyMassChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingLeanBodyMassChanged.js +5 -0
- package/dist/api/types/ClientFacingLeanBodyMassChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingLeanBodyMassChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingLeanBodyMassHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingLeanBodyMassHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingLeanBodyMassSample.d.ts +20 -0
- package/dist/api/types/ClientFacingLeanBodyMassSample.js +5 -0
- package/dist/api/types/ClientFacingMindfulnessMinutesTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingNoteSample.d.ts +0 -1
- package/dist/api/types/ClientFacingOrderChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingOrderChanged.js +5 -0
- package/dist/api/types/ClientFacingOrderChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingOrderChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateChanged.js +5 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateSample.d.ts +20 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateSample.js +5 -0
- package/dist/api/types/ClientFacingProfile.d.ts +2 -0
- package/dist/api/types/ClientFacingResource.d.ts +18 -1
- package/dist/api/types/ClientFacingResource.js +17 -0
- package/dist/api/types/ClientFacingRespiratoryRateTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingSleep.d.ts +1 -1
- package/dist/api/types/ClientFacingSleepApneaAlertChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingSleepApneaAlertChanged.js +5 -0
- package/dist/api/types/ClientFacingSleepApneaAlertChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingSleepApneaAlertChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingSleepApneaAlertSample.d.ts +20 -0
- package/dist/api/types/ClientFacingSleepApneaAlertSample.js +5 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceChanged.js +5 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceSample.d.ts +20 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceSample.js +5 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceSampleType.d.ts +8 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceSampleType.js +10 -0
- package/dist/api/types/ClientFacingSource.d.ts +14 -0
- package/dist/api/types/ClientFacingStandDurationChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingStandDurationChanged.js +5 -0
- package/dist/api/types/ClientFacingStandDurationChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingStandDurationChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingStandDurationHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingStandDurationHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingStandDurationSample.d.ts +20 -0
- package/dist/api/types/ClientFacingStandDurationSample.js +5 -0
- package/dist/api/types/ClientFacingStandHourChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingStandHourChanged.js +5 -0
- package/dist/api/types/ClientFacingStandHourChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingStandHourChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingStandHourHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingStandHourHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingStandHourSample.d.ts +20 -0
- package/dist/api/types/ClientFacingStandHourSample.js +5 -0
- package/dist/api/types/ClientFacingStandHourSampleType.d.ts +8 -0
- package/dist/api/types/ClientFacingStandHourSampleType.js +10 -0
- package/dist/api/types/ClientFacingStepsTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingStressLevelTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingUser.d.ts +1 -0
- package/dist/api/types/ClientFacingUvExposureChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingUvExposureChanged.js +5 -0
- package/dist/api/types/ClientFacingUvExposureChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingUvExposureChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingUvExposureHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingUvExposureHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingUvExposureSample.d.ts +20 -0
- package/dist/api/types/ClientFacingUvExposureSample.js +5 -0
- package/dist/api/types/ClientFacingVo2MaxTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingWaistCircumferenceChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingWaistCircumferenceChanged.js +5 -0
- package/dist/api/types/ClientFacingWaistCircumferenceChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingWaistCircumferenceChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingWaistCircumferenceSample.d.ts +20 -0
- package/dist/api/types/ClientFacingWaistCircumferenceSample.js +5 -0
- package/dist/api/types/ClientFacingWaterTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingWheelchairPushChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingWheelchairPushChanged.js +5 -0
- package/dist/api/types/ClientFacingWheelchairPushChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingWheelchairPushChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingWheelchairPushHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingWheelchairPushHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingWheelchairPushSample.d.ts +20 -0
- package/dist/api/types/ClientFacingWheelchairPushSample.js +5 -0
- package/dist/api/types/ClientFacingWorkoutDurationSample.d.ts +0 -1
- package/dist/api/types/ClientUserIdConflictResponse.d.ts +7 -0
- package/dist/api/types/ClientUserIdConflictResponse.js +5 -0
- package/dist/api/types/ConnectionRecipe.d.ts +10 -10
- package/dist/api/types/ContinuousQueryResultTableChanges.d.ts +1 -0
- package/dist/api/types/FallbackTimeZone.d.ts +1 -0
- package/dist/api/types/GroupedBasalBodyTemperature.d.ts +8 -0
- package/dist/api/types/GroupedBasalBodyTemperature.js +5 -0
- package/dist/api/types/GroupedBasalBodyTemperatureResponse.d.ts +12 -0
- package/dist/api/types/GroupedBasalBodyTemperatureResponse.js +5 -0
- package/dist/api/types/GroupedBodyMassIndex.d.ts +8 -0
- package/dist/api/types/GroupedBodyMassIndex.js +5 -0
- package/dist/api/types/GroupedBodyMassIndexResponse.d.ts +12 -0
- package/dist/api/types/GroupedBodyMassIndexResponse.js +5 -0
- package/dist/api/types/GroupedDaylightExposure.d.ts +8 -0
- package/dist/api/types/GroupedDaylightExposure.js +5 -0
- package/dist/api/types/GroupedDaylightExposureResponse.d.ts +12 -0
- package/dist/api/types/GroupedDaylightExposureResponse.js +5 -0
- package/dist/api/types/GroupedFall.d.ts +8 -0
- package/dist/api/types/GroupedFall.js +5 -0
- package/dist/api/types/GroupedFallResponse.d.ts +12 -0
- package/dist/api/types/GroupedFallResponse.js +5 -0
- package/dist/api/types/GroupedForcedExpiratoryVolume1.d.ts +8 -0
- package/dist/api/types/GroupedForcedExpiratoryVolume1.js +5 -0
- package/dist/api/types/GroupedForcedExpiratoryVolume1Response.d.ts +12 -0
- package/dist/api/types/GroupedForcedExpiratoryVolume1Response.js +5 -0
- package/dist/api/types/GroupedForcedVitalCapacity.d.ts +8 -0
- package/dist/api/types/GroupedForcedVitalCapacity.js +5 -0
- package/dist/api/types/GroupedForcedVitalCapacityResponse.d.ts +12 -0
- package/dist/api/types/GroupedForcedVitalCapacityResponse.js +5 -0
- package/dist/api/types/GroupedHandwashing.d.ts +8 -0
- package/dist/api/types/GroupedHandwashing.js +5 -0
- package/dist/api/types/GroupedHandwashingResponse.d.ts +12 -0
- package/dist/api/types/GroupedHandwashingResponse.js +5 -0
- package/dist/api/types/GroupedInhalerUsage.d.ts +8 -0
- package/dist/api/types/GroupedInhalerUsage.js +5 -0
- package/dist/api/types/GroupedInhalerUsageResponse.d.ts +12 -0
- package/dist/api/types/GroupedInhalerUsageResponse.js +5 -0
- package/dist/api/types/GroupedLeanBodyMass.d.ts +8 -0
- package/dist/api/types/GroupedLeanBodyMass.js +5 -0
- package/dist/api/types/GroupedLeanBodyMassResponse.d.ts +12 -0
- package/dist/api/types/GroupedLeanBodyMassResponse.js +5 -0
- package/dist/api/types/GroupedPeakExpiratoryFlowRate.d.ts +8 -0
- package/dist/api/types/GroupedPeakExpiratoryFlowRate.js +5 -0
- package/dist/api/types/GroupedPeakExpiratoryFlowRateResponse.d.ts +12 -0
- package/dist/api/types/GroupedPeakExpiratoryFlowRateResponse.js +5 -0
- package/dist/api/types/GroupedSleepApneaAlert.d.ts +8 -0
- package/dist/api/types/GroupedSleepApneaAlert.js +5 -0
- package/dist/api/types/GroupedSleepApneaAlertResponse.d.ts +12 -0
- package/dist/api/types/GroupedSleepApneaAlertResponse.js +5 -0
- package/dist/api/types/GroupedSleepBreathingDisturbance.d.ts +8 -0
- package/dist/api/types/GroupedSleepBreathingDisturbance.js +5 -0
- package/dist/api/types/GroupedSleepBreathingDisturbanceResponse.d.ts +12 -0
- package/dist/api/types/GroupedSleepBreathingDisturbanceResponse.js +5 -0
- package/dist/api/types/GroupedStandDuration.d.ts +8 -0
- package/dist/api/types/GroupedStandDuration.js +5 -0
- package/dist/api/types/GroupedStandDurationResponse.d.ts +12 -0
- package/dist/api/types/GroupedStandDurationResponse.js +5 -0
- package/dist/api/types/GroupedStandHour.d.ts +8 -0
- package/dist/api/types/GroupedStandHour.js +5 -0
- package/dist/api/types/GroupedStandHourResponse.d.ts +12 -0
- package/dist/api/types/GroupedStandHourResponse.js +5 -0
- package/dist/api/types/GroupedUvExposure.d.ts +8 -0
- package/dist/api/types/GroupedUvExposure.js +5 -0
- package/dist/api/types/GroupedUvExposureResponse.d.ts +12 -0
- package/dist/api/types/GroupedUvExposureResponse.js +5 -0
- package/dist/api/types/GroupedWaistCircumference.d.ts +8 -0
- package/dist/api/types/GroupedWaistCircumference.js +5 -0
- package/dist/api/types/GroupedWaistCircumferenceResponse.d.ts +12 -0
- package/dist/api/types/GroupedWaistCircumferenceResponse.js +5 -0
- package/dist/api/types/GroupedWheelchairPush.d.ts +8 -0
- package/dist/api/types/GroupedWheelchairPush.js +5 -0
- package/dist/api/types/GroupedWheelchairPushResponse.d.ts +12 -0
- package/dist/api/types/GroupedWheelchairPushResponse.js +5 -0
- package/dist/api/types/HistoricalPullStatus.d.ts +2 -1
- package/dist/api/types/HistoricalPullStatus.js +1 -0
- package/dist/api/types/PatientAddress.d.ts +12 -0
- package/dist/api/types/PatientAddress.js +5 -0
- package/dist/api/types/TimeseriesResource.d.ts +18 -1
- package/dist/api/types/TimeseriesResource.js +17 -0
- package/dist/api/types/index.d.ts +110 -2
- package/dist/api/types/index.js +110 -2
- package/dist/core/fetcher/makeRequest.d.ts +1 -1
- package/dist/serialization/resources/labTests/client/requests/ImportOrderBody.d.ts +25 -0
- package/dist/serialization/resources/labTests/client/requests/ImportOrderBody.js +46 -0
- package/dist/serialization/resources/labTests/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/labTests/client/requests/index.js +3 -1
- package/dist/serialization/resources/link/client/requests/LinkTokenExchange.d.ts +1 -0
- package/dist/serialization/resources/link/client/requests/LinkTokenExchange.js +1 -0
- package/dist/serialization/types/ActivityColumnExprActivity.d.ts +1 -1
- package/dist/serialization/types/ActivityColumnExprActivity.js +3 -0
- package/dist/serialization/types/BodyColumnExprBody.d.ts +1 -1
- package/dist/serialization/types/BodyColumnExprBody.js +3 -0
- package/dist/serialization/types/ClientFacingAFibBurdenSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingAFibBurdenSample.js +0 -2
- package/dist/serialization/types/ClientFacingActivity.d.ts +2 -0
- package/dist/serialization/types/ClientFacingActivity.js +2 -0
- package/dist/serialization/types/{ClientFacingCreatedChanged.d.ts → ClientFacingAppointmentChanged.d.ts} +4 -4
- package/dist/serialization/types/{ClientFacingCreatedChanged.js → ClientFacingAppointmentChanged.js} +4 -4
- package/{serialization/types/ClientFacingCreatedChangedEventType.d.ts → dist/serialization/types/ClientFacingAppointmentChangedEventType.d.ts} +2 -2
- package/dist/serialization/types/ClientFacingAppointmentChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureChanged.js +39 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureChangedEventType.js +34 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureSample.js +40 -0
- package/dist/serialization/types/ClientFacingBloodOxygenTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingBloodOxygenTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingBody.d.ts +3 -0
- package/dist/serialization/types/ClientFacingBody.js +3 -0
- package/dist/serialization/types/ClientFacingBodyFatTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingBodyFatTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingBodyMassIndexChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexChanged.js +39 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexSample.js +40 -0
- package/dist/serialization/types/ClientFacingBodyTemperatureDeltaSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingBodyTemperatureDeltaSample.js +0 -2
- package/dist/serialization/types/ClientFacingBodyTemperatureSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingBodyTemperatureSample.js +0 -2
- package/dist/serialization/types/ClientFacingBodyWeightTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingBodyWeightTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingCaffeineTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingCaffeineTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingCaloriesActiveTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingCaloriesActiveTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingCaloriesBasalTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingCaloriesBasalTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingCarbohydratesSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingCarbohydratesSample.js +0 -2
- package/dist/serialization/types/ClientFacingCholesterolTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingCholesterolTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingDaylightExposureChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingDaylightExposureChanged.js +39 -0
- package/dist/serialization/types/ClientFacingDaylightExposureChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingDaylightExposureChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingDaylightExposureHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingDaylightExposureHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingDaylightExposureSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingDaylightExposureSample.js +40 -0
- package/dist/serialization/types/ClientFacingDistanceTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingDistanceTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +1 -3
- package/dist/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.js +1 -3
- package/dist/serialization/types/ClientFacingFallChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingFallChanged.js +39 -0
- package/dist/serialization/types/ClientFacingFallChangedEventType.d.ts +10 -0
- package/dist/serialization/types/{ClientFacingCreatedChangedEventType.js → ClientFacingFallChangedEventType.js} +2 -2
- package/dist/serialization/types/ClientFacingFallHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingFallHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingFallSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingFallSample.js +40 -0
- package/dist/serialization/types/ClientFacingFloorsClimbedTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingFloorsClimbedTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1Changed.d.ts +18 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1Changed.js +39 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.js +34 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1Sample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1Sample.js +40 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacityChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacityChanged.js +39 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacityChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacityChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacitySample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacitySample.js +40 -0
- package/dist/serialization/types/ClientFacingGlucoseTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingGlucoseTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingHandwashingChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingHandwashingChanged.js +39 -0
- package/dist/serialization/types/ClientFacingHandwashingChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingHandwashingChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingHandwashingHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingHandwashingHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingHandwashingSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingHandwashingSample.js +40 -0
- package/dist/serialization/types/ClientFacingHeartRate.d.ts +1 -0
- package/dist/serialization/types/ClientFacingHeartRate.js +1 -0
- package/dist/serialization/types/ClientFacingHeartRateAlertSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingHeartRateAlertSample.js +0 -2
- package/dist/serialization/types/ClientFacingHeartRateTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingHeartRateTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingHrvTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingHrvTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingHypnogramTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingHypnogramTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingIgeTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingIgeTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingIggTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingIggTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingInhalerUsageChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingInhalerUsageChanged.js +39 -0
- package/dist/serialization/types/ClientFacingInhalerUsageChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingInhalerUsageChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingInhalerUsageHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingInhalerUsageHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingInhalerUsageSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingInhalerUsageSample.js +40 -0
- package/dist/serialization/types/ClientFacingInsulinInjectionSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingInsulinInjectionSample.js +0 -2
- package/dist/serialization/types/ClientFacingLeanBodyMassChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassChanged.js +39 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassSample.js +40 -0
- package/dist/serialization/types/ClientFacingMindfulnessMinutesTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingMindfulnessMinutesTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingNoteSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingNoteSample.js +0 -2
- package/dist/serialization/types/ClientFacingOrderChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingOrderChanged.js +39 -0
- package/dist/serialization/types/ClientFacingOrderChangedEventType.d.ts +10 -0
- package/{serialization/types/ClientFacingCreatedChangedEventType.js → dist/serialization/types/ClientFacingOrderChangedEventType.js} +2 -2
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateChanged.js +39 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.js +34 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateSample.js +40 -0
- package/dist/serialization/types/ClientFacingProfile.d.ts +2 -0
- package/dist/serialization/types/ClientFacingProfile.js +2 -0
- package/dist/serialization/types/ClientFacingResource.d.ts +1 -1
- package/dist/serialization/types/ClientFacingResource.js +17 -0
- package/dist/serialization/types/ClientFacingRespiratoryRateTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingRespiratoryRateTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingSleepApneaAlertChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertChanged.js +39 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertSample.js +40 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceChanged.js +39 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceChangedEventType.js +34 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceSample.d.ts +20 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceSample.js +41 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceSampleType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceSampleType.js +31 -0
- package/dist/serialization/types/ClientFacingSource.d.ts +2 -0
- package/dist/serialization/types/ClientFacingSource.js +2 -0
- package/dist/serialization/types/ClientFacingStandDurationChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingStandDurationChanged.js +39 -0
- package/dist/serialization/types/ClientFacingStandDurationChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingStandDurationChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingStandDurationHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingStandDurationHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingStandDurationSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingStandDurationSample.js +40 -0
- package/dist/serialization/types/ClientFacingStandHourChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingStandHourChanged.js +39 -0
- package/dist/serialization/types/ClientFacingStandHourChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingStandHourChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingStandHourHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingStandHourHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingStandHourSample.d.ts +20 -0
- package/dist/serialization/types/ClientFacingStandHourSample.js +41 -0
- package/dist/serialization/types/ClientFacingStandHourSampleType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingStandHourSampleType.js +31 -0
- package/dist/serialization/types/ClientFacingStepsTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingStepsTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingStressLevelTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingStressLevelTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingUvExposureChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingUvExposureChanged.js +39 -0
- package/dist/serialization/types/ClientFacingUvExposureChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingUvExposureChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingUvExposureHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingUvExposureHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingUvExposureSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingUvExposureSample.js +40 -0
- package/dist/serialization/types/ClientFacingVo2MaxTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingVo2MaxTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingWaistCircumferenceChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceChanged.js +39 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceSample.js +40 -0
- package/dist/serialization/types/ClientFacingWaterTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingWaterTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingWheelchairPushChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingWheelchairPushChanged.js +39 -0
- package/dist/serialization/types/ClientFacingWheelchairPushChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingWheelchairPushChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingWheelchairPushHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingWheelchairPushHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingWheelchairPushSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingWheelchairPushSample.js +40 -0
- package/dist/serialization/types/ClientFacingWorkoutDurationSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingWorkoutDurationSample.js +0 -2
- package/dist/serialization/types/ClientUserIdConflictResponse.d.ts +13 -0
- package/dist/serialization/types/ClientUserIdConflictResponse.js +34 -0
- package/dist/serialization/types/ContinuousQueryResultTableChanges.d.ts +1 -0
- package/dist/serialization/types/ContinuousQueryResultTableChanges.js +1 -0
- package/dist/serialization/types/GroupedBasalBodyTemperature.d.ts +15 -0
- package/dist/serialization/types/GroupedBasalBodyTemperature.js +36 -0
- package/dist/serialization/types/GroupedBasalBodyTemperatureResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedBasalBodyTemperatureResponse.js +36 -0
- package/dist/serialization/types/GroupedBodyMassIndex.d.ts +15 -0
- package/dist/serialization/types/GroupedBodyMassIndex.js +36 -0
- package/dist/serialization/types/GroupedBodyMassIndexResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedBodyMassIndexResponse.js +36 -0
- package/dist/serialization/types/GroupedDaylightExposure.d.ts +15 -0
- package/dist/serialization/types/GroupedDaylightExposure.js +36 -0
- package/dist/serialization/types/GroupedDaylightExposureResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedDaylightExposureResponse.js +36 -0
- package/dist/serialization/types/GroupedFall.d.ts +15 -0
- package/dist/serialization/types/GroupedFall.js +36 -0
- package/dist/serialization/types/GroupedFallResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedFallResponse.js +36 -0
- package/dist/serialization/types/GroupedForcedExpiratoryVolume1.d.ts +15 -0
- package/dist/serialization/types/GroupedForcedExpiratoryVolume1.js +36 -0
- package/dist/serialization/types/GroupedForcedExpiratoryVolume1Response.d.ts +15 -0
- package/dist/serialization/types/GroupedForcedExpiratoryVolume1Response.js +36 -0
- package/dist/serialization/types/GroupedForcedVitalCapacity.d.ts +15 -0
- package/dist/serialization/types/GroupedForcedVitalCapacity.js +36 -0
- package/dist/serialization/types/GroupedForcedVitalCapacityResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedForcedVitalCapacityResponse.js +36 -0
- package/dist/serialization/types/GroupedHandwashing.d.ts +15 -0
- package/dist/serialization/types/GroupedHandwashing.js +36 -0
- package/dist/serialization/types/GroupedHandwashingResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedHandwashingResponse.js +36 -0
- package/dist/serialization/types/GroupedInhalerUsage.d.ts +15 -0
- package/dist/serialization/types/GroupedInhalerUsage.js +36 -0
- package/dist/serialization/types/GroupedInhalerUsageResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedInhalerUsageResponse.js +36 -0
- package/dist/serialization/types/GroupedLeanBodyMass.d.ts +15 -0
- package/dist/serialization/types/GroupedLeanBodyMass.js +36 -0
- package/dist/serialization/types/GroupedLeanBodyMassResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedLeanBodyMassResponse.js +36 -0
- package/dist/serialization/types/GroupedPeakExpiratoryFlowRate.d.ts +15 -0
- package/dist/serialization/types/GroupedPeakExpiratoryFlowRate.js +36 -0
- package/dist/serialization/types/GroupedPeakExpiratoryFlowRateResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedPeakExpiratoryFlowRateResponse.js +36 -0
- package/dist/serialization/types/GroupedSleepApneaAlert.d.ts +15 -0
- package/dist/serialization/types/GroupedSleepApneaAlert.js +36 -0
- package/dist/serialization/types/GroupedSleepApneaAlertResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedSleepApneaAlertResponse.js +36 -0
- package/dist/serialization/types/GroupedSleepBreathingDisturbance.d.ts +15 -0
- package/dist/serialization/types/GroupedSleepBreathingDisturbance.js +36 -0
- package/dist/serialization/types/GroupedSleepBreathingDisturbanceResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedSleepBreathingDisturbanceResponse.js +36 -0
- package/dist/serialization/types/GroupedStandDuration.d.ts +15 -0
- package/dist/serialization/types/GroupedStandDuration.js +36 -0
- package/dist/serialization/types/GroupedStandDurationResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedStandDurationResponse.js +36 -0
- package/dist/serialization/types/GroupedStandHour.d.ts +15 -0
- package/dist/serialization/types/GroupedStandHour.js +36 -0
- package/dist/serialization/types/GroupedStandHourResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedStandHourResponse.js +36 -0
- package/dist/serialization/types/GroupedUvExposure.d.ts +15 -0
- package/dist/serialization/types/GroupedUvExposure.js +36 -0
- package/dist/serialization/types/GroupedUvExposureResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedUvExposureResponse.js +36 -0
- package/dist/serialization/types/GroupedWaistCircumference.d.ts +15 -0
- package/dist/serialization/types/GroupedWaistCircumference.js +36 -0
- package/dist/serialization/types/GroupedWaistCircumferenceResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedWaistCircumferenceResponse.js +36 -0
- package/dist/serialization/types/GroupedWheelchairPush.d.ts +15 -0
- package/dist/serialization/types/GroupedWheelchairPush.js +36 -0
- package/dist/serialization/types/GroupedWheelchairPushResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedWheelchairPushResponse.js +36 -0
- package/dist/serialization/types/HistoricalPullStatus.d.ts +1 -1
- package/dist/serialization/types/HistoricalPullStatus.js +1 -1
- package/dist/serialization/types/PatientAddress.d.ts +18 -0
- package/dist/serialization/types/PatientAddress.js +39 -0
- package/dist/serialization/types/TimeseriesResource.d.ts +1 -1
- package/dist/serialization/types/TimeseriesResource.js +17 -0
- package/dist/serialization/types/index.d.ts +110 -2
- package/dist/serialization/types/index.js +110 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -2
- package/reference.md +1018 -162
- package/serialization/resources/labTests/client/requests/ImportOrderBody.d.ts +25 -0
- package/serialization/resources/labTests/client/requests/ImportOrderBody.js +46 -0
- package/serialization/resources/labTests/client/requests/index.d.ts +1 -0
- package/serialization/resources/labTests/client/requests/index.js +3 -1
- package/serialization/resources/link/client/requests/LinkTokenExchange.d.ts +1 -0
- package/serialization/resources/link/client/requests/LinkTokenExchange.js +1 -0
- package/serialization/types/ActivityColumnExprActivity.d.ts +1 -1
- package/serialization/types/ActivityColumnExprActivity.js +3 -0
- package/serialization/types/BodyColumnExprBody.d.ts +1 -1
- package/serialization/types/BodyColumnExprBody.js +3 -0
- package/serialization/types/ClientFacingAFibBurdenSample.d.ts +0 -2
- package/serialization/types/ClientFacingAFibBurdenSample.js +0 -2
- package/serialization/types/ClientFacingActivity.d.ts +2 -0
- package/serialization/types/ClientFacingActivity.js +2 -0
- package/serialization/types/{ClientFacingCreatedChanged.d.ts → ClientFacingAppointmentChanged.d.ts} +4 -4
- package/serialization/types/{ClientFacingCreatedChanged.js → ClientFacingAppointmentChanged.js} +4 -4
- package/{dist/serialization/types/ClientFacingCreatedChangedEventType.d.ts → serialization/types/ClientFacingAppointmentChangedEventType.d.ts} +2 -2
- package/serialization/types/ClientFacingAppointmentChangedEventType.js +31 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureChanged.d.ts +18 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureChanged.js +39 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureChangedEventType.js +34 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureSample.d.ts +19 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureSample.js +40 -0
- package/serialization/types/ClientFacingBloodOxygenTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingBloodOxygenTimeseries.js +0 -2
- package/serialization/types/ClientFacingBody.d.ts +3 -0
- package/serialization/types/ClientFacingBody.js +3 -0
- package/serialization/types/ClientFacingBodyFatTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingBodyFatTimeseries.js +0 -2
- package/serialization/types/ClientFacingBodyMassIndexChanged.d.ts +18 -0
- package/serialization/types/ClientFacingBodyMassIndexChanged.js +39 -0
- package/serialization/types/ClientFacingBodyMassIndexChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingBodyMassIndexChangedEventType.js +31 -0
- package/serialization/types/ClientFacingBodyMassIndexHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingBodyMassIndexHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingBodyMassIndexSample.d.ts +19 -0
- package/serialization/types/ClientFacingBodyMassIndexSample.js +40 -0
- package/serialization/types/ClientFacingBodyTemperatureDeltaSample.d.ts +0 -2
- package/serialization/types/ClientFacingBodyTemperatureDeltaSample.js +0 -2
- package/serialization/types/ClientFacingBodyTemperatureSample.d.ts +0 -2
- package/serialization/types/ClientFacingBodyTemperatureSample.js +0 -2
- package/serialization/types/ClientFacingBodyWeightTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingBodyWeightTimeseries.js +0 -2
- package/serialization/types/ClientFacingCaffeineTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingCaffeineTimeseries.js +0 -2
- package/serialization/types/ClientFacingCaloriesActiveTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingCaloriesActiveTimeseries.js +0 -2
- package/serialization/types/ClientFacingCaloriesBasalTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingCaloriesBasalTimeseries.js +0 -2
- package/serialization/types/ClientFacingCarbohydratesSample.d.ts +0 -2
- package/serialization/types/ClientFacingCarbohydratesSample.js +0 -2
- package/serialization/types/ClientFacingCholesterolTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingCholesterolTimeseries.js +0 -2
- package/serialization/types/ClientFacingDaylightExposureChanged.d.ts +18 -0
- package/serialization/types/ClientFacingDaylightExposureChanged.js +39 -0
- package/serialization/types/ClientFacingDaylightExposureChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingDaylightExposureChangedEventType.js +31 -0
- package/serialization/types/ClientFacingDaylightExposureHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingDaylightExposureHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingDaylightExposureSample.d.ts +19 -0
- package/serialization/types/ClientFacingDaylightExposureSample.js +40 -0
- package/serialization/types/ClientFacingDistanceTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingDistanceTimeseries.js +0 -2
- package/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +1 -3
- package/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.js +1 -3
- package/serialization/types/ClientFacingFallChanged.d.ts +18 -0
- package/serialization/types/ClientFacingFallChanged.js +39 -0
- package/serialization/types/ClientFacingFallChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingFallChangedEventType.js +31 -0
- package/serialization/types/ClientFacingFallHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingFallHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingFallSample.d.ts +19 -0
- package/serialization/types/ClientFacingFallSample.js +40 -0
- package/serialization/types/ClientFacingFloorsClimbedTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingFloorsClimbedTimeseries.js +0 -2
- package/serialization/types/ClientFacingForcedExpiratoryVolume1Changed.d.ts +18 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1Changed.js +39 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.js +34 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1Sample.d.ts +19 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1Sample.js +40 -0
- package/serialization/types/ClientFacingForcedVitalCapacityChanged.d.ts +18 -0
- package/serialization/types/ClientFacingForcedVitalCapacityChanged.js +39 -0
- package/serialization/types/ClientFacingForcedVitalCapacityChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingForcedVitalCapacityChangedEventType.js +31 -0
- package/serialization/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingForcedVitalCapacitySample.d.ts +19 -0
- package/serialization/types/ClientFacingForcedVitalCapacitySample.js +40 -0
- package/serialization/types/ClientFacingGlucoseTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingGlucoseTimeseries.js +0 -2
- package/serialization/types/ClientFacingHandwashingChanged.d.ts +18 -0
- package/serialization/types/ClientFacingHandwashingChanged.js +39 -0
- package/serialization/types/ClientFacingHandwashingChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingHandwashingChangedEventType.js +31 -0
- package/serialization/types/ClientFacingHandwashingHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingHandwashingHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingHandwashingSample.d.ts +19 -0
- package/serialization/types/ClientFacingHandwashingSample.js +40 -0
- package/serialization/types/ClientFacingHeartRate.d.ts +1 -0
- package/serialization/types/ClientFacingHeartRate.js +1 -0
- package/serialization/types/ClientFacingHeartRateAlertSample.d.ts +0 -2
- package/serialization/types/ClientFacingHeartRateAlertSample.js +0 -2
- package/serialization/types/ClientFacingHeartRateTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingHeartRateTimeseries.js +0 -2
- package/serialization/types/ClientFacingHrvTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingHrvTimeseries.js +0 -2
- package/serialization/types/ClientFacingHypnogramTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingHypnogramTimeseries.js +0 -2
- package/serialization/types/ClientFacingIgeTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingIgeTimeseries.js +0 -2
- package/serialization/types/ClientFacingIggTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingIggTimeseries.js +0 -2
- package/serialization/types/ClientFacingInhalerUsageChanged.d.ts +18 -0
- package/serialization/types/ClientFacingInhalerUsageChanged.js +39 -0
- package/serialization/types/ClientFacingInhalerUsageChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingInhalerUsageChangedEventType.js +31 -0
- package/serialization/types/ClientFacingInhalerUsageHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingInhalerUsageHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingInhalerUsageSample.d.ts +19 -0
- package/serialization/types/ClientFacingInhalerUsageSample.js +40 -0
- package/serialization/types/ClientFacingInsulinInjectionSample.d.ts +0 -2
- package/serialization/types/ClientFacingInsulinInjectionSample.js +0 -2
- package/serialization/types/ClientFacingLeanBodyMassChanged.d.ts +18 -0
- package/serialization/types/ClientFacingLeanBodyMassChanged.js +39 -0
- package/serialization/types/ClientFacingLeanBodyMassChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingLeanBodyMassChangedEventType.js +31 -0
- package/serialization/types/ClientFacingLeanBodyMassHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingLeanBodyMassHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingLeanBodyMassSample.d.ts +19 -0
- package/serialization/types/ClientFacingLeanBodyMassSample.js +40 -0
- package/serialization/types/ClientFacingMindfulnessMinutesTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingMindfulnessMinutesTimeseries.js +0 -2
- package/serialization/types/ClientFacingNoteSample.d.ts +0 -2
- package/serialization/types/ClientFacingNoteSample.js +0 -2
- package/serialization/types/ClientFacingOrderChanged.d.ts +18 -0
- package/serialization/types/ClientFacingOrderChanged.js +39 -0
- package/serialization/types/ClientFacingOrderChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingOrderChangedEventType.js +31 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateChanged.d.ts +18 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateChanged.js +39 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.js +34 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateSample.d.ts +19 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateSample.js +40 -0
- package/serialization/types/ClientFacingProfile.d.ts +2 -0
- package/serialization/types/ClientFacingProfile.js +2 -0
- package/serialization/types/ClientFacingResource.d.ts +1 -1
- package/serialization/types/ClientFacingResource.js +17 -0
- package/serialization/types/ClientFacingRespiratoryRateTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingRespiratoryRateTimeseries.js +0 -2
- package/serialization/types/ClientFacingSleepApneaAlertChanged.d.ts +18 -0
- package/serialization/types/ClientFacingSleepApneaAlertChanged.js +39 -0
- package/serialization/types/ClientFacingSleepApneaAlertChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingSleepApneaAlertChangedEventType.js +31 -0
- package/serialization/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingSleepApneaAlertSample.d.ts +19 -0
- package/serialization/types/ClientFacingSleepApneaAlertSample.js +40 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceChanged.d.ts +18 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceChanged.js +39 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceChangedEventType.js +34 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceSample.d.ts +20 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceSample.js +41 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceSampleType.d.ts +10 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceSampleType.js +31 -0
- package/serialization/types/ClientFacingSource.d.ts +2 -0
- package/serialization/types/ClientFacingSource.js +2 -0
- package/serialization/types/ClientFacingStandDurationChanged.d.ts +18 -0
- package/serialization/types/ClientFacingStandDurationChanged.js +39 -0
- package/serialization/types/ClientFacingStandDurationChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingStandDurationChangedEventType.js +31 -0
- package/serialization/types/ClientFacingStandDurationHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingStandDurationHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingStandDurationSample.d.ts +19 -0
- package/serialization/types/ClientFacingStandDurationSample.js +40 -0
- package/serialization/types/ClientFacingStandHourChanged.d.ts +18 -0
- package/serialization/types/ClientFacingStandHourChanged.js +39 -0
- package/serialization/types/ClientFacingStandHourChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingStandHourChangedEventType.js +31 -0
- package/serialization/types/ClientFacingStandHourHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingStandHourHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingStandHourSample.d.ts +20 -0
- package/serialization/types/ClientFacingStandHourSample.js +41 -0
- package/serialization/types/ClientFacingStandHourSampleType.d.ts +10 -0
- package/serialization/types/ClientFacingStandHourSampleType.js +31 -0
- package/serialization/types/ClientFacingStepsTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingStepsTimeseries.js +0 -2
- package/serialization/types/ClientFacingStressLevelTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingStressLevelTimeseries.js +0 -2
- package/serialization/types/ClientFacingUvExposureChanged.d.ts +18 -0
- package/serialization/types/ClientFacingUvExposureChanged.js +39 -0
- package/serialization/types/ClientFacingUvExposureChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingUvExposureChangedEventType.js +31 -0
- package/serialization/types/ClientFacingUvExposureHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingUvExposureHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingUvExposureSample.d.ts +19 -0
- package/serialization/types/ClientFacingUvExposureSample.js +40 -0
- package/serialization/types/ClientFacingVo2MaxTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingVo2MaxTimeseries.js +0 -2
- package/serialization/types/ClientFacingWaistCircumferenceChanged.d.ts +18 -0
- package/serialization/types/ClientFacingWaistCircumferenceChanged.js +39 -0
- package/serialization/types/ClientFacingWaistCircumferenceChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingWaistCircumferenceChangedEventType.js +31 -0
- package/serialization/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingWaistCircumferenceSample.d.ts +19 -0
- package/serialization/types/ClientFacingWaistCircumferenceSample.js +40 -0
- package/serialization/types/ClientFacingWaterTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingWaterTimeseries.js +0 -2
- package/serialization/types/ClientFacingWheelchairPushChanged.d.ts +18 -0
- package/serialization/types/ClientFacingWheelchairPushChanged.js +39 -0
- package/serialization/types/ClientFacingWheelchairPushChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingWheelchairPushChangedEventType.js +31 -0
- package/serialization/types/ClientFacingWheelchairPushHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingWheelchairPushHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingWheelchairPushSample.d.ts +19 -0
- package/serialization/types/ClientFacingWheelchairPushSample.js +40 -0
- package/serialization/types/ClientFacingWorkoutDurationSample.d.ts +0 -2
- package/serialization/types/ClientFacingWorkoutDurationSample.js +0 -2
- package/serialization/types/ClientUserIdConflictResponse.d.ts +13 -0
- package/serialization/types/ClientUserIdConflictResponse.js +34 -0
- package/serialization/types/ContinuousQueryResultTableChanges.d.ts +1 -0
- package/serialization/types/ContinuousQueryResultTableChanges.js +1 -0
- package/serialization/types/GroupedBasalBodyTemperature.d.ts +15 -0
- package/serialization/types/GroupedBasalBodyTemperature.js +36 -0
- package/serialization/types/GroupedBasalBodyTemperatureResponse.d.ts +15 -0
- package/serialization/types/GroupedBasalBodyTemperatureResponse.js +36 -0
- package/serialization/types/GroupedBodyMassIndex.d.ts +15 -0
- package/serialization/types/GroupedBodyMassIndex.js +36 -0
- package/serialization/types/GroupedBodyMassIndexResponse.d.ts +15 -0
- package/serialization/types/GroupedBodyMassIndexResponse.js +36 -0
- package/serialization/types/GroupedDaylightExposure.d.ts +15 -0
- package/serialization/types/GroupedDaylightExposure.js +36 -0
- package/serialization/types/GroupedDaylightExposureResponse.d.ts +15 -0
- package/serialization/types/GroupedDaylightExposureResponse.js +36 -0
- package/serialization/types/GroupedFall.d.ts +15 -0
- package/serialization/types/GroupedFall.js +36 -0
- package/serialization/types/GroupedFallResponse.d.ts +15 -0
- package/serialization/types/GroupedFallResponse.js +36 -0
- package/serialization/types/GroupedForcedExpiratoryVolume1.d.ts +15 -0
- package/serialization/types/GroupedForcedExpiratoryVolume1.js +36 -0
- package/serialization/types/GroupedForcedExpiratoryVolume1Response.d.ts +15 -0
- package/serialization/types/GroupedForcedExpiratoryVolume1Response.js +36 -0
- package/serialization/types/GroupedForcedVitalCapacity.d.ts +15 -0
- package/serialization/types/GroupedForcedVitalCapacity.js +36 -0
- package/serialization/types/GroupedForcedVitalCapacityResponse.d.ts +15 -0
- package/serialization/types/GroupedForcedVitalCapacityResponse.js +36 -0
- package/serialization/types/GroupedHandwashing.d.ts +15 -0
- package/serialization/types/GroupedHandwashing.js +36 -0
- package/serialization/types/GroupedHandwashingResponse.d.ts +15 -0
- package/serialization/types/GroupedHandwashingResponse.js +36 -0
- package/serialization/types/GroupedInhalerUsage.d.ts +15 -0
- package/serialization/types/GroupedInhalerUsage.js +36 -0
- package/serialization/types/GroupedInhalerUsageResponse.d.ts +15 -0
- package/serialization/types/GroupedInhalerUsageResponse.js +36 -0
- package/serialization/types/GroupedLeanBodyMass.d.ts +15 -0
- package/serialization/types/GroupedLeanBodyMass.js +36 -0
- package/serialization/types/GroupedLeanBodyMassResponse.d.ts +15 -0
- package/serialization/types/GroupedLeanBodyMassResponse.js +36 -0
- package/serialization/types/GroupedPeakExpiratoryFlowRate.d.ts +15 -0
- package/serialization/types/GroupedPeakExpiratoryFlowRate.js +36 -0
- package/serialization/types/GroupedPeakExpiratoryFlowRateResponse.d.ts +15 -0
- package/serialization/types/GroupedPeakExpiratoryFlowRateResponse.js +36 -0
- package/serialization/types/GroupedSleepApneaAlert.d.ts +15 -0
- package/serialization/types/GroupedSleepApneaAlert.js +36 -0
- package/serialization/types/GroupedSleepApneaAlertResponse.d.ts +15 -0
- package/serialization/types/GroupedSleepApneaAlertResponse.js +36 -0
- package/serialization/types/GroupedSleepBreathingDisturbance.d.ts +15 -0
- package/serialization/types/GroupedSleepBreathingDisturbance.js +36 -0
- package/serialization/types/GroupedSleepBreathingDisturbanceResponse.d.ts +15 -0
- package/serialization/types/GroupedSleepBreathingDisturbanceResponse.js +36 -0
- package/serialization/types/GroupedStandDuration.d.ts +15 -0
- package/serialization/types/GroupedStandDuration.js +36 -0
- package/serialization/types/GroupedStandDurationResponse.d.ts +15 -0
- package/serialization/types/GroupedStandDurationResponse.js +36 -0
- package/serialization/types/GroupedStandHour.d.ts +15 -0
- package/serialization/types/GroupedStandHour.js +36 -0
- package/serialization/types/GroupedStandHourResponse.d.ts +15 -0
- package/serialization/types/GroupedStandHourResponse.js +36 -0
- package/serialization/types/GroupedUvExposure.d.ts +15 -0
- package/serialization/types/GroupedUvExposure.js +36 -0
- package/serialization/types/GroupedUvExposureResponse.d.ts +15 -0
- package/serialization/types/GroupedUvExposureResponse.js +36 -0
- package/serialization/types/GroupedWaistCircumference.d.ts +15 -0
- package/serialization/types/GroupedWaistCircumference.js +36 -0
- package/serialization/types/GroupedWaistCircumferenceResponse.d.ts +15 -0
- package/serialization/types/GroupedWaistCircumferenceResponse.js +36 -0
- package/serialization/types/GroupedWheelchairPush.d.ts +15 -0
- package/serialization/types/GroupedWheelchairPush.js +36 -0
- package/serialization/types/GroupedWheelchairPushResponse.d.ts +15 -0
- package/serialization/types/GroupedWheelchairPushResponse.js +36 -0
- package/serialization/types/HistoricalPullStatus.d.ts +1 -1
- package/serialization/types/HistoricalPullStatus.js +1 -1
- package/serialization/types/PatientAddress.d.ts +18 -0
- package/serialization/types/PatientAddress.js +39 -0
- package/serialization/types/TimeseriesResource.d.ts +1 -1
- package/serialization/types/TimeseriesResource.js +17 -0
- package/serialization/types/index.d.ts +110 -2
- package/serialization/types/index.js +110 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
- /package/api/{types/ClientFacingCreatedChanged.js → resources/labTests/client/requests/ImportOrderBody.js} +0 -0
- /package/{dist/api/types/ClientFacingCreatedChanged.js → api/resources/vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.js} +0 -0
@@ -6,5 +6,5 @@ import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
7
7
|
export declare const ActivityColumnExprActivity: core.serialization.Schema<serializers.ActivityColumnExprActivity.Raw, Vital.ActivityColumnExprActivity>;
|
8
8
|
export declare namespace ActivityColumnExprActivity {
|
9
|
-
type Raw = "date" | "calories_total" | "calories_active" | "steps" | "distance_meter" | "floors_climbed" | "duration_active_second" | "intensity_sedentary_second" | "intensity_low_second" | "intensity_medium_second" | "intensity_high_second" | "heart_rate_mean" | "heart_rate_minimum" | "heart_rate_maximum" | "heart_rate_resting" | "source_type" | "source_provider" | "source_app_id" | "time_zone" | "time_zone_offset";
|
9
|
+
type Raw = "date" | "calories_total" | "calories_active" | "steps" | "distance_meter" | "floors_climbed" | "duration_active_second" | "intensity_sedentary_second" | "intensity_low_second" | "intensity_medium_second" | "intensity_high_second" | "heart_rate_mean" | "heart_rate_minimum" | "heart_rate_maximum" | "heart_rate_resting" | "heart_rate_mean_walking" | "wheelchair_use" | "wheelchair_push" | "source_type" | "source_provider" | "source_app_id" | "time_zone" | "time_zone_offset";
|
10
10
|
}
|
@@ -44,6 +44,9 @@ exports.ActivityColumnExprActivity = core.serialization.enum_([
|
|
44
44
|
"heart_rate_minimum",
|
45
45
|
"heart_rate_maximum",
|
46
46
|
"heart_rate_resting",
|
47
|
+
"heart_rate_mean_walking",
|
48
|
+
"wheelchair_use",
|
49
|
+
"wheelchair_push",
|
47
50
|
"source_type",
|
48
51
|
"source_provider",
|
49
52
|
"source_app_id",
|
@@ -6,5 +6,5 @@ import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
7
7
|
export declare const BodyColumnExprBody: core.serialization.Schema<serializers.BodyColumnExprBody.Raw, Vital.BodyColumnExprBody>;
|
8
8
|
export declare namespace BodyColumnExprBody {
|
9
|
-
type Raw = "measured_at" | "weight_kilogram" | "fat_mass_percentage" | "water_percentage" | "muscle_mass_percentage" | "visceral_fat_index" | "bone_mass_percentage" | "source_type" | "source_provider" | "source_app_id" | "time_zone";
|
9
|
+
type Raw = "measured_at" | "weight_kilogram" | "fat_mass_percentage" | "water_percentage" | "muscle_mass_percentage" | "visceral_fat_index" | "bone_mass_percentage" | "body_mass_index" | "lean_body_mass_kilogram" | "waist_circumference_centimeter" | "source_type" | "source_provider" | "source_app_id" | "time_zone";
|
10
10
|
}
|
@@ -36,6 +36,9 @@ exports.BodyColumnExprBody = core.serialization.enum_([
|
|
36
36
|
"muscle_mass_percentage",
|
37
37
|
"visceral_fat_index",
|
38
38
|
"bone_mass_percentage",
|
39
|
+
"body_mass_index",
|
40
|
+
"lean_body_mass_kilogram",
|
41
|
+
"waist_circumference_centimeter",
|
39
42
|
"source_type",
|
40
43
|
"source_provider",
|
41
44
|
"source_app_id",
|
@@ -4,7 +4,6 @@
|
|
4
4
|
import * as serializers from "../index";
|
5
5
|
import * as Vital from "../../api/index";
|
6
6
|
import * as core from "../../core";
|
7
|
-
import { ClientFacingSampleGroupingKeys } from "./ClientFacingSampleGroupingKeys";
|
8
7
|
export declare const ClientFacingAFibBurdenSample: core.serialization.ObjectSchema<serializers.ClientFacingAFibBurdenSample.Raw, Vital.ClientFacingAFibBurdenSample>;
|
9
8
|
export declare namespace ClientFacingAFibBurdenSample {
|
10
9
|
interface Raw {
|
@@ -12,7 +11,6 @@ export declare namespace ClientFacingAFibBurdenSample {
|
|
12
11
|
timezone_offset?: number | null;
|
13
12
|
type?: string | null;
|
14
13
|
unit: "%";
|
15
|
-
grouping?: ClientFacingSampleGroupingKeys.Raw | null;
|
16
14
|
timestamp: string;
|
17
15
|
start: string;
|
18
16
|
end: string;
|
@@ -28,13 +28,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
29
29
|
exports.ClientFacingAFibBurdenSample = void 0;
|
30
30
|
const core = __importStar(require("../../core"));
|
31
|
-
const ClientFacingSampleGroupingKeys_1 = require("./ClientFacingSampleGroupingKeys");
|
32
31
|
exports.ClientFacingAFibBurdenSample = core.serialization.object({
|
33
32
|
id: core.serialization.number().optional(),
|
34
33
|
timezoneOffset: core.serialization.property("timezone_offset", core.serialization.number().optional()),
|
35
34
|
type: core.serialization.string().optional(),
|
36
35
|
unit: core.serialization.stringLiteral("%"),
|
37
|
-
grouping: ClientFacingSampleGroupingKeys_1.ClientFacingSampleGroupingKeys.optional(),
|
38
36
|
timestamp: core.serialization.date(),
|
39
37
|
start: core.serialization.date(),
|
40
38
|
end: core.serialization.date(),
|
@@ -48,4 +48,6 @@ exports.ClientFacingActivity = core.serialization.object({
|
|
48
48
|
timeZone: core.serialization.property("time_zone", core.serialization.string().optional()),
|
49
49
|
timezoneOffset: core.serialization.property("timezone_offset", core.serialization.number().optional()),
|
50
50
|
heartRate: core.serialization.property("heart_rate", ClientFacingHeartRate_1.ClientFacingHeartRate.optional()),
|
51
|
+
wheelchairUse: core.serialization.property("wheelchair_use", core.serialization.boolean().optional()),
|
52
|
+
wheelchairPush: core.serialization.property("wheelchair_push", core.serialization.number().optional()),
|
51
53
|
});
|
@@ -4,12 +4,12 @@
|
|
4
4
|
import * as serializers from "../index";
|
5
5
|
import * as Vital from "../../api/index";
|
6
6
|
import * as core from "../../core";
|
7
|
-
import {
|
7
|
+
import { ClientFacingAppointmentChangedEventType } from "./ClientFacingAppointmentChangedEventType";
|
8
8
|
import { ClientFacingAppointment } from "./ClientFacingAppointment";
|
9
|
-
export declare const
|
10
|
-
export declare namespace
|
9
|
+
export declare const ClientFacingAppointmentChanged: core.serialization.ObjectSchema<serializers.ClientFacingAppointmentChanged.Raw, Vital.ClientFacingAppointmentChanged>;
|
10
|
+
export declare namespace ClientFacingAppointmentChanged {
|
11
11
|
interface Raw {
|
12
|
-
event_type:
|
12
|
+
event_type: ClientFacingAppointmentChangedEventType.Raw;
|
13
13
|
user_id: string;
|
14
14
|
client_user_id: string;
|
15
15
|
team_id: string;
|
package/dist/serialization/types/{ClientFacingCreatedChanged.js → ClientFacingAppointmentChanged.js}
RENAMED
@@ -26,12 +26,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
26
26
|
return result;
|
27
27
|
};
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
-
exports.
|
29
|
+
exports.ClientFacingAppointmentChanged = void 0;
|
30
30
|
const core = __importStar(require("../../core"));
|
31
|
-
const
|
31
|
+
const ClientFacingAppointmentChangedEventType_1 = require("./ClientFacingAppointmentChangedEventType");
|
32
32
|
const ClientFacingAppointment_1 = require("./ClientFacingAppointment");
|
33
|
-
exports.
|
34
|
-
eventType: core.serialization.property("event_type",
|
33
|
+
exports.ClientFacingAppointmentChanged = core.serialization.object({
|
34
|
+
eventType: core.serialization.property("event_type", ClientFacingAppointmentChangedEventType_1.ClientFacingAppointmentChangedEventType),
|
35
35
|
userId: core.serialization.property("user_id", core.serialization.string()),
|
36
36
|
clientUserId: core.serialization.property("client_user_id", core.serialization.string()),
|
37
37
|
teamId: core.serialization.property("team_id", core.serialization.string()),
|
@@ -4,7 +4,7 @@
|
|
4
4
|
import * as serializers from "../index";
|
5
5
|
import * as Vital from "../../api/index";
|
6
6
|
import * as core from "../../core";
|
7
|
-
export declare const
|
8
|
-
export declare namespace
|
7
|
+
export declare const ClientFacingAppointmentChangedEventType: core.serialization.Schema<serializers.ClientFacingAppointmentChangedEventType.Raw, Vital.ClientFacingAppointmentChangedEventType>;
|
8
|
+
export declare namespace ClientFacingAppointmentChangedEventType {
|
9
9
|
type Raw = "labtest.appointment.created" | "labtest.appointment.updated";
|
10
10
|
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.ClientFacingAppointmentChangedEventType = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.ClientFacingAppointmentChangedEventType = core.serialization.enum_(["labtest.appointment.created", "labtest.appointment.updated"]);
|
@@ -0,0 +1,18 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Vital from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
import { ClientFacingBasalBodyTemperatureChangedEventType } from "./ClientFacingBasalBodyTemperatureChangedEventType";
|
8
|
+
import { GroupedBasalBodyTemperature } from "./GroupedBasalBodyTemperature";
|
9
|
+
export declare const ClientFacingBasalBodyTemperatureChanged: core.serialization.ObjectSchema<serializers.ClientFacingBasalBodyTemperatureChanged.Raw, Vital.ClientFacingBasalBodyTemperatureChanged>;
|
10
|
+
export declare namespace ClientFacingBasalBodyTemperatureChanged {
|
11
|
+
interface Raw {
|
12
|
+
event_type: ClientFacingBasalBodyTemperatureChangedEventType.Raw;
|
13
|
+
user_id: string;
|
14
|
+
client_user_id: string;
|
15
|
+
team_id: string;
|
16
|
+
data: GroupedBasalBodyTemperature.Raw;
|
17
|
+
}
|
18
|
+
}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.ClientFacingBasalBodyTemperatureChanged = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const ClientFacingBasalBodyTemperatureChangedEventType_1 = require("./ClientFacingBasalBodyTemperatureChangedEventType");
|
32
|
+
const GroupedBasalBodyTemperature_1 = require("./GroupedBasalBodyTemperature");
|
33
|
+
exports.ClientFacingBasalBodyTemperatureChanged = core.serialization.object({
|
34
|
+
eventType: core.serialization.property("event_type", ClientFacingBasalBodyTemperatureChangedEventType_1.ClientFacingBasalBodyTemperatureChangedEventType),
|
35
|
+
userId: core.serialization.property("user_id", core.serialization.string()),
|
36
|
+
clientUserId: core.serialization.property("client_user_id", core.serialization.string()),
|
37
|
+
teamId: core.serialization.property("team_id", core.serialization.string()),
|
38
|
+
data: GroupedBasalBodyTemperature_1.GroupedBasalBodyTemperature,
|
39
|
+
});
|
@@ -0,0 +1,10 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Vital from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
export declare const ClientFacingBasalBodyTemperatureChangedEventType: core.serialization.Schema<serializers.ClientFacingBasalBodyTemperatureChangedEventType.Raw, Vital.ClientFacingBasalBodyTemperatureChangedEventType>;
|
8
|
+
export declare namespace ClientFacingBasalBodyTemperatureChangedEventType {
|
9
|
+
type Raw = "daily.data.basal_body_temperature.created" | "daily.data.basal_body_temperature.updated";
|
10
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.ClientFacingBasalBodyTemperatureChangedEventType = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.ClientFacingBasalBodyTemperatureChangedEventType = core.serialization.enum_([
|
32
|
+
"daily.data.basal_body_temperature.created",
|
33
|
+
"daily.data.basal_body_temperature.updated",
|
34
|
+
]);
|
@@ -0,0 +1,17 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Vital from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
import { HistoricalPullCompleted } from "./HistoricalPullCompleted";
|
8
|
+
export declare const ClientFacingBasalBodyTemperatureHistoricalPullCompleted: core.serialization.ObjectSchema<serializers.ClientFacingBasalBodyTemperatureHistoricalPullCompleted.Raw, Vital.ClientFacingBasalBodyTemperatureHistoricalPullCompleted>;
|
9
|
+
export declare namespace ClientFacingBasalBodyTemperatureHistoricalPullCompleted {
|
10
|
+
interface Raw {
|
11
|
+
event_type: "historical.data.basal_body_temperature.created";
|
12
|
+
user_id: string;
|
13
|
+
client_user_id: string;
|
14
|
+
team_id: string;
|
15
|
+
data: HistoricalPullCompleted.Raw;
|
16
|
+
}
|
17
|
+
}
|
@@ -0,0 +1,38 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.ClientFacingBasalBodyTemperatureHistoricalPullCompleted = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const HistoricalPullCompleted_1 = require("./HistoricalPullCompleted");
|
32
|
+
exports.ClientFacingBasalBodyTemperatureHistoricalPullCompleted = core.serialization.object({
|
33
|
+
eventType: core.serialization.property("event_type", core.serialization.stringLiteral("historical.data.basal_body_temperature.created")),
|
34
|
+
userId: core.serialization.property("user_id", core.serialization.string()),
|
35
|
+
clientUserId: core.serialization.property("client_user_id", core.serialization.string()),
|
36
|
+
teamId: core.serialization.property("team_id", core.serialization.string()),
|
37
|
+
data: HistoricalPullCompleted_1.HistoricalPullCompleted,
|
38
|
+
});
|
@@ -0,0 +1,19 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Vital from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
export declare const ClientFacingBasalBodyTemperatureSample: core.serialization.ObjectSchema<serializers.ClientFacingBasalBodyTemperatureSample.Raw, Vital.ClientFacingBasalBodyTemperatureSample>;
|
8
|
+
export declare namespace ClientFacingBasalBodyTemperatureSample {
|
9
|
+
interface Raw {
|
10
|
+
id?: number | null;
|
11
|
+
timezone_offset?: number | null;
|
12
|
+
type?: string | null;
|
13
|
+
unit: "\u00B0C";
|
14
|
+
timestamp: string;
|
15
|
+
start: string;
|
16
|
+
end: string;
|
17
|
+
value: number;
|
18
|
+
}
|
19
|
+
}
|
@@ -0,0 +1,40 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.ClientFacingBasalBodyTemperatureSample = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.ClientFacingBasalBodyTemperatureSample = core.serialization.object({
|
32
|
+
id: core.serialization.number().optional(),
|
33
|
+
timezoneOffset: core.serialization.property("timezone_offset", core.serialization.number().optional()),
|
34
|
+
type: core.serialization.string().optional(),
|
35
|
+
unit: core.serialization.stringLiteral("\u00B0C"),
|
36
|
+
timestamp: core.serialization.date(),
|
37
|
+
start: core.serialization.date(),
|
38
|
+
end: core.serialization.date(),
|
39
|
+
value: core.serialization.number(),
|
40
|
+
});
|
@@ -4,7 +4,6 @@
|
|
4
4
|
import * as serializers from "../index";
|
5
5
|
import * as Vital from "../../api/index";
|
6
6
|
import * as core from "../../core";
|
7
|
-
import { ClientFacingSampleGroupingKeys } from "./ClientFacingSampleGroupingKeys";
|
8
7
|
export declare const ClientFacingBloodOxygenTimeseries: core.serialization.ObjectSchema<serializers.ClientFacingBloodOxygenTimeseries.Raw, Vital.ClientFacingBloodOxygenTimeseries>;
|
9
8
|
export declare namespace ClientFacingBloodOxygenTimeseries {
|
10
9
|
interface Raw {
|
@@ -12,7 +11,6 @@ export declare namespace ClientFacingBloodOxygenTimeseries {
|
|
12
11
|
timezone_offset?: number | null;
|
13
12
|
type?: string | null;
|
14
13
|
unit: string;
|
15
|
-
grouping?: ClientFacingSampleGroupingKeys.Raw | null;
|
16
14
|
timestamp: string;
|
17
15
|
value: number;
|
18
16
|
}
|
@@ -28,13 +28,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
29
29
|
exports.ClientFacingBloodOxygenTimeseries = void 0;
|
30
30
|
const core = __importStar(require("../../core"));
|
31
|
-
const ClientFacingSampleGroupingKeys_1 = require("./ClientFacingSampleGroupingKeys");
|
32
31
|
exports.ClientFacingBloodOxygenTimeseries = core.serialization.object({
|
33
32
|
id: core.serialization.number().optional(),
|
34
33
|
timezoneOffset: core.serialization.property("timezone_offset", core.serialization.number().optional()),
|
35
34
|
type: core.serialization.string().optional(),
|
36
35
|
unit: core.serialization.string(),
|
37
|
-
grouping: ClientFacingSampleGroupingKeys_1.ClientFacingSampleGroupingKeys.optional(),
|
38
36
|
timestamp: core.serialization.date(),
|
39
37
|
value: core.serialization.number(),
|
40
38
|
});
|
@@ -18,6 +18,9 @@ export declare namespace ClientFacingBody {
|
|
18
18
|
muscle_mass_percentage?: number | null;
|
19
19
|
visceral_fat_index?: number | null;
|
20
20
|
bone_mass_percentage?: number | null;
|
21
|
+
body_mass_index?: number | null;
|
22
|
+
lean_body_mass_kilogram?: number | null;
|
23
|
+
waist_circumference_centimeter?: number | null;
|
21
24
|
source: ClientFacingSource.Raw;
|
22
25
|
}
|
23
26
|
}
|
@@ -40,5 +40,8 @@ exports.ClientFacingBody = core.serialization.object({
|
|
40
40
|
muscleMassPercentage: core.serialization.property("muscle_mass_percentage", core.serialization.number().optional()),
|
41
41
|
visceralFatIndex: core.serialization.property("visceral_fat_index", core.serialization.number().optional()),
|
42
42
|
boneMassPercentage: core.serialization.property("bone_mass_percentage", core.serialization.number().optional()),
|
43
|
+
bodyMassIndex: core.serialization.property("body_mass_index", core.serialization.number().optional()),
|
44
|
+
leanBodyMassKilogram: core.serialization.property("lean_body_mass_kilogram", core.serialization.number().optional()),
|
45
|
+
waistCircumferenceCentimeter: core.serialization.property("waist_circumference_centimeter", core.serialization.number().optional()),
|
43
46
|
source: ClientFacingSource_1.ClientFacingSource,
|
44
47
|
});
|
@@ -4,7 +4,6 @@
|
|
4
4
|
import * as serializers from "../index";
|
5
5
|
import * as Vital from "../../api/index";
|
6
6
|
import * as core from "../../core";
|
7
|
-
import { ClientFacingSampleGroupingKeys } from "./ClientFacingSampleGroupingKeys";
|
8
7
|
export declare const ClientFacingBodyFatTimeseries: core.serialization.ObjectSchema<serializers.ClientFacingBodyFatTimeseries.Raw, Vital.ClientFacingBodyFatTimeseries>;
|
9
8
|
export declare namespace ClientFacingBodyFatTimeseries {
|
10
9
|
interface Raw {
|
@@ -12,7 +11,6 @@ export declare namespace ClientFacingBodyFatTimeseries {
|
|
12
11
|
timezone_offset?: number | null;
|
13
12
|
type?: string | null;
|
14
13
|
unit: string;
|
15
|
-
grouping?: ClientFacingSampleGroupingKeys.Raw | null;
|
16
14
|
timestamp: string;
|
17
15
|
value: number;
|
18
16
|
}
|
@@ -28,13 +28,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
29
29
|
exports.ClientFacingBodyFatTimeseries = void 0;
|
30
30
|
const core = __importStar(require("../../core"));
|
31
|
-
const ClientFacingSampleGroupingKeys_1 = require("./ClientFacingSampleGroupingKeys");
|
32
31
|
exports.ClientFacingBodyFatTimeseries = core.serialization.object({
|
33
32
|
id: core.serialization.number().optional(),
|
34
33
|
timezoneOffset: core.serialization.property("timezone_offset", core.serialization.number().optional()),
|
35
34
|
type: core.serialization.string().optional(),
|
36
35
|
unit: core.serialization.string(),
|
37
|
-
grouping: ClientFacingSampleGroupingKeys_1.ClientFacingSampleGroupingKeys.optional(),
|
38
36
|
timestamp: core.serialization.date(),
|
39
37
|
value: core.serialization.number(),
|
40
38
|
});
|
@@ -0,0 +1,18 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Vital from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
import { ClientFacingBodyMassIndexChangedEventType } from "./ClientFacingBodyMassIndexChangedEventType";
|
8
|
+
import { GroupedBodyMassIndex } from "./GroupedBodyMassIndex";
|
9
|
+
export declare const ClientFacingBodyMassIndexChanged: core.serialization.ObjectSchema<serializers.ClientFacingBodyMassIndexChanged.Raw, Vital.ClientFacingBodyMassIndexChanged>;
|
10
|
+
export declare namespace ClientFacingBodyMassIndexChanged {
|
11
|
+
interface Raw {
|
12
|
+
event_type: ClientFacingBodyMassIndexChangedEventType.Raw;
|
13
|
+
user_id: string;
|
14
|
+
client_user_id: string;
|
15
|
+
team_id: string;
|
16
|
+
data: GroupedBodyMassIndex.Raw;
|
17
|
+
}
|
18
|
+
}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.ClientFacingBodyMassIndexChanged = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const ClientFacingBodyMassIndexChangedEventType_1 = require("./ClientFacingBodyMassIndexChangedEventType");
|
32
|
+
const GroupedBodyMassIndex_1 = require("./GroupedBodyMassIndex");
|
33
|
+
exports.ClientFacingBodyMassIndexChanged = core.serialization.object({
|
34
|
+
eventType: core.serialization.property("event_type", ClientFacingBodyMassIndexChangedEventType_1.ClientFacingBodyMassIndexChangedEventType),
|
35
|
+
userId: core.serialization.property("user_id", core.serialization.string()),
|
36
|
+
clientUserId: core.serialization.property("client_user_id", core.serialization.string()),
|
37
|
+
teamId: core.serialization.property("team_id", core.serialization.string()),
|
38
|
+
data: GroupedBodyMassIndex_1.GroupedBodyMassIndex,
|
39
|
+
});
|
@@ -0,0 +1,10 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Vital from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
export declare const ClientFacingBodyMassIndexChangedEventType: core.serialization.Schema<serializers.ClientFacingBodyMassIndexChangedEventType.Raw, Vital.ClientFacingBodyMassIndexChangedEventType>;
|
8
|
+
export declare namespace ClientFacingBodyMassIndexChangedEventType {
|
9
|
+
type Raw = "daily.data.body_mass_index.created" | "daily.data.body_mass_index.updated";
|
10
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.ClientFacingBodyMassIndexChangedEventType = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.ClientFacingBodyMassIndexChangedEventType = core.serialization.enum_(["daily.data.body_mass_index.created", "daily.data.body_mass_index.updated"]);
|
@@ -0,0 +1,17 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Vital from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
import { HistoricalPullCompleted } from "./HistoricalPullCompleted";
|
8
|
+
export declare const ClientFacingBodyMassIndexHistoricalPullCompleted: core.serialization.ObjectSchema<serializers.ClientFacingBodyMassIndexHistoricalPullCompleted.Raw, Vital.ClientFacingBodyMassIndexHistoricalPullCompleted>;
|
9
|
+
export declare namespace ClientFacingBodyMassIndexHistoricalPullCompleted {
|
10
|
+
interface Raw {
|
11
|
+
event_type: "historical.data.body_mass_index.created";
|
12
|
+
user_id: string;
|
13
|
+
client_user_id: string;
|
14
|
+
team_id: string;
|
15
|
+
data: HistoricalPullCompleted.Raw;
|
16
|
+
}
|
17
|
+
}
|