Skip to content

Conversation

@fern-api
Copy link
Contributor

@fern-api fern-api bot commented Oct 30, 2025

Changes

This PR regenerates code to match the latest Auth0 Management API definition with the following key updates:

Endpoints added:

  • Organizations Discovery Domains API endpoints:
    • POST /organizations/{id}/discovery-domains - Create discovery domain
    • GET /organizations/{id}/discovery-domains - List discovery domains
    • GET /organizations/{id}/discovery-domains/{discovery_domain_id} - Get discovery domain
    • PATCH /organizations/{id}/discovery-domains/{discovery_domain_id} - Update discovery domain
    • DELETE /organizations/{id}/discovery-domains/{discovery_domain_id} - Delete discovery domain

Classes and methods added:

  • DiscoveryDomains client class with CRUD operations
  • OrganizationDiscoveryDomain type
  • OrganizationDiscoveryDomainStatus enum (pending/verified)
  • Response types for discovery domain operations

References

  • Addresses organization discovery domain verification requirements

Testing

  • This change adds unit test coverage (auto-generated tests for discovery domains endpoints)
  • This change adds integration test coverage (wire tests included)

Checklist

@fern-api fern-api bot requested a review from a team as a code owner October 30, 2025 14:39
@developerkunal developerkunal changed the title 🌿 Fern Regeneration -- October 30, 2025 feat: Add organization discovery domains support and update pagination types Oct 30, 2025
@codecov
Copy link

codecov bot commented Oct 30, 2025

Codecov Report

❌ Patch coverage is 76.81818% with 51 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.55%. Comparing base (36456f8) to head (a00ff81).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...ations/resources/discoveryDomains/client/Client.ts 75.48% 51 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1225      +/-   ##
==========================================
- Coverage   79.58%   79.55%   -0.04%     
==========================================
  Files         503      506       +3     
  Lines       18496    18716     +220     
  Branches     8812     9074     +262     
==========================================
+ Hits        14720    14889     +169     
- Misses       3776     3827      +51     
Flag Coverage Δ
alltests 79.55% <76.81%> (-0.04%) ⬇️

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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

kushalshit27
kushalshit27 previously approved these changes Oct 30, 2025
@developerkunal developerkunal changed the title feat: Add organization discovery domains support and update pagination types feat: Add organization discovery domains support Nov 4, 2025
@developerkunal developerkunal merged commit 1b2a5aa into master Nov 4, 2025
8 of 10 checks passed
@developerkunal developerkunal deleted the fern-bot/2025-10-30T14-39Z branch November 4, 2025 10:12
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.

4 participants