@elevenlabs/elevenlabs-js 2.22.0 → 2.24.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 (440) hide show
  1. package/Client.js +2 -2
  2. package/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +2 -0
  3. package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +2 -0
  4. package/api/resources/conversationalAi/resources/conversations/client/Client.js +33 -1
  5. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +12 -0
  6. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +2 -2
  7. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +7 -5
  8. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/{BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.d.ts → ConversationFeedbackRequestModel.d.ts} +2 -2
  9. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.d.ts +1 -1
  10. package/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +13 -0
  11. package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +64 -0
  12. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +2 -0
  13. package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +50 -2
  14. package/api/resources/conversationalAi/resources/tools/client/Client.js +50 -2
  15. package/api/resources/music/client/Client.d.ts +1 -1
  16. package/api/resources/music/client/Client.js +1 -1
  17. package/api/types/AgentMetadata.d.ts +1 -0
  18. package/api/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +34 -0
  19. package/api/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +34 -0
  20. package/api/types/ApiIntegrationWebhookToolConfigExternalOutput.js +3 -0
  21. package/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +8 -8
  22. package/api/types/AsrProvider.d.ts +5 -1
  23. package/api/types/AsrProvider.js +5 -0
  24. package/api/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -0
  25. package/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -0
  26. package/api/types/ConversationConfigClientOverrideInput.d.ts +2 -0
  27. package/api/types/ConversationConfigClientOverrideOutput.d.ts +2 -0
  28. package/api/types/ConversationFeedbackType.d.ts +5 -0
  29. package/api/types/ConversationFeedbackType.js +8 -0
  30. package/api/types/ConversationHistoryFeedbackCommonModel.d.ts +3 -0
  31. package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +1 -0
  32. package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +1 -0
  33. package/api/types/ConversationInitiationSource.d.ts +1 -0
  34. package/api/types/ConversationInitiationSource.js +1 -0
  35. package/api/types/ConversationSummaryResponseModel.d.ts +2 -0
  36. package/api/types/DiscountResposneModel.d.ts +6 -0
  37. package/api/types/DiscountResposneModel.js +3 -0
  38. package/api/types/GetAgentResponseModel.d.ts +4 -0
  39. package/api/types/GetConversationResponseModel.d.ts +1 -0
  40. package/api/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
  41. package/api/types/InvoiceResponse.d.ts +4 -2
  42. package/api/types/LanguagePresetInput.d.ts +2 -0
  43. package/api/types/LanguagePresetOutput.d.ts +2 -0
  44. package/api/types/ProjectExtendedResponse.d.ts +4 -0
  45. package/api/types/ProjectExtendedResponseModelAssetsItem.d.ts +10 -0
  46. package/api/types/ProjectExtendedResponseModelAssetsItem.js +3 -0
  47. package/api/types/ProjectExternalAudioResponseModel.d.ts +23 -0
  48. package/api/types/ProjectExternalAudioResponseModel.js +3 -0
  49. package/api/types/ProjectSnapshotExtendedResponseModel.d.ts +2 -0
  50. package/api/types/ProjectVideoResponseModel.d.ts +31 -0
  51. package/api/types/ProjectVideoResponseModel.js +3 -0
  52. package/api/types/ProjectVideoThumbnailSheetResponseModel.d.ts +5 -0
  53. package/api/types/ProjectVideoThumbnailSheetResponseModel.js +3 -0
  54. package/api/types/ProjectVoiceResponseModel.d.ts +11 -0
  55. package/api/types/ProjectVoiceResponseModel.js +3 -0
  56. package/api/types/SoftTimeoutConfig.d.ts +9 -0
  57. package/api/types/SoftTimeoutConfig.js +3 -0
  58. package/api/types/SoftTimeoutConfigOverride.d.ts +4 -0
  59. package/api/types/SoftTimeoutConfigOverride.js +3 -0
  60. package/api/types/SoftTimeoutConfigOverrideConfig.d.ts +4 -0
  61. package/api/types/SoftTimeoutConfigOverrideConfig.js +3 -0
  62. package/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +6 -0
  63. package/api/types/SoftTimeoutConfigWorkflowOverride.js +3 -0
  64. package/api/types/TestInvocationSummaryResponseModel.d.ts +4 -0
  65. package/api/types/ToolRequestModelToolConfig.d.ts +1 -1
  66. package/api/types/ToolResponseModelToolConfig.d.ts +2 -6
  67. package/api/types/TtsConversationalModel.d.ts +1 -0
  68. package/api/types/TtsConversationalModel.js +1 -0
  69. package/api/types/TtsModelFamily.d.ts +1 -0
  70. package/api/types/TtsModelFamily.js +1 -0
  71. package/api/types/TurnConfig.d.ts +4 -0
  72. package/api/types/TurnConfigOverride.d.ts +5 -0
  73. package/api/types/TurnConfigOverride.js +3 -0
  74. package/api/types/TurnConfigOverrideConfig.d.ts +5 -0
  75. package/api/types/TurnConfigOverrideConfig.js +3 -0
  76. package/api/types/TurnConfigWorkflowOverride.d.ts +4 -0
  77. package/api/types/UnitTestRunResponseModel.d.ts +1 -0
  78. package/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
  79. package/api/types/WebhookToolApiSchemaConfigInputContentType.d.ts +6 -0
  80. package/api/types/WebhookToolApiSchemaConfigInputContentType.js +9 -0
  81. package/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
  82. package/api/types/WebhookToolApiSchemaConfigOutputContentType.d.ts +6 -0
  83. package/api/types/WebhookToolApiSchemaConfigOutputContentType.js +9 -0
  84. package/api/types/WidgetConfig.d.ts +2 -0
  85. package/api/types/WidgetConfigResponse.d.ts +2 -0
  86. package/api/types/WidgetEndFeedbackConfig.d.ts +5 -0
  87. package/api/types/WidgetEndFeedbackConfig.js +3 -0
  88. package/api/types/WidgetEndFeedbackType.d.ts +1 -0
  89. package/api/types/WidgetEndFeedbackType.js +3 -0
  90. package/api/types/WorkspaceResourceType.d.ts +4 -0
  91. package/api/types/WorkspaceResourceType.js +4 -0
  92. package/api/types/index.d.ts +19 -0
  93. package/api/types/index.js +19 -0
  94. package/dist/Client.js +2 -2
  95. package/dist/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +2 -0
  96. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +2 -0
  97. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +33 -1
  98. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +12 -0
  99. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +2 -2
  100. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +7 -5
  101. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/{BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.d.ts → ConversationFeedbackRequestModel.d.ts} +2 -2
  102. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.js +3 -0
  103. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.d.ts +1 -1
  104. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +13 -0
  105. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +64 -0
  106. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +2 -0
  107. package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +50 -2
  108. package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +50 -2
  109. package/dist/api/resources/music/client/Client.d.ts +1 -1
  110. package/dist/api/resources/music/client/Client.js +1 -1
  111. package/dist/api/types/AgentMetadata.d.ts +1 -0
  112. package/dist/api/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +34 -0
  113. package/dist/api/types/ApiIntegrationWebhookToolConfigExternalInput.js +3 -0
  114. package/dist/api/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +34 -0
  115. package/dist/api/types/ApiIntegrationWebhookToolConfigExternalOutput.js +3 -0
  116. package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +8 -8
  117. package/dist/api/types/AsrProvider.d.ts +5 -1
  118. package/dist/api/types/AsrProvider.js +5 -0
  119. package/dist/api/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -0
  120. package/dist/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -0
  121. package/dist/api/types/ConversationConfigClientOverrideInput.d.ts +2 -0
  122. package/dist/api/types/ConversationConfigClientOverrideOutput.d.ts +2 -0
  123. package/dist/api/types/ConversationFeedbackType.d.ts +5 -0
  124. package/dist/api/types/ConversationFeedbackType.js +8 -0
  125. package/dist/api/types/ConversationHistoryFeedbackCommonModel.d.ts +3 -0
  126. package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +1 -0
  127. package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +1 -0
  128. package/dist/api/types/ConversationInitiationSource.d.ts +1 -0
  129. package/dist/api/types/ConversationInitiationSource.js +1 -0
  130. package/dist/api/types/ConversationSummaryResponseModel.d.ts +2 -0
  131. package/dist/api/types/DiscountResposneModel.d.ts +6 -0
  132. package/dist/api/types/DiscountResposneModel.js +3 -0
  133. package/dist/api/types/GetAgentResponseModel.d.ts +4 -0
  134. package/dist/api/types/GetConversationResponseModel.d.ts +1 -0
  135. package/dist/api/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
  136. package/dist/api/types/InvoiceResponse.d.ts +4 -2
  137. package/dist/api/types/LanguagePresetInput.d.ts +2 -0
  138. package/dist/api/types/LanguagePresetOutput.d.ts +2 -0
  139. package/dist/api/types/ProjectExtendedResponse.d.ts +4 -0
  140. package/dist/api/types/ProjectExtendedResponseModelAssetsItem.d.ts +10 -0
  141. package/dist/api/types/ProjectExtendedResponseModelAssetsItem.js +3 -0
  142. package/dist/api/types/ProjectExternalAudioResponseModel.d.ts +23 -0
  143. package/dist/api/types/ProjectExternalAudioResponseModel.js +3 -0
  144. package/dist/api/types/ProjectSnapshotExtendedResponseModel.d.ts +2 -0
  145. package/dist/api/types/ProjectVideoResponseModel.d.ts +31 -0
  146. package/dist/api/types/ProjectVideoResponseModel.js +3 -0
  147. package/dist/api/types/ProjectVideoThumbnailSheetResponseModel.d.ts +5 -0
  148. package/dist/api/types/ProjectVideoThumbnailSheetResponseModel.js +3 -0
  149. package/dist/api/types/ProjectVoiceResponseModel.d.ts +11 -0
  150. package/dist/api/types/ProjectVoiceResponseModel.js +3 -0
  151. package/dist/api/types/SoftTimeoutConfig.d.ts +9 -0
  152. package/dist/api/types/SoftTimeoutConfig.js +3 -0
  153. package/dist/api/types/SoftTimeoutConfigOverride.d.ts +4 -0
  154. package/dist/api/types/SoftTimeoutConfigOverride.js +3 -0
  155. package/dist/api/types/SoftTimeoutConfigOverrideConfig.d.ts +4 -0
  156. package/dist/api/types/SoftTimeoutConfigOverrideConfig.js +3 -0
  157. package/dist/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +6 -0
  158. package/dist/api/types/SoftTimeoutConfigWorkflowOverride.js +3 -0
  159. package/dist/api/types/TestInvocationSummaryResponseModel.d.ts +4 -0
  160. package/dist/api/types/ToolRequestModelToolConfig.d.ts +1 -1
  161. package/dist/api/types/ToolResponseModelToolConfig.d.ts +2 -6
  162. package/dist/api/types/TtsConversationalModel.d.ts +1 -0
  163. package/dist/api/types/TtsConversationalModel.js +1 -0
  164. package/dist/api/types/TtsModelFamily.d.ts +1 -0
  165. package/dist/api/types/TtsModelFamily.js +1 -0
  166. package/dist/api/types/TurnConfig.d.ts +4 -0
  167. package/dist/api/types/TurnConfigOverride.d.ts +5 -0
  168. package/dist/api/types/TurnConfigOverride.js +3 -0
  169. package/dist/api/types/TurnConfigOverrideConfig.d.ts +5 -0
  170. package/dist/api/types/TurnConfigOverrideConfig.js +3 -0
  171. package/dist/api/types/TurnConfigWorkflowOverride.d.ts +4 -0
  172. package/dist/api/types/UnitTestRunResponseModel.d.ts +1 -0
  173. package/dist/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
  174. package/dist/api/types/WebhookToolApiSchemaConfigInputContentType.d.ts +6 -0
  175. package/dist/api/types/WebhookToolApiSchemaConfigInputContentType.js +9 -0
  176. package/dist/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
  177. package/dist/api/types/WebhookToolApiSchemaConfigOutputContentType.d.ts +6 -0
  178. package/dist/api/types/WebhookToolApiSchemaConfigOutputContentType.js +9 -0
  179. package/dist/api/types/WidgetConfig.d.ts +2 -0
  180. package/dist/api/types/WidgetConfigResponse.d.ts +2 -0
  181. package/dist/api/types/WidgetEndFeedbackConfig.d.ts +5 -0
  182. package/dist/api/types/WidgetEndFeedbackConfig.js +3 -0
  183. package/dist/api/types/WidgetEndFeedbackType.d.ts +1 -0
  184. package/dist/api/types/WidgetEndFeedbackType.js +3 -0
  185. package/dist/api/types/WorkspaceResourceType.d.ts +4 -0
  186. package/dist/api/types/WorkspaceResourceType.js +4 -0
  187. package/dist/api/types/index.d.ts +19 -0
  188. package/dist/api/types/index.js +19 -0
  189. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +1 -0
  190. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +1 -0
  191. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +10 -0
  192. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/{BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.js → ConversationFeedbackRequestModel.js} +3 -3
  193. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.d.ts +1 -1
  194. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.js +3 -3
  195. package/dist/serialization/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +1 -0
  196. package/dist/serialization/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.js +1 -0
  197. package/dist/serialization/types/AgentMetadata.d.ts +1 -0
  198. package/dist/serialization/types/AgentMetadata.js +1 -0
  199. package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +30 -0
  200. package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.js +62 -0
  201. package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +30 -0
  202. package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.js +62 -0
  203. package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +8 -8
  204. package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +8 -8
  205. package/dist/serialization/types/AsrProvider.d.ts +1 -1
  206. package/dist/serialization/types/AsrProvider.js +1 -1
  207. package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -0
  208. package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.js +2 -0
  209. package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -0
  210. package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.js +2 -0
  211. package/dist/serialization/types/ConversationConfigClientOverrideInput.d.ts +2 -0
  212. package/dist/serialization/types/ConversationConfigClientOverrideInput.js +2 -0
  213. package/dist/serialization/types/ConversationConfigClientOverrideOutput.d.ts +2 -0
  214. package/dist/serialization/types/ConversationConfigClientOverrideOutput.js +2 -0
  215. package/dist/serialization/types/ConversationFeedbackType.d.ts +7 -0
  216. package/dist/serialization/types/ConversationFeedbackType.js +39 -0
  217. package/dist/serialization/types/ConversationHistoryFeedbackCommonModel.d.ts +4 -0
  218. package/dist/serialization/types/ConversationHistoryFeedbackCommonModel.js +4 -0
  219. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +1 -1
  220. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +1 -1
  221. package/dist/serialization/types/ConversationInitiationSource.d.ts +1 -1
  222. package/dist/serialization/types/ConversationInitiationSource.js +1 -0
  223. package/dist/serialization/types/ConversationSummaryResponseModel.d.ts +2 -0
  224. package/dist/serialization/types/ConversationSummaryResponseModel.js +2 -0
  225. package/dist/serialization/types/DiscountResposneModel.d.ts +10 -0
  226. package/dist/serialization/types/DiscountResposneModel.js +42 -0
  227. package/dist/serialization/types/GetAgentResponseModel.d.ts +2 -0
  228. package/dist/serialization/types/GetAgentResponseModel.js +2 -0
  229. package/dist/serialization/types/GetConversationResponseModel.d.ts +1 -0
  230. package/dist/serialization/types/GetConversationResponseModel.js +1 -0
  231. package/dist/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
  232. package/dist/serialization/types/GetTestSuiteInvocationResponseModel.js +1 -0
  233. package/dist/serialization/types/InvoiceResponse.d.ts +2 -0
  234. package/dist/serialization/types/InvoiceResponse.js +2 -0
  235. package/dist/serialization/types/LanguagePresetInput.d.ts +1 -0
  236. package/dist/serialization/types/LanguagePresetInput.js +1 -0
  237. package/dist/serialization/types/LanguagePresetOutput.d.ts +1 -0
  238. package/dist/serialization/types/LanguagePresetOutput.js +1 -0
  239. package/dist/serialization/types/ProjectExtendedResponse.d.ts +4 -0
  240. package/dist/serialization/types/ProjectExtendedResponse.js +4 -0
  241. package/dist/serialization/types/ProjectExtendedResponseModelAssetsItem.d.ts +15 -0
  242. package/dist/serialization/types/ProjectExtendedResponseModelAssetsItem.js +49 -0
  243. package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +29 -0
  244. package/dist/serialization/types/ProjectExternalAudioResponseModel.js +61 -0
  245. package/dist/serialization/types/ProjectSnapshotExtendedResponseModel.d.ts +1 -0
  246. package/dist/serialization/types/ProjectSnapshotExtendedResponseModel.js +1 -0
  247. package/dist/serialization/types/ProjectVideoResponseModel.d.ts +37 -0
  248. package/dist/serialization/types/ProjectVideoResponseModel.js +69 -0
  249. package/dist/serialization/types/ProjectVideoThumbnailSheetResponseModel.d.ts +11 -0
  250. package/dist/serialization/types/ProjectVideoThumbnailSheetResponseModel.js +43 -0
  251. package/dist/serialization/types/ProjectVoiceResponseModel.d.ts +17 -0
  252. package/dist/serialization/types/ProjectVoiceResponseModel.js +49 -0
  253. package/dist/serialization/types/SoftTimeoutConfig.d.ts +10 -0
  254. package/dist/serialization/types/SoftTimeoutConfig.js +42 -0
  255. package/dist/serialization/types/SoftTimeoutConfigOverride.d.ts +9 -0
  256. package/dist/serialization/types/SoftTimeoutConfigOverride.js +41 -0
  257. package/dist/serialization/types/SoftTimeoutConfigOverrideConfig.d.ts +9 -0
  258. package/dist/serialization/types/SoftTimeoutConfigOverrideConfig.js +41 -0
  259. package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +10 -0
  260. package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.js +42 -0
  261. package/dist/serialization/types/TestInvocationSummaryResponseModel.d.ts +2 -0
  262. package/dist/serialization/types/TestInvocationSummaryResponseModel.js +2 -0
  263. package/dist/serialization/types/ToolRequestModelToolConfig.d.ts +2 -2
  264. package/dist/serialization/types/ToolRequestModelToolConfig.js +2 -2
  265. package/dist/serialization/types/ToolResponseModelToolConfig.d.ts +3 -7
  266. package/dist/serialization/types/ToolResponseModelToolConfig.js +2 -5
  267. package/dist/serialization/types/TtsConversationalModel.d.ts +1 -1
  268. package/dist/serialization/types/TtsConversationalModel.js +1 -0
  269. package/dist/serialization/types/TtsModelFamily.d.ts +1 -1
  270. package/dist/serialization/types/TtsModelFamily.js +1 -1
  271. package/dist/serialization/types/TurnConfig.d.ts +3 -0
  272. package/dist/serialization/types/TurnConfig.js +3 -0
  273. package/dist/serialization/types/TurnConfigOverride.d.ts +10 -0
  274. package/dist/serialization/types/TurnConfigOverride.js +42 -0
  275. package/dist/serialization/types/TurnConfigOverrideConfig.d.ts +10 -0
  276. package/dist/serialization/types/TurnConfigOverrideConfig.js +42 -0
  277. package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +3 -0
  278. package/dist/serialization/types/TurnConfigWorkflowOverride.js +3 -0
  279. package/dist/serialization/types/UnitTestRunResponseModel.d.ts +1 -0
  280. package/dist/serialization/types/UnitTestRunResponseModel.js +1 -0
  281. package/dist/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
  282. package/dist/serialization/types/WebhookToolApiSchemaConfigInput.js +2 -0
  283. package/dist/serialization/types/WebhookToolApiSchemaConfigInputContentType.d.ts +7 -0
  284. package/dist/serialization/types/WebhookToolApiSchemaConfigInputContentType.js +39 -0
  285. package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
  286. package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.js +2 -0
  287. package/dist/serialization/types/WebhookToolApiSchemaConfigOutputContentType.d.ts +7 -0
  288. package/dist/serialization/types/WebhookToolApiSchemaConfigOutputContentType.js +39 -0
  289. package/dist/serialization/types/WidgetConfig.d.ts +2 -0
  290. package/dist/serialization/types/WidgetConfig.js +2 -0
  291. package/dist/serialization/types/WidgetConfigResponse.d.ts +2 -0
  292. package/dist/serialization/types/WidgetConfigResponse.js +2 -0
  293. package/dist/serialization/types/WidgetEndFeedbackConfig.d.ts +10 -0
  294. package/dist/serialization/types/WidgetEndFeedbackConfig.js +42 -0
  295. package/dist/serialization/types/WidgetEndFeedbackType.d.ts +7 -0
  296. package/dist/serialization/types/WidgetEndFeedbackType.js +39 -0
  297. package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
  298. package/dist/serialization/types/WorkspaceResourceType.js +4 -0
  299. package/dist/serialization/types/index.d.ts +19 -0
  300. package/dist/serialization/types/index.js +19 -0
  301. package/dist/version.d.ts +1 -1
  302. package/dist/version.js +1 -1
  303. package/dist/wrapper/ElevenLabsClient.d.ts +2 -2
  304. package/dist/wrapper/ElevenLabsClient.js +2 -1
  305. package/dist/wrapper/music.d.ts +11 -0
  306. package/dist/wrapper/music.js +32 -0
  307. package/dist/wrapper/realtime/connection.d.ts +59 -10
  308. package/dist/wrapper/realtime/connection.js +14 -14
  309. package/dist/wrapper/realtime/index.d.ts +1 -1
  310. package/dist/wrapper/realtime/scribe.d.ts +2 -2
  311. package/dist/wrapper/realtime/scribe.js +5 -5
  312. package/package.json +1 -1
  313. package/reference.md +114 -1
  314. package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +1 -0
  315. package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +1 -0
  316. package/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +10 -0
  317. package/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/{BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.js → ConversationFeedbackRequestModel.js} +3 -3
  318. package/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.d.ts +1 -1
  319. package/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.js +3 -3
  320. package/serialization/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +1 -0
  321. package/serialization/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.js +1 -0
  322. package/serialization/types/AgentMetadata.d.ts +1 -0
  323. package/serialization/types/AgentMetadata.js +1 -0
  324. package/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +30 -0
  325. package/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.js +62 -0
  326. package/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +30 -0
  327. package/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.js +62 -0
  328. package/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +8 -8
  329. package/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +8 -8
  330. package/serialization/types/AsrProvider.d.ts +1 -1
  331. package/serialization/types/AsrProvider.js +1 -1
  332. package/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -0
  333. package/serialization/types/ConversationConfigClientOverrideConfigInput.js +2 -0
  334. package/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -0
  335. package/serialization/types/ConversationConfigClientOverrideConfigOutput.js +2 -0
  336. package/serialization/types/ConversationConfigClientOverrideInput.d.ts +2 -0
  337. package/serialization/types/ConversationConfigClientOverrideInput.js +2 -0
  338. package/serialization/types/ConversationConfigClientOverrideOutput.d.ts +2 -0
  339. package/serialization/types/ConversationConfigClientOverrideOutput.js +2 -0
  340. package/serialization/types/ConversationFeedbackType.d.ts +7 -0
  341. package/serialization/types/ConversationFeedbackType.js +39 -0
  342. package/serialization/types/ConversationHistoryFeedbackCommonModel.d.ts +4 -0
  343. package/serialization/types/ConversationHistoryFeedbackCommonModel.js +4 -0
  344. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +1 -1
  345. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +1 -1
  346. package/serialization/types/ConversationInitiationSource.d.ts +1 -1
  347. package/serialization/types/ConversationInitiationSource.js +1 -0
  348. package/serialization/types/ConversationSummaryResponseModel.d.ts +2 -0
  349. package/serialization/types/ConversationSummaryResponseModel.js +2 -0
  350. package/serialization/types/DiscountResposneModel.d.ts +10 -0
  351. package/serialization/types/DiscountResposneModel.js +42 -0
  352. package/serialization/types/GetAgentResponseModel.d.ts +2 -0
  353. package/serialization/types/GetAgentResponseModel.js +2 -0
  354. package/serialization/types/GetConversationResponseModel.d.ts +1 -0
  355. package/serialization/types/GetConversationResponseModel.js +1 -0
  356. package/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
  357. package/serialization/types/GetTestSuiteInvocationResponseModel.js +1 -0
  358. package/serialization/types/InvoiceResponse.d.ts +2 -0
  359. package/serialization/types/InvoiceResponse.js +2 -0
  360. package/serialization/types/LanguagePresetInput.d.ts +1 -0
  361. package/serialization/types/LanguagePresetInput.js +1 -0
  362. package/serialization/types/LanguagePresetOutput.d.ts +1 -0
  363. package/serialization/types/LanguagePresetOutput.js +1 -0
  364. package/serialization/types/ProjectExtendedResponse.d.ts +4 -0
  365. package/serialization/types/ProjectExtendedResponse.js +4 -0
  366. package/serialization/types/ProjectExtendedResponseModelAssetsItem.d.ts +15 -0
  367. package/serialization/types/ProjectExtendedResponseModelAssetsItem.js +49 -0
  368. package/serialization/types/ProjectExternalAudioResponseModel.d.ts +29 -0
  369. package/serialization/types/ProjectExternalAudioResponseModel.js +61 -0
  370. package/serialization/types/ProjectSnapshotExtendedResponseModel.d.ts +1 -0
  371. package/serialization/types/ProjectSnapshotExtendedResponseModel.js +1 -0
  372. package/serialization/types/ProjectVideoResponseModel.d.ts +37 -0
  373. package/serialization/types/ProjectVideoResponseModel.js +69 -0
  374. package/serialization/types/ProjectVideoThumbnailSheetResponseModel.d.ts +11 -0
  375. package/serialization/types/ProjectVideoThumbnailSheetResponseModel.js +43 -0
  376. package/serialization/types/ProjectVoiceResponseModel.d.ts +17 -0
  377. package/serialization/types/ProjectVoiceResponseModel.js +49 -0
  378. package/serialization/types/SoftTimeoutConfig.d.ts +10 -0
  379. package/serialization/types/SoftTimeoutConfig.js +42 -0
  380. package/serialization/types/SoftTimeoutConfigOverride.d.ts +9 -0
  381. package/serialization/types/SoftTimeoutConfigOverride.js +41 -0
  382. package/serialization/types/SoftTimeoutConfigOverrideConfig.d.ts +9 -0
  383. package/serialization/types/SoftTimeoutConfigOverrideConfig.js +41 -0
  384. package/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +10 -0
  385. package/serialization/types/SoftTimeoutConfigWorkflowOverride.js +42 -0
  386. package/serialization/types/TestInvocationSummaryResponseModel.d.ts +2 -0
  387. package/serialization/types/TestInvocationSummaryResponseModel.js +2 -0
  388. package/serialization/types/ToolRequestModelToolConfig.d.ts +2 -2
  389. package/serialization/types/ToolRequestModelToolConfig.js +2 -2
  390. package/serialization/types/ToolResponseModelToolConfig.d.ts +3 -7
  391. package/serialization/types/ToolResponseModelToolConfig.js +2 -5
  392. package/serialization/types/TtsConversationalModel.d.ts +1 -1
  393. package/serialization/types/TtsConversationalModel.js +1 -0
  394. package/serialization/types/TtsModelFamily.d.ts +1 -1
  395. package/serialization/types/TtsModelFamily.js +1 -1
  396. package/serialization/types/TurnConfig.d.ts +3 -0
  397. package/serialization/types/TurnConfig.js +3 -0
  398. package/serialization/types/TurnConfigOverride.d.ts +10 -0
  399. package/serialization/types/TurnConfigOverride.js +42 -0
  400. package/serialization/types/TurnConfigOverrideConfig.d.ts +10 -0
  401. package/serialization/types/TurnConfigOverrideConfig.js +42 -0
  402. package/serialization/types/TurnConfigWorkflowOverride.d.ts +3 -0
  403. package/serialization/types/TurnConfigWorkflowOverride.js +3 -0
  404. package/serialization/types/UnitTestRunResponseModel.d.ts +1 -0
  405. package/serialization/types/UnitTestRunResponseModel.js +1 -0
  406. package/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
  407. package/serialization/types/WebhookToolApiSchemaConfigInput.js +2 -0
  408. package/serialization/types/WebhookToolApiSchemaConfigInputContentType.d.ts +7 -0
  409. package/serialization/types/WebhookToolApiSchemaConfigInputContentType.js +39 -0
  410. package/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
  411. package/serialization/types/WebhookToolApiSchemaConfigOutput.js +2 -0
  412. package/serialization/types/WebhookToolApiSchemaConfigOutputContentType.d.ts +7 -0
  413. package/serialization/types/WebhookToolApiSchemaConfigOutputContentType.js +39 -0
  414. package/serialization/types/WidgetConfig.d.ts +2 -0
  415. package/serialization/types/WidgetConfig.js +2 -0
  416. package/serialization/types/WidgetConfigResponse.d.ts +2 -0
  417. package/serialization/types/WidgetConfigResponse.js +2 -0
  418. package/serialization/types/WidgetEndFeedbackConfig.d.ts +10 -0
  419. package/serialization/types/WidgetEndFeedbackConfig.js +42 -0
  420. package/serialization/types/WidgetEndFeedbackType.d.ts +7 -0
  421. package/serialization/types/WidgetEndFeedbackType.js +39 -0
  422. package/serialization/types/WorkspaceResourceType.d.ts +1 -1
  423. package/serialization/types/WorkspaceResourceType.js +4 -0
  424. package/serialization/types/index.d.ts +19 -0
  425. package/serialization/types/index.js +19 -0
  426. package/version.d.ts +1 -1
  427. package/version.js +1 -1
  428. package/wrapper/ElevenLabsClient.d.ts +2 -2
  429. package/wrapper/ElevenLabsClient.js +2 -1
  430. package/wrapper/music.d.ts +11 -0
  431. package/wrapper/music.js +32 -0
  432. package/wrapper/realtime/connection.d.ts +59 -10
  433. package/wrapper/realtime/connection.js +14 -14
  434. package/wrapper/realtime/index.d.ts +1 -1
  435. package/wrapper/realtime/scribe.d.ts +2 -2
  436. package/wrapper/realtime/scribe.js +5 -5
  437. package/dist/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.d.ts +0 -10
  438. package/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.d.ts +0 -10
  439. /package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/{BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.js → ConversationFeedbackRequestModel.js} +0 -0
  440. /package/{dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.js → api/types/ApiIntegrationWebhookToolConfigExternalInput.js} +0 -0
