Skip to content

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

Merged
ItachiEU merged 2 commits into
mainfrom
fern-bot/2026-05-06T11-16Z
May 6, 2026
Merged

feat: add LabReportResult fields, MealInDbBase CalendarDate, and update default base URLs#5
ItachiEU merged 2 commits into
mainfrom
fern-bot/2026-05-06T11-16Z

Conversation

@fern-api
Copy link
Copy Markdown
Contributor

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

v0.0.1 → v1.0.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 api.tryvital.io to api.us.junction.com (and corresponding EU/sandbox variants); callers not overriding BaseURL will now target the new domain.

See full changelog

fern-api Bot and others added 2 commits May 6, 2026 11:16
…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 client package from api.tryvital.io to the new
api.us.junction.com domain (and corresponding EU/sandbox variants).

Key changes:
- Add LabReportResultSampleType and LabReportResultMeasurementKind enum types with constructor helpers
- Add SampleType and MeasurementKind optional fields (with getters/setters) to LabReportResult
- Add CalendarDate required field (with getter/setter) to MealInDbBaseClientFacingSource
- Update all default base URLs from api.tryvital.io to api.us.junction.com (and EU/sandbox equivalents)
- Update Environments constants to reflect new junction.com domain names

🌿 Generated with Fern
@ItachiEU ItachiEU merged commit 2232abb into main May 6, 2026
3 checks passed
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