feat: add LabReportResultMeasurementKind, LabReportResultSampleType enums and update API base URLs#4
Merged
Merged
Conversation
…nums and update API base URLs Introduces two new enum types for lab report results and adds optional fields to LabReportResult. Also updates the JunctionEnvironment base URLs to the new junction.com domain, and adds a required calendar_date field to MealInDbBaseClientFacingSource. Key changes: - Add new `LabReportResultMeasurementKind` enum (DIRECT, CALCULATED, RATIO, UNKNOWN) - Add new `LabReportResultSampleType` enum (URINE, SERUM_PLASMA_BLOOD, CAPILLARY_BLOOD, STOOL, SALIVA, OTHER, UNKNOWN) - Add optional `sample_type` and `measurement_kind` fields to `LabReportResult` - Add required `calendar_date` field to `MealInDbBaseClientFacingSource` - Update `JunctionEnvironment` base URLs from tryvital.io to junction.com 🌿 Generated with Fern
ItachiEU
approved these changes
May 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
0.0.1 → 0.1.0
Added
LabReportResultMeasurementKind— new enum type representing how a lab result value was derived (e.g.direct,calculated,ratio).LabReportResultSampleType— new enum type representing the biological sample used for a lab result (e.g.urine,serum_plasma_blood,capillary_blood).LabReportResult.sample_typeandLabReportResult.measurement_kind— new optional fields onLabReportResultexposing the sample type and measurement kind for a lab result.MealInDbBaseClientFacingSource.calendar_date— new field providing the meal date inYYYY-MM-DDformat, useful for providers that only expose a date rather than a full timestamp.Changed
JunctionEnvironmentbase URLs updated fromtryvital.iotojunction.comfor all environments (PRODUCTION, PRODUCTION_EU, SANDBOX, SANDBOX_EU).See full changelog