feat: add XAA resource app, branding identifiers, session actor, and 3P SSO ticket config #1375
Merged
Merged
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-typescript-sdk: 3.72.5
Patches applied (2): - patch-066ff9e0: docs: add v6 migration guide for breaking changes in v6.0.0 (#1368) - patch-d8faf7a2: docs: update v6 migration guide with federatedConnectionsTokensets and federated_connections_access_tokens breaking changes (#1370) Patches absorbed by generator (1): - patch-a823058b: Release v6.0.0 (#1371) The generator now produces these customizations natively.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1375 +/- ##
=========================================
Coverage ? 89.76%
=========================================
Files ? 431
Lines ? 20113
Branches ? 9452
=========================================
Hits ? 18054
Misses ? 2059
Partials ? 0
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
Jul 22, 2026
harshithRai
approved these changes
Jul 22, 2026
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.
Summary
Automated SDK regeneration adding support for several EA features across clients, connections, branding themes, sessions, and SSO tickets.
Changes
Cross-App Access (XAA) EA
identity_assertion_authorization_grant({ active: boolean }) to client request and response types (GET/POST/PATCH/api/v2/clients)cross_app_access_resource_app({ status: "enabled" | "disabled" }) to connection request and response types (GET/POST/PATCH/api/v2/connections)Branding Theme Identifiers
identifiersobject to branding theme request and response types (GET/POST/PATCH/api/v2/branding/themes), including:login_display:"separate" | "unified"otp_autocomplete:booleanphone_display.formatting:"international" | "regional"phone_display.masking:"hide_country_code" | "mask_digits" | "show_all"Session Actor (Delegated Sessions)
SessionActorMetadatatype andactorfield to session responsetypes (
GetSessionResponseContent,SessionResponseContent,UpdateSessionResponseContent)Third-Party Client SSO Ticket Config
ThirdPartyClientAccessConfigtype andthird_party_client_access_configfield to
CreateSelfServiceProfileSsoTicketRequestContentTesting
Unit tests added for getResponseBody and signals fetcher changes.
Checklist
✅ Customizations automatically preserved in this update.