Skip to content

Feat: Added Organization Connections and type updates#1315

Merged
developerkunal merged 1 commit intomasterfrom
fern-bot/2026-04-09T05-33Z
Apr 9, 2026
Merged

Feat: Added Organization Connections and type updates#1315
developerkunal merged 1 commit intomasterfrom
fern-bot/2026-04-09T05-33Z

Conversation

@fern-api
Copy link
Copy Markdown
Contributor

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

Changes

Added support for the following new endpoints:

Status Method Endpoint SDK Method
NEW GET /api/v2/organizations/{id}/connections client.organizations.connections.list()
NEW POST /api/v2/organizations/{id}/connections client.organizations.connections.create()
NEW GET /api/v2/organizations/{id}/connections/{connection_id} client.organizations.connections.get()
NEW DELETE /api/v2/organizations/{id}/connections/{connection_id} client.organizations.connections.delete()
NEW PATCH /api/v2/organizations/{id}/connections/{connection_id} client.organizations.connections.update()

@fern-api fern-api bot requested a review from a team as a code owner April 9, 2026 05:33
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 9, 2026

Codecov Report

❌ Patch coverage is 89.11917% with 21 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.05%. Comparing base (30c295c) to head (244503c).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...ganizations/resources/connections/client/Client.ts 88.64% 21 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1315      +/-   ##
==========================================
- Coverage   89.06%   89.05%   -0.01%     
==========================================
  Files         382      384       +2     
  Lines       18046    18234     +188     
  Branches     8579     9018     +439     
==========================================
+ Hits        16072    16239     +167     
- Misses       1970     1991      +21     
  Partials        4        4              
Flag Coverage Δ
alltests 89.05% <89.11%> (-0.01%) ⬇️

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

Files with missing lines Coverage Δ
...ement/api/resources/organizations/client/Client.ts 89.22% <100.00%> (+0.14%) ⬆️
...urces/organizations/resources/connections/index.ts 100.00% <100.00%> (ø)
...ent/api/resources/organizations/resources/index.ts 100.00% <100.00%> (ø)
src/management/api/types/types.ts 100.00% <100.00%> (ø)
...ganizations/resources/connections/client/Client.ts 88.64% <88.64%> (ø)
🚀 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 9, 2026 Feat: Added Organization Connections and type updates Apr 9, 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 merged commit c7ce988 into master Apr 9, 2026
10 checks passed
@developerkunal developerkunal deleted the fern-bot/2026-04-09T05-33Z branch April 9, 2026 10:48
@amitsingh05667 amitsingh05667 mentioned this pull request Apr 9, 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