Skip to content

Feat: Added default custom domain support, null safety improvements, and new types#1312

Open
fern-api[bot] wants to merge 1 commit intomasterfrom
fern-bot/2026-03-24T04-22Z
Open

Feat: Added default custom domain support, null safety improvements, and new types#1312
fern-api[bot] wants to merge 1 commit intomasterfrom
fern-bot/2026-03-24T04-22Z

Conversation

@fern-api
Copy link
Copy Markdown
Contributor

@fern-api fern-api bot commented Mar 24, 2026

Changes

Added support for the following new and modified endpoints:

Status Method Endpoint SDK Method
NEW GET /api/v2/custom-domains/default client.customDomains.getDefault()
NEW PATCH /api/v2/custom-domains/default client.customDomains.setDefault()
MODIFIED POST /api/v2/client-grants client.clientGrants.create()
MODIFIED GET /api/v2/organizations/{id}/discovery-domains client.organizations.discoveryDomains.list()
MODIFIED GET /api/v2/organizations/{id}/discovery-domains/{discovery_domain} client.organizations.discoveryDomains.getByName()
MODIFIED GET /api/v2/organizations/{id}/discovery-domains/{discovery_domain_id} client.organizations.discoveryDomains.get()

@fern-api fern-api bot requested a review from a team as a code owner March 24, 2026 04:22
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 24, 2026

Codecov Report

❌ Patch coverage is 85.96491% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.06%. Comparing base (7985e09) to head (0610e60).

Files with missing lines Patch % Lines
...ement/api/resources/customDomains/client/Client.ts 85.71% 8 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1312      +/-   ##
==========================================
- Coverage   89.07%   89.06%   -0.02%     
==========================================
  Files         382      382              
  Lines       17856    17904      +48     
  Branches     8804     8835      +31     
==========================================
+ Hits        15906    15946      +40     
- Misses       1946     1954       +8     
  Partials        4        4              
Flag Coverage Δ
alltests 89.06% <85.96%> (-0.02%) ⬇️

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

Files with missing lines Coverage Δ
...gement/api/resources/clientGrants/client/Client.ts 88.82% <ø> (ø)
...ations/resources/discoveryDomains/client/Client.ts 88.47% <ø> (ø)
src/management/api/types/types.ts 100.00% <100.00%> (ø)
...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 -- March 24, 2026 Feat: Added default custom domain support, null safety improvements, and new types Mar 24, 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.

1 participant