@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);
@@ -7,8 +7,9 @@ export declare namespace BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPo
7
7
  interface Raw {
8
8
  call_name: string;
9
9
  agent_id: string;
10
- agent_phone_number_id: string;
11
10
  recipients: OutboundCallRecipient.Raw[];
12
11
  scheduled_time_unix?: number | null;
12
+ agent_phone_number_id?: string | null;
13
+ agent_whatsapp_business_account_id?: string | null;
13
14
  }
14
15
  }
@@ -40,7 +40,8 @@ const OutboundCallRecipient_1 = require("../../../../../../types/OutboundCallRec
40
40
  exports.BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost = core.serialization.object({
41
41
  callName: core.serialization.property("call_name", core.serialization.string()),
42
42
  agentId: core.serialization.property("agent_id", core.serialization.string()),
43
- agentPhoneNumberId: core.serialization.property("agent_phone_number_id", core.serialization.string()),
44
43
  recipients: core.serialization.list(OutboundCallRecipient_1.OutboundCallRecipient),
45
44
  scheduledTimeUnix: core.serialization.property("scheduled_time_unix", core.serialization.number().optional()),
45
+ agentPhoneNumberId: core.serialization.property("agent_phone_number_id", core.serialization.string().optional()),
46
+ agentWhatsappBusinessAccountId: core.serialization.property("agent_whatsapp_business_account_id", core.serialization.string().optional()),
46
47
  });
@@ -2,6 +2,8 @@ import * as serializers from "../../../../../../index";
2
2
  import * as ElevenLabs from "../../../../../../../api/index";
3
3
  import * as core from "../../../../../../../core";
4
4
  import { McpApprovalPolicy } from "../../../../../../types/McpApprovalPolicy";
5
+ import { ToolCallSoundType } from "../../../../../../types/ToolCallSoundType";
6
+ import { ToolCallSoundBehavior } from "../../../../../../types/ToolCallSoundBehavior";
5
7
  import { ToolExecutionMode } from "../../../../../../types/ToolExecutionMode";
6
8
  import { McpServerConfigUpdateRequestModelRequestHeadersValue } from "../../types/McpServerConfigUpdateRequestModelRequestHeadersValue";
7
9
  export declare const McpServerConfigUpdateRequestModel: core.serialization.Schema<serializers.conversationalAi.McpServerConfigUpdateRequestModel.Raw, ElevenLabs.conversationalAi.McpServerConfigUpdateRequestModel>;
@@ -10,6 +12,8 @@ export declare namespace McpServerConfigUpdateRequestModel {
10
12
  approval_policy?: McpApprovalPolicy.Raw | null;
11
13
  force_pre_tool_speech?: boolean | null;
12
14
  disable_interruptions?: boolean | null;
15
+ tool_call_sound?: ToolCallSoundType.Raw | null;
16
+ tool_call_sound_behavior?: ToolCallSoundBehavior.Raw | null;
13
17
  execution_mode?: ToolExecutionMode.Raw | null;
14
18
  request_headers?: Record<string, McpServerConfigUpdateRequestModelRequestHeadersValue.Raw | null | undefined> | null;
15
19
  }
@@ -37,12 +37,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.McpServerConfigUpdateRequestModel = void 0;
38
38
  const core = __importStar(require("../../../../../../../core"));
39
39
  const McpApprovalPolicy_1 = require("../../../../../../types/McpApprovalPolicy");
40
+ const ToolCallSoundType_1 = require("../../../../../../types/ToolCallSoundType");
41
+ const ToolCallSoundBehavior_1 = require("../../../../../../types/ToolCallSoundBehavior");
40
42
  const ToolExecutionMode_1 = require("../../../../../../types/ToolExecutionMode");
41
43
  const McpServerConfigUpdateRequestModelRequestHeadersValue_1 = require("../../types/McpServerConfigUpdateRequestModelRequestHeadersValue");
42
44
  exports.McpServerConfigUpdateRequestModel = core.serialization.object({
43
45
  approvalPolicy: core.serialization.property("approval_policy", McpApprovalPolicy_1.McpApprovalPolicy.optional()),
44
46
  forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean().optional()),
45
47
  disableInterruptions: core.serialization.property("disable_interruptions", core.serialization.boolean().optional()),
48
+ toolCallSound: core.serialization.property("tool_call_sound", ToolCallSoundType_1.ToolCallSoundType.optional()),
49
+ toolCallSoundBehavior: core.serialization.property("tool_call_sound_behavior", ToolCallSoundBehavior_1.ToolCallSoundBehavior.optional()),
46
50
  executionMode: core.serialization.property("execution_mode", ToolExecutionMode_1.ToolExecutionMode.optional()),
47
51
  requestHeaders: core.serialization.property("request_headers", core.serialization
48
52
  .record(core.serialization.string(), McpServerConfigUpdateRequestModelRequestHeadersValue_1.McpServerConfigUpdateRequestModelRequestHeadersValue.optional())
@@ -2,3 +2,5 @@ export * as approvalPolicy from "./approvalPolicy";
2
2
  export * from "./approvalPolicy/client/requests";
3
3
  export * as toolApprovals from "./toolApprovals";
4
4
  export * from "./toolApprovals/client/requests";
5
+ export * as toolConfigs from "./toolConfigs";
6
+ export * from "./toolConfigs/client/requests";
@@ -36,8 +36,10 @@ 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 = void 0;
39
+ exports.toolConfigs = exports.toolApprovals = exports.approvalPolicy = void 0;
40
40
  exports.approvalPolicy = __importStar(require("./approvalPolicy"));
41
41
  __exportStar(require("./approvalPolicy/client/requests"), exports);
42
42
  exports.toolApprovals = __importStar(require("./toolApprovals"));
43
43
  __exportStar(require("./toolApprovals/client/requests"), exports);
44
+ exports.toolConfigs = __importStar(require("./toolConfigs"));
45
+ __exportStar(require("./toolConfigs/client/requests"), exports);
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./requests"), exports);
@@ -0,0 +1,19 @@
1
+ import * as serializers from "../../../../../../../../index";
2
+ import * as ElevenLabs from "../../../../../../../../../api/index";
3
+ import * as core from "../../../../../../../../../core";
4
+ import { ToolCallSoundType } from "../../../../../../../../types/ToolCallSoundType";
5
+ import { ToolCallSoundBehavior } from "../../../../../../../../types/ToolCallSoundBehavior";
6
+ import { ToolExecutionMode } from "../../../../../../../../types/ToolExecutionMode";
7
+ import { DynamicVariableAssignment } from "../../../../../../../../types/DynamicVariableAssignment";
8
+ export declare const McpToolConfigOverrideCreateRequestModel: core.serialization.Schema<serializers.conversationalAi.mcpServers.McpToolConfigOverrideCreateRequestModel.Raw, ElevenLabs.conversationalAi.mcpServers.McpToolConfigOverrideCreateRequestModel>;
9
+ export declare namespace McpToolConfigOverrideCreateRequestModel {
10
+ interface Raw {
11
+ force_pre_tool_speech?: boolean | null;
12
+ disable_interruptions?: boolean | null;
13
+ tool_call_sound?: ToolCallSoundType.Raw | null;
14
+ tool_call_sound_behavior?: ToolCallSoundBehavior.Raw | null;
15
+ execution_mode?: ToolExecutionMode.Raw | null;
16
+ assignments?: DynamicVariableAssignment.Raw[] | null;
17
+ tool_name: string;
18
+ }
19
+ }
@@ -0,0 +1,51 @@
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.McpToolConfigOverrideCreateRequestModel = void 0;
38
+ const core = __importStar(require("../../../../../../../../../core"));
39
+ const ToolCallSoundType_1 = require("../../../../../../../../types/ToolCallSoundType");
40
+ const ToolCallSoundBehavior_1 = require("../../../../../../../../types/ToolCallSoundBehavior");
41
+ const ToolExecutionMode_1 = require("../../../../../../../../types/ToolExecutionMode");
42
+ const DynamicVariableAssignment_1 = require("../../../../../../../../types/DynamicVariableAssignment");
43
+ exports.McpToolConfigOverrideCreateRequestModel = core.serialization.object({
44
+ forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean().optional()),
45
+ disableInterruptions: core.serialization.property("disable_interruptions", core.serialization.boolean().optional()),
46
+ toolCallSound: core.serialization.property("tool_call_sound", ToolCallSoundType_1.ToolCallSoundType.optional()),
47
+ toolCallSoundBehavior: core.serialization.property("tool_call_sound_behavior", ToolCallSoundBehavior_1.ToolCallSoundBehavior.optional()),
48
+ executionMode: core.serialization.property("execution_mode", ToolExecutionMode_1.ToolExecutionMode.optional()),
49
+ assignments: core.serialization.list(DynamicVariableAssignment_1.DynamicVariableAssignment).optional(),
50
+ toolName: core.serialization.property("tool_name", core.serialization.string()),
51
+ });
@@ -0,0 +1,18 @@
1
+ import * as serializers from "../../../../../../../../index";
2
+ import * as ElevenLabs from "../../../../../../../../../api/index";
3
+ import * as core from "../../../../../../../../../core";
4
+ import { ToolCallSoundType } from "../../../../../../../../types/ToolCallSoundType";
5
+ import { ToolCallSoundBehavior } from "../../../../../../../../types/ToolCallSoundBehavior";
6
+ import { ToolExecutionMode } from "../../../../../../../../types/ToolExecutionMode";
7
+ import { DynamicVariableAssignment } from "../../../../../../../../types/DynamicVariableAssignment";
8
+ export declare const McpToolConfigOverrideUpdateRequestModel: core.serialization.Schema<serializers.conversationalAi.mcpServers.McpToolConfigOverrideUpdateRequestModel.Raw, ElevenLabs.conversationalAi.mcpServers.McpToolConfigOverrideUpdateRequestModel>;
9
+ export declare namespace McpToolConfigOverrideUpdateRequestModel {
10
+ interface Raw {
11
+ force_pre_tool_speech?: boolean | null;
12
+ disable_interruptions?: boolean | null;
13
+ tool_call_sound?: ToolCallSoundType.Raw | null;
14
+ tool_call_sound_behavior?: ToolCallSoundBehavior.Raw | null;
15
+ execution_mode?: ToolExecutionMode.Raw | null;
16
+ assignments?: DynamicVariableAssignment.Raw[] | null;
17
+ }
18
+ }
@@ -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.McpToolConfigOverrideUpdateRequestModel = void 0;
38
+ const core = __importStar(require("../../../../../../../../../core"));
39
+ const ToolCallSoundType_1 = require("../../../../../../../../types/ToolCallSoundType");
40
+ const ToolCallSoundBehavior_1 = require("../../../../../../../../types/ToolCallSoundBehavior");
41
+ const ToolExecutionMode_1 = require("../../../../../../../../types/ToolExecutionMode");
42
+ const DynamicVariableAssignment_1 = require("../../../../../../../../types/DynamicVariableAssignment");
43
+ exports.McpToolConfigOverrideUpdateRequestModel = core.serialization.object({
44
+ forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean().optional()),
45
+ disableInterruptions: core.serialization.property("disable_interruptions", core.serialization.boolean().optional()),
46
+ toolCallSound: core.serialization.property("tool_call_sound", ToolCallSoundType_1.ToolCallSoundType.optional()),
47
+ toolCallSoundBehavior: core.serialization.property("tool_call_sound_behavior", ToolCallSoundBehavior_1.ToolCallSoundBehavior.optional()),
48
+ executionMode: core.serialization.property("execution_mode", ToolExecutionMode_1.ToolExecutionMode.optional()),
49
+ assignments: core.serialization.list(DynamicVariableAssignment_1.DynamicVariableAssignment).optional(),
50
+ });
@@ -0,0 +1,2 @@
1
+ export { McpToolConfigOverrideCreateRequestModel } from "./McpToolConfigOverrideCreateRequestModel";
2
+ export { McpToolConfigOverrideUpdateRequestModel } from "./McpToolConfigOverrideUpdateRequestModel";
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.McpToolConfigOverrideUpdateRequestModel = exports.McpToolConfigOverrideCreateRequestModel = void 0;
4
+ var McpToolConfigOverrideCreateRequestModel_1 = require("./McpToolConfigOverrideCreateRequestModel");
5
+ Object.defineProperty(exports, "McpToolConfigOverrideCreateRequestModel", { enumerable: true, get: function () { return McpToolConfigOverrideCreateRequestModel_1.McpToolConfigOverrideCreateRequestModel; } });
6
+ var McpToolConfigOverrideUpdateRequestModel_1 = require("./McpToolConfigOverrideUpdateRequestModel");
7
+ Object.defineProperty(exports, "McpToolConfigOverrideUpdateRequestModel", { enumerable: true, get: function () { return McpToolConfigOverrideUpdateRequestModel_1.McpToolConfigOverrideUpdateRequestModel; } });
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./client"), exports);
@@ -0,0 +1,7 @@
1
+ import * as serializers from "../../../index";
2
+ import * as ElevenLabs from "../../../../api/index";
3
+ import * as core from "../../../../core";
4
+ export declare const MusicSeparateStemsRequestOutputFormat: core.serialization.Schema<serializers.MusicSeparateStemsRequestOutputFormat.Raw, ElevenLabs.MusicSeparateStemsRequestOutputFormat>;
5
+ export declare namespace MusicSeparateStemsRequestOutputFormat {
6
+ type Raw = "mp3_22050_32" | "mp3_24000_48" | "mp3_44100_32" | "mp3_44100_64" | "mp3_44100_96" | "mp3_44100_128" | "mp3_44100_192" | "pcm_8000" | "pcm_16000" | "pcm_22050" | "pcm_24000" | "pcm_32000" | "pcm_44100" | "pcm_48000" | "ulaw_8000" | "alaw_8000" | "opus_48000_32" | "opus_48000_64" | "opus_48000_96" | "opus_48000_128" | "opus_48000_192";
7
+ }
@@ -0,0 +1,61 @@
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.MusicSeparateStemsRequestOutputFormat = void 0;
38
+ const core = __importStar(require("../../../../core"));
39
+ exports.MusicSeparateStemsRequestOutputFormat = core.serialization.enum_([
40
+ "mp3_22050_32",
41
+ "mp3_24000_48",
42
+ "mp3_44100_32",
43
+ "mp3_44100_64",
44
+ "mp3_44100_96",
45
+ "mp3_44100_128",
46
+ "mp3_44100_192",
47
+ "pcm_8000",
48
+ "pcm_16000",
49
+ "pcm_22050",
50
+ "pcm_24000",
51
+ "pcm_32000",
52
+ "pcm_44100",
53
+ "pcm_48000",
54
+ "ulaw_8000",
55
+ "alaw_8000",
56
+ "opus_48000_32",
57
+ "opus_48000_64",
58
+ "opus_48000_96",
59
+ "opus_48000_128",
60
+ "opus_48000_192",
61
+ ]);
@@ -0,0 +1,7 @@
1
+ import * as serializers from "../../../index";
2
+ import * as ElevenLabs from "../../../../api/index";
3
+ import * as core from "../../../../core";
4
+ export declare const MusicSeparateStemsRequestStemVariationId: core.serialization.Schema<serializers.MusicSeparateStemsRequestStemVariationId.Raw, ElevenLabs.MusicSeparateStemsRequestStemVariationId>;
5
+ export declare namespace MusicSeparateStemsRequestStemVariationId {
6
+ type Raw = "two_stems_v1" | "six_stems_v1";
7
+ }