@@ -2,8 +2,12 @@ import * as ElevenLabs from "../index";
2
2
  export interface TurnConfigWorkflowOverride {
3
3
  /** Maximum wait time for the user's reply before re-engaging the user */
4
4
  turnTimeout?: number;
5
+ /** How long the agent will wait for the user to start the conversation if the first message is empty. If not set, uses the regular turn_timeout. */
6
+ initialWaitTime?: number;
5
7
  /** Maximum wait time since the user last spoke before terminating the call */
6
8
  silenceEndCallTimeout?: number;
9
+ /** Configuration for soft timeout functionality. Provides immediate feedback during longer LLM responses. */
10
+ softTimeoutConfig?: ElevenLabs.SoftTimeoutConfigWorkflowOverride;
7
11
  /** Controls how eager the agent is to respond. Low = less eager (waits longer), Standard = default eagerness, High = more eager (responds sooner) */
8
12
  turnEagerness?: ElevenLabs.TurnEagerness;
9
13
  }
@@ -4,6 +4,7 @@ export interface UnitTestRunResponseModel {
4
4
  testInfo?: ElevenLabs.UnitTestCommonModel;
5
5
  testInvocationId: string;
6
6
  agentId: string;
7
+ branchId?: string;
7
8
  workflowNodeId?: string;
8
9
  status: ElevenLabs.TestRunStatus;
9
10
  agentResponses?: ElevenLabs.ConversationHistoryTranscriptCommonModelOutput[];
@@ -15,6 +15,8 @@ export interface WebhookToolApiSchemaConfigInput {
15
15
  requestBodySchema?: ElevenLabs.ObjectJsonSchemaPropertyInput;
16
16
  /** Headers that should be included in the request */
17
17
  requestHeaders?: Record<string, ElevenLabs.WebhookToolApiSchemaConfigInputRequestHeadersValue>;
18
+ /** Content type for the request body. Only applies to POST/PUT/PATCH requests. */
19
+ contentType?: ElevenLabs.WebhookToolApiSchemaConfigInputContentType;
18
20
  /** Optional auth connection to use for authentication with this webhook */
19
21
  authConnection?: ElevenLabs.AuthConnectionLocator;
20
22
  }
@@ -0,0 +1,6 @@
1
+ /** Content type for the request body. Only applies to POST/PUT/PATCH requests. */
2
+ export declare const WebhookToolApiSchemaConfigInputContentType: {
3
+ readonly ApplicationJson: "application/json";
4
+ readonly ApplicationXWwwFormUrlencoded: "application/x-www-form-urlencoded";
5
+ };
6
+ export type WebhookToolApiSchemaConfigInputContentType = (typeof WebhookToolApiSchemaConfigInputContentType)[keyof typeof WebhookToolApiSchemaConfigInputContentType];
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.WebhookToolApiSchemaConfigInputContentType = void 0;
5
+ /** Content type for the request body. Only applies to POST/PUT/PATCH requests. */
6
+ exports.WebhookToolApiSchemaConfigInputContentType = {
7
+ ApplicationJson: "application/json",
8
+ ApplicationXWwwFormUrlencoded: "application/x-www-form-urlencoded",
9
+ };
@@ -15,6 +15,8 @@ export interface WebhookToolApiSchemaConfigOutput {
15
15
  requestBodySchema?: ElevenLabs.ObjectJsonSchemaPropertyOutput;
16
16
  /** Headers that should be included in the request */
17
17
  requestHeaders?: Record<string, ElevenLabs.WebhookToolApiSchemaConfigOutputRequestHeadersValue>;
18
+ /** Content type for the request body. Only applies to POST/PUT/PATCH requests. */
19
+ contentType?: ElevenLabs.WebhookToolApiSchemaConfigOutputContentType;
18
20
  /** Optional auth connection to use for authentication with this webhook */
19
21
  authConnection?: ElevenLabs.AuthConnectionLocator;
20
22
  }
@@ -0,0 +1,6 @@
1
+ /** Content type for the request body. Only applies to POST/PUT/PATCH requests. */
2
+ export declare const WebhookToolApiSchemaConfigOutputContentType: {
3
+ readonly ApplicationJson: "application/json";
4
+ readonly ApplicationXWwwFormUrlencoded: "application/x-www-form-urlencoded";
5
+ };
6
+ export type WebhookToolApiSchemaConfigOutputContentType = (typeof WebhookToolApiSchemaConfigOutputContentType)[keyof typeof WebhookToolApiSchemaConfigOutputContentType];
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.WebhookToolApiSchemaConfigOutputContentType = void 0;
5
+ /** Content type for the request body. Only applies to POST/PUT/PATCH requests. */
6
+ exports.WebhookToolApiSchemaConfigOutputContentType = {
7
+ ApplicationJson: "application/json",
8
+ ApplicationXWwwFormUrlencoded: "application/x-www-form-urlencoded",
9
+ };
@@ -10,6 +10,8 @@ export interface WidgetConfig {
10
10
  avatar?: ElevenLabs.WidgetConfigOutputAvatar;
11
11
  /** The feedback mode of the widget */
12
12
  feedbackMode?: ElevenLabs.WidgetFeedbackMode;
13
+ /** Configuration for feedback collected at the end of the conversation */
14
+ endFeedback?: ElevenLabs.WidgetEndFeedbackConfig;
13
15
  /** The background color of the widget */
14
16
  bgColor?: string;
15
17
  /** The text color of the widget */
@@ -10,6 +10,8 @@ export interface WidgetConfigResponse {
10
10
  avatar?: ElevenLabs.WidgetConfigResponseModelAvatar;
11
11
  /** The feedback mode of the widget */
12
12
  feedbackMode?: ElevenLabs.WidgetFeedbackMode;
13
+ /** Configuration for feedback collected at the end of the conversation */
14
+ endFeedback?: ElevenLabs.WidgetEndFeedbackConfig;
13
15
  /** The background color of the widget */
14
16
  bgColor?: string;
15
17
  /** The text color of the widget */
@@ -0,0 +1,5 @@
1
+ import * as ElevenLabs from "../index";
2
+ export interface WidgetEndFeedbackConfig {
3
+ /** The type of feedback to collect at the end of the conversation */
4
+ type?: ElevenLabs.WidgetEndFeedbackType;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1 @@
1
+ export type WidgetEndFeedbackType = "rating";
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -14,12 +14,16 @@ export declare const WorkspaceResourceType: {
14
14
  readonly ConvaiPhoneNumbers: "convai_phone_numbers";
15
15
  readonly ConvaiMcpServers: "convai_mcp_servers";
16
16
  readonly ConvaiApiIntegrationConnections: "convai_api_integration_connections";
17
+ readonly ConvaiApiIntegrationTriggerConnections: "convai_api_integration_trigger_connections";
17
18
  readonly ConvaiBatchCalls: "convai_batch_calls";
18
19
  readonly ConvaiAgentResponseTests: "convai_agent_response_tests";
19
20
  readonly ConvaiTestSuiteInvocations: "convai_test_suite_invocations";
20
21
  readonly ConvaiCrawlJobs: "convai_crawl_jobs";
21
22
  readonly ConvaiCrawlTasks: "convai_crawl_tasks";
22
23
  readonly ConvaiWhatsappAccounts: "convai_whatsapp_accounts";
24
+ readonly ConvaiAgentVersions: "convai_agent_versions";
25
+ readonly ConvaiAgentBranches: "convai_agent_branches";
26
+ readonly ConvaiAgentVersionsDeployments: "convai_agent_versions_deployments";
23
27
  readonly Dashboard: "dashboard";
24
28
  readonly DashboardConfiguration: "dashboard_configuration";
25
29
  };
@@ -18,12 +18,16 @@ exports.WorkspaceResourceType = {
18
18
  ConvaiPhoneNumbers: "convai_phone_numbers",
19
19
  ConvaiMcpServers: "convai_mcp_servers",
20
20
  ConvaiApiIntegrationConnections: "convai_api_integration_connections",
21
+ ConvaiApiIntegrationTriggerConnections: "convai_api_integration_trigger_connections",
21
22
  ConvaiBatchCalls: "convai_batch_calls",
22
23
  ConvaiAgentResponseTests: "convai_agent_response_tests",
23
24
  ConvaiTestSuiteInvocations: "convai_test_suite_invocations",
24
25
  ConvaiCrawlJobs: "convai_crawl_jobs",
25
26
  ConvaiCrawlTasks: "convai_crawl_tasks",
26
27
  ConvaiWhatsappAccounts: "convai_whatsapp_accounts",
28
+ ConvaiAgentVersions: "convai_agent_versions",
29
+ ConvaiAgentBranches: "convai_agent_branches",
30
+ ConvaiAgentVersionsDeployments: "convai_agent_versions_deployments",
27
31
  Dashboard: "dashboard",
28
32
  DashboardConfiguration: "dashboard_configuration",
29
33
  };
@@ -102,6 +102,8 @@ export * from "./ApiIntegrationWebhookOverridesOutputRequestHeadersValue";
102
102
  export * from "./ApiIntegrationWebhookOverridesOutput";
103
103
  export * from "./ApiIntegrationWebhookToolConfigInput";
104
104
  export * from "./ApiIntegrationWebhookToolConfigOutput";
105
+ export * from "./ApiIntegrationWebhookToolConfigExternalInput";
106
+ export * from "./ApiIntegrationWebhookToolConfigExternalOutput";
105
107
  export * from "./ArrayJsonSchemaPropertyInputItems";
106
108
  export * from "./ArrayJsonSchemaPropertyInput";
107
109
  export * from "./ArrayJsonSchemaPropertyOutputItems";
@@ -193,6 +195,7 @@ export * from "./ConversationConfigOverride";
193
195
  export * from "./ConversationConfigOverrideConfig";
194
196
  export * from "./ConversationConfigWorkflowOverride";
195
197
  export * from "./ConversationDeletionSettings";
198
+ export * from "./ConversationFeedbackType";
196
199
  export * from "./ConversationHistoryAnalysisCommonModel";
197
200
  export * from "./ConversationHistoryBatchCallModel";
198
201
  export * from "./ConversationHistoryElevenAssistantCommonModel";
@@ -286,6 +289,7 @@ export * from "./DependentUnknownToolIdentifier";
286
289
  export * from "./DetailedMusicResponse";
287
290
  export * from "./DialogueInput";
288
291
  export * from "./DialogueInputResponseModel";
292
+ export * from "./DiscountResposneModel";
289
293
  export * from "./DoDubbingResponse";
290
294
  export * from "./DocumentUsageModeEnum";
291
295
  export * from "./DocxExportOptions";
@@ -498,7 +502,9 @@ export * from "./ProjectExtendedResponseModelSourceType";
498
502
  export * from "./ProjectExtendedResponseModelAspectRatio";
499
503
  export * from "./ProjectExtendedResponseModelQualityPreset";
500
504
  export * from "./ProjectExtendedResponseModelApplyTextNormalization";
505
+ export * from "./ProjectExtendedResponseModelAssetsItem";
501
506
  export * from "./ProjectExtendedResponse";
507
+ export * from "./ProjectExternalAudioResponseModel";
502
508
  export * from "./ProjectResponseModelTargetAudience";
503
509
  export * from "./ProjectResponseModelAccessLevel";
504
510
  export * from "./ProjectResponseModelFiction";
@@ -508,6 +514,9 @@ export * from "./ProjectResponse";
508
514
  export * from "./ProjectSnapshotExtendedResponseModel";
509
515
  export * from "./ProjectSnapshotResponse";
510
516
  export * from "./ProjectSnapshotsResponse";
517
+ export * from "./ProjectVideoResponseModel";
518
+ export * from "./ProjectVideoThumbnailSheetResponseModel";
519
+ export * from "./ProjectVoiceResponseModel";
511
520
  export * from "./PromptAgentApiModelInputBackupLlmConfig";
512
521
  export * from "./PromptAgentApiModelInputToolsItem";
513
522
  export * from "./PromptAgentApiModelInput";
@@ -589,6 +598,10 @@ export * from "./SingleUseTokenResponseModel";
589
598
  export * from "./SingleUseTokenType";
590
599
  export * from "./SkipTurnToolConfig";
591
600
  export * from "./SkipTurnToolResponseModel";
601
+ export * from "./SoftTimeoutConfig";
602
+ export * from "./SoftTimeoutConfigOverride";
603
+ export * from "./SoftTimeoutConfigOverrideConfig";
604
+ export * from "./SoftTimeoutConfigWorkflowOverride";
592
605
  export * from "./SongMetadata";
593
606
  export * from "./SongSection";
594
607
  export * from "./SortDirection";
@@ -669,6 +682,8 @@ export * from "./TransferToNumberToolConfigInput";
669
682
  export * from "./TransferToNumberToolConfigOutput";
670
683
  export * from "./TransferTypeEnum";
671
684
  export * from "./TurnConfig";
685
+ export * from "./TurnConfigOverride";
686
+ export * from "./TurnConfigOverrideConfig";
672
687
  export * from "./TurnConfigWorkflowOverride";
673
688
  export * from "./TurnEagerness";
674
689
  export * from "./TurnMode";
@@ -723,9 +738,11 @@ export * from "./WebhookAuthMethodType";
723
738
  export * from "./WebhookEventType";
724
739
  export * from "./WebhookToolApiSchemaConfigInputMethod";
725
740
  export * from "./WebhookToolApiSchemaConfigInputRequestHeadersValue";
741
+ export * from "./WebhookToolApiSchemaConfigInputContentType";
726
742
  export * from "./WebhookToolApiSchemaConfigInput";
727
743
  export * from "./WebhookToolApiSchemaConfigOutputMethod";
728
744
  export * from "./WebhookToolApiSchemaConfigOutputRequestHeadersValue";
745
+ export * from "./WebhookToolApiSchemaConfigOutputContentType";
729
746
  export * from "./WebhookToolApiSchemaConfigOutput";
730
747
  export * from "./WebhookToolConfigInput";
731
748
  export * from "./WebhookToolConfigOutput";
@@ -736,6 +753,8 @@ export * from "./WidgetConfig";
736
753
  export * from "./WidgetConfigOutputAvatar";
737
754
  export * from "./WidgetConfigResponseModelAvatar";
738
755
  export * from "./WidgetConfigResponse";
756
+ export * from "./WidgetEndFeedbackConfig";
757
+ export * from "./WidgetEndFeedbackType";
739
758
  export * from "./WidgetExpandable";
740
759
  export * from "./WidgetFeedbackMode";
741
760
  export * from "./WidgetLanguagePreset";
@@ -118,6 +118,8 @@ __exportStar(require("./ApiIntegrationWebhookOverridesOutputRequestHeadersValue"
118
118
  __exportStar(require("./ApiIntegrationWebhookOverridesOutput"), exports);
119
119
  __exportStar(require("./ApiIntegrationWebhookToolConfigInput"), exports);
120
120
  __exportStar(require("./ApiIntegrationWebhookToolConfigOutput"), exports);
121
+ __exportStar(require("./ApiIntegrationWebhookToolConfigExternalInput"), exports);
122
+ __exportStar(require("./ApiIntegrationWebhookToolConfigExternalOutput"), exports);
121
123
  __exportStar(require("./ArrayJsonSchemaPropertyInputItems"), exports);
122
124
  __exportStar(require("./ArrayJsonSchemaPropertyInput"), exports);
123
125
  __exportStar(require("./ArrayJsonSchemaPropertyOutputItems"), exports);
@@ -209,6 +211,7 @@ __exportStar(require("./ConversationConfigOverride"), exports);
209
211
  __exportStar(require("./ConversationConfigOverrideConfig"), exports);
210
212
  __exportStar(require("./ConversationConfigWorkflowOverride"), exports);
211
213
  __exportStar(require("./ConversationDeletionSettings"), exports);
214
+ __exportStar(require("./ConversationFeedbackType"), exports);
212
215
  __exportStar(require("./ConversationHistoryAnalysisCommonModel"), exports);
213
216
  __exportStar(require("./ConversationHistoryBatchCallModel"), exports);
214
217
  __exportStar(require("./ConversationHistoryElevenAssistantCommonModel"), exports);
@@ -302,6 +305,7 @@ __exportStar(require("./DependentUnknownToolIdentifier"), exports);
302
305
  __exportStar(require("./DetailedMusicResponse"), exports);
303
306
  __exportStar(require("./DialogueInput"), exports);
304
307
  __exportStar(require("./DialogueInputResponseModel"), exports);
308
+ __exportStar(require("./DiscountResposneModel"), exports);
305
309
  __exportStar(require("./DoDubbingResponse"), exports);
306
310
  __exportStar(require("./DocumentUsageModeEnum"), exports);
307
311
  __exportStar(require("./DocxExportOptions"), exports);
@@ -514,7 +518,9 @@ __exportStar(require("./ProjectExtendedResponseModelSourceType"), exports);
514
518
  __exportStar(require("./ProjectExtendedResponseModelAspectRatio"), exports);
515
519
  __exportStar(require("./ProjectExtendedResponseModelQualityPreset"), exports);
516
520
  __exportStar(require("./ProjectExtendedResponseModelApplyTextNormalization"), exports);
521
+ __exportStar(require("./ProjectExtendedResponseModelAssetsItem"), exports);
517
522
  __exportStar(require("./ProjectExtendedResponse"), exports);
523
+ __exportStar(require("./ProjectExternalAudioResponseModel"), exports);
518
524
  __exportStar(require("./ProjectResponseModelTargetAudience"), exports);
519
525
  __exportStar(require("./ProjectResponseModelAccessLevel"), exports);
520
526
  __exportStar(require("./ProjectResponseModelFiction"), exports);
@@ -524,6 +530,9 @@ __exportStar(require("./ProjectResponse"), exports);
524
530
  __exportStar(require("./ProjectSnapshotExtendedResponseModel"), exports);
525
531
  __exportStar(require("./ProjectSnapshotResponse"), exports);
526
532
  __exportStar(require("./ProjectSnapshotsResponse"), exports);
533
+ __exportStar(require("./ProjectVideoResponseModel"), exports);
534
+ __exportStar(require("./ProjectVideoThumbnailSheetResponseModel"), exports);
535
+ __exportStar(require("./ProjectVoiceResponseModel"), exports);
527
536
  __exportStar(require("./PromptAgentApiModelInputBackupLlmConfig"), exports);
528
537
  __exportStar(require("./PromptAgentApiModelInputToolsItem"), exports);
529
538
  __exportStar(require("./PromptAgentApiModelInput"), exports);
@@ -605,6 +614,10 @@ __exportStar(require("./SingleUseTokenResponseModel"), exports);
605
614
  __exportStar(require("./SingleUseTokenType"), exports);
606
615
  __exportStar(require("./SkipTurnToolConfig"), exports);
607
616
  __exportStar(require("./SkipTurnToolResponseModel"), exports);
617
+ __exportStar(require("./SoftTimeoutConfig"), exports);
618
+ __exportStar(require("./SoftTimeoutConfigOverride"), exports);
619
+ __exportStar(require("./SoftTimeoutConfigOverrideConfig"), exports);
620
+ __exportStar(require("./SoftTimeoutConfigWorkflowOverride"), exports);
608
621
  __exportStar(require("./SongMetadata"), exports);
609
622
  __exportStar(require("./SongSection"), exports);
610
623
  __exportStar(require("./SortDirection"), exports);
@@ -685,6 +698,8 @@ __exportStar(require("./TransferToNumberToolConfigInput"), exports);
685
698
  __exportStar(require("./TransferToNumberToolConfigOutput"), exports);
686
699
  __exportStar(require("./TransferTypeEnum"), exports);
687
700
  __exportStar(require("./TurnConfig"), exports);
701
+ __exportStar(require("./TurnConfigOverride"), exports);
702
+ __exportStar(require("./TurnConfigOverrideConfig"), exports);
688
703
  __exportStar(require("./TurnConfigWorkflowOverride"), exports);
689
704
  __exportStar(require("./TurnEagerness"), exports);
690
705
  __exportStar(require("./TurnMode"), exports);
@@ -739,9 +754,11 @@ __exportStar(require("./WebhookAuthMethodType"), exports);
739
754
  __exportStar(require("./WebhookEventType"), exports);
740
755
  __exportStar(require("./WebhookToolApiSchemaConfigInputMethod"), exports);
741
756
  __exportStar(require("./WebhookToolApiSchemaConfigInputRequestHeadersValue"), exports);
757
+ __exportStar(require("./WebhookToolApiSchemaConfigInputContentType"), exports);
742
758
  __exportStar(require("./WebhookToolApiSchemaConfigInput"), exports);
743
759
  __exportStar(require("./WebhookToolApiSchemaConfigOutputMethod"), exports);
744
760
  __exportStar(require("./WebhookToolApiSchemaConfigOutputRequestHeadersValue"), exports);
761
+ __exportStar(require("./WebhookToolApiSchemaConfigOutputContentType"), exports);
745
762
  __exportStar(require("./WebhookToolApiSchemaConfigOutput"), exports);
746
763
  __exportStar(require("./WebhookToolConfigInput"), exports);
747
764
  __exportStar(require("./WebhookToolConfigOutput"), exports);
@@ -752,6 +769,8 @@ __exportStar(require("./WidgetConfig"), exports);
752
769
  __exportStar(require("./WidgetConfigOutputAvatar"), exports);
753
770
  __exportStar(require("./WidgetConfigResponseModelAvatar"), exports);
754
771
  __exportStar(require("./WidgetConfigResponse"), exports);
772
+ __exportStar(require("./WidgetEndFeedbackConfig"), exports);
773
+ __exportStar(require("./WidgetEndFeedbackType"), exports);
755
774
  __exportStar(require("./WidgetExpandable"), exports);
756
775
  __exportStar(require("./WidgetFeedbackMode"), exports);
757
776
  __exportStar(require("./WidgetLanguagePreset"), exports);
@@ -8,5 +8,6 @@ export declare namespace RunAgentTestsRequestModel {
8
8
  interface Raw {
9
9
  tests: SingleTestRunRequestModel.Raw[];
10
10
  agent_config_override?: AdhocAgentConfigOverrideForTestRequestModel.Raw | null;
11
+ branch_id?: string | null;
11
12
  }
12
13
  }
@@ -41,4 +41,5 @@ const AdhocAgentConfigOverrideForTestRequestModel_1 = require("../../../../../..
41
41
  exports.RunAgentTestsRequestModel = core.serialization.object({
42
42
  tests: core.serialization.list(SingleTestRunRequestModel_1.SingleTestRunRequestModel),
43
43
  agentConfigOverride: core.serialization.property("agent_config_override", AdhocAgentConfigOverrideForTestRequestModel_1.AdhocAgentConfigOverrideForTestRequestModel.optional()),
44
+ branchId: core.serialization.property("branch_id", core.serialization.string().optional()),
44
45
  });
@@ -0,0 +1,10 @@
1
+ import * as serializers from "../../../../../../../../index";
2
+ import * as ElevenLabs from "../../../../../../../../../api/index";
3
+ import * as core from "../../../../../../../../../core";
4
+ import { UserFeedbackScore } from "../../../../../../../../types/UserFeedbackScore";
5
+ export declare const ConversationFeedbackRequestModel: core.serialization.Schema<serializers.conversationalAi.conversations.ConversationFeedbackRequestModel.Raw, ElevenLabs.conversationalAi.conversations.ConversationFeedbackRequestModel>;
6
+ export declare namespace ConversationFeedbackRequestModel {
7
+ interface Raw {
8
+ feedback?: UserFeedbackScore.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.BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost = void 0;
37
+ exports.ConversationFeedbackRequestModel = void 0;
38
38
  const core = __importStar(require("../../../../../../../../../core"));
39
39
  const UserFeedbackScore_1 = require("../../../../../../../../types/UserFeedbackScore");
40
- exports.BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost = core.serialization.object({
41
- feedback: UserFeedbackScore_1.UserFeedbackScore,
40
+ exports.ConversationFeedbackRequestModel = core.serialization.object({
41
+ feedback: UserFeedbackScore_1.UserFeedbackScore.optional(),
42
42
  });
@@ -1 +1 @@
1
- export { BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost } from "./BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost";
1
+ export { ConversationFeedbackRequestModel } from "./ConversationFeedbackRequestModel";
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost = void 0;
4
- var BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost_1 = require("./BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost");
5
- Object.defineProperty(exports, "BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost", { enumerable: true, get: function () { return BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost_1.BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost; } });
3
+ exports.ConversationFeedbackRequestModel = void 0;
4
+ var ConversationFeedbackRequestModel_1 = require("./ConversationFeedbackRequestModel");
5
+ Object.defineProperty(exports, "ConversationFeedbackRequestModel", { enumerable: true, get: function () { return ConversationFeedbackRequestModel_1.ConversationFeedbackRequestModel; } });
@@ -8,5 +8,6 @@ export declare namespace ResubmitTestsRequestModel {
8
8
  test_run_ids: string[];
9
9
  agent_config_override?: AdhocAgentConfigOverrideForTestRequestModel.Raw | null;
10
10
  agent_id: string;
11
+ branch_id?: string | null;
11
12
  }
12
13
  }
@@ -41,4 +41,5 @@ exports.ResubmitTestsRequestModel = core.serialization.object({
41
41
  testRunIds: core.serialization.property("test_run_ids", core.serialization.list(core.serialization.string())),
42
42
  agentConfigOverride: core.serialization.property("agent_config_override", AdhocAgentConfigOverrideForTestRequestModel_1.AdhocAgentConfigOverrideForTestRequestModel.optional()),
43
43
  agentId: core.serialization.property("agent_id", core.serialization.string()),
44
+ branchId: core.serialization.property("branch_id", core.serialization.string().optional()),
44
45
  });
@@ -5,6 +5,7 @@ export declare const AgentMetadata: core.serialization.ObjectSchema<serializers.
5
5
  export declare namespace AgentMetadata {
6
6
  interface Raw {
7
7
  agent_id: string;
8
+ branch_id?: string | null;
8
9
  workflow_node_id?: string | null;
9
10
  }
10
11
  }
@@ -38,5 +38,6 @@ exports.AgentMetadata = void 0;
38
38
  const core = __importStar(require("../../core"));
39
39
  exports.AgentMetadata = core.serialization.object({
40
40
  agentId: core.serialization.property("agent_id", core.serialization.string()),
41
+ branchId: core.serialization.property("branch_id", core.serialization.string().optional()),
41
42
  workflowNodeId: core.serialization.property("workflow_node_id", core.serialization.string().optional()),
42
43
  });
@@ -0,0 +1,30 @@
1
+ import * as serializers from "../index";
2
+ import * as ElevenLabs from "../../api/index";
3
+ import * as core from "../../core";
4
+ import { DynamicVariableAssignment } from "./DynamicVariableAssignment";
5
+ import { ToolCallSoundType } from "./ToolCallSoundType";
6
+ import { ToolCallSoundBehavior } from "./ToolCallSoundBehavior";
7
+ import { DynamicVariablesConfig } from "./DynamicVariablesConfig";
8
+ import { ToolExecutionMode } from "./ToolExecutionMode";
9
+ import { ApiIntegrationWebhookOverridesInput } from "./ApiIntegrationWebhookOverridesInput";
10
+ import { WebhookToolApiSchemaConfigInput } from "./WebhookToolApiSchemaConfigInput";
11
+ export declare const ApiIntegrationWebhookToolConfigExternalInput: core.serialization.ObjectSchema<serializers.ApiIntegrationWebhookToolConfigExternalInput.Raw, ElevenLabs.ApiIntegrationWebhookToolConfigExternalInput>;
12
+ export declare namespace ApiIntegrationWebhookToolConfigExternalInput {
13
+ interface Raw {
14
+ name: string;
15
+ description: string;
16
+ response_timeout_secs?: number | null;
17
+ disable_interruptions?: boolean | null;
18
+ force_pre_tool_speech?: boolean | null;
19
+ assignments?: DynamicVariableAssignment.Raw[] | null;
20
+ tool_call_sound?: ToolCallSoundType.Raw | null;
21
+ tool_call_sound_behavior?: ToolCallSoundBehavior.Raw | null;
22
+ dynamic_variables?: DynamicVariablesConfig.Raw | null;
23
+ execution_mode?: ToolExecutionMode.Raw | null;
24
+ tool_version?: string | null;
25
+ api_integration_id: string;
26
+ api_integration_connection_id: string;
27
+ api_schema_overrides?: ApiIntegrationWebhookOverridesInput.Raw | null;
28
+ base_api_schema: WebhookToolApiSchemaConfigInput.Raw;
29
+ }
30
+ }
@@ -0,0 +1,62 @@
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.ApiIntegrationWebhookToolConfigExternalInput = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ const DynamicVariableAssignment_1 = require("./DynamicVariableAssignment");
40
+ const ToolCallSoundType_1 = require("./ToolCallSoundType");
41
+ const ToolCallSoundBehavior_1 = require("./ToolCallSoundBehavior");
42
+ const DynamicVariablesConfig_1 = require("./DynamicVariablesConfig");
43
+ const ToolExecutionMode_1 = require("./ToolExecutionMode");
44
+ const ApiIntegrationWebhookOverridesInput_1 = require("./ApiIntegrationWebhookOverridesInput");
45
+ const WebhookToolApiSchemaConfigInput_1 = require("./WebhookToolApiSchemaConfigInput");
46
+ exports.ApiIntegrationWebhookToolConfigExternalInput = core.serialization.object({
47
+ name: core.serialization.string(),
48
+ description: core.serialization.string(),
49
+ responseTimeoutSecs: core.serialization.property("response_timeout_secs", core.serialization.number().optional()),
50
+ disableInterruptions: core.serialization.property("disable_interruptions", core.serialization.boolean().optional()),
51
+ forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean().optional()),
52
+ assignments: core.serialization.list(DynamicVariableAssignment_1.DynamicVariableAssignment).optional(),
53
+ toolCallSound: core.serialization.property("tool_call_sound", ToolCallSoundType_1.ToolCallSoundType.optional()),
54
+ toolCallSoundBehavior: core.serialization.property("tool_call_sound_behavior", ToolCallSoundBehavior_1.ToolCallSoundBehavior.optional()),
55
+ dynamicVariables: core.serialization.property("dynamic_variables", DynamicVariablesConfig_1.DynamicVariablesConfig.optional()),
56
+ executionMode: core.serialization.property("execution_mode", ToolExecutionMode_1.ToolExecutionMode.optional()),
57
+ toolVersion: core.serialization.property("tool_version", core.serialization.string().optional()),
58
+ apiIntegrationId: core.serialization.property("api_integration_id", core.serialization.string()),
59
+ apiIntegrationConnectionId: core.serialization.property("api_integration_connection_id", core.serialization.string()),
60
+ apiSchemaOverrides: core.serialization.property("api_schema_overrides", ApiIntegrationWebhookOverridesInput_1.ApiIntegrationWebhookOverridesInput.optional()),
61
+ baseApiSchema: core.serialization.property("base_api_schema", WebhookToolApiSchemaConfigInput_1.WebhookToolApiSchemaConfigInput),
62
+ });
@@ -0,0 +1,30 @@
1
+ import * as serializers from "../index";
2
+ import * as ElevenLabs from "../../api/index";
3
+ import * as core from "../../core";
4
+ import { DynamicVariableAssignment } from "./DynamicVariableAssignment";
5
+ import { ToolCallSoundType } from "./ToolCallSoundType";
6
+ import { ToolCallSoundBehavior } from "./ToolCallSoundBehavior";
7
+ import { DynamicVariablesConfig } from "./DynamicVariablesConfig";
8
+ import { ToolExecutionMode } from "./ToolExecutionMode";
9
+ import { ApiIntegrationWebhookOverridesOutput } from "./ApiIntegrationWebhookOverridesOutput";
10
+ import { WebhookToolApiSchemaConfigOutput } from "./WebhookToolApiSchemaConfigOutput";
11
+ export declare const ApiIntegrationWebhookToolConfigExternalOutput: core.serialization.ObjectSchema<serializers.ApiIntegrationWebhookToolConfigExternalOutput.Raw, ElevenLabs.ApiIntegrationWebhookToolConfigExternalOutput>;
12
+ export declare namespace ApiIntegrationWebhookToolConfigExternalOutput {
13
+ interface Raw {
14
+ name: string;
15
+ description: string;
16
+ response_timeout_secs: number;
17
+ disable_interruptions: boolean;
18
+ force_pre_tool_speech: boolean;
19
+ assignments: DynamicVariableAssignment.Raw[];
20
+ tool_call_sound?: ToolCallSoundType.Raw | null;
21
+ tool_call_sound_behavior: ToolCallSoundBehavior.Raw;
22
+ dynamic_variables: DynamicVariablesConfig.Raw;
23
+ execution_mode: ToolExecutionMode.Raw;
24
+ tool_version: string;
25
+ api_integration_id: string;
26
+ api_integration_connection_id: string;
27
+ api_schema_overrides?: ApiIntegrationWebhookOverridesOutput.Raw | null;
28
+ base_api_schema: WebhookToolApiSchemaConfigOutput.Raw;
29
+ }
30
+ }
@@ -0,0 +1,62 @@
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.ApiIntegrationWebhookToolConfigExternalOutput = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ const DynamicVariableAssignment_1 = require("./DynamicVariableAssignment");
40
+ const ToolCallSoundType_1 = require("./ToolCallSoundType");
41
+ const ToolCallSoundBehavior_1 = require("./ToolCallSoundBehavior");
42
+ const DynamicVariablesConfig_1 = require("./DynamicVariablesConfig");
43
+ const ToolExecutionMode_1 = require("./ToolExecutionMode");
44
+ const ApiIntegrationWebhookOverridesOutput_1 = require("./ApiIntegrationWebhookOverridesOutput");
45
+ const WebhookToolApiSchemaConfigOutput_1 = require("./WebhookToolApiSchemaConfigOutput");
46
+ exports.ApiIntegrationWebhookToolConfigExternalOutput = core.serialization.object({
47
+ name: core.serialization.string(),
48
+ description: core.serialization.string(),
49
+ responseTimeoutSecs: core.serialization.property("response_timeout_secs", core.serialization.number()),
50
+ disableInterruptions: core.serialization.property("disable_interruptions", core.serialization.boolean()),
51
+ forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean()),
52
+ assignments: core.serialization.list(DynamicVariableAssignment_1.DynamicVariableAssignment),
53
+ toolCallSound: core.serialization.property("tool_call_sound", ToolCallSoundType_1.ToolCallSoundType.optional()),
54
+ toolCallSoundBehavior: core.serialization.property("tool_call_sound_behavior", ToolCallSoundBehavior_1.ToolCallSoundBehavior),
55
+ dynamicVariables: core.serialization.property("dynamic_variables", DynamicVariablesConfig_1.DynamicVariablesConfig),
56
+ executionMode: core.serialization.property("execution_mode", ToolExecutionMode_1.ToolExecutionMode),
57
+ toolVersion: core.serialization.property("tool_version", core.serialization.string()),
58
+ apiIntegrationId: core.serialization.property("api_integration_id", core.serialization.string()),
59
+ apiIntegrationConnectionId: core.serialization.property("api_integration_connection_id", core.serialization.string()),
60
+ apiSchemaOverrides: core.serialization.property("api_schema_overrides", ApiIntegrationWebhookOverridesOutput_1.ApiIntegrationWebhookOverridesOutput.optional()),
61
+ baseApiSchema: core.serialization.property("base_api_schema", WebhookToolApiSchemaConfigOutput_1.WebhookToolApiSchemaConfigOutput),
62
+ });