@tryvital/vital-node 3.1.216 → 3.1.229
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/api/resources/activity/client/Client.js +2 -2
- package/api/resources/aggregate/client/Client.js +2 -2
- package/api/resources/body/client/Client.js +2 -2
- package/api/resources/devices/client/Client.js +1 -1
- package/api/resources/electrocardiogram/client/Client.js +1 -1
- package/api/resources/insurance/client/Client.js +3 -3
- package/api/resources/introspect/client/Client.js +2 -2
- package/api/resources/labTests/client/Client.d.ts +34 -3
- package/api/resources/labTests/client/Client.js +122 -39
- package/api/resources/labTests/client/requests/ImportOrderBody.d.ts +40 -0
- package/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.d.ts +0 -7
- package/api/resources/labTests/client/requests/index.d.ts +1 -0
- package/api/resources/link/client/Client.js +18 -18
- package/api/resources/link/client/requests/LinkTokenExchange.d.ts +1 -0
- package/api/resources/meal/client/Client.js +1 -1
- package/api/resources/menstrualCycle/client/Client.js +1 -1
- package/api/resources/order/client/Client.js +1 -1
- package/api/resources/profile/client/Client.js +2 -2
- package/api/resources/providers/client/Client.js +1 -1
- package/api/resources/sleep/client/Client.js +4 -4
- package/api/resources/sleepCycle/client/Client.js +1 -1
- package/api/resources/team/client/Client.js +7 -7
- package/api/resources/testkit/client/Client.js +2 -2
- package/api/resources/user/client/Client.js +16 -16
- package/api/resources/vitals/client/Client.d.ts +221 -0
- package/api/resources/vitals/client/Client.js +1418 -58
- package/api/resources/vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsBodyMassIndexGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsBodyMassIndexGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsDaylightExposureGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsDaylightExposureGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsFallGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsFallGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsForcedExpiratoryVolume1GroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsForcedExpiratoryVolume1GroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsForcedVitalCapacityGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsForcedVitalCapacityGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsHandwashingGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsHandwashingGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsInhalerUsageGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsInhalerUsageGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsLeanBodyMassGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsLeanBodyMassGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsPeakExpiratoryFlowRateGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsPeakExpiratoryFlowRateGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsSleepApneaAlertGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsSleepApneaAlertGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsSleepBreathingDisturbanceGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsSleepBreathingDisturbanceGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsStandDurationGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsStandDurationGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsStandHourGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsStandHourGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsUvExposureGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsUvExposureGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsWaistCircumferenceGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsWaistCircumferenceGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/VitalsWheelchairPushGroupedRequest.d.ts +31 -0
- package/api/resources/vitals/client/requests/VitalsWheelchairPushGroupedRequest.js +5 -0
- package/api/resources/vitals/client/requests/index.d.ts +17 -0
- package/api/resources/workouts/client/Client.js +3 -3
- package/api/types/ActivityColumnExprActivity.d.ts +4 -1
- package/api/types/ActivityColumnExprActivity.js +3 -0
- package/api/types/BodyColumnExprBody.d.ts +4 -1
- package/api/types/BodyColumnExprBody.js +3 -0
- package/api/types/ClientFacingAFibBurdenSample.d.ts +0 -2
- package/api/types/ClientFacingActivity.d.ts +2 -0
- package/api/types/{ClientFacingCreatedChanged.d.ts → ClientFacingAppointmentChanged.d.ts} +2 -2
- package/api/types/ClientFacingAppointmentChanged.js +5 -0
- package/{dist/api/types/ClientFacingCreatedChangedEventType.d.ts → api/types/ClientFacingAppointmentChangedEventType.d.ts} +2 -2
- package/{dist/api/types/ClientFacingCreatedChangedEventType.js → api/types/ClientFacingAppointmentChangedEventType.js} +2 -2
- package/api/types/ClientFacingBasalBodyTemperatureChanged.d.ts +11 -0
- package/api/types/ClientFacingBasalBodyTemperatureChanged.js +5 -0
- package/api/types/ClientFacingBasalBodyTemperatureChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingBasalBodyTemperatureChangedEventType.js +10 -0
- package/api/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingBasalBodyTemperatureSample.d.ts +20 -0
- package/api/types/ClientFacingBasalBodyTemperatureSample.js +5 -0
- package/api/types/ClientFacingBloodOxygenTimeseries.d.ts +0 -2
- package/api/types/ClientFacingBody.d.ts +3 -0
- package/api/types/ClientFacingBodyFatTimeseries.d.ts +0 -2
- package/api/types/ClientFacingBodyMassIndexChanged.d.ts +11 -0
- package/api/types/ClientFacingBodyMassIndexChanged.js +5 -0
- package/api/types/ClientFacingBodyMassIndexChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingBodyMassIndexChangedEventType.js +10 -0
- package/api/types/ClientFacingBodyMassIndexHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingBodyMassIndexHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingBodyMassIndexSample.d.ts +20 -0
- package/api/types/ClientFacingBodyMassIndexSample.js +5 -0
- package/api/types/ClientFacingBodyTemperatureDeltaSample.d.ts +0 -1
- package/api/types/ClientFacingBodyTemperatureSample.d.ts +0 -1
- package/api/types/ClientFacingBodyWeightTimeseries.d.ts +0 -2
- package/api/types/ClientFacingCaffeineTimeseries.d.ts +0 -2
- package/api/types/ClientFacingCaloriesActiveTimeseries.d.ts +0 -2
- package/api/types/ClientFacingCaloriesBasalTimeseries.d.ts +0 -2
- package/api/types/ClientFacingCarbohydratesSample.d.ts +0 -2
- package/api/types/ClientFacingCholesterolTimeseries.d.ts +0 -2
- package/api/types/ClientFacingDaylightExposureChanged.d.ts +11 -0
- package/api/types/ClientFacingDaylightExposureChanged.js +5 -0
- package/api/types/ClientFacingDaylightExposureChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingDaylightExposureChangedEventType.js +10 -0
- package/api/types/ClientFacingDaylightExposureHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingDaylightExposureHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingDaylightExposureSample.d.ts +20 -0
- package/api/types/ClientFacingDaylightExposureSample.js +5 -0
- package/api/types/ClientFacingDistanceTimeseries.d.ts +0 -2
- package/api/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +1 -3
- package/api/types/ClientFacingFallChanged.d.ts +11 -0
- package/api/types/ClientFacingFallChanged.js +5 -0
- package/api/types/ClientFacingFallChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingFallChangedEventType.js +10 -0
- package/api/types/ClientFacingFallHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingFallHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingFallSample.d.ts +20 -0
- package/api/types/ClientFacingFallSample.js +5 -0
- package/api/types/ClientFacingFloorsClimbedTimeseries.d.ts +0 -2
- package/api/types/ClientFacingForcedExpiratoryVolume1Changed.d.ts +11 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1Changed.js +5 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.js +10 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1Sample.d.ts +20 -0
- package/api/types/ClientFacingForcedExpiratoryVolume1Sample.js +5 -0
- package/api/types/ClientFacingForcedVitalCapacityChanged.d.ts +11 -0
- package/api/types/ClientFacingForcedVitalCapacityChanged.js +5 -0
- package/api/types/ClientFacingForcedVitalCapacityChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingForcedVitalCapacityChangedEventType.js +10 -0
- package/api/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingForcedVitalCapacitySample.d.ts +20 -0
- package/api/types/ClientFacingForcedVitalCapacitySample.js +5 -0
- package/api/types/ClientFacingGlucoseTimeseries.d.ts +0 -2
- package/api/types/ClientFacingHandwashingChanged.d.ts +11 -0
- package/api/types/ClientFacingHandwashingChanged.js +5 -0
- package/api/types/ClientFacingHandwashingChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingHandwashingChangedEventType.js +10 -0
- package/api/types/ClientFacingHandwashingHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingHandwashingHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingHandwashingSample.d.ts +20 -0
- package/api/types/ClientFacingHandwashingSample.js +5 -0
- package/api/types/ClientFacingHeartRate.d.ts +1 -0
- package/api/types/ClientFacingHeartRateAlertSample.d.ts +0 -1
- package/api/types/ClientFacingHeartRateTimeseries.d.ts +0 -2
- package/api/types/ClientFacingHrvTimeseries.d.ts +0 -2
- package/api/types/ClientFacingHypnogramTimeseries.d.ts +0 -2
- package/api/types/ClientFacingIgeTimeseries.d.ts +0 -2
- package/api/types/ClientFacingIggTimeseries.d.ts +0 -2
- package/api/types/ClientFacingInhalerUsageChanged.d.ts +11 -0
- package/api/types/ClientFacingInhalerUsageChanged.js +5 -0
- package/api/types/ClientFacingInhalerUsageChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingInhalerUsageChangedEventType.js +10 -0
- package/api/types/ClientFacingInhalerUsageHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingInhalerUsageHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingInhalerUsageSample.d.ts +20 -0
- package/api/types/ClientFacingInhalerUsageSample.js +5 -0
- package/api/types/ClientFacingInsulinInjectionSample.d.ts +0 -1
- package/api/types/ClientFacingLeanBodyMassChanged.d.ts +11 -0
- package/api/types/ClientFacingLeanBodyMassChanged.js +5 -0
- package/api/types/ClientFacingLeanBodyMassChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingLeanBodyMassChangedEventType.js +10 -0
- package/api/types/ClientFacingLeanBodyMassHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingLeanBodyMassHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingLeanBodyMassSample.d.ts +20 -0
- package/api/types/ClientFacingLeanBodyMassSample.js +5 -0
- package/api/types/ClientFacingMindfulnessMinutesTimeseries.d.ts +0 -2
- package/api/types/ClientFacingNoteSample.d.ts +0 -1
- package/api/types/ClientFacingOrderChanged.d.ts +11 -0
- package/api/types/ClientFacingOrderChanged.js +5 -0
- package/api/types/ClientFacingOrderChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingOrderChangedEventType.js +10 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateChanged.d.ts +11 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateChanged.js +5 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.js +10 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateSample.d.ts +20 -0
- package/api/types/ClientFacingPeakExpiratoryFlowRateSample.js +5 -0
- package/api/types/ClientFacingProfile.d.ts +2 -0
- package/api/types/ClientFacingResource.d.ts +18 -1
- package/api/types/ClientFacingResource.js +17 -0
- package/api/types/ClientFacingRespiratoryRateTimeseries.d.ts +0 -2
- package/api/types/ClientFacingSleep.d.ts +1 -1
- package/api/types/ClientFacingSleepApneaAlertChanged.d.ts +11 -0
- package/api/types/ClientFacingSleepApneaAlertChanged.js +5 -0
- package/api/types/ClientFacingSleepApneaAlertChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingSleepApneaAlertChangedEventType.js +10 -0
- package/api/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingSleepApneaAlertSample.d.ts +20 -0
- package/api/types/ClientFacingSleepApneaAlertSample.js +5 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceChanged.d.ts +11 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceChanged.js +5 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceChangedEventType.js +10 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceSample.d.ts +20 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceSample.js +5 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceSampleType.d.ts +8 -0
- package/api/types/ClientFacingSleepBreathingDisturbanceSampleType.js +10 -0
- package/api/types/ClientFacingSource.d.ts +14 -0
- package/api/types/ClientFacingStandDurationChanged.d.ts +11 -0
- package/api/types/ClientFacingStandDurationChanged.js +5 -0
- package/api/types/ClientFacingStandDurationChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingStandDurationChangedEventType.js +10 -0
- package/api/types/ClientFacingStandDurationHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingStandDurationHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingStandDurationSample.d.ts +20 -0
- package/api/types/ClientFacingStandDurationSample.js +5 -0
- package/api/types/ClientFacingStandHourChanged.d.ts +11 -0
- package/api/types/ClientFacingStandHourChanged.js +5 -0
- package/api/types/ClientFacingStandHourChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingStandHourChangedEventType.js +10 -0
- package/api/types/ClientFacingStandHourHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingStandHourHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingStandHourSample.d.ts +20 -0
- package/api/types/ClientFacingStandHourSample.js +5 -0
- package/api/types/ClientFacingStandHourSampleType.d.ts +8 -0
- package/api/types/ClientFacingStandHourSampleType.js +10 -0
- package/api/types/ClientFacingStepsTimeseries.d.ts +0 -2
- package/api/types/ClientFacingStressLevelTimeseries.d.ts +0 -2
- package/api/types/ClientFacingUser.d.ts +1 -0
- package/api/types/ClientFacingUvExposureChanged.d.ts +11 -0
- package/api/types/ClientFacingUvExposureChanged.js +5 -0
- package/api/types/ClientFacingUvExposureChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingUvExposureChangedEventType.js +10 -0
- package/api/types/ClientFacingUvExposureHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingUvExposureHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingUvExposureSample.d.ts +20 -0
- package/api/types/ClientFacingUvExposureSample.js +5 -0
- package/api/types/ClientFacingVo2MaxTimeseries.d.ts +0 -2
- package/api/types/ClientFacingWaistCircumferenceChanged.d.ts +11 -0
- package/api/types/ClientFacingWaistCircumferenceChanged.js +5 -0
- package/api/types/ClientFacingWaistCircumferenceChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingWaistCircumferenceChangedEventType.js +10 -0
- package/api/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingWaistCircumferenceSample.d.ts +20 -0
- package/api/types/ClientFacingWaistCircumferenceSample.js +5 -0
- package/api/types/ClientFacingWaterTimeseries.d.ts +0 -2
- package/api/types/ClientFacingWheelchairPushChanged.d.ts +11 -0
- package/api/types/ClientFacingWheelchairPushChanged.js +5 -0
- package/api/types/ClientFacingWheelchairPushChangedEventType.d.ts +8 -0
- package/api/types/ClientFacingWheelchairPushChangedEventType.js +10 -0
- package/api/types/ClientFacingWheelchairPushHistoricalPullCompleted.d.ts +11 -0
- package/api/types/ClientFacingWheelchairPushHistoricalPullCompleted.js +5 -0
- package/api/types/ClientFacingWheelchairPushSample.d.ts +20 -0
- package/api/types/ClientFacingWheelchairPushSample.js +5 -0
- package/api/types/ClientFacingWorkoutDurationSample.d.ts +0 -1
- package/api/types/ClientUserIdConflictResponse.d.ts +7 -0
- package/api/types/ClientUserIdConflictResponse.js +5 -0
- package/api/types/ConnectionRecipe.d.ts +10 -10
- package/api/types/ContinuousQueryResultTableChanges.d.ts +1 -0
- package/api/types/FallbackTimeZone.d.ts +1 -0
- package/api/types/GroupedBasalBodyTemperature.d.ts +8 -0
- package/api/types/GroupedBasalBodyTemperature.js +5 -0
- package/api/types/GroupedBasalBodyTemperatureResponse.d.ts +12 -0
- package/api/types/GroupedBasalBodyTemperatureResponse.js +5 -0
- package/api/types/GroupedBodyMassIndex.d.ts +8 -0
- package/api/types/GroupedBodyMassIndex.js +5 -0
- package/api/types/GroupedBodyMassIndexResponse.d.ts +12 -0
- package/api/types/GroupedBodyMassIndexResponse.js +5 -0
- package/api/types/GroupedDaylightExposure.d.ts +8 -0
- package/api/types/GroupedDaylightExposure.js +5 -0
- package/api/types/GroupedDaylightExposureResponse.d.ts +12 -0
- package/api/types/GroupedDaylightExposureResponse.js +5 -0
- package/api/types/GroupedFall.d.ts +8 -0
- package/api/types/GroupedFall.js +5 -0
- package/api/types/GroupedFallResponse.d.ts +12 -0
- package/api/types/GroupedFallResponse.js +5 -0
- package/api/types/GroupedForcedExpiratoryVolume1.d.ts +8 -0
- package/api/types/GroupedForcedExpiratoryVolume1.js +5 -0
- package/api/types/GroupedForcedExpiratoryVolume1Response.d.ts +12 -0
- package/api/types/GroupedForcedExpiratoryVolume1Response.js +5 -0
- package/api/types/GroupedForcedVitalCapacity.d.ts +8 -0
- package/api/types/GroupedForcedVitalCapacity.js +5 -0
- package/api/types/GroupedForcedVitalCapacityResponse.d.ts +12 -0
- package/api/types/GroupedForcedVitalCapacityResponse.js +5 -0
- package/api/types/GroupedHandwashing.d.ts +8 -0
- package/api/types/GroupedHandwashing.js +5 -0
- package/api/types/GroupedHandwashingResponse.d.ts +12 -0
- package/api/types/GroupedHandwashingResponse.js +5 -0
- package/api/types/GroupedInhalerUsage.d.ts +8 -0
- package/api/types/GroupedInhalerUsage.js +5 -0
- package/api/types/GroupedInhalerUsageResponse.d.ts +12 -0
- package/api/types/GroupedInhalerUsageResponse.js +5 -0
- package/api/types/GroupedLeanBodyMass.d.ts +8 -0
- package/api/types/GroupedLeanBodyMass.js +5 -0
- package/api/types/GroupedLeanBodyMassResponse.d.ts +12 -0
- package/api/types/GroupedLeanBodyMassResponse.js +5 -0
- package/api/types/GroupedPeakExpiratoryFlowRate.d.ts +8 -0
- package/api/types/GroupedPeakExpiratoryFlowRate.js +5 -0
- package/api/types/GroupedPeakExpiratoryFlowRateResponse.d.ts +12 -0
- package/api/types/GroupedPeakExpiratoryFlowRateResponse.js +5 -0
- package/api/types/GroupedSleepApneaAlert.d.ts +8 -0
- package/api/types/GroupedSleepApneaAlert.js +5 -0
- package/api/types/GroupedSleepApneaAlertResponse.d.ts +12 -0
- package/api/types/GroupedSleepApneaAlertResponse.js +5 -0
- package/api/types/GroupedSleepBreathingDisturbance.d.ts +8 -0
- package/api/types/GroupedSleepBreathingDisturbance.js +5 -0
- package/api/types/GroupedSleepBreathingDisturbanceResponse.d.ts +12 -0
- package/api/types/GroupedSleepBreathingDisturbanceResponse.js +5 -0
- package/api/types/GroupedStandDuration.d.ts +8 -0
- package/api/types/GroupedStandDuration.js +5 -0
- package/api/types/GroupedStandDurationResponse.d.ts +12 -0
- package/api/types/GroupedStandDurationResponse.js +5 -0
- package/api/types/GroupedStandHour.d.ts +8 -0
- package/api/types/GroupedStandHour.js +5 -0
- package/api/types/GroupedStandHourResponse.d.ts +12 -0
- package/api/types/GroupedStandHourResponse.js +5 -0
- package/api/types/GroupedUvExposure.d.ts +8 -0
- package/api/types/GroupedUvExposure.js +5 -0
- package/api/types/GroupedUvExposureResponse.d.ts +12 -0
- package/api/types/GroupedUvExposureResponse.js +5 -0
- package/api/types/GroupedWaistCircumference.d.ts +8 -0
- package/api/types/GroupedWaistCircumference.js +5 -0
- package/api/types/GroupedWaistCircumferenceResponse.d.ts +12 -0
- package/api/types/GroupedWaistCircumferenceResponse.js +5 -0
- package/api/types/GroupedWheelchairPush.d.ts +8 -0
- package/api/types/GroupedWheelchairPush.js +5 -0
- package/api/types/GroupedWheelchairPushResponse.d.ts +12 -0
- package/api/types/GroupedWheelchairPushResponse.js +5 -0
- package/api/types/HistoricalPullStatus.d.ts +2 -1
- package/api/types/HistoricalPullStatus.js +1 -0
- package/api/types/PatientAddress.d.ts +12 -0
- package/api/types/PatientAddress.js +5 -0
- package/api/types/TimeseriesResource.d.ts +18 -1
- package/api/types/TimeseriesResource.js +17 -0
- package/api/types/index.d.ts +110 -2
- package/api/types/index.js +110 -2
- package/core/fetcher/makeRequest.d.ts +1 -1
- package/dist/api/resources/activity/client/Client.js +2 -2
- package/dist/api/resources/aggregate/client/Client.js +2 -2
- package/dist/api/resources/body/client/Client.js +2 -2
- package/dist/api/resources/devices/client/Client.js +1 -1
- package/dist/api/resources/electrocardiogram/client/Client.js +1 -1
- package/dist/api/resources/insurance/client/Client.js +3 -3
- package/dist/api/resources/introspect/client/Client.js +2 -2
- package/dist/api/resources/labTests/client/Client.d.ts +34 -3
- package/dist/api/resources/labTests/client/Client.js +122 -39
- package/dist/api/resources/labTests/client/requests/ImportOrderBody.d.ts +40 -0
- package/dist/api/resources/labTests/client/requests/ImportOrderBody.js +5 -0
- package/dist/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.d.ts +0 -7
- package/dist/api/resources/labTests/client/requests/index.d.ts +1 -0
- package/dist/api/resources/link/client/Client.js +18 -18
- package/dist/api/resources/link/client/requests/LinkTokenExchange.d.ts +1 -0
- package/dist/api/resources/meal/client/Client.js +1 -1
- package/dist/api/resources/menstrualCycle/client/Client.js +1 -1
- package/dist/api/resources/order/client/Client.js +1 -1
- package/dist/api/resources/profile/client/Client.js +2 -2
- package/dist/api/resources/providers/client/Client.js +1 -1
- package/dist/api/resources/sleep/client/Client.js +4 -4
- package/dist/api/resources/sleepCycle/client/Client.js +1 -1
- package/dist/api/resources/team/client/Client.js +7 -7
- package/dist/api/resources/testkit/client/Client.js +2 -2
- package/dist/api/resources/user/client/Client.js +16 -16
- package/dist/api/resources/vitals/client/Client.d.ts +221 -0
- package/dist/api/resources/vitals/client/Client.js +1418 -58
- package/dist/api/resources/vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyMassIndexGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsBodyMassIndexGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsDaylightExposureGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsDaylightExposureGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsFallGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsFallGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsForcedExpiratoryVolume1GroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsForcedExpiratoryVolume1GroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsForcedVitalCapacityGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsForcedVitalCapacityGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsHandwashingGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsHandwashingGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsInhalerUsageGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsInhalerUsageGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsLeanBodyMassGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsLeanBodyMassGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsPeakExpiratoryFlowRateGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsPeakExpiratoryFlowRateGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsSleepApneaAlertGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsSleepApneaAlertGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsSleepBreathingDisturbanceGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsSleepBreathingDisturbanceGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsStandDurationGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsStandDurationGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsStandHourGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsStandHourGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsUvExposureGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsUvExposureGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsWaistCircumferenceGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsWaistCircumferenceGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/VitalsWheelchairPushGroupedRequest.d.ts +31 -0
- package/dist/api/resources/vitals/client/requests/VitalsWheelchairPushGroupedRequest.js +5 -0
- package/dist/api/resources/vitals/client/requests/index.d.ts +17 -0
- package/dist/api/resources/workouts/client/Client.js +3 -3
- package/dist/api/types/ActivityColumnExprActivity.d.ts +4 -1
- package/dist/api/types/ActivityColumnExprActivity.js +3 -0
- package/dist/api/types/BodyColumnExprBody.d.ts +4 -1
- package/dist/api/types/BodyColumnExprBody.js +3 -0
- package/dist/api/types/ClientFacingAFibBurdenSample.d.ts +0 -2
- package/dist/api/types/ClientFacingActivity.d.ts +2 -0
- package/dist/api/types/{ClientFacingCreatedChanged.d.ts → ClientFacingAppointmentChanged.d.ts} +2 -2
- package/dist/api/types/ClientFacingAppointmentChanged.js +5 -0
- package/{api/types/ClientFacingCreatedChangedEventType.d.ts → dist/api/types/ClientFacingAppointmentChangedEventType.d.ts} +2 -2
- package/{api/types/ClientFacingCreatedChangedEventType.js → dist/api/types/ClientFacingAppointmentChangedEventType.js} +2 -2
- package/dist/api/types/ClientFacingBasalBodyTemperatureChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureChanged.js +5 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureSample.d.ts +20 -0
- package/dist/api/types/ClientFacingBasalBodyTemperatureSample.js +5 -0
- package/dist/api/types/ClientFacingBloodOxygenTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingBody.d.ts +3 -0
- package/dist/api/types/ClientFacingBodyFatTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingBodyMassIndexChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingBodyMassIndexChanged.js +5 -0
- package/dist/api/types/ClientFacingBodyMassIndexChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingBodyMassIndexChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingBodyMassIndexHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingBodyMassIndexHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingBodyMassIndexSample.d.ts +20 -0
- package/dist/api/types/ClientFacingBodyMassIndexSample.js +5 -0
- package/dist/api/types/ClientFacingBodyTemperatureDeltaSample.d.ts +0 -1
- package/dist/api/types/ClientFacingBodyTemperatureSample.d.ts +0 -1
- package/dist/api/types/ClientFacingBodyWeightTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingCaffeineTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingCaloriesActiveTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingCaloriesBasalTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingCarbohydratesSample.d.ts +0 -2
- package/dist/api/types/ClientFacingCholesterolTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingDaylightExposureChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingDaylightExposureChanged.js +5 -0
- package/dist/api/types/ClientFacingDaylightExposureChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingDaylightExposureChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingDaylightExposureHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingDaylightExposureHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingDaylightExposureSample.d.ts +20 -0
- package/dist/api/types/ClientFacingDaylightExposureSample.js +5 -0
- package/dist/api/types/ClientFacingDistanceTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +1 -3
- package/dist/api/types/ClientFacingFallChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingFallChanged.js +5 -0
- package/dist/api/types/ClientFacingFallChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingFallChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingFallHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingFallHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingFallSample.d.ts +20 -0
- package/dist/api/types/ClientFacingFallSample.js +5 -0
- package/dist/api/types/ClientFacingFloorsClimbedTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1Changed.d.ts +11 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1Changed.js +5 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1Sample.d.ts +20 -0
- package/dist/api/types/ClientFacingForcedExpiratoryVolume1Sample.js +5 -0
- package/dist/api/types/ClientFacingForcedVitalCapacityChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingForcedVitalCapacityChanged.js +5 -0
- package/dist/api/types/ClientFacingForcedVitalCapacityChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingForcedVitalCapacityChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingForcedVitalCapacitySample.d.ts +20 -0
- package/dist/api/types/ClientFacingForcedVitalCapacitySample.js +5 -0
- package/dist/api/types/ClientFacingGlucoseTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingHandwashingChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingHandwashingChanged.js +5 -0
- package/dist/api/types/ClientFacingHandwashingChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingHandwashingChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingHandwashingHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingHandwashingHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingHandwashingSample.d.ts +20 -0
- package/dist/api/types/ClientFacingHandwashingSample.js +5 -0
- package/dist/api/types/ClientFacingHeartRate.d.ts +1 -0
- package/dist/api/types/ClientFacingHeartRateAlertSample.d.ts +0 -1
- package/dist/api/types/ClientFacingHeartRateTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingHrvTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingHypnogramTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingIgeTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingIggTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingInhalerUsageChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingInhalerUsageChanged.js +5 -0
- package/dist/api/types/ClientFacingInhalerUsageChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingInhalerUsageChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingInhalerUsageHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingInhalerUsageHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingInhalerUsageSample.d.ts +20 -0
- package/dist/api/types/ClientFacingInhalerUsageSample.js +5 -0
- package/dist/api/types/ClientFacingInsulinInjectionSample.d.ts +0 -1
- package/dist/api/types/ClientFacingLeanBodyMassChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingLeanBodyMassChanged.js +5 -0
- package/dist/api/types/ClientFacingLeanBodyMassChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingLeanBodyMassChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingLeanBodyMassHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingLeanBodyMassHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingLeanBodyMassSample.d.ts +20 -0
- package/dist/api/types/ClientFacingLeanBodyMassSample.js +5 -0
- package/dist/api/types/ClientFacingMindfulnessMinutesTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingNoteSample.d.ts +0 -1
- package/dist/api/types/ClientFacingOrderChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingOrderChanged.js +5 -0
- package/dist/api/types/ClientFacingOrderChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingOrderChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateChanged.js +5 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateSample.d.ts +20 -0
- package/dist/api/types/ClientFacingPeakExpiratoryFlowRateSample.js +5 -0
- package/dist/api/types/ClientFacingProfile.d.ts +2 -0
- package/dist/api/types/ClientFacingResource.d.ts +18 -1
- package/dist/api/types/ClientFacingResource.js +17 -0
- package/dist/api/types/ClientFacingRespiratoryRateTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingSleep.d.ts +1 -1
- package/dist/api/types/ClientFacingSleepApneaAlertChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingSleepApneaAlertChanged.js +5 -0
- package/dist/api/types/ClientFacingSleepApneaAlertChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingSleepApneaAlertChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingSleepApneaAlertSample.d.ts +20 -0
- package/dist/api/types/ClientFacingSleepApneaAlertSample.js +5 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceChanged.js +5 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceSample.d.ts +20 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceSample.js +5 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceSampleType.d.ts +8 -0
- package/dist/api/types/ClientFacingSleepBreathingDisturbanceSampleType.js +10 -0
- package/dist/api/types/ClientFacingSource.d.ts +14 -0
- package/dist/api/types/ClientFacingStandDurationChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingStandDurationChanged.js +5 -0
- package/dist/api/types/ClientFacingStandDurationChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingStandDurationChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingStandDurationHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingStandDurationHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingStandDurationSample.d.ts +20 -0
- package/dist/api/types/ClientFacingStandDurationSample.js +5 -0
- package/dist/api/types/ClientFacingStandHourChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingStandHourChanged.js +5 -0
- package/dist/api/types/ClientFacingStandHourChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingStandHourChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingStandHourHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingStandHourHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingStandHourSample.d.ts +20 -0
- package/dist/api/types/ClientFacingStandHourSample.js +5 -0
- package/dist/api/types/ClientFacingStandHourSampleType.d.ts +8 -0
- package/dist/api/types/ClientFacingStandHourSampleType.js +10 -0
- package/dist/api/types/ClientFacingStepsTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingStressLevelTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingUser.d.ts +1 -0
- package/dist/api/types/ClientFacingUvExposureChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingUvExposureChanged.js +5 -0
- package/dist/api/types/ClientFacingUvExposureChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingUvExposureChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingUvExposureHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingUvExposureHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingUvExposureSample.d.ts +20 -0
- package/dist/api/types/ClientFacingUvExposureSample.js +5 -0
- package/dist/api/types/ClientFacingVo2MaxTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingWaistCircumferenceChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingWaistCircumferenceChanged.js +5 -0
- package/dist/api/types/ClientFacingWaistCircumferenceChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingWaistCircumferenceChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingWaistCircumferenceSample.d.ts +20 -0
- package/dist/api/types/ClientFacingWaistCircumferenceSample.js +5 -0
- package/dist/api/types/ClientFacingWaterTimeseries.d.ts +0 -2
- package/dist/api/types/ClientFacingWheelchairPushChanged.d.ts +11 -0
- package/dist/api/types/ClientFacingWheelchairPushChanged.js +5 -0
- package/dist/api/types/ClientFacingWheelchairPushChangedEventType.d.ts +8 -0
- package/dist/api/types/ClientFacingWheelchairPushChangedEventType.js +10 -0
- package/dist/api/types/ClientFacingWheelchairPushHistoricalPullCompleted.d.ts +11 -0
- package/dist/api/types/ClientFacingWheelchairPushHistoricalPullCompleted.js +5 -0
- package/dist/api/types/ClientFacingWheelchairPushSample.d.ts +20 -0
- package/dist/api/types/ClientFacingWheelchairPushSample.js +5 -0
- package/dist/api/types/ClientFacingWorkoutDurationSample.d.ts +0 -1
- package/dist/api/types/ClientUserIdConflictResponse.d.ts +7 -0
- package/dist/api/types/ClientUserIdConflictResponse.js +5 -0
- package/dist/api/types/ConnectionRecipe.d.ts +10 -10
- package/dist/api/types/ContinuousQueryResultTableChanges.d.ts +1 -0
- package/dist/api/types/FallbackTimeZone.d.ts +1 -0
- package/dist/api/types/GroupedBasalBodyTemperature.d.ts +8 -0
- package/dist/api/types/GroupedBasalBodyTemperature.js +5 -0
- package/dist/api/types/GroupedBasalBodyTemperatureResponse.d.ts +12 -0
- package/dist/api/types/GroupedBasalBodyTemperatureResponse.js +5 -0
- package/dist/api/types/GroupedBodyMassIndex.d.ts +8 -0
- package/dist/api/types/GroupedBodyMassIndex.js +5 -0
- package/dist/api/types/GroupedBodyMassIndexResponse.d.ts +12 -0
- package/dist/api/types/GroupedBodyMassIndexResponse.js +5 -0
- package/dist/api/types/GroupedDaylightExposure.d.ts +8 -0
- package/dist/api/types/GroupedDaylightExposure.js +5 -0
- package/dist/api/types/GroupedDaylightExposureResponse.d.ts +12 -0
- package/dist/api/types/GroupedDaylightExposureResponse.js +5 -0
- package/dist/api/types/GroupedFall.d.ts +8 -0
- package/dist/api/types/GroupedFall.js +5 -0
- package/dist/api/types/GroupedFallResponse.d.ts +12 -0
- package/dist/api/types/GroupedFallResponse.js +5 -0
- package/dist/api/types/GroupedForcedExpiratoryVolume1.d.ts +8 -0
- package/dist/api/types/GroupedForcedExpiratoryVolume1.js +5 -0
- package/dist/api/types/GroupedForcedExpiratoryVolume1Response.d.ts +12 -0
- package/dist/api/types/GroupedForcedExpiratoryVolume1Response.js +5 -0
- package/dist/api/types/GroupedForcedVitalCapacity.d.ts +8 -0
- package/dist/api/types/GroupedForcedVitalCapacity.js +5 -0
- package/dist/api/types/GroupedForcedVitalCapacityResponse.d.ts +12 -0
- package/dist/api/types/GroupedForcedVitalCapacityResponse.js +5 -0
- package/dist/api/types/GroupedHandwashing.d.ts +8 -0
- package/dist/api/types/GroupedHandwashing.js +5 -0
- package/dist/api/types/GroupedHandwashingResponse.d.ts +12 -0
- package/dist/api/types/GroupedHandwashingResponse.js +5 -0
- package/dist/api/types/GroupedInhalerUsage.d.ts +8 -0
- package/dist/api/types/GroupedInhalerUsage.js +5 -0
- package/dist/api/types/GroupedInhalerUsageResponse.d.ts +12 -0
- package/dist/api/types/GroupedInhalerUsageResponse.js +5 -0
- package/dist/api/types/GroupedLeanBodyMass.d.ts +8 -0
- package/dist/api/types/GroupedLeanBodyMass.js +5 -0
- package/dist/api/types/GroupedLeanBodyMassResponse.d.ts +12 -0
- package/dist/api/types/GroupedLeanBodyMassResponse.js +5 -0
- package/dist/api/types/GroupedPeakExpiratoryFlowRate.d.ts +8 -0
- package/dist/api/types/GroupedPeakExpiratoryFlowRate.js +5 -0
- package/dist/api/types/GroupedPeakExpiratoryFlowRateResponse.d.ts +12 -0
- package/dist/api/types/GroupedPeakExpiratoryFlowRateResponse.js +5 -0
- package/dist/api/types/GroupedSleepApneaAlert.d.ts +8 -0
- package/dist/api/types/GroupedSleepApneaAlert.js +5 -0
- package/dist/api/types/GroupedSleepApneaAlertResponse.d.ts +12 -0
- package/dist/api/types/GroupedSleepApneaAlertResponse.js +5 -0
- package/dist/api/types/GroupedSleepBreathingDisturbance.d.ts +8 -0
- package/dist/api/types/GroupedSleepBreathingDisturbance.js +5 -0
- package/dist/api/types/GroupedSleepBreathingDisturbanceResponse.d.ts +12 -0
- package/dist/api/types/GroupedSleepBreathingDisturbanceResponse.js +5 -0
- package/dist/api/types/GroupedStandDuration.d.ts +8 -0
- package/dist/api/types/GroupedStandDuration.js +5 -0
- package/dist/api/types/GroupedStandDurationResponse.d.ts +12 -0
- package/dist/api/types/GroupedStandDurationResponse.js +5 -0
- package/dist/api/types/GroupedStandHour.d.ts +8 -0
- package/dist/api/types/GroupedStandHour.js +5 -0
- package/dist/api/types/GroupedStandHourResponse.d.ts +12 -0
- package/dist/api/types/GroupedStandHourResponse.js +5 -0
- package/dist/api/types/GroupedUvExposure.d.ts +8 -0
- package/dist/api/types/GroupedUvExposure.js +5 -0
- package/dist/api/types/GroupedUvExposureResponse.d.ts +12 -0
- package/dist/api/types/GroupedUvExposureResponse.js +5 -0
- package/dist/api/types/GroupedWaistCircumference.d.ts +8 -0
- package/dist/api/types/GroupedWaistCircumference.js +5 -0
- package/dist/api/types/GroupedWaistCircumferenceResponse.d.ts +12 -0
- package/dist/api/types/GroupedWaistCircumferenceResponse.js +5 -0
- package/dist/api/types/GroupedWheelchairPush.d.ts +8 -0
- package/dist/api/types/GroupedWheelchairPush.js +5 -0
- package/dist/api/types/GroupedWheelchairPushResponse.d.ts +12 -0
- package/dist/api/types/GroupedWheelchairPushResponse.js +5 -0
- package/dist/api/types/HistoricalPullStatus.d.ts +2 -1
- package/dist/api/types/HistoricalPullStatus.js +1 -0
- package/dist/api/types/PatientAddress.d.ts +12 -0
- package/dist/api/types/PatientAddress.js +5 -0
- package/dist/api/types/TimeseriesResource.d.ts +18 -1
- package/dist/api/types/TimeseriesResource.js +17 -0
- package/dist/api/types/index.d.ts +110 -2
- package/dist/api/types/index.js +110 -2
- package/dist/core/fetcher/makeRequest.d.ts +1 -1
- package/dist/serialization/resources/labTests/client/requests/ImportOrderBody.d.ts +25 -0
- package/dist/serialization/resources/labTests/client/requests/ImportOrderBody.js +46 -0
- package/dist/serialization/resources/labTests/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/labTests/client/requests/index.js +3 -1
- package/dist/serialization/resources/link/client/requests/LinkTokenExchange.d.ts +1 -0
- package/dist/serialization/resources/link/client/requests/LinkTokenExchange.js +1 -0
- package/dist/serialization/types/ActivityColumnExprActivity.d.ts +1 -1
- package/dist/serialization/types/ActivityColumnExprActivity.js +3 -0
- package/dist/serialization/types/BodyColumnExprBody.d.ts +1 -1
- package/dist/serialization/types/BodyColumnExprBody.js +3 -0
- package/dist/serialization/types/ClientFacingAFibBurdenSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingAFibBurdenSample.js +0 -2
- package/dist/serialization/types/ClientFacingActivity.d.ts +2 -0
- package/dist/serialization/types/ClientFacingActivity.js +2 -0
- package/dist/serialization/types/{ClientFacingCreatedChanged.d.ts → ClientFacingAppointmentChanged.d.ts} +4 -4
- package/dist/serialization/types/{ClientFacingCreatedChanged.js → ClientFacingAppointmentChanged.js} +4 -4
- package/{serialization/types/ClientFacingCreatedChangedEventType.d.ts → dist/serialization/types/ClientFacingAppointmentChangedEventType.d.ts} +2 -2
- package/dist/serialization/types/ClientFacingAppointmentChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureChanged.js +39 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureChangedEventType.js +34 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingBasalBodyTemperatureSample.js +40 -0
- package/dist/serialization/types/ClientFacingBloodOxygenTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingBloodOxygenTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingBody.d.ts +3 -0
- package/dist/serialization/types/ClientFacingBody.js +3 -0
- package/dist/serialization/types/ClientFacingBodyFatTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingBodyFatTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingBodyMassIndexChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexChanged.js +39 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingBodyMassIndexSample.js +40 -0
- package/dist/serialization/types/ClientFacingBodyTemperatureDeltaSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingBodyTemperatureDeltaSample.js +0 -2
- package/dist/serialization/types/ClientFacingBodyTemperatureSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingBodyTemperatureSample.js +0 -2
- package/dist/serialization/types/ClientFacingBodyWeightTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingBodyWeightTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingCaffeineTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingCaffeineTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingCaloriesActiveTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingCaloriesActiveTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingCaloriesBasalTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingCaloriesBasalTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingCarbohydratesSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingCarbohydratesSample.js +0 -2
- package/dist/serialization/types/ClientFacingCholesterolTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingCholesterolTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingDaylightExposureChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingDaylightExposureChanged.js +39 -0
- package/dist/serialization/types/ClientFacingDaylightExposureChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingDaylightExposureChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingDaylightExposureHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingDaylightExposureHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingDaylightExposureSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingDaylightExposureSample.js +40 -0
- package/dist/serialization/types/ClientFacingDistanceTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingDistanceTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +1 -3
- package/dist/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.js +1 -3
- package/dist/serialization/types/ClientFacingFallChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingFallChanged.js +39 -0
- package/dist/serialization/types/ClientFacingFallChangedEventType.d.ts +10 -0
- package/dist/serialization/types/{ClientFacingCreatedChangedEventType.js → ClientFacingFallChangedEventType.js} +2 -2
- package/dist/serialization/types/ClientFacingFallHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingFallHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingFallSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingFallSample.js +40 -0
- package/dist/serialization/types/ClientFacingFloorsClimbedTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingFloorsClimbedTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1Changed.d.ts +18 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1Changed.js +39 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.js +34 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1Sample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingForcedExpiratoryVolume1Sample.js +40 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacityChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacityChanged.js +39 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacityChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacityChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacitySample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingForcedVitalCapacitySample.js +40 -0
- package/dist/serialization/types/ClientFacingGlucoseTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingGlucoseTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingHandwashingChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingHandwashingChanged.js +39 -0
- package/dist/serialization/types/ClientFacingHandwashingChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingHandwashingChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingHandwashingHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingHandwashingHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingHandwashingSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingHandwashingSample.js +40 -0
- package/dist/serialization/types/ClientFacingHeartRate.d.ts +1 -0
- package/dist/serialization/types/ClientFacingHeartRate.js +1 -0
- package/dist/serialization/types/ClientFacingHeartRateAlertSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingHeartRateAlertSample.js +0 -2
- package/dist/serialization/types/ClientFacingHeartRateTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingHeartRateTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingHrvTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingHrvTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingHypnogramTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingHypnogramTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingIgeTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingIgeTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingIggTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingIggTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingInhalerUsageChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingInhalerUsageChanged.js +39 -0
- package/dist/serialization/types/ClientFacingInhalerUsageChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingInhalerUsageChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingInhalerUsageHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingInhalerUsageHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingInhalerUsageSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingInhalerUsageSample.js +40 -0
- package/dist/serialization/types/ClientFacingInsulinInjectionSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingInsulinInjectionSample.js +0 -2
- package/dist/serialization/types/ClientFacingLeanBodyMassChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassChanged.js +39 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingLeanBodyMassSample.js +40 -0
- package/dist/serialization/types/ClientFacingMindfulnessMinutesTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingMindfulnessMinutesTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingNoteSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingNoteSample.js +0 -2
- package/dist/serialization/types/ClientFacingOrderChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingOrderChanged.js +39 -0
- package/dist/serialization/types/ClientFacingOrderChangedEventType.d.ts +10 -0
- package/{serialization/types/ClientFacingCreatedChangedEventType.js → dist/serialization/types/ClientFacingOrderChangedEventType.js} +2 -2
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateChanged.js +39 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.js +34 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingPeakExpiratoryFlowRateSample.js +40 -0
- package/dist/serialization/types/ClientFacingProfile.d.ts +2 -0
- package/dist/serialization/types/ClientFacingProfile.js +2 -0
- package/dist/serialization/types/ClientFacingResource.d.ts +1 -1
- package/dist/serialization/types/ClientFacingResource.js +17 -0
- package/dist/serialization/types/ClientFacingRespiratoryRateTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingRespiratoryRateTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingSleepApneaAlertChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertChanged.js +39 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingSleepApneaAlertSample.js +40 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceChanged.js +39 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceChangedEventType.js +34 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceSample.d.ts +20 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceSample.js +41 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceSampleType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingSleepBreathingDisturbanceSampleType.js +31 -0
- package/dist/serialization/types/ClientFacingSource.d.ts +2 -0
- package/dist/serialization/types/ClientFacingSource.js +2 -0
- package/dist/serialization/types/ClientFacingStandDurationChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingStandDurationChanged.js +39 -0
- package/dist/serialization/types/ClientFacingStandDurationChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingStandDurationChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingStandDurationHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingStandDurationHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingStandDurationSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingStandDurationSample.js +40 -0
- package/dist/serialization/types/ClientFacingStandHourChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingStandHourChanged.js +39 -0
- package/dist/serialization/types/ClientFacingStandHourChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingStandHourChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingStandHourHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingStandHourHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingStandHourSample.d.ts +20 -0
- package/dist/serialization/types/ClientFacingStandHourSample.js +41 -0
- package/dist/serialization/types/ClientFacingStandHourSampleType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingStandHourSampleType.js +31 -0
- package/dist/serialization/types/ClientFacingStepsTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingStepsTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingStressLevelTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingStressLevelTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingUvExposureChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingUvExposureChanged.js +39 -0
- package/dist/serialization/types/ClientFacingUvExposureChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingUvExposureChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingUvExposureHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingUvExposureHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingUvExposureSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingUvExposureSample.js +40 -0
- package/dist/serialization/types/ClientFacingVo2MaxTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingVo2MaxTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingWaistCircumferenceChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceChanged.js +39 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingWaistCircumferenceSample.js +40 -0
- package/dist/serialization/types/ClientFacingWaterTimeseries.d.ts +0 -2
- package/dist/serialization/types/ClientFacingWaterTimeseries.js +0 -2
- package/dist/serialization/types/ClientFacingWheelchairPushChanged.d.ts +18 -0
- package/dist/serialization/types/ClientFacingWheelchairPushChanged.js +39 -0
- package/dist/serialization/types/ClientFacingWheelchairPushChangedEventType.d.ts +10 -0
- package/dist/serialization/types/ClientFacingWheelchairPushChangedEventType.js +31 -0
- package/dist/serialization/types/ClientFacingWheelchairPushHistoricalPullCompleted.d.ts +17 -0
- package/dist/serialization/types/ClientFacingWheelchairPushHistoricalPullCompleted.js +38 -0
- package/dist/serialization/types/ClientFacingWheelchairPushSample.d.ts +19 -0
- package/dist/serialization/types/ClientFacingWheelchairPushSample.js +40 -0
- package/dist/serialization/types/ClientFacingWorkoutDurationSample.d.ts +0 -2
- package/dist/serialization/types/ClientFacingWorkoutDurationSample.js +0 -2
- package/dist/serialization/types/ClientUserIdConflictResponse.d.ts +13 -0
- package/dist/serialization/types/ClientUserIdConflictResponse.js +34 -0
- package/dist/serialization/types/ContinuousQueryResultTableChanges.d.ts +1 -0
- package/dist/serialization/types/ContinuousQueryResultTableChanges.js +1 -0
- package/dist/serialization/types/GroupedBasalBodyTemperature.d.ts +15 -0
- package/dist/serialization/types/GroupedBasalBodyTemperature.js +36 -0
- package/dist/serialization/types/GroupedBasalBodyTemperatureResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedBasalBodyTemperatureResponse.js +36 -0
- package/dist/serialization/types/GroupedBodyMassIndex.d.ts +15 -0
- package/dist/serialization/types/GroupedBodyMassIndex.js +36 -0
- package/dist/serialization/types/GroupedBodyMassIndexResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedBodyMassIndexResponse.js +36 -0
- package/dist/serialization/types/GroupedDaylightExposure.d.ts +15 -0
- package/dist/serialization/types/GroupedDaylightExposure.js +36 -0
- package/dist/serialization/types/GroupedDaylightExposureResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedDaylightExposureResponse.js +36 -0
- package/dist/serialization/types/GroupedFall.d.ts +15 -0
- package/dist/serialization/types/GroupedFall.js +36 -0
- package/dist/serialization/types/GroupedFallResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedFallResponse.js +36 -0
- package/dist/serialization/types/GroupedForcedExpiratoryVolume1.d.ts +15 -0
- package/dist/serialization/types/GroupedForcedExpiratoryVolume1.js +36 -0
- package/dist/serialization/types/GroupedForcedExpiratoryVolume1Response.d.ts +15 -0
- package/dist/serialization/types/GroupedForcedExpiratoryVolume1Response.js +36 -0
- package/dist/serialization/types/GroupedForcedVitalCapacity.d.ts +15 -0
- package/dist/serialization/types/GroupedForcedVitalCapacity.js +36 -0
- package/dist/serialization/types/GroupedForcedVitalCapacityResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedForcedVitalCapacityResponse.js +36 -0
- package/dist/serialization/types/GroupedHandwashing.d.ts +15 -0
- package/dist/serialization/types/GroupedHandwashing.js +36 -0
- package/dist/serialization/types/GroupedHandwashingResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedHandwashingResponse.js +36 -0
- package/dist/serialization/types/GroupedInhalerUsage.d.ts +15 -0
- package/dist/serialization/types/GroupedInhalerUsage.js +36 -0
- package/dist/serialization/types/GroupedInhalerUsageResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedInhalerUsageResponse.js +36 -0
- package/dist/serialization/types/GroupedLeanBodyMass.d.ts +15 -0
- package/dist/serialization/types/GroupedLeanBodyMass.js +36 -0
- package/dist/serialization/types/GroupedLeanBodyMassResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedLeanBodyMassResponse.js +36 -0
- package/dist/serialization/types/GroupedPeakExpiratoryFlowRate.d.ts +15 -0
- package/dist/serialization/types/GroupedPeakExpiratoryFlowRate.js +36 -0
- package/dist/serialization/types/GroupedPeakExpiratoryFlowRateResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedPeakExpiratoryFlowRateResponse.js +36 -0
- package/dist/serialization/types/GroupedSleepApneaAlert.d.ts +15 -0
- package/dist/serialization/types/GroupedSleepApneaAlert.js +36 -0
- package/dist/serialization/types/GroupedSleepApneaAlertResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedSleepApneaAlertResponse.js +36 -0
- package/dist/serialization/types/GroupedSleepBreathingDisturbance.d.ts +15 -0
- package/dist/serialization/types/GroupedSleepBreathingDisturbance.js +36 -0
- package/dist/serialization/types/GroupedSleepBreathingDisturbanceResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedSleepBreathingDisturbanceResponse.js +36 -0
- package/dist/serialization/types/GroupedStandDuration.d.ts +15 -0
- package/dist/serialization/types/GroupedStandDuration.js +36 -0
- package/dist/serialization/types/GroupedStandDurationResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedStandDurationResponse.js +36 -0
- package/dist/serialization/types/GroupedStandHour.d.ts +15 -0
- package/dist/serialization/types/GroupedStandHour.js +36 -0
- package/dist/serialization/types/GroupedStandHourResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedStandHourResponse.js +36 -0
- package/dist/serialization/types/GroupedUvExposure.d.ts +15 -0
- package/dist/serialization/types/GroupedUvExposure.js +36 -0
- package/dist/serialization/types/GroupedUvExposureResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedUvExposureResponse.js +36 -0
- package/dist/serialization/types/GroupedWaistCircumference.d.ts +15 -0
- package/dist/serialization/types/GroupedWaistCircumference.js +36 -0
- package/dist/serialization/types/GroupedWaistCircumferenceResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedWaistCircumferenceResponse.js +36 -0
- package/dist/serialization/types/GroupedWheelchairPush.d.ts +15 -0
- package/dist/serialization/types/GroupedWheelchairPush.js +36 -0
- package/dist/serialization/types/GroupedWheelchairPushResponse.d.ts +15 -0
- package/dist/serialization/types/GroupedWheelchairPushResponse.js +36 -0
- package/dist/serialization/types/HistoricalPullStatus.d.ts +1 -1
- package/dist/serialization/types/HistoricalPullStatus.js +1 -1
- package/dist/serialization/types/PatientAddress.d.ts +18 -0
- package/dist/serialization/types/PatientAddress.js +39 -0
- package/dist/serialization/types/TimeseriesResource.d.ts +1 -1
- package/dist/serialization/types/TimeseriesResource.js +17 -0
- package/dist/serialization/types/index.d.ts +110 -2
- package/dist/serialization/types/index.js +110 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -2
- package/reference.md +1018 -162
- package/serialization/resources/labTests/client/requests/ImportOrderBody.d.ts +25 -0
- package/serialization/resources/labTests/client/requests/ImportOrderBody.js +46 -0
- package/serialization/resources/labTests/client/requests/index.d.ts +1 -0
- package/serialization/resources/labTests/client/requests/index.js +3 -1
- package/serialization/resources/link/client/requests/LinkTokenExchange.d.ts +1 -0
- package/serialization/resources/link/client/requests/LinkTokenExchange.js +1 -0
- package/serialization/types/ActivityColumnExprActivity.d.ts +1 -1
- package/serialization/types/ActivityColumnExprActivity.js +3 -0
- package/serialization/types/BodyColumnExprBody.d.ts +1 -1
- package/serialization/types/BodyColumnExprBody.js +3 -0
- package/serialization/types/ClientFacingAFibBurdenSample.d.ts +0 -2
- package/serialization/types/ClientFacingAFibBurdenSample.js +0 -2
- package/serialization/types/ClientFacingActivity.d.ts +2 -0
- package/serialization/types/ClientFacingActivity.js +2 -0
- package/serialization/types/{ClientFacingCreatedChanged.d.ts → ClientFacingAppointmentChanged.d.ts} +4 -4
- package/serialization/types/{ClientFacingCreatedChanged.js → ClientFacingAppointmentChanged.js} +4 -4
- package/{dist/serialization/types/ClientFacingCreatedChangedEventType.d.ts → serialization/types/ClientFacingAppointmentChangedEventType.d.ts} +2 -2
- package/serialization/types/ClientFacingAppointmentChangedEventType.js +31 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureChanged.d.ts +18 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureChanged.js +39 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureChangedEventType.js +34 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureSample.d.ts +19 -0
- package/serialization/types/ClientFacingBasalBodyTemperatureSample.js +40 -0
- package/serialization/types/ClientFacingBloodOxygenTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingBloodOxygenTimeseries.js +0 -2
- package/serialization/types/ClientFacingBody.d.ts +3 -0
- package/serialization/types/ClientFacingBody.js +3 -0
- package/serialization/types/ClientFacingBodyFatTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingBodyFatTimeseries.js +0 -2
- package/serialization/types/ClientFacingBodyMassIndexChanged.d.ts +18 -0
- package/serialization/types/ClientFacingBodyMassIndexChanged.js +39 -0
- package/serialization/types/ClientFacingBodyMassIndexChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingBodyMassIndexChangedEventType.js +31 -0
- package/serialization/types/ClientFacingBodyMassIndexHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingBodyMassIndexHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingBodyMassIndexSample.d.ts +19 -0
- package/serialization/types/ClientFacingBodyMassIndexSample.js +40 -0
- package/serialization/types/ClientFacingBodyTemperatureDeltaSample.d.ts +0 -2
- package/serialization/types/ClientFacingBodyTemperatureDeltaSample.js +0 -2
- package/serialization/types/ClientFacingBodyTemperatureSample.d.ts +0 -2
- package/serialization/types/ClientFacingBodyTemperatureSample.js +0 -2
- package/serialization/types/ClientFacingBodyWeightTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingBodyWeightTimeseries.js +0 -2
- package/serialization/types/ClientFacingCaffeineTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingCaffeineTimeseries.js +0 -2
- package/serialization/types/ClientFacingCaloriesActiveTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingCaloriesActiveTimeseries.js +0 -2
- package/serialization/types/ClientFacingCaloriesBasalTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingCaloriesBasalTimeseries.js +0 -2
- package/serialization/types/ClientFacingCarbohydratesSample.d.ts +0 -2
- package/serialization/types/ClientFacingCarbohydratesSample.js +0 -2
- package/serialization/types/ClientFacingCholesterolTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingCholesterolTimeseries.js +0 -2
- package/serialization/types/ClientFacingDaylightExposureChanged.d.ts +18 -0
- package/serialization/types/ClientFacingDaylightExposureChanged.js +39 -0
- package/serialization/types/ClientFacingDaylightExposureChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingDaylightExposureChangedEventType.js +31 -0
- package/serialization/types/ClientFacingDaylightExposureHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingDaylightExposureHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingDaylightExposureSample.d.ts +19 -0
- package/serialization/types/ClientFacingDaylightExposureSample.js +40 -0
- package/serialization/types/ClientFacingDistanceTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingDistanceTimeseries.js +0 -2
- package/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +1 -3
- package/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.js +1 -3
- package/serialization/types/ClientFacingFallChanged.d.ts +18 -0
- package/serialization/types/ClientFacingFallChanged.js +39 -0
- package/serialization/types/ClientFacingFallChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingFallChangedEventType.js +31 -0
- package/serialization/types/ClientFacingFallHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingFallHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingFallSample.d.ts +19 -0
- package/serialization/types/ClientFacingFallSample.js +40 -0
- package/serialization/types/ClientFacingFloorsClimbedTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingFloorsClimbedTimeseries.js +0 -2
- package/serialization/types/ClientFacingForcedExpiratoryVolume1Changed.d.ts +18 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1Changed.js +39 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1ChangedEventType.js +34 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1Sample.d.ts +19 -0
- package/serialization/types/ClientFacingForcedExpiratoryVolume1Sample.js +40 -0
- package/serialization/types/ClientFacingForcedVitalCapacityChanged.d.ts +18 -0
- package/serialization/types/ClientFacingForcedVitalCapacityChanged.js +39 -0
- package/serialization/types/ClientFacingForcedVitalCapacityChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingForcedVitalCapacityChangedEventType.js +31 -0
- package/serialization/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingForcedVitalCapacityHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingForcedVitalCapacitySample.d.ts +19 -0
- package/serialization/types/ClientFacingForcedVitalCapacitySample.js +40 -0
- package/serialization/types/ClientFacingGlucoseTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingGlucoseTimeseries.js +0 -2
- package/serialization/types/ClientFacingHandwashingChanged.d.ts +18 -0
- package/serialization/types/ClientFacingHandwashingChanged.js +39 -0
- package/serialization/types/ClientFacingHandwashingChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingHandwashingChangedEventType.js +31 -0
- package/serialization/types/ClientFacingHandwashingHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingHandwashingHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingHandwashingSample.d.ts +19 -0
- package/serialization/types/ClientFacingHandwashingSample.js +40 -0
- package/serialization/types/ClientFacingHeartRate.d.ts +1 -0
- package/serialization/types/ClientFacingHeartRate.js +1 -0
- package/serialization/types/ClientFacingHeartRateAlertSample.d.ts +0 -2
- package/serialization/types/ClientFacingHeartRateAlertSample.js +0 -2
- package/serialization/types/ClientFacingHeartRateTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingHeartRateTimeseries.js +0 -2
- package/serialization/types/ClientFacingHrvTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingHrvTimeseries.js +0 -2
- package/serialization/types/ClientFacingHypnogramTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingHypnogramTimeseries.js +0 -2
- package/serialization/types/ClientFacingIgeTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingIgeTimeseries.js +0 -2
- package/serialization/types/ClientFacingIggTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingIggTimeseries.js +0 -2
- package/serialization/types/ClientFacingInhalerUsageChanged.d.ts +18 -0
- package/serialization/types/ClientFacingInhalerUsageChanged.js +39 -0
- package/serialization/types/ClientFacingInhalerUsageChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingInhalerUsageChangedEventType.js +31 -0
- package/serialization/types/ClientFacingInhalerUsageHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingInhalerUsageHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingInhalerUsageSample.d.ts +19 -0
- package/serialization/types/ClientFacingInhalerUsageSample.js +40 -0
- package/serialization/types/ClientFacingInsulinInjectionSample.d.ts +0 -2
- package/serialization/types/ClientFacingInsulinInjectionSample.js +0 -2
- package/serialization/types/ClientFacingLeanBodyMassChanged.d.ts +18 -0
- package/serialization/types/ClientFacingLeanBodyMassChanged.js +39 -0
- package/serialization/types/ClientFacingLeanBodyMassChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingLeanBodyMassChangedEventType.js +31 -0
- package/serialization/types/ClientFacingLeanBodyMassHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingLeanBodyMassHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingLeanBodyMassSample.d.ts +19 -0
- package/serialization/types/ClientFacingLeanBodyMassSample.js +40 -0
- package/serialization/types/ClientFacingMindfulnessMinutesTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingMindfulnessMinutesTimeseries.js +0 -2
- package/serialization/types/ClientFacingNoteSample.d.ts +0 -2
- package/serialization/types/ClientFacingNoteSample.js +0 -2
- package/serialization/types/ClientFacingOrderChanged.d.ts +18 -0
- package/serialization/types/ClientFacingOrderChanged.js +39 -0
- package/serialization/types/ClientFacingOrderChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingOrderChangedEventType.js +31 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateChanged.d.ts +18 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateChanged.js +39 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateChangedEventType.js +34 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateSample.d.ts +19 -0
- package/serialization/types/ClientFacingPeakExpiratoryFlowRateSample.js +40 -0
- package/serialization/types/ClientFacingProfile.d.ts +2 -0
- package/serialization/types/ClientFacingProfile.js +2 -0
- package/serialization/types/ClientFacingResource.d.ts +1 -1
- package/serialization/types/ClientFacingResource.js +17 -0
- package/serialization/types/ClientFacingRespiratoryRateTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingRespiratoryRateTimeseries.js +0 -2
- package/serialization/types/ClientFacingSleepApneaAlertChanged.d.ts +18 -0
- package/serialization/types/ClientFacingSleepApneaAlertChanged.js +39 -0
- package/serialization/types/ClientFacingSleepApneaAlertChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingSleepApneaAlertChangedEventType.js +31 -0
- package/serialization/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingSleepApneaAlertHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingSleepApneaAlertSample.d.ts +19 -0
- package/serialization/types/ClientFacingSleepApneaAlertSample.js +40 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceChanged.d.ts +18 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceChanged.js +39 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceChangedEventType.js +34 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceSample.d.ts +20 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceSample.js +41 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceSampleType.d.ts +10 -0
- package/serialization/types/ClientFacingSleepBreathingDisturbanceSampleType.js +31 -0
- package/serialization/types/ClientFacingSource.d.ts +2 -0
- package/serialization/types/ClientFacingSource.js +2 -0
- package/serialization/types/ClientFacingStandDurationChanged.d.ts +18 -0
- package/serialization/types/ClientFacingStandDurationChanged.js +39 -0
- package/serialization/types/ClientFacingStandDurationChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingStandDurationChangedEventType.js +31 -0
- package/serialization/types/ClientFacingStandDurationHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingStandDurationHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingStandDurationSample.d.ts +19 -0
- package/serialization/types/ClientFacingStandDurationSample.js +40 -0
- package/serialization/types/ClientFacingStandHourChanged.d.ts +18 -0
- package/serialization/types/ClientFacingStandHourChanged.js +39 -0
- package/serialization/types/ClientFacingStandHourChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingStandHourChangedEventType.js +31 -0
- package/serialization/types/ClientFacingStandHourHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingStandHourHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingStandHourSample.d.ts +20 -0
- package/serialization/types/ClientFacingStandHourSample.js +41 -0
- package/serialization/types/ClientFacingStandHourSampleType.d.ts +10 -0
- package/serialization/types/ClientFacingStandHourSampleType.js +31 -0
- package/serialization/types/ClientFacingStepsTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingStepsTimeseries.js +0 -2
- package/serialization/types/ClientFacingStressLevelTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingStressLevelTimeseries.js +0 -2
- package/serialization/types/ClientFacingUvExposureChanged.d.ts +18 -0
- package/serialization/types/ClientFacingUvExposureChanged.js +39 -0
- package/serialization/types/ClientFacingUvExposureChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingUvExposureChangedEventType.js +31 -0
- package/serialization/types/ClientFacingUvExposureHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingUvExposureHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingUvExposureSample.d.ts +19 -0
- package/serialization/types/ClientFacingUvExposureSample.js +40 -0
- package/serialization/types/ClientFacingVo2MaxTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingVo2MaxTimeseries.js +0 -2
- package/serialization/types/ClientFacingWaistCircumferenceChanged.d.ts +18 -0
- package/serialization/types/ClientFacingWaistCircumferenceChanged.js +39 -0
- package/serialization/types/ClientFacingWaistCircumferenceChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingWaistCircumferenceChangedEventType.js +31 -0
- package/serialization/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingWaistCircumferenceHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingWaistCircumferenceSample.d.ts +19 -0
- package/serialization/types/ClientFacingWaistCircumferenceSample.js +40 -0
- package/serialization/types/ClientFacingWaterTimeseries.d.ts +0 -2
- package/serialization/types/ClientFacingWaterTimeseries.js +0 -2
- package/serialization/types/ClientFacingWheelchairPushChanged.d.ts +18 -0
- package/serialization/types/ClientFacingWheelchairPushChanged.js +39 -0
- package/serialization/types/ClientFacingWheelchairPushChangedEventType.d.ts +10 -0
- package/serialization/types/ClientFacingWheelchairPushChangedEventType.js +31 -0
- package/serialization/types/ClientFacingWheelchairPushHistoricalPullCompleted.d.ts +17 -0
- package/serialization/types/ClientFacingWheelchairPushHistoricalPullCompleted.js +38 -0
- package/serialization/types/ClientFacingWheelchairPushSample.d.ts +19 -0
- package/serialization/types/ClientFacingWheelchairPushSample.js +40 -0
- package/serialization/types/ClientFacingWorkoutDurationSample.d.ts +0 -2
- package/serialization/types/ClientFacingWorkoutDurationSample.js +0 -2
- package/serialization/types/ClientUserIdConflictResponse.d.ts +13 -0
- package/serialization/types/ClientUserIdConflictResponse.js +34 -0
- package/serialization/types/ContinuousQueryResultTableChanges.d.ts +1 -0
- package/serialization/types/ContinuousQueryResultTableChanges.js +1 -0
- package/serialization/types/GroupedBasalBodyTemperature.d.ts +15 -0
- package/serialization/types/GroupedBasalBodyTemperature.js +36 -0
- package/serialization/types/GroupedBasalBodyTemperatureResponse.d.ts +15 -0
- package/serialization/types/GroupedBasalBodyTemperatureResponse.js +36 -0
- package/serialization/types/GroupedBodyMassIndex.d.ts +15 -0
- package/serialization/types/GroupedBodyMassIndex.js +36 -0
- package/serialization/types/GroupedBodyMassIndexResponse.d.ts +15 -0
- package/serialization/types/GroupedBodyMassIndexResponse.js +36 -0
- package/serialization/types/GroupedDaylightExposure.d.ts +15 -0
- package/serialization/types/GroupedDaylightExposure.js +36 -0
- package/serialization/types/GroupedDaylightExposureResponse.d.ts +15 -0
- package/serialization/types/GroupedDaylightExposureResponse.js +36 -0
- package/serialization/types/GroupedFall.d.ts +15 -0
- package/serialization/types/GroupedFall.js +36 -0
- package/serialization/types/GroupedFallResponse.d.ts +15 -0
- package/serialization/types/GroupedFallResponse.js +36 -0
- package/serialization/types/GroupedForcedExpiratoryVolume1.d.ts +15 -0
- package/serialization/types/GroupedForcedExpiratoryVolume1.js +36 -0
- package/serialization/types/GroupedForcedExpiratoryVolume1Response.d.ts +15 -0
- package/serialization/types/GroupedForcedExpiratoryVolume1Response.js +36 -0
- package/serialization/types/GroupedForcedVitalCapacity.d.ts +15 -0
- package/serialization/types/GroupedForcedVitalCapacity.js +36 -0
- package/serialization/types/GroupedForcedVitalCapacityResponse.d.ts +15 -0
- package/serialization/types/GroupedForcedVitalCapacityResponse.js +36 -0
- package/serialization/types/GroupedHandwashing.d.ts +15 -0
- package/serialization/types/GroupedHandwashing.js +36 -0
- package/serialization/types/GroupedHandwashingResponse.d.ts +15 -0
- package/serialization/types/GroupedHandwashingResponse.js +36 -0
- package/serialization/types/GroupedInhalerUsage.d.ts +15 -0
- package/serialization/types/GroupedInhalerUsage.js +36 -0
- package/serialization/types/GroupedInhalerUsageResponse.d.ts +15 -0
- package/serialization/types/GroupedInhalerUsageResponse.js +36 -0
- package/serialization/types/GroupedLeanBodyMass.d.ts +15 -0
- package/serialization/types/GroupedLeanBodyMass.js +36 -0
- package/serialization/types/GroupedLeanBodyMassResponse.d.ts +15 -0
- package/serialization/types/GroupedLeanBodyMassResponse.js +36 -0
- package/serialization/types/GroupedPeakExpiratoryFlowRate.d.ts +15 -0
- package/serialization/types/GroupedPeakExpiratoryFlowRate.js +36 -0
- package/serialization/types/GroupedPeakExpiratoryFlowRateResponse.d.ts +15 -0
- package/serialization/types/GroupedPeakExpiratoryFlowRateResponse.js +36 -0
- package/serialization/types/GroupedSleepApneaAlert.d.ts +15 -0
- package/serialization/types/GroupedSleepApneaAlert.js +36 -0
- package/serialization/types/GroupedSleepApneaAlertResponse.d.ts +15 -0
- package/serialization/types/GroupedSleepApneaAlertResponse.js +36 -0
- package/serialization/types/GroupedSleepBreathingDisturbance.d.ts +15 -0
- package/serialization/types/GroupedSleepBreathingDisturbance.js +36 -0
- package/serialization/types/GroupedSleepBreathingDisturbanceResponse.d.ts +15 -0
- package/serialization/types/GroupedSleepBreathingDisturbanceResponse.js +36 -0
- package/serialization/types/GroupedStandDuration.d.ts +15 -0
- package/serialization/types/GroupedStandDuration.js +36 -0
- package/serialization/types/GroupedStandDurationResponse.d.ts +15 -0
- package/serialization/types/GroupedStandDurationResponse.js +36 -0
- package/serialization/types/GroupedStandHour.d.ts +15 -0
- package/serialization/types/GroupedStandHour.js +36 -0
- package/serialization/types/GroupedStandHourResponse.d.ts +15 -0
- package/serialization/types/GroupedStandHourResponse.js +36 -0
- package/serialization/types/GroupedUvExposure.d.ts +15 -0
- package/serialization/types/GroupedUvExposure.js +36 -0
- package/serialization/types/GroupedUvExposureResponse.d.ts +15 -0
- package/serialization/types/GroupedUvExposureResponse.js +36 -0
- package/serialization/types/GroupedWaistCircumference.d.ts +15 -0
- package/serialization/types/GroupedWaistCircumference.js +36 -0
- package/serialization/types/GroupedWaistCircumferenceResponse.d.ts +15 -0
- package/serialization/types/GroupedWaistCircumferenceResponse.js +36 -0
- package/serialization/types/GroupedWheelchairPush.d.ts +15 -0
- package/serialization/types/GroupedWheelchairPush.js +36 -0
- package/serialization/types/GroupedWheelchairPushResponse.d.ts +15 -0
- package/serialization/types/GroupedWheelchairPushResponse.js +36 -0
- package/serialization/types/HistoricalPullStatus.d.ts +1 -1
- package/serialization/types/HistoricalPullStatus.js +1 -1
- package/serialization/types/PatientAddress.d.ts +18 -0
- package/serialization/types/PatientAddress.js +39 -0
- package/serialization/types/TimeseriesResource.d.ts +1 -1
- package/serialization/types/TimeseriesResource.js +17 -0
- package/serialization/types/index.d.ts +110 -2
- package/serialization/types/index.js +110 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
- /package/api/{types/ClientFacingCreatedChanged.js → resources/labTests/client/requests/ImportOrderBody.js} +0 -0
- /package/{dist/api/types/ClientFacingCreatedChanged.js → api/resources/vitals/client/requests/VitalsBasalBodyTemperatureGroupedRequest.js} +0 -0
@@ -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.ClientFacingSleepBreathingDisturbanceChangedEventType = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.ClientFacingSleepBreathingDisturbanceChangedEventType = core.serialization.enum_([
|
32
|
+
"daily.data.sleep_breathing_disturbance.created",
|
33
|
+
"daily.data.sleep_breathing_disturbance.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 ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted: core.serialization.ObjectSchema<serializers.ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted.Raw, Vital.ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted>;
|
9
|
+
export declare namespace ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted {
|
10
|
+
interface Raw {
|
11
|
+
event_type: "historical.data.sleep_breathing_disturbance.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.ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const HistoricalPullCompleted_1 = require("./HistoricalPullCompleted");
|
32
|
+
exports.ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted = core.serialization.object({
|
33
|
+
eventType: core.serialization.property("event_type", core.serialization.stringLiteral("historical.data.sleep_breathing_disturbance.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,20 @@
|
|
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 { ClientFacingSleepBreathingDisturbanceSampleType } from "./ClientFacingSleepBreathingDisturbanceSampleType";
|
8
|
+
export declare const ClientFacingSleepBreathingDisturbanceSample: core.serialization.ObjectSchema<serializers.ClientFacingSleepBreathingDisturbanceSample.Raw, Vital.ClientFacingSleepBreathingDisturbanceSample>;
|
9
|
+
export declare namespace ClientFacingSleepBreathingDisturbanceSample {
|
10
|
+
interface Raw {
|
11
|
+
id?: number | null;
|
12
|
+
timezone_offset?: number | null;
|
13
|
+
type?: ClientFacingSleepBreathingDisturbanceSampleType.Raw | null;
|
14
|
+
unit: "count";
|
15
|
+
timestamp: string;
|
16
|
+
start: string;
|
17
|
+
end: string;
|
18
|
+
value: number;
|
19
|
+
}
|
20
|
+
}
|
@@ -0,0 +1,41 @@
|
|
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.ClientFacingSleepBreathingDisturbanceSample = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const ClientFacingSleepBreathingDisturbanceSampleType_1 = require("./ClientFacingSleepBreathingDisturbanceSampleType");
|
32
|
+
exports.ClientFacingSleepBreathingDisturbanceSample = core.serialization.object({
|
33
|
+
id: core.serialization.number().optional(),
|
34
|
+
timezoneOffset: core.serialization.property("timezone_offset", core.serialization.number().optional()),
|
35
|
+
type: ClientFacingSleepBreathingDisturbanceSampleType_1.ClientFacingSleepBreathingDisturbanceSampleType.optional(),
|
36
|
+
unit: core.serialization.stringLiteral("count"),
|
37
|
+
timestamp: core.serialization.date(),
|
38
|
+
start: core.serialization.date(),
|
39
|
+
end: core.serialization.date(),
|
40
|
+
value: core.serialization.number(),
|
41
|
+
});
|
@@ -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 ClientFacingSleepBreathingDisturbanceSampleType: core.serialization.Schema<serializers.ClientFacingSleepBreathingDisturbanceSampleType.Raw, Vital.ClientFacingSleepBreathingDisturbanceSampleType>;
|
8
|
+
export declare namespace ClientFacingSleepBreathingDisturbanceSampleType {
|
9
|
+
type Raw = "elevated" | "not_elevated";
|
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.ClientFacingSleepBreathingDisturbanceSampleType = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.ClientFacingSleepBreathingDisturbanceSampleType = core.serialization.enum_(["elevated", "not_elevated"]);
|
@@ -32,6 +32,8 @@ exports.ClientFacingSource = core.serialization.object({
|
|
32
32
|
provider: core.serialization.string(),
|
33
33
|
type: core.serialization.string().optional(),
|
34
34
|
appId: core.serialization.property("app_id", core.serialization.string().optional()),
|
35
|
+
sport: core.serialization.string().optional(),
|
36
|
+
workoutId: core.serialization.property("workout_id", core.serialization.string().optional()),
|
35
37
|
name: core.serialization.string().optional(),
|
36
38
|
slug: core.serialization.string().optional(),
|
37
39
|
logo: core.serialization.string().optional(),
|
@@ -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 { ClientFacingStandDurationChangedEventType } from "./ClientFacingStandDurationChangedEventType";
|
8
|
+
import { GroupedStandDuration } from "./GroupedStandDuration";
|
9
|
+
export declare const ClientFacingStandDurationChanged: core.serialization.ObjectSchema<serializers.ClientFacingStandDurationChanged.Raw, Vital.ClientFacingStandDurationChanged>;
|
10
|
+
export declare namespace ClientFacingStandDurationChanged {
|
11
|
+
interface Raw {
|
12
|
+
event_type: ClientFacingStandDurationChangedEventType.Raw;
|
13
|
+
user_id: string;
|
14
|
+
client_user_id: string;
|
15
|
+
team_id: string;
|
16
|
+
data: GroupedStandDuration.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.ClientFacingStandDurationChanged = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const ClientFacingStandDurationChangedEventType_1 = require("./ClientFacingStandDurationChangedEventType");
|
32
|
+
const GroupedStandDuration_1 = require("./GroupedStandDuration");
|
33
|
+
exports.ClientFacingStandDurationChanged = core.serialization.object({
|
34
|
+
eventType: core.serialization.property("event_type", ClientFacingStandDurationChangedEventType_1.ClientFacingStandDurationChangedEventType),
|
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: GroupedStandDuration_1.GroupedStandDuration,
|
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 ClientFacingStandDurationChangedEventType: core.serialization.Schema<serializers.ClientFacingStandDurationChangedEventType.Raw, Vital.ClientFacingStandDurationChangedEventType>;
|
8
|
+
export declare namespace ClientFacingStandDurationChangedEventType {
|
9
|
+
type Raw = "daily.data.stand_duration.created" | "daily.data.stand_duration.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.ClientFacingStandDurationChangedEventType = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.ClientFacingStandDurationChangedEventType = core.serialization.enum_(["daily.data.stand_duration.created", "daily.data.stand_duration.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 ClientFacingStandDurationHistoricalPullCompleted: core.serialization.ObjectSchema<serializers.ClientFacingStandDurationHistoricalPullCompleted.Raw, Vital.ClientFacingStandDurationHistoricalPullCompleted>;
|
9
|
+
export declare namespace ClientFacingStandDurationHistoricalPullCompleted {
|
10
|
+
interface Raw {
|
11
|
+
event_type: "historical.data.stand_duration.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.ClientFacingStandDurationHistoricalPullCompleted = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const HistoricalPullCompleted_1 = require("./HistoricalPullCompleted");
|
32
|
+
exports.ClientFacingStandDurationHistoricalPullCompleted = core.serialization.object({
|
33
|
+
eventType: core.serialization.property("event_type", core.serialization.stringLiteral("historical.data.stand_duration.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 ClientFacingStandDurationSample: core.serialization.ObjectSchema<serializers.ClientFacingStandDurationSample.Raw, Vital.ClientFacingStandDurationSample>;
|
8
|
+
export declare namespace ClientFacingStandDurationSample {
|
9
|
+
interface Raw {
|
10
|
+
id?: number | null;
|
11
|
+
timezone_offset?: number | null;
|
12
|
+
type?: string | null;
|
13
|
+
unit: "min";
|
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.ClientFacingStandDurationSample = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.ClientFacingStandDurationSample = 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("min"),
|
36
|
+
timestamp: core.serialization.date(),
|
37
|
+
start: core.serialization.date(),
|
38
|
+
end: core.serialization.date(),
|
39
|
+
value: core.serialization.number(),
|
40
|
+
});
|
@@ -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 { ClientFacingStandHourChangedEventType } from "./ClientFacingStandHourChangedEventType";
|
8
|
+
import { GroupedStandHour } from "./GroupedStandHour";
|
9
|
+
export declare const ClientFacingStandHourChanged: core.serialization.ObjectSchema<serializers.ClientFacingStandHourChanged.Raw, Vital.ClientFacingStandHourChanged>;
|
10
|
+
export declare namespace ClientFacingStandHourChanged {
|
11
|
+
interface Raw {
|
12
|
+
event_type: ClientFacingStandHourChangedEventType.Raw;
|
13
|
+
user_id: string;
|
14
|
+
client_user_id: string;
|
15
|
+
team_id: string;
|
16
|
+
data: GroupedStandHour.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.ClientFacingStandHourChanged = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const ClientFacingStandHourChangedEventType_1 = require("./ClientFacingStandHourChangedEventType");
|
32
|
+
const GroupedStandHour_1 = require("./GroupedStandHour");
|
33
|
+
exports.ClientFacingStandHourChanged = core.serialization.object({
|
34
|
+
eventType: core.serialization.property("event_type", ClientFacingStandHourChangedEventType_1.ClientFacingStandHourChangedEventType),
|
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: GroupedStandHour_1.GroupedStandHour,
|
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 ClientFacingStandHourChangedEventType: core.serialization.Schema<serializers.ClientFacingStandHourChangedEventType.Raw, Vital.ClientFacingStandHourChangedEventType>;
|
8
|
+
export declare namespace ClientFacingStandHourChangedEventType {
|
9
|
+
type Raw = "daily.data.stand_hour.created" | "daily.data.stand_hour.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.ClientFacingStandHourChangedEventType = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.ClientFacingStandHourChangedEventType = core.serialization.enum_(["daily.data.stand_hour.created", "daily.data.stand_hour.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 ClientFacingStandHourHistoricalPullCompleted: core.serialization.ObjectSchema<serializers.ClientFacingStandHourHistoricalPullCompleted.Raw, Vital.ClientFacingStandHourHistoricalPullCompleted>;
|
9
|
+
export declare namespace ClientFacingStandHourHistoricalPullCompleted {
|
10
|
+
interface Raw {
|
11
|
+
event_type: "historical.data.stand_hour.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.ClientFacingStandHourHistoricalPullCompleted = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const HistoricalPullCompleted_1 = require("./HistoricalPullCompleted");
|
32
|
+
exports.ClientFacingStandHourHistoricalPullCompleted = core.serialization.object({
|
33
|
+
eventType: core.serialization.property("event_type", core.serialization.stringLiteral("historical.data.stand_hour.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,20 @@
|
|
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 { ClientFacingStandHourSampleType } from "./ClientFacingStandHourSampleType";
|
8
|
+
export declare const ClientFacingStandHourSample: core.serialization.ObjectSchema<serializers.ClientFacingStandHourSample.Raw, Vital.ClientFacingStandHourSample>;
|
9
|
+
export declare namespace ClientFacingStandHourSample {
|
10
|
+
interface Raw {
|
11
|
+
id?: number | null;
|
12
|
+
timezone_offset?: number | null;
|
13
|
+
type: ClientFacingStandHourSampleType.Raw;
|
14
|
+
unit: "count";
|
15
|
+
timestamp: string;
|
16
|
+
start: string;
|
17
|
+
end: string;
|
18
|
+
value: number;
|
19
|
+
}
|
20
|
+
}
|