@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
@@ -31,6 +31,8 @@ __exportStar(require("./AddWorkspaceGroupMemberResponseModel"), exports);
31
31
  __exportStar(require("./AddWorkspaceInviteResponseModel"), exports);
32
32
  __exportStar(require("./AdhocAgentConfigOverrideForTestRequestModel"), exports);
33
33
  __exportStar(require("./Age"), exports);
34
+ __exportStar(require("./AgentAlertingMonitorConfig"), exports);
35
+ __exportStar(require("./AgentAlertingSettings"), exports);
34
36
  __exportStar(require("./AgentBranchBasicInfo"), exports);
35
37
  __exportStar(require("./AgentBranchResponse"), exports);
36
38
  __exportStar(require("./AgentBranchSummary"), exports);
@@ -48,6 +50,7 @@ __exportStar(require("./AgentDeploymentRequestItem"), exports);
48
50
  __exportStar(require("./AgentDeploymentResponse"), exports);
49
51
  __exportStar(require("./AgentFailureResponseExample"), exports);
50
52
  __exportStar(require("./AgentMetadata"), exports);
53
+ __exportStar(require("./AgentMetadataDbModel"), exports);
51
54
  __exportStar(require("./AgentMetadataResponseModel"), exports);
52
55
  __exportStar(require("./AgentPlatformSettingsRequestModel"), exports);
53
56
  __exportStar(require("./AgentPlatformSettingsResponseModel"), exports);
@@ -177,6 +180,7 @@ __exportStar(require("./BackupLlmDefault"), exports);
177
180
  __exportStar(require("./BackupLlmDisabled"), exports);
178
181
  __exportStar(require("./BackupLlmOverride"), exports);
179
182
  __exportStar(require("./BadRequestErrorBody"), exports);
183
+ __exportStar(require("./BaseTurnConfig"), exports);
180
184
  __exportStar(require("./BasicAuthResponse"), exports);
181
185
  __exportStar(require("./BatchCallDetailedResponse"), exports);
182
186
  __exportStar(require("./BatchCallRecipientStatus"), exports);
@@ -250,6 +254,7 @@ __exportStar(require("./CloseContext"), exports);
250
254
  __exportStar(require("./CloseSocket"), exports);
251
255
  __exportStar(require("./CoachedAgentSettings"), exports);
252
256
  __exportStar(require("./CoachingAgentSettings"), exports);
257
+ __exportStar(require("./CodeToolAllowedDomain"), exports);
253
258
  __exportStar(require("./ColumnFilter"), exports);
254
259
  __exportStar(require("./ColumnFilterOperation"), exports);
255
260
  __exportStar(require("./ColumnFilterValuesItem"), exports);
@@ -354,8 +359,8 @@ __exportStar(require("./ConversationSource"), exports);
354
359
  __exportStar(require("./ConversationSummaryResponseModel"), exports);
355
360
  __exportStar(require("./ConversationSummaryResponseModelStatus"), exports);
356
361
  __exportStar(require("./ConversationTagResponseModel"), exports);
357
- __exportStar(require("./ConversationTokenDbModel"), exports);
358
362
  __exportStar(require("./ConversationTokenPurpose"), exports);
363
+ __exportStar(require("./ConversationTokenResponseModel"), exports);
359
364
  __exportStar(require("./ConversationTtsUsageModel"), exports);
360
365
  __exportStar(require("./ConversationTurnMetrics"), exports);
361
366
  __exportStar(require("./ConversationUserResponseModel"), exports);
@@ -372,6 +377,7 @@ __exportStar(require("./CreateAssetParams"), exports);
372
377
  __exportStar(require("./CreateAudioNativeProjectRequest"), exports);
373
378
  __exportStar(require("./CreateAuthConnectionEnvironmentVariableRequest"), exports);
374
379
  __exportStar(require("./CreateBasicAuthRequest"), exports);
380
+ __exportStar(require("./CreateBearerAuthRequest"), exports);
375
381
  __exportStar(require("./CreateClientAppointmentParams"), exports);
376
382
  __exportStar(require("./CreateClientInteractionParams"), exports);
