feat: update module path to v505 and add new client modules#71
Open
fern-api[bot] wants to merge 1 commit intomainfrom
Open
feat: update module path to v505 and add new client modules#71fern-api[bot] wants to merge 1 commit intomainfrom
fern-api[bot] wants to merge 1 commit intomainfrom
Conversation
Updates the Go module path from github.com/tryVital/vital-go to github.com/tryVital/vital-go/v505, adds new client modules for Compendium, LabAccount, and OrderTransaction, and introduces the UserAddress type while updating serialization logic. Key changes: - Updated import paths throughout codebase to use v505 module path - Added Compendium, LabAccount, and OrderTransaction client modules - Introduced UserAddress type with full field support and JSON serialization - Updated UserInfo and UserInfoCreateRequest to use UserAddress instead of Address - Added UnmarshalJSON and MarshalJSON methods to multiple request/response types - Made Insured field non-optional in CreateInsuranceRequest 🌿 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: Changed module import path from github.com/tryVital/vital-go to github.com/tryVital/vital-go/v505, requiring all consumers to update their import statements.
github.com/tryVital/vital-go/v505. All import statements must be updated to use the new v505 path. The SDK also introduces new client modules for Compendium, LabAccount, and OrderTransaction services, and replaces theAddresstype withUserAddressin user-related structures.github.com/tryVital/vital-gotogithub.com/tryVital/vital-go/v505. Type references have also changed from thevitalgopackage tov505. Update your imports and type references accordingly to continue using the SDK.github.com/tryVital/vital-gotogithub.com/tryVital/vital-go/v505. Update your import statements to use the new versioned path. All exported functions and types remain unchanged.github.com/tryVital/vital-go/v505. Existing code using this SDK must update all import statements fromgithub.com/tryVital/vital-gotogithub.com/tryVital/vital-go/v505.