feat: rename Address to UserAddress and add new SDK features#127
Open
fern-api[bot] wants to merge 1 commit intomasterfrom
Open
feat: rename Address to UserAddress and add new SDK features#127fern-api[bot] wants to merge 1 commit intomasterfrom
fern-api[bot] wants to merge 1 commit intomasterfrom
Conversation
This update renames the Address type to UserAddress for better clarity and consistency throughout the user management API. The change also introduces new compendium and lab account features, along with order transaction support. Key changes: - Rename Address type to UserAddress in user creation methods - Add new compendium client for lab test search and conversion - Add lab account management capabilities - Add order transaction tracking functionality - Add support for Python 3.13, 3.14, and 3.15 - Add logging configuration options to client constructors 🌿 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.
parser_create_jobmethod now accepts a list of files instead of a single file. TheAppointmentPscLabsenum now includes support for Sonora Quest labs.lab_account_id,lab_slug,order_transaction_id,appointment_notes,clinical_notes, and idempotency support for PSC appointment booking. Improved link client API by makingvital_link_tokenoptional in several methods and adding new parameters likevital_ios_sdk_versionandgranted_permissionstoconnect_manual_provider. Updated method documentation for better clarity.Addresstype has been renamed toUserAddressfor improved clarity. Update import statements fromvital import Addresstovital import UserAddressin your user creation code. The SDK also adds new capabilities for lab test compendium search, lab account management, and order transaction tracking.compendiumfor lab test search and conversion operations, andlab_accountfor managing team lab accounts. Access these throughclient.compendium.search(),client.compendium.convert(), andclient.lab_account.get_team_lab_accounts()methods.UsStateenum andUserAddressmodel types are now available for handling US state codes and structured address data in user-related operations.