@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
@@ -1,46 +0,0 @@
1
- imports:
2
- root: __package__.yml
3
- service:
4
- auth: false
5
- base-path: ''
6
- endpoints:
7
- delete:
8
- path: /v1/voices/{voice_id}/samples/{sample_id}
9
- method: DELETE
10
- auth: false
11
- docs: Removes a sample by its ID.
12
- source:
13
- openapi: openapi.json
14
- path-parameters:
15
- voice_id:
16
- type: string
17
- docs: >-
18
- ID of the voice to be used. You can use the [Get
19
- voices](/docs/api-reference/voices/search) endpoint list all the
20
- available voices.
21
- sample_id:
22
- type: string
23
- docs: >-
24
- ID of the sample to be used. You can use the [Get
25
- voices](/docs/api-reference/voices/get) endpoint list all the
26
- available samples for a voice.
27
- display-name: Delete voice sample
28
- response:
29
- docs: Successful Response
30
- type: root.DeleteSampleResponse
31
- status-code: 200
32
- errors:
33
- - root.UnprocessableEntityError
34
- examples:
35
- - path-parameters:
36
- voice_id: 21m00Tcm4TlvDq8ikWAM
37
- sample_id: VW7YKqPnjY4h39yTbx2L
38
- response:
39
- body:
40
- status: ok
41
- source:
42
- openapi: openapi.json
43
- display-name: Samples
44
- docs: >-
45
- Access to your samples. A sample is any audio file you attached to a voice. A
46
- voice can have one or more samples.
@@ -1,324 +0,0 @@
1
- types:
2
- SpeechToSpeechConvertRequestOutputFormat:
3
- enum:
4
- - mp3_22050_32
5
- - mp3_44100_32
6
- - mp3_44100_64
7
- - mp3_44100_96
8
- - mp3_44100_128
9
- - mp3_44100_192
10
- - pcm_8000
11
- - pcm_16000
12
- - pcm_22050
13
- - pcm_24000
14
- - pcm_44100
15
- - pcm_48000
16
- - ulaw_8000
17
- - alaw_8000
18
- - opus_48000_32
19
- - opus_48000_64
20
- - opus_48000_96
21
- - opus_48000_128
22
- - opus_48000_192
23
- docs: >-
24
- Output format of the generated audio. Formatted as
25
- codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is
26
- represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be
27
- subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires
28
- you to be subscribed to Pro tier or above. Note that the μ-law format
29
- (sometimes written mu-law, often approximated as u-law) is commonly used
30
- for Twilio audio inputs.
31
- default: mp3_44100_128
32
- source:
33
- openapi: openapi.json
34
- SpeechToSpeechConvertRequestFileFormat:
35
- enum:
36
- - pcm_s16le_16
37
- - other
38
- inline: true
39
- source:
40
- openapi: openapi.json
41
- SpeechToSpeechStreamRequestOutputFormat:
42
- enum:
43
- - mp3_22050_32
44
- - mp3_44100_32
45
- - mp3_44100_64
46
- - mp3_44100_96
47
- - mp3_44100_128
48
- - mp3_44100_192
49
- - pcm_8000
50
- - pcm_16000
51
- - pcm_22050
52
- - pcm_24000
53
- - pcm_44100
54
- - pcm_48000
55
- - ulaw_8000
56
- - alaw_8000
57
- - opus_48000_32
58
- - opus_48000_64
59
- - opus_48000_96
60
- - opus_48000_128
61
- - opus_48000_192
62
- docs: >-
63
- Output format of the generated audio. Formatted as
64
- codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is
65
- represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be
66
- subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires
67
- you to be subscribed to Pro tier or above. Note that the μ-law format
68
- (sometimes written mu-law, often approximated as u-law) is commonly used
69
- for Twilio audio inputs.
70
- default: mp3_44100_128
71
- source:
72
- openapi: openapi.json
73
- SpeechToSpeechStreamRequestFileFormat:
74
- enum:
75
- - pcm_s16le_16
76
- - other
77
- inline: true
78
- source:
79
- openapi: openapi.json
80
- imports:
81
- root: __package__.yml
82
- service:
83
- auth: false
84
- base-path: ''
85
- endpoints:
86
- convert:
87
- path: /v1/speech-to-speech/{voice_id}
88
- method: POST
89
- auth: false
90
- docs: >-
91
- Transform audio from one voice to another. Maintain full control over
92
- emotion, timing and delivery.
93
- source:
94
- openapi: openapi.json
95
- path-parameters:
96
- voice_id:
97
- type: string
98
- docs: >-
99
- ID of the voice to be used. Use the [Get
100
- voices](/docs/api-reference/voices/search) endpoint list all the
101
- available voices.
102
- display-name: Voice changer
103
- request:
104
- name: Body_Speech_to_Speech_v1_speech_to_speech__voice_id__post
105
- query-parameters:
106
- enable_logging:
107
- type: optional<boolean>
108
- default: true
109
- docs: >-
110
- When enable_logging is set to false zero retention mode will be
111
- used for the request. This will mean history features are
112
- unavailable for this request, including request stitching. Zero
113
- retention mode may only be used by enterprise customers.
114
- optimize_streaming_latency:
115
- type: optional<integer>
116
- docs: >
117
- You can turn on latency optimizations at some cost of quality. The
118
- best possible final latency varies by model. Possible values:
119
-
120
- 0 - default mode (no latency optimizations)
121
-
122
- 1 - normal latency optimizations (about 50% of possible latency
123
- improvement of option 3)
124
-
125
- 2 - strong latency optimizations (about 75% of possible latency
126
- improvement of option 3)
127
-
128
- 3 - max latency optimizations
129
-
130
- 4 - max latency optimizations, but also with text normalizer
131
- turned off for even more latency savings (best latency, but can
132
- mispronounce eg numbers and dates).
133
-
134
-
135
- Defaults to None.
136
- availability: deprecated
137
- output_format:
138
- type: optional<SpeechToSpeechConvertRequestOutputFormat>
139
- default: mp3_44100_128
140
- docs: >-
141
- Output format of the generated audio. Formatted as
142
- codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at
143
- 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate
144
- requires you to be subscribed to Creator tier or above. PCM with
145
- 44.1kHz sample rate requires you to be subscribed to Pro tier or
146
- above. Note that the μ-law format (sometimes written mu-law, often
147
- approximated as u-law) is commonly used for Twilio audio inputs.
148
- body:
149
- properties:
150
- audio:
151
- type: file
152
- docs: >-
153
- The audio file which holds the content and emotion that will
154
- control the generated speech.
155
- model_id:
156
- type: optional<string>
157
- docs: >-
158
- Identifier of the model that will be used, you can query them
159
- using GET /v1/models. The model needs to have support for speech
160
- to speech, you can check this using the can_do_voice_conversion
161
- property.
162
- default: eleven_english_sts_v2
163
- voice_settings:
164
- type: optional<string>
165
- docs: >-
166
- Voice settings overriding stored settings for the given voice.
167
- They are applied only on the given request. Needs to be send as
168
- a JSON encoded string.
169
- seed:
170
- type: optional<integer>
171
- docs: >-
172
- If specified, our system will make a best effort to sample
173
- deterministically, such that repeated requests with the same
174
- seed and parameters should return the same result. Determinism
175
- is not guaranteed. Must be integer between 0 and 4294967295.
176
- remove_background_noise:
177
- type: optional<boolean>
178
- docs: >-
179
- If set, will remove the background noise from your audio input
180
- using our audio isolation model. Only applies to Voice Changer.
181
- default: false
182
- file_format:
183
- type: optional<SpeechToSpeechConvertRequestFileFormat>
184
- docs: >-
185
- The format of input audio. Options are 'pcm_s16le_16' or 'other'
186
- For `pcm_s16le_16`, the input audio must be 16-bit PCM at a
187
- 16kHz sample rate, single channel (mono), and little-endian byte
188
- order. Latency will be lower than with passing an encoded
189
- waveform.
190
- content-type: multipart/form-data
191
- response:
192
- docs: The generated audio file
193
- type: file
194
- status-code: 200
195
- errors:
196
- - root.UnprocessableEntityError
197
- examples:
198
- - path-parameters:
199
- voice_id: JBFqnCBsd6RMkjVDRZzb
200
- query-parameters:
201
- output_format: mp3_44100_128
202
- request:
203
- model_id: eleven_multilingual_sts_v2
204
- stream:
205
- path: /v1/speech-to-speech/{voice_id}/stream
206
- method: POST
207
- auth: false
208
- docs: >-
209
- Stream audio from one voice to another. Maintain full control over
210
- emotion, timing and delivery.
211
- source:
212
- openapi: openapi.json
213
- path-parameters:
214
- voice_id:
215
- type: string
216
- docs: >-
217
- ID of the voice to be used. Use the [Get
218
- voices](/docs/api-reference/voices/search) endpoint list all the
219
- available voices.
220
- display-name: Voice changer stream
221
- request:
222
- name: >-
223
- Body_Speech_to_Speech_Streaming_v1_speech_to_speech__voice_id__stream_post
224
- query-parameters:
225
- enable_logging:
226
- type: optional<boolean>
227
- default: true
228
- docs: >-
229
- When enable_logging is set to false zero retention mode will be
230
- used for the request. This will mean history features are
231
- unavailable for this request, including request stitching. Zero
232
- retention mode may only be used by enterprise customers.
233
- optimize_streaming_latency:
234
- type: optional<integer>
235
- docs: >
236
- You can turn on latency optimizations at some cost of quality. The
237
- best possible final latency varies by model. Possible values:
238
-
239
- 0 - default mode (no latency optimizations)
240
-
241
- 1 - normal latency optimizations (about 50% of possible latency
242
- improvement of option 3)
243
-
244
- 2 - strong latency optimizations (about 75% of possible latency
245
- improvement of option 3)
246
-
247
- 3 - max latency optimizations
248
-
249
- 4 - max latency optimizations, but also with text normalizer
250
- turned off for even more latency savings (best latency, but can
251
- mispronounce eg numbers and dates).
252
-
253
-
254
- Defaults to None.
255
- availability: deprecated
256
- output_format:
257
- type: optional<SpeechToSpeechStreamRequestOutputFormat>
258
- default: mp3_44100_128
259
- docs: >-
260
- Output format of the generated audio. Formatted as
261
- codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at
262
- 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate
263
- requires you to be subscribed to Creator tier or above. PCM with
264
- 44.1kHz sample rate requires you to be subscribed to Pro tier or
265
- above. Note that the μ-law format (sometimes written mu-law, often
266
- approximated as u-law) is commonly used for Twilio audio inputs.
267
- body:
268
- properties:
269
- audio:
270
- type: file
271
- docs: >-
272
- The audio file which holds the content and emotion that will
273
- control the generated speech.
274
- model_id:
275
- type: optional<string>
276
- docs: >-
277
- Identifier of the model that will be used, you can query them
278
- using GET /v1/models. The model needs to have support for speech
279
- to speech, you can check this using the can_do_voice_conversion
280
- property.
281
- default: eleven_english_sts_v2
282
- voice_settings:
283
- type: optional<string>
284
- docs: >-
285
- Voice settings overriding stored settings for the given voice.
286
- They are applied only on the given request. Needs to be send as
287
- a JSON encoded string.
288
- seed:
289
- type: optional<integer>
290
- docs: >-
291
- If specified, our system will make a best effort to sample
292
- deterministically, such that repeated requests with the same
293
- seed and parameters should return the same result. Determinism
294
- is not guaranteed. Must be integer between 0 and 4294967295.
295
- remove_background_noise:
296
- type: optional<boolean>
297
- docs: >-
298
- If set, will remove the background noise from your audio input
299
- using our audio isolation model. Only applies to Voice Changer.
300
- default: false
301
- file_format:
302
- type: optional<SpeechToSpeechStreamRequestFileFormat>
303
- docs: >-
304
- The format of input audio. Options are 'pcm_s16le_16' or 'other'
305
- For `pcm_s16le_16`, the input audio must be 16-bit PCM at a
306
- 16kHz sample rate, single channel (mono), and little-endian byte
307
- order. Latency will be lower than with passing an encoded
308
- waveform.
309
- content-type: multipart/form-data
310
- response:
311
- docs: Streaming audio data
312
- type: file
313
- status-code: 200
314
- errors:
315
- - root.UnprocessableEntityError
316
- examples:
317
- - path-parameters:
318
- voice_id: JBFqnCBsd6RMkjVDRZzb
319
- query-parameters:
320
- output_format: mp3_44100_128
321
- request:
322
- model_id: eleven_multilingual_sts_v2
323
- source:
324
- openapi: openapi.json
@@ -1,177 +0,0 @@
1
- types:
2
- SpeechToTextConvertRequestTimestampsGranularity:
3
- enum:
4
- - none
5
- - word
6
- - character
7
- docs: >-
8
- The granularity of the timestamps in the transcription. 'word' provides
9
- word-level timestamps and 'character' provides character-level timestamps
10
- per word.
11
- default: word
12
- inline: true
13
- source:
14
- openapi: openapi.json
15
- SpeechToTextConvertRequestFileFormat:
16
- enum:
17
- - pcm_s16le_16
18
- - other
19
- docs: >-
20
- The format of input audio. Options are 'pcm_s16le_16' or 'other' For
21
- `pcm_s16le_16`, the input audio must be 16-bit PCM at a 16kHz sample rate,
22
- single channel (mono), and little-endian byte order. Latency will be lower
23
- than with passing an encoded waveform.
24
- default: other
25
- inline: true
26
- source:
27
- openapi: openapi.json
28
- imports:
29
- root: __package__.yml
30
- service:
31
- auth: false
32
- base-path: ''
33
- endpoints:
34
- convert:
35
- path: /v1/speech-to-text
36
- method: POST
37
- auth: false
38
- docs: Transcribe an audio or video file.
39
- source:
40
- openapi: openapi.json
41
- display-name: Create transcript
42
- request:
43
- name: Body_Speech_to_Text_v1_speech_to_text_post
44
- query-parameters:
45
- enable_logging:
46
- type: optional<boolean>
47
- default: true
48
- docs: >-
49
- When enable_logging is set to false zero retention mode will be
50
- used for the request. This will mean history features are
51
- unavailable for this request, including request stitching. Zero
52
- retention mode may only be used by enterprise customers.
53
- body:
54
- properties:
55
- model_id:
56
- type: string
57
- docs: >-
58
- The ID of the model to use for transcription, currently only
59
- 'scribe_v1' and 'scribe_v1_experimental' are available.
60
- file:
61
- type: optional<file>
62
- docs: >-
63
- The file to transcribe. All major audio and video formats are
64
- supported. Exactly one of the file or cloud_storage_url
65
- parameters must be provided. The file size must be less than
66
- 1GB.
67
- language_code:
68
- type: optional<string>
69
- docs: >-
70
- An ISO-639-1 or ISO-639-3 language_code corresponding to the
71
- language of the audio file. Can sometimes improve transcription
72
- performance if known beforehand. Defaults to null, in this case
73
- the language is predicted automatically.
74
- tag_audio_events:
75
- type: optional<boolean>
76
- docs: >-
77
- Whether to tag audio events like (laughter), (footsteps), etc.
78
- in the transcription.
79
- default: true
80
- num_speakers:
81
- type: optional<integer>
82
- docs: >-
83
- The maximum amount of speakers talking in the uploaded file. Can
84
- help with predicting who speaks when. The maximum amount of
85
- speakers that can be predicted is 32. Defaults to null, in this
86
- case the amount of speakers is set to the maximum value the
87
- model supports.
88
- validation:
89
- min: 1
90
- max: 32
91
- timestamps_granularity:
92
- type: optional<SpeechToTextConvertRequestTimestampsGranularity>
93
- docs: >-
94
- The granularity of the timestamps in the transcription. 'word'
95
- provides word-level timestamps and 'character' provides
96
- character-level timestamps per word.
97
- default: word
98
- diarize:
99
- type: optional<boolean>
100
- docs: >-
101
- Whether to annotate which speaker is currently talking in the
102
- uploaded file.
103
- default: false
104
- additional_formats:
105
- type: optional<root.AdditionalFormats>
106
- docs: A list of additional formats to export the transcript to.
107
- file_format:
108
- type: optional<SpeechToTextConvertRequestFileFormat>
109
- docs: >-
110
- The format of input audio. Options are 'pcm_s16le_16' or 'other'
111
- For `pcm_s16le_16`, the input audio must be 16-bit PCM at a
112
- 16kHz sample rate, single channel (mono), and little-endian byte
113
- order. Latency will be lower than with passing an encoded
114
- waveform.
115
- default: other
116
- cloud_storage_url:
117
- type: optional<string>
118
- docs: >-
119
- The valid AWS S3, Cloudflare R2 or Google Cloud Storage URL of
120
- the file to transcribe. Exactly one of the file or
121
- cloud_storage_url parameters must be provided. The file must be
122
- a valid publicly accessible cloud storage URL. The file size
123
- must be less than 2GB. URL can be pre-signed.
124
- content-type: multipart/form-data
125
- response:
126
- docs: Successful Response
127
- type: root.SpeechToTextChunkResponseModel
128
- status-code: 200
129
- errors:
130
- - root.UnprocessableEntityError
131
- examples:
132
- - request:
133
- model_id: model_id
134
- response:
135
- body:
136
- language_code: en
137
- language_probability: 0.98
138
- text: Hello world!
139
- words:
140
- - text: Hello
141
- start: 0
142
- end: 0.5
143
- type: word
144
- speaker_id: speaker_1
145
- logprob: 1.1
146
- characters:
147
- - text: text
148
- start: 0
149
- end: 0.1
150
- - text: ' '
151
- start: 0.5
152
- end: 0.5
153
- type: spacing
154
- speaker_id: speaker_1
155
- logprob: 1.1
156
- characters:
157
- - text: text
158
- start: 0
159
- end: 0.1
160
- - text: world!
161
- start: 0.5
162
- end: 1.2
163
- type: word
164
- speaker_id: speaker_1
165
- logprob: 1.1
166
- characters:
167
- - text: text
168
- start: 0
169
- end: 0.1
170
- additional_formats:
171
- - requested_format: requested_format
172
- file_extension: file_extension
173
- content_type: content_type
174
- is_base64_encoded: true
175
- content: content
176
- source:
177
- openapi: openapi.json
@@ -1,141 +0,0 @@
1
- imports:
2
- root: ../../../__package__.yml
3
- service:
4
- auth: false
5
- base-path: ''
6
- endpoints:
7
- list:
8
- path: /v1/studio/projects/{project_id}/chapters/{chapter_id}/snapshots
9
- method: GET
10
- auth: false
11
- docs: >-
12
- Gets information about all the snapshots of a chapter. Each snapshot can
13
- be downloaded as audio. Whenever a chapter is converted a snapshot will
14
- automatically be created.
15
- source:
16
- openapi: openapi.json
17
- path-parameters:
18
- project_id:
19
- type: string
20
- docs: >-
21
- The ID of the project to be used. You can use the [List
22
- projects](/docs/api-reference/studio/get-projects) endpoint to list
23
- all the available projects.
24
- chapter_id:
25
- type: string
26
- docs: >-
27
- The ID of the chapter to be used. You can use the [List project
28
- chapters](/docs/api-reference/studio/get-chapters) endpoint to list
29
- all the available chapters.
30
- display-name: List Chapter Snapshots
31
- response:
32
- docs: Successful Response
33
- type: root.ChapterSnapshotsResponse
34
- status-code: 200
35
- errors:
36
- - root.UnprocessableEntityError
37
- examples:
38
- - path-parameters:
39
- project_id: 21m00Tcm4TlvDq8ikWAM
40
- chapter_id: 21m00Tcm4TlvDq8ikWAM
41
- response:
42
- body:
43
- snapshots:
44
- - chapter_snapshot_id: aw1NgEzBg83R7vgmiJt1
45
- project_id: aw1NgEzBg83R7vgmiJt2
46
- chapter_id: aw1NgEzBg83R7vgmiJt3
47
- created_at_unix: 1714204800
48
- name: My Chapter Snapshot
49
- get:
50
- path: >-
51
- /v1/studio/projects/{project_id}/chapters/{chapter_id}/snapshots/{chapter_snapshot_id}
52
- method: GET
53
- auth: false
54
- docs: Returns the chapter snapshot.
55
- source:
56
- openapi: openapi.json
57
- path-parameters:
58
- project_id:
59
- type: string
60
- docs: The ID of the Studio project.
61
- chapter_id:
62
- type: string
63
- docs: The ID of the chapter.
64
- chapter_snapshot_id:
65
- type: string
66
- docs: The ID of the chapter snapshot.
67
- display-name: Get Chapter Snapshot
68
- response:
69
- docs: Successful Response
70
- type: root.ChapterSnapshotExtendedResponseModel
71
- status-code: 200
72
- errors:
73
- - root.UnprocessableEntityError
74
- examples:
75
- - path-parameters:
76
- project_id: 21m00Tcm4TlvDq8ikWAM
77
- chapter_id: 21m00Tcm4TlvDq8ikWAM
78
- chapter_snapshot_id: 21m00Tcm4TlvDq8ikWAM
79
- response:
80
- body:
81
- chapter_snapshot_id: aw1NgEzBg83R7vgmiJt1
82
- project_id: aw1NgEzBg83R7vgmiJt2
83
- chapter_id: aw1NgEzBg83R7vgmiJt3
84
- created_at_unix: 1714204800
85
- name: My Chapter Snapshot
86
- character_alignments:
87
- - characters:
88
- - characters
89
- character_start_times_seconds:
90
- - 1.1
91
- character_end_times_seconds:
92
- - 1.1
93
- stream:
94
- path: >-
95
- /v1/studio/projects/{project_id}/chapters/{chapter_id}/snapshots/{chapter_snapshot_id}/stream
96
- method: POST
97
- auth: false
98
- docs: >-
99
- Stream the audio from a chapter snapshot. Use `GET
100
- /v1/studio/projects/{project_id}/chapters/{chapter_id}/snapshots` to
101
- return the snapshots of a chapter.
102
- source:
103
- openapi: openapi.json
104
- path-parameters:
105
- project_id:
106
- type: string
107
- docs: >-
108
- The ID of the project to be used. You can use the [List
109
- projects](/docs/api-reference/studio/get-projects) endpoint to list
110
- all the available projects.
111
- chapter_id:
112
- type: string
113
- docs: >-
114
- The ID of the chapter to be used. You can use the [List project
115
- chapters](/docs/api-reference/studio/get-chapters) endpoint to list
116
- all the available chapters.
117
- chapter_snapshot_id:
118
- type: string
119
- docs: >-
120
- The ID of the chapter snapshot to be used. You can use the [List
121
- project chapter snapshots](/docs/api-reference/studio/get-snapshots)
122
- endpoint to list all the available snapshots.
123
- display-name: Stream Chapter Audio
124
- request:
125
- name: >-
126
- BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost
127
- body:
128
- properties:
129
- convert_to_mpeg:
130
- type: optional<boolean>
131
- docs: Whether to convert the audio to mpeg format.
132
- default: false
133
- content-type: application/json
134
- response:
135
- docs: Streaming audio data
136
- type: file
137
- status-code: 200
138
- errors:
139
- - root.UnprocessableEntityError
140
- source:
141
- openapi: openapi.json