feat: enhance parsing job API with failure reasons and gender field#83
Open
fern-api[bot] wants to merge 1 commit intomainfrom
Open
feat: enhance parsing job API with failure reasons and gender field#83fern-api[bot] wants to merge 1 commit intomainfrom
fern-api[bot] wants to merge 1 commit intomainfrom
Conversation
Add comprehensive failure reason enum and gender support to improve lab report parsing capabilities. This includes new machine-readable failure reasons and expanded metadata fields for better data handling. Key changes: - Remove JobId field from ParsingJob struct - Add new FailureReason field with ParsingJobFailureReason enum - Change File field from io.Reader to []io.Reader in BodyCreateLabReportParserJob - Convert ResultMetadata fields from required strings to optional pointers - Add Gender field to ResultMetadata with ResultMetadataGender enum 🌿 Generated with Fern
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.
Version Bump: Removing JobId field and changing ResultMetadata field types from string to *string breaks existing code that accesses these fields.
OrderTransactionClientfor retrieving transaction details, results, and PDF reports. Added insulin pump support to sleep cycle source types.