feat: add phone provider protection, token vault access, and cross-app connection support - #1359
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1359 +/- ##
=======================================
Coverage 89.62% 89.62%
=======================================
Files 426 428 +2
Lines 19804 19886 +82
Branches 9716 9757 +41
=======================================
+ Hits 17749 17823 +74
- Misses 2055 2063 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
ankita10119
approved these changes
Jun 24, 2026
ankita10119
enabled auto-merge (squash)
June 24, 2026 07:30
ankita10119
disabled auto-merge
June 24, 2026 07:30
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.
This PR regenerates code to match the latest API Definition.
Summary
This PR regenerates the SDK from the latest Auth0 Management API definition (Fern codegen, June 23, 2026). It introduces new resources, expands existing client models, fixes error handling, and corrects type definitions.
New Resources
New Types
Client Updates
Resource: clients
Change: Added token_vault_privileged_access field to create/update/response types; native_social_login and fedcm_login in UpdateClientRequestContent now use Patch types and accept null; added NotFoundError (404) handling
────────────────────────────────────────
Resource: connections
Change: Added cross_app_access_requesting_app to create, update, list, and response types (OIDC, Okta, base)
────────────────────────────────────────
Resource: emailTemplates
Change: Added auth_email_by_code as a supported template name in all relevant JSDoc
────────────────────────────────────────
Resource: keys/signing
Change: Added NotFoundError (404) handling
────────────────────────────────────────
Resource: users/connectedAccounts
Change: Added NotFoundError (404) handling
Bug Fixes / Type Corrections
Tests