377
383
  __exportStar(require("./CreateClientParams"), exports);
@@ -394,6 +400,7 @@ __exportStar(require("./CreateSecretEnvironmentVariableRequest"), exports);
394
400
  __exportStar(require("./CreateServiceParams"), exports);
395
401
  __exportStar(require("./CreateSimulationTestRequest"), exports);
396
402
  __exportStar(require("./CreateSipTrunkPhoneNumberRequest"), exports);
403
+ __exportStar(require("./CreateSpeechEngineResponse"), exports);
397
404
  __exportStar(require("./CreateStaffParams"), exports);
398
405
  __exportStar(require("./CreateStringEnvironmentVariableRequest"), exports);
399
406
  __exportStar(require("./CreateToolCallUnitTestRequest"), exports);
@@ -656,6 +663,7 @@ __exportStar(require("./KnowledgeBaseContentSearchResult"), exports);
656
663
  __exportStar(require("./KnowledgeBaseContentSearchResultDocument"), exports);
657
664
  __exportStar(require("./KnowledgeBaseDependentType"), exports);
658
665
  __exportStar(require("./KnowledgeBaseDocumentChunkResponseModel"), exports);
666
+ __exportStar(require("./KnowledgeBaseDocumentChunksResponseModel"), exports);
659
667
  __exportStar(require("./KnowledgeBaseDocumentMetadataResponseModel"), exports);
660
668
  __exportStar(require("./KnowledgeBaseDocumentType"), exports);
661
669
  __exportStar(require("./KnowledgeBaseFolderPathSegmentResponseModel"), exports);
