@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
@@ -30,12 +30,4 @@ exports.HealthInsuranceCreateRequestFrontImage = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
31
31
|
const Jpeg_1 = require("./Jpeg");
|
32
32
|
const Png_1 = require("./Png");
|
33
|
-
exports.HealthInsuranceCreateRequestFrontImage = core.serialization
|
34
|
-
.union(core.serialization.discriminant("contentType", "content_type"), {
|
35
|
-
"image/jpeg": Jpeg_1.Jpeg,
|
36
|
-
"image/png": Png_1.Png,
|
37
|
-
})
|
38
|
-
.transform({
|
39
|
-
transform: (value) => value,
|
40
|
-
untransform: (value) => value,
|
41
|
-
});
|
33
|
+
exports.HealthInsuranceCreateRequestFrontImage = core.serialization.undiscriminatedUnion([Jpeg_1.Jpeg, Png_1.Png]);
|
@@ -8,11 +8,5 @@ import { Jpeg } from "./Jpeg";
|
|
8
8
|
import { Png } from "./Png";
|
9
9
|
export declare const HealthInsuranceCreateRequestPatientSignatureImage: core.serialization.Schema<serializers.HealthInsuranceCreateRequestPatientSignatureImage.Raw, Vital.HealthInsuranceCreateRequestPatientSignatureImage>;
|
10
10
|
export declare namespace HealthInsuranceCreateRequestPatientSignatureImage {
|
11
|
-
type Raw =
|
12
|
-
interface ImageJpeg extends Jpeg.Raw {
|
13
|
-
content_type: "image/jpeg";
|
14
|
-
}
|
15
|
-
interface ImagePng extends Png.Raw {
|
16
|
-
content_type: "image/png";
|
17
|
-
}
|
11
|
+
type Raw = Jpeg.Raw | Png.Raw;
|
18
12
|
}
|
@@ -30,12 +30,4 @@ exports.HealthInsuranceCreateRequestPatientSignatureImage = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
31
31
|
const Jpeg_1 = require("./Jpeg");
|
32
32
|
const Png_1 = require("./Png");
|
33
|
-
exports.HealthInsuranceCreateRequestPatientSignatureImage = core.serialization
|
34
|
-
.union(core.serialization.discriminant("contentType", "content_type"), {
|
35
|
-
"image/jpeg": Jpeg_1.Jpeg,
|
36
|
-
"image/png": Png_1.Png,
|
37
|
-
})
|
38
|
-
.transform({
|
39
|
-
transform: (value) => value,
|
40
|
-
untransform: (value) => value,
|
41
|
-
});
|
33
|
+
exports.HealthInsuranceCreateRequestPatientSignatureImage = core.serialization.undiscriminatedUnion([Jpeg_1.Jpeg, Png_1.Png]);
|
@@ -30,4 +30,5 @@ exports.Jpeg = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
31
31
|
exports.Jpeg = core.serialization.object({
|
32
32
|
content: core.serialization.string(),
|
33
|
+
contentType: core.serialization.property("content_type", core.serialization.stringLiteral("image/jpeg")),
|
33
34
|
});
|
@@ -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 Labs: core.serialization.Schema<serializers.Labs.Raw, Vital.Labs>;
|
8
|
+
export declare namespace Labs {
|
9
|
+
type Raw = "ayumetrix" | "spiriplex" | "ussl" | "quest" | "labcorp" | "bioreference" | "manual";
|
10
|
+
}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.Labs = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.Labs = core.serialization.enum_([
|
32
|
+
"ayumetrix",
|
33
|
+
"spiriplex",
|
34
|
+
"ussl",
|
35
|
+
"quest",
|
36
|
+
"labcorp",
|
37
|
+
"bioreference",
|
38
|
+
"manual",
|
39
|
+
]);
|
@@ -7,8 +7,8 @@ import * as core from "../../core";
|
|
7
7
|
export declare const Micros: core.serialization.ObjectSchema<serializers.Micros.Raw, Vital.Micros>;
|
8
8
|
export declare namespace Micros {
|
9
9
|
interface Raw {
|
10
|
-
minerals?: Record<string, number> | null;
|
11
|
-
trace_elements?: Record<string, number> | null;
|
12
|
-
vitamins?: Record<string, number> | null;
|
10
|
+
minerals?: Record<string, number | null | undefined> | null;
|
11
|
+
trace_elements?: Record<string, number | null | undefined> | null;
|
12
|
+
vitamins?: Record<string, number | null | undefined> | null;
|
13
13
|
}
|
14
14
|
}
|
@@ -29,7 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.Micros = void 0;
|
30
30
|
const core = __importStar(require("../../core"));
|
31
31
|
exports.Micros = core.serialization.object({
|
32
|
-
minerals: core.serialization.record(core.serialization.string(), core.serialization.number()).optional(),
|
33
|
-
traceElements: core.serialization.property("trace_elements", core.serialization.record(core.serialization.string(), core.serialization.number()).optional()),
|
34
|
-
vitamins: core.serialization.record(core.serialization.string(), core.serialization.number()).optional(),
|
32
|
+
minerals: core.serialization.record(core.serialization.string(), core.serialization.number().optional()).optional(),
|
33
|
+
traceElements: core.serialization.property("trace_elements", core.serialization.record(core.serialization.string(), core.serialization.number().optional()).optional()),
|
34
|
+
vitamins: core.serialization.record(core.serialization.string(), core.serialization.number().optional()).optional(),
|
35
35
|
});
|
@@ -0,0 +1,19 @@
|
|
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 PatientAddressCompatibleInput: core.serialization.ObjectSchema<serializers.PatientAddressCompatibleInput.Raw, Vital.PatientAddressCompatibleInput>;
|
8
|
+
export declare namespace PatientAddressCompatibleInput {
|
9
|
+
interface Raw {
|
10
|
+
receiver_name?: string | null;
|
11
|
+
street: string;
|
12
|
+
street_number?: string | null;
|
13
|
+
city: string;
|
14
|
+
state: string;
|
15
|
+
zip: string;
|
16
|
+
country: string;
|
17
|
+
phone_number?: string | null;
|
18
|
+
}
|
19
|
+
}
|
@@ -0,0 +1,40 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.PatientAddressCompatibleInput = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.PatientAddressCompatibleInput = core.serialization.object({
|
32
|
+
receiverName: core.serialization.property("receiver_name", core.serialization.string().optional()),
|
33
|
+
street: core.serialization.string(),
|
34
|
+
streetNumber: core.serialization.property("street_number", core.serialization.string().optional()),
|
35
|
+
city: core.serialization.string(),
|
36
|
+
state: core.serialization.string(),
|
37
|
+
zip: core.serialization.string(),
|
38
|
+
country: core.serialization.string(),
|
39
|
+
phoneNumber: core.serialization.property("phone_number", core.serialization.string().optional()),
|
40
|
+
});
|
package/serialization/types/{PatientAddressCompatible.d.ts → PatientAddressCompatibleOutput.d.ts}
RENAMED
@@ -4,8 +4,8 @@
|
|
4
4
|
import * as serializers from "..";
|
5
5
|
import * as Vital from "../../api";
|
6
6
|
import * as core from "../../core";
|
7
|
-
export declare const
|
8
|
-
export declare namespace
|
7
|
+
export declare const PatientAddressCompatibleOutput: core.serialization.ObjectSchema<serializers.PatientAddressCompatibleOutput.Raw, Vital.PatientAddressCompatibleOutput>;
|
8
|
+
export declare namespace PatientAddressCompatibleOutput {
|
9
9
|
interface Raw {
|
10
10
|
receiver_name?: string | null;
|
11
11
|
first_line: string;
|
package/serialization/types/{PatientAddressCompatible.js → PatientAddressCompatibleOutput.js}
RENAMED
@@ -26,9 +26,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
26
26
|
return result;
|
27
27
|
};
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
-
exports.
|
29
|
+
exports.PatientAddressCompatibleOutput = void 0;
|
30
30
|
const core = __importStar(require("../../core"));
|
31
|
-
exports.
|
31
|
+
exports.PatientAddressCompatibleOutput = core.serialization.object({
|
32
32
|
receiverName: core.serialization.property("receiver_name", core.serialization.string().optional()),
|
33
33
|
firstLine: core.serialization.property("first_line", core.serialization.string()),
|
34
34
|
secondLine: core.serialization.property("second_line", core.serialization.string().optional()),
|
@@ -8,11 +8,5 @@ import { Jpeg } from "./Jpeg";
|
|
8
8
|
import { Png } from "./Png";
|
9
9
|
export declare const PhysicianCreateRequestSignatureImage: core.serialization.Schema<serializers.PhysicianCreateRequestSignatureImage.Raw, Vital.PhysicianCreateRequestSignatureImage>;
|
10
10
|
export declare namespace PhysicianCreateRequestSignatureImage {
|
11
|
-
type Raw =
|
12
|
-
interface ImageJpeg extends Jpeg.Raw {
|
13
|
-
content_type: "image/jpeg";
|
14
|
-
}
|
15
|
-
interface ImagePng extends Png.Raw {
|
16
|
-
content_type: "image/png";
|
17
|
-
}
|
11
|
+
type Raw = Jpeg.Raw | Png.Raw;
|
18
12
|
}
|
@@ -30,12 +30,4 @@ exports.PhysicianCreateRequestSignatureImage = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
31
31
|
const Jpeg_1 = require("./Jpeg");
|
32
32
|
const Png_1 = require("./Png");
|
33
|
-
exports.PhysicianCreateRequestSignatureImage = core.serialization
|
34
|
-
.union(core.serialization.discriminant("contentType", "content_type"), {
|
35
|
-
"image/jpeg": Jpeg_1.Jpeg,
|
36
|
-
"image/png": Png_1.Png,
|
37
|
-
})
|
38
|
-
.transform({
|
39
|
-
transform: (value) => value,
|
40
|
-
untransform: (value) => value,
|
41
|
-
});
|
33
|
+
exports.PhysicianCreateRequestSignatureImage = core.serialization.undiscriminatedUnion([Jpeg_1.Jpeg, Png_1.Png]);
|
@@ -30,4 +30,5 @@ exports.Png = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
31
31
|
exports.Png = core.serialization.object({
|
32
32
|
content: core.serialization.string(),
|
33
|
+
contentType: core.serialization.property("content_type", core.serialization.stringLiteral("image/png")),
|
33
34
|
});
|
@@ -8,7 +8,7 @@ import { ClientFacingProvider } from "./ClientFacingProvider";
|
|
8
8
|
export declare const ProfileInDb: core.serialization.ObjectSchema<serializers.ProfileInDb.Raw, Vital.ProfileInDb>;
|
9
9
|
export declare namespace ProfileInDb {
|
10
10
|
interface Raw {
|
11
|
-
data?: unknown
|
11
|
+
data?: unknown;
|
12
12
|
user_id: string;
|
13
13
|
source_id: number;
|
14
14
|
priority_id?: number | null;
|
@@ -30,7 +30,7 @@ exports.ProfileInDb = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
31
31
|
const ClientFacingProvider_1 = require("./ClientFacingProvider");
|
32
32
|
exports.ProfileInDb = core.serialization.object({
|
33
|
-
data: core.serialization.unknown()
|
33
|
+
data: core.serialization.unknown(),
|
34
34
|
userId: core.serialization.property("user_id", core.serialization.string()),
|
35
35
|
sourceId: core.serialization.property("source_id", core.serialization.number()),
|
36
36
|
priorityId: core.serialization.property("priority_id", core.serialization.number().optional()),
|
@@ -39,5 +39,5 @@ exports.ProviderLinkResponse = core.serialization.object({
|
|
39
39
|
providerMfa: core.serialization.property("provider_mfa", ProviderMfaRequest_1.ProviderMfaRequest.optional()),
|
40
40
|
provider: PasswordProviders_1.PasswordProviders,
|
41
41
|
connected: core.serialization.boolean(),
|
42
|
-
providerId: core.serialization.property("provider_id", core.serialization.string()),
|
42
|
+
providerId: core.serialization.property("provider_id", core.serialization.string().optional()),
|
43
43
|
});
|
@@ -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";
|
@@ -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);
|
File without changes
|
File without changes
|
File without changes
|
/package/{dist/api/types/PatientAddressCompatible.js → api/types/ClientFacingStreamCadence.js}
RENAMED
File without changes
|