@tryvital/vital-node 3.1.13 → 3.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/activity/client/Client.js +2 -2
- package/api/resources/body/client/Client.js +2 -2
- package/api/resources/devices/client/Client.js +1 -1
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +1 -0
- package/api/resources/insurance/client/Client.js +2 -2
- package/api/resources/introspect/client/Client.js +2 -2
- package/api/resources/labTests/client/Client.d.ts +2 -2
- package/api/resources/labTests/client/Client.js +28 -30
- package/api/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -2
- package/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.d.ts +1 -1
- package/api/resources/link/client/Client.js +14 -14
- package/api/resources/meal/client/Client.js +1 -1
- package/api/resources/profile/client/Client.js +2 -2
- package/api/resources/providers/client/Client.d.ts +2 -1
- package/api/resources/providers/client/Client.js +24 -6
- package/api/resources/providers/client/index.d.ts +1 -1
- package/api/resources/providers/client/index.js +15 -0
- package/api/resources/providers/client/requests/ProvidersGetAllRequest.d.ts +10 -0
- package/api/resources/providers/client/requests/index.d.ts +1 -0
- package/api/resources/providers/client/requests/index.js +2 -0
- package/api/resources/sleep/client/Client.js +4 -4
- package/api/resources/team/client/Client.d.ts +2 -5
- package/api/resources/team/client/Client.js +13 -30
- package/api/resources/team/client/requests/index.d.ts +0 -1
- package/api/resources/testkit/client/Client.js +2 -2
- package/api/resources/testkit/client/requests/RegisterTestkitRequest.d.ts +1 -1
- package/api/resources/user/client/Client.js +12 -12
- package/api/resources/user/client/requests/UserCreateBody.d.ts +0 -8
- package/api/resources/user/client/requests/UserPatchBody.d.ts +0 -8
- package/api/resources/vitals/client/Client.js +50 -50
- package/api/resources/workouts/client/Client.js +3 -3
- package/api/types/AppointmentEventStatus.d.ts +0 -3
- package/api/types/AppointmentProvider.d.ts +0 -3
- package/api/types/AppointmentServiceType.d.ts +0 -3
- package/api/types/AppointmentStatus.d.ts +0 -3
- package/api/types/AppointmentType.d.ts +0 -3
- package/api/types/AttemptStatus.d.ts +0 -3
- package/api/types/AuthType.d.ts +0 -3
- package/api/types/Availability.d.ts +0 -3
- package/api/types/ClientFacingActivity.d.ts +0 -12
- package/api/types/ClientFacingAppointment.d.ts +0 -2
- package/api/types/ClientFacingBloodOxygenTimeseries.d.ts +0 -3
- package/api/types/ClientFacingBloodPressureTimeseries.d.ts +0 -3
- package/api/types/ClientFacingBody.d.ts +0 -2
- package/api/types/ClientFacingBodyFatTimeseries.d.ts +0 -3
- package/api/types/ClientFacingBodyWeightTimeseries.d.ts +0 -3
- package/api/types/ClientFacingCaffeineTimeseries.d.ts +0 -3
- package/api/types/ClientFacingCaloriesActiveTimeseries.d.ts +0 -3
- package/api/types/ClientFacingCaloriesBasalTimeseries.d.ts +0 -3
- package/api/types/ClientFacingCholesterolTimeseries.d.ts +0 -3
- package/api/types/ClientFacingDistanceTimeseries.d.ts +0 -3
- package/api/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +2 -4
- package/api/types/ClientFacingFloorsClimbedTimeseries.d.ts +0 -3
- package/api/types/ClientFacingGlucoseTimeseries.d.ts +0 -3
- package/api/types/ClientFacingHeartRate.d.ts +0 -4
- package/api/types/ClientFacingHeartRateTimeseries.d.ts +0 -3
- package/api/types/ClientFacingHrvTimeseries.d.ts +0 -3
- package/api/types/ClientFacingHypnogramTimeseries.d.ts +0 -3
- package/api/types/ClientFacingIgeTimeseries.d.ts +0 -3
- package/api/types/ClientFacingIggTimeseries.d.ts +0 -3
- package/api/types/ClientFacingLabTest.d.ts +7 -0
- package/api/types/ClientFacingMindfulnessMinutesTimeseries.d.ts +0 -3
- package/api/types/ClientFacingOrder.d.ts +1 -9
- package/api/types/ClientFacingProviderDetailed.d.ts +0 -1
- package/api/types/ClientFacingResource.d.ts +0 -3
- package/api/types/ClientFacingRespiratoryRateTimeseries.d.ts +0 -3
- package/api/types/ClientFacingSampleGroupingKeys.d.ts +4 -0
- package/api/types/ClientFacingShipment.d.ts +0 -7
- package/api/types/ClientFacingSleep.d.ts +0 -11
- package/api/types/ClientFacingSource.d.ts +0 -1
- package/api/types/ClientFacingStepsTimeseries.d.ts +0 -3
- package/api/types/ClientFacingStream.d.ts +19 -10
- package/api/types/ClientFacingStreamAltitude.d.ts +7 -0
- package/api/types/ClientFacingStreamCadence.d.ts +7 -0
- package/api/types/ClientFacingStreamDistance.d.ts +7 -0
- package/api/types/ClientFacingStreamDistance.js +5 -0
- package/api/types/ClientFacingStreamHeartrate.d.ts +7 -0
- package/api/types/ClientFacingStreamHeartrate.js +5 -0
- package/api/types/ClientFacingStreamLat.d.ts +7 -0
- package/api/types/ClientFacingStreamLat.js +5 -0
- package/api/types/ClientFacingStreamLng.d.ts +7 -0
- package/api/types/ClientFacingStreamLng.js +5 -0
- package/api/types/ClientFacingStreamPower.d.ts +7 -0
- package/api/types/ClientFacingStreamPower.js +5 -0
- package/api/types/ClientFacingStreamResistance.d.ts +7 -0
- package/api/types/ClientFacingStreamResistance.js +5 -0
- package/api/types/ClientFacingStreamVelocitySmooth.d.ts +7 -0
- package/api/types/ClientFacingStreamVelocitySmooth.js +5 -0
- package/api/types/ClientFacingStressLevelTimeseries.d.ts +0 -3
- package/api/types/ClientFacingTestkitOrder.d.ts +0 -1
- package/api/types/ClientFacingUser.d.ts +0 -7
- package/api/types/ClientFacingVo2MaxTimeseries.d.ts +0 -3
- package/api/types/ClientFacingWaterTimeseries.d.ts +0 -3
- package/api/types/ClientFacingWorkout.d.ts +1 -18
- package/api/types/ConsentType.d.ts +0 -3
- package/api/types/DelegatedFlowType.d.ts +0 -3
- package/api/types/DemoProviders.d.ts +0 -3
- package/api/types/EmailProviders.d.ts +0 -3
- package/api/types/Fats.d.ts +0 -6
- package/api/types/Gender.d.ts +0 -3
- package/api/types/GroupedBloodOxygenResponse.d.ts +0 -1
- package/api/types/GroupedBloodPressureResponse.d.ts +0 -1
- package/api/types/GroupedBodyFatResponse.d.ts +0 -1
- package/api/types/GroupedBodyWeightResponse.d.ts +0 -1
- package/api/types/GroupedCaffeineResponse.d.ts +0 -1
- package/api/types/GroupedCaloriesActiveResponse.d.ts +0 -1
- package/api/types/GroupedCaloriesBasalResponse.d.ts +0 -1
- package/api/types/GroupedCholesterolResponse.d.ts +0 -1
- package/api/types/GroupedDistanceResponse.d.ts +0 -1
- package/api/types/GroupedElectrocardiogramVoltageResponse.d.ts +0 -1
- package/api/types/GroupedFloorsClimbedResponse.d.ts +0 -1
- package/api/types/GroupedGlucoseResponse.d.ts +0 -1
- package/api/types/GroupedHeartRateResponse.d.ts +0 -1
- package/api/types/GroupedHrvResponse.d.ts +0 -1
- package/api/types/GroupedHypnogramResponse.d.ts +0 -1
- package/api/types/GroupedIgeResponse.d.ts +0 -1
- package/api/types/GroupedIggResponse.d.ts +0 -1
- package/api/types/GroupedMindfulnessMinutesResponse.d.ts +0 -1
- package/api/types/GroupedRespiratoryRateResponse.d.ts +0 -1
- package/api/types/GroupedStepsResponse.d.ts +0 -1
- package/api/types/GroupedStressLevelResponse.d.ts +0 -1
- package/api/types/GroupedVo2MaxResponse.d.ts +0 -1
- package/api/types/GroupedWaterResponse.d.ts +0 -1
- package/api/types/HealthInsuranceCreateRequest.d.ts +0 -7
- package/api/types/HealthInsuranceCreateRequestBackImage.d.ts +1 -9
- package/api/types/HealthInsuranceCreateRequestFrontImage.d.ts +1 -9
- package/api/types/HealthInsuranceCreateRequestPatientSignatureImage.d.ts +1 -9
- package/api/types/HistoricalPullStatus.d.ts +0 -3
- package/api/types/Jpeg.d.ts +1 -0
- package/api/types/LabTestStatus.d.ts +0 -3
- package/api/types/Labs.d.ts +13 -0
- package/api/types/Labs.js +15 -0
- package/api/types/Macros.d.ts +0 -6
- package/api/types/ManualProviders.d.ts +0 -3
- package/api/types/MarkerType.d.ts +0 -3
- package/api/types/Micros.d.ts +3 -6
- package/api/types/OAuthProviders.d.ts +0 -3
- package/api/types/OrderStatus.d.ts +0 -3
- package/api/types/OrderTopLevelStatus.d.ts +0 -3
- package/api/types/PasswordProviders.d.ts +0 -3
- package/api/types/PatientAddressCompatibleInput.d.ts +13 -0
- package/api/types/PatientAddressCompatibleInput.js +5 -0
- package/api/types/{PatientAddressCompatible.d.ts → PatientAddressCompatibleOutput.d.ts} +1 -1
- package/api/types/PatientAddressCompatibleOutput.js +5 -0
- package/api/types/PhysicianCreateRequestSignatureImage.d.ts +1 -9
- package/api/types/Png.d.ts +1 -0
- package/api/types/ProviderLinkResponse.d.ts +1 -1
- package/api/types/Providers.d.ts +0 -3
- package/api/types/QuestionType.d.ts +0 -3
- package/api/types/Region.d.ts +0 -3
- package/api/types/ResponsibleRelationship.d.ts +0 -3
- package/api/types/ResultType.d.ts +0 -3
- package/api/types/SourceAuthType.d.ts +0 -3
- package/api/types/SourceType.d.ts +0 -3
- package/api/types/TimeseriesResource.d.ts +0 -3
- package/api/types/UsAddress.d.ts +0 -1
- package/api/types/index.d.ts +59 -47
- package/api/types/index.js +59 -47
- package/dist/api/resources/activity/client/Client.js +2 -2
- package/dist/api/resources/body/client/Client.js +2 -2
- package/dist/api/resources/devices/client/Client.js +1 -1
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +1 -0
- package/dist/api/resources/insurance/client/Client.js +2 -2
- package/dist/api/resources/introspect/client/Client.js +2 -2
- package/dist/api/resources/labTests/client/Client.d.ts +2 -2
- package/dist/api/resources/labTests/client/Client.js +28 -30
- package/dist/api/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -2
- package/dist/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.d.ts +1 -1
- package/dist/api/resources/link/client/Client.js +14 -14
- package/dist/api/resources/meal/client/Client.js +1 -1
- package/dist/api/resources/profile/client/Client.js +2 -2
- package/dist/api/resources/providers/client/Client.d.ts +2 -1
- package/dist/api/resources/providers/client/Client.js +24 -6
- package/dist/api/resources/providers/client/index.d.ts +1 -1
- package/dist/api/resources/providers/client/index.js +15 -0
- package/dist/api/resources/providers/client/requests/ProvidersGetAllRequest.d.ts +10 -0
- package/dist/api/resources/providers/client/requests/ProvidersGetAllRequest.js +5 -0
- package/dist/api/resources/providers/client/requests/index.d.ts +1 -0
- package/dist/api/resources/providers/client/requests/index.js +2 -0
- package/dist/api/resources/sleep/client/Client.js +4 -4
- package/dist/api/resources/team/client/Client.d.ts +2 -5
- package/dist/api/resources/team/client/Client.js +13 -30
- package/dist/api/resources/team/client/requests/index.d.ts +0 -1
- package/dist/api/resources/testkit/client/Client.js +2 -2
- package/dist/api/resources/testkit/client/requests/RegisterTestkitRequest.d.ts +1 -1
- package/dist/api/resources/user/client/Client.js +12 -12
- package/dist/api/resources/user/client/requests/UserCreateBody.d.ts +0 -8
- package/dist/api/resources/user/client/requests/UserPatchBody.d.ts +0 -8
- package/dist/api/resources/vitals/client/Client.js +50 -50
- package/dist/api/resources/workouts/client/Client.js +3 -3
- package/dist/api/types/AppointmentEventStatus.d.ts +0 -3
- package/dist/api/types/AppointmentProvider.d.ts +0 -3
- package/dist/api/types/AppointmentServiceType.d.ts +0 -3
- package/dist/api/types/AppointmentStatus.d.ts +0 -3
- package/dist/api/types/AppointmentType.d.ts +0 -3
- package/dist/api/types/AttemptStatus.d.ts +0 -3
- package/dist/api/types/AuthType.d.ts +0 -3
- package/dist/api/types/Availability.d.ts +0 -3
- package/dist/api/types/ClientFacingActivity.d.ts +0 -12
- package/dist/api/types/ClientFacingAppointment.d.ts +0 -2
- package/dist/api/types/ClientFacingBloodOxygenTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingBloodPressureTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingBody.d.ts +0 -2
- package/dist/api/types/ClientFacingBodyFatTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingBodyWeightTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingCaffeineTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingCaloriesActiveTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingCaloriesBasalTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingCholesterolTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingDistanceTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +2 -4
- package/dist/api/types/ClientFacingFloorsClimbedTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingGlucoseTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingHeartRate.d.ts +0 -4
- package/dist/api/types/ClientFacingHeartRateTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingHrvTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingHypnogramTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingIgeTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingIggTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingLabTest.d.ts +7 -0
- package/dist/api/types/ClientFacingMindfulnessMinutesTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingOrder.d.ts +1 -9
- package/dist/api/types/ClientFacingProviderDetailed.d.ts +0 -1
- package/dist/api/types/ClientFacingResource.d.ts +0 -3
- package/dist/api/types/ClientFacingRespiratoryRateTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingSampleGroupingKeys.d.ts +4 -0
- package/dist/api/types/ClientFacingSampleGroupingKeys.js +5 -0
- package/dist/api/types/ClientFacingShipment.d.ts +0 -7
- package/dist/api/types/ClientFacingSleep.d.ts +0 -11
- package/dist/api/types/ClientFacingSource.d.ts +0 -1
- package/dist/api/types/ClientFacingStepsTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingStream.d.ts +19 -10
- package/dist/api/types/ClientFacingStreamAltitude.d.ts +7 -0
- package/dist/api/types/ClientFacingStreamAltitude.js +5 -0
- package/dist/api/types/ClientFacingStreamCadence.d.ts +7 -0
- package/dist/api/types/ClientFacingStreamCadence.js +5 -0
- package/dist/api/types/ClientFacingStreamDistance.d.ts +7 -0
- package/dist/api/types/ClientFacingStreamDistance.js +5 -0
- package/dist/api/types/ClientFacingStreamHeartrate.d.ts +7 -0
- package/dist/api/types/ClientFacingStreamHeartrate.js +5 -0
- package/dist/api/types/ClientFacingStreamLat.d.ts +7 -0
- package/dist/api/types/ClientFacingStreamLat.js +5 -0
- package/dist/api/types/ClientFacingStreamLng.d.ts +7 -0
- package/dist/api/types/ClientFacingStreamLng.js +5 -0
- package/dist/api/types/ClientFacingStreamPower.d.ts +7 -0
- package/dist/api/types/ClientFacingStreamPower.js +5 -0
- package/dist/api/types/ClientFacingStreamResistance.d.ts +7 -0
- package/dist/api/types/ClientFacingStreamResistance.js +5 -0
- package/dist/api/types/ClientFacingStreamVelocitySmooth.d.ts +7 -0
- package/dist/api/types/ClientFacingStreamVelocitySmooth.js +5 -0
- package/dist/api/types/ClientFacingStressLevelTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingTestkitOrder.d.ts +0 -1
- package/dist/api/types/ClientFacingUser.d.ts +0 -7
- package/dist/api/types/ClientFacingVo2MaxTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingWaterTimeseries.d.ts +0 -3
- package/dist/api/types/ClientFacingWorkout.d.ts +1 -18
- package/dist/api/types/ConsentType.d.ts +0 -3
- package/dist/api/types/DelegatedFlowType.d.ts +0 -3
- package/dist/api/types/DemoProviders.d.ts +0 -3
- package/dist/api/types/EmailProviders.d.ts +0 -3
- package/dist/api/types/Fats.d.ts +0 -6
- package/dist/api/types/Gender.d.ts +0 -3
- package/dist/api/types/GroupedBloodOxygenResponse.d.ts +0 -1
- package/dist/api/types/GroupedBloodPressureResponse.d.ts +0 -1
- package/dist/api/types/GroupedBodyFatResponse.d.ts +0 -1
- package/dist/api/types/GroupedBodyWeightResponse.d.ts +0 -1
- package/dist/api/types/GroupedCaffeineResponse.d.ts +0 -1
- package/dist/api/types/GroupedCaloriesActiveResponse.d.ts +0 -1
- package/dist/api/types/GroupedCaloriesBasalResponse.d.ts +0 -1
- package/dist/api/types/GroupedCholesterolResponse.d.ts +0 -1
- package/dist/api/types/GroupedDistanceResponse.d.ts +0 -1
- package/dist/api/types/GroupedElectrocardiogramVoltageResponse.d.ts +0 -1
- package/dist/api/types/GroupedFloorsClimbedResponse.d.ts +0 -1
- package/dist/api/types/GroupedGlucoseResponse.d.ts +0 -1
- package/dist/api/types/GroupedHeartRateResponse.d.ts +0 -1
- package/dist/api/types/GroupedHrvResponse.d.ts +0 -1
- package/dist/api/types/GroupedHypnogramResponse.d.ts +0 -1
- package/dist/api/types/GroupedIgeResponse.d.ts +0 -1
- package/dist/api/types/GroupedIggResponse.d.ts +0 -1
- package/dist/api/types/GroupedMindfulnessMinutesResponse.d.ts +0 -1
- package/dist/api/types/GroupedRespiratoryRateResponse.d.ts +0 -1
- package/dist/api/types/GroupedStepsResponse.d.ts +0 -1
- package/dist/api/types/GroupedStressLevelResponse.d.ts +0 -1
- package/dist/api/types/GroupedVo2MaxResponse.d.ts +0 -1
- package/dist/api/types/GroupedWaterResponse.d.ts +0 -1
- package/dist/api/types/HealthInsuranceCreateRequest.d.ts +0 -7
- package/dist/api/types/HealthInsuranceCreateRequestBackImage.d.ts +1 -9
- package/dist/api/types/HealthInsuranceCreateRequestFrontImage.d.ts +1 -9
- package/dist/api/types/HealthInsuranceCreateRequestPatientSignatureImage.d.ts +1 -9
- package/dist/api/types/HistoricalPullStatus.d.ts +0 -3
- package/dist/api/types/Jpeg.d.ts +1 -0
- package/dist/api/types/LabTestStatus.d.ts +0 -3
- package/dist/api/types/Labs.d.ts +13 -0
- package/dist/api/types/Labs.js +15 -0
- package/dist/api/types/Macros.d.ts +0 -6
- package/dist/api/types/ManualProviders.d.ts +0 -3
- package/dist/api/types/MarkerType.d.ts +0 -3
- package/dist/api/types/Micros.d.ts +3 -6
- package/dist/api/types/OAuthProviders.d.ts +0 -3
- package/dist/api/types/OrderStatus.d.ts +0 -3
- package/dist/api/types/OrderTopLevelStatus.d.ts +0 -3
- package/dist/api/types/PasswordProviders.d.ts +0 -3
- package/dist/api/types/PatientAddressCompatibleInput.d.ts +13 -0
- package/dist/api/types/PatientAddressCompatibleInput.js +5 -0
- package/dist/api/types/{PatientAddressCompatible.d.ts → PatientAddressCompatibleOutput.d.ts} +1 -1
- package/dist/api/types/PatientAddressCompatibleOutput.js +5 -0
- package/dist/api/types/PhysicianCreateRequestSignatureImage.d.ts +1 -9
- package/dist/api/types/Png.d.ts +1 -0
- package/dist/api/types/ProviderLinkResponse.d.ts +1 -1
- package/dist/api/types/Providers.d.ts +0 -3
- package/dist/api/types/QuestionType.d.ts +0 -3
- package/dist/api/types/Region.d.ts +0 -3
- package/dist/api/types/ResponsibleRelationship.d.ts +0 -3
- package/dist/api/types/ResultType.d.ts +0 -3
- package/dist/api/types/SourceAuthType.d.ts +0 -3
- package/dist/api/types/SourceType.d.ts +0 -3
- package/dist/api/types/TimeseriesResource.d.ts +0 -3
- package/dist/api/types/UsAddress.d.ts +0 -1
- package/dist/api/types/index.d.ts +59 -47
- package/dist/api/types/index.js +59 -47
- package/dist/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +2 -2
- package/dist/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.js +2 -2
- package/dist/serialization/resources/testkit/client/requests/RegisterTestkitRequest.d.ts +2 -2
- package/dist/serialization/resources/testkit/client/requests/RegisterTestkitRequest.js +2 -2
- package/dist/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +1 -1
- package/dist/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.js +2 -2
- package/dist/serialization/types/ClientFacingOrder.d.ts +2 -2
- package/dist/serialization/types/ClientFacingOrder.js +2 -2
- package/dist/serialization/types/ClientFacingSampleGroupingKeys.d.ts +10 -0
- package/dist/serialization/types/ClientFacingSampleGroupingKeys.js +31 -0
- package/dist/serialization/types/ClientFacingStream.d.ts +18 -9
- package/dist/serialization/types/ClientFacingStream.js +18 -9
- package/dist/serialization/types/ClientFacingStreamAltitude.d.ts +10 -0
- package/dist/serialization/types/ClientFacingStreamAltitude.js +34 -0
- package/dist/serialization/types/ClientFacingStreamCadence.d.ts +10 -0
- package/dist/serialization/types/ClientFacingStreamCadence.js +34 -0
- package/dist/serialization/types/ClientFacingStreamDistance.d.ts +10 -0
- package/dist/serialization/types/ClientFacingStreamDistance.js +34 -0
- package/dist/serialization/types/ClientFacingStreamHeartrate.d.ts +10 -0
- package/dist/serialization/types/ClientFacingStreamHeartrate.js +34 -0
- package/dist/serialization/types/ClientFacingStreamLat.d.ts +10 -0
- package/dist/serialization/types/ClientFacingStreamLat.js +34 -0
- package/dist/serialization/types/ClientFacingStreamLng.d.ts +10 -0
- package/dist/serialization/types/ClientFacingStreamLng.js +34 -0
- package/dist/serialization/types/ClientFacingStreamPower.d.ts +10 -0
- package/dist/serialization/types/ClientFacingStreamPower.js +34 -0
- package/dist/serialization/types/ClientFacingStreamResistance.d.ts +10 -0
- package/dist/serialization/types/ClientFacingStreamResistance.js +34 -0
- package/dist/serialization/types/ClientFacingStreamVelocitySmooth.d.ts +10 -0
- package/dist/serialization/types/ClientFacingStreamVelocitySmooth.js +34 -0
- package/dist/serialization/types/ClientFacingWorkout.d.ts +1 -0
- package/dist/serialization/types/ClientFacingWorkout.js +1 -0
- package/dist/serialization/types/HealthInsuranceCreateRequestBackImage.d.ts +1 -7
- package/dist/serialization/types/HealthInsuranceCreateRequestBackImage.js +1 -9
- package/dist/serialization/types/HealthInsuranceCreateRequestFrontImage.d.ts +1 -7
- package/dist/serialization/types/HealthInsuranceCreateRequestFrontImage.js +1 -9
- package/dist/serialization/types/HealthInsuranceCreateRequestPatientSignatureImage.d.ts +1 -7
- package/dist/serialization/types/HealthInsuranceCreateRequestPatientSignatureImage.js +1 -9
- package/dist/serialization/types/Jpeg.d.ts +1 -0
- package/dist/serialization/types/Jpeg.js +1 -0
- package/dist/serialization/types/Labs.d.ts +10 -0
- package/dist/serialization/types/Labs.js +39 -0
- package/dist/serialization/types/Micros.d.ts +3 -3
- package/dist/serialization/types/Micros.js +3 -3
- package/dist/serialization/types/PatientAddressCompatibleInput.d.ts +19 -0
- package/dist/serialization/types/PatientAddressCompatibleInput.js +40 -0
- package/dist/serialization/types/{PatientAddressCompatible.d.ts → PatientAddressCompatibleOutput.d.ts} +2 -2
- package/dist/serialization/types/{PatientAddressCompatible.js → PatientAddressCompatibleOutput.js} +2 -2
- package/dist/serialization/types/PhysicianCreateRequestSignatureImage.d.ts +1 -7
- package/dist/serialization/types/PhysicianCreateRequestSignatureImage.js +1 -9
- package/dist/serialization/types/Png.d.ts +1 -0
- package/dist/serialization/types/Png.js +1 -0
- package/dist/serialization/types/ProfileInDb.d.ts +1 -1
- package/dist/serialization/types/ProfileInDb.js +1 -1
- package/dist/serialization/types/ProviderLinkResponse.d.ts +1 -1
- package/dist/serialization/types/ProviderLinkResponse.js +1 -1
- package/dist/serialization/types/index.d.ts +59 -47
- package/dist/serialization/types/index.js +59 -47
- package/package.json +1 -1
- package/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +2 -2
- package/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.js +2 -2
- package/serialization/resources/testkit/client/requests/RegisterTestkitRequest.d.ts +2 -2
- package/serialization/resources/testkit/client/requests/RegisterTestkitRequest.js +2 -2
- package/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.d.ts +1 -1
- package/serialization/types/ClientFacingElectrocardiogramVoltageTimeseries.js +2 -2
- package/serialization/types/ClientFacingOrder.d.ts +2 -2
- package/serialization/types/ClientFacingOrder.js +2 -2
- package/serialization/types/ClientFacingSampleGroupingKeys.d.ts +10 -0
- package/serialization/types/ClientFacingSampleGroupingKeys.js +31 -0
- package/serialization/types/ClientFacingStream.d.ts +18 -9
- package/serialization/types/ClientFacingStream.js +18 -9
- package/serialization/types/ClientFacingStreamAltitude.d.ts +10 -0
- package/serialization/types/ClientFacingStreamAltitude.js +34 -0
- package/serialization/types/ClientFacingStreamCadence.d.ts +10 -0
- package/serialization/types/ClientFacingStreamCadence.js +34 -0
- package/serialization/types/ClientFacingStreamDistance.d.ts +10 -0
- package/serialization/types/ClientFacingStreamDistance.js +34 -0
- package/serialization/types/ClientFacingStreamHeartrate.d.ts +10 -0
- package/serialization/types/ClientFacingStreamHeartrate.js +34 -0
- package/serialization/types/ClientFacingStreamLat.d.ts +10 -0
- package/serialization/types/ClientFacingStreamLat.js +34 -0
- package/serialization/types/ClientFacingStreamLng.d.ts +10 -0
- package/serialization/types/ClientFacingStreamLng.js +34 -0
- package/serialization/types/ClientFacingStreamPower.d.ts +10 -0
- package/serialization/types/ClientFacingStreamPower.js +34 -0
- package/serialization/types/ClientFacingStreamResistance.d.ts +10 -0
- package/serialization/types/ClientFacingStreamResistance.js +34 -0
- package/serialization/types/ClientFacingStreamVelocitySmooth.d.ts +10 -0
- package/serialization/types/ClientFacingStreamVelocitySmooth.js +34 -0
- package/serialization/types/ClientFacingWorkout.d.ts +1 -0
- package/serialization/types/ClientFacingWorkout.js +1 -0
- package/serialization/types/HealthInsuranceCreateRequestBackImage.d.ts +1 -7
- package/serialization/types/HealthInsuranceCreateRequestBackImage.js +1 -9
- package/serialization/types/HealthInsuranceCreateRequestFrontImage.d.ts +1 -7
- package/serialization/types/HealthInsuranceCreateRequestFrontImage.js +1 -9
- package/serialization/types/HealthInsuranceCreateRequestPatientSignatureImage.d.ts +1 -7
- package/serialization/types/HealthInsuranceCreateRequestPatientSignatureImage.js +1 -9
- package/serialization/types/Jpeg.d.ts +1 -0
- package/serialization/types/Jpeg.js +1 -0
- package/serialization/types/Labs.d.ts +10 -0
- package/serialization/types/Labs.js +39 -0
- package/serialization/types/Micros.d.ts +3 -3
- package/serialization/types/Micros.js +3 -3
- package/serialization/types/PatientAddressCompatibleInput.d.ts +19 -0
- package/serialization/types/PatientAddressCompatibleInput.js +40 -0
- package/serialization/types/{PatientAddressCompatible.d.ts → PatientAddressCompatibleOutput.d.ts} +2 -2
- package/serialization/types/{PatientAddressCompatible.js → PatientAddressCompatibleOutput.js} +2 -2
- package/serialization/types/PhysicianCreateRequestSignatureImage.d.ts +1 -7
- package/serialization/types/PhysicianCreateRequestSignatureImage.js +1 -9
- package/serialization/types/Png.d.ts +1 -0
- package/serialization/types/Png.js +1 -0
- package/serialization/types/ProfileInDb.d.ts +1 -1
- package/serialization/types/ProfileInDb.js +1 -1
- package/serialization/types/ProviderLinkResponse.d.ts +1 -1
- package/serialization/types/ProviderLinkResponse.js +1 -1
- package/serialization/types/index.d.ts +59 -47
- package/serialization/types/index.js +59 -47
- package/api/resources/team/client/requests/TeamUpdateSourcePrioritiesRequest.d.ts +0 -12
- package/dist/api/resources/team/client/requests/TeamUpdateSourcePrioritiesRequest.d.ts +0 -12
- /package/api/resources/{team/client/requests/TeamUpdateSourcePrioritiesRequest.js → providers/client/requests/ProvidersGetAllRequest.js} +0 -0
- /package/api/types/{PatientAddressCompatible.js → ClientFacingSampleGroupingKeys.js} +0 -0
- /package/{dist/api/resources/team/client/requests/TeamUpdateSourcePrioritiesRequest.js → api/types/ClientFacingStreamAltitude.js} +0 -0
- /package/{dist/api/types/PatientAddressCompatible.js → api/types/ClientFacingStreamCadence.js} +0 -0
@@ -10,30 +10,18 @@ export interface ClientFacingActivity {
|
|
10
10
|
date: Date;
|
11
11
|
/** Date of the summary in the YYYY-mm-dd format. */
|
12
12
|
calendarDate: string;
|
13
|
-
/** Total energy consumption during the day including Basal Metabolic Rate in kilocalories::kilocalories */
|
14
13
|
caloriesTotal?: number;
|
15
|
-
/** Energy consumption caused by the physical activity of the day in kilocalories::kilocalories */
|
16
14
|
caloriesActive?: number;
|
17
|
-
/** Total number of steps registered during the day::steps */
|
18
15
|
steps?: number;
|
19
|
-
/** Deprecated. Daily physical activity as equal meters i.e. amount of walking needed to get the same amount of activity::meters */
|
20
16
|
dailyMovement?: number;
|
21
|
-
/** Distance traveled during activities throughout the day::meters */
|
22
17
|
distance?: number;
|
23
|
-
/** Number of minutes during the day with low intensity activity (e.g. household work)::minutes */
|
24
18
|
low?: number;
|
25
|
-
/** Number of minutes during the day with medium intensity activity (e.g. walking)::minutes */
|
26
19
|
medium?: number;
|
27
|
-
/** Number of minutes during the day with high intensity activity (e.g. running)::minutes */
|
28
20
|
high?: number;
|
29
21
|
/** Source the data has come from. */
|
30
22
|
source: Vital.ClientFacingSource;
|
31
|
-
/** Number of floors climbed by the user::count */
|
32
23
|
floorsClimbed?: number;
|
33
|
-
/** [DEPRECATED] The time zone full identifier for the data. Example: 'Europe/London'. */
|
34
24
|
timeZone?: string;
|
35
|
-
/** Timezone offset from UTC as seconds. For example, EEST (Eastern European Summer Time, +3h) is 10800. PST (Pacific Standard Time, -8h) is -28800::seconds */
|
36
25
|
timezoneOffset?: number;
|
37
|
-
/** Heart rate daily summary. */
|
38
26
|
heartRate?: Vital.ClientFacingHeartRate;
|
39
27
|
}
|
@@ -2,11 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingBloodOxygenTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
|
-
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG and IGE. */
|
10
7
|
type?: string;
|
11
8
|
/** Measured in percentage (spo2). */
|
12
9
|
unit: string;
|
@@ -2,11 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingBloodPressureTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
|
-
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG and IGE. */
|
10
7
|
type?: string;
|
11
8
|
/** The unit of the value. We use SI units where possible, e.g. mmol/L for glucose/cholesterol, bpm for heart rate, etc. */
|
12
9
|
unit: string;
|
@@ -10,9 +10,7 @@ export interface ClientFacingBody {
|
|
10
10
|
date: Date;
|
11
11
|
/** Date of the summary in the YYYY-mm-dd format. */
|
12
12
|
calendarDate: string;
|
13
|
-
/** Weight in kg::kg */
|
14
13
|
weight?: number;
|
15
|
-
/** Body fat percentage::perc */
|
16
14
|
fat?: number;
|
17
15
|
source: Vital.ClientFacingSource;
|
18
16
|
}
|
@@ -2,11 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingBodyFatTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
|
-
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG and IGE. */
|
10
7
|
type?: string;
|
11
8
|
/** Measured in percentage (0-100). */
|
12
9
|
unit: string;
|
@@ -2,11 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingBodyWeightTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
|
-
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG and IGE. */
|
10
7
|
type?: string;
|
11
8
|
/** Measured in kilograms (kg). */
|
12
9
|
unit: string;
|
@@ -2,11 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingCaffeineTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
|
-
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG and IGE. */
|
10
7
|
type?: string;
|
11
8
|
/** Measured in grams. */
|
12
9
|
unit: string;
|
@@ -2,11 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingCaloriesActiveTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
|
-
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG and IGE. */
|
10
7
|
type?: string;
|
11
8
|
/** Measured in kilocalories (kcal) */
|
12
9
|
unit: "kcal";
|
@@ -2,11 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingCaloriesBasalTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
|
-
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG and IGE. */
|
10
7
|
type?: string;
|
11
8
|
/** Measured in kilocalories (kcal) */
|
12
9
|
unit: "kcal";
|
@@ -2,11 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingCholesterolTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
|
-
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG and IGE. */
|
10
7
|
type?: string;
|
11
8
|
/** Measured in mmol/L. */
|
12
9
|
unit: string;
|
@@ -2,11 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingDistanceTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
|
-
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG and IGE. */
|
10
7
|
type?: string;
|
11
8
|
/** Measured in meters (m) */
|
12
9
|
unit: "m";
|
@@ -2,16 +2,14 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingElectrocardiogramVoltageTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
7
|
/** The lead of the measurement. */
|
10
|
-
type
|
8
|
+
type?: string;
|
11
9
|
/** Measured in mV. */
|
12
10
|
unit: string;
|
13
11
|
/** The timestamp of the measurement. */
|
14
|
-
timestamp:
|
12
|
+
timestamp: string;
|
15
13
|
/** The value of the measurement. */
|
16
14
|
value: number;
|
17
15
|
}
|
@@ -2,11 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingFloorsClimbedTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
|
-
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG and IGE. */
|
10
7
|
type?: string;
|
11
8
|
/** Measured in counts */
|
12
9
|
unit: "count";
|
@@ -2,11 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingGlucoseTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
|
-
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG and IGE. */
|
10
7
|
type?: string;
|
11
8
|
/** Measured in mmol/L. */
|
12
9
|
unit: string;
|
@@ -2,12 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingHeartRate {
|
5
|
-
/** Average heart rate::bpm */
|
6
5
|
avgBpm?: number;
|
7
|
-
/** Minimum heart rate::bpm */
|
8
6
|
minBpm?: number;
|
9
|
-
/** Maximum heart rate::bpm */
|
10
7
|
maxBpm?: number;
|
11
|
-
/** Resting heart rate::bpm */
|
12
8
|
restingBpm?: number;
|
13
9
|
}
|
@@ -2,11 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingHeartRateTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
|
-
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG and IGE. */
|
10
7
|
type?: string;
|
11
8
|
/** Measured in bpm. */
|
12
9
|
unit: string;
|
@@ -2,11 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingHrvTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
|
-
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG and IGE. */
|
10
7
|
type?: string;
|
11
8
|
/** Measured in rmssd. */
|
12
9
|
unit: string;
|
@@ -2,11 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingHypnogramTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
|
-
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG and IGE. */
|
10
7
|
type?: string;
|
11
8
|
/** enum: 1: deep, 2: light, 3: rem, 4: awake, -1: missing_data. */
|
12
9
|
unit: string;
|
@@ -2,11 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingIgeTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
|
-
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG and IGE. */
|
10
7
|
type?: string;
|
11
8
|
/** Measured in FSU. */
|
12
9
|
unit: string;
|
@@ -2,11 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingIggTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
|
-
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG and IGE. */
|
10
7
|
type?: string;
|
11
8
|
/** Measured in FSU. */
|
12
9
|
unit: string;
|
@@ -3,14 +3,21 @@
|
|
3
3
|
*/
|
4
4
|
import * as Vital from "..";
|
5
5
|
export interface ClientFacingLabTest {
|
6
|
+
/** */
|
6
7
|
id: string;
|
8
|
+
/** */
|
7
9
|
slug: string;
|
10
|
+
/** */
|
8
11
|
name: string;
|
12
|
+
/** */
|
9
13
|
sampleType: Vital.LabTestSampleType;
|
14
|
+
/** */
|
10
15
|
method: Vital.LabTestCollectionMethod;
|
16
|
+
/** */
|
11
17
|
price: number;
|
12
18
|
/** Deprecated. Use status instead. */
|
13
19
|
isActive: boolean;
|
20
|
+
/** */
|
14
21
|
status: Vital.LabTestStatus;
|
15
22
|
/** Defines whether a lab test requires fasting. */
|
16
23
|
fasting?: boolean;
|
@@ -2,11 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingMindfulnessMinutesTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
|
-
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG and IGE. */
|
10
7
|
type?: string;
|
11
8
|
/** Measured in minutes. */
|
12
9
|
unit: string;
|
@@ -9,16 +9,12 @@ export interface ClientFacingOrder {
|
|
9
9
|
id: string;
|
10
10
|
/** Your team id. */
|
11
11
|
teamId: string;
|
12
|
-
/** Patient Details */
|
13
12
|
patientDetails?: Vital.ClientFacingPatientDetailsCompatible;
|
14
|
-
|
15
|
-
patientAddress?: Vital.PatientAddressCompatible;
|
13
|
+
patientAddress?: Vital.PatientAddressCompatibleOutput;
|
16
14
|
/** The Vital Test associated with the order */
|
17
15
|
labTest: Vital.ClientFacingLabTest;
|
18
16
|
details: Vital.ClientFacingOrderDetails;
|
19
|
-
/** Sample ID */
|
20
17
|
sampleId?: string;
|
21
|
-
/** Notes associated with the order */
|
22
18
|
notes?: string;
|
23
19
|
/** When your order was created */
|
24
20
|
createdAt: Date;
|
@@ -27,14 +23,10 @@ export interface ClientFacingOrder {
|
|
27
23
|
events: Vital.ClientFacingOrderEvent[];
|
28
24
|
status?: Vital.OrderTopLevelStatus;
|
29
25
|
physician?: Vital.ClientFacingPhysician;
|
30
|
-
/** Vital ID of the health insurance. */
|
31
26
|
healthInsuranceId?: string;
|
32
|
-
/** DEPRECATED. Requistion form url. */
|
33
27
|
requisitionFormUrl?: string;
|
34
28
|
/** Defines whether order is priority or not. For some labs, this refers to a STAT order. */
|
35
29
|
priority?: boolean;
|
36
|
-
/** Shipping Details. For unregistered testkit orders. */
|
37
30
|
shippingDetails?: Vital.ShippingAddress;
|
38
|
-
/** Schedule an Order to be processed in a future date. */
|
39
31
|
activateBy?: string;
|
40
32
|
}
|
@@ -9,7 +9,6 @@ export interface ClientFacingProviderDetailed {
|
|
9
9
|
slug: string;
|
10
10
|
/** Description of source of information */
|
11
11
|
description: string;
|
12
|
-
/** URL for source logo */
|
13
12
|
logo?: string;
|
14
13
|
authType?: Vital.SourceAuthType;
|
15
14
|
supportedResources?: Vital.ClientFacingResource[];
|
@@ -1,9 +1,6 @@
|
|
1
1
|
/**
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
|
-
/**
|
5
|
-
* An enumeration.
|
6
|
-
*/
|
7
4
|
export declare type ClientFacingResource = "profile" | "activity" | "sleep" | "body" | "workouts" | "workout_stream" | "connection" | "order" | "result" | "appointment" | "glucose" | "heartrate" | "hrv" | "hypnogram" | "ige" | "igg" | "blood_oxygen" | "blood_pressure" | "cholesterol" | "device" | "weight" | "fat" | "meal" | "water" | "caffeine" | "mindfulness_minutes" | "steps" | "calories_active" | "distance" | "floors_climbed" | "respiratory_rate" | "vo2_max" | "calories_basal" | "stress_level" | "electrocardiogram_voltage" | "sleep_stream";
|
8
5
|
export declare const ClientFacingResource: {
|
9
6
|
readonly Profile: "profile";
|
@@ -2,11 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingRespiratoryRateTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
|
-
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG and IGE. */
|
10
7
|
type?: string;
|
11
8
|
/** Measured in bpm. */
|
12
9
|
unit: string;
|
@@ -9,18 +9,11 @@
|
|
9
9
|
export interface ClientFacingShipment {
|
10
10
|
/** The Vital Shipment ID */
|
11
11
|
id: string;
|
12
|
-
/** Tracking number for delivery to customer */
|
13
12
|
outboundTrackingNumber?: string;
|
14
|
-
/** Tracking url for delivery to customer */
|
15
13
|
outboundTrackingUrl?: string;
|
16
|
-
/** Tracking number for delivery to lab */
|
17
14
|
inboundTrackingNumber?: string;
|
18
|
-
/** Tracking url for delivery to lab */
|
19
15
|
inboundTrackingUrl?: string;
|
20
|
-
/** Courier used for delivery to customer */
|
21
16
|
outboundCourier?: string;
|
22
|
-
/** Courier used for delivery to lab */
|
23
17
|
inboundCourier?: string;
|
24
|
-
/** Notes associated to the Vital shipment */
|
25
18
|
notes?: string;
|
26
19
|
}
|
@@ -14,7 +14,6 @@ export interface ClientFacingSleep {
|
|
14
14
|
bedtimeStart: Date;
|
15
15
|
/** UTC Time when the sleep period ended */
|
16
16
|
bedtimeStop: Date;
|
17
|
-
/** Timezone offset from UTC as seconds. For example, EEST (Eastern European Summer Time, +3h) is 10800. PST (Pacific Standard Time, -8h) is -28800::seconds */
|
18
17
|
timezoneOffset?: number;
|
19
18
|
/** Total duration of the sleep period (sleep.duration = sleep.bedtime_end - sleep.bedtime_start)::seconds */
|
20
19
|
duration: number;
|
@@ -28,25 +27,15 @@ export interface ClientFacingSleep {
|
|
28
27
|
rem: number;
|
29
28
|
/** Total amount of deep (N3) sleep registered during the sleep period::seconds */
|
30
29
|
deep: number;
|
31
|
-
/** A value between 1 and 100 representing how well the user slept. Currently only available for Withings, Oura, Whoop and Garmin::scalar */
|
32
30
|
score?: number;
|
33
|
-
/** The lowest heart rate (5 minutes sliding average) registered during the sleep period::beats per minute */
|
34
31
|
hrLowest?: number;
|
35
|
-
/** The average heart rate registered during the sleep period::beats per minute */
|
36
32
|
hrAverage?: number;
|
37
|
-
/** Sleep efficiency is the percentage of the sleep period spent asleep (100% \* sleep.total / sleep.duration)::perc */
|
38
33
|
efficiency?: number;
|
39
|
-
/** Detected latency from bedtime_start to the beginning of the first five minutes of persistent sleep::seconds */
|
40
34
|
latency?: number;
|
41
|
-
/** Skin temperature deviation from the long-term temperature average::celcius */
|
42
35
|
temperatureDelta?: number;
|
43
|
-
/** The skin temperature::celcius */
|
44
36
|
skinTemperature?: number;
|
45
|
-
/** Sleeping Heart Rate Dip is the percentage difference between your average waking heart rate and your average sleeping heart rate. In health studies, a greater "dip" is typically seen as a positive indicator of overall health. Currently only available for Garmin::perc */
|
46
37
|
hrDip?: number;
|
47
|
-
/** The average heart rate variability registered during the sleep period::rmssd */
|
48
38
|
averageHrv?: number;
|
49
|
-
/** Average respiratory rate::breaths per minute */
|
50
39
|
respiratoryRate?: number;
|
51
40
|
/** Source the data has come from. */
|
52
41
|
source: Vital.ClientFacingSource;
|
@@ -10,7 +10,6 @@ export interface ClientFacingSource {
|
|
10
10
|
provider: string;
|
11
11
|
/** The type of the data source (app or device) by which the summary or the timeseries data were recorded. This defaults to `unknown` when Vital cannot extract or infer that information */
|
12
12
|
type?: string;
|
13
|
-
/** The identifier of the app which recorded this summary. This is only applicable to multi-source providers like Apple Health and Android Health Connect. */
|
14
13
|
appId?: string;
|
15
14
|
/** Deprecated. Subject to removal after 1 Jan 2024. */
|
16
15
|
name: string;
|
@@ -2,11 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface ClientFacingStepsTimeseries {
|
5
|
-
/** Deprecated */
|
6
5
|
id?: number;
|
7
|
-
/** Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source. */
|
8
6
|
timezoneOffset?: number;
|
9
|
-
/** The reading type of the measurement. This is applicable only to Cholesterol, IGG and IGE. */
|
10
7
|
type?: string;
|
11
8
|
/** Measured in counts */
|
12
9
|
unit: "count";
|
@@ -1,16 +1,25 @@
|
|
1
1
|
/**
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
|
+
import * as Vital from "..";
|
4
5
|
export interface ClientFacingStream {
|
5
|
-
|
6
|
-
|
6
|
+
/** RPM for cycling, Steps per minute for running */
|
7
|
+
cadence?: Vital.ClientFacingStreamCadence;
|
7
8
|
time?: number[];
|
8
|
-
altitude
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
9
|
+
/** Data points for altitude */
|
10
|
+
altitude?: Vital.ClientFacingStreamAltitude;
|
11
|
+
/** Velocity in m/s */
|
12
|
+
velocitySmooth?: Vital.ClientFacingStreamVelocitySmooth;
|
13
|
+
/** Heart rate in bpm */
|
14
|
+
heartrate?: Vital.ClientFacingStreamHeartrate;
|
15
|
+
/** Latitude for data point */
|
16
|
+
lat?: Vital.ClientFacingStreamLat;
|
17
|
+
/** Longitude for data point */
|
18
|
+
lng?: Vital.ClientFacingStreamLng;
|
19
|
+
/** Cumulated distance for exercise */
|
20
|
+
distance?: Vital.ClientFacingStreamDistance;
|
21
|
+
/** Power in watts */
|
22
|
+
power?: Vital.ClientFacingStreamPower;
|
23
|
+
/** Resistance on bike */
|
24
|
+
resistance?: Vital.ClientFacingStreamResistance;
|
16
25
|
}
|