Skip to content

Feat: Added new connection options, type consolidation, and core improvements#1301

Merged
amitsingh05667 merged 3 commits intomasterfrom
fern-bot/2026-02-26T17-28Z
Mar 2, 2026
Merged

Feat: Added new connection options, type consolidation, and core improvements#1301
amitsingh05667 merged 3 commits intomasterfrom
fern-bot/2026-02-26T17-28Z

Conversation

@fern-api
Copy link
Contributor

@fern-api fern-api bot commented Feb 26, 2026

Changes

Added support for the following new and modified endpoints:

Status Method Endpoint SDK Method
MODIFIED GET /api/v2/connections client.connections.list() - New api_behavior and signup_behavior query parameters
MODIFIED POST /api/v2/connections client.connections.create() - New connection options support
MODIFIED GET /api/v2/connections/{id}/keys client.connections.keys.list() - Updated client implementation
MODIFIED Various /api/v2/connections/{id}/scim-configuration SCIM Configuration endpoints updated
MODIFIED GET /api/v2/clients/{id}/connections client.clients.connections.list() - Updated client implementation
MODIFIED Various /api/v2/flows Flows API client updates
MODIFIED Various /api/v2/forms Forms API client updates
MODIFIED POST /api/v2/jobs/users-imports client.jobs.usersImports.create() - Updated client implementation

New Properties

Connections API - New Query Parameters & Options
  • api_behavior (enum) - Connection API behavior configuration
  • signup_behavior (enum) - Connection signup behavior configuration
  • protocol (enum) - Twitter connection protocol option
Resource Servers - New Proof of Possession Option
  • ResourceServerProofOfPossessionRequiredForEnum - New enum values for PoP requirements
Flows Vault Connections - New Setup Types
  • FlowsVaultConnectionHttpApiKeySetupInEnum - API key placement configuration
  • FlowsVaultConnectionSetupTypeApiKeyEnum - API key setup type
  • FlowsVaultConnectionSetupTypeBasicAuthEnum - Basic auth setup type
  • FlowsVaultConnectionSetupTypeOauthClientCredentialsEnum - OAuth client credentials setup type

Type Consolidation

The following nested types have been moved to top-level enums for better reusability:

Old Type New Type
GetBruteForceSettingsResponseContent.Mode BruteForceProtectionModeEnum
GetBruteForceSettingsResponseContent.Shields.Item BruteForceProtectionShieldsEnum
UpdateTenantSettingsRequestContent.EnabledLocales.Item TenantSettingsSupportedLocalesEnum
GetFlowExecutionRequestParametersHydrateEnum New top-level enum
ListFlowsRequestParametersHydrateEnum New top-level enum

@fern-api fern-api bot requested a review from a team as a code owner February 26, 2026 17:29
@codecov
Copy link

codecov bot commented Feb 26, 2026

Codecov Report

❌ Patch coverage is 75.20000% with 62 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.07%. Comparing base (c42753c) to head (88711e0).
⚠️ Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
src/management/core/pagination/CustomPager.ts 6.66% 28 Missing ⚠️
...urces/jobs/resources/usersImports/client/Client.ts 0.00% 7 Missing ⚠️
...ources/connections/resources/keys/client/Client.ts 88.57% 4 Missing ⚠️
...tions/resources/scimConfiguration/client/Client.ts 90.24% 4 Missing ⚠️
...ces/clients/resources/connections/client/Client.ts 50.00% 2 Missing and 1 partial ⚠️
...agement/api/resources/connections/client/Client.ts 66.66% 2 Missing and 1 partial ⚠️
...rc/management/api/resources/flows/client/Client.ts 62.50% 2 Missing and 1 partial ⚠️
...rc/management/api/resources/forms/client/Client.ts 62.50% 2 Missing and 1 partial ⚠️
src/management/auth/BearerAuthProvider.ts 75.00% 3 Missing ⚠️
src/management/core/fetcher/Fetcher.ts 71.42% 2 Missing ⚠️
... and 1 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1301      +/-   ##
==========================================
- Coverage   89.33%   89.07%   -0.26%     
==========================================
  Files         383      382       -1     
  Lines       18253    17856     -397     
  Branches     9136     8461     -675     
==========================================
- Hits        16306    15906     -400     
+ Misses       1947     1946       -1     
- Partials        0        4       +4     
Flag Coverage Δ
alltests 89.07% <75.20%> (-0.26%) ⬇️

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

Files with missing lines Coverage Δ
src/management/BaseClient.ts 100.00% <100.00%> (ø)
.../management/api/resources/actions/client/Client.ts 88.76% <100.00%> (-0.56%) ⬇️
...sources/actions/resources/modules/client/Client.ts 89.53% <100.00%> (-0.30%) ⬇️
...ources/modules/resources/versions/client/Client.ts 90.32% <100.00%> (-0.31%) ⬇️
...urces/triggers/resources/bindings/client/Client.ts 89.88% <100.00%> (-0.44%) ⬇️
...ources/actions/resources/versions/client/Client.ts 89.83% <100.00%> (-0.42%) ⬇️
...sources/phone/resources/providers/client/Client.ts 88.47% <100.00%> (-0.11%) ⬇️
...sources/phone/resources/templates/client/Client.ts 88.35% <100.00%> (-0.10%) ⬇️
...gement/api/resources/clientGrants/client/Client.ts 88.82% <100.00%> (-0.62%) ⬇️
...entGrants/resources/organizations/client/Client.ts 92.30% <100.00%> (-0.55%) ⬇️
... and 64 more
🚀 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 -- February 26, 2026 Feat: Added new connection options, type consolidation, and core improvements Mar 2, 2026
@amitsingh05667 amitsingh05667 merged commit 173d27f into master Mar 2, 2026
9 of 10 checks passed
@amitsingh05667 amitsingh05667 deleted the fern-bot/2026-02-26T17-28Z branch March 2, 2026 08:08
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.

3 participants