Skip to content

feat!: add session transfer delegation, SSO ticket features, and docs cleanup#1328

Merged
developerkunal merged 1 commit intomasterfrom
fern-bot/2026-04-22_05-42-44_803
Apr 22, 2026
Merged

feat!: add session transfer delegation, SSO ticket features, and docs cleanup#1328
developerkunal merged 1 commit intomasterfrom
fern-bot/2026-04-22_05-42-44_803

Conversation

@fern-api
Copy link
Copy Markdown
Contributor

@fern-api fern-api Bot commented Apr 22, 2026

Caution

Breaking Change: The invitation_landing_client_id and allowed_roles fields have been removed from ClientMyOrganizationPatchConfiguration, ClientMyOrganizationPostConfiguration, and ClientMyOrganizationResponseConfiguration. If your code references these fields, it will need to be updated.

Changes

  • Added delegation configuration to ClientSessionTransferConfiguration with allow_delegated_access and enforce_device_binding options for Session Transfer Token impersonation support
  • Added enabled_features to CreateSelfServiceProfileSsoTicketRequestContent to control which features (SSO, domain verification, provisioning) are enabled for edit connection tickets
  • Added pending_domains to SelfServiceProfileSsoTicketDomainAliasesConfig for submitting domains for verification during self-service SSO flows
  • Breaking: Removed invitation_landing_client_id and allowed_roles from My Organization configuration types
  • Removed redundant default_for JSDoc from response content types, keeping the description on the enum definition and the list filter parameter
  • Converted HTML markup to Markdown in log streams documentation and JSDoc comments (reference.md, LogStreamsClient)
  • Updated wire tests for clients to reflect new and removed fields
  • Bumped dependency versions in yarn.lock

References

Automated SDK regeneration by Fern.

Testing

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

Checklist

@fern-api fern-api Bot requested a review from a team as a code owner April 22, 2026 05:42
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.42%. Comparing base (f3adbca) to head (b56dd1b).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #1328    +/-   ##
========================================
  Coverage   89.42%   89.42%            
========================================
  Files         384      384            
  Lines       18333    18334     +1     
  Branches     8757     9094   +337     
========================================
+ Hits        16395    16396     +1     
  Misses       1934     1934            
  Partials        4        4            
Flag Coverage Δ
alltests 89.42% <100.00%> (+<0.01%) ⬆️

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

Files with missing lines Coverage Δ
...nagement/api/resources/logStreams/client/Client.ts 87.86% <ø> (ø)
src/management/api/types/types.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.

@developerkunal developerkunal changed the title SDK regeneration feat: add session transfer delegation, SSO ticket features, and docs cleanup Apr 22, 2026
@developerkunal developerkunal changed the title feat: add session transfer delegation, SSO ticket features, and docs cleanup feat!: add session transfer delegation, SSO ticket features, and docs cleanup Apr 22, 2026
Copy link
Copy Markdown
Contributor

@developerkunal developerkunal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@developerkunal developerkunal force-pushed the fern-bot/2026-04-22_05-42-44_803 branch from c38f8de to b56dd1b Compare April 22, 2026 06:05
@developerkunal developerkunal enabled auto-merge (squash) April 22, 2026 06:06
@developerkunal developerkunal merged commit 678e82d into master Apr 22, 2026
8 checks passed
@developerkunal developerkunal deleted the fern-bot/2026-04-22_05-42-44_803 branch April 22, 2026 06:09
@developerkunal developerkunal mentioned this pull request Apr 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