@elevenlabs/elevenlabs-js 2.15.0 → 2.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (630) hide show
  1. package/Client.js +2 -2
  2. package/api/resources/audioNative/client/Client.js +6 -1
  3. package/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +9 -0
  4. package/api/resources/audioNative/index.d.ts +1 -0
  5. package/api/resources/audioNative/index.js +1 -0
  6. package/api/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +10 -0
  7. package/api/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.js +12 -0
  8. package/api/resources/audioNative/types/index.d.ts +1 -0
  9. package/api/resources/audioNative/types/index.js +17 -0
  10. package/api/resources/conversationalAi/resources/agents/client/Client.js +12 -4
  11. package/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +13 -4
  12. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +14 -4
  13. package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +12 -4
  14. package/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +14 -0
  15. package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +76 -0
  16. package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +14 -0
  17. package/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
  18. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +1 -1
  19. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -1
  20. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +1 -1
  21. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +1 -1
  22. package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +4 -0
  23. package/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -0
  24. package/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -0
  25. package/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -0
  26. package/api/resources/dubbing/client/Client.js +9 -1
  27. package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +1 -1
  28. package/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +8 -0
  29. package/api/resources/dubbing/resources/resource/client/Client.js +1 -18
  30. package/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -4
  31. package/api/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +11 -0
  32. package/api/resources/dubbing/types/DubbingListRequestOrderDirection.js +10 -0
  33. package/api/resources/dubbing/types/index.d.ts +1 -0
  34. package/api/resources/dubbing/types/index.js +1 -0
  35. package/api/resources/history/client/Client.js +15 -1
  36. package/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +7 -0
  37. package/api/resources/history/client/requests/HistoryListRequest.d.ts +16 -0
  38. package/api/resources/history/types/HistoryListRequestSortDirection.d.ts +8 -0
  39. package/api/resources/history/types/HistoryListRequestSortDirection.js +10 -0
  40. package/api/resources/history/types/index.d.ts +1 -0
  41. package/api/resources/history/types/index.js +1 -0
  42. package/api/resources/index.d.ts +2 -1
  43. package/api/resources/index.js +3 -2
  44. package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +16 -0
  45. package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +13 -0
  46. package/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +13 -0
  47. package/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +2 -1
  48. package/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -0
  49. package/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +2 -1
  50. package/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -0
  51. package/api/resources/speechToText/resources/transcripts/client/Client.d.ts +14 -0
  52. package/api/resources/speechToText/resources/transcripts/client/Client.js +65 -0
  53. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +6 -0
  54. package/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +6 -0
  55. package/api/resources/textToSpeech/client/Client.d.ts +2 -2
  56. package/api/resources/textToSpeech/client/Client.js +4 -2
  57. package/api/resources/textToSpeech/client/requests/{TextToSpeechWithTimestampsRequest.d.ts → BodyTextToSpeechFullWithTimestamps.d.ts} +2 -2
  58. package/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
  59. package/api/resources/textToSpeech/client/requests/index.d.ts +1 -1
  60. package/api/resources/textToSpeech/types/{BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts → BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts} +2 -2
  61. package/api/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +11 -0
  62. package/{dist/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts → api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts} +2 -2
  63. package/api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +11 -0
  64. package/api/resources/textToSpeech/types/index.d.ts +2 -2
  65. package/api/resources/textToSpeech/types/index.js +2 -2
  66. package/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +2 -1
  67. package/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -0
  68. package/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +2 -1
  69. package/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -0
  70. package/api/types/AgentMetadata.d.ts +7 -0
  71. package/api/types/AgentMetadata.js +5 -0
  72. package/api/types/AgentSortBy.d.ts +8 -0
  73. package/api/types/AgentSortBy.js +10 -0
  74. package/api/types/AttachedTestModel.d.ts +1 -0
  75. package/api/types/BreakdownTypes.d.ts +2 -1
  76. package/api/types/BreakdownTypes.js +1 -0
  77. package/api/types/ClientToolConfigInput.d.ts +1 -0
  78. package/api/types/ClientToolConfigOutput.d.ts +1 -0
  79. package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  80. package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  81. package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
  82. package/api/types/ConversationalConfig.d.ts +2 -0
  83. package/api/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
  84. package/api/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +2 -1
  85. package/api/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -0
  86. package/api/types/DependentAvailableToolIdentifierAccessLevel.d.ts +2 -1
  87. package/api/types/DependentAvailableToolIdentifierAccessLevel.js +1 -0
  88. package/api/types/DubbingMetadataResponse.d.ts +1 -1
  89. package/api/types/GetConvAiSettingsResponseModel.d.ts +1 -0
  90. package/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
  91. package/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +2 -1
  92. package/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -0
  93. package/api/types/GetSpeechHistoryResponse.d.ts +2 -0
  94. package/api/types/GetUnitTestResponseModel.d.ts +1 -0
  95. package/api/types/KnowledgeBaseSortBy.d.ts +10 -0
  96. package/api/types/KnowledgeBaseSortBy.js +12 -0
  97. package/api/types/LiteralJsonSchemaProperty.d.ts +2 -0
  98. package/api/types/LivekitStackType.d.ts +8 -0
  99. package/{dist/api/types/ModelResponseModelConcurrencyGroup.js → api/types/LivekitStackType.js} +3 -3
  100. package/api/types/Llm.d.ts +4 -1
  101. package/api/types/Llm.js +3 -0
  102. package/api/types/LlmReasoningEffort.d.ts +10 -0
  103. package/api/types/LlmReasoningEffort.js +12 -0
  104. package/api/types/MatchAnythingParameterEvaluationStrategy.d.ts +5 -0
  105. package/api/types/MatchAnythingParameterEvaluationStrategy.js +5 -0
  106. package/api/types/McpServerConfigInput.d.ts +2 -0
  107. package/api/types/McpServerConfigOutput.d.ts +2 -0
  108. package/api/types/Model.d.ts +1 -1
  109. package/api/types/ModelSettingsResponseModel.d.ts +0 -2
  110. package/api/types/ProjectExtendedResponseModelAccessLevel.d.ts +2 -1
  111. package/api/types/ProjectExtendedResponseModelAccessLevel.js +1 -0
  112. package/api/types/ProjectResponseModelAccessLevel.d.ts +2 -1
  113. package/api/types/ProjectResponseModelAccessLevel.js +1 -0
  114. package/api/types/PromptAgentApiModelInput.d.ts +2 -0
  115. package/api/types/PromptAgentApiModelOutput.d.ts +2 -0
  116. package/api/types/PromptAgentApiModelWorkflowOverride.d.ts +2 -0
  117. package/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +2 -1
  118. package/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -0
  119. package/api/types/ResourceAccessInfoRole.d.ts +2 -1
  120. package/api/types/ResourceAccessInfoRole.js +1 -0
  121. package/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +2 -1
  122. package/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -0
  123. package/api/types/SipTrunkCredentialsRequestModel.d.ts +2 -2
  124. package/api/types/SortDirection.d.ts +8 -0
  125. package/api/types/SortDirection.js +10 -0
  126. package/api/types/SystemToolConfigInput.d.ts +2 -1
  127. package/api/types/SystemToolConfigOutput.d.ts +2 -1
  128. package/api/types/TextToSpeechStreamWithTimestampsRequest.d.ts +4 -0
  129. package/api/types/TextToSpeechStreamWithTimestampsRequest.js +5 -0
  130. package/api/types/TextToSpeechWithTimestampsRequest.d.ts +4 -0
  131. package/api/types/TextToSpeechWithTimestampsRequest.js +5 -0
  132. package/api/types/TtsConversationalModel.d.ts +2 -1
  133. package/api/types/TtsConversationalModel.js +1 -0
  134. package/api/types/UnitTestCommonModelType.d.ts +8 -0
  135. package/api/types/UnitTestCommonModelType.js +10 -0
  136. package/api/types/UnitTestRunResponseModel.d.ts +1 -0
  137. package/api/types/UnitTestSummaryResponseModel.d.ts +2 -0
  138. package/api/types/UnitTestToolCallEvaluationModelInput.d.ts +3 -1
  139. package/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +3 -1
  140. package/api/types/UnitTestToolCallParameterEval.d.ts +4 -1
  141. package/api/types/VadConfig.d.ts +7 -0
  142. package/api/types/VadConfig.js +5 -0
  143. package/api/types/VadConfigWorkflowOverride.d.ts +7 -0
  144. package/api/types/VadConfigWorkflowOverride.js +5 -0
  145. package/api/types/WebhookToolConfigInput.d.ts +1 -0
  146. package/api/types/WebhookToolConfigOutput.d.ts +1 -0
  147. package/api/types/index.d.ts +12 -1
  148. package/api/types/index.js +12 -1
  149. package/dist/Client.js +2 -2
  150. package/dist/api/resources/audioNative/client/Client.js +6 -1
  151. package/dist/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +9 -0
  152. package/dist/api/resources/audioNative/index.d.ts +1 -0
  153. package/dist/api/resources/audioNative/index.js +1 -0
  154. package/dist/api/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +10 -0
  155. package/dist/api/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.js +12 -0
  156. package/dist/api/resources/audioNative/types/index.d.ts +1 -0
  157. package/dist/api/resources/audioNative/types/index.js +17 -0
  158. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +12 -4
  159. package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +13 -4
  160. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +14 -4
  161. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +12 -4
  162. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +14 -0
  163. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +76 -0
  164. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +14 -0
  165. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +5 -0
  166. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
  167. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +1 -1
  168. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -1
  169. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +1 -1
  170. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +1 -1
  171. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +4 -0
  172. package/dist/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -0
  173. package/dist/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -0
  174. package/dist/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -0
  175. package/dist/api/resources/dubbing/client/Client.js +9 -1
  176. package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +1 -1
  177. package/dist/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +8 -0
  178. package/dist/api/resources/dubbing/resources/resource/client/Client.js +1 -18
  179. package/dist/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -4
  180. package/dist/api/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +11 -0
  181. package/dist/api/resources/dubbing/types/DubbingListRequestOrderDirection.js +10 -0
  182. package/dist/api/resources/dubbing/types/index.d.ts +1 -0
  183. package/dist/api/resources/dubbing/types/index.js +1 -0
  184. package/dist/api/resources/history/client/Client.js +15 -1
  185. package/dist/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +7 -0
  186. package/dist/api/resources/history/client/requests/HistoryListRequest.d.ts +16 -0
  187. package/dist/api/resources/history/types/HistoryListRequestSortDirection.d.ts +8 -0
  188. package/dist/api/resources/history/types/HistoryListRequestSortDirection.js +10 -0
  189. package/dist/api/resources/history/types/index.d.ts +1 -0
  190. package/dist/api/resources/history/types/index.js +1 -0
  191. package/dist/api/resources/index.d.ts +2 -1
  192. package/dist/api/resources/index.js +3 -2
  193. package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +16 -0
  194. package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +13 -0
  195. package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +13 -0
  196. package/dist/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +2 -1
  197. package/dist/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -0
  198. package/dist/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +2 -1
  199. package/dist/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -0
  200. package/dist/api/resources/speechToText/resources/transcripts/client/Client.d.ts +14 -0
  201. package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +65 -0
  202. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +6 -0
  203. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +6 -0
  204. package/dist/api/resources/textToSpeech/client/Client.d.ts +2 -2
  205. package/dist/api/resources/textToSpeech/client/Client.js +4 -2
  206. package/dist/api/resources/textToSpeech/client/requests/{TextToSpeechWithTimestampsRequest.d.ts → BodyTextToSpeechFullWithTimestamps.d.ts} +2 -2
  207. package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js +5 -0
  208. package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
  209. package/dist/api/resources/textToSpeech/client/requests/index.d.ts +1 -1
  210. package/dist/api/resources/textToSpeech/types/{BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts → BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts} +2 -2
  211. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +11 -0
  212. package/{api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts → dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts} +2 -2
  213. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +11 -0
  214. package/dist/api/resources/textToSpeech/types/index.d.ts +2 -2
  215. package/dist/api/resources/textToSpeech/types/index.js +2 -2
  216. package/dist/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +2 -1
  217. package/dist/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -0
  218. package/dist/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +2 -1
  219. package/dist/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -0
  220. package/dist/api/types/AgentMetadata.d.ts +7 -0
  221. package/dist/api/types/AgentMetadata.js +5 -0
  222. package/dist/api/types/AgentSortBy.d.ts +8 -0
  223. package/dist/api/types/AgentSortBy.js +10 -0
  224. package/dist/api/types/AttachedTestModel.d.ts +1 -0
  225. package/dist/api/types/BreakdownTypes.d.ts +2 -1
  226. package/dist/api/types/BreakdownTypes.js +1 -0
  227. package/dist/api/types/ClientToolConfigInput.d.ts +1 -0
  228. package/dist/api/types/ClientToolConfigOutput.d.ts +1 -0
  229. package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  230. package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  231. package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
  232. package/dist/api/types/ConversationalConfig.d.ts +2 -0
  233. package/dist/api/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
  234. package/dist/api/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +2 -1
  235. package/dist/api/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -0
  236. package/dist/api/types/DependentAvailableToolIdentifierAccessLevel.d.ts +2 -1
  237. package/dist/api/types/DependentAvailableToolIdentifierAccessLevel.js +1 -0
  238. package/dist/api/types/DubbingMetadataResponse.d.ts +1 -1
  239. package/dist/api/types/GetConvAiSettingsResponseModel.d.ts +1 -0
  240. package/dist/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
  241. package/dist/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +2 -1
  242. package/dist/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -0
  243. package/dist/api/types/GetSpeechHistoryResponse.d.ts +2 -0
  244. package/dist/api/types/GetUnitTestResponseModel.d.ts +1 -0
  245. package/dist/api/types/KnowledgeBaseSortBy.d.ts +10 -0
  246. package/dist/api/types/KnowledgeBaseSortBy.js +12 -0
  247. package/dist/api/types/LiteralJsonSchemaProperty.d.ts +2 -0
  248. package/dist/api/types/LivekitStackType.d.ts +8 -0
  249. package/{api/types/ModelResponseModelConcurrencyGroup.js → dist/api/types/LivekitStackType.js} +3 -3
  250. package/dist/api/types/Llm.d.ts +4 -1
  251. package/dist/api/types/Llm.js +3 -0
  252. package/dist/api/types/LlmReasoningEffort.d.ts +10 -0
  253. package/dist/api/types/LlmReasoningEffort.js +12 -0
  254. package/dist/api/types/MatchAnythingParameterEvaluationStrategy.d.ts +5 -0
  255. package/dist/api/types/MatchAnythingParameterEvaluationStrategy.js +5 -0
  256. package/dist/api/types/McpServerConfigInput.d.ts +2 -0
  257. package/dist/api/types/McpServerConfigOutput.d.ts +2 -0
  258. package/dist/api/types/Model.d.ts +1 -1
  259. package/dist/api/types/ModelSettingsResponseModel.d.ts +0 -2
  260. package/dist/api/types/ProjectExtendedResponseModelAccessLevel.d.ts +2 -1
  261. package/dist/api/types/ProjectExtendedResponseModelAccessLevel.js +1 -0
  262. package/dist/api/types/ProjectResponseModelAccessLevel.d.ts +2 -1
  263. package/dist/api/types/ProjectResponseModelAccessLevel.js +1 -0
  264. package/dist/api/types/PromptAgentApiModelInput.d.ts +2 -0
  265. package/dist/api/types/PromptAgentApiModelOutput.d.ts +2 -0
  266. package/dist/api/types/PromptAgentApiModelWorkflowOverride.d.ts +2 -0
  267. package/dist/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +2 -1
  268. package/dist/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -0
  269. package/dist/api/types/ResourceAccessInfoRole.d.ts +2 -1
  270. package/dist/api/types/ResourceAccessInfoRole.js +1 -0
  271. package/dist/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +2 -1
  272. package/dist/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -0
  273. package/dist/api/types/SipTrunkCredentialsRequestModel.d.ts +2 -2
  274. package/dist/api/types/SortDirection.d.ts +8 -0
  275. package/dist/api/types/SortDirection.js +10 -0
  276. package/dist/api/types/SystemToolConfigInput.d.ts +2 -1
  277. package/dist/api/types/SystemToolConfigOutput.d.ts +2 -1
  278. package/dist/api/types/TextToSpeechStreamWithTimestampsRequest.d.ts +4 -0
  279. package/dist/api/types/TextToSpeechStreamWithTimestampsRequest.js +5 -0
  280. package/dist/api/types/TextToSpeechWithTimestampsRequest.d.ts +4 -0
  281. package/dist/api/types/TextToSpeechWithTimestampsRequest.js +5 -0
  282. package/dist/api/types/TtsConversationalModel.d.ts +2 -1
  283. package/dist/api/types/TtsConversationalModel.js +1 -0
  284. package/dist/api/types/UnitTestCommonModelType.d.ts +8 -0
  285. package/dist/api/types/UnitTestCommonModelType.js +10 -0
  286. package/dist/api/types/UnitTestRunResponseModel.d.ts +1 -0
  287. package/dist/api/types/UnitTestSummaryResponseModel.d.ts +2 -0
  288. package/dist/api/types/UnitTestToolCallEvaluationModelInput.d.ts +3 -1
  289. package/dist/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +3 -1
  290. package/dist/api/types/UnitTestToolCallParameterEval.d.ts +4 -1
  291. package/dist/api/types/VadConfig.d.ts +7 -0
  292. package/dist/api/types/VadConfig.js +5 -0
  293. package/dist/api/types/VadConfigWorkflowOverride.d.ts +7 -0
  294. package/dist/api/types/VadConfigWorkflowOverride.js +5 -0
  295. package/dist/api/types/WebhookToolConfigInput.d.ts +1 -0
  296. package/dist/api/types/WebhookToolConfigOutput.d.ts +1 -0
  297. package/dist/api/types/index.d.ts +12 -1
  298. package/dist/api/types/index.js +12 -1
  299. package/dist/serialization/resources/audioNative/index.d.ts +1 -0
  300. package/dist/serialization/resources/audioNative/index.js +17 -0
  301. package/dist/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +10 -0
  302. package/{serialization/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js → dist/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.js} +2 -2
  303. package/dist/serialization/resources/audioNative/types/index.d.ts +1 -0
  304. package/dist/serialization/resources/audioNative/types/index.js +17 -0
  305. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +14 -0
  306. package/{serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js → dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js} +7 -3
  307. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
  308. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +3 -1
  309. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +6 -0
  310. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +6 -0
  311. package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +2 -0
  312. package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +2 -0
  313. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +2 -0
  314. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +2 -0
  315. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +2 -0
  316. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +2 -0
  317. package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -1
  318. package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.js +1 -0
  319. package/dist/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +10 -0
  320. package/dist/serialization/resources/{textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js → dubbing/types/DubbingListRequestOrderDirection.js} +2 -2
  321. package/dist/serialization/resources/dubbing/types/index.d.ts +1 -0
  322. package/dist/serialization/resources/dubbing/types/index.js +1 -0
  323. package/dist/serialization/resources/history/types/HistoryListRequestSortDirection.d.ts +10 -0
  324. package/dist/serialization/resources/history/types/HistoryListRequestSortDirection.js +41 -0
  325. package/dist/serialization/resources/history/types/index.d.ts +1 -0
  326. package/dist/serialization/resources/history/types/index.js +1 -0
  327. package/dist/serialization/resources/index.d.ts +2 -0
  328. package/dist/serialization/resources/index.js +3 -1
  329. package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -0
  330. package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +2 -0
  331. package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
  332. package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
  333. package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -0
  334. package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +1 -0
  335. package/dist/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +1 -1
  336. package/dist/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -1
  337. package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +1 -1
  338. package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -1
  339. package/{serialization/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.d.ts → dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts} +4 -4
  340. package/{serialization/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js → dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js} +4 -4
  341. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +2 -2
  342. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +2 -2
  343. package/dist/serialization/resources/textToSpeech/client/requests/index.d.ts +1 -1
  344. package/dist/serialization/resources/textToSpeech/client/requests/index.js +3 -3
  345. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +10 -0
  346. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +41 -0
  347. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +10 -0
  348. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +41 -0
  349. package/dist/serialization/resources/textToSpeech/types/index.d.ts +2 -2
  350. package/dist/serialization/resources/textToSpeech/types/index.js +2 -2
  351. package/dist/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +1 -1
  352. package/dist/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -1
  353. package/dist/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +1 -1
  354. package/dist/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -1
  355. package/dist/serialization/types/AgentMetadata.d.ts +13 -0
  356. package/dist/serialization/types/AgentMetadata.js +44 -0
  357. package/dist/serialization/types/AgentSortBy.d.ts +10 -0
  358. package/dist/serialization/types/{ModelResponseModelConcurrencyGroup.js → AgentSortBy.js} +2 -2
  359. package/dist/serialization/types/AttachedTestModel.d.ts +1 -0
  360. package/dist/serialization/types/AttachedTestModel.js +1 -0
  361. package/dist/serialization/types/BreakdownTypes.d.ts +1 -1
  362. package/dist/serialization/types/BreakdownTypes.js +1 -0
  363. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -0
  364. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -0
  365. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -0
  366. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -0
  367. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
  368. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -1
  369. package/dist/serialization/types/ConversationalConfig.d.ts +2 -0
  370. package/dist/serialization/types/ConversationalConfig.js +2 -0
  371. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
  372. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverride.js +2 -0
  373. package/dist/serialization/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +1 -1
  374. package/dist/serialization/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -1
  375. package/dist/serialization/types/DependentAvailableToolIdentifierAccessLevel.d.ts +1 -1
  376. package/dist/serialization/types/DependentAvailableToolIdentifierAccessLevel.js +1 -1
  377. package/dist/serialization/types/GetConvAiSettingsResponseModel.d.ts +2 -0
  378. package/dist/serialization/types/GetConvAiSettingsResponseModel.js +2 -0
  379. package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
  380. package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +2 -0
  381. package/dist/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +1 -1
  382. package/dist/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -1
  383. package/dist/serialization/types/GetSpeechHistoryResponse.d.ts +1 -0
  384. package/dist/serialization/types/GetSpeechHistoryResponse.js +1 -0
  385. package/dist/serialization/types/GetUnitTestResponseModel.d.ts +2 -0
  386. package/dist/serialization/types/GetUnitTestResponseModel.js +2 -0
  387. package/dist/serialization/types/KnowledgeBaseSortBy.d.ts +10 -0
  388. package/{serialization/types/ModelResponseModelConcurrencyGroup.js → dist/serialization/types/KnowledgeBaseSortBy.js} +2 -2
  389. package/dist/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
  390. package/dist/serialization/types/LiteralJsonSchemaProperty.js +1 -0
  391. package/dist/serialization/types/LivekitStackType.d.ts +10 -0
  392. package/dist/serialization/types/LivekitStackType.js +41 -0
  393. package/dist/serialization/types/Llm.d.ts +1 -1
  394. package/dist/serialization/types/Llm.js +3 -0
  395. package/dist/serialization/types/LlmReasoningEffort.d.ts +10 -0
  396. package/dist/serialization/types/LlmReasoningEffort.js +41 -0
  397. package/dist/serialization/types/MatchAnythingParameterEvaluationStrategy.d.ts +11 -0
  398. package/dist/serialization/types/MatchAnythingParameterEvaluationStrategy.js +41 -0
  399. package/dist/serialization/types/McpServerConfigInput.d.ts +1 -0
  400. package/dist/serialization/types/McpServerConfigInput.js +1 -0
  401. package/dist/serialization/types/McpServerConfigOutput.d.ts +1 -0
  402. package/dist/serialization/types/McpServerConfigOutput.js +1 -0
  403. package/dist/serialization/types/Model.d.ts +1 -2
  404. package/dist/serialization/types/Model.js +1 -2
  405. package/dist/serialization/types/ModelSettingsResponseModel.d.ts +0 -1
  406. package/dist/serialization/types/ModelSettingsResponseModel.js +0 -1
  407. package/dist/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +1 -1
  408. package/dist/serialization/types/ProjectExtendedResponseModelAccessLevel.js +1 -1
  409. package/dist/serialization/types/ProjectResponseModelAccessLevel.d.ts +1 -1
  410. package/dist/serialization/types/ProjectResponseModelAccessLevel.js +1 -1
  411. package/dist/serialization/types/PromptAgentApiModelInput.d.ts +2 -0
  412. package/dist/serialization/types/PromptAgentApiModelInput.js +2 -0
  413. package/dist/serialization/types/PromptAgentApiModelOutput.d.ts +2 -0
  414. package/dist/serialization/types/PromptAgentApiModelOutput.js +2 -0
  415. package/dist/serialization/types/PromptAgentApiModelWorkflowOverride.d.ts +2 -0
  416. package/dist/serialization/types/PromptAgentApiModelWorkflowOverride.js +2 -0
  417. package/dist/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +1 -1
  418. package/dist/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -1
  419. package/dist/serialization/types/ResourceAccessInfoRole.d.ts +1 -1
  420. package/dist/serialization/types/ResourceAccessInfoRole.js +1 -1
  421. package/dist/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +1 -1
  422. package/dist/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -1
  423. package/dist/serialization/types/SipTrunkCredentialsRequestModel.d.ts +1 -1
  424. package/dist/serialization/types/SipTrunkCredentialsRequestModel.js +1 -1
  425. package/dist/serialization/types/SortDirection.d.ts +10 -0
  426. package/dist/serialization/types/SortDirection.js +41 -0
  427. package/dist/serialization/types/SystemToolConfigInput.d.ts +1 -1
  428. package/dist/serialization/types/SystemToolConfigInput.js +1 -1
  429. package/dist/serialization/types/SystemToolConfigOutput.d.ts +1 -1
  430. package/dist/serialization/types/SystemToolConfigOutput.js +1 -1
  431. package/dist/serialization/types/TextToSpeechStreamWithTimestampsRequest.d.ts +10 -0
  432. package/dist/serialization/types/TextToSpeechStreamWithTimestampsRequest.js +41 -0
  433. package/dist/serialization/types/TextToSpeechWithTimestampsRequest.d.ts +10 -0
  434. package/dist/serialization/types/TextToSpeechWithTimestampsRequest.js +41 -0
  435. package/dist/serialization/types/TtsConversationalModel.d.ts +1 -1
  436. package/dist/serialization/types/TtsConversationalModel.js +7 -1
  437. package/dist/serialization/types/UnitTestCommonModelType.d.ts +10 -0
  438. package/dist/serialization/types/UnitTestCommonModelType.js +41 -0
  439. package/dist/serialization/types/UnitTestRunResponseModel.d.ts +1 -0
  440. package/dist/serialization/types/UnitTestRunResponseModel.js +1 -0
  441. package/dist/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -0
  442. package/dist/serialization/types/UnitTestSummaryResponseModel.js +2 -0
  443. package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +2 -1
  444. package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.js +2 -1
  445. package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +2 -1
  446. package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.js +2 -1
  447. package/dist/serialization/types/UnitTestToolCallParameterEval.d.ts +5 -1
  448. package/dist/serialization/types/UnitTestToolCallParameterEval.js +2 -0
  449. package/dist/serialization/types/VadConfig.d.ts +12 -0
  450. package/dist/serialization/types/VadConfig.js +43 -0
  451. package/dist/serialization/types/VadConfigWorkflowOverride.d.ts +12 -0
  452. package/dist/serialization/types/VadConfigWorkflowOverride.js +43 -0
  453. package/dist/serialization/types/index.d.ts +12 -1
  454. package/dist/serialization/types/index.js +12 -1
  455. package/dist/version.d.ts +1 -1
  456. package/dist/version.js +1 -1
  457. package/package.json +1 -1
  458. package/reference.md +1170 -116
  459. package/serialization/resources/audioNative/index.d.ts +1 -0
  460. package/serialization/resources/audioNative/index.js +17 -0
  461. package/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +10 -0
  462. package/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.js +41 -0
  463. package/serialization/resources/audioNative/types/index.d.ts +1 -0
  464. package/serialization/resources/audioNative/types/index.js +17 -0
  465. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +14 -0
  466. package/{dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js → serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js} +7 -3
  467. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
  468. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +3 -1
  469. package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +6 -0
  470. package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +6 -0
  471. package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +2 -0
  472. package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +2 -0
  473. package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +2 -0
  474. package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +2 -0
  475. package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +2 -0
  476. package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +2 -0
  477. package/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -1
  478. package/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.js +1 -0
  479. package/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +10 -0
  480. package/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.js +41 -0
  481. package/serialization/resources/dubbing/types/index.d.ts +1 -0
  482. package/serialization/resources/dubbing/types/index.js +1 -0
  483. package/serialization/resources/history/types/HistoryListRequestSortDirection.d.ts +10 -0
  484. package/serialization/resources/history/types/HistoryListRequestSortDirection.js +41 -0
  485. package/serialization/resources/history/types/index.d.ts +1 -0
  486. package/serialization/resources/history/types/index.js +1 -0
  487. package/serialization/resources/index.d.ts +2 -0
  488. package/serialization/resources/index.js +3 -1
  489. package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -0
  490. package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +2 -0
  491. package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
  492. package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
  493. package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -0
  494. package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +1 -0
  495. package/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +1 -1
  496. package/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -1
  497. package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +1 -1
  498. package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -1
  499. package/{dist/serialization/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.d.ts → serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts} +4 -4
  500. package/{dist/serialization/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js → serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js} +4 -4
  501. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +2 -2
  502. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +2 -2
  503. package/serialization/resources/textToSpeech/client/requests/index.d.ts +1 -1
  504. package/serialization/resources/textToSpeech/client/requests/index.js +3 -3
  505. package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +10 -0
  506. package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +41 -0
  507. package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +10 -0
  508. package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +41 -0
  509. package/serialization/resources/textToSpeech/types/index.d.ts +2 -2
  510. package/serialization/resources/textToSpeech/types/index.js +2 -2
  511. package/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +1 -1
  512. package/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -1
  513. package/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +1 -1
  514. package/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -1
  515. package/serialization/types/AgentMetadata.d.ts +13 -0
  516. package/serialization/types/AgentMetadata.js +44 -0
  517. package/serialization/types/AgentSortBy.d.ts +10 -0
  518. package/serialization/types/AgentSortBy.js +41 -0
  519. package/serialization/types/AttachedTestModel.d.ts +1 -0
  520. package/serialization/types/AttachedTestModel.js +1 -0
  521. package/serialization/types/BreakdownTypes.d.ts +1 -1
  522. package/serialization/types/BreakdownTypes.js +1 -0
  523. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -0
  524. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -0
  525. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -0
  526. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -0
  527. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
  528. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -1
  529. package/serialization/types/ConversationalConfig.d.ts +2 -0
  530. package/serialization/types/ConversationalConfig.js +2 -0
  531. package/serialization/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
  532. package/serialization/types/ConversationalConfigApiModelWorkflowOverride.js +2 -0
  533. package/serialization/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +1 -1
  534. package/serialization/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -1
  535. package/serialization/types/DependentAvailableToolIdentifierAccessLevel.d.ts +1 -1
  536. package/serialization/types/DependentAvailableToolIdentifierAccessLevel.js +1 -1
  537. package/serialization/types/GetConvAiSettingsResponseModel.d.ts +2 -0
  538. package/serialization/types/GetConvAiSettingsResponseModel.js +2 -0
  539. package/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
  540. package/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +2 -0
  541. package/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +1 -1
  542. package/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -1
  543. package/serialization/types/GetSpeechHistoryResponse.d.ts +1 -0
  544. package/serialization/types/GetSpeechHistoryResponse.js +1 -0
  545. package/serialization/types/GetUnitTestResponseModel.d.ts +2 -0
  546. package/serialization/types/GetUnitTestResponseModel.js +2 -0
  547. package/serialization/types/KnowledgeBaseSortBy.d.ts +10 -0
  548. package/serialization/types/KnowledgeBaseSortBy.js +41 -0
  549. package/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
  550. package/serialization/types/LiteralJsonSchemaProperty.js +1 -0
  551. package/serialization/types/LivekitStackType.d.ts +10 -0
  552. package/serialization/types/LivekitStackType.js +41 -0
  553. package/serialization/types/Llm.d.ts +1 -1
  554. package/serialization/types/Llm.js +3 -0
  555. package/serialization/types/LlmReasoningEffort.d.ts +10 -0
  556. package/serialization/types/LlmReasoningEffort.js +41 -0
  557. package/serialization/types/MatchAnythingParameterEvaluationStrategy.d.ts +11 -0
  558. package/serialization/types/MatchAnythingParameterEvaluationStrategy.js +41 -0
  559. package/serialization/types/McpServerConfigInput.d.ts +1 -0
  560. package/serialization/types/McpServerConfigInput.js +1 -0
  561. package/serialization/types/McpServerConfigOutput.d.ts +1 -0
  562. package/serialization/types/McpServerConfigOutput.js +1 -0
  563. package/serialization/types/Model.d.ts +1 -2
  564. package/serialization/types/Model.js +1 -2
  565. package/serialization/types/ModelSettingsResponseModel.d.ts +0 -1
  566. package/serialization/types/ModelSettingsResponseModel.js +0 -1
  567. package/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +1 -1
  568. package/serialization/types/ProjectExtendedResponseModelAccessLevel.js +1 -1
  569. package/serialization/types/ProjectResponseModelAccessLevel.d.ts +1 -1
  570. package/serialization/types/ProjectResponseModelAccessLevel.js +1 -1
  571. package/serialization/types/PromptAgentApiModelInput.d.ts +2 -0
  572. package/serialization/types/PromptAgentApiModelInput.js +2 -0
  573. package/serialization/types/PromptAgentApiModelOutput.d.ts +2 -0
  574. package/serialization/types/PromptAgentApiModelOutput.js +2 -0
  575. package/serialization/types/PromptAgentApiModelWorkflowOverride.d.ts +2 -0
  576. package/serialization/types/PromptAgentApiModelWorkflowOverride.js +2 -0
  577. package/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +1 -1
  578. package/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -1
  579. package/serialization/types/ResourceAccessInfoRole.d.ts +1 -1
  580. package/serialization/types/ResourceAccessInfoRole.js +1 -1
  581. package/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +1 -1
  582. package/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -1
  583. package/serialization/types/SipTrunkCredentialsRequestModel.d.ts +1 -1
  584. package/serialization/types/SipTrunkCredentialsRequestModel.js +1 -1
  585. package/serialization/types/SortDirection.d.ts +10 -0
  586. package/serialization/types/SortDirection.js +41 -0
  587. package/serialization/types/SystemToolConfigInput.d.ts +1 -1
  588. package/serialization/types/SystemToolConfigInput.js +1 -1
  589. package/serialization/types/SystemToolConfigOutput.d.ts +1 -1
  590. package/serialization/types/SystemToolConfigOutput.js +1 -1
  591. package/serialization/types/TextToSpeechStreamWithTimestampsRequest.d.ts +10 -0
  592. package/serialization/types/TextToSpeechStreamWithTimestampsRequest.js +41 -0
  593. package/serialization/types/TextToSpeechWithTimestampsRequest.d.ts +10 -0
  594. package/serialization/types/TextToSpeechWithTimestampsRequest.js +41 -0
  595. package/serialization/types/TtsConversationalModel.d.ts +1 -1
  596. package/serialization/types/TtsConversationalModel.js +7 -1
  597. package/serialization/types/UnitTestCommonModelType.d.ts +10 -0
  598. package/serialization/types/UnitTestCommonModelType.js +41 -0
  599. package/serialization/types/UnitTestRunResponseModel.d.ts +1 -0
  600. package/serialization/types/UnitTestRunResponseModel.js +1 -0
  601. package/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -0
  602. package/serialization/types/UnitTestSummaryResponseModel.js +2 -0
  603. package/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +2 -1
  604. package/serialization/types/UnitTestToolCallEvaluationModelInput.js +2 -1
  605. package/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +2 -1
  606. package/serialization/types/UnitTestToolCallEvaluationModelOutput.js +2 -1
  607. package/serialization/types/UnitTestToolCallParameterEval.d.ts +5 -1
  608. package/serialization/types/UnitTestToolCallParameterEval.js +2 -0
  609. package/serialization/types/VadConfig.d.ts +12 -0
  610. package/serialization/types/VadConfig.js +43 -0
  611. package/serialization/types/VadConfigWorkflowOverride.d.ts +12 -0
  612. package/serialization/types/VadConfigWorkflowOverride.js +43 -0
  613. package/serialization/types/index.d.ts +12 -1
  614. package/serialization/types/index.js +12 -1
  615. package/version.d.ts +1 -1
  616. package/version.js +1 -1
  617. package/api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js +0 -11
  618. package/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js +0 -11
  619. package/api/types/ModelResponseModelConcurrencyGroup.d.ts +0 -11
  620. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js +0 -11
  621. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js +0 -11
  622. package/dist/api/types/ModelResponseModelConcurrencyGroup.d.ts +0 -11
  623. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts +0 -10
  624. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts +0 -10
  625. package/dist/serialization/types/ModelResponseModelConcurrencyGroup.d.ts +0 -10
  626. package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts +0 -10
  627. package/serialization/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts +0 -10
  628. package/serialization/types/ModelResponseModelConcurrencyGroup.d.ts +0 -10
  629. /package/api/resources/{textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js → conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js} +0 -0
  630. /package/{dist/api/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js → api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js} +0 -0
