@elevenlabs/elevenlabs-js 2.21.0 → 2.22.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 (420) hide show
  1. package/Client.js +2 -2
  2. package/api/errors/ConflictError.d.ts +5 -0
  3. package/api/errors/ConflictError.js +50 -0
  4. package/api/errors/index.d.ts +1 -0
  5. package/api/errors/index.js +1 -0
  6. package/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +1 -4
  7. package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +1 -4
  8. package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +3 -5
  9. package/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +3 -0
  10. package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +5 -0
  11. package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +7 -3
  12. package/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +2 -0
  13. package/api/resources/conversationalAi/resources/mcpServers/resources/index.js +3 -1
  14. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +94 -0
  15. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +372 -0
  16. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.d.ts +2 -0
  17. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.js +17 -0
  18. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +23 -0
  19. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +3 -0
  20. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +19 -0
  21. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +3 -0
  22. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.d.ts +2 -0
  23. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.js +2 -0
  24. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.d.ts +1 -0
  25. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.js +17 -0
  26. package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +6 -4
  27. package/api/resources/conversationalAi/resources/tools/client/Client.js +6 -4
  28. package/api/resources/music/client/Client.d.ts +6 -0
  29. package/api/resources/music/client/Client.js +73 -0
  30. package/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.d.ts +10 -0
  31. package/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.js +3 -0
  32. package/api/resources/music/client/requests/index.d.ts +1 -0
  33. package/api/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +25 -0
  34. package/api/resources/music/types/MusicSeparateStemsRequestOutputFormat.js +28 -0
  35. package/api/resources/music/types/MusicSeparateStemsRequestStemVariationId.d.ts +6 -0
  36. package/api/resources/music/types/MusicSeparateStemsRequestStemVariationId.js +9 -0
  37. package/api/resources/music/types/index.d.ts +2 -0
  38. package/api/resources/music/types/index.js +2 -0
  39. package/api/types/ApiIntegrationWebhookOverridesInput.d.ts +11 -0
  40. package/api/types/ApiIntegrationWebhookOverridesInput.js +3 -0
  41. package/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +2 -0
  42. package/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.js +3 -0
  43. package/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +11 -0
  44. package/api/types/ApiIntegrationWebhookOverridesOutput.js +3 -0
  45. package/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +2 -0
  46. package/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js +3 -0
  47. package/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +28 -0
  48. package/api/types/ApiIntegrationWebhookToolConfigInput.js +3 -0
  49. package/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +28 -0
  50. package/api/types/ApiIntegrationWebhookToolConfigOutput.js +3 -0
  51. package/api/types/BatchCallDetailedResponse.d.ts +2 -1
  52. package/api/types/BatchCallResponse.d.ts +2 -1
  53. package/api/types/InvoiceResponse.d.ts +4 -0
  54. package/api/types/LiteralJsonSchemaProperty.d.ts +2 -0
  55. package/api/types/LiteralOverride.d.ts +6 -0
  56. package/api/types/LiteralOverride.js +3 -0
  57. package/api/types/LiteralOverrideConstantValue.d.ts +1 -0
  58. package/api/types/LiteralOverrideConstantValue.js +3 -0
  59. package/api/types/McpServerConfigInput.d.ts +8 -2
  60. package/api/types/McpServerConfigOutput.d.ts +8 -2
  61. package/api/types/McpToolConfigOverride.d.ts +17 -0
  62. package/api/types/McpToolConfigOverride.js +3 -0
  63. package/api/types/ObjectOverrideInput.d.ts +6 -0
  64. package/api/types/ObjectOverrideInput.js +3 -0
  65. package/api/types/ObjectOverrideInputPropertiesValue.d.ts +2 -0
  66. package/api/types/ObjectOverrideInputPropertiesValue.js +3 -0
  67. package/api/types/ObjectOverrideOutput.d.ts +6 -0
  68. package/api/types/ObjectOverrideOutput.js +3 -0
  69. package/api/types/ObjectOverrideOutputPropertiesValue.d.ts +2 -0
  70. package/api/types/ObjectOverrideOutputPropertiesValue.js +3 -0
  71. package/api/types/OutboundCallRecipient.d.ts +2 -1
  72. package/api/types/OutboundCallRecipientResponseModel.d.ts +2 -1
  73. package/api/types/PendingSubscriptionSwitchResponseModel.d.ts +2 -0
  74. package/api/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +6 -0
  75. package/api/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.js +9 -0
  76. package/api/types/PhoneNumberDynamicVariableTransferDestination.d.ts +3 -0
  77. package/api/types/PhoneNumberDynamicVariableTransferDestination.js +3 -0
  78. package/api/types/PhoneNumberTransferTransferDestination.d.ts +7 -1
  79. package/api/types/PromptAgentApiModelInputToolsItem.d.ts +4 -1
  80. package/api/types/PromptAgentApiModelOutputToolsItem.d.ts +4 -1
  81. package/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +4 -1
  82. package/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +4 -1
  83. package/api/types/QueryOverride.d.ts +5 -0
  84. package/api/types/QueryOverride.js +3 -0
  85. package/api/types/ReferencedToolCommonModelType.d.ts +1 -0
  86. package/api/types/ReferencedToolCommonModelType.js +1 -0
  87. package/api/types/SipUriDynamicVariableTransferDestination.d.ts +3 -0
  88. package/api/types/SipUriDynamicVariableTransferDestination.js +3 -0
  89. package/api/types/ToolRequestModelToolConfig.d.ts +4 -1
  90. package/api/types/ToolResponseModelToolConfig.d.ts +4 -1
  91. package/api/types/ToolType.d.ts +2 -0
  92. package/api/types/ToolType.js +2 -0
  93. package/api/types/VoiceSegment.d.ts +2 -0
  94. package/api/types/WebhookToolConfigInput.d.ts +2 -2
  95. package/api/types/WebhookToolConfigOutput.d.ts +2 -2
  96. package/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +7 -1
  97. package/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +7 -1
  98. package/api/types/WorkspaceResourceType.d.ts +2 -0
  99. package/api/types/WorkspaceResourceType.js +2 -0
  100. package/api/types/index.d.ts +17 -0
  101. package/api/types/index.js +17 -0
  102. package/dist/Client.js +2 -2
  103. package/dist/api/errors/ConflictError.d.ts +5 -0
  104. package/dist/api/errors/ConflictError.js +50 -0
  105. package/dist/api/errors/index.d.ts +1 -0
  106. package/dist/api/errors/index.js +1 -0
  107. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +1 -4
  108. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +1 -4
  109. package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +3 -5
  110. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +3 -0
  111. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +5 -0
  112. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +7 -3
  113. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +2 -0
  114. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.js +3 -1
  115. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +94 -0
  116. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +372 -0
  117. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.d.ts +2 -0
  118. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.js +17 -0
  119. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +23 -0
  120. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +3 -0
  121. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +19 -0
  122. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +3 -0
  123. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.d.ts +2 -0
  124. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.js +2 -0
  125. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.d.ts +1 -0
  126. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.js +17 -0
  127. package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +6 -4
  128. package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +6 -4
  129. package/dist/api/resources/music/client/Client.d.ts +6 -0
  130. package/dist/api/resources/music/client/Client.js +73 -0
  131. package/dist/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.d.ts +10 -0
  132. package/dist/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.js +3 -0
  133. package/dist/api/resources/music/client/requests/index.d.ts +1 -0
  134. package/dist/api/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +25 -0
  135. package/dist/api/resources/music/types/MusicSeparateStemsRequestOutputFormat.js +28 -0
  136. package/dist/api/resources/music/types/MusicSeparateStemsRequestStemVariationId.d.ts +6 -0
  137. package/dist/api/resources/music/types/MusicSeparateStemsRequestStemVariationId.js +9 -0
  138. package/dist/api/resources/music/types/index.d.ts +2 -0
  139. package/dist/api/resources/music/types/index.js +2 -0
  140. package/dist/api/types/ApiIntegrationWebhookOverridesInput.d.ts +11 -0
  141. package/dist/api/types/ApiIntegrationWebhookOverridesInput.js +3 -0
  142. package/dist/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +2 -0
  143. package/dist/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.js +3 -0
  144. package/dist/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +11 -0
  145. package/dist/api/types/ApiIntegrationWebhookOverridesOutput.js +3 -0
  146. package/dist/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +2 -0
  147. package/dist/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js +3 -0
  148. package/dist/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +28 -0
  149. package/dist/api/types/ApiIntegrationWebhookToolConfigInput.js +3 -0
  150. package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +28 -0
  151. package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.js +3 -0
  152. package/dist/api/types/BatchCallDetailedResponse.d.ts +2 -1
  153. package/dist/api/types/BatchCallResponse.d.ts +2 -1
  154. package/dist/api/types/InvoiceResponse.d.ts +4 -0
  155. package/dist/api/types/LiteralJsonSchemaProperty.d.ts +2 -0
  156. package/dist/api/types/LiteralOverride.d.ts +6 -0
  157. package/dist/api/types/LiteralOverride.js +3 -0
  158. package/dist/api/types/LiteralOverrideConstantValue.d.ts +1 -0
  159. package/dist/api/types/LiteralOverrideConstantValue.js +3 -0
  160. package/dist/api/types/McpServerConfigInput.d.ts +8 -2
  161. package/dist/api/types/McpServerConfigOutput.d.ts +8 -2
  162. package/dist/api/types/McpToolConfigOverride.d.ts +17 -0
  163. package/dist/api/types/McpToolConfigOverride.js +3 -0
  164. package/dist/api/types/ObjectOverrideInput.d.ts +6 -0
  165. package/dist/api/types/ObjectOverrideInput.js +3 -0
  166. package/dist/api/types/ObjectOverrideInputPropertiesValue.d.ts +2 -0
  167. package/dist/api/types/ObjectOverrideInputPropertiesValue.js +3 -0
  168. package/dist/api/types/ObjectOverrideOutput.d.ts +6 -0
  169. package/dist/api/types/ObjectOverrideOutput.js +3 -0
  170. package/dist/api/types/ObjectOverrideOutputPropertiesValue.d.ts +2 -0
  171. package/dist/api/types/ObjectOverrideOutputPropertiesValue.js +3 -0
  172. package/dist/api/types/OutboundCallRecipient.d.ts +2 -1
  173. package/dist/api/types/OutboundCallRecipientResponseModel.d.ts +2 -1
  174. package/dist/api/types/PendingSubscriptionSwitchResponseModel.d.ts +2 -0
  175. package/dist/api/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +6 -0
  176. package/dist/api/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.js +9 -0
  177. package/dist/api/types/PhoneNumberDynamicVariableTransferDestination.d.ts +3 -0
  178. package/dist/api/types/PhoneNumberDynamicVariableTransferDestination.js +3 -0
  179. package/dist/api/types/PhoneNumberTransferTransferDestination.d.ts +7 -1
  180. package/dist/api/types/PromptAgentApiModelInputToolsItem.d.ts +4 -1
  181. package/dist/api/types/PromptAgentApiModelOutputToolsItem.d.ts +4 -1
  182. package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +4 -1
  183. package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +4 -1
  184. package/dist/api/types/QueryOverride.d.ts +5 -0
  185. package/dist/api/types/QueryOverride.js +3 -0
  186. package/dist/api/types/ReferencedToolCommonModelType.d.ts +1 -0
  187. package/dist/api/types/ReferencedToolCommonModelType.js +1 -0
  188. package/dist/api/types/SipUriDynamicVariableTransferDestination.d.ts +3 -0
  189. package/dist/api/types/SipUriDynamicVariableTransferDestination.js +3 -0
  190. package/dist/api/types/ToolRequestModelToolConfig.d.ts +4 -1
  191. package/dist/api/types/ToolResponseModelToolConfig.d.ts +4 -1
  192. package/dist/api/types/ToolType.d.ts +2 -0
  193. package/dist/api/types/ToolType.js +2 -0
  194. package/dist/api/types/VoiceSegment.d.ts +2 -0
  195. package/dist/api/types/WebhookToolConfigInput.d.ts +2 -2
  196. package/dist/api/types/WebhookToolConfigOutput.d.ts +2 -2
  197. package/dist/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +7 -1
  198. package/dist/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +7 -1
  199. package/dist/api/types/WorkspaceResourceType.d.ts +2 -0
  200. package/dist/api/types/WorkspaceResourceType.js +2 -0
  201. package/dist/api/types/index.d.ts +17 -0
  202. package/dist/api/types/index.js +17 -0
  203. package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -1
  204. package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -1
  205. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +4 -0
  206. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +4 -0
  207. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +2 -0
  208. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/index.js +3 -1
  209. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.d.ts +1 -0
  210. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.js +17 -0
  211. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +19 -0
  212. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +51 -0
  213. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +18 -0
  214. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +50 -0
  215. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.d.ts +2 -0
  216. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.js +7 -0
  217. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.d.ts +1 -0
  218. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.js +17 -0
  219. package/dist/serialization/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +7 -0
  220. package/dist/serialization/resources/music/types/MusicSeparateStemsRequestOutputFormat.js +61 -0
  221. package/dist/serialization/resources/music/types/MusicSeparateStemsRequestStemVariationId.d.ts +7 -0
  222. package/dist/serialization/resources/music/types/MusicSeparateStemsRequestStemVariationId.js +39 -0
  223. package/dist/serialization/resources/music/types/index.d.ts +2 -0
  224. package/dist/serialization/resources/music/types/index.js +2 -0
  225. package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +15 -0
  226. package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.js +50 -0
  227. package/dist/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +8 -0
  228. package/dist/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.js +40 -0
  229. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +15 -0
  230. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.js +50 -0
  231. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +8 -0
  232. package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js +40 -0
  233. package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +28 -0
  234. package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.js +60 -0
  235. package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +28 -0
  236. package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +60 -0
  237. package/dist/serialization/types/BatchCallDetailedResponse.d.ts +2 -1
  238. package/dist/serialization/types/BatchCallDetailedResponse.js +2 -1
  239. package/dist/serialization/types/BatchCallResponse.d.ts +2 -1
  240. package/dist/serialization/types/BatchCallResponse.js +2 -1
  241. package/dist/serialization/types/InvoiceResponse.d.ts +2 -0
  242. package/dist/serialization/types/InvoiceResponse.js +2 -0
  243. package/dist/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
  244. package/dist/serialization/types/LiteralJsonSchemaProperty.js +1 -0
  245. package/dist/serialization/types/LiteralOverride.d.ts +12 -0
  246. package/dist/serialization/types/LiteralOverride.js +44 -0
  247. package/dist/serialization/types/LiteralOverrideConstantValue.d.ts +7 -0
  248. package/dist/serialization/types/LiteralOverrideConstantValue.js +44 -0
  249. package/dist/serialization/types/McpServerConfigInput.d.ts +6 -0
  250. package/dist/serialization/types/McpServerConfigInput.js +6 -0
  251. package/dist/serialization/types/McpServerConfigOutput.d.ts +6 -0
  252. package/dist/serialization/types/McpServerConfigOutput.js +6 -0
  253. package/dist/serialization/types/McpToolConfigOverride.d.ts +19 -0
  254. package/dist/serialization/types/McpToolConfigOverride.js +51 -0
  255. package/dist/serialization/types/ObjectOverrideInput.d.ts +11 -0
  256. package/dist/serialization/types/ObjectOverrideInput.js +46 -0
  257. package/dist/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +8 -0
  258. package/dist/serialization/types/ObjectOverrideInputPropertiesValue.js +44 -0
  259. package/dist/serialization/types/ObjectOverrideOutput.d.ts +11 -0
  260. package/dist/serialization/types/ObjectOverrideOutput.js +46 -0
  261. package/dist/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +8 -0
  262. package/dist/serialization/types/ObjectOverrideOutputPropertiesValue.js +44 -0
  263. package/dist/serialization/types/OutboundCallRecipient.d.ts +2 -1
  264. package/dist/serialization/types/OutboundCallRecipient.js +2 -1
  265. package/dist/serialization/types/OutboundCallRecipientResponseModel.d.ts +2 -1
  266. package/dist/serialization/types/OutboundCallRecipientResponseModel.js +2 -1
  267. package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +2 -0
  268. package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.js +2 -0
  269. package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +7 -0
  270. package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.js +39 -0
  271. package/dist/serialization/types/PhoneNumberDynamicVariableTransferDestination.d.ts +9 -0
  272. package/dist/serialization/types/PhoneNumberDynamicVariableTransferDestination.js +41 -0
  273. package/dist/serialization/types/PhoneNumberTransferTransferDestination.d.ts +9 -1
  274. package/dist/serialization/types/PhoneNumberTransferTransferDestination.js +4 -0
  275. package/dist/serialization/types/PromptAgentApiModelInputToolsItem.d.ts +5 -1
  276. package/dist/serialization/types/PromptAgentApiModelInputToolsItem.js +2 -0
  277. package/dist/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +5 -1
  278. package/dist/serialization/types/PromptAgentApiModelOutputToolsItem.js +2 -0
  279. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +5 -1
  280. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.js +2 -0
  281. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +5 -1
  282. package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.js +2 -0
  283. package/dist/serialization/types/QueryOverride.d.ts +11 -0
  284. package/dist/serialization/types/QueryOverride.js +43 -0
  285. package/dist/serialization/types/ReferencedToolCommonModelType.d.ts +1 -1
  286. package/dist/serialization/types/ReferencedToolCommonModelType.js +1 -1
  287. package/dist/serialization/types/SipUriDynamicVariableTransferDestination.d.ts +9 -0
  288. package/dist/serialization/types/SipUriDynamicVariableTransferDestination.js +41 -0
  289. package/dist/serialization/types/ToolRequestModelToolConfig.d.ts +5 -1
  290. package/dist/serialization/types/ToolRequestModelToolConfig.js +2 -0
  291. package/dist/serialization/types/ToolResponseModelToolConfig.d.ts +5 -1
  292. package/dist/serialization/types/ToolResponseModelToolConfig.js +2 -0
  293. package/dist/serialization/types/ToolType.d.ts +1 -1
  294. package/dist/serialization/types/ToolType.js +9 -1
  295. package/dist/serialization/types/VoiceSegment.d.ts +1 -0
  296. package/dist/serialization/types/VoiceSegment.js +1 -0
  297. package/dist/serialization/types/WebhookToolConfigInput.d.ts +2 -2
  298. package/dist/serialization/types/WebhookToolConfigInput.js +2 -2
  299. package/dist/serialization/types/WebhookToolConfigOutput.d.ts +2 -2
  300. package/dist/serialization/types/WebhookToolConfigOutput.js +2 -2
  301. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +9 -1
  302. package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +4 -0
  303. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +9 -1
  304. package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +4 -0
  305. package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
  306. package/dist/serialization/types/WorkspaceResourceType.js +2 -0
  307. package/dist/serialization/types/index.d.ts +17 -0
  308. package/dist/serialization/types/index.js +17 -0
  309. package/dist/version.d.ts +1 -1
  310. package/dist/version.js +1 -1
  311. package/package.json +1 -1
  312. package/reference.md +303 -10
  313. package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -1
  314. package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -1
  315. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +4 -0
  316. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +4 -0
  317. package/serialization/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +2 -0
  318. package/serialization/resources/conversationalAi/resources/mcpServers/resources/index.js +3 -1
  319. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.d.ts +1 -0
  320. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.js +17 -0
  321. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +19 -0
  322. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +51 -0
  323. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +18 -0
  324. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +50 -0
  325. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.d.ts +2 -0
  326. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.js +7 -0
  327. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.d.ts +1 -0
  328. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.js +17 -0
  329. package/serialization/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +7 -0
  330. package/serialization/resources/music/types/MusicSeparateStemsRequestOutputFormat.js +61 -0
  331. package/serialization/resources/music/types/MusicSeparateStemsRequestStemVariationId.d.ts +7 -0
  332. package/serialization/resources/music/types/MusicSeparateStemsRequestStemVariationId.js +39 -0
  333. package/serialization/resources/music/types/index.d.ts +2 -0
  334. package/serialization/resources/music/types/index.js +2 -0
  335. package/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +15 -0
  336. package/serialization/types/ApiIntegrationWebhookOverridesInput.js +50 -0
  337. package/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +8 -0
  338. package/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.js +40 -0
  339. package/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +15 -0
  340. package/serialization/types/ApiIntegrationWebhookOverridesOutput.js +50 -0
  341. package/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +8 -0
  342. package/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js +40 -0
  343. package/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +28 -0
  344. package/serialization/types/ApiIntegrationWebhookToolConfigInput.js +60 -0
  345. package/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +28 -0
  346. package/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +60 -0
  347. package/serialization/types/BatchCallDetailedResponse.d.ts +2 -1
  348. package/serialization/types/BatchCallDetailedResponse.js +2 -1
  349. package/serialization/types/BatchCallResponse.d.ts +2 -1
  350. package/serialization/types/BatchCallResponse.js +2 -1
  351. package/serialization/types/InvoiceResponse.d.ts +2 -0
  352. package/serialization/types/InvoiceResponse.js +2 -0
  353. package/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
  354. package/serialization/types/LiteralJsonSchemaProperty.js +1 -0
  355. package/serialization/types/LiteralOverride.d.ts +12 -0
  356. package/serialization/types/LiteralOverride.js +44 -0
  357. package/serialization/types/LiteralOverrideConstantValue.d.ts +7 -0
  358. package/serialization/types/LiteralOverrideConstantValue.js +44 -0
  359. package/serialization/types/McpServerConfigInput.d.ts +6 -0
  360. package/serialization/types/McpServerConfigInput.js +6 -0
  361. package/serialization/types/McpServerConfigOutput.d.ts +6 -0
  362. package/serialization/types/McpServerConfigOutput.js +6 -0
  363. package/serialization/types/McpToolConfigOverride.d.ts +19 -0
  364. package/serialization/types/McpToolConfigOverride.js +51 -0
  365. package/serialization/types/ObjectOverrideInput.d.ts +11 -0
  366. package/serialization/types/ObjectOverrideInput.js +46 -0
  367. package/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +8 -0
  368. package/serialization/types/ObjectOverrideInputPropertiesValue.js +44 -0
  369. package/serialization/types/ObjectOverrideOutput.d.ts +11 -0
  370. package/serialization/types/ObjectOverrideOutput.js +46 -0
  371. package/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +8 -0
  372. package/serialization/types/ObjectOverrideOutputPropertiesValue.js +44 -0
  373. package/serialization/types/OutboundCallRecipient.d.ts +2 -1
  374. package/serialization/types/OutboundCallRecipient.js +2 -1
  375. package/serialization/types/OutboundCallRecipientResponseModel.d.ts +2 -1
  376. package/serialization/types/OutboundCallRecipientResponseModel.js +2 -1
  377. package/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +2 -0
  378. package/serialization/types/PendingSubscriptionSwitchResponseModel.js +2 -0
  379. package/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +7 -0
  380. package/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.js +39 -0
  381. package/serialization/types/PhoneNumberDynamicVariableTransferDestination.d.ts +9 -0
  382. package/serialization/types/PhoneNumberDynamicVariableTransferDestination.js +41 -0
  383. package/serialization/types/PhoneNumberTransferTransferDestination.d.ts +9 -1
  384. package/serialization/types/PhoneNumberTransferTransferDestination.js +4 -0
  385. package/serialization/types/PromptAgentApiModelInputToolsItem.d.ts +5 -1
  386. package/serialization/types/PromptAgentApiModelInputToolsItem.js +2 -0
  387. package/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +5 -1
  388. package/serialization/types/PromptAgentApiModelOutputToolsItem.js +2 -0
  389. package/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +5 -1
  390. package/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.js +2 -0
  391. package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +5 -1
  392. package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.js +2 -0
  393. package/serialization/types/QueryOverride.d.ts +11 -0
  394. package/serialization/types/QueryOverride.js +43 -0
  395. package/serialization/types/ReferencedToolCommonModelType.d.ts +1 -1
  396. package/serialization/types/ReferencedToolCommonModelType.js +1 -1
  397. package/serialization/types/SipUriDynamicVariableTransferDestination.d.ts +9 -0
  398. package/serialization/types/SipUriDynamicVariableTransferDestination.js +41 -0
  399. package/serialization/types/ToolRequestModelToolConfig.d.ts +5 -1
  400. package/serialization/types/ToolRequestModelToolConfig.js +2 -0
  401. package/serialization/types/ToolResponseModelToolConfig.d.ts +5 -1
  402. package/serialization/types/ToolResponseModelToolConfig.js +2 -0
  403. package/serialization/types/ToolType.d.ts +1 -1
  404. package/serialization/types/ToolType.js +9 -1
  405. package/serialization/types/VoiceSegment.d.ts +1 -0
  406. package/serialization/types/VoiceSegment.js +1 -0
  407. package/serialization/types/WebhookToolConfigInput.d.ts +2 -2
  408. package/serialization/types/WebhookToolConfigInput.js +2 -2
  409. package/serialization/types/WebhookToolConfigOutput.d.ts +2 -2
  410. package/serialization/types/WebhookToolConfigOutput.js +2 -2
  411. package/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +9 -1
  412. package/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +4 -0
  413. package/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +9 -1
  414. package/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +4 -0
  415. package/serialization/types/WorkspaceResourceType.d.ts +1 -1
  416. package/serialization/types/WorkspaceResourceType.js +2 -0
  417. package/serialization/types/index.d.ts +17 -0
  418. package/serialization/types/index.js +17 -0
  419. package/version.d.ts +1 -1
  420. package/version.js +1 -1
@@ -8,4 +8,6 @@ exports.ToolType = {
8
8
  Client: "client",
9
9
  Mcp: "mcp",
10
10
  Workflow: "workflow",
11
+ ApiIntegrationWebhook: "api_integration_webhook",
12
+ ApiIntegrationMcp: "api_integration_mcp",
11
13
  };
@@ -9,4 +9,6 @@ export interface VoiceSegment {
9
9
  characterStartIndex: number;
10
10
  /** End index in the characters array (exclusive) */
11
11
  characterEndIndex: number;
12
+ /** Line of the dialogue (script) that this segment is a part of. */
13
+ dialogueInputIndex: number;
12
14
  }
@@ -18,10 +18,10 @@ export interface WebhookToolConfigInput {
18
18
  toolCallSound?: ElevenLabs.ToolCallSoundType;
19
19
  /** Determines when the tool call sound should play. 'auto' only plays when there's pre-tool speech, 'always' plays for every tool call. */
20
20
  toolCallSoundBehavior?: ElevenLabs.ToolCallSoundBehavior;
21
- /** The schema for the outgoing webhoook, including parameters and URL specification */
22
- apiSchema: ElevenLabs.WebhookToolApiSchemaConfigInput;
23
21
  /** Configuration for dynamic variables */
24
22
  dynamicVariables?: ElevenLabs.DynamicVariablesConfig;
25
23
  /** Determines when and how the tool executes: 'immediate' executes the tool right away when requested by the LLM, 'post_tool_speech' waits for the agent to finish speaking before executing, 'async' runs the tool in the background without blocking - best for long-running operations. */
26
24
  executionMode?: ElevenLabs.ToolExecutionMode;
25
+ /** The schema for the outgoing webhoook, including parameters and URL specification */
26
+ apiSchema: ElevenLabs.WebhookToolApiSchemaConfigInput;
27
27
  }
@@ -18,10 +18,10 @@ export interface WebhookToolConfigOutput {
18
18
  toolCallSound?: ElevenLabs.ToolCallSoundType;
19
19
  /** Determines when the tool call sound should play. 'auto' only plays when there's pre-tool speech, 'always' plays for every tool call. */
20
20
  toolCallSoundBehavior?: ElevenLabs.ToolCallSoundBehavior;
21
- /** The schema for the outgoing webhoook, including parameters and URL specification */
22
- apiSchema: ElevenLabs.WebhookToolApiSchemaConfigOutput;
23
21
  /** Configuration for dynamic variables */
24
22
  dynamicVariables?: ElevenLabs.DynamicVariablesConfig;
25
23
  /** Determines when and how the tool executes: 'immediate' executes the tool right away when requested by the LLM, 'post_tool_speech' waits for the agent to finish speaking before executing, 'async' runs the tool in the background without blocking - best for long-running operations. */
26
24
  executionMode?: ElevenLabs.ToolExecutionMode;
25
+ /** The schema for the outgoing webhoook, including parameters and URL specification */
26
+ apiSchema: ElevenLabs.WebhookToolApiSchemaConfigOutput;
27
27
  }
@@ -1,10 +1,16 @@
1
1
  import * as ElevenLabs from "../index";
2
- export type WorkflowPhoneNumberNodeModelInputTransferDestination = ElevenLabs.WorkflowPhoneNumberNodeModelInputTransferDestination.Phone | ElevenLabs.WorkflowPhoneNumberNodeModelInputTransferDestination.SipUri;
2
+ export type WorkflowPhoneNumberNodeModelInputTransferDestination = ElevenLabs.WorkflowPhoneNumberNodeModelInputTransferDestination.Phone | ElevenLabs.WorkflowPhoneNumberNodeModelInputTransferDestination.PhoneDynamicVariable | ElevenLabs.WorkflowPhoneNumberNodeModelInputTransferDestination.SipUri | ElevenLabs.WorkflowPhoneNumberNodeModelInputTransferDestination.SipUriDynamicVariable;
3
3
  export declare namespace WorkflowPhoneNumberNodeModelInputTransferDestination {
4
4
  interface Phone extends ElevenLabs.PhoneNumberTransferDestination {
5
5
  type: "phone";
6
6
  }
7
+ interface PhoneDynamicVariable extends ElevenLabs.PhoneNumberDynamicVariableTransferDestination {
8
+ type: "phone_dynamic_variable";
9
+ }
7
10
  interface SipUri extends ElevenLabs.SipUriTransferDestination {
8
11
  type: "sip_uri";
9
12
  }
13
+ interface SipUriDynamicVariable extends ElevenLabs.SipUriDynamicVariableTransferDestination {
14
+ type: "sip_uri_dynamic_variable";
15
+ }
10
16
  }
@@ -1,10 +1,16 @@
1
1
  import * as ElevenLabs from "../index";
2
- export type WorkflowPhoneNumberNodeModelOutputTransferDestination = ElevenLabs.WorkflowPhoneNumberNodeModelOutputTransferDestination.Phone | ElevenLabs.WorkflowPhoneNumberNodeModelOutputTransferDestination.SipUri;
2
+ export type WorkflowPhoneNumberNodeModelOutputTransferDestination = ElevenLabs.WorkflowPhoneNumberNodeModelOutputTransferDestination.Phone | ElevenLabs.WorkflowPhoneNumberNodeModelOutputTransferDestination.PhoneDynamicVariable | ElevenLabs.WorkflowPhoneNumberNodeModelOutputTransferDestination.SipUri | ElevenLabs.WorkflowPhoneNumberNodeModelOutputTransferDestination.SipUriDynamicVariable;
3
3
  export declare namespace WorkflowPhoneNumberNodeModelOutputTransferDestination {
4
4
  interface Phone extends ElevenLabs.PhoneNumberTransferDestination {
5
5
  type: "phone";
6
6
  }
7
+ interface PhoneDynamicVariable extends ElevenLabs.PhoneNumberDynamicVariableTransferDestination {
8
+ type: "phone_dynamic_variable";
9
+ }
7
10
  interface SipUri extends ElevenLabs.SipUriTransferDestination {
8
11
  type: "sip_uri";
9
12
  }
13
+ interface SipUriDynamicVariable extends ElevenLabs.SipUriDynamicVariableTransferDestination {
14
+ type: "sip_uri_dynamic_variable";
15
+ }
10
16
  }
@@ -20,5 +20,7 @@ export declare const WorkspaceResourceType: {
20
20
  readonly ConvaiCrawlJobs: "convai_crawl_jobs";
21
21
  readonly ConvaiCrawlTasks: "convai_crawl_tasks";
22
22
  readonly ConvaiWhatsappAccounts: "convai_whatsapp_accounts";
23
+ readonly Dashboard: "dashboard";
24
+ readonly DashboardConfiguration: "dashboard_configuration";
23
25
  };
24
26
  export type WorkspaceResourceType = (typeof WorkspaceResourceType)[keyof typeof WorkspaceResourceType];
@@ -24,4 +24,6 @@ exports.WorkspaceResourceType = {
24
24
  ConvaiCrawlJobs: "convai_crawl_jobs",
25
25
  ConvaiCrawlTasks: "convai_crawl_tasks",
26
26
  ConvaiWhatsappAccounts: "convai_whatsapp_accounts",
27
+ Dashboard: "dashboard",
28
+ DashboardConfiguration: "dashboard_configuration",
27
29
  };
@@ -96,6 +96,12 @@ export * from "./AgentWorkflowResponseModel";
96
96
  export * from "./AgentWorkspaceOverridesInput";
97
97
  export * from "./AgentWorkspaceOverridesOutput";
98
98
  export * from "./AllowlistItem";
99
+ export * from "./ApiIntegrationWebhookOverridesInputRequestHeadersValue";
100
+ export * from "./ApiIntegrationWebhookOverridesInput";
101
+ export * from "./ApiIntegrationWebhookOverridesOutputRequestHeadersValue";
102
+ export * from "./ApiIntegrationWebhookOverridesOutput";
103
+ export * from "./ApiIntegrationWebhookToolConfigInput";
104
+ export * from "./ApiIntegrationWebhookToolConfigOutput";
99
105
  export * from "./ArrayJsonSchemaPropertyInputItems";
100
106
  export * from "./ArrayJsonSchemaPropertyInput";
101
107
  export * from "./ArrayJsonSchemaPropertyOutputItems";
@@ -410,6 +416,8 @@ export * from "./ListResponseMeta";
410
416
  export * from "./LiteralJsonSchemaPropertyType";
411
417
  export * from "./LiteralJsonSchemaPropertyConstantValue";
412
418
  export * from "./LiteralJsonSchemaProperty";
419
+ export * from "./LiteralOverrideConstantValue";
420
+ export * from "./LiteralOverride";
413
421
  export * from "./LivekitStackType";
414
422
  export * from "./McpApprovalPolicy";
415
423
  export * from "./McpServerConfigInputUrl";
@@ -427,6 +435,7 @@ export * from "./McpServerTransport";
427
435
  export * from "./McpServersResponseModel";
428
436
  export * from "./McpToolApprovalHash";
429
437
  export * from "./McpToolApprovalPolicy";
438
+ export * from "./McpToolConfigOverride";
430
439
  export * from "./ManualVerificationFileResponse";
431
440
  export * from "./ManualVerificationResponse";
432
441
  export * from "./MatchAnythingParameterEvaluationStrategy";
@@ -445,6 +454,10 @@ export * from "./ObjectJsonSchemaPropertyInputPropertiesValue";
445
454
  export * from "./ObjectJsonSchemaPropertyInput";
446
455
  export * from "./ObjectJsonSchemaPropertyOutputPropertiesValue";
447
456
  export * from "./ObjectJsonSchemaPropertyOutput";
457
+ export * from "./ObjectOverrideInputPropertiesValue";
458
+ export * from "./ObjectOverrideInput";
459
+ export * from "./ObjectOverrideOutputPropertiesValue";
460
+ export * from "./ObjectOverrideOutput";
448
461
  export * from "./OrbAvatar";
449
462
  export * from "./OutboundCallRecipient";
450
463
  export * from "./OutboundCallRecipientResponseModel";
@@ -452,8 +465,10 @@ export * from "./OutboundSipTrunkConfigRequestModel";
452
465
  export * from "./PdfExportOptions";
453
466
  export * from "./PendingCancellationResponseModel";
454
467
  export * from "./PendingSubscriptionSwitchResponseModelNextTier";
468
+ export * from "./PendingSubscriptionSwitchResponseModelNextBillingPeriod";
455
469
  export * from "./PendingSubscriptionSwitchResponseModel";
456
470
  export * from "./PhoneNumberAgentInfo";
471
+ export * from "./PhoneNumberDynamicVariableTransferDestination";
457
472
  export * from "./PhoneNumberTransferTransferDestination";
458
473
  export * from "./PhoneNumberTransfer";
459
474
  export * from "./PhoneNumberTransferDestination";
@@ -516,6 +531,7 @@ export * from "./PronunciationDictionaryVersionLocator";
516
531
  export * from "./PronunciationDictionaryVersionResponseModelPermissionOnResource";
517
532
  export * from "./PronunciationDictionaryVersionResponseModel";
518
533
  export * from "./PydanticPronunciationDictionaryVersionLocator";
534
+ export * from "./QueryOverride";
519
535
  export * from "./QueryParamsJsonSchema";
520
536
  export * from "./RagDocumentIndexResponseModel";
521
537
  export * from "./RagDocumentIndexUsage";
@@ -546,6 +562,7 @@ export * from "./SipMediaEncryptionEnum";
546
562
  export * from "./SipTrunkCredentialsRequestModel";
547
563
  export * from "./SipTrunkOutboundCallResponse";
548
564
  export * from "./SipTrunkTransportEnum";
565
+ export * from "./SipUriDynamicVariableTransferDestination";
549
566
  export * from "./SipUriTransferDestination";
550
567
  export * from "./SafetyCommonModel";
551
568
  export * from "./SafetyEvaluation";
@@ -112,6 +112,12 @@ __exportStar(require("./AgentWorkflowResponseModel"), exports);
112
112
  __exportStar(require("./AgentWorkspaceOverridesInput"), exports);
113
113
  __exportStar(require("./AgentWorkspaceOverridesOutput"), exports);
114
114
  __exportStar(require("./AllowlistItem"), exports);
115
+ __exportStar(require("./ApiIntegrationWebhookOverridesInputRequestHeadersValue"), exports);
116
+ __exportStar(require("./ApiIntegrationWebhookOverridesInput"), exports);
117
+ __exportStar(require("./ApiIntegrationWebhookOverridesOutputRequestHeadersValue"), exports);
118
+ __exportStar(require("./ApiIntegrationWebhookOverridesOutput"), exports);
119
+ __exportStar(require("./ApiIntegrationWebhookToolConfigInput"), exports);
120
+ __exportStar(require("./ApiIntegrationWebhookToolConfigOutput"), exports);
115
121
  __exportStar(require("./ArrayJsonSchemaPropertyInputItems"), exports);
116
122
  __exportStar(require("./ArrayJsonSchemaPropertyInput"), exports);
117
123
  __exportStar(require("./ArrayJsonSchemaPropertyOutputItems"), exports);
@@ -426,6 +432,8 @@ __exportStar(require("./ListResponseMeta"), exports);
426
432
  __exportStar(require("./LiteralJsonSchemaPropertyType"), exports);
427
433
  __exportStar(require("./LiteralJsonSchemaPropertyConstantValue"), exports);
428
434
  __exportStar(require("./LiteralJsonSchemaProperty"), exports);
435
+ __exportStar(require("./LiteralOverrideConstantValue"), exports);
436
+ __exportStar(require("./LiteralOverride"), exports);
429
437
  __exportStar(require("./LivekitStackType"), exports);
430
438
  __exportStar(require("./McpApprovalPolicy"), exports);
431
439
  __exportStar(require("./McpServerConfigInputUrl"), exports);
@@ -443,6 +451,7 @@ __exportStar(require("./McpServerTransport"), exports);
443
451
  __exportStar(require("./McpServersResponseModel"), exports);
444
452
  __exportStar(require("./McpToolApprovalHash"), exports);
445
453
  __exportStar(require("./McpToolApprovalPolicy"), exports);
454
+ __exportStar(require("./McpToolConfigOverride"), exports);
446
455
  __exportStar(require("./ManualVerificationFileResponse"), exports);
447
456
  __exportStar(require("./ManualVerificationResponse"), exports);
448
457
  __exportStar(require("./MatchAnythingParameterEvaluationStrategy"), exports);
@@ -461,6 +470,10 @@ __exportStar(require("./ObjectJsonSchemaPropertyInputPropertiesValue"), exports)
461
470
  __exportStar(require("./ObjectJsonSchemaPropertyInput"), exports);
462
471
  __exportStar(require("./ObjectJsonSchemaPropertyOutputPropertiesValue"), exports);
463
472
  __exportStar(require("./ObjectJsonSchemaPropertyOutput"), exports);
473
+ __exportStar(require("./ObjectOverrideInputPropertiesValue"), exports);
474
+ __exportStar(require("./ObjectOverrideInput"), exports);
475
+ __exportStar(require("./ObjectOverrideOutputPropertiesValue"), exports);
476
+ __exportStar(require("./ObjectOverrideOutput"), exports);
464
477
  __exportStar(require("./OrbAvatar"), exports);
465
478
  __exportStar(require("./OutboundCallRecipient"), exports);
466
479
  __exportStar(require("./OutboundCallRecipientResponseModel"), exports);
@@ -468,8 +481,10 @@ __exportStar(require("./OutboundSipTrunkConfigRequestModel"), exports);
468
481
  __exportStar(require("./PdfExportOptions"), exports);
469
482
  __exportStar(require("./PendingCancellationResponseModel"), exports);
470
483
  __exportStar(require("./PendingSubscriptionSwitchResponseModelNextTier"), exports);
484
+ __exportStar(require("./PendingSubscriptionSwitchResponseModelNextBillingPeriod"), exports);
471
485
  __exportStar(require("./PendingSubscriptionSwitchResponseModel"), exports);
472
486
  __exportStar(require("./PhoneNumberAgentInfo"), exports);
487
+ __exportStar(require("./PhoneNumberDynamicVariableTransferDestination"), exports);
473
488
  __exportStar(require("./PhoneNumberTransferTransferDestination"), exports);
474
489
  __exportStar(require("./PhoneNumberTransfer"), exports);
475
490
  __exportStar(require("./PhoneNumberTransferDestination"), exports);
@@ -532,6 +547,7 @@ __exportStar(require("./PronunciationDictionaryVersionLocator"), exports);
532
547
  __exportStar(require("./PronunciationDictionaryVersionResponseModelPermissionOnResource"), exports);
533
548
  __exportStar(require("./PronunciationDictionaryVersionResponseModel"), exports);
534
549
  __exportStar(require("./PydanticPronunciationDictionaryVersionLocator"), exports);
550
+ __exportStar(require("./QueryOverride"), exports);
535
551
  __exportStar(require("./QueryParamsJsonSchema"), exports);
536
552
  __exportStar(require("./RagDocumentIndexResponseModel"), exports);
537
553
  __exportStar(require("./RagDocumentIndexUsage"), exports);
@@ -562,6 +578,7 @@ __exportStar(require("./SipMediaEncryptionEnum"), exports);
562
578
  __exportStar(require("./SipTrunkCredentialsRequestModel"), exports);
563
579
  __exportStar(require("./SipTrunkOutboundCallResponse"), exports);
564
580
  __exportStar(require("./SipTrunkTransportEnum"), exports);
581
+ __exportStar(require("./SipUriDynamicVariableTransferDestination"), exports);
565
582
  __exportStar(require("./SipUriTransferDestination"), exports);
566
583
  __exportStar(require("./SafetyCommonModel"), exports);
567
584
  __exportStar(require("./SafetyEvaluation"), exports);
package/dist/Client.js CHANGED
@@ -78,8 +78,8 @@ class ElevenLabsClient {
78
78
  "xi-api-key": _options === null || _options === void 0 ? void 0 : _options.apiKey,
79
79
  "X-Fern-Language": "JavaScript",
80
80
  "X-Fern-SDK-Name": "@elevenlabs/elevenlabs-js",
81
- "X-Fern-SDK-Version": "v2.21.0",
82
- "User-Agent": "@elevenlabs/elevenlabs-js/v2.21.0",
81
+ "X-Fern-SDK-Version": "v2.22.0",
82
+ "User-Agent": "@elevenlabs/elevenlabs-js/v2.22.0",
83
83
  "X-Fern-Runtime": core.RUNTIME.type,
84
84
  "X-Fern-Runtime-Version": core.RUNTIME.version,
85
85
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -0,0 +1,5 @@
1
+ import * as errors from "../../errors/index";
2
+ import * as core from "../../core";
3
+ export declare class ConflictError extends errors.ElevenLabsError {
4
+ constructor(body?: unknown, rawResponse?: core.RawResponse);
5
+ }
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.ConflictError = void 0;
38
+ const errors = __importStar(require("../../errors/index"));
39
+ class ConflictError extends errors.ElevenLabsError {
40
+ constructor(body, rawResponse) {
41
+ super({
42
+ message: "ConflictError",
43
+ statusCode: 409,
44
+ body: body,
45
+ rawResponse: rawResponse,
46
+ });
47
+ Object.setPrototypeOf(this, ConflictError.prototype);
48
+ }
49
+ }
50
+ exports.ConflictError = ConflictError;
@@ -4,3 +4,4 @@ export * from "./ForbiddenError";
4
4
  export * from "./NotFoundError";
5
5
  export * from "./TooEarlyError";
6
6
  export * from "./UnauthorizedError";
7
+ export * from "./ConflictError";
@@ -20,3 +20,4 @@ __exportStar(require("./ForbiddenError"), exports);
20
20
  __exportStar(require("./NotFoundError"), exports);
21
21
  __exportStar(require("./TooEarlyError"), exports);
22
22
  __exportStar(require("./UnauthorizedError"), exports);
23
+ __exportStar(require("./ConflictError"), exports);
@@ -41,10 +41,7 @@ export declare class BatchCalls {
41
41
  * await client.conversationalAi.batchCalls.create({
42
42
  * callName: "call_name",
43
43
  * agentId: "agent_id",
44
- * agentPhoneNumberId: "agent_phone_number_id",
45
- * recipients: [{
46
- * phoneNumber: "phone_number"
47
- * }]
44
+ * recipients: [{}]
48
45
  * })
49
46
  */
50
47
  create(request: ElevenLabs.conversationalAi.BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost, requestOptions?: BatchCalls.RequestOptions): core.HttpResponsePromise<ElevenLabs.BatchCallResponse>;
@@ -66,10 +66,7 @@ class BatchCalls {
66
66
  * await client.conversationalAi.batchCalls.create({
67
67
  * callName: "call_name",
68
68
  * agentId: "agent_id",
69
- * agentPhoneNumberId: "agent_phone_number_id",
70
- * recipients: [{
71
- * phoneNumber: "phone_number"
72
- * }]
69
+ * recipients: [{}]
73
70
  * })
74
71
  */
75
72
  create(request, requestOptions) {
@@ -4,16 +4,14 @@ import * as ElevenLabs from "../../../../../../index";
4
4
  * {
5
5
  * callName: "call_name",
6
6
  * agentId: "agent_id",
7
- * agentPhoneNumberId: "agent_phone_number_id",
8
- * recipients: [{
9
- * phoneNumber: "phone_number"
10
- * }]
7
+ * recipients: [{}]
11
8
  * }
12
9
  */
13
10
  export interface BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost {
14
11
  callName: string;
15
12
  agentId: string;
16
- agentPhoneNumberId: string;
17
13
  recipients: ElevenLabs.OutboundCallRecipient[];
18
14
  scheduledTimeUnix?: number;
15
+ agentPhoneNumberId?: string;
16
+ agentWhatsappBusinessAccountId?: string;
19
17
  }
@@ -4,6 +4,7 @@ import * as ElevenLabs from "../../../../../index";
4
4
  import { Tools } from "../resources/tools/client/Client";
5
5
  import { ApprovalPolicy } from "../resources/approvalPolicy/client/Client";
6
6
  import { ToolApprovals } from "../resources/toolApprovals/client/Client";
7
+ import { ToolConfigs } from "../resources/toolConfigs/client/Client";
7
8
  export declare namespace McpServers {
8
9
  interface Options {
9
10
  environment?: core.Supplier<environments.ElevenLabsEnvironment | string>;
@@ -34,10 +35,12 @@ export declare class McpServers {
34
35
  protected _tools: Tools | undefined;
35
36
  protected _approvalPolicy: ApprovalPolicy | undefined;
36
37
  protected _toolApprovals: ToolApprovals | undefined;
38
+ protected _toolConfigs: ToolConfigs | undefined;
37
39
  constructor(_options?: McpServers.Options);
38
40
  get tools(): Tools;
39
41
  get approvalPolicy(): ApprovalPolicy;
40
42
  get toolApprovals(): ToolApprovals;
43
+ get toolConfigs(): ToolConfigs;
41
44
  /**
42
45
  * Retrieve all MCP server configurations available in the workspace.
43
46
  *
@@ -53,6 +53,7 @@ const errors = __importStar(require("../../../../../../errors/index"));
53
53
  const Client_1 = require("../resources/tools/client/Client");
54
54
  const Client_2 = require("../resources/approvalPolicy/client/Client");
55
55
  const Client_3 = require("../resources/toolApprovals/client/Client");
56
+ const Client_4 = require("../resources/toolConfigs/client/Client");
56
57
  class McpServers {
57
58
  constructor(_options = {}) {
58
59
  this._options = _options;
@@ -69,6 +70,10 @@ class McpServers {
69
70
  var _a;
70
71
  return ((_a = this._toolApprovals) !== null && _a !== void 0 ? _a : (this._toolApprovals = new Client_3.ToolApprovals(this._options)));
71
72
  }
73
+ get toolConfigs() {
74
+ var _a;
75
+ return ((_a = this._toolConfigs) !== null && _a !== void 0 ? _a : (this._toolConfigs = new Client_4.ToolConfigs(this._options)));
76
+ }
72
77
  /**
73
78
  * Retrieve all MCP server configurations available in the workspace.
74
79
  *
@@ -6,11 +6,15 @@ import * as ElevenLabs from "../../../../../../index";
6
6
  export interface McpServerConfigUpdateRequestModel {
7
7
  /** The approval mode to set for the MCP server */
8
8
  approvalPolicy?: ElevenLabs.McpApprovalPolicy;
9
- /** Whether to force pre-tool speech for all tools from this MCP server */
9
+ /** If set, overrides the server's force_pre_tool_speech setting for this tool */
10
10
  forcePreToolSpeech?: boolean;
11
- /** Whether to disable interruptions for all tools from this MCP server */
11
+ /** If set, overrides the server's disable_interruptions setting for this tool */
12
12
  disableInterruptions?: boolean;
13
- /** The execution mode for all tools from this MCP server */
13
+ /** Predefined tool call sound type to play during tool execution for all tools from this MCP server */
14
+ toolCallSound?: ElevenLabs.ToolCallSoundType;
15
+ /** Determines when the tool call sound should play for all tools from this MCP server */
16
+ toolCallSoundBehavior?: ElevenLabs.ToolCallSoundBehavior;
17
+ /** If set, overrides the server's execution_mode setting for this tool */
14
18
  executionMode?: ElevenLabs.ToolExecutionMode;
15
19
  /** The headers to include in requests to the MCP server */
16
20
  requestHeaders?: Record<string, ElevenLabs.conversationalAi.McpServerConfigUpdateRequestModelRequestHeadersValue | undefined>;
@@ -1,5 +1,7 @@
1
1
  export * as tools from "./tools";
2
2
  export * as approvalPolicy from "./approvalPolicy";
3
3
  export * as toolApprovals from "./toolApprovals";
4
+ export * as toolConfigs from "./toolConfigs";
4
5
  export * from "./approvalPolicy/client/requests";
5
6
  export * from "./toolApprovals/client/requests";
7
+ export * from "./toolConfigs/client/requests";
@@ -36,9 +36,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
36
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.toolApprovals = exports.approvalPolicy = exports.tools = void 0;
39
+ exports.toolConfigs = exports.toolApprovals = exports.approvalPolicy = exports.tools = void 0;
40
40
  exports.tools = __importStar(require("./tools"));
41
41
  exports.approvalPolicy = __importStar(require("./approvalPolicy"));
42
42
  exports.toolApprovals = __importStar(require("./toolApprovals"));
43
+ exports.toolConfigs = __importStar(require("./toolConfigs"));
43
44
  __exportStar(require("./approvalPolicy/client/requests"), exports);
44
45
  __exportStar(require("./toolApprovals/client/requests"), exports);
46
+ __exportStar(require("./toolConfigs/client/requests"), exports);
@@ -0,0 +1,94 @@
1
+ import * as environments from "../../../../../../../../environments";
2
+ import * as core from "../../../../../../../../core";
3
+ import * as ElevenLabs from "../../../../../../../index";
4
+ export declare namespace ToolConfigs {
5
+ interface Options {
6
+ environment?: core.Supplier<environments.ElevenLabsEnvironment | string>;
7
+ /** Specify a custom URL to connect the client to. */
8
+ baseUrl?: core.Supplier<string>;
9
+ /** Override the xi-api-key header */
10
+ apiKey?: core.Supplier<string | undefined>;
11
+ /** Additional headers to include in requests. */
12
+ headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
13
+ }
14
+ interface RequestOptions {
15
+ /** The maximum time to wait for a response in seconds. */
16
+ timeoutInSeconds?: number;
17
+ /** The number of times to retry the request. Defaults to 2. */
18
+ maxRetries?: number;
19
+ /** A hook to abort the request. */
20
+ abortSignal?: AbortSignal;
21
+ /** Override the xi-api-key header */
22
+ apiKey?: string | undefined;
23
+ /** Additional query string parameters to include in the request. */
24
+ queryParams?: Record<string, unknown>;
25
+ /** Additional headers to include in the request. */
26
+ headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
27
+ }
28
+ }
29
+ export declare class ToolConfigs {
30
+ protected readonly _options: ToolConfigs.Options;
31
+ constructor(_options?: ToolConfigs.Options);
32
+ /**
33
+ * Create configuration overrides for a specific MCP tool.
34
+ *
35
+ * @param {string} mcpServerId - ID of the MCP Server.
36
+ * @param {ElevenLabs.conversationalAi.mcpServers.McpToolConfigOverrideCreateRequestModel} request
37
+ * @param {ToolConfigs.RequestOptions} requestOptions - Request-specific configuration.
38
+ *
39
+ * @throws {@link ElevenLabs.ConflictError}
40
+ * @throws {@link ElevenLabs.UnprocessableEntityError}
41
+ *
42
+ * @example
43
+ * await client.conversationalAi.mcpServers.toolConfigs.create("mcp_server_id", {
44
+ * toolName: "tool_name"
45
+ * })
46
+ */
47
+ create(mcpServerId: string, request: ElevenLabs.conversationalAi.mcpServers.McpToolConfigOverrideCreateRequestModel, requestOptions?: ToolConfigs.RequestOptions): core.HttpResponsePromise<ElevenLabs.McpServerResponseModel>;
48
+ private __create;
49
+ /**
50
+ * Retrieve configuration overrides for a specific MCP tool.
51
+ *
52
+ * @param {string} mcpServerId - ID of the MCP Server.
53
+ * @param {string} toolName - Name of the MCP tool to retrieve config overrides for.
54
+ * @param {ToolConfigs.RequestOptions} requestOptions - Request-specific configuration.
55
+ *
56
+ * @throws {@link ElevenLabs.NotFoundError}
57
+ * @throws {@link ElevenLabs.UnprocessableEntityError}
58
+ *
59
+ * @example
60
+ * await client.conversationalAi.mcpServers.toolConfigs.get("mcp_server_id", "tool_name")
61
+ */
62
+ get(mcpServerId: string, toolName: string, requestOptions?: ToolConfigs.RequestOptions): core.HttpResponsePromise<ElevenLabs.McpToolConfigOverride>;
63
+ private __get;
64
+ /**
65
+ * Remove configuration overrides for a specific MCP tool.
66
+ *
67
+ * @param {string} mcpServerId - ID of the MCP Server.
68
+ * @param {string} toolName - Name of the MCP tool to remove config overrides for.
69
+ * @param {ToolConfigs.RequestOptions} requestOptions - Request-specific configuration.
70
+ *
71
+ * @throws {@link ElevenLabs.UnprocessableEntityError}
72
+ *
73
+ * @example
74
+ * await client.conversationalAi.mcpServers.toolConfigs.delete("mcp_server_id", "tool_name")
75
+ */
76
+ delete(mcpServerId: string, toolName: string, requestOptions?: ToolConfigs.RequestOptions): core.HttpResponsePromise<ElevenLabs.McpServerResponseModel>;
77
+ private __delete;
78
+ /**
79
+ * Update configuration overrides for a specific MCP tool.
80
+ *
81
+ * @param {string} mcpServerId - ID of the MCP Server.
82
+ * @param {string} toolName - Name of the MCP tool to update config overrides for.
83
+ * @param {ElevenLabs.conversationalAi.mcpServers.McpToolConfigOverrideUpdateRequestModel} request
84
+ * @param {ToolConfigs.RequestOptions} requestOptions - Request-specific configuration.
85
+ *
86
+ * @throws {@link ElevenLabs.NotFoundError}
87
+ * @throws {@link ElevenLabs.UnprocessableEntityError}
88
+ *
89
+ * @example
90
+ * await client.conversationalAi.mcpServers.toolConfigs.update("mcp_server_id", "tool_name")
91
+ */
92
+ update(mcpServerId: string, toolName: string, request?: ElevenLabs.conversationalAi.mcpServers.McpToolConfigOverrideUpdateRequestModel, requestOptions?: ToolConfigs.RequestOptions): core.HttpResponsePromise<ElevenLabs.McpServerResponseModel>;
93
+ private __update;
94
+ }