Skip to content

mgmt: SDK regeneration#1007

Merged
kailash-b merged 1 commit into
masterfrom
fern-bot/2026-05-12_04-47-13_751
May 13, 2026
Merged

mgmt: SDK regeneration#1007
kailash-b merged 1 commit into
masterfrom
fern-bot/2026-05-12_04-47-13_751

Conversation

@fern-api
Copy link
Copy Markdown
Contributor

@fern-api fern-api Bot commented May 12, 2026

Changes

This PR contains an automated SDK regeneration via Fern (fern-csharp-sdk v2.63.2). The key changes include:

Resource Servers API — Online Refresh Token (Ephemeral Sessions)

  • Added allow_online_access_with_ephemeral_sessions (boolean) property to ResourceServer, CreateResourceServerRequestContent, UpdateResourceServerRequestContent,
    GetResourceServerResponseContent, CreateResourceServerResponseContent, and UpdateResourceServerResponseContent

Refresh Tokens API — Audience-scoped Revocation

  • Added audience (string) property to RevokeRefreshTokensRequestContent to allow scoping revocation by resource server identifier

User Authentication Methods — Passkey Enhancements

  • Added new passkey-specific properties to CreateUserAuthenticationMethodRequestContent: aaguid, credential_device_type, credential_backed_up, identity_user_id, user_agent,
    user_handle, transports
  • Added user_handle and transports properties to GetUserAuthenticationMethodResponseContent and UserAuthenticationMethod response types
  • Added new CredentialDeviceTypeEnum type (single_device, multi_device)

Connections API — Stricter Typing

  • Made id and name fields required (non-nullable) on all ConnectionResponseContent* types (~40 provider-specific types + ConnectionResponseCommon)
  • Made name field required on all CreateConnectionRequestContent* types (~40 provider-specific types + CreateConnectionCommon)

Tickets API — Doc Update

  • Updated result_url description on ChangePasswordTicketRequestContent to reflect that it may now be specified together with client_id when the tenant has a custom password reset
    page and a bound Action

Error Handling Improvements

  • Added new structured error schema types: BadRequestSchema, ForbiddenSchema, UnauthorizedSchema, TooManyRequestsSchema (and their associated *Error enum types)
  • Added 400 BadRequest and 404 NotFound error handling to Users/Roles/RolesClient.cs

Fern generator version v2.63.2

@fern-api fern-api Bot requested a review from a team as a code owner May 12, 2026 04:47
@codecov
Copy link
Copy Markdown

codecov Bot commented May 12, 2026

Codecov Report

❌ Patch coverage is 8.73563% with 397 lines in your changes missing coverage. Please review.
✅ Project coverage is 31.34%. Comparing base (4098210) to head (6de5117).

Files with missing lines Patch % Lines
...Auth0.ManagementApi/Types/BadRequestSchemaError.cs 0.00% 40 Missing ⚠️
.../Auth0.ManagementApi/Types/ForbiddenSchemaError.cs 0.00% 40 Missing ⚠️
....ManagementApi/Types/TooManyRequestsSchemaError.cs 0.00% 40 Missing ⚠️
...th0.ManagementApi/Types/UnauthorizedSchemaError.cs 0.00% 40 Missing ⚠️
...h0.ManagementApi/Types/CredentialDeviceTypeEnum.cs 34.14% 26 Missing and 1 partial ⚠️
src/Auth0.ManagementApi/Types/BadRequestSchema.cs 0.00% 10 Missing ⚠️
src/Auth0.ManagementApi/Types/ForbiddenSchema.cs 0.00% 10 Missing ⚠️
...Auth0.ManagementApi/Types/TooManyRequestsSchema.cs 0.00% 10 Missing ⚠️
...rc/Auth0.ManagementApi/Types/UnauthorizedSchema.cs 0.00% 10 Missing ⚠️
...h0.ManagementApi/Types/ConnectionResponseCommon.cs 0.00% 2 Missing ⚠️
... and 112 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1007      +/-   ##
==========================================
- Coverage   31.38%   31.34%   -0.05%     
==========================================
  Files        2699     2708       +9     
  Lines      107438   107705     +267     
  Branches     6312     6322      +10     
==========================================
+ Hits        33717    33755      +38     
- Misses      71955    72183     +228     
- Partials     1766     1767       +1     
Flag Coverage Δ
authIntTests 2.97% <0.00%> (-0.01%) ⬇️
mgmtIntTests 30.06% <8.73%> (-0.04%) ⬇️
unittests 0.31% <0.00%> (-0.01%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Generated by Fern
CLI Version: unknown
Generators:
  - fernapi/fern-csharp-sdk: 2.63.2
@kailash-b kailash-b force-pushed the fern-bot/2026-05-12_04-47-13_751 branch from 933d3e0 to 6de5117 Compare May 12, 2026 10:38
@kailash-b kailash-b enabled auto-merge May 13, 2026 04:38
@kailash-b kailash-b changed the title SDK regeneration mgmt: SDK regeneration May 13, 2026
Copy link
Copy Markdown

@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

@kailash-b kailash-b merged commit 13ee679 into master May 13, 2026
7 of 10 checks passed
@kailash-b kailash-b deleted the fern-bot/2026-05-12_04-47-13_751 branch May 13, 2026 04:44
@kailash-b kailash-b mentioned this pull request May 13, 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