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
4 times, most recently
from
September 24, 2026 18:39
61f6e15 to
d95b6fa
Compare
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-typescript-sdk: 3.63.0
…s multiple APIs Remove several exported TypeScript types and enum values that constitute breaking changes for existing consumers. Additionally add new capabilities including AssemblyAI universal-3-6-pro model support, Deepgram Flux model with speed/expressivity controls, ForbiddenError/ConflictError HTTP status handling in eval and tools clients, and new fields on AssistantActivation and AssemblyAiTranscriber. Key changes: - Remove `OpenAiVoiceId`, `OpenAiVoiceIdEnum`, `FallbackOpenAiVoiceId`, `FallbackOpenAiVoiceIdEnum`, `ToolPinnedConflictResponseDtoError` exported types - Remove `Duration` and `Cost` enum values from `EvalControllerGetRunsPaginatedRequestSortBy` and `GetEvalRunPaginatedDtoSortBy` - Remove `error` required field from `ToolPinnedConflictResponseDto` interface - Add `Universal36Pro` to `AssemblyAiTranscriberSpeechModel` and `FallbackAssemblyAiTranscriberSpeechModel`; add `agentContextAutoUpdateEnabled` field to both transcriber types - Add `Flux` model to `DeepgramVoiceModel` with `speed` and `expressivity` fields on `DeepgramVoice`; add `squadVersion` to `AssistantActivation` - Add typed `ForbiddenError` (403) and `ConflictError` (409) handling in eval and tools clients; add `search` parameter to `EvalControllerGetRunsPaginatedRequest` 🌿 Generated with Fern
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
from
September 24, 2026 22:30
d95b6fa to
9ee0b19
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
OpenAiVoiceId,OpenAiVoiceIdEnum,FallbackOpenAiVoiceId,FallbackOpenAiVoiceIdEnum,ToolPinnedConflictResponseDtoError, removing enum valuesDurationandCostfrom sort-by enums, and removing the requirederrorfield fromToolPinnedConflictResponseDtoare all breaking changes that will cause compile errors for existing callers.Added
OpenAiSpeaker,OpenAiReasoner, andOpenAiModelServiceTier— new optional fields onOpenAiModelenabling GPT-Live configuration including speaker instructions, personality packs, delegated reasoning model, reasoning effort, and service tier selection.SquadVersion,SquadVersionPaginatedResponse, andSquadVersionPaginatedMetadata— new types supporting squad version history;Squadgains optionallatestVersionandmodelDeprecationsfields.OrgLimitsResponseDto,OrgConcurrencyLimitsDto, andOrgApiLimitsDto— new types for reading an org's subscription concurrency limits and per-region API rate-limit usage.ModelDeprecationNoticeandToolWriteConflictResponseDto— new structured types for model deprecation warnings and tool write-conflict error responses.GptLive1inOpenAiModelModel;CodaandMistv3inRimeAiVoiceModel;HipaaSpecialinUpdateUserRoleDtoRoleZero;SquadVersioninVersionPinReferenceSourceType;CallStartSquadVersionErrorValidationin call-ended reason enums; andseconds/usageCompleteoptional fields onModelCost.See full changelog