@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
@@ -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 OrderStatus = "received.walk_in_test.ordered" | "received.walk_in_test.requisition_created" | "completed.walk_in_test.completed" | "sample_with_lab.walk_in_test.partial_results" | "failed.walk_in_test.sample_error" | "cancelled.walk_in_test.cancelled" | "received.at_home_phlebotomy.ordered" | "received.at_home_phlebotomy.requisition_created" | "collecting_sample.at_home_phlebotomy.appointment_pending" | "collecting_sample.at_home_phlebotomy.appointment_scheduled" | "collecting_sample.at_home_phlebotomy.draw_completed" | "collecting_sample.at_home_phlebotomy.appointment_cancelled" | "completed.at_home_phlebotomy.completed" | "sample_with_lab.at_home_phlebotomy.partial_results" | "cancelled.at_home_phlebotomy.cancelled" | "failed.at_home_phlebotomy.sample_error" | "received.testkit.ordered" | "received.testkit.awaiting_registration" | "received.testkit.requisition_created" | "received.testkit.registered" | "collecting_sample.testkit.transit_customer" | "collecting_sample.testkit.out_for_delivery" | "collecting_sample.testkit.with_customer" | "collecting_sample.testkit.transit_lab" | "sample_with_lab.testkit.delivered_to_lab" | "completed.testkit.completed" | "failed.testkit.failure_to_deliver_to_customer" | "failed.testkit.failure_to_deliver_to_lab" | "failed.testkit.sample_error" | "failed.testkit.lost" | "cancelled.testkit.cancelled" | "cancelled.testkit.do_not_process";
|
8
5
|
export declare const OrderStatus: {
|
9
6
|
readonly ReceivedWalkInTestOrdered: "received.walk_in_test.ordered";
|
@@ -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 OrderTopLevelStatus = "received" | "collecting_sample" | "sample_with_lab" | "completed" | "cancelled" | "failed";
|
8
5
|
export declare const OrderTopLevelStatus: {
|
9
6
|
readonly Received: "received";
|
@@ -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 PasswordProviders = "whoop" | "renpho" | "peloton" | "zwift" | "eight_sleep" | "beurer_api" | "dexcom" | "hammerhead" | "my_fitness_pal" | "kardia" | "abbott_libreview";
|
8
5
|
export declare const PasswordProviders: {
|
9
6
|
readonly Whoop: "whoop";
|
@@ -0,0 +1,13 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export interface PatientAddressCompatibleInput {
|
5
|
+
receiverName?: string;
|
6
|
+
street: string;
|
7
|
+
streetNumber?: string;
|
8
|
+
city: string;
|
9
|
+
state: string;
|
10
|
+
zip: string;
|
11
|
+
country: string;
|
12
|
+
phoneNumber?: string;
|
13
|
+
}
|
@@ -5,12 +5,4 @@ import * as Vital from "..";
|
|
5
5
|
/**
|
6
6
|
* An image of the physician signature for health insurance billing
|
7
7
|
*/
|
8
|
-
export declare type PhysicianCreateRequestSignatureImage = Vital.
|
9
|
-
export declare namespace PhysicianCreateRequestSignatureImage {
|
10
|
-
interface ImageJpeg extends Vital.Jpeg {
|
11
|
-
contentType: "image/jpeg";
|
12
|
-
}
|
13
|
-
interface ImagePng extends Vital.Png {
|
14
|
-
contentType: "image/png";
|
15
|
-
}
|
16
|
-
}
|
8
|
+
export declare type PhysicianCreateRequestSignatureImage = Vital.Jpeg | Vital.Png;
|
package/dist/api/types/Png.d.ts
CHANGED
@@ -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 Providers = "oura" | "fitbit" | "garmin" | "whoop" | "strava" | "renpho" | "peloton" | "wahoo" | "zwift" | "freestyle_libre" | "abbott_libreview" | "freestyle_libre_ble" | "eight_sleep" | "withings" | "apple_health_kit" | "manual" | "ihealth" | "google_fit" | "beurer_api" | "beurer_ble" | "omron" | "omron_ble" | "onetouch_ble" | "accuchek_ble" | "contour_ble" | "dexcom" | "dexcom_v3" | "hammerhead" | "my_fitness_pal" | "health_connect" | "polar" | "cronometer" | "kardia" | "whoop_v2";
|
8
5
|
export declare const Providers: {
|
9
6
|
readonly Oura: "oura";
|
@@ -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 ResponsibleRelationship = "Self" | "Spouse" | "Other Relationship";
|
8
5
|
export declare const ResponsibleRelationship: {
|
9
6
|
readonly Self: "Self";
|
@@ -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 SourceAuthType = "oauth" | "team_oauth" | "sdk" | "password" | "email" | "app" | "";
|
8
5
|
export declare const SourceAuthType: {
|
9
6
|
readonly Oauth: "oauth";
|
@@ -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 TimeseriesResource = "calories_active" | "calories_basal" | "distance" | "blood_oxygen" | "blood_pressure" | "body_fat" | "body_weight" | "cholesterol" | "cholesterol/ldl" | "cholesterol/hdl" | "cholesterol/total" | "cholesterol/triglycerides" | "electrocardiogram_voltage" | "floors_climbed" | "glucose" | "heartrate" | "hrv" | "hypnogram" | "ige" | "igg" | "respiratory_rate" | "steps" | "stress_level" | "vo2_max" | "water" | "caffeine" | "mindfulness_minutes";
|
8
5
|
export declare const TimeseriesResource: {
|
9
6
|
readonly CaloriesActive: "calories_active";
|
@@ -71,6 +71,15 @@ export * from "./ClientFacingSleepStream";
|
|
71
71
|
export * from "./ClientFacingSource";
|
72
72
|
export * from "./ClientFacingSport";
|
73
73
|
export * from "./ClientFacingStepsTimeseries";
|
74
|
+
export * from "./ClientFacingStreamCadence";
|
75
|
+
export * from "./ClientFacingStreamAltitude";
|
76
|
+
export * from "./ClientFacingStreamVelocitySmooth";
|
77
|
+
export * from "./ClientFacingStreamHeartrate";
|
78
|
+
export * from "./ClientFacingStreamLat";
|
79
|
+
export * from "./ClientFacingStreamLng";
|
80
|
+
export * from "./ClientFacingStreamDistance";
|
81
|
+
export * from "./ClientFacingStreamPower";
|
82
|
+
export * from "./ClientFacingStreamResistance";
|
74
83
|
export * from "./ClientFacingStream";
|
75
84
|
export * from "./ClientFacingStressLevelTimeseries";
|
76
85
|
export * from "./ClientFacingTeam";
|
@@ -107,52 +116,6 @@ export * from "./Fats";
|
|
107
116
|
export * from "./Gender";
|
108
117
|
export * from "./GetMarkersResponse";
|
109
118
|
export * from "./GetOrdersResponse";
|
110
|
-
export * from "./GroupedBloodOxygen";
|
111
|
-
export * from "./GroupedBloodOxygenResponse";
|
112
|
-
export * from "./GroupedBloodPressure";
|
113
|
-
export * from "./GroupedBloodPressureResponse";
|
114
|
-
export * from "./GroupedBodyFat";
|
115
|
-
export * from "./GroupedBodyFatResponse";
|
116
|
-
export * from "./GroupedBodyWeight";
|
117
|
-
export * from "./GroupedBodyWeightResponse";
|
118
|
-
export * from "./GroupedCaffeine";
|
119
|
-
export * from "./GroupedCaffeineResponse";
|
120
|
-
export * from "./GroupedCaloriesActive";
|
121
|
-
export * from "./GroupedCaloriesActiveResponse";
|
122
|
-
export * from "./GroupedCaloriesBasal";
|
123
|
-
export * from "./GroupedCaloriesBasalResponse";
|
124
|
-
export * from "./GroupedCholesterol";
|
125
|
-
export * from "./GroupedCholesterolResponse";
|
126
|
-
export * from "./GroupedDistance";
|
127
|
-
export * from "./GroupedDistanceResponse";
|
128
|
-
export * from "./GroupedElectrocardiogramVoltage";
|
129
|
-
export * from "./GroupedElectrocardiogramVoltageResponse";
|
130
|
-
export * from "./GroupedFloorsClimbed";
|
131
|
-
export * from "./GroupedFloorsClimbedResponse";
|
132
|
-
export * from "./GroupedGlucose";
|
133
|
-
export * from "./GroupedGlucoseResponse";
|
134
|
-
export * from "./GroupedHrv";
|
135
|
-
export * from "./GroupedHrvResponse";
|
136
|
-
export * from "./GroupedHeartRate";
|
137
|
-
export * from "./GroupedHeartRateResponse";
|
138
|
-
export * from "./GroupedHypnogram";
|
139
|
-
export * from "./GroupedHypnogramResponse";
|
140
|
-
export * from "./GroupedIge";
|
141
|
-
export * from "./GroupedIgeResponse";
|
142
|
-
export * from "./GroupedIgg";
|
143
|
-
export * from "./GroupedIggResponse";
|
144
|
-
export * from "./GroupedMindfulnessMinutes";
|
145
|
-
export * from "./GroupedMindfulnessMinutesResponse";
|
146
|
-
export * from "./GroupedRespiratoryRate";
|
147
|
-
export * from "./GroupedRespiratoryRateResponse";
|
148
|
-
export * from "./GroupedSteps";
|
149
|
-
export * from "./GroupedStepsResponse";
|
150
|
-
export * from "./GroupedStressLevel";
|
151
|
-
export * from "./GroupedStressLevelResponse";
|
152
|
-
export * from "./GroupedVo2Max";
|
153
|
-
export * from "./GroupedVo2MaxResponse";
|
154
|
-
export * from "./GroupedWater";
|
155
|
-
export * from "./GroupedWaterResponse";
|
156
119
|
export * from "./HttpValidationError";
|
157
120
|
export * from "./HealthInsuranceCreateRequestFrontImage";
|
158
121
|
export * from "./HealthInsuranceCreateRequestBackImage";
|
@@ -167,6 +130,7 @@ export * from "./LabResultsRaw";
|
|
167
130
|
export * from "./LabTestCollectionMethod";
|
168
131
|
export * from "./LabTestSampleType";
|
169
132
|
export * from "./LabTestStatus";
|
133
|
+
export * from "./Labs";
|
170
134
|
export * from "./LastAttempt";
|
171
135
|
export * from "./LibreConfig";
|
172
136
|
export * from "./LinkTokenExchangeResponse";
|
@@ -182,7 +146,8 @@ export * from "./OrderStatus";
|
|
182
146
|
export * from "./OrderTopLevelStatus";
|
183
147
|
export * from "./PaginatedUsersResponse";
|
184
148
|
export * from "./PasswordProviders";
|
185
|
-
export * from "./
|
149
|
+
export * from "./PatientAddressCompatibleInput";
|
150
|
+
export * from "./PatientAddressCompatibleOutput";
|
186
151
|
export * from "./PatientDetails";
|
187
152
|
export * from "./PersonDetails";
|
188
153
|
export * from "./PhlebotomyAreaInfo";
|
@@ -238,3 +203,50 @@ export * from "./ValidationErrorLocItem";
|
|
238
203
|
export * from "./ValidationError";
|
239
204
|
export * from "./VitalTokenCreatedResponse";
|
240
205
|
export * from "./WorkoutV2InDb";
|
206
|
+
export * from "./ClientFacingSampleGroupingKeys";
|
207
|
+
export * from "./GroupedVo2MaxResponse";
|
208
|
+
export * from "./GroupedStressLevelResponse";
|
209
|
+
export * from "./GroupedMindfulnessMinutesResponse";
|
210
|
+
export * from "./GroupedCaffeineResponse";
|
211
|
+
export * from "./GroupedWaterResponse";
|
212
|
+
export * from "./GroupedStepsResponse";
|
213
|
+
export * from "./GroupedFloorsClimbedResponse";
|
214
|
+
export * from "./GroupedDistanceResponse";
|
215
|
+
export * from "./GroupedCaloriesBasalResponse";
|
216
|
+
export * from "./GroupedCaloriesActiveResponse";
|
217
|
+
export * from "./GroupedRespiratoryRateResponse";
|
218
|
+
export * from "./GroupedIgeResponse";
|
219
|
+
export * from "./GroupedIggResponse";
|
220
|
+
export * from "./GroupedHypnogramResponse";
|
221
|
+
export * from "./GroupedHrvResponse";
|
222
|
+
export * from "./GroupedHeartRateResponse";
|
223
|
+
export * from "./GroupedGlucoseResponse";
|
224
|
+
export * from "./GroupedCholesterolResponse";
|
225
|
+
export * from "./GroupedBodyWeightResponse";
|
226
|
+
export * from "./GroupedBodyFatResponse";
|
227
|
+
export * from "./GroupedBloodOxygenResponse";
|
228
|
+
export * from "./GroupedElectrocardiogramVoltageResponse";
|
229
|
+
export * from "./GroupedBloodPressureResponse";
|
230
|
+
export * from "./GroupedVo2Max";
|
231
|
+
export * from "./GroupedStressLevel";
|
232
|
+
export * from "./GroupedMindfulnessMinutes";
|
233
|
+
export * from "./GroupedCaffeine";
|
234
|
+
export * from "./GroupedWater";
|
235
|
+
export * from "./GroupedSteps";
|
236
|
+
export * from "./GroupedFloorsClimbed";
|
237
|
+
export * from "./GroupedDistance";
|
238
|
+
export * from "./GroupedCaloriesBasal";
|
239
|
+
export * from "./GroupedCaloriesActive";
|
240
|
+
export * from "./GroupedRespiratoryRate";
|
241
|
+
export * from "./GroupedIge";
|
242
|
+
export * from "./GroupedIgg";
|
243
|
+
export * from "./GroupedHypnogram";
|
244
|
+
export * from "./GroupedHrv";
|
245
|
+
export * from "./GroupedHeartRate";
|
246
|
+
export * from "./GroupedGlucose";
|
247
|
+
export * from "./GroupedCholesterol";
|
248
|
+
export * from "./GroupedBodyWeight";
|
249
|
+
export * from "./GroupedBodyFat";
|
250
|
+
export * from "./GroupedBloodOxygen";
|
251
|
+
export * from "./GroupedElectrocardiogramVoltage";
|
252
|
+
export * from "./GroupedBloodPressure";
|
package/dist/api/types/index.js
CHANGED
@@ -87,6 +87,15 @@ __exportStar(require("./ClientFacingSleepStream"), exports);
|
|
87
87
|
__exportStar(require("./ClientFacingSource"), exports);
|
88
88
|
__exportStar(require("./ClientFacingSport"), exports);
|
89
89
|
__exportStar(require("./ClientFacingStepsTimeseries"), exports);
|
90
|
+
__exportStar(require("./ClientFacingStreamCadence"), exports);
|
91
|
+
__exportStar(require("./ClientFacingStreamAltitude"), exports);
|
92
|
+
__exportStar(require("./ClientFacingStreamVelocitySmooth"), exports);
|
93
|
+
__exportStar(require("./ClientFacingStreamHeartrate"), exports);
|
94
|
+
__exportStar(require("./ClientFacingStreamLat"), exports);
|
95
|
+
__exportStar(require("./ClientFacingStreamLng"), exports);
|
96
|
+
__exportStar(require("./ClientFacingStreamDistance"), exports);
|
97
|
+
__exportStar(require("./ClientFacingStreamPower"), exports);
|
98
|
+
__exportStar(require("./ClientFacingStreamResistance"), exports);
|
90
99
|
__exportStar(require("./ClientFacingStream"), exports);
|
91
100
|
__exportStar(require("./ClientFacingStressLevelTimeseries"), exports);
|
92
101
|
__exportStar(require("./ClientFacingTeam"), exports);
|
@@ -123,52 +132,6 @@ __exportStar(require("./Fats"), exports);
|
|
123
132
|
__exportStar(require("./Gender"), exports);
|
124
133
|
__exportStar(require("./GetMarkersResponse"), exports);
|
125
134
|
__exportStar(require("./GetOrdersResponse"), exports);
|
126
|
-
__exportStar(require("./GroupedBloodOxygen"), exports);
|
127
|
-
__exportStar(require("./GroupedBloodOxygenResponse"), exports);
|
128
|
-
__exportStar(require("./GroupedBloodPressure"), exports);
|
129
|
-
__exportStar(require("./GroupedBloodPressureResponse"), exports);
|
130
|
-
__exportStar(require("./GroupedBodyFat"), exports);
|
131
|
-
__exportStar(require("./GroupedBodyFatResponse"), exports);
|
132
|
-
__exportStar(require("./GroupedBodyWeight"), exports);
|
133
|
-
__exportStar(require("./GroupedBodyWeightResponse"), exports);
|
134
|
-
__exportStar(require("./GroupedCaffeine"), exports);
|
135
|
-
__exportStar(require("./GroupedCaffeineResponse"), exports);
|
136
|
-
__exportStar(require("./GroupedCaloriesActive"), exports);
|
137
|
-
__exportStar(require("./GroupedCaloriesActiveResponse"), exports);
|
138
|
-
__exportStar(require("./GroupedCaloriesBasal"), exports);
|
139
|
-
__exportStar(require("./GroupedCaloriesBasalResponse"), exports);
|
140
|
-
__exportStar(require("./GroupedCholesterol"), exports);
|
141
|
-
__exportStar(require("./GroupedCholesterolResponse"), exports);
|
142
|
-
__exportStar(require("./GroupedDistance"), exports);
|
143
|
-
__exportStar(require("./GroupedDistanceResponse"), exports);
|
144
|
-
__exportStar(require("./GroupedElectrocardiogramVoltage"), exports);
|
145
|
-
__exportStar(require("./GroupedElectrocardiogramVoltageResponse"), exports);
|
146
|
-
__exportStar(require("./GroupedFloorsClimbed"), exports);
|
147
|
-
__exportStar(require("./GroupedFloorsClimbedResponse"), exports);
|
148
|
-
__exportStar(require("./GroupedGlucose"), exports);
|
149
|
-
__exportStar(require("./GroupedGlucoseResponse"), exports);
|
150
|
-
__exportStar(require("./GroupedHrv"), exports);
|
151
|
-
__exportStar(require("./GroupedHrvResponse"), exports);
|
152
|
-
__exportStar(require("./GroupedHeartRate"), exports);
|
153
|
-
__exportStar(require("./GroupedHeartRateResponse"), exports);
|
154
|
-
__exportStar(require("./GroupedHypnogram"), exports);
|
155
|
-
__exportStar(require("./GroupedHypnogramResponse"), exports);
|
156
|
-
__exportStar(require("./GroupedIge"), exports);
|
157
|
-
__exportStar(require("./GroupedIgeResponse"), exports);
|
158
|
-
__exportStar(require("./GroupedIgg"), exports);
|
159
|
-
__exportStar(require("./GroupedIggResponse"), exports);
|
160
|
-
__exportStar(require("./GroupedMindfulnessMinutes"), exports);
|
161
|
-
__exportStar(require("./GroupedMindfulnessMinutesResponse"), exports);
|
162
|
-
__exportStar(require("./GroupedRespiratoryRate"), exports);
|
163
|
-
__exportStar(require("./GroupedRespiratoryRateResponse"), exports);
|
164
|
-
__exportStar(require("./GroupedSteps"), exports);
|
165
|
-
__exportStar(require("./GroupedStepsResponse"), exports);
|
166
|
-
__exportStar(require("./GroupedStressLevel"), exports);
|
167
|
-
__exportStar(require("./GroupedStressLevelResponse"), exports);
|
168
|
-
__exportStar(require("./GroupedVo2Max"), exports);
|
169
|
-
__exportStar(require("./GroupedVo2MaxResponse"), exports);
|
170
|
-
__exportStar(require("./GroupedWater"), exports);
|
171
|
-
__exportStar(require("./GroupedWaterResponse"), exports);
|
172
135
|
__exportStar(require("./HttpValidationError"), exports);
|
173
136
|
__exportStar(require("./HealthInsuranceCreateRequestFrontImage"), exports);
|
174
137
|
__exportStar(require("./HealthInsuranceCreateRequestBackImage"), exports);
|
@@ -183,6 +146,7 @@ __exportStar(require("./LabResultsRaw"), exports);
|
|
183
146
|
__exportStar(require("./LabTestCollectionMethod"), exports);
|
184
147
|
__exportStar(require("./LabTestSampleType"), exports);
|
185
148
|
__exportStar(require("./LabTestStatus"), exports);
|
149
|
+
__exportStar(require("./Labs"), exports);
|
186
150
|
__exportStar(require("./LastAttempt"), exports);
|
187
151
|
__exportStar(require("./LibreConfig"), exports);
|
188
152
|
__exportStar(require("./LinkTokenExchangeResponse"), exports);
|
@@ -198,7 +162,8 @@ __exportStar(require("./OrderStatus"), exports);
|
|
198
162
|
__exportStar(require("./OrderTopLevelStatus"), exports);
|
199
163
|
__exportStar(require("./PaginatedUsersResponse"), exports);
|
200
164
|
__exportStar(require("./PasswordProviders"), exports);
|
201
|
-
__exportStar(require("./
|
165
|
+
__exportStar(require("./PatientAddressCompatibleInput"), exports);
|
166
|
+
__exportStar(require("./PatientAddressCompatibleOutput"), exports);
|
202
167
|
__exportStar(require("./PatientDetails"), exports);
|
203
168
|
__exportStar(require("./PersonDetails"), exports);
|
204
169
|
__exportStar(require("./PhlebotomyAreaInfo"), exports);
|
@@ -254,3 +219,50 @@ __exportStar(require("./ValidationErrorLocItem"), exports);
|
|
254
219
|
__exportStar(require("./ValidationError"), exports);
|
255
220
|
__exportStar(require("./VitalTokenCreatedResponse"), exports);
|
256
221
|
__exportStar(require("./WorkoutV2InDb"), exports);
|
222
|
+
__exportStar(require("./ClientFacingSampleGroupingKeys"), exports);
|
223
|
+
__exportStar(require("./GroupedVo2MaxResponse"), exports);
|
224
|
+
__exportStar(require("./GroupedStressLevelResponse"), exports);
|
225
|
+
__exportStar(require("./GroupedMindfulnessMinutesResponse"), exports);
|
226
|
+
__exportStar(require("./GroupedCaffeineResponse"), exports);
|
227
|
+
__exportStar(require("./GroupedWaterResponse"), exports);
|
228
|
+
__exportStar(require("./GroupedStepsResponse"), exports);
|
229
|
+
__exportStar(require("./GroupedFloorsClimbedResponse"), exports);
|
230
|
+
__exportStar(require("./GroupedDistanceResponse"), exports);
|
231
|
+
__exportStar(require("./GroupedCaloriesBasalResponse"), exports);
|
232
|
+
__exportStar(require("./GroupedCaloriesActiveResponse"), exports);
|
233
|
+
__exportStar(require("./GroupedRespiratoryRateResponse"), exports);
|
234
|
+
__exportStar(require("./GroupedIgeResponse"), exports);
|
235
|
+
__exportStar(require("./GroupedIggResponse"), exports);
|
236
|
+
__exportStar(require("./GroupedHypnogramResponse"), exports);
|
237
|
+
__exportStar(require("./GroupedHrvResponse"), exports);
|
238
|
+
__exportStar(require("./GroupedHeartRateResponse"), exports);
|
239
|
+
__exportStar(require("./GroupedGlucoseResponse"), exports);
|
240
|
+
__exportStar(require("./GroupedCholesterolResponse"), exports);
|
241
|
+
__exportStar(require("./GroupedBodyWeightResponse"), exports);
|
242
|
+
__exportStar(require("./GroupedBodyFatResponse"), exports);
|
243
|
+
__exportStar(require("./GroupedBloodOxygenResponse"), exports);
|
244
|
+
__exportStar(require("./GroupedElectrocardiogramVoltageResponse"), exports);
|
245
|
+
__exportStar(require("./GroupedBloodPressureResponse"), exports);
|
246
|
+
__exportStar(require("./GroupedVo2Max"), exports);
|
247
|
+
__exportStar(require("./GroupedStressLevel"), exports);
|
248
|
+
__exportStar(require("./GroupedMindfulnessMinutes"), exports);
|
249
|
+
__exportStar(require("./GroupedCaffeine"), exports);
|
250
|
+
__exportStar(require("./GroupedWater"), exports);
|
251
|
+
__exportStar(require("./GroupedSteps"), exports);
|
252
|
+
__exportStar(require("./GroupedFloorsClimbed"), exports);
|
253
|
+
__exportStar(require("./GroupedDistance"), exports);
|
254
|
+
__exportStar(require("./GroupedCaloriesBasal"), exports);
|
255
|
+
__exportStar(require("./GroupedCaloriesActive"), exports);
|
256
|
+
__exportStar(require("./GroupedRespiratoryRate"), exports);
|
257
|
+
__exportStar(require("./GroupedIge"), exports);
|
258
|
+
__exportStar(require("./GroupedIgg"), exports);
|
259
|
+
__exportStar(require("./GroupedHypnogram"), exports);
|
260
|
+
__exportStar(require("./GroupedHrv"), exports);
|
261
|
+
__exportStar(require("./GroupedHeartRate"), exports);
|
262
|
+
__exportStar(require("./GroupedGlucose"), exports);
|
263
|
+
__exportStar(require("./GroupedCholesterol"), exports);
|
264
|
+
__exportStar(require("./GroupedBodyWeight"), exports);
|
265
|
+
__exportStar(require("./GroupedBodyFat"), exports);
|
266
|
+
__exportStar(require("./GroupedBloodOxygen"), exports);
|
267
|
+
__exportStar(require("./GroupedElectrocardiogramVoltage"), exports);
|
268
|
+
__exportStar(require("./GroupedBloodPressure"), exports);
|
package/dist/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts
CHANGED
@@ -9,7 +9,7 @@ import { HealthInsuranceCreateRequest } from "../../../../types/HealthInsuranceC
|
|
9
9
|
import { Consent } from "../../../../types/Consent";
|
10
10
|
import { AoEAnswer } from "../../../../types/AoEAnswer";
|
11
11
|
import { PatientDetails } from "../../../../types/PatientDetails";
|
12
|
-
import {
|
12
|
+
import { PatientAddressCompatibleInput } from "../../../../types/PatientAddressCompatibleInput";
|
13
13
|
export declare const CreateOrderRequestCompatible: core.serialization.Schema<serializers.CreateOrderRequestCompatible.Raw, Vital.CreateOrderRequestCompatible>;
|
14
14
|
export declare namespace CreateOrderRequestCompatible {
|
15
15
|
interface Raw {
|
@@ -22,6 +22,6 @@ export declare namespace CreateOrderRequestCompatible {
|
|
22
22
|
activate_by?: string | null;
|
23
23
|
aoe_answers?: AoEAnswer.Raw[] | null;
|
24
24
|
patient_details: PatientDetails.Raw;
|
25
|
-
patient_address:
|
25
|
+
patient_address: PatientAddressCompatibleInput.Raw;
|
26
26
|
}
|
27
27
|
}
|
package/dist/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.js
CHANGED
@@ -33,7 +33,7 @@ const HealthInsuranceCreateRequest_1 = require("../../../../types/HealthInsuranc
|
|
33
33
|
const Consent_1 = require("../../../../types/Consent");
|
34
34
|
const AoEAnswer_1 = require("../../../../types/AoEAnswer");
|
35
35
|
const PatientDetails_1 = require("../../../../types/PatientDetails");
|
36
|
-
const
|
36
|
+
const PatientAddressCompatibleInput_1 = require("../../../../types/PatientAddressCompatibleInput");
|
37
37
|
exports.CreateOrderRequestCompatible = core.serialization.object({
|
38
38
|
userId: core.serialization.property("user_id", core.serialization.string()),
|
39
39
|
labTestId: core.serialization.property("lab_test_id", core.serialization.string()),
|
@@ -44,5 +44,5 @@ exports.CreateOrderRequestCompatible = core.serialization.object({
|
|
44
44
|
activateBy: core.serialization.property("activate_by", core.serialization.string().optional()),
|
45
45
|
aoeAnswers: core.serialization.property("aoe_answers", core.serialization.list(AoEAnswer_1.AoEAnswer).optional()),
|
46
46
|
patientDetails: core.serialization.property("patient_details", PatientDetails_1.PatientDetails),
|
47
|
-
patientAddress: core.serialization.property("patient_address",
|
47
|
+
patientAddress: core.serialization.property("patient_address", PatientAddressCompatibleInput_1.PatientAddressCompatibleInput),
|
48
48
|
});
|
@@ -5,7 +5,7 @@ import * as serializers from "../../../..";
|
|
5
5
|
import * as Vital from "../../../../../api";
|
6
6
|
import * as core from "../../../../../core";
|
7
7
|
import { PatientDetails } from "../../../../types/PatientDetails";
|
8
|
-
import {
|
8
|
+
import { PatientAddressCompatibleInput } from "../../../../types/PatientAddressCompatibleInput";
|
9
9
|
import { PhysicianCreateRequestBase } from "../../../../types/PhysicianCreateRequestBase";
|
10
10
|
import { HealthInsuranceCreateRequest } from "../../../../types/HealthInsuranceCreateRequest";
|
11
11
|
import { Consent } from "../../../../types/Consent";
|
@@ -15,7 +15,7 @@ export declare namespace RegisterTestkitRequest {
|
|
15
15
|
user_id: string;
|
16
16
|
sample_id: string;
|
17
17
|
patient_details: PatientDetails.Raw;
|
18
|
-
patient_address:
|
18
|
+
patient_address: PatientAddressCompatibleInput.Raw;
|
19
19
|
physician?: PhysicianCreateRequestBase.Raw | null;
|
20
20
|
health_insurance?: HealthInsuranceCreateRequest.Raw | null;
|
21
21
|
consents?: Consent.Raw[] | null;
|
@@ -29,7 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.RegisterTestkitRequest = void 0;
|
30
30
|
const core = __importStar(require("../../../../../core"));
|
31
31
|
const PatientDetails_1 = require("../../../../types/PatientDetails");
|
32
|
-
const
|
32
|
+
const PatientAddressCompatibleInput_1 = require("../../../../types/PatientAddressCompatibleInput");
|
33
33
|
const PhysicianCreateRequestBase_1 = require("../../../../types/PhysicianCreateRequestBase");
|
34
34
|
const HealthInsuranceCreateRequest_1 = require("../../../../types/HealthInsuranceCreateRequest");
|
35
35
|
const Consent_1 = require("../../../../types/Consent");
|
@@ -37,7 +37,7 @@ exports.RegisterTestkitRequest = core.serialization.object({
|
|
37
37
|
userId: core.serialization.property("user_id", core.serialization.string()),
|
38
38
|
sampleId: core.serialization.property("sample_id", core.serialization.string()),
|
39
39
|
patientDetails: core.serialization.property("patient_details", PatientDetails_1.PatientDetails),
|
40
|
-
patientAddress: core.serialization.property("patient_address",
|
40
|
+
patientAddress: core.serialization.property("patient_address", PatientAddressCompatibleInput_1.PatientAddressCompatibleInput),
|
41
41
|
physician: PhysicianCreateRequestBase_1.PhysicianCreateRequestBase.optional(),
|
42
42
|
healthInsurance: core.serialization.property("health_insurance", HealthInsuranceCreateRequest_1.HealthInsuranceCreateRequest.optional()),
|
43
43
|
consents: core.serialization.list(Consent_1.Consent).optional(),
|
@@ -31,8 +31,8 @@ const core = __importStar(require("../../core"));
|
|
31
31
|
exports.ClientFacingElectrocardiogramVoltageTimeseries = core.serialization.object({
|
32
32
|
id: core.serialization.number().optional(),
|
33
33
|
timezoneOffset: core.serialization.property("timezone_offset", core.serialization.number().optional()),
|
34
|
-
type: core.serialization.string(),
|
34
|
+
type: core.serialization.string().optional(),
|
35
35
|
unit: core.serialization.string(),
|
36
|
-
timestamp: core.serialization.
|
36
|
+
timestamp: core.serialization.string(),
|
37
37
|
value: core.serialization.number(),
|
38
38
|
});
|
@@ -5,7 +5,7 @@ import * as serializers from "..";
|
|
5
5
|
import * as Vital from "../../api";
|
6
6
|
import * as core from "../../core";
|
7
7
|
import { ClientFacingPatientDetailsCompatible } from "./ClientFacingPatientDetailsCompatible";
|
8
|
-
import {
|
8
|
+
import { PatientAddressCompatibleOutput } from "./PatientAddressCompatibleOutput";
|
9
9
|
import { ClientFacingLabTest } from "./ClientFacingLabTest";
|
10
10
|
import { ClientFacingOrderDetails } from "./ClientFacingOrderDetails";
|
11
11
|
import { ClientFacingOrderEvent } from "./ClientFacingOrderEvent";
|
@@ -19,7 +19,7 @@ export declare namespace ClientFacingOrder {
|
|
19
19
|
id: string;
|
20
20
|
team_id: string;
|
21
21
|
patient_details?: ClientFacingPatientDetailsCompatible.Raw | null;
|
22
|
-
patient_address?:
|
22
|
+
patient_address?: PatientAddressCompatibleOutput.Raw | null;
|
23
23
|
lab_test: ClientFacingLabTest.Raw;
|
24
24
|
details: ClientFacingOrderDetails.Raw;
|
25
25
|
sample_id?: string | null;
|
@@ -29,7 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ClientFacingOrder = void 0;
|
30
30
|
const core = __importStar(require("../../core"));
|
31
31
|
const ClientFacingPatientDetailsCompatible_1 = require("./ClientFacingPatientDetailsCompatible");
|
32
|
-
const
|
32
|
+
const PatientAddressCompatibleOutput_1 = require("./PatientAddressCompatibleOutput");
|
33
33
|
const ClientFacingLabTest_1 = require("./ClientFacingLabTest");
|
34
34
|
const ClientFacingOrderDetails_1 = require("./ClientFacingOrderDetails");
|
35
35
|
const ClientFacingOrderEvent_1 = require("./ClientFacingOrderEvent");
|
@@ -41,7 +41,7 @@ exports.ClientFacingOrder = core.serialization.object({
|
|
41
41
|
id: core.serialization.string(),
|
42
42
|
teamId: core.serialization.property("team_id", core.serialization.string()),
|
43
43
|
patientDetails: core.serialization.property("patient_details", ClientFacingPatientDetailsCompatible_1.ClientFacingPatientDetailsCompatible.optional()),
|
44
|
-
patientAddress: core.serialization.property("patient_address",
|
44
|
+
patientAddress: core.serialization.property("patient_address", PatientAddressCompatibleOutput_1.PatientAddressCompatibleOutput.optional()),
|
45
45
|
labTest: core.serialization.property("lab_test", ClientFacingLabTest_1.ClientFacingLabTest),
|
46
46
|
details: ClientFacingOrderDetails_1.ClientFacingOrderDetails,
|
47
47
|
sampleId: core.serialization.property("sample_id", core.serialization.string().optional()),
|
@@ -0,0 +1,10 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "..";
|
5
|
+
import * as Vital from "../../api";
|
6
|
+
import * as core from "../../core";
|
7
|
+
export declare const ClientFacingSampleGroupingKeys: core.serialization.Schema<serializers.ClientFacingSampleGroupingKeys.Raw, Vital.ClientFacingSampleGroupingKeys>;
|
8
|
+
export declare namespace ClientFacingSampleGroupingKeys {
|
9
|
+
type Raw = unknown[];
|
10
|
+
}
|