feat: add Sonora Quest provider support and optimize object schema performance#146
Open
fern-api[bot] wants to merge 1 commit intomasterfrom
Open
feat: add Sonora Quest provider support and optimize object schema performance#146fern-api[bot] wants to merge 1 commit intomasterfrom
fern-api[bot] wants to merge 1 commit intomasterfrom
Conversation
…rformance Added support for Sonora Quest as a new lab provider across appointment scheduling and lab management capabilities. Also implemented significant performance optimizations for object schema validation by deferring property metadata computation until runtime, reducing memory allocation and improving throughput for high-frequency operations. Key changes: - Added "sonora_quest" enum value to AppointmentProvider, AppointmentPscLabs, ClientFacingLabs, and PayorCodeExternalProvider - Removed deprecated "insulin_injection" timeseries type from IntervalTimeseriesExprTimeseries enum - Added "derived_readiness" index column type to IndexColumnExprIndex enum - Optimized object schema validation with lazy property computation and reduced allocations - Enhanced test utilities with SSE body support and configurable JSON field filtering - Removed obsolete documentation examples containing vitalLinkToken references 🌿 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: Removed "insulin_injection" enum value from IntervalTimeseriesExprTimeseries, breaking existing code that uses exhaustive type checking or switch statements.
parserCreateJobmethod now accepts an array of files instead of a single file. Replace calls likeparserCreateJob(file, request)withparserCreateJob([file], request)to upload multiple lab reports in one operation.orderTransactionIdparameter for order queries,labSlugparameter for marker queries,allowStaleparameter for appointment availability requests, andclinicalNotesfield for order creation. Method signatures for appointment booking have been updated to include idempotency headers.addressfield inUserInfoCreateRequestnow usesUserAddresstype instead ofAddress. The manual connection endpoint now accepts optional mobile SDK version headers for improved tracking.CompendiumClient,LabAccountClient, andOrderTransactionClientfor accessing extended API functionality. Additional optional fields have been added toClientFacingInsulinInjectionSamplefor insulin delivery tracking, and several enum types now support additional provider and status values.CompendiumClientmethods. Insulin injection data now includes delivery mode, delivery form, and bolus purpose information. New lab account management capabilities and order transaction tracking have been added to appointment workflows.