@elevenlabs/elevenlabs-js 2.46.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 (796) hide show
  1. package/.fern/metadata.json +1 -1
  2. package/BaseClient.js +2 -2
  3. package/Client.d.ts +3 -0
  4. package/Client.js +31 -26
  5. package/README.md +92 -0
  6. package/api/resources/conversationalAi/conversation/Conversation.js +1 -0
  7. package/api/resources/conversationalAi/conversation/ConversationConfig.d.ts +2 -0
  8. package/api/resources/conversationalAi/conversation/events.d.ts +1 -0
  9. package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +3 -0
  10. package/api/resources/conversationalAi/resources/agents/client/Client.js +7 -2
  11. package/api/resources/conversationalAi/resources/agents/resources/index.d.ts +1 -0
  12. package/api/resources/conversationalAi/resources/agents/resources/index.js +2 -1
  13. package/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.d.ts +27 -0
  14. package/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.js +116 -0
  15. package/api/resources/conversationalAi/resources/agents/resources/versions/client/index.d.ts +1 -0
  16. package/api/resources/conversationalAi/resources/agents/resources/versions/client/index.js +2 -0
  17. package/api/resources/conversationalAi/resources/agents/resources/versions/index.d.ts +1 -0
  18. package/api/resources/conversationalAi/resources/agents/resources/versions/index.js +17 -0
  19. package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -2
  20. package/api/resources/conversationalAi/resources/conversations/client/Client.js +7 -3
  21. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +2 -2
  22. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +2 -2
  23. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +3 -1
  24. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
  25. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +5 -1
  26. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesSearchRequest.d.ts +1 -1
  27. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +3 -1
  28. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +17 -0
  29. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +65 -0
  30. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/BodyUpdateFileDocumentV1ConvaiKnowledgeBaseDocumentationIdUpdateFilePatch.d.ts +11 -0
  31. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/index.d.ts +1 -0
  32. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentUpdateFileResponse.d.ts +16 -0
  33. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.d.ts +1 -0
  34. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.js +1 -0
  35. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +6 -5
  36. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +12 -9
  37. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.d.ts +4 -4
  38. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/Client.d.ts +31 -0
  39. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/Client.js +131 -0
  40. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/index.d.ts +1 -0
  41. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/index.js +17 -0
  42. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/requests/ChunksListRequest.d.ts +17 -0
  43. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/requests/ChunksListRequest.js +3 -0
  44. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/requests/index.d.ts +1 -0
  45. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/requests/index.js +2 -0
  46. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/index.d.ts +1 -0
  47. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/index.js +17 -0
  48. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/index.d.ts +2 -0
  49. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/index.js +3 -1
  50. package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +4 -0
  51. package/api/resources/conversationalAi/resources/users/client/requests/UsersListRequest.d.ts +1 -1
  52. package/api/resources/index.d.ts +2 -0
  53. package/api/resources/index.js +3 -1
  54. package/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +2 -0
  55. package/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -0
  56. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.d.ts +4 -0
  57. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.js +3 -0
  58. package/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +1 -0
  59. package/api/resources/serviceAccounts/resources/apiKeys/types/index.js +1 -0
  60. package/api/resources/speechEngine/client/Client.d.ts +89 -0
  61. package/api/resources/speechEngine/client/Client.js +363 -0
  62. package/api/resources/speechEngine/client/index.d.ts +1 -0
  63. package/api/resources/speechEngine/client/index.js +17 -0
  64. package/api/resources/speechEngine/client/requests/CreateSpeechEngineRequest.d.ts +31 -0
  65. package/api/resources/speechEngine/client/requests/CreateSpeechEngineRequest.js +3 -0
  66. package/api/resources/speechEngine/client/requests/SpeechEngineListRequest.d.ts +23 -0
  67. package/api/resources/speechEngine/client/requests/SpeechEngineListRequest.js +3 -0
  68. package/api/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.d.ts +17 -0
  69. package/api/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.js +3 -0
  70. package/api/resources/speechEngine/client/requests/index.d.ts +3 -0
  71. package/api/resources/speechEngine/client/requests/index.js +2 -0
  72. package/api/resources/speechEngine/index.d.ts +1 -0
  73. package/api/resources/speechEngine/index.js +17 -0
  74. package/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.d.ts +1 -1
  75. package/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +17 -10
  76. package/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.js +17 -10
  77. package/api/resources/voices/client/Client.js +3 -0
  78. package/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +2 -0
  79. package/api/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +2 -0
  80. package/api/resources/workspace/client/Client.d.ts +3 -0
  81. package/api/resources/workspace/client/Client.js +19 -14
  82. package/api/resources/workspace/resources/analytics/client/Client.d.ts +12 -0
  83. package/api/resources/workspace/resources/analytics/client/Client.js +16 -0
  84. package/api/resources/workspace/resources/analytics/client/index.d.ts +1 -0
  85. package/api/resources/workspace/resources/analytics/client/index.js +2 -0
  86. package/api/resources/workspace/resources/analytics/index.d.ts +2 -0
  87. package/api/resources/workspace/resources/analytics/index.js +18 -0
  88. package/api/resources/workspace/resources/analytics/resources/index.d.ts +3 -0
  89. package/api/resources/workspace/resources/analytics/resources/index.js +42 -0
  90. package/api/resources/workspace/resources/analytics/resources/requests/client/Client.d.ts +26 -0
  91. package/api/resources/workspace/resources/analytics/resources/requests/client/Client.js +118 -0
  92. package/api/resources/workspace/resources/analytics/resources/requests/client/index.d.ts +1 -0
  93. package/api/resources/workspace/resources/analytics/resources/requests/client/index.js +17 -0
  94. package/api/resources/workspace/resources/analytics/resources/requests/client/requests/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPost.d.ts +16 -0
  95. package/api/resources/workspace/resources/analytics/resources/requests/client/requests/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPost.js +3 -0
  96. package/api/resources/workspace/resources/analytics/resources/requests/client/requests/index.d.ts +1 -0
  97. package/api/resources/workspace/resources/analytics/resources/requests/client/requests/index.js +2 -0
  98. package/api/resources/workspace/resources/analytics/resources/requests/index.d.ts +2 -0
  99. package/api/resources/workspace/resources/analytics/resources/requests/index.js +18 -0
  100. package/api/resources/workspace/resources/analytics/resources/requests/types/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPostSort.d.ts +5 -0
  101. package/api/resources/workspace/resources/analytics/resources/requests/types/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPostSort.js +8 -0
  102. package/api/resources/workspace/resources/analytics/resources/requests/types/index.d.ts +1 -0
  103. package/api/resources/workspace/resources/analytics/resources/requests/types/index.js +17 -0
  104. package/api/resources/workspace/resources/authConnections/client/Client.d.ts +16 -0
  105. package/api/resources/workspace/resources/authConnections/client/Client.js +63 -0
  106. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +4 -1
  107. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
  108. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +16 -0
  109. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +3 -0
  110. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +40 -0
  111. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +3 -0
  112. package/api/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
  113. package/api/resources/workspace/resources/authConnections/types/index.js +2 -0
  114. package/api/resources/workspace/resources/index.d.ts +1 -0
  115. package/api/resources/workspace/resources/index.js +2 -1
  116. package/api/types/AgentAlertingMonitorConfig.d.ts +6 -0
  117. package/api/types/AgentAlertingMonitorConfig.js +3 -0
  118. package/api/types/AgentAlertingSettings.d.ts +7 -0
  119. package/api/types/AgentAlertingSettings.js +3 -0
  120. package/api/types/AgentMetadataDbModel.d.ts +7 -0
  121. package/api/types/AgentMetadataDbModel.js +3 -0
  122. package/api/types/AgentPlatformSettingsRequestModel.d.ts +1 -0
  123. package/api/types/AgentPlatformSettingsResponseModel.d.ts +1 -0
  124. package/api/types/AgentTopicResponseModel.d.ts +3 -0
  125. package/api/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
  126. package/api/types/BackgroundMusicPresetId.d.ts +4 -0
  127. package/api/types/BackgroundMusicPresetId.js +4 -0
  128. package/api/types/BaseTurnConfig.d.ts +17 -0
  129. package/api/types/BaseTurnConfig.js +3 -0
  130. package/api/types/ClientEvent.d.ts +1 -0
  131. package/api/types/ClientEvent.js +1 -0
  132. package/api/types/CodeToolAllowedDomain.d.ts +6 -0
  133. package/api/types/CodeToolAllowedDomain.js +3 -0
  134. package/api/types/ConversationInitiationSource.d.ts +1 -0
  135. package/api/types/ConversationInitiationSource.js +1 -0
  136. package/api/types/{ConversationTokenDbModel.d.ts → ConversationTokenResponseModel.d.ts} +2 -2
  137. package/api/types/ConversationTokenResponseModel.js +3 -0
  138. package/api/types/CreateBearerAuthRequest.d.ts +8 -0
  139. package/api/types/CreateBearerAuthRequest.js +3 -0
  140. package/api/types/CreateSpeechEngineResponse.d.ts +4 -0
  141. package/api/types/CreateSpeechEngineResponse.js +3 -0
  142. package/api/types/GetAgentLinkResponseModel.d.ts +1 -1
  143. package/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -0
  144. package/api/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +2 -0
  145. package/api/types/InboundSipTrunkConfigRequestModel.d.ts +2 -0
  146. package/api/types/KnowledgeBaseDocumentChunksResponseModel.d.ts +5 -0
  147. package/api/types/KnowledgeBaseDocumentChunksResponseModel.js +3 -0
  148. package/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
  149. package/api/types/ListCustomerFacingAgentsParams.d.ts +11 -0
  150. package/api/types/ListCustomerFacingAgentsParams.js +3 -0
  151. package/api/types/ListSpeechEnginesResponse.d.ts +9 -0
  152. package/api/types/ListSpeechEnginesResponse.js +3 -0
  153. package/api/types/Llm.d.ts +6 -0
  154. package/api/types/Llm.js +6 -0
  155. package/api/types/LlmInfoModelInput.d.ts +2 -0
  156. package/api/types/LlmInfoModelOutput.d.ts +2 -0
  157. package/api/types/LoadProcedureToolConfig.d.ts +4 -0
  158. package/api/types/LoadProcedureToolConfig.js +3 -0
  159. package/api/types/LoadProcedureToolErrorStatus.d.ts +5 -0
  160. package/api/types/LoadProcedureToolErrorStatus.js +8 -0
  161. package/api/types/Monitor.d.ts +5 -0
  162. package/api/types/Monitor.js +8 -0
  163. package/api/types/OAuth2ClientCredsResponse.d.ts +2 -0
  164. package/api/types/OutboundSipTrunkConfigRequestModel.d.ts +2 -0
  165. package/api/types/PhoneNumberAgentInfo.d.ts +4 -0
  166. package/api/types/ProcedureAtVersion.d.ts +12 -0
  167. package/api/types/ProcedureAtVersion.js +3 -0
  168. package/api/types/ProcedureCompilerMode.d.ts +1 -1
  169. package/api/types/ProcedureCompilerMode.js +1 -1
  170. package/api/types/PromptAgentApiModelInput.d.ts +2 -2
  171. package/api/types/PromptAgentApiModelOutput.d.ts +2 -2
  172. package/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +2 -2
  173. package/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +2 -2
  174. package/api/types/ReadMetadataChapterDbModel.d.ts +1 -0
  175. package/api/types/RegionalProcessingSurchargeInfo.d.ts +4 -0
  176. package/api/types/RegionalProcessingSurchargeInfo.js +3 -0
  177. package/api/types/ReportKnowledgeGapParams.d.ts +3 -0
  178. package/api/types/ReportKnowledgeGapParams.js +3 -0
  179. package/api/types/SlackBotAuthResponse.d.ts +10 -0
  180. package/api/types/SlackBotAuthResponse.js +3 -0
  181. package/api/types/SpeechEngineResponse.d.ts +27 -0
  182. package/api/types/SpeechEngineResponse.js +3 -0
  183. package/api/types/SpeechEngineSummaryResponse.d.ts +10 -0
  184. package/api/types/SpeechEngineSummaryResponse.js +3 -0
  185. package/api/types/SystemToolConfigInputParams.d.ts +4 -1
  186. package/api/types/SystemToolConfigOutputParams.d.ts +4 -1
  187. package/api/types/TurnConfig.d.ts +2 -2
  188. package/api/types/TurnConfigWorkflowOverride.d.ts +2 -2
  189. package/api/types/UpdateBasicAuthRequest.d.ts +5 -0
  190. package/api/types/UpdateBasicAuthRequest.js +3 -0
  191. package/api/types/UpdateOAuth2ClientCredsRequest.d.ts +9 -0
  192. package/api/types/UpdateOAuth2ClientCredsRequest.js +3 -0
  193. package/api/types/UpdateOAuth2JwtRequest.d.ts +14 -0
  194. package/api/types/UpdateOAuth2JwtRequest.js +3 -0
  195. package/api/types/UpdateOAuth2JwtRequestAlgorithm.d.ts +9 -0
  196. package/api/types/UpdateOAuth2JwtRequestAlgorithm.js +12 -0
  197. package/api/types/UpdateOAuth2JwtRequestTokenResponseField.d.ts +5 -0
  198. package/api/types/UpdateOAuth2JwtRequestTokenResponseField.js +8 -0
  199. package/api/types/WebhookHmacSettings.d.ts +2 -0
  200. package/api/types/WorkspaceApiKeyResponseModel.d.ts +1 -0
  201. package/api/types/WorkspaceGroupPermission.d.ts +2 -0
  202. package/api/types/WorkspaceGroupPermission.js +2 -0
  203. package/api/types/WorkspaceResourceType.d.ts +2 -0
  204. package/api/types/WorkspaceResourceType.js +2 -0
  205. package/api/types/index.d.ts +25 -1
  206. package/api/types/index.js +25 -1
  207. package/dist/BaseClient.js +2 -2
  208. package/dist/Client.d.ts +3 -0
  209. package/dist/Client.js +31 -26
  210. package/dist/api/resources/conversationalAi/conversation/Conversation.js +1 -0
  211. package/dist/api/resources/conversationalAi/conversation/ConversationConfig.d.ts +2 -0
  212. package/dist/api/resources/conversationalAi/conversation/events.d.ts +1 -0
  213. package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +3 -0
  214. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +7 -2
  215. package/dist/api/resources/conversationalAi/resources/agents/resources/index.d.ts +1 -0
  216. package/dist/api/resources/conversationalAi/resources/agents/resources/index.js +2 -1
  217. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.d.ts +27 -0
  218. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.js +116 -0
  219. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/client/index.d.ts +1 -0
  220. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/client/index.js +2 -0
  221. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/index.d.ts +1 -0
  222. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/index.js +17 -0
  223. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -2
  224. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +7 -3
  225. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +2 -2
  226. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +2 -2
  227. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +3 -1
  228. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
  229. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +5 -1
  230. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesSearchRequest.d.ts +1 -1
  231. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +3 -1
  232. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +17 -0
  233. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +65 -0
  234. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/BodyUpdateFileDocumentV1ConvaiKnowledgeBaseDocumentationIdUpdateFilePatch.d.ts +11 -0
  235. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/BodyUpdateFileDocumentV1ConvaiKnowledgeBaseDocumentationIdUpdateFilePatch.js +3 -0
  236. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/index.d.ts +1 -0
  237. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentUpdateFileResponse.d.ts +16 -0
  238. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentUpdateFileResponse.js +3 -0
  239. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.d.ts +1 -0
  240. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.js +1 -0
  241. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +6 -5
  242. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +12 -9
  243. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.d.ts +4 -4
  244. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/Client.d.ts +31 -0
  245. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/Client.js +131 -0
  246. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/index.d.ts +1 -0
  247. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/index.js +17 -0
  248. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/requests/ChunksListRequest.d.ts +17 -0
  249. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/requests/ChunksListRequest.js +3 -0
  250. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/requests/index.d.ts +1 -0
  251. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/requests/index.js +2 -0
  252. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/index.d.ts +1 -0
  253. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/index.js +17 -0
  254. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/index.d.ts +2 -0
  255. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/index.js +3 -1
  256. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +4 -0
  257. package/dist/api/resources/conversationalAi/resources/users/client/requests/UsersListRequest.d.ts +1 -1
  258. package/dist/api/resources/index.d.ts +2 -0
  259. package/dist/api/resources/index.js +3 -1
  260. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +2 -0
  261. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -0
  262. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.d.ts +4 -0
  263. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.js +3 -0
  264. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +1 -0
  265. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.js +1 -0
  266. package/dist/api/resources/speechEngine/client/Client.d.ts +89 -0
  267. package/dist/api/resources/speechEngine/client/Client.js +363 -0
  268. package/dist/api/resources/speechEngine/client/index.d.ts +1 -0
  269. package/dist/api/resources/speechEngine/client/index.js +17 -0
  270. package/dist/api/resources/speechEngine/client/requests/CreateSpeechEngineRequest.d.ts +31 -0
  271. package/dist/api/resources/speechEngine/client/requests/CreateSpeechEngineRequest.js +3 -0
  272. package/dist/api/resources/speechEngine/client/requests/SpeechEngineListRequest.d.ts +23 -0
  273. package/dist/api/resources/speechEngine/client/requests/SpeechEngineListRequest.js +3 -0
  274. package/dist/api/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.d.ts +17 -0
  275. package/dist/api/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.js +3 -0
  276. package/dist/api/resources/speechEngine/client/requests/index.d.ts +3 -0
  277. package/dist/api/resources/speechEngine/client/requests/index.js +2 -0
  278. package/dist/api/resources/speechEngine/index.d.ts +1 -0
  279. package/dist/api/resources/speechEngine/index.js +17 -0
  280. package/dist/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.d.ts +1 -1
  281. package/dist/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +17 -10
  282. package/dist/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.js +17 -10
  283. package/dist/api/resources/voices/client/Client.js +3 -0
  284. package/dist/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +2 -0
  285. package/dist/api/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +2 -0
  286. package/dist/api/resources/workspace/client/Client.d.ts +3 -0
  287. package/dist/api/resources/workspace/client/Client.js +19 -14
  288. package/dist/api/resources/workspace/resources/analytics/client/Client.d.ts +12 -0
  289. package/dist/api/resources/workspace/resources/analytics/client/Client.js +16 -0
  290. package/dist/api/resources/workspace/resources/analytics/client/index.d.ts +1 -0
  291. package/dist/api/resources/workspace/resources/analytics/client/index.js +2 -0
  292. package/dist/api/resources/workspace/resources/analytics/index.d.ts +2 -0
  293. package/dist/api/resources/workspace/resources/analytics/index.js +18 -0
  294. package/dist/api/resources/workspace/resources/analytics/resources/index.d.ts +3 -0
  295. package/dist/api/resources/workspace/resources/analytics/resources/index.js +42 -0
  296. package/dist/api/resources/workspace/resources/analytics/resources/requests/client/Client.d.ts +26 -0
  297. package/dist/api/resources/workspace/resources/analytics/resources/requests/client/Client.js +118 -0
  298. package/dist/api/resources/workspace/resources/analytics/resources/requests/client/index.d.ts +1 -0
  299. package/dist/api/resources/workspace/resources/analytics/resources/requests/client/index.js +17 -0
  300. package/dist/api/resources/workspace/resources/analytics/resources/requests/client/requests/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPost.d.ts +16 -0
  301. package/dist/api/resources/workspace/resources/analytics/resources/requests/client/requests/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPost.js +3 -0
  302. package/dist/api/resources/workspace/resources/analytics/resources/requests/client/requests/index.d.ts +1 -0
  303. package/dist/api/resources/workspace/resources/analytics/resources/requests/client/requests/index.js +2 -0
  304. package/dist/api/resources/workspace/resources/analytics/resources/requests/index.d.ts +2 -0
  305. package/dist/api/resources/workspace/resources/analytics/resources/requests/index.js +18 -0
  306. package/dist/api/resources/workspace/resources/analytics/resources/requests/types/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPostSort.d.ts +5 -0
  307. package/dist/api/resources/workspace/resources/analytics/resources/requests/types/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPostSort.js +8 -0
  308. package/dist/api/resources/workspace/resources/analytics/resources/requests/types/index.d.ts +1 -0
  309. package/dist/api/resources/workspace/resources/analytics/resources/requests/types/index.js +17 -0
  310. package/dist/api/resources/workspace/resources/authConnections/client/Client.d.ts +16 -0
  311. package/dist/api/resources/workspace/resources/authConnections/client/Client.js +63 -0
  312. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +4 -1
  313. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
  314. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +16 -0
  315. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +3 -0
  316. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +40 -0
  317. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +3 -0
  318. package/dist/api/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
  319. package/dist/api/resources/workspace/resources/authConnections/types/index.js +2 -0
  320. package/dist/api/resources/workspace/resources/index.d.ts +1 -0
  321. package/dist/api/resources/workspace/resources/index.js +2 -1
  322. package/dist/api/types/AgentAlertingMonitorConfig.d.ts +6 -0
  323. package/dist/api/types/AgentAlertingMonitorConfig.js +3 -0
  324. package/dist/api/types/AgentAlertingSettings.d.ts +7 -0
  325. package/dist/api/types/AgentAlertingSettings.js +3 -0
  326. package/dist/api/types/AgentMetadataDbModel.d.ts +7 -0
  327. package/dist/api/types/AgentMetadataDbModel.js +3 -0
  328. package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +1 -0
  329. package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +1 -0
  330. package/dist/api/types/AgentTopicResponseModel.d.ts +3 -0
  331. package/dist/api/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
  332. package/dist/api/types/BackgroundMusicPresetId.d.ts +4 -0
  333. package/dist/api/types/BackgroundMusicPresetId.js +4 -0
  334. package/dist/api/types/BaseTurnConfig.d.ts +17 -0
  335. package/dist/api/types/BaseTurnConfig.js +3 -0
  336. package/dist/api/types/ClientEvent.d.ts +1 -0
  337. package/dist/api/types/ClientEvent.js +1 -0
  338. package/dist/api/types/CodeToolAllowedDomain.d.ts +6 -0
  339. package/dist/api/types/CodeToolAllowedDomain.js +3 -0
  340. package/dist/api/types/ConversationInitiationSource.d.ts +1 -0
  341. package/dist/api/types/ConversationInitiationSource.js +1 -0
  342. package/dist/api/types/{ConversationTokenDbModel.d.ts → ConversationTokenResponseModel.d.ts} +2 -2
  343. package/dist/api/types/ConversationTokenResponseModel.js +3 -0
  344. package/dist/api/types/CreateBearerAuthRequest.d.ts +8 -0
  345. package/dist/api/types/CreateBearerAuthRequest.js +3 -0
  346. package/dist/api/types/CreateSpeechEngineResponse.d.ts +4 -0
  347. package/dist/api/types/CreateSpeechEngineResponse.js +3 -0
  348. package/dist/api/types/GetAgentLinkResponseModel.d.ts +1 -1
  349. package/dist/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -0
  350. package/dist/api/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +2 -0
  351. package/dist/api/types/InboundSipTrunkConfigRequestModel.d.ts +2 -0
  352. package/dist/api/types/KnowledgeBaseDocumentChunksResponseModel.d.ts +5 -0
  353. package/dist/api/types/KnowledgeBaseDocumentChunksResponseModel.js +3 -0
  354. package/dist/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
  355. package/dist/api/types/ListCustomerFacingAgentsParams.d.ts +11 -0
  356. package/dist/api/types/ListCustomerFacingAgentsParams.js +3 -0
  357. package/dist/api/types/ListSpeechEnginesResponse.d.ts +9 -0
  358. package/dist/api/types/ListSpeechEnginesResponse.js +3 -0
  359. package/dist/api/types/Llm.d.ts +6 -0
  360. package/dist/api/types/Llm.js +6 -0
  361. package/dist/api/types/LlmInfoModelInput.d.ts +2 -0
  362. package/dist/api/types/LlmInfoModelOutput.d.ts +2 -0
  363. package/dist/api/types/LoadProcedureToolConfig.d.ts +4 -0
  364. package/dist/api/types/LoadProcedureToolConfig.js +3 -0
  365. package/dist/api/types/LoadProcedureToolErrorStatus.d.ts +5 -0
  366. package/dist/api/types/LoadProcedureToolErrorStatus.js +8 -0
  367. package/dist/api/types/Monitor.d.ts +5 -0
  368. package/dist/api/types/Monitor.js +8 -0
  369. package/dist/api/types/OAuth2ClientCredsResponse.d.ts +2 -0
  370. package/dist/api/types/OutboundSipTrunkConfigRequestModel.d.ts +2 -0
  371. package/dist/api/types/PhoneNumberAgentInfo.d.ts +4 -0
  372. package/dist/api/types/ProcedureAtVersion.d.ts +12 -0
  373. package/dist/api/types/ProcedureAtVersion.js +3 -0
  374. package/dist/api/types/ProcedureCompilerMode.d.ts +1 -1
  375. package/dist/api/types/ProcedureCompilerMode.js +1 -1
  376. package/dist/api/types/PromptAgentApiModelInput.d.ts +2 -2
  377. package/dist/api/types/PromptAgentApiModelOutput.d.ts +2 -2
  378. package/dist/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +2 -2
  379. package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +2 -2
  380. package/dist/api/types/ReadMetadataChapterDbModel.d.ts +1 -0
  381. package/dist/api/types/RegionalProcessingSurchargeInfo.d.ts +4 -0
  382. package/dist/api/types/RegionalProcessingSurchargeInfo.js +3 -0
  383. package/dist/api/types/ReportKnowledgeGapParams.d.ts +3 -0
  384. package/dist/api/types/ReportKnowledgeGapParams.js +3 -0
  385. package/dist/api/types/SlackBotAuthResponse.d.ts +10 -0
  386. package/dist/api/types/SlackBotAuthResponse.js +3 -0
  387. package/dist/api/types/SpeechEngineResponse.d.ts +27 -0
  388. package/dist/api/types/SpeechEngineResponse.js +3 -0
  389. package/dist/api/types/SpeechEngineSummaryResponse.d.ts +10 -0
  390. package/dist/api/types/SpeechEngineSummaryResponse.js +3 -0
  391. package/dist/api/types/SystemToolConfigInputParams.d.ts +4 -1
  392. package/dist/api/types/SystemToolConfigOutputParams.d.ts +4 -1
  393. package/dist/api/types/TurnConfig.d.ts +2 -2
  394. package/dist/api/types/TurnConfigWorkflowOverride.d.ts +2 -2
  395. package/dist/api/types/UpdateBasicAuthRequest.d.ts +5 -0
  396. package/dist/api/types/UpdateBasicAuthRequest.js +3 -0
  397. package/dist/api/types/UpdateOAuth2ClientCredsRequest.d.ts +9 -0
  398. package/dist/api/types/UpdateOAuth2ClientCredsRequest.js +3 -0
  399. package/dist/api/types/UpdateOAuth2JwtRequest.d.ts +14 -0
  400. package/dist/api/types/UpdateOAuth2JwtRequest.js +3 -0
  401. package/dist/api/types/UpdateOAuth2JwtRequestAlgorithm.d.ts +9 -0
  402. package/dist/api/types/UpdateOAuth2JwtRequestAlgorithm.js +12 -0
  403. package/dist/api/types/UpdateOAuth2JwtRequestTokenResponseField.d.ts +5 -0
  404. package/dist/api/types/UpdateOAuth2JwtRequestTokenResponseField.js +8 -0
  405. package/dist/api/types/WebhookHmacSettings.d.ts +2 -0
  406. package/dist/api/types/WorkspaceApiKeyResponseModel.d.ts +1 -0
  407. package/dist/api/types/WorkspaceGroupPermission.d.ts +2 -0
  408. package/dist/api/types/WorkspaceGroupPermission.js +2 -0
  409. package/dist/api/types/WorkspaceResourceType.d.ts +2 -0
  410. package/dist/api/types/WorkspaceResourceType.js +2 -0
  411. package/dist/api/types/index.d.ts +25 -1
  412. package/dist/api/types/index.js +25 -1
  413. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentUpdateFileResponse.d.ts +23 -0
  414. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentUpdateFileResponse.js +53 -0
  415. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.d.ts +1 -0
  416. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.js +1 -0
  417. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.d.ts +2 -1
  418. package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.js +2 -1
  419. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +2 -0
  420. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +2 -0
  421. package/dist/serialization/resources/index.d.ts +2 -0
  422. package/dist/serialization/resources/index.js +3 -1
  423. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +1 -0
  424. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.js +1 -0
  425. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -0
  426. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.js +2 -0
  427. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.d.ts +7 -0
  428. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.js +43 -0
  429. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +1 -0
  430. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +1 -0
  431. package/dist/serialization/resources/speechEngine/client/index.d.ts +1 -0
  432. package/dist/serialization/resources/speechEngine/client/index.js +17 -0
  433. package/dist/serialization/resources/speechEngine/client/requests/CreateSpeechEngineRequest.d.ts +25 -0
  434. package/dist/serialization/resources/speechEngine/client/requests/CreateSpeechEngineRequest.js +57 -0
  435. package/dist/serialization/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.d.ts +25 -0
  436. package/dist/serialization/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.js +57 -0
  437. package/dist/serialization/resources/speechEngine/client/requests/index.d.ts +2 -0
  438. package/dist/serialization/resources/speechEngine/client/requests/index.js +7 -0
  439. package/dist/serialization/resources/speechEngine/index.d.ts +1 -0
  440. package/dist/serialization/resources/speechEngine/index.js +17 -0
  441. package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +1 -1
  442. package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.js +16 -9
  443. package/dist/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +1 -0
  444. package/dist/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.js +1 -0
  445. package/dist/serialization/resources/workspace/resources/analytics/index.d.ts +1 -0
  446. package/dist/serialization/resources/workspace/resources/analytics/index.js +17 -0
  447. package/dist/serialization/resources/workspace/resources/analytics/resources/index.d.ts +3 -0
  448. package/dist/serialization/resources/workspace/resources/analytics/resources/index.js +42 -0
  449. package/dist/serialization/resources/workspace/resources/analytics/resources/requests/client/index.d.ts +1 -0
  450. package/dist/serialization/resources/workspace/resources/analytics/resources/requests/client/index.js +17 -0
  451. package/dist/serialization/resources/workspace/resources/analytics/resources/requests/client/requests/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPost.d.ts +16 -0
  452. package/dist/serialization/resources/workspace/resources/analytics/resources/requests/client/requests/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPost.js +48 -0
  453. package/dist/serialization/resources/workspace/resources/analytics/resources/requests/client/requests/index.d.ts +1 -0
  454. package/dist/serialization/resources/workspace/resources/analytics/resources/requests/client/requests/index.js +5 -0
  455. package/dist/serialization/resources/workspace/resources/analytics/resources/requests/index.d.ts +2 -0
  456. package/dist/serialization/resources/workspace/resources/analytics/resources/requests/index.js +18 -0
  457. package/dist/serialization/resources/workspace/resources/analytics/resources/requests/types/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPostSort.d.ts +7 -0
  458. package/dist/serialization/resources/workspace/resources/analytics/resources/requests/types/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPostSort.js +39 -0
  459. package/dist/serialization/resources/workspace/resources/analytics/resources/requests/types/index.d.ts +1 -0
  460. package/dist/serialization/resources/workspace/resources/analytics/resources/requests/types/index.js +17 -0
  461. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +5 -1
  462. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +2 -0
  463. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
  464. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
  465. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +19 -0
  466. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +51 -0
  467. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +51 -0
  468. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +67 -0
  469. package/dist/serialization/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
  470. package/dist/serialization/resources/workspace/resources/authConnections/types/index.js +2 -0
  471. package/dist/serialization/resources/workspace/resources/index.d.ts +1 -0
  472. package/dist/serialization/resources/workspace/resources/index.js +2 -1
  473. package/dist/serialization/types/AgentAlertingMonitorConfig.d.ts +10 -0
  474. package/dist/serialization/types/AgentAlertingMonitorConfig.js +42 -0
  475. package/dist/serialization/types/AgentAlertingSettings.d.ts +11 -0
  476. package/dist/serialization/types/AgentAlertingSettings.js +43 -0
  477. package/dist/serialization/types/AgentMetadataDbModel.d.ts +13 -0
  478. package/dist/serialization/types/AgentMetadataDbModel.js +45 -0
  479. package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
  480. package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +2 -0
  481. package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
  482. package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +2 -0
  483. package/dist/serialization/types/AgentTopicResponseModel.d.ts +3 -0
  484. package/dist/serialization/types/AgentTopicResponseModel.js +3 -0
  485. package/dist/serialization/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
  486. package/dist/serialization/types/AudioIsolationHistoryItemResponseModel.js +1 -0
  487. package/dist/serialization/types/BackgroundMusicPresetId.d.ts +1 -1
  488. package/dist/serialization/types/BackgroundMusicPresetId.js +11 -1
  489. package/dist/serialization/types/BaseTurnConfig.d.ts +17 -0
  490. package/dist/serialization/types/BaseTurnConfig.js +49 -0
  491. package/dist/serialization/types/ClientEvent.d.ts +1 -1
  492. package/dist/serialization/types/ClientEvent.js +1 -0
  493. package/dist/serialization/types/CodeToolAllowedDomain.d.ts +10 -0
  494. package/dist/serialization/types/CodeToolAllowedDomain.js +42 -0
  495. package/dist/serialization/types/ConversationInitiationSource.d.ts +1 -1
  496. package/dist/serialization/types/ConversationInitiationSource.js +1 -0
  497. package/dist/serialization/types/{ConversationTokenDbModel.d.ts → ConversationTokenResponseModel.d.ts} +3 -3
  498. package/dist/serialization/types/{ConversationTokenDbModel.js → ConversationTokenResponseModel.js} +3 -3
  499. package/dist/serialization/types/CreateBearerAuthRequest.d.ts +11 -0
  500. package/dist/serialization/types/CreateBearerAuthRequest.js +43 -0
  501. package/dist/serialization/types/CreateSpeechEngineResponse.d.ts +9 -0
  502. package/dist/serialization/types/CreateSpeechEngineResponse.js +41 -0
  503. package/dist/serialization/types/GetAgentLinkResponseModel.d.ts +2 -2
  504. package/dist/serialization/types/GetAgentLinkResponseModel.js +2 -2
  505. package/dist/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -0
  506. package/dist/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.js +1 -0
  507. package/dist/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +1 -0
  508. package/dist/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.js +1 -0
  509. package/dist/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +1 -0
  510. package/dist/serialization/types/InboundSipTrunkConfigRequestModel.js +1 -0
  511. package/dist/serialization/types/KnowledgeBaseDocumentChunksResponseModel.d.ts +11 -0
  512. package/dist/serialization/types/KnowledgeBaseDocumentChunksResponseModel.js +43 -0
  513. package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
  514. package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
  515. package/dist/serialization/types/ListCustomerFacingAgentsParams.d.ts +9 -0
  516. package/dist/serialization/types/ListCustomerFacingAgentsParams.js +41 -0
  517. package/dist/serialization/types/ListSpeechEnginesResponse.d.ts +12 -0
  518. package/dist/serialization/types/ListSpeechEnginesResponse.js +44 -0
  519. package/dist/serialization/types/Llm.d.ts +1 -1
  520. package/dist/serialization/types/Llm.js +6 -0
  521. package/dist/serialization/types/LlmInfoModelInput.d.ts +2 -0
  522. package/dist/serialization/types/LlmInfoModelInput.js +2 -0
  523. package/dist/serialization/types/LlmInfoModelOutput.d.ts +2 -0
  524. package/dist/serialization/types/LlmInfoModelOutput.js +2 -0
  525. package/dist/serialization/types/LoadProcedureToolConfig.d.ts +10 -0
  526. package/dist/serialization/types/LoadProcedureToolConfig.js +42 -0
  527. package/dist/serialization/types/LoadProcedureToolErrorStatus.d.ts +7 -0
  528. package/dist/serialization/types/LoadProcedureToolErrorStatus.js +39 -0
  529. package/dist/serialization/types/Monitor.d.ts +7 -0
  530. package/dist/serialization/types/Monitor.js +39 -0
  531. package/dist/serialization/types/OAuth2ClientCredsResponse.d.ts +1 -0
  532. package/dist/serialization/types/OAuth2ClientCredsResponse.js +1 -0
  533. package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +1 -0
  534. package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.js +1 -0
  535. package/dist/serialization/types/PhoneNumberAgentInfo.d.ts +2 -0
  536. package/dist/serialization/types/PhoneNumberAgentInfo.js +2 -0
  537. package/dist/serialization/types/ProcedureAtVersion.d.ts +13 -0
  538. package/dist/serialization/types/ProcedureAtVersion.js +45 -0
  539. package/dist/serialization/types/ProcedureCompilerMode.d.ts +1 -1
  540. package/dist/serialization/types/ProcedureCompilerMode.js +1 -1
  541. package/dist/serialization/types/ReadMetadataChapterDbModel.d.ts +1 -0
  542. package/dist/serialization/types/ReadMetadataChapterDbModel.js +1 -0
  543. package/dist/serialization/types/RegionalProcessingSurchargeInfo.d.ts +9 -0
  544. package/dist/serialization/types/RegionalProcessingSurchargeInfo.js +41 -0
  545. package/dist/serialization/types/ReportKnowledgeGapParams.d.ts +9 -0
  546. package/dist/serialization/types/ReportKnowledgeGapParams.js +41 -0
  547. package/dist/serialization/types/SlackBotAuthResponse.d.ts +13 -0
  548. package/dist/serialization/types/SlackBotAuthResponse.js +45 -0
  549. package/dist/serialization/types/SpeechEngineResponse.d.ts +28 -0
  550. package/dist/serialization/types/SpeechEngineResponse.js +60 -0
  551. package/dist/serialization/types/SpeechEngineSummaryResponse.d.ts +12 -0
  552. package/dist/serialization/types/SpeechEngineSummaryResponse.js +44 -0
  553. package/dist/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
  554. package/dist/serialization/types/SystemToolConfigInputParams.js +2 -0
  555. package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
  556. package/dist/serialization/types/SystemToolConfigOutputParams.js +2 -0
  557. package/dist/serialization/types/TurnConfig.d.ts +1 -1
  558. package/dist/serialization/types/TurnConfig.js +1 -1
  559. package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -1
  560. package/dist/serialization/types/TurnConfigWorkflowOverride.js +1 -1
  561. package/dist/serialization/types/UpdateBasicAuthRequest.d.ts +11 -0
  562. package/dist/serialization/types/UpdateBasicAuthRequest.js +43 -0
  563. package/dist/serialization/types/UpdateOAuth2ClientCredsRequest.d.ts +15 -0
  564. package/dist/serialization/types/UpdateOAuth2ClientCredsRequest.js +47 -0
  565. package/dist/serialization/types/UpdateOAuth2JwtRequest.d.ts +21 -0
  566. package/dist/serialization/types/UpdateOAuth2JwtRequest.js +53 -0
  567. package/dist/serialization/types/UpdateOAuth2JwtRequestAlgorithm.d.ts +7 -0
  568. package/dist/serialization/types/UpdateOAuth2JwtRequestAlgorithm.js +39 -0
  569. package/dist/serialization/types/UpdateOAuth2JwtRequestTokenResponseField.d.ts +7 -0
  570. package/dist/serialization/types/UpdateOAuth2JwtRequestTokenResponseField.js +39 -0
  571. package/dist/serialization/types/WebhookHmacSettings.d.ts +1 -0
  572. package/dist/serialization/types/WebhookHmacSettings.js +1 -0
  573. package/dist/serialization/types/WorkspaceApiKeyResponseModel.d.ts +1 -0
  574. package/dist/serialization/types/WorkspaceApiKeyResponseModel.js +1 -0
  575. package/dist/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
  576. package/dist/serialization/types/WorkspaceGroupPermission.js +2 -0
  577. package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
  578. package/dist/serialization/types/WorkspaceResourceType.js +2 -0
  579. package/dist/serialization/types/index.d.ts +25 -1
  580. package/dist/serialization/types/index.js +25 -1
  581. package/dist/version.d.ts +1 -1
  582. package/dist/version.js +1 -1
  583. package/dist/wrapper/ElevenLabsClient.d.ts +5 -2
  584. package/dist/wrapper/ElevenLabsClient.js +9 -1
  585. package/dist/wrapper/index.d.ts +1 -0
  586. package/dist/wrapper/index.js +8 -1
  587. package/dist/wrapper/speech-engine/SpeechEngineAttachment.d.ts +21 -0
  588. package/dist/wrapper/speech-engine/SpeechEngineAttachment.js +34 -0
  589. package/dist/wrapper/speech-engine/SpeechEngineClientWrapper.d.ts +103 -0
  590. package/dist/wrapper/speech-engine/SpeechEngineClientWrapper.js +140 -0
  591. package/dist/wrapper/speech-engine/SpeechEngineResource.d.ts +78 -0
  592. package/dist/wrapper/speech-engine/SpeechEngineResource.js +261 -0
  593. package/dist/wrapper/speech-engine/SpeechEngineServer.d.ts +54 -0
  594. package/dist/wrapper/speech-engine/SpeechEngineServer.js +135 -0
  595. package/dist/wrapper/speech-engine/SpeechEngineSession.d.ts +79 -0
  596. package/dist/wrapper/speech-engine/SpeechEngineSession.js +300 -0
  597. package/dist/wrapper/speech-engine/index.d.ts +7 -0
  598. package/dist/wrapper/speech-engine/index.js +47 -0
  599. package/dist/wrapper/speech-engine/namespace.d.ts +27 -0
  600. package/dist/wrapper/speech-engine/namespace.js +37 -0
  601. package/dist/wrapper/speech-engine/types.d.ts +67 -0
  602. package/dist/wrapper/speech-engine/types.js +15 -0
  603. package/package.json +1 -1
  604. package/reference.md +725 -33
  605. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentUpdateFileResponse.d.ts +23 -0
  606. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentUpdateFileResponse.js +53 -0
  607. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.d.ts +1 -0
  608. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.js +1 -0
  609. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.d.ts +2 -1
  610. package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.js +2 -1
  611. package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +2 -0
  612. package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +2 -0
  613. package/serialization/resources/index.d.ts +2 -0
  614. package/serialization/resources/index.js +3 -1
  615. package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +1 -0
  616. package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.js +1 -0
  617. package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -0
  618. package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.js +2 -0
  619. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.d.ts +7 -0
  620. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.js +43 -0
  621. package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +1 -0
  622. package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +1 -0
  623. package/serialization/resources/speechEngine/client/index.d.ts +1 -0
  624. package/serialization/resources/speechEngine/client/index.js +17 -0
  625. package/serialization/resources/speechEngine/client/requests/CreateSpeechEngineRequest.d.ts +25 -0
  626. package/serialization/resources/speechEngine/client/requests/CreateSpeechEngineRequest.js +57 -0
  627. package/serialization/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.d.ts +25 -0
  628. package/serialization/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.js +57 -0
  629. package/serialization/resources/speechEngine/client/requests/index.d.ts +2 -0
  630. package/serialization/resources/speechEngine/client/requests/index.js +7 -0
  631. package/serialization/resources/speechEngine/index.d.ts +1 -0
  632. package/serialization/resources/speechEngine/index.js +17 -0
  633. package/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +1 -1
  634. package/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.js +16 -9
  635. package/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +1 -0
  636. package/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.js +1 -0
  637. package/serialization/resources/workspace/resources/analytics/index.d.ts +1 -0
  638. package/serialization/resources/workspace/resources/analytics/index.js +17 -0
  639. package/serialization/resources/workspace/resources/analytics/resources/index.d.ts +3 -0
  640. package/serialization/resources/workspace/resources/analytics/resources/index.js +42 -0
  641. package/serialization/resources/workspace/resources/analytics/resources/requests/client/index.d.ts +1 -0
  642. package/serialization/resources/workspace/resources/analytics/resources/requests/client/index.js +17 -0
  643. package/serialization/resources/workspace/resources/analytics/resources/requests/client/requests/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPost.d.ts +16 -0
  644. package/serialization/resources/workspace/resources/analytics/resources/requests/client/requests/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPost.js +48 -0
  645. package/serialization/resources/workspace/resources/analytics/resources/requests/client/requests/index.d.ts +1 -0
  646. package/serialization/resources/workspace/resources/analytics/resources/requests/client/requests/index.js +5 -0
  647. package/serialization/resources/workspace/resources/analytics/resources/requests/index.d.ts +2 -0
  648. package/serialization/resources/workspace/resources/analytics/resources/requests/index.js +18 -0
  649. package/serialization/resources/workspace/resources/analytics/resources/requests/types/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPostSort.d.ts +7 -0
  650. package/serialization/resources/workspace/resources/analytics/resources/requests/types/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPostSort.js +39 -0
  651. package/serialization/resources/workspace/resources/analytics/resources/requests/types/index.d.ts +1 -0
  652. package/serialization/resources/workspace/resources/analytics/resources/requests/types/index.js +17 -0
  653. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +5 -1
  654. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +2 -0
  655. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
  656. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
  657. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +19 -0
  658. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +51 -0
  659. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +51 -0
  660. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +67 -0
  661. package/serialization/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
  662. package/serialization/resources/workspace/resources/authConnections/types/index.js +2 -0
  663. package/serialization/resources/workspace/resources/index.d.ts +1 -0
  664. package/serialization/resources/workspace/resources/index.js +2 -1
  665. package/serialization/types/AgentAlertingMonitorConfig.d.ts +10 -0
  666. package/serialization/types/AgentAlertingMonitorConfig.js +42 -0
  667. package/serialization/types/AgentAlertingSettings.d.ts +11 -0
  668. package/serialization/types/AgentAlertingSettings.js +43 -0
  669. package/serialization/types/AgentMetadataDbModel.d.ts +13 -0
  670. package/serialization/types/AgentMetadataDbModel.js +45 -0
  671. package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
  672. package/serialization/types/AgentPlatformSettingsRequestModel.js +2 -0
  673. package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
  674. package/serialization/types/AgentPlatformSettingsResponseModel.js +2 -0
  675. package/serialization/types/AgentTopicResponseModel.d.ts +3 -0
  676. package/serialization/types/AgentTopicResponseModel.js +3 -0
  677. package/serialization/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
  678. package/serialization/types/AudioIsolationHistoryItemResponseModel.js +1 -0
  679. package/serialization/types/BackgroundMusicPresetId.d.ts +1 -1
  680. package/serialization/types/BackgroundMusicPresetId.js +11 -1
  681. package/serialization/types/BaseTurnConfig.d.ts +17 -0
  682. package/serialization/types/BaseTurnConfig.js +49 -0
  683. package/serialization/types/ClientEvent.d.ts +1 -1
  684. package/serialization/types/ClientEvent.js +1 -0
  685. package/serialization/types/CodeToolAllowedDomain.d.ts +10 -0
  686. package/serialization/types/CodeToolAllowedDomain.js +42 -0
  687. package/serialization/types/ConversationInitiationSource.d.ts +1 -1
  688. package/serialization/types/ConversationInitiationSource.js +1 -0
  689. package/serialization/types/{ConversationTokenDbModel.d.ts → ConversationTokenResponseModel.d.ts} +3 -3
  690. package/serialization/types/{ConversationTokenDbModel.js → ConversationTokenResponseModel.js} +3 -3
  691. package/serialization/types/CreateBearerAuthRequest.d.ts +11 -0
  692. package/serialization/types/CreateBearerAuthRequest.js +43 -0
  693. package/serialization/types/CreateSpeechEngineResponse.d.ts +9 -0
  694. package/serialization/types/CreateSpeechEngineResponse.js +41 -0
  695. package/serialization/types/GetAgentLinkResponseModel.d.ts +2 -2
  696. package/serialization/types/GetAgentLinkResponseModel.js +2 -2
  697. package/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -0
  698. package/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.js +1 -0
  699. package/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +1 -0
  700. package/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.js +1 -0
  701. package/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +1 -0
  702. package/serialization/types/InboundSipTrunkConfigRequestModel.js +1 -0
  703. package/serialization/types/KnowledgeBaseDocumentChunksResponseModel.d.ts +11 -0
  704. package/serialization/types/KnowledgeBaseDocumentChunksResponseModel.js +43 -0
  705. package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
  706. package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
  707. package/serialization/types/ListCustomerFacingAgentsParams.d.ts +9 -0
  708. package/serialization/types/ListCustomerFacingAgentsParams.js +41 -0
  709. package/serialization/types/ListSpeechEnginesResponse.d.ts +12 -0
  710. package/serialization/types/ListSpeechEnginesResponse.js +44 -0
  711. package/serialization/types/Llm.d.ts +1 -1
  712. package/serialization/types/Llm.js +6 -0
  713. package/serialization/types/LlmInfoModelInput.d.ts +2 -0
  714. package/serialization/types/LlmInfoModelInput.js +2 -0
  715. package/serialization/types/LlmInfoModelOutput.d.ts +2 -0
  716. package/serialization/types/LlmInfoModelOutput.js +2 -0
  717. package/serialization/types/LoadProcedureToolConfig.d.ts +10 -0
  718. package/serialization/types/LoadProcedureToolConfig.js +42 -0
  719. package/serialization/types/LoadProcedureToolErrorStatus.d.ts +7 -0
  720. package/serialization/types/LoadProcedureToolErrorStatus.js +39 -0
  721. package/serialization/types/Monitor.d.ts +7 -0
  722. package/serialization/types/Monitor.js +39 -0
  723. package/serialization/types/OAuth2ClientCredsResponse.d.ts +1 -0
  724. package/serialization/types/OAuth2ClientCredsResponse.js +1 -0
  725. package/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +1 -0
  726. package/serialization/types/OutboundSipTrunkConfigRequestModel.js +1 -0
  727. package/serialization/types/PhoneNumberAgentInfo.d.ts +2 -0
  728. package/serialization/types/PhoneNumberAgentInfo.js +2 -0
  729. package/serialization/types/ProcedureAtVersion.d.ts +13 -0
  730. package/serialization/types/ProcedureAtVersion.js +45 -0
  731. package/serialization/types/ProcedureCompilerMode.d.ts +1 -1
  732. package/serialization/types/ProcedureCompilerMode.js +1 -1
  733. package/serialization/types/ReadMetadataChapterDbModel.d.ts +1 -0
  734. package/serialization/types/ReadMetadataChapterDbModel.js +1 -0
  735. package/serialization/types/RegionalProcessingSurchargeInfo.d.ts +9 -0
  736. package/serialization/types/RegionalProcessingSurchargeInfo.js +41 -0
  737. package/serialization/types/ReportKnowledgeGapParams.d.ts +9 -0
  738. package/serialization/types/ReportKnowledgeGapParams.js +41 -0
  739. package/serialization/types/SlackBotAuthResponse.d.ts +13 -0
  740. package/serialization/types/SlackBotAuthResponse.js +45 -0
  741. package/serialization/types/SpeechEngineResponse.d.ts +28 -0
  742. package/serialization/types/SpeechEngineResponse.js +60 -0
  743. package/serialization/types/SpeechEngineSummaryResponse.d.ts +12 -0
  744. package/serialization/types/SpeechEngineSummaryResponse.js +44 -0
  745. package/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
  746. package/serialization/types/SystemToolConfigInputParams.js +2 -0
  747. package/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
  748. package/serialization/types/SystemToolConfigOutputParams.js +2 -0
  749. package/serialization/types/TurnConfig.d.ts +1 -1
  750. package/serialization/types/TurnConfig.js +1 -1
  751. package/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -1
  752. package/serialization/types/TurnConfigWorkflowOverride.js +1 -1
  753. package/serialization/types/UpdateBasicAuthRequest.d.ts +11 -0
  754. package/serialization/types/UpdateBasicAuthRequest.js +43 -0
  755. package/serialization/types/UpdateOAuth2ClientCredsRequest.d.ts +15 -0
  756. package/serialization/types/UpdateOAuth2ClientCredsRequest.js +47 -0
  757. package/serialization/types/UpdateOAuth2JwtRequest.d.ts +21 -0
  758. package/serialization/types/UpdateOAuth2JwtRequest.js +53 -0
  759. package/serialization/types/UpdateOAuth2JwtRequestAlgorithm.d.ts +7 -0
  760. package/serialization/types/UpdateOAuth2JwtRequestAlgorithm.js +39 -0
  761. package/serialization/types/UpdateOAuth2JwtRequestTokenResponseField.d.ts +7 -0
  762. package/serialization/types/UpdateOAuth2JwtRequestTokenResponseField.js +39 -0
  763. package/serialization/types/WebhookHmacSettings.d.ts +1 -0
  764. package/serialization/types/WebhookHmacSettings.js +1 -0
  765. package/serialization/types/WorkspaceApiKeyResponseModel.d.ts +1 -0
  766. package/serialization/types/WorkspaceApiKeyResponseModel.js +1 -0
  767. package/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
  768. package/serialization/types/WorkspaceGroupPermission.js +2 -0
  769. package/serialization/types/WorkspaceResourceType.d.ts +1 -1
  770. package/serialization/types/WorkspaceResourceType.js +2 -0
  771. package/serialization/types/index.d.ts +25 -1
  772. package/serialization/types/index.js +25 -1
  773. package/version.d.ts +1 -1
  774. package/version.js +1 -1
  775. package/wrapper/ElevenLabsClient.d.ts +5 -2
  776. package/wrapper/ElevenLabsClient.js +9 -1
  777. package/wrapper/index.d.ts +1 -0
  778. package/wrapper/index.js +8 -1
  779. package/wrapper/speech-engine/SpeechEngineAttachment.d.ts +21 -0
  780. package/wrapper/speech-engine/SpeechEngineAttachment.js +34 -0
  781. package/wrapper/speech-engine/SpeechEngineClientWrapper.d.ts +103 -0
  782. package/wrapper/speech-engine/SpeechEngineClientWrapper.js +140 -0
  783. package/wrapper/speech-engine/SpeechEngineResource.d.ts +78 -0
  784. package/wrapper/speech-engine/SpeechEngineResource.js +261 -0
  785. package/wrapper/speech-engine/SpeechEngineServer.d.ts +54 -0
  786. package/wrapper/speech-engine/SpeechEngineServer.js +135 -0
  787. package/wrapper/speech-engine/SpeechEngineSession.d.ts +79 -0
  788. package/wrapper/speech-engine/SpeechEngineSession.js +300 -0
  789. package/wrapper/speech-engine/index.d.ts +7 -0
  790. package/wrapper/speech-engine/index.js +47 -0
  791. package/wrapper/speech-engine/namespace.d.ts +27 -0
  792. package/wrapper/speech-engine/namespace.js +37 -0
  793. package/wrapper/speech-engine/types.d.ts +67 -0
  794. package/wrapper/speech-engine/types.js +15 -0
  795. /package/api/{types/ConversationTokenDbModel.js → resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/BodyUpdateFileDocumentV1ConvaiKnowledgeBaseDocumentationIdUpdateFilePatch.js} +0 -0
  796. /package/{dist/api/types/ConversationTokenDbModel.js → api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentUpdateFileResponse.js} +0 -0
@@ -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;
@@ -28,7 +28,7 @@ export interface PromptAgentApiModelOutput {
28
28
  ignoreDefaultPersonality?: boolean;
29
29
  /** Configuration for RAG */
30
30
  rag?: ElevenLabs.RagConfig;
31
- /** Timezone for displaying current time in system prompt. If set, the current time will be included in the system prompt using this timezone. Must be a valid timezone name (e.g., 'America/New_York', 'Europe/London', 'UTC'). */
31
+ /** Timezone for displaying current time in system prompt. If set, the current time will be included in the system prompt using this timezone. Must be a valid timezone name (e.g., 'America/New_York', 'Europe/London', 'UTC'). Recommended for accurate time-aware responses; without this, the agent has no knowledge of the current date/time unless you provide it via dynamic variables or tools, which can lead to incorrect or hallucinated time references. */
32
32
  timezone?: string;
33
33
  /** Configuration for backup LLM cascading. Can be disabled, use system defaults, or specify custom order. */
34
34
  backupLlmConfig?: ElevenLabs.PromptAgentApiModelOutputBackupLlmConfig;
@@ -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;
@@ -28,7 +28,7 @@ export interface PromptAgentApiModelWorkflowOverrideInput {
28
28
  ignoreDefaultPersonality?: boolean;
29
29
  /** Configuration for RAG */
30
30
  rag?: ElevenLabs.RagConfigWorkflowOverride;
31
- /** Timezone for displaying current time in system prompt. If set, the current time will be included in the system prompt using this timezone. Must be a valid timezone name (e.g., 'America/New_York', 'Europe/London', 'UTC'). */
31
+ /** Timezone for displaying current time in system prompt. If set, the current time will be included in the system prompt using this timezone. Must be a valid timezone name (e.g., 'America/New_York', 'Europe/London', 'UTC'). Recommended for accurate time-aware responses; without this, the agent has no knowledge of the current date/time unless you provide it via dynamic variables or tools, which can lead to incorrect or hallucinated time references. */
32
32
  timezone?: string;
33
33
  /** Configuration for backup LLM cascading. Can be disabled, use system defaults, or specify custom order. */
34
34
  backupLlmConfig?: ElevenLabs.PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig;
@@ -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;
@@ -28,7 +28,7 @@ export interface PromptAgentApiModelWorkflowOverrideOutput {
28
28
  ignoreDefaultPersonality?: boolean;
29
29
  /** Configuration for RAG */
30
30
  rag?: ElevenLabs.RagConfigWorkflowOverride;
31
- /** Timezone for displaying current time in system prompt. If set, the current time will be included in the system prompt using this timezone. Must be a valid timezone name (e.g., 'America/New_York', 'Europe/London', 'UTC'). */
31
+ /** Timezone for displaying current time in system prompt. If set, the current time will be included in the system prompt using this timezone. Must be a valid timezone name (e.g., 'America/New_York', 'Europe/London', 'UTC'). Recommended for accurate time-aware responses; without this, the agent has no knowledge of the current date/time unless you provide it via dynamic variables or tools, which can lead to incorrect or hallucinated time references. */
32
32
  timezone?: string;
33
33
  /** Configuration for backup LLM cascading. Can be disabled, use system defaults, or specify custom order. */
34
34
  backupLlmConfig?: ElevenLabs.PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig;
@@ -7,4 +7,5 @@ export interface ReadMetadataChapterDbModel {
7
7
  hasSummary?: boolean;
8
8
  durationSeconds?: number;
9
9
  fileNumber?: string;
10
+ isFallbackName?: boolean;
10
11
  }
@@ -0,0 +1,4 @@
1
+ export interface RegionalProcessingSurchargeInfo {
2
+ /** The surcharge multiplier applied to this model's pricing (e.g. 1.1 for a 10% surcharge). */
3
+ multiplier: number;
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,3 @@
1
+ export interface ReportKnowledgeGapParams {
2
+ smbToolType?: "report_knowledge_gap";
3
+ }
@@ -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,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 });
@@ -0,0 +1,27 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface SpeechEngineResponse {
3
+ /** The speech engine resource ID */
4
+ speechEngineId: string;
5
+ /** Human-readable name for the speech engine */
6
+ name: string;
7
+ /** WebSocket connection settings for the upstream transcript server */
8
+ speechEngine: ElevenLabs.SpeechEngineConfig;
9
+ /** Automatic speech recognition configuration */
10
+ asr: ElevenLabs.AsrConversationalConfig;
11
+ /** Text-to-speech output configuration */
12
+ tts: ElevenLabs.TtsConversationalConfigOutput;
13
+ /** Turn detection configuration */
14
+ turn: ElevenLabs.BaseTurnConfig;
15
+ /** Conversation-level settings including client events and duration limits */
16
+ conversation: ElevenLabs.ConversationConfigOutput;
17
+ /** Privacy settings controlling recording, retention, and PII handling */
18
+ privacy: ElevenLabs.PrivacyConfigOutput;
19
+ /** Concurrency and daily conversation limits for this speech engine */
20
+ callLimits: ElevenLabs.AgentCallLimits;
21
+ /** ISO language code used by the speech engine (e.g. 'en') */
22
+ language: string;
23
+ /** Arbitrary tags for categorization and filtering */
24
+ tags: string[];
25
+ /** Creation and update timestamps with source information */
26
+ metadata: ElevenLabs.AgentMetadataDbModel;
27
+ }
@@ -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,10 @@
1
+ export interface SpeechEngineSummaryResponse {
2
+ /** The speech engine resource ID */
3
+ speechEngineId: string;
4
+ /** Human-readable name for the speech engine */
5
+ name: string;
6
+ /** Creation time in Unix seconds */
7
+ createdAtUnixSecs: number;
8
+ /** Arbitrary tags for categorization and filtering */
9
+ tags: string[];
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 });
@@ -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
  }
@@ -6,8 +6,6 @@ export interface TurnConfig {
6
6
  initialWaitTime?: number;
7
7
  /** Maximum wait time since the user last spoke before terminating the call */
8
8
  silenceEndCallTimeout?: number;
9
- /** Configuration for soft timeout functionality. Provides immediate feedback during longer LLM responses. */
10
- softTimeoutConfig?: ElevenLabs.SoftTimeoutConfig;
11
9
  /** Controls how eager the agent is to respond. Low = less eager (waits longer), Standard = default eagerness, High = more eager (responds sooner) */
12
10
  turnEagerness?: ElevenLabs.TurnEagerness;
13
11
  /** Controls if the agent should be more patient when user is spelling numbers and named entities. Auto = model based, Off = never wait extra */
@@ -16,4 +14,6 @@ export interface TurnConfig {
16
14
  speculativeTurn?: boolean;
17
15
  /** When enabled, if VAD detects no speech, attempts to re-transcribe accumulated audio at turn timeout. Disables silence discount billing for affected turns. */
18
16
  retranscribeOnTurnTimeout?: boolean;
17
+ /** Configuration for soft timeout functionality. Provides immediate feedback during longer LLM responses. */
18
+ softTimeoutConfig?: ElevenLabs.SoftTimeoutConfig;
19
19
  }
@@ -6,8 +6,6 @@ export interface TurnConfigWorkflowOverride {
6
6
  initialWaitTime?: number;
7
7
  /** Maximum wait time since the user last spoke before terminating the call */
8
8
  silenceEndCallTimeout?: number;
9
- /** Configuration for soft timeout functionality. Provides immediate feedback during longer LLM responses. */
10
- softTimeoutConfig?: ElevenLabs.SoftTimeoutConfigWorkflowOverride;
11
9
  /** Controls how eager the agent is to respond. Low = less eager (waits longer), Standard = default eagerness, High = more eager (responds sooner) */
12
10
  turnEagerness?: ElevenLabs.TurnEagerness;
13
11
  /** Controls if the agent should be more patient when user is spelling numbers and named entities. Auto = model based, Off = never wait extra */
@@ -16,4 +14,6 @@ export interface TurnConfigWorkflowOverride {
16
14
  speculativeTurn?: boolean;
17
15
  /** When enabled, if VAD detects no speech, attempts to re-transcribe accumulated audio at turn timeout. Disables silence discount billing for affected turns. */
18
16
  retranscribeOnTurnTimeout?: boolean;
17
+ /** Configuration for soft timeout functionality. Provides immediate feedback during longer LLM responses. */
18
+ softTimeoutConfig?: ElevenLabs.SoftTimeoutConfigWorkflowOverride;
19
19
  }
@@ -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
+ };
@@ -8,4 +8,6 @@ export interface WebhookHmacSettings {
8
8
  name: string;
9
9
  /** The HTTPS callback URL that will be called when this webhook is triggered */
10
10
  webhookUrl: string;
11
+ /** Optional custom request headers to include with each webhook delivery */
12
+ requestHeaders?: Record<string, string | undefined>;
11
13
  }
@@ -10,4 +10,5 @@ export interface WorkspaceApiKeyResponseModel {
10
10
  characterLimit?: number;
11
11
  characterCount?: number;
12
12
  hashedXiApiKey: string;
13
+ allowedIps?: string[];
13
14
  }
@@ -9,6 +9,7 @@ export declare const WorkspaceGroupPermission: {
9
9
  readonly Dubbing: "dubbing";
10
10
  readonly AudioNative: "audio_native";
11
11
  readonly ConversationalAi: "conversational_ai";
12
+ readonly ConversationalAiRead: "conversational_ai_read";
12
13
  readonly VoiceIsolator: "voice_isolator";
13
14
  readonly AiSpeechClassifier: "ai_speech_classifier";
14
15
  readonly AddVoiceFromVoiceLibrary: "add_voice_from_voice_library";
@@ -30,5 +31,6 @@ export declare const WorkspaceGroupPermission: {
30
31
  readonly TermsOfServiceAccept: "terms_of_service_accept";
31
32
  readonly AuditLogRead: "audit_log_read";
32
33
  readonly CopyResourcesCrossWorkspace: "copy_resources_cross_workspace";
34
+ readonly VoiceDesign: "voice_design";
33
35
  };
34
36
  export type WorkspaceGroupPermission = (typeof WorkspaceGroupPermission)[keyof typeof WorkspaceGroupPermission];
@@ -13,6 +13,7 @@ exports.WorkspaceGroupPermission = {
13
13
  Dubbing: "dubbing",
14
14
  AudioNative: "audio_native",
15
15
  ConversationalAi: "conversational_ai",
16
+ ConversationalAiRead: "conversational_ai_read",
16
17
  VoiceIsolator: "voice_isolator",
17
18
  AiSpeechClassifier: "ai_speech_classifier",
18
19
  AddVoiceFromVoiceLibrary: "add_voice_from_voice_library",
@@ -34,4 +35,5 @@ exports.WorkspaceGroupPermission = {
34
35
  TermsOfServiceAccept: "terms_of_service_accept",
35
36
  AuditLogRead: "audit_log_read",
36
37
  CopyResourcesCrossWorkspace: "copy_resources_cross_workspace",
38
+ VoiceDesign: "voice_design",
37
39
  };
@@ -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",
@@ -15,6 +15,8 @@ export * from "./AddWorkspaceGroupMemberResponseModel";
15
15
  export * from "./AddWorkspaceInviteResponseModel";
16
16
  export * from "./AdhocAgentConfigOverrideForTestRequestModel";
17
17
  export * from "./Age";
18
+ export * from "./AgentAlertingMonitorConfig";
19
+ export * from "./AgentAlertingSettings";
18
20
  export * from "./AgentBranchBasicInfo";
19
21
  export * from "./AgentBranchResponse";
20
22
  export * from "./AgentBranchSummary";
@@ -32,6 +34,7 @@ export * from "./AgentDeploymentRequestItem";
32
34
  export * from "./AgentDeploymentResponse";
33
35
  export * from "./AgentFailureResponseExample";
34
36
  export * from "./AgentMetadata";
37
+ export * from "./AgentMetadataDbModel";
35
38
  export * from "./AgentMetadataResponseModel";
36
39
  export * from "./AgentPlatformSettingsRequestModel";
37
40
  export * from "./AgentPlatformSettingsResponseModel";
@@ -161,6 +164,7 @@ export * from "./BackupLlmDefault";
161
164
  export * from "./BackupLlmDisabled";
162
165
  export * from "./BackupLlmOverride";
163
166
  export * from "./BadRequestErrorBody";
167
+ export * from "./BaseTurnConfig";
164
168
  export * from "./BasicAuthResponse";
165
169
  export * from "./BatchCallDetailedResponse";
166
170
  export * from "./BatchCallRecipientStatus";
@@ -234,6 +238,7 @@ export * from "./CloseContext";
234
238
  export * from "./CloseSocket";
235
239
  export * from "./CoachedAgentSettings";
236
240
  export * from "./CoachingAgentSettings";
241
+ export * from "./CodeToolAllowedDomain";
237
242
  export * from "./ColumnFilter";
238
243
  export * from "./ColumnFilterOperation";
239
244
  export * from "./ColumnFilterValuesItem";
@@ -338,8 +343,8 @@ export * from "./ConversationSource";
338
343
  export * from "./ConversationSummaryResponseModel";
339
344
  export * from "./ConversationSummaryResponseModelStatus";
340
345
  export * from "./ConversationTagResponseModel";
341
- export * from "./ConversationTokenDbModel";
342
346
  export * from "./ConversationTokenPurpose";
347
+ export * from "./ConversationTokenResponseModel";
343
348
  export * from "./ConversationTtsUsageModel";
344
349
  export * from "./ConversationTurnMetrics";
345
350
  export * from "./ConversationUserResponseModel";
@@ -356,6 +361,7 @@ export * from "./CreateAssetParams";
356
361
  export * from "./CreateAudioNativeProjectRequest";
357
362
  export * from "./CreateAuthConnectionEnvironmentVariableRequest";
358
363
  export * from "./CreateBasicAuthRequest";
364
+ export * from "./CreateBearerAuthRequest";
359
365
  export * from "./CreateClientAppointmentParams";
360
366
  export * from "./CreateClientInteractionParams";
361
367
  export * from "./CreateClientParams";
@@ -378,6 +384,7 @@ export * from "./CreateSecretEnvironmentVariableRequest";
378
384
  export * from "./CreateServiceParams";
379
385
  export * from "./CreateSimulationTestRequest";
380
386
  export * from "./CreateSipTrunkPhoneNumberRequest";
387
+ export * from "./CreateSpeechEngineResponse";
381
388
  export * from "./CreateStaffParams";
382
389
  export * from "./CreateStringEnvironmentVariableRequest";
383
390
  export * from "./CreateToolCallUnitTestRequest";
@@ -640,6 +647,7 @@ export * from "./KnowledgeBaseContentSearchResult";
640
647
  export * from "./KnowledgeBaseContentSearchResultDocument";
641
648
  export * from "./KnowledgeBaseDependentType";
642
649
  export * from "./KnowledgeBaseDocumentChunkResponseModel";
650
+ export * from "./KnowledgeBaseDocumentChunksResponseModel";
643
651
  export * from "./KnowledgeBaseDocumentMetadataResponseModel";
644
652
  export * from "./KnowledgeBaseDocumentType";
645
653
  export * from "./KnowledgeBaseFolderPathSegmentResponseModel";
@@ -669,6 +677,7 @@ export * from "./ListAuthConnectionsResponseAuthConnectionsItem";
669
677
  export * from "./ListCalendarEventsParams";
670
678
  export * from "./ListClientInteractionsParams";
671
679
  export * from "./ListClientsParams";
680
+ export * from "./ListCustomerFacingAgentsParams";
672
681
  export * from "./ListGroupSessionsParams";
673
682
  export * from "./ListHolidaysParams";
674
683
  export * from "./ListLocationsParams";
@@ -678,6 +687,7 @@ export * from "./ListResponseAgentBranchSummary";
678
687
  export * from "./ListResponseApiIntegrationDocResponse";
679
688
  export * from "./ListResponseMeta";
680
689
  export * from "./ListServicesParams";
690
+ export * from "./ListSpeechEnginesResponse";
681
691
  export * from "./ListStaffParams";
682
692
  export * from "./ListWhatsAppAccountsResponse";
683
693
  export * from "./LiteralJsonSchemaProperty";
@@ -703,6 +713,8 @@ export * from "./LlmUsageCalculatorLlmResponseModel";
703
713
  export * from "./LlmUsageCalculatorResponseModel";
704
714
  export * from "./LlmUsageInput";
705
715
  export * from "./LlmUsageOutput";
716
+ export * from "./LoadProcedureToolConfig";
717
+ export * from "./LoadProcedureToolErrorStatus";
706
718
  export * from "./ManualSource";
707
719
  export * from "./ManualVerificationFileResponse";
708
720
  export * from "./ManualVerificationResponse";
@@ -744,6 +756,7 @@ export * from "./ModelSettingsResponseModel";
744
756
  export * from "./ModerationConfig";
745
757
  export * from "./ModerationGuardrailInput";
746
758
  export * from "./ModerationGuardrailOutput";
759
+ export * from "./Monitor";
747
760
  export * from "./MtlsAuthResponse";
748
761
  export * from "./MultichannelSpeechToTextResponseModel";
749
762
  export * from "./MultipartMusicResponse";
@@ -809,6 +822,7 @@ export * from "./PrivacyConfigInput";
809
822
  export * from "./PrivacyConfigOutput";
810
823
  export * from "./PrivateKeyJwtResponse";
811
824
  export * from "./PrivateKeyJwtResponseAlgorithm";
825
+ export * from "./ProcedureAtVersion";
812
826
  export * from "./ProcedureCompilerMode";
813
827
  export * from "./ProcedureRefResponseModel";
814
828
  export * from "./ProcedureSettings";
@@ -893,12 +907,14 @@ export * from "./ReferencedToolCommonModel";
893
907
  export * from "./ReferencedToolCommonModelType";
894
908
  export * from "./ReferenceVideo";
895
909
  export * from "./RegexParameterEvaluationStrategy";
910
+ export * from "./RegionalProcessingSurchargeInfo";
896
911
  export * from "./RegionConfigRequest";
897
912
  export * from "./RegisterForGroupSessionParams";
898
913
  export * from "./RemoveMemberFromGroupRequest";
899
914
  export * from "./Render";
900
915
  export * from "./RenderStatus";
901
916
  export * from "./RenderType";
917
+ export * from "./ReportKnowledgeGapParams";
902
918
  export * from "./RequestPvcManualVerificationResponseModel";
903
919
  export * from "./RequiredConstraint";
904
920
  export * from "./RequiredConstraints";
@@ -983,6 +999,7 @@ export * from "./SipUriDynamicVariableTransferDestination";
983
999
  export * from "./SipUriTransferDestination";
984
1000
  export * from "./SkipTurnToolConfig";
985
1001
  export * from "./SkipTurnToolResponseModel";
1002
+ export * from "./SlackBotAuthResponse";
986
1003
  export * from "./SmsConversationInfo";
987
1004
  export * from "./SmsConversationInfoDirection";
988
1005
  export * from "./SoftTimeoutConfig";
@@ -1003,6 +1020,8 @@ export * from "./SpeakerTrack";
1003
1020
  export * from "./SpeakerUpdatedResponse";
1004
1021
  export * from "./SpeechEngineConfig";
1005
1022
  export * from "./SpeechEngineConfigRequestHeadersValue";
1023
+ export * from "./SpeechEngineResponse";
1024
+ export * from "./SpeechEngineSummaryResponse";
1006
1025
  export * from "./SpeechHistoryItemResponse";
1007
1026
  export * from "./SpeechHistoryItemResponseModelSource";
1008
1027
  export * from "./SpeechHistoryItemResponseModelVoiceCategory";
@@ -1136,6 +1155,7 @@ export * from "./UnitTestWorkflowNodeTransitionEvaluationNodeId";
1136
1155
  export * from "./UpdateAgentRuleParams";
1137
1156
  export * from "./UpdateAssetParams";
1138
1157
  export * from "./UpdateAudioNativeProjectRequest";
1158
+ export * from "./UpdateBasicAuthRequest";
1139
1159
  export * from "./UpdateBookingPageSettingsParams";
1140
1160
  export * from "./UpdateBusinessInfoParams";
1141
1161
  export * from "./UpdateCalendarEventParams";
@@ -1145,6 +1165,10 @@ export * from "./UpdateCustomerFacingConfigParams";
1145
1165
  export * from "./UpdateGroupSessionSeatsParams";
1146
1166
  export * from "./UpdateHolidayParams";
1147
1167
  export * from "./UpdateLocationParams";
1168
+ export * from "./UpdateOAuth2ClientCredsRequest";
1169
+ export * from "./UpdateOAuth2JwtRequest";
1170
+ export * from "./UpdateOAuth2JwtRequestAlgorithm";
1171
+ export * from "./UpdateOAuth2JwtRequestTokenResponseField";
1148
1172
  export * from "./UpdateProductParams";
1149
1173
  export * from "./UpdateProjectRequest";
1150
1174
  export * from "./UpdatePronunciationDictionariesRequest";