@elevenlabs/elevenlabs-js 2.14.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 (694) 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.d.ts +4 -2
  11. package/api/resources/conversationalAi/resources/agents/client/Client.js +16 -6
  12. package/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +13 -4
  13. package/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +2 -1
  14. package/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +2 -1
  15. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +14 -4
  16. package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +12 -4
  17. package/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +14 -0
  18. package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +76 -0
  19. package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +14 -0
  20. package/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
  21. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +1 -1
  22. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -1
  23. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +1 -1
  24. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +1 -1
  25. package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +4 -0
  26. package/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -0
  27. package/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -0
  28. package/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -0
  29. package/api/resources/dubbing/client/Client.js +9 -1
  30. package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +1 -1
  31. package/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +8 -0
  32. package/api/resources/dubbing/resources/resource/client/Client.js +1 -18
  33. package/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -4
  34. package/api/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +11 -0
  35. package/api/resources/dubbing/types/DubbingListRequestOrderDirection.js +10 -0
  36. package/api/resources/dubbing/types/index.d.ts +1 -0
  37. package/api/resources/dubbing/types/index.js +1 -0
  38. package/api/resources/history/client/Client.js +15 -1
  39. package/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +7 -0
  40. package/api/resources/history/client/requests/HistoryListRequest.d.ts +16 -0
  41. package/api/resources/history/types/HistoryListRequestSortDirection.d.ts +8 -0
  42. package/api/resources/history/types/HistoryListRequestSortDirection.js +10 -0
  43. package/api/resources/history/types/index.d.ts +1 -0
  44. package/api/resources/history/types/index.js +1 -0
  45. package/api/resources/index.d.ts +2 -1
  46. package/api/resources/index.js +3 -2
  47. package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +16 -0
  48. package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +13 -0
  49. package/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +13 -0
  50. package/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +2 -1
  51. package/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -0
  52. package/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +2 -1
  53. package/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -0
  54. package/api/resources/speechToText/resources/transcripts/client/Client.d.ts +14 -0
  55. package/api/resources/speechToText/resources/transcripts/client/Client.js +65 -0
  56. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +6 -0
  57. package/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +6 -0
  58. package/api/resources/textToSpeech/client/Client.d.ts +2 -2
  59. package/api/resources/textToSpeech/client/Client.js +4 -2
  60. package/api/resources/textToSpeech/client/requests/{TextToSpeechWithTimestampsRequest.d.ts → BodyTextToSpeechFullWithTimestamps.d.ts} +2 -2
  61. package/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
  62. package/api/resources/textToSpeech/client/requests/index.d.ts +1 -1
  63. package/api/resources/textToSpeech/types/{BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts → BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts} +2 -2
  64. package/api/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +11 -0
  65. package/{dist/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts → api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts} +2 -2
  66. package/api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +11 -0
  67. package/api/resources/textToSpeech/types/index.d.ts +2 -2
  68. package/api/resources/textToSpeech/types/index.js +2 -2
  69. package/api/resources/textToVoice/client/Client.d.ts +16 -0
  70. package/api/resources/textToVoice/client/Client.js +84 -0
  71. package/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +36 -0
  72. package/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.js +5 -0
  73. package/api/resources/textToVoice/client/requests/index.d.ts +1 -0
  74. package/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +28 -0
  75. package/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js +27 -0
  76. package/api/resources/textToVoice/types/index.d.ts +1 -0
  77. package/api/resources/textToVoice/types/index.js +1 -0
  78. package/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +2 -1
  79. package/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -0
  80. package/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +2 -1
  81. package/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -0
  82. package/api/types/AgentConfig.d.ts +2 -0
  83. package/api/types/AgentConfigApiModelWorkflowOverride.d.ts +2 -0
  84. package/api/types/AgentMetadata.d.ts +7 -0
  85. package/api/types/AgentMetadata.js +5 -0
  86. package/api/types/AgentSortBy.d.ts +8 -0
  87. package/api/types/AgentSortBy.js +10 -0
  88. package/api/types/AttachedTestModel.d.ts +1 -0
  89. package/api/types/BreakdownTypes.d.ts +2 -1
  90. package/api/types/BreakdownTypes.js +1 -0
  91. package/api/types/ClientToolConfigInput.d.ts +1 -0
  92. package/api/types/ClientToolConfigOutput.d.ts +1 -0
  93. package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  94. package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  95. package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
  96. package/api/types/ConversationalConfig.d.ts +2 -0
  97. package/api/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
  98. package/api/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +2 -1
  99. package/api/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -0
  100. package/api/types/DependentAvailableToolIdentifierAccessLevel.d.ts +2 -1
  101. package/api/types/DependentAvailableToolIdentifierAccessLevel.js +1 -0
  102. package/api/types/DubbingMetadataResponse.d.ts +1 -1
  103. package/api/types/GetConvAiSettingsResponseModel.d.ts +1 -0
  104. package/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
  105. package/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +2 -1
  106. package/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -0
  107. package/api/types/GetSpeechHistoryResponse.d.ts +2 -0
  108. package/api/types/GetUnitTestResponseModel.d.ts +1 -0
  109. package/api/types/KnowledgeBaseSortBy.d.ts +10 -0
  110. package/api/types/KnowledgeBaseSortBy.js +12 -0
  111. package/api/types/LiteralJsonSchemaProperty.d.ts +2 -0
  112. package/api/types/LivekitStackType.d.ts +8 -0
  113. package/{dist/api/types/ModelResponseModelConcurrencyGroup.js → api/types/LivekitStackType.js} +3 -3
  114. package/api/types/Llm.d.ts +4 -1
  115. package/api/types/Llm.js +3 -0
  116. package/api/types/LlmReasoningEffort.d.ts +10 -0
  117. package/api/types/LlmReasoningEffort.js +12 -0
  118. package/api/types/MatchAnythingParameterEvaluationStrategy.d.ts +5 -0
  119. package/api/types/MatchAnythingParameterEvaluationStrategy.js +5 -0
  120. package/api/types/McpServerConfigInput.d.ts +2 -0
  121. package/api/types/McpServerConfigOutput.d.ts +2 -0
  122. package/api/types/Model.d.ts +1 -1
  123. package/api/types/ModelSettingsResponseModel.d.ts +0 -2
  124. package/api/types/ProjectExtendedResponseModelAccessLevel.d.ts +2 -1
  125. package/api/types/ProjectExtendedResponseModelAccessLevel.js +1 -0
  126. package/api/types/ProjectResponseModelAccessLevel.d.ts +2 -1
  127. package/api/types/ProjectResponseModelAccessLevel.js +1 -0
  128. package/api/types/PromptAgentApiModelInput.d.ts +2 -0
  129. package/api/types/PromptAgentApiModelOutput.d.ts +2 -0
  130. package/api/types/PromptAgentApiModelWorkflowOverride.d.ts +2 -0
  131. package/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +2 -1
  132. package/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -0
  133. package/api/types/ResourceAccessInfoRole.d.ts +2 -1
  134. package/api/types/ResourceAccessInfoRole.js +1 -0
  135. package/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +2 -1
  136. package/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -0
  137. package/api/types/SipTrunkCredentialsRequestModel.d.ts +2 -2
  138. package/api/types/SortDirection.d.ts +8 -0
  139. package/api/types/SortDirection.js +10 -0
  140. package/api/types/SystemToolConfigInput.d.ts +2 -1
  141. package/api/types/SystemToolConfigOutput.d.ts +2 -1
  142. package/api/types/TextToSpeechStreamWithTimestampsRequest.d.ts +4 -0
  143. package/api/types/TextToSpeechStreamWithTimestampsRequest.js +5 -0
  144. package/api/types/TextToSpeechWithTimestampsRequest.d.ts +4 -0
  145. package/api/types/TextToSpeechWithTimestampsRequest.js +5 -0
  146. package/api/types/TtsConversationalModel.d.ts +2 -1
  147. package/api/types/TtsConversationalModel.js +1 -0
  148. package/api/types/UnitTestCommonModelType.d.ts +8 -0
  149. package/api/types/UnitTestCommonModelType.js +10 -0
  150. package/api/types/UnitTestRunResponseModel.d.ts +1 -0
  151. package/api/types/UnitTestSummaryResponseModel.d.ts +2 -0
  152. package/api/types/UnitTestToolCallEvaluationModelInput.d.ts +3 -1
  153. package/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +3 -1
  154. package/api/types/UnitTestToolCallParameterEval.d.ts +4 -1
  155. package/api/types/VadConfig.d.ts +7 -0
  156. package/api/types/VadConfig.js +5 -0
  157. package/api/types/VadConfigWorkflowOverride.d.ts +7 -0
  158. package/api/types/VadConfigWorkflowOverride.js +5 -0
  159. package/api/types/WebhookToolConfigInput.d.ts +1 -0
  160. package/api/types/WebhookToolConfigOutput.d.ts +1 -0
  161. package/api/types/WorkflowToolResponseModelInput.d.ts +0 -1
  162. package/api/types/WorkflowToolResponseModelOutput.d.ts +0 -1
  163. package/api/types/index.d.ts +12 -1
  164. package/api/types/index.js +12 -1
  165. package/dist/Client.js +2 -2
  166. package/dist/api/resources/audioNative/client/Client.js +6 -1
  167. package/dist/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +9 -0
  168. package/dist/api/resources/audioNative/index.d.ts +1 -0
  169. package/dist/api/resources/audioNative/index.js +1 -0
  170. package/dist/api/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +10 -0
  171. package/dist/api/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.js +12 -0
  172. package/dist/api/resources/audioNative/types/index.d.ts +1 -0
  173. package/dist/api/resources/audioNative/types/index.js +17 -0
  174. package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +4 -2
  175. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +16 -6
  176. package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +13 -4
  177. package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +2 -1
  178. package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +2 -1
  179. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +14 -4
  180. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +12 -4
  181. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +14 -0
  182. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +76 -0
  183. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +14 -0
  184. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +5 -0
  185. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
  186. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +1 -1
  187. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -1
  188. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +1 -1
  189. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +1 -1
  190. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +4 -0
  191. package/dist/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -0
  192. package/dist/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -0
  193. package/dist/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -0
  194. package/dist/api/resources/dubbing/client/Client.js +9 -1
  195. package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +1 -1
  196. package/dist/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +8 -0
  197. package/dist/api/resources/dubbing/resources/resource/client/Client.js +1 -18
  198. package/dist/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -4
  199. package/dist/api/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +11 -0
  200. package/dist/api/resources/dubbing/types/DubbingListRequestOrderDirection.js +10 -0
  201. package/dist/api/resources/dubbing/types/index.d.ts +1 -0
  202. package/dist/api/resources/dubbing/types/index.js +1 -0
  203. package/dist/api/resources/history/client/Client.js +15 -1
  204. package/dist/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +7 -0
  205. package/dist/api/resources/history/client/requests/HistoryListRequest.d.ts +16 -0
  206. package/dist/api/resources/history/types/HistoryListRequestSortDirection.d.ts +8 -0
  207. package/dist/api/resources/history/types/HistoryListRequestSortDirection.js +10 -0
  208. package/dist/api/resources/history/types/index.d.ts +1 -0
  209. package/dist/api/resources/history/types/index.js +1 -0
  210. package/dist/api/resources/index.d.ts +2 -1
  211. package/dist/api/resources/index.js +3 -2
  212. package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +16 -0
  213. package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +13 -0
  214. package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +13 -0
  215. package/dist/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +2 -1
  216. package/dist/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -0
  217. package/dist/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +2 -1
  218. package/dist/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -0
  219. package/dist/api/resources/speechToText/resources/transcripts/client/Client.d.ts +14 -0
  220. package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +65 -0
  221. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +6 -0
  222. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +6 -0
  223. package/dist/api/resources/textToSpeech/client/Client.d.ts +2 -2
  224. package/dist/api/resources/textToSpeech/client/Client.js +4 -2
  225. package/dist/api/resources/textToSpeech/client/requests/{TextToSpeechWithTimestampsRequest.d.ts → BodyTextToSpeechFullWithTimestamps.d.ts} +2 -2
  226. package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js +5 -0
  227. package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
  228. package/dist/api/resources/textToSpeech/client/requests/index.d.ts +1 -1
  229. package/dist/api/resources/textToSpeech/types/{BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts → BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts} +2 -2
  230. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +11 -0
  231. package/{api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts → dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts} +2 -2
  232. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +11 -0
  233. package/dist/api/resources/textToSpeech/types/index.d.ts +2 -2
  234. package/dist/api/resources/textToSpeech/types/index.js +2 -2
  235. package/dist/api/resources/textToVoice/client/Client.d.ts +16 -0
  236. package/dist/api/resources/textToVoice/client/Client.js +84 -0
  237. package/dist/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +36 -0
  238. package/dist/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.js +5 -0
  239. package/dist/api/resources/textToVoice/client/requests/index.d.ts +1 -0
  240. package/dist/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +28 -0
  241. package/dist/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js +27 -0
  242. package/dist/api/resources/textToVoice/types/index.d.ts +1 -0
  243. package/dist/api/resources/textToVoice/types/index.js +1 -0
  244. package/dist/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +2 -1
  245. package/dist/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -0
  246. package/dist/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +2 -1
  247. package/dist/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -0
  248. package/dist/api/types/AgentConfig.d.ts +2 -0
  249. package/dist/api/types/AgentConfigApiModelWorkflowOverride.d.ts +2 -0
  250. package/dist/api/types/AgentMetadata.d.ts +7 -0
  251. package/dist/api/types/AgentMetadata.js +5 -0
  252. package/dist/api/types/AgentSortBy.d.ts +8 -0
  253. package/dist/api/types/AgentSortBy.js +10 -0
  254. package/dist/api/types/AttachedTestModel.d.ts +1 -0
  255. package/dist/api/types/BreakdownTypes.d.ts +2 -1
  256. package/dist/api/types/BreakdownTypes.js +1 -0
  257. package/dist/api/types/ClientToolConfigInput.d.ts +1 -0
  258. package/dist/api/types/ClientToolConfigOutput.d.ts +1 -0
  259. package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  260. package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  261. package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
  262. package/dist/api/types/ConversationalConfig.d.ts +2 -0
  263. package/dist/api/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
  264. package/dist/api/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +2 -1
  265. package/dist/api/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -0
  266. package/dist/api/types/DependentAvailableToolIdentifierAccessLevel.d.ts +2 -1
  267. package/dist/api/types/DependentAvailableToolIdentifierAccessLevel.js +1 -0
  268. package/dist/api/types/DubbingMetadataResponse.d.ts +1 -1
  269. package/dist/api/types/GetConvAiSettingsResponseModel.d.ts +1 -0
  270. package/dist/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
  271. package/dist/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +2 -1
  272. package/dist/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -0
  273. package/dist/api/types/GetSpeechHistoryResponse.d.ts +2 -0
  274. package/dist/api/types/GetUnitTestResponseModel.d.ts +1 -0
  275. package/dist/api/types/KnowledgeBaseSortBy.d.ts +10 -0
  276. package/dist/api/types/KnowledgeBaseSortBy.js +12 -0
  277. package/dist/api/types/LiteralJsonSchemaProperty.d.ts +2 -0
  278. package/dist/api/types/LivekitStackType.d.ts +8 -0
  279. package/{api/types/ModelResponseModelConcurrencyGroup.js → dist/api/types/LivekitStackType.js} +3 -3
  280. package/dist/api/types/Llm.d.ts +4 -1
  281. package/dist/api/types/Llm.js +3 -0
  282. package/dist/api/types/LlmReasoningEffort.d.ts +10 -0
  283. package/dist/api/types/LlmReasoningEffort.js +12 -0
  284. package/dist/api/types/MatchAnythingParameterEvaluationStrategy.d.ts +5 -0
  285. package/dist/api/types/MatchAnythingParameterEvaluationStrategy.js +5 -0
  286. package/dist/api/types/McpServerConfigInput.d.ts +2 -0
  287. package/dist/api/types/McpServerConfigOutput.d.ts +2 -0
  288. package/dist/api/types/Model.d.ts +1 -1
  289. package/dist/api/types/ModelSettingsResponseModel.d.ts +0 -2
  290. package/dist/api/types/ProjectExtendedResponseModelAccessLevel.d.ts +2 -1
  291. package/dist/api/types/ProjectExtendedResponseModelAccessLevel.js +1 -0
  292. package/dist/api/types/ProjectResponseModelAccessLevel.d.ts +2 -1
  293. package/dist/api/types/ProjectResponseModelAccessLevel.js +1 -0
  294. package/dist/api/types/PromptAgentApiModelInput.d.ts +2 -0
  295. package/dist/api/types/PromptAgentApiModelOutput.d.ts +2 -0
  296. package/dist/api/types/PromptAgentApiModelWorkflowOverride.d.ts +2 -0
  297. package/dist/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +2 -1
  298. package/dist/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -0
  299. package/dist/api/types/ResourceAccessInfoRole.d.ts +2 -1
  300. package/dist/api/types/ResourceAccessInfoRole.js +1 -0
  301. package/dist/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +2 -1
  302. package/dist/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -0
  303. package/dist/api/types/SipTrunkCredentialsRequestModel.d.ts +2 -2
  304. package/dist/api/types/SortDirection.d.ts +8 -0
  305. package/dist/api/types/SortDirection.js +10 -0
  306. package/dist/api/types/SystemToolConfigInput.d.ts +2 -1
  307. package/dist/api/types/SystemToolConfigOutput.d.ts +2 -1
  308. package/dist/api/types/TextToSpeechStreamWithTimestampsRequest.d.ts +4 -0
  309. package/dist/api/types/TextToSpeechStreamWithTimestampsRequest.js +5 -0
  310. package/dist/api/types/TextToSpeechWithTimestampsRequest.d.ts +4 -0
  311. package/dist/api/types/TextToSpeechWithTimestampsRequest.js +5 -0
  312. package/dist/api/types/TtsConversationalModel.d.ts +2 -1
  313. package/dist/api/types/TtsConversationalModel.js +1 -0
  314. package/dist/api/types/UnitTestCommonModelType.d.ts +8 -0
  315. package/dist/api/types/UnitTestCommonModelType.js +10 -0
  316. package/dist/api/types/UnitTestRunResponseModel.d.ts +1 -0
  317. package/dist/api/types/UnitTestSummaryResponseModel.d.ts +2 -0
  318. package/dist/api/types/UnitTestToolCallEvaluationModelInput.d.ts +3 -1
  319. package/dist/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +3 -1
  320. package/dist/api/types/UnitTestToolCallParameterEval.d.ts +4 -1
  321. package/dist/api/types/VadConfig.d.ts +7 -0
  322. package/dist/api/types/VadConfig.js +5 -0
  323. package/dist/api/types/VadConfigWorkflowOverride.d.ts +7 -0
  324. package/dist/api/types/VadConfigWorkflowOverride.js +5 -0
  325. package/dist/api/types/WebhookToolConfigInput.d.ts +1 -0
  326. package/dist/api/types/WebhookToolConfigOutput.d.ts +1 -0
  327. package/dist/api/types/WorkflowToolResponseModelInput.d.ts +0 -1
  328. package/dist/api/types/WorkflowToolResponseModelOutput.d.ts +0 -1
  329. package/dist/api/types/index.d.ts +12 -1
  330. package/dist/api/types/index.js +12 -1
  331. package/dist/serialization/resources/audioNative/index.d.ts +1 -0
  332. package/dist/serialization/resources/audioNative/index.js +17 -0
  333. package/dist/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +10 -0
  334. package/{serialization/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js → dist/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.js} +2 -2
  335. package/dist/serialization/resources/audioNative/types/index.d.ts +1 -0
  336. package/dist/serialization/resources/audioNative/types/index.js +17 -0
  337. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +14 -0
  338. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +45 -0
  339. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
  340. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +3 -1
  341. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +6 -0
  342. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +6 -0
  343. package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +2 -0
  344. package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +2 -0
  345. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +2 -0
  346. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +2 -0
  347. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +2 -0
  348. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +2 -0
  349. package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -1
  350. package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.js +1 -0
  351. package/dist/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +10 -0
  352. package/dist/serialization/resources/{textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js → dubbing/types/DubbingListRequestOrderDirection.js} +2 -2
  353. package/dist/serialization/resources/dubbing/types/index.d.ts +1 -0
  354. package/dist/serialization/resources/dubbing/types/index.js +1 -0
  355. package/dist/serialization/resources/history/types/HistoryListRequestSortDirection.d.ts +10 -0
  356. package/dist/serialization/resources/history/types/HistoryListRequestSortDirection.js +41 -0
  357. package/dist/serialization/resources/history/types/index.d.ts +1 -0
  358. package/dist/serialization/resources/history/types/index.js +1 -0
  359. package/dist/serialization/resources/index.d.ts +2 -0
  360. package/dist/serialization/resources/index.js +3 -1
  361. package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -0
  362. package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +2 -0
  363. package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
  364. package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
  365. package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -0
  366. package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +1 -0
  367. package/dist/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +1 -1
  368. package/dist/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -1
  369. package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +1 -1
  370. package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -1
  371. package/{serialization/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.d.ts → dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts} +4 -4
  372. package/{serialization/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js → dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js} +4 -4
  373. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +2 -2
  374. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +2 -2
  375. package/dist/serialization/resources/textToSpeech/client/requests/index.d.ts +1 -1
  376. package/dist/serialization/resources/textToSpeech/client/requests/index.js +3 -3
  377. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +10 -0
  378. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +41 -0
  379. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +10 -0
  380. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +41 -0
  381. package/dist/serialization/resources/textToSpeech/types/index.d.ts +2 -2
  382. package/dist/serialization/resources/textToSpeech/types/index.js +2 -2
  383. package/dist/serialization/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +21 -0
  384. package/dist/serialization/resources/textToVoice/client/requests/VoiceRemixRequestModel.js +52 -0
  385. package/dist/serialization/resources/textToVoice/client/requests/index.d.ts +1 -0
  386. package/dist/serialization/resources/textToVoice/client/requests/index.js +3 -1
  387. package/dist/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +10 -0
  388. package/{serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js → dist/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js} +22 -2
  389. package/dist/serialization/resources/textToVoice/types/index.d.ts +1 -0
  390. package/dist/serialization/resources/textToVoice/types/index.js +1 -0
  391. package/dist/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +1 -1
  392. package/dist/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -1
  393. package/dist/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +1 -1
  394. package/dist/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -1
  395. package/dist/serialization/types/AgentConfig.d.ts +1 -0
  396. package/dist/serialization/types/AgentConfig.js +1 -0
  397. package/dist/serialization/types/AgentConfigApiModelWorkflowOverride.d.ts +1 -0
  398. package/dist/serialization/types/AgentConfigApiModelWorkflowOverride.js +1 -0
  399. package/dist/serialization/types/AgentMetadata.d.ts +13 -0
  400. package/dist/serialization/types/AgentMetadata.js +44 -0
  401. package/dist/serialization/types/AgentSortBy.d.ts +10 -0
  402. package/dist/serialization/types/{ModelResponseModelConcurrencyGroup.js → AgentSortBy.js} +2 -2
  403. package/dist/serialization/types/AttachedTestModel.d.ts +1 -0
  404. package/dist/serialization/types/AttachedTestModel.js +1 -0
  405. package/dist/serialization/types/BreakdownTypes.d.ts +1 -1
  406. package/dist/serialization/types/BreakdownTypes.js +1 -0
  407. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -0
  408. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -0
  409. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -0
  410. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -0
  411. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
  412. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -1
  413. package/dist/serialization/types/ConversationalConfig.d.ts +2 -0
  414. package/dist/serialization/types/ConversationalConfig.js +2 -0
  415. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
  416. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverride.js +2 -0
  417. package/dist/serialization/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +1 -1
  418. package/dist/serialization/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -1
  419. package/dist/serialization/types/DependentAvailableToolIdentifierAccessLevel.d.ts +1 -1
  420. package/dist/serialization/types/DependentAvailableToolIdentifierAccessLevel.js +1 -1
  421. package/dist/serialization/types/GetConvAiSettingsResponseModel.d.ts +2 -0
  422. package/dist/serialization/types/GetConvAiSettingsResponseModel.js +2 -0
  423. package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
  424. package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +2 -0
  425. package/dist/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +1 -1
  426. package/dist/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -1
  427. package/dist/serialization/types/GetSpeechHistoryResponse.d.ts +1 -0
  428. package/dist/serialization/types/GetSpeechHistoryResponse.js +1 -0
  429. package/dist/serialization/types/GetUnitTestResponseModel.d.ts +2 -0
  430. package/dist/serialization/types/GetUnitTestResponseModel.js +2 -0
  431. package/dist/serialization/types/KnowledgeBaseSortBy.d.ts +10 -0
  432. package/{serialization/types/ModelResponseModelConcurrencyGroup.js → dist/serialization/types/KnowledgeBaseSortBy.js} +2 -2
  433. package/dist/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
  434. package/dist/serialization/types/LiteralJsonSchemaProperty.js +1 -0
  435. package/dist/serialization/types/LivekitStackType.d.ts +10 -0
  436. package/dist/serialization/types/LivekitStackType.js +41 -0
  437. package/dist/serialization/types/Llm.d.ts +1 -1
  438. package/dist/serialization/types/Llm.js +3 -0
  439. package/dist/serialization/types/LlmReasoningEffort.d.ts +10 -0
  440. package/dist/serialization/types/LlmReasoningEffort.js +41 -0
  441. package/dist/serialization/types/MatchAnythingParameterEvaluationStrategy.d.ts +11 -0
  442. package/dist/serialization/types/MatchAnythingParameterEvaluationStrategy.js +41 -0
  443. package/dist/serialization/types/McpServerConfigInput.d.ts +1 -0
  444. package/dist/serialization/types/McpServerConfigInput.js +1 -0
  445. package/dist/serialization/types/McpServerConfigOutput.d.ts +1 -0
  446. package/dist/serialization/types/McpServerConfigOutput.js +1 -0
  447. package/dist/serialization/types/Model.d.ts +1 -2
  448. package/dist/serialization/types/Model.js +1 -2
  449. package/dist/serialization/types/ModelSettingsResponseModel.d.ts +0 -1
  450. package/dist/serialization/types/ModelSettingsResponseModel.js +0 -1
  451. package/dist/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +1 -1
  452. package/dist/serialization/types/ProjectExtendedResponseModelAccessLevel.js +1 -1
  453. package/dist/serialization/types/ProjectResponseModelAccessLevel.d.ts +1 -1
  454. package/dist/serialization/types/ProjectResponseModelAccessLevel.js +1 -1
  455. package/dist/serialization/types/PromptAgentApiModelInput.d.ts +2 -0
  456. package/dist/serialization/types/PromptAgentApiModelInput.js +2 -0
  457. package/dist/serialization/types/PromptAgentApiModelOutput.d.ts +2 -0
  458. package/dist/serialization/types/PromptAgentApiModelOutput.js +2 -0
  459. package/dist/serialization/types/PromptAgentApiModelWorkflowOverride.d.ts +2 -0
  460. package/dist/serialization/types/PromptAgentApiModelWorkflowOverride.js +2 -0
  461. package/dist/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +1 -1
  462. package/dist/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -1
  463. package/dist/serialization/types/ResourceAccessInfoRole.d.ts +1 -1
  464. package/dist/serialization/types/ResourceAccessInfoRole.js +1 -1
  465. package/dist/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +1 -1
  466. package/dist/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -1
  467. package/dist/serialization/types/SipTrunkCredentialsRequestModel.d.ts +1 -1
  468. package/dist/serialization/types/SipTrunkCredentialsRequestModel.js +1 -1
  469. package/dist/serialization/types/SortDirection.d.ts +10 -0
  470. package/dist/serialization/types/SortDirection.js +41 -0
  471. package/dist/serialization/types/SystemToolConfigInput.d.ts +1 -1
  472. package/dist/serialization/types/SystemToolConfigInput.js +1 -1
  473. package/dist/serialization/types/SystemToolConfigOutput.d.ts +1 -1
  474. package/dist/serialization/types/SystemToolConfigOutput.js +1 -1
  475. package/dist/serialization/types/TextToSpeechStreamWithTimestampsRequest.d.ts +10 -0
  476. package/dist/serialization/types/TextToSpeechStreamWithTimestampsRequest.js +41 -0
  477. package/dist/serialization/types/TextToSpeechWithTimestampsRequest.d.ts +10 -0
  478. package/dist/serialization/types/TextToSpeechWithTimestampsRequest.js +41 -0
  479. package/dist/serialization/types/TtsConversationalModel.d.ts +1 -1
  480. package/dist/serialization/types/TtsConversationalModel.js +7 -1
  481. package/dist/serialization/types/UnitTestCommonModelType.d.ts +10 -0
  482. package/dist/serialization/types/UnitTestCommonModelType.js +41 -0
  483. package/dist/serialization/types/UnitTestRunResponseModel.d.ts +1 -0
  484. package/dist/serialization/types/UnitTestRunResponseModel.js +1 -0
  485. package/dist/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -0
  486. package/dist/serialization/types/UnitTestSummaryResponseModel.js +2 -0
  487. package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +2 -1
  488. package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.js +2 -1
  489. package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +2 -1
  490. package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.js +2 -1
  491. package/dist/serialization/types/UnitTestToolCallParameterEval.d.ts +5 -1
  492. package/dist/serialization/types/UnitTestToolCallParameterEval.js +2 -0
  493. package/dist/serialization/types/VadConfig.d.ts +12 -0
  494. package/dist/serialization/types/VadConfig.js +43 -0
  495. package/dist/serialization/types/VadConfigWorkflowOverride.d.ts +12 -0
  496. package/dist/serialization/types/VadConfigWorkflowOverride.js +43 -0
  497. package/dist/serialization/types/WorkflowToolResponseModelInput.d.ts +0 -2
  498. package/dist/serialization/types/WorkflowToolResponseModelInput.js +0 -2
  499. package/dist/serialization/types/WorkflowToolResponseModelOutput.d.ts +0 -2
  500. package/dist/serialization/types/WorkflowToolResponseModelOutput.js +0 -2
  501. package/dist/serialization/types/index.d.ts +12 -1
  502. package/dist/serialization/types/index.js +12 -1
  503. package/dist/version.d.ts +1 -1
  504. package/dist/version.js +1 -1
  505. package/package.json +1 -1
  506. package/reference.md +1175 -46
  507. package/serialization/resources/audioNative/index.d.ts +1 -0
  508. package/serialization/resources/audioNative/index.js +17 -0
  509. package/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +10 -0
  510. package/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.js +41 -0
  511. package/serialization/resources/audioNative/types/index.d.ts +1 -0
  512. package/serialization/resources/audioNative/types/index.js +17 -0
  513. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +14 -0
  514. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +45 -0
  515. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
  516. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +3 -1
  517. package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +6 -0
  518. package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +6 -0
  519. package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +2 -0
  520. package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +2 -0
  521. package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +2 -0
  522. package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +2 -0
  523. package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +2 -0
  524. package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +2 -0
  525. package/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -1
  526. package/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.js +1 -0
  527. package/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +10 -0
  528. package/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.js +41 -0
  529. package/serialization/resources/dubbing/types/index.d.ts +1 -0
  530. package/serialization/resources/dubbing/types/index.js +1 -0
  531. package/serialization/resources/history/types/HistoryListRequestSortDirection.d.ts +10 -0
  532. package/serialization/resources/history/types/HistoryListRequestSortDirection.js +41 -0
  533. package/serialization/resources/history/types/index.d.ts +1 -0
  534. package/serialization/resources/history/types/index.js +1 -0
  535. package/serialization/resources/index.d.ts +2 -0
  536. package/serialization/resources/index.js +3 -1
  537. package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -0
  538. package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +2 -0
  539. package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
  540. package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
  541. package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -0
  542. package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +1 -0
  543. package/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +1 -1
  544. package/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -1
  545. package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +1 -1
  546. package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -1
  547. package/{dist/serialization/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.d.ts → serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts} +4 -4
  548. package/{dist/serialization/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js → serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js} +4 -4
  549. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +2 -2
  550. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +2 -2
  551. package/serialization/resources/textToSpeech/client/requests/index.d.ts +1 -1
  552. package/serialization/resources/textToSpeech/client/requests/index.js +3 -3
  553. package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +10 -0
  554. package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +41 -0
  555. package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +10 -0
  556. package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +41 -0
  557. package/serialization/resources/textToSpeech/types/index.d.ts +2 -2
  558. package/serialization/resources/textToSpeech/types/index.js +2 -2
  559. package/serialization/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +21 -0
  560. package/serialization/resources/textToVoice/client/requests/VoiceRemixRequestModel.js +52 -0
  561. package/serialization/resources/textToVoice/client/requests/index.d.ts +1 -0
  562. package/serialization/resources/textToVoice/client/requests/index.js +3 -1
  563. package/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +10 -0
  564. package/{dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js → serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js} +22 -2
  565. package/serialization/resources/textToVoice/types/index.d.ts +1 -0
  566. package/serialization/resources/textToVoice/types/index.js +1 -0
  567. package/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +1 -1
  568. package/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -1
  569. package/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +1 -1
  570. package/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -1
  571. package/serialization/types/AgentConfig.d.ts +1 -0
  572. package/serialization/types/AgentConfig.js +1 -0
  573. package/serialization/types/AgentConfigApiModelWorkflowOverride.d.ts +1 -0
  574. package/serialization/types/AgentConfigApiModelWorkflowOverride.js +1 -0
  575. package/serialization/types/AgentMetadata.d.ts +13 -0
  576. package/serialization/types/AgentMetadata.js +44 -0
  577. package/serialization/types/AgentSortBy.d.ts +10 -0
  578. package/serialization/types/AgentSortBy.js +41 -0
  579. package/serialization/types/AttachedTestModel.d.ts +1 -0
  580. package/serialization/types/AttachedTestModel.js +1 -0
  581. package/serialization/types/BreakdownTypes.d.ts +1 -1
  582. package/serialization/types/BreakdownTypes.js +1 -0
  583. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -0
  584. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -0
  585. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -0
  586. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -0
  587. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
  588. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -1
  589. package/serialization/types/ConversationalConfig.d.ts +2 -0
  590. package/serialization/types/ConversationalConfig.js +2 -0
  591. package/serialization/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
  592. package/serialization/types/ConversationalConfigApiModelWorkflowOverride.js +2 -0
  593. package/serialization/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +1 -1
  594. package/serialization/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -1
  595. package/serialization/types/DependentAvailableToolIdentifierAccessLevel.d.ts +1 -1
  596. package/serialization/types/DependentAvailableToolIdentifierAccessLevel.js +1 -1
  597. package/serialization/types/GetConvAiSettingsResponseModel.d.ts +2 -0
  598. package/serialization/types/GetConvAiSettingsResponseModel.js +2 -0
  599. package/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
  600. package/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +2 -0
  601. package/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +1 -1
  602. package/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -1
  603. package/serialization/types/GetSpeechHistoryResponse.d.ts +1 -0
  604. package/serialization/types/GetSpeechHistoryResponse.js +1 -0
  605. package/serialization/types/GetUnitTestResponseModel.d.ts +2 -0
  606. package/serialization/types/GetUnitTestResponseModel.js +2 -0
  607. package/serialization/types/KnowledgeBaseSortBy.d.ts +10 -0
  608. package/serialization/types/KnowledgeBaseSortBy.js +41 -0
  609. package/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
  610. package/serialization/types/LiteralJsonSchemaProperty.js +1 -0
  611. package/serialization/types/LivekitStackType.d.ts +10 -0
  612. package/serialization/types/LivekitStackType.js +41 -0
  613. package/serialization/types/Llm.d.ts +1 -1
  614. package/serialization/types/Llm.js +3 -0
  615. package/serialization/types/LlmReasoningEffort.d.ts +10 -0
  616. package/serialization/types/LlmReasoningEffort.js +41 -0
  617. package/serialization/types/MatchAnythingParameterEvaluationStrategy.d.ts +11 -0
  618. package/serialization/types/MatchAnythingParameterEvaluationStrategy.js +41 -0
  619. package/serialization/types/McpServerConfigInput.d.ts +1 -0
  620. package/serialization/types/McpServerConfigInput.js +1 -0
  621. package/serialization/types/McpServerConfigOutput.d.ts +1 -0
  622. package/serialization/types/McpServerConfigOutput.js +1 -0
  623. package/serialization/types/Model.d.ts +1 -2
  624. package/serialization/types/Model.js +1 -2
  625. package/serialization/types/ModelSettingsResponseModel.d.ts +0 -1
  626. package/serialization/types/ModelSettingsResponseModel.js +0 -1
  627. package/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +1 -1
  628. package/serialization/types/ProjectExtendedResponseModelAccessLevel.js +1 -1
  629. package/serialization/types/ProjectResponseModelAccessLevel.d.ts +1 -1
  630. package/serialization/types/ProjectResponseModelAccessLevel.js +1 -1
  631. package/serialization/types/PromptAgentApiModelInput.d.ts +2 -0
  632. package/serialization/types/PromptAgentApiModelInput.js +2 -0
  633. package/serialization/types/PromptAgentApiModelOutput.d.ts +2 -0
  634. package/serialization/types/PromptAgentApiModelOutput.js +2 -0
  635. package/serialization/types/PromptAgentApiModelWorkflowOverride.d.ts +2 -0
  636. package/serialization/types/PromptAgentApiModelWorkflowOverride.js +2 -0
  637. package/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +1 -1
  638. package/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -1
  639. package/serialization/types/ResourceAccessInfoRole.d.ts +1 -1
  640. package/serialization/types/ResourceAccessInfoRole.js +1 -1
  641. package/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +1 -1
  642. package/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -1
  643. package/serialization/types/SipTrunkCredentialsRequestModel.d.ts +1 -1
  644. package/serialization/types/SipTrunkCredentialsRequestModel.js +1 -1
  645. package/serialization/types/SortDirection.d.ts +10 -0
  646. package/serialization/types/SortDirection.js +41 -0
  647. package/serialization/types/SystemToolConfigInput.d.ts +1 -1
  648. package/serialization/types/SystemToolConfigInput.js +1 -1
  649. package/serialization/types/SystemToolConfigOutput.d.ts +1 -1
  650. package/serialization/types/SystemToolConfigOutput.js +1 -1
  651. package/serialization/types/TextToSpeechStreamWithTimestampsRequest.d.ts +10 -0
  652. package/serialization/types/TextToSpeechStreamWithTimestampsRequest.js +41 -0
  653. package/serialization/types/TextToSpeechWithTimestampsRequest.d.ts +10 -0
  654. package/serialization/types/TextToSpeechWithTimestampsRequest.js +41 -0
  655. package/serialization/types/TtsConversationalModel.d.ts +1 -1
  656. package/serialization/types/TtsConversationalModel.js +7 -1
  657. package/serialization/types/UnitTestCommonModelType.d.ts +10 -0
  658. package/serialization/types/UnitTestCommonModelType.js +41 -0
  659. package/serialization/types/UnitTestRunResponseModel.d.ts +1 -0
  660. package/serialization/types/UnitTestRunResponseModel.js +1 -0
  661. package/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -0
  662. package/serialization/types/UnitTestSummaryResponseModel.js +2 -0
  663. package/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +2 -1
  664. package/serialization/types/UnitTestToolCallEvaluationModelInput.js +2 -1
  665. package/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +2 -1
  666. package/serialization/types/UnitTestToolCallEvaluationModelOutput.js +2 -1
  667. package/serialization/types/UnitTestToolCallParameterEval.d.ts +5 -1
  668. package/serialization/types/UnitTestToolCallParameterEval.js +2 -0
  669. package/serialization/types/VadConfig.d.ts +12 -0
  670. package/serialization/types/VadConfig.js +43 -0
  671. package/serialization/types/VadConfigWorkflowOverride.d.ts +12 -0
  672. package/serialization/types/VadConfigWorkflowOverride.js +43 -0
  673. package/serialization/types/WorkflowToolResponseModelInput.d.ts +0 -2
  674. package/serialization/types/WorkflowToolResponseModelInput.js +0 -2
  675. package/serialization/types/WorkflowToolResponseModelOutput.d.ts +0 -2
  676. package/serialization/types/WorkflowToolResponseModelOutput.js +0 -2
  677. package/serialization/types/index.d.ts +12 -1
  678. package/serialization/types/index.js +12 -1
  679. package/version.d.ts +1 -1
  680. package/version.js +1 -1
  681. package/api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js +0 -11
  682. package/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js +0 -11
  683. package/api/types/ModelResponseModelConcurrencyGroup.d.ts +0 -11
  684. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js +0 -11
  685. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js +0 -11
  686. package/dist/api/types/ModelResponseModelConcurrencyGroup.d.ts +0 -11
  687. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts +0 -10
  688. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts +0 -10
  689. package/dist/serialization/types/ModelResponseModelConcurrencyGroup.d.ts +0 -10
  690. package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts +0 -10
  691. package/serialization/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts +0 -10
  692. package/serialization/types/ModelResponseModelConcurrencyGroup.d.ts +0 -10
  693. /package/api/resources/{textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js → conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js} +0 -0
  694. /package/{dist/api/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js → api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js} +0 -0
@@ -40,5 +40,4 @@ exports.ModelSettingsResponseModel = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  exports.ModelSettingsResponseModel = core.serialization.object({
42
42
  stability: core.serialization.number().optional(),
43
- useSpeakerBoost: core.serialization.property("use_speaker_boost", core.serialization.boolean().optional()),
44
43
  });
@@ -6,5 +6,5 @@ import * as ElevenLabs from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  export declare const ProjectExtendedResponseModelAccessLevel: core.serialization.Schema<serializers.ProjectExtendedResponseModelAccessLevel.Raw, ElevenLabs.ProjectExtendedResponseModelAccessLevel>;
8
8
  export declare namespace ProjectExtendedResponseModelAccessLevel {
9
- type Raw = "admin" | "editor" | "viewer";
9
+ type Raw = "admin" | "editor" | "commenter" | "viewer";
10
10
  }
@@ -38,4 +38,4 @@ var __importStar = (this && this.__importStar) || (function () {
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.ProjectExtendedResponseModelAccessLevel = void 0;
40
40
  const core = __importStar(require("../../core"));
41
- exports.ProjectExtendedResponseModelAccessLevel = core.serialization.enum_(["admin", "editor", "viewer"]);
41
+ exports.ProjectExtendedResponseModelAccessLevel = core.serialization.enum_(["admin", "editor", "commenter", "viewer"]);
@@ -6,5 +6,5 @@ import * as ElevenLabs from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  export declare const ProjectResponseModelAccessLevel: core.serialization.Schema<serializers.ProjectResponseModelAccessLevel.Raw, ElevenLabs.ProjectResponseModelAccessLevel>;
8
8
  export declare namespace ProjectResponseModelAccessLevel {
9
- type Raw = "admin" | "editor" | "viewer";
9
+ type Raw = "admin" | "editor" | "commenter" | "viewer";
10
10
  }
@@ -38,4 +38,4 @@ var __importStar = (this && this.__importStar) || (function () {
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.ProjectResponseModelAccessLevel = void 0;
40
40
  const core = __importStar(require("../../core"));
41
- exports.ProjectResponseModelAccessLevel = core.serialization.enum_(["admin", "editor", "viewer"]);
41
+ exports.ProjectResponseModelAccessLevel = core.serialization.enum_(["admin", "editor", "commenter", "viewer"]);
@@ -5,6 +5,7 @@ import * as serializers from "../index";
5
5
  import * as ElevenLabs from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { Llm } from "./Llm";
8
+ import { LlmReasoningEffort } from "./LlmReasoningEffort";
8
9
  import { BuiltInToolsInput } from "./BuiltInToolsInput";
9
10
  import { KnowledgeBaseLocator } from "./KnowledgeBaseLocator";
10
11
  import { CustomLlm } from "./CustomLlm";
@@ -15,6 +16,7 @@ export declare namespace PromptAgentApiModelInput {
15
16
  interface Raw {
16
17
  prompt?: string | null;
17
18
  llm?: Llm.Raw | null;
19
+ reasoning_effort?: LlmReasoningEffort.Raw | null;
18
20
  temperature?: number | null;
19
21
  max_tokens?: number | null;
20
22
  tool_ids?: string[] | null;
@@ -39,6 +39,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.PromptAgentApiModelInput = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const Llm_1 = require("./Llm");
42
+ const LlmReasoningEffort_1 = require("./LlmReasoningEffort");
42
43
  const BuiltInToolsInput_1 = require("./BuiltInToolsInput");
43
44
  const KnowledgeBaseLocator_1 = require("./KnowledgeBaseLocator");
44
45
  const CustomLlm_1 = require("./CustomLlm");
@@ -47,6 +48,7 @@ const PromptAgentApiModelInputToolsItem_1 = require("./PromptAgentApiModelInputT
47
48
  exports.PromptAgentApiModelInput = core.serialization.object({
48
49
  prompt: core.serialization.string().optional(),
49
50
  llm: Llm_1.Llm.optional(),
51
+ reasoningEffort: core.serialization.property("reasoning_effort", LlmReasoningEffort_1.LlmReasoningEffort.optional()),
50
52
  temperature: core.serialization.number().optional(),
51
53
  maxTokens: core.serialization.property("max_tokens", core.serialization.number().optional()),
52
54
  toolIds: core.serialization.property("tool_ids", core.serialization.list(core.serialization.string()).optional()),
@@ -5,6 +5,7 @@ import * as serializers from "../index";
5
5
  import * as ElevenLabs from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { Llm } from "./Llm";
8
+ import { LlmReasoningEffort } from "./LlmReasoningEffort";
8
9
  import { BuiltInToolsOutput } from "./BuiltInToolsOutput";
9
10
  import { KnowledgeBaseLocator } from "./KnowledgeBaseLocator";
10
11
  import { CustomLlm } from "./CustomLlm";
@@ -15,6 +16,7 @@ export declare namespace PromptAgentApiModelOutput {
15
16
  interface Raw {
16
17
  prompt?: string | null;
17
18
  llm?: Llm.Raw | null;
19
+ reasoning_effort?: LlmReasoningEffort.Raw | null;
18
20
  temperature?: number | null;
19
21
  max_tokens?: number | null;
20
22
  tool_ids?: string[] | null;
@@ -39,6 +39,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.PromptAgentApiModelOutput = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const Llm_1 = require("./Llm");
42
+ const LlmReasoningEffort_1 = require("./LlmReasoningEffort");
42
43
  const BuiltInToolsOutput_1 = require("./BuiltInToolsOutput");
43
44
  const KnowledgeBaseLocator_1 = require("./KnowledgeBaseLocator");
44
45
  const CustomLlm_1 = require("./CustomLlm");
@@ -47,6 +48,7 @@ const PromptAgentApiModelOutputToolsItem_1 = require("./PromptAgentApiModelOutpu
47
48
  exports.PromptAgentApiModelOutput = core.serialization.object({
48
49
  prompt: core.serialization.string().optional(),
49
50
  llm: Llm_1.Llm.optional(),
51
+ reasoningEffort: core.serialization.property("reasoning_effort", LlmReasoningEffort_1.LlmReasoningEffort.optional()),
50
52
  temperature: core.serialization.number().optional(),
51
53
  maxTokens: core.serialization.property("max_tokens", core.serialization.number().optional()),
52
54
  toolIds: core.serialization.property("tool_ids", core.serialization.list(core.serialization.string()).optional()),
@@ -5,6 +5,7 @@ import * as serializers from "../index";
5
5
  import * as ElevenLabs from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { Llm } from "./Llm";
8
+ import { LlmReasoningEffort } from "./LlmReasoningEffort";
8
9
  import { BuiltInToolsWorkflowOverride } from "./BuiltInToolsWorkflowOverride";
9
10
  import { KnowledgeBaseLocator } from "./KnowledgeBaseLocator";
10
11
  import { CustomLlm } from "./CustomLlm";
@@ -15,6 +16,7 @@ export declare namespace PromptAgentApiModelWorkflowOverride {
15
16
  interface Raw {
16
17
  prompt?: string | null;
17
18
  llm?: Llm.Raw | null;
19
+ reasoning_effort?: LlmReasoningEffort.Raw | null;
18
20
  temperature?: number | null;
19
21
  max_tokens?: number | null;
20
22
  tool_ids?: string[] | null;
@@ -39,6 +39,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.PromptAgentApiModelWorkflowOverride = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const Llm_1 = require("./Llm");
42
+ const LlmReasoningEffort_1 = require("./LlmReasoningEffort");
42
43
  const BuiltInToolsWorkflowOverride_1 = require("./BuiltInToolsWorkflowOverride");
43
44
  const KnowledgeBaseLocator_1 = require("./KnowledgeBaseLocator");
44
45
  const CustomLlm_1 = require("./CustomLlm");
@@ -47,6 +48,7 @@ const PromptAgentApiModelWorkflowOverrideToolsItem_1 = require("./PromptAgentApi
47
48
  exports.PromptAgentApiModelWorkflowOverride = core.serialization.object({
48
49
  prompt: core.serialization.string().optional(),
49
50
  llm: Llm_1.Llm.optional(),
51
+ reasoningEffort: core.serialization.property("reasoning_effort", LlmReasoningEffort_1.LlmReasoningEffort.optional()),
50
52
  temperature: core.serialization.number().optional(),
51
53
  maxTokens: core.serialization.property("max_tokens", core.serialization.number().optional()),
52
54
  toolIds: core.serialization.property("tool_ids", core.serialization.list(core.serialization.string()).optional()),
@@ -6,5 +6,5 @@ import * as ElevenLabs from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  export declare const PronunciationDictionaryVersionResponseModelPermissionOnResource: core.serialization.Schema<serializers.PronunciationDictionaryVersionResponseModelPermissionOnResource.Raw, ElevenLabs.PronunciationDictionaryVersionResponseModelPermissionOnResource>;
8
8
  export declare namespace PronunciationDictionaryVersionResponseModelPermissionOnResource {
9
- type Raw = "admin" | "editor" | "viewer";
9
+ type Raw = "admin" | "editor" | "commenter" | "viewer";
10
10
  }
@@ -38,4 +38,4 @@ var __importStar = (this && this.__importStar) || (function () {
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.PronunciationDictionaryVersionResponseModelPermissionOnResource = void 0;
40
40
  const core = __importStar(require("../../core"));
41
- exports.PronunciationDictionaryVersionResponseModelPermissionOnResource = core.serialization.enum_(["admin", "editor", "viewer"]);
41
+ exports.PronunciationDictionaryVersionResponseModelPermissionOnResource = core.serialization.enum_(["admin", "editor", "commenter", "viewer"]);
@@ -6,5 +6,5 @@ import * as ElevenLabs from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  export declare const ResourceAccessInfoRole: core.serialization.Schema<serializers.ResourceAccessInfoRole.Raw, ElevenLabs.ResourceAccessInfoRole>;
8
8
  export declare namespace ResourceAccessInfoRole {
9
- type Raw = "admin" | "editor" | "viewer";
9
+ type Raw = "admin" | "editor" | "commenter" | "viewer";
10
10
  }
@@ -38,4 +38,4 @@ var __importStar = (this && this.__importStar) || (function () {
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.ResourceAccessInfoRole = void 0;
40
40
  const core = __importStar(require("../../core"));
41
- exports.ResourceAccessInfoRole = core.serialization.enum_(["admin", "editor", "viewer"]);
41
+ exports.ResourceAccessInfoRole = core.serialization.enum_(["admin", "editor", "commenter", "viewer"]);
@@ -6,5 +6,5 @@ import * as ElevenLabs from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  export declare const ResourceMetadataResponseModelAnonymousAccessLevelOverride: core.serialization.Schema<serializers.ResourceMetadataResponseModelAnonymousAccessLevelOverride.Raw, ElevenLabs.ResourceMetadataResponseModelAnonymousAccessLevelOverride>;
8
8
  export declare namespace ResourceMetadataResponseModelAnonymousAccessLevelOverride {
9
- type Raw = "admin" | "editor" | "viewer";
9
+ type Raw = "admin" | "editor" | "commenter" | "viewer";
10
10
  }
@@ -38,4 +38,4 @@ var __importStar = (this && this.__importStar) || (function () {
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.ResourceMetadataResponseModelAnonymousAccessLevelOverride = void 0;
40
40
  const core = __importStar(require("../../core"));
41
- exports.ResourceMetadataResponseModelAnonymousAccessLevelOverride = core.serialization.enum_(["admin", "editor", "viewer"]);
41
+ exports.ResourceMetadataResponseModelAnonymousAccessLevelOverride = core.serialization.enum_(["admin", "editor", "commenter", "viewer"]);
@@ -8,6 +8,6 @@ export declare const SipTrunkCredentialsRequestModel: core.serialization.ObjectS
8
8
  export declare namespace SipTrunkCredentialsRequestModel {
9
9
  interface Raw {
10
10
  username: string;
11
- password: string;
11
+ password?: string | null;
12
12
  }
13
13
  }
@@ -40,5 +40,5 @@ exports.SipTrunkCredentialsRequestModel = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  exports.SipTrunkCredentialsRequestModel = core.serialization.object({
42
42
  username: core.serialization.string(),
43
- password: core.serialization.string(),
43
+ password: core.serialization.string().optional(),
44
44
  });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as ElevenLabs from "../../api/index";
6
+ import * as core from "../../core";
7
+ export declare const SortDirection: core.serialization.Schema<serializers.SortDirection.Raw, ElevenLabs.SortDirection>;
8
+ export declare namespace SortDirection {
9
+ type Raw = "asc" | "desc";
10
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.SortDirection = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ exports.SortDirection = core.serialization.enum_(["asc", "desc"]);
@@ -10,7 +10,7 @@ export declare const SystemToolConfigInput: core.serialization.ObjectSchema<seri
10
10
  export declare namespace SystemToolConfigInput {
11
11
  interface Raw {
12
12
  name: string;
13
- description: string;
13
+ description?: string | null;
14
14
  response_timeout_secs?: number | null;
15
15
  disable_interruptions?: boolean | null;
16
16
  force_pre_tool_speech?: boolean | null;
@@ -42,7 +42,7 @@ const DynamicVariableAssignment_1 = require("./DynamicVariableAssignment");
42
42
  const SystemToolConfigInputParams_1 = require("./SystemToolConfigInputParams");
43
43
  exports.SystemToolConfigInput = core.serialization.object({
44
44
  name: core.serialization.string(),
45
- description: core.serialization.string(),
45
+ description: core.serialization.string().optional(),
46
46
  responseTimeoutSecs: core.serialization.property("response_timeout_secs", core.serialization.number().optional()),
47
47
  disableInterruptions: core.serialization.property("disable_interruptions", core.serialization.boolean().optional()),
48
48
  forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean().optional()),
@@ -10,7 +10,7 @@ export declare const SystemToolConfigOutput: core.serialization.ObjectSchema<ser
10
10
  export declare namespace SystemToolConfigOutput {
11
11
  interface Raw {
12
12
  name: string;
13
- description: string;
13
+ description?: string | null;
14
14
  response_timeout_secs?: number | null;
15
15
  disable_interruptions?: boolean | null;
16
16
  force_pre_tool_speech?: boolean | null;
@@ -42,7 +42,7 @@ const DynamicVariableAssignment_1 = require("./DynamicVariableAssignment");
42
42
  const SystemToolConfigOutputParams_1 = require("./SystemToolConfigOutputParams");
43
43
  exports.SystemToolConfigOutput = core.serialization.object({
44
44
  name: core.serialization.string(),
45
- description: core.serialization.string(),
45
+ description: core.serialization.string().optional(),
46
46
  responseTimeoutSecs: core.serialization.property("response_timeout_secs", core.serialization.number().optional()),
47
47
  disableInterruptions: core.serialization.property("disable_interruptions", core.serialization.boolean().optional()),
48
48
  forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean().optional()),
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as ElevenLabs from "../../api/index";
6
+ import * as core from "../../core";
7
+ export declare const TextToSpeechStreamWithTimestampsRequest: core.serialization.Schema<serializers.TextToSpeechStreamWithTimestampsRequest.Raw, ElevenLabs.TextToSpeechStreamWithTimestampsRequest>;
8
+ export declare namespace TextToSpeechStreamWithTimestampsRequest {
9
+ type Raw = unknown;
10
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.TextToSpeechStreamWithTimestampsRequest = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ exports.TextToSpeechStreamWithTimestampsRequest = core.serialization.unknown();
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as ElevenLabs from "../../api/index";
6
+ import * as core from "../../core";
7
+ export declare const TextToSpeechWithTimestampsRequest: core.serialization.Schema<serializers.TextToSpeechWithTimestampsRequest.Raw, ElevenLabs.TextToSpeechWithTimestampsRequest>;
8
+ export declare namespace TextToSpeechWithTimestampsRequest {
9
+ type Raw = unknown;
10
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.TextToSpeechWithTimestampsRequest = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ exports.TextToSpeechWithTimestampsRequest = core.serialization.unknown();
@@ -6,5 +6,5 @@ import * as ElevenLabs from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  export declare const TtsConversationalModel: core.serialization.Schema<serializers.TtsConversationalModel.Raw, ElevenLabs.TtsConversationalModel>;
8
8
  export declare namespace TtsConversationalModel {
9
- type Raw = "eleven_turbo_v2" | "eleven_turbo_v2_5" | "eleven_flash_v2" | "eleven_flash_v2_5";
9
+ type Raw = "eleven_turbo_v2" | "eleven_turbo_v2_5" | "eleven_flash_v2" | "eleven_flash_v2_5" | "eleven_multilingual_v2";
10
10
  }
@@ -38,4 +38,10 @@ var __importStar = (this && this.__importStar) || (function () {
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.TtsConversationalModel = void 0;
40
40
  const core = __importStar(require("../../core"));
41
- exports.TtsConversationalModel = core.serialization.enum_(["eleven_turbo_v2", "eleven_turbo_v2_5", "eleven_flash_v2", "eleven_flash_v2_5"]);
41
+ exports.TtsConversationalModel = core.serialization.enum_([
42
+ "eleven_turbo_v2",
43
+ "eleven_turbo_v2_5",
44
+ "eleven_flash_v2",
45
+ "eleven_flash_v2_5",
46
+ "eleven_multilingual_v2",
47
+ ]);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as ElevenLabs from "../../api/index";
6
+ import * as core from "../../core";
7
+ export declare const UnitTestCommonModelType: core.serialization.Schema<serializers.UnitTestCommonModelType.Raw, ElevenLabs.UnitTestCommonModelType>;
8
+ export declare namespace UnitTestCommonModelType {
9
+ type Raw = "llm" | "tool";
10
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.UnitTestCommonModelType = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ exports.UnitTestCommonModelType = core.serialization.enum_(["llm", "tool"]);
@@ -18,6 +18,7 @@ export declare namespace UnitTestRunResponseModel {
18
18
  status: TestRunStatus.Raw;
19
19
  agent_responses?: ConversationHistoryTranscriptCommonModelOutput.Raw[] | null;
20
20
  test_id: string;
21
+ test_name?: string | null;
21
22
  condition_result?: TestConditionResultCommonModel.Raw | null;
22
23
  last_updated_at_unix?: number | null;
23
24
  metadata?: TestRunMetadata.Raw | null;
@@ -50,6 +50,7 @@ exports.UnitTestRunResponseModel = core.serialization.object({
50
50
  status: TestRunStatus_1.TestRunStatus,
51
51
  agentResponses: core.serialization.property("agent_responses", core.serialization.list(ConversationHistoryTranscriptCommonModelOutput_1.ConversationHistoryTranscriptCommonModelOutput).optional()),
52
52
  testId: core.serialization.property("test_id", core.serialization.string()),
53
+ testName: core.serialization.property("test_name", core.serialization.string().optional()),
53
54
  conditionResult: core.serialization.property("condition_result", TestConditionResultCommonModel_1.TestConditionResultCommonModel.optional()),
54
55
  lastUpdatedAtUnix: core.serialization.property("last_updated_at_unix", core.serialization.number().optional()),
55
56
  metadata: TestRunMetadata_1.TestRunMetadata.optional(),
@@ -5,6 +5,7 @@ import * as serializers from "../index";
5
5
  import * as ElevenLabs from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { ResourceAccessInfo } from "./ResourceAccessInfo";
8
+ import { UnitTestCommonModelType } from "./UnitTestCommonModelType";
8
9
  export declare const UnitTestSummaryResponseModel: core.serialization.ObjectSchema<serializers.UnitTestSummaryResponseModel.Raw, ElevenLabs.UnitTestSummaryResponseModel>;
9
10
  export declare namespace UnitTestSummaryResponseModel {
10
11
  interface Raw {
@@ -13,5 +14,6 @@ export declare namespace UnitTestSummaryResponseModel {
13
14
  access_info?: ResourceAccessInfo.Raw | null;
14
15
  created_at_unix_secs: number;
15
16
  last_updated_at_unix_secs: number;
17
+ type: UnitTestCommonModelType.Raw;
16
18
  }
17
19
  }
@@ -39,10 +39,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.UnitTestSummaryResponseModel = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const ResourceAccessInfo_1 = require("./ResourceAccessInfo");
42
+ const UnitTestCommonModelType_1 = require("./UnitTestCommonModelType");
42
43
  exports.UnitTestSummaryResponseModel = core.serialization.object({
43
44
  id: core.serialization.string(),
44
45
  name: core.serialization.string(),
45
46
  accessInfo: core.serialization.property("access_info", ResourceAccessInfo_1.ResourceAccessInfo.optional()),
46
47
  createdAtUnixSecs: core.serialization.property("created_at_unix_secs", core.serialization.number()),
47
48
  lastUpdatedAtUnixSecs: core.serialization.property("last_updated_at_unix_secs", core.serialization.number()),
49
+ type: UnitTestCommonModelType_1.UnitTestCommonModelType,
48
50
  });
@@ -10,6 +10,7 @@ export declare const UnitTestToolCallEvaluationModelInput: core.serialization.Ob
10
10
  export declare namespace UnitTestToolCallEvaluationModelInput {
11
11
  interface Raw {
12
12
  parameters?: UnitTestToolCallParameter.Raw[] | null;
13
- referenced_tool: ReferencedToolCommonModel.Raw;
13
+ referenced_tool?: ReferencedToolCommonModel.Raw | null;
14
+ verify_absence?: boolean | null;
14
15
  }
15
16
  }
@@ -42,5 +42,6 @@ const UnitTestToolCallParameter_1 = require("./UnitTestToolCallParameter");
42
42
  const ReferencedToolCommonModel_1 = require("./ReferencedToolCommonModel");
43
43
  exports.UnitTestToolCallEvaluationModelInput = core.serialization.object({
44
44
  parameters: core.serialization.list(UnitTestToolCallParameter_1.UnitTestToolCallParameter).optional(),
45
- referencedTool: core.serialization.property("referenced_tool", ReferencedToolCommonModel_1.ReferencedToolCommonModel),
45
+ referencedTool: core.serialization.property("referenced_tool", ReferencedToolCommonModel_1.ReferencedToolCommonModel.optional()),
46
+ verifyAbsence: core.serialization.property("verify_absence", core.serialization.boolean().optional()),
46
47
  });
@@ -10,6 +10,7 @@ export declare const UnitTestToolCallEvaluationModelOutput: core.serialization.O
10
10
  export declare namespace UnitTestToolCallEvaluationModelOutput {
11
11
  interface Raw {
12
12
  parameters?: UnitTestToolCallParameter.Raw[] | null;
13
- referenced_tool: ReferencedToolCommonModel.Raw;
13
+ referenced_tool?: ReferencedToolCommonModel.Raw | null;
14
+ verify_absence?: boolean | null;
14
15
  }
15
16
  }
@@ -42,5 +42,6 @@ const UnitTestToolCallParameter_1 = require("./UnitTestToolCallParameter");
42
42
  const ReferencedToolCommonModel_1 = require("./ReferencedToolCommonModel");
43
43
  exports.UnitTestToolCallEvaluationModelOutput = core.serialization.object({
44
44
  parameters: core.serialization.list(UnitTestToolCallParameter_1.UnitTestToolCallParameter).optional(),
45
- referencedTool: core.serialization.property("referenced_tool", ReferencedToolCommonModel_1.ReferencedToolCommonModel),
45
+ referencedTool: core.serialization.property("referenced_tool", ReferencedToolCommonModel_1.ReferencedToolCommonModel.optional()),
46
+ verifyAbsence: core.serialization.property("verify_absence", core.serialization.boolean().optional()),
46
47
  });
@@ -4,12 +4,16 @@
4
4
  import * as serializers from "../index";
5
5
  import * as ElevenLabs from "../../api/index";
6
6
  import * as core from "../../core";
7
+ import { MatchAnythingParameterEvaluationStrategy } from "./MatchAnythingParameterEvaluationStrategy";
7
8
  import { ExactParameterEvaluationStrategy } from "./ExactParameterEvaluationStrategy";
8
9
  import { LlmParameterEvaluationStrategy } from "./LlmParameterEvaluationStrategy";
9
10
  import { RegexParameterEvaluationStrategy } from "./RegexParameterEvaluationStrategy";
10
11
  export declare const UnitTestToolCallParameterEval: core.serialization.Schema<serializers.UnitTestToolCallParameterEval.Raw, ElevenLabs.UnitTestToolCallParameterEval>;
11
12
  export declare namespace UnitTestToolCallParameterEval {
12
- type Raw = UnitTestToolCallParameterEval.Exact | UnitTestToolCallParameterEval.Llm | UnitTestToolCallParameterEval.Regex;
13
+ type Raw = UnitTestToolCallParameterEval.Anything | UnitTestToolCallParameterEval.Exact | UnitTestToolCallParameterEval.Llm | UnitTestToolCallParameterEval.Regex;
14
+ interface Anything extends MatchAnythingParameterEvaluationStrategy.Raw {
15
+ type: "anything";
16
+ }
13
17
  interface Exact extends ExactParameterEvaluationStrategy.Raw {
14
18
  type: "exact";
15
19
  }
@@ -38,11 +38,13 @@ var __importStar = (this && this.__importStar) || (function () {
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.UnitTestToolCallParameterEval = void 0;
40
40
  const core = __importStar(require("../../core"));
41
+ const MatchAnythingParameterEvaluationStrategy_1 = require("./MatchAnythingParameterEvaluationStrategy");
41
42
  const ExactParameterEvaluationStrategy_1 = require("./ExactParameterEvaluationStrategy");
42
43
  const LlmParameterEvaluationStrategy_1 = require("./LlmParameterEvaluationStrategy");
43
44
  const RegexParameterEvaluationStrategy_1 = require("./RegexParameterEvaluationStrategy");
44
45
  exports.UnitTestToolCallParameterEval = core.serialization
45
46
  .union("type", {
47
+ anything: MatchAnythingParameterEvaluationStrategy_1.MatchAnythingParameterEvaluationStrategy,
46
48
  exact: ExactParameterEvaluationStrategy_1.ExactParameterEvaluationStrategy,
47
49
  llm: LlmParameterEvaluationStrategy_1.LlmParameterEvaluationStrategy,
48
50
  regex: RegexParameterEvaluationStrategy_1.RegexParameterEvaluationStrategy,
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as ElevenLabs from "../../api/index";
6
+ import * as core from "../../core";
7
+ export declare const VadConfig: core.serialization.ObjectSchema<serializers.VadConfig.Raw, ElevenLabs.VadConfig>;
8
+ export declare namespace VadConfig {
9
+ interface Raw {
10
+ background_voice_detection?: boolean | null;
11
+ }
12
+ }