feat!: remove exported types and enum values across multiple APIs - #49
Open
fern-api[bot] wants to merge 3 commits into
Open
fern-api[bot] wants to merge 3 commits into
fern-api[bot] wants to merge 3 commits into
Conversation
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
2 times, most recently
from
September 10, 2026 23:04
dba93cf to
db50444
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
2 times, most recently
from
September 10, 2026 23:47
e82cb5c to
f21c240
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
6 times, most recently
from
September 14, 2026 22:47
c14a7a4 to
f2b37f2
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
7 times, most recently
from
September 17, 2026 17:03
01c3ae1 to
85e0ccd
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
6 times, most recently
from
September 18, 2026 19:14
881f0b3 to
6fa0faf
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
from
September 20, 2026 17:18
6fa0faf to
263e4cc
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
from
September 21, 2026 17:14
263e4cc to
7905fe5
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
3 times, most recently
from
September 22, 2026 21:22
c9cb6bd to
8faec79
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
2 times, most recently
from
September 23, 2026 04:02
9071cd9 to
8bf854d
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
from
September 23, 2026 17:30
8bf854d to
b2210e7
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
2 times, most recently
from
September 24, 2026 01:45
ba9b78b to
6cc083e
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
6 times, most recently
from
September 25, 2026 02:01
9ee0b19 to
85c0126
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
from
September 25, 2026 15:15
85c0126 to
fe30147
Compare
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-typescript-sdk: 3.63.0
…s multiple APIs Several exported TypeScript types and enum values have been removed, which will break existing callers that reference them. Additionally, new capabilities have been added including a new AssemblyAI speech model, Deepgram Flux voice model support, new optional fields on transcriber and voice types, improved error handling with typed ForbiddenError/ConflictError throws, and a new `search` parameter for eval run pagination. Key changes: - Remove `FallbackOpenAiVoiceId`, `FallbackOpenAiVoiceIdEnum`, `OpenAiVoiceId`, `OpenAiVoiceIdEnum`, and `ToolPinnedConflictResponseDtoError` exported types - Remove `Duration` and `Cost` enum values from `EvalControllerGetRunsPaginatedRequestSortBy` and `GetEvalRunPaginatedDtoSortBy` - Remove required `error` field from `ToolPinnedConflictResponseDto` and make `ListFilesRequest.purpose` optional - Add `universal-3-6-pro` speech model to AssemblyAI, `flux` model to Deepgram, and new `agentContextAutoUpdateEnabled`, `speed`, and `expressivity` fields - Add typed `ForbiddenError` (403) and `ConflictError` (409) throws across eval and tools clients 🌿 Generated with Fern
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
from
September 26, 2026 01:35
fe30147 to
4a6b87f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Breaking: Removing exported types
FallbackOpenAiVoiceId,FallbackOpenAiVoiceIdEnum,OpenAiVoiceId,OpenAiVoiceIdEnum,ToolPinnedConflictResponseDtoError, removing the requirederrorfield fromToolPinnedConflictResponseDto, and removing enum valuesDurationandCostfromEvalControllerGetRunsPaginatedRequestSortByandGetEvalRunPaginatedDtoSortByare all breaking changes for existing callers.Removing exported types
FallbackOpenAiVoiceId,FallbackOpenAiVoiceIdEnum,OpenAiVoiceId,OpenAiVoiceIdEnum,ToolPinnedConflictResponseDtoError, removing the requirederrorfield fromToolPinnedConflictResponseDto, and removing enum valuesDurationandCostfromEvalControllerGetRunsPaginatedRequestSortByandGetEvalRunPaginatedDtoSortByare all breaking changes for existing callers.See full changelog