feat: add custom domain defaults, credential kid, and connection configuration#732
Merged
developerkunal merged 1 commit intomainfrom Mar 24, 2026
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #732 +/- ##
==========================================
- Coverage 87.78% 87.75% -0.04%
==========================================
Files 315 315
Lines 137652 137445 -207
==========================================
- Hits 120843 120615 -228
- Misses 12303 12332 +29
+ Partials 4506 4498 -8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
🔧 Changes
Auto-generated SDK regeneration to match the latest Auth0 API definition. Key changes:
GetDefaultandSetDefaultendpoints for managing the tenant's default domain, along with new response types (GetDefaultDomainResponseContent,GetDefaultCanonicalDomainResponseContent,GetDefaultCustomDomainResponseContent,UpdateDefaultDomainResponseContent,UpdateDefaultCanonicalDomainResponseContent,UpdateDefaultCustomDomainResponseContent,SetDefaultCustomDomainRequestContent) and a newcustomdomainssub-packageKid(Key ID) field toPublicKeyCredentialfor uniquely identifying credentialsConfigurationfield toConnectionPropertiesOptionsandUpdateConnectionOptionsfor encrypted string-only connection configurationsClientIDoptional onCreateClientGrantRequestContent; addqandclientIDquery parameters for advanced filteringList,GetByName, andGetendpoints1.
GetGroupResponseContent— RemovedOrganizationIDandDescriptionfieldsThe
OrganizationIDandDescriptionfields, along with their getters and setters, have been removed fromGetGroupResponseContent. Group name uniqueness scope changed from "connection, organization, or tenant" to "connection".Before:
After:
2.
CreateClientGrantRequestContent—ClientIDchanged from required to optionalClientIDchanged fromstringto*string, making it an optional field.Before:
After:
3.
UpdateCustomDomainResponseContent—Verificationfield changed from required to optional,OriginDomainNameaddedBefore:
After:
📚 References
Auto-generated via Fern SDK regeneration.
🔬 Testing
All new and modified types include auto-generated tests covering serialization round-trips, getter/setter behavior, and nil-receiver safety.
📝 Checklist