Skip to content

Feat: Added CIMD client support, default custom domains, refresh token listing, and type updates#1314

Open
fern-api[bot] wants to merge 1 commit intomasterfrom
fern-bot/2026-04-08T06-52Z
Open

Feat: Added CIMD client support, default custom domains, refresh token listing, and type updates#1314
fern-api[bot] wants to merge 1 commit intomasterfrom
fern-bot/2026-04-08T06-52Z

Conversation

@fern-api
Copy link
Copy Markdown
Contributor

@fern-api fern-api bot commented Apr 8, 2026

Changes

Added support for the following new and modified endpoints:

Status Method Endpoint SDK Method
NEW GET /api/v2/clients/cimd/metadata client.clients.previewCimdMetadata()
NEW POST /api/v2/clients/cimd/register client.clients.registerCimdClient()
NEW GET /api/v2/custom-domains/default client.customDomains.getDefault()
NEW PUT /api/v2/custom-domains/default client.customDomains.setDefault()
NEW GET /api/v2/groups client.groups.list()
NEW DELETE /api/v2/groups/{id} client.groups.delete()
NEW GET /api/v2/users/{userId}/refresh-tokens client.refreshTokens.list()
MODIFIED GET /api/v2/client-grants client.clientGrants.list()
CIMD Support

New methods and types for managing CIMD-registered clients:

  • client.clients.previewCimdMetadata() - Preview metadata from a Client ID Metadata Document URI before registering
  • client.clients.registerCimdClient() - Register a client from a Client ID Metadata Document
Custom Domains - Default Domain Management
  • client.customDomains.getDefault() - Retrieve the default custom domain
  • client.customDomains.setDefault() - Set a verified custom domain as the default

@fern-api fern-api bot requested a review from a team as a code owner April 8, 2026 06:52
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 8, 2026

Codecov Report

❌ Patch coverage is 88.40580% with 24 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.06%. Comparing base (d56b202) to head (9be84ed).

Files with missing lines Patch % Lines
.../management/api/resources/clients/client/Client.ts 87.87% 8 Missing ⚠️
...ement/api/resources/customDomains/client/Client.ts 85.71% 8 Missing ⚠️
...c/management/api/resources/groups/client/Client.ts 87.09% 4 Missing ⚠️
...ement/api/resources/refreshTokens/client/Client.ts 90.47% 4 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1314      +/-   ##
==========================================
- Coverage   89.07%   89.06%   -0.02%     
==========================================
  Files         382      382              
  Lines       17856    18046     +190     
  Branches     8461     8579     +118     
==========================================
+ Hits        15906    16072     +166     
- Misses       1946     1970      +24     
  Partials        4        4              
Flag Coverage Δ
alltests 89.06% <88.40%> (-0.02%) ⬇️

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

Files with missing lines Coverage Δ
.../management/api/resources/actions/client/Client.ts 88.80% <100.00%> (+0.04%) ⬆️
...urces/triggers/resources/bindings/client/Client.ts 89.88% <ø> (ø)
...gement/api/resources/clientGrants/client/Client.ts 88.82% <ø> (ø)
...agement/api/resources/networkAcls/client/Client.ts 88.73% <ø> (ø)
...ations/resources/discoveryDomains/client/Client.ts 88.47% <ø> (ø)
src/management/api/types/types.ts 100.00% <100.00%> (ø)
...c/management/api/resources/groups/client/Client.ts 89.91% <87.09%> (-1.00%) ⬇️
...ement/api/resources/refreshTokens/client/Client.ts 88.74% <90.47%> (+0.66%) ⬆️
.../management/api/resources/clients/client/Client.ts 88.70% <87.87%> (-0.24%) ⬇️
...ement/api/resources/customDomains/client/Client.ts 87.58% <85.71%> (-0.44%) ⬇️
🚀 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.

@amitsingh05667 amitsingh05667 changed the title 🌿 Fern Regeneration -- April 8, 2026 Feat: Added CIMD client support, default custom domains, refresh token listing, and type updates Apr 8, 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.

0 participants