Skip to content

feat: add XAA resource app, branding identifiers, session actor, and 3P SSO ticket config #1375

Merged
ankita10119 merged 2 commits into
masterfrom
fern-bot/2026-07-21_07-19-59_067
Jul 22, 2026
Merged

feat: add XAA resource app, branding identifiers, session actor, and 3P SSO ticket config #1375
ankita10119 merged 2 commits into
masterfrom
fern-bot/2026-07-21_07-19-59_067

Conversation

@fern-api

@fern-api fern-api Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

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

  • Add identity_assertion_authorization_grant ({ active: boolean }) to client request and response types (GET/POST/PATCH /api/v2/clients)
  • Add cross_app_access_resource_app ({ status: "enabled" | "disabled" }) to connection request and response types (GET/POST/PATCH /api/v2/connections)

Branding Theme Identifiers

  • Add identifiers object to branding theme request and response types (GET/POST/PATCH /api/v2/branding/themes), including:
    • login_display: "separate" | "unified"
    • otp_autocomplete: boolean
    • phone_display.formatting: "international" | "regional"
    • phone_display.masking: "hide_country_code" | "mask_digits" | "show_all"

Session Actor (Delegated Sessions)

  • Add SessionActorMetadata type and actor field to session response
    types (GetSessionResponseContent, SessionResponseContent,
    UpdateSessionResponseContent)

Third-Party Client SSO Ticket Config

  • Add ThirdPartyClientAccessConfig type and third_party_client_access_config
    field to CreateSelfServiceProfileSsoTicketRequestContent

Testing

Unit tests added for getResponseBody and signals fetcher changes.

  • This change adds unit test coverage
  • This change adds integration test coverage

Checklist

✅ Customizations automatically preserved in this update.

fern-api Bot added 2 commits July 21, 2026 07:20
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.
@fern-api
fern-api Bot requested a review from a team as a code owner July 21, 2026 07:20
@codecov

codecov Bot commented Jul 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (master@ab625f6). Learn more about missing BASE report.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1375   +/-   ##
=========================================
  Coverage          ?   89.76%           
=========================================
  Files             ?      431           
  Lines             ?    20113           
  Branches          ?     9452           
=========================================
  Hits              ?    18054           
  Misses            ?     2059           
  Partials          ?        0           
Flag Coverage Δ
alltests 89.76% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/management/api/types/types.ts 100.00% <100.00%> (ø)
src/management/version.ts 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ankita10119 ankita10119 changed the title SDK regeneration feat: add XAA resource app, branding identifiers, session actor, and 3P SSO ticket config Jul 22, 2026
@ankita10119
ankita10119 merged commit 8cb0b20 into master Jul 22, 2026
11 checks passed
@ankita10119
ankita10119 deleted the fern-bot/2026-07-21_07-19-59_067 branch July 22, 2026 09:13
@ankita10119 ankita10119 mentioned this pull request Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants