@elevenlabs/elevenlabs-js 2.47.0 → 2.48.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 (295) hide show
  1. package/.fern/metadata.json +1 -1
  2. package/BaseClient.js +2 -2
  3. package/api/resources/conversationalAi/conversation/Conversation.js +1 -0
  4. package/api/resources/conversationalAi/conversation/ConversationConfig.d.ts +2 -0
  5. package/api/resources/conversationalAi/conversation/events.d.ts +1 -0
  6. package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +3 -0
  7. package/api/resources/conversationalAi/resources/agents/client/Client.js +7 -2
  8. package/api/resources/conversationalAi/resources/agents/resources/index.d.ts +1 -0
  9. package/api/resources/conversationalAi/resources/agents/resources/index.js +2 -1
  10. package/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.d.ts +27 -0
  11. package/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.js +116 -0
  12. package/api/resources/conversationalAi/resources/agents/resources/versions/client/index.d.ts +1 -0
  13. package/api/resources/conversationalAi/resources/agents/resources/versions/client/index.js +2 -0
  14. package/api/resources/conversationalAi/resources/agents/resources/versions/index.d.ts +1 -0
  15. package/api/resources/conversationalAi/resources/agents/resources/versions/index.js +17 -0
  16. package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +1 -0
  17. package/api/resources/conversationalAi/resources/conversations/client/Client.js +5 -1
  18. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +2 -0
  19. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
  20. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +5 -1
  21. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +2 -0
  22. package/api/resources/workspace/resources/authConnections/client/Client.d.ts +16 -0
  23. package/api/resources/workspace/resources/authConnections/client/Client.js +63 -0
  24. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +4 -1
  25. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
  26. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +16 -0
  27. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +3 -0
  28. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +40 -0
  29. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +3 -0
  30. package/api/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
  31. package/api/resources/workspace/resources/authConnections/types/index.js +2 -0
  32. package/api/types/AgentAlertingMonitorConfig.d.ts +2 -0
  33. package/api/types/AgentAlertingSettings.d.ts +2 -0
  34. package/api/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
  35. package/api/types/ConversationInitiationSource.d.ts +1 -0
  36. package/api/types/ConversationInitiationSource.js +1 -0
  37. package/api/types/CreateBearerAuthRequest.d.ts +8 -0
  38. package/api/types/CreateBearerAuthRequest.js +3 -0
  39. package/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -0
  40. package/api/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +2 -0
  41. package/api/types/InboundSipTrunkConfigRequestModel.d.ts +2 -0
  42. package/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
  43. package/api/types/ListCustomerFacingAgentsParams.d.ts +11 -0
  44. package/api/types/ListCustomerFacingAgentsParams.js +3 -0
  45. package/api/types/ListSpeechEnginesResponse.d.ts +1 -0
  46. package/api/types/Llm.d.ts +2 -0
  47. package/api/types/Llm.js +2 -0
  48. package/api/types/LoadProcedureToolConfig.d.ts +4 -0
  49. package/api/types/LoadProcedureToolConfig.js +3 -0
  50. package/api/types/LoadProcedureToolErrorStatus.d.ts +5 -0
  51. package/api/types/LoadProcedureToolErrorStatus.js +8 -0
  52. package/api/types/OAuth2ClientCredsResponse.d.ts +2 -0
  53. package/api/types/OutboundSipTrunkConfigRequestModel.d.ts +2 -0
  54. package/api/types/ProcedureAtVersion.d.ts +12 -0
  55. package/api/types/ProcedureAtVersion.js +3 -0
  56. package/api/types/ProcedureCompilerMode.d.ts +5 -1
  57. package/api/types/ProcedureCompilerMode.js +5 -0
  58. package/api/types/PromptAgentApiModelInput.d.ts +1 -1
  59. package/api/types/PromptAgentApiModelOutput.d.ts +1 -1
  60. package/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -1
  61. package/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -1
  62. package/api/types/SlackBotAuthResponse.d.ts +10 -0
  63. package/api/types/SlackBotAuthResponse.js +3 -0
  64. package/api/types/SpeechEngineResponse.d.ts +11 -0
  65. package/api/types/SpeechEngineSummaryResponse.d.ts +3 -1
  66. package/api/types/SystemToolConfigInputParams.d.ts +4 -1
  67. package/api/types/SystemToolConfigOutputParams.d.ts +4 -1
  68. package/api/types/UpdateBasicAuthRequest.d.ts +5 -0
  69. package/api/types/UpdateBasicAuthRequest.js +3 -0
  70. package/api/types/UpdateOAuth2ClientCredsRequest.d.ts +9 -0
  71. package/api/types/UpdateOAuth2ClientCredsRequest.js +3 -0
  72. package/api/types/UpdateOAuth2JwtRequest.d.ts +14 -0
  73. package/api/types/UpdateOAuth2JwtRequest.js +3 -0
  74. package/api/types/UpdateOAuth2JwtRequestAlgorithm.d.ts +9 -0
  75. package/api/types/UpdateOAuth2JwtRequestAlgorithm.js +12 -0
  76. package/api/types/UpdateOAuth2JwtRequestTokenResponseField.d.ts +5 -0
  77. package/api/types/UpdateOAuth2JwtRequestTokenResponseField.js +8 -0
  78. package/api/types/WorkspaceResourceType.d.ts +2 -0
  79. package/api/types/WorkspaceResourceType.js +2 -0
  80. package/api/types/index.d.ts +11 -0
  81. package/api/types/index.js +11 -0
  82. package/dist/BaseClient.js +2 -2
  83. package/dist/api/resources/conversationalAi/conversation/Conversation.js +1 -0
  84. package/dist/api/resources/conversationalAi/conversation/ConversationConfig.d.ts +2 -0
  85. package/dist/api/resources/conversationalAi/conversation/events.d.ts +1 -0
  86. package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +3 -0
  87. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +7 -2
  88. package/dist/api/resources/conversationalAi/resources/agents/resources/index.d.ts +1 -0
  89. package/dist/api/resources/conversationalAi/resources/agents/resources/index.js +2 -1
  90. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.d.ts +27 -0
  91. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.js +116 -0
  92. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/client/index.d.ts +1 -0
  93. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/client/index.js +2 -0
  94. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/index.d.ts +1 -0
  95. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/index.js +17 -0
  96. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +1 -0
  97. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +5 -1
  98. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +2 -0
  99. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
  100. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +5 -1
  101. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +2 -0
  102. package/dist/api/resources/workspace/resources/authConnections/client/Client.d.ts +16 -0
  103. package/dist/api/resources/workspace/resources/authConnections/client/Client.js +63 -0
  104. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +4 -1
  105. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
  106. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +16 -0
  107. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +3 -0
  108. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +40 -0
  109. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +3 -0
  110. package/dist/api/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
  111. package/dist/api/resources/workspace/resources/authConnections/types/index.js +2 -0
  112. package/dist/api/types/AgentAlertingMonitorConfig.d.ts +2 -0
  113. package/dist/api/types/AgentAlertingSettings.d.ts +2 -0
  114. package/dist/api/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
  115. package/dist/api/types/ConversationInitiationSource.d.ts +1 -0
  116. package/dist/api/types/ConversationInitiationSource.js +1 -0
  117. package/dist/api/types/CreateBearerAuthRequest.d.ts +8 -0
  118. package/dist/api/types/CreateBearerAuthRequest.js +3 -0
  119. package/dist/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -0
  120. package/dist/api/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +2 -0
  121. package/dist/api/types/InboundSipTrunkConfigRequestModel.d.ts +2 -0
  122. package/dist/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
  123. package/dist/api/types/ListCustomerFacingAgentsParams.d.ts +11 -0
  124. package/dist/api/types/ListCustomerFacingAgentsParams.js +3 -0
  125. package/dist/api/types/ListSpeechEnginesResponse.d.ts +1 -0
  126. package/dist/api/types/Llm.d.ts +2 -0
  127. package/dist/api/types/Llm.js +2 -0
  128. package/dist/api/types/LoadProcedureToolConfig.d.ts +4 -0
  129. package/dist/api/types/LoadProcedureToolConfig.js +3 -0
  130. package/dist/api/types/LoadProcedureToolErrorStatus.d.ts +5 -0
  131. package/dist/api/types/LoadProcedureToolErrorStatus.js +8 -0
  132. package/dist/api/types/OAuth2ClientCredsResponse.d.ts +2 -0
  133. package/dist/api/types/OutboundSipTrunkConfigRequestModel.d.ts +2 -0
  134. package/dist/api/types/ProcedureAtVersion.d.ts +12 -0
  135. package/dist/api/types/ProcedureAtVersion.js +3 -0
  136. package/dist/api/types/ProcedureCompilerMode.d.ts +5 -1
  137. package/dist/api/types/ProcedureCompilerMode.js +5 -0
  138. package/dist/api/types/PromptAgentApiModelInput.d.ts +1 -1
  139. package/dist/api/types/PromptAgentApiModelOutput.d.ts +1 -1
  140. package/dist/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -1
  141. package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -1
  142. package/dist/api/types/SlackBotAuthResponse.d.ts +10 -0
  143. package/dist/api/types/SlackBotAuthResponse.js +3 -0
  144. package/dist/api/types/SpeechEngineResponse.d.ts +11 -0
  145. package/dist/api/types/SpeechEngineSummaryResponse.d.ts +3 -1
  146. package/dist/api/types/SystemToolConfigInputParams.d.ts +4 -1
  147. package/dist/api/types/SystemToolConfigOutputParams.d.ts +4 -1
  148. package/dist/api/types/UpdateBasicAuthRequest.d.ts +5 -0
  149. package/dist/api/types/UpdateBasicAuthRequest.js +3 -0
  150. package/dist/api/types/UpdateOAuth2ClientCredsRequest.d.ts +9 -0
  151. package/dist/api/types/UpdateOAuth2ClientCredsRequest.js +3 -0
  152. package/dist/api/types/UpdateOAuth2JwtRequest.d.ts +14 -0
  153. package/dist/api/types/UpdateOAuth2JwtRequest.js +3 -0
  154. package/dist/api/types/UpdateOAuth2JwtRequestAlgorithm.d.ts +9 -0
  155. package/dist/api/types/UpdateOAuth2JwtRequestAlgorithm.js +12 -0
  156. package/dist/api/types/UpdateOAuth2JwtRequestTokenResponseField.d.ts +5 -0
  157. package/dist/api/types/UpdateOAuth2JwtRequestTokenResponseField.js +8 -0
  158. package/dist/api/types/WorkspaceResourceType.d.ts +2 -0
  159. package/dist/api/types/WorkspaceResourceType.js +2 -0
  160. package/dist/api/types/index.d.ts +11 -0
  161. package/dist/api/types/index.js +11 -0
  162. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +5 -1
  163. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +2 -0
  164. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
  165. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
  166. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +19 -0
  167. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +51 -0
  168. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +51 -0
  169. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +67 -0
  170. package/dist/serialization/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
  171. package/dist/serialization/resources/workspace/resources/authConnections/types/index.js +2 -0
  172. package/dist/serialization/types/AgentAlertingMonitorConfig.d.ts +1 -0
  173. package/dist/serialization/types/AgentAlertingMonitorConfig.js +1 -0
  174. package/dist/serialization/types/AgentAlertingSettings.d.ts +1 -0
  175. package/dist/serialization/types/AgentAlertingSettings.js +1 -0
  176. package/dist/serialization/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
  177. package/dist/serialization/types/AudioIsolationHistoryItemResponseModel.js +1 -0
  178. package/dist/serialization/types/ConversationInitiationSource.d.ts +1 -1
  179. package/dist/serialization/types/ConversationInitiationSource.js +1 -0
  180. package/dist/serialization/types/CreateBearerAuthRequest.d.ts +11 -0
  181. package/dist/serialization/types/CreateBearerAuthRequest.js +43 -0
  182. package/dist/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -0
  183. package/dist/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.js +1 -0
  184. package/dist/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +1 -0
  185. package/dist/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.js +1 -0
  186. package/dist/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +1 -0
  187. package/dist/serialization/types/InboundSipTrunkConfigRequestModel.js +1 -0
  188. package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
  189. package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
  190. package/dist/serialization/types/ListCustomerFacingAgentsParams.d.ts +9 -0
  191. package/dist/serialization/types/ListCustomerFacingAgentsParams.js +41 -0
  192. package/dist/serialization/types/Llm.d.ts +1 -1
  193. package/dist/serialization/types/Llm.js +2 -0
  194. package/dist/serialization/types/LoadProcedureToolConfig.d.ts +10 -0
  195. package/dist/serialization/types/LoadProcedureToolConfig.js +42 -0
  196. package/dist/serialization/types/LoadProcedureToolErrorStatus.d.ts +7 -0
  197. package/dist/serialization/types/LoadProcedureToolErrorStatus.js +39 -0
  198. package/dist/serialization/types/OAuth2ClientCredsResponse.d.ts +1 -0
  199. package/dist/serialization/types/OAuth2ClientCredsResponse.js +1 -0
  200. package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +1 -0
  201. package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.js +1 -0
  202. package/dist/serialization/types/ProcedureAtVersion.d.ts +13 -0
  203. package/dist/serialization/types/ProcedureAtVersion.js +45 -0
  204. package/dist/serialization/types/ProcedureCompilerMode.d.ts +1 -1
  205. package/dist/serialization/types/ProcedureCompilerMode.js +1 -1
  206. package/dist/serialization/types/SlackBotAuthResponse.d.ts +13 -0
  207. package/dist/serialization/types/SlackBotAuthResponse.js +45 -0
  208. package/dist/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
  209. package/dist/serialization/types/SystemToolConfigInputParams.js +2 -0
  210. package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
  211. package/dist/serialization/types/SystemToolConfigOutputParams.js +2 -0
  212. package/dist/serialization/types/UpdateBasicAuthRequest.d.ts +11 -0
  213. package/dist/serialization/types/UpdateBasicAuthRequest.js +43 -0
  214. package/dist/serialization/types/UpdateOAuth2ClientCredsRequest.d.ts +15 -0
  215. package/dist/serialization/types/UpdateOAuth2ClientCredsRequest.js +47 -0
  216. package/dist/serialization/types/UpdateOAuth2JwtRequest.d.ts +21 -0
  217. package/dist/serialization/types/UpdateOAuth2JwtRequest.js +53 -0
  218. package/dist/serialization/types/UpdateOAuth2JwtRequestAlgorithm.d.ts +7 -0
  219. package/dist/serialization/types/UpdateOAuth2JwtRequestAlgorithm.js +39 -0
  220. package/dist/serialization/types/UpdateOAuth2JwtRequestTokenResponseField.d.ts +7 -0
  221. package/dist/serialization/types/UpdateOAuth2JwtRequestTokenResponseField.js +39 -0
  222. package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
  223. package/dist/serialization/types/WorkspaceResourceType.js +2 -0
  224. package/dist/serialization/types/index.d.ts +11 -0
  225. package/dist/serialization/types/index.js +11 -0
  226. package/dist/version.d.ts +1 -1
  227. package/dist/version.js +1 -1
  228. package/package.json +1 -1
  229. package/reference.md +147 -0
  230. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +5 -1
  231. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +2 -0
  232. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
  233. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
  234. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +19 -0
  235. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +51 -0
  236. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +51 -0
  237. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +67 -0
  238. package/serialization/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
  239. package/serialization/resources/workspace/resources/authConnections/types/index.js +2 -0
  240. package/serialization/types/AgentAlertingMonitorConfig.d.ts +1 -0
  241. package/serialization/types/AgentAlertingMonitorConfig.js +1 -0
  242. package/serialization/types/AgentAlertingSettings.d.ts +1 -0
  243. package/serialization/types/AgentAlertingSettings.js +1 -0
  244. package/serialization/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
  245. package/serialization/types/AudioIsolationHistoryItemResponseModel.js +1 -0
  246. package/serialization/types/ConversationInitiationSource.d.ts +1 -1
  247. package/serialization/types/ConversationInitiationSource.js +1 -0
  248. package/serialization/types/CreateBearerAuthRequest.d.ts +11 -0
  249. package/serialization/types/CreateBearerAuthRequest.js +43 -0
  250. package/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -0
  251. package/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.js +1 -0
  252. package/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +1 -0
  253. package/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.js +1 -0
  254. package/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +1 -0
  255. package/serialization/types/InboundSipTrunkConfigRequestModel.js +1 -0
  256. package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
  257. package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
  258. package/serialization/types/ListCustomerFacingAgentsParams.d.ts +9 -0
  259. package/serialization/types/ListCustomerFacingAgentsParams.js +41 -0
  260. package/serialization/types/Llm.d.ts +1 -1
  261. package/serialization/types/Llm.js +2 -0
  262. package/serialization/types/LoadProcedureToolConfig.d.ts +10 -0
  263. package/serialization/types/LoadProcedureToolConfig.js +42 -0
  264. package/serialization/types/LoadProcedureToolErrorStatus.d.ts +7 -0
  265. package/serialization/types/LoadProcedureToolErrorStatus.js +39 -0
  266. package/serialization/types/OAuth2ClientCredsResponse.d.ts +1 -0
  267. package/serialization/types/OAuth2ClientCredsResponse.js +1 -0
  268. package/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +1 -0
  269. package/serialization/types/OutboundSipTrunkConfigRequestModel.js +1 -0
  270. package/serialization/types/ProcedureAtVersion.d.ts +13 -0
  271. package/serialization/types/ProcedureAtVersion.js +45 -0
  272. package/serialization/types/ProcedureCompilerMode.d.ts +1 -1
  273. package/serialization/types/ProcedureCompilerMode.js +1 -1
  274. package/serialization/types/SlackBotAuthResponse.d.ts +13 -0
  275. package/serialization/types/SlackBotAuthResponse.js +45 -0
  276. package/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
  277. package/serialization/types/SystemToolConfigInputParams.js +2 -0
  278. package/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
  279. package/serialization/types/SystemToolConfigOutputParams.js +2 -0
  280. package/serialization/types/UpdateBasicAuthRequest.d.ts +11 -0
  281. package/serialization/types/UpdateBasicAuthRequest.js +43 -0
  282. package/serialization/types/UpdateOAuth2ClientCredsRequest.d.ts +15 -0
  283. package/serialization/types/UpdateOAuth2ClientCredsRequest.js +47 -0
  284. package/serialization/types/UpdateOAuth2JwtRequest.d.ts +21 -0
  285. package/serialization/types/UpdateOAuth2JwtRequest.js +53 -0
  286. package/serialization/types/UpdateOAuth2JwtRequestAlgorithm.d.ts +7 -0
  287. package/serialization/types/UpdateOAuth2JwtRequestAlgorithm.js +39 -0
  288. package/serialization/types/UpdateOAuth2JwtRequestTokenResponseField.d.ts +7 -0
  289. package/serialization/types/UpdateOAuth2JwtRequestTokenResponseField.js +39 -0
  290. package/serialization/types/WorkspaceResourceType.d.ts +1 -1
  291. package/serialization/types/WorkspaceResourceType.js +2 -0
  292. package/serialization/types/index.d.ts +11 -0
  293. package/serialization/types/index.js +11 -0
  294. package/version.d.ts +1 -1
  295. package/version.js +1 -1
@@ -1,4 +1,6 @@
1
1
  export interface AgentAlertingMonitorConfig {
2
2
  /** Failure rate threshold at which this monitor can notify. */
3
3
  threshold?: number;
4
+ /** How many minutes an alert can stay inactive before it is auto-resolved. */
5
+ autoResolveAfterInactiveMinutes?: number;
4
6
  }
@@ -2,4 +2,6 @@ import type * as ElevenLabs from "../index";
2
2
  export interface AgentAlertingSettings {
3
3
  /** Alerting configuration keyed by monitor. */
4
4
  monitorConfigs?: Record<string, ElevenLabs.AgentAlertingMonitorConfig>;
5
+ /** How many minutes an alert can stay inactive before it is auto-resolved. */
6
+ autoResolveAfterInactiveMinutes?: number;
5
7
  }
@@ -9,5 +9,6 @@ export interface AudioIsolationHistoryItemResponseModel {
9
9
  sourceVideoUrl?: string;
10
10
  supportsVideo: boolean;
11
11
  processing: boolean;
12
+ videoProcessingFailed: boolean;
12
13
  previewB64?: string;
13
14
  }
@@ -18,5 +18,6 @@ export declare const ConversationInitiationSource: {
18
18
  readonly ZendeskIntegration: "zendesk_integration";
19
19
  readonly SlackIntegration: "slack_integration";
20
20
  readonly TemplatePreview: "template_preview";
21
+ readonly GenesysBotConnector: "genesys_bot_connector";
21
22
  };
22
23
  export type ConversationInitiationSource = (typeof ConversationInitiationSource)[keyof typeof ConversationInitiationSource];
@@ -22,4 +22,5 @@ exports.ConversationInitiationSource = {
22
22
  ZendeskIntegration: "zendesk_integration",
23
23
  SlackIntegration: "slack_integration",
24
24
  TemplatePreview: "template_preview",
25
+ GenesysBotConnector: "genesys_bot_connector",
25
26
  };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Request model for creating Bearer Auth connections - inherits common settings and includes sensitive fields
3
+ */
4
+ export interface CreateBearerAuthRequest {
5
+ name: string;
6
+ provider: string;
7
+ token: string;
8
+ }
@@ -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 });
@@ -11,4 +11,6 @@ export interface GetPhoneNumberInboundSipTrunkConfigResponseModel {
11
11
  username?: string;
12
12
  /** Domains of remote SIP servers used to validate TLS certificates. */
13
13
  remoteDomains?: string[];
14
+ /** Map of dynamic variable name to header name for attributes_to_headers */
15
+ attributesToHeaders?: Record<string, string>;
14
16
  }
@@ -11,6 +11,8 @@ export interface GetPhoneNumberOutboundSipTrunkConfigResponseModel {
11
11
  mediaEncryption: ElevenLabs.SipMediaEncryptionEnum;
12
12
  /** SIP headers for INVITE request */
13
13
  headers?: Record<string, string>;
14
+ /** Map of dynamic variable name to header name for attributes_to_headers */
15
+ attributesToHeaders?: Record<string, string>;
14
16
  /** Whether authentication credentials are configured */
15
17
  hasAuthCredentials: boolean;
16
18
  /** SIP trunk username (if available) */
@@ -10,4 +10,6 @@ export interface InboundSipTrunkConfigRequestModel {
10
10
  credentials?: ElevenLabs.SipTrunkCredentialsRequestModel;
11
11
  /** Domains of remote SIP servers used to validate TLS certificates. */
12
12
  remoteDomains?: string[];
13
+ /** Map of dynamic variable name to header name for attributes_to_headers */
14
+ attributesToHeaders?: Record<string, string>;
13
15
  }
@@ -2,7 +2,7 @@ import type * as ElevenLabs from "../index";
2
2
  /**
3
3
  * The type of auth connection config
4
4
  */
5
- export type ListAuthConnectionsResponseAuthConnectionsItem = ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.ApiIntegrationOauth2AuthCode | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.ApiIntegrationOauth2CustomApp | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.BasicAuth | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.BearerAuth | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.CustomHeaderAuth | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.Mtls | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.Oauth2ClientCredentials | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.Oauth2Jwt | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.PrivateKeyJwt | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.WhatsappAuth;
5
+ export type ListAuthConnectionsResponseAuthConnectionsItem = ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.ApiIntegrationOauth2AuthCode | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.ApiIntegrationOauth2CustomApp | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.BasicAuth | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.BearerAuth | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.CustomHeaderAuth | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.Mtls | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.Oauth2ClientCredentials | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.Oauth2Jwt | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.PrivateKeyJwt | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.SlackBotAuth | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.WhatsappAuth;
6
6
  export declare namespace ListAuthConnectionsResponseAuthConnectionsItem {
7
7
  interface ApiIntegrationOauth2AuthCode extends ElevenLabs.ApiIntegrationOAuth2AuthCodeResponse {
8
8
  authType: "api_integration_oauth2_auth_code";
@@ -31,6 +31,9 @@ export declare namespace ListAuthConnectionsResponseAuthConnectionsItem {
31
31
  interface PrivateKeyJwt extends ElevenLabs.PrivateKeyJwtResponse {
32
32
  authType: "private_key_jwt";
33
33
  }
34
+ interface SlackBotAuth extends ElevenLabs.SlackBotAuthResponse {
35
+ authType: "slack_bot_auth";
36
+ }
34
37
  interface WhatsappAuth extends ElevenLabs.WhatsAppAuthResponse {
35
38
  authType: "whatsapp_auth";
36
39
  }
@@ -0,0 +1,11 @@
1
+ /**
2
+ * List every customer-facing agent on the workspace.
3
+ *
4
+ * The assistant uses this whenever it needs to act on a specific customer-facing
5
+ * agent (rules, config edits, etc.) so it can pick the right ``agent_id`` to pass
6
+ * to mutating tools. Mirrors the ``list_services`` / ``list_clients``
7
+ * pattern: read once, then mutate by id.
8
+ */
9
+ export interface ListCustomerFacingAgentsParams {
10
+ smbToolType?: "list_customer_facing_agents";
11
+ }
@@ -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 });
@@ -1,5 +1,6 @@
1
1
  import type * as ElevenLabs from "../index";
2
2
  export interface ListSpeechEnginesResponse {
3
+ /** The speech engines matching the query */
3
4
  speechEngines: ElevenLabs.SpeechEngineSummaryResponse[];
4
5
  /** Cursor for fetching the next page */
5
6
  nextCursor?: string;
@@ -27,6 +27,7 @@ export declare const Llm: {
27
27
  readonly Gemini3FlashPreview: "gemini-3-flash-preview";
28
28
  readonly Gemini31ProPreview: "gemini-3.1-pro-preview";
29
29
  readonly Gemini31FlashLitePreview: "gemini-3.1-flash-lite-preview";
30
+ readonly Gemini31FlashLite: "gemini-3.1-flash-lite";
30
31
  readonly ClaudeSonnet45: "claude-sonnet-4-5";
31
32
  readonly ClaudeOpus47: "claude-opus-4-7";
32
33
  readonly ClaudeSonnet46: "claude-sonnet-4-6";
@@ -41,6 +42,7 @@ export declare const Llm: {
41
42
  readonly Qwen34B: "qwen3-4b";
42
43
  readonly Qwen330Ba3B: "qwen3-30b-a3b";
43
44
  readonly Qwen3635Ba3B: "qwen36-35b-a3b";
45
+ readonly Qwen35397Ba17B: "qwen35-397b-a17b";
44
46
  readonly GptOss20B: "gpt-oss-20b";
45
47
  readonly GptOss120B: "gpt-oss-120b";
46
48
  readonly Glm45AirFp8: "glm-45-air-fp8";
package/api/types/Llm.js CHANGED
@@ -31,6 +31,7 @@ exports.Llm = {
31
31
  Gemini3FlashPreview: "gemini-3-flash-preview",
32
32
  Gemini31ProPreview: "gemini-3.1-pro-preview",
33
33
  Gemini31FlashLitePreview: "gemini-3.1-flash-lite-preview",
34
+ Gemini31FlashLite: "gemini-3.1-flash-lite",
34
35
  ClaudeSonnet45: "claude-sonnet-4-5",
35
36
  ClaudeOpus47: "claude-opus-4-7",
36
37
  ClaudeSonnet46: "claude-sonnet-4-6",
@@ -45,6 +46,7 @@ exports.Llm = {
45
46
  Qwen34B: "qwen3-4b",
46
47
  Qwen330Ba3B: "qwen3-30b-a3b",
47
48
  Qwen3635Ba3B: "qwen36-35b-a3b",
49
+ Qwen35397Ba17B: "qwen35-397b-a17b",
48
50
  GptOss20B: "gpt-oss-20b",
49
51
  GptOss120B: "gpt-oss-120b",
50
52
  Glm45AirFp8: "glm-45-air-fp8",
@@ -0,0 +1,4 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface LoadProcedureToolConfig {
3
+ procedures?: Record<string, ElevenLabs.ProcedureAtVersion>;
4
+ }
@@ -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,5 @@
1
+ export declare const LoadProcedureToolErrorStatus: {
2
+ readonly NotFound: "not_found";
3
+ readonly InvalidName: "invalid_name";
4
+ };
5
+ export type LoadProcedureToolErrorStatus = (typeof LoadProcedureToolErrorStatus)[keyof typeof LoadProcedureToolErrorStatus];
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.LoadProcedureToolErrorStatus = void 0;
5
+ exports.LoadProcedureToolErrorStatus = {
6
+ NotFound: "not_found",
7
+ InvalidName: "invalid_name",
8
+ };
@@ -13,4 +13,6 @@ export interface OAuth2ClientCredsResponse {
13
13
  basicAuthInHeader?: boolean;
14
14
  id: string;
15
15
  usedBy?: ElevenLabs.AuthConnectionDependencies;
16
+ /** Custom headers configured for OAuth2 token requests */
17
+ customHeaders?: Record<string, string>;
16
18
  }
@@ -8,6 +8,8 @@ export interface OutboundSipTrunkConfigRequestModel {
8
8
  mediaEncryption?: ElevenLabs.SipMediaEncryptionEnum;
9
9
  /** SIP X-* headers for INVITE request. These headers are sent as-is and may help identify this call. */
10
10
  headers?: Record<string, string>;
11
+ /** Map of dynamic variable name to header name for attributes_to_headers */
12
+ attributesToHeaders?: Record<string, string>;
11
13
  /** Optional digest authentication credentials (username/password). If not provided, ACL authentication is assumed. */
12
14
  credentials?: ElevenLabs.SipTrunkCredentialsRequestModel;
13
15
  }
@@ -0,0 +1,12 @@
1
+ export interface ProcedureAtVersion {
2
+ /** Procedure ID */
3
+ procedureId: string;
4
+ /** Procedure name */
5
+ name: string;
6
+ /** Procedure content */
7
+ content: string;
8
+ /** Agent ID of the procedure */
9
+ agentId: string;
10
+ /** Version ID of a version of the procedure. None for a procedure never versioned. */
11
+ versionId?: string;
12
+ }
@@ -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 });
@@ -1 +1,5 @@
1
- export type ProcedureCompilerMode = "append";
1
+ export declare const ProcedureCompilerMode: {
2
+ readonly Append: "append";
3
+ readonly Skills: "skills";
4
+ };
5
+ export type ProcedureCompilerMode = (typeof ProcedureCompilerMode)[keyof typeof ProcedureCompilerMode];
@@ -1,3 +1,8 @@
1
1
  "use strict";
2
2
  // This file was auto-generated by Fern from our API Definition.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.ProcedureCompilerMode = void 0;
5
+ exports.ProcedureCompilerMode = {
6
+ Append: "append",
7
+ Skills: "skills",
8
+ };
@@ -8,7 +8,7 @@ export interface PromptAgentApiModelInput {
8
8
  reasoningEffort?: ElevenLabs.LlmReasoningEffort;
9
9
  /** Max number of tokens used for thinking. Use 0 to turn off if supported by the model. */
10
10
  thinkingBudget?: number;
11
- /** The temperature for the LLM */
11
+ /** The temperature for the LLM. Defaults to 0. Set to null to omit the parameter from the LLM request entirely (useful for custom LLMs that reject the temperature field). */
12
12
  temperature?: number;
13
13
  /** If greater than 0, maximum number of tokens the LLM can predict */
14
14
  maxTokens?: number;
@@ -8,7 +8,7 @@ export interface PromptAgentApiModelOutput {
8
8
  reasoningEffort?: ElevenLabs.LlmReasoningEffort;
9
9
  /** Max number of tokens used for thinking. Use 0 to turn off if supported by the model. */
10
10
  thinkingBudget?: number;
11
- /** The temperature for the LLM */
11
+ /** The temperature for the LLM. Defaults to 0. Set to null to omit the parameter from the LLM request entirely (useful for custom LLMs that reject the temperature field). */
12
12
  temperature?: number;
13
13
  /** If greater than 0, maximum number of tokens the LLM can predict */
14
14
  maxTokens?: number;
@@ -8,7 +8,7 @@ export interface PromptAgentApiModelWorkflowOverrideInput {
8
8
  reasoningEffort?: ElevenLabs.LlmReasoningEffort;
9
9
  /** Max number of tokens used for thinking. Use 0 to turn off if supported by the model. */
10
10
  thinkingBudget?: number;
11
- /** The temperature for the LLM */
11
+ /** The temperature for the LLM. Defaults to 0. Set to null to omit the parameter from the LLM request entirely (useful for custom LLMs that reject the temperature field). */
12
12
  temperature?: number;
13
13
  /** If greater than 0, maximum number of tokens the LLM can predict */
14
14
  maxTokens?: number;
@@ -8,7 +8,7 @@ export interface PromptAgentApiModelWorkflowOverrideOutput {
8
8
  reasoningEffort?: ElevenLabs.LlmReasoningEffort;
9
9
  /** Max number of tokens used for thinking. Use 0 to turn off if supported by the model. */
10
10
  thinkingBudget?: number;
11
- /** The temperature for the LLM */
11
+ /** The temperature for the LLM. Defaults to 0. Set to null to omit the parameter from the LLM request entirely (useful for custom LLMs that reject the temperature field). */
12
12
  temperature?: number;
13
13
  /** If greater than 0, maximum number of tokens the LLM can predict */
14
14
  maxTokens?: number;
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../index";
2
+ /**
3
+ * Response model for the internal Slack BYO bot auth connection.
4
+ */
5
+ export interface SlackBotAuthResponse {
6
+ name: string;
7
+ provider?: "Slack";
8
+ id: string;
9
+ usedBy?: ElevenLabs.AuthConnectionDependencies;
10
+ }
@@ -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 });
@@ -2,15 +2,26 @@ import type * as ElevenLabs from "../index";
2
2
  export interface SpeechEngineResponse {
3
3
  /** The speech engine resource ID */
4
4
  speechEngineId: string;
5
+ /** Human-readable name for the speech engine */
5
6
  name: string;
7
+ /** WebSocket connection settings for the upstream transcript server */
6
8
  speechEngine: ElevenLabs.SpeechEngineConfig;
9
+ /** Automatic speech recognition configuration */
7
10
  asr: ElevenLabs.AsrConversationalConfig;
11
+ /** Text-to-speech output configuration */
8
12
  tts: ElevenLabs.TtsConversationalConfigOutput;
13
+ /** Turn detection configuration */
9
14
  turn: ElevenLabs.BaseTurnConfig;
15
+ /** Conversation-level settings including client events and duration limits */
10
16
  conversation: ElevenLabs.ConversationConfigOutput;
17
+ /** Privacy settings controlling recording, retention, and PII handling */
11
18
  privacy: ElevenLabs.PrivacyConfigOutput;
19
+ /** Concurrency and daily conversation limits for this speech engine */
12
20
  callLimits: ElevenLabs.AgentCallLimits;
21
+ /** ISO language code used by the speech engine (e.g. 'en') */
13
22
  language: string;
23
+ /** Arbitrary tags for categorization and filtering */
14
24
  tags: string[];
25
+ /** Creation and update timestamps with source information */
15
26
  metadata: ElevenLabs.AgentMetadataDbModel;
16
27
  }
@@ -1,8 +1,10 @@
1
1
  export interface SpeechEngineSummaryResponse {
2
2
  /** The speech engine resource ID */
3
3
  speechEngineId: string;
4
+ /** Human-readable name for the speech engine */
4
5
  name: string;
5
- /** Creation time in unix seconds */
6
+ /** Creation time in Unix seconds */
6
7
  createdAtUnixSecs: number;
8
+ /** Arbitrary tags for categorization and filtering */
7
9
  tags: string[];
8
10
  }
@@ -1,5 +1,5 @@
1
1
  import type * as ElevenLabs from "../index";
2
- export type SystemToolConfigInputParams = ElevenLabs.SystemToolConfigInputParams.EndCall | ElevenLabs.SystemToolConfigInputParams.KnowledgeBaseRag | ElevenLabs.SystemToolConfigInputParams.LanguageDetection | ElevenLabs.SystemToolConfigInputParams.PlayKeypadTouchTone | ElevenLabs.SystemToolConfigInputParams.SkipTurn | ElevenLabs.SystemToolConfigInputParams.TransferToAgent | ElevenLabs.SystemToolConfigInputParams.TransferToNumber | ElevenLabs.SystemToolConfigInputParams.VoicemailDetection;
2
+ export type SystemToolConfigInputParams = ElevenLabs.SystemToolConfigInputParams.EndCall | ElevenLabs.SystemToolConfigInputParams.KnowledgeBaseRag | ElevenLabs.SystemToolConfigInputParams.LanguageDetection | ElevenLabs.SystemToolConfigInputParams.LoadProcedure | ElevenLabs.SystemToolConfigInputParams.PlayKeypadTouchTone | ElevenLabs.SystemToolConfigInputParams.SkipTurn | ElevenLabs.SystemToolConfigInputParams.TransferToAgent | ElevenLabs.SystemToolConfigInputParams.TransferToNumber | ElevenLabs.SystemToolConfigInputParams.VoicemailDetection;
3
3
  export declare namespace SystemToolConfigInputParams {
4
4
  interface EndCall extends ElevenLabs.EndCallToolConfig {
5
5
  systemToolType: "end_call";
@@ -10,6 +10,9 @@ export declare namespace SystemToolConfigInputParams {
10
10
  interface LanguageDetection extends ElevenLabs.LanguageDetectionToolConfig {
11
11
  systemToolType: "language_detection";
12
12
  }
13
+ interface LoadProcedure extends ElevenLabs.LoadProcedureToolConfig {
14
+ systemToolType: "load_procedure";
15
+ }
13
16
  interface PlayKeypadTouchTone extends ElevenLabs.PlayDtmfToolConfig {
14
17
  systemToolType: "play_keypad_touch_tone";
15
18
  }
@@ -1,5 +1,5 @@
1
1
  import type * as ElevenLabs from "../index";
2
- export type SystemToolConfigOutputParams = ElevenLabs.SystemToolConfigOutputParams.EndCall | ElevenLabs.SystemToolConfigOutputParams.KnowledgeBaseRag | ElevenLabs.SystemToolConfigOutputParams.LanguageDetection | ElevenLabs.SystemToolConfigOutputParams.PlayKeypadTouchTone | ElevenLabs.SystemToolConfigOutputParams.SkipTurn | ElevenLabs.SystemToolConfigOutputParams.TransferToAgent | ElevenLabs.SystemToolConfigOutputParams.TransferToNumber | ElevenLabs.SystemToolConfigOutputParams.VoicemailDetection;
2
+ export type SystemToolConfigOutputParams = ElevenLabs.SystemToolConfigOutputParams.EndCall | ElevenLabs.SystemToolConfigOutputParams.KnowledgeBaseRag | ElevenLabs.SystemToolConfigOutputParams.LanguageDetection | ElevenLabs.SystemToolConfigOutputParams.LoadProcedure | ElevenLabs.SystemToolConfigOutputParams.PlayKeypadTouchTone | ElevenLabs.SystemToolConfigOutputParams.SkipTurn | ElevenLabs.SystemToolConfigOutputParams.TransferToAgent | ElevenLabs.SystemToolConfigOutputParams.TransferToNumber | ElevenLabs.SystemToolConfigOutputParams.VoicemailDetection;
3
3
  export declare namespace SystemToolConfigOutputParams {
4
4
  interface EndCall extends ElevenLabs.EndCallToolConfig {
5
5
  systemToolType: "end_call";
@@ -10,6 +10,9 @@ export declare namespace SystemToolConfigOutputParams {
10
10
  interface LanguageDetection extends ElevenLabs.LanguageDetectionToolConfig {
11
11
  systemToolType: "language_detection";
12
12
  }
13
+ interface LoadProcedure extends ElevenLabs.LoadProcedureToolConfig {
14
+ systemToolType: "load_procedure";
15
+ }
13
16
  interface PlayKeypadTouchTone extends ElevenLabs.PlayDtmfToolConfig {
14
17
  systemToolType: "play_keypad_touch_tone";
15
18
  }
@@ -0,0 +1,5 @@
1
+ export interface UpdateBasicAuthRequest {
2
+ provider?: string;
3
+ username?: string;
4
+ password?: string;
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,9 @@
1
+ export interface UpdateOAuth2ClientCredsRequest {
2
+ provider?: string;
3
+ clientId?: string;
4
+ scopes?: string[];
5
+ extraParams?: Record<string, string | undefined>;
6
+ basicAuthInHeader?: boolean;
7
+ clientSecret?: string;
8
+ customHeaders?: Record<string, string | undefined>;
9
+ }
@@ -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,14 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface UpdateOAuth2JwtRequest {
3
+ provider?: string;
4
+ algorithm?: ElevenLabs.UpdateOAuth2JwtRequestAlgorithm;
5
+ keyId?: string;
6
+ issuer?: string;
7
+ audience?: string;
8
+ subject?: string;
9
+ expirationSeconds?: number;
10
+ extraParams?: Record<string, string | undefined>;
11
+ scopes?: string[];
12
+ tokenResponseField?: ElevenLabs.UpdateOAuth2JwtRequestTokenResponseField;
13
+ secretKey?: string;
14
+ }
@@ -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,9 @@
1
+ export declare const UpdateOAuth2JwtRequestAlgorithm: {
2
+ readonly Hs256: "HS256";
3
+ readonly Hs384: "HS384";
4
+ readonly Hs512: "HS512";
5
+ readonly Rs256: "RS256";
6
+ readonly Rs384: "RS384";
7
+ readonly Rs512: "RS512";
8
+ };
9
+ export type UpdateOAuth2JwtRequestAlgorithm = (typeof UpdateOAuth2JwtRequestAlgorithm)[keyof typeof UpdateOAuth2JwtRequestAlgorithm];
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.UpdateOAuth2JwtRequestAlgorithm = void 0;
5
+ exports.UpdateOAuth2JwtRequestAlgorithm = {
6
+ Hs256: "HS256",
7
+ Hs384: "HS384",
8
+ Hs512: "HS512",
9
+ Rs256: "RS256",
10
+ Rs384: "RS384",
11
+ Rs512: "RS512",
12
+ };
@@ -0,0 +1,5 @@
1
+ export declare const UpdateOAuth2JwtRequestTokenResponseField: {
2
+ readonly AccessToken: "access_token";
3
+ readonly IdToken: "id_token";
4
+ };
5
+ export type UpdateOAuth2JwtRequestTokenResponseField = (typeof UpdateOAuth2JwtRequestTokenResponseField)[keyof typeof UpdateOAuth2JwtRequestTokenResponseField];
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.UpdateOAuth2JwtRequestTokenResponseField = void 0;
5
+ exports.UpdateOAuth2JwtRequestTokenResponseField = {
6
+ AccessToken: "access_token",
7
+ IdToken: "id_token",
8
+ };
@@ -26,6 +26,7 @@ export declare const WorkspaceResourceType: {
26
26
  readonly ConvaiAgentVersionsDeployments: "convai_agent_versions_deployments";
27
27
  readonly ConvaiMemoryEntries: "convai_memory_entries";
28
28
  readonly ConvaiCoachingProposals: "convai_coaching_proposals";
29
+ readonly ConvaiTemplates: "convai_templates";
29
30
  readonly Dashboard: "dashboard";
30
31
  readonly DashboardConfiguration: "dashboard_configuration";
31
32
  readonly ConvaiAgentDrafts: "convai_agent_drafts";
@@ -34,6 +35,7 @@ export declare const WorkspaceResourceType: {
34
35
  readonly ContentGenerations: "content_generations";
35
36
  readonly ContentTemplates: "content_templates";
36
37
  readonly Songs: "songs";
38
+ readonly TranscriptionTasks: "transcription_tasks";
37
39
  readonly Avatars: "avatars";
38
40
  readonly AvatarVideoGenerations: "avatar_video_generations";
39
41
  readonly ResourceCollection: "resource_collection";
@@ -30,6 +30,7 @@ exports.WorkspaceResourceType = {
30
30
  ConvaiAgentVersionsDeployments: "convai_agent_versions_deployments",
31
31
  ConvaiMemoryEntries: "convai_memory_entries",
32
32
  ConvaiCoachingProposals: "convai_coaching_proposals",
33
+ ConvaiTemplates: "convai_templates",
33
34
  Dashboard: "dashboard",
34
35
  DashboardConfiguration: "dashboard_configuration",
35
36
  ConvaiAgentDrafts: "convai_agent_drafts",
@@ -38,6 +39,7 @@ exports.WorkspaceResourceType = {
38
39
  ContentGenerations: "content_generations",
39
40
  ContentTemplates: "content_templates",
40
41
  Songs: "songs",
42
+ TranscriptionTasks: "transcription_tasks",
41
43
  Avatars: "avatars",
42
44
  AvatarVideoGenerations: "avatar_video_generations",
43
45
  ResourceCollection: "resource_collection",
@@ -361,6 +361,7 @@ export * from "./CreateAssetParams";
361
361
  export * from "./CreateAudioNativeProjectRequest";
362
362
  export * from "./CreateAuthConnectionEnvironmentVariableRequest";
363
363
  export * from "./CreateBasicAuthRequest";
364
+ export * from "./CreateBearerAuthRequest";
364
365
  export * from "./CreateClientAppointmentParams";
365
366
  export * from "./CreateClientInteractionParams";
366
367
  export * from "./CreateClientParams";
@@ -676,6 +677,7 @@ export * from "./ListAuthConnectionsResponseAuthConnectionsItem";
676
677
  export * from "./ListCalendarEventsParams";
677
678
  export * from "./ListClientInteractionsParams";
678
679
  export * from "./ListClientsParams";
680
+ export * from "./ListCustomerFacingAgentsParams";
679
681
  export * from "./ListGroupSessionsParams";
680
682
  export * from "./ListHolidaysParams";
681
683
  export * from "./ListLocationsParams";
@@ -711,6 +713,8 @@ export * from "./LlmUsageCalculatorLlmResponseModel";
711
713
  export * from "./LlmUsageCalculatorResponseModel";
712
714
  export * from "./LlmUsageInput";
713
715
  export * from "./LlmUsageOutput";
716
+ export * from "./LoadProcedureToolConfig";
717
+ export * from "./LoadProcedureToolErrorStatus";
714
718
  export * from "./ManualSource";
715
719
  export * from "./ManualVerificationFileResponse";
716
720
  export * from "./ManualVerificationResponse";
@@ -818,6 +822,7 @@ export * from "./PrivacyConfigInput";
818
822
  export * from "./PrivacyConfigOutput";
819
823
  export * from "./PrivateKeyJwtResponse";
820
824
  export * from "./PrivateKeyJwtResponseAlgorithm";
825
+ export * from "./ProcedureAtVersion";
821
826
  export * from "./ProcedureCompilerMode";
822
827
  export * from "./ProcedureRefResponseModel";
823
828
  export * from "./ProcedureSettings";
@@ -994,6 +999,7 @@ export * from "./SipUriDynamicVariableTransferDestination";
994
999
  export * from "./SipUriTransferDestination";
995
1000
  export * from "./SkipTurnToolConfig";
996
1001
  export * from "./SkipTurnToolResponseModel";
1002
+ export * from "./SlackBotAuthResponse";
997
1003
  export * from "./SmsConversationInfo";
998
1004
  export * from "./SmsConversationInfoDirection";
999
1005
  export * from "./SoftTimeoutConfig";
@@ -1149,6 +1155,7 @@ export * from "./UnitTestWorkflowNodeTransitionEvaluationNodeId";
1149
1155
  export * from "./UpdateAgentRuleParams";
1150
1156
  export * from "./UpdateAssetParams";
1151
1157
  export * from "./UpdateAudioNativeProjectRequest";
1158
+ export * from "./UpdateBasicAuthRequest";
1152
1159
  export * from "./UpdateBookingPageSettingsParams";
1153
1160
  export * from "./UpdateBusinessInfoParams";
1154
1161
  export * from "./UpdateCalendarEventParams";
@@ -1158,6 +1165,10 @@ export * from "./UpdateCustomerFacingConfigParams";
1158
1165
  export * from "./UpdateGroupSessionSeatsParams";
1159
1166
  export * from "./UpdateHolidayParams";
1160
1167
  export * from "./UpdateLocationParams";
1168
+ export * from "./UpdateOAuth2ClientCredsRequest";
1169
+ export * from "./UpdateOAuth2JwtRequest";
1170
+ export * from "./UpdateOAuth2JwtRequestAlgorithm";
1171
+ export * from "./UpdateOAuth2JwtRequestTokenResponseField";
1161
1172
  export * from "./UpdateProductParams";
1162
1173
  export * from "./UpdateProjectRequest";
1163
1174
  export * from "./UpdatePronunciationDictionariesRequest";
@@ -377,6 +377,7 @@ __exportStar(require("./CreateAssetParams"), exports);
377
377
  __exportStar(require("./CreateAudioNativeProjectRequest"), exports);
378
378
  __exportStar(require("./CreateAuthConnectionEnvironmentVariableRequest"), exports);
379
379
  __exportStar(require("./CreateBasicAuthRequest"), exports);
380
+ __exportStar(require("./CreateBearerAuthRequest"), exports);
380
381
  __exportStar(require("./CreateClientAppointmentParams"), exports);
381
382
  __exportStar(require("./CreateClientInteractionParams"), exports);
382
383
  __exportStar(require("./CreateClientParams"), exports);
@@ -692,6 +693,7 @@ __exportStar(require("./ListAuthConnectionsResponseAuthConnectionsItem"), export
692
693
  __exportStar(require("./ListCalendarEventsParams"), exports);
693
694
  __exportStar(require("./ListClientInteractionsParams"), exports);
694
695
  __exportStar(require("./ListClientsParams"), exports);
696
+ __exportStar(require("./ListCustomerFacingAgentsParams"), exports);
695
697
  __exportStar(require("./ListGroupSessionsParams"), exports);
696
698
  __exportStar(require("./ListHolidaysParams"), exports);
697
699
  __exportStar(require("./ListLocationsParams"), exports);
@@ -727,6 +729,8 @@ __exportStar(require("./LlmUsageCalculatorLlmResponseModel"), exports);
727
729
  __exportStar(require("./LlmUsageCalculatorResponseModel"), exports);
728
730
  __exportStar(require("./LlmUsageInput"), exports);
729
731
  __exportStar(require("./LlmUsageOutput"), exports);
732
+ __exportStar(require("./LoadProcedureToolConfig"), exports);
733
+ __exportStar(require("./LoadProcedureToolErrorStatus"), exports);
730
734
  __exportStar(require("./ManualSource"), exports);
731
735
  __exportStar(require("./ManualVerificationFileResponse"), exports);
732
736
  __exportStar(require("./ManualVerificationResponse"), exports);
@@ -834,6 +838,7 @@ __exportStar(require("./PrivacyConfigInput"), exports);
834
838
  __exportStar(require("./PrivacyConfigOutput"), exports);
835
839
  __exportStar(require("./PrivateKeyJwtResponse"), exports);
836
840
  __exportStar(require("./PrivateKeyJwtResponseAlgorithm"), exports);
841
+ __exportStar(require("./ProcedureAtVersion"), exports);
837
842
  __exportStar(require("./ProcedureCompilerMode"), exports);
838
843
  __exportStar(require("./ProcedureRefResponseModel"), exports);
839
844
  __exportStar(require("./ProcedureSettings"), exports);
@@ -1010,6 +1015,7 @@ __exportStar(require("./SipUriDynamicVariableTransferDestination"), exports);
1010
1015
  __exportStar(require("./SipUriTransferDestination"), exports);
1011
1016
  __exportStar(require("./SkipTurnToolConfig"), exports);
1012
1017
  __exportStar(require("./SkipTurnToolResponseModel"), exports);
1018
+ __exportStar(require("./SlackBotAuthResponse"), exports);
1013
1019
  __exportStar(require("./SmsConversationInfo"), exports);
1014
1020
  __exportStar(require("./SmsConversationInfoDirection"), exports);
1015
1021
  __exportStar(require("./SoftTimeoutConfig"), exports);
@@ -1165,6 +1171,7 @@ __exportStar(require("./UnitTestWorkflowNodeTransitionEvaluationNodeId"), export
1165
1171
  __exportStar(require("./UpdateAgentRuleParams"), exports);
1166
1172
  __exportStar(require("./UpdateAssetParams"), exports);
1167
1173
  __exportStar(require("./UpdateAudioNativeProjectRequest"), exports);
1174
+ __exportStar(require("./UpdateBasicAuthRequest"), exports);
1168
1175
  __exportStar(require("./UpdateBookingPageSettingsParams"), exports);
1169
1176
  __exportStar(require("./UpdateBusinessInfoParams"), exports);
1170
1177
  __exportStar(require("./UpdateCalendarEventParams"), exports);
@@ -1174,6 +1181,10 @@ __exportStar(require("./UpdateCustomerFacingConfigParams"), exports);
1174
1181
  __exportStar(require("./UpdateGroupSessionSeatsParams"), exports);
1175
1182
  __exportStar(require("./UpdateHolidayParams"), exports);
1176
1183
  __exportStar(require("./UpdateLocationParams"), exports);
1184
+ __exportStar(require("./UpdateOAuth2ClientCredsRequest"), exports);
1185
+ __exportStar(require("./UpdateOAuth2JwtRequest"), exports);
1186
+ __exportStar(require("./UpdateOAuth2JwtRequestAlgorithm"), exports);
1187
+ __exportStar(require("./UpdateOAuth2JwtRequestTokenResponseField"), exports);
1177
1188
  __exportStar(require("./UpdateProductParams"), exports);
1178
1189
  __exportStar(require("./UpdateProjectRequest"), exports);
1179
1190
  __exportStar(require("./UpdatePronunciationDictionariesRequest"), exports);