@elevenlabs/elevenlabs-js 2.1.0 → 2.3.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 (1602) hide show
  1. package/Client.d.ts +12 -4
  2. package/Client.js +85 -32
  3. package/README.md +4 -11
  4. package/api/resources/audioIsolation/client/Client.d.ts +5 -4
  5. package/api/resources/audioIsolation/client/Client.js +5 -8
  6. package/api/resources/audioIsolation/client/index.d.ts +1 -0
  7. package/api/resources/audioNative/client/Client.d.ts +3 -1
  8. package/api/resources/audioNative/client/Client.js +7 -14
  9. package/api/resources/audioNative/client/index.d.ts +1 -0
  10. package/api/resources/conversationalAi/client/Client.d.ts +45 -1
  11. package/api/resources/conversationalAi/client/Client.js +222 -10
  12. package/api/resources/conversationalAi/client/index.d.ts +1 -0
  13. package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +3 -1
  14. package/api/resources/conversationalAi/resources/agents/client/Client.js +15 -34
  15. package/api/resources/conversationalAi/resources/agents/client/index.d.ts +1 -0
  16. package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +5 -2
  17. package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.d.ts +3 -1
  18. package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +3 -6
  19. package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +3 -1
  20. package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +3 -6
  21. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.d.ts +3 -1
  22. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +3 -4
  23. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/index.d.ts +1 -0
  24. package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +3 -1
  25. package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +3 -6
  26. package/api/resources/conversationalAi/resources/agents/resources/widget/client/index.d.ts +1 -0
  27. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +3 -1
  28. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +3 -4
  29. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/index.d.ts +1 -0
  30. package/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +29 -1
  31. package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +147 -16
  32. package/api/resources/conversationalAi/resources/batchCalls/client/index.d.ts +1 -0
  33. package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -1
  34. package/api/resources/conversationalAi/resources/conversations/client/Client.js +9 -24
  35. package/api/resources/conversationalAi/resources/conversations/client/index.d.ts +1 -0
  36. package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.d.ts +4 -3
  37. package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +3 -6
  38. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +3 -1
  39. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +3 -4
  40. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/index.d.ts +1 -0
  41. package/api/resources/conversationalAi/resources/dashboard/client/Client.d.ts +2 -0
  42. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.d.ts +3 -1
  43. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +5 -10
  44. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/index.d.ts +1 -0
  45. package/api/resources/conversationalAi/resources/index.d.ts +2 -0
  46. package/api/resources/conversationalAi/resources/index.js +3 -1
  47. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +3 -1
  48. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +3 -6
  49. package/api/resources/conversationalAi/resources/knowledgeBase/client/index.d.ts +1 -0
  50. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +4 -2
  51. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +4 -5
  52. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/index.d.ts +1 -0
  53. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +5 -2
  54. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +28 -44
  55. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/index.d.ts +1 -0
  56. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsDeleteRequest.d.ts +13 -0
  57. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +1 -0
  58. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.d.ts +3 -1
  59. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +3 -6
  60. package/api/resources/conversationalAi/resources/llmUsage/client/Client.d.ts +3 -1
  61. package/api/resources/conversationalAi/resources/llmUsage/client/Client.js +3 -4
  62. package/api/resources/conversationalAi/resources/llmUsage/client/index.d.ts +1 -0
  63. package/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +85 -0
  64. package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +298 -0
  65. package/api/resources/conversationalAi/resources/mcpServers/client/index.d.ts +2 -0
  66. package/api/resources/conversationalAi/resources/mcpServers/client/index.js +17 -0
  67. package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +17 -0
  68. package/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
  69. package/api/resources/conversationalAi/resources/mcpServers/client/requests/index.js +2 -0
  70. package/api/resources/conversationalAi/resources/mcpServers/index.d.ts +2 -0
  71. package/api/resources/conversationalAi/resources/mcpServers/index.js +18 -0
  72. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +49 -0
  73. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +142 -0
  74. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.d.ts +2 -0
  75. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.js +17 -0
  76. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +14 -0
  77. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.d.ts +1 -0
  78. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.js +2 -0
  79. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/index.d.ts +1 -0
  80. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/index.js +17 -0
  81. package/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +5 -0
  82. package/api/resources/conversationalAi/resources/mcpServers/resources/index.js +44 -0
  83. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.d.ts +64 -0
  84. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +214 -0
  85. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.d.ts +2 -0
  86. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.js +17 -0
  87. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +21 -0
  88. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.d.ts +1 -0
  89. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.js +2 -0
  90. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/index.d.ts +1 -0
  91. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/index.js +17 -0
  92. package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.d.ts +46 -0
  93. package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +134 -0
  94. package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/index.d.ts +1 -0
  95. package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/index.js +2 -0
  96. package/api/resources/conversationalAi/resources/mcpServers/resources/tools/index.d.ts +1 -0
  97. package/api/resources/conversationalAi/resources/mcpServers/resources/tools/index.js +17 -0
  98. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +3 -1
  99. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +11 -26
  100. package/api/resources/conversationalAi/resources/phoneNumbers/client/index.d.ts +1 -0
  101. package/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +3 -1
  102. package/api/resources/conversationalAi/resources/secrets/client/Client.js +7 -16
  103. package/api/resources/conversationalAi/resources/secrets/client/index.d.ts +1 -0
  104. package/api/resources/conversationalAi/resources/settings/client/Client.d.ts +3 -1
  105. package/api/resources/conversationalAi/resources/settings/client/Client.js +5 -10
  106. package/api/resources/conversationalAi/resources/settings/client/index.d.ts +1 -0
  107. package/api/resources/conversationalAi/resources/sipTrunk/client/Client.d.ts +3 -1
  108. package/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +3 -4
  109. package/api/resources/conversationalAi/resources/sipTrunk/client/index.d.ts +1 -0
  110. package/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +3 -1
  111. package/api/resources/conversationalAi/resources/twilio/client/Client.js +3 -4
  112. package/api/resources/conversationalAi/resources/twilio/client/index.d.ts +1 -0
  113. package/api/resources/dubbing/client/Client.d.ts +3 -1
  114. package/api/resources/dubbing/client/Client.js +7 -16
  115. package/api/resources/dubbing/client/index.d.ts +1 -0
  116. package/api/resources/dubbing/resources/audio/client/Client.d.ts +4 -3
  117. package/api/resources/dubbing/resources/audio/client/Client.js +3 -6
  118. package/api/resources/dubbing/resources/resource/client/Client.d.ts +3 -1
  119. package/api/resources/dubbing/resources/resource/client/Client.js +11 -22
  120. package/api/resources/dubbing/resources/resource/client/index.d.ts +1 -0
  121. package/api/resources/dubbing/resources/resource/resources/language/client/Client.d.ts +3 -1
  122. package/api/resources/dubbing/resources/resource/resources/language/client/Client.js +3 -4
  123. package/api/resources/dubbing/resources/resource/resources/language/client/index.d.ts +1 -0
  124. package/api/resources/dubbing/resources/resource/resources/segment/client/Client.d.ts +3 -1
  125. package/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +5 -10
  126. package/api/resources/dubbing/resources/resource/resources/segment/client/index.d.ts +1 -0
  127. package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +3 -1
  128. package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +5 -10
  129. package/api/resources/dubbing/resources/resource/resources/speaker/client/index.d.ts +1 -0
  130. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.d.ts +3 -1
  131. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +3 -4
  132. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/index.d.ts +1 -0
  133. package/api/resources/dubbing/resources/transcript/client/Client.d.ts +3 -1
  134. package/api/resources/dubbing/resources/transcript/client/Client.js +3 -6
  135. package/api/resources/dubbing/resources/transcript/client/index.d.ts +1 -0
  136. package/api/resources/forcedAlignment/client/Client.d.ts +3 -1
  137. package/api/resources/forcedAlignment/client/Client.js +3 -4
  138. package/api/resources/forcedAlignment/client/index.d.ts +1 -0
  139. package/api/resources/history/client/Client.d.ts +5 -4
  140. package/api/resources/history/client/Client.js +11 -28
  141. package/api/resources/history/client/index.d.ts +1 -0
  142. package/api/resources/index.d.ts +6 -0
  143. package/api/resources/index.js +7 -1
  144. package/api/resources/models/client/Client.d.ts +3 -1
  145. package/api/resources/models/client/Client.js +3 -6
  146. package/api/resources/pronunciationDictionaries/client/Client.d.ts +4 -3
  147. package/api/resources/pronunciationDictionaries/client/Client.js +11 -26
  148. package/api/resources/pronunciationDictionaries/client/index.d.ts +1 -0
  149. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +3 -1
  150. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +5 -8
  151. package/api/resources/pronunciationDictionaries/resources/rules/client/index.d.ts +1 -0
  152. package/api/resources/samples/client/Client.d.ts +3 -1
  153. package/api/resources/samples/client/Client.js +3 -6
  154. package/api/resources/speechToSpeech/client/Client.d.ts +5 -4
  155. package/api/resources/speechToSpeech/client/Client.js +5 -8
  156. package/api/resources/speechToSpeech/client/index.d.ts +1 -0
  157. package/api/resources/speechToText/client/Client.d.ts +4 -4
  158. package/api/resources/speechToText/client/Client.js +46 -10
  159. package/api/resources/speechToText/client/index.d.ts +1 -0
  160. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -0
  161. package/api/resources/studio/client/Client.d.ts +4 -2
  162. package/api/resources/studio/client/Client.js +4 -5
  163. package/api/resources/studio/client/index.d.ts +1 -0
  164. package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +58 -3
  165. package/api/resources/studio/resources/projects/client/Client.d.ts +3 -1
  166. package/api/resources/studio/resources/projects/client/Client.js +16 -32
  167. package/api/resources/studio/resources/projects/client/index.d.ts +1 -0
  168. package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +59 -2
  169. package/api/resources/studio/resources/projects/resources/chapters/client/Client.d.ts +3 -1
  170. package/api/resources/studio/resources/projects/resources/chapters/client/Client.js +13 -32
  171. package/api/resources/studio/resources/projects/resources/chapters/client/index.d.ts +1 -0
  172. package/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyCreateChapterV1StudioProjectsProjectIdChaptersPost.d.ts +1 -1
  173. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.d.ts +4 -3
  174. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +7 -16
  175. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/index.d.ts +1 -0
  176. package/api/resources/studio/resources/projects/resources/content/client/Client.d.ts +3 -1
  177. package/api/resources/studio/resources/projects/resources/content/client/Client.js +3 -4
  178. package/api/resources/studio/resources/projects/resources/content/client/index.d.ts +1 -0
  179. package/api/resources/studio/resources/projects/resources/content/client/requests/BodyUpdateStudioProjectContentV1StudioProjectsProjectIdContentPost.d.ts +1 -1
  180. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.d.ts +3 -1
  181. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +3 -4
  182. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/index.d.ts +1 -0
  183. package/api/resources/studio/resources/projects/resources/snapshots/client/Client.d.ts +5 -4
  184. package/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +9 -22
  185. package/api/resources/studio/resources/projects/resources/snapshots/client/index.d.ts +1 -0
  186. package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostDurationScale.d.ts +1 -1
  187. package/api/resources/textToDialogue/client/Client.d.ts +45 -0
  188. package/api/resources/textToDialogue/client/Client.js +209 -0
  189. package/api/resources/textToDialogue/client/index.d.ts +2 -0
  190. package/api/resources/textToDialogue/client/index.js +17 -0
  191. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +32 -0
  192. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +32 -0
  193. package/api/resources/textToDialogue/client/requests/index.d.ts +2 -0
  194. package/api/resources/textToDialogue/client/requests/index.js +2 -0
  195. package/api/resources/textToDialogue/index.d.ts +2 -0
  196. package/api/resources/textToDialogue/index.js +18 -0
  197. package/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +28 -0
  198. package/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +27 -0
  199. package/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +28 -0
  200. package/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +27 -0
  201. package/api/resources/textToDialogue/types/index.d.ts +2 -0
  202. package/api/resources/textToDialogue/types/index.js +18 -0
  203. package/api/resources/textToSoundEffects/client/Client.d.ts +4 -3
  204. package/api/resources/textToSoundEffects/client/Client.js +3 -4
  205. package/api/resources/textToSoundEffects/client/index.d.ts +1 -0
  206. package/api/resources/textToSpeech/client/Client.d.ts +5 -4
  207. package/api/resources/textToSpeech/client/Client.js +9 -16
  208. package/api/resources/textToSpeech/client/index.d.ts +1 -0
  209. package/api/resources/textToVoice/client/Client.d.ts +3 -1
  210. package/api/resources/textToVoice/client/Client.js +5 -8
  211. package/api/resources/textToVoice/client/index.d.ts +1 -0
  212. package/api/resources/usage/client/Client.d.ts +3 -1
  213. package/api/resources/usage/client/Client.js +3 -6
  214. package/api/resources/usage/client/index.d.ts +1 -0
  215. package/api/resources/user/client/Client.d.ts +3 -1
  216. package/api/resources/user/client/Client.js +3 -6
  217. package/api/resources/user/resources/subscription/client/Client.d.ts +3 -1
  218. package/api/resources/user/resources/subscription/client/Client.js +3 -6
  219. package/api/resources/voices/client/Client.d.ts +4 -2
  220. package/api/resources/voices/client/Client.js +22 -44
  221. package/api/resources/voices/client/index.d.ts +1 -0
  222. package/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +4 -0
  223. package/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +1 -1
  224. package/api/resources/voices/resources/ivc/client/Client.d.ts +3 -1
  225. package/api/resources/voices/resources/ivc/client/Client.js +3 -4
  226. package/api/resources/voices/resources/ivc/client/index.d.ts +1 -0
  227. package/api/resources/voices/resources/pvc/client/Client.d.ts +3 -1
  228. package/api/resources/voices/resources/pvc/client/Client.js +7 -12
  229. package/api/resources/voices/resources/pvc/client/index.d.ts +1 -0
  230. package/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +3 -1
  231. package/api/resources/voices/resources/pvc/resources/samples/client/Client.js +7 -14
  232. package/api/resources/voices/resources/pvc/resources/samples/client/index.d.ts +1 -0
  233. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.d.ts +3 -1
  234. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +3 -6
  235. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.d.ts +3 -1
  236. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +5 -12
  237. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.d.ts +3 -1
  238. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +3 -6
  239. package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.d.ts +3 -1
  240. package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +3 -6
  241. package/api/resources/voices/resources/pvc/resources/verification/client/Client.d.ts +3 -1
  242. package/api/resources/voices/resources/pvc/resources/verification/client/Client.js +3 -4
  243. package/api/resources/voices/resources/pvc/resources/verification/client/index.d.ts +1 -0
  244. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.d.ts +3 -1
  245. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +5 -10
  246. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/index.d.ts +1 -0
  247. package/api/resources/voices/resources/samples/client/Client.d.ts +2 -0
  248. package/api/resources/voices/resources/samples/resources/audio/client/Client.d.ts +4 -3
  249. package/api/resources/voices/resources/samples/resources/audio/client/Client.js +3 -6
  250. package/api/resources/voices/resources/settings/client/Client.d.ts +4 -2
  251. package/api/resources/voices/resources/settings/client/Client.js +8 -17
  252. package/api/resources/webhooks/client/Client.d.ts +48 -0
  253. package/api/resources/webhooks/client/Client.js +142 -0
  254. package/api/resources/webhooks/client/index.d.ts +2 -0
  255. package/api/resources/webhooks/client/index.js +17 -0
  256. package/api/resources/webhooks/client/requests/WebhooksListRequest.d.ts +15 -0
  257. package/api/resources/webhooks/client/requests/index.d.ts +1 -0
  258. package/api/resources/webhooks/client/requests/index.js +2 -0
  259. package/api/resources/webhooks/index.d.ts +1 -0
  260. package/api/resources/webhooks/index.js +17 -0
  261. package/api/resources/workspace/client/Client.d.ts +30 -0
  262. package/api/resources/workspace/client/Client.js +121 -0
  263. package/api/resources/workspace/client/index.d.ts +1 -0
  264. package/api/resources/workspace/client/index.js +15 -0
  265. package/api/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.d.ts +12 -0
  266. package/api/resources/workspace/client/requests/index.d.ts +1 -0
  267. package/api/resources/workspace/client/requests/index.js +2 -0
  268. package/api/resources/workspace/resources/groups/client/Client.d.ts +3 -1
  269. package/api/resources/workspace/resources/groups/client/Client.js +3 -6
  270. package/api/resources/workspace/resources/groups/client/index.d.ts +1 -0
  271. package/api/resources/workspace/resources/groups/resources/members/client/Client.d.ts +3 -1
  272. package/api/resources/workspace/resources/groups/resources/members/client/Client.js +5 -8
  273. package/api/resources/workspace/resources/groups/resources/members/client/index.d.ts +1 -0
  274. package/api/resources/workspace/resources/invites/client/Client.d.ts +3 -1
  275. package/api/resources/workspace/resources/invites/client/Client.js +7 -12
  276. package/api/resources/workspace/resources/invites/client/index.d.ts +1 -0
  277. package/api/resources/workspace/resources/members/client/Client.d.ts +3 -1
  278. package/api/resources/workspace/resources/members/client/Client.js +5 -8
  279. package/api/resources/workspace/resources/members/client/index.d.ts +1 -0
  280. package/api/resources/workspace/resources/resources/client/Client.d.ts +3 -1
  281. package/api/resources/workspace/resources/resources/client/Client.js +7 -14
  282. package/api/resources/workspace/resources/resources/client/index.d.ts +1 -0
  283. package/api/types/AddKnowledgeBaseResponseModel.d.ts +0 -1
  284. package/api/types/AddProjectRequest.d.ts +60 -3
  285. package/api/types/AgentCallLimits.d.ts +2 -0
  286. package/api/types/AgentConfigOverride.d.ts +4 -4
  287. package/api/types/AgentConfigOverrideConfig.d.ts +4 -4
  288. package/api/types/AuthorizationMethod.d.ts +2 -1
  289. package/api/types/AuthorizationMethod.js +1 -0
  290. package/api/types/BodyAddChapterToAProjectV1ProjectsProjectIdChaptersAddPost.d.ts +1 -1
  291. package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePost.d.ts +57 -2
  292. package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale.d.ts +1 -1
  293. package/api/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.d.ts +2 -2
  294. package/api/types/BuiltInTools.d.ts +16 -0
  295. package/api/types/ChapterContentBlockInputModel.d.ts +1 -1
  296. package/api/types/ClientEvent.d.ts +4 -1
  297. package/api/types/ClientEvent.js +3 -0
  298. package/api/types/ConvAiUserSecretDbModel.d.ts +12 -0
  299. package/api/types/ConversationChargingCommonModel.d.ts +1 -0
  300. package/api/types/ConversationConfigClientOverrideConfigInput.d.ts +4 -4
  301. package/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +4 -4
  302. package/api/types/ConversationConfigClientOverrideInput.d.ts +4 -4
  303. package/api/types/ConversationConfigClientOverrideOutput.d.ts +4 -4
  304. package/api/types/ConversationConfigOverride.d.ts +1 -0
  305. package/api/types/ConversationConfigOverrideConfig.d.ts +1 -1
  306. package/api/types/ConversationHistoryMetadataCommonModel.d.ts +2 -0
  307. package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
  308. package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
  309. package/api/types/ConversationSimulationSpecification.d.ts +1 -0
  310. package/api/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +4 -0
  311. package/api/types/ConversationalConfig.d.ts +1 -1
  312. package/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +2 -0
  313. package/api/types/CustomLlm.d.ts +2 -0
  314. package/api/types/CustomLlmRequestHeadersValue.d.ts +5 -0
  315. package/api/types/DialogueInput.d.ts +9 -0
  316. package/api/types/DialogueInput.js +5 -0
  317. package/api/types/DialogueInputResponseModel.d.ts +11 -0
  318. package/api/types/DialogueInputResponseModel.js +5 -0
  319. package/api/types/EmbedVariant.d.ts +2 -1
  320. package/api/types/EmbedVariant.js +1 -0
  321. package/api/types/FeatureStatusCommonModel.d.ts +7 -0
  322. package/api/types/FeatureStatusCommonModel.js +5 -0
  323. package/api/types/FeaturesUsageCommonModel.d.ts +12 -0
  324. package/api/types/FeaturesUsageCommonModel.js +5 -0
  325. package/api/types/GetAgentEmbedResponseModel.d.ts +1 -1
  326. package/api/types/GetKnowledgeBaseFileResponseModel.d.ts +1 -1
  327. package/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +1 -1
  328. package/api/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +1 -1
  329. package/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -1
  330. package/api/types/GetKnowledgeBaseTextResponseModel.d.ts +1 -1
  331. package/api/types/GetKnowledgeBaseUrlResponseModel.d.ts +1 -1
  332. package/api/types/IntegrationType.d.ts +8 -0
  333. package/api/types/IntegrationType.js +10 -0
  334. package/api/types/InvoiceResponse.d.ts +2 -0
  335. package/api/types/ListMcpToolsResponseModel.d.ts +15 -0
  336. package/api/types/ListMcpToolsResponseModel.js +5 -0
  337. package/api/types/Llm.d.ts +28 -3
  338. package/api/types/Llm.js +27 -2
  339. package/api/types/McpApprovalPolicy.d.ts +12 -0
  340. package/api/types/McpApprovalPolicy.js +11 -0
  341. package/api/types/McpServerConfigInput.d.ts +19 -0
  342. package/api/types/McpServerConfigInput.js +5 -0
  343. package/api/types/McpServerConfigInputRequestHeadersValue.d.ts +5 -0
  344. package/api/types/McpServerConfigInputRequestHeadersValue.js +5 -0
  345. package/api/types/McpServerConfigInputSecretToken.d.ts +8 -0
  346. package/api/types/McpServerConfigInputSecretToken.js +5 -0
  347. package/api/types/McpServerConfigInputUrl.d.ts +8 -0
  348. package/api/types/McpServerConfigInputUrl.js +5 -0
  349. package/api/types/McpServerConfigOutput.d.ts +19 -0
  350. package/api/types/McpServerConfigOutput.js +5 -0
  351. package/api/types/McpServerConfigOutputRequestHeadersValue.d.ts +5 -0
  352. package/api/types/McpServerConfigOutputRequestHeadersValue.js +5 -0
  353. package/api/types/McpServerConfigOutputSecretToken.d.ts +8 -0
  354. package/api/types/McpServerConfigOutputSecretToken.js +5 -0
  355. package/api/types/McpServerConfigOutputUrl.d.ts +8 -0
  356. package/api/types/McpServerConfigOutputUrl.js +5 -0
  357. package/api/types/McpServerMetadataResponseModel.d.ts +7 -0
  358. package/api/types/McpServerMetadataResponseModel.js +5 -0
  359. package/api/types/McpServerResponseModel.d.ts +17 -0
  360. package/api/types/McpServerResponseModel.js +5 -0
  361. package/api/types/McpServerResponseModelDependentAgentsItem.d.ts +13 -0
  362. package/api/types/McpServerResponseModelDependentAgentsItem.js +5 -0
  363. package/api/types/McpServerTransport.d.ts +11 -0
  364. package/api/types/McpServerTransport.js +10 -0
  365. package/api/types/McpServersResponseModel.d.ts +10 -0
  366. package/api/types/McpServersResponseModel.js +5 -0
  367. package/api/types/McpToolApprovalHash.d.ts +15 -0
  368. package/api/types/McpToolApprovalHash.js +5 -0
  369. package/api/types/McpToolApprovalPolicy.d.ts +11 -0
  370. package/api/types/McpToolApprovalPolicy.js +10 -0
  371. package/api/types/McpToolConfigInput.d.ts +11 -1
  372. package/api/types/McpToolConfigOutput.d.ts +11 -1
  373. package/api/types/ModelSettingsResponseModel.d.ts +9 -0
  374. package/api/types/ModelSettingsResponseModel.js +5 -0
  375. package/api/types/PromptAgentDbModel.d.ts +1 -0
  376. package/api/types/PromptAgentDbModelToolsItem.d.ts +1 -4
  377. package/api/types/PromptAgentInputToolsItem.d.ts +1 -4
  378. package/api/types/PromptAgentOutputToolsItem.d.ts +1 -4
  379. package/api/types/PromptAgentOverride.d.ts +1 -1
  380. package/api/types/PromptAgentOverrideConfig.d.ts +1 -1
  381. package/api/types/PronunciationDictionaryLocator.d.ts +1 -1
  382. package/api/types/RagConfig.d.ts +2 -0
  383. package/api/types/{RagIndexResponseModel.d.ts → RagDocumentIndexResponseModel.d.ts} +4 -1
  384. package/api/types/RagDocumentIndexResponseModel.js +5 -0
  385. package/api/types/RagDocumentIndexUsage.d.ts +6 -0
  386. package/api/types/RagDocumentIndexUsage.js +5 -0
  387. package/api/types/RagDocumentIndexesResponseModel.d.ts +7 -0
  388. package/api/types/RagDocumentIndexesResponseModel.js +5 -0
  389. package/api/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +8 -0
  390. package/api/types/RagIndexOverviewEmbeddingModelResponseModel.js +5 -0
  391. package/api/types/RagIndexOverviewResponseModel.d.ts +9 -0
  392. package/api/types/RagIndexOverviewResponseModel.js +5 -0
  393. package/api/types/RagIndexStatus.d.ts +3 -1
  394. package/api/types/RagIndexStatus.js +2 -0
  395. package/api/types/SkipTurnToolConfig.d.ts +16 -0
  396. package/api/types/SkipTurnToolConfig.js +5 -0
  397. package/api/types/SpeechHistoryItemResponse.d.ts +5 -3
  398. package/api/types/Subscription.d.ts +1 -1
  399. package/api/types/SubscriptionResponse.d.ts +1 -1
  400. package/api/types/{SubscriptionStatus.d.ts → SubscriptionStatusType.d.ts} +4 -7
  401. package/{dist/api/types/SubscriptionStatus.js → api/types/SubscriptionStatusType.js} +4 -4
  402. package/api/types/SupportedVoice.d.ts +15 -0
  403. package/api/types/SupportedVoice.js +5 -0
  404. package/api/types/SystemToolConfigInputParams.d.ts +4 -1
  405. package/api/types/SystemToolConfigOutputParams.d.ts +4 -1
  406. package/api/types/Tool.d.ts +15 -0
  407. package/api/types/Tool.js +5 -0
  408. package/api/types/ToolAnnotations.d.ts +22 -0
  409. package/api/types/ToolAnnotations.js +5 -0
  410. package/api/types/TransferToNumberToolConfig.d.ts +2 -0
  411. package/{dist/api/types/TtsConversationalConfig.d.ts → api/types/TtsConversationalConfigInput.d.ts} +3 -1
  412. package/api/types/TtsConversationalConfigInput.js +5 -0
  413. package/api/types/TtsConversationalConfigOutput.d.ts +24 -0
  414. package/api/types/TtsConversationalConfigOutput.js +5 -0
  415. package/api/types/TtsConversationalConfigOverride.d.ts +1 -0
  416. package/api/types/TtsConversationalConfigOverrideConfig.d.ts +1 -1
  417. package/api/types/TtsModelFamily.d.ts +9 -0
  418. package/api/types/TtsModelFamily.js +11 -0
  419. package/api/types/User.d.ts +1 -1
  420. package/api/types/VoiceDesignPreviewResponse.d.ts +2 -0
  421. package/api/types/VoicePreviewResponseModel.d.ts +4 -0
  422. package/api/types/VoiceSettings.d.ts +2 -2
  423. package/api/types/WebhookAuthMethodType.d.ts +8 -0
  424. package/api/types/WebhookAuthMethodType.js +10 -0
  425. package/api/types/WebhookUsageType.d.ts +10 -0
  426. package/api/types/WebhookUsageType.js +12 -0
  427. package/api/types/WidgetConfig.d.ts +15 -1
  428. package/{dist/api/types/WidgetConfigAvatar.d.ts → api/types/WidgetConfigInputAvatar.d.ts} +2 -2
  429. package/api/types/WidgetConfigInputAvatar.js +5 -0
  430. package/api/types/WidgetConfigOutputAvatar.d.ts +19 -0
  431. package/api/types/WidgetConfigOutputAvatar.js +5 -0
  432. package/api/types/{WidgetConfigResponseModel.d.ts → WidgetConfigResponse.d.ts} +18 -1
  433. package/api/types/WidgetConfigResponse.js +5 -0
  434. package/api/types/WidgetLanguagePreset.d.ts +8 -0
  435. package/api/types/WidgetLanguagePreset.js +5 -0
  436. package/api/types/WidgetLanguagePresetResponse.d.ts +9 -0
  437. package/api/types/WidgetLanguagePresetResponse.js +5 -0
  438. package/api/types/WidgetPlacement.d.ts +12 -0
  439. package/api/types/WidgetPlacement.js +14 -0
  440. package/api/types/WidgetStyles.d.ts +45 -0
  441. package/api/types/WidgetStyles.js +5 -0
  442. package/api/types/WidgetTextContents.d.ts +47 -0
  443. package/api/types/WidgetTextContents.js +5 -0
  444. package/api/types/WorkspaceResourceType.d.ts +2 -2
  445. package/api/types/WorkspaceResourceType.js +1 -1
  446. package/api/types/WorkspaceWebhookListResponseModel.d.ts +8 -0
  447. package/api/types/WorkspaceWebhookListResponseModel.js +5 -0
  448. package/api/types/WorkspaceWebhookResponseModel.d.ts +26 -0
  449. package/api/types/WorkspaceWebhookResponseModel.js +5 -0
  450. package/api/types/WorkspaceWebhookUsageResponseModel.d.ts +7 -0
  451. package/api/types/WorkspaceWebhookUsageResponseModel.js +5 -0
  452. package/api/types/index.d.ts +53 -8
  453. package/api/types/index.js +53 -8
  454. package/core/fetcher/Fetcher.d.ts +2 -1
  455. package/core/fetcher/Fetcher.js +22 -9
  456. package/core/form-data-utils/FormDataWrapper.js +5 -4
  457. package/core/form-data-utils/toReadableStream.d.ts +1 -0
  458. package/core/form-data-utils/toReadableStream.js +28 -0
  459. package/core/headers.d.ts +3 -0
  460. package/core/headers.js +29 -0
  461. package/core/index.d.ts +1 -1
  462. package/core/index.js +1 -1
  463. package/core/runtime/runtime.js +0 -1
  464. package/core/{streaming-fetcher → stream}/Stream.d.ts +1 -2
  465. package/dist/Client.d.ts +12 -4
  466. package/dist/Client.js +85 -32
  467. package/dist/api/resources/audioIsolation/client/Client.d.ts +5 -4
  468. package/dist/api/resources/audioIsolation/client/Client.js +5 -8
  469. package/dist/api/resources/audioIsolation/client/index.d.ts +1 -0
  470. package/dist/api/resources/audioNative/client/Client.d.ts +3 -1
  471. package/dist/api/resources/audioNative/client/Client.js +7 -14
  472. package/dist/api/resources/audioNative/client/index.d.ts +1 -0
  473. package/dist/api/resources/conversationalAi/client/Client.d.ts +45 -1
  474. package/dist/api/resources/conversationalAi/client/Client.js +222 -10
  475. package/dist/api/resources/conversationalAi/client/index.d.ts +1 -0
  476. package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +3 -1
  477. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +15 -34
  478. package/dist/api/resources/conversationalAi/resources/agents/client/index.d.ts +1 -0
  479. package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +5 -2
  480. package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.d.ts +3 -1
  481. package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +3 -6
  482. package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +3 -1
  483. package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +3 -6
  484. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.d.ts +3 -1
  485. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +3 -4
  486. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/index.d.ts +1 -0
  487. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +3 -1
  488. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +3 -6
  489. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/index.d.ts +1 -0
  490. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +3 -1
  491. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +3 -4
  492. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/index.d.ts +1 -0
  493. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +29 -1
  494. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +147 -16
  495. package/dist/api/resources/conversationalAi/resources/batchCalls/client/index.d.ts +1 -0
  496. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -1
  497. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +9 -24
  498. package/dist/api/resources/conversationalAi/resources/conversations/client/index.d.ts +1 -0
  499. package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.d.ts +4 -3
  500. package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +3 -6
  501. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +3 -1
  502. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +3 -4
  503. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/index.d.ts +1 -0
  504. package/dist/api/resources/conversationalAi/resources/dashboard/client/Client.d.ts +2 -0
  505. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.d.ts +3 -1
  506. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +5 -10
  507. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/index.d.ts +1 -0
  508. package/dist/api/resources/conversationalAi/resources/index.d.ts +2 -0
  509. package/dist/api/resources/conversationalAi/resources/index.js +3 -1
  510. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +3 -1
  511. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +3 -6
  512. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/index.d.ts +1 -0
  513. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +4 -2
  514. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +4 -5
  515. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/index.d.ts +1 -0
  516. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +5 -2
  517. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +28 -44
  518. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/index.d.ts +1 -0
  519. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsDeleteRequest.d.ts +13 -0
  520. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsDeleteRequest.js +5 -0
  521. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +1 -0
  522. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.d.ts +3 -1
  523. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +3 -6
  524. package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.d.ts +3 -1
  525. package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.js +3 -4
  526. package/dist/api/resources/conversationalAi/resources/llmUsage/client/index.d.ts +1 -0
  527. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +85 -0
  528. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +298 -0
  529. package/dist/api/resources/conversationalAi/resources/mcpServers/client/index.d.ts +2 -0
  530. package/dist/api/resources/conversationalAi/resources/mcpServers/client/index.js +17 -0
  531. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +17 -0
  532. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.js +5 -0
  533. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
  534. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/index.js +2 -0
  535. package/dist/api/resources/conversationalAi/resources/mcpServers/index.d.ts +2 -0
  536. package/dist/api/resources/conversationalAi/resources/mcpServers/index.js +18 -0
  537. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +49 -0
  538. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +142 -0
  539. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.d.ts +2 -0
  540. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.js +17 -0
  541. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +14 -0
  542. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.js +5 -0
  543. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.d.ts +1 -0
  544. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.js +2 -0
  545. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/index.d.ts +1 -0
  546. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/index.js +17 -0
  547. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +5 -0
  548. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.js +44 -0
  549. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.d.ts +64 -0
  550. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +214 -0
  551. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.d.ts +2 -0
  552. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.js +17 -0
  553. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +21 -0
  554. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.js +5 -0
  555. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.d.ts +1 -0
  556. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.js +2 -0
  557. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/index.d.ts +1 -0
  558. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/index.js +17 -0
  559. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.d.ts +46 -0
  560. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +134 -0
  561. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/index.d.ts +1 -0
  562. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/index.js +2 -0
  563. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/index.d.ts +1 -0
  564. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/index.js +17 -0
  565. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +3 -1
  566. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +11 -26
  567. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/index.d.ts +1 -0
  568. package/dist/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +3 -1
  569. package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +7 -16
  570. package/dist/api/resources/conversationalAi/resources/secrets/client/index.d.ts +1 -0
  571. package/dist/api/resources/conversationalAi/resources/settings/client/Client.d.ts +3 -1
  572. package/dist/api/resources/conversationalAi/resources/settings/client/Client.js +5 -10
  573. package/dist/api/resources/conversationalAi/resources/settings/client/index.d.ts +1 -0
  574. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.d.ts +3 -1
  575. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +3 -4
  576. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/index.d.ts +1 -0
  577. package/dist/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +3 -1
  578. package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +3 -4
  579. package/dist/api/resources/conversationalAi/resources/twilio/client/index.d.ts +1 -0
  580. package/dist/api/resources/dubbing/client/Client.d.ts +3 -1
  581. package/dist/api/resources/dubbing/client/Client.js +7 -16
  582. package/dist/api/resources/dubbing/client/index.d.ts +1 -0
  583. package/dist/api/resources/dubbing/resources/audio/client/Client.d.ts +4 -3
  584. package/dist/api/resources/dubbing/resources/audio/client/Client.js +3 -6
  585. package/dist/api/resources/dubbing/resources/resource/client/Client.d.ts +3 -1
  586. package/dist/api/resources/dubbing/resources/resource/client/Client.js +11 -22
  587. package/dist/api/resources/dubbing/resources/resource/client/index.d.ts +1 -0
  588. package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.d.ts +3 -1
  589. package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.js +3 -4
  590. package/dist/api/resources/dubbing/resources/resource/resources/language/client/index.d.ts +1 -0
  591. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.d.ts +3 -1
  592. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +5 -10
  593. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/index.d.ts +1 -0
  594. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +3 -1
  595. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +5 -10
  596. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/index.d.ts +1 -0
  597. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.d.ts +3 -1
  598. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +3 -4
  599. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/index.d.ts +1 -0
  600. package/dist/api/resources/dubbing/resources/transcript/client/Client.d.ts +3 -1
  601. package/dist/api/resources/dubbing/resources/transcript/client/Client.js +3 -6
  602. package/dist/api/resources/dubbing/resources/transcript/client/index.d.ts +1 -0
  603. package/dist/api/resources/forcedAlignment/client/Client.d.ts +3 -1
  604. package/dist/api/resources/forcedAlignment/client/Client.js +3 -4
  605. package/dist/api/resources/forcedAlignment/client/index.d.ts +1 -0
  606. package/dist/api/resources/history/client/Client.d.ts +5 -4
  607. package/dist/api/resources/history/client/Client.js +11 -28
  608. package/dist/api/resources/history/client/index.d.ts +1 -0
  609. package/dist/api/resources/index.d.ts +6 -0
  610. package/dist/api/resources/index.js +7 -1
  611. package/dist/api/resources/models/client/Client.d.ts +3 -1
  612. package/dist/api/resources/models/client/Client.js +3 -6
  613. package/dist/api/resources/pronunciationDictionaries/client/Client.d.ts +4 -3
  614. package/dist/api/resources/pronunciationDictionaries/client/Client.js +11 -26
  615. package/dist/api/resources/pronunciationDictionaries/client/index.d.ts +1 -0
  616. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +3 -1
  617. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +5 -8
  618. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/index.d.ts +1 -0
  619. package/dist/api/resources/samples/client/Client.d.ts +3 -1
  620. package/dist/api/resources/samples/client/Client.js +3 -6
  621. package/dist/api/resources/speechToSpeech/client/Client.d.ts +5 -4
  622. package/dist/api/resources/speechToSpeech/client/Client.js +5 -8
  623. package/dist/api/resources/speechToSpeech/client/index.d.ts +1 -0
  624. package/dist/api/resources/speechToText/client/Client.d.ts +4 -4
  625. package/dist/api/resources/speechToText/client/Client.js +46 -10
  626. package/dist/api/resources/speechToText/client/index.d.ts +1 -0
  627. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -0
  628. package/dist/api/resources/studio/client/Client.d.ts +4 -2
  629. package/dist/api/resources/studio/client/Client.js +4 -5
  630. package/dist/api/resources/studio/client/index.d.ts +1 -0
  631. package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +58 -3
  632. package/dist/api/resources/studio/resources/projects/client/Client.d.ts +3 -1
  633. package/dist/api/resources/studio/resources/projects/client/Client.js +16 -32
  634. package/dist/api/resources/studio/resources/projects/client/index.d.ts +1 -0
  635. package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +59 -2
  636. package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.d.ts +3 -1
  637. package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.js +13 -32
  638. package/dist/api/resources/studio/resources/projects/resources/chapters/client/index.d.ts +1 -0
  639. package/dist/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyCreateChapterV1StudioProjectsProjectIdChaptersPost.d.ts +1 -1
  640. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.d.ts +4 -3
  641. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +7 -16
  642. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/index.d.ts +1 -0
  643. package/dist/api/resources/studio/resources/projects/resources/content/client/Client.d.ts +3 -1
  644. package/dist/api/resources/studio/resources/projects/resources/content/client/Client.js +3 -4
  645. package/dist/api/resources/studio/resources/projects/resources/content/client/index.d.ts +1 -0
  646. package/dist/api/resources/studio/resources/projects/resources/content/client/requests/BodyUpdateStudioProjectContentV1StudioProjectsProjectIdContentPost.d.ts +1 -1
  647. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.d.ts +3 -1
  648. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +3 -4
  649. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/index.d.ts +1 -0
  650. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.d.ts +5 -4
  651. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +9 -22
  652. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/index.d.ts +1 -0
  653. package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostDurationScale.d.ts +1 -1
  654. package/dist/api/resources/textToDialogue/client/Client.d.ts +45 -0
  655. package/dist/api/resources/textToDialogue/client/Client.js +209 -0
  656. package/dist/api/resources/textToDialogue/client/index.d.ts +2 -0
  657. package/dist/api/resources/textToDialogue/client/index.js +17 -0
  658. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +32 -0
  659. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +5 -0
  660. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +32 -0
  661. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +5 -0
  662. package/dist/api/resources/textToDialogue/client/requests/index.d.ts +2 -0
  663. package/dist/api/resources/textToDialogue/client/requests/index.js +2 -0
  664. package/dist/api/resources/textToDialogue/index.d.ts +2 -0
  665. package/dist/api/resources/textToDialogue/index.js +18 -0
  666. package/dist/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +28 -0
  667. package/dist/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +27 -0
  668. package/dist/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +28 -0
  669. package/dist/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +27 -0
  670. package/dist/api/resources/textToDialogue/types/index.d.ts +2 -0
  671. package/dist/api/resources/textToDialogue/types/index.js +18 -0
  672. package/dist/api/resources/textToSoundEffects/client/Client.d.ts +4 -3
  673. package/dist/api/resources/textToSoundEffects/client/Client.js +3 -4
  674. package/dist/api/resources/textToSoundEffects/client/index.d.ts +1 -0
  675. package/dist/api/resources/textToSpeech/client/Client.d.ts +5 -4
  676. package/dist/api/resources/textToSpeech/client/Client.js +9 -16
  677. package/dist/api/resources/textToSpeech/client/index.d.ts +1 -0
  678. package/dist/api/resources/textToVoice/client/Client.d.ts +3 -1
  679. package/dist/api/resources/textToVoice/client/Client.js +5 -8
  680. package/dist/api/resources/textToVoice/client/index.d.ts +1 -0
  681. package/dist/api/resources/usage/client/Client.d.ts +3 -1
  682. package/dist/api/resources/usage/client/Client.js +3 -6
  683. package/dist/api/resources/usage/client/index.d.ts +1 -0
  684. package/dist/api/resources/user/client/Client.d.ts +3 -1
  685. package/dist/api/resources/user/client/Client.js +3 -6
  686. package/dist/api/resources/user/resources/subscription/client/Client.d.ts +3 -1
  687. package/dist/api/resources/user/resources/subscription/client/Client.js +3 -6
  688. package/dist/api/resources/voices/client/Client.d.ts +4 -2
  689. package/dist/api/resources/voices/client/Client.js +22 -44
  690. package/dist/api/resources/voices/client/index.d.ts +1 -0
  691. package/dist/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +4 -0
  692. package/dist/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +1 -1
  693. package/dist/api/resources/voices/resources/ivc/client/Client.d.ts +3 -1
  694. package/dist/api/resources/voices/resources/ivc/client/Client.js +3 -4
  695. package/dist/api/resources/voices/resources/ivc/client/index.d.ts +1 -0
  696. package/dist/api/resources/voices/resources/pvc/client/Client.d.ts +3 -1
  697. package/dist/api/resources/voices/resources/pvc/client/Client.js +7 -12
  698. package/dist/api/resources/voices/resources/pvc/client/index.d.ts +1 -0
  699. package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +3 -1
  700. package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.js +7 -14
  701. package/dist/api/resources/voices/resources/pvc/resources/samples/client/index.d.ts +1 -0
  702. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.d.ts +3 -1
  703. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +3 -6
  704. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.d.ts +3 -1
  705. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +5 -12
  706. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.d.ts +3 -1
  707. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +3 -6
  708. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.d.ts +3 -1
  709. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +3 -6
  710. package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.d.ts +3 -1
  711. package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.js +3 -4
  712. package/dist/api/resources/voices/resources/pvc/resources/verification/client/index.d.ts +1 -0
  713. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.d.ts +3 -1
  714. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +5 -10
  715. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/index.d.ts +1 -0
  716. package/dist/api/resources/voices/resources/samples/client/Client.d.ts +2 -0
  717. package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.d.ts +4 -3
  718. package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.js +3 -6
  719. package/dist/api/resources/voices/resources/settings/client/Client.d.ts +4 -2
  720. package/dist/api/resources/voices/resources/settings/client/Client.js +8 -17
  721. package/dist/api/resources/webhooks/client/Client.d.ts +48 -0
  722. package/dist/api/resources/webhooks/client/Client.js +142 -0
  723. package/dist/api/resources/webhooks/client/index.d.ts +2 -0
  724. package/dist/api/resources/webhooks/client/index.js +17 -0
  725. package/dist/api/resources/webhooks/client/requests/WebhooksListRequest.d.ts +15 -0
  726. package/dist/api/resources/webhooks/client/requests/WebhooksListRequest.js +5 -0
  727. package/dist/api/resources/webhooks/client/requests/index.d.ts +1 -0
  728. package/dist/api/resources/webhooks/client/requests/index.js +2 -0
  729. package/dist/api/resources/webhooks/index.d.ts +1 -0
  730. package/dist/api/resources/webhooks/index.js +17 -0
  731. package/dist/api/resources/workspace/client/Client.d.ts +30 -0
  732. package/dist/api/resources/workspace/client/Client.js +121 -0
  733. package/dist/api/resources/workspace/client/index.d.ts +1 -0
  734. package/dist/api/resources/workspace/client/index.js +15 -0
  735. package/dist/api/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.d.ts +12 -0
  736. package/dist/api/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.js +5 -0
  737. package/dist/api/resources/workspace/client/requests/index.d.ts +1 -0
  738. package/dist/api/resources/workspace/client/requests/index.js +2 -0
  739. package/dist/api/resources/workspace/resources/groups/client/Client.d.ts +3 -1
  740. package/dist/api/resources/workspace/resources/groups/client/Client.js +3 -6
  741. package/dist/api/resources/workspace/resources/groups/client/index.d.ts +1 -0
  742. package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.d.ts +3 -1
  743. package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.js +5 -8
  744. package/dist/api/resources/workspace/resources/groups/resources/members/client/index.d.ts +1 -0
  745. package/dist/api/resources/workspace/resources/invites/client/Client.d.ts +3 -1
  746. package/dist/api/resources/workspace/resources/invites/client/Client.js +7 -12
  747. package/dist/api/resources/workspace/resources/invites/client/index.d.ts +1 -0
  748. package/dist/api/resources/workspace/resources/members/client/Client.d.ts +3 -1
  749. package/dist/api/resources/workspace/resources/members/client/Client.js +5 -8
  750. package/dist/api/resources/workspace/resources/members/client/index.d.ts +1 -0
  751. package/dist/api/resources/workspace/resources/resources/client/Client.d.ts +3 -1
  752. package/dist/api/resources/workspace/resources/resources/client/Client.js +7 -14
  753. package/dist/api/resources/workspace/resources/resources/client/index.d.ts +1 -0
  754. package/dist/api/types/AddKnowledgeBaseResponseModel.d.ts +0 -1
  755. package/dist/api/types/AddProjectRequest.d.ts +60 -3
  756. package/dist/api/types/AgentCallLimits.d.ts +2 -0
  757. package/dist/api/types/AgentConfigOverride.d.ts +4 -4
  758. package/dist/api/types/AgentConfigOverrideConfig.d.ts +4 -4
  759. package/dist/api/types/AuthorizationMethod.d.ts +2 -1
  760. package/dist/api/types/AuthorizationMethod.js +1 -0
  761. package/dist/api/types/BodyAddChapterToAProjectV1ProjectsProjectIdChaptersAddPost.d.ts +1 -1
  762. package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePost.d.ts +57 -2
  763. package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale.d.ts +1 -1
  764. package/dist/api/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.d.ts +2 -2
  765. package/dist/api/types/BuiltInTools.d.ts +16 -0
  766. package/dist/api/types/BuiltInTools.js +5 -0
  767. package/dist/api/types/ChapterContentBlockInputModel.d.ts +1 -1
  768. package/dist/api/types/ClientEvent.d.ts +4 -1
  769. package/dist/api/types/ClientEvent.js +3 -0
  770. package/dist/api/types/ConvAiUserSecretDbModel.d.ts +12 -0
  771. package/dist/api/types/ConvAiUserSecretDbModel.js +5 -0
  772. package/dist/api/types/ConversationChargingCommonModel.d.ts +1 -0
  773. package/dist/api/types/ConversationConfigClientOverrideConfigInput.d.ts +4 -4
  774. package/dist/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +4 -4
  775. package/dist/api/types/ConversationConfigClientOverrideInput.d.ts +4 -4
  776. package/dist/api/types/ConversationConfigClientOverrideOutput.d.ts +4 -4
  777. package/dist/api/types/ConversationConfigOverride.d.ts +1 -0
  778. package/dist/api/types/ConversationConfigOverrideConfig.d.ts +1 -1
  779. package/dist/api/types/ConversationHistoryMetadataCommonModel.d.ts +2 -0
  780. package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
  781. package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
  782. package/dist/api/types/ConversationSimulationSpecification.d.ts +1 -0
  783. package/dist/api/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +4 -0
  784. package/dist/api/types/ConversationSimulationSpecificationDynamicVariablesValue.js +5 -0
  785. package/dist/api/types/ConversationalConfig.d.ts +1 -1
  786. package/dist/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +2 -0
  787. package/dist/api/types/CustomLlm.d.ts +2 -0
  788. package/dist/api/types/CustomLlmRequestHeadersValue.d.ts +5 -0
  789. package/dist/api/types/CustomLlmRequestHeadersValue.js +5 -0
  790. package/dist/api/types/DialogueInput.d.ts +9 -0
  791. package/dist/api/types/DialogueInput.js +5 -0
  792. package/dist/api/types/DialogueInputResponseModel.d.ts +11 -0
  793. package/dist/api/types/DialogueInputResponseModel.js +5 -0
  794. package/dist/api/types/EmbedVariant.d.ts +2 -1
  795. package/dist/api/types/EmbedVariant.js +1 -0
  796. package/dist/api/types/FeatureStatusCommonModel.d.ts +7 -0
  797. package/dist/api/types/FeatureStatusCommonModel.js +5 -0
  798. package/dist/api/types/FeaturesUsageCommonModel.d.ts +12 -0
  799. package/dist/api/types/FeaturesUsageCommonModel.js +5 -0
  800. package/dist/api/types/GetAgentEmbedResponseModel.d.ts +1 -1
  801. package/dist/api/types/GetKnowledgeBaseFileResponseModel.d.ts +1 -1
  802. package/dist/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +1 -1
  803. package/dist/api/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +1 -1
  804. package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -1
  805. package/dist/api/types/GetKnowledgeBaseTextResponseModel.d.ts +1 -1
  806. package/dist/api/types/GetKnowledgeBaseUrlResponseModel.d.ts +1 -1
  807. package/dist/api/types/IntegrationType.d.ts +8 -0
  808. package/dist/api/types/IntegrationType.js +10 -0
  809. package/dist/api/types/InvoiceResponse.d.ts +2 -0
  810. package/dist/api/types/ListMcpToolsResponseModel.d.ts +15 -0
  811. package/dist/api/types/ListMcpToolsResponseModel.js +5 -0
  812. package/dist/api/types/Llm.d.ts +28 -3
  813. package/dist/api/types/Llm.js +27 -2
  814. package/dist/api/types/McpApprovalPolicy.d.ts +12 -0
  815. package/dist/api/types/McpApprovalPolicy.js +11 -0
  816. package/dist/api/types/McpServerConfigInput.d.ts +19 -0
  817. package/dist/api/types/McpServerConfigInput.js +5 -0
  818. package/dist/api/types/McpServerConfigInputRequestHeadersValue.d.ts +5 -0
  819. package/dist/api/types/McpServerConfigInputRequestHeadersValue.js +5 -0
  820. package/dist/api/types/McpServerConfigInputSecretToken.d.ts +8 -0
  821. package/dist/api/types/McpServerConfigInputSecretToken.js +5 -0
  822. package/dist/api/types/McpServerConfigInputUrl.d.ts +8 -0
  823. package/dist/api/types/McpServerConfigInputUrl.js +5 -0
  824. package/dist/api/types/McpServerConfigOutput.d.ts +19 -0
  825. package/dist/api/types/McpServerConfigOutput.js +5 -0
  826. package/dist/api/types/McpServerConfigOutputRequestHeadersValue.d.ts +5 -0
  827. package/dist/api/types/McpServerConfigOutputRequestHeadersValue.js +5 -0
  828. package/dist/api/types/McpServerConfigOutputSecretToken.d.ts +8 -0
  829. package/dist/api/types/McpServerConfigOutputSecretToken.js +5 -0
  830. package/dist/api/types/McpServerConfigOutputUrl.d.ts +8 -0
  831. package/dist/api/types/McpServerConfigOutputUrl.js +5 -0
  832. package/dist/api/types/McpServerMetadataResponseModel.d.ts +7 -0
  833. package/dist/api/types/McpServerMetadataResponseModel.js +5 -0
  834. package/dist/api/types/McpServerResponseModel.d.ts +17 -0
  835. package/dist/api/types/McpServerResponseModel.js +5 -0
  836. package/dist/api/types/McpServerResponseModelDependentAgentsItem.d.ts +13 -0
  837. package/dist/api/types/McpServerResponseModelDependentAgentsItem.js +5 -0
  838. package/dist/api/types/McpServerTransport.d.ts +11 -0
  839. package/dist/api/types/McpServerTransport.js +10 -0
  840. package/dist/api/types/McpServersResponseModel.d.ts +10 -0
  841. package/dist/api/types/McpServersResponseModel.js +5 -0
  842. package/dist/api/types/McpToolApprovalHash.d.ts +15 -0
  843. package/dist/api/types/McpToolApprovalHash.js +5 -0
  844. package/dist/api/types/McpToolApprovalPolicy.d.ts +11 -0
  845. package/dist/api/types/McpToolApprovalPolicy.js +10 -0
  846. package/dist/api/types/McpToolConfigInput.d.ts +11 -1
  847. package/dist/api/types/McpToolConfigOutput.d.ts +11 -1
  848. package/dist/api/types/ModelSettingsResponseModel.d.ts +9 -0
  849. package/dist/api/types/ModelSettingsResponseModel.js +5 -0
  850. package/dist/api/types/PromptAgentDbModel.d.ts +1 -0
  851. package/dist/api/types/PromptAgentDbModelToolsItem.d.ts +1 -4
  852. package/dist/api/types/PromptAgentInputToolsItem.d.ts +1 -4
  853. package/dist/api/types/PromptAgentOutputToolsItem.d.ts +1 -4
  854. package/dist/api/types/PromptAgentOverride.d.ts +1 -1
  855. package/dist/api/types/PromptAgentOverrideConfig.d.ts +1 -1
  856. package/dist/api/types/PronunciationDictionaryLocator.d.ts +1 -1
  857. package/dist/api/types/RagConfig.d.ts +2 -0
  858. package/dist/api/types/{RagIndexResponseModel.d.ts → RagDocumentIndexResponseModel.d.ts} +4 -1
  859. package/dist/api/types/RagDocumentIndexResponseModel.js +5 -0
  860. package/dist/api/types/RagDocumentIndexUsage.d.ts +6 -0
  861. package/dist/api/types/RagDocumentIndexUsage.js +5 -0
  862. package/dist/api/types/RagDocumentIndexesResponseModel.d.ts +7 -0
  863. package/dist/api/types/RagDocumentIndexesResponseModel.js +5 -0
  864. package/dist/api/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +8 -0
  865. package/dist/api/types/RagIndexOverviewEmbeddingModelResponseModel.js +5 -0
  866. package/dist/api/types/RagIndexOverviewResponseModel.d.ts +9 -0
  867. package/dist/api/types/RagIndexOverviewResponseModel.js +5 -0
  868. package/dist/api/types/RagIndexStatus.d.ts +3 -1
  869. package/dist/api/types/RagIndexStatus.js +2 -0
  870. package/dist/api/types/SkipTurnToolConfig.d.ts +16 -0
  871. package/dist/api/types/SkipTurnToolConfig.js +5 -0
  872. package/dist/api/types/SpeechHistoryItemResponse.d.ts +5 -3
  873. package/dist/api/types/Subscription.d.ts +1 -1
  874. package/dist/api/types/SubscriptionResponse.d.ts +1 -1
  875. package/dist/api/types/{SubscriptionStatus.d.ts → SubscriptionStatusType.d.ts} +4 -7
  876. package/{api/types/SubscriptionStatus.js → dist/api/types/SubscriptionStatusType.js} +4 -4
  877. package/dist/api/types/SupportedVoice.d.ts +15 -0
  878. package/dist/api/types/SupportedVoice.js +5 -0
  879. package/dist/api/types/SystemToolConfigInputParams.d.ts +4 -1
  880. package/dist/api/types/SystemToolConfigOutputParams.d.ts +4 -1
  881. package/dist/api/types/Tool.d.ts +15 -0
  882. package/dist/api/types/Tool.js +5 -0
  883. package/dist/api/types/ToolAnnotations.d.ts +22 -0
  884. package/dist/api/types/ToolAnnotations.js +5 -0
  885. package/dist/api/types/TransferToNumberToolConfig.d.ts +2 -0
  886. package/{api/types/TtsConversationalConfig.d.ts → dist/api/types/TtsConversationalConfigInput.d.ts} +3 -1
  887. package/dist/api/types/TtsConversationalConfigInput.js +5 -0
  888. package/dist/api/types/TtsConversationalConfigOutput.d.ts +24 -0
  889. package/dist/api/types/TtsConversationalConfigOutput.js +5 -0
  890. package/dist/api/types/TtsConversationalConfigOverride.d.ts +1 -0
  891. package/dist/api/types/TtsConversationalConfigOverrideConfig.d.ts +1 -1
  892. package/dist/api/types/TtsModelFamily.d.ts +9 -0
  893. package/dist/api/types/TtsModelFamily.js +11 -0
  894. package/dist/api/types/User.d.ts +1 -1
  895. package/dist/api/types/VoiceDesignPreviewResponse.d.ts +2 -0
  896. package/dist/api/types/VoicePreviewResponseModel.d.ts +4 -0
  897. package/dist/api/types/VoiceSettings.d.ts +2 -2
  898. package/dist/api/types/WebhookAuthMethodType.d.ts +8 -0
  899. package/dist/api/types/WebhookAuthMethodType.js +10 -0
  900. package/dist/api/types/WebhookUsageType.d.ts +10 -0
  901. package/dist/api/types/WebhookUsageType.js +12 -0
  902. package/dist/api/types/WidgetConfig.d.ts +15 -1
  903. package/{api/types/WidgetConfigAvatar.d.ts → dist/api/types/WidgetConfigInputAvatar.d.ts} +2 -2
  904. package/dist/api/types/WidgetConfigInputAvatar.js +5 -0
  905. package/dist/api/types/WidgetConfigOutputAvatar.d.ts +19 -0
  906. package/dist/api/types/WidgetConfigOutputAvatar.js +5 -0
  907. package/dist/api/types/{WidgetConfigResponseModel.d.ts → WidgetConfigResponse.d.ts} +18 -1
  908. package/dist/api/types/WidgetConfigResponse.js +5 -0
  909. package/dist/api/types/WidgetLanguagePreset.d.ts +8 -0
  910. package/dist/api/types/WidgetLanguagePreset.js +5 -0
  911. package/dist/api/types/WidgetLanguagePresetResponse.d.ts +9 -0
  912. package/dist/api/types/WidgetLanguagePresetResponse.js +5 -0
  913. package/dist/api/types/WidgetPlacement.d.ts +12 -0
  914. package/dist/api/types/WidgetPlacement.js +14 -0
  915. package/dist/api/types/WidgetStyles.d.ts +45 -0
  916. package/dist/api/types/WidgetStyles.js +5 -0
  917. package/dist/api/types/WidgetTextContents.d.ts +47 -0
  918. package/dist/api/types/WidgetTextContents.js +5 -0
  919. package/dist/api/types/WorkspaceResourceType.d.ts +2 -2
  920. package/dist/api/types/WorkspaceResourceType.js +1 -1
  921. package/dist/api/types/WorkspaceWebhookListResponseModel.d.ts +8 -0
  922. package/dist/api/types/WorkspaceWebhookListResponseModel.js +5 -0
  923. package/dist/api/types/WorkspaceWebhookResponseModel.d.ts +26 -0
  924. package/dist/api/types/WorkspaceWebhookResponseModel.js +5 -0
  925. package/dist/api/types/WorkspaceWebhookUsageResponseModel.d.ts +7 -0
  926. package/dist/api/types/WorkspaceWebhookUsageResponseModel.js +5 -0
  927. package/dist/api/types/index.d.ts +53 -8
  928. package/dist/api/types/index.js +53 -8
  929. package/dist/core/fetcher/Fetcher.d.ts +2 -1
  930. package/dist/core/fetcher/Fetcher.js +22 -9
  931. package/dist/core/form-data-utils/FormDataWrapper.js +5 -4
  932. package/dist/core/form-data-utils/toReadableStream.d.ts +1 -0
  933. package/dist/core/form-data-utils/toReadableStream.js +28 -0
  934. package/dist/core/headers.d.ts +3 -0
  935. package/dist/core/headers.js +29 -0
  936. package/dist/core/index.d.ts +1 -1
  937. package/dist/core/index.js +1 -1
  938. package/dist/core/runtime/runtime.js +0 -1
  939. package/dist/core/{streaming-fetcher → stream}/Stream.d.ts +1 -2
  940. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +4 -2
  941. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +4 -2
  942. package/dist/serialization/resources/conversationalAi/resources/index.d.ts +2 -0
  943. package/dist/serialization/resources/conversationalAi/resources/index.js +3 -1
  944. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/index.d.ts +1 -0
  945. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/index.js +17 -0
  946. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +13 -0
  947. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.js +44 -0
  948. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
  949. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +5 -0
  950. package/dist/serialization/resources/conversationalAi/resources/mcpServers/index.d.ts +2 -0
  951. package/dist/serialization/resources/conversationalAi/resources/mcpServers/index.js +18 -0
  952. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.d.ts +1 -0
  953. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.js +17 -0
  954. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +13 -0
  955. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.js +44 -0
  956. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.d.ts +1 -0
  957. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.js +5 -0
  958. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/index.d.ts +1 -0
  959. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/index.js +17 -0
  960. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +4 -0
  961. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/index.js +43 -0
  962. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.d.ts +1 -0
  963. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.js +17 -0
  964. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +16 -0
  965. package/{serialization/types/NativeMcpToolConfigInput.js → dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.js} +8 -11
  966. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.d.ts +1 -0
  967. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.js +5 -0
  968. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/index.d.ts +1 -0
  969. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/index.js +17 -0
  970. package/dist/serialization/resources/index.d.ts +4 -0
  971. package/dist/serialization/resources/index.js +5 -1
  972. package/dist/serialization/resources/textToDialogue/client/index.d.ts +1 -0
  973. package/dist/serialization/resources/textToDialogue/client/index.js +17 -0
  974. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +19 -0
  975. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +50 -0
  976. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +19 -0
  977. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +50 -0
  978. package/dist/serialization/resources/textToDialogue/client/requests/index.d.ts +2 -0
  979. package/dist/serialization/resources/textToDialogue/client/requests/index.js +7 -0
  980. package/dist/serialization/resources/textToDialogue/index.d.ts +2 -0
  981. package/dist/serialization/resources/textToDialogue/index.js +18 -0
  982. package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +10 -0
  983. package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +61 -0
  984. package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +10 -0
  985. package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +61 -0
  986. package/dist/serialization/resources/textToDialogue/types/index.d.ts +2 -0
  987. package/dist/serialization/resources/textToDialogue/types/index.js +18 -0
  988. package/dist/serialization/resources/workspace/client/index.d.ts +1 -0
  989. package/dist/serialization/resources/workspace/client/index.js +17 -0
  990. package/dist/serialization/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.d.ts +12 -0
  991. package/dist/serialization/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.js +43 -0
  992. package/dist/serialization/resources/workspace/client/requests/index.d.ts +1 -0
  993. package/dist/serialization/resources/workspace/client/requests/index.js +5 -0
  994. package/dist/serialization/resources/workspace/index.d.ts +1 -0
  995. package/dist/serialization/resources/workspace/index.js +1 -0
  996. package/dist/serialization/types/AddKnowledgeBaseResponseModel.d.ts +0 -1
  997. package/dist/serialization/types/AddKnowledgeBaseResponseModel.js +0 -1
  998. package/dist/serialization/types/AddProjectRequest.d.ts +1 -0
  999. package/dist/serialization/types/AddProjectRequest.js +1 -0
  1000. package/dist/serialization/types/AgentCallLimits.d.ts +1 -0
  1001. package/dist/serialization/types/AgentCallLimits.js +1 -0
  1002. package/dist/serialization/types/AgentConfigOverride.d.ts +1 -1
  1003. package/dist/serialization/types/AgentConfigOverride.js +1 -1
  1004. package/dist/serialization/types/AgentConfigOverrideConfig.d.ts +1 -1
  1005. package/dist/serialization/types/AgentConfigOverrideConfig.js +1 -1
  1006. package/dist/serialization/types/AuthorizationMethod.d.ts +1 -1
  1007. package/dist/serialization/types/AuthorizationMethod.js +1 -0
  1008. package/dist/serialization/types/BuiltInTools.d.ts +17 -0
  1009. package/dist/serialization/types/{NativeMcpToolConfigOutput.js → BuiltInTools.js} +8 -10
  1010. package/dist/serialization/types/ChapterContentBlockInputModel.d.ts +1 -1
  1011. package/dist/serialization/types/ChapterContentBlockInputModel.js +1 -1
  1012. package/dist/serialization/types/ClientEvent.d.ts +1 -1
  1013. package/dist/serialization/types/ClientEvent.js +3 -0
  1014. package/dist/serialization/types/ConvAiUserSecretDbModel.d.ts +15 -0
  1015. package/dist/serialization/types/ConvAiUserSecretDbModel.js +46 -0
  1016. package/dist/serialization/types/ConversationChargingCommonModel.d.ts +1 -0
  1017. package/dist/serialization/types/ConversationChargingCommonModel.js +1 -0
  1018. package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -2
  1019. package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.js +2 -2
  1020. package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -2
  1021. package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.js +2 -2
  1022. package/dist/serialization/types/ConversationConfigClientOverrideInput.d.ts +2 -2
  1023. package/dist/serialization/types/ConversationConfigClientOverrideInput.js +2 -2
  1024. package/dist/serialization/types/ConversationConfigClientOverrideOutput.d.ts +2 -2
  1025. package/dist/serialization/types/ConversationConfigClientOverrideOutput.js +2 -2
  1026. package/dist/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +3 -0
  1027. package/dist/serialization/types/ConversationHistoryMetadataCommonModel.js +3 -0
  1028. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -2
  1029. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -2
  1030. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -2
  1031. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -2
  1032. package/dist/serialization/types/ConversationSimulationSpecification.d.ts +2 -0
  1033. package/dist/serialization/types/ConversationSimulationSpecification.js +4 -0
  1034. package/dist/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +10 -0
  1035. package/dist/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.js +46 -0
  1036. package/dist/serialization/types/ConversationalConfig.d.ts +2 -2
  1037. package/dist/serialization/types/ConversationalConfig.js +2 -2
  1038. package/dist/serialization/types/CreateSipTrunkPhoneNumberRequest.d.ts +1 -0
  1039. package/dist/serialization/types/CreateSipTrunkPhoneNumberRequest.js +1 -0
  1040. package/dist/serialization/types/CustomLlm.d.ts +2 -0
  1041. package/dist/serialization/types/CustomLlm.js +2 -0
  1042. package/dist/serialization/types/CustomLlmRequestHeadersValue.d.ts +12 -0
  1043. package/dist/serialization/types/CustomLlmRequestHeadersValue.js +43 -0
  1044. package/dist/serialization/types/DialogueInput.d.ts +13 -0
  1045. package/dist/serialization/types/DialogueInput.js +44 -0
  1046. package/dist/serialization/types/DialogueInputResponseModel.d.ts +14 -0
  1047. package/dist/serialization/types/DialogueInputResponseModel.js +45 -0
  1048. package/dist/serialization/types/EmbedVariant.d.ts +1 -1
  1049. package/dist/serialization/types/EmbedVariant.js +1 -1
  1050. package/dist/serialization/types/FeatureStatusCommonModel.d.ts +13 -0
  1051. package/dist/serialization/types/FeatureStatusCommonModel.js +44 -0
  1052. package/dist/serialization/types/FeaturesUsageCommonModel.d.ts +18 -0
  1053. package/dist/serialization/types/FeaturesUsageCommonModel.js +49 -0
  1054. package/dist/serialization/types/GetAgentEmbedResponseModel.d.ts +2 -2
  1055. package/dist/serialization/types/GetAgentEmbedResponseModel.js +2 -2
  1056. package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +2 -1
  1057. package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.js +2 -1
  1058. package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +2 -1
  1059. package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +2 -1
  1060. package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +2 -1
  1061. package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.js +2 -1
  1062. package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -1
  1063. package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -1
  1064. package/dist/serialization/types/GetKnowledgeBaseTextResponseModel.d.ts +2 -1
  1065. package/dist/serialization/types/GetKnowledgeBaseTextResponseModel.js +2 -1
  1066. package/dist/serialization/types/GetKnowledgeBaseUrlResponseModel.d.ts +2 -1
  1067. package/dist/serialization/types/GetKnowledgeBaseUrlResponseModel.js +2 -1
  1068. package/dist/serialization/types/IntegrationType.d.ts +10 -0
  1069. package/dist/serialization/types/IntegrationType.js +41 -0
  1070. package/dist/serialization/types/InvoiceResponse.d.ts +1 -0
  1071. package/dist/serialization/types/InvoiceResponse.js +1 -0
  1072. package/dist/serialization/types/ListMcpToolsResponseModel.d.ts +15 -0
  1073. package/dist/serialization/types/ListMcpToolsResponseModel.js +46 -0
  1074. package/dist/serialization/types/Llm.d.ts +1 -1
  1075. package/dist/serialization/types/Llm.js +27 -2
  1076. package/dist/serialization/types/McpApprovalPolicy.d.ts +10 -0
  1077. package/dist/serialization/types/McpApprovalPolicy.js +41 -0
  1078. package/dist/serialization/types/McpServerConfigInput.d.ts +25 -0
  1079. package/dist/serialization/types/McpServerConfigInput.js +56 -0
  1080. package/dist/serialization/types/McpServerConfigInputRequestHeadersValue.d.ts +11 -0
  1081. package/dist/serialization/types/McpServerConfigInputRequestHeadersValue.js +42 -0
  1082. package/dist/serialization/types/McpServerConfigInputSecretToken.d.ts +12 -0
  1083. package/dist/serialization/types/McpServerConfigInputSecretToken.js +43 -0
  1084. package/dist/serialization/types/McpServerConfigInputUrl.d.ts +11 -0
  1085. package/dist/serialization/types/McpServerConfigInputUrl.js +42 -0
  1086. package/dist/serialization/types/McpServerConfigOutput.d.ts +25 -0
  1087. package/dist/serialization/types/McpServerConfigOutput.js +56 -0
  1088. package/dist/serialization/types/McpServerConfigOutputRequestHeadersValue.d.ts +11 -0
  1089. package/dist/serialization/types/McpServerConfigOutputRequestHeadersValue.js +42 -0
  1090. package/dist/serialization/types/McpServerConfigOutputSecretToken.d.ts +12 -0
  1091. package/dist/serialization/types/McpServerConfigOutputSecretToken.js +43 -0
  1092. package/dist/serialization/types/McpServerConfigOutputUrl.d.ts +11 -0
  1093. package/dist/serialization/types/McpServerConfigOutputUrl.js +42 -0
  1094. package/dist/serialization/types/McpServerMetadataResponseModel.d.ts +13 -0
  1095. package/dist/serialization/types/McpServerMetadataResponseModel.js +44 -0
  1096. package/dist/serialization/types/McpServerResponseModel.d.ts +20 -0
  1097. package/dist/serialization/types/McpServerResponseModel.js +51 -0
  1098. package/dist/serialization/types/McpServerResponseModelDependentAgentsItem.d.ts +18 -0
  1099. package/dist/serialization/types/McpServerResponseModelDependentAgentsItem.js +51 -0
  1100. package/dist/serialization/types/McpServerTransport.d.ts +10 -0
  1101. package/dist/serialization/types/McpServerTransport.js +41 -0
  1102. package/dist/serialization/types/McpServersResponseModel.d.ts +13 -0
  1103. package/dist/serialization/types/McpServersResponseModel.js +44 -0
  1104. package/dist/serialization/types/McpToolApprovalHash.d.ts +15 -0
  1105. package/dist/serialization/types/McpToolApprovalHash.js +46 -0
  1106. package/dist/serialization/types/McpToolApprovalPolicy.d.ts +10 -0
  1107. package/dist/serialization/types/McpToolApprovalPolicy.js +41 -0
  1108. package/dist/serialization/types/McpToolConfigInput.d.ts +7 -0
  1109. package/dist/serialization/types/McpToolConfigInput.js +7 -0
  1110. package/dist/serialization/types/McpToolConfigOutput.d.ts +7 -0
  1111. package/dist/serialization/types/McpToolConfigOutput.js +7 -0
  1112. package/dist/serialization/types/ModelSettingsResponseModel.d.ts +13 -0
  1113. package/dist/serialization/types/ModelSettingsResponseModel.js +44 -0
  1114. package/dist/serialization/types/PromptAgentDbModel.d.ts +2 -0
  1115. package/dist/serialization/types/PromptAgentDbModel.js +2 -0
  1116. package/dist/serialization/types/PromptAgentDbModelToolsItem.d.ts +1 -5
  1117. package/dist/serialization/types/PromptAgentDbModelToolsItem.js +0 -2
  1118. package/dist/serialization/types/PromptAgentInputToolsItem.d.ts +1 -5
  1119. package/dist/serialization/types/PromptAgentInputToolsItem.js +0 -2
  1120. package/dist/serialization/types/PromptAgentOutputToolsItem.d.ts +1 -5
  1121. package/dist/serialization/types/PromptAgentOutputToolsItem.js +0 -2
  1122. package/dist/serialization/types/PronunciationDictionaryLocator.d.ts +1 -1
  1123. package/dist/serialization/types/PronunciationDictionaryLocator.js +1 -1
  1124. package/dist/serialization/types/RagConfig.d.ts +1 -0
  1125. package/dist/serialization/types/RagConfig.js +1 -0
  1126. package/dist/serialization/types/RagDocumentIndexResponseModel.d.ts +19 -0
  1127. package/dist/serialization/types/RagDocumentIndexResponseModel.js +50 -0
  1128. package/dist/serialization/types/RagDocumentIndexUsage.d.ts +12 -0
  1129. package/dist/serialization/types/RagDocumentIndexUsage.js +43 -0
  1130. package/dist/serialization/types/RagDocumentIndexesResponseModel.d.ts +13 -0
  1131. package/{serialization/types/RagIndexResponseModel.js → dist/serialization/types/RagDocumentIndexesResponseModel.js} +4 -5
  1132. package/dist/serialization/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +14 -0
  1133. package/dist/serialization/types/RagIndexOverviewEmbeddingModelResponseModel.js +45 -0
  1134. package/dist/serialization/types/RagIndexOverviewResponseModel.d.ts +15 -0
  1135. package/dist/serialization/types/RagIndexOverviewResponseModel.js +46 -0
  1136. package/dist/serialization/types/RagIndexStatus.d.ts +1 -1
  1137. package/dist/serialization/types/RagIndexStatus.js +8 -1
  1138. package/dist/serialization/types/SkipTurnToolConfig.d.ts +11 -0
  1139. package/dist/serialization/types/SkipTurnToolConfig.js +41 -0
  1140. package/dist/serialization/types/SpeechHistoryItemResponse.d.ts +5 -3
  1141. package/dist/serialization/types/SpeechHistoryItemResponse.js +5 -3
  1142. package/dist/serialization/types/Subscription.d.ts +2 -2
  1143. package/dist/serialization/types/Subscription.js +2 -2
  1144. package/dist/serialization/types/SubscriptionResponse.d.ts +2 -2
  1145. package/dist/serialization/types/SubscriptionResponse.js +2 -2
  1146. package/dist/serialization/types/{SubscriptionStatus.d.ts → SubscriptionStatusType.d.ts} +3 -3
  1147. package/dist/serialization/types/{SubscriptionStatus.js → SubscriptionStatusType.js} +4 -4
  1148. package/dist/serialization/types/SupportedVoice.d.ts +22 -0
  1149. package/dist/serialization/types/SupportedVoice.js +53 -0
  1150. package/dist/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
  1151. package/dist/serialization/types/SystemToolConfigInputParams.js +2 -0
  1152. package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
  1153. package/dist/serialization/types/SystemToolConfigOutputParams.js +2 -0
  1154. package/dist/serialization/types/Tool.d.ts +17 -0
  1155. package/dist/serialization/types/Tool.js +49 -0
  1156. package/dist/serialization/types/ToolAnnotations.d.ts +17 -0
  1157. package/dist/serialization/types/ToolAnnotations.js +49 -0
  1158. package/dist/serialization/types/TransferToNumberToolConfig.d.ts +1 -0
  1159. package/dist/serialization/types/TransferToNumberToolConfig.js +1 -0
  1160. package/{serialization/types/TtsConversationalConfig.d.ts → dist/serialization/types/TtsConversationalConfigInput.d.ts} +4 -2
  1161. package/{serialization/types/TtsConversationalConfig.js → dist/serialization/types/TtsConversationalConfigInput.js} +4 -2
  1162. package/dist/serialization/types/TtsConversationalConfigOutput.d.ts +25 -0
  1163. package/dist/serialization/types/TtsConversationalConfigOutput.js +56 -0
  1164. package/dist/serialization/types/TtsModelFamily.d.ts +10 -0
  1165. package/dist/serialization/types/TtsModelFamily.js +41 -0
  1166. package/dist/serialization/types/VoiceSettings.d.ts +1 -1
  1167. package/dist/serialization/types/VoiceSettings.js +1 -1
  1168. package/dist/serialization/types/WebhookAuthMethodType.d.ts +10 -0
  1169. package/dist/serialization/types/WebhookAuthMethodType.js +41 -0
  1170. package/dist/serialization/types/WebhookUsageType.d.ts +10 -0
  1171. package/dist/serialization/types/{ExtendedSubscriptionResponseModelStatus.js → WebhookUsageType.js} +6 -10
  1172. package/dist/serialization/types/WidgetConfig.d.ts +13 -2
  1173. package/dist/serialization/types/WidgetConfig.js +13 -2
  1174. package/{serialization/types/WidgetConfigAvatar.d.ts → dist/serialization/types/WidgetConfigInputAvatar.d.ts} +3 -3
  1175. package/{serialization/types/WidgetConfigAvatar.js → dist/serialization/types/WidgetConfigInputAvatar.js} +2 -2
  1176. package/dist/serialization/types/WidgetConfigOutputAvatar.d.ts +22 -0
  1177. package/dist/serialization/types/WidgetConfigOutputAvatar.js +53 -0
  1178. package/dist/serialization/types/{WidgetConfigResponseModel.d.ts → WidgetConfigResponse.d.ts} +15 -2
  1179. package/dist/serialization/types/{WidgetConfigResponseModel.js → WidgetConfigResponse.js} +15 -2
  1180. package/dist/serialization/types/WidgetLanguagePreset.d.ts +13 -0
  1181. package/dist/serialization/types/WidgetLanguagePreset.js +44 -0
  1182. package/dist/serialization/types/WidgetLanguagePresetResponse.d.ts +14 -0
  1183. package/dist/serialization/types/WidgetLanguagePresetResponse.js +45 -0
  1184. package/dist/serialization/types/WidgetPlacement.d.ts +10 -0
  1185. package/dist/serialization/types/WidgetPlacement.js +41 -0
  1186. package/dist/serialization/types/WidgetStyles.d.ts +31 -0
  1187. package/dist/serialization/types/WidgetStyles.js +62 -0
  1188. package/dist/serialization/types/WidgetTextContents.d.ts +32 -0
  1189. package/dist/serialization/types/WidgetTextContents.js +63 -0
  1190. package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
  1191. package/dist/serialization/types/WorkspaceResourceType.js +1 -1
  1192. package/dist/serialization/types/WorkspaceWebhookListResponseModel.d.ts +13 -0
  1193. package/dist/serialization/types/WorkspaceWebhookListResponseModel.js +44 -0
  1194. package/dist/serialization/types/WorkspaceWebhookResponseModel.d.ts +23 -0
  1195. package/{serialization/types/NativeMcpToolConfigOutput.js → dist/serialization/types/WorkspaceWebhookResponseModel.js} +13 -9
  1196. package/dist/serialization/types/WorkspaceWebhookUsageResponseModel.d.ts +13 -0
  1197. package/dist/serialization/types/WorkspaceWebhookUsageResponseModel.js +44 -0
  1198. package/dist/serialization/types/index.d.ts +53 -8
  1199. package/dist/serialization/types/index.js +53 -8
  1200. package/dist/version.d.ts +1 -1
  1201. package/dist/version.js +1 -1
  1202. package/dist/wrapper/ElevenLabsClient.d.ts +4 -3
  1203. package/dist/wrapper/ElevenLabsClient.js +6 -1
  1204. package/dist/wrapper/webhooks.d.ts +4 -3
  1205. package/dist/wrapper/webhooks.js +68 -46
  1206. package/jest.config.mjs +1 -0
  1207. package/package.json +6 -4
  1208. package/reference.md +1487 -405
  1209. package/scripts/rename-to-esm-files.js +10 -2
  1210. package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +4 -2
  1211. package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +4 -2
  1212. package/serialization/resources/conversationalAi/resources/index.d.ts +2 -0
  1213. package/serialization/resources/conversationalAi/resources/index.js +3 -1
  1214. package/serialization/resources/conversationalAi/resources/mcpServers/client/index.d.ts +1 -0
  1215. package/serialization/resources/conversationalAi/resources/mcpServers/client/index.js +17 -0
  1216. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +13 -0
  1217. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.js +44 -0
  1218. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
  1219. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +5 -0
  1220. package/serialization/resources/conversationalAi/resources/mcpServers/index.d.ts +2 -0
  1221. package/serialization/resources/conversationalAi/resources/mcpServers/index.js +18 -0
  1222. package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.d.ts +1 -0
  1223. package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.js +17 -0
  1224. package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +13 -0
  1225. package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.js +44 -0
  1226. package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.d.ts +1 -0
  1227. package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.js +5 -0
  1228. package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/index.d.ts +1 -0
  1229. package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/index.js +17 -0
  1230. package/serialization/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +4 -0
  1231. package/serialization/resources/conversationalAi/resources/mcpServers/resources/index.js +43 -0
  1232. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.d.ts +1 -0
  1233. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.js +17 -0
  1234. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +16 -0
  1235. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.js +47 -0
  1236. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.d.ts +1 -0
  1237. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.js +5 -0
  1238. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/index.d.ts +1 -0
  1239. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/index.js +17 -0
  1240. package/serialization/resources/index.d.ts +4 -0
  1241. package/serialization/resources/index.js +5 -1
  1242. package/serialization/resources/textToDialogue/client/index.d.ts +1 -0
  1243. package/serialization/resources/textToDialogue/client/index.js +17 -0
  1244. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +19 -0
  1245. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +50 -0
  1246. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +19 -0
  1247. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +50 -0
  1248. package/serialization/resources/textToDialogue/client/requests/index.d.ts +2 -0
  1249. package/serialization/resources/textToDialogue/client/requests/index.js +7 -0
  1250. package/serialization/resources/textToDialogue/index.d.ts +2 -0
  1251. package/serialization/resources/textToDialogue/index.js +18 -0
  1252. package/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +10 -0
  1253. package/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +61 -0
  1254. package/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +10 -0
  1255. package/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +61 -0
  1256. package/serialization/resources/textToDialogue/types/index.d.ts +2 -0
  1257. package/serialization/resources/textToDialogue/types/index.js +18 -0
  1258. package/serialization/resources/workspace/client/index.d.ts +1 -0
  1259. package/serialization/resources/workspace/client/index.js +17 -0
  1260. package/serialization/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.d.ts +12 -0
  1261. package/serialization/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.js +43 -0
  1262. package/serialization/resources/workspace/client/requests/index.d.ts +1 -0
  1263. package/serialization/resources/workspace/client/requests/index.js +5 -0
  1264. package/serialization/resources/workspace/index.d.ts +1 -0
  1265. package/serialization/resources/workspace/index.js +1 -0
  1266. package/serialization/types/AddKnowledgeBaseResponseModel.d.ts +0 -1
  1267. package/serialization/types/AddKnowledgeBaseResponseModel.js +0 -1
  1268. package/serialization/types/AddProjectRequest.d.ts +1 -0
  1269. package/serialization/types/AddProjectRequest.js +1 -0
  1270. package/serialization/types/AgentCallLimits.d.ts +1 -0
  1271. package/serialization/types/AgentCallLimits.js +1 -0
  1272. package/serialization/types/AgentConfigOverride.d.ts +1 -1
  1273. package/serialization/types/AgentConfigOverride.js +1 -1
  1274. package/serialization/types/AgentConfigOverrideConfig.d.ts +1 -1
  1275. package/serialization/types/AgentConfigOverrideConfig.js +1 -1
  1276. package/serialization/types/AuthorizationMethod.d.ts +1 -1
  1277. package/serialization/types/AuthorizationMethod.js +1 -0
  1278. package/serialization/types/BuiltInTools.d.ts +17 -0
  1279. package/{dist/serialization/types/NativeMcpToolConfigInput.js → serialization/types/BuiltInTools.js} +8 -10
  1280. package/serialization/types/ChapterContentBlockInputModel.d.ts +1 -1
  1281. package/serialization/types/ChapterContentBlockInputModel.js +1 -1
  1282. package/serialization/types/ClientEvent.d.ts +1 -1
  1283. package/serialization/types/ClientEvent.js +3 -0
  1284. package/serialization/types/ConvAiUserSecretDbModel.d.ts +15 -0
  1285. package/serialization/types/ConvAiUserSecretDbModel.js +46 -0
  1286. package/serialization/types/ConversationChargingCommonModel.d.ts +1 -0
  1287. package/serialization/types/ConversationChargingCommonModel.js +1 -0
  1288. package/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -2
  1289. package/serialization/types/ConversationConfigClientOverrideConfigInput.js +2 -2
  1290. package/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -2
  1291. package/serialization/types/ConversationConfigClientOverrideConfigOutput.js +2 -2
  1292. package/serialization/types/ConversationConfigClientOverrideInput.d.ts +2 -2
  1293. package/serialization/types/ConversationConfigClientOverrideInput.js +2 -2
  1294. package/serialization/types/ConversationConfigClientOverrideOutput.d.ts +2 -2
  1295. package/serialization/types/ConversationConfigClientOverrideOutput.js +2 -2
  1296. package/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +3 -0
  1297. package/serialization/types/ConversationHistoryMetadataCommonModel.js +3 -0
  1298. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -2
  1299. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -2
  1300. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -2
  1301. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -2
  1302. package/serialization/types/ConversationSimulationSpecification.d.ts +2 -0
  1303. package/serialization/types/ConversationSimulationSpecification.js +4 -0
  1304. package/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +10 -0
  1305. package/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.js +46 -0
  1306. package/serialization/types/ConversationalConfig.d.ts +2 -2
  1307. package/serialization/types/ConversationalConfig.js +2 -2
  1308. package/serialization/types/CreateSipTrunkPhoneNumberRequest.d.ts +1 -0
  1309. package/serialization/types/CreateSipTrunkPhoneNumberRequest.js +1 -0
  1310. package/serialization/types/CustomLlm.d.ts +2 -0
  1311. package/serialization/types/CustomLlm.js +2 -0
  1312. package/serialization/types/CustomLlmRequestHeadersValue.d.ts +12 -0
  1313. package/serialization/types/CustomLlmRequestHeadersValue.js +43 -0
  1314. package/serialization/types/DialogueInput.d.ts +13 -0
  1315. package/serialization/types/DialogueInput.js +44 -0
  1316. package/serialization/types/DialogueInputResponseModel.d.ts +14 -0
  1317. package/serialization/types/DialogueInputResponseModel.js +45 -0
  1318. package/serialization/types/EmbedVariant.d.ts +1 -1
  1319. package/serialization/types/EmbedVariant.js +1 -1
  1320. package/serialization/types/FeatureStatusCommonModel.d.ts +13 -0
  1321. package/serialization/types/FeatureStatusCommonModel.js +44 -0
  1322. package/serialization/types/FeaturesUsageCommonModel.d.ts +18 -0
  1323. package/serialization/types/FeaturesUsageCommonModel.js +49 -0
  1324. package/serialization/types/GetAgentEmbedResponseModel.d.ts +2 -2
  1325. package/serialization/types/GetAgentEmbedResponseModel.js +2 -2
  1326. package/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +2 -1
  1327. package/serialization/types/GetKnowledgeBaseFileResponseModel.js +2 -1
  1328. package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +2 -1
  1329. package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +2 -1
  1330. package/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +2 -1
  1331. package/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.js +2 -1
  1332. package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -1
  1333. package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -1
  1334. package/serialization/types/GetKnowledgeBaseTextResponseModel.d.ts +2 -1
  1335. package/serialization/types/GetKnowledgeBaseTextResponseModel.js +2 -1
  1336. package/serialization/types/GetKnowledgeBaseUrlResponseModel.d.ts +2 -1
  1337. package/serialization/types/GetKnowledgeBaseUrlResponseModel.js +2 -1
  1338. package/serialization/types/IntegrationType.d.ts +10 -0
  1339. package/serialization/types/IntegrationType.js +41 -0
  1340. package/serialization/types/InvoiceResponse.d.ts +1 -0
  1341. package/serialization/types/InvoiceResponse.js +1 -0
  1342. package/serialization/types/ListMcpToolsResponseModel.d.ts +15 -0
  1343. package/serialization/types/ListMcpToolsResponseModel.js +46 -0
  1344. package/serialization/types/Llm.d.ts +1 -1
  1345. package/serialization/types/Llm.js +27 -2
  1346. package/serialization/types/McpApprovalPolicy.d.ts +10 -0
  1347. package/serialization/types/McpApprovalPolicy.js +41 -0
  1348. package/serialization/types/McpServerConfigInput.d.ts +25 -0
  1349. package/serialization/types/McpServerConfigInput.js +56 -0
  1350. package/serialization/types/McpServerConfigInputRequestHeadersValue.d.ts +11 -0
  1351. package/serialization/types/McpServerConfigInputRequestHeadersValue.js +42 -0
  1352. package/serialization/types/McpServerConfigInputSecretToken.d.ts +12 -0
  1353. package/serialization/types/McpServerConfigInputSecretToken.js +43 -0
  1354. package/serialization/types/McpServerConfigInputUrl.d.ts +11 -0
  1355. package/serialization/types/McpServerConfigInputUrl.js +42 -0
  1356. package/serialization/types/McpServerConfigOutput.d.ts +25 -0
  1357. package/serialization/types/McpServerConfigOutput.js +56 -0
  1358. package/serialization/types/McpServerConfigOutputRequestHeadersValue.d.ts +11 -0
  1359. package/serialization/types/McpServerConfigOutputRequestHeadersValue.js +42 -0
  1360. package/serialization/types/McpServerConfigOutputSecretToken.d.ts +12 -0
  1361. package/serialization/types/McpServerConfigOutputSecretToken.js +43 -0
  1362. package/serialization/types/McpServerConfigOutputUrl.d.ts +11 -0
  1363. package/serialization/types/McpServerConfigOutputUrl.js +42 -0
  1364. package/serialization/types/McpServerMetadataResponseModel.d.ts +13 -0
  1365. package/serialization/types/McpServerMetadataResponseModel.js +44 -0
  1366. package/serialization/types/McpServerResponseModel.d.ts +20 -0
  1367. package/serialization/types/McpServerResponseModel.js +51 -0
  1368. package/serialization/types/McpServerResponseModelDependentAgentsItem.d.ts +18 -0
  1369. package/serialization/types/McpServerResponseModelDependentAgentsItem.js +51 -0
  1370. package/serialization/types/McpServerTransport.d.ts +10 -0
  1371. package/serialization/types/McpServerTransport.js +41 -0
  1372. package/serialization/types/McpServersResponseModel.d.ts +13 -0
  1373. package/serialization/types/McpServersResponseModel.js +44 -0
  1374. package/serialization/types/McpToolApprovalHash.d.ts +15 -0
  1375. package/serialization/types/McpToolApprovalHash.js +46 -0
  1376. package/serialization/types/McpToolApprovalPolicy.d.ts +10 -0
  1377. package/serialization/types/McpToolApprovalPolicy.js +41 -0
  1378. package/serialization/types/McpToolConfigInput.d.ts +7 -0
  1379. package/serialization/types/McpToolConfigInput.js +7 -0
  1380. package/serialization/types/McpToolConfigOutput.d.ts +7 -0
  1381. package/serialization/types/McpToolConfigOutput.js +7 -0
  1382. package/serialization/types/ModelSettingsResponseModel.d.ts +13 -0
  1383. package/serialization/types/ModelSettingsResponseModel.js +44 -0
  1384. package/serialization/types/PromptAgentDbModel.d.ts +2 -0
  1385. package/serialization/types/PromptAgentDbModel.js +2 -0
  1386. package/serialization/types/PromptAgentDbModelToolsItem.d.ts +1 -5
  1387. package/serialization/types/PromptAgentDbModelToolsItem.js +0 -2
  1388. package/serialization/types/PromptAgentInputToolsItem.d.ts +1 -5
  1389. package/serialization/types/PromptAgentInputToolsItem.js +0 -2
  1390. package/serialization/types/PromptAgentOutputToolsItem.d.ts +1 -5
  1391. package/serialization/types/PromptAgentOutputToolsItem.js +0 -2
  1392. package/serialization/types/PronunciationDictionaryLocator.d.ts +1 -1
  1393. package/serialization/types/PronunciationDictionaryLocator.js +1 -1
  1394. package/serialization/types/RagConfig.d.ts +1 -0
  1395. package/serialization/types/RagConfig.js +1 -0
  1396. package/serialization/types/RagDocumentIndexResponseModel.d.ts +19 -0
  1397. package/serialization/types/RagDocumentIndexResponseModel.js +50 -0
  1398. package/serialization/types/RagDocumentIndexUsage.d.ts +12 -0
  1399. package/serialization/types/RagDocumentIndexUsage.js +43 -0
  1400. package/serialization/types/RagDocumentIndexesResponseModel.d.ts +13 -0
  1401. package/{dist/serialization/types/RagIndexResponseModel.js → serialization/types/RagDocumentIndexesResponseModel.js} +4 -5
  1402. package/serialization/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +14 -0
  1403. package/serialization/types/RagIndexOverviewEmbeddingModelResponseModel.js +45 -0
  1404. package/serialization/types/RagIndexOverviewResponseModel.d.ts +15 -0
  1405. package/serialization/types/RagIndexOverviewResponseModel.js +46 -0
  1406. package/serialization/types/RagIndexStatus.d.ts +1 -1
  1407. package/serialization/types/RagIndexStatus.js +8 -1
  1408. package/serialization/types/SkipTurnToolConfig.d.ts +11 -0
  1409. package/serialization/types/SkipTurnToolConfig.js +41 -0
  1410. package/serialization/types/SpeechHistoryItemResponse.d.ts +5 -3
  1411. package/serialization/types/SpeechHistoryItemResponse.js +5 -3
  1412. package/serialization/types/Subscription.d.ts +2 -2
  1413. package/serialization/types/Subscription.js +2 -2
  1414. package/serialization/types/SubscriptionResponse.d.ts +2 -2
  1415. package/serialization/types/SubscriptionResponse.js +2 -2
  1416. package/serialization/types/{SubscriptionStatus.d.ts → SubscriptionStatusType.d.ts} +3 -3
  1417. package/serialization/types/{SubscriptionStatus.js → SubscriptionStatusType.js} +4 -4
  1418. package/serialization/types/SupportedVoice.d.ts +22 -0
  1419. package/serialization/types/SupportedVoice.js +53 -0
  1420. package/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
  1421. package/serialization/types/SystemToolConfigInputParams.js +2 -0
  1422. package/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
  1423. package/serialization/types/SystemToolConfigOutputParams.js +2 -0
  1424. package/serialization/types/Tool.d.ts +17 -0
  1425. package/serialization/types/Tool.js +49 -0
  1426. package/serialization/types/ToolAnnotations.d.ts +17 -0
  1427. package/serialization/types/ToolAnnotations.js +49 -0
  1428. package/serialization/types/TransferToNumberToolConfig.d.ts +1 -0
  1429. package/serialization/types/TransferToNumberToolConfig.js +1 -0
  1430. package/{dist/serialization/types/TtsConversationalConfig.d.ts → serialization/types/TtsConversationalConfigInput.d.ts} +4 -2
  1431. package/{dist/serialization/types/TtsConversationalConfig.js → serialization/types/TtsConversationalConfigInput.js} +4 -2
  1432. package/serialization/types/TtsConversationalConfigOutput.d.ts +25 -0
  1433. package/serialization/types/TtsConversationalConfigOutput.js +56 -0
  1434. package/serialization/types/TtsModelFamily.d.ts +10 -0
  1435. package/serialization/types/TtsModelFamily.js +41 -0
  1436. package/serialization/types/VoiceSettings.d.ts +1 -1
  1437. package/serialization/types/VoiceSettings.js +1 -1
  1438. package/serialization/types/WebhookAuthMethodType.d.ts +10 -0
  1439. package/serialization/types/WebhookAuthMethodType.js +41 -0
  1440. package/serialization/types/WebhookUsageType.d.ts +10 -0
  1441. package/serialization/types/{ExtendedSubscriptionResponseModelStatus.js → WebhookUsageType.js} +6 -10
  1442. package/serialization/types/WidgetConfig.d.ts +13 -2
  1443. package/serialization/types/WidgetConfig.js +13 -2
  1444. package/{dist/serialization/types/WidgetConfigAvatar.d.ts → serialization/types/WidgetConfigInputAvatar.d.ts} +3 -3
  1445. package/{dist/serialization/types/WidgetConfigAvatar.js → serialization/types/WidgetConfigInputAvatar.js} +2 -2
  1446. package/serialization/types/WidgetConfigOutputAvatar.d.ts +22 -0
  1447. package/serialization/types/WidgetConfigOutputAvatar.js +53 -0
  1448. package/serialization/types/{WidgetConfigResponseModel.d.ts → WidgetConfigResponse.d.ts} +15 -2
  1449. package/serialization/types/{WidgetConfigResponseModel.js → WidgetConfigResponse.js} +15 -2
  1450. package/serialization/types/WidgetLanguagePreset.d.ts +13 -0
  1451. package/serialization/types/WidgetLanguagePreset.js +44 -0
  1452. package/serialization/types/WidgetLanguagePresetResponse.d.ts +14 -0
  1453. package/serialization/types/WidgetLanguagePresetResponse.js +45 -0
  1454. package/serialization/types/WidgetPlacement.d.ts +10 -0
  1455. package/serialization/types/WidgetPlacement.js +41 -0
  1456. package/serialization/types/WidgetStyles.d.ts +31 -0
  1457. package/serialization/types/WidgetStyles.js +62 -0
  1458. package/serialization/types/WidgetTextContents.d.ts +32 -0
  1459. package/serialization/types/WidgetTextContents.js +63 -0
  1460. package/serialization/types/WorkspaceResourceType.d.ts +1 -1
  1461. package/serialization/types/WorkspaceResourceType.js +1 -1
  1462. package/serialization/types/WorkspaceWebhookListResponseModel.d.ts +13 -0
  1463. package/serialization/types/WorkspaceWebhookListResponseModel.js +44 -0
  1464. package/serialization/types/WorkspaceWebhookResponseModel.d.ts +23 -0
  1465. package/serialization/types/WorkspaceWebhookResponseModel.js +54 -0
  1466. package/serialization/types/WorkspaceWebhookUsageResponseModel.d.ts +13 -0
  1467. package/serialization/types/WorkspaceWebhookUsageResponseModel.js +44 -0
  1468. package/serialization/types/index.d.ts +53 -8
  1469. package/serialization/types/index.js +53 -8
  1470. package/version.d.ts +1 -1
  1471. package/version.js +1 -1
  1472. package/wrapper/ElevenLabsClient.d.ts +4 -3
  1473. package/wrapper/ElevenLabsClient.js +6 -1
  1474. package/wrapper/webhooks.d.ts +4 -3
  1475. package/wrapper/webhooks.js +68 -46
  1476. package/.mock/asyncapi.yml +0 -856
  1477. package/.mock/definition/__package__.yml +0 -7842
  1478. package/.mock/definition/api.yml +0 -24
  1479. package/.mock/definition/audioIsolation.yml +0 -83
  1480. package/.mock/definition/audioNative.yml +0 -198
  1481. package/.mock/definition/conversationalAi/agents/knowledgeBase.yml +0 -32
  1482. package/.mock/definition/conversationalAi/agents/link.yml +0 -40
  1483. package/.mock/definition/conversationalAi/agents/llmUsage.yml +0 -51
  1484. package/.mock/definition/conversationalAi/agents/widget/avatar.yml +0 -44
  1485. package/.mock/definition/conversationalAi/agents/widget.yml +0 -77
  1486. package/.mock/definition/conversationalAi/agents.yml +0 -651
  1487. package/.mock/definition/conversationalAi/batchCalls.yml +0 -139
  1488. package/.mock/definition/conversationalAi/conversations/audio.yml +0 -28
  1489. package/.mock/definition/conversationalAi/conversations/feedback.yml +0 -47
  1490. package/.mock/definition/conversationalAi/conversations.yml +0 -165
  1491. package/.mock/definition/conversationalAi/dashboard/settings.yml +0 -73
  1492. package/.mock/definition/conversationalAi/knowledgeBase/document.yml +0 -48
  1493. package/.mock/definition/conversationalAi/knowledgeBase/documents/chunk.yml +0 -42
  1494. package/.mock/definition/conversationalAi/knowledgeBase/documents.yml +0 -346
  1495. package/.mock/definition/conversationalAi/knowledgeBase.yml +0 -87
  1496. package/.mock/definition/conversationalAi/llmUsage.yml +0 -52
  1497. package/.mock/definition/conversationalAi/phoneNumbers.yml +0 -206
  1498. package/.mock/definition/conversationalAi/secrets.yml +0 -100
  1499. package/.mock/definition/conversationalAi/settings.yml +0 -81
  1500. package/.mock/definition/conversationalAi/sipTrunk.yml +0 -45
  1501. package/.mock/definition/conversationalAi/twilio.yml +0 -45
  1502. package/.mock/definition/conversationalAi.yml +0 -94
  1503. package/.mock/definition/dubbing/audio.yml +0 -35
  1504. package/.mock/definition/dubbing/resource/language.yml +0 -43
  1505. package/.mock/definition/dubbing/resource/segment.yml +0 -83
  1506. package/.mock/definition/dubbing/resource/speaker/segment.yml +0 -54
  1507. package/.mock/definition/dubbing/resource/speaker.yml +0 -91
  1508. package/.mock/definition/dubbing/resource.yml +0 -271
  1509. package/.mock/definition/dubbing/transcript.yml +0 -48
  1510. package/.mock/definition/dubbing.yml +0 -170
  1511. package/.mock/definition/forcedAlignment.yml +0 -60
  1512. package/.mock/definition/history.yml +0 -262
  1513. package/.mock/definition/models.yml +0 -49
  1514. package/.mock/definition/pronunciationDictionaries/rules.yml +0 -99
  1515. package/.mock/definition/pronunciationDictionaries.yml +0 -262
  1516. package/.mock/definition/samples.yml +0 -46
  1517. package/.mock/definition/speechToSpeech.yml +0 -324
  1518. package/.mock/definition/speechToText.yml +0 -177
  1519. package/.mock/definition/studio/projects/chapters/snapshots.yml +0 -141
  1520. package/.mock/definition/studio/projects/chapters.yml +0 -289
  1521. package/.mock/definition/studio/projects/content.yml +0 -94
  1522. package/.mock/definition/studio/projects/pronunciationDictionaries.yml +0 -70
  1523. package/.mock/definition/studio/projects/snapshots.yml +0 -140
  1524. package/.mock/definition/studio/projects.yml +0 -579
  1525. package/.mock/definition/studio.yml +0 -216
  1526. package/.mock/definition/textToSoundEffects.yml +0 -92
  1527. package/.mock/definition/textToSpeech.yml +0 -959
  1528. package/.mock/definition/textToVoice.yml +0 -355
  1529. package/.mock/definition/usage.yml +0 -73
  1530. package/.mock/definition/user/subscription.yml +0 -50
  1531. package/.mock/definition/user.yml +0 -86
  1532. package/.mock/definition/v1TextToSpeechVoiceIdMultiStreamInput.yml +0 -252
  1533. package/.mock/definition/v1TextToSpeechVoiceIdStreamInput.yml +0 -207
  1534. package/.mock/definition/voices/ivc.yml +0 -57
  1535. package/.mock/definition/voices/pvc/samples/audio.yml +0 -44
  1536. package/.mock/definition/voices/pvc/samples/speakers/audio.yml +0 -48
  1537. package/.mock/definition/voices/pvc/samples/speakers.yml +0 -81
  1538. package/.mock/definition/voices/pvc/samples/waveform.yml +0 -44
  1539. package/.mock/definition/voices/pvc/samples.yml +0 -159
  1540. package/.mock/definition/voices/pvc/verification/captcha.yml +0 -62
  1541. package/.mock/definition/voices/pvc/verification.yml +0 -47
  1542. package/.mock/definition/voices/pvc.yml +0 -137
  1543. package/.mock/definition/voices/samples/audio.yml +0 -35
  1544. package/.mock/definition/voices/settings.yml +0 -105
  1545. package/.mock/definition/voices.yml +0 -904
  1546. package/.mock/definition/workspace/groups/members.yml +0 -82
  1547. package/.mock/definition/workspace/groups.yml +0 -41
  1548. package/.mock/definition/workspace/invites.yml +0 -141
  1549. package/.mock/definition/workspace/members.yml +0 -83
  1550. package/.mock/definition/workspace/resources.yml +0 -184
  1551. package/.mock/fern.config.json +0 -4
  1552. package/.mock/openapi.json +0 -36753
  1553. package/api/types/ExtendedSubscriptionResponseModelStatus.d.ts +0 -17
  1554. package/api/types/ExtendedSubscriptionResponseModelStatus.js +0 -16
  1555. package/api/types/NativeMcpToolConfigInput.d.ts +0 -20
  1556. package/api/types/NativeMcpToolConfigOutput.d.ts +0 -20
  1557. package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +0 -30
  1558. package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +0 -247
  1559. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -21
  1560. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +0 -126
  1561. package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +0 -31
  1562. package/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +0 -229
  1563. package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +0 -18
  1564. package/core/fetcher/stream-wrappers/chooseStreamWrapper.js +0 -59
  1565. package/dist/api/types/ExtendedSubscriptionResponseModelStatus.d.ts +0 -17
  1566. package/dist/api/types/ExtendedSubscriptionResponseModelStatus.js +0 -16
  1567. package/dist/api/types/NativeMcpToolConfigInput.d.ts +0 -20
  1568. package/dist/api/types/NativeMcpToolConfigOutput.d.ts +0 -20
  1569. package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +0 -30
  1570. package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +0 -247
  1571. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -21
  1572. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +0 -126
  1573. package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +0 -31
  1574. package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +0 -229
  1575. package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +0 -18
  1576. package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.js +0 -59
  1577. package/dist/serialization/types/ExtendedSubscriptionResponseModelStatus.d.ts +0 -10
  1578. package/dist/serialization/types/NativeMcpToolConfigInput.d.ts +0 -18
  1579. package/dist/serialization/types/NativeMcpToolConfigOutput.d.ts +0 -18
  1580. package/dist/serialization/types/RagIndexResponseModel.d.ts +0 -14
  1581. package/serialization/types/ExtendedSubscriptionResponseModelStatus.d.ts +0 -10
  1582. package/serialization/types/NativeMcpToolConfigInput.d.ts +0 -18
  1583. package/serialization/types/NativeMcpToolConfigOutput.d.ts +0 -18
  1584. package/serialization/types/RagIndexResponseModel.d.ts +0 -14
  1585. /package/api/{types/NativeMcpToolConfigInput.js → resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsDeleteRequest.js} +0 -0
  1586. /package/api/{types/NativeMcpToolConfigOutput.js → resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.js} +0 -0
  1587. /package/api/{types/RagIndexResponseModel.js → resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.js} +0 -0
  1588. /package/api/{types/TtsConversationalConfig.js → resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.js} +0 -0
  1589. /package/api/{types/WidgetConfigAvatar.js → resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js} +0 -0
  1590. /package/api/{types/WidgetConfigResponseModel.js → resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js} +0 -0
  1591. /package/{dist/api/types/NativeMcpToolConfigInput.js → api/resources/webhooks/client/requests/WebhooksListRequest.js} +0 -0
  1592. /package/{dist/api/types/NativeMcpToolConfigOutput.js → api/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.js} +0 -0
  1593. /package/{dist/api/types/RagIndexResponseModel.js → api/types/BuiltInTools.js} +0 -0
  1594. /package/{dist/api/types/TtsConversationalConfig.js → api/types/ConvAiUserSecretDbModel.js} +0 -0
  1595. /package/{dist/api/types/WidgetConfigAvatar.js → api/types/ConversationSimulationSpecificationDynamicVariablesValue.js} +0 -0
  1596. /package/{dist/api/types/WidgetConfigResponseModel.js → api/types/CustomLlmRequestHeadersValue.js} +0 -0
  1597. /package/core/{streaming-fetcher → stream}/Stream.js +0 -0
  1598. /package/core/{streaming-fetcher → stream}/index.d.ts +0 -0
  1599. /package/core/{streaming-fetcher → stream}/index.js +0 -0
  1600. /package/dist/core/{streaming-fetcher → stream}/Stream.js +0 -0
  1601. /package/dist/core/{streaming-fetcher → stream}/index.d.ts +0 -0
  1602. /package/dist/core/{streaming-fetcher → stream}/index.js +0 -0
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * User-specific secret model that are not shared with other users in a workspace.
6
+ */
7
+ export interface ConvAiUserSecretDbModel {
8
+ id: string;
9
+ name: string;
10
+ encryptedValue: string;
11
+ nonce: string;
12
+ }
@@ -4,6 +4,7 @@
4
4
  import * as ElevenLabs from "../index";
5
5
  export interface ConversationChargingCommonModel {
6
6
  devDiscount?: boolean;
7
+ isBurst?: boolean;
7
8
  tier?: string;
8
9
  llmUsage?: ElevenLabs.LlmCategoryUsage;
9
10
  llmPrice?: number;
@@ -3,10 +3,10 @@
3
3
  */
4
4
  import * as ElevenLabs from "../index";
5
5
  export interface ConversationConfigClientOverrideConfigInput {
6
- /** Overrides for the agent configuration */
7
- agent?: ElevenLabs.AgentConfigOverrideConfig;
8
- /** Overrides for the TTS configuration */
6
+ /** Configures overrides for nested fields. */
9
7
  tts?: ElevenLabs.TtsConversationalConfigOverrideConfig;
10
- /** Overrides for the conversation configuration */
8
+ /** Configures overrides for nested fields. */
11
9
  conversation?: ElevenLabs.ConversationConfigOverrideConfig;
10
+ /** Configures overrides for nested fields. */
11
+ agent?: ElevenLabs.AgentConfigOverrideConfig;
12
12
  }
@@ -3,10 +3,10 @@
3
3
  */
4
4
  import * as ElevenLabs from "../index";
5
5
  export interface ConversationConfigClientOverrideConfigOutput {
6
- /** Overrides for the agent configuration */
7
- agent?: ElevenLabs.AgentConfigOverrideConfig;
8
- /** Overrides for the TTS configuration */
6
+ /** Configures overrides for nested fields. */
9
7
  tts?: ElevenLabs.TtsConversationalConfigOverrideConfig;
10
- /** Overrides for the conversation configuration */
8
+ /** Configures overrides for nested fields. */
11
9
  conversation?: ElevenLabs.ConversationConfigOverrideConfig;
10
+ /** Configures overrides for nested fields. */
11
+ agent?: ElevenLabs.AgentConfigOverrideConfig;
12
12
  }
@@ -3,10 +3,10 @@
3
3
  */
4
4
  import * as ElevenLabs from "../index";
5
5
  export interface ConversationConfigClientOverrideInput {
6
- /** The overrides for the agent configuration */
7
- agent?: ElevenLabs.AgentConfigOverride;
8
- /** The overrides for the TTS configuration */
6
+ /** Configuration for conversational text to speech */
9
7
  tts?: ElevenLabs.TtsConversationalConfigOverride;
10
- /** The overrides for the conversation configuration */
8
+ /** Configuration for conversational events */
11
9
  conversation?: ElevenLabs.ConversationConfigOverride;
10
+ /** Agent specific configuration */
11
+ agent?: ElevenLabs.AgentConfigOverride;
12
12
  }
@@ -3,10 +3,10 @@
3
3
  */
4
4
  import * as ElevenLabs from "../index";
5
5
  export interface ConversationConfigClientOverrideOutput {
6
- /** The overrides for the agent configuration */
7
- agent?: ElevenLabs.AgentConfigOverride;
8
- /** The overrides for the TTS configuration */
6
+ /** Configuration for conversational text to speech */
9
7
  tts?: ElevenLabs.TtsConversationalConfigOverride;
10
- /** The overrides for the conversation configuration */
8
+ /** Configuration for conversational events */
11
9
  conversation?: ElevenLabs.ConversationConfigOverride;
10
+ /** Agent specific configuration */
11
+ agent?: ElevenLabs.AgentConfigOverride;
12
12
  }
@@ -2,5 +2,6 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  export interface ConversationConfigOverride {
5
+ /** If enabled audio will not be processed and only text will be used, use to avoid audio pricing. */
5
6
  textOnly?: boolean;
6
7
  }
@@ -2,6 +2,6 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  export interface ConversationConfigOverrideConfig {
5
- /** Whether to allow overriding the text only configuration */
5
+ /** Whether to allow overriding the text_only field. */
6
6
  textOnly?: boolean;
7
7
  }
@@ -17,4 +17,6 @@ export interface ConversationHistoryMetadataCommonModel {
17
17
  error?: ElevenLabs.ConversationHistoryErrorCommonModel;
18
18
  mainLanguage?: string;
19
19
  ragUsage?: ElevenLabs.ConversationHistoryRagUsageCommonModel;
20
+ textOnly?: boolean;
21
+ featuresUsage?: ElevenLabs.FeaturesUsageCommonModel;
20
22
  }
@@ -9,11 +9,11 @@ export interface ConversationHistoryTranscriptCommonModelInput {
9
9
  toolResults?: ElevenLabs.ConversationHistoryTranscriptToolResultCommonModel[];
10
10
  feedback?: ElevenLabs.UserFeedback;
11
11
  llmOverride?: string;
12
- sourceMedium?: ElevenLabs.ConversationHistoryTranscriptCommonModelInputSourceMedium;
13
12
  timeInCallSecs: number;
14
13
  conversationTurnMetrics?: ElevenLabs.ConversationTurnMetrics;
15
14
  ragRetrievalInfo?: ElevenLabs.RagRetrievalInfo;
16
15
  llmUsage?: ElevenLabs.LlmUsageInput;
17
16
  interrupted?: boolean;
18
17
  originalMessage?: string;
18
+ sourceMedium?: ElevenLabs.ConversationHistoryTranscriptCommonModelInputSourceMedium;
19
19
  }
@@ -9,11 +9,11 @@ export interface ConversationHistoryTranscriptCommonModelOutput {
9
9
  toolResults?: ElevenLabs.ConversationHistoryTranscriptToolResultCommonModel[];
10
10
  feedback?: ElevenLabs.UserFeedback;
11
11
  llmOverride?: string;
12
- sourceMedium?: ElevenLabs.ConversationHistoryTranscriptCommonModelOutputSourceMedium;
13
12
  timeInCallSecs: number;
14
13
  conversationTurnMetrics?: ElevenLabs.ConversationTurnMetrics;
15
14
  ragRetrievalInfo?: ElevenLabs.RagRetrievalInfo;
16
15
  llmUsage?: ElevenLabs.LlmUsageOutput;
17
16
  interrupted?: boolean;
18
17
  originalMessage?: string;
18
+ sourceMedium?: ElevenLabs.ConversationHistoryTranscriptCommonModelOutputSourceMedium;
19
19
  }
@@ -10,4 +10,5 @@ export interface ConversationSimulationSpecification {
10
10
  toolMockConfig?: Record<string, ElevenLabs.ToolMockConfig>;
11
11
  /** A partial conversation history to start the simulation from. If empty, simulation starts fresh. */
12
12
  partialConversationHistory?: ElevenLabs.ConversationHistoryTranscriptCommonModelInput[];
13
+ dynamicVariables?: Record<string, ElevenLabs.ConversationSimulationSpecificationDynamicVariablesValue | undefined>;
13
14
  }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type ConversationSimulationSpecificationDynamicVariablesValue = string | number | number | boolean;
@@ -8,7 +8,7 @@ export interface ConversationalConfig {
8
8
  /** Configuration for turn detection */
9
9
  turn?: ElevenLabs.TurnConfig;
10
10
  /** Configuration for conversational text to speech */
11
- tts?: ElevenLabs.TtsConversationalConfig;
11
+ tts?: ElevenLabs.TtsConversationalConfigOutput;
12
12
  /** Configuration for conversational events */
13
13
  conversation?: ElevenLabs.ConversationConfig;
14
14
  /** Language presets for conversations */
@@ -22,6 +22,8 @@ export interface CreateSipTrunkPhoneNumberRequest {
22
22
  transport?: ElevenLabs.SipTrunkTransportEnum;
23
23
  /** Whether or not to encrypt media (data layer). */
24
24
  mediaEncryption?: ElevenLabs.SipMediaEncryptionEnum;
25
+ /** Whether or not to encrypt media (data layer) for inbound calls. */
26
+ inboundMediaEncryption?: ElevenLabs.SipMediaEncryptionEnum;
25
27
  /** SIP X-* headers for INVITE request. These headers are sent as-is and may help identify this call. */
26
28
  headers?: Record<string, string>;
27
29
  /** Optional digest authentication credentials (username/password). If not provided, ACL authentication is assumed. */
@@ -9,4 +9,6 @@ export interface CustomLlm {
9
9
  modelId?: string;
10
10
  /** The API key for authentication */
11
11
  apiKey?: ElevenLabs.ConvAiSecretLocator;
12
+ /** Headers that should be included in the request */
13
+ requestHeaders?: Record<string, ElevenLabs.CustomLlmRequestHeadersValue>;
12
14
  }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as ElevenLabs from "../index";
5
+ export type CustomLlmRequestHeadersValue = string | ElevenLabs.ConvAiSecretLocator | ElevenLabs.ConvAiDynamicVariable;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface DialogueInput {
5
+ /** The text to be converted into speech. */
6
+ text: string;
7
+ /** The ID of the voice to be used for the generation. */
8
+ voiceId: string;
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface DialogueInputResponseModel {
5
+ /** The text of the dialogue input line. */
6
+ text: string;
7
+ /** The ID of the voice used for this dialogue input line. */
8
+ voiceId: string;
9
+ /** The name of the voice used for this dialogue input line. */
10
+ voiceName: string;
11
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,9 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export type EmbedVariant = "compact" | "full" | "expandable";
4
+ export type EmbedVariant = "tiny" | "compact" | "full" | "expandable";
5
5
  export declare const EmbedVariant: {
6
+ readonly Tiny: "tiny";
6
7
  readonly Compact: "compact";
7
8
  readonly Full: "full";
8
9
  readonly Expandable: "expandable";
@@ -5,6 +5,7 @@
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.EmbedVariant = void 0;
7
7
  exports.EmbedVariant = {
8
+ Tiny: "tiny",
8
9
  Compact: "compact",
9
10
  Full: "full",
10
11
  Expandable: "expandable",
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface FeatureStatusCommonModel {
5
+ enabled?: boolean;
6
+ used?: boolean;
7
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as ElevenLabs from "../index";
5
+ export interface FeaturesUsageCommonModel {
6
+ languageDetection?: ElevenLabs.FeatureStatusCommonModel;
7
+ transferToAgent?: ElevenLabs.FeatureStatusCommonModel;
8
+ transferToNumber?: ElevenLabs.FeatureStatusCommonModel;
9
+ multivoice?: ElevenLabs.FeatureStatusCommonModel;
10
+ piiZrmWorkspace?: boolean;
11
+ piiZrmAgent?: boolean;
12
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -4,5 +4,5 @@
4
4
  import * as ElevenLabs from "../index";
5
5
  export interface GetAgentEmbedResponseModel {
6
6
  agentId: string;
7
- widgetConfig: ElevenLabs.WidgetConfigResponseModel;
7
+ widgetConfig: ElevenLabs.WidgetConfigResponse;
8
8
  }
@@ -6,7 +6,7 @@ export interface GetKnowledgeBaseFileResponseModel {
6
6
  id: string;
7
7
  name: string;
8
8
  metadata: ElevenLabs.KnowledgeBaseDocumentMetadataResponseModel;
9
- promptInjectable: boolean;
9
+ supportedUsages: ElevenLabs.DocumentUsageModeEnum[];
10
10
  accessInfo: ElevenLabs.ResourceAccessInfo;
11
11
  extractedInnerHtml: string;
12
12
  }
@@ -6,7 +6,7 @@ export interface GetKnowledgeBaseSummaryFileResponseModel {
6
6
  id: string;
7
7
  name: string;
8
8
  metadata: ElevenLabs.KnowledgeBaseDocumentMetadataResponseModel;
9
- promptInjectable: boolean;
9
+ supportedUsages: ElevenLabs.DocumentUsageModeEnum[];
10
10
  accessInfo: ElevenLabs.ResourceAccessInfo;
11
11
  dependentAgents: ElevenLabs.GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem[];
12
12
  }
@@ -6,7 +6,7 @@ export interface GetKnowledgeBaseSummaryTextResponseModel {
6
6
  id: string;
7
7
  name: string;
8
8
  metadata: ElevenLabs.KnowledgeBaseDocumentMetadataResponseModel;
9
- promptInjectable: boolean;
9
+ supportedUsages: ElevenLabs.DocumentUsageModeEnum[];
10
10
  accessInfo: ElevenLabs.ResourceAccessInfo;
11
11
  dependentAgents: ElevenLabs.GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem[];
12
12
  }
@@ -6,7 +6,7 @@ export interface GetKnowledgeBaseSummaryUrlResponseModel {
6
6
  id: string;
7
7
  name: string;
8
8
  metadata: ElevenLabs.KnowledgeBaseDocumentMetadataResponseModel;
9
- promptInjectable: boolean;
9
+ supportedUsages: ElevenLabs.DocumentUsageModeEnum[];
10
10
  accessInfo: ElevenLabs.ResourceAccessInfo;
11
11
  dependentAgents: ElevenLabs.GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem[];
12
12
  url: string;
@@ -6,7 +6,7 @@ export interface GetKnowledgeBaseTextResponseModel {
6
6
  id: string;
7
7
  name: string;
8
8
  metadata: ElevenLabs.KnowledgeBaseDocumentMetadataResponseModel;
9
- promptInjectable: boolean;
9
+ supportedUsages: ElevenLabs.DocumentUsageModeEnum[];
10
10
  accessInfo: ElevenLabs.ResourceAccessInfo;
11
11
  extractedInnerHtml: string;
12
12
  }
@@ -6,7 +6,7 @@ export interface GetKnowledgeBaseUrlResponseModel {
6
6
  id: string;
7
7
  name: string;
8
8
  metadata: ElevenLabs.KnowledgeBaseDocumentMetadataResponseModel;
9
- promptInjectable: boolean;
9
+ supportedUsages: ElevenLabs.DocumentUsageModeEnum[];
10
10
  accessInfo: ElevenLabs.ResourceAccessInfo;
11
11
  extractedInnerHtml: string;
12
12
  url: string;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type IntegrationType = "mcp_server" | "mcp_integration";
5
+ export declare const IntegrationType: {
6
+ readonly McpServer: "mcp_server";
7
+ readonly McpIntegration: "mcp_integration";
8
+ };
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.IntegrationType = void 0;
7
+ exports.IntegrationType = {
8
+ McpServer: "mcp_server",
9
+ McpIntegration: "mcp_integration",
10
+ };
@@ -6,6 +6,8 @@ export interface InvoiceResponse {
6
6
  amountDueCents: number;
7
7
  /** The discount applied to the invoice. E.g. [20.0f] for 20% off. */
8
8
  discountPercentOff?: number;
9
+ /** The discount applied to the invoice. E.g. [20.0f] for 20% off. */
10
+ discountAmountOff?: number;
9
11
  /** The Unix timestamp of the next payment attempt. */
10
12
  nextPaymentAttemptUnix: number;
11
13
  }
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as ElevenLabs from "../index";
5
+ /**
6
+ * Response model for testing tools available on an MCP server.
7
+ */
8
+ export interface ListMcpToolsResponseModel {
9
+ /** Indicates if the operation was successful. */
10
+ success: boolean;
11
+ /** A list of tools available on the MCP server. */
12
+ tools: ElevenLabs.Tool[];
13
+ /** Error message if the operation was not successful. */
14
+ errorMessage?: string;
15
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export type Llm = "gpt-4o-mini" | "gpt-4o" | "gpt-4" | "gpt-4-turbo" | "gpt-4.1" | "gpt-4.1-mini" | "gpt-4.1-nano" | "gpt-3.5-turbo" | "gemini-1.5-pro" | "gemini-1.5-flash" | "gemini-2.0-flash-001" | "gemini-2.0-flash-lite" | "gemini-2.5-flash" | "gemini-1.0-pro" | "claude-3-7-sonnet" | "claude-3-5-sonnet" | "claude-3-5-sonnet-v1" | "claude-3-haiku" | "grok-beta" | "custom-llm";
4
+ export type Llm = "gpt-4o-mini" | "gpt-4o" | "gpt-4" | "gpt-4-turbo" | "gpt-4.1" | "gpt-4.1-mini" | "gpt-4.1-nano" | "gpt-3.5-turbo" | "gemini-1.5-pro" | "gemini-1.5-flash" | "gemini-2.0-flash" | "gemini-2.0-flash-lite" | "gemini-2.5-flash" | "claude-sonnet-4" | "claude-3-7-sonnet" | "claude-3-5-sonnet" | "claude-3-5-sonnet-v1" | "claude-3-haiku" | "grok-beta" | "custom-llm" | "gemini-2.5-flash-preview-05-20" | "gemini-2.5-flash-preview-04-17" | "gemini-2.0-flash-lite-001" | "gemini-2.0-flash-001" | "gemini-1.5-flash-002" | "gemini-1.5-flash-001" | "gemini-1.5-pro-002" | "gemini-1.5-pro-001" | "claude-sonnet-4@20250514" | "claude-3-7-sonnet@20250219" | "claude-3-5-sonnet@20240620" | "claude-3-5-sonnet-v2@20241022" | "claude-3-haiku@20240307" | "gpt-4.1-2025-04-14" | "gpt-4.1-mini-2025-04-14" | "gpt-4.1-nano-2025-04-14" | "gpt-4o-mini-2024-07-18" | "gpt-4o-2024-11-20" | "gpt-4o-2024-08-06" | "gpt-4o-2024-05-13" | "gpt-4-0613" | "gpt-4-0314" | "gpt-4-turbo-2024-04-09" | "gpt-3.5-turbo-0125" | "gpt-3.5-turbo-1106";
5
5
  export declare const Llm: {
6
6
  readonly Gpt4OMini: "gpt-4o-mini";
7
7
  readonly Gpt4O: "gpt-4o";
@@ -13,14 +13,39 @@ export declare const Llm: {
13
13
  readonly Gpt35Turbo: "gpt-3.5-turbo";
14
14
  readonly Gemini15Pro: "gemini-1.5-pro";
15
15
  readonly Gemini15Flash: "gemini-1.5-flash";
16
- readonly Gemini20Flash001: "gemini-2.0-flash-001";
16
+ readonly Gemini20Flash: "gemini-2.0-flash";
17
17
  readonly Gemini20FlashLite: "gemini-2.0-flash-lite";
18
18
  readonly Gemini25Flash: "gemini-2.5-flash";
19
- readonly Gemini10Pro: "gemini-1.0-pro";
19
+ readonly ClaudeSonnet4: "claude-sonnet-4";
20
20
  readonly Claude37Sonnet: "claude-3-7-sonnet";
21
21
  readonly Claude35Sonnet: "claude-3-5-sonnet";
22
22
  readonly Claude35SonnetV1: "claude-3-5-sonnet-v1";
23
23
  readonly Claude3Haiku: "claude-3-haiku";
24
24
  readonly GrokBeta: "grok-beta";
25
25
  readonly CustomLlm: "custom-llm";
26
+ readonly Gemini25FlashPreview0520: "gemini-2.5-flash-preview-05-20";
27
+ readonly Gemini25FlashPreview0417: "gemini-2.5-flash-preview-04-17";
28
+ readonly Gemini20FlashLite001: "gemini-2.0-flash-lite-001";
29
+ readonly Gemini20Flash001: "gemini-2.0-flash-001";
30
+ readonly Gemini15Flash002: "gemini-1.5-flash-002";
31
+ readonly Gemini15Flash001: "gemini-1.5-flash-001";
32
+ readonly Gemini15Pro002: "gemini-1.5-pro-002";
33
+ readonly Gemini15Pro001: "gemini-1.5-pro-001";
34
+ readonly ClaudeSonnet420250514: "claude-sonnet-4@20250514";
35
+ readonly Claude37Sonnet20250219: "claude-3-7-sonnet@20250219";
36
+ readonly Claude35Sonnet20240620: "claude-3-5-sonnet@20240620";
37
+ readonly Claude35SonnetV220241022: "claude-3-5-sonnet-v2@20241022";
38
+ readonly Claude3Haiku20240307: "claude-3-haiku@20240307";
39
+ readonly Gpt4120250414: "gpt-4.1-2025-04-14";
40
+ readonly Gpt41Mini20250414: "gpt-4.1-mini-2025-04-14";
41
+ readonly Gpt41Nano20250414: "gpt-4.1-nano-2025-04-14";
42
+ readonly Gpt4OMini20240718: "gpt-4o-mini-2024-07-18";
43
+ readonly Gpt4O20241120: "gpt-4o-2024-11-20";
44
+ readonly Gpt4O20240806: "gpt-4o-2024-08-06";
45
+ readonly Gpt4O20240513: "gpt-4o-2024-05-13";
46
+ readonly Gpt40613: "gpt-4-0613";
47
+ readonly Gpt40314: "gpt-4-0314";
48
+ readonly Gpt4Turbo20240409: "gpt-4-turbo-2024-04-09";
49
+ readonly Gpt35Turbo0125: "gpt-3.5-turbo-0125";
50
+ readonly Gpt35Turbo1106: "gpt-3.5-turbo-1106";
26
51
  };
package/api/types/Llm.js CHANGED
@@ -15,14 +15,39 @@ exports.Llm = {
15
15
  Gpt35Turbo: "gpt-3.5-turbo",
16
16
  Gemini15Pro: "gemini-1.5-pro",
17
17
  Gemini15Flash: "gemini-1.5-flash",
18
- Gemini20Flash001: "gemini-2.0-flash-001",
18
+ Gemini20Flash: "gemini-2.0-flash",
19
19
  Gemini20FlashLite: "gemini-2.0-flash-lite",
20
20
  Gemini25Flash: "gemini-2.5-flash",
21
- Gemini10Pro: "gemini-1.0-pro",
21
+ ClaudeSonnet4: "claude-sonnet-4",
22
22
  Claude37Sonnet: "claude-3-7-sonnet",
23
23
  Claude35Sonnet: "claude-3-5-sonnet",
24
24
  Claude35SonnetV1: "claude-3-5-sonnet-v1",
25
25
  Claude3Haiku: "claude-3-haiku",
26
26
  GrokBeta: "grok-beta",
27
27
  CustomLlm: "custom-llm",
28
+ Gemini25FlashPreview0520: "gemini-2.5-flash-preview-05-20",
29
+ Gemini25FlashPreview0417: "gemini-2.5-flash-preview-04-17",
30
+ Gemini20FlashLite001: "gemini-2.0-flash-lite-001",
31
+ Gemini20Flash001: "gemini-2.0-flash-001",
32
+ Gemini15Flash002: "gemini-1.5-flash-002",
33
+ Gemini15Flash001: "gemini-1.5-flash-001",
34
+ Gemini15Pro002: "gemini-1.5-pro-002",
35
+ Gemini15Pro001: "gemini-1.5-pro-001",
36
+ ClaudeSonnet420250514: "claude-sonnet-4@20250514",
37
+ Claude37Sonnet20250219: "claude-3-7-sonnet@20250219",
38
+ Claude35Sonnet20240620: "claude-3-5-sonnet@20240620",
39
+ Claude35SonnetV220241022: "claude-3-5-sonnet-v2@20241022",
40
+ Claude3Haiku20240307: "claude-3-haiku@20240307",
41
+ Gpt4120250414: "gpt-4.1-2025-04-14",
42
+ Gpt41Mini20250414: "gpt-4.1-mini-2025-04-14",
43
+ Gpt41Nano20250414: "gpt-4.1-nano-2025-04-14",
44
+ Gpt4OMini20240718: "gpt-4o-mini-2024-07-18",
45
+ Gpt4O20241120: "gpt-4o-2024-11-20",
46
+ Gpt4O20240806: "gpt-4o-2024-08-06",
47
+ Gpt4O20240513: "gpt-4o-2024-05-13",
48
+ Gpt40613: "gpt-4-0613",
49
+ Gpt40314: "gpt-4-0314",
50
+ Gpt4Turbo20240409: "gpt-4-turbo-2024-04-09",
51
+ Gpt35Turbo0125: "gpt-3.5-turbo-0125",
52
+ Gpt35Turbo1106: "gpt-3.5-turbo-1106",
28
53
  };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Defines the MCP server-level approval policy for tool execution.
6
+ */
7
+ export type McpApprovalPolicy = "auto_approve_all" | "require_approval_all" | "require_approval_per_tool";
8
+ export declare const McpApprovalPolicy: {
9
+ readonly AutoApproveAll: "auto_approve_all";
10
+ readonly RequireApprovalAll: "require_approval_all";
11
+ readonly RequireApprovalPerTool: "require_approval_per_tool";
12
+ };
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.McpApprovalPolicy = void 0;
7
+ exports.McpApprovalPolicy = {
8
+ AutoApproveAll: "auto_approve_all",
9
+ RequireApprovalAll: "require_approval_all",
10
+ RequireApprovalPerTool: "require_approval_per_tool",
11
+ };
@@ -0,0 +1,19 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as ElevenLabs from "../index";
5
+ export interface McpServerConfigInput {
6
+ approvalPolicy?: ElevenLabs.McpApprovalPolicy;
7
+ /** List of tool approval hashes for per-tool approval when approval_policy is REQUIRE_APPROVAL_PER_TOOL */
8
+ toolApprovalHashes?: ElevenLabs.McpToolApprovalHash[];
9
+ /** The transport type used to connect to the MCP server */
10
+ transport?: ElevenLabs.McpServerTransport;
11
+ /** The URL of the MCP server, if this contains a secret please store as a workspace secret, otherwise store as a plain string. Must use https */
12
+ url: ElevenLabs.McpServerConfigInputUrl;
13
+ /** The secret token (Authorization header) stored as a workspace secret or in-place secret */
14
+ secretToken?: ElevenLabs.McpServerConfigInputSecretToken;
15
+ /** The headers included in the request */
16
+ requestHeaders?: Record<string, ElevenLabs.McpServerConfigInputRequestHeadersValue>;
17
+ name: string;
18
+ description?: string;
19
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as ElevenLabs from "../index";
5
+ export type McpServerConfigInputRequestHeadersValue = string | ElevenLabs.ConvAiSecretLocator;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as ElevenLabs from "../index";
5
+ /**
6
+ * The secret token (Authorization header) stored as a workspace secret or in-place secret
7
+ */
8
+ export type McpServerConfigInputSecretToken = ElevenLabs.ConvAiSecretLocator | ElevenLabs.ConvAiUserSecretDbModel;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as ElevenLabs from "../index";
5
+ /**
6
+ * The URL of the MCP server, if this contains a secret please store as a workspace secret, otherwise store as a plain string. Must use https
7
+ */
8
+ export type McpServerConfigInputUrl = string | ElevenLabs.ConvAiSecretLocator;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,19 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as ElevenLabs from "../index";
5
+ export interface McpServerConfigOutput {
6
+ approvalPolicy?: ElevenLabs.McpApprovalPolicy;
7
+ /** List of tool approval hashes for per-tool approval when approval_policy is REQUIRE_APPROVAL_PER_TOOL */
8
+ toolApprovalHashes?: ElevenLabs.McpToolApprovalHash[];
9
+ /** The transport type used to connect to the MCP server */
10
+ transport?: ElevenLabs.McpServerTransport;
11
+ /** The URL of the MCP server, if this contains a secret please store as a workspace secret, otherwise store as a plain string. Must use https */
12
+ url: ElevenLabs.McpServerConfigOutputUrl;
13
+ /** The secret token (Authorization header) stored as a workspace secret or in-place secret */
14
+ secretToken?: ElevenLabs.McpServerConfigOutputSecretToken;
15
+ /** The headers included in the request */
16
+ requestHeaders?: Record<string, ElevenLabs.McpServerConfigOutputRequestHeadersValue>;
17
+ name: string;
18
+ description?: string;
19
+ }