@@ -142,7 +142,7 @@ class TextToSpeech {
142
142
  * Generate speech from text with precise character-level timing information for audio-text synchronization.
143
143
  *
144
144
  * @param {string} voiceId - Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
145
- * @param {ElevenLabs.TextToSpeechWithTimestampsRequest} request
145
+ * @param {ElevenLabs.BodyTextToSpeechFullWithTimestamps} request
146
146
  * @param {TextToSpeech.RequestOptions} requestOptions - Request-specific configuration.
147
147
  *
148
148
  * @throws {@link ElevenLabs.UnprocessableEntityError}
@@ -179,7 +179,9 @@ class TextToSpeech {
179
179
  contentType: "application/json",
180
180
  queryParameters: _queryParams,
181
181
  requestType: "json",
182
- body: serializers.TextToSpeechWithTimestampsRequest.jsonOrThrow(_body, { unrecognizedObjectKeys: "strip" }),
182
+ body: serializers.BodyTextToSpeechFullWithTimestamps.jsonOrThrow(_body, {
183
+ unrecognizedObjectKeys: "strip",
184
+ }),
183
185
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 240000,
184
186
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
185
187
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -8,7 +8,7 @@ import * as ElevenLabs from "../../../../index";
8
8
  * text: "This is a test for the API of ElevenLabs."
9
9
  * }
10
10
  */
11
- export interface TextToSpeechWithTimestampsRequest {
11
+ export interface BodyTextToSpeechFullWithTimestamps {
12
12
  /**
13
13
  * When enable_logging is set to false zero retention mode will be used for the request. This will mean history features are unavailable for this request, including request stitching. Zero retention mode may only be used by enterprise customers.
14
14
  */
@@ -51,7 +51,7 @@ export interface TextToSpeechWithTimestampsRequest {
51
51
  /** If true, we won't use PVC version of the voice for the generation but the IVC version. This is a temporary workaround for higher latency in PVC versions. */
52
52
  usePvcAsIvc?: boolean;
53
53
  /** This parameter controls text normalization with three modes: 'auto', 'on', and 'off'. When set to 'auto', the system will automatically decide whether to apply text normalization (e.g., spelling out numbers). With 'on', text normalization will always be applied, while with 'off', it will be skipped. For 'eleven_turbo_v2_5' and 'eleven_flash_v2_5' models, text normalization can only be enabled with Enterprise plans. */
54
- applyTextNormalization?: ElevenLabs.BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization;
54
+ applyTextNormalization?: ElevenLabs.BodyTextToSpeechFullWithTimestampsApplyTextNormalization;
55
55
  /** This parameter controls language text normalization. This helps with proper pronunciation of text in some supported languages. WARNING: This parameter can heavily increase the latency of the request. Currently only supported for Japanese. */
56
56
  applyLanguageTextNormalization?: boolean;
57
57
  }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -53,7 +53,7 @@ export interface StreamTextToSpeechWithTimestampsRequest {
53
53
  /** If true, we won't use PVC version of the voice for the generation but the IVC version. This is a temporary workaround for higher latency in PVC versions. */
54
54
  usePvcAsIvc?: boolean;
55
55
  /** This parameter controls text normalization with three modes: 'auto', 'on', and 'off'. When set to 'auto', the system will automatically decide whether to apply text normalization (e.g., spelling out numbers). With 'on', text normalization will always be applied, while with 'off', it will be skipped. For 'eleven_turbo_v2_5' and 'eleven_flash_v2_5' models, text normalization can only be enabled with Enterprise plans. */
56
- applyTextNormalization?: ElevenLabs.BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization;
56
+ applyTextNormalization?: ElevenLabs.BodyTextToSpeechStreamWithTimestampsApplyTextNormalization;
57
57
  /** This parameter controls language text normalization. This helps with proper pronunciation of text in some supported languages. WARNING: This parameter can heavily increase the latency of the request. Currently only supported for Japanese. */
58
58
  applyLanguageTextNormalization?: boolean;
59
59
  }
@@ -1,4 +1,4 @@
1
1
  export { type TextToSpeechRequest } from "./TextToSpeechRequest";
2
- export { type TextToSpeechWithTimestampsRequest } from "./TextToSpeechWithTimestampsRequest";
2
+ export { type BodyTextToSpeechFullWithTimestamps } from "./BodyTextToSpeechFullWithTimestamps";
3
3
  export { type StreamTextToSpeechRequest } from "./StreamTextToSpeechRequest";
4
4
  export { type StreamTextToSpeechWithTimestampsRequest } from "./StreamTextToSpeechWithTimestampsRequest";
@@ -4,8 +4,8 @@
4
4
  /**
5
5
  * This parameter controls text normalization with three modes: 'auto', 'on', and 'off'. When set to 'auto', the system will automatically decide whether to apply text normalization (e.g., spelling out numbers). With 'on', text normalization will always be applied, while with 'off', it will be skipped. For 'eleven_turbo_v2_5' and 'eleven_flash_v2_5' models, text normalization can only be enabled with Enterprise plans.
6
6
  */
7
- export type BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization = "auto" | "on" | "off";
8
- export declare const BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization: {
7
+ export type BodyTextToSpeechFullWithTimestampsApplyTextNormalization = "auto" | "on" | "off";
8
+ export declare const BodyTextToSpeechFullWithTimestampsApplyTextNormalization: {
9
9
  readonly Auto: "auto";
10
10
  readonly On: "on";
11
11
  readonly Off: "off";
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.BodyTextToSpeechFullWithTimestampsApplyTextNormalization = void 0;
7
+ exports.BodyTextToSpeechFullWithTimestampsApplyTextNormalization = {
8
+ Auto: "auto",
9
+ On: "on",
10
+ Off: "off",
11
+ };
@@ -4,8 +4,8 @@
4
4
  /**
5
5
  * This parameter controls text normalization with three modes: 'auto', 'on', and 'off'. When set to 'auto', the system will automatically decide whether to apply text normalization (e.g., spelling out numbers). With 'on', text normalization will always be applied, while with 'off', it will be skipped. For 'eleven_turbo_v2_5' and 'eleven_flash_v2_5' models, text normalization can only be enabled with Enterprise plans.
6
6
  */
7
- export type BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization = "auto" | "on" | "off";
8
- export declare const BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization: {
7
+ export type BodyTextToSpeechStreamWithTimestampsApplyTextNormalization = "auto" | "on" | "off";
8
+ export declare const BodyTextToSpeechStreamWithTimestampsApplyTextNormalization: {
9
9
  readonly Auto: "auto";
10
10
  readonly On: "on";
11
11
  readonly Off: "off";
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.BodyTextToSpeechStreamWithTimestampsApplyTextNormalization = void 0;
7
+ exports.BodyTextToSpeechStreamWithTimestampsApplyTextNormalization = {
8
+ Auto: "auto",
9
+ On: "on",
10
+ Off: "off",
11
+ };
@@ -1,8 +1,8 @@
1
1
  export * from "./TextToSpeechConvertRequestOutputFormat";
2
2
  export * from "./BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization";
3
3
  export * from "./TextToSpeechConvertWithTimestampsRequestOutputFormat";
4
- export * from "./BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization";
4
+ export * from "./BodyTextToSpeechFullWithTimestampsApplyTextNormalization";
5
5
  export * from "./TextToSpeechStreamRequestOutputFormat";
6
6
  export * from "./BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization";
7
7
  export * from "./TextToSpeechStreamWithTimestampsRequestOutputFormat";
8
- export * from "./BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization";
8
+ export * from "./BodyTextToSpeechStreamWithTimestampsApplyTextNormalization";
@@ -17,8 +17,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./TextToSpeechConvertRequestOutputFormat"), exports);
18
18
  __exportStar(require("./BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization"), exports);
19
19
  __exportStar(require("./TextToSpeechConvertWithTimestampsRequestOutputFormat"), exports);
20
- __exportStar(require("./BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization"), exports);
20
+ __exportStar(require("./BodyTextToSpeechFullWithTimestampsApplyTextNormalization"), exports);
21
21
  __exportStar(require("./TextToSpeechStreamRequestOutputFormat"), exports);
22
22
  __exportStar(require("./BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization"), exports);
23
23
  __exportStar(require("./TextToSpeechStreamWithTimestampsRequestOutputFormat"), exports);
24
- __exportStar(require("./BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization"), exports);
24
+ __exportStar(require("./BodyTextToSpeechStreamWithTimestampsApplyTextNormalization"), exports);
@@ -4,9 +4,10 @@
4
4
  /**
5
5
  * Role to update the target principal with.
6
6
  */
7
- export type BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole = "admin" | "editor" | "viewer";
7
+ export type BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole = "admin" | "editor" | "commenter" | "viewer";
8
8
  export declare const BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole: {
9
9
  readonly Admin: "admin";
10
10
  readonly Editor: "editor";
11
+ readonly Commenter: "commenter";
11
12
  readonly Viewer: "viewer";
12
13
  };
@@ -7,5 +7,6 @@ exports.BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole =
7
7
  exports.BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole = {
8
8
  Admin: "admin",
9
9
  Editor: "editor",
10
+ Commenter: "commenter",
10
11
  Viewer: "viewer",
11
12
  };
@@ -1,9 +1,10 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export type AddPronunciationDictionaryResponseModelPermissionOnResource = "admin" | "editor" | "viewer";
4
+ export type AddPronunciationDictionaryResponseModelPermissionOnResource = "admin" | "editor" | "commenter" | "viewer";
5
5
  export declare const AddPronunciationDictionaryResponseModelPermissionOnResource: {
6
6
  readonly Admin: "admin";
7
7
  readonly Editor: "editor";
8
+ readonly Commenter: "commenter";
8
9
  readonly Viewer: "viewer";
9
10
  };
@@ -7,5 +7,6 @@ exports.AddPronunciationDictionaryResponseModelPermissionOnResource = void 0;
7
7
  exports.AddPronunciationDictionaryResponseModelPermissionOnResource = {
8
8
  Admin: "admin",
9
9
  Editor: "editor",
10
+ Commenter: "commenter",
10
11
  Viewer: "viewer",
11
12
  };
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface AgentMetadata {
5
+ agentId: string;
6
+ workflowNodeId?: string;
7
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type AgentSortBy = "name" | "created_at";
5
+ export declare const AgentSortBy: {
6
+ readonly Name: "name";
7
+ readonly CreatedAt: "created_at";
8
+ };
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.AgentSortBy = void 0;
7
+ exports.AgentSortBy = {
8
+ Name: "name",
9
+ CreatedAt: "created_at",
10
+ };
@@ -3,4 +3,5 @@
3
3
  */
4
4
  export interface AttachedTestModel {
5
5
  testId: string;
6
+ workflowNodeId?: string;
6
7
  }
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * How to break down the information. Cannot be "user" or "api_key" if include_workspace_metrics is False.
6
6
  */
7
- export type BreakdownTypes = "none" | "voice" | "voice_multiplier" | "user" | "groups" | "api_keys" | "all_api_keys" | "product_type" | "model" | "resource" | "request_queue" | "region" | "subresource_id" | "reporting_workspace_id" | "has_api_key";
7
+ export type BreakdownTypes = "none" | "voice" | "voice_multiplier" | "user" | "groups" | "api_keys" | "all_api_keys" | "product_type" | "model" | "resource" | "request_queue" | "region" | "subresource_id" | "reporting_workspace_id" | "has_api_key" | "request_source";
8
8
  export declare const BreakdownTypes: {
9
9
  readonly None: "none";
10
10
  readonly Voice: "voice";
@@ -21,4 +21,5 @@ export declare const BreakdownTypes: {
21
21
  readonly SubresourceId: "subresource_id";
22
22
  readonly ReportingWorkspaceId: "reporting_workspace_id";
23
23
  readonly HasApiKey: "has_api_key";
24
+ readonly RequestSource: "request_source";
24
25
  };
@@ -20,4 +20,5 @@ exports.BreakdownTypes = {
20
20
  SubresourceId: "subresource_id",
21
21
  ReportingWorkspaceId: "reporting_workspace_id",
22
22
  HasApiKey: "has_api_key",
23
+ RequestSource: "request_source",
23
24
  };
@@ -7,6 +7,7 @@ import * as ElevenLabs from "../index";
7
7
  */
8
8
  export interface ClientToolConfigInput {
9
9
  name: string;
10
+ /** Description of when the tool should be used and what it does. */
10
11
  description: string;
11
12
  /** The maximum time in seconds to wait for the tool call to complete. Must be between 1 and 120 seconds (inclusive). */
12
13
  responseTimeoutSecs?: number;
@@ -7,6 +7,7 @@ import * as ElevenLabs from "../index";
7
7
  */
8
8
  export interface ClientToolConfigOutput {
9
9
  name: string;
10
+ /** Description of when the tool should be used and what it does. */
10
11
  description: string;
11
12
  /** The maximum time in seconds to wait for the tool call to complete. Must be between 1 and 120 seconds (inclusive). */
12
13
  responseTimeoutSecs?: number;
@@ -4,6 +4,7 @@
4
4
  import * as ElevenLabs from "../index";
5
5
  export interface ConversationHistoryTranscriptCommonModelInput {
6
6
  role: ElevenLabs.ConversationHistoryTranscriptCommonModelInputRole;
7
+ agentMetadata?: ElevenLabs.AgentMetadata;
7
8
  message?: string;
8
9
  multivoiceMessage?: ElevenLabs.ConversationHistoryMultivoiceMessageModel;
9
10
  toolCalls?: ElevenLabs.ConversationHistoryTranscriptToolCallCommonModel[];
@@ -4,6 +4,7 @@
4
4
  import * as ElevenLabs from "../index";
5
5
  export interface ConversationHistoryTranscriptCommonModelOutput {
6
6
  role: ElevenLabs.ConversationHistoryTranscriptCommonModelOutputRole;
7
+ agentMetadata?: ElevenLabs.AgentMetadata;
7
8
  message?: string;
8
9
  multivoiceMessage?: ElevenLabs.ConversationHistoryMultivoiceMessageModel;
9
10
  toolCalls?: ElevenLabs.ConversationHistoryTranscriptToolCallCommonModel[];
@@ -10,5 +10,5 @@ export interface ConversationHistoryTranscriptOtherToolsResultCommonModel {
10
10
  toolHasBeenCalled: boolean;
11
11
  toolLatencySecs?: number;
12
12
  dynamicVariableUpdates?: ElevenLabs.DynamicVariableUpdateCommonModel[];
13
- type: ElevenLabs.ConversationHistoryTranscriptOtherToolsResultCommonModelType;
13
+ type?: ElevenLabs.ConversationHistoryTranscriptOtherToolsResultCommonModelType;
14
14
  }
@@ -13,6 +13,8 @@ export interface ConversationalConfig {
13
13
  conversation?: ElevenLabs.ConversationConfig;
14
14
  /** Language presets for conversations */
15
15
  languagePresets?: Record<string, ElevenLabs.LanguagePresetOutput>;
16
+ /** Configuration for voice activity detection */
17
+ vad?: ElevenLabs.VadConfig;
16
18
  /** Agent specific configuration */
17
19
  agent?: ElevenLabs.AgentConfig;
18
20
  }
@@ -13,6 +13,8 @@ export interface ConversationalConfigApiModelWorkflowOverride {
13
13
  conversation?: ElevenLabs.ConversationConfigWorkflowOverride;
14
14
  /** Language presets for conversations */
15
15
  languagePresets?: Record<string, ElevenLabs.LanguagePresetInput | undefined>;
16
+ /** Configuration for voice activity detection */
17
+ vad?: ElevenLabs.VadConfigWorkflowOverride;
16
18
  /** Agent specific configuration */
17
19
  agent?: ElevenLabs.AgentConfigApiModelWorkflowOverride;
18
20
  }
@@ -1,9 +1,10 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export type DependentAvailableAgentIdentifierAccessLevel = "admin" | "editor" | "viewer";
4
+ export type DependentAvailableAgentIdentifierAccessLevel = "admin" | "editor" | "commenter" | "viewer";
5
5
  export declare const DependentAvailableAgentIdentifierAccessLevel: {
6
6
  readonly Admin: "admin";
7
7
  readonly Editor: "editor";
8
+ readonly Commenter: "commenter";
8
9
  readonly Viewer: "viewer";
9
10
  };
@@ -7,5 +7,6 @@ exports.DependentAvailableAgentIdentifierAccessLevel = void 0;
7
7
  exports.DependentAvailableAgentIdentifierAccessLevel = {
8
8
  Admin: "admin",
9
9
  Editor: "editor",
10
+ Commenter: "commenter",
10
11
  Viewer: "viewer",
11
12
  };
@@ -1,9 +1,10 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export type DependentAvailableToolIdentifierAccessLevel = "admin" | "editor" | "viewer";
4
+ export type DependentAvailableToolIdentifierAccessLevel = "admin" | "editor" | "commenter" | "viewer";
5
5
  export declare const DependentAvailableToolIdentifierAccessLevel: {
6
6
  readonly Admin: "admin";
7
7
  readonly Editor: "editor";
8
+ readonly Commenter: "commenter";
8
9
  readonly Viewer: "viewer";
9
10
  };
@@ -7,5 +7,6 @@ exports.DependentAvailableToolIdentifierAccessLevel = void 0;
7
7
  exports.DependentAvailableToolIdentifierAccessLevel = {
8
8
  Admin: "admin",
9
9
  Editor: "editor",
10
+ Commenter: "commenter",
10
11
  Viewer: "viewer",
11
12
  };
@@ -7,7 +7,7 @@ export interface DubbingMetadataResponse {
7
7
  dubbingId: string;
8
8
  /** The name of the dubbing project. */
9
9
  name: string;
10
- /** The status of the dubbing project. Either 'dubbed', 'dubbing' or 'failed'. */
10
+ /** The status of the dubbing project. Either 'dubbed', 'dubbing', 'failed', or 'cloning'. */
11
11
  status: string;
12
12
  /** The target languages of the dubbing project. */
13
13
  targetLanguages: string[];
@@ -8,4 +8,5 @@ export interface GetConvAiSettingsResponseModel {
8
8
  /** Whether the workspace can use MCP servers */
9
9
  canUseMcpServers?: boolean;
10
10
  ragRetentionPeriodDays?: number;
11
+ defaultLivekitStack?: ElevenLabs.LivekitStackType;
11
12
  }
@@ -20,4 +20,6 @@ export interface GetPhoneNumberSipTrunkResponseModel {
20
20
  outboundTrunk?: ElevenLabs.GetPhoneNumberOutboundSipTrunkConfigResponseModel;
21
21
  /** Configuration of the Inbound SIP trunk - if configured. */
22
22
  inboundTrunk?: ElevenLabs.GetPhoneNumberInboundSipTrunkConfigResponseModel;
23
+ /** Type of Livekit stack used for this number. */
24
+ livekitStack: ElevenLabs.LivekitStackType;
23
25
  }
@@ -1,9 +1,10 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export type GetPronunciationDictionaryMetadataResponseModelPermissionOnResource = "admin" | "editor" | "viewer";
4
+ export type GetPronunciationDictionaryMetadataResponseModelPermissionOnResource = "admin" | "editor" | "commenter" | "viewer";
5
5
  export declare const GetPronunciationDictionaryMetadataResponseModelPermissionOnResource: {
6
6
  readonly Admin: "admin";
7
7
  readonly Editor: "editor";
8
+ readonly Commenter: "commenter";
8
9
  readonly Viewer: "viewer";
9
10
  };
@@ -7,5 +7,6 @@ exports.GetPronunciationDictionaryMetadataResponseModelPermissionOnResource = vo
7
7
  exports.GetPronunciationDictionaryMetadataResponseModelPermissionOnResource = {
8
8
  Admin: "admin",
9
9
  Editor: "editor",
10
+ Commenter: "commenter",
10
11
  Viewer: "viewer",
11
12
  };
@@ -9,4 +9,6 @@ export interface GetSpeechHistoryResponse {
9
9
  lastHistoryItemId?: string;
10
10
  /** Whether there are more history items to fetch. */
11
11
  hasMore: boolean;
12
+ /** The timestamp of the last history item. */
13
+ scannedUntil?: number;
12
14
  }
@@ -14,6 +14,7 @@ export interface GetUnitTestResponseModel {
14
14
  toolCallParameters?: ElevenLabs.UnitTestToolCallEvaluationModelOutput;
15
15
  /** Dynamic variables to replace in the agent config during testing */
16
16
  dynamicVariables?: Record<string, ElevenLabs.GetUnitTestResponseModelDynamicVariablesValue | undefined>;
17
+ type?: ElevenLabs.UnitTestCommonModelType;
17
18
  id: string;
18
19
  name: string;
19
20
  }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type KnowledgeBaseSortBy = "name" | "created_at" | "updated_at" | "size";
5
+ export declare const KnowledgeBaseSortBy: {
6
+ readonly Name: "name";
7
+ readonly CreatedAt: "created_at";
8
+ readonly UpdatedAt: "updated_at";
9
+ readonly Size: "size";
10
+ };
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.KnowledgeBaseSortBy = void 0;
7
+ exports.KnowledgeBaseSortBy = {
8
+ Name: "name",
9
+ CreatedAt: "created_at",
10
+ UpdatedAt: "updated_at",
11
+ Size: "size",
12
+ };
@@ -6,6 +6,8 @@ export interface LiteralJsonSchemaProperty {
6
6
  type: ElevenLabs.LiteralJsonSchemaPropertyType;
7
7
  /** The description of the property */
8
8
  description?: string;
9
+ /** List of allowed string values for string type parameters */
10
+ enum?: string[];
9
11
  /** The dynamic variable of the property */
10
12
  dynamicVariable?: string;
11
13
  /** The constant value of the property */
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type LivekitStackType = "standard" | "static";
5
+ export declare const LivekitStackType: {
6
+ readonly Standard: "standard";
7
+ readonly Static: "static";
8
+ };
@@ -3,8 +3,8 @@
3
3
  * This file was auto-generated by Fern from our API Definition.
4
4
  */
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.ModelResponseModelConcurrencyGroup = void 0;
7
- exports.ModelResponseModelConcurrencyGroup = {
6
+ exports.LivekitStackType = void 0;
7
+ exports.LivekitStackType = {
8
8
  Standard: "standard",
9
- Turbo: "turbo",
9
+ Static: "static",
10
10
  };
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export type Llm = "gpt-4o-mini" | "gpt-4o" | "gpt-4" | "gpt-4-turbo" | "gpt-4.1" | "gpt-4.1-mini" | "gpt-4.1-nano" | "gpt-5" | "gpt-5-mini" | "gpt-5-nano" | "gpt-3.5-turbo" | "gemini-1.5-pro" | "gemini-1.5-flash" | "gemini-2.0-flash" | "gemini-2.0-flash-lite" | "gemini-2.5-flash-lite" | "gemini-2.5-flash" | "claude-sonnet-4" | "claude-3-7-sonnet" | "claude-3-5-sonnet" | "claude-3-5-sonnet-v1" | "claude-3-haiku" | "grok-beta" | "custom-llm" | "qwen3-4b" | "qwen3-30b-a3b" | "gpt-oss-20b" | "gpt-oss-120b" | "gemini-2.5-flash-preview-05-20" | "gemini-2.5-flash-preview-04-17" | "gemini-2.5-flash-lite-preview-06-17" | "gemini-2.0-flash-lite-001" | "gemini-2.0-flash-001" | "gemini-1.5-flash-002" | "gemini-1.5-flash-001" | "gemini-1.5-pro-002" | "gemini-1.5-pro-001" | "claude-sonnet-4@20250514" | "claude-3-7-sonnet@20250219" | "claude-3-5-sonnet@20240620" | "claude-3-5-sonnet-v2@20241022" | "claude-3-haiku@20240307" | "gpt-5-2025-08-07" | "gpt-5-mini-2025-08-07" | "gpt-5-nano-2025-08-07" | "gpt-4.1-2025-04-14" | "gpt-4.1-mini-2025-04-14" | "gpt-4.1-nano-2025-04-14" | "gpt-4o-mini-2024-07-18" | "gpt-4o-2024-11-20" | "gpt-4o-2024-08-06" | "gpt-4o-2024-05-13" | "gpt-4-0613" | "gpt-4-0314" | "gpt-4-turbo-2024-04-09" | "gpt-3.5-turbo-0125" | "gpt-3.5-turbo-1106";
4
+ export type Llm = "gpt-4o-mini" | "gpt-4o" | "gpt-4" | "gpt-4-turbo" | "gpt-4.1" | "gpt-4.1-mini" | "gpt-4.1-nano" | "gpt-5" | "gpt-5-mini" | "gpt-5-nano" | "gpt-3.5-turbo" | "gemini-1.5-pro" | "gemini-1.5-flash" | "gemini-2.0-flash" | "gemini-2.0-flash-lite" | "gemini-2.5-flash-lite" | "gemini-2.5-flash" | "claude-sonnet-4" | "claude-3-7-sonnet" | "claude-3-5-sonnet" | "claude-3-5-sonnet-v1" | "claude-3-haiku" | "grok-beta" | "custom-llm" | "qwen3-4b" | "qwen3-30b-a3b" | "gpt-oss-20b" | "gpt-oss-120b" | "glm-45-air-fp8" | "gemini-2.5-flash-preview-05-20" | "gemini-2.5-flash-preview-04-17" | "gemini-2.5-flash-lite-preview-06-17" | "gemini-2.0-flash-lite-001" | "gemini-2.0-flash-001" | "gemini-1.5-flash-002" | "gemini-1.5-flash-001" | "gemini-1.5-pro-002" | "gemini-1.5-pro-001" | "claude-sonnet-4@20250514" | "claude-3-7-sonnet@20250219" | "claude-3-5-sonnet@20240620" | "claude-3-5-sonnet-v2@20241022" | "claude-3-haiku@20240307" | "gpt-5-2025-08-07" | "gpt-5-mini-2025-08-07" | "gpt-5-nano-2025-08-07" | "gpt-4.1-2025-04-14" | "gpt-4.1-mini-2025-04-14" | "gpt-4.1-nano-2025-04-14" | "gpt-4o-mini-2024-07-18" | "gpt-4o-2024-11-20" | "gpt-4o-2024-08-06" | "gpt-4o-2024-05-13" | "gpt-4-0613" | "gpt-4-0314" | "gpt-4-turbo-2024-04-09" | "gpt-3.5-turbo-0125" | "gpt-3.5-turbo-1106" | "watt-tool-8b" | "watt-tool-70b";
5
5
  export declare const Llm: {
6
6
  readonly Gpt4OMini: "gpt-4o-mini";
7
7
  readonly Gpt4O: "gpt-4o";
@@ -31,6 +31,7 @@ export declare const Llm: {
31
31
  readonly Qwen330Ba3B: "qwen3-30b-a3b";
32
32
  readonly GptOss20B: "gpt-oss-20b";
33
33
  readonly GptOss120B: "gpt-oss-120b";
34
+ readonly Glm45AirFp8: "glm-45-air-fp8";
34
35
  readonly Gemini25FlashPreview0520: "gemini-2.5-flash-preview-05-20";
35
36
  readonly Gemini25FlashPreview0417: "gemini-2.5-flash-preview-04-17";
36
37
  readonly Gemini25FlashLitePreview0617: "gemini-2.5-flash-lite-preview-06-17";
@@ -60,4 +61,6 @@ export declare const Llm: {
60
61
  readonly Gpt4Turbo20240409: "gpt-4-turbo-2024-04-09";
61
62
  readonly Gpt35Turbo0125: "gpt-3.5-turbo-0125";
62
63
  readonly Gpt35Turbo1106: "gpt-3.5-turbo-1106";
64
+ readonly WattTool8B: "watt-tool-8b";
65
+ readonly WattTool70B: "watt-tool-70b";
63
66
  };
@@ -33,6 +33,7 @@ exports.Llm = {
33
33
  Qwen330Ba3B: "qwen3-30b-a3b",
34
34
  GptOss20B: "gpt-oss-20b",
35
35
  GptOss120B: "gpt-oss-120b",
36
+ Glm45AirFp8: "glm-45-air-fp8",
36
37
  Gemini25FlashPreview0520: "gemini-2.5-flash-preview-05-20",
37
38
  Gemini25FlashPreview0417: "gemini-2.5-flash-preview-04-17",
38
39
  Gemini25FlashLitePreview0617: "gemini-2.5-flash-lite-preview-06-17",
@@ -62,4 +63,6 @@ exports.Llm = {
62
63
  Gpt4Turbo20240409: "gpt-4-turbo-2024-04-09",
63
64
  Gpt35Turbo0125: "gpt-3.5-turbo-0125",
64
65
  Gpt35Turbo1106: "gpt-3.5-turbo-1106",
66
+ WattTool8B: "watt-tool-8b",
67
+ WattTool70B: "watt-tool-70b",
65
68
  };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type LlmReasoningEffort = "minimal" | "low" | "medium" | "high";
5
+ export declare const LlmReasoningEffort: {
6
+ readonly Minimal: "minimal";
7
+ readonly Low: "low";
8
+ readonly Medium: "medium";
9
+ readonly High: "high";
10
+ };
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.LlmReasoningEffort = void 0;
7
+ exports.LlmReasoningEffort = {
8
+ Minimal: "minimal",
9
+ Low: "low",
10
+ Medium: "medium",
11
+ High: "high",
12
+ };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface MatchAnythingParameterEvaluationStrategy {
5
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -16,4 +16,6 @@ export interface McpServerConfigInput {
16
16
  requestHeaders?: Record<string, ElevenLabs.McpServerConfigInputRequestHeadersValue>;
17
17
  name: string;
18
18
  description?: string;
19
+ /** If true, all tools from this MCP server will require pre-tool execution speech */
20
+ forcePreToolSpeech?: boolean;
19
21
  }
@@ -16,4 +16,6 @@ export interface McpServerConfigOutput {
16
16
  requestHeaders?: Record<string, ElevenLabs.McpServerConfigOutputRequestHeadersValue>;
17
17
  name: string;
18
18
  description?: string;
19
+ /** If true, all tools from this MCP server will require pre-tool execution speech */
20
+ forcePreToolSpeech?: boolean;
19
21
  }
@@ -36,5 +36,5 @@ export interface Model {
36
36
  /** The rates for the model. */
37
37
  modelRates?: ElevenLabs.ModelRatesResponseModel;
38
38
  /** The concurrency group for the model. */
39
- concurrencyGroup?: ElevenLabs.ModelResponseModelConcurrencyGroup;
39
+ concurrencyGroup?: string;
40
40
  }
@@ -4,6 +4,4 @@
4
4
  export interface ModelSettingsResponseModel {
5
5
  /** Determines how stable the voice is and the randomness between each generation. Lower values introduce broader emotional range for the voice. Higher values can result in a monotonous voice with limited emotion. */
6
6
  stability?: number;
7
- /** This setting boosts the similarity to the original speaker. Using this setting requires a slightly higher computational load, which in turn increases latency. */
8
- useSpeakerBoost?: boolean;
9
7
  }