@@ -685,6 +693,7 @@ __exportStar(require("./ListAuthConnectionsResponseAuthConnectionsItem"), export
685
693
  __exportStar(require("./ListCalendarEventsParams"), exports);
686
694
  __exportStar(require("./ListClientInteractionsParams"), exports);
687
695
  __exportStar(require("./ListClientsParams"), exports);
696
+ __exportStar(require("./ListCustomerFacingAgentsParams"), exports);
688
697
  __exportStar(require("./ListGroupSessionsParams"), exports);
689
698
  __exportStar(require("./ListHolidaysParams"), exports);
690
699
  __exportStar(require("./ListLocationsParams"), exports);
@@ -694,6 +703,7 @@ __exportStar(require("./ListResponseAgentBranchSummary"), exports);
694
703
  __exportStar(require("./ListResponseApiIntegrationDocResponse"), exports);
695
704
  __exportStar(require("./ListResponseMeta"), exports);
696
705
  __exportStar(require("./ListServicesParams"), exports);
706
+ __exportStar(require("./ListSpeechEnginesResponse"), exports);
697
707
  __exportStar(require("./ListStaffParams"), exports);
698
708
  __exportStar(require("./ListWhatsAppAccountsResponse"), exports);
699
709
  __exportStar(require("./LiteralJsonSchemaProperty"), exports);
@@ -719,6 +729,8 @@ __exportStar(require("./LlmUsageCalculatorLlmResponseModel"), exports);
719
729
  __exportStar(require("./LlmUsageCalculatorResponseModel"), exports);
720
730
  __exportStar(require("./LlmUsageInput"), exports);
721
731
  __exportStar(require("./LlmUsageOutput"), exports);
732
+ __exportStar(require("./LoadProcedureToolConfig"), exports);
733
+ __exportStar(require("./LoadProcedureToolErrorStatus"), exports);
722
734
  __exportStar(require("./ManualSource"), exports);
723
735
  __exportStar(require("./ManualVerificationFileResponse"), exports);
724
736
  __exportStar(require("./ManualVerificationResponse"), exports);
@@ -760,6 +772,7 @@ __exportStar(require("./ModelSettingsResponseModel"), exports);
760
772
  __exportStar(require("./ModerationConfig"), exports);
761
773
  __exportStar(require("./ModerationGuardrailInput"), exports);
762
774
  __exportStar(require("./ModerationGuardrailOutput"), exports);
775
+ __exportStar(require("./Monitor"), exports);
763
776
  __exportStar(require("./MtlsAuthResponse"), exports);
764
777
  __exportStar(require("./MultichannelSpeechToTextResponseModel"), exports);
765
778
  __exportStar(require("./MultipartMusicResponse"), exports);
@@ -825,6 +838,7 @@ __exportStar(require("./PrivacyConfigInput"), exports);
825
838
  __exportStar(require("./PrivacyConfigOutput"), exports);
826
839
  __exportStar(require("./PrivateKeyJwtResponse"), exports);
827
840
  __exportStar(require("./PrivateKeyJwtResponseAlgorithm"), exports);
841
+ __exportStar(require("./ProcedureAtVersion"), exports);
828
842
  __exportStar(require("./ProcedureCompilerMode"), exports);
829
843
  __exportStar(require("./ProcedureRefResponseModel"), exports);
830
844
  __exportStar(require("./ProcedureSettings"), exports);
@@ -909,12 +923,14 @@ __exportStar(require("./ReferencedToolCommonModel"), exports);
909
923
  __exportStar(require("./ReferencedToolCommonModelType"), exports);
910
924
  __exportStar(require("./ReferenceVideo"), exports);
911
925
  __exportStar(require("./RegexParameterEvaluationStrategy"), exports);
926
+ __exportStar(require("./RegionalProcessingSurchargeInfo"), exports);
912
927
  __exportStar(require("./RegionConfigRequest"), exports);
913
928
  __exportStar(require("./RegisterForGroupSessionParams"), exports);
914
929
  __exportStar(require("./RemoveMemberFromGroupRequest"), exports);
915
930
  __exportStar(require("./Render"), exports);
916
931
  __exportStar(require("./RenderStatus"), exports);
917
932
  __exportStar(require("./RenderType"), exports);
933
+ __exportStar(require("./ReportKnowledgeGapParams"), exports);
918
934
  __exportStar(require("./RequestPvcManualVerificationResponseModel"), exports);
919
935
  __exportStar(require("./RequiredConstraint"), exports);
920
936
  __exportStar(require("./RequiredConstraints"), exports);
@@ -999,6 +1015,7 @@ __exportStar(require("./SipUriDynamicVariableTransferDestination"), exports);
999
1015
  __exportStar(require("./SipUriTransferDestination"), exports);
1000
1016
  __exportStar(require("./SkipTurnToolConfig"), exports);
1001
1017
  __exportStar(require("./SkipTurnToolResponseModel"), exports);
1018
+ __exportStar(require("./SlackBotAuthResponse"), exports);
1002
1019
  __exportStar(require("./SmsConversationInfo"), exports);
1003
1020
  __exportStar(require("./SmsConversationInfoDirection"), exports);
1004
1021
  __exportStar(require("./SoftTimeoutConfig"), exports);
@@ -1019,6 +1036,8 @@ __exportStar(require("./SpeakerTrack"), exports);
1019
1036
  __exportStar(require("./SpeakerUpdatedResponse"), exports);
1020
1037
  __exportStar(require("./SpeechEngineConfig"), exports);
1021
1038
  __exportStar(require("./SpeechEngineConfigRequestHeadersValue"), exports);
1039
+ __exportStar(require("./SpeechEngineResponse"), exports);
1040
+ __exportStar(require("./SpeechEngineSummaryResponse"), exports);
1022
1041
  __exportStar(require("./SpeechHistoryItemResponse"), exports);
1023
1042
  __exportStar(require("./SpeechHistoryItemResponseModelSource"), exports);
1024
1043
  __exportStar(require("./SpeechHistoryItemResponseModelVoiceCategory"), exports);
@@ -1152,6 +1171,7 @@ __exportStar(require("./UnitTestWorkflowNodeTransitionEvaluationNodeId"), export
1152
1171
  __exportStar(require("./UpdateAgentRuleParams"), exports);
1153
1172
  __exportStar(require("./UpdateAssetParams"), exports);
1154
1173
  __exportStar(require("./UpdateAudioNativeProjectRequest"), exports);
1174
+ __exportStar(require("./UpdateBasicAuthRequest"), exports);
1155
1175
  __exportStar(require("./UpdateBookingPageSettingsParams"), exports);
1156
1176
  __exportStar(require("./UpdateBusinessInfoParams"), exports);
1157
1177
  __exportStar(require("./UpdateCalendarEventParams"), exports);
@@ -1161,6 +1181,10 @@ __exportStar(require("./UpdateCustomerFacingConfigParams"), exports);
1161
1181
  __exportStar(require("./UpdateGroupSessionSeatsParams"), exports);
1162
1182
  __exportStar(require("./UpdateHolidayParams"), exports);
1163
1183
  __exportStar(require("./UpdateLocationParams"), exports);
1184
+ __exportStar(require("./UpdateOAuth2ClientCredsRequest"), exports);
1185
+ __exportStar(require("./UpdateOAuth2JwtRequest"), exports);
1186
+ __exportStar(require("./UpdateOAuth2JwtRequestAlgorithm"), exports);
1187
+ __exportStar(require("./UpdateOAuth2JwtRequestTokenResponseField"), exports);
1164
1188
  __exportStar(require("./UpdateProductParams"), exports);
1165
1189
  __exportStar(require("./UpdateProjectRequest"), exports);
1166
1190
  __exportStar(require("./UpdatePronunciationDictionariesRequest"), exports);
@@ -0,0 +1,23 @@
1
+ import type * as ElevenLabs from "../../../../../../../../api/index";
2
+ import * as core from "../../../../../../../../core";
3
+ import type * as serializers from "../../../../../../../index";
4
+ import { GetKnowledgeBaseFileResponseModel } from "../../../../../../../types/GetKnowledgeBaseFileResponseModel";
5
+ import { GetKnowledgeBaseFolderResponseModel } from "../../../../../../../types/GetKnowledgeBaseFolderResponseModel";
6
+ import { GetKnowledgeBaseTextResponseModel } from "../../../../../../../types/GetKnowledgeBaseTextResponseModel";
7
+ import { GetKnowledgeBaseUrlResponseModel } from "../../../../../../../types/GetKnowledgeBaseUrlResponseModel";
8
+ export declare const DocumentUpdateFileResponse: core.serialization.Schema<serializers.conversationalAi.knowledgeBase.DocumentUpdateFileResponse.Raw, ElevenLabs.conversationalAi.knowledgeBase.DocumentUpdateFileResponse>;
9
+ export declare namespace DocumentUpdateFileResponse {
10
+ type Raw = DocumentUpdateFileResponse.Url | DocumentUpdateFileResponse.File | DocumentUpdateFileResponse.Text | DocumentUpdateFileResponse.Folder;
11
+ interface Url extends GetKnowledgeBaseUrlResponseModel.Raw {
12
+ type: "url";
13
+ }
14
+ interface File extends GetKnowledgeBaseFileResponseModel.Raw {
15
+ type: "file";
16
+ }
17
+ interface Text extends GetKnowledgeBaseTextResponseModel.Raw {
18
+ type: "text";
19
+ }
20
+ interface Folder extends GetKnowledgeBaseFolderResponseModel.Raw {
21
+ type: "folder";
22
+ }
23
+ }
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.DocumentUpdateFileResponse = void 0;
38
+ const core = __importStar(require("../../../../../../../../core"));
39
+ const GetKnowledgeBaseFileResponseModel_1 = require("../../../../../../../types/GetKnowledgeBaseFileResponseModel");
40
+ const GetKnowledgeBaseFolderResponseModel_1 = require("../../../../../../../types/GetKnowledgeBaseFolderResponseModel");
41
+ const GetKnowledgeBaseTextResponseModel_1 = require("../../../../../../../types/GetKnowledgeBaseTextResponseModel");
42
+ const GetKnowledgeBaseUrlResponseModel_1 = require("../../../../../../../types/GetKnowledgeBaseUrlResponseModel");
43
+ exports.DocumentUpdateFileResponse = core.serialization
44
+ .union("type", {
45
+ url: GetKnowledgeBaseUrlResponseModel_1.GetKnowledgeBaseUrlResponseModel,
46
+ file: GetKnowledgeBaseFileResponseModel_1.GetKnowledgeBaseFileResponseModel,
47
+ text: GetKnowledgeBaseTextResponseModel_1.GetKnowledgeBaseTextResponseModel,
48
+ folder: GetKnowledgeBaseFolderResponseModel_1.GetKnowledgeBaseFolderResponseModel,
49
+ })
50
+ .transform({
51
+ transform: (value) => value,
52
+ untransform: (value) => value,
53
+ });
@@ -1 +1,2 @@
1
1
  export * from "./DocumentRefreshResponse";
2
+ export * from "./DocumentUpdateFileResponse";
@@ -15,3 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./DocumentRefreshResponse"), exports);
18
+ __exportStar(require("./DocumentUpdateFileResponse"), exports);
@@ -4,6 +4,7 @@ import type * as serializers from "../../../../../../../../index";
4
4
  export declare const BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch: core.serialization.Schema<serializers.conversationalAi.knowledgeBase.BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.Raw, ElevenLabs.conversationalAi.knowledgeBase.BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch>;
5
5
  export declare namespace BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch {
6
6
  interface Raw {
7
- name: string;
7
+ name?: string | null;
8
+ content?: string | null;
8
9
  }
9
10
  }
@@ -37,5 +37,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch = void 0;
38
38
  const core = __importStar(require("../../../../../../../../../core"));
39
39
  exports.BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch = core.serialization.object({
40
- name: core.serialization.string(),
40
+ name: core.serialization.string().optional(),
41
+ content: core.serialization.string().optional(),
41
42
  });
@@ -13,5 +13,7 @@ export declare namespace UpdatePhoneNumberRequest {
13
13
  outbound_trunk_config?: OutboundSipTrunkConfigRequestModel.Raw | null;
14
14
  livekit_stack?: LivekitStackType.Raw | null;
15
15
  store_sip_messages?: boolean | null;
16
+ environment?: string | null;
17
+ branch_id?: string | null;
16
18
  }
17
19
  }
@@ -46,4 +46,6 @@ exports.UpdatePhoneNumberRequest = core.serialization.object({
46
46
  outboundTrunkConfig: core.serialization.property("outbound_trunk_config", OutboundSipTrunkConfigRequestModel_1.OutboundSipTrunkConfigRequestModel.optional()),
47
47
  livekitStack: core.serialization.property("livekit_stack", LivekitStackType_1.LivekitStackType.optional()),
48
48
  storeSipMessages: core.serialization.property("store_sip_messages", core.serialization.boolean().optional()),
49
+ environment: core.serialization.string().optional(),
50
+ branchId: core.serialization.property("branch_id", core.serialization.string().optional()),
49
51
  });
@@ -20,6 +20,8 @@ export * as pronunciationDictionaries from "./pronunciationDictionaries";
20
20
  export * from "./pronunciationDictionaries/client/requests";
21
21
  export * from "./pronunciationDictionaries/types";
22
22
  export * as serviceAccounts from "./serviceAccounts";
23
+ export * as speechEngine from "./speechEngine";
24
+ export * from "./speechEngine/client/requests";
23
25
  export * as speechToSpeech from "./speechToSpeech";
24
26
  export * from "./speechToSpeech/types";
25
27
  export * as speechToText from "./speechToText";
@@ -36,7 +36,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
36
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.workspace = exports.webhooks = exports.voices = exports.v1TextToSpeechVoiceIdStreamInput = exports.v1TextToSpeechVoiceIdMultiStreamInput = exports.v1TextToDialogueStreamInput = exports.v1SpeechToTextRealtime = exports.textToVoice = exports.textToSpeech = exports.textToSoundEffects = exports.textToDialogue = exports.studio = exports.speechToText = exports.speechToSpeech = exports.serviceAccounts = exports.pronunciationDictionaries = exports.music = exports.models = exports.history = exports.environmentVariables = exports.dubbing = exports.conversationalAi = exports.audioNative = exports.audioIsolation = void 0;
39
+ exports.workspace = exports.webhooks = exports.voices = exports.v1TextToSpeechVoiceIdStreamInput = exports.v1TextToSpeechVoiceIdMultiStreamInput = exports.v1TextToDialogueStreamInput = exports.v1SpeechToTextRealtime = exports.textToVoice = exports.textToSpeech = exports.textToSoundEffects = exports.textToDialogue = exports.studio = exports.speechToText = exports.speechToSpeech = exports.speechEngine = exports.serviceAccounts = exports.pronunciationDictionaries = exports.music = exports.models = exports.history = exports.environmentVariables = exports.dubbing = exports.conversationalAi = exports.audioNative = exports.audioIsolation = void 0;
40
40
  exports.audioIsolation = __importStar(require("./audioIsolation"));
41
41
  __exportStar(require("./audioIsolation/types"), exports);
42
42
  exports.audioNative = __importStar(require("./audioNative"));
@@ -59,6 +59,8 @@ exports.pronunciationDictionaries = __importStar(require("./pronunciationDiction
59
59
  __exportStar(require("./pronunciationDictionaries/client/requests"), exports);
60
60
  __exportStar(require("./pronunciationDictionaries/types"), exports);
61
61
  exports.serviceAccounts = __importStar(require("./serviceAccounts"));
62
+ exports.speechEngine = __importStar(require("./speechEngine"));
63
+ __exportStar(require("./speechEngine/client/requests"), exports);
62
64
  exports.speechToSpeech = __importStar(require("./speechToSpeech"));
63
65
  __exportStar(require("./speechToSpeech/types"), exports);
64
66
  exports.speechToText = __importStar(require("./speechToText"));
@@ -8,5 +8,6 @@ export declare namespace BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceA
8
8
  name: string;
9
9
  permissions: BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.Raw;
10
10
  character_limit?: number | null;
11
+ allowed_ips?: string[] | null;
11
12
  }
12
13
  }
@@ -41,4 +41,5 @@ exports.BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKe
41
41
  name: core.serialization.string(),
42
42
  permissions: BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions_1.BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions,
43
43
  characterLimit: core.serialization.property("character_limit", core.serialization.number().optional()),
44
+ allowedIps: core.serialization.property("allowed_ips", core.serialization.list(core.serialization.string()).optional()),
44
45
  });
@@ -1,6 +1,7 @@
1
1
  import type * as ElevenLabs from "../../../../../../../api/index";
2
2
  import * as core from "../../../../../../../core";
3
3
  import type * as serializers from "../../../../../../index";
4
+ import { BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps } from "../../types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps";
4
5
  import { BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions } from "../../types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions";
5
6
  export declare const BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch: core.serialization.Schema<serializers.serviceAccounts.BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.Raw, ElevenLabs.serviceAccounts.BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch>;
6
7
  export declare namespace BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch {
@@ -9,5 +10,6 @@ export declare namespace BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAcc
9
10
  name: string;
10
11
  permissions: BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.Raw;
11
12
  character_limit?: number | null;
13
+ allowed_ips?: BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.Raw | null;
12
14
  }
13
15
  }
@@ -36,10 +36,12 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch = void 0;
38
38
  const core = __importStar(require("../../../../../../../core"));
39
+ const BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps_1 = require("../../types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps");
39
40
  const BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions_1 = require("../../types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions");
40
41
  exports.BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch = core.serialization.object({
41
42
  isEnabled: core.serialization.property("is_enabled", core.serialization.boolean()),
42
43
  name: core.serialization.string(),
43
44
  permissions: BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions_1.BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions,
44
45
  characterLimit: core.serialization.property("character_limit", core.serialization.number().optional()),
46
+ allowedIps: core.serialization.property("allowed_ips", BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps_1.BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.optional()),
45
47
  });
@@ -0,0 +1,7 @@
1
+ import type * as ElevenLabs from "../../../../../../api/index";
2
+ import * as core from "../../../../../../core";
3
+ import type * as serializers from "../../../../../index";
4
+ export declare const BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps: core.serialization.Schema<serializers.serviceAccounts.BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.Raw, ElevenLabs.serviceAccounts.BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps>;
5
+ export declare namespace BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps {
6
+ type Raw = string[] | "clear" | "no_update";
7
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps = void 0;
38
+ const core = __importStar(require("../../../../../../core"));
39
+ exports.BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps = core.serialization.undiscriminatedUnion([
40
+ core.serialization.list(core.serialization.string()),
41
+ core.serialization.stringLiteral("clear"),
42
+ core.serialization.stringLiteral("no_update"),
43
+ ]);
@@ -1,2 +1,3 @@
1
1
  export * from "./BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions";
2
+ export * from "./BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps";
2
3
  export * from "./BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions";
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions"), exports);
18
+ __exportStar(require("./BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps"), exports);
18
19
  __exportStar(require("./BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions"), exports);
@@ -0,0 +1 @@
1
+ export * from "./requests";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./requests"), exports);
@@ -0,0 +1,25 @@
1
+ import type * as ElevenLabs from "../../../../../api/index";
2
+ import * as core from "../../../../../core";
3
+ import type * as serializers from "../../../../index";
4
+ import { AgentCallLimits } from "../../../../types/AgentCallLimits";
5
+ import { AsrConversationalConfig } from "../../../../types/AsrConversationalConfig";
6
+ import { BaseTurnConfig } from "../../../../types/BaseTurnConfig";
7
+ import { ConversationConfigInput } from "../../../../types/ConversationConfigInput";
8
+ import { PrivacyConfigInput } from "../../../../types/PrivacyConfigInput";
9
+ import { SpeechEngineConfig } from "../../../../types/SpeechEngineConfig";
10
+ import { TtsConversationalConfigInput } from "../../../../types/TtsConversationalConfigInput";
11
+ export declare const CreateSpeechEngineRequest: core.serialization.Schema<serializers.CreateSpeechEngineRequest.Raw, ElevenLabs.CreateSpeechEngineRequest>;
12
+ export declare namespace CreateSpeechEngineRequest {
13
+ interface Raw {
14
+ name?: string | null;
15
+ speech_engine: SpeechEngineConfig.Raw;
16
+ asr?: AsrConversationalConfig.Raw | null;
17
+ tts?: TtsConversationalConfigInput.Raw | null;
18
+ turn?: BaseTurnConfig.Raw | null;
19
+ conversation?: ConversationConfigInput.Raw | null;
20
+ privacy?: PrivacyConfigInput.Raw | null;
21
+ call_limits?: AgentCallLimits.Raw | null;
22
+ language?: string | null;
23
+ tags?: string[] | null;
24
+ }
25
+ }
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.CreateSpeechEngineRequest = void 0;
38
+ const core = __importStar(require("../../../../../core"));
39
+ const AgentCallLimits_1 = require("../../../../types/AgentCallLimits");
40
+ const AsrConversationalConfig_1 = require("../../../../types/AsrConversationalConfig");
41
+ const BaseTurnConfig_1 = require("../../../../types/BaseTurnConfig");
42
+ const ConversationConfigInput_1 = require("../../../../types/ConversationConfigInput");
43
+ const PrivacyConfigInput_1 = require("../../../../types/PrivacyConfigInput");
44
+ const SpeechEngineConfig_1 = require("../../../../types/SpeechEngineConfig");
45
+ const TtsConversationalConfigInput_1 = require("../../../../types/TtsConversationalConfigInput");
46
+ exports.CreateSpeechEngineRequest = core.serialization.object({
47
+ name: core.serialization.string().optional(),
48
+ speechEngine: core.serialization.property("speech_engine", SpeechEngineConfig_1.SpeechEngineConfig),
49
+ asr: AsrConversationalConfig_1.AsrConversationalConfig.optional(),
50
+ tts: TtsConversationalConfigInput_1.TtsConversationalConfigInput.optional(),
51
+ turn: BaseTurnConfig_1.BaseTurnConfig.optional(),
52
+ conversation: ConversationConfigInput_1.ConversationConfigInput.optional(),
53
+ privacy: PrivacyConfigInput_1.PrivacyConfigInput.optional(),
54
+ callLimits: core.serialization.property("call_limits", AgentCallLimits_1.AgentCallLimits.optional()),
55
+ language: core.serialization.string().optional(),
56
+ tags: core.serialization.list(core.serialization.string()).optional(),
57
+ });
@@ -0,0 +1,25 @@
1
+ import type * as ElevenLabs from "../../../../../api/index";
2
+ import * as core from "../../../../../core";
3
+ import type * as serializers from "../../../../index";
4
+ import { AgentCallLimits } from "../../../../types/AgentCallLimits";
5
+ import { AsrConversationalConfig } from "../../../../types/AsrConversationalConfig";
6
+ import { BaseTurnConfig } from "../../../../types/BaseTurnConfig";
7
+ import { ConversationConfigInput } from "../../../../types/ConversationConfigInput";
8
+ import { PrivacyConfigInput } from "../../../../types/PrivacyConfigInput";
9
+ import { SpeechEngineConfig } from "../../../../types/SpeechEngineConfig";
10
+ import { TtsConversationalConfigInput } from "../../../../types/TtsConversationalConfigInput";
11
+ export declare const UpdateSpeechEngineRequest: core.serialization.Schema<serializers.UpdateSpeechEngineRequest.Raw, ElevenLabs.UpdateSpeechEngineRequest>;
12
+ export declare namespace UpdateSpeechEngineRequest {
13
+ interface Raw {
14
+ name?: string | null;
15
+ speech_engine?: SpeechEngineConfig.Raw | null;
16
+ asr?: AsrConversationalConfig.Raw | null;
17
+ tts?: TtsConversationalConfigInput.Raw | null;
18
+ turn?: BaseTurnConfig.Raw | null;
19
+ conversation?: ConversationConfigInput.Raw | null;
20
+ privacy?: PrivacyConfigInput.Raw | null;
21
+ call_limits?: AgentCallLimits.Raw | null;
22
+ language?: string | null;
23
+ tags?: string[] | null;
24
+ }
25
+ }
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.UpdateSpeechEngineRequest = void 0;
38
+ const core = __importStar(require("../../../../../core"));
39
+ const AgentCallLimits_1 = require("../../../../types/AgentCallLimits");
40
+ const AsrConversationalConfig_1 = require("../../../../types/AsrConversationalConfig");
41
+ const BaseTurnConfig_1 = require("../../../../types/BaseTurnConfig");
42
+ const ConversationConfigInput_1 = require("../../../../types/ConversationConfigInput");
43
+ const PrivacyConfigInput_1 = require("../../../../types/PrivacyConfigInput");
44
+ const SpeechEngineConfig_1 = require("../../../../types/SpeechEngineConfig");
45
+ const TtsConversationalConfigInput_1 = require("../../../../types/TtsConversationalConfigInput");
46
+ exports.UpdateSpeechEngineRequest = core.serialization.object({
47
+ name: core.serialization.string().optional(),
48
+ speechEngine: core.serialization.property("speech_engine", SpeechEngineConfig_1.SpeechEngineConfig.optional()),
49
+ asr: AsrConversationalConfig_1.AsrConversationalConfig.optional(),
50
+ tts: TtsConversationalConfigInput_1.TtsConversationalConfigInput.optional(),
51
+ turn: BaseTurnConfig_1.BaseTurnConfig.optional(),
52
+ conversation: ConversationConfigInput_1.ConversationConfigInput.optional(),
53
+ privacy: PrivacyConfigInput_1.PrivacyConfigInput.optional(),
54
+ callLimits: core.serialization.property("call_limits", AgentCallLimits_1.AgentCallLimits.optional()),
55
+ language: core.serialization.string().optional(),
56
+ tags: core.serialization.list(core.serialization.string()).optional(),
57
+ });
@@ -0,0 +1,2 @@
1
+ export { CreateSpeechEngineRequest } from "./CreateSpeechEngineRequest";
2
+ export { UpdateSpeechEngineRequest } from "./UpdateSpeechEngineRequest";