Skip to content

feat: add LabReportResult fields, MealInDbBase CalendarDate, and update default base URLs#4

Closed
fern-api[bot] wants to merge 1 commit into
mainfrom
fern-bot/2026-05-05T13-52Z
Closed

feat: add LabReportResult fields, MealInDbBase CalendarDate, and update default base URLs#4
fern-api[bot] wants to merge 1 commit into
mainfrom
fern-bot/2026-05-05T13-52Z

Conversation

@fern-api
Copy link
Copy Markdown
Contributor

@fern-api fern-api Bot commented May 5, 2026

v0.0.1 → v0.1.0

Added

  • LabReportResultSampleType — new non-exhaustive enum representing the sample type of a lab result (e.g. urine, serum_plasma_blood, capillary_blood).
  • LabReportResultMeasurementKind — new non-exhaustive enum representing how a lab result was measured (e.g. direct, calculated, ratio).
  • LabReportResult.SampleType and LabReportResult.MeasurementKind — new optional fields on LabReportResult with corresponding getter and setter methods.
  • MealInDbBaseClientFacingSource.CalendarDate — new required string field representing the meal date in YYYY-mm-dd format, with GetCalendarDate and SetCalendarDate methods.

Changed

  • Environments — all default base URLs updated from tryvital.io to junction.com domains (e.g. Production is now https://api.us.junction.com); consumers relying on the default URL without an explicit override will now target the new host.

See full changelog

…te default base URLs

Expand the LabReportResult model with two new optional fields (SampleType and
MeasurementKind) along with their associated enum types, getters, and setters.
Add a required CalendarDate field to MealInDbBaseClientFacingSource. Update all
default base URLs across every raw client from api.tryvital.io to
api.us.junction.com, and update the Environments constants to reflect the new
junction.com domain.

Key changes:
- Add `LabReportResultSampleType` and `LabReportResultMeasurementKind` enum types with constructors and constants
- Add `SampleType` and `MeasurementKind` optional fields (with getters/setters) to `LabReportResult`
- Add required `CalendarDate` field (with getter/setter) to `MealInDbBaseClientFacingSource`
- Update `Environments` constants (Production, ProductionEu, Sandbox, SandboxEu) to junction.com domains
- Update all raw client default base URLs from `https://api.tryvital.io` to `https://api.us.junction.com`

🌿 Generated with Fern
@ItachiEU ItachiEU closed this May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant