@elevenlabs/elevenlabs-js 2.51.0 → 2.53.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 (2496) hide show
  1. package/.fern/metadata.json +8 -3
  2. package/.fern/replay.lock +14 -172
  3. package/.fern/verify.sh +5 -0
  4. package/BaseClient.d.ts +2 -2
  5. package/BaseClient.js +2 -2
  6. package/Client.d.ts +11 -0
  7. package/Client.js +24 -1
  8. package/api/resources/audioIsolation/client/Client.d.ts +2 -0
  9. package/api/resources/audioIsolation/client/Client.js +24 -23
  10. package/api/resources/audioIsolation/exports.d.ts +2 -0
  11. package/api/resources/audioIsolation/exports.js +21 -0
  12. package/api/resources/audioNative/client/Client.js +39 -39
  13. package/api/resources/audioNative/exports.d.ts +2 -0
  14. package/api/resources/audioNative/exports.js +21 -0
  15. package/api/resources/conversationalAi/client/Client.d.ts +2 -0
  16. package/api/resources/conversationalAi/client/Client.js +18 -13
  17. package/api/resources/conversationalAi/exports.d.ts +3 -0
  18. package/api/resources/conversationalAi/exports.js +22 -0
  19. package/api/resources/conversationalAi/resources/agents/client/Client.js +50 -54
  20. package/api/resources/conversationalAi/resources/agents/exports.d.ts +3 -0
  21. package/api/resources/conversationalAi/resources/agents/exports.js +22 -0
  22. package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +20 -14
  23. package/api/resources/conversationalAi/resources/agents/resources/branches/exports.d.ts +2 -0
  24. package/api/resources/conversationalAi/resources/agents/resources/branches/exports.js +21 -0
  25. package/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +1 -1
  26. package/api/resources/conversationalAi/resources/agents/resources/deployments/exports.d.ts +2 -0
  27. package/api/resources/conversationalAi/resources/agents/resources/deployments/exports.js +21 -0
  28. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +16 -6
  29. package/api/resources/conversationalAi/resources/agents/resources/drafts/exports.d.ts +2 -0
  30. package/api/resources/conversationalAi/resources/agents/resources/drafts/exports.js +21 -0
  31. package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +1 -1
  32. package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/exports.d.ts +2 -0
  33. package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/exports.js +21 -0
  34. package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -1
  35. package/api/resources/conversationalAi/resources/agents/resources/link/exports.d.ts +2 -0
  36. package/api/resources/conversationalAi/resources/agents/resources/link/exports.js +21 -0
  37. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +1 -1
  38. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/exports.d.ts +2 -0
  39. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/exports.js +21 -0
  40. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +8 -10
  41. package/api/resources/conversationalAi/resources/agents/resources/summaries/exports.d.ts +2 -0
  42. package/api/resources/conversationalAi/resources/agents/resources/summaries/exports.js +21 -0
  43. package/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.js +1 -1
  44. package/api/resources/conversationalAi/resources/agents/resources/versions/exports.d.ts +2 -0
  45. package/api/resources/conversationalAi/resources/agents/resources/versions/exports.js +21 -0
  46. package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +8 -5
  47. package/api/resources/conversationalAi/resources/agents/resources/widget/exports.d.ts +3 -0
  48. package/api/resources/conversationalAi/resources/agents/resources/widget/exports.js +22 -0
  49. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +4 -4
  50. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/exports.d.ts +2 -0
  51. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/exports.js +21 -0
  52. package/api/resources/conversationalAi/resources/analytics/exports.d.ts +3 -0
  53. package/api/resources/conversationalAi/resources/analytics/exports.js +22 -0
  54. package/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js +8 -5
  55. package/api/resources/conversationalAi/resources/analytics/resources/liveCount/exports.d.ts +2 -0
  56. package/api/resources/conversationalAi/resources/analytics/resources/liveCount/exports.js +21 -0
  57. package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +15 -16
  58. package/api/resources/conversationalAi/resources/batchCalls/exports.d.ts +2 -0
  59. package/api/resources/conversationalAi/resources/batchCalls/exports.js +21 -0
  60. package/api/resources/conversationalAi/resources/conversations/client/Client.js +95 -172
  61. package/api/resources/conversationalAi/resources/conversations/exports.d.ts +3 -0
  62. package/api/resources/conversationalAi/resources/conversations/exports.js +22 -0
  63. package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.d.ts +16 -0
  64. package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.js +64 -1
  65. package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.d.ts +1 -1
  66. package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.js +15 -0
  67. package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/requests/RunConversationEvaluationsRequest.d.ts +12 -0
  68. package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/requests/index.d.ts +1 -0
  69. package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/requests/index.js +2 -0
  70. package/api/resources/conversationalAi/resources/conversations/resources/analysis/exports.d.ts +2 -0
  71. package/api/resources/conversationalAi/resources/conversations/resources/analysis/exports.js +21 -0
  72. package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.d.ts +1 -0
  73. package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +2 -1
  74. package/api/resources/conversationalAi/resources/conversations/resources/audio/exports.d.ts +2 -0
  75. package/api/resources/conversationalAi/resources/conversations/resources/audio/exports.js +21 -0
  76. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +1 -1
  77. package/api/resources/conversationalAi/resources/conversations/resources/feedback/exports.d.ts +2 -0
  78. package/api/resources/conversationalAi/resources/conversations/resources/feedback/exports.js +21 -0
  79. package/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.js +5 -5
  80. package/api/resources/conversationalAi/resources/conversations/resources/files/exports.d.ts +2 -0
  81. package/api/resources/conversationalAi/resources/conversations/resources/files/exports.js +21 -0
  82. package/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
  83. package/api/resources/conversationalAi/resources/conversations/resources/index.js +1 -0
  84. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +55 -127
  85. package/api/resources/conversationalAi/resources/conversations/resources/messages/exports.d.ts +2 -0
  86. package/api/resources/conversationalAi/resources/conversations/resources/messages/exports.js +21 -0
  87. package/api/resources/conversationalAi/resources/conversations/resources/tags/client/Client.js +15 -14
  88. package/api/resources/conversationalAi/resources/conversations/resources/tags/exports.d.ts +2 -0
  89. package/api/resources/conversationalAi/resources/conversations/resources/tags/exports.js +21 -0
  90. package/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.js +1 -1
  91. package/api/resources/conversationalAi/resources/conversations/resources/topics/exports.d.ts +2 -0
  92. package/api/resources/conversationalAi/resources/conversations/resources/topics/exports.js +21 -0
  93. package/api/resources/conversationalAi/resources/dashboard/exports.d.ts +3 -0
  94. package/api/resources/conversationalAi/resources/dashboard/exports.js +22 -0
  95. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +2 -2
  96. package/api/resources/conversationalAi/resources/dashboard/resources/settings/exports.d.ts +2 -0
  97. package/api/resources/conversationalAi/resources/dashboard/resources/settings/exports.js +21 -0
  98. package/api/resources/conversationalAi/resources/exotel/client/Client.js +1 -1
  99. package/api/resources/conversationalAi/resources/exotel/exports.d.ts +2 -0
  100. package/api/resources/conversationalAi/resources/exotel/exports.js +21 -0
  101. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +42 -66
  102. package/api/resources/conversationalAi/resources/knowledgeBase/exports.d.ts +3 -0
  103. package/api/resources/conversationalAi/resources/knowledgeBase/exports.js +22 -0
  104. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +6 -6
  105. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/exports.d.ts +2 -0
  106. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/exports.js +21 -0
  107. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentRefreshResponse.d.ts +2 -2
  108. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentUpdateFileResponse.d.ts +2 -2
  109. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +44 -37
  110. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/exports.d.ts +3 -0
  111. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/exports.js +22 -0
  112. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +10 -7
  113. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/exports.d.ts +2 -0
  114. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/exports.js +21 -0
  115. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/Client.js +12 -11
  116. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/exports.d.ts +2 -0
  117. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/exports.js +21 -0
  118. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.js +8 -10
  119. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/exports.d.ts +2 -0
  120. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/exports.js +21 -0
  121. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +2 -2
  122. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +2 -2
  123. package/api/resources/conversationalAi/resources/llm/client/Client.js +1 -1
  124. package/api/resources/conversationalAi/resources/llm/exports.d.ts +2 -0
  125. package/api/resources/conversationalAi/resources/llm/exports.js +21 -0
  126. package/api/resources/conversationalAi/resources/llmUsage/client/Client.js +1 -1
  127. package/api/resources/conversationalAi/resources/llmUsage/exports.d.ts +2 -0
  128. package/api/resources/conversationalAi/resources/llmUsage/exports.js +21 -0
  129. package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +5 -5
  130. package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
  131. package/api/resources/conversationalAi/resources/mcpServers/exports.d.ts +3 -0
  132. package/api/resources/conversationalAi/resources/mcpServers/exports.js +22 -0
  133. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +2 -0
  134. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +3 -1
  135. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/exports.d.ts +2 -0
  136. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/exports.js +21 -0
  137. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +2 -2
  138. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/exports.d.ts +2 -0
  139. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/exports.js +21 -0
  140. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +4 -4
  141. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +1 -1
  142. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +1 -1
  143. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/exports.d.ts +2 -0
  144. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/exports.js +21 -0
  145. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +4 -1
  146. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +4 -1
  147. package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +1 -1
  148. package/api/resources/conversationalAi/resources/mcpServers/resources/tools/exports.d.ts +2 -0
  149. package/api/resources/conversationalAi/resources/mcpServers/resources/tools/exports.js +21 -0
  150. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +11 -6
  151. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +40 -22
  152. package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/PhoneNumbersListRequest.d.ts +17 -0
  153. package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/index.d.ts +1 -0
  154. package/api/resources/conversationalAi/resources/phoneNumbers/exports.d.ts +2 -0
  155. package/api/resources/conversationalAi/resources/phoneNumbers/exports.js +21 -0
  156. package/api/resources/conversationalAi/resources/secrets/client/Client.js +24 -26
  157. package/api/resources/conversationalAi/resources/secrets/exports.d.ts +2 -0
  158. package/api/resources/conversationalAi/resources/secrets/exports.js +21 -0
  159. package/api/resources/conversationalAi/resources/settings/client/Client.js +2 -2
  160. package/api/resources/conversationalAi/resources/settings/exports.d.ts +2 -0
  161. package/api/resources/conversationalAi/resources/settings/exports.js +21 -0
  162. package/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +1 -1
  163. package/api/resources/conversationalAi/resources/sipTrunk/exports.d.ts +2 -0
  164. package/api/resources/conversationalAi/resources/sipTrunk/exports.js +21 -0
  165. package/api/resources/conversationalAi/resources/tests/client/Client.js +31 -41
  166. package/api/resources/conversationalAi/resources/tests/exports.d.ts +3 -0
  167. package/api/resources/conversationalAi/resources/tests/exports.js +22 -0
  168. package/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.js +11 -8
  169. package/api/resources/conversationalAi/resources/tests/resources/folders/exports.d.ts +2 -0
  170. package/api/resources/conversationalAi/resources/tests/resources/folders/exports.js +21 -0
  171. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +12 -13
  172. package/api/resources/conversationalAi/resources/tests/resources/invocations/exports.d.ts +2 -0
  173. package/api/resources/conversationalAi/resources/tests/resources/invocations/exports.js +21 -0
  174. package/api/resources/conversationalAi/resources/tools/client/Client.js +43 -49
  175. package/api/resources/conversationalAi/resources/tools/exports.d.ts +3 -0
  176. package/api/resources/conversationalAi/resources/tools/exports.js +22 -0
  177. package/api/resources/conversationalAi/resources/tools/resources/executions/client/Client.js +14 -23
  178. package/api/resources/conversationalAi/resources/tools/resources/executions/exports.d.ts +2 -0
  179. package/api/resources/conversationalAi/resources/tools/resources/executions/exports.js +21 -0
  180. package/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -2
  181. package/api/resources/conversationalAi/resources/twilio/exports.d.ts +2 -0
  182. package/api/resources/conversationalAi/resources/twilio/exports.js +21 -0
  183. package/api/resources/conversationalAi/resources/users/client/Client.js +17 -26
  184. package/api/resources/conversationalAi/resources/users/exports.d.ts +2 -0
  185. package/api/resources/conversationalAi/resources/users/exports.js +21 -0
  186. package/api/resources/conversationalAi/resources/whatsapp/client/Client.js +2 -2
  187. package/api/resources/conversationalAi/resources/whatsapp/exports.d.ts +2 -0
  188. package/api/resources/conversationalAi/resources/whatsapp/exports.js +21 -0
  189. package/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.d.ts +5 -2
  190. package/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +20 -9
  191. package/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/WhatsappAccountsListRequest.d.ts +10 -0
  192. package/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.d.ts +1 -0
  193. package/api/resources/conversationalAi/resources/whatsappAccounts/exports.d.ts +2 -0
  194. package/api/resources/conversationalAi/resources/whatsappAccounts/exports.js +21 -0
  195. package/api/resources/dubbing/client/Client.js +57 -59
  196. package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +0 -2
  197. package/api/resources/dubbing/exports.d.ts +3 -0
  198. package/api/resources/dubbing/exports.js +22 -0
  199. package/api/resources/dubbing/resources/audio/client/Client.d.ts +1 -0
  200. package/api/resources/dubbing/resources/audio/client/Client.js +2 -1
  201. package/api/resources/dubbing/resources/audio/exports.d.ts +2 -0
  202. package/api/resources/dubbing/resources/audio/exports.js +21 -0
  203. package/api/resources/dubbing/resources/resource/client/Client.d.ts +12 -0
  204. package/api/resources/dubbing/resources/resource/client/Client.js +18 -6
  205. package/api/resources/dubbing/resources/resource/exports.d.ts +3 -0
  206. package/api/resources/dubbing/resources/resource/exports.js +22 -0
  207. package/api/resources/dubbing/resources/resource/resources/language/client/Client.d.ts +2 -0
  208. package/api/resources/dubbing/resources/resource/resources/language/client/Client.js +3 -1
  209. package/api/resources/dubbing/resources/resource/resources/language/exports.d.ts +2 -0
  210. package/api/resources/dubbing/resources/resource/resources/language/exports.js +21 -0
  211. package/api/resources/dubbing/resources/resource/resources/segment/client/Client.d.ts +4 -0
  212. package/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +6 -2
  213. package/api/resources/dubbing/resources/resource/resources/segment/exports.d.ts +2 -0
  214. package/api/resources/dubbing/resources/resource/resources/segment/exports.js +21 -0
  215. package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +6 -0
  216. package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +9 -3
  217. package/api/resources/dubbing/resources/resource/resources/speaker/exports.d.ts +3 -0
  218. package/api/resources/dubbing/resources/resource/resources/speaker/exports.js +22 -0
  219. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.d.ts +2 -0
  220. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +3 -1
  221. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +1 -1
  222. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/exports.d.ts +2 -0
  223. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/exports.js +21 -0
  224. package/api/resources/dubbing/resources/transcript/client/Client.d.ts +2 -0
  225. package/api/resources/dubbing/resources/transcript/client/Client.js +14 -5
  226. package/api/resources/dubbing/resources/transcript/exports.d.ts +2 -0
  227. package/api/resources/dubbing/resources/transcript/exports.js +21 -0
  228. package/api/resources/dubbing/resources/transcripts/client/Client.js +1 -1
  229. package/api/resources/dubbing/resources/transcripts/exports.d.ts +2 -0
  230. package/api/resources/dubbing/resources/transcripts/exports.js +21 -0
  231. package/api/resources/environmentVariables/client/Client.js +19 -22
  232. package/api/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.d.ts +1 -1
  233. package/api/resources/environmentVariables/exports.d.ts +2 -0
  234. package/api/resources/environmentVariables/exports.js +21 -0
  235. package/api/resources/forcedAlignment/client/Client.js +5 -5
  236. package/api/resources/forcedAlignment/exports.d.ts +2 -0
  237. package/api/resources/forcedAlignment/exports.js +21 -0
  238. package/api/resources/history/client/Client.d.ts +2 -0
  239. package/api/resources/history/client/Client.js +28 -37
  240. package/api/resources/history/exports.d.ts +2 -0
  241. package/api/resources/history/exports.js +21 -0
  242. package/api/resources/history/types/HistoryListRequestSource.d.ts +1 -0
  243. package/api/resources/history/types/HistoryListRequestSource.js +1 -0
  244. package/api/resources/index.d.ts +2 -0
  245. package/api/resources/index.js +3 -1
  246. package/api/resources/models/client/Client.js +1 -1
  247. package/api/resources/models/exports.d.ts +2 -0
  248. package/api/resources/models/exports.js +21 -0
  249. package/api/resources/music/client/Client.d.ts +5 -0
  250. package/api/resources/music/client/Client.js +102 -73
  251. package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -2
  252. package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -2
  253. package/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -2
  254. package/api/resources/music/client/requests/BodyUploadMusicV1MusicUploadPost.d.ts +4 -2
  255. package/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.d.ts +1 -1
  256. package/api/resources/music/exports.d.ts +3 -0
  257. package/api/resources/music/exports.js +22 -0
  258. package/api/resources/music/resources/compositionPlan/client/Client.d.ts +1 -1
  259. package/api/resources/music/resources/compositionPlan/client/Client.js +2 -2
  260. package/api/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +2 -2
  261. package/api/resources/music/resources/compositionPlan/exports.d.ts +2 -0
  262. package/api/resources/music/resources/compositionPlan/exports.js +21 -0
  263. package/api/resources/music/resources/compositionPlan/index.d.ts +1 -0
  264. package/api/resources/music/resources/compositionPlan/index.js +1 -0
  265. package/api/resources/music/resources/compositionPlan/types/BodyGenerateCompositionPlanV1MusicPlanPostModelId.d.ts +6 -0
  266. package/api/resources/music/resources/compositionPlan/types/BodyGenerateCompositionPlanV1MusicPlanPostModelId.js +9 -0
  267. package/api/resources/music/resources/compositionPlan/types/BodyGenerateCompositionPlanV1MusicPlanPostSourceCompositionPlan.d.ts +5 -0
  268. package/api/resources/music/resources/compositionPlan/types/CompositionPlanCreateResponse.d.ts +2 -0
  269. package/api/resources/music/resources/compositionPlan/types/index.d.ts +3 -0
  270. package/api/resources/music/resources/compositionPlan/types/index.js +19 -0
  271. package/api/resources/music/resources/index.d.ts +1 -0
  272. package/api/resources/music/resources/index.js +1 -0
  273. package/api/resources/music/types/BodyComposeMusicV1MusicPostCompositionPlan.d.ts +5 -0
  274. package/api/resources/music/types/BodyComposeMusicV1MusicPostModelId.d.ts +6 -0
  275. package/api/resources/music/types/BodyComposeMusicV1MusicPostModelId.js +9 -0
  276. package/api/resources/music/types/BodyComposeMusicWithADetailedResponseV1MusicDetailedPostCompositionPlan.d.ts +5 -0
  277. package/api/resources/music/types/BodyComposeMusicWithADetailedResponseV1MusicDetailedPostModelId.d.ts +6 -0
  278. package/api/resources/music/types/BodyComposeMusicWithADetailedResponseV1MusicDetailedPostModelId.js +9 -0
  279. package/api/resources/music/types/BodyStreamComposedMusicV1MusicStreamPostCompositionPlan.d.ts +5 -0
  280. package/api/resources/music/types/BodyStreamComposedMusicV1MusicStreamPostModelId.d.ts +6 -0
  281. package/api/resources/music/types/BodyStreamComposedMusicV1MusicStreamPostModelId.js +9 -0
  282. package/api/resources/music/types/MusicVideoToMusicRequestModelId.d.ts +6 -0
  283. package/api/resources/music/types/MusicVideoToMusicRequestModelId.js +9 -0
  284. package/api/resources/music/types/index.d.ts +7 -0
  285. package/api/resources/music/types/index.js +7 -0
  286. package/api/resources/productions/exports.d.ts +3 -0
  287. package/api/resources/productions/exports.js +22 -0
  288. package/api/resources/productions/resources/orders/client/Client.js +23 -33
  289. package/api/resources/productions/resources/orders/exports.d.ts +3 -0
  290. package/api/resources/productions/resources/orders/exports.js +22 -0
  291. package/api/resources/productions/resources/orders/resources/deliverables/client/Client.js +1 -1
  292. package/api/resources/productions/resources/orders/resources/deliverables/exports.d.ts +2 -0
  293. package/api/resources/productions/resources/orders/resources/deliverables/exports.js +21 -0
  294. package/api/resources/productions/resources/orders/resources/items/client/Client.js +2 -2
  295. package/api/resources/productions/resources/orders/resources/items/exports.d.ts +2 -0
  296. package/api/resources/productions/resources/orders/resources/items/exports.js +21 -0
  297. package/api/resources/productions/resources/orders/resources/languages/client/Client.js +1 -1
  298. package/api/resources/productions/resources/orders/resources/languages/exports.d.ts +2 -0
  299. package/api/resources/productions/resources/orders/resources/languages/exports.js +21 -0
  300. package/api/resources/productions/resources/orders/resources/media/client/Client.js +9 -9
  301. package/api/resources/productions/resources/orders/resources/media/exports.d.ts +2 -0
  302. package/api/resources/productions/resources/orders/resources/media/exports.js +21 -0
  303. package/api/resources/pronunciationDictionaries/client/Client.d.ts +1 -0
  304. package/api/resources/pronunciationDictionaries/client/Client.js +27 -27
  305. package/api/resources/pronunciationDictionaries/exports.d.ts +3 -0
  306. package/api/resources/pronunciationDictionaries/exports.js +22 -0
  307. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +3 -3
  308. package/api/resources/pronunciationDictionaries/resources/rules/exports.d.ts +2 -0
  309. package/api/resources/pronunciationDictionaries/resources/rules/exports.js +21 -0
  310. package/api/resources/samples/client/Client.js +1 -1
  311. package/api/resources/samples/exports.d.ts +2 -0
  312. package/api/resources/samples/exports.js +21 -0
  313. package/api/resources/serviceAccounts/client/Client.js +1 -1
  314. package/api/resources/serviceAccounts/exports.d.ts +3 -0
  315. package/api/resources/serviceAccounts/exports.js +22 -0
  316. package/api/resources/serviceAccounts/resources/apiKeys/client/Client.d.ts +2 -6
  317. package/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +8 -12
  318. package/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +5 -9
  319. package/api/resources/serviceAccounts/resources/apiKeys/exports.d.ts +2 -0
  320. package/api/resources/serviceAccounts/resources/apiKeys/exports.js +21 -0
  321. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchCharacterLimit.d.ts +4 -0
  322. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchIsEnabled.d.ts +4 -0
  323. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
  324. package/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -0
  325. package/api/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -0
  326. package/api/resources/speechEngine/client/Client.js +20 -23
  327. package/api/resources/speechEngine/exports.d.ts +2 -0
  328. package/api/resources/speechEngine/exports.js +21 -0
  329. package/api/resources/speechEngineUpstream/exports.d.ts +1 -0
  330. package/api/resources/speechEngineUpstream/exports.js +18 -0
  331. package/api/resources/speechEngineUpstream/index.d.ts +1 -0
  332. package/api/resources/speechEngineUpstream/index.js +17 -0
  333. package/api/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.d.ts +5 -0
  334. package/api/resources/speechEngineUpstream/types/SendUpstreamMessage.d.ts +5 -0
  335. package/api/resources/speechEngineUpstream/types/index.d.ts +2 -0
  336. package/api/resources/speechEngineUpstream/types/index.js +18 -0
  337. package/api/resources/speechToSpeech/client/Client.d.ts +2 -0
  338. package/api/resources/speechToSpeech/client/Client.js +60 -52
  339. package/api/resources/speechToSpeech/exports.d.ts +2 -0
  340. package/api/resources/speechToSpeech/exports.js +21 -0
  341. package/api/resources/speechToText/client/Client.js +44 -38
  342. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -6
  343. package/api/resources/speechToText/exports.d.ts +3 -0
  344. package/api/resources/speechToText/exports.js +22 -0
  345. package/api/resources/speechToText/resources/transcripts/client/Client.js +2 -2
  346. package/api/resources/speechToText/resources/transcripts/exports.d.ts +2 -0
  347. package/api/resources/speechToText/resources/transcripts/exports.js +21 -0
  348. package/api/resources/studio/client/Client.js +2 -2
  349. package/api/resources/studio/exports.d.ts +3 -0
  350. package/api/resources/studio/exports.js +22 -0
  351. package/api/resources/studio/resources/projects/client/Client.js +52 -49
  352. package/api/resources/studio/resources/projects/exports.d.ts +3 -0
  353. package/api/resources/studio/resources/projects/exports.js +22 -0
  354. package/api/resources/studio/resources/projects/resources/chapters/client/Client.js +6 -6
  355. package/api/resources/studio/resources/projects/resources/chapters/exports.d.ts +3 -0
  356. package/api/resources/studio/resources/projects/resources/chapters/exports.js +22 -0
  357. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.d.ts +1 -0
  358. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +4 -3
  359. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/exports.d.ts +2 -0
  360. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/exports.js +21 -0
  361. package/api/resources/studio/resources/projects/resources/content/client/Client.js +14 -14
  362. package/api/resources/studio/resources/projects/resources/content/exports.d.ts +2 -0
  363. package/api/resources/studio/resources/projects/resources/content/exports.js +21 -0
  364. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +1 -1
  365. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/exports.d.ts +2 -0
  366. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/exports.js +21 -0
  367. package/api/resources/studio/resources/projects/resources/snapshots/client/Client.d.ts +2 -0
  368. package/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +6 -4
  369. package/api/resources/studio/resources/projects/resources/snapshots/exports.d.ts +2 -0
  370. package/api/resources/studio/resources/projects/resources/snapshots/exports.js +21 -0
  371. package/api/resources/textToDialogue/client/Client.d.ts +3 -0
  372. package/api/resources/textToDialogue/client/Client.js +56 -29
  373. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +3 -0
  374. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
  375. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
  376. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +3 -0
  377. package/api/resources/textToDialogue/exports.d.ts +2 -0
  378. package/api/resources/textToDialogue/exports.js +21 -0
  379. package/api/resources/textToSoundEffects/client/Client.d.ts +1 -0
  380. package/api/resources/textToSoundEffects/client/Client.js +11 -7
  381. package/api/resources/textToSoundEffects/exports.d.ts +2 -0
  382. package/api/resources/textToSoundEffects/exports.js +21 -0
  383. package/api/resources/textToSpeech/client/Client.d.ts +2 -0
  384. package/api/resources/textToSpeech/client/Client.js +59 -49
  385. package/api/resources/textToSpeech/exports.d.ts +2 -0
  386. package/api/resources/textToSpeech/exports.js +21 -0
  387. package/api/resources/textToVoice/client/Client.d.ts +2 -0
  388. package/api/resources/textToVoice/client/Client.js +33 -22
  389. package/api/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +1 -1
  390. package/api/resources/textToVoice/exports.d.ts +3 -0
  391. package/api/resources/textToVoice/exports.js +22 -0
  392. package/api/resources/textToVoice/resources/preview/client/Client.d.ts +1 -0
  393. package/api/resources/textToVoice/resources/preview/client/Client.js +2 -1
  394. package/api/resources/textToVoice/resources/preview/exports.d.ts +2 -0
  395. package/api/resources/textToVoice/resources/preview/exports.js +21 -0
  396. package/api/resources/tokens/exports.d.ts +3 -0
  397. package/api/resources/tokens/exports.js +22 -0
  398. package/api/resources/tokens/resources/singleUse/client/Client.js +1 -1
  399. package/api/resources/tokens/resources/singleUse/exports.d.ts +2 -0
  400. package/api/resources/tokens/resources/singleUse/exports.js +21 -0
  401. package/api/resources/usage/client/Client.d.ts +2 -0
  402. package/api/resources/usage/client/Client.js +24 -23
  403. package/api/resources/usage/exports.d.ts +2 -0
  404. package/api/resources/usage/exports.js +21 -0
  405. package/api/resources/user/client/Client.js +1 -1
  406. package/api/resources/user/exports.d.ts +3 -0
  407. package/api/resources/user/exports.js +22 -0
  408. package/api/resources/user/resources/subscription/client/Client.js +1 -1
  409. package/api/resources/user/resources/subscription/exports.d.ts +2 -0
  410. package/api/resources/user/resources/subscription/exports.js +21 -0
  411. package/api/resources/v1RealtimeTranslation/exports.d.ts +1 -0
  412. package/api/resources/v1RealtimeTranslation/exports.js +18 -0
  413. package/api/resources/v1SpeechToTextRealtime/exports.d.ts +1 -0
  414. package/api/resources/v1SpeechToTextRealtime/exports.js +18 -0
  415. package/api/resources/v1TextToDialogueStreamInput/exports.d.ts +1 -0
  416. package/api/resources/v1TextToDialogueStreamInput/exports.js +18 -0
  417. package/api/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +1 -1
  418. package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/exports.d.ts +1 -0
  419. package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/exports.js +18 -0
  420. package/api/resources/v1TextToSpeechVoiceIdStreamInput/exports.d.ts +1 -0
  421. package/api/resources/v1TextToSpeechVoiceIdStreamInput/exports.js +18 -0
  422. package/api/resources/voices/client/Client.d.ts +32 -30
  423. package/api/resources/voices/client/Client.js +159 -210
  424. package/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +3 -3
  425. package/api/resources/voices/exports.d.ts +3 -0
  426. package/api/resources/voices/exports.js +22 -0
  427. package/api/resources/voices/resources/ivc/client/Client.js +15 -15
  428. package/api/resources/voices/resources/ivc/exports.d.ts +2 -0
  429. package/api/resources/voices/resources/ivc/exports.js +21 -0
  430. package/api/resources/voices/resources/pvc/client/Client.js +3 -3
  431. package/api/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +1 -1
  432. package/api/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +1 -1
  433. package/api/resources/voices/resources/pvc/exports.d.ts +3 -0
  434. package/api/resources/voices/resources/pvc/exports.js +22 -0
  435. package/api/resources/voices/resources/pvc/resources/samples/client/Client.js +14 -14
  436. package/api/resources/voices/resources/pvc/resources/samples/exports.d.ts +3 -0
  437. package/api/resources/voices/resources/pvc/resources/samples/exports.js +22 -0
  438. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +8 -5
  439. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/exports.d.ts +2 -0
  440. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/exports.js +21 -0
  441. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +2 -2
  442. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/exports.d.ts +3 -0
  443. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/exports.js +22 -0
  444. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +1 -1
  445. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/exports.d.ts +2 -0
  446. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/exports.js +21 -0
  447. package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +1 -1
  448. package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/exports.d.ts +2 -0
  449. package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/exports.js +21 -0
  450. package/api/resources/voices/resources/pvc/resources/verification/client/Client.js +5 -5
  451. package/api/resources/voices/resources/pvc/resources/verification/exports.d.ts +3 -0
  452. package/api/resources/voices/resources/pvc/resources/verification/exports.js +22 -0
  453. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +5 -5
  454. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/exports.d.ts +2 -0
  455. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/exports.js +21 -0
  456. package/api/resources/voices/resources/samples/exports.d.ts +3 -0
  457. package/api/resources/voices/resources/samples/exports.js +22 -0
  458. package/api/resources/voices/resources/samples/resources/audio/client/Client.d.ts +1 -0
  459. package/api/resources/voices/resources/samples/resources/audio/client/Client.js +2 -1
  460. package/api/resources/voices/resources/samples/resources/audio/exports.d.ts +2 -0
  461. package/api/resources/voices/resources/samples/resources/audio/exports.js +21 -0
  462. package/api/resources/voices/resources/settings/client/Client.js +3 -3
  463. package/api/resources/voices/resources/settings/exports.d.ts +2 -0
  464. package/api/resources/voices/resources/settings/exports.js +21 -0
  465. package/api/resources/voices/types/VoicesGetSharedRequestSort.d.ts +8 -0
  466. package/api/resources/voices/types/VoicesGetSharedRequestSort.js +11 -0
  467. package/api/resources/voices/types/index.d.ts +1 -0
  468. package/api/resources/voices/types/index.js +1 -0
  469. package/api/resources/webhooks/client/Client.js +11 -8
  470. package/api/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +1 -1
  471. package/api/resources/webhooks/exports.d.ts +2 -0
  472. package/api/resources/webhooks/exports.js +21 -0
  473. package/api/resources/workspace/exports.d.ts +3 -0
  474. package/api/resources/workspace/exports.js +22 -0
  475. package/api/resources/workspace/resources/analytics/exports.d.ts +3 -0
  476. package/api/resources/workspace/resources/analytics/exports.js +22 -0
  477. package/api/resources/workspace/resources/analytics/resources/requests/client/Client.js +1 -1
  478. package/api/resources/workspace/resources/analytics/resources/requests/exports.d.ts +2 -0
  479. package/api/resources/workspace/resources/analytics/resources/requests/exports.js +21 -0
  480. package/api/resources/workspace/resources/auditLogs/client/Client.js +14 -23
  481. package/api/resources/workspace/resources/auditLogs/exports.d.ts +2 -0
  482. package/api/resources/workspace/resources/auditLogs/exports.js +21 -0
  483. package/api/resources/workspace/resources/authConnections/client/Client.js +4 -4
  484. package/api/resources/workspace/resources/authConnections/exports.d.ts +2 -0
  485. package/api/resources/workspace/resources/authConnections/exports.js +21 -0
  486. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
  487. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +4 -1
  488. package/api/resources/workspace/resources/groups/client/Client.js +9 -4
  489. package/api/resources/workspace/resources/groups/exports.d.ts +3 -0
  490. package/api/resources/workspace/resources/groups/exports.js +22 -0
  491. package/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -2
  492. package/api/resources/workspace/resources/groups/resources/members/exports.d.ts +2 -0
  493. package/api/resources/workspace/resources/groups/resources/members/exports.js +21 -0
  494. package/api/resources/workspace/resources/invites/client/Client.js +3 -3
  495. package/api/resources/workspace/resources/invites/exports.d.ts +2 -0
  496. package/api/resources/workspace/resources/invites/exports.js +21 -0
  497. package/api/resources/workspace/resources/members/client/Client.js +1 -1
  498. package/api/resources/workspace/resources/members/exports.d.ts +2 -0
  499. package/api/resources/workspace/resources/members/exports.js +21 -0
  500. package/api/resources/workspace/resources/resources/client/Client.js +12 -7
  501. package/api/resources/workspace/resources/resources/exports.d.ts +2 -0
  502. package/api/resources/workspace/resources/resources/exports.js +21 -0
  503. package/api/resources/workspace/resources/usage/client/Client.js +1 -1
  504. package/api/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +3 -1
  505. package/api/resources/workspace/resources/usage/exports.d.ts +2 -0
  506. package/api/resources/workspace/resources/usage/exports.js +21 -0
  507. package/api/resources/workspaces/exports.d.ts +3 -0
  508. package/api/resources/workspaces/exports.js +22 -0
  509. package/api/resources/workspaces/resources/apiKeys/client/Client.d.ts +5 -5
  510. package/api/resources/workspaces/resources/apiKeys/client/Client.js +17 -12
  511. package/api/resources/workspaces/resources/apiKeys/client/requests/ApiKeysDisableRequest.d.ts +10 -0
  512. package/api/resources/workspaces/resources/apiKeys/client/requests/index.d.ts +1 -1
  513. package/api/resources/workspaces/resources/apiKeys/exports.d.ts +2 -0
  514. package/api/resources/workspaces/resources/apiKeys/exports.js +21 -0
  515. package/api/types/AgentConfig.d.ts +1 -1
  516. package/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  517. package/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  518. package/api/types/AgentResponsePayload.d.ts +25 -0
  519. package/api/types/AgentTransfer.d.ts +2 -0
  520. package/{dist/api/types/AgentAlertingMonitorConfig.d.ts → api/types/AlertingMonitorConfig.d.ts} +1 -1
  521. package/api/types/AlertingSettings.d.ts +19 -0
  522. package/api/types/AlertingWebhookNotifier.d.ts +5 -0
  523. package/api/types/AnalysisProperty.d.ts +6 -4
  524. package/api/types/AnalysisPropertyConstantValue.d.ts +1 -1
  525. package/api/types/ApiIntegrationWebhookOverrides.d.ts +2 -2
  526. package/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +4 -1
  527. package/api/types/ArrayJsonSchemaPropertyInput.d.ts +4 -2
  528. package/api/types/ArrayJsonSchemaPropertyOutput.d.ts +4 -2
  529. package/api/types/AsrProvider.d.ts +2 -0
  530. package/api/types/AsrProvider.js +2 -0
  531. package/api/types/AudioFormat.d.ts +6 -0
  532. package/api/types/AudioFormat.js +9 -0
  533. package/api/types/AudioRefChunk.d.ts +7 -0
  534. package/api/types/BackgroundSoundConfig.d.ts +11 -0
  535. package/api/types/BackgroundSoundConfigWorkflowOverride.d.ts +11 -0
  536. package/api/types/{BackgroundMusicPresetId.d.ts → BackgroundSoundPresetId.d.ts} +3 -3
  537. package/api/types/{BackgroundMusicPresetId.js → BackgroundSoundPresetId.js} +3 -3
  538. package/api/types/BackgroundSoundSourceType.d.ts +4 -0
  539. package/api/types/BaseTurnConfig.d.ts +1 -0
  540. package/api/types/ChapterContentBlockResponseModelNodesItem.d.ts +1 -0
  541. package/api/types/ChapterContentBlockTtsNodeResponseModel.d.ts +2 -1
  542. package/api/types/ClosePayload.d.ts +7 -0
  543. package/api/types/CodeToolContextVariable.d.ts +4 -0
  544. package/api/types/CodeToolContextVariable.js +3 -0
  545. package/api/types/CompositionPlan.d.ts +8 -0
  546. package/api/types/CompositionPlan.js +3 -0
  547. package/api/types/CompositionPlanChunksItem.d.ts +2 -0
  548. package/api/types/CompositionPlanChunksItem.js +3 -0
  549. package/api/types/ConstantSchemaOverrideConstantValue.d.ts +2 -1
  550. package/api/types/ConstantSchemaOverrideConstantValueFourItem.d.ts +1 -0
  551. package/api/types/ConstantSchemaOverrideConstantValueFourItem.js +3 -0
  552. package/api/types/ConversationInitiationClientDataInternal.d.ts +1 -1
  553. package/api/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
  554. package/api/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
  555. package/api/types/ConversationSimulationSpecification.d.ts +1 -1
  556. package/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  557. package/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  558. package/api/types/CreateResponseUnitTestRequest.d.ts +1 -1
  559. package/api/types/CreateSimulationTestRequest.d.ts +1 -1
  560. package/api/types/CreateToolCallUnitTestRequest.d.ts +1 -1
  561. package/api/types/CustomGuardrailConfig.d.ts +4 -0
  562. package/api/types/CustomGuardrailConfigModel.d.ts +12 -0
  563. package/api/types/CustomGuardrailConfigModel.js +15 -0
  564. package/api/types/DetailedMusicResponse.d.ts +1 -1
  565. package/api/types/DetailedMusicResponseCompositionPlan.d.ts +5 -0
  566. package/api/types/DetailedMusicResponseCompositionPlan.js +3 -0
  567. package/api/types/DirectPublishingReadResponseModel.d.ts +1 -0
  568. package/api/types/DynamicVariablesConfigInput.d.ts +1 -1
  569. package/api/types/DynamicVariablesConfigOutput.d.ts +1 -1
  570. package/api/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +1 -1
  571. package/api/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +1 -1
  572. package/api/types/Eagerness.d.ts +6 -0
  573. package/api/types/Eagerness.js +9 -0
  574. package/api/types/EndProcedureToolConfigInput.d.ts +4 -0
  575. package/api/types/EndProcedureToolConfigInput.js +3 -0
  576. package/api/types/EndProcedureToolConfigOutput.d.ts +4 -0
  577. package/api/types/EndProcedureToolConfigOutput.js +3 -0
  578. package/api/types/EndProcedureToolErrorStatus.d.ts +5 -0
  579. package/api/types/EndProcedureToolErrorStatus.js +8 -0
  580. package/api/types/EntryBehavior.d.ts +6 -0
  581. package/api/types/EntryBehavior.js +9 -0
  582. package/api/types/ErrorPayload.d.ts +9 -0
  583. package/api/types/ErrorPayload.js +3 -0
  584. package/api/types/ExternalFileSyncInfo.d.ts +20 -0
  585. package/api/types/ExternalFileSyncInfo.js +3 -0
  586. package/api/types/ExternalFolderSyncInfo.d.ts +18 -0
  587. package/api/types/ExternalFolderSyncInfo.js +3 -0
  588. package/api/types/ExternalSyncType.d.ts +1 -0
  589. package/api/types/ExternalSyncType.js +3 -0
  590. package/api/types/FineTuningResponse.d.ts +2 -2
  591. package/api/types/GenerationChunk.d.ts +17 -0
  592. package/api/types/GenerationChunk.js +3 -0
  593. package/api/types/GenerationChunkConditionStrength.d.ts +7 -0
  594. package/api/types/GenerationChunkConditionStrength.js +10 -0
  595. package/api/types/GenerationChunkContextAdherence.d.ts +7 -0
  596. package/api/types/GenerationChunkContextAdherence.js +10 -0
  597. package/api/types/GetConversationResponseModel.d.ts +1 -0
  598. package/api/types/GetKnowledgeBaseFileResponseModel.d.ts +2 -0
  599. package/api/types/GetKnowledgeBaseFolderResponseModel.d.ts +2 -0
  600. package/api/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +2 -2
  601. package/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +2 -0
  602. package/api/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +2 -0
  603. package/api/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +2 -0
  604. package/api/types/GetResponseUnitTestResponseModel.d.ts +1 -1
  605. package/api/types/GetSimulationTestResponseModel.d.ts +1 -1
  606. package/api/types/GetToolCallUnitTestResponseModel.d.ts +1 -1
  607. package/api/types/InitPayload.d.ts +9 -0
  608. package/api/types/InitPayload.js +3 -0
  609. package/api/types/InteractionBudget.d.ts +3 -1
  610. package/api/types/InteractionBudget.js +3 -1
  611. package/api/types/KnowledgeBaseContentSearchResultDocument.d.ts +2 -2
  612. package/api/types/KnowledgeBaseSummaryBatchSuccessfulResponseModelData.d.ts +2 -2
  613. package/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
  614. package/api/types/LiteralJsonSchemaProperty.d.ts +7 -5
  615. package/api/types/LiteralJsonSchemaPropertyConstantValue.d.ts +1 -1
  616. package/api/types/LoadMemoryEntryToolErrorStatus.d.ts +5 -0
  617. package/api/types/LoadMemoryEntryToolErrorStatus.js +8 -0
  618. package/api/types/LoadableMemoryEntry.d.ts +5 -0
  619. package/api/types/LoadableMemoryEntry.js +3 -0
  620. package/api/types/McpToolConfigOverrideInput.d.ts +1 -1
  621. package/api/types/McpToolConfigOverrideInputInputOverridesValue.d.ts +4 -1
  622. package/api/types/McpToolConfigOverrideOutput.d.ts +1 -1
  623. package/api/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +4 -1
  624. package/api/types/MediaCodec.d.ts +6 -0
  625. package/api/types/MediaCodec.js +9 -0
  626. package/api/types/MusicPrompt.d.ts +3 -0
  627. package/api/types/MusicUploadResponse.d.ts +4 -2
  628. package/api/types/MusicUploadResponseCompositionPlan.d.ts +5 -0
  629. package/api/types/MusicUploadResponseCompositionPlan.js +3 -0
  630. package/api/types/OmitSchemaOverride.d.ts +1 -0
  631. package/api/types/OmitSchemaOverride.js +3 -0
  632. package/api/types/OpenAiAudioConfig.d.ts +5 -0
  633. package/api/types/OpenAiAudioConfig.js +3 -0
  634. package/api/types/OpenAiAudioInputConfig.d.ts +5 -0
  635. package/api/types/OpenAiAudioInputConfig.js +3 -0
  636. package/api/types/OpenAiAudioInputFormat.d.ts +5 -0
  637. package/api/types/OpenAiAudioInputFormat.js +3 -0
  638. package/api/types/OpenAiAudioOutputConfig.d.ts +5 -0
  639. package/api/types/OpenAiAudioOutputConfig.js +3 -0
  640. package/api/types/OpenAiAudioOutputFormat.d.ts +4 -0
  641. package/api/types/OpenAiAudioOutputFormat.js +3 -0
  642. package/api/types/OpenAiFunctionTool.d.ts +5 -0
  643. package/api/types/OpenAiFunctionTool.js +3 -0
  644. package/api/types/OpenAiSessionConfig.d.ts +13 -0
  645. package/api/types/OpenAiSessionConfig.js +3 -0
  646. package/api/types/OpenAiSessionConfigMaxResponseOutputTokens.d.ts +1 -0
  647. package/api/types/OpenAiSessionConfigMaxResponseOutputTokens.js +3 -0
  648. package/api/types/OpenAiSessionConfigToolChoice.d.ts +2 -0
  649. package/api/types/OpenAiSessionConfigToolChoice.js +3 -0
  650. package/api/types/OpenAiSessionConfigToolsItem.d.ts +10 -0
  651. package/api/types/OpenAiSessionConfigToolsItem.js +3 -0
  652. package/api/types/OpenAiToolChoiceFunction.d.ts +5 -0
  653. package/api/types/OpenAiToolChoiceFunction.js +3 -0
  654. package/api/types/OpenAiToolChoiceFunctionInner.d.ts +3 -0
  655. package/api/types/OpenAiToolChoiceFunctionInner.js +3 -0
  656. package/api/types/OpenAiTurnDetection.d.ts +10 -0
  657. package/api/types/OpenAiTurnDetection.js +3 -0
  658. package/api/types/OpenAimcpTool.d.ts +8 -0
  659. package/api/types/OpenAimcpTool.js +3 -0
  660. package/api/types/OpenAimcpToolRequireApproval.d.ts +5 -0
  661. package/api/types/OpenAimcpToolRequireApproval.js +8 -0
  662. package/api/types/OutboundSipTrunkConfigRequestModel.d.ts +2 -0
  663. package/api/types/PingPayload.d.ts +7 -0
  664. package/api/types/PingPayload.js +3 -0
  665. package/api/types/PongPayload.d.ts +7 -0
  666. package/api/types/PongPayload.js +3 -0
  667. package/{dist/api/types/ProcedureAtVersion.d.ts → api/types/ProcedureAtVersionInput.d.ts} +2 -1
  668. package/api/types/ProcedureAtVersionInput.js +3 -0
  669. package/api/types/ProcedureAtVersionOutput.d.ts +15 -0
  670. package/api/types/ProcedureAtVersionOutput.js +3 -0
  671. package/api/types/ProjectExtendedResponse.d.ts +9 -5
  672. package/api/types/ProjectResponse.d.ts +9 -5
  673. package/api/types/ProjectVoiceResponseModel.d.ts +1 -0
  674. package/api/types/RealtimeConfigSnapshot.d.ts +14 -0
  675. package/api/types/RealtimeConfigSnapshot.js +3 -0
  676. package/api/types/RealtimeConfigSnapshotParents.d.ts +3 -0
  677. package/api/types/RealtimeConfigSnapshotParents.js +3 -0
  678. package/api/types/ResponseUnitTestModel.d.ts +1 -1
  679. package/api/types/ReviewResponseModel.d.ts +1 -1
  680. package/{dist/api/types/SafetyCommonModel.d.ts → api/types/SafetyCommonModelInput.d.ts} +1 -1
  681. package/api/types/SafetyCommonModelInput.js +3 -0
  682. package/api/types/SafetyCommonModelOutput.d.ts +8 -0
  683. package/api/types/SafetyCommonModelOutput.js +3 -0
  684. package/api/types/SimulationTestModel.d.ts +1 -1
  685. package/api/types/SoftTimeoutConfig.d.ts +5 -1
  686. package/api/types/SoftTimeoutConfigOverride.d.ts +1 -1
  687. package/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +5 -1
  688. package/api/types/SongSourceContext.d.ts +1 -0
  689. package/api/types/SpeakerSeparationResponseModel.d.ts +1 -1
  690. package/api/types/SpeechHistoryItemResponseModelSource.d.ts +1 -0
  691. package/api/types/SpeechHistoryItemResponseModelSource.js +1 -0
  692. package/api/types/StartProcedureToolConfigInput.d.ts +4 -0
  693. package/api/types/StartProcedureToolConfigInput.js +3 -0
  694. package/api/types/StartProcedureToolConfigOutput.d.ts +4 -0
  695. package/api/types/StartProcedureToolConfigOutput.js +3 -0
  696. package/api/types/StartProcedureToolErrorStatus.d.ts +6 -0
  697. package/{dist/api/types/LoadProcedureToolErrorStatus.js → api/types/StartProcedureToolErrorStatus.js} +3 -2
  698. package/api/types/SubmitBusinessInfoParams.d.ts +6 -0
  699. package/api/types/SubmitBusinessInfoParams.js +3 -0
  700. package/api/types/SystemToolConfigInputParams.d.ts +7 -4
  701. package/api/types/SystemToolConfigOutputParams.d.ts +7 -4
  702. package/api/types/TextToDialogueWebsocketClientMessage.d.ts +2 -2
  703. package/api/types/TextToDialogueWebsocketFinalAudioForTurn.d.ts +4 -0
  704. package/api/types/TextToDialogueWebsocketFinalAudioForTurn.js +3 -0
  705. package/api/types/TextToDialogueWebsocketVoiceSettings.d.ts +7 -0
  706. package/api/types/TextToDialogueWebsocketVoiceSettings.js +3 -0
  707. package/api/types/ToolCallUnitTestModel.d.ts +1 -1
  708. package/api/types/TranscriptMessage.d.ts +10 -0
  709. package/api/types/TranscriptMessage.js +3 -0
  710. package/api/types/TranscriptMessageRole.d.ts +6 -0
  711. package/api/types/TranscriptMessageRole.js +9 -0
  712. package/api/types/TransferToAgentToolResultSuccessModel.d.ts +1 -0
  713. package/api/types/TransferToNumberResultExotelSuccessModel.d.ts +1 -0
  714. package/api/types/TtsConversationalConfigInput.d.ts +2 -0
  715. package/api/types/TtsConversationalConfigOutput.d.ts +2 -0
  716. package/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +2 -0
  717. package/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +2 -0
  718. package/api/types/TurnConfig.d.ts +1 -0
  719. package/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
  720. package/api/types/TurnDetectionType.d.ts +5 -0
  721. package/api/types/TurnDetectionType.js +8 -0
  722. package/api/types/UpdateBookingPageAppearanceParams.d.ts +3 -0
  723. package/api/types/UpdateBookingPageAppearanceParams.js +3 -0
  724. package/api/types/UpdateOAuth2ClientCredsRequest.d.ts +2 -2
  725. package/api/types/UpdateOAuth2JwtRequest.d.ts +1 -1
  726. package/api/types/UpdateResponseUnitTestRequest.d.ts +1 -1
  727. package/api/types/UpdateSimulationTestRequest.d.ts +1 -1
  728. package/api/types/UpdateToolCallUnitTestRequest.d.ts +1 -1
  729. package/api/types/UrlSecretAuthResponse.d.ts +7 -0
  730. package/api/types/UrlSecretAuthResponse.js +3 -0
  731. package/api/types/UserTranscriptPayload.d.ts +20 -0
  732. package/api/types/UserTranscriptPayload.js +3 -0
  733. package/api/types/VoiceStatisticsResponseModel.d.ts +4 -2
  734. package/api/types/WebhookHmacSettings.d.ts +1 -1
  735. package/api/types/WebhookUsageType.d.ts +1 -0
  736. package/api/types/WebhookUsageType.js +1 -0
  737. package/api/types/WorkflowOverrideAgentNodeModelInput.d.ts +2 -0
  738. package/api/types/WorkflowOverrideAgentNodeModelOutput.d.ts +2 -0
  739. package/api/types/WorkflowStandaloneAgentNodeModelInput.d.ts +2 -0
  740. package/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +2 -0
  741. package/api/types/WorkspaceApiKeyResponseModel.d.ts +2 -0
  742. package/api/types/index.d.ts +70 -13
  743. package/api/types/index.js +70 -13
  744. package/biome.json +1 -1
  745. package/core/fetcher/BinaryResponse.d.ts +1 -1
  746. package/core/fetcher/EndpointSupplier.d.ts +2 -2
  747. package/core/fetcher/Fetcher.d.ts +9 -2
  748. package/core/fetcher/Fetcher.js +21 -10
  749. package/core/fetcher/getResponseBody.js +11 -0
  750. package/core/fetcher/index.d.ts +2 -0
  751. package/core/fetcher/index.js +3 -1
  752. package/core/fetcher/makePassthroughRequest.d.ts +49 -0
  753. package/core/fetcher/makePassthroughRequest.js +135 -0
  754. package/core/fetcher/makeRequest.d.ts +6 -1
  755. package/core/fetcher/makeRequest.js +30 -9
  756. package/core/fetcher/requestWithRetries.js +4 -1
  757. package/core/file/file.js +3 -2
  758. package/core/headers.d.ts +2 -2
  759. package/core/runtime/runtime.js +8 -7
  760. package/core/schemas/builders/enum/enum.d.ts +1 -0
  761. package/core/schemas/builders/enum/enum.js +7 -0
  762. package/core/schemas/builders/enum/index.d.ts +1 -1
  763. package/core/schemas/builders/enum/index.js +2 -1
  764. package/core/schemas/builders/list/list.js +12 -17
  765. package/core/schemas/builders/object/object.js +122 -42
  766. package/core/schemas/builders/object-like/getObjectLikeUtils.js +10 -3
  767. package/core/schemas/builders/primitives/never.d.ts +1 -1
  768. package/core/schemas/builders/primitives/never.js +3 -3
  769. package/core/schemas/builders/record/index.d.ts +2 -2
  770. package/core/schemas/builders/record/index.js +2 -1
  771. package/core/schemas/builders/record/record.d.ts +2 -1
  772. package/core/schemas/builders/record/record.js +63 -25
  773. package/core/schemas/builders/record/types.d.ts +2 -0
  774. package/core/schemas/builders/schema-utils/JsonError.js +2 -1
  775. package/core/schemas/builders/schema-utils/ParseError.js +2 -1
  776. package/core/schemas/builders/union/union.js +9 -12
  777. package/core/schemas/utils/isPlainObject.js +4 -6
  778. package/core/stream/Stream.d.ts +9 -0
  779. package/core/stream/Stream.js +100 -5
  780. package/core/url/QueryStringBuilder.d.ts +47 -0
  781. package/core/url/QueryStringBuilder.js +83 -0
  782. package/core/url/index.d.ts +1 -0
  783. package/core/url/index.js +3 -1
  784. package/core/url/qs.d.ts +2 -1
  785. package/core/url/qs.js +24 -12
  786. package/dist/BaseClient.d.ts +2 -2
  787. package/dist/BaseClient.js +2 -2
  788. package/dist/Client.d.ts +11 -0
  789. package/dist/Client.js +24 -1
  790. package/dist/api/resources/audioIsolation/client/Client.d.ts +2 -0
  791. package/dist/api/resources/audioIsolation/client/Client.js +24 -23
  792. package/dist/api/resources/audioIsolation/exports.d.ts +2 -0
  793. package/dist/api/resources/audioIsolation/exports.js +21 -0
  794. package/dist/api/resources/audioNative/client/Client.js +39 -39
  795. package/dist/api/resources/audioNative/exports.d.ts +2 -0
  796. package/dist/api/resources/audioNative/exports.js +21 -0
  797. package/dist/api/resources/conversationalAi/client/Client.d.ts +2 -0
  798. package/dist/api/resources/conversationalAi/client/Client.js +18 -13
  799. package/dist/api/resources/conversationalAi/exports.d.ts +3 -0
  800. package/dist/api/resources/conversationalAi/exports.js +22 -0
  801. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +50 -54
  802. package/dist/api/resources/conversationalAi/resources/agents/exports.d.ts +3 -0
  803. package/dist/api/resources/conversationalAi/resources/agents/exports.js +22 -0
  804. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +20 -14
  805. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/exports.d.ts +2 -0
  806. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/exports.js +21 -0
  807. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +1 -1
  808. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/exports.d.ts +2 -0
  809. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/exports.js +21 -0
  810. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +16 -6
  811. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/exports.d.ts +2 -0
  812. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/exports.js +21 -0
  813. package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +1 -1
  814. package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/exports.d.ts +2 -0
  815. package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/exports.js +21 -0
  816. package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -1
  817. package/dist/api/resources/conversationalAi/resources/agents/resources/link/exports.d.ts +2 -0
  818. package/dist/api/resources/conversationalAi/resources/agents/resources/link/exports.js +21 -0
  819. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +1 -1
  820. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/exports.d.ts +2 -0
  821. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/exports.js +21 -0
  822. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +8 -10
  823. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/exports.d.ts +2 -0
  824. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/exports.js +21 -0
  825. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.js +1 -1
  826. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/exports.d.ts +2 -0
  827. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/exports.js +21 -0
  828. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +8 -5
  829. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/exports.d.ts +3 -0
  830. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/exports.js +22 -0
  831. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +4 -4
  832. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/exports.d.ts +2 -0
  833. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/exports.js +21 -0
  834. package/dist/api/resources/conversationalAi/resources/analytics/exports.d.ts +3 -0
  835. package/dist/api/resources/conversationalAi/resources/analytics/exports.js +22 -0
  836. package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js +8 -5
  837. package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/exports.d.ts +2 -0
  838. package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/exports.js +21 -0
  839. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +15 -16
  840. package/dist/api/resources/conversationalAi/resources/batchCalls/exports.d.ts +2 -0
  841. package/dist/api/resources/conversationalAi/resources/batchCalls/exports.js +21 -0
  842. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +95 -172
  843. package/dist/api/resources/conversationalAi/resources/conversations/exports.d.ts +3 -0
  844. package/dist/api/resources/conversationalAi/resources/conversations/exports.js +22 -0
  845. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.d.ts +16 -0
  846. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.js +64 -1
  847. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.d.ts +1 -1
  848. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.js +15 -0
  849. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/requests/RunConversationEvaluationsRequest.d.ts +12 -0
  850. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/requests/RunConversationEvaluationsRequest.js +3 -0
  851. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/requests/index.d.ts +1 -0
  852. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/requests/index.js +2 -0
  853. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/exports.d.ts +2 -0
  854. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/exports.js +21 -0
  855. package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.d.ts +1 -0
  856. package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +2 -1
  857. package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/exports.d.ts +2 -0
  858. package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/exports.js +21 -0
  859. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +1 -1
  860. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/exports.d.ts +2 -0
  861. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/exports.js +21 -0
  862. package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.js +5 -5
  863. package/dist/api/resources/conversationalAi/resources/conversations/resources/files/exports.d.ts +2 -0
  864. package/dist/api/resources/conversationalAi/resources/conversations/resources/files/exports.js +21 -0
  865. package/dist/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
  866. package/dist/api/resources/conversationalAi/resources/conversations/resources/index.js +1 -0
  867. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +55 -127
  868. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/exports.d.ts +2 -0
  869. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/exports.js +21 -0
  870. package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/Client.js +15 -14
  871. package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/exports.d.ts +2 -0
  872. package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/exports.js +21 -0
  873. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.js +1 -1
  874. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/exports.d.ts +2 -0
  875. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/exports.js +21 -0
  876. package/dist/api/resources/conversationalAi/resources/dashboard/exports.d.ts +3 -0
  877. package/dist/api/resources/conversationalAi/resources/dashboard/exports.js +22 -0
  878. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +2 -2
  879. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/exports.d.ts +2 -0
  880. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/exports.js +21 -0
  881. package/dist/api/resources/conversationalAi/resources/exotel/client/Client.js +1 -1
  882. package/dist/api/resources/conversationalAi/resources/exotel/exports.d.ts +2 -0
  883. package/dist/api/resources/conversationalAi/resources/exotel/exports.js +21 -0
  884. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +42 -66
  885. package/dist/api/resources/conversationalAi/resources/knowledgeBase/exports.d.ts +3 -0
  886. package/dist/api/resources/conversationalAi/resources/knowledgeBase/exports.js +22 -0
  887. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +6 -6
  888. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/exports.d.ts +2 -0
  889. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/exports.js +21 -0
  890. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentRefreshResponse.d.ts +2 -2
  891. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentUpdateFileResponse.d.ts +2 -2
  892. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +44 -37
  893. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/exports.d.ts +3 -0
  894. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/exports.js +22 -0
  895. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +10 -7
  896. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/exports.d.ts +2 -0
  897. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/exports.js +21 -0
  898. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/Client.js +12 -11
  899. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/exports.d.ts +2 -0
  900. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/exports.js +21 -0
  901. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.js +8 -10
  902. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/exports.d.ts +2 -0
  903. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/exports.js +21 -0
  904. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +2 -2
  905. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +2 -2
  906. package/dist/api/resources/conversationalAi/resources/llm/client/Client.js +1 -1
  907. package/dist/api/resources/conversationalAi/resources/llm/exports.d.ts +2 -0
  908. package/dist/api/resources/conversationalAi/resources/llm/exports.js +21 -0
  909. package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.js +1 -1
  910. package/dist/api/resources/conversationalAi/resources/llmUsage/exports.d.ts +2 -0
  911. package/dist/api/resources/conversationalAi/resources/llmUsage/exports.js +21 -0
  912. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +5 -5
  913. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
  914. package/dist/api/resources/conversationalAi/resources/mcpServers/exports.d.ts +3 -0
  915. package/dist/api/resources/conversationalAi/resources/mcpServers/exports.js +22 -0
  916. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +2 -0
  917. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +3 -1
  918. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/exports.d.ts +2 -0
  919. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/exports.js +21 -0
  920. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +2 -2
  921. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/exports.d.ts +2 -0
  922. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/exports.js +21 -0
  923. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +4 -4
  924. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +1 -1
  925. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +1 -1
  926. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/exports.d.ts +2 -0
  927. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/exports.js +21 -0
  928. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +4 -1
  929. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +4 -1
  930. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +1 -1
  931. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/exports.d.ts +2 -0
  932. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/exports.js +21 -0
  933. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +11 -6
  934. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +40 -22
  935. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/PhoneNumbersListRequest.d.ts +17 -0
  936. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/PhoneNumbersListRequest.js +3 -0
  937. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/index.d.ts +1 -0
  938. package/dist/api/resources/conversationalAi/resources/phoneNumbers/exports.d.ts +2 -0
  939. package/dist/api/resources/conversationalAi/resources/phoneNumbers/exports.js +21 -0
  940. package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +24 -26
  941. package/dist/api/resources/conversationalAi/resources/secrets/exports.d.ts +2 -0
  942. package/dist/api/resources/conversationalAi/resources/secrets/exports.js +21 -0
  943. package/dist/api/resources/conversationalAi/resources/settings/client/Client.js +2 -2
  944. package/dist/api/resources/conversationalAi/resources/settings/exports.d.ts +2 -0
  945. package/dist/api/resources/conversationalAi/resources/settings/exports.js +21 -0
  946. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +1 -1
  947. package/dist/api/resources/conversationalAi/resources/sipTrunk/exports.d.ts +2 -0
  948. package/dist/api/resources/conversationalAi/resources/sipTrunk/exports.js +21 -0
  949. package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +31 -41
  950. package/dist/api/resources/conversationalAi/resources/tests/exports.d.ts +3 -0
  951. package/dist/api/resources/conversationalAi/resources/tests/exports.js +22 -0
  952. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.js +11 -8
  953. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/exports.d.ts +2 -0
  954. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/exports.js +21 -0
  955. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +12 -13
  956. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/exports.d.ts +2 -0
  957. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/exports.js +21 -0
  958. package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +43 -49
  959. package/dist/api/resources/conversationalAi/resources/tools/exports.d.ts +3 -0
  960. package/dist/api/resources/conversationalAi/resources/tools/exports.js +22 -0
  961. package/dist/api/resources/conversationalAi/resources/tools/resources/executions/client/Client.js +14 -23
  962. package/dist/api/resources/conversationalAi/resources/tools/resources/executions/exports.d.ts +2 -0
  963. package/dist/api/resources/conversationalAi/resources/tools/resources/executions/exports.js +21 -0
  964. package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -2
  965. package/dist/api/resources/conversationalAi/resources/twilio/exports.d.ts +2 -0
  966. package/dist/api/resources/conversationalAi/resources/twilio/exports.js +21 -0
  967. package/dist/api/resources/conversationalAi/resources/users/client/Client.js +17 -26
  968. package/dist/api/resources/conversationalAi/resources/users/exports.d.ts +2 -0
  969. package/dist/api/resources/conversationalAi/resources/users/exports.js +21 -0
  970. package/dist/api/resources/conversationalAi/resources/whatsapp/client/Client.js +2 -2
  971. package/dist/api/resources/conversationalAi/resources/whatsapp/exports.d.ts +2 -0
  972. package/dist/api/resources/conversationalAi/resources/whatsapp/exports.js +21 -0
  973. package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.d.ts +5 -2
  974. package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +20 -9
  975. package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/WhatsappAccountsListRequest.d.ts +10 -0
  976. package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/WhatsappAccountsListRequest.js +3 -0
  977. package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.d.ts +1 -0
  978. package/dist/api/resources/conversationalAi/resources/whatsappAccounts/exports.d.ts +2 -0
  979. package/dist/api/resources/conversationalAi/resources/whatsappAccounts/exports.js +21 -0
  980. package/dist/api/resources/dubbing/client/Client.js +57 -59
  981. package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +0 -2
  982. package/dist/api/resources/dubbing/exports.d.ts +3 -0
  983. package/dist/api/resources/dubbing/exports.js +22 -0
  984. package/dist/api/resources/dubbing/resources/audio/client/Client.d.ts +1 -0
  985. package/dist/api/resources/dubbing/resources/audio/client/Client.js +2 -1
  986. package/dist/api/resources/dubbing/resources/audio/exports.d.ts +2 -0
  987. package/dist/api/resources/dubbing/resources/audio/exports.js +21 -0
  988. package/dist/api/resources/dubbing/resources/resource/client/Client.d.ts +12 -0
  989. package/dist/api/resources/dubbing/resources/resource/client/Client.js +18 -6
  990. package/dist/api/resources/dubbing/resources/resource/exports.d.ts +3 -0
  991. package/dist/api/resources/dubbing/resources/resource/exports.js +22 -0
  992. package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.d.ts +2 -0
  993. package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.js +3 -1
  994. package/dist/api/resources/dubbing/resources/resource/resources/language/exports.d.ts +2 -0
  995. package/dist/api/resources/dubbing/resources/resource/resources/language/exports.js +21 -0
  996. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.d.ts +4 -0
  997. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +6 -2
  998. package/dist/api/resources/dubbing/resources/resource/resources/segment/exports.d.ts +2 -0
  999. package/dist/api/resources/dubbing/resources/resource/resources/segment/exports.js +21 -0
  1000. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +6 -0
  1001. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +9 -3
  1002. package/dist/api/resources/dubbing/resources/resource/resources/speaker/exports.d.ts +3 -0
  1003. package/dist/api/resources/dubbing/resources/resource/resources/speaker/exports.js +22 -0
  1004. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.d.ts +2 -0
  1005. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +3 -1
  1006. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +1 -1
  1007. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/exports.d.ts +2 -0
  1008. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/exports.js +21 -0
  1009. package/dist/api/resources/dubbing/resources/transcript/client/Client.d.ts +2 -0
  1010. package/dist/api/resources/dubbing/resources/transcript/client/Client.js +14 -5
  1011. package/dist/api/resources/dubbing/resources/transcript/exports.d.ts +2 -0
  1012. package/dist/api/resources/dubbing/resources/transcript/exports.js +21 -0
  1013. package/dist/api/resources/dubbing/resources/transcripts/client/Client.js +1 -1
  1014. package/dist/api/resources/dubbing/resources/transcripts/exports.d.ts +2 -0
  1015. package/dist/api/resources/dubbing/resources/transcripts/exports.js +21 -0
  1016. package/dist/api/resources/environmentVariables/client/Client.js +19 -22
  1017. package/dist/api/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.d.ts +1 -1
  1018. package/dist/api/resources/environmentVariables/exports.d.ts +2 -0
  1019. package/dist/api/resources/environmentVariables/exports.js +21 -0
  1020. package/dist/api/resources/forcedAlignment/client/Client.js +5 -5
  1021. package/dist/api/resources/forcedAlignment/exports.d.ts +2 -0
  1022. package/dist/api/resources/forcedAlignment/exports.js +21 -0
  1023. package/dist/api/resources/history/client/Client.d.ts +2 -0
  1024. package/dist/api/resources/history/client/Client.js +28 -37
  1025. package/dist/api/resources/history/exports.d.ts +2 -0
  1026. package/dist/api/resources/history/exports.js +21 -0
  1027. package/dist/api/resources/history/types/HistoryListRequestSource.d.ts +1 -0
  1028. package/dist/api/resources/history/types/HistoryListRequestSource.js +1 -0
  1029. package/dist/api/resources/index.d.ts +2 -0
  1030. package/dist/api/resources/index.js +3 -1
  1031. package/dist/api/resources/models/client/Client.js +1 -1
  1032. package/dist/api/resources/models/exports.d.ts +2 -0
  1033. package/dist/api/resources/models/exports.js +21 -0
  1034. package/dist/api/resources/music/client/Client.d.ts +5 -0
  1035. package/dist/api/resources/music/client/Client.js +102 -73
  1036. package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -2
  1037. package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -2
  1038. package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -2
  1039. package/dist/api/resources/music/client/requests/BodyUploadMusicV1MusicUploadPost.d.ts +4 -2
  1040. package/dist/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.d.ts +1 -1
  1041. package/dist/api/resources/music/exports.d.ts +3 -0
  1042. package/dist/api/resources/music/exports.js +22 -0
  1043. package/dist/api/resources/music/resources/compositionPlan/client/Client.d.ts +1 -1
  1044. package/dist/api/resources/music/resources/compositionPlan/client/Client.js +2 -2
  1045. package/dist/api/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +2 -2
  1046. package/dist/api/resources/music/resources/compositionPlan/exports.d.ts +2 -0
  1047. package/dist/api/resources/music/resources/compositionPlan/exports.js +21 -0
  1048. package/dist/api/resources/music/resources/compositionPlan/index.d.ts +1 -0
  1049. package/dist/api/resources/music/resources/compositionPlan/index.js +1 -0
  1050. package/dist/api/resources/music/resources/compositionPlan/types/BodyGenerateCompositionPlanV1MusicPlanPostModelId.d.ts +6 -0
  1051. package/dist/api/resources/music/resources/compositionPlan/types/BodyGenerateCompositionPlanV1MusicPlanPostModelId.js +9 -0
  1052. package/dist/api/resources/music/resources/compositionPlan/types/BodyGenerateCompositionPlanV1MusicPlanPostSourceCompositionPlan.d.ts +5 -0
  1053. package/dist/api/resources/music/resources/compositionPlan/types/BodyGenerateCompositionPlanV1MusicPlanPostSourceCompositionPlan.js +3 -0
  1054. package/dist/api/resources/music/resources/compositionPlan/types/CompositionPlanCreateResponse.d.ts +2 -0
  1055. package/dist/api/resources/music/resources/compositionPlan/types/CompositionPlanCreateResponse.js +3 -0
  1056. package/dist/api/resources/music/resources/compositionPlan/types/index.d.ts +3 -0
  1057. package/dist/api/resources/music/resources/compositionPlan/types/index.js +19 -0
  1058. package/dist/api/resources/music/resources/index.d.ts +1 -0
  1059. package/dist/api/resources/music/resources/index.js +1 -0
  1060. package/dist/api/resources/music/types/BodyComposeMusicV1MusicPostCompositionPlan.d.ts +5 -0
  1061. package/dist/api/resources/music/types/BodyComposeMusicV1MusicPostCompositionPlan.js +3 -0
  1062. package/dist/api/resources/music/types/BodyComposeMusicV1MusicPostModelId.d.ts +6 -0
  1063. package/dist/api/resources/music/types/BodyComposeMusicV1MusicPostModelId.js +9 -0
  1064. package/dist/api/resources/music/types/BodyComposeMusicWithADetailedResponseV1MusicDetailedPostCompositionPlan.d.ts +5 -0
  1065. package/dist/api/resources/music/types/BodyComposeMusicWithADetailedResponseV1MusicDetailedPostCompositionPlan.js +3 -0
  1066. package/dist/api/resources/music/types/BodyComposeMusicWithADetailedResponseV1MusicDetailedPostModelId.d.ts +6 -0
  1067. package/dist/api/resources/music/types/BodyComposeMusicWithADetailedResponseV1MusicDetailedPostModelId.js +9 -0
  1068. package/dist/api/resources/music/types/BodyStreamComposedMusicV1MusicStreamPostCompositionPlan.d.ts +5 -0
  1069. package/dist/api/resources/music/types/BodyStreamComposedMusicV1MusicStreamPostCompositionPlan.js +3 -0
  1070. package/dist/api/resources/music/types/BodyStreamComposedMusicV1MusicStreamPostModelId.d.ts +6 -0
  1071. package/dist/api/resources/music/types/BodyStreamComposedMusicV1MusicStreamPostModelId.js +9 -0
  1072. package/dist/api/resources/music/types/MusicVideoToMusicRequestModelId.d.ts +6 -0
  1073. package/dist/api/resources/music/types/MusicVideoToMusicRequestModelId.js +9 -0
  1074. package/dist/api/resources/music/types/index.d.ts +7 -0
  1075. package/dist/api/resources/music/types/index.js +7 -0
  1076. package/dist/api/resources/productions/exports.d.ts +3 -0
  1077. package/dist/api/resources/productions/exports.js +22 -0
  1078. package/dist/api/resources/productions/resources/orders/client/Client.js +23 -33
  1079. package/dist/api/resources/productions/resources/orders/exports.d.ts +3 -0
  1080. package/dist/api/resources/productions/resources/orders/exports.js +22 -0
  1081. package/dist/api/resources/productions/resources/orders/resources/deliverables/client/Client.js +1 -1
  1082. package/dist/api/resources/productions/resources/orders/resources/deliverables/exports.d.ts +2 -0
  1083. package/dist/api/resources/productions/resources/orders/resources/deliverables/exports.js +21 -0
  1084. package/dist/api/resources/productions/resources/orders/resources/items/client/Client.js +2 -2
  1085. package/dist/api/resources/productions/resources/orders/resources/items/exports.d.ts +2 -0
  1086. package/dist/api/resources/productions/resources/orders/resources/items/exports.js +21 -0
  1087. package/dist/api/resources/productions/resources/orders/resources/languages/client/Client.js +1 -1
  1088. package/dist/api/resources/productions/resources/orders/resources/languages/exports.d.ts +2 -0
  1089. package/dist/api/resources/productions/resources/orders/resources/languages/exports.js +21 -0
  1090. package/dist/api/resources/productions/resources/orders/resources/media/client/Client.js +9 -9
  1091. package/dist/api/resources/productions/resources/orders/resources/media/exports.d.ts +2 -0
  1092. package/dist/api/resources/productions/resources/orders/resources/media/exports.js +21 -0
  1093. package/dist/api/resources/pronunciationDictionaries/client/Client.d.ts +1 -0
  1094. package/dist/api/resources/pronunciationDictionaries/client/Client.js +27 -27
  1095. package/dist/api/resources/pronunciationDictionaries/exports.d.ts +3 -0
  1096. package/dist/api/resources/pronunciationDictionaries/exports.js +22 -0
  1097. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +3 -3
  1098. package/dist/api/resources/pronunciationDictionaries/resources/rules/exports.d.ts +2 -0
  1099. package/dist/api/resources/pronunciationDictionaries/resources/rules/exports.js +21 -0
  1100. package/dist/api/resources/samples/client/Client.js +1 -1
  1101. package/dist/api/resources/samples/exports.d.ts +2 -0
  1102. package/dist/api/resources/samples/exports.js +21 -0
  1103. package/dist/api/resources/serviceAccounts/client/Client.js +1 -1
  1104. package/dist/api/resources/serviceAccounts/exports.d.ts +3 -0
  1105. package/dist/api/resources/serviceAccounts/exports.js +22 -0
  1106. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.d.ts +2 -6
  1107. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +8 -12
  1108. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +5 -9
  1109. package/dist/api/resources/serviceAccounts/resources/apiKeys/exports.d.ts +2 -0
  1110. package/dist/api/resources/serviceAccounts/resources/apiKeys/exports.js +21 -0
  1111. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchCharacterLimit.d.ts +4 -0
  1112. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchCharacterLimit.js +3 -0
  1113. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchIsEnabled.d.ts +4 -0
  1114. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchIsEnabled.js +3 -0
  1115. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
  1116. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -0
  1117. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -0
  1118. package/dist/api/resources/speechEngine/client/Client.js +20 -23
  1119. package/dist/api/resources/speechEngine/exports.d.ts +2 -0
  1120. package/dist/api/resources/speechEngine/exports.js +21 -0
  1121. package/dist/api/resources/speechEngineUpstream/exports.d.ts +1 -0
  1122. package/dist/api/resources/speechEngineUpstream/exports.js +18 -0
  1123. package/dist/api/resources/speechEngineUpstream/index.d.ts +1 -0
  1124. package/dist/api/resources/speechEngineUpstream/index.js +17 -0
  1125. package/dist/api/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.d.ts +5 -0
  1126. package/dist/api/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.js +3 -0
  1127. package/dist/api/resources/speechEngineUpstream/types/SendUpstreamMessage.d.ts +5 -0
  1128. package/dist/api/resources/speechEngineUpstream/types/SendUpstreamMessage.js +3 -0
  1129. package/dist/api/resources/speechEngineUpstream/types/index.d.ts +2 -0
  1130. package/dist/api/resources/speechEngineUpstream/types/index.js +18 -0
  1131. package/dist/api/resources/speechToSpeech/client/Client.d.ts +2 -0
  1132. package/dist/api/resources/speechToSpeech/client/Client.js +60 -52
  1133. package/dist/api/resources/speechToSpeech/exports.d.ts +2 -0
  1134. package/dist/api/resources/speechToSpeech/exports.js +21 -0
  1135. package/dist/api/resources/speechToText/client/Client.js +44 -38
  1136. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -6
  1137. package/dist/api/resources/speechToText/exports.d.ts +3 -0
  1138. package/dist/api/resources/speechToText/exports.js +22 -0
  1139. package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +2 -2
  1140. package/dist/api/resources/speechToText/resources/transcripts/exports.d.ts +2 -0
  1141. package/dist/api/resources/speechToText/resources/transcripts/exports.js +21 -0
  1142. package/dist/api/resources/studio/client/Client.js +2 -2
  1143. package/dist/api/resources/studio/exports.d.ts +3 -0
  1144. package/dist/api/resources/studio/exports.js +22 -0
  1145. package/dist/api/resources/studio/resources/projects/client/Client.js +52 -49
  1146. package/dist/api/resources/studio/resources/projects/exports.d.ts +3 -0
  1147. package/dist/api/resources/studio/resources/projects/exports.js +22 -0
  1148. package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.js +6 -6
  1149. package/dist/api/resources/studio/resources/projects/resources/chapters/exports.d.ts +3 -0
  1150. package/dist/api/resources/studio/resources/projects/resources/chapters/exports.js +22 -0
  1151. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.d.ts +1 -0
  1152. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +4 -3
  1153. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/exports.d.ts +2 -0
  1154. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/exports.js +21 -0
  1155. package/dist/api/resources/studio/resources/projects/resources/content/client/Client.js +14 -14
  1156. package/dist/api/resources/studio/resources/projects/resources/content/exports.d.ts +2 -0
  1157. package/dist/api/resources/studio/resources/projects/resources/content/exports.js +21 -0
  1158. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +1 -1
  1159. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/exports.d.ts +2 -0
  1160. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/exports.js +21 -0
  1161. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.d.ts +2 -0
  1162. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +6 -4
  1163. package/dist/api/resources/studio/resources/projects/resources/snapshots/exports.d.ts +2 -0
  1164. package/dist/api/resources/studio/resources/projects/resources/snapshots/exports.js +21 -0
  1165. package/dist/api/resources/textToDialogue/client/Client.d.ts +3 -0
  1166. package/dist/api/resources/textToDialogue/client/Client.js +56 -29
  1167. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +3 -0
  1168. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
  1169. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
  1170. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +3 -0
  1171. package/dist/api/resources/textToDialogue/exports.d.ts +2 -0
  1172. package/dist/api/resources/textToDialogue/exports.js +21 -0
  1173. package/dist/api/resources/textToSoundEffects/client/Client.d.ts +1 -0
  1174. package/dist/api/resources/textToSoundEffects/client/Client.js +11 -7
  1175. package/dist/api/resources/textToSoundEffects/exports.d.ts +2 -0
  1176. package/dist/api/resources/textToSoundEffects/exports.js +21 -0
  1177. package/dist/api/resources/textToSpeech/client/Client.d.ts +2 -0
  1178. package/dist/api/resources/textToSpeech/client/Client.js +59 -49
  1179. package/dist/api/resources/textToSpeech/exports.d.ts +2 -0
  1180. package/dist/api/resources/textToSpeech/exports.js +21 -0
  1181. package/dist/api/resources/textToVoice/client/Client.d.ts +2 -0
  1182. package/dist/api/resources/textToVoice/client/Client.js +33 -22
  1183. package/dist/api/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +1 -1
  1184. package/dist/api/resources/textToVoice/exports.d.ts +3 -0
  1185. package/dist/api/resources/textToVoice/exports.js +22 -0
  1186. package/dist/api/resources/textToVoice/resources/preview/client/Client.d.ts +1 -0
  1187. package/dist/api/resources/textToVoice/resources/preview/client/Client.js +2 -1
  1188. package/dist/api/resources/textToVoice/resources/preview/exports.d.ts +2 -0
  1189. package/dist/api/resources/textToVoice/resources/preview/exports.js +21 -0
  1190. package/dist/api/resources/tokens/exports.d.ts +3 -0
  1191. package/dist/api/resources/tokens/exports.js +22 -0
  1192. package/dist/api/resources/tokens/resources/singleUse/client/Client.js +1 -1
  1193. package/dist/api/resources/tokens/resources/singleUse/exports.d.ts +2 -0
  1194. package/dist/api/resources/tokens/resources/singleUse/exports.js +21 -0
  1195. package/dist/api/resources/usage/client/Client.d.ts +2 -0
  1196. package/dist/api/resources/usage/client/Client.js +24 -23
  1197. package/dist/api/resources/usage/exports.d.ts +2 -0
  1198. package/dist/api/resources/usage/exports.js +21 -0
  1199. package/dist/api/resources/user/client/Client.js +1 -1
  1200. package/dist/api/resources/user/exports.d.ts +3 -0
  1201. package/dist/api/resources/user/exports.js +22 -0
  1202. package/dist/api/resources/user/resources/subscription/client/Client.js +1 -1
  1203. package/dist/api/resources/user/resources/subscription/exports.d.ts +2 -0
  1204. package/dist/api/resources/user/resources/subscription/exports.js +21 -0
  1205. package/dist/api/resources/v1RealtimeTranslation/exports.d.ts +1 -0
  1206. package/dist/api/resources/v1RealtimeTranslation/exports.js +18 -0
  1207. package/dist/api/resources/v1SpeechToTextRealtime/exports.d.ts +1 -0
  1208. package/dist/api/resources/v1SpeechToTextRealtime/exports.js +18 -0
  1209. package/dist/api/resources/v1TextToDialogueStreamInput/exports.d.ts +1 -0
  1210. package/dist/api/resources/v1TextToDialogueStreamInput/exports.js +18 -0
  1211. package/dist/api/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +1 -1
  1212. package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/exports.d.ts +1 -0
  1213. package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/exports.js +18 -0
  1214. package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/exports.d.ts +1 -0
  1215. package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/exports.js +18 -0
  1216. package/dist/api/resources/voices/client/Client.d.ts +32 -30
  1217. package/dist/api/resources/voices/client/Client.js +159 -210
  1218. package/dist/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +3 -3
  1219. package/dist/api/resources/voices/exports.d.ts +3 -0
  1220. package/dist/api/resources/voices/exports.js +22 -0
  1221. package/dist/api/resources/voices/resources/ivc/client/Client.js +15 -15
  1222. package/dist/api/resources/voices/resources/ivc/exports.d.ts +2 -0
  1223. package/dist/api/resources/voices/resources/ivc/exports.js +21 -0
  1224. package/dist/api/resources/voices/resources/pvc/client/Client.js +3 -3
  1225. package/dist/api/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +1 -1
  1226. package/dist/api/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +1 -1
  1227. package/dist/api/resources/voices/resources/pvc/exports.d.ts +3 -0
  1228. package/dist/api/resources/voices/resources/pvc/exports.js +22 -0
  1229. package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.js +14 -14
  1230. package/dist/api/resources/voices/resources/pvc/resources/samples/exports.d.ts +3 -0
  1231. package/dist/api/resources/voices/resources/pvc/resources/samples/exports.js +22 -0
  1232. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +8 -5
  1233. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/exports.d.ts +2 -0
  1234. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/exports.js +21 -0
  1235. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +2 -2
  1236. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/exports.d.ts +3 -0
  1237. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/exports.js +22 -0
  1238. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +1 -1
  1239. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/exports.d.ts +2 -0
  1240. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/exports.js +21 -0
  1241. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +1 -1
  1242. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/exports.d.ts +2 -0
  1243. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/exports.js +21 -0
  1244. package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.js +5 -5
  1245. package/dist/api/resources/voices/resources/pvc/resources/verification/exports.d.ts +3 -0
  1246. package/dist/api/resources/voices/resources/pvc/resources/verification/exports.js +22 -0
  1247. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +5 -5
  1248. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/exports.d.ts +2 -0
  1249. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/exports.js +21 -0
  1250. package/dist/api/resources/voices/resources/samples/exports.d.ts +3 -0
  1251. package/dist/api/resources/voices/resources/samples/exports.js +22 -0
  1252. package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.d.ts +1 -0
  1253. package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.js +2 -1
  1254. package/dist/api/resources/voices/resources/samples/resources/audio/exports.d.ts +2 -0
  1255. package/dist/api/resources/voices/resources/samples/resources/audio/exports.js +21 -0
  1256. package/dist/api/resources/voices/resources/settings/client/Client.js +3 -3
  1257. package/dist/api/resources/voices/resources/settings/exports.d.ts +2 -0
  1258. package/dist/api/resources/voices/resources/settings/exports.js +21 -0
  1259. package/dist/api/resources/voices/types/VoicesGetSharedRequestSort.d.ts +8 -0
  1260. package/dist/api/resources/voices/types/VoicesGetSharedRequestSort.js +11 -0
  1261. package/dist/api/resources/voices/types/index.d.ts +1 -0
  1262. package/dist/api/resources/voices/types/index.js +1 -0
  1263. package/dist/api/resources/webhooks/client/Client.js +11 -8
  1264. package/dist/api/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +1 -1
  1265. package/dist/api/resources/webhooks/exports.d.ts +2 -0
  1266. package/dist/api/resources/webhooks/exports.js +21 -0
  1267. package/dist/api/resources/workspace/exports.d.ts +3 -0
  1268. package/dist/api/resources/workspace/exports.js +22 -0
  1269. package/dist/api/resources/workspace/resources/analytics/exports.d.ts +3 -0
  1270. package/dist/api/resources/workspace/resources/analytics/exports.js +22 -0
  1271. package/dist/api/resources/workspace/resources/analytics/resources/requests/client/Client.js +1 -1
  1272. package/dist/api/resources/workspace/resources/analytics/resources/requests/exports.d.ts +2 -0
  1273. package/dist/api/resources/workspace/resources/analytics/resources/requests/exports.js +21 -0
  1274. package/dist/api/resources/workspace/resources/auditLogs/client/Client.js +14 -23
  1275. package/dist/api/resources/workspace/resources/auditLogs/exports.d.ts +2 -0
  1276. package/dist/api/resources/workspace/resources/auditLogs/exports.js +21 -0
  1277. package/dist/api/resources/workspace/resources/authConnections/client/Client.js +4 -4
  1278. package/dist/api/resources/workspace/resources/authConnections/exports.d.ts +2 -0
  1279. package/dist/api/resources/workspace/resources/authConnections/exports.js +21 -0
  1280. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
  1281. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +4 -1
  1282. package/dist/api/resources/workspace/resources/groups/client/Client.js +9 -4
  1283. package/dist/api/resources/workspace/resources/groups/exports.d.ts +3 -0
  1284. package/dist/api/resources/workspace/resources/groups/exports.js +22 -0
  1285. package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -2
  1286. package/dist/api/resources/workspace/resources/groups/resources/members/exports.d.ts +2 -0
  1287. package/dist/api/resources/workspace/resources/groups/resources/members/exports.js +21 -0
  1288. package/dist/api/resources/workspace/resources/invites/client/Client.js +3 -3
  1289. package/dist/api/resources/workspace/resources/invites/exports.d.ts +2 -0
  1290. package/dist/api/resources/workspace/resources/invites/exports.js +21 -0
  1291. package/dist/api/resources/workspace/resources/members/client/Client.js +1 -1
  1292. package/dist/api/resources/workspace/resources/members/exports.d.ts +2 -0
  1293. package/dist/api/resources/workspace/resources/members/exports.js +21 -0
  1294. package/dist/api/resources/workspace/resources/resources/client/Client.js +12 -7
  1295. package/dist/api/resources/workspace/resources/resources/exports.d.ts +2 -0
  1296. package/dist/api/resources/workspace/resources/resources/exports.js +21 -0
  1297. package/dist/api/resources/workspace/resources/usage/client/Client.js +1 -1
  1298. package/dist/api/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +3 -1
  1299. package/dist/api/resources/workspace/resources/usage/exports.d.ts +2 -0
  1300. package/dist/api/resources/workspace/resources/usage/exports.js +21 -0
  1301. package/dist/api/resources/workspaces/exports.d.ts +3 -0
  1302. package/dist/api/resources/workspaces/exports.js +22 -0
  1303. package/dist/api/resources/workspaces/resources/apiKeys/client/Client.d.ts +5 -5
  1304. package/dist/api/resources/workspaces/resources/apiKeys/client/Client.js +17 -12
  1305. package/dist/api/resources/workspaces/resources/apiKeys/client/requests/ApiKeysDisableRequest.d.ts +10 -0
  1306. package/dist/api/resources/workspaces/resources/apiKeys/client/requests/ApiKeysDisableRequest.js +3 -0
  1307. package/dist/api/resources/workspaces/resources/apiKeys/client/requests/index.d.ts +1 -1
  1308. package/dist/api/resources/workspaces/resources/apiKeys/exports.d.ts +2 -0
  1309. package/dist/api/resources/workspaces/resources/apiKeys/exports.js +21 -0
  1310. package/dist/api/types/AgentConfig.d.ts +1 -1
  1311. package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  1312. package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  1313. package/dist/api/types/AgentResponsePayload.d.ts +25 -0
  1314. package/dist/api/types/AgentResponsePayload.js +3 -0
  1315. package/dist/api/types/AgentTransfer.d.ts +2 -0
  1316. package/{api/types/AgentAlertingMonitorConfig.d.ts → dist/api/types/AlertingMonitorConfig.d.ts} +1 -1
  1317. package/dist/api/types/AlertingMonitorConfig.js +3 -0
  1318. package/dist/api/types/AlertingSettings.d.ts +19 -0
  1319. package/dist/api/types/AlertingSettings.js +3 -0
  1320. package/dist/api/types/AlertingWebhookNotifier.d.ts +5 -0
  1321. package/dist/api/types/AlertingWebhookNotifier.js +3 -0
  1322. package/dist/api/types/AnalysisProperty.d.ts +6 -4
  1323. package/dist/api/types/AnalysisPropertyConstantValue.d.ts +1 -1
  1324. package/dist/api/types/ApiIntegrationWebhookOverrides.d.ts +2 -2
  1325. package/dist/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +4 -1
  1326. package/dist/api/types/ArrayJsonSchemaPropertyInput.d.ts +4 -2
  1327. package/dist/api/types/ArrayJsonSchemaPropertyOutput.d.ts +4 -2
  1328. package/dist/api/types/AsrProvider.d.ts +2 -0
  1329. package/dist/api/types/AsrProvider.js +2 -0
  1330. package/dist/api/types/AudioFormat.d.ts +6 -0
  1331. package/dist/api/types/AudioFormat.js +9 -0
  1332. package/dist/api/types/AudioRefChunk.d.ts +7 -0
  1333. package/dist/api/types/AudioRefChunk.js +3 -0
  1334. package/dist/api/types/BackgroundSoundConfig.d.ts +11 -0
  1335. package/dist/api/types/BackgroundSoundConfig.js +3 -0
  1336. package/dist/api/types/BackgroundSoundConfigWorkflowOverride.d.ts +11 -0
  1337. package/dist/api/types/BackgroundSoundConfigWorkflowOverride.js +3 -0
  1338. package/dist/api/types/{BackgroundMusicPresetId.d.ts → BackgroundSoundPresetId.d.ts} +3 -3
  1339. package/dist/api/types/{BackgroundMusicPresetId.js → BackgroundSoundPresetId.js} +3 -3
  1340. package/dist/api/types/BackgroundSoundSourceType.d.ts +4 -0
  1341. package/dist/api/types/BackgroundSoundSourceType.js +3 -0
  1342. package/dist/api/types/BaseTurnConfig.d.ts +1 -0
  1343. package/dist/api/types/ChapterContentBlockResponseModelNodesItem.d.ts +1 -0
  1344. package/dist/api/types/ChapterContentBlockTtsNodeResponseModel.d.ts +2 -1
  1345. package/dist/api/types/ClosePayload.d.ts +7 -0
  1346. package/dist/api/types/ClosePayload.js +3 -0
  1347. package/dist/api/types/CodeToolContextVariable.d.ts +4 -0
  1348. package/dist/api/types/CodeToolContextVariable.js +3 -0
  1349. package/dist/api/types/CompositionPlan.d.ts +8 -0
  1350. package/dist/api/types/CompositionPlan.js +3 -0
  1351. package/dist/api/types/CompositionPlanChunksItem.d.ts +2 -0
  1352. package/dist/api/types/CompositionPlanChunksItem.js +3 -0
  1353. package/dist/api/types/ConstantSchemaOverrideConstantValue.d.ts +2 -1
  1354. package/dist/api/types/ConstantSchemaOverrideConstantValueFourItem.d.ts +1 -0
  1355. package/dist/api/types/ConstantSchemaOverrideConstantValueFourItem.js +3 -0
  1356. package/dist/api/types/ConversationInitiationClientDataInternal.d.ts +1 -1
  1357. package/dist/api/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
  1358. package/dist/api/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
  1359. package/dist/api/types/ConversationSimulationSpecification.d.ts +1 -1
  1360. package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  1361. package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  1362. package/dist/api/types/CreateResponseUnitTestRequest.d.ts +1 -1
  1363. package/dist/api/types/CreateSimulationTestRequest.d.ts +1 -1
  1364. package/dist/api/types/CreateToolCallUnitTestRequest.d.ts +1 -1
  1365. package/dist/api/types/CustomGuardrailConfig.d.ts +4 -0
  1366. package/dist/api/types/CustomGuardrailConfigModel.d.ts +12 -0
  1367. package/dist/api/types/CustomGuardrailConfigModel.js +15 -0
  1368. package/dist/api/types/DetailedMusicResponse.d.ts +1 -1
  1369. package/dist/api/types/DetailedMusicResponseCompositionPlan.d.ts +5 -0
  1370. package/dist/api/types/DetailedMusicResponseCompositionPlan.js +3 -0
  1371. package/dist/api/types/DirectPublishingReadResponseModel.d.ts +1 -0
  1372. package/dist/api/types/DynamicVariablesConfigInput.d.ts +1 -1
  1373. package/dist/api/types/DynamicVariablesConfigOutput.d.ts +1 -1
  1374. package/dist/api/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +1 -1
  1375. package/dist/api/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +1 -1
  1376. package/dist/api/types/Eagerness.d.ts +6 -0
  1377. package/dist/api/types/Eagerness.js +9 -0
  1378. package/dist/api/types/EndProcedureToolConfigInput.d.ts +4 -0
  1379. package/dist/api/types/EndProcedureToolConfigInput.js +3 -0
  1380. package/dist/api/types/EndProcedureToolConfigOutput.d.ts +4 -0
  1381. package/dist/api/types/EndProcedureToolConfigOutput.js +3 -0
  1382. package/dist/api/types/EndProcedureToolErrorStatus.d.ts +5 -0
  1383. package/dist/api/types/EndProcedureToolErrorStatus.js +8 -0
  1384. package/dist/api/types/EntryBehavior.d.ts +6 -0
  1385. package/dist/api/types/EntryBehavior.js +9 -0
  1386. package/dist/api/types/ErrorPayload.d.ts +9 -0
  1387. package/dist/api/types/ErrorPayload.js +3 -0
  1388. package/dist/api/types/ExternalFileSyncInfo.d.ts +20 -0
  1389. package/dist/api/types/ExternalFileSyncInfo.js +3 -0
  1390. package/dist/api/types/ExternalFolderSyncInfo.d.ts +18 -0
  1391. package/dist/api/types/ExternalFolderSyncInfo.js +3 -0
  1392. package/dist/api/types/ExternalSyncType.d.ts +1 -0
  1393. package/dist/api/types/ExternalSyncType.js +3 -0
  1394. package/dist/api/types/FineTuningResponse.d.ts +2 -2
  1395. package/dist/api/types/GenerationChunk.d.ts +17 -0
  1396. package/dist/api/types/GenerationChunk.js +3 -0
  1397. package/dist/api/types/GenerationChunkConditionStrength.d.ts +7 -0
  1398. package/dist/api/types/GenerationChunkConditionStrength.js +10 -0
  1399. package/dist/api/types/GenerationChunkContextAdherence.d.ts +7 -0
  1400. package/dist/api/types/GenerationChunkContextAdherence.js +10 -0
  1401. package/dist/api/types/GetConversationResponseModel.d.ts +1 -0
  1402. package/dist/api/types/GetKnowledgeBaseFileResponseModel.d.ts +2 -0
  1403. package/dist/api/types/GetKnowledgeBaseFolderResponseModel.d.ts +2 -0
  1404. package/dist/api/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +2 -2
  1405. package/dist/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +2 -0
  1406. package/dist/api/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +2 -0
  1407. package/dist/api/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +2 -0
  1408. package/dist/api/types/GetResponseUnitTestResponseModel.d.ts +1 -1
  1409. package/dist/api/types/GetSimulationTestResponseModel.d.ts +1 -1
  1410. package/dist/api/types/GetToolCallUnitTestResponseModel.d.ts +1 -1
  1411. package/dist/api/types/InitPayload.d.ts +9 -0
  1412. package/dist/api/types/InitPayload.js +3 -0
  1413. package/dist/api/types/InteractionBudget.d.ts +3 -1
  1414. package/dist/api/types/InteractionBudget.js +3 -1
  1415. package/dist/api/types/KnowledgeBaseContentSearchResultDocument.d.ts +2 -2
  1416. package/dist/api/types/KnowledgeBaseSummaryBatchSuccessfulResponseModelData.d.ts +2 -2
  1417. package/dist/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
  1418. package/dist/api/types/LiteralJsonSchemaProperty.d.ts +7 -5
  1419. package/dist/api/types/LiteralJsonSchemaPropertyConstantValue.d.ts +1 -1
  1420. package/dist/api/types/LoadMemoryEntryToolErrorStatus.d.ts +5 -0
  1421. package/dist/api/types/LoadMemoryEntryToolErrorStatus.js +8 -0
  1422. package/dist/api/types/LoadableMemoryEntry.d.ts +5 -0
  1423. package/dist/api/types/LoadableMemoryEntry.js +3 -0
  1424. package/dist/api/types/McpToolConfigOverrideInput.d.ts +1 -1
  1425. package/dist/api/types/McpToolConfigOverrideInputInputOverridesValue.d.ts +4 -1
  1426. package/dist/api/types/McpToolConfigOverrideOutput.d.ts +1 -1
  1427. package/dist/api/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +4 -1
  1428. package/dist/api/types/MediaCodec.d.ts +6 -0
  1429. package/dist/api/types/MediaCodec.js +9 -0
  1430. package/dist/api/types/MusicPrompt.d.ts +3 -0
  1431. package/dist/api/types/MusicUploadResponse.d.ts +4 -2
  1432. package/dist/api/types/MusicUploadResponseCompositionPlan.d.ts +5 -0
  1433. package/dist/api/types/MusicUploadResponseCompositionPlan.js +3 -0
  1434. package/dist/api/types/OmitSchemaOverride.d.ts +1 -0
  1435. package/dist/api/types/OmitSchemaOverride.js +3 -0
  1436. package/dist/api/types/OpenAiAudioConfig.d.ts +5 -0
  1437. package/dist/api/types/OpenAiAudioConfig.js +3 -0
  1438. package/dist/api/types/OpenAiAudioInputConfig.d.ts +5 -0
  1439. package/dist/api/types/OpenAiAudioInputConfig.js +3 -0
  1440. package/dist/api/types/OpenAiAudioInputFormat.d.ts +5 -0
  1441. package/dist/api/types/OpenAiAudioInputFormat.js +3 -0
  1442. package/dist/api/types/OpenAiAudioOutputConfig.d.ts +5 -0
  1443. package/dist/api/types/OpenAiAudioOutputConfig.js +3 -0
  1444. package/dist/api/types/OpenAiAudioOutputFormat.d.ts +4 -0
  1445. package/dist/api/types/OpenAiAudioOutputFormat.js +3 -0
  1446. package/dist/api/types/OpenAiFunctionTool.d.ts +5 -0
  1447. package/dist/api/types/OpenAiFunctionTool.js +3 -0
  1448. package/dist/api/types/OpenAiSessionConfig.d.ts +13 -0
  1449. package/dist/api/types/OpenAiSessionConfig.js +3 -0
  1450. package/dist/api/types/OpenAiSessionConfigMaxResponseOutputTokens.d.ts +1 -0
  1451. package/dist/api/types/OpenAiSessionConfigMaxResponseOutputTokens.js +3 -0
  1452. package/dist/api/types/OpenAiSessionConfigToolChoice.d.ts +2 -0
  1453. package/dist/api/types/OpenAiSessionConfigToolChoice.js +3 -0
  1454. package/dist/api/types/OpenAiSessionConfigToolsItem.d.ts +10 -0
  1455. package/dist/api/types/OpenAiSessionConfigToolsItem.js +3 -0
  1456. package/dist/api/types/OpenAiToolChoiceFunction.d.ts +5 -0
  1457. package/dist/api/types/OpenAiToolChoiceFunction.js +3 -0
  1458. package/dist/api/types/OpenAiToolChoiceFunctionInner.d.ts +3 -0
  1459. package/dist/api/types/OpenAiToolChoiceFunctionInner.js +3 -0
  1460. package/dist/api/types/OpenAiTurnDetection.d.ts +10 -0
  1461. package/dist/api/types/OpenAiTurnDetection.js +3 -0
  1462. package/dist/api/types/OpenAimcpTool.d.ts +8 -0
  1463. package/dist/api/types/OpenAimcpTool.js +3 -0
  1464. package/dist/api/types/OpenAimcpToolRequireApproval.d.ts +5 -0
  1465. package/dist/api/types/OpenAimcpToolRequireApproval.js +8 -0
  1466. package/dist/api/types/OutboundSipTrunkConfigRequestModel.d.ts +2 -0
  1467. package/dist/api/types/PingPayload.d.ts +7 -0
  1468. package/dist/api/types/PingPayload.js +3 -0
  1469. package/dist/api/types/PongPayload.d.ts +7 -0
  1470. package/dist/api/types/PongPayload.js +3 -0
  1471. package/{api/types/ProcedureAtVersion.d.ts → dist/api/types/ProcedureAtVersionInput.d.ts} +2 -1
  1472. package/dist/api/types/ProcedureAtVersionInput.js +3 -0
  1473. package/dist/api/types/ProcedureAtVersionOutput.d.ts +15 -0
  1474. package/dist/api/types/ProcedureAtVersionOutput.js +3 -0
  1475. package/dist/api/types/ProjectExtendedResponse.d.ts +9 -5
  1476. package/dist/api/types/ProjectResponse.d.ts +9 -5
  1477. package/dist/api/types/ProjectVoiceResponseModel.d.ts +1 -0
  1478. package/dist/api/types/RealtimeConfigSnapshot.d.ts +14 -0
  1479. package/dist/api/types/RealtimeConfigSnapshot.js +3 -0
  1480. package/dist/api/types/RealtimeConfigSnapshotParents.d.ts +3 -0
  1481. package/dist/api/types/RealtimeConfigSnapshotParents.js +3 -0
  1482. package/dist/api/types/ResponseUnitTestModel.d.ts +1 -1
  1483. package/dist/api/types/ReviewResponseModel.d.ts +1 -1
  1484. package/{api/types/SafetyCommonModel.d.ts → dist/api/types/SafetyCommonModelInput.d.ts} +1 -1
  1485. package/dist/api/types/SafetyCommonModelInput.js +3 -0
  1486. package/dist/api/types/SafetyCommonModelOutput.d.ts +8 -0
  1487. package/dist/api/types/SafetyCommonModelOutput.js +3 -0
  1488. package/dist/api/types/SimulationTestModel.d.ts +1 -1
  1489. package/dist/api/types/SoftTimeoutConfig.d.ts +5 -1
  1490. package/dist/api/types/SoftTimeoutConfigOverride.d.ts +1 -1
  1491. package/dist/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +5 -1
  1492. package/dist/api/types/SongSourceContext.d.ts +1 -0
  1493. package/dist/api/types/SpeakerSeparationResponseModel.d.ts +1 -1
  1494. package/dist/api/types/SpeechHistoryItemResponseModelSource.d.ts +1 -0
  1495. package/dist/api/types/SpeechHistoryItemResponseModelSource.js +1 -0
  1496. package/dist/api/types/StartProcedureToolConfigInput.d.ts +4 -0
  1497. package/dist/api/types/StartProcedureToolConfigInput.js +3 -0
  1498. package/dist/api/types/StartProcedureToolConfigOutput.d.ts +4 -0
  1499. package/dist/api/types/StartProcedureToolConfigOutput.js +3 -0
  1500. package/dist/api/types/StartProcedureToolErrorStatus.d.ts +6 -0
  1501. package/{api/types/LoadProcedureToolErrorStatus.js → dist/api/types/StartProcedureToolErrorStatus.js} +3 -2
  1502. package/dist/api/types/SubmitBusinessInfoParams.d.ts +6 -0
  1503. package/dist/api/types/SubmitBusinessInfoParams.js +3 -0
  1504. package/dist/api/types/SystemToolConfigInputParams.d.ts +7 -4
  1505. package/dist/api/types/SystemToolConfigOutputParams.d.ts +7 -4
  1506. package/dist/api/types/TextToDialogueWebsocketClientMessage.d.ts +2 -2
  1507. package/dist/api/types/TextToDialogueWebsocketFinalAudioForTurn.d.ts +4 -0
  1508. package/dist/api/types/TextToDialogueWebsocketFinalAudioForTurn.js +3 -0
  1509. package/dist/api/types/TextToDialogueWebsocketVoiceSettings.d.ts +7 -0
  1510. package/dist/api/types/TextToDialogueWebsocketVoiceSettings.js +3 -0
  1511. package/dist/api/types/ToolCallUnitTestModel.d.ts +1 -1
  1512. package/dist/api/types/TranscriptMessage.d.ts +10 -0
  1513. package/dist/api/types/TranscriptMessage.js +3 -0
  1514. package/dist/api/types/TranscriptMessageRole.d.ts +6 -0
  1515. package/dist/api/types/TranscriptMessageRole.js +9 -0
  1516. package/dist/api/types/TransferToAgentToolResultSuccessModel.d.ts +1 -0
  1517. package/dist/api/types/TransferToNumberResultExotelSuccessModel.d.ts +1 -0
  1518. package/dist/api/types/TtsConversationalConfigInput.d.ts +2 -0
  1519. package/dist/api/types/TtsConversationalConfigOutput.d.ts +2 -0
  1520. package/dist/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +2 -0
  1521. package/dist/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +2 -0
  1522. package/dist/api/types/TurnConfig.d.ts +1 -0
  1523. package/dist/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
  1524. package/dist/api/types/TurnDetectionType.d.ts +5 -0
  1525. package/dist/api/types/TurnDetectionType.js +8 -0
  1526. package/dist/api/types/UpdateBookingPageAppearanceParams.d.ts +3 -0
  1527. package/dist/api/types/UpdateBookingPageAppearanceParams.js +3 -0
  1528. package/dist/api/types/UpdateOAuth2ClientCredsRequest.d.ts +2 -2
  1529. package/dist/api/types/UpdateOAuth2JwtRequest.d.ts +1 -1
  1530. package/dist/api/types/UpdateResponseUnitTestRequest.d.ts +1 -1
  1531. package/dist/api/types/UpdateSimulationTestRequest.d.ts +1 -1
  1532. package/dist/api/types/UpdateToolCallUnitTestRequest.d.ts +1 -1
  1533. package/dist/api/types/UrlSecretAuthResponse.d.ts +7 -0
  1534. package/dist/api/types/UrlSecretAuthResponse.js +3 -0
  1535. package/dist/api/types/UserTranscriptPayload.d.ts +20 -0
  1536. package/dist/api/types/UserTranscriptPayload.js +3 -0
  1537. package/dist/api/types/VoiceStatisticsResponseModel.d.ts +4 -2
  1538. package/dist/api/types/WebhookHmacSettings.d.ts +1 -1
  1539. package/dist/api/types/WebhookUsageType.d.ts +1 -0
  1540. package/dist/api/types/WebhookUsageType.js +1 -0
  1541. package/dist/api/types/WorkflowOverrideAgentNodeModelInput.d.ts +2 -0
  1542. package/dist/api/types/WorkflowOverrideAgentNodeModelOutput.d.ts +2 -0
  1543. package/dist/api/types/WorkflowStandaloneAgentNodeModelInput.d.ts +2 -0
  1544. package/dist/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +2 -0
  1545. package/dist/api/types/WorkspaceApiKeyResponseModel.d.ts +2 -0
  1546. package/dist/api/types/index.d.ts +70 -13
  1547. package/dist/api/types/index.js +70 -13
  1548. package/dist/core/fetcher/BinaryResponse.d.ts +1 -1
  1549. package/dist/core/fetcher/EndpointSupplier.d.ts +2 -2
  1550. package/dist/core/fetcher/Fetcher.d.ts +9 -2
  1551. package/dist/core/fetcher/Fetcher.js +21 -10
  1552. package/dist/core/fetcher/getResponseBody.js +11 -0
  1553. package/dist/core/fetcher/index.d.ts +2 -0
  1554. package/dist/core/fetcher/index.js +3 -1
  1555. package/dist/core/fetcher/makePassthroughRequest.d.ts +49 -0
  1556. package/dist/core/fetcher/makePassthroughRequest.js +135 -0
  1557. package/dist/core/fetcher/makeRequest.d.ts +6 -1
  1558. package/dist/core/fetcher/makeRequest.js +30 -9
  1559. package/dist/core/fetcher/requestWithRetries.js +4 -1
  1560. package/dist/core/file/file.js +3 -2
  1561. package/dist/core/headers.d.ts +2 -2
  1562. package/dist/core/runtime/runtime.js +8 -7
  1563. package/dist/core/schemas/builders/enum/enum.d.ts +1 -0
  1564. package/dist/core/schemas/builders/enum/enum.js +7 -0
  1565. package/dist/core/schemas/builders/enum/index.d.ts +1 -1
  1566. package/dist/core/schemas/builders/enum/index.js +2 -1
  1567. package/dist/core/schemas/builders/list/list.js +12 -17
  1568. package/dist/core/schemas/builders/object/object.js +122 -42
  1569. package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +10 -3
  1570. package/dist/core/schemas/builders/primitives/never.d.ts +1 -1
  1571. package/dist/core/schemas/builders/primitives/never.js +3 -3
  1572. package/dist/core/schemas/builders/record/index.d.ts +2 -2
  1573. package/dist/core/schemas/builders/record/index.js +2 -1
  1574. package/dist/core/schemas/builders/record/record.d.ts +2 -1
  1575. package/dist/core/schemas/builders/record/record.js +63 -25
  1576. package/dist/core/schemas/builders/record/types.d.ts +2 -0
  1577. package/dist/core/schemas/builders/schema-utils/JsonError.js +2 -1
  1578. package/dist/core/schemas/builders/schema-utils/ParseError.js +2 -1
  1579. package/dist/core/schemas/builders/union/union.js +9 -12
  1580. package/dist/core/schemas/utils/isPlainObject.js +4 -6
  1581. package/dist/core/stream/Stream.d.ts +9 -0
  1582. package/dist/core/stream/Stream.js +100 -5
  1583. package/dist/core/url/QueryStringBuilder.d.ts +47 -0
  1584. package/dist/core/url/QueryStringBuilder.js +83 -0
  1585. package/dist/core/url/index.d.ts +1 -0
  1586. package/dist/core/url/index.js +3 -1
  1587. package/dist/core/url/qs.d.ts +2 -1
  1588. package/dist/core/url/qs.js +24 -12
  1589. package/dist/environments.d.ts +2 -1
  1590. package/dist/environments.js +1 -0
  1591. package/dist/errors/ElevenLabsError.d.ts +3 -1
  1592. package/dist/errors/ElevenLabsError.js +4 -1
  1593. package/dist/errors/ElevenLabsTimeoutError.d.ts +4 -1
  1594. package/dist/errors/ElevenLabsTimeoutError.js +4 -1
  1595. package/dist/errors/handleNonStatusCodeError.js +4 -1
  1596. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/analysis/client/index.d.ts +1 -0
  1597. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/analysis/client/index.js +17 -0
  1598. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/analysis/client/requests/RunConversationEvaluationsRequest.d.ts +11 -0
  1599. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/analysis/client/requests/RunConversationEvaluationsRequest.js +43 -0
  1600. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/analysis/client/requests/index.d.ts +1 -0
  1601. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/analysis/client/requests/index.js +5 -0
  1602. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/analysis/index.d.ts +1 -0
  1603. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/analysis/index.js +17 -0
  1604. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/index.d.ts +2 -0
  1605. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/index.js +3 -1
  1606. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
  1607. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +1 -1
  1608. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +1 -1
  1609. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +1 -1
  1610. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +1 -1
  1611. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +1 -1
  1612. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +5 -1
  1613. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.js +2 -0
  1614. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +5 -1
  1615. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.js +2 -0
  1616. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +1 -1
  1617. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.js +1 -3
  1618. package/dist/serialization/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.d.ts +1 -1
  1619. package/dist/serialization/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.js +1 -1
  1620. package/dist/serialization/resources/history/types/HistoryListRequestSource.d.ts +1 -1
  1621. package/dist/serialization/resources/history/types/HistoryListRequestSource.js +1 -1
  1622. package/dist/serialization/resources/index.d.ts +2 -0
  1623. package/dist/serialization/resources/index.js +3 -1
  1624. package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +4 -3
  1625. package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +4 -3
  1626. package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +4 -3
  1627. package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +4 -3
  1628. package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +4 -3
  1629. package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +4 -3
  1630. package/dist/serialization/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +4 -3
  1631. package/dist/serialization/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.js +4 -3
  1632. package/dist/serialization/resources/music/resources/compositionPlan/index.d.ts +1 -0
  1633. package/dist/serialization/resources/music/resources/compositionPlan/index.js +1 -0
  1634. package/dist/serialization/resources/music/resources/compositionPlan/types/BodyGenerateCompositionPlanV1MusicPlanPostModelId.d.ts +7 -0
  1635. package/dist/serialization/resources/music/resources/compositionPlan/types/BodyGenerateCompositionPlanV1MusicPlanPostModelId.js +39 -0
  1636. package/dist/serialization/resources/music/resources/compositionPlan/types/BodyGenerateCompositionPlanV1MusicPlanPostSourceCompositionPlan.d.ts +9 -0
  1637. package/dist/serialization/resources/music/resources/compositionPlan/types/BodyGenerateCompositionPlanV1MusicPlanPostSourceCompositionPlan.js +41 -0
  1638. package/dist/serialization/resources/music/resources/compositionPlan/types/CompositionPlanCreateResponse.d.ts +9 -0
  1639. package/dist/serialization/resources/music/resources/compositionPlan/types/CompositionPlanCreateResponse.js +41 -0
  1640. package/dist/serialization/resources/music/resources/compositionPlan/types/index.d.ts +3 -0
  1641. package/dist/serialization/resources/music/resources/compositionPlan/types/index.js +19 -0
  1642. package/dist/serialization/resources/music/resources/index.d.ts +1 -0
  1643. package/dist/serialization/resources/music/resources/index.js +1 -0
  1644. package/dist/serialization/resources/music/types/BodyComposeMusicV1MusicPostCompositionPlan.d.ts +9 -0
  1645. package/dist/serialization/resources/music/types/BodyComposeMusicV1MusicPostCompositionPlan.js +41 -0
  1646. package/dist/serialization/resources/music/types/BodyComposeMusicV1MusicPostModelId.d.ts +7 -0
  1647. package/dist/serialization/resources/music/types/BodyComposeMusicV1MusicPostModelId.js +39 -0
  1648. package/dist/serialization/resources/music/types/BodyComposeMusicWithADetailedResponseV1MusicDetailedPostCompositionPlan.d.ts +9 -0
  1649. package/dist/serialization/resources/music/types/BodyComposeMusicWithADetailedResponseV1MusicDetailedPostCompositionPlan.js +41 -0
  1650. package/dist/serialization/resources/music/types/BodyComposeMusicWithADetailedResponseV1MusicDetailedPostModelId.d.ts +7 -0
  1651. package/dist/serialization/resources/music/types/BodyComposeMusicWithADetailedResponseV1MusicDetailedPostModelId.js +39 -0
  1652. package/dist/serialization/resources/music/types/BodyStreamComposedMusicV1MusicStreamPostCompositionPlan.d.ts +9 -0
  1653. package/dist/serialization/resources/music/types/BodyStreamComposedMusicV1MusicStreamPostCompositionPlan.js +41 -0
  1654. package/dist/serialization/resources/music/types/BodyStreamComposedMusicV1MusicStreamPostModelId.d.ts +7 -0
  1655. package/dist/serialization/resources/music/types/BodyStreamComposedMusicV1MusicStreamPostModelId.js +39 -0
  1656. package/dist/serialization/resources/music/types/MusicVideoToMusicRequestModelId.d.ts +7 -0
  1657. package/dist/serialization/resources/music/types/MusicVideoToMusicRequestModelId.js +39 -0
  1658. package/dist/serialization/resources/music/types/index.d.ts +7 -0
  1659. package/dist/serialization/resources/music/types/index.js +7 -0
  1660. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +6 -4
  1661. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.js +6 -4
  1662. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchCharacterLimit.d.ts +7 -0
  1663. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchCharacterLimit.js +42 -0
  1664. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchIsEnabled.d.ts +7 -0
  1665. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchIsEnabled.js +42 -0
  1666. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
  1667. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.js +1 -0
  1668. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -0
  1669. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -0
  1670. package/dist/serialization/resources/speechEngineUpstream/index.d.ts +1 -0
  1671. package/dist/serialization/resources/speechEngineUpstream/index.js +17 -0
  1672. package/dist/serialization/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.d.ts +12 -0
  1673. package/dist/serialization/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.js +50 -0
  1674. package/dist/serialization/resources/speechEngineUpstream/types/SendUpstreamMessage.d.ts +9 -0
  1675. package/dist/serialization/resources/speechEngineUpstream/types/SendUpstreamMessage.js +41 -0
  1676. package/dist/serialization/resources/speechEngineUpstream/types/index.d.ts +2 -0
  1677. package/dist/serialization/resources/speechEngineUpstream/types/index.js +18 -0
  1678. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
  1679. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
  1680. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
  1681. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
  1682. package/dist/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +1 -1
  1683. package/dist/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.js +1 -1
  1684. package/dist/serialization/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +2 -1
  1685. package/dist/serialization/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.js +2 -0
  1686. package/dist/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +1 -1
  1687. package/dist/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.js +1 -1
  1688. package/dist/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +1 -1
  1689. package/dist/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.js +1 -1
  1690. package/dist/serialization/resources/voices/types/VoicesGetSharedRequestSort.d.ts +7 -0
  1691. package/dist/serialization/resources/voices/types/VoicesGetSharedRequestSort.js +39 -0
  1692. package/dist/serialization/resources/voices/types/index.d.ts +1 -0
  1693. package/dist/serialization/resources/voices/types/index.js +1 -0
  1694. package/dist/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +1 -1
  1695. package/dist/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.js +1 -1
  1696. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
  1697. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
  1698. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +5 -1
  1699. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +2 -0
  1700. package/dist/serialization/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +1 -0
  1701. package/dist/serialization/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.js +1 -0
  1702. package/dist/serialization/types/AgentConfig.d.ts +1 -1
  1703. package/dist/serialization/types/AgentConfig.js +1 -1
  1704. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  1705. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +1 -1
  1706. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  1707. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +1 -1
  1708. package/dist/serialization/types/AgentResponsePayload.d.ts +12 -0
  1709. package/dist/serialization/types/AgentResponsePayload.js +44 -0
  1710. package/dist/serialization/types/AgentTransfer.d.ts +1 -0
  1711. package/dist/serialization/types/AgentTransfer.js +1 -0
  1712. package/dist/serialization/types/{AgentAlertingMonitorConfig.d.ts → AlertingMonitorConfig.d.ts} +2 -2
  1713. package/dist/serialization/types/{AgentAlertingMonitorConfig.js → AlertingMonitorConfig.js} +2 -2
  1714. package/dist/serialization/types/AlertingSettings.d.ts +13 -0
  1715. package/dist/serialization/types/{AgentAlertingSettings.js → AlertingSettings.js} +6 -6
  1716. package/dist/serialization/types/AlertingWebhookNotifier.d.ts +10 -0
  1717. package/dist/serialization/types/AlertingWebhookNotifier.js +42 -0
  1718. package/dist/serialization/types/AnalysisProperty.d.ts +1 -0
  1719. package/dist/serialization/types/AnalysisProperty.js +1 -0
  1720. package/dist/serialization/types/ApiIntegrationWebhookOverrides.d.ts +2 -2
  1721. package/dist/serialization/types/ApiIntegrationWebhookOverrides.js +2 -2
  1722. package/dist/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +5 -1
  1723. package/dist/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.js +2 -0
  1724. package/dist/serialization/types/ArrayJsonSchemaPropertyInput.d.ts +1 -0
  1725. package/dist/serialization/types/ArrayJsonSchemaPropertyInput.js +1 -0
  1726. package/dist/serialization/types/ArrayJsonSchemaPropertyOutput.d.ts +1 -0
  1727. package/dist/serialization/types/ArrayJsonSchemaPropertyOutput.js +1 -0
  1728. package/dist/serialization/types/AudioFormat.d.ts +7 -0
  1729. package/dist/serialization/types/{LoadProcedureToolErrorStatus.js → AudioFormat.js} +2 -2
  1730. package/dist/serialization/types/AudioRefChunk.d.ts +11 -0
  1731. package/dist/serialization/types/AudioRefChunk.js +43 -0
  1732. package/dist/serialization/types/BackgroundSoundConfig.d.ts +14 -0
  1733. package/{serialization/types/BackgroundMusicConfig.js → dist/serialization/types/BackgroundSoundConfig.js} +6 -6
  1734. package/dist/serialization/types/BackgroundSoundConfigWorkflowOverride.d.ts +14 -0
  1735. package/dist/serialization/types/{BackgroundMusicConfigWorkflowOverride.js → BackgroundSoundConfigWorkflowOverride.js} +6 -6
  1736. package/{serialization/types/BackgroundMusicPresetId.d.ts → dist/serialization/types/BackgroundSoundPresetId.d.ts} +2 -2
  1737. package/{serialization/types/BackgroundMusicPresetId.js → dist/serialization/types/BackgroundSoundPresetId.js} +2 -2
  1738. package/dist/serialization/types/BackgroundSoundSourceType.d.ts +7 -0
  1739. package/{serialization/types/BackgroundMusicSourceType.js → dist/serialization/types/BackgroundSoundSourceType.js} +2 -2
  1740. package/dist/serialization/types/BaseTurnConfig.d.ts +2 -0
  1741. package/dist/serialization/types/BaseTurnConfig.js +2 -0
  1742. package/dist/serialization/types/ChapterContentBlockTtsNodeResponseModel.d.ts +2 -1
  1743. package/dist/serialization/types/ChapterContentBlockTtsNodeResponseModel.js +2 -1
  1744. package/dist/serialization/types/ClosePayload.d.ts +9 -0
  1745. package/{serialization/types/LoadProcedureToolErrorStatus.js → dist/serialization/types/ClosePayload.js} +4 -2
  1746. package/dist/serialization/types/CodeToolContextVariable.d.ts +10 -0
  1747. package/dist/serialization/types/CodeToolContextVariable.js +42 -0
  1748. package/dist/serialization/types/CompositionPlan.d.ts +10 -0
  1749. package/dist/serialization/types/CompositionPlan.js +42 -0
  1750. package/dist/serialization/types/CompositionPlanChunksItem.d.ts +9 -0
  1751. package/dist/serialization/types/CompositionPlanChunksItem.js +41 -0
  1752. package/dist/serialization/types/ConstantSchemaOverrideConstantValue.d.ts +2 -1
  1753. package/dist/serialization/types/ConstantSchemaOverrideConstantValue.js +2 -0
  1754. package/dist/serialization/types/ConstantSchemaOverrideConstantValueFourItem.d.ts +7 -0
  1755. package/dist/serialization/types/ConstantSchemaOverrideConstantValueFourItem.js +44 -0
  1756. package/dist/serialization/types/ConversationInitiationClientDataInternal.d.ts +1 -1
  1757. package/dist/serialization/types/ConversationInitiationClientDataInternal.js +1 -1
  1758. package/dist/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
  1759. package/dist/serialization/types/ConversationInitiationClientDataRequestInput.js +1 -1
  1760. package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
  1761. package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.js +1 -1
  1762. package/dist/serialization/types/ConversationSimulationSpecification.d.ts +1 -1
  1763. package/dist/serialization/types/ConversationSimulationSpecification.js +1 -1
  1764. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  1765. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +1 -1
  1766. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  1767. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +1 -1
  1768. package/dist/serialization/types/CreateResponseUnitTestRequest.d.ts +1 -1
  1769. package/dist/serialization/types/CreateResponseUnitTestRequest.js +1 -1
  1770. package/dist/serialization/types/CreateSimulationTestRequest.d.ts +1 -1
  1771. package/dist/serialization/types/CreateSimulationTestRequest.js +1 -1
  1772. package/dist/serialization/types/CreateToolCallUnitTestRequest.d.ts +1 -1
  1773. package/dist/serialization/types/CreateToolCallUnitTestRequest.js +1 -1
  1774. package/dist/serialization/types/CustomGuardrailConfig.d.ts +3 -0
  1775. package/dist/serialization/types/CustomGuardrailConfig.js +3 -0
  1776. package/dist/serialization/types/CustomGuardrailConfigModel.d.ts +7 -0
  1777. package/dist/serialization/types/CustomGuardrailConfigModel.js +48 -0
  1778. package/dist/serialization/types/DetailedMusicResponse.d.ts +2 -2
  1779. package/dist/serialization/types/DetailedMusicResponse.js +2 -2
  1780. package/dist/serialization/types/DetailedMusicResponseCompositionPlan.d.ts +9 -0
  1781. package/dist/serialization/types/DetailedMusicResponseCompositionPlan.js +41 -0
  1782. package/dist/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -0
  1783. package/dist/serialization/types/DirectPublishingReadResponseModel.js +1 -0
  1784. package/dist/serialization/types/DynamicVariablesConfigInput.d.ts +1 -1
  1785. package/dist/serialization/types/DynamicVariablesConfigInput.js +1 -1
  1786. package/dist/serialization/types/DynamicVariablesConfigOutput.d.ts +1 -1
  1787. package/dist/serialization/types/DynamicVariablesConfigOutput.js +1 -1
  1788. package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +1 -1
  1789. package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.js +1 -1
  1790. package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +1 -1
  1791. package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.js +1 -1
  1792. package/dist/serialization/types/Eagerness.d.ts +7 -0
  1793. package/dist/serialization/types/Eagerness.js +39 -0
  1794. package/dist/serialization/types/EndProcedureToolConfigInput.d.ts +10 -0
  1795. package/{serialization/types/LoadProcedureToolConfigInput.js → dist/serialization/types/EndProcedureToolConfigInput.js} +4 -4
  1796. package/dist/serialization/types/EndProcedureToolConfigOutput.d.ts +10 -0
  1797. package/dist/serialization/types/EndProcedureToolConfigOutput.js +42 -0
  1798. package/dist/serialization/types/EndProcedureToolErrorStatus.d.ts +7 -0
  1799. package/dist/serialization/types/EndProcedureToolErrorStatus.js +39 -0
  1800. package/dist/serialization/types/EntryBehavior.d.ts +7 -0
  1801. package/dist/serialization/types/EntryBehavior.js +39 -0
  1802. package/dist/serialization/types/ErrorPayload.d.ts +10 -0
  1803. package/dist/serialization/types/ErrorPayload.js +42 -0
  1804. package/dist/serialization/types/ExternalFileSyncInfo.d.ts +16 -0
  1805. package/dist/serialization/types/ExternalFileSyncInfo.js +48 -0
  1806. package/dist/serialization/types/ExternalFolderSyncInfo.d.ts +15 -0
  1807. package/dist/serialization/types/ExternalFolderSyncInfo.js +47 -0
  1808. package/dist/serialization/types/ExternalSyncType.d.ts +7 -0
  1809. package/dist/serialization/types/ExternalSyncType.js +39 -0
  1810. package/dist/serialization/types/FineTuningResponse.d.ts +2 -2
  1811. package/dist/serialization/types/FineTuningResponse.js +2 -2
  1812. package/dist/serialization/types/GenerationChunk.d.ts +18 -0
  1813. package/dist/serialization/types/GenerationChunk.js +50 -0
  1814. package/dist/serialization/types/GenerationChunkConditionStrength.d.ts +7 -0
  1815. package/dist/serialization/types/GenerationChunkConditionStrength.js +39 -0
  1816. package/dist/serialization/types/GenerationChunkContextAdherence.d.ts +7 -0
  1817. package/dist/serialization/types/GenerationChunkContextAdherence.js +39 -0
  1818. package/dist/serialization/types/GetConversationResponseModel.d.ts +1 -0
  1819. package/dist/serialization/types/GetConversationResponseModel.js +1 -0
  1820. package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +3 -0
  1821. package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.js +3 -0
  1822. package/dist/serialization/types/GetKnowledgeBaseFolderResponseModel.d.ts +3 -0
  1823. package/dist/serialization/types/GetKnowledgeBaseFolderResponseModel.js +3 -0
  1824. package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +3 -0
  1825. package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +3 -0
  1826. package/dist/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +3 -0
  1827. package/dist/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.js +3 -0
  1828. package/dist/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +2 -0
  1829. package/dist/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.js +2 -0
  1830. package/dist/serialization/types/GetResponseUnitTestResponseModel.d.ts +1 -1
  1831. package/dist/serialization/types/GetResponseUnitTestResponseModel.js +1 -1
  1832. package/dist/serialization/types/GetSimulationTestResponseModel.d.ts +1 -1
  1833. package/dist/serialization/types/GetSimulationTestResponseModel.js +1 -1
  1834. package/dist/serialization/types/GetToolCallUnitTestResponseModel.d.ts +1 -1
  1835. package/dist/serialization/types/GetToolCallUnitTestResponseModel.js +1 -1
  1836. package/dist/serialization/types/InitPayload.d.ts +10 -0
  1837. package/dist/serialization/types/InitPayload.js +42 -0
  1838. package/dist/serialization/types/InteractionBudget.d.ts +1 -1
  1839. package/dist/serialization/types/InteractionBudget.js +1 -1
  1840. package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
  1841. package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
  1842. package/dist/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
  1843. package/dist/serialization/types/LiteralJsonSchemaProperty.js +1 -0
  1844. package/dist/serialization/types/LoadMemoryEntryToolErrorStatus.d.ts +7 -0
  1845. package/dist/serialization/types/LoadMemoryEntryToolErrorStatus.js +39 -0
  1846. package/dist/serialization/types/LoadableMemoryEntry.d.ts +11 -0
  1847. package/dist/serialization/types/LoadableMemoryEntry.js +43 -0
  1848. package/dist/serialization/types/McpToolConfigOverrideInput.d.ts +1 -1
  1849. package/dist/serialization/types/McpToolConfigOverrideInput.js +1 -1
  1850. package/dist/serialization/types/McpToolConfigOverrideInputInputOverridesValue.d.ts +5 -1
  1851. package/dist/serialization/types/McpToolConfigOverrideInputInputOverridesValue.js +2 -0
  1852. package/dist/serialization/types/McpToolConfigOverrideOutput.d.ts +1 -1
  1853. package/dist/serialization/types/McpToolConfigOverrideOutput.js +1 -1
  1854. package/dist/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +5 -1
  1855. package/dist/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.js +2 -0
  1856. package/dist/serialization/types/MediaCodec.d.ts +7 -0
  1857. package/dist/serialization/types/MediaCodec.js +39 -0
  1858. package/dist/serialization/types/MusicUploadResponse.d.ts +4 -2
  1859. package/dist/serialization/types/MusicUploadResponse.js +4 -2
  1860. package/dist/serialization/types/MusicUploadResponseCompositionPlan.d.ts +9 -0
  1861. package/dist/serialization/types/MusicUploadResponseCompositionPlan.js +41 -0
  1862. package/dist/serialization/types/OmitSchemaOverride.d.ts +7 -0
  1863. package/dist/serialization/types/OmitSchemaOverride.js +39 -0
  1864. package/dist/serialization/types/OpenAiAudioConfig.d.ts +12 -0
  1865. package/dist/serialization/types/OpenAiAudioConfig.js +44 -0
  1866. package/dist/serialization/types/OpenAiAudioInputConfig.d.ts +12 -0
  1867. package/dist/serialization/types/OpenAiAudioInputConfig.js +44 -0
  1868. package/dist/serialization/types/OpenAiAudioInputFormat.d.ts +11 -0
  1869. package/dist/serialization/types/OpenAiAudioInputFormat.js +43 -0
  1870. package/dist/serialization/types/OpenAiAudioOutputConfig.d.ts +11 -0
  1871. package/dist/serialization/types/OpenAiAudioOutputConfig.js +43 -0
  1872. package/dist/serialization/types/OpenAiAudioOutputFormat.d.ts +10 -0
  1873. package/dist/serialization/types/OpenAiAudioOutputFormat.js +42 -0
  1874. package/dist/serialization/types/OpenAiFunctionTool.d.ts +11 -0
  1875. package/dist/serialization/types/OpenAiFunctionTool.js +43 -0
  1876. package/dist/serialization/types/OpenAiSessionConfig.d.ts +22 -0
  1877. package/dist/serialization/types/OpenAiSessionConfig.js +54 -0
  1878. package/dist/serialization/types/OpenAiSessionConfigMaxResponseOutputTokens.d.ts +7 -0
  1879. package/dist/serialization/types/OpenAiSessionConfigMaxResponseOutputTokens.js +39 -0
  1880. package/dist/serialization/types/OpenAiSessionConfigToolChoice.d.ts +8 -0
  1881. package/dist/serialization/types/OpenAiSessionConfigToolChoice.js +40 -0
  1882. package/dist/serialization/types/OpenAiSessionConfigToolsItem.d.ts +15 -0
  1883. package/dist/serialization/types/OpenAiSessionConfigToolsItem.js +49 -0
  1884. package/dist/serialization/types/OpenAiToolChoiceFunction.d.ts +11 -0
  1885. package/dist/serialization/types/OpenAiToolChoiceFunction.js +43 -0
  1886. package/dist/serialization/types/OpenAiToolChoiceFunctionInner.d.ts +9 -0
  1887. package/dist/serialization/types/OpenAiToolChoiceFunctionInner.js +41 -0
  1888. package/dist/serialization/types/OpenAiTurnDetection.d.ts +17 -0
  1889. package/dist/serialization/types/OpenAiTurnDetection.js +49 -0
  1890. package/dist/serialization/types/OpenAimcpTool.d.ts +14 -0
  1891. package/dist/serialization/types/OpenAimcpTool.js +46 -0
  1892. package/dist/serialization/types/OpenAimcpToolRequireApproval.d.ts +7 -0
  1893. package/dist/serialization/types/OpenAimcpToolRequireApproval.js +39 -0
  1894. package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +2 -0
  1895. package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.js +2 -0
  1896. package/dist/serialization/types/PingPayload.d.ts +9 -0
  1897. package/dist/serialization/types/PingPayload.js +41 -0
  1898. package/dist/serialization/types/PongPayload.d.ts +9 -0
  1899. package/dist/serialization/types/PongPayload.js +41 -0
  1900. package/dist/serialization/types/{ProcedureAtVersion.d.ts → ProcedureAtVersionInput.d.ts} +4 -2
  1901. package/dist/serialization/types/{ProcedureAtVersion.js → ProcedureAtVersionInput.js} +4 -2
  1902. package/dist/serialization/types/ProcedureAtVersionOutput.d.ts +17 -0
  1903. package/dist/serialization/types/ProcedureAtVersionOutput.js +49 -0
  1904. package/dist/serialization/types/ProjectExtendedResponse.d.ts +5 -3
  1905. package/dist/serialization/types/ProjectExtendedResponse.js +5 -3
  1906. package/dist/serialization/types/ProjectResponse.d.ts +5 -3
  1907. package/dist/serialization/types/ProjectResponse.js +5 -3
  1908. package/dist/serialization/types/ProjectVoiceResponseModel.d.ts +1 -0
  1909. package/dist/serialization/types/ProjectVoiceResponseModel.js +1 -0
  1910. package/dist/serialization/types/RealtimeConfigSnapshot.d.ts +22 -0
  1911. package/dist/serialization/types/RealtimeConfigSnapshot.js +54 -0
  1912. package/dist/serialization/types/RealtimeConfigSnapshotParents.d.ts +9 -0
  1913. package/dist/serialization/types/RealtimeConfigSnapshotParents.js +41 -0
  1914. package/dist/serialization/types/ResponseUnitTestModel.d.ts +1 -1
  1915. package/dist/serialization/types/ResponseUnitTestModel.js +1 -1
  1916. package/dist/serialization/types/ReviewResponseModel.d.ts +1 -1
  1917. package/dist/serialization/types/ReviewResponseModel.js +1 -1
  1918. package/{serialization/types/SafetyCommonModel.d.ts → dist/serialization/types/SafetyCommonModelInput.d.ts} +2 -2
  1919. package/{serialization/types/SafetyCommonModel.js → dist/serialization/types/SafetyCommonModelInput.js} +2 -2
  1920. package/dist/serialization/types/SafetyCommonModelOutput.d.ts +11 -0
  1921. package/dist/serialization/types/SafetyCommonModelOutput.js +43 -0
  1922. package/dist/serialization/types/SimulationTestModel.d.ts +1 -1
  1923. package/dist/serialization/types/SimulationTestModel.js +1 -1
  1924. package/dist/serialization/types/SoftTimeoutConfig.d.ts +2 -0
  1925. package/dist/serialization/types/SoftTimeoutConfig.js +2 -0
  1926. package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -0
  1927. package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.js +2 -0
  1928. package/dist/serialization/types/SongSourceContext.d.ts +1 -0
  1929. package/dist/serialization/types/SongSourceContext.js +1 -0
  1930. package/dist/serialization/types/SpeakerSeparationResponseModel.d.ts +1 -1
  1931. package/dist/serialization/types/SpeakerSeparationResponseModel.js +1 -1
  1932. package/dist/serialization/types/SpeechHistoryItemResponseModelSource.d.ts +1 -1
  1933. package/dist/serialization/types/SpeechHistoryItemResponseModelSource.js +1 -0
  1934. package/dist/serialization/types/StartProcedureToolConfigInput.d.ts +10 -0
  1935. package/dist/serialization/types/{LoadProcedureToolConfigOutput.js → StartProcedureToolConfigInput.js} +4 -4
  1936. package/dist/serialization/types/StartProcedureToolConfigOutput.d.ts +10 -0
  1937. package/dist/serialization/types/StartProcedureToolConfigOutput.js +42 -0
  1938. package/dist/serialization/types/StartProcedureToolErrorStatus.d.ts +7 -0
  1939. package/dist/serialization/types/{Monitor.js → StartProcedureToolErrorStatus.js} +2 -2
  1940. package/dist/serialization/types/SubmitBusinessInfoParams.d.ts +9 -0
  1941. package/dist/serialization/types/SubmitBusinessInfoParams.js +41 -0
  1942. package/dist/serialization/types/SystemToolConfigInputParams.d.ts +9 -5
  1943. package/dist/serialization/types/SystemToolConfigInputParams.js +4 -2
  1944. package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +9 -5
  1945. package/dist/serialization/types/SystemToolConfigOutputParams.js +4 -2
  1946. package/dist/serialization/types/TextToDialogueWebsocketClientMessage.d.ts +2 -1
  1947. package/dist/serialization/types/TextToDialogueWebsocketClientMessage.js +2 -1
  1948. package/dist/serialization/types/TextToDialogueWebsocketFinalAudioForTurn.d.ts +9 -0
  1949. package/dist/serialization/types/TextToDialogueWebsocketFinalAudioForTurn.js +41 -0
  1950. package/dist/serialization/types/TextToDialogueWebsocketVoiceSettings.d.ts +9 -0
  1951. package/dist/serialization/types/TextToDialogueWebsocketVoiceSettings.js +41 -0
  1952. package/dist/serialization/types/ToolCallUnitTestModel.d.ts +1 -1
  1953. package/dist/serialization/types/ToolCallUnitTestModel.js +1 -1
  1954. package/dist/serialization/types/TranscriptMessage.d.ts +11 -0
  1955. package/dist/serialization/types/TranscriptMessage.js +43 -0
  1956. package/dist/serialization/types/TranscriptMessageRole.d.ts +7 -0
  1957. package/dist/serialization/types/TranscriptMessageRole.js +39 -0
  1958. package/dist/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +1 -0
  1959. package/dist/serialization/types/TransferToAgentToolResultSuccessModel.js +1 -0
  1960. package/dist/serialization/types/TransferToNumberResultExotelSuccessModel.d.ts +1 -0
  1961. package/dist/serialization/types/TransferToNumberResultExotelSuccessModel.js +1 -0
  1962. package/dist/serialization/types/TtsConversationalConfigInput.d.ts +1 -0
  1963. package/dist/serialization/types/TtsConversationalConfigInput.js +1 -0
  1964. package/dist/serialization/types/TtsConversationalConfigOutput.d.ts +1 -0
  1965. package/dist/serialization/types/TtsConversationalConfigOutput.js +1 -0
  1966. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +1 -0
  1967. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +1 -0
  1968. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +1 -0
  1969. package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +1 -0
  1970. package/dist/serialization/types/TurnConfig.d.ts +2 -0
  1971. package/dist/serialization/types/TurnConfig.js +2 -0
  1972. package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -0
  1973. package/dist/serialization/types/TurnConfigWorkflowOverride.js +2 -0
  1974. package/dist/serialization/types/TurnDetectionType.d.ts +7 -0
  1975. package/dist/serialization/types/TurnDetectionType.js +39 -0
  1976. package/dist/serialization/types/UpdateBookingPageAppearanceParams.d.ts +9 -0
  1977. package/dist/serialization/types/UpdateBookingPageAppearanceParams.js +41 -0
  1978. package/dist/serialization/types/UpdateOAuth2ClientCredsRequest.d.ts +2 -2
  1979. package/dist/serialization/types/UpdateOAuth2ClientCredsRequest.js +2 -2
  1980. package/dist/serialization/types/UpdateOAuth2JwtRequest.d.ts +1 -1
  1981. package/dist/serialization/types/UpdateOAuth2JwtRequest.js +1 -1
  1982. package/dist/serialization/types/UpdateResponseUnitTestRequest.d.ts +1 -1
  1983. package/dist/serialization/types/UpdateResponseUnitTestRequest.js +1 -1
  1984. package/dist/serialization/types/UpdateSimulationTestRequest.d.ts +1 -1
  1985. package/dist/serialization/types/UpdateSimulationTestRequest.js +1 -1
  1986. package/dist/serialization/types/UpdateToolCallUnitTestRequest.d.ts +1 -1
  1987. package/dist/serialization/types/UpdateToolCallUnitTestRequest.js +1 -1
  1988. package/dist/serialization/types/UrlSecretAuthResponse.d.ts +13 -0
  1989. package/dist/serialization/types/{AgentAlertingWebhookNotifier.js → UrlSecretAuthResponse.js} +7 -5
  1990. package/dist/serialization/types/UserTranscriptPayload.d.ts +12 -0
  1991. package/dist/serialization/types/UserTranscriptPayload.js +44 -0
  1992. package/dist/serialization/types/VoiceStatisticsResponseModel.d.ts +2 -1
  1993. package/dist/serialization/types/VoiceStatisticsResponseModel.js +2 -1
  1994. package/dist/serialization/types/WebhookHmacSettings.d.ts +1 -1
  1995. package/dist/serialization/types/WebhookHmacSettings.js +1 -1
  1996. package/dist/serialization/types/WebhookUsageType.d.ts +1 -1
  1997. package/dist/serialization/types/WebhookUsageType.js +1 -0
  1998. package/dist/serialization/types/WorkflowOverrideAgentNodeModelInput.d.ts +2 -0
  1999. package/dist/serialization/types/WorkflowOverrideAgentNodeModelInput.js +2 -0
  2000. package/dist/serialization/types/WorkflowOverrideAgentNodeModelOutput.d.ts +2 -0
  2001. package/dist/serialization/types/WorkflowOverrideAgentNodeModelOutput.js +2 -0
  2002. package/dist/serialization/types/WorkflowStandaloneAgentNodeModelInput.d.ts +1 -0
  2003. package/dist/serialization/types/WorkflowStandaloneAgentNodeModelInput.js +1 -0
  2004. package/dist/serialization/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +1 -0
  2005. package/dist/serialization/types/WorkflowStandaloneAgentNodeModelOutput.js +1 -0
  2006. package/dist/serialization/types/index.d.ts +70 -13
  2007. package/dist/serialization/types/index.js +70 -13
  2008. package/dist/version.d.ts +1 -1
  2009. package/dist/version.js +1 -1
  2010. package/environments.d.ts +2 -1
  2011. package/environments.js +1 -0
  2012. package/errors/ElevenLabsError.d.ts +3 -1
  2013. package/errors/ElevenLabsError.js +4 -1
  2014. package/errors/ElevenLabsTimeoutError.d.ts +4 -1
  2015. package/errors/ElevenLabsTimeoutError.js +4 -1
  2016. package/errors/handleNonStatusCodeError.js +4 -1
  2017. package/package.json +11 -7
  2018. package/reference.md +177 -84
  2019. package/serialization/resources/conversationalAi/resources/conversations/resources/analysis/client/index.d.ts +1 -0
  2020. package/serialization/resources/conversationalAi/resources/conversations/resources/analysis/client/index.js +17 -0
  2021. package/serialization/resources/conversationalAi/resources/conversations/resources/analysis/client/requests/RunConversationEvaluationsRequest.d.ts +11 -0
  2022. package/serialization/resources/conversationalAi/resources/conversations/resources/analysis/client/requests/RunConversationEvaluationsRequest.js +43 -0
  2023. package/serialization/resources/conversationalAi/resources/conversations/resources/analysis/client/requests/index.d.ts +1 -0
  2024. package/serialization/resources/conversationalAi/resources/conversations/resources/analysis/client/requests/index.js +5 -0
  2025. package/serialization/resources/conversationalAi/resources/conversations/resources/analysis/index.d.ts +1 -0
  2026. package/serialization/resources/conversationalAi/resources/conversations/resources/analysis/index.js +17 -0
  2027. package/serialization/resources/conversationalAi/resources/conversations/resources/index.d.ts +2 -0
  2028. package/serialization/resources/conversationalAi/resources/conversations/resources/index.js +3 -1
  2029. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
  2030. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +1 -1
  2031. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +1 -1
  2032. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +1 -1
  2033. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +1 -1
  2034. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +1 -1
  2035. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +5 -1
  2036. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.js +2 -0
  2037. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +5 -1
  2038. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.js +2 -0
  2039. package/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +1 -1
  2040. package/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.js +1 -3
  2041. package/serialization/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.d.ts +1 -1
  2042. package/serialization/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.js +1 -1
  2043. package/serialization/resources/history/types/HistoryListRequestSource.d.ts +1 -1
  2044. package/serialization/resources/history/types/HistoryListRequestSource.js +1 -1
  2045. package/serialization/resources/index.d.ts +2 -0
  2046. package/serialization/resources/index.js +3 -1
  2047. package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +4 -3
  2048. package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +4 -3
  2049. package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +4 -3
  2050. package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +4 -3
  2051. package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +4 -3
  2052. package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +4 -3
  2053. package/serialization/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +4 -3
  2054. package/serialization/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.js +4 -3
  2055. package/serialization/resources/music/resources/compositionPlan/index.d.ts +1 -0
  2056. package/serialization/resources/music/resources/compositionPlan/index.js +1 -0
  2057. package/serialization/resources/music/resources/compositionPlan/types/BodyGenerateCompositionPlanV1MusicPlanPostModelId.d.ts +7 -0
  2058. package/serialization/resources/music/resources/compositionPlan/types/BodyGenerateCompositionPlanV1MusicPlanPostModelId.js +39 -0
  2059. package/serialization/resources/music/resources/compositionPlan/types/BodyGenerateCompositionPlanV1MusicPlanPostSourceCompositionPlan.d.ts +9 -0
  2060. package/serialization/resources/music/resources/compositionPlan/types/BodyGenerateCompositionPlanV1MusicPlanPostSourceCompositionPlan.js +41 -0
  2061. package/serialization/resources/music/resources/compositionPlan/types/CompositionPlanCreateResponse.d.ts +9 -0
  2062. package/serialization/resources/music/resources/compositionPlan/types/CompositionPlanCreateResponse.js +41 -0
  2063. package/serialization/resources/music/resources/compositionPlan/types/index.d.ts +3 -0
  2064. package/serialization/resources/music/resources/compositionPlan/types/index.js +19 -0
  2065. package/serialization/resources/music/resources/index.d.ts +1 -0
  2066. package/serialization/resources/music/resources/index.js +1 -0
  2067. package/serialization/resources/music/types/BodyComposeMusicV1MusicPostCompositionPlan.d.ts +9 -0
  2068. package/serialization/resources/music/types/BodyComposeMusicV1MusicPostCompositionPlan.js +41 -0
  2069. package/serialization/resources/music/types/BodyComposeMusicV1MusicPostModelId.d.ts +7 -0
  2070. package/serialization/resources/music/types/BodyComposeMusicV1MusicPostModelId.js +39 -0
  2071. package/serialization/resources/music/types/BodyComposeMusicWithADetailedResponseV1MusicDetailedPostCompositionPlan.d.ts +9 -0
  2072. package/serialization/resources/music/types/BodyComposeMusicWithADetailedResponseV1MusicDetailedPostCompositionPlan.js +41 -0
  2073. package/serialization/resources/music/types/BodyComposeMusicWithADetailedResponseV1MusicDetailedPostModelId.d.ts +7 -0
  2074. package/serialization/resources/music/types/BodyComposeMusicWithADetailedResponseV1MusicDetailedPostModelId.js +39 -0
  2075. package/serialization/resources/music/types/BodyStreamComposedMusicV1MusicStreamPostCompositionPlan.d.ts +9 -0
  2076. package/serialization/resources/music/types/BodyStreamComposedMusicV1MusicStreamPostCompositionPlan.js +41 -0
  2077. package/serialization/resources/music/types/BodyStreamComposedMusicV1MusicStreamPostModelId.d.ts +7 -0
  2078. package/serialization/resources/music/types/BodyStreamComposedMusicV1MusicStreamPostModelId.js +39 -0
  2079. package/serialization/resources/music/types/MusicVideoToMusicRequestModelId.d.ts +7 -0
  2080. package/serialization/resources/music/types/MusicVideoToMusicRequestModelId.js +39 -0
  2081. package/serialization/resources/music/types/index.d.ts +7 -0
  2082. package/serialization/resources/music/types/index.js +7 -0
  2083. package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +6 -4
  2084. package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.js +6 -4
  2085. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchCharacterLimit.d.ts +7 -0
  2086. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchCharacterLimit.js +42 -0
  2087. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchIsEnabled.d.ts +7 -0
  2088. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchIsEnabled.js +42 -0
  2089. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
  2090. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.js +1 -0
  2091. package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -0
  2092. package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -0
  2093. package/serialization/resources/speechEngineUpstream/index.d.ts +1 -0
  2094. package/serialization/resources/speechEngineUpstream/index.js +17 -0
  2095. package/serialization/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.d.ts +12 -0
  2096. package/serialization/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.js +50 -0
  2097. package/serialization/resources/speechEngineUpstream/types/SendUpstreamMessage.d.ts +9 -0
  2098. package/serialization/resources/speechEngineUpstream/types/SendUpstreamMessage.js +41 -0
  2099. package/serialization/resources/speechEngineUpstream/types/index.d.ts +2 -0
  2100. package/serialization/resources/speechEngineUpstream/types/index.js +18 -0
  2101. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
  2102. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
  2103. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
  2104. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
  2105. package/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +1 -1
  2106. package/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.js +1 -1
  2107. package/serialization/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +2 -1
  2108. package/serialization/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.js +2 -0
  2109. package/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +1 -1
  2110. package/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.js +1 -1
  2111. package/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +1 -1
  2112. package/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.js +1 -1
  2113. package/serialization/resources/voices/types/VoicesGetSharedRequestSort.d.ts +7 -0
  2114. package/serialization/resources/voices/types/VoicesGetSharedRequestSort.js +39 -0
  2115. package/serialization/resources/voices/types/index.d.ts +1 -0
  2116. package/serialization/resources/voices/types/index.js +1 -0
  2117. package/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +1 -1
  2118. package/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.js +1 -1
  2119. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
  2120. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
  2121. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +5 -1
  2122. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +2 -0
  2123. package/serialization/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +1 -0
  2124. package/serialization/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.js +1 -0
  2125. package/serialization/types/AgentConfig.d.ts +1 -1
  2126. package/serialization/types/AgentConfig.js +1 -1
  2127. package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  2128. package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +1 -1
  2129. package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  2130. package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +1 -1
  2131. package/serialization/types/AgentResponsePayload.d.ts +12 -0
  2132. package/serialization/types/AgentResponsePayload.js +44 -0
  2133. package/serialization/types/AgentTransfer.d.ts +1 -0
  2134. package/serialization/types/AgentTransfer.js +1 -0
  2135. package/serialization/types/{AgentAlertingMonitorConfig.d.ts → AlertingMonitorConfig.d.ts} +2 -2
  2136. package/serialization/types/{AgentAlertingMonitorConfig.js → AlertingMonitorConfig.js} +2 -2
  2137. package/serialization/types/AlertingSettings.d.ts +13 -0
  2138. package/serialization/types/{AgentAlertingSettings.js → AlertingSettings.js} +6 -6
  2139. package/serialization/types/AlertingWebhookNotifier.d.ts +10 -0
  2140. package/serialization/types/AlertingWebhookNotifier.js +42 -0
  2141. package/serialization/types/AnalysisProperty.d.ts +1 -0
  2142. package/serialization/types/AnalysisProperty.js +1 -0
  2143. package/serialization/types/ApiIntegrationWebhookOverrides.d.ts +2 -2
  2144. package/serialization/types/ApiIntegrationWebhookOverrides.js +2 -2
  2145. package/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +5 -1
  2146. package/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.js +2 -0
  2147. package/serialization/types/ArrayJsonSchemaPropertyInput.d.ts +1 -0
  2148. package/serialization/types/ArrayJsonSchemaPropertyInput.js +1 -0
  2149. package/serialization/types/ArrayJsonSchemaPropertyOutput.d.ts +1 -0
  2150. package/serialization/types/ArrayJsonSchemaPropertyOutput.js +1 -0
  2151. package/serialization/types/AudioFormat.d.ts +7 -0
  2152. package/serialization/types/AudioFormat.js +39 -0
  2153. package/serialization/types/AudioRefChunk.d.ts +11 -0
  2154. package/serialization/types/AudioRefChunk.js +43 -0
  2155. package/serialization/types/BackgroundSoundConfig.d.ts +14 -0
  2156. package/{dist/serialization/types/BackgroundMusicConfig.js → serialization/types/BackgroundSoundConfig.js} +6 -6
  2157. package/serialization/types/BackgroundSoundConfigWorkflowOverride.d.ts +14 -0
  2158. package/serialization/types/{BackgroundMusicConfigWorkflowOverride.js → BackgroundSoundConfigWorkflowOverride.js} +6 -6
  2159. package/{dist/serialization/types/BackgroundMusicPresetId.d.ts → serialization/types/BackgroundSoundPresetId.d.ts} +2 -2
  2160. package/{dist/serialization/types/BackgroundMusicPresetId.js → serialization/types/BackgroundSoundPresetId.js} +2 -2
  2161. package/serialization/types/BackgroundSoundSourceType.d.ts +7 -0
  2162. package/{dist/serialization/types/BackgroundMusicSourceType.js → serialization/types/BackgroundSoundSourceType.js} +2 -2
  2163. package/serialization/types/BaseTurnConfig.d.ts +2 -0
  2164. package/serialization/types/BaseTurnConfig.js +2 -0
  2165. package/serialization/types/ChapterContentBlockTtsNodeResponseModel.d.ts +2 -1
  2166. package/serialization/types/ChapterContentBlockTtsNodeResponseModel.js +2 -1
  2167. package/serialization/types/ClosePayload.d.ts +9 -0
  2168. package/serialization/types/ClosePayload.js +41 -0
  2169. package/serialization/types/CodeToolContextVariable.d.ts +10 -0
  2170. package/serialization/types/CodeToolContextVariable.js +42 -0
  2171. package/serialization/types/CompositionPlan.d.ts +10 -0
  2172. package/serialization/types/CompositionPlan.js +42 -0
  2173. package/serialization/types/CompositionPlanChunksItem.d.ts +9 -0
  2174. package/serialization/types/CompositionPlanChunksItem.js +41 -0
  2175. package/serialization/types/ConstantSchemaOverrideConstantValue.d.ts +2 -1
  2176. package/serialization/types/ConstantSchemaOverrideConstantValue.js +2 -0
  2177. package/serialization/types/ConstantSchemaOverrideConstantValueFourItem.d.ts +7 -0
  2178. package/serialization/types/ConstantSchemaOverrideConstantValueFourItem.js +44 -0
  2179. package/serialization/types/ConversationInitiationClientDataInternal.d.ts +1 -1
  2180. package/serialization/types/ConversationInitiationClientDataInternal.js +1 -1
  2181. package/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
  2182. package/serialization/types/ConversationInitiationClientDataRequestInput.js +1 -1
  2183. package/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
  2184. package/serialization/types/ConversationInitiationClientDataRequestOutput.js +1 -1
  2185. package/serialization/types/ConversationSimulationSpecification.d.ts +1 -1
  2186. package/serialization/types/ConversationSimulationSpecification.js +1 -1
  2187. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  2188. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +1 -1
  2189. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  2190. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +1 -1
  2191. package/serialization/types/CreateResponseUnitTestRequest.d.ts +1 -1
  2192. package/serialization/types/CreateResponseUnitTestRequest.js +1 -1
  2193. package/serialization/types/CreateSimulationTestRequest.d.ts +1 -1
  2194. package/serialization/types/CreateSimulationTestRequest.js +1 -1
  2195. package/serialization/types/CreateToolCallUnitTestRequest.d.ts +1 -1
  2196. package/serialization/types/CreateToolCallUnitTestRequest.js +1 -1
  2197. package/serialization/types/CustomGuardrailConfig.d.ts +3 -0
  2198. package/serialization/types/CustomGuardrailConfig.js +3 -0
  2199. package/serialization/types/CustomGuardrailConfigModel.d.ts +7 -0
  2200. package/serialization/types/CustomGuardrailConfigModel.js +48 -0
  2201. package/serialization/types/DetailedMusicResponse.d.ts +2 -2
  2202. package/serialization/types/DetailedMusicResponse.js +2 -2
  2203. package/serialization/types/DetailedMusicResponseCompositionPlan.d.ts +9 -0
  2204. package/serialization/types/DetailedMusicResponseCompositionPlan.js +41 -0
  2205. package/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -0
  2206. package/serialization/types/DirectPublishingReadResponseModel.js +1 -0
  2207. package/serialization/types/DynamicVariablesConfigInput.d.ts +1 -1
  2208. package/serialization/types/DynamicVariablesConfigInput.js +1 -1
  2209. package/serialization/types/DynamicVariablesConfigOutput.d.ts +1 -1
  2210. package/serialization/types/DynamicVariablesConfigOutput.js +1 -1
  2211. package/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +1 -1
  2212. package/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.js +1 -1
  2213. package/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +1 -1
  2214. package/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.js +1 -1
  2215. package/serialization/types/Eagerness.d.ts +7 -0
  2216. package/serialization/types/Eagerness.js +39 -0
  2217. package/serialization/types/EndProcedureToolConfigInput.d.ts +10 -0
  2218. package/{dist/serialization/types/LoadProcedureToolConfigInput.js → serialization/types/EndProcedureToolConfigInput.js} +4 -4
  2219. package/serialization/types/EndProcedureToolConfigOutput.d.ts +10 -0
  2220. package/serialization/types/EndProcedureToolConfigOutput.js +42 -0
  2221. package/serialization/types/EndProcedureToolErrorStatus.d.ts +7 -0
  2222. package/serialization/types/EndProcedureToolErrorStatus.js +39 -0
  2223. package/serialization/types/EntryBehavior.d.ts +7 -0
  2224. package/serialization/types/EntryBehavior.js +39 -0
  2225. package/serialization/types/ErrorPayload.d.ts +10 -0
  2226. package/serialization/types/ErrorPayload.js +42 -0
  2227. package/serialization/types/ExternalFileSyncInfo.d.ts +16 -0
  2228. package/serialization/types/ExternalFileSyncInfo.js +48 -0
  2229. package/serialization/types/ExternalFolderSyncInfo.d.ts +15 -0
  2230. package/serialization/types/ExternalFolderSyncInfo.js +47 -0
  2231. package/serialization/types/ExternalSyncType.d.ts +7 -0
  2232. package/serialization/types/ExternalSyncType.js +39 -0
  2233. package/serialization/types/FineTuningResponse.d.ts +2 -2
  2234. package/serialization/types/FineTuningResponse.js +2 -2
  2235. package/serialization/types/GenerationChunk.d.ts +18 -0
  2236. package/serialization/types/GenerationChunk.js +50 -0
  2237. package/serialization/types/GenerationChunkConditionStrength.d.ts +7 -0
  2238. package/serialization/types/GenerationChunkConditionStrength.js +39 -0
  2239. package/serialization/types/GenerationChunkContextAdherence.d.ts +7 -0
  2240. package/serialization/types/GenerationChunkContextAdherence.js +39 -0
  2241. package/serialization/types/GetConversationResponseModel.d.ts +1 -0
  2242. package/serialization/types/GetConversationResponseModel.js +1 -0
  2243. package/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +3 -0
  2244. package/serialization/types/GetKnowledgeBaseFileResponseModel.js +3 -0
  2245. package/serialization/types/GetKnowledgeBaseFolderResponseModel.d.ts +3 -0
  2246. package/serialization/types/GetKnowledgeBaseFolderResponseModel.js +3 -0
  2247. package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +3 -0
  2248. package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +3 -0
  2249. package/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +3 -0
  2250. package/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.js +3 -0
  2251. package/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +2 -0
  2252. package/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.js +2 -0
  2253. package/serialization/types/GetResponseUnitTestResponseModel.d.ts +1 -1
  2254. package/serialization/types/GetResponseUnitTestResponseModel.js +1 -1
  2255. package/serialization/types/GetSimulationTestResponseModel.d.ts +1 -1
  2256. package/serialization/types/GetSimulationTestResponseModel.js +1 -1
  2257. package/serialization/types/GetToolCallUnitTestResponseModel.d.ts +1 -1
  2258. package/serialization/types/GetToolCallUnitTestResponseModel.js +1 -1
  2259. package/serialization/types/InitPayload.d.ts +10 -0
  2260. package/serialization/types/InitPayload.js +42 -0
  2261. package/serialization/types/InteractionBudget.d.ts +1 -1
  2262. package/serialization/types/InteractionBudget.js +1 -1
  2263. package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
  2264. package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
  2265. package/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
  2266. package/serialization/types/LiteralJsonSchemaProperty.js +1 -0
  2267. package/serialization/types/LoadMemoryEntryToolErrorStatus.d.ts +7 -0
  2268. package/serialization/types/LoadMemoryEntryToolErrorStatus.js +39 -0
  2269. package/serialization/types/LoadableMemoryEntry.d.ts +11 -0
  2270. package/serialization/types/LoadableMemoryEntry.js +43 -0
  2271. package/serialization/types/McpToolConfigOverrideInput.d.ts +1 -1
  2272. package/serialization/types/McpToolConfigOverrideInput.js +1 -1
  2273. package/serialization/types/McpToolConfigOverrideInputInputOverridesValue.d.ts +5 -1
  2274. package/serialization/types/McpToolConfigOverrideInputInputOverridesValue.js +2 -0
  2275. package/serialization/types/McpToolConfigOverrideOutput.d.ts +1 -1
  2276. package/serialization/types/McpToolConfigOverrideOutput.js +1 -1
  2277. package/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +5 -1
  2278. package/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.js +2 -0
  2279. package/serialization/types/MediaCodec.d.ts +7 -0
  2280. package/serialization/types/MediaCodec.js +39 -0
  2281. package/serialization/types/MusicUploadResponse.d.ts +4 -2
  2282. package/serialization/types/MusicUploadResponse.js +4 -2
  2283. package/serialization/types/MusicUploadResponseCompositionPlan.d.ts +9 -0
  2284. package/serialization/types/MusicUploadResponseCompositionPlan.js +41 -0
  2285. package/serialization/types/OmitSchemaOverride.d.ts +7 -0
  2286. package/serialization/types/OmitSchemaOverride.js +39 -0
  2287. package/serialization/types/OpenAiAudioConfig.d.ts +12 -0
  2288. package/serialization/types/OpenAiAudioConfig.js +44 -0
  2289. package/serialization/types/OpenAiAudioInputConfig.d.ts +12 -0
  2290. package/serialization/types/OpenAiAudioInputConfig.js +44 -0
  2291. package/serialization/types/OpenAiAudioInputFormat.d.ts +11 -0
  2292. package/serialization/types/OpenAiAudioInputFormat.js +43 -0
  2293. package/serialization/types/OpenAiAudioOutputConfig.d.ts +11 -0
  2294. package/serialization/types/OpenAiAudioOutputConfig.js +43 -0
  2295. package/serialization/types/OpenAiAudioOutputFormat.d.ts +10 -0
  2296. package/serialization/types/OpenAiAudioOutputFormat.js +42 -0
  2297. package/serialization/types/OpenAiFunctionTool.d.ts +11 -0
  2298. package/serialization/types/OpenAiFunctionTool.js +43 -0
  2299. package/serialization/types/OpenAiSessionConfig.d.ts +22 -0
  2300. package/serialization/types/OpenAiSessionConfig.js +54 -0
  2301. package/serialization/types/OpenAiSessionConfigMaxResponseOutputTokens.d.ts +7 -0
  2302. package/serialization/types/OpenAiSessionConfigMaxResponseOutputTokens.js +39 -0
  2303. package/serialization/types/OpenAiSessionConfigToolChoice.d.ts +8 -0
  2304. package/serialization/types/OpenAiSessionConfigToolChoice.js +40 -0
  2305. package/serialization/types/OpenAiSessionConfigToolsItem.d.ts +15 -0
  2306. package/serialization/types/OpenAiSessionConfigToolsItem.js +49 -0
  2307. package/serialization/types/OpenAiToolChoiceFunction.d.ts +11 -0
  2308. package/serialization/types/OpenAiToolChoiceFunction.js +43 -0
  2309. package/serialization/types/OpenAiToolChoiceFunctionInner.d.ts +9 -0
  2310. package/serialization/types/OpenAiToolChoiceFunctionInner.js +41 -0
  2311. package/serialization/types/OpenAiTurnDetection.d.ts +17 -0
  2312. package/serialization/types/OpenAiTurnDetection.js +49 -0
  2313. package/serialization/types/OpenAimcpTool.d.ts +14 -0
  2314. package/serialization/types/OpenAimcpTool.js +46 -0
  2315. package/serialization/types/OpenAimcpToolRequireApproval.d.ts +7 -0
  2316. package/serialization/types/OpenAimcpToolRequireApproval.js +39 -0
  2317. package/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +2 -0
  2318. package/serialization/types/OutboundSipTrunkConfigRequestModel.js +2 -0
  2319. package/serialization/types/PingPayload.d.ts +9 -0
  2320. package/serialization/types/PingPayload.js +41 -0
  2321. package/serialization/types/PongPayload.d.ts +9 -0
  2322. package/serialization/types/PongPayload.js +41 -0
  2323. package/serialization/types/{ProcedureAtVersion.d.ts → ProcedureAtVersionInput.d.ts} +4 -2
  2324. package/serialization/types/{ProcedureAtVersion.js → ProcedureAtVersionInput.js} +4 -2
  2325. package/serialization/types/ProcedureAtVersionOutput.d.ts +17 -0
  2326. package/serialization/types/ProcedureAtVersionOutput.js +49 -0
  2327. package/serialization/types/ProjectExtendedResponse.d.ts +5 -3
  2328. package/serialization/types/ProjectExtendedResponse.js +5 -3
  2329. package/serialization/types/ProjectResponse.d.ts +5 -3
  2330. package/serialization/types/ProjectResponse.js +5 -3
  2331. package/serialization/types/ProjectVoiceResponseModel.d.ts +1 -0
  2332. package/serialization/types/ProjectVoiceResponseModel.js +1 -0
  2333. package/serialization/types/RealtimeConfigSnapshot.d.ts +22 -0
  2334. package/serialization/types/RealtimeConfigSnapshot.js +54 -0
  2335. package/serialization/types/RealtimeConfigSnapshotParents.d.ts +9 -0
  2336. package/serialization/types/RealtimeConfigSnapshotParents.js +41 -0
  2337. package/serialization/types/ResponseUnitTestModel.d.ts +1 -1
  2338. package/serialization/types/ResponseUnitTestModel.js +1 -1
  2339. package/serialization/types/ReviewResponseModel.d.ts +1 -1
  2340. package/serialization/types/ReviewResponseModel.js +1 -1
  2341. package/{dist/serialization/types/SafetyCommonModel.d.ts → serialization/types/SafetyCommonModelInput.d.ts} +2 -2
  2342. package/{dist/serialization/types/SafetyCommonModel.js → serialization/types/SafetyCommonModelInput.js} +2 -2
  2343. package/serialization/types/SafetyCommonModelOutput.d.ts +11 -0
  2344. package/serialization/types/SafetyCommonModelOutput.js +43 -0
  2345. package/serialization/types/SimulationTestModel.d.ts +1 -1
  2346. package/serialization/types/SimulationTestModel.js +1 -1
  2347. package/serialization/types/SoftTimeoutConfig.d.ts +2 -0
  2348. package/serialization/types/SoftTimeoutConfig.js +2 -0
  2349. package/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -0
  2350. package/serialization/types/SoftTimeoutConfigWorkflowOverride.js +2 -0
  2351. package/serialization/types/SongSourceContext.d.ts +1 -0
  2352. package/serialization/types/SongSourceContext.js +1 -0
  2353. package/serialization/types/SpeakerSeparationResponseModel.d.ts +1 -1
  2354. package/serialization/types/SpeakerSeparationResponseModel.js +1 -1
  2355. package/serialization/types/SpeechHistoryItemResponseModelSource.d.ts +1 -1
  2356. package/serialization/types/SpeechHistoryItemResponseModelSource.js +1 -0
  2357. package/serialization/types/StartProcedureToolConfigInput.d.ts +10 -0
  2358. package/serialization/types/{LoadProcedureToolConfigOutput.js → StartProcedureToolConfigInput.js} +4 -4
  2359. package/serialization/types/StartProcedureToolConfigOutput.d.ts +10 -0
  2360. package/serialization/types/StartProcedureToolConfigOutput.js +42 -0
  2361. package/serialization/types/StartProcedureToolErrorStatus.d.ts +7 -0
  2362. package/serialization/types/StartProcedureToolErrorStatus.js +39 -0
  2363. package/serialization/types/SubmitBusinessInfoParams.d.ts +9 -0
  2364. package/serialization/types/SubmitBusinessInfoParams.js +41 -0
  2365. package/serialization/types/SystemToolConfigInputParams.d.ts +9 -5
  2366. package/serialization/types/SystemToolConfigInputParams.js +4 -2
  2367. package/serialization/types/SystemToolConfigOutputParams.d.ts +9 -5
  2368. package/serialization/types/SystemToolConfigOutputParams.js +4 -2
  2369. package/serialization/types/TextToDialogueWebsocketClientMessage.d.ts +2 -1
  2370. package/serialization/types/TextToDialogueWebsocketClientMessage.js +2 -1
  2371. package/serialization/types/TextToDialogueWebsocketFinalAudioForTurn.d.ts +9 -0
  2372. package/serialization/types/TextToDialogueWebsocketFinalAudioForTurn.js +41 -0
  2373. package/serialization/types/TextToDialogueWebsocketVoiceSettings.d.ts +9 -0
  2374. package/serialization/types/TextToDialogueWebsocketVoiceSettings.js +41 -0
  2375. package/serialization/types/ToolCallUnitTestModel.d.ts +1 -1
  2376. package/serialization/types/ToolCallUnitTestModel.js +1 -1
  2377. package/serialization/types/TranscriptMessage.d.ts +11 -0
  2378. package/serialization/types/TranscriptMessage.js +43 -0
  2379. package/serialization/types/TranscriptMessageRole.d.ts +7 -0
  2380. package/serialization/types/TranscriptMessageRole.js +39 -0
  2381. package/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +1 -0
  2382. package/serialization/types/TransferToAgentToolResultSuccessModel.js +1 -0
  2383. package/serialization/types/TransferToNumberResultExotelSuccessModel.d.ts +1 -0
  2384. package/serialization/types/TransferToNumberResultExotelSuccessModel.js +1 -0
  2385. package/serialization/types/TtsConversationalConfigInput.d.ts +1 -0
  2386. package/serialization/types/TtsConversationalConfigInput.js +1 -0
  2387. package/serialization/types/TtsConversationalConfigOutput.d.ts +1 -0
  2388. package/serialization/types/TtsConversationalConfigOutput.js +1 -0
  2389. package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +1 -0
  2390. package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +1 -0
  2391. package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +1 -0
  2392. package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +1 -0
  2393. package/serialization/types/TurnConfig.d.ts +2 -0
  2394. package/serialization/types/TurnConfig.js +2 -0
  2395. package/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -0
  2396. package/serialization/types/TurnConfigWorkflowOverride.js +2 -0
  2397. package/serialization/types/TurnDetectionType.d.ts +7 -0
  2398. package/serialization/types/TurnDetectionType.js +39 -0
  2399. package/serialization/types/UpdateBookingPageAppearanceParams.d.ts +9 -0
  2400. package/serialization/types/UpdateBookingPageAppearanceParams.js +41 -0
  2401. package/serialization/types/UpdateOAuth2ClientCredsRequest.d.ts +2 -2
  2402. package/serialization/types/UpdateOAuth2ClientCredsRequest.js +2 -2
  2403. package/serialization/types/UpdateOAuth2JwtRequest.d.ts +1 -1
  2404. package/serialization/types/UpdateOAuth2JwtRequest.js +1 -1
  2405. package/serialization/types/UpdateResponseUnitTestRequest.d.ts +1 -1
  2406. package/serialization/types/UpdateResponseUnitTestRequest.js +1 -1
  2407. package/serialization/types/UpdateSimulationTestRequest.d.ts +1 -1
  2408. package/serialization/types/UpdateSimulationTestRequest.js +1 -1
  2409. package/serialization/types/UpdateToolCallUnitTestRequest.d.ts +1 -1
  2410. package/serialization/types/UpdateToolCallUnitTestRequest.js +1 -1
  2411. package/serialization/types/UrlSecretAuthResponse.d.ts +13 -0
  2412. package/serialization/types/UrlSecretAuthResponse.js +45 -0
  2413. package/serialization/types/UserTranscriptPayload.d.ts +12 -0
  2414. package/serialization/types/UserTranscriptPayload.js +44 -0
  2415. package/serialization/types/VoiceStatisticsResponseModel.d.ts +2 -1
  2416. package/serialization/types/VoiceStatisticsResponseModel.js +2 -1
  2417. package/serialization/types/WebhookHmacSettings.d.ts +1 -1
  2418. package/serialization/types/WebhookHmacSettings.js +1 -1
  2419. package/serialization/types/WebhookUsageType.d.ts +1 -1
  2420. package/serialization/types/WebhookUsageType.js +1 -0
  2421. package/serialization/types/WorkflowOverrideAgentNodeModelInput.d.ts +2 -0
  2422. package/serialization/types/WorkflowOverrideAgentNodeModelInput.js +2 -0
  2423. package/serialization/types/WorkflowOverrideAgentNodeModelOutput.d.ts +2 -0
  2424. package/serialization/types/WorkflowOverrideAgentNodeModelOutput.js +2 -0
  2425. package/serialization/types/WorkflowStandaloneAgentNodeModelInput.d.ts +1 -0
  2426. package/serialization/types/WorkflowStandaloneAgentNodeModelInput.js +1 -0
  2427. package/serialization/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +1 -0
  2428. package/serialization/types/WorkflowStandaloneAgentNodeModelOutput.js +1 -0
  2429. package/serialization/types/index.d.ts +70 -13
  2430. package/serialization/types/index.js +70 -13
  2431. package/version.d.ts +1 -1
  2432. package/version.js +1 -1
  2433. package/api/resources/workspaces/resources/apiKeys/client/requests/ApiKeysRevokeRequest.d.ts +0 -10
  2434. package/api/types/AgentAlertingSettings.d.ts +0 -9
  2435. package/api/types/AgentAlertingWebhookNotifier.d.ts +0 -7
  2436. package/api/types/BackgroundMusicConfig.d.ts +0 -11
  2437. package/api/types/BackgroundMusicConfigWorkflowOverride.d.ts +0 -11
  2438. package/api/types/BackgroundMusicSourceType.d.ts +0 -4
  2439. package/api/types/LoadProcedureToolConfigInput.d.ts +0 -4
  2440. package/api/types/LoadProcedureToolConfigOutput.d.ts +0 -4
  2441. package/api/types/LoadProcedureToolErrorStatus.d.ts +0 -5
  2442. package/api/types/Monitor.d.ts +0 -6
  2443. package/api/types/Monitor.js +0 -9
  2444. package/dist/api/resources/workspaces/resources/apiKeys/client/requests/ApiKeysRevokeRequest.d.ts +0 -10
  2445. package/dist/api/types/AgentAlertingSettings.d.ts +0 -9
  2446. package/dist/api/types/AgentAlertingWebhookNotifier.d.ts +0 -7
  2447. package/dist/api/types/BackgroundMusicConfig.d.ts +0 -11
  2448. package/dist/api/types/BackgroundMusicConfigWorkflowOverride.d.ts +0 -11
  2449. package/dist/api/types/BackgroundMusicSourceType.d.ts +0 -4
  2450. package/dist/api/types/LoadProcedureToolConfigInput.d.ts +0 -4
  2451. package/dist/api/types/LoadProcedureToolConfigOutput.d.ts +0 -4
  2452. package/dist/api/types/LoadProcedureToolErrorStatus.d.ts +0 -5
  2453. package/dist/api/types/Monitor.d.ts +0 -6
  2454. package/dist/api/types/Monitor.js +0 -9
  2455. package/dist/serialization/types/AgentAlertingSettings.d.ts +0 -13
  2456. package/dist/serialization/types/AgentAlertingWebhookNotifier.d.ts +0 -11
  2457. package/dist/serialization/types/BackgroundMusicConfig.d.ts +0 -14
  2458. package/dist/serialization/types/BackgroundMusicConfigWorkflowOverride.d.ts +0 -14
  2459. package/dist/serialization/types/BackgroundMusicSourceType.d.ts +0 -7
  2460. package/dist/serialization/types/LoadProcedureToolConfigInput.d.ts +0 -10
  2461. package/dist/serialization/types/LoadProcedureToolConfigOutput.d.ts +0 -10
  2462. package/dist/serialization/types/LoadProcedureToolErrorStatus.d.ts +0 -7
  2463. package/dist/serialization/types/Monitor.d.ts +0 -7
  2464. package/serialization/types/AgentAlertingSettings.d.ts +0 -13
  2465. package/serialization/types/AgentAlertingWebhookNotifier.d.ts +0 -11
  2466. package/serialization/types/AgentAlertingWebhookNotifier.js +0 -43
  2467. package/serialization/types/BackgroundMusicConfig.d.ts +0 -14
  2468. package/serialization/types/BackgroundMusicConfigWorkflowOverride.d.ts +0 -14
  2469. package/serialization/types/BackgroundMusicSourceType.d.ts +0 -7
  2470. package/serialization/types/LoadProcedureToolConfigInput.d.ts +0 -10
  2471. package/serialization/types/LoadProcedureToolConfigOutput.d.ts +0 -10
  2472. package/serialization/types/LoadProcedureToolErrorStatus.d.ts +0 -7
  2473. package/serialization/types/Monitor.d.ts +0 -7
  2474. package/serialization/types/Monitor.js +0 -39
  2475. /package/api/resources/{workspaces/resources/apiKeys/client/requests/ApiKeysRevokeRequest.js → conversationalAi/resources/conversations/resources/analysis/client/requests/RunConversationEvaluationsRequest.js} +0 -0
  2476. /package/api/{types/AgentAlertingMonitorConfig.js → resources/conversationalAi/resources/phoneNumbers/client/requests/PhoneNumbersListRequest.js} +0 -0
  2477. /package/api/{types/AgentAlertingSettings.js → resources/conversationalAi/resources/whatsappAccounts/client/requests/WhatsappAccountsListRequest.js} +0 -0
  2478. /package/api/{types/AgentAlertingWebhookNotifier.js → resources/music/resources/compositionPlan/types/BodyGenerateCompositionPlanV1MusicPlanPostSourceCompositionPlan.js} +0 -0
  2479. /package/api/{types/BackgroundMusicConfig.js → resources/music/resources/compositionPlan/types/CompositionPlanCreateResponse.js} +0 -0
  2480. /package/api/{types/BackgroundMusicConfigWorkflowOverride.js → resources/music/types/BodyComposeMusicV1MusicPostCompositionPlan.js} +0 -0
  2481. /package/api/{types/BackgroundMusicSourceType.js → resources/music/types/BodyComposeMusicWithADetailedResponseV1MusicDetailedPostCompositionPlan.js} +0 -0
  2482. /package/api/{types/LoadProcedureToolConfigInput.js → resources/music/types/BodyStreamComposedMusicV1MusicStreamPostCompositionPlan.js} +0 -0
  2483. /package/api/{types/LoadProcedureToolConfigOutput.js → resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchCharacterLimit.js} +0 -0
  2484. /package/api/{types/ProcedureAtVersion.js → resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchIsEnabled.js} +0 -0
  2485. /package/api/{types/SafetyCommonModel.js → resources/speechEngineUpstream/types/ReceiveUpstreamMessage.js} +0 -0
  2486. /package/{dist/api/resources/workspaces/resources/apiKeys/client/requests/ApiKeysRevokeRequest.js → api/resources/speechEngineUpstream/types/SendUpstreamMessage.js} +0 -0
  2487. /package/{dist/api/types/AgentAlertingMonitorConfig.js → api/resources/workspaces/resources/apiKeys/client/requests/ApiKeysDisableRequest.js} +0 -0
  2488. /package/{dist/api/types/AgentAlertingSettings.js → api/types/AgentResponsePayload.js} +0 -0
  2489. /package/{dist/api/types/AgentAlertingWebhookNotifier.js → api/types/AlertingMonitorConfig.js} +0 -0
  2490. /package/{dist/api/types/BackgroundMusicConfig.js → api/types/AlertingSettings.js} +0 -0
  2491. /package/{dist/api/types/BackgroundMusicConfigWorkflowOverride.js → api/types/AlertingWebhookNotifier.js} +0 -0
  2492. /package/{dist/api/types/BackgroundMusicSourceType.js → api/types/AudioRefChunk.js} +0 -0
  2493. /package/{dist/api/types/LoadProcedureToolConfigInput.js → api/types/BackgroundSoundConfig.js} +0 -0
  2494. /package/{dist/api/types/LoadProcedureToolConfigOutput.js → api/types/BackgroundSoundConfigWorkflowOverride.js} +0 -0
  2495. /package/{dist/api/types/ProcedureAtVersion.js → api/types/BackgroundSoundSourceType.js} +0 -0
  2496. /package/{dist/api/types/SafetyCommonModel.js → api/types/ClosePayload.js} +0 -0
@@ -6,7 +6,9 @@ export declare namespace SoftTimeoutConfigWorkflowOverride {
6
6
  interface Raw {
7
7
  timeout_seconds?: number | null;
8
8
  message?: string | null;
9
+ additional_soft_timeout_messages?: string[] | null;
9
10
  use_llm_generated_message?: boolean | null;
11
+ max_soft_timeouts_per_generation?: number | null;
10
12
  llm_generated_message_prompt_override?: string | null;
11
13
  }
12
14
  }
@@ -39,6 +39,8 @@ const core = __importStar(require("../../core"));
39
39
  exports.SoftTimeoutConfigWorkflowOverride = core.serialization.object({
40
40
  timeoutSeconds: core.serialization.property("timeout_seconds", core.serialization.number().optional()),
41
41
  message: core.serialization.string().optional(),
42
+ additionalSoftTimeoutMessages: core.serialization.property("additional_soft_timeout_messages", core.serialization.list(core.serialization.string()).optional()),
42
43
  useLlmGeneratedMessage: core.serialization.property("use_llm_generated_message", core.serialization.boolean().optional()),
44
+ maxSoftTimeoutsPerGeneration: core.serialization.property("max_soft_timeouts_per_generation", core.serialization.number().optional()),
43
45
  llmGeneratedMessagePromptOverride: core.serialization.property("llm_generated_message_prompt_override", core.serialization.string().optional()),
44
46
  });
@@ -5,6 +5,7 @@ export declare const SongSourceContext: core.serialization.ObjectSchema<serializ
5
5
  export declare namespace SongSourceContext {
6
6
  interface Raw {
7
7
  song_id: string;
8
+ chat_id?: string | null;
8
9
  title?: string | null;
9
10
  description?: string | null;
10
11
  genres?: string[] | null;
@@ -38,6 +38,7 @@ exports.SongSourceContext = void 0;
38
38
  const core = __importStar(require("../../core"));
39
39
  exports.SongSourceContext = core.serialization.object({
40
40
  songId: core.serialization.property("song_id", core.serialization.string()),
41
+ chatId: core.serialization.property("chat_id", core.serialization.string().optional()),
41
42
  title: core.serialization.string().optional(),
42
43
  description: core.serialization.string().optional(),
43
44
  genres: core.serialization.list(core.serialization.string()).optional(),
@@ -9,7 +9,7 @@ export declare namespace SpeakerSeparationResponseModel {
9
9
  voice_id: string;
10
10
  sample_id: string;
11
11
  status: SpeakerSeparationResponseModelStatus.Raw;
12
- speakers?: Record<string, SpeakerResponseModel.Raw | null | undefined> | null;
12
+ speakers?: Record<string, SpeakerResponseModel.Raw | null> | null;
13
13
  selected_speaker_ids?: string[] | null;
14
14
  }
15
15
  }
@@ -42,6 +42,6 @@ exports.SpeakerSeparationResponseModel = core.serialization.object({
42
42
  voiceId: core.serialization.property("voice_id", core.serialization.string()),
43
43
  sampleId: core.serialization.property("sample_id", core.serialization.string()),
44
44
  status: SpeakerSeparationResponseModelStatus_1.SpeakerSeparationResponseModelStatus,
45
- speakers: core.serialization.record(core.serialization.string(), SpeakerResponseModel_1.SpeakerResponseModel.optional()).optional(),
45
+ speakers: core.serialization.record(core.serialization.string(), SpeakerResponseModel_1.SpeakerResponseModel).optional(),
46
46
  selectedSpeakerIds: core.serialization.property("selected_speaker_ids", core.serialization.list(core.serialization.string()).optional()),
47
47
  });
@@ -3,5 +3,5 @@ import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  export declare const SpeechHistoryItemResponseModelSource: core.serialization.Schema<serializers.SpeechHistoryItemResponseModelSource.Raw, ElevenLabs.SpeechHistoryItemResponseModelSource>;
5
5
  export declare namespace SpeechHistoryItemResponseModelSource {
6
- type Raw = "TTS" | "STS" | "Projects" | "PD" | "AN" | "Dubbing" | "PlayAPI" | "ConvAI" | "VoiceGeneration" | "InVPC";
6
+ type Raw = "TTS" | "STS" | "Projects" | "PD" | "AN" | "Dubbing" | "PlayAPI" | "ConvAI" | "VoiceGeneration" | "InVPC" | "Flows";
7
7
  }
@@ -47,4 +47,5 @@ exports.SpeechHistoryItemResponseModelSource = core.serialization.enum_([
47
47
  "ConvAI",
48
48
  "VoiceGeneration",
49
49
  "InVPC",
50
+ "Flows",
50
51
  ]);
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ import { ProcedureAtVersionInput } from "./ProcedureAtVersionInput";
5
+ export declare const StartProcedureToolConfigInput: core.serialization.ObjectSchema<serializers.StartProcedureToolConfigInput.Raw, ElevenLabs.StartProcedureToolConfigInput>;
6
+ export declare namespace StartProcedureToolConfigInput {
7
+ interface Raw {
8
+ procedures?: Record<string, ProcedureAtVersionInput.Raw> | null;
9
+ }
10
+ }
@@ -34,9 +34,9 @@ var __importStar = (this && this.__importStar) || (function () {
34
34
  };
35
35
  })();
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.LoadProcedureToolConfigOutput = void 0;
37
+ exports.StartProcedureToolConfigInput = void 0;
38
38
  const core = __importStar(require("../../core"));
39
- const ProcedureAtVersion_1 = require("./ProcedureAtVersion");
40
- exports.LoadProcedureToolConfigOutput = core.serialization.object({
41
- procedures: core.serialization.record(core.serialization.string(), ProcedureAtVersion_1.ProcedureAtVersion).optional(),
39
+ const ProcedureAtVersionInput_1 = require("./ProcedureAtVersionInput");
40
+ exports.StartProcedureToolConfigInput = core.serialization.object({
41
+ procedures: core.serialization.record(core.serialization.string(), ProcedureAtVersionInput_1.ProcedureAtVersionInput).optional(),
42
42
  });
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ import { ProcedureAtVersionOutput } from "./ProcedureAtVersionOutput";
5
+ export declare const StartProcedureToolConfigOutput: core.serialization.ObjectSchema<serializers.StartProcedureToolConfigOutput.Raw, ElevenLabs.StartProcedureToolConfigOutput>;
6
+ export declare namespace StartProcedureToolConfigOutput {
7
+ interface Raw {
8
+ procedures?: Record<string, ProcedureAtVersionOutput.Raw> | null;
9
+ }
10
+ }
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.StartProcedureToolConfigOutput = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ const ProcedureAtVersionOutput_1 = require("./ProcedureAtVersionOutput");
40
+ exports.StartProcedureToolConfigOutput = core.serialization.object({
41
+ procedures: core.serialization.record(core.serialization.string(), ProcedureAtVersionOutput_1.ProcedureAtVersionOutput).optional(),
42
+ });
@@ -0,0 +1,7 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ export declare const StartProcedureToolErrorStatus: core.serialization.Schema<serializers.StartProcedureToolErrorStatus.Raw, ElevenLabs.StartProcedureToolErrorStatus>;
5
+ export declare namespace StartProcedureToolErrorStatus {
6
+ type Raw = "not_found" | "invalid_name" | "already_active";
7
+ }
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.StartProcedureToolErrorStatus = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.StartProcedureToolErrorStatus = core.serialization.enum_(["not_found", "invalid_name", "already_active"]);
@@ -0,0 +1,9 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ export declare const SubmitBusinessInfoParams: core.serialization.ObjectSchema<serializers.SubmitBusinessInfoParams.Raw, ElevenLabs.SubmitBusinessInfoParams>;
5
+ export declare namespace SubmitBusinessInfoParams {
6
+ interface Raw {
7
+ smb_tool_type?: "submit_business_info" | null;
8
+ }
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.SubmitBusinessInfoParams = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.SubmitBusinessInfoParams = core.serialization.object({
40
+ smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("submit_business_info").optional()),
41
+ });
@@ -2,35 +2,39 @@ import type * as ElevenLabs from "../../api/index";
2
2
  import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  import { EndCallToolConfig } from "./EndCallToolConfig";
5
+ import { EndProcedureToolConfigInput } from "./EndProcedureToolConfigInput";
5
6
  import { KnowledgeBaseRagToolConfig } from "./KnowledgeBaseRagToolConfig";
6
7
  import { LanguageDetectionToolConfig } from "./LanguageDetectionToolConfig";
7
- import { LoadProcedureToolConfigInput } from "./LoadProcedureToolConfigInput";
8
8
  import { PlayDtmfToolConfig } from "./PlayDtmfToolConfig";
9
9
  import { SkipTurnToolConfig } from "./SkipTurnToolConfig";
10
+ import { StartProcedureToolConfigInput } from "./StartProcedureToolConfigInput";
10
11
  import { TransferToAgentToolConfig } from "./TransferToAgentToolConfig";
11
12
  import { TransferToNumberToolConfigInput } from "./TransferToNumberToolConfigInput";
12
13
  import { VoicemailDetectionToolConfig } from "./VoicemailDetectionToolConfig";
13
14
  export declare const SystemToolConfigInputParams: core.serialization.Schema<serializers.SystemToolConfigInputParams.Raw, ElevenLabs.SystemToolConfigInputParams>;
14
15
  export declare namespace SystemToolConfigInputParams {
15
- type Raw = SystemToolConfigInputParams.EndCall | SystemToolConfigInputParams.KnowledgeBaseRag | SystemToolConfigInputParams.LanguageDetection | SystemToolConfigInputParams.LoadProcedure | SystemToolConfigInputParams.PlayKeypadTouchTone | SystemToolConfigInputParams.SkipTurn | SystemToolConfigInputParams.TransferToAgent | SystemToolConfigInputParams.TransferToNumber | SystemToolConfigInputParams.VoicemailDetection;
16
+ type Raw = SystemToolConfigInputParams.EndCall | SystemToolConfigInputParams.EndProcedure | SystemToolConfigInputParams.KnowledgeBaseRag | SystemToolConfigInputParams.LanguageDetection | SystemToolConfigInputParams.PlayKeypadTouchTone | SystemToolConfigInputParams.SkipTurn | SystemToolConfigInputParams.StartProcedure | SystemToolConfigInputParams.TransferToAgent | SystemToolConfigInputParams.TransferToNumber | SystemToolConfigInputParams.VoicemailDetection;
16
17
  interface EndCall extends EndCallToolConfig.Raw {
17
18
  system_tool_type: "end_call";
18
19
  }
20
+ interface EndProcedure extends EndProcedureToolConfigInput.Raw {
21
+ system_tool_type: "end_procedure";
22
+ }
19
23
  interface KnowledgeBaseRag extends KnowledgeBaseRagToolConfig.Raw {
20
24
  system_tool_type: "knowledge_base_rag";
21
25
  }
22
26
  interface LanguageDetection extends LanguageDetectionToolConfig.Raw {
23
27
  system_tool_type: "language_detection";
24
28
  }
25
- interface LoadProcedure extends LoadProcedureToolConfigInput.Raw {
26
- system_tool_type: "load_procedure";
27
- }
28
29
  interface PlayKeypadTouchTone extends PlayDtmfToolConfig.Raw {
29
30
  system_tool_type: "play_keypad_touch_tone";
30
31
  }
31
32
  interface SkipTurn extends SkipTurnToolConfig.Raw {
32
33
  system_tool_type: "skip_turn";
33
34
  }
35
+ interface StartProcedure extends StartProcedureToolConfigInput.Raw {
36
+ system_tool_type: "start_procedure";
37
+ }
34
38
  interface TransferToAgent extends TransferToAgentToolConfig.Raw {
35
39
  system_tool_type: "transfer_to_agent";
36
40
  }
@@ -37,22 +37,24 @@ Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.SystemToolConfigInputParams = void 0;
38
38
  const core = __importStar(require("../../core"));
39
39
  const EndCallToolConfig_1 = require("./EndCallToolConfig");
40
+ const EndProcedureToolConfigInput_1 = require("./EndProcedureToolConfigInput");
40
41
  const KnowledgeBaseRagToolConfig_1 = require("./KnowledgeBaseRagToolConfig");
41
42
  const LanguageDetectionToolConfig_1 = require("./LanguageDetectionToolConfig");
42
- const LoadProcedureToolConfigInput_1 = require("./LoadProcedureToolConfigInput");
43
43
  const PlayDtmfToolConfig_1 = require("./PlayDtmfToolConfig");
44
44
  const SkipTurnToolConfig_1 = require("./SkipTurnToolConfig");
45
+ const StartProcedureToolConfigInput_1 = require("./StartProcedureToolConfigInput");
45
46
  const TransferToAgentToolConfig_1 = require("./TransferToAgentToolConfig");
46
47
  const TransferToNumberToolConfigInput_1 = require("./TransferToNumberToolConfigInput");
47
48
  const VoicemailDetectionToolConfig_1 = require("./VoicemailDetectionToolConfig");
48
49
  exports.SystemToolConfigInputParams = core.serialization
49
50
  .union(core.serialization.discriminant("systemToolType", "system_tool_type"), {
50
51
  end_call: EndCallToolConfig_1.EndCallToolConfig,
52
+ end_procedure: EndProcedureToolConfigInput_1.EndProcedureToolConfigInput,
51
53
  knowledge_base_rag: KnowledgeBaseRagToolConfig_1.KnowledgeBaseRagToolConfig,
52
54
  language_detection: LanguageDetectionToolConfig_1.LanguageDetectionToolConfig,
53
- load_procedure: LoadProcedureToolConfigInput_1.LoadProcedureToolConfigInput,
54
55
  play_keypad_touch_tone: PlayDtmfToolConfig_1.PlayDtmfToolConfig,
55
56
  skip_turn: SkipTurnToolConfig_1.SkipTurnToolConfig,
57
+ start_procedure: StartProcedureToolConfigInput_1.StartProcedureToolConfigInput,
56
58
  transfer_to_agent: TransferToAgentToolConfig_1.TransferToAgentToolConfig,
57
59
  transfer_to_number: TransferToNumberToolConfigInput_1.TransferToNumberToolConfigInput,
58
60
  voicemail_detection: VoicemailDetectionToolConfig_1.VoicemailDetectionToolConfig,
@@ -2,35 +2,39 @@ import type * as ElevenLabs from "../../api/index";
2
2
  import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  import { EndCallToolConfig } from "./EndCallToolConfig";
5
+ import { EndProcedureToolConfigOutput } from "./EndProcedureToolConfigOutput";
5
6
  import { KnowledgeBaseRagToolConfig } from "./KnowledgeBaseRagToolConfig";
6
7
  import { LanguageDetectionToolConfig } from "./LanguageDetectionToolConfig";
7
- import { LoadProcedureToolConfigOutput } from "./LoadProcedureToolConfigOutput";
8
8
  import { PlayDtmfToolConfig } from "./PlayDtmfToolConfig";
9
9
  import { SkipTurnToolConfig } from "./SkipTurnToolConfig";
10
+ import { StartProcedureToolConfigOutput } from "./StartProcedureToolConfigOutput";
10
11
  import { TransferToAgentToolConfig } from "./TransferToAgentToolConfig";
11
12
  import { TransferToNumberToolConfigOutput } from "./TransferToNumberToolConfigOutput";
12
13
  import { VoicemailDetectionToolConfig } from "./VoicemailDetectionToolConfig";
13
14
  export declare const SystemToolConfigOutputParams: core.serialization.Schema<serializers.SystemToolConfigOutputParams.Raw, ElevenLabs.SystemToolConfigOutputParams>;
14
15
  export declare namespace SystemToolConfigOutputParams {
15
- type Raw = SystemToolConfigOutputParams.EndCall | SystemToolConfigOutputParams.KnowledgeBaseRag | SystemToolConfigOutputParams.LanguageDetection | SystemToolConfigOutputParams.LoadProcedure | SystemToolConfigOutputParams.PlayKeypadTouchTone | SystemToolConfigOutputParams.SkipTurn | SystemToolConfigOutputParams.TransferToAgent | SystemToolConfigOutputParams.TransferToNumber | SystemToolConfigOutputParams.VoicemailDetection;
16
+ type Raw = SystemToolConfigOutputParams.EndCall | SystemToolConfigOutputParams.EndProcedure | SystemToolConfigOutputParams.KnowledgeBaseRag | SystemToolConfigOutputParams.LanguageDetection | SystemToolConfigOutputParams.PlayKeypadTouchTone | SystemToolConfigOutputParams.SkipTurn | SystemToolConfigOutputParams.StartProcedure | SystemToolConfigOutputParams.TransferToAgent | SystemToolConfigOutputParams.TransferToNumber | SystemToolConfigOutputParams.VoicemailDetection;
16
17
  interface EndCall extends EndCallToolConfig.Raw {
17
18
  system_tool_type: "end_call";
18
19
  }
20
+ interface EndProcedure extends EndProcedureToolConfigOutput.Raw {
21
+ system_tool_type: "end_procedure";
22
+ }
19
23
  interface KnowledgeBaseRag extends KnowledgeBaseRagToolConfig.Raw {
20
24
  system_tool_type: "knowledge_base_rag";
21
25
  }
22
26
  interface LanguageDetection extends LanguageDetectionToolConfig.Raw {
23
27
  system_tool_type: "language_detection";
24
28
  }
25
- interface LoadProcedure extends LoadProcedureToolConfigOutput.Raw {
26
- system_tool_type: "load_procedure";
27
- }
28
29
  interface PlayKeypadTouchTone extends PlayDtmfToolConfig.Raw {
29
30
  system_tool_type: "play_keypad_touch_tone";
30
31
  }
31
32
  interface SkipTurn extends SkipTurnToolConfig.Raw {
32
33
  system_tool_type: "skip_turn";
33
34
  }
35
+ interface StartProcedure extends StartProcedureToolConfigOutput.Raw {
36
+ system_tool_type: "start_procedure";
37
+ }
34
38
  interface TransferToAgent extends TransferToAgentToolConfig.Raw {
35
39
  system_tool_type: "transfer_to_agent";
36
40
  }
@@ -37,22 +37,24 @@ Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.SystemToolConfigOutputParams = void 0;
38
38
  const core = __importStar(require("../../core"));
39
39
  const EndCallToolConfig_1 = require("./EndCallToolConfig");
40
+ const EndProcedureToolConfigOutput_1 = require("./EndProcedureToolConfigOutput");
40
41
  const KnowledgeBaseRagToolConfig_1 = require("./KnowledgeBaseRagToolConfig");
41
42
  const LanguageDetectionToolConfig_1 = require("./LanguageDetectionToolConfig");
42
- const LoadProcedureToolConfigOutput_1 = require("./LoadProcedureToolConfigOutput");
43
43
  const PlayDtmfToolConfig_1 = require("./PlayDtmfToolConfig");
44
44
  const SkipTurnToolConfig_1 = require("./SkipTurnToolConfig");
45
+ const StartProcedureToolConfigOutput_1 = require("./StartProcedureToolConfigOutput");
45
46
  const TransferToAgentToolConfig_1 = require("./TransferToAgentToolConfig");
46
47
  const TransferToNumberToolConfigOutput_1 = require("./TransferToNumberToolConfigOutput");
47
48
  const VoicemailDetectionToolConfig_1 = require("./VoicemailDetectionToolConfig");
48
49
  exports.SystemToolConfigOutputParams = core.serialization
49
50
  .union(core.serialization.discriminant("systemToolType", "system_tool_type"), {
50
51
  end_call: EndCallToolConfig_1.EndCallToolConfig,
52
+ end_procedure: EndProcedureToolConfigOutput_1.EndProcedureToolConfigOutput,
51
53
  knowledge_base_rag: KnowledgeBaseRagToolConfig_1.KnowledgeBaseRagToolConfig,
52
54
  language_detection: LanguageDetectionToolConfig_1.LanguageDetectionToolConfig,
53
- load_procedure: LoadProcedureToolConfigOutput_1.LoadProcedureToolConfigOutput,
54
55
  play_keypad_touch_tone: PlayDtmfToolConfig_1.PlayDtmfToolConfig,
55
56
  skip_turn: SkipTurnToolConfig_1.SkipTurnToolConfig,
57
+ start_procedure: StartProcedureToolConfigOutput_1.StartProcedureToolConfigOutput,
56
58
  transfer_to_agent: TransferToAgentToolConfig_1.TransferToAgentToolConfig,
57
59
  transfer_to_number: TransferToNumberToolConfigOutput_1.TransferToNumberToolConfigOutput,
58
60
  voicemail_detection: VoicemailDetectionToolConfig_1.VoicemailDetectionToolConfig,
@@ -3,6 +3,7 @@ import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  import { PronunciationDictionaryLocator } from "./PronunciationDictionaryLocator";
5
5
  import { TextToDialogueWebsocketVoiceInput } from "./TextToDialogueWebsocketVoiceInput";
6
+ import { TextToDialogueWebsocketVoiceSettings } from "./TextToDialogueWebsocketVoiceSettings";
6
7
  export declare const TextToDialogueWebsocketClientMessage: core.serialization.ObjectSchema<serializers.TextToDialogueWebsocketClientMessage.Raw, ElevenLabs.TextToDialogueWebsocketClientMessage>;
7
8
  export declare namespace TextToDialogueWebsocketClientMessage {
8
9
  interface Raw {
@@ -14,7 +15,7 @@ export declare namespace TextToDialogueWebsocketClientMessage {
14
15
  authorization?: string | null;
15
16
  single_use_token?: string | null;
16
17
  voices?: string[] | null;
17
- voice_settings?: Record<string, unknown> | null;
18
+ voice_settings?: TextToDialogueWebsocketVoiceSettings.Raw | null;
18
19
  pronunciation_dictionary_locators?: PronunciationDictionaryLocator.Raw[] | null;
19
20
  }
20
21
  }
@@ -38,6 +38,7 @@ exports.TextToDialogueWebsocketClientMessage = void 0;
38
38
  const core = __importStar(require("../../core"));
39
39
  const PronunciationDictionaryLocator_1 = require("./PronunciationDictionaryLocator");
40
40
  const TextToDialogueWebsocketVoiceInput_1 = require("./TextToDialogueWebsocketVoiceInput");
41
+ const TextToDialogueWebsocketVoiceSettings_1 = require("./TextToDialogueWebsocketVoiceSettings");
41
42
  exports.TextToDialogueWebsocketClientMessage = core.serialization.object({
42
43
  inputs: core.serialization.list(TextToDialogueWebsocketVoiceInput_1.TextToDialogueWebsocketVoiceInput).optional(),
43
44
  flush: core.serialization.boolean().optional(),
@@ -47,6 +48,6 @@ exports.TextToDialogueWebsocketClientMessage = core.serialization.object({
47
48
  authorization: core.serialization.string().optional(),
48
49
  singleUseToken: core.serialization.property("single_use_token", core.serialization.string().optional()),
49
50
  voices: core.serialization.list(core.serialization.string()).optional(),
50
- voiceSettings: core.serialization.property("voice_settings", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
51
+ voiceSettings: core.serialization.property("voice_settings", TextToDialogueWebsocketVoiceSettings_1.TextToDialogueWebsocketVoiceSettings.optional()),
51
52
  pronunciationDictionaryLocators: core.serialization.property("pronunciation_dictionary_locators", core.serialization.list(PronunciationDictionaryLocator_1.PronunciationDictionaryLocator).optional()),
52
53
  });
@@ -0,0 +1,9 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ export declare const TextToDialogueWebsocketFinalAudioForTurn: core.serialization.ObjectSchema<serializers.TextToDialogueWebsocketFinalAudioForTurn.Raw, ElevenLabs.TextToDialogueWebsocketFinalAudioForTurn>;
5
+ export declare namespace TextToDialogueWebsocketFinalAudioForTurn {
6
+ interface Raw {
7
+ is_final_audio_for_turn?: boolean | null;
8
+ }
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.TextToDialogueWebsocketFinalAudioForTurn = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.TextToDialogueWebsocketFinalAudioForTurn = core.serialization.object({
40
+ isFinalAudioForTurn: core.serialization.property("is_final_audio_for_turn", core.serialization.boolean().optional()),
41
+ });
@@ -0,0 +1,9 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ export declare const TextToDialogueWebsocketVoiceSettings: core.serialization.ObjectSchema<serializers.TextToDialogueWebsocketVoiceSettings.Raw, ElevenLabs.TextToDialogueWebsocketVoiceSettings>;
5
+ export declare namespace TextToDialogueWebsocketVoiceSettings {
6
+ interface Raw {
7
+ stability?: number | null;
8
+ }
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.TextToDialogueWebsocketVoiceSettings = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.TextToDialogueWebsocketVoiceSettings = core.serialization.object({
40
+ stability: core.serialization.number().optional(),
41
+ });
@@ -10,7 +10,7 @@ export declare const ToolCallUnitTestModel: core.serialization.ObjectSchema<seri
10
10
  export declare namespace ToolCallUnitTestModel {
11
11
  interface Raw {
12
12
  from_conversation_metadata?: TestFromConversationMetadataOutput.Raw | null;
13
- dynamic_variables?: Record<string, DynamicVariableValueTypeOutput.Raw | null | undefined> | null;
13
+ dynamic_variables?: Record<string, DynamicVariableValueTypeOutput.Raw | null> | null;
14
14
  chat_history?: ConversationHistoryTranscriptCommonModelOutput.Raw[] | null;
15
15
  conversation_initiation_source?: ConversationInitiationSource.Raw | null;
16
16
  tool_call_parameters?: UnitTestToolCallEvaluationModelOutput.Raw | null;
@@ -43,7 +43,7 @@ const TestFromConversationMetadataOutput_1 = require("./TestFromConversationMeta
43
43
  const UnitTestToolCallEvaluationModelOutput_1 = require("./UnitTestToolCallEvaluationModelOutput");
44
44
  exports.ToolCallUnitTestModel = core.serialization.object({
45
45
  fromConversationMetadata: core.serialization.property("from_conversation_metadata", TestFromConversationMetadataOutput_1.TestFromConversationMetadataOutput.optional()),
46
- dynamicVariables: core.serialization.property("dynamic_variables", core.serialization.record(core.serialization.string(), DynamicVariableValueTypeOutput_1.DynamicVariableValueTypeOutput.optional()).optional()),
46
+ dynamicVariables: core.serialization.property("dynamic_variables", core.serialization.record(core.serialization.string(), DynamicVariableValueTypeOutput_1.DynamicVariableValueTypeOutput).optional()),
47
47
  chatHistory: core.serialization.property("chat_history", core.serialization.list(ConversationHistoryTranscriptCommonModelOutput_1.ConversationHistoryTranscriptCommonModelOutput).optional()),
48
48
  conversationInitiationSource: core.serialization.property("conversation_initiation_source", ConversationInitiationSource_1.ConversationInitiationSource.optional()),
49
49
  toolCallParameters: core.serialization.property("tool_call_parameters", UnitTestToolCallEvaluationModelOutput_1.UnitTestToolCallEvaluationModelOutput.optional()),
@@ -0,0 +1,11 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ import { TranscriptMessageRole } from "./TranscriptMessageRole";
5
+ export declare const TranscriptMessage: core.serialization.ObjectSchema<serializers.TranscriptMessage.Raw, ElevenLabs.TranscriptMessage>;
6
+ export declare namespace TranscriptMessage {
7
+ interface Raw {
8
+ role: TranscriptMessageRole.Raw;
9
+ content: string;
10
+ }
11
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.TranscriptMessage = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ const TranscriptMessageRole_1 = require("./TranscriptMessageRole");
40
+ exports.TranscriptMessage = core.serialization.object({
41
+ role: TranscriptMessageRole_1.TranscriptMessageRole,
42
+ content: core.serialization.string(),
43
+ });