@elevenlabs/elevenlabs-js 2.15.0 → 2.17.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 (1206) 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/{textToSpeech/types/BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.js → audioNative/types/AudioNativeCreateRequestApplyTextNormalization.js} +3 -2
  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/client/Client.d.ts +3 -1
  11. package/api/resources/conversationalAi/client/Client.js +3 -1
  12. package/api/resources/conversationalAi/client/requests/BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost.d.ts +3 -1
  13. package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +7 -1
  14. package/api/resources/conversationalAi/resources/agents/client/Client.js +19 -5
  15. package/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +20 -5
  16. package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +3 -1
  17. package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +3 -1
  18. package/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/WidgetGetRequest.d.ts +3 -1
  19. package/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +4 -1
  20. package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +4 -1
  21. package/api/resources/conversationalAi/resources/batchCalls/client/requests/BatchCallsListRequest.d.ts +4 -1
  22. package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -1
  23. package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +14 -3
  24. package/api/resources/conversationalAi/resources/conversations/client/Client.js +14 -3
  25. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +2 -1
  26. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +2 -1
  27. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +10 -1
  28. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +9 -1
  29. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +23 -5
  30. package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +21 -5
  31. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +10 -3
  32. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +10 -3
  33. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsDeleteRequest.d.ts +3 -1
  34. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsGetAgentsRequest.d.ts +4 -1
  35. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsGetRequest.d.ts +3 -1
  36. package/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +14 -0
  37. package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +76 -0
  38. package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +16 -0
  39. package/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
  40. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +1 -1
  41. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -1
  42. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +1 -1
  43. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +1 -1
  44. package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +4 -0
  45. package/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -0
  46. package/api/resources/conversationalAi/resources/tests/client/Client.d.ts +5 -1
  47. package/api/resources/conversationalAi/resources/tests/client/Client.js +5 -1
  48. package/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +3 -0
  49. package/api/resources/conversationalAi/resources/tests/client/requests/TestsListRequest.d.ts +5 -1
  50. package/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +3 -0
  51. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.d.ts +17 -0
  52. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +84 -0
  53. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/InvocationsListRequest.d.ts +25 -0
  54. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/index.d.ts +1 -0
  55. package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +4 -1
  56. package/api/resources/conversationalAi/resources/tools/client/Client.js +4 -1
  57. package/api/resources/conversationalAi/resources/tools/client/requests/ToolsGetDependentAgentsRequest.d.ts +4 -1
  58. package/api/resources/dubbing/client/Client.d.ts +8 -1
  59. package/api/resources/dubbing/client/Client.js +18 -3
  60. package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +4 -3
  61. package/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +16 -1
  62. package/api/resources/dubbing/resources/resource/client/Client.js +1 -18
  63. package/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -4
  64. package/api/resources/dubbing/types/DubbingCreateRequestMode.d.ts +11 -0
  65. package/api/resources/dubbing/types/DubbingCreateRequestMode.js +10 -0
  66. package/api/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +11 -0
  67. package/api/resources/dubbing/types/DubbingListRequestOrderDirection.js +10 -0
  68. package/api/resources/dubbing/types/index.d.ts +2 -0
  69. package/api/resources/dubbing/types/index.js +2 -0
  70. package/api/resources/history/client/Client.d.ts +11 -1
  71. package/api/resources/history/client/Client.js +26 -2
  72. package/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +7 -0
  73. package/api/resources/history/client/requests/HistoryListRequest.d.ts +27 -1
  74. package/api/resources/history/types/HistoryListRequestSortDirection.d.ts +8 -0
  75. package/api/resources/history/types/HistoryListRequestSortDirection.js +10 -0
  76. package/api/resources/history/types/index.d.ts +1 -0
  77. package/api/resources/history/types/index.js +1 -0
  78. package/api/resources/index.d.ts +2 -1
  79. package/api/resources/index.js +3 -2
  80. package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +19 -0
  81. package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +16 -0
  82. package/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +16 -0
  83. package/api/resources/pronunciationDictionaries/client/Client.d.ts +6 -1
  84. package/api/resources/pronunciationDictionaries/client/Client.js +6 -1
  85. package/api/resources/pronunciationDictionaries/client/requests/PronunciationDictionariesListRequest.d.ts +6 -1
  86. package/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +2 -1
  87. package/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -0
  88. package/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +2 -1
  89. package/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -0
  90. package/api/resources/speechToText/client/Client.d.ts +1 -0
  91. package/api/resources/speechToText/client/Client.js +1 -0
  92. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -0
  93. package/api/resources/speechToText/resources/transcripts/client/Client.d.ts +14 -0
  94. package/api/resources/speechToText/resources/transcripts/client/Client.js +65 -0
  95. package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +8 -0
  96. package/api/resources/studio/resources/projects/client/Client.d.ts +3 -1
  97. package/api/resources/studio/resources/projects/client/Client.js +3 -1
  98. package/api/resources/studio/resources/projects/client/requests/ProjectsGetRequest.d.ts +3 -1
  99. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +6 -0
  100. package/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +6 -0
  101. package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.d.ts +10 -0
  102. package/{dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.js → api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.js} +3 -2
  103. package/api/resources/studio/types/index.d.ts +1 -0
  104. package/api/resources/studio/types/index.js +1 -0
  105. package/api/resources/textToSpeech/client/Client.d.ts +6 -3
  106. package/api/resources/textToSpeech/client/Client.js +8 -3
  107. package/api/resources/textToSpeech/client/requests/{TextToSpeechRequest.d.ts → BodyTextToSpeechFull.d.ts} +4 -2
  108. package/api/resources/textToSpeech/client/requests/{TextToSpeechWithTimestampsRequest.d.ts → BodyTextToSpeechFullWithTimestamps.d.ts} +7 -2
  109. package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +3 -1
  110. package/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +3 -1
  111. package/api/resources/textToSpeech/client/requests/index.d.ts +2 -2
  112. package/api/resources/textToSpeech/types/{BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.d.ts → BodyTextToSpeechFullApplyTextNormalization.d.ts} +2 -2
  113. package/api/resources/textToSpeech/types/{BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.js → BodyTextToSpeechFullApplyTextNormalization.js} +2 -2
  114. package/{dist/api/resources/textToSpeech/types/BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.d.ts → api/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts} +2 -2
  115. package/{dist/api/resources/textToSpeech/types/BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.js → api/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js} +2 -2
  116. package/api/resources/textToSpeech/types/{BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.d.ts → BodyTextToSpeechStreamApplyTextNormalization.d.ts} +2 -2
  117. package/api/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.js +11 -0
  118. package/{dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.d.ts → api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts} +2 -2
  119. package/api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +11 -0
  120. package/api/resources/textToSpeech/types/index.d.ts +4 -4
  121. package/api/resources/textToSpeech/types/index.js +4 -4
  122. package/api/resources/textToVoice/client/Client.d.ts +3 -0
  123. package/api/resources/textToVoice/client/Client.js +3 -0
  124. package/api/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +1 -0
  125. package/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -0
  126. package/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -0
  127. package/api/resources/usage/client/Client.d.ts +6 -1
  128. package/api/resources/usage/client/Client.js +6 -1
  129. package/api/resources/usage/client/requests/UsageGetRequest.d.ts +6 -1
  130. package/api/resources/voices/client/Client.d.ts +30 -3
  131. package/api/resources/voices/client/Client.js +30 -3
  132. package/api/resources/voices/client/requests/VoicesGetAllRequest.d.ts +3 -1
  133. package/api/resources/voices/client/requests/VoicesGetRequest.d.ts +3 -1
  134. package/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +15 -1
  135. package/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +9 -0
  136. package/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +1 -1
  137. package/api/resources/voices/resources/pvc/resources/samples/client/Client.js +1 -1
  138. package/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.d.ts +2 -0
  139. package/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +2 -1
  140. package/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -0
  141. package/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +2 -1
  142. package/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -0
  143. package/api/types/AgentMetadata.d.ts +7 -0
  144. package/api/types/AgentMetadata.js +5 -0
  145. package/api/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
  146. package/api/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
  147. package/api/types/AgentSortBy.d.ts +8 -0
  148. package/api/types/AgentSortBy.js +10 -0
  149. package/api/types/AstAndOperatorNode.d.ts +7 -0
  150. package/api/types/AstAndOperatorNode.js +5 -0
  151. package/api/types/AstAndOperatorNodeChildrenItem.d.ts +46 -0
  152. package/api/types/AstAndOperatorNodeChildrenItem.js +5 -0
  153. package/api/types/AstBooleanNode.d.ts +6 -0
  154. package/api/types/AstBooleanNode.js +5 -0
  155. package/api/types/AstDynamicVariableNode.d.ts +6 -0
  156. package/api/types/AstDynamicVariableNode.js +5 -0
  157. package/api/types/AstEqualsOperatorNode.d.ts +8 -0
  158. package/api/types/AstEqualsOperatorNode.js +5 -0
  159. package/api/types/AstEqualsOperatorNodeLeft.d.ts +46 -0
  160. package/api/types/AstEqualsOperatorNodeLeft.js +5 -0
  161. package/api/types/AstEqualsOperatorNodeRight.d.ts +46 -0
  162. package/api/types/AstEqualsOperatorNodeRight.js +5 -0
  163. package/api/types/AstGreaterThanOperatorNode.d.ts +8 -0
  164. package/api/types/AstGreaterThanOperatorNode.js +5 -0
  165. package/api/types/AstGreaterThanOperatorNodeLeft.d.ts +46 -0
  166. package/api/types/AstGreaterThanOperatorNodeLeft.js +5 -0
  167. package/api/types/AstGreaterThanOperatorNodeRight.d.ts +46 -0
  168. package/api/types/AstGreaterThanOperatorNodeRight.js +5 -0
  169. package/api/types/AstGreaterThanOrEqualsOperatorNode.d.ts +8 -0
  170. package/api/types/AstGreaterThanOrEqualsOperatorNode.js +5 -0
  171. package/api/types/AstGreaterThanOrEqualsOperatorNodeLeft.d.ts +46 -0
  172. package/api/types/AstGreaterThanOrEqualsOperatorNodeLeft.js +5 -0
  173. package/api/types/AstGreaterThanOrEqualsOperatorNodeRight.d.ts +46 -0
  174. package/api/types/AstGreaterThanOrEqualsOperatorNodeRight.js +5 -0
  175. package/api/types/AstLessThanOperatorNode.d.ts +8 -0
  176. package/api/types/AstLessThanOperatorNode.js +5 -0
  177. package/api/types/AstLessThanOperatorNodeLeft.d.ts +46 -0
  178. package/api/types/AstLessThanOperatorNodeLeft.js +5 -0
  179. package/api/types/AstLessThanOperatorNodeRight.d.ts +46 -0
  180. package/api/types/AstLessThanOperatorNodeRight.js +5 -0
  181. package/api/types/AstLessThanOrEqualsOperatorNode.d.ts +8 -0
  182. package/api/types/AstLessThanOrEqualsOperatorNode.js +5 -0
  183. package/api/types/AstLessThanOrEqualsOperatorNodeLeft.d.ts +46 -0
  184. package/api/types/AstLessThanOrEqualsOperatorNodeLeft.js +5 -0
  185. package/api/types/AstLessThanOrEqualsOperatorNodeRight.d.ts +46 -0
  186. package/api/types/AstLessThanOrEqualsOperatorNodeRight.js +5 -0
  187. package/api/types/AstNotEqualsOperatorNode.d.ts +8 -0
  188. package/api/types/AstNotEqualsOperatorNode.js +5 -0
  189. package/api/types/AstNotEqualsOperatorNodeLeft.d.ts +46 -0
  190. package/api/types/AstNotEqualsOperatorNodeLeft.js +5 -0
  191. package/api/types/AstNotEqualsOperatorNodeRight.d.ts +46 -0
  192. package/api/types/AstNotEqualsOperatorNodeRight.js +5 -0
  193. package/api/types/AstNumberNode.d.ts +6 -0
  194. package/api/types/AstNumberNode.js +5 -0
  195. package/api/types/AstOrOperatorNode.d.ts +7 -0
  196. package/api/types/AstOrOperatorNode.js +5 -0
  197. package/api/types/AstOrOperatorNodeChildrenItem.d.ts +46 -0
  198. package/api/types/AstOrOperatorNodeChildrenItem.js +5 -0
  199. package/api/types/AstStringNode.d.ts +6 -0
  200. package/api/types/AstStringNode.js +5 -0
  201. package/api/types/AstllmNode.d.ts +6 -0
  202. package/api/types/AstllmNode.js +5 -0
  203. package/api/types/AttachedTestModel.d.ts +1 -0
  204. package/api/types/BreakdownTypes.d.ts +2 -1
  205. package/api/types/BreakdownTypes.js +1 -0
  206. package/api/types/ClientToolConfigInput.d.ts +1 -0
  207. package/api/types/ClientToolConfigOutput.d.ts +1 -0
  208. package/api/types/ConversationChargingCommonModel.d.ts +2 -0
  209. package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  210. package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  211. package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
  212. package/api/types/ConversationalConfig.d.ts +2 -0
  213. package/api/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
  214. package/api/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +2 -1
  215. package/api/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -0
  216. package/api/types/DependentAvailableToolIdentifierAccessLevel.d.ts +2 -1
  217. package/api/types/DependentAvailableToolIdentifierAccessLevel.js +1 -0
  218. package/api/types/DubbingMetadataResponse.d.ts +1 -1
  219. package/api/types/GetConvAiSettingsResponseModel.d.ts +1 -0
  220. package/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -0
  221. package/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
  222. package/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +2 -1
  223. package/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -0
  224. package/api/types/GetSpeechHistoryResponse.d.ts +2 -0
  225. package/api/types/GetTestInvocationsPageResponseModel.d.ts +12 -0
  226. package/api/types/GetTestInvocationsPageResponseModel.js +5 -0
  227. package/api/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
  228. package/api/types/GetUnitTestResponseModel.d.ts +3 -0
  229. package/api/types/InboundSipTrunkConfigRequestModel.d.ts +2 -0
  230. package/api/types/KnowledgeBaseSortBy.d.ts +10 -0
  231. package/api/types/KnowledgeBaseSortBy.js +12 -0
  232. package/api/types/ListResponseMeta.d.ts +8 -0
  233. package/api/types/ListResponseMeta.js +5 -0
  234. package/api/types/LiteralJsonSchemaProperty.d.ts +2 -0
  235. package/api/types/LivekitStackType.d.ts +8 -0
  236. package/api/types/{ModelResponseModelConcurrencyGroup.js → LivekitStackType.js} +3 -3
  237. package/api/types/Llm.d.ts +4 -1
  238. package/api/types/Llm.js +3 -0
  239. package/api/types/LlmReasoningEffort.d.ts +10 -0
  240. package/api/types/LlmReasoningEffort.js +12 -0
  241. package/api/types/MatchAnythingParameterEvaluationStrategy.d.ts +5 -0
  242. package/api/types/MatchAnythingParameterEvaluationStrategy.js +5 -0
  243. package/api/types/McpServerConfigInput.d.ts +4 -0
  244. package/api/types/McpServerConfigOutput.d.ts +4 -0
  245. package/api/types/Model.d.ts +1 -1
  246. package/api/types/ModelSettingsResponseModel.d.ts +0 -2
  247. package/api/types/MusicPrompt.d.ts +2 -2
  248. package/api/types/ProjectExtendedResponseModelAccessLevel.d.ts +2 -1
  249. package/api/types/ProjectExtendedResponseModelAccessLevel.js +1 -0
  250. package/api/types/ProjectResponseModelAccessLevel.d.ts +2 -1
  251. package/api/types/ProjectResponseModelAccessLevel.js +1 -0
  252. package/api/types/PromptAgentApiModelInput.d.ts +3 -1
  253. package/api/types/PromptAgentApiModelOutput.d.ts +3 -1
  254. package/api/types/PromptAgentApiModelWorkflowOverride.d.ts +3 -1
  255. package/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +2 -1
  256. package/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -0
  257. package/api/types/ResourceAccessInfoRole.d.ts +2 -1
  258. package/api/types/ResourceAccessInfoRole.js +1 -0
  259. package/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +2 -1
  260. package/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -0
  261. package/api/types/SipTrunkCredentialsRequestModel.d.ts +2 -2
  262. package/api/types/SongSection.d.ts +2 -2
  263. package/api/types/SortDirection.d.ts +8 -0
  264. package/api/types/SortDirection.js +10 -0
  265. package/api/types/SubscriptionExtrasResponseModel.d.ts +2 -0
  266. package/api/types/SystemToolConfigInput.d.ts +2 -1
  267. package/api/types/SystemToolConfigOutput.d.ts +2 -1
  268. package/api/types/TestFromConversationMetadataInput.d.ts +10 -0
  269. package/api/types/TestFromConversationMetadataInput.js +5 -0
  270. package/api/types/TestFromConversationMetadataOutput.d.ts +10 -0
  271. package/api/types/TestFromConversationMetadataOutput.js +5 -0
  272. package/api/types/TestInvocationSummaryResponseModel.d.ts +22 -0
  273. package/api/types/TestInvocationSummaryResponseModel.js +5 -0
  274. package/api/types/TextToSpeechRequest.d.ts +4 -0
  275. package/api/types/TextToSpeechRequest.js +5 -0
  276. package/api/types/TextToSpeechStreamWithTimestampsRequest.d.ts +4 -0
  277. package/api/types/TextToSpeechStreamWithTimestampsRequest.js +5 -0
  278. package/api/types/TextToSpeechWithTimestampsRequest.d.ts +4 -0
  279. package/api/types/TextToSpeechWithTimestampsRequest.js +5 -0
  280. package/api/types/TtsConversationalModel.d.ts +2 -1
  281. package/api/types/TtsConversationalModel.js +1 -0
  282. package/api/types/UnitTestCommonModelType.d.ts +8 -0
  283. package/api/types/UnitTestCommonModelType.js +10 -0
  284. package/api/types/UnitTestRunResponseModel.d.ts +1 -0
  285. package/api/types/UnitTestSummaryResponseModel.d.ts +2 -0
  286. package/api/types/UnitTestToolCallEvaluationModelInput.d.ts +3 -1
  287. package/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +3 -1
  288. package/api/types/UnitTestToolCallParameterEval.d.ts +4 -1
  289. package/api/types/VadConfig.d.ts +7 -0
  290. package/api/types/VadConfig.js +5 -0
  291. package/api/types/VadConfigWorkflowOverride.d.ts +7 -0
  292. package/api/types/VadConfigWorkflowOverride.js +5 -0
  293. package/api/types/WebhookToolConfigInput.d.ts +1 -0
  294. package/api/types/WebhookToolConfigOutput.d.ts +1 -0
  295. package/api/types/WorkflowEdgeModelBackwardCondition.d.ts +4 -1
  296. package/api/types/WorkflowEdgeModelForwardCondition.d.ts +4 -1
  297. package/api/types/WorkflowEndNodeModel.d.ts +2 -0
  298. package/api/types/WorkflowExpressionConditionModel.d.ts +8 -0
  299. package/api/types/WorkflowExpressionConditionModel.js +5 -0
  300. package/api/types/WorkflowExpressionConditionModelExpression.d.ts +46 -0
  301. package/api/types/WorkflowExpressionConditionModelExpression.js +5 -0
  302. package/api/types/WorkflowOverrideAgentNodeModel.d.ts +2 -0
  303. package/api/types/WorkflowPhoneNumberNodeModel.d.ts +2 -0
  304. package/api/types/WorkflowStandaloneAgentNodeModel.d.ts +2 -0
  305. package/api/types/WorkflowStartNodeModel.d.ts +2 -0
  306. package/api/types/WorkflowToolNodeModel.d.ts +2 -0
  307. package/api/types/index.d.ts +47 -1
  308. package/api/types/index.js +47 -1
  309. package/dist/Client.js +2 -2
  310. package/dist/api/resources/audioNative/client/Client.js +6 -1
  311. package/dist/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +9 -0
  312. package/dist/api/resources/audioNative/index.d.ts +1 -0
  313. package/dist/api/resources/audioNative/index.js +1 -0
  314. package/dist/api/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +10 -0
  315. package/dist/api/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.js +12 -0
  316. package/dist/api/resources/audioNative/types/index.d.ts +1 -0
  317. package/dist/api/resources/audioNative/types/index.js +17 -0
  318. package/dist/api/resources/conversationalAi/client/Client.d.ts +3 -1
  319. package/dist/api/resources/conversationalAi/client/Client.js +3 -1
  320. package/dist/api/resources/conversationalAi/client/requests/BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost.d.ts +3 -1
  321. package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +7 -1
  322. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +19 -5
  323. package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +20 -5
  324. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +3 -1
  325. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +3 -1
  326. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/WidgetGetRequest.d.ts +3 -1
  327. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +4 -1
  328. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +4 -1
  329. package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BatchCallsListRequest.d.ts +4 -1
  330. package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -1
  331. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +14 -3
  332. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +14 -3
  333. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +2 -1
  334. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +2 -1
  335. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +10 -1
  336. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +9 -1
  337. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +23 -5
  338. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +21 -5
  339. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +10 -3
  340. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +10 -3
  341. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsDeleteRequest.d.ts +3 -1
  342. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsGetAgentsRequest.d.ts +4 -1
  343. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsGetRequest.d.ts +3 -1
  344. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +14 -0
  345. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +76 -0
  346. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +16 -0
  347. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +5 -0
  348. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
  349. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +1 -1
  350. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -1
  351. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +1 -1
  352. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +1 -1
  353. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +4 -0
  354. package/dist/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -0
  355. package/dist/api/resources/conversationalAi/resources/tests/client/Client.d.ts +5 -1
  356. package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +5 -1
  357. package/dist/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +3 -0
  358. package/dist/api/resources/conversationalAi/resources/tests/client/requests/TestsListRequest.d.ts +5 -1
  359. package/dist/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +3 -0
  360. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.d.ts +17 -0
  361. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +84 -0
  362. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/InvocationsListRequest.d.ts +25 -0
  363. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/InvocationsListRequest.js +5 -0
  364. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/index.d.ts +1 -0
  365. package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +4 -1
  366. package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +4 -1
  367. package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsGetDependentAgentsRequest.d.ts +4 -1
  368. package/dist/api/resources/dubbing/client/Client.d.ts +8 -1
  369. package/dist/api/resources/dubbing/client/Client.js +18 -3
  370. package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +4 -3
  371. package/dist/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +16 -1
  372. package/dist/api/resources/dubbing/resources/resource/client/Client.js +1 -18
  373. package/dist/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -4
  374. package/dist/api/resources/dubbing/types/DubbingCreateRequestMode.d.ts +11 -0
  375. package/dist/api/resources/dubbing/types/DubbingCreateRequestMode.js +10 -0
  376. package/dist/api/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +11 -0
  377. package/dist/api/resources/dubbing/types/DubbingListRequestOrderDirection.js +10 -0
  378. package/dist/api/resources/dubbing/types/index.d.ts +2 -0
  379. package/dist/api/resources/dubbing/types/index.js +2 -0
  380. package/dist/api/resources/history/client/Client.d.ts +11 -1
  381. package/dist/api/resources/history/client/Client.js +26 -2
  382. package/dist/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +7 -0
  383. package/dist/api/resources/history/client/requests/HistoryListRequest.d.ts +27 -1
  384. package/dist/api/resources/history/types/HistoryListRequestSortDirection.d.ts +8 -0
  385. package/dist/api/resources/history/types/HistoryListRequestSortDirection.js +10 -0
  386. package/dist/api/resources/history/types/index.d.ts +1 -0
  387. package/dist/api/resources/history/types/index.js +1 -0
  388. package/dist/api/resources/index.d.ts +2 -1
  389. package/dist/api/resources/index.js +3 -2
  390. package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +19 -0
  391. package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +16 -0
  392. package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +16 -0
  393. package/dist/api/resources/pronunciationDictionaries/client/Client.d.ts +6 -1
  394. package/dist/api/resources/pronunciationDictionaries/client/Client.js +6 -1
  395. package/dist/api/resources/pronunciationDictionaries/client/requests/PronunciationDictionariesListRequest.d.ts +6 -1
  396. package/dist/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +2 -1
  397. package/dist/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -0
  398. package/dist/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +2 -1
  399. package/dist/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -0
  400. package/dist/api/resources/speechToText/client/Client.d.ts +1 -0
  401. package/dist/api/resources/speechToText/client/Client.js +1 -0
  402. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -0
  403. package/dist/api/resources/speechToText/resources/transcripts/client/Client.d.ts +14 -0
  404. package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +65 -0
  405. package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +8 -0
  406. package/dist/api/resources/studio/resources/projects/client/Client.d.ts +3 -1
  407. package/dist/api/resources/studio/resources/projects/client/Client.js +3 -1
  408. package/dist/api/resources/studio/resources/projects/client/requests/ProjectsGetRequest.d.ts +3 -1
  409. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +6 -0
  410. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +6 -0
  411. package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.d.ts +10 -0
  412. package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.js +12 -0
  413. package/dist/api/resources/studio/types/index.d.ts +1 -0
  414. package/dist/api/resources/studio/types/index.js +1 -0
  415. package/dist/api/resources/textToSpeech/client/Client.d.ts +6 -3
  416. package/dist/api/resources/textToSpeech/client/Client.js +8 -3
  417. package/dist/api/resources/textToSpeech/client/requests/{TextToSpeechRequest.d.ts → BodyTextToSpeechFull.d.ts} +4 -2
  418. package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +5 -0
  419. package/dist/api/resources/textToSpeech/client/requests/{TextToSpeechWithTimestampsRequest.d.ts → BodyTextToSpeechFullWithTimestamps.d.ts} +7 -2
  420. package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js +5 -0
  421. package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +3 -1
  422. package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +3 -1
  423. package/dist/api/resources/textToSpeech/client/requests/index.d.ts +2 -2
  424. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.d.ts +12 -0
  425. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.js +11 -0
  426. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +12 -0
  427. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +11 -0
  428. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.d.ts +12 -0
  429. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.js +11 -0
  430. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +12 -0
  431. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +11 -0
  432. package/dist/api/resources/textToSpeech/types/index.d.ts +4 -4
  433. package/dist/api/resources/textToSpeech/types/index.js +4 -4
  434. package/dist/api/resources/textToVoice/client/Client.d.ts +3 -0
  435. package/dist/api/resources/textToVoice/client/Client.js +3 -0
  436. package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +1 -0
  437. package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -0
  438. package/dist/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -0
  439. package/dist/api/resources/usage/client/Client.d.ts +6 -1
  440. package/dist/api/resources/usage/client/Client.js +6 -1
  441. package/dist/api/resources/usage/client/requests/UsageGetRequest.d.ts +6 -1
  442. package/dist/api/resources/voices/client/Client.d.ts +30 -3
  443. package/dist/api/resources/voices/client/Client.js +30 -3
  444. package/dist/api/resources/voices/client/requests/VoicesGetAllRequest.d.ts +3 -1
  445. package/dist/api/resources/voices/client/requests/VoicesGetRequest.d.ts +3 -1
  446. package/dist/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +15 -1
  447. package/dist/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +9 -0
  448. package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +1 -1
  449. package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.js +1 -1
  450. package/dist/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.d.ts +2 -0
  451. package/dist/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +2 -1
  452. package/dist/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -0
  453. package/dist/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +2 -1
  454. package/dist/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -0
  455. package/dist/api/types/AgentMetadata.d.ts +7 -0
  456. package/dist/api/types/AgentMetadata.js +5 -0
  457. package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
  458. package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
  459. package/dist/api/types/AgentSortBy.d.ts +8 -0
  460. package/dist/api/types/AgentSortBy.js +10 -0
  461. package/dist/api/types/AstAndOperatorNode.d.ts +7 -0
  462. package/dist/api/types/AstAndOperatorNode.js +5 -0
  463. package/dist/api/types/AstAndOperatorNodeChildrenItem.d.ts +46 -0
  464. package/dist/api/types/AstAndOperatorNodeChildrenItem.js +5 -0
  465. package/dist/api/types/AstBooleanNode.d.ts +6 -0
  466. package/dist/api/types/AstBooleanNode.js +5 -0
  467. package/dist/api/types/AstDynamicVariableNode.d.ts +6 -0
  468. package/dist/api/types/AstDynamicVariableNode.js +5 -0
  469. package/dist/api/types/AstEqualsOperatorNode.d.ts +8 -0
  470. package/dist/api/types/AstEqualsOperatorNode.js +5 -0
  471. package/dist/api/types/AstEqualsOperatorNodeLeft.d.ts +46 -0
  472. package/dist/api/types/AstEqualsOperatorNodeLeft.js +5 -0
  473. package/dist/api/types/AstEqualsOperatorNodeRight.d.ts +46 -0
  474. package/dist/api/types/AstEqualsOperatorNodeRight.js +5 -0
  475. package/dist/api/types/AstGreaterThanOperatorNode.d.ts +8 -0
  476. package/dist/api/types/AstGreaterThanOperatorNode.js +5 -0
  477. package/dist/api/types/AstGreaterThanOperatorNodeLeft.d.ts +46 -0
  478. package/dist/api/types/AstGreaterThanOperatorNodeLeft.js +5 -0
  479. package/dist/api/types/AstGreaterThanOperatorNodeRight.d.ts +46 -0
  480. package/dist/api/types/AstGreaterThanOperatorNodeRight.js +5 -0
  481. package/dist/api/types/AstGreaterThanOrEqualsOperatorNode.d.ts +8 -0
  482. package/dist/api/types/AstGreaterThanOrEqualsOperatorNode.js +5 -0
  483. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeLeft.d.ts +46 -0
  484. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeLeft.js +5 -0
  485. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeRight.d.ts +46 -0
  486. package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeRight.js +5 -0
  487. package/dist/api/types/AstLessThanOperatorNode.d.ts +8 -0
  488. package/dist/api/types/AstLessThanOperatorNode.js +5 -0
  489. package/dist/api/types/AstLessThanOperatorNodeLeft.d.ts +46 -0
  490. package/dist/api/types/AstLessThanOperatorNodeLeft.js +5 -0
  491. package/dist/api/types/AstLessThanOperatorNodeRight.d.ts +46 -0
  492. package/dist/api/types/AstLessThanOperatorNodeRight.js +5 -0
  493. package/dist/api/types/AstLessThanOrEqualsOperatorNode.d.ts +8 -0
  494. package/dist/api/types/AstLessThanOrEqualsOperatorNode.js +5 -0
  495. package/dist/api/types/AstLessThanOrEqualsOperatorNodeLeft.d.ts +46 -0
  496. package/dist/api/types/AstLessThanOrEqualsOperatorNodeLeft.js +5 -0
  497. package/dist/api/types/AstLessThanOrEqualsOperatorNodeRight.d.ts +46 -0
  498. package/dist/api/types/AstLessThanOrEqualsOperatorNodeRight.js +5 -0
  499. package/dist/api/types/AstNotEqualsOperatorNode.d.ts +8 -0
  500. package/dist/api/types/AstNotEqualsOperatorNode.js +5 -0
  501. package/dist/api/types/AstNotEqualsOperatorNodeLeft.d.ts +46 -0
  502. package/dist/api/types/AstNotEqualsOperatorNodeLeft.js +5 -0
  503. package/dist/api/types/AstNotEqualsOperatorNodeRight.d.ts +46 -0
  504. package/dist/api/types/AstNotEqualsOperatorNodeRight.js +5 -0
  505. package/dist/api/types/AstNumberNode.d.ts +6 -0
  506. package/dist/api/types/AstNumberNode.js +5 -0
  507. package/dist/api/types/AstOrOperatorNode.d.ts +7 -0
  508. package/dist/api/types/AstOrOperatorNode.js +5 -0
  509. package/dist/api/types/AstOrOperatorNodeChildrenItem.d.ts +46 -0
  510. package/dist/api/types/AstOrOperatorNodeChildrenItem.js +5 -0
  511. package/dist/api/types/AstStringNode.d.ts +6 -0
  512. package/dist/api/types/AstStringNode.js +5 -0
  513. package/dist/api/types/AstllmNode.d.ts +6 -0
  514. package/dist/api/types/AstllmNode.js +5 -0
  515. package/dist/api/types/AttachedTestModel.d.ts +1 -0
  516. package/dist/api/types/BreakdownTypes.d.ts +2 -1
  517. package/dist/api/types/BreakdownTypes.js +1 -0
  518. package/dist/api/types/ClientToolConfigInput.d.ts +1 -0
  519. package/dist/api/types/ClientToolConfigOutput.d.ts +1 -0
  520. package/dist/api/types/ConversationChargingCommonModel.d.ts +2 -0
  521. package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  522. package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  523. package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
  524. package/dist/api/types/ConversationalConfig.d.ts +2 -0
  525. package/dist/api/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
  526. package/dist/api/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +2 -1
  527. package/dist/api/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -0
  528. package/dist/api/types/DependentAvailableToolIdentifierAccessLevel.d.ts +2 -1
  529. package/dist/api/types/DependentAvailableToolIdentifierAccessLevel.js +1 -0
  530. package/dist/api/types/DubbingMetadataResponse.d.ts +1 -1
  531. package/dist/api/types/GetConvAiSettingsResponseModel.d.ts +1 -0
  532. package/dist/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -0
  533. package/dist/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
  534. package/dist/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +2 -1
  535. package/dist/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -0
  536. package/dist/api/types/GetSpeechHistoryResponse.d.ts +2 -0
  537. package/dist/api/types/GetTestInvocationsPageResponseModel.d.ts +12 -0
  538. package/dist/api/types/GetTestInvocationsPageResponseModel.js +5 -0
  539. package/dist/api/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
  540. package/dist/api/types/GetUnitTestResponseModel.d.ts +3 -0
  541. package/dist/api/types/InboundSipTrunkConfigRequestModel.d.ts +2 -0
  542. package/dist/api/types/KnowledgeBaseSortBy.d.ts +10 -0
  543. package/dist/api/types/KnowledgeBaseSortBy.js +12 -0
  544. package/dist/api/types/ListResponseMeta.d.ts +8 -0
  545. package/dist/api/types/ListResponseMeta.js +5 -0
  546. package/dist/api/types/LiteralJsonSchemaProperty.d.ts +2 -0
  547. package/dist/api/types/LivekitStackType.d.ts +8 -0
  548. package/dist/api/types/{ModelResponseModelConcurrencyGroup.js → LivekitStackType.js} +3 -3
  549. package/dist/api/types/Llm.d.ts +4 -1
  550. package/dist/api/types/Llm.js +3 -0
  551. package/dist/api/types/LlmReasoningEffort.d.ts +10 -0
  552. package/dist/api/types/LlmReasoningEffort.js +12 -0
  553. package/dist/api/types/MatchAnythingParameterEvaluationStrategy.d.ts +5 -0
  554. package/dist/api/types/MatchAnythingParameterEvaluationStrategy.js +5 -0
  555. package/dist/api/types/McpServerConfigInput.d.ts +4 -0
  556. package/dist/api/types/McpServerConfigOutput.d.ts +4 -0
  557. package/dist/api/types/Model.d.ts +1 -1
  558. package/dist/api/types/ModelSettingsResponseModel.d.ts +0 -2
  559. package/dist/api/types/MusicPrompt.d.ts +2 -2
  560. package/dist/api/types/ProjectExtendedResponseModelAccessLevel.d.ts +2 -1
  561. package/dist/api/types/ProjectExtendedResponseModelAccessLevel.js +1 -0
  562. package/dist/api/types/ProjectResponseModelAccessLevel.d.ts +2 -1
  563. package/dist/api/types/ProjectResponseModelAccessLevel.js +1 -0
  564. package/dist/api/types/PromptAgentApiModelInput.d.ts +3 -1
  565. package/dist/api/types/PromptAgentApiModelOutput.d.ts +3 -1
  566. package/dist/api/types/PromptAgentApiModelWorkflowOverride.d.ts +3 -1
  567. package/dist/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +2 -1
  568. package/dist/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -0
  569. package/dist/api/types/ResourceAccessInfoRole.d.ts +2 -1
  570. package/dist/api/types/ResourceAccessInfoRole.js +1 -0
  571. package/dist/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +2 -1
  572. package/dist/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -0
  573. package/dist/api/types/SipTrunkCredentialsRequestModel.d.ts +2 -2
  574. package/dist/api/types/SongSection.d.ts +2 -2
  575. package/dist/api/types/SortDirection.d.ts +8 -0
  576. package/dist/api/types/SortDirection.js +10 -0
  577. package/dist/api/types/SubscriptionExtrasResponseModel.d.ts +2 -0
  578. package/dist/api/types/SystemToolConfigInput.d.ts +2 -1
  579. package/dist/api/types/SystemToolConfigOutput.d.ts +2 -1
  580. package/dist/api/types/TestFromConversationMetadataInput.d.ts +10 -0
  581. package/dist/api/types/TestFromConversationMetadataInput.js +5 -0
  582. package/dist/api/types/TestFromConversationMetadataOutput.d.ts +10 -0
  583. package/dist/api/types/TestFromConversationMetadataOutput.js +5 -0
  584. package/dist/api/types/TestInvocationSummaryResponseModel.d.ts +22 -0
  585. package/dist/api/types/TestInvocationSummaryResponseModel.js +5 -0
  586. package/dist/api/types/TextToSpeechRequest.d.ts +4 -0
  587. package/dist/api/types/TextToSpeechRequest.js +5 -0
  588. package/dist/api/types/TextToSpeechStreamWithTimestampsRequest.d.ts +4 -0
  589. package/dist/api/types/TextToSpeechStreamWithTimestampsRequest.js +5 -0
  590. package/dist/api/types/TextToSpeechWithTimestampsRequest.d.ts +4 -0
  591. package/dist/api/types/TextToSpeechWithTimestampsRequest.js +5 -0
  592. package/dist/api/types/TtsConversationalModel.d.ts +2 -1
  593. package/dist/api/types/TtsConversationalModel.js +1 -0
  594. package/dist/api/types/UnitTestCommonModelType.d.ts +8 -0
  595. package/dist/api/types/UnitTestCommonModelType.js +10 -0
  596. package/dist/api/types/UnitTestRunResponseModel.d.ts +1 -0
  597. package/dist/api/types/UnitTestSummaryResponseModel.d.ts +2 -0
  598. package/dist/api/types/UnitTestToolCallEvaluationModelInput.d.ts +3 -1
  599. package/dist/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +3 -1
  600. package/dist/api/types/UnitTestToolCallParameterEval.d.ts +4 -1
  601. package/dist/api/types/VadConfig.d.ts +7 -0
  602. package/dist/api/types/VadConfig.js +5 -0
  603. package/dist/api/types/VadConfigWorkflowOverride.d.ts +7 -0
  604. package/dist/api/types/VadConfigWorkflowOverride.js +5 -0
  605. package/dist/api/types/WebhookToolConfigInput.d.ts +1 -0
  606. package/dist/api/types/WebhookToolConfigOutput.d.ts +1 -0
  607. package/dist/api/types/WorkflowEdgeModelBackwardCondition.d.ts +4 -1
  608. package/dist/api/types/WorkflowEdgeModelForwardCondition.d.ts +4 -1
  609. package/dist/api/types/WorkflowEndNodeModel.d.ts +2 -0
  610. package/dist/api/types/WorkflowExpressionConditionModel.d.ts +8 -0
  611. package/dist/api/types/WorkflowExpressionConditionModel.js +5 -0
  612. package/dist/api/types/WorkflowExpressionConditionModelExpression.d.ts +46 -0
  613. package/dist/api/types/WorkflowExpressionConditionModelExpression.js +5 -0
  614. package/dist/api/types/WorkflowOverrideAgentNodeModel.d.ts +2 -0
  615. package/dist/api/types/WorkflowPhoneNumberNodeModel.d.ts +2 -0
  616. package/dist/api/types/WorkflowStandaloneAgentNodeModel.d.ts +2 -0
  617. package/dist/api/types/WorkflowStartNodeModel.d.ts +2 -0
  618. package/dist/api/types/WorkflowToolNodeModel.d.ts +2 -0
  619. package/dist/api/types/index.d.ts +47 -1
  620. package/dist/api/types/index.js +47 -1
  621. package/dist/serialization/resources/audioNative/index.d.ts +1 -0
  622. package/dist/serialization/resources/audioNative/index.js +17 -0
  623. package/dist/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +10 -0
  624. package/dist/serialization/resources/{textToSpeech/types/BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.js → audioNative/types/AudioNativeCreateRequestApplyTextNormalization.js} +2 -2
  625. package/dist/serialization/resources/audioNative/types/index.d.ts +1 -0
  626. package/dist/serialization/resources/audioNative/types/index.js +17 -0
  627. package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -1
  628. package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +1 -1
  629. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +15 -0
  630. package/dist/serialization/resources/{textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js → conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js} +8 -3
  631. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
  632. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +3 -1
  633. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +6 -0
  634. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +6 -0
  635. package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +2 -0
  636. package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +2 -0
  637. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +4 -0
  638. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +4 -0
  639. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +4 -0
  640. package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +4 -0
  641. package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -1
  642. package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.js +1 -0
  643. package/dist/serialization/resources/dubbing/types/DubbingCreateRequestMode.d.ts +10 -0
  644. package/{serialization/resources/textToSpeech/types/BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.js → dist/serialization/resources/dubbing/types/DubbingCreateRequestMode.js} +2 -2
  645. package/dist/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +10 -0
  646. package/dist/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.js +41 -0
  647. package/dist/serialization/resources/dubbing/types/index.d.ts +2 -0
  648. package/dist/serialization/resources/dubbing/types/index.js +2 -0
  649. package/dist/serialization/resources/history/types/HistoryListRequestSortDirection.d.ts +10 -0
  650. package/dist/serialization/resources/history/types/HistoryListRequestSortDirection.js +41 -0
  651. package/dist/serialization/resources/history/types/index.d.ts +1 -0
  652. package/dist/serialization/resources/history/types/index.js +1 -0
  653. package/dist/serialization/resources/index.d.ts +2 -0
  654. package/dist/serialization/resources/index.js +3 -1
  655. package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +3 -0
  656. package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +3 -0
  657. package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -0
  658. package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +2 -0
  659. package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -0
  660. package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +2 -0
  661. package/dist/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +1 -1
  662. package/dist/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -1
  663. package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +1 -1
  664. package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -1
  665. package/dist/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +2 -0
  666. package/dist/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js +2 -0
  667. package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.d.ts +10 -0
  668. package/dist/serialization/resources/{textToSpeech/types/BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.js → studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.js} +2 -2
  669. package/dist/serialization/resources/studio/types/index.d.ts +1 -0
  670. package/dist/serialization/resources/studio/types/index.js +1 -0
  671. package/dist/serialization/resources/textToSpeech/client/requests/{TextToSpeechRequest.d.ts → BodyTextToSpeechFull.d.ts} +5 -4
  672. package/dist/serialization/resources/textToSpeech/client/requests/{TextToSpeechRequest.js → BodyTextToSpeechFull.js} +5 -4
  673. package/{serialization/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.d.ts → dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts} +5 -4
  674. package/dist/serialization/resources/textToSpeech/client/requests/{TextToSpeechWithTimestampsRequest.js → BodyTextToSpeechFullWithTimestamps.js} +5 -4
  675. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +3 -2
  676. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +3 -2
  677. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +3 -2
  678. package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +3 -2
  679. package/dist/serialization/resources/textToSpeech/client/requests/index.d.ts +2 -2
  680. package/dist/serialization/resources/textToSpeech/client/requests/index.js +5 -5
  681. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.d.ts +10 -0
  682. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.js +41 -0
  683. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +10 -0
  684. package/{serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.js → dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js} +2 -2
  685. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.d.ts +10 -0
  686. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.js +41 -0
  687. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +10 -0
  688. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +41 -0
  689. package/dist/serialization/resources/textToSpeech/types/index.d.ts +4 -4
  690. package/dist/serialization/resources/textToSpeech/types/index.js +4 -4
  691. package/dist/serialization/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.d.ts +1 -0
  692. package/dist/serialization/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.js +1 -0
  693. package/dist/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +1 -1
  694. package/dist/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -1
  695. package/dist/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +1 -1
  696. package/dist/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -1
  697. package/dist/serialization/types/AgentMetadata.d.ts +13 -0
  698. package/dist/serialization/types/AgentMetadata.js +44 -0
  699. package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +1 -0
  700. package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +1 -0
  701. package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +1 -0
  702. package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +1 -0
  703. package/dist/serialization/types/AgentSortBy.d.ts +10 -0
  704. package/dist/serialization/types/{ModelResponseModelConcurrencyGroup.js → AgentSortBy.js} +2 -2
  705. package/dist/serialization/types/AstAndOperatorNode.d.ts +12 -0
  706. package/dist/serialization/types/AstAndOperatorNode.js +44 -0
  707. package/dist/serialization/types/AstAndOperatorNodeChildrenItem.d.ts +54 -0
  708. package/dist/serialization/types/AstAndOperatorNodeChildrenItem.js +66 -0
  709. package/dist/serialization/types/AstBooleanNode.d.ts +12 -0
  710. package/{serialization/types/ModelResponseModelConcurrencyGroup.js → dist/serialization/types/AstBooleanNode.js} +4 -2
  711. package/dist/serialization/types/AstDynamicVariableNode.d.ts +12 -0
  712. package/dist/serialization/types/AstDynamicVariableNode.js +43 -0
  713. package/dist/serialization/types/AstEqualsOperatorNode.d.ts +13 -0
  714. package/dist/serialization/{resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js → types/AstEqualsOperatorNode.js} +7 -3
  715. package/dist/serialization/types/AstEqualsOperatorNodeLeft.d.ts +54 -0
  716. package/dist/serialization/types/AstEqualsOperatorNodeLeft.js +66 -0
  717. package/dist/serialization/types/AstEqualsOperatorNodeRight.d.ts +54 -0
  718. package/dist/serialization/types/AstEqualsOperatorNodeRight.js +66 -0
  719. package/dist/serialization/types/AstGreaterThanOperatorNode.d.ts +13 -0
  720. package/dist/serialization/types/AstGreaterThanOperatorNode.js +45 -0
  721. package/dist/serialization/types/AstGreaterThanOperatorNodeLeft.d.ts +54 -0
  722. package/dist/serialization/types/AstGreaterThanOperatorNodeLeft.js +66 -0
  723. package/dist/serialization/types/AstGreaterThanOperatorNodeRight.d.ts +54 -0
  724. package/dist/serialization/types/AstGreaterThanOperatorNodeRight.js +66 -0
  725. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNode.d.ts +13 -0
  726. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNode.js +45 -0
  727. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeLeft.d.ts +54 -0
  728. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeLeft.js +66 -0
  729. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeRight.d.ts +54 -0
  730. package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeRight.js +66 -0
  731. package/dist/serialization/types/AstLessThanOperatorNode.d.ts +13 -0
  732. package/dist/serialization/types/AstLessThanOperatorNode.js +45 -0
  733. package/dist/serialization/types/AstLessThanOperatorNodeLeft.d.ts +54 -0
  734. package/dist/serialization/types/AstLessThanOperatorNodeLeft.js +66 -0
  735. package/dist/serialization/types/AstLessThanOperatorNodeRight.d.ts +54 -0
  736. package/dist/serialization/types/AstLessThanOperatorNodeRight.js +66 -0
  737. package/dist/serialization/types/AstLessThanOrEqualsOperatorNode.d.ts +13 -0
  738. package/dist/serialization/types/AstLessThanOrEqualsOperatorNode.js +45 -0
  739. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeLeft.d.ts +54 -0
  740. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeLeft.js +66 -0
  741. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeRight.d.ts +54 -0
  742. package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeRight.js +66 -0
  743. package/dist/serialization/types/AstNotEqualsOperatorNode.d.ts +13 -0
  744. package/dist/serialization/types/AstNotEqualsOperatorNode.js +45 -0
  745. package/dist/serialization/types/AstNotEqualsOperatorNodeLeft.d.ts +54 -0
  746. package/dist/serialization/types/AstNotEqualsOperatorNodeLeft.js +66 -0
  747. package/dist/serialization/types/AstNotEqualsOperatorNodeRight.d.ts +54 -0
  748. package/dist/serialization/types/AstNotEqualsOperatorNodeRight.js +66 -0
  749. package/dist/serialization/types/AstNumberNode.d.ts +12 -0
  750. package/dist/serialization/types/AstNumberNode.js +43 -0
  751. package/dist/serialization/types/AstOrOperatorNode.d.ts +12 -0
  752. package/dist/serialization/types/AstOrOperatorNode.js +44 -0
  753. package/dist/serialization/types/AstOrOperatorNodeChildrenItem.d.ts +54 -0
  754. package/dist/serialization/types/AstOrOperatorNodeChildrenItem.js +66 -0
  755. package/dist/serialization/types/AstStringNode.d.ts +12 -0
  756. package/dist/serialization/types/AstStringNode.js +43 -0
  757. package/dist/serialization/types/AstllmNode.d.ts +12 -0
  758. package/dist/serialization/types/AstllmNode.js +43 -0
  759. package/dist/serialization/types/AttachedTestModel.d.ts +1 -0
  760. package/dist/serialization/types/AttachedTestModel.js +1 -0
  761. package/dist/serialization/types/BreakdownTypes.d.ts +1 -1
  762. package/dist/serialization/types/BreakdownTypes.js +1 -0
  763. package/dist/serialization/types/ConversationChargingCommonModel.d.ts +2 -0
  764. package/dist/serialization/types/ConversationChargingCommonModel.js +2 -0
  765. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -0
  766. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -0
  767. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -0
  768. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -0
  769. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
  770. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -1
  771. package/dist/serialization/types/ConversationalConfig.d.ts +2 -0
  772. package/dist/serialization/types/ConversationalConfig.js +2 -0
  773. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
  774. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverride.js +2 -0
  775. package/dist/serialization/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +1 -1
  776. package/dist/serialization/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -1
  777. package/dist/serialization/types/DependentAvailableToolIdentifierAccessLevel.d.ts +1 -1
  778. package/dist/serialization/types/DependentAvailableToolIdentifierAccessLevel.js +1 -1
  779. package/dist/serialization/types/GetConvAiSettingsResponseModel.d.ts +2 -0
  780. package/dist/serialization/types/GetConvAiSettingsResponseModel.js +2 -0
  781. package/dist/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -0
  782. package/dist/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.js +1 -0
  783. package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
  784. package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +2 -0
  785. package/dist/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +1 -1
  786. package/dist/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -1
  787. package/dist/serialization/types/GetSpeechHistoryResponse.d.ts +1 -0
  788. package/dist/serialization/types/GetSpeechHistoryResponse.js +1 -0
  789. package/dist/serialization/types/GetTestInvocationsPageResponseModel.d.ts +17 -0
  790. package/dist/serialization/types/GetTestInvocationsPageResponseModel.js +48 -0
  791. package/dist/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
  792. package/dist/serialization/types/GetTestSuiteInvocationResponseModel.js +1 -0
  793. package/dist/serialization/types/GetUnitTestResponseModel.d.ts +4 -0
  794. package/dist/serialization/types/GetUnitTestResponseModel.js +4 -0
  795. package/dist/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +1 -0
  796. package/dist/serialization/types/InboundSipTrunkConfigRequestModel.js +1 -0
  797. package/dist/serialization/types/KnowledgeBaseSortBy.d.ts +10 -0
  798. package/dist/serialization/types/KnowledgeBaseSortBy.js +41 -0
  799. package/dist/serialization/types/ListResponseMeta.d.ts +14 -0
  800. package/dist/serialization/types/ListResponseMeta.js +45 -0
  801. package/dist/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
  802. package/dist/serialization/types/LiteralJsonSchemaProperty.js +1 -0
  803. package/dist/serialization/types/LivekitStackType.d.ts +10 -0
  804. package/dist/serialization/types/LivekitStackType.js +41 -0
  805. package/dist/serialization/types/Llm.d.ts +1 -1
  806. package/dist/serialization/types/Llm.js +3 -0
  807. package/dist/serialization/types/LlmReasoningEffort.d.ts +10 -0
  808. package/dist/serialization/types/LlmReasoningEffort.js +41 -0
  809. package/dist/serialization/types/MatchAnythingParameterEvaluationStrategy.d.ts +11 -0
  810. package/dist/serialization/types/MatchAnythingParameterEvaluationStrategy.js +41 -0
  811. package/dist/serialization/types/McpServerConfigInput.d.ts +2 -0
  812. package/dist/serialization/types/McpServerConfigInput.js +2 -0
  813. package/dist/serialization/types/McpServerConfigOutput.d.ts +2 -0
  814. package/dist/serialization/types/McpServerConfigOutput.js +2 -0
  815. package/dist/serialization/types/Model.d.ts +1 -2
  816. package/dist/serialization/types/Model.js +1 -2
  817. package/dist/serialization/types/ModelSettingsResponseModel.d.ts +0 -1
  818. package/dist/serialization/types/ModelSettingsResponseModel.js +0 -1
  819. package/dist/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +1 -1
  820. package/dist/serialization/types/ProjectExtendedResponseModelAccessLevel.js +1 -1
  821. package/dist/serialization/types/ProjectResponseModelAccessLevel.d.ts +1 -1
  822. package/dist/serialization/types/ProjectResponseModelAccessLevel.js +1 -1
  823. package/dist/serialization/types/PromptAgentApiModelInput.d.ts +2 -0
  824. package/dist/serialization/types/PromptAgentApiModelInput.js +2 -0
  825. package/dist/serialization/types/PromptAgentApiModelOutput.d.ts +2 -0
  826. package/dist/serialization/types/PromptAgentApiModelOutput.js +2 -0
  827. package/dist/serialization/types/PromptAgentApiModelWorkflowOverride.d.ts +2 -0
  828. package/dist/serialization/types/PromptAgentApiModelWorkflowOverride.js +2 -0
  829. package/dist/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +1 -1
  830. package/dist/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -1
  831. package/dist/serialization/types/ResourceAccessInfoRole.d.ts +1 -1
  832. package/dist/serialization/types/ResourceAccessInfoRole.js +1 -1
  833. package/dist/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +1 -1
  834. package/dist/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -1
  835. package/dist/serialization/types/SipTrunkCredentialsRequestModel.d.ts +1 -1
  836. package/dist/serialization/types/SipTrunkCredentialsRequestModel.js +1 -1
  837. package/dist/serialization/types/SortDirection.d.ts +10 -0
  838. package/dist/serialization/types/SortDirection.js +41 -0
  839. package/dist/serialization/types/SubscriptionExtrasResponseModel.d.ts +1 -0
  840. package/dist/serialization/types/SubscriptionExtrasResponseModel.js +1 -0
  841. package/dist/serialization/types/SystemToolConfigInput.d.ts +1 -1
  842. package/dist/serialization/types/SystemToolConfigInput.js +1 -1
  843. package/dist/serialization/types/SystemToolConfigOutput.d.ts +1 -1
  844. package/dist/serialization/types/SystemToolConfigOutput.js +1 -1
  845. package/dist/serialization/types/TestFromConversationMetadataInput.d.ts +16 -0
  846. package/dist/serialization/types/TestFromConversationMetadataInput.js +47 -0
  847. package/dist/serialization/types/TestFromConversationMetadataOutput.d.ts +16 -0
  848. package/dist/serialization/types/TestFromConversationMetadataOutput.js +47 -0
  849. package/dist/serialization/types/TestInvocationSummaryResponseModel.d.ts +20 -0
  850. package/dist/serialization/types/TestInvocationSummaryResponseModel.js +51 -0
  851. package/dist/serialization/types/TextToSpeechRequest.d.ts +10 -0
  852. package/dist/serialization/types/TextToSpeechRequest.js +41 -0
  853. package/dist/serialization/types/TextToSpeechStreamWithTimestampsRequest.d.ts +10 -0
  854. package/dist/serialization/types/TextToSpeechStreamWithTimestampsRequest.js +41 -0
  855. package/dist/serialization/types/TextToSpeechWithTimestampsRequest.d.ts +10 -0
  856. package/dist/serialization/types/TextToSpeechWithTimestampsRequest.js +41 -0
  857. package/dist/serialization/types/TtsConversationalModel.d.ts +1 -1
  858. package/dist/serialization/types/TtsConversationalModel.js +7 -1
  859. package/dist/serialization/types/UnitTestCommonModelType.d.ts +10 -0
  860. package/dist/serialization/types/UnitTestCommonModelType.js +41 -0
  861. package/dist/serialization/types/UnitTestRunResponseModel.d.ts +1 -0
  862. package/dist/serialization/types/UnitTestRunResponseModel.js +1 -0
  863. package/dist/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -0
  864. package/dist/serialization/types/UnitTestSummaryResponseModel.js +2 -0
  865. package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +2 -1
  866. package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.js +2 -1
  867. package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +2 -1
  868. package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.js +2 -1
  869. package/dist/serialization/types/UnitTestToolCallParameterEval.d.ts +5 -1
  870. package/dist/serialization/types/UnitTestToolCallParameterEval.js +2 -0
  871. package/dist/serialization/types/VadConfig.d.ts +12 -0
  872. package/dist/serialization/types/VadConfig.js +43 -0
  873. package/dist/serialization/types/VadConfigWorkflowOverride.d.ts +12 -0
  874. package/dist/serialization/types/VadConfigWorkflowOverride.js +43 -0
  875. package/dist/serialization/types/WorkflowEdgeModelBackwardCondition.d.ts +5 -1
  876. package/dist/serialization/types/WorkflowEdgeModelBackwardCondition.js +2 -0
  877. package/dist/serialization/types/WorkflowEdgeModelForwardCondition.d.ts +5 -1
  878. package/dist/serialization/types/WorkflowEdgeModelForwardCondition.js +2 -0
  879. package/dist/serialization/types/WorkflowEndNodeModel.d.ts +1 -0
  880. package/dist/serialization/types/WorkflowEndNodeModel.js +1 -0
  881. package/dist/serialization/types/WorkflowExpressionConditionModel.d.ts +14 -0
  882. package/dist/serialization/types/WorkflowExpressionConditionModel.js +45 -0
  883. package/dist/serialization/types/WorkflowExpressionConditionModelExpression.d.ts +54 -0
  884. package/dist/serialization/types/WorkflowExpressionConditionModelExpression.js +66 -0
  885. package/dist/serialization/types/WorkflowOverrideAgentNodeModel.d.ts +1 -0
  886. package/dist/serialization/types/WorkflowOverrideAgentNodeModel.js +1 -0
  887. package/dist/serialization/types/WorkflowPhoneNumberNodeModel.d.ts +1 -0
  888. package/dist/serialization/types/WorkflowPhoneNumberNodeModel.js +1 -0
  889. package/dist/serialization/types/WorkflowStandaloneAgentNodeModel.d.ts +1 -0
  890. package/dist/serialization/types/WorkflowStandaloneAgentNodeModel.js +1 -0
  891. package/dist/serialization/types/WorkflowStartNodeModel.d.ts +1 -0
  892. package/dist/serialization/types/WorkflowStartNodeModel.js +1 -0
  893. package/dist/serialization/types/WorkflowToolNodeModel.d.ts +1 -0
  894. package/dist/serialization/types/WorkflowToolNodeModel.js +1 -0
  895. package/dist/serialization/types/index.d.ts +47 -1
  896. package/dist/serialization/types/index.js +47 -1
  897. package/dist/version.d.ts +1 -1
  898. package/dist/version.js +1 -1
  899. package/dist/wrapper/ElevenLabsClient.d.ts +0 -6
  900. package/package.json +2 -2
  901. package/reference.md +1340 -107
  902. package/serialization/resources/audioNative/index.d.ts +1 -0
  903. package/serialization/resources/audioNative/index.js +17 -0
  904. package/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +10 -0
  905. package/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.js +41 -0
  906. package/serialization/resources/audioNative/types/index.d.ts +1 -0
  907. package/serialization/resources/audioNative/types/index.js +17 -0
  908. package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -1
  909. package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +1 -1
  910. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +15 -0
  911. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +46 -0
  912. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
  913. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +3 -1
  914. package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +6 -0
  915. package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +6 -0
  916. package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +2 -0
  917. package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +2 -0
  918. package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +4 -0
  919. package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +4 -0
  920. package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +4 -0
  921. package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +4 -0
  922. package/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -1
  923. package/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.js +1 -0
  924. package/serialization/resources/dubbing/types/DubbingCreateRequestMode.d.ts +10 -0
  925. package/serialization/resources/dubbing/types/DubbingCreateRequestMode.js +41 -0
  926. package/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +10 -0
  927. package/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.js +41 -0
  928. package/serialization/resources/dubbing/types/index.d.ts +2 -0
  929. package/serialization/resources/dubbing/types/index.js +2 -0
  930. package/serialization/resources/history/types/HistoryListRequestSortDirection.d.ts +10 -0
  931. package/serialization/resources/history/types/HistoryListRequestSortDirection.js +41 -0
  932. package/serialization/resources/history/types/index.d.ts +1 -0
  933. package/serialization/resources/history/types/index.js +1 -0
  934. package/serialization/resources/index.d.ts +2 -0
  935. package/serialization/resources/index.js +3 -1
  936. package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +3 -0
  937. package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +3 -0
  938. package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -0
  939. package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +2 -0
  940. package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -0
  941. package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +2 -0
  942. package/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +1 -1
  943. package/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -1
  944. package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +1 -1
  945. package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -1
  946. package/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +2 -0
  947. package/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js +2 -0
  948. package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.d.ts +10 -0
  949. package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.js +41 -0
  950. package/serialization/resources/studio/types/index.d.ts +1 -0
  951. package/serialization/resources/studio/types/index.js +1 -0
  952. package/serialization/resources/textToSpeech/client/requests/{TextToSpeechRequest.d.ts → BodyTextToSpeechFull.d.ts} +5 -4
  953. package/serialization/resources/textToSpeech/client/requests/{TextToSpeechRequest.js → BodyTextToSpeechFull.js} +5 -4
  954. package/{dist/serialization/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.d.ts → serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts} +5 -4
  955. package/serialization/resources/textToSpeech/client/requests/{TextToSpeechWithTimestampsRequest.js → BodyTextToSpeechFullWithTimestamps.js} +5 -4
  956. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +3 -2
  957. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +3 -2
  958. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +3 -2
  959. package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +3 -2
  960. package/serialization/resources/textToSpeech/client/requests/index.d.ts +2 -2
  961. package/serialization/resources/textToSpeech/client/requests/index.js +5 -5
  962. package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.d.ts +10 -0
  963. package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.js +41 -0
  964. package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +10 -0
  965. package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +41 -0
  966. package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.d.ts +10 -0
  967. package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.js +41 -0
  968. package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +10 -0
  969. package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +41 -0
  970. package/serialization/resources/textToSpeech/types/index.d.ts +4 -4
  971. package/serialization/resources/textToSpeech/types/index.js +4 -4
  972. package/serialization/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.d.ts +1 -0
  973. package/serialization/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.js +1 -0
  974. package/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +1 -1
  975. package/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -1
  976. package/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +1 -1
  977. package/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -1
  978. package/serialization/types/AgentMetadata.d.ts +13 -0
  979. package/serialization/types/AgentMetadata.js +44 -0
  980. package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +1 -0
  981. package/serialization/types/AgentPlatformSettingsRequestModel.js +1 -0
  982. package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +1 -0
  983. package/serialization/types/AgentPlatformSettingsResponseModel.js +1 -0
  984. package/serialization/types/AgentSortBy.d.ts +10 -0
  985. package/serialization/types/AgentSortBy.js +41 -0
  986. package/serialization/types/AstAndOperatorNode.d.ts +12 -0
  987. package/serialization/types/AstAndOperatorNode.js +44 -0
  988. package/serialization/types/AstAndOperatorNodeChildrenItem.d.ts +54 -0
  989. package/serialization/types/AstAndOperatorNodeChildrenItem.js +66 -0
  990. package/serialization/types/AstBooleanNode.d.ts +12 -0
  991. package/serialization/types/AstBooleanNode.js +43 -0
  992. package/serialization/types/AstDynamicVariableNode.d.ts +12 -0
  993. package/serialization/types/AstDynamicVariableNode.js +43 -0
  994. package/serialization/types/AstEqualsOperatorNode.d.ts +13 -0
  995. package/serialization/types/AstEqualsOperatorNode.js +45 -0
  996. package/serialization/types/AstEqualsOperatorNodeLeft.d.ts +54 -0
  997. package/serialization/types/AstEqualsOperatorNodeLeft.js +66 -0
  998. package/serialization/types/AstEqualsOperatorNodeRight.d.ts +54 -0
  999. package/serialization/types/AstEqualsOperatorNodeRight.js +66 -0
  1000. package/serialization/types/AstGreaterThanOperatorNode.d.ts +13 -0
  1001. package/serialization/types/AstGreaterThanOperatorNode.js +45 -0
  1002. package/serialization/types/AstGreaterThanOperatorNodeLeft.d.ts +54 -0
  1003. package/serialization/types/AstGreaterThanOperatorNodeLeft.js +66 -0
  1004. package/serialization/types/AstGreaterThanOperatorNodeRight.d.ts +54 -0
  1005. package/serialization/types/AstGreaterThanOperatorNodeRight.js +66 -0
  1006. package/serialization/types/AstGreaterThanOrEqualsOperatorNode.d.ts +13 -0
  1007. package/serialization/types/AstGreaterThanOrEqualsOperatorNode.js +45 -0
  1008. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeLeft.d.ts +54 -0
  1009. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeLeft.js +66 -0
  1010. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeRight.d.ts +54 -0
  1011. package/serialization/types/AstGreaterThanOrEqualsOperatorNodeRight.js +66 -0
  1012. package/serialization/types/AstLessThanOperatorNode.d.ts +13 -0
  1013. package/serialization/types/AstLessThanOperatorNode.js +45 -0
  1014. package/serialization/types/AstLessThanOperatorNodeLeft.d.ts +54 -0
  1015. package/serialization/types/AstLessThanOperatorNodeLeft.js +66 -0
  1016. package/serialization/types/AstLessThanOperatorNodeRight.d.ts +54 -0
  1017. package/serialization/types/AstLessThanOperatorNodeRight.js +66 -0
  1018. package/serialization/types/AstLessThanOrEqualsOperatorNode.d.ts +13 -0
  1019. package/serialization/types/AstLessThanOrEqualsOperatorNode.js +45 -0
  1020. package/serialization/types/AstLessThanOrEqualsOperatorNodeLeft.d.ts +54 -0
  1021. package/serialization/types/AstLessThanOrEqualsOperatorNodeLeft.js +66 -0
  1022. package/serialization/types/AstLessThanOrEqualsOperatorNodeRight.d.ts +54 -0
  1023. package/serialization/types/AstLessThanOrEqualsOperatorNodeRight.js +66 -0
  1024. package/serialization/types/AstNotEqualsOperatorNode.d.ts +13 -0
  1025. package/serialization/types/AstNotEqualsOperatorNode.js +45 -0
  1026. package/serialization/types/AstNotEqualsOperatorNodeLeft.d.ts +54 -0
  1027. package/serialization/types/AstNotEqualsOperatorNodeLeft.js +66 -0
  1028. package/serialization/types/AstNotEqualsOperatorNodeRight.d.ts +54 -0
  1029. package/serialization/types/AstNotEqualsOperatorNodeRight.js +66 -0
  1030. package/serialization/types/AstNumberNode.d.ts +12 -0
  1031. package/serialization/types/AstNumberNode.js +43 -0
  1032. package/serialization/types/AstOrOperatorNode.d.ts +12 -0
  1033. package/serialization/types/AstOrOperatorNode.js +44 -0
  1034. package/serialization/types/AstOrOperatorNodeChildrenItem.d.ts +54 -0
  1035. package/serialization/types/AstOrOperatorNodeChildrenItem.js +66 -0
  1036. package/serialization/types/AstStringNode.d.ts +12 -0
  1037. package/serialization/types/AstStringNode.js +43 -0
  1038. package/serialization/types/AstllmNode.d.ts +12 -0
  1039. package/serialization/types/AstllmNode.js +43 -0
  1040. package/serialization/types/AttachedTestModel.d.ts +1 -0
  1041. package/serialization/types/AttachedTestModel.js +1 -0
  1042. package/serialization/types/BreakdownTypes.d.ts +1 -1
  1043. package/serialization/types/BreakdownTypes.js +1 -0
  1044. package/serialization/types/ConversationChargingCommonModel.d.ts +2 -0
  1045. package/serialization/types/ConversationChargingCommonModel.js +2 -0
  1046. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -0
  1047. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -0
  1048. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -0
  1049. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -0
  1050. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
  1051. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -1
  1052. package/serialization/types/ConversationalConfig.d.ts +2 -0
  1053. package/serialization/types/ConversationalConfig.js +2 -0
  1054. package/serialization/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
  1055. package/serialization/types/ConversationalConfigApiModelWorkflowOverride.js +2 -0
  1056. package/serialization/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +1 -1
  1057. package/serialization/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -1
  1058. package/serialization/types/DependentAvailableToolIdentifierAccessLevel.d.ts +1 -1
  1059. package/serialization/types/DependentAvailableToolIdentifierAccessLevel.js +1 -1
  1060. package/serialization/types/GetConvAiSettingsResponseModel.d.ts +2 -0
  1061. package/serialization/types/GetConvAiSettingsResponseModel.js +2 -0
  1062. package/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -0
  1063. package/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.js +1 -0
  1064. package/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
  1065. package/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +2 -0
  1066. package/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +1 -1
  1067. package/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -1
  1068. package/serialization/types/GetSpeechHistoryResponse.d.ts +1 -0
  1069. package/serialization/types/GetSpeechHistoryResponse.js +1 -0
  1070. package/serialization/types/GetTestInvocationsPageResponseModel.d.ts +17 -0
  1071. package/serialization/types/GetTestInvocationsPageResponseModel.js +48 -0
  1072. package/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
  1073. package/serialization/types/GetTestSuiteInvocationResponseModel.js +1 -0
  1074. package/serialization/types/GetUnitTestResponseModel.d.ts +4 -0
  1075. package/serialization/types/GetUnitTestResponseModel.js +4 -0
  1076. package/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +1 -0
  1077. package/serialization/types/InboundSipTrunkConfigRequestModel.js +1 -0
  1078. package/serialization/types/KnowledgeBaseSortBy.d.ts +10 -0
  1079. package/serialization/types/KnowledgeBaseSortBy.js +41 -0
  1080. package/serialization/types/ListResponseMeta.d.ts +14 -0
  1081. package/serialization/types/ListResponseMeta.js +45 -0
  1082. package/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
  1083. package/serialization/types/LiteralJsonSchemaProperty.js +1 -0
  1084. package/serialization/types/LivekitStackType.d.ts +10 -0
  1085. package/serialization/types/LivekitStackType.js +41 -0
  1086. package/serialization/types/Llm.d.ts +1 -1
  1087. package/serialization/types/Llm.js +3 -0
  1088. package/serialization/types/LlmReasoningEffort.d.ts +10 -0
  1089. package/serialization/types/LlmReasoningEffort.js +41 -0
  1090. package/serialization/types/MatchAnythingParameterEvaluationStrategy.d.ts +11 -0
  1091. package/serialization/types/MatchAnythingParameterEvaluationStrategy.js +41 -0
  1092. package/serialization/types/McpServerConfigInput.d.ts +2 -0
  1093. package/serialization/types/McpServerConfigInput.js +2 -0
  1094. package/serialization/types/McpServerConfigOutput.d.ts +2 -0
  1095. package/serialization/types/McpServerConfigOutput.js +2 -0
  1096. package/serialization/types/Model.d.ts +1 -2
  1097. package/serialization/types/Model.js +1 -2
  1098. package/serialization/types/ModelSettingsResponseModel.d.ts +0 -1
  1099. package/serialization/types/ModelSettingsResponseModel.js +0 -1
  1100. package/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +1 -1
  1101. package/serialization/types/ProjectExtendedResponseModelAccessLevel.js +1 -1
  1102. package/serialization/types/ProjectResponseModelAccessLevel.d.ts +1 -1
  1103. package/serialization/types/ProjectResponseModelAccessLevel.js +1 -1
  1104. package/serialization/types/PromptAgentApiModelInput.d.ts +2 -0
  1105. package/serialization/types/PromptAgentApiModelInput.js +2 -0
  1106. package/serialization/types/PromptAgentApiModelOutput.d.ts +2 -0
  1107. package/serialization/types/PromptAgentApiModelOutput.js +2 -0
  1108. package/serialization/types/PromptAgentApiModelWorkflowOverride.d.ts +2 -0
  1109. package/serialization/types/PromptAgentApiModelWorkflowOverride.js +2 -0
  1110. package/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +1 -1
  1111. package/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -1
  1112. package/serialization/types/ResourceAccessInfoRole.d.ts +1 -1
  1113. package/serialization/types/ResourceAccessInfoRole.js +1 -1
  1114. package/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +1 -1
  1115. package/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -1
  1116. package/serialization/types/SipTrunkCredentialsRequestModel.d.ts +1 -1
  1117. package/serialization/types/SipTrunkCredentialsRequestModel.js +1 -1
  1118. package/serialization/types/SortDirection.d.ts +10 -0
  1119. package/serialization/types/SortDirection.js +41 -0
  1120. package/serialization/types/SubscriptionExtrasResponseModel.d.ts +1 -0
  1121. package/serialization/types/SubscriptionExtrasResponseModel.js +1 -0
  1122. package/serialization/types/SystemToolConfigInput.d.ts +1 -1
  1123. package/serialization/types/SystemToolConfigInput.js +1 -1
  1124. package/serialization/types/SystemToolConfigOutput.d.ts +1 -1
  1125. package/serialization/types/SystemToolConfigOutput.js +1 -1
  1126. package/serialization/types/TestFromConversationMetadataInput.d.ts +16 -0
  1127. package/serialization/types/TestFromConversationMetadataInput.js +47 -0
  1128. package/serialization/types/TestFromConversationMetadataOutput.d.ts +16 -0
  1129. package/serialization/types/TestFromConversationMetadataOutput.js +47 -0
  1130. package/serialization/types/TestInvocationSummaryResponseModel.d.ts +20 -0
  1131. package/serialization/types/TestInvocationSummaryResponseModel.js +51 -0
  1132. package/serialization/types/TextToSpeechRequest.d.ts +10 -0
  1133. package/serialization/types/TextToSpeechRequest.js +41 -0
  1134. package/serialization/types/TextToSpeechStreamWithTimestampsRequest.d.ts +10 -0
  1135. package/serialization/types/TextToSpeechStreamWithTimestampsRequest.js +41 -0
  1136. package/serialization/types/TextToSpeechWithTimestampsRequest.d.ts +10 -0
  1137. package/serialization/types/TextToSpeechWithTimestampsRequest.js +41 -0
  1138. package/serialization/types/TtsConversationalModel.d.ts +1 -1
  1139. package/serialization/types/TtsConversationalModel.js +7 -1
  1140. package/serialization/types/UnitTestCommonModelType.d.ts +10 -0
  1141. package/serialization/types/UnitTestCommonModelType.js +41 -0
  1142. package/serialization/types/UnitTestRunResponseModel.d.ts +1 -0
  1143. package/serialization/types/UnitTestRunResponseModel.js +1 -0
  1144. package/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -0
  1145. package/serialization/types/UnitTestSummaryResponseModel.js +2 -0
  1146. package/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +2 -1
  1147. package/serialization/types/UnitTestToolCallEvaluationModelInput.js +2 -1
  1148. package/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +2 -1
  1149. package/serialization/types/UnitTestToolCallEvaluationModelOutput.js +2 -1
  1150. package/serialization/types/UnitTestToolCallParameterEval.d.ts +5 -1
  1151. package/serialization/types/UnitTestToolCallParameterEval.js +2 -0
  1152. package/serialization/types/VadConfig.d.ts +12 -0
  1153. package/serialization/types/VadConfig.js +43 -0
  1154. package/serialization/types/VadConfigWorkflowOverride.d.ts +12 -0
  1155. package/serialization/types/VadConfigWorkflowOverride.js +43 -0
  1156. package/serialization/types/WorkflowEdgeModelBackwardCondition.d.ts +5 -1
  1157. package/serialization/types/WorkflowEdgeModelBackwardCondition.js +2 -0
  1158. package/serialization/types/WorkflowEdgeModelForwardCondition.d.ts +5 -1
  1159. package/serialization/types/WorkflowEdgeModelForwardCondition.js +2 -0
  1160. package/serialization/types/WorkflowEndNodeModel.d.ts +1 -0
  1161. package/serialization/types/WorkflowEndNodeModel.js +1 -0
  1162. package/serialization/types/WorkflowExpressionConditionModel.d.ts +14 -0
  1163. package/serialization/types/WorkflowExpressionConditionModel.js +45 -0
  1164. package/serialization/types/WorkflowExpressionConditionModelExpression.d.ts +54 -0
  1165. package/serialization/types/WorkflowExpressionConditionModelExpression.js +66 -0
  1166. package/serialization/types/WorkflowOverrideAgentNodeModel.d.ts +1 -0
  1167. package/serialization/types/WorkflowOverrideAgentNodeModel.js +1 -0
  1168. package/serialization/types/WorkflowPhoneNumberNodeModel.d.ts +1 -0
  1169. package/serialization/types/WorkflowPhoneNumberNodeModel.js +1 -0
  1170. package/serialization/types/WorkflowStandaloneAgentNodeModel.d.ts +1 -0
  1171. package/serialization/types/WorkflowStandaloneAgentNodeModel.js +1 -0
  1172. package/serialization/types/WorkflowStartNodeModel.d.ts +1 -0
  1173. package/serialization/types/WorkflowStartNodeModel.js +1 -0
  1174. package/serialization/types/WorkflowToolNodeModel.d.ts +1 -0
  1175. package/serialization/types/WorkflowToolNodeModel.js +1 -0
  1176. package/serialization/types/index.d.ts +47 -1
  1177. package/serialization/types/index.js +47 -1
  1178. package/version.d.ts +1 -1
  1179. package/version.js +1 -1
  1180. package/wrapper/ElevenLabsClient.d.ts +0 -6
  1181. package/api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts +0 -12
  1182. package/api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js +0 -11
  1183. package/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts +0 -12
  1184. package/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js +0 -11
  1185. package/api/types/ModelResponseModelConcurrencyGroup.d.ts +0 -11
  1186. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts +0 -12
  1187. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js +0 -11
  1188. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts +0 -12
  1189. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js +0 -11
  1190. package/dist/api/types/ModelResponseModelConcurrencyGroup.d.ts +0 -11
  1191. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.d.ts +0 -10
  1192. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts +0 -10
  1193. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.d.ts +0 -10
  1194. package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts +0 -10
  1195. package/dist/serialization/types/ModelResponseModelConcurrencyGroup.d.ts +0 -10
  1196. package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.d.ts +0 -10
  1197. package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts +0 -10
  1198. package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js +0 -41
  1199. package/serialization/resources/textToSpeech/types/BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.d.ts +0 -10
  1200. package/serialization/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts +0 -10
  1201. package/serialization/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js +0 -41
  1202. package/serialization/types/ModelResponseModelConcurrencyGroup.d.ts +0 -10
  1203. /package/api/resources/{textToSpeech/client/requests/TextToSpeechRequest.js → conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js} +0 -0
  1204. /package/api/resources/{textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js → conversationalAi/resources/tests/resources/invocations/client/requests/InvocationsListRequest.js} +0 -0
  1205. /package/{dist/api/resources/textToSpeech/client/requests/TextToSpeechRequest.js → api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js} +0 -0
  1206. /package/{dist/api/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js → api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js} +0 -0
@@ -3,7 +3,9 @@
3
3
  */
4
4
  /**
5
5
  * @example
6
- * {}
6
+ * {
7
+ * force: true
8
+ * }
7
9
  */
8
10
  export interface DocumentsDeleteRequest {
9
11
  /**
@@ -3,7 +3,10 @@
3
3
  */
4
4
  /**
5
5
  * @example
6
- * {}
6
+ * {
7
+ * cursor: "cursor",
8
+ * pageSize: 1
9
+ * }
7
10
  */
8
11
  export interface DocumentsGetAgentsRequest {
9
12
  /**
@@ -3,7 +3,9 @@
3
3
  */
4
4
  /**
5
5
  * @example
6
- * {}
6
+ * {
7
+ * agentId: "agent_id"
8
+ * }
7
9
  */
8
10
  export interface DocumentsGetRequest {
9
11
  agentId?: string;
@@ -82,4 +82,18 @@ export declare class McpServers {
82
82
  */
83
83
  get(mcpServerId: string, requestOptions?: McpServers.RequestOptions): core.HttpResponsePromise<ElevenLabs.McpServerResponseModel>;
84
84
  private __get;
85
+ /**
86
+ * Update the configuration settings for an MCP server.
87
+ *
88
+ * @param {string} mcpServerId - ID of the MCP Server.
89
+ * @param {ElevenLabs.conversationalAi.McpServerConfigUpdateRequestModel} request
90
+ * @param {McpServers.RequestOptions} requestOptions - Request-specific configuration.
91
+ *
92
+ * @throws {@link ElevenLabs.UnprocessableEntityError}
93
+ *
94
+ * @example
95
+ * await client.conversationalAi.mcpServers.update("mcp_server_id")
96
+ */
97
+ update(mcpServerId: string, request?: ElevenLabs.conversationalAi.McpServerConfigUpdateRequestModel, requestOptions?: McpServers.RequestOptions): core.HttpResponsePromise<ElevenLabs.McpServerResponseModel>;
98
+ private __update;
85
99
  }
@@ -290,5 +290,81 @@ class McpServers {
290
290
  }
291
291
  });
292
292
  }
293
+ /**
294
+ * Update the configuration settings for an MCP server.
295
+ *
296
+ * @param {string} mcpServerId - ID of the MCP Server.
297
+ * @param {ElevenLabs.conversationalAi.McpServerConfigUpdateRequestModel} request
298
+ * @param {McpServers.RequestOptions} requestOptions - Request-specific configuration.
299
+ *
300
+ * @throws {@link ElevenLabs.UnprocessableEntityError}
301
+ *
302
+ * @example
303
+ * await client.conversationalAi.mcpServers.update("mcp_server_id")
304
+ */
305
+ update(mcpServerId, request = {}, requestOptions) {
306
+ return core.HttpResponsePromise.fromPromise(this.__update(mcpServerId, request, requestOptions));
307
+ }
308
+ __update(mcpServerId_1) {
309
+ return __awaiter(this, arguments, void 0, function* (mcpServerId, request = {}, requestOptions) {
310
+ var _a, _b, _c;
311
+ const _response = yield core.fetcher({
312
+ url: core.url.join((_b = (_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.ElevenLabsEnvironment.Production, `v1/convai/mcp-servers/${encodeURIComponent(mcpServerId)}`),
313
+ method: "PATCH",
314
+ headers: (0, headers_1.mergeHeaders)((_c = this._options) === null || _c === void 0 ? void 0 : _c.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "xi-api-key": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
315
+ contentType: "application/json",
316
+ requestType: "json",
317
+ body: serializers.conversationalAi.McpServerConfigUpdateRequestModel.jsonOrThrow(request, {
318
+ unrecognizedObjectKeys: "strip",
319
+ }),
320
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 240000,
321
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
322
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
323
+ });
324
+ if (_response.ok) {
325
+ return {
326
+ data: serializers.McpServerResponseModel.parseOrThrow(_response.body, {
327
+ unrecognizedObjectKeys: "passthrough",
328
+ allowUnrecognizedUnionMembers: true,
329
+ allowUnrecognizedEnumValues: true,
330
+ breadcrumbsPrefix: ["response"],
331
+ }),
332
+ rawResponse: _response.rawResponse,
333
+ };
334
+ }
335
+ if (_response.error.reason === "status-code") {
336
+ switch (_response.error.statusCode) {
337
+ case 422:
338
+ throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
339
+ unrecognizedObjectKeys: "passthrough",
340
+ allowUnrecognizedUnionMembers: true,
341
+ allowUnrecognizedEnumValues: true,
342
+ breadcrumbsPrefix: ["response"],
343
+ }), _response.rawResponse);
344
+ default:
345
+ throw new errors.ElevenLabsError({
346
+ statusCode: _response.error.statusCode,
347
+ body: _response.error.body,
348
+ rawResponse: _response.rawResponse,
349
+ });
350
+ }
351
+ }
352
+ switch (_response.error.reason) {
353
+ case "non-json":
354
+ throw new errors.ElevenLabsError({
355
+ statusCode: _response.error.statusCode,
356
+ body: _response.error.rawBody,
357
+ rawResponse: _response.rawResponse,
358
+ });
359
+ case "timeout":
360
+ throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling PATCH /v1/convai/mcp-servers/{mcp_server_id}.");
361
+ case "unknown":
362
+ throw new errors.ElevenLabsError({
363
+ message: _response.error.errorMessage,
364
+ rawResponse: _response.rawResponse,
365
+ });
366
+ }
367
+ });
368
+ }
293
369
  }
294
370
  exports.McpServers = McpServers;
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as ElevenLabs from "../../../../../../index";
5
+ /**
6
+ * @example
7
+ * {}
8
+ */
9
+ export interface McpServerConfigUpdateRequestModel {
10
+ /** The approval mode to set for the MCP server */
11
+ approvalPolicy?: ElevenLabs.McpApprovalPolicy;
12
+ /** Whether to force pre-tool speech for all tools from this MCP server */
13
+ forcePreToolSpeech?: boolean;
14
+ /** Whether to disable interruptions for all tools from this MCP server */
15
+ disableInterruptions?: boolean;
16
+ }
@@ -1 +1,2 @@
1
1
  export { type McpServerRequestModel } from "./McpServerRequestModel";
2
+ export { type McpServerConfigUpdateRequestModel } from "./McpServerConfigUpdateRequestModel";
@@ -31,7 +31,7 @@ export declare class ApprovalPolicy {
31
31
  protected readonly _options: ApprovalPolicy.Options;
32
32
  constructor(_options?: ApprovalPolicy.Options);
33
33
  /**
34
- * Update the approval policy configuration for an MCP server.
34
+ * Update the approval policy configuration for an MCP server. DEPRECATED: Use PATCH /mcp-servers/{id} endpoint instead.
35
35
  *
36
36
  * @param {string} mcpServerId - ID of the MCP Server.
37
37
  * @param {ElevenLabs.conversationalAi.mcpServers.McpApprovalPolicyUpdateRequestModel} request
@@ -57,7 +57,7 @@ class ApprovalPolicy {
57
57
  this._options = _options;
58
58
  }
59
59
  /**
60
- * Update the approval policy configuration for an MCP server.
60
+ * Update the approval policy configuration for an MCP server. DEPRECATED: Use PATCH /mcp-servers/{id} endpoint instead.
61
61
  *
62
62
  * @param {string} mcpServerId - ID of the MCP Server.
63
63
  * @param {ElevenLabs.conversationalAi.mcpServers.McpApprovalPolicyUpdateRequestModel} request
@@ -88,7 +88,7 @@ export declare class PhoneNumbers {
88
88
  delete(phoneNumberId: string, requestOptions?: PhoneNumbers.RequestOptions): core.HttpResponsePromise<unknown>;
89
89
  private __delete;
90
90
  /**
91
- * Update Phone Number details by ID
91
+ * Update assigned agent of a phone number
92
92
  *
93
93
  * @param {string} phoneNumberId - The id of an agent. This is returned on agent creation.
94
94
  * @param {ElevenLabs.conversationalAi.UpdatePhoneNumberRequest} request
@@ -339,7 +339,7 @@ class PhoneNumbers {
339
339
  });
340
340
  }
341
341
  /**
342
- * Update Phone Number details by ID
342
+ * Update assigned agent of a phone number
343
343
  *
344
344
  * @param {string} phoneNumberId - The id of an agent. This is returned on agent creation.
345
345
  * @param {ElevenLabs.conversationalAi.UpdatePhoneNumberRequest} request
@@ -1,10 +1,14 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ import * as ElevenLabs from "../../../../../../index";
4
5
  /**
5
6
  * @example
6
7
  * {}
7
8
  */
8
9
  export interface UpdatePhoneNumberRequest {
9
10
  agentId?: string;
11
+ inboundTrunkConfig?: ElevenLabs.InboundSipTrunkConfigRequestModel;
12
+ outboundTrunkConfig?: ElevenLabs.OutboundSipTrunkConfigRequestModel;
13
+ livekitStack?: ElevenLabs.LivekitStackType;
10
14
  }
@@ -12,4 +12,5 @@ export interface PatchConvAiSettingsRequest {
12
12
  /** Whether the workspace can use MCP servers */
13
13
  canUseMcpServers?: boolean;
14
14
  ragRetentionPeriodDays?: number;
15
+ defaultLivekitStack?: ElevenLabs.LivekitStackType;
15
16
  }
@@ -140,7 +140,11 @@ export declare class Tests {
140
140
  * @throws {@link ElevenLabs.UnprocessableEntityError}
141
141
  *
142
142
  * @example
143
- * await client.conversationalAi.tests.list()
143
+ * await client.conversationalAi.tests.list({
144
+ * cursor: "cursor",
145
+ * pageSize: 1,
146
+ * search: "search"
147
+ * })
144
148
  */
145
149
  list(request?: ElevenLabs.conversationalAi.TestsListRequest, requestOptions?: Tests.RequestOptions): core.HttpResponsePromise<ElevenLabs.GetTestsPageResponseModel>;
146
150
  private __list;
@@ -460,7 +460,11 @@ class Tests {
460
460
  * @throws {@link ElevenLabs.UnprocessableEntityError}
461
461
  *
462
462
  * @example
463
- * await client.conversationalAi.tests.list()
463
+ * await client.conversationalAi.tests.list({
464
+ * cursor: "cursor",
465
+ * pageSize: 1,
466
+ * search: "search"
467
+ * })
464
468
  */
465
469
  list(request = {}, requestOptions) {
466
470
  return core.HttpResponsePromise.fromPromise(this.__list(request, requestOptions));
@@ -33,5 +33,8 @@ export interface CreateUnitTestRequest {
33
33
  toolCallParameters?: ElevenLabs.UnitTestToolCallEvaluationModelInput;
34
34
  /** Dynamic variables to replace in the agent config during testing */
35
35
  dynamicVariables?: Record<string, ElevenLabs.conversationalAi.CreateUnitTestRequestDynamicVariablesValue | undefined>;
36
+ type?: ElevenLabs.UnitTestCommonModelType;
37
+ /** Metadata of a conversation this test was created from (if applicable). */
38
+ fromConversationMetadata?: ElevenLabs.TestFromConversationMetadataInput;
36
39
  name: string;
37
40
  }
@@ -3,7 +3,11 @@
3
3
  */
4
4
  /**
5
5
  * @example
6
- * {}
6
+ * {
7
+ * cursor: "cursor",
8
+ * pageSize: 1,
9
+ * search: "search"
10
+ * }
7
11
  */
8
12
  export interface TestsListRequest {
9
13
  /**
@@ -33,5 +33,8 @@ export interface UpdateUnitTestRequest {
33
33
  toolCallParameters?: ElevenLabs.UnitTestToolCallEvaluationModelInput;
34
34
  /** Dynamic variables to replace in the agent config during testing */
35
35
  dynamicVariables?: Record<string, ElevenLabs.conversationalAi.UpdateUnitTestRequestDynamicVariablesValue | undefined>;
36
+ type?: ElevenLabs.UnitTestCommonModelType;
37
+ /** Metadata of a conversation this test was created from (if applicable). */
38
+ fromConversationMetadata?: ElevenLabs.TestFromConversationMetadataInput;
36
39
  name: string;
37
40
  }
@@ -30,6 +30,23 @@ export declare namespace Invocations {
30
30
  export declare class Invocations {
31
31
  protected readonly _options: Invocations.Options;
32
32
  constructor(_options?: Invocations.Options);
33
+ /**
34
+ * Lists all test invocations with pagination support and optional search filtering.
35
+ *
36
+ * @param {ElevenLabs.conversationalAi.tests.InvocationsListRequest} request
37
+ * @param {Invocations.RequestOptions} requestOptions - Request-specific configuration.
38
+ *
39
+ * @throws {@link ElevenLabs.UnprocessableEntityError}
40
+ *
41
+ * @example
42
+ * await client.conversationalAi.tests.invocations.list({
43
+ * agentId: "agent_id",
44
+ * pageSize: 1,
45
+ * cursor: "cursor"
46
+ * })
47
+ */
48
+ list(request: ElevenLabs.conversationalAi.tests.InvocationsListRequest, requestOptions?: Invocations.RequestOptions): core.HttpResponsePromise<ElevenLabs.GetTestInvocationsPageResponseModel>;
49
+ private __list;
33
50
  /**
34
51
  * Gets a test invocation by ID.
35
52
  *
@@ -56,6 +56,90 @@ class Invocations {
56
56
  constructor(_options = {}) {
57
57
  this._options = _options;
58
58
  }
59
+ /**
60
+ * Lists all test invocations with pagination support and optional search filtering.
61
+ *
62
+ * @param {ElevenLabs.conversationalAi.tests.InvocationsListRequest} request
63
+ * @param {Invocations.RequestOptions} requestOptions - Request-specific configuration.
64
+ *
65
+ * @throws {@link ElevenLabs.UnprocessableEntityError}
66
+ *
67
+ * @example
68
+ * await client.conversationalAi.tests.invocations.list({
69
+ * agentId: "agent_id",
70
+ * pageSize: 1,
71
+ * cursor: "cursor"
72
+ * })
73
+ */
74
+ list(request, requestOptions) {
75
+ return core.HttpResponsePromise.fromPromise(this.__list(request, requestOptions));
76
+ }
77
+ __list(request, requestOptions) {
78
+ return __awaiter(this, void 0, void 0, function* () {
79
+ var _a, _b, _c;
80
+ const { agentId, pageSize, cursor } = request;
81
+ const _queryParams = {};
82
+ _queryParams["agent_id"] = agentId;
83
+ if (pageSize != null) {
84
+ _queryParams["page_size"] = pageSize.toString();
85
+ }
86
+ if (cursor != null) {
87
+ _queryParams["cursor"] = cursor;
88
+ }
89
+ const _response = yield core.fetcher({
90
+ url: core.url.join((_b = (_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.ElevenLabsEnvironment.Production, "v1/convai/test-invocations"),
91
+ method: "GET",
92
+ headers: (0, headers_1.mergeHeaders)((_c = this._options) === null || _c === void 0 ? void 0 : _c.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "xi-api-key": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
93
+ queryParameters: _queryParams,
94
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 240000,
95
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
96
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
97
+ });
98
+ if (_response.ok) {
99
+ return {
100
+ data: serializers.GetTestInvocationsPageResponseModel.parseOrThrow(_response.body, {
101
+ unrecognizedObjectKeys: "passthrough",
102
+ allowUnrecognizedUnionMembers: true,
103
+ allowUnrecognizedEnumValues: true,
104
+ breadcrumbsPrefix: ["response"],
105
+ }),
106
+ rawResponse: _response.rawResponse,
107
+ };
108
+ }
109
+ if (_response.error.reason === "status-code") {
110
+ switch (_response.error.statusCode) {
111
+ case 422:
112
+ throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
113
+ unrecognizedObjectKeys: "passthrough",
114
+ allowUnrecognizedUnionMembers: true,
115
+ allowUnrecognizedEnumValues: true,
116
+ breadcrumbsPrefix: ["response"],
117
+ }), _response.rawResponse);
118
+ default:
119
+ throw new errors.ElevenLabsError({
120
+ statusCode: _response.error.statusCode,
121
+ body: _response.error.body,
122
+ rawResponse: _response.rawResponse,
123
+ });
124
+ }
125
+ }
126
+ switch (_response.error.reason) {
127
+ case "non-json":
128
+ throw new errors.ElevenLabsError({
129
+ statusCode: _response.error.statusCode,
130
+ body: _response.error.rawBody,
131
+ rawResponse: _response.rawResponse,
132
+ });
133
+ case "timeout":
134
+ throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling GET /v1/convai/test-invocations.");
135
+ case "unknown":
136
+ throw new errors.ElevenLabsError({
137
+ message: _response.error.errorMessage,
138
+ rawResponse: _response.rawResponse,
139
+ });
140
+ }
141
+ });
142
+ }
59
143
  /**
60
144
  * Gets a test invocation by ID.
61
145
  *
@@ -0,0 +1,25 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * @example
6
+ * {
7
+ * agentId: "agent_id",
8
+ * pageSize: 1,
9
+ * cursor: "cursor"
10
+ * }
11
+ */
12
+ export interface InvocationsListRequest {
13
+ /**
14
+ * Filter by agent ID
15
+ */
16
+ agentId: string;
17
+ /**
18
+ * How many Tests to return at maximum. Can not exceed 100, defaults to 30.
19
+ */
20
+ pageSize?: number;
21
+ /**
22
+ * Used for fetching next page. Cursor is returned in the response.
23
+ */
24
+ cursor?: string;
25
+ }
@@ -1 +1,2 @@
1
+ export { type InvocationsListRequest } from "./InvocationsListRequest";
1
2
  export { type ResubmitTestsRequestModel } from "./ResubmitTestsRequestModel";
@@ -119,7 +119,10 @@ export declare class Tools {
119
119
  * @throws {@link ElevenLabs.UnprocessableEntityError}
120
120
  *
121
121
  * @example
122
- * await client.conversationalAi.tools.getDependentAgents("tool_id")
122
+ * await client.conversationalAi.tools.getDependentAgents("tool_id", {
123
+ * cursor: "cursor",
124
+ * pageSize: 1
125
+ * })
123
126
  */
124
127
  getDependentAgents(toolId: string, request?: ElevenLabs.conversationalAi.ToolsGetDependentAgentsRequest, requestOptions?: Tools.RequestOptions): core.HttpResponsePromise<ElevenLabs.GetToolDependentAgentsResponseModel>;
125
128
  private __getDependentAgents;
@@ -428,7 +428,10 @@ class Tools {
428
428
  * @throws {@link ElevenLabs.UnprocessableEntityError}
429
429
  *
430
430
  * @example
431
- * await client.conversationalAi.tools.getDependentAgents("tool_id")
431
+ * await client.conversationalAi.tools.getDependentAgents("tool_id", {
432
+ * cursor: "cursor",
433
+ * pageSize: 1
434
+ * })
432
435
  */
433
436
  getDependentAgents(toolId, request = {}, requestOptions) {
434
437
  return core.HttpResponsePromise.fromPromise(this.__getDependentAgents(toolId, request, requestOptions));
@@ -3,7 +3,10 @@
3
3
  */
4
4
  /**
5
5
  * @example
6
- * {}
6
+ * {
7
+ * cursor: "cursor",
8
+ * pageSize: 1
9
+ * }
7
10
  */
8
11
  export interface ToolsGetDependentAgentsRequest {
9
12
  /**
@@ -48,7 +48,14 @@ export declare class Dubbing {
48
48
  * @throws {@link ElevenLabs.UnprocessableEntityError}
49
49
  *
50
50
  * @example
51
- * await client.dubbing.list()
51
+ * await client.dubbing.list({
52
+ * cursor: "cursor",
53
+ * pageSize: 1,
54
+ * dubbingStatus: "dubbing",
55
+ * filterByCreator: "personal",
56
+ * orderBy: "created_at",
57
+ * orderDirection: "DESCENDING"
58
+ * })
52
59
  */
53
60
  list(request?: ElevenLabs.DubbingListRequest, requestOptions?: Dubbing.RequestOptions): core.HttpResponsePromise<ElevenLabs.DubbingMetadataPageResponseModel>;
54
61
  private __list;
@@ -80,7 +80,14 @@ class Dubbing {
80
80
  * @throws {@link ElevenLabs.UnprocessableEntityError}
81
81
  *
82
82
  * @example
83
- * await client.dubbing.list()
83
+ * await client.dubbing.list({
84
+ * cursor: "cursor",
85
+ * pageSize: 1,
86
+ * dubbingStatus: "dubbing",
87
+ * filterByCreator: "personal",
88
+ * orderBy: "created_at",
89
+ * orderDirection: "DESCENDING"
90
+ * })
84
91
  */
85
92
  list(request = {}, requestOptions) {
86
93
  return core.HttpResponsePromise.fromPromise(this.__list(request, requestOptions));
@@ -88,7 +95,7 @@ class Dubbing {
88
95
  __list() {
89
96
  return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
90
97
  var _a, _b, _c;
91
- const { cursor, pageSize, dubbingStatus, filterByCreator } = request;
98
+ const { cursor, pageSize, dubbingStatus, filterByCreator, orderBy, orderDirection } = request;
92
99
  const _queryParams = {};
93
100
  if (cursor != null) {
94
101
  _queryParams["cursor"] = cursor;
@@ -104,6 +111,14 @@ class Dubbing {
104
111
  if (filterByCreator != null) {
105
112
  _queryParams["filter_by_creator"] = serializers.DubbingListRequestFilterByCreator.jsonOrThrow(filterByCreator, { unrecognizedObjectKeys: "strip" });
106
113
  }
114
+ if (orderBy != null) {
115
+ _queryParams["order_by"] = orderBy;
116
+ }
117
+ if (orderDirection != null) {
118
+ _queryParams["order_direction"] = serializers.DubbingListRequestOrderDirection.jsonOrThrow(orderDirection, {
119
+ unrecognizedObjectKeys: "strip",
120
+ });
121
+ }
107
122
  const _response = yield core.fetcher({
108
123
  url: core.url.join((_b = (_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.ElevenLabsEnvironment.Production, "v1/dubbing"),
109
124
  method: "GET",
@@ -231,7 +246,7 @@ class Dubbing {
231
246
  _request.append("disable_voice_cloning", request.disableVoiceCloning.toString());
232
247
  }
233
248
  if (request.mode != null) {
234
- _request.append("mode", request.mode);
249
+ _request.append("mode", serializers.DubbingCreateRequestMode.jsonOrThrow(request.mode, { unrecognizedObjectKeys: "strip" }));
235
250
  }
236
251
  if (request.csvFps != null) {
237
252
  _request.append("csv_fps", request.csvFps.toString());
@@ -2,6 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as core from "../../../../../core";
5
+ import * as ElevenLabs from "../../../../index";
5
6
  /**
6
7
  * @example
7
8
  * {}
@@ -37,10 +38,10 @@ export interface BodyDubAVideoOrAnAudioFileV1DubbingPost {
37
38
  useProfanityFilter?: boolean;
38
39
  /** Whether to prepare dub for edits in dubbing studio or edits as a dubbing resource. */
39
40
  dubbingStudio?: boolean;
40
- /** [BETA] Instead of using a voice clone in dubbing, use a similar voice from the ElevenLabs Voice Library. */
41
+ /** Instead of using a voice clone in dubbing, use a similar voice from the ElevenLabs Voice Library. Voices used from the library will contribute towards a workspace's custom voices limit, and if there aren't enough available slots the dub will fail. Using this feature requires the caller to have the 'add_voice_from_voice_library' permission on their workspace to access new voices. */
41
42
  disableVoiceCloning?: boolean;
42
- /** automatic or manual. Manual mode is only supported when creating a dubbing studio project */
43
- mode?: string;
43
+ /** The mode in which to run this Dubbing job. Defaults to automatic, use manual if specifically providing a CSV transcript to use. */
44
+ mode?: ElevenLabs.DubbingCreateRequestMode;
44
45
  /** Frames per second to use when parsing a CSV file for dubbing. If not provided, FPS will be inferred from timecodes. */
45
46
  csvFps?: number;
46
47
  }
@@ -4,7 +4,14 @@
4
4
  import * as ElevenLabs from "../../../../index";
5
5
  /**
6
6
  * @example
7
- * {}
7
+ * {
8
+ * cursor: "cursor",
9
+ * pageSize: 1,
10
+ * dubbingStatus: "dubbing",
11
+ * filterByCreator: "personal",
12
+ * orderBy: "created_at",
13
+ * orderDirection: "DESCENDING"
14
+ * }
8
15
  */
9
16
  export interface DubbingListRequest {
10
17
  /**
@@ -23,4 +30,12 @@ export interface DubbingListRequest {
23
30
  * Filters who created the resources being listed, whether it was the user running the request or someone else that shared the resource with them.
24
31
  */
25
32
  filterByCreator?: ElevenLabs.DubbingListRequestFilterByCreator;
33
+ /**
34
+ * The field to use for ordering results from this query.
35
+ */
36
+ orderBy?: "created_at";
37
+ /**
38
+ * The order direction to use for results from this query.
39
+ */
40
+ orderDirection?: ElevenLabs.DubbingListRequestOrderDirection;
26
41
  }
@@ -44,17 +44,6 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  step((generator = generator.apply(thisArg, _arguments || [])).next());
45
45
  });
46
46
  };
47
- var __rest = (this && this.__rest) || function (s, e) {
48
- var t = {};
49
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
50
- t[p] = s[p];
51
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
52
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
53
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
54
- t[p[i]] = s[p[i]];
55
- }
56
- return t;
57
- };
58
47
  Object.defineProperty(exports, "__esModule", { value: true });
59
48
  exports.Resource = void 0;
60
49
  const environments = __importStar(require("../../../../../../environments"));
@@ -401,19 +390,13 @@ class Resource {
401
390
  __render(dubbingId, language, request, requestOptions) {
402
391
  return __awaiter(this, void 0, void 0, function* () {
403
392
  var _a, _b, _c;
404
- const { shouldNormalizeVolume } = request, _body = __rest(request, ["shouldNormalizeVolume"]);
405
- const _queryParams = {};
406
- if (shouldNormalizeVolume != null) {
407
- _queryParams["should_normalize_volume"] = shouldNormalizeVolume.toString();
408
- }
409
393
  const _response = yield core.fetcher({
410
394
  url: core.url.join((_b = (_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.ElevenLabsEnvironment.Production, `v1/dubbing/resource/${encodeURIComponent(dubbingId)}/render/${encodeURIComponent(language)}`),
411
395
  method: "POST",
412
396
  headers: (0, headers_1.mergeHeaders)((_c = this._options) === null || _c === void 0 ? void 0 : _c.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "xi-api-key": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
413
397
  contentType: "application/json",
414
- queryParameters: _queryParams,
415
398
  requestType: "json",
416
- body: serializers.dubbing.BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.jsonOrThrow(_body, { unrecognizedObjectKeys: "strip" }),
399
+ body: serializers.dubbing.BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
417
400
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 240000,
418
401
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
419
402
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -9,10 +9,8 @@ import * as ElevenLabs from "../../../../../../index";
9
9
  * }
10
10
  */
11
11
  export interface BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost {
12
- /**
13
- * Whether to normalize the volume of the rendered audio.
14
- */
15
- shouldNormalizeVolume?: boolean;
16
12
  /** The type of the render. One of ['mp4', 'aac', 'mp3', 'wav', 'aaf', 'tracks_zip', 'clips_zip'] */
17
13
  renderType: ElevenLabs.RenderType;
14
+ /** Whether to normalize the volume of the rendered audio. */
15
+ normalizeVolume?: boolean;
18
16
  }