Skip to content

feat: add LabReportResultMeasurementKind, LabReportResultSampleType enums and update API base URLs#4

Merged
ItachiEU merged 2 commits into
mainfrom
fern-bot/2026-05-05T13-53Z
May 6, 2026
Merged

feat: add LabReportResultMeasurementKind, LabReportResultSampleType enums and update API base URLs#4
ItachiEU merged 2 commits into
mainfrom
fern-bot/2026-05-05T13-53Z

Conversation

@fern-api
Copy link
Copy Markdown
Contributor

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

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_type and LabReportResult.measurement_kind — new optional fields on LabReportResult exposing the sample type and measurement kind for a lab result.
  • MealInDbBaseClientFacingSource.calendar_date — new field providing the meal date in YYYY-MM-DD format, useful for providers that only expose a date rather than a full timestamp.

Changed

  • JunctionEnvironment base URLs updated from tryvital.io to junction.com for all environments (PRODUCTION, PRODUCTION_EU, SANDBOX, SANDBOX_EU).

See full changelog

fern-api Bot and others added 2 commits May 5, 2026 13:53
…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 ItachiEU merged commit 4a284ce 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