@elevenlabs/elevenlabs-js 2.47.0 → 2.49.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 (982) hide show
  1. package/.fern/metadata.json +1 -1
  2. package/.fern/replay.lock +10 -0
  3. package/.gitattributes +1 -0
  4. package/BaseClient.js +2 -2
  5. package/Client.d.ts +3 -0
  6. package/Client.js +39 -34
  7. package/api/resources/conversationalAi/conversation/Conversation.js +1 -0
  8. package/api/resources/conversationalAi/conversation/ConversationConfig.d.ts +2 -0
  9. package/api/resources/conversationalAi/conversation/events.d.ts +1 -0
  10. package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +3 -0
  11. package/api/resources/conversationalAi/resources/agents/client/Client.js +7 -2
  12. package/api/resources/conversationalAi/resources/agents/resources/index.d.ts +1 -0
  13. package/api/resources/conversationalAi/resources/agents/resources/index.js +2 -1
  14. package/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.d.ts +27 -0
  15. package/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.js +116 -0
  16. package/api/resources/conversationalAi/resources/agents/resources/versions/client/index.d.ts +1 -0
  17. package/api/resources/conversationalAi/resources/agents/resources/versions/client/index.js +2 -0
  18. package/api/resources/conversationalAi/resources/agents/resources/versions/index.d.ts +1 -0
  19. package/api/resources/conversationalAi/resources/agents/resources/versions/index.js +17 -0
  20. package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -1
  21. package/api/resources/conversationalAi/resources/conversations/client/Client.js +18 -6
  22. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetRequest.d.ts +9 -0
  23. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +2 -0
  24. package/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +1 -0
  25. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
  26. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +5 -1
  27. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +2 -0
  28. package/api/resources/conversationalAi/resources/conversations/types/ConversationsGetRequestFormat.d.ts +6 -0
  29. package/api/resources/conversationalAi/resources/conversations/types/ConversationsGetRequestFormat.js +9 -0
  30. package/api/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
  31. package/api/resources/conversationalAi/resources/conversations/types/index.js +1 -0
  32. package/api/resources/index.d.ts +3 -0
  33. package/api/resources/index.js +4 -1
  34. package/api/resources/music/client/Client.js +3 -0
  35. package/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.d.ts +2 -0
  36. package/api/resources/productions/client/Client.d.ts +12 -0
  37. package/api/resources/productions/client/Client.js +16 -0
  38. package/api/resources/productions/client/index.d.ts +1 -0
  39. package/api/resources/productions/client/index.js +2 -0
  40. package/api/resources/productions/index.d.ts +2 -0
  41. package/api/resources/productions/index.js +18 -0
  42. package/api/resources/productions/resources/index.d.ts +2 -0
  43. package/api/resources/productions/resources/index.js +41 -0
  44. package/api/resources/productions/resources/orders/client/Client.d.ts +104 -0
  45. package/api/resources/productions/resources/orders/client/Client.js +398 -0
  46. package/api/resources/productions/resources/orders/client/index.d.ts +1 -0
  47. package/api/resources/productions/resources/orders/client/index.js +17 -0
  48. package/api/resources/productions/resources/orders/client/requests/BodyUpdateOrderV1ProductionsOrdersOrderIdPatch.d.ts +12 -0
  49. package/api/resources/productions/resources/orders/client/requests/OrdersListRequest.d.ts +23 -0
  50. package/api/resources/productions/resources/orders/client/requests/index.d.ts +2 -0
  51. package/api/resources/productions/resources/orders/client/requests/index.js +2 -0
  52. package/api/resources/productions/resources/orders/index.d.ts +2 -0
  53. package/api/resources/productions/resources/orders/index.js +18 -0
  54. package/api/resources/productions/resources/orders/resources/deliverables/client/Client.d.ts +26 -0
  55. package/api/resources/productions/resources/orders/resources/deliverables/client/Client.js +115 -0
  56. package/api/resources/productions/resources/orders/resources/deliverables/client/index.d.ts +1 -0
  57. package/api/resources/productions/resources/orders/resources/deliverables/client/index.js +2 -0
  58. package/api/resources/productions/resources/orders/resources/deliverables/index.d.ts +1 -0
  59. package/api/resources/productions/resources/orders/resources/deliverables/index.js +17 -0
  60. package/api/resources/productions/resources/orders/resources/index.d.ts +6 -0
  61. package/api/resources/productions/resources/orders/resources/index.js +45 -0
  62. package/api/resources/productions/resources/orders/resources/items/client/Client.d.ts +54 -0
  63. package/api/resources/productions/resources/orders/resources/items/client/Client.js +188 -0
  64. package/api/resources/productions/resources/orders/resources/items/client/index.d.ts +1 -0
  65. package/api/resources/productions/resources/orders/resources/items/client/index.js +17 -0
  66. package/api/resources/productions/resources/orders/resources/items/client/requests/BodyUpsertOrderItemV1ProductionsOrdersOrderIdItemsPost.d.ts +21 -0
  67. package/api/resources/productions/resources/orders/resources/items/client/requests/index.d.ts +1 -0
  68. package/api/resources/productions/resources/orders/resources/items/client/requests/index.js +2 -0
  69. package/api/resources/productions/resources/orders/resources/items/index.d.ts +1 -0
  70. package/api/resources/productions/resources/orders/resources/items/index.js +17 -0
  71. package/api/resources/productions/resources/orders/resources/languages/client/Client.d.ts +26 -0
  72. package/api/resources/productions/resources/orders/resources/languages/client/Client.js +115 -0
  73. package/api/resources/productions/resources/orders/resources/languages/client/index.d.ts +1 -0
  74. package/api/resources/productions/resources/orders/resources/languages/client/index.js +2 -0
  75. package/api/resources/productions/resources/orders/resources/languages/index.d.ts +1 -0
  76. package/api/resources/productions/resources/orders/resources/languages/index.js +17 -0
  77. package/api/resources/productions/resources/orders/resources/media/client/Client.d.ts +44 -0
  78. package/api/resources/productions/resources/orders/resources/media/client/Client.js +193 -0
  79. package/api/resources/productions/resources/orders/resources/media/client/index.d.ts +1 -0
  80. package/api/resources/productions/resources/orders/resources/media/client/index.js +17 -0
  81. package/api/resources/productions/resources/orders/resources/media/client/requests/BodyRegisterMediaV1ProductionsOrdersOrderIdMediaPost.d.ts +19 -0
  82. package/api/resources/productions/resources/orders/resources/media/client/requests/index.d.ts +1 -0
  83. package/api/resources/productions/resources/orders/resources/media/client/requests/index.js +2 -0
  84. package/api/resources/productions/resources/orders/resources/media/index.d.ts +1 -0
  85. package/api/resources/productions/resources/orders/resources/media/index.js +17 -0
  86. package/api/resources/speechEngine/client/Client.d.ts +1 -1
  87. package/api/resources/speechEngine/client/Client.js +1 -1
  88. package/api/resources/speechEngine/client/requests/CreateSpeechEngineRequest.d.ts +2 -0
  89. package/api/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.d.ts +1 -0
  90. package/api/resources/usage/client/Client.d.ts +1 -1
  91. package/api/resources/usage/client/Client.js +1 -1
  92. package/api/resources/v1RealtimeTranslation/index.d.ts +1 -0
  93. package/api/resources/v1RealtimeTranslation/index.js +17 -0
  94. package/api/resources/v1RealtimeTranslation/types/ReceiveRttMessage.d.ts +5 -0
  95. package/api/resources/v1RealtimeTranslation/types/SendRttMessage.d.ts +5 -0
  96. package/api/resources/v1RealtimeTranslation/types/SendRttMessage.js +3 -0
  97. package/api/resources/v1RealtimeTranslation/types/index.d.ts +2 -0
  98. package/api/resources/v1RealtimeTranslation/types/index.js +18 -0
  99. package/api/resources/voices/client/Client.d.ts +0 -3
  100. package/api/resources/voices/client/Client.js +0 -3
  101. package/api/resources/workspace/resources/authConnections/client/Client.d.ts +16 -0
  102. package/api/resources/workspace/resources/authConnections/client/Client.js +63 -0
  103. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +4 -1
  104. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
  105. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +16 -0
  106. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +3 -0
  107. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +40 -0
  108. package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +3 -0
  109. package/api/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
  110. package/api/resources/workspace/resources/authConnections/types/index.js +2 -0
  111. package/api/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +1 -0
  112. package/api/types/AgentAlertingMonitorConfig.d.ts +2 -0
  113. package/api/types/AgentAlertingSettings.d.ts +4 -0
  114. package/api/types/AgentAlertingWebhookNotifier.d.ts +7 -0
  115. package/api/types/AgentAlertingWebhookNotifier.js +3 -0
  116. package/api/types/AsrConversationalConfigOverride.d.ts +4 -0
  117. package/api/types/AsrConversationalConfigOverride.js +3 -0
  118. package/api/types/AsrConversationalConfigOverrideConfig.d.ts +4 -0
  119. package/api/types/AsrConversationalConfigOverrideConfig.js +3 -0
  120. package/api/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
  121. package/api/types/ChapterStatisticsResponse.d.ts +2 -0
  122. package/api/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -0
  123. package/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -0
  124. package/api/types/ConversationConfigClientOverrideInput.d.ts +2 -0
  125. package/api/types/ConversationConfigClientOverrideOutput.d.ts +2 -0
  126. package/api/types/ConversationInitiationSource.d.ts +1 -0
  127. package/api/types/ConversationInitiationSource.js +1 -0
  128. package/api/types/CreateBearerAuthRequest.d.ts +8 -0
  129. package/api/types/CreateBearerAuthRequest.js +3 -0
  130. package/api/types/CreateOrderResponse.d.ts +5 -0
  131. package/api/types/CreateOrderResponse.js +3 -0
  132. package/api/types/CueOptionsRequest.d.ts +14 -0
  133. package/api/types/CueOptionsRequest.js +3 -0
  134. package/api/types/DeliverableInfo.d.ts +10 -0
  135. package/api/types/DeliverableInfo.js +3 -0
  136. package/api/types/DubOrderItemRequest.d.ts +17 -0
  137. package/api/types/DubOrderItemRequest.js +3 -0
  138. package/api/types/GetConversationResponseModel.d.ts +2 -0
  139. package/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -0
  140. package/api/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +2 -0
  141. package/api/types/InboundSipTrunkConfigRequestModel.d.ts +2 -0
  142. package/api/types/ItemId.d.ts +1 -0
  143. package/api/types/ItemId.js +3 -0
  144. package/api/types/LanguageInfo.d.ts +6 -0
  145. package/api/types/LanguageInfo.js +3 -0
  146. package/api/types/LanguagePairInfo.d.ts +7 -0
  147. package/api/types/LanguagePairInfo.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/ListOrdersResponse.d.ts +5 -0
  152. package/api/types/ListOrdersResponse.js +3 -0
  153. package/api/types/ListSpeechEnginesResponse.d.ts +1 -0
  154. package/api/types/Llm.d.ts +2 -0
  155. package/api/types/Llm.js +2 -0
  156. package/api/types/LoadProcedureToolConfig.d.ts +4 -0
  157. package/api/types/LoadProcedureToolConfig.js +3 -0
  158. package/api/types/LoadProcedureToolErrorStatus.d.ts +5 -0
  159. package/api/types/LoadProcedureToolErrorStatus.js +8 -0
  160. package/api/types/MediaId.d.ts +1 -0
  161. package/api/types/MediaId.js +3 -0
  162. package/api/types/OAuth2ClientCredsResponse.d.ts +2 -0
  163. package/api/types/OrderDeliverablesResponse.d.ts +5 -0
  164. package/api/types/OrderDeliverablesResponse.js +3 -0
  165. package/api/types/OrderId.d.ts +1 -0
  166. package/api/types/OrderId.js +3 -0
  167. package/api/types/OrderItemInfo.d.ts +9 -0
  168. package/api/types/OrderItemInfo.js +3 -0
  169. package/api/types/OrderItemKind.d.ts +5 -0
  170. package/api/types/OrderItemKind.js +8 -0
  171. package/api/types/OrderMediaResponse.d.ts +13 -0
  172. package/api/types/OrderMediaResponse.js +3 -0
  173. package/api/types/OrderRequestState.d.ts +9 -0
  174. package/api/types/OrderRequestState.js +12 -0
  175. package/api/types/OrderResponse.d.ts +23 -0
  176. package/api/types/OrderResponse.js +3 -0
  177. package/api/types/OrderState.d.ts +9 -0
  178. package/api/types/OrderState.js +12 -0
  179. package/api/types/OrderSummary.d.ts +15 -0
  180. package/api/types/OrderSummary.js +3 -0
  181. package/api/types/OutboundSipTrunkConfigRequestModel.d.ts +2 -0
  182. package/api/types/PairedLanguagesResponse.d.ts +5 -0
  183. package/api/types/PairedLanguagesResponse.js +3 -0
  184. package/api/types/ProcedureAtVersion.d.ts +12 -0
  185. package/api/types/ProcedureAtVersion.js +3 -0
  186. package/api/types/ProcedureCompilerMode.d.ts +5 -1
  187. package/api/types/ProcedureCompilerMode.js +5 -0
  188. package/api/types/PromptAgentApiModelInput.d.ts +1 -1
  189. package/api/types/PromptAgentApiModelOutput.d.ts +1 -1
  190. package/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -1
  191. package/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -1
  192. package/api/types/QuoteInfo.d.ts +4 -0
  193. package/api/types/QuoteInfo.js +3 -0
  194. package/api/types/RegisterMediaResponse.d.ts +5 -0
  195. package/api/types/RegisterMediaResponse.js +3 -0
  196. package/api/types/RemoveOrderItemResponse.d.ts +4 -0
  197. package/api/types/RemoveOrderItemResponse.js +3 -0
  198. package/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.d.ts +10 -0
  199. package/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.js +3 -0
  200. package/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.d.ts +10 -0
  201. package/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.js +3 -0
  202. package/api/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.d.ts +10 -0
  203. package/api/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.js +3 -0
  204. package/api/types/RttAudioPayload.d.ts +11 -0
  205. package/api/types/RttAudioPayload.js +3 -0
  206. package/api/types/RttEndOfStreamPayload.d.ts +7 -0
  207. package/api/types/RttEndOfStreamPayload.js +3 -0
  208. package/api/types/RttErrorPayload.d.ts +9 -0
  209. package/api/types/RttErrorPayload.js +3 -0
  210. package/api/types/RttFinalTranscriptPayload.d.ts +9 -0
  211. package/api/types/RttFinalTranscriptPayload.js +3 -0
  212. package/api/types/RttInputAudioChunkPayload.d.ts +9 -0
  213. package/api/types/RttInputAudioChunkPayload.js +3 -0
  214. package/api/types/RttInputFormatEnum.d.ts +11 -0
  215. package/api/types/RttInputFormatEnum.js +14 -0
  216. package/api/types/RttOutputFormatEnum.d.ts +15 -0
  217. package/api/types/RttOutputFormatEnum.js +18 -0
  218. package/api/types/RttPartialTranscriptPayload.d.ts +9 -0
  219. package/api/types/RttPartialTranscriptPayload.js +3 -0
  220. package/api/types/RttSessionStartedPayload.d.ts +11 -0
  221. package/api/types/RttSessionStartedPayload.js +3 -0
  222. package/api/types/RttStatusPayload.d.ts +9 -0
  223. package/api/types/RttStatusPayload.js +3 -0
  224. package/api/types/RttTranslationPayload.d.ts +9 -0
  225. package/api/types/RttTranslationPayload.js +3 -0
  226. package/api/types/SingleLanguagesResponse.d.ts +5 -0
  227. package/api/types/SingleLanguagesResponse.js +3 -0
  228. package/api/types/SlackBotAuthResponse.d.ts +10 -0
  229. package/api/types/SlackBotAuthResponse.js +3 -0
  230. package/api/types/SpeechEngineConversationInitiationClientDataConfig.d.ts +4 -0
  231. package/api/types/SpeechEngineConversationInitiationClientDataConfig.js +3 -0
  232. package/api/types/SpeechEngineResponse.d.ts +13 -0
  233. package/api/types/SpeechEngineSummaryResponse.d.ts +3 -1
  234. package/api/types/SubmitOrderResponse.d.ts +9 -0
  235. package/api/types/SubmitOrderResponse.js +3 -0
  236. package/api/types/SubtitleOrderItemRequest.d.ts +15 -0
  237. package/api/types/SubtitleOrderItemRequest.js +3 -0
  238. package/api/types/SystemToolConfigInputParams.d.ts +4 -1
  239. package/api/types/SystemToolConfigOutputParams.d.ts +4 -1
  240. package/api/types/UpdateBasicAuthRequest.d.ts +5 -0
  241. package/api/types/UpdateBasicAuthRequest.js +3 -0
  242. package/api/types/UpdateOAuth2ClientCredsRequest.d.ts +9 -0
  243. package/api/types/UpdateOAuth2ClientCredsRequest.js +3 -0
  244. package/api/types/UpdateOAuth2JwtRequest.d.ts +14 -0
  245. package/api/types/UpdateOAuth2JwtRequest.js +3 -0
  246. package/api/types/UpdateOAuth2JwtRequestAlgorithm.d.ts +9 -0
  247. package/api/types/UpdateOAuth2JwtRequestAlgorithm.js +12 -0
  248. package/api/types/UpdateOAuth2JwtRequestTokenResponseField.d.ts +5 -0
  249. package/api/types/UpdateOAuth2JwtRequestTokenResponseField.js +8 -0
  250. package/api/types/UpdateOrderRequest.d.ts +4 -0
  251. package/api/types/UpdateOrderRequest.js +3 -0
  252. package/api/types/UpdateOrderResponse.d.ts +4 -0
  253. package/api/types/UpdateOrderResponse.js +3 -0
  254. package/api/types/UpsertOrderItemRequest.d.ts +7 -0
  255. package/api/types/UpsertOrderItemRequest.js +3 -0
  256. package/api/types/UpsertOrderItemResponse.d.ts +7 -0
  257. package/api/types/UpsertOrderItemResponse.js +3 -0
  258. package/api/types/VoiceStatisticsResponseModel.d.ts +2 -0
  259. package/api/types/WorkspaceResourceType.d.ts +3 -0
  260. package/api/types/WorkspaceResourceType.js +3 -0
  261. package/api/types/index.d.ts +58 -3
  262. package/api/types/index.js +58 -3
  263. package/dist/BaseClient.js +2 -2
  264. package/dist/Client.d.ts +3 -0
  265. package/dist/Client.js +39 -34
  266. package/dist/api/resources/conversationalAi/conversation/Conversation.js +1 -0
  267. package/dist/api/resources/conversationalAi/conversation/ConversationConfig.d.ts +2 -0
  268. package/dist/api/resources/conversationalAi/conversation/events.d.ts +1 -0
  269. package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +3 -0
  270. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +7 -2
  271. package/dist/api/resources/conversationalAi/resources/agents/resources/index.d.ts +1 -0
  272. package/dist/api/resources/conversationalAi/resources/agents/resources/index.js +2 -1
  273. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.d.ts +27 -0
  274. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.js +116 -0
  275. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/client/index.d.ts +1 -0
  276. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/client/index.js +2 -0
  277. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/index.d.ts +1 -0
  278. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/index.js +17 -0
  279. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -1
  280. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +18 -6
  281. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetRequest.d.ts +9 -0
  282. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetRequest.js +3 -0
  283. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +2 -0
  284. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +1 -0
  285. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
  286. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +5 -1
  287. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +2 -0
  288. package/dist/api/resources/conversationalAi/resources/conversations/types/ConversationsGetRequestFormat.d.ts +6 -0
  289. package/dist/api/resources/conversationalAi/resources/conversations/types/ConversationsGetRequestFormat.js +9 -0
  290. package/dist/api/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
  291. package/dist/api/resources/conversationalAi/resources/conversations/types/index.js +1 -0
  292. package/dist/api/resources/index.d.ts +3 -0
  293. package/dist/api/resources/index.js +4 -1
  294. package/dist/api/resources/music/client/Client.js +3 -0
  295. package/dist/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.d.ts +2 -0
  296. package/dist/api/resources/productions/client/Client.d.ts +12 -0
  297. package/dist/api/resources/productions/client/Client.js +16 -0
  298. package/dist/api/resources/productions/client/index.d.ts +1 -0
  299. package/dist/api/resources/productions/client/index.js +2 -0
  300. package/dist/api/resources/productions/index.d.ts +2 -0
  301. package/dist/api/resources/productions/index.js +18 -0
  302. package/dist/api/resources/productions/resources/index.d.ts +2 -0
  303. package/dist/api/resources/productions/resources/index.js +41 -0
  304. package/dist/api/resources/productions/resources/orders/client/Client.d.ts +104 -0
  305. package/dist/api/resources/productions/resources/orders/client/Client.js +398 -0
  306. package/dist/api/resources/productions/resources/orders/client/index.d.ts +1 -0
  307. package/dist/api/resources/productions/resources/orders/client/index.js +17 -0
  308. package/dist/api/resources/productions/resources/orders/client/requests/BodyUpdateOrderV1ProductionsOrdersOrderIdPatch.d.ts +12 -0
  309. package/dist/api/resources/productions/resources/orders/client/requests/BodyUpdateOrderV1ProductionsOrdersOrderIdPatch.js +3 -0
  310. package/dist/api/resources/productions/resources/orders/client/requests/OrdersListRequest.d.ts +23 -0
  311. package/dist/api/resources/productions/resources/orders/client/requests/OrdersListRequest.js +3 -0
  312. package/dist/api/resources/productions/resources/orders/client/requests/index.d.ts +2 -0
  313. package/dist/api/resources/productions/resources/orders/client/requests/index.js +2 -0
  314. package/dist/api/resources/productions/resources/orders/index.d.ts +2 -0
  315. package/dist/api/resources/productions/resources/orders/index.js +18 -0
  316. package/dist/api/resources/productions/resources/orders/resources/deliverables/client/Client.d.ts +26 -0
  317. package/dist/api/resources/productions/resources/orders/resources/deliverables/client/Client.js +115 -0
  318. package/dist/api/resources/productions/resources/orders/resources/deliverables/client/index.d.ts +1 -0
  319. package/dist/api/resources/productions/resources/orders/resources/deliverables/client/index.js +2 -0
  320. package/dist/api/resources/productions/resources/orders/resources/deliverables/index.d.ts +1 -0
  321. package/dist/api/resources/productions/resources/orders/resources/deliverables/index.js +17 -0
  322. package/dist/api/resources/productions/resources/orders/resources/index.d.ts +6 -0
  323. package/dist/api/resources/productions/resources/orders/resources/index.js +45 -0
  324. package/dist/api/resources/productions/resources/orders/resources/items/client/Client.d.ts +54 -0
  325. package/dist/api/resources/productions/resources/orders/resources/items/client/Client.js +188 -0
  326. package/dist/api/resources/productions/resources/orders/resources/items/client/index.d.ts +1 -0
  327. package/dist/api/resources/productions/resources/orders/resources/items/client/index.js +17 -0
  328. package/dist/api/resources/productions/resources/orders/resources/items/client/requests/BodyUpsertOrderItemV1ProductionsOrdersOrderIdItemsPost.d.ts +21 -0
  329. package/dist/api/resources/productions/resources/orders/resources/items/client/requests/BodyUpsertOrderItemV1ProductionsOrdersOrderIdItemsPost.js +3 -0
  330. package/dist/api/resources/productions/resources/orders/resources/items/client/requests/index.d.ts +1 -0
  331. package/dist/api/resources/productions/resources/orders/resources/items/client/requests/index.js +2 -0
  332. package/dist/api/resources/productions/resources/orders/resources/items/index.d.ts +1 -0
  333. package/dist/api/resources/productions/resources/orders/resources/items/index.js +17 -0
  334. package/dist/api/resources/productions/resources/orders/resources/languages/client/Client.d.ts +26 -0
  335. package/dist/api/resources/productions/resources/orders/resources/languages/client/Client.js +115 -0
  336. package/dist/api/resources/productions/resources/orders/resources/languages/client/index.d.ts +1 -0
  337. package/dist/api/resources/productions/resources/orders/resources/languages/client/index.js +2 -0
  338. package/dist/api/resources/productions/resources/orders/resources/languages/index.d.ts +1 -0
  339. package/dist/api/resources/productions/resources/orders/resources/languages/index.js +17 -0
  340. package/dist/api/resources/productions/resources/orders/resources/media/client/Client.d.ts +44 -0
  341. package/dist/api/resources/productions/resources/orders/resources/media/client/Client.js +193 -0
  342. package/dist/api/resources/productions/resources/orders/resources/media/client/index.d.ts +1 -0
  343. package/dist/api/resources/productions/resources/orders/resources/media/client/index.js +17 -0
  344. package/dist/api/resources/productions/resources/orders/resources/media/client/requests/BodyRegisterMediaV1ProductionsOrdersOrderIdMediaPost.d.ts +19 -0
  345. package/dist/api/resources/productions/resources/orders/resources/media/client/requests/BodyRegisterMediaV1ProductionsOrdersOrderIdMediaPost.js +3 -0
  346. package/dist/api/resources/productions/resources/orders/resources/media/client/requests/index.d.ts +1 -0
  347. package/dist/api/resources/productions/resources/orders/resources/media/client/requests/index.js +2 -0
  348. package/dist/api/resources/productions/resources/orders/resources/media/index.d.ts +1 -0
  349. package/dist/api/resources/productions/resources/orders/resources/media/index.js +17 -0
  350. package/dist/api/resources/speechEngine/client/Client.d.ts +1 -1
  351. package/dist/api/resources/speechEngine/client/Client.js +1 -1
  352. package/dist/api/resources/speechEngine/client/requests/CreateSpeechEngineRequest.d.ts +2 -0
  353. package/dist/api/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.d.ts +1 -0
  354. package/dist/api/resources/usage/client/Client.d.ts +1 -1
  355. package/dist/api/resources/usage/client/Client.js +1 -1
  356. package/dist/api/resources/v1RealtimeTranslation/index.d.ts +1 -0
  357. package/dist/api/resources/v1RealtimeTranslation/index.js +17 -0
  358. package/dist/api/resources/v1RealtimeTranslation/types/ReceiveRttMessage.d.ts +5 -0
  359. package/dist/api/resources/v1RealtimeTranslation/types/ReceiveRttMessage.js +3 -0
  360. package/dist/api/resources/v1RealtimeTranslation/types/SendRttMessage.d.ts +5 -0
  361. package/dist/api/resources/v1RealtimeTranslation/types/SendRttMessage.js +3 -0
  362. package/dist/api/resources/v1RealtimeTranslation/types/index.d.ts +2 -0
  363. package/dist/api/resources/v1RealtimeTranslation/types/index.js +18 -0
  364. package/dist/api/resources/voices/client/Client.d.ts +0 -3
  365. package/dist/api/resources/voices/client/Client.js +0 -3
  366. package/dist/api/resources/workspace/resources/authConnections/client/Client.d.ts +16 -0
  367. package/dist/api/resources/workspace/resources/authConnections/client/Client.js +63 -0
  368. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +4 -1
  369. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
  370. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +16 -0
  371. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +3 -0
  372. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +40 -0
  373. package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +3 -0
  374. package/dist/api/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
  375. package/dist/api/resources/workspace/resources/authConnections/types/index.js +2 -0
  376. package/dist/api/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +1 -0
  377. package/dist/api/types/AgentAlertingMonitorConfig.d.ts +2 -0
  378. package/dist/api/types/AgentAlertingSettings.d.ts +4 -0
  379. package/dist/api/types/AgentAlertingWebhookNotifier.d.ts +7 -0
  380. package/dist/api/types/AgentAlertingWebhookNotifier.js +3 -0
  381. package/dist/api/types/AsrConversationalConfigOverride.d.ts +4 -0
  382. package/dist/api/types/AsrConversationalConfigOverride.js +3 -0
  383. package/dist/api/types/AsrConversationalConfigOverrideConfig.d.ts +4 -0
  384. package/dist/api/types/AsrConversationalConfigOverrideConfig.js +3 -0
  385. package/dist/api/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
  386. package/dist/api/types/ChapterStatisticsResponse.d.ts +2 -0
  387. package/dist/api/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -0
  388. package/dist/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -0
  389. package/dist/api/types/ConversationConfigClientOverrideInput.d.ts +2 -0
  390. package/dist/api/types/ConversationConfigClientOverrideOutput.d.ts +2 -0
  391. package/dist/api/types/ConversationInitiationSource.d.ts +1 -0
  392. package/dist/api/types/ConversationInitiationSource.js +1 -0
  393. package/dist/api/types/CreateBearerAuthRequest.d.ts +8 -0
  394. package/dist/api/types/CreateBearerAuthRequest.js +3 -0
  395. package/dist/api/types/CreateOrderResponse.d.ts +5 -0
  396. package/dist/api/types/CreateOrderResponse.js +3 -0
  397. package/dist/api/types/CueOptionsRequest.d.ts +14 -0
  398. package/dist/api/types/CueOptionsRequest.js +3 -0
  399. package/dist/api/types/DeliverableInfo.d.ts +10 -0
  400. package/dist/api/types/DeliverableInfo.js +3 -0
  401. package/dist/api/types/DubOrderItemRequest.d.ts +17 -0
  402. package/dist/api/types/DubOrderItemRequest.js +3 -0
  403. package/dist/api/types/GetConversationResponseModel.d.ts +2 -0
  404. package/dist/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -0
  405. package/dist/api/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +2 -0
  406. package/dist/api/types/InboundSipTrunkConfigRequestModel.d.ts +2 -0
  407. package/dist/api/types/ItemId.d.ts +1 -0
  408. package/dist/api/types/ItemId.js +3 -0
  409. package/dist/api/types/LanguageInfo.d.ts +6 -0
  410. package/dist/api/types/LanguageInfo.js +3 -0
  411. package/dist/api/types/LanguagePairInfo.d.ts +7 -0
  412. package/dist/api/types/LanguagePairInfo.js +3 -0
  413. package/dist/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
  414. package/dist/api/types/ListCustomerFacingAgentsParams.d.ts +11 -0
  415. package/dist/api/types/ListCustomerFacingAgentsParams.js +3 -0
  416. package/dist/api/types/ListOrdersResponse.d.ts +5 -0
  417. package/dist/api/types/ListOrdersResponse.js +3 -0
  418. package/dist/api/types/ListSpeechEnginesResponse.d.ts +1 -0
  419. package/dist/api/types/Llm.d.ts +2 -0
  420. package/dist/api/types/Llm.js +2 -0
  421. package/dist/api/types/LoadProcedureToolConfig.d.ts +4 -0
  422. package/dist/api/types/LoadProcedureToolConfig.js +3 -0
  423. package/dist/api/types/LoadProcedureToolErrorStatus.d.ts +5 -0
  424. package/dist/api/types/LoadProcedureToolErrorStatus.js +8 -0
  425. package/dist/api/types/MediaId.d.ts +1 -0
  426. package/dist/api/types/MediaId.js +3 -0
  427. package/dist/api/types/OAuth2ClientCredsResponse.d.ts +2 -0
  428. package/dist/api/types/OrderDeliverablesResponse.d.ts +5 -0
  429. package/dist/api/types/OrderDeliverablesResponse.js +3 -0
  430. package/dist/api/types/OrderId.d.ts +1 -0
  431. package/dist/api/types/OrderId.js +3 -0
  432. package/dist/api/types/OrderItemInfo.d.ts +9 -0
  433. package/dist/api/types/OrderItemInfo.js +3 -0
  434. package/dist/api/types/OrderItemKind.d.ts +5 -0
  435. package/dist/api/types/OrderItemKind.js +8 -0
  436. package/dist/api/types/OrderMediaResponse.d.ts +13 -0
  437. package/dist/api/types/OrderMediaResponse.js +3 -0
  438. package/dist/api/types/OrderRequestState.d.ts +9 -0
  439. package/dist/api/types/OrderRequestState.js +12 -0
  440. package/dist/api/types/OrderResponse.d.ts +23 -0
  441. package/dist/api/types/OrderResponse.js +3 -0
  442. package/dist/api/types/OrderState.d.ts +9 -0
  443. package/dist/api/types/OrderState.js +12 -0
  444. package/dist/api/types/OrderSummary.d.ts +15 -0
  445. package/dist/api/types/OrderSummary.js +3 -0
  446. package/dist/api/types/OutboundSipTrunkConfigRequestModel.d.ts +2 -0
  447. package/dist/api/types/PairedLanguagesResponse.d.ts +5 -0
  448. package/dist/api/types/PairedLanguagesResponse.js +3 -0
  449. package/dist/api/types/ProcedureAtVersion.d.ts +12 -0
  450. package/dist/api/types/ProcedureAtVersion.js +3 -0
  451. package/dist/api/types/ProcedureCompilerMode.d.ts +5 -1
  452. package/dist/api/types/ProcedureCompilerMode.js +5 -0
  453. package/dist/api/types/PromptAgentApiModelInput.d.ts +1 -1
  454. package/dist/api/types/PromptAgentApiModelOutput.d.ts +1 -1
  455. package/dist/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -1
  456. package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -1
  457. package/dist/api/types/QuoteInfo.d.ts +4 -0
  458. package/dist/api/types/QuoteInfo.js +3 -0
  459. package/dist/api/types/RegisterMediaResponse.d.ts +5 -0
  460. package/dist/api/types/RegisterMediaResponse.js +3 -0
  461. package/dist/api/types/RemoveOrderItemResponse.d.ts +4 -0
  462. package/dist/api/types/RemoveOrderItemResponse.js +3 -0
  463. package/dist/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.d.ts +10 -0
  464. package/dist/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.js +3 -0
  465. package/dist/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.d.ts +10 -0
  466. package/dist/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.js +3 -0
  467. package/dist/api/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.d.ts +10 -0
  468. package/dist/api/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.js +3 -0
  469. package/dist/api/types/RttAudioPayload.d.ts +11 -0
  470. package/dist/api/types/RttAudioPayload.js +3 -0
  471. package/dist/api/types/RttEndOfStreamPayload.d.ts +7 -0
  472. package/dist/api/types/RttEndOfStreamPayload.js +3 -0
  473. package/dist/api/types/RttErrorPayload.d.ts +9 -0
  474. package/dist/api/types/RttErrorPayload.js +3 -0
  475. package/dist/api/types/RttFinalTranscriptPayload.d.ts +9 -0
  476. package/dist/api/types/RttFinalTranscriptPayload.js +3 -0
  477. package/dist/api/types/RttInputAudioChunkPayload.d.ts +9 -0
  478. package/dist/api/types/RttInputAudioChunkPayload.js +3 -0
  479. package/dist/api/types/RttInputFormatEnum.d.ts +11 -0
  480. package/dist/api/types/RttInputFormatEnum.js +14 -0
  481. package/dist/api/types/RttOutputFormatEnum.d.ts +15 -0
  482. package/dist/api/types/RttOutputFormatEnum.js +18 -0
  483. package/dist/api/types/RttPartialTranscriptPayload.d.ts +9 -0
  484. package/dist/api/types/RttPartialTranscriptPayload.js +3 -0
  485. package/dist/api/types/RttSessionStartedPayload.d.ts +11 -0
  486. package/dist/api/types/RttSessionStartedPayload.js +3 -0
  487. package/dist/api/types/RttStatusPayload.d.ts +9 -0
  488. package/dist/api/types/RttStatusPayload.js +3 -0
  489. package/dist/api/types/RttTranslationPayload.d.ts +9 -0
  490. package/dist/api/types/RttTranslationPayload.js +3 -0
  491. package/dist/api/types/SingleLanguagesResponse.d.ts +5 -0
  492. package/dist/api/types/SingleLanguagesResponse.js +3 -0
  493. package/dist/api/types/SlackBotAuthResponse.d.ts +10 -0
  494. package/dist/api/types/SlackBotAuthResponse.js +3 -0
  495. package/dist/api/types/SpeechEngineConversationInitiationClientDataConfig.d.ts +4 -0
  496. package/dist/api/types/SpeechEngineConversationInitiationClientDataConfig.js +3 -0
  497. package/dist/api/types/SpeechEngineResponse.d.ts +13 -0
  498. package/dist/api/types/SpeechEngineSummaryResponse.d.ts +3 -1
  499. package/dist/api/types/SubmitOrderResponse.d.ts +9 -0
  500. package/dist/api/types/SubmitOrderResponse.js +3 -0
  501. package/dist/api/types/SubtitleOrderItemRequest.d.ts +15 -0
  502. package/dist/api/types/SubtitleOrderItemRequest.js +3 -0
  503. package/dist/api/types/SystemToolConfigInputParams.d.ts +4 -1
  504. package/dist/api/types/SystemToolConfigOutputParams.d.ts +4 -1
  505. package/dist/api/types/UpdateBasicAuthRequest.d.ts +5 -0
  506. package/dist/api/types/UpdateBasicAuthRequest.js +3 -0
  507. package/dist/api/types/UpdateOAuth2ClientCredsRequest.d.ts +9 -0
  508. package/dist/api/types/UpdateOAuth2ClientCredsRequest.js +3 -0
  509. package/dist/api/types/UpdateOAuth2JwtRequest.d.ts +14 -0
  510. package/dist/api/types/UpdateOAuth2JwtRequest.js +3 -0
  511. package/dist/api/types/UpdateOAuth2JwtRequestAlgorithm.d.ts +9 -0
  512. package/dist/api/types/UpdateOAuth2JwtRequestAlgorithm.js +12 -0
  513. package/dist/api/types/UpdateOAuth2JwtRequestTokenResponseField.d.ts +5 -0
  514. package/dist/api/types/UpdateOAuth2JwtRequestTokenResponseField.js +8 -0
  515. package/dist/api/types/UpdateOrderRequest.d.ts +4 -0
  516. package/dist/api/types/UpdateOrderRequest.js +3 -0
  517. package/dist/api/types/UpdateOrderResponse.d.ts +4 -0
  518. package/dist/api/types/UpdateOrderResponse.js +3 -0
  519. package/dist/api/types/UpsertOrderItemRequest.d.ts +7 -0
  520. package/dist/api/types/UpsertOrderItemRequest.js +3 -0
  521. package/dist/api/types/UpsertOrderItemResponse.d.ts +7 -0
  522. package/dist/api/types/UpsertOrderItemResponse.js +3 -0
  523. package/dist/api/types/VoiceStatisticsResponseModel.d.ts +2 -0
  524. package/dist/api/types/WorkspaceResourceType.d.ts +3 -0
  525. package/dist/api/types/WorkspaceResourceType.js +3 -0
  526. package/dist/api/types/index.d.ts +58 -3
  527. package/dist/api/types/index.js +58 -3
  528. package/dist/serialization/resources/conversationalAi/resources/conversations/types/ConversationsGetRequestFormat.d.ts +7 -0
  529. package/dist/serialization/resources/conversationalAi/resources/conversations/types/ConversationsGetRequestFormat.js +39 -0
  530. package/dist/serialization/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
  531. package/dist/serialization/resources/conversationalAi/resources/conversations/types/index.js +1 -0
  532. package/dist/serialization/resources/index.d.ts +3 -0
  533. package/dist/serialization/resources/index.js +4 -1
  534. package/dist/serialization/resources/productions/index.d.ts +1 -0
  535. package/dist/serialization/resources/productions/index.js +17 -0
  536. package/dist/serialization/resources/productions/resources/index.d.ts +2 -0
  537. package/dist/serialization/resources/productions/resources/index.js +41 -0
  538. package/dist/serialization/resources/productions/resources/orders/client/index.d.ts +1 -0
  539. package/dist/serialization/resources/productions/resources/orders/client/index.js +17 -0
  540. package/dist/serialization/resources/productions/resources/orders/client/requests/BodyUpdateOrderV1ProductionsOrdersOrderIdPatch.d.ts +10 -0
  541. package/dist/serialization/resources/productions/resources/orders/client/requests/BodyUpdateOrderV1ProductionsOrdersOrderIdPatch.js +42 -0
  542. package/dist/serialization/resources/productions/resources/orders/client/requests/index.d.ts +1 -0
  543. package/dist/serialization/resources/productions/resources/orders/client/requests/index.js +5 -0
  544. package/dist/serialization/resources/productions/resources/orders/index.d.ts +2 -0
  545. package/dist/serialization/resources/productions/resources/orders/index.js +18 -0
  546. package/dist/serialization/resources/productions/resources/orders/resources/index.d.ts +2 -0
  547. package/dist/serialization/resources/productions/resources/orders/resources/index.js +41 -0
  548. package/dist/serialization/resources/productions/resources/orders/resources/items/client/index.d.ts +1 -0
  549. package/dist/serialization/resources/productions/resources/orders/resources/items/client/index.js +17 -0
  550. package/dist/serialization/resources/productions/resources/orders/resources/items/client/requests/BodyUpsertOrderItemV1ProductionsOrdersOrderIdItemsPost.d.ts +10 -0
  551. package/dist/serialization/resources/productions/resources/orders/resources/items/client/requests/BodyUpsertOrderItemV1ProductionsOrdersOrderIdItemsPost.js +42 -0
  552. package/dist/serialization/resources/productions/resources/orders/resources/items/client/requests/index.d.ts +1 -0
  553. package/dist/serialization/resources/productions/resources/orders/resources/items/client/requests/index.js +5 -0
  554. package/dist/serialization/resources/productions/resources/orders/resources/items/index.d.ts +1 -0
  555. package/dist/serialization/resources/productions/resources/orders/resources/items/index.js +17 -0
  556. package/dist/serialization/resources/speechEngine/client/requests/CreateSpeechEngineRequest.d.ts +2 -0
  557. package/dist/serialization/resources/speechEngine/client/requests/CreateSpeechEngineRequest.js +2 -0
  558. package/dist/serialization/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.d.ts +2 -0
  559. package/dist/serialization/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.js +2 -0
  560. package/dist/serialization/resources/v1RealtimeTranslation/index.d.ts +1 -0
  561. package/dist/serialization/resources/v1RealtimeTranslation/index.js +17 -0
  562. package/dist/serialization/resources/v1RealtimeTranslation/types/ReceiveRttMessage.d.ts +14 -0
  563. package/dist/serialization/resources/v1RealtimeTranslation/types/ReceiveRttMessage.js +54 -0
  564. package/dist/serialization/resources/v1RealtimeTranslation/types/SendRttMessage.d.ts +9 -0
  565. package/dist/serialization/resources/v1RealtimeTranslation/types/SendRttMessage.js +41 -0
  566. package/dist/serialization/resources/v1RealtimeTranslation/types/index.d.ts +2 -0
  567. package/dist/serialization/resources/v1RealtimeTranslation/types/index.js +18 -0
  568. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +5 -1
  569. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +2 -0
  570. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
  571. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
  572. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +19 -0
  573. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +51 -0
  574. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +51 -0
  575. package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +67 -0
  576. package/dist/serialization/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
  577. package/dist/serialization/resources/workspace/resources/authConnections/types/index.js +2 -0
  578. package/dist/serialization/types/AgentAlertingMonitorConfig.d.ts +1 -0
  579. package/dist/serialization/types/AgentAlertingMonitorConfig.js +1 -0
  580. package/dist/serialization/types/AgentAlertingSettings.d.ts +3 -0
  581. package/dist/serialization/types/AgentAlertingSettings.js +3 -0
  582. package/dist/serialization/types/AgentAlertingWebhookNotifier.d.ts +11 -0
  583. package/dist/serialization/types/AgentAlertingWebhookNotifier.js +43 -0
  584. package/dist/serialization/types/AsrConversationalConfigOverride.d.ts +9 -0
  585. package/dist/serialization/types/{CreateSpeechEngineResponse.js → AsrConversationalConfigOverride.js} +3 -3
  586. package/dist/serialization/types/AsrConversationalConfigOverrideConfig.d.ts +9 -0
  587. package/{serialization/types/CreateSpeechEngineResponse.js → dist/serialization/types/AsrConversationalConfigOverrideConfig.js} +3 -3
  588. package/dist/serialization/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
  589. package/dist/serialization/types/AudioIsolationHistoryItemResponseModel.js +1 -0
  590. package/dist/serialization/types/ChapterStatisticsResponse.d.ts +1 -0
  591. package/dist/serialization/types/ChapterStatisticsResponse.js +1 -0
  592. package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -0
  593. package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.js +2 -0
  594. package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -0
  595. package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.js +2 -0
  596. package/dist/serialization/types/ConversationConfigClientOverrideInput.d.ts +2 -0
  597. package/dist/serialization/types/ConversationConfigClientOverrideInput.js +2 -0
  598. package/dist/serialization/types/ConversationConfigClientOverrideOutput.d.ts +2 -0
  599. package/dist/serialization/types/ConversationConfigClientOverrideOutput.js +2 -0
  600. package/dist/serialization/types/ConversationInitiationSource.d.ts +1 -1
  601. package/dist/serialization/types/ConversationInitiationSource.js +1 -0
  602. package/dist/serialization/types/CreateBearerAuthRequest.d.ts +11 -0
  603. package/dist/serialization/types/{ApiIntegrationDocResponse.js → CreateBearerAuthRequest.js} +4 -4
  604. package/dist/serialization/types/CreateOrderResponse.d.ts +10 -0
  605. package/dist/serialization/types/CreateOrderResponse.js +42 -0
  606. package/dist/serialization/types/CueOptionsRequest.d.ts +14 -0
  607. package/dist/serialization/types/CueOptionsRequest.js +46 -0
  608. package/dist/serialization/types/DeliverableInfo.d.ts +12 -0
  609. package/dist/serialization/types/DeliverableInfo.js +44 -0
  610. package/dist/serialization/types/DubOrderItemRequest.d.ts +16 -0
  611. package/dist/serialization/types/DubOrderItemRequest.js +48 -0
  612. package/dist/serialization/types/GetConversationResponseModel.d.ts +1 -0
  613. package/dist/serialization/types/GetConversationResponseModel.js +1 -0
  614. package/dist/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -0
  615. package/dist/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.js +1 -0
  616. package/dist/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +1 -0
  617. package/dist/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.js +1 -0
  618. package/dist/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +1 -0
  619. package/dist/serialization/types/InboundSipTrunkConfigRequestModel.js +1 -0
  620. package/dist/serialization/types/ItemId.d.ts +7 -0
  621. package/dist/serialization/types/ItemId.js +39 -0
  622. package/dist/serialization/types/LanguageInfo.d.ts +10 -0
  623. package/dist/serialization/types/LanguageInfo.js +42 -0
  624. package/dist/serialization/types/LanguagePairInfo.d.ts +11 -0
  625. package/dist/serialization/types/LanguagePairInfo.js +43 -0
  626. package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
  627. package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
  628. package/dist/serialization/types/ListCustomerFacingAgentsParams.d.ts +9 -0
  629. package/dist/serialization/types/ListCustomerFacingAgentsParams.js +41 -0
  630. package/dist/serialization/types/ListOrdersResponse.d.ts +10 -0
  631. package/dist/serialization/types/ListOrdersResponse.js +42 -0
  632. package/dist/serialization/types/Llm.d.ts +1 -1
  633. package/dist/serialization/types/Llm.js +2 -0
  634. package/dist/serialization/types/LoadProcedureToolConfig.d.ts +10 -0
  635. package/dist/serialization/types/LoadProcedureToolConfig.js +42 -0
  636. package/dist/serialization/types/LoadProcedureToolErrorStatus.d.ts +7 -0
  637. package/dist/serialization/types/LoadProcedureToolErrorStatus.js +39 -0
  638. package/dist/serialization/types/MediaId.d.ts +7 -0
  639. package/dist/serialization/types/MediaId.js +39 -0
  640. package/dist/serialization/types/OAuth2ClientCredsResponse.d.ts +1 -0
  641. package/dist/serialization/types/OAuth2ClientCredsResponse.js +1 -0
  642. package/dist/serialization/types/OrderDeliverablesResponse.d.ts +10 -0
  643. package/dist/serialization/types/OrderDeliverablesResponse.js +42 -0
  644. package/dist/serialization/types/OrderId.d.ts +7 -0
  645. package/dist/serialization/types/OrderId.js +39 -0
  646. package/dist/serialization/types/OrderItemInfo.d.ts +14 -0
  647. package/dist/serialization/types/OrderItemInfo.js +46 -0
  648. package/dist/serialization/types/OrderItemKind.d.ts +7 -0
  649. package/dist/serialization/types/OrderItemKind.js +39 -0
  650. package/dist/serialization/types/OrderMediaResponse.d.ts +14 -0
  651. package/dist/serialization/types/OrderMediaResponse.js +46 -0
  652. package/dist/serialization/types/OrderRequestState.d.ts +7 -0
  653. package/dist/serialization/types/OrderRequestState.js +39 -0
  654. package/dist/serialization/types/OrderResponse.d.ts +21 -0
  655. package/dist/serialization/types/OrderResponse.js +53 -0
  656. package/dist/serialization/types/OrderState.d.ts +7 -0
  657. package/dist/serialization/types/OrderState.js +39 -0
  658. package/dist/serialization/types/OrderSummary.d.ts +16 -0
  659. package/dist/serialization/types/OrderSummary.js +48 -0
  660. package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +1 -0
  661. package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.js +1 -0
  662. package/dist/serialization/types/PairedLanguagesResponse.d.ts +10 -0
  663. package/dist/serialization/types/PairedLanguagesResponse.js +42 -0
  664. package/dist/serialization/types/ProcedureAtVersion.d.ts +13 -0
  665. package/dist/serialization/types/ProcedureAtVersion.js +45 -0
  666. package/dist/serialization/types/ProcedureCompilerMode.d.ts +1 -1
  667. package/dist/serialization/types/ProcedureCompilerMode.js +1 -1
  668. package/dist/serialization/types/QuoteInfo.d.ts +9 -0
  669. package/dist/serialization/types/QuoteInfo.js +41 -0
  670. package/dist/serialization/types/RegisterMediaResponse.d.ts +10 -0
  671. package/dist/serialization/types/RegisterMediaResponse.js +42 -0
  672. package/dist/serialization/types/RemoveOrderItemResponse.d.ts +9 -0
  673. package/dist/serialization/types/RemoveOrderItemResponse.js +41 -0
  674. package/dist/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.d.ts +15 -0
  675. package/dist/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.js +49 -0
  676. package/dist/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.d.ts +15 -0
  677. package/dist/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.js +49 -0
  678. package/dist/serialization/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.d.ts +15 -0
  679. package/dist/serialization/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.js +49 -0
  680. package/dist/serialization/types/RttAudioPayload.d.ts +11 -0
  681. package/dist/serialization/types/RttAudioPayload.js +43 -0
  682. package/dist/serialization/types/RttEndOfStreamPayload.d.ts +9 -0
  683. package/dist/serialization/types/RttEndOfStreamPayload.js +41 -0
  684. package/dist/serialization/types/RttErrorPayload.d.ts +10 -0
  685. package/dist/serialization/types/RttErrorPayload.js +42 -0
  686. package/dist/serialization/types/RttFinalTranscriptPayload.d.ts +10 -0
  687. package/dist/serialization/types/RttFinalTranscriptPayload.js +42 -0
  688. package/dist/serialization/types/RttInputAudioChunkPayload.d.ts +10 -0
  689. package/dist/serialization/types/RttInputAudioChunkPayload.js +42 -0
  690. package/dist/serialization/types/RttInputFormatEnum.d.ts +7 -0
  691. package/dist/serialization/types/RttInputFormatEnum.js +47 -0
  692. package/dist/serialization/types/RttOutputFormatEnum.d.ts +7 -0
  693. package/dist/serialization/types/RttOutputFormatEnum.js +51 -0
  694. package/dist/serialization/types/RttPartialTranscriptPayload.d.ts +10 -0
  695. package/dist/serialization/types/RttPartialTranscriptPayload.js +42 -0
  696. package/dist/serialization/types/RttSessionStartedPayload.d.ts +11 -0
  697. package/dist/serialization/types/{ListResponseApiIntegrationDocResponse.js → RttSessionStartedPayload.js} +5 -6
  698. package/dist/serialization/types/RttStatusPayload.d.ts +10 -0
  699. package/dist/serialization/types/RttStatusPayload.js +42 -0
  700. package/dist/serialization/types/RttTranslationPayload.d.ts +10 -0
  701. package/dist/serialization/types/RttTranslationPayload.js +42 -0
  702. package/dist/serialization/types/SingleLanguagesResponse.d.ts +10 -0
  703. package/dist/serialization/types/SingleLanguagesResponse.js +42 -0
  704. package/dist/serialization/types/SlackBotAuthResponse.d.ts +13 -0
  705. package/dist/serialization/types/SlackBotAuthResponse.js +45 -0
  706. package/dist/serialization/types/SpeechEngineConversationInitiationClientDataConfig.d.ts +9 -0
  707. package/dist/serialization/types/SpeechEngineConversationInitiationClientDataConfig.js +41 -0
  708. package/dist/serialization/types/SpeechEngineResponse.d.ts +2 -0
  709. package/dist/serialization/types/SpeechEngineResponse.js +2 -0
  710. package/dist/serialization/types/SubmitOrderResponse.d.ts +13 -0
  711. package/dist/serialization/types/SubmitOrderResponse.js +45 -0
  712. package/dist/serialization/types/SubtitleOrderItemRequest.d.ts +16 -0
  713. package/dist/serialization/types/SubtitleOrderItemRequest.js +48 -0
  714. package/dist/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
  715. package/dist/serialization/types/SystemToolConfigInputParams.js +2 -0
  716. package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
  717. package/dist/serialization/types/SystemToolConfigOutputParams.js +2 -0
  718. package/dist/serialization/types/UpdateBasicAuthRequest.d.ts +11 -0
  719. package/dist/serialization/types/UpdateBasicAuthRequest.js +43 -0
  720. package/dist/serialization/types/UpdateOAuth2ClientCredsRequest.d.ts +15 -0
  721. package/dist/serialization/types/UpdateOAuth2ClientCredsRequest.js +47 -0
  722. package/dist/serialization/types/UpdateOAuth2JwtRequest.d.ts +21 -0
  723. package/dist/serialization/types/UpdateOAuth2JwtRequest.js +53 -0
  724. package/dist/serialization/types/UpdateOAuth2JwtRequestAlgorithm.d.ts +7 -0
  725. package/dist/serialization/types/UpdateOAuth2JwtRequestAlgorithm.js +39 -0
  726. package/dist/serialization/types/UpdateOAuth2JwtRequestTokenResponseField.d.ts +7 -0
  727. package/dist/serialization/types/UpdateOAuth2JwtRequestTokenResponseField.js +39 -0
  728. package/dist/serialization/types/UpdateOrderRequest.d.ts +9 -0
  729. package/{serialization/types/ApiIntegrationDocResponse.js → dist/serialization/types/UpdateOrderRequest.js} +2 -4
  730. package/dist/serialization/types/UpdateOrderResponse.d.ts +9 -0
  731. package/dist/serialization/types/UpdateOrderResponse.js +41 -0
  732. package/dist/serialization/types/UpsertOrderItemRequest.d.ts +12 -0
  733. package/dist/serialization/types/UpsertOrderItemRequest.js +44 -0
  734. package/dist/serialization/types/UpsertOrderItemResponse.d.ts +12 -0
  735. package/dist/serialization/types/UpsertOrderItemResponse.js +44 -0
  736. package/dist/serialization/types/VoiceStatisticsResponseModel.d.ts +1 -0
  737. package/dist/serialization/types/VoiceStatisticsResponseModel.js +1 -0
  738. package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
  739. package/dist/serialization/types/WorkspaceResourceType.js +3 -0
  740. package/dist/serialization/types/index.d.ts +58 -3
  741. package/dist/serialization/types/index.js +58 -3
  742. package/dist/version.d.ts +1 -1
  743. package/dist/version.js +1 -1
  744. package/dist/wrapper/speech-engine/SpeechEngineClientWrapper.js +1 -1
  745. package/package.json +1 -1
  746. package/reference.md +1021 -107
  747. package/serialization/resources/conversationalAi/resources/conversations/types/ConversationsGetRequestFormat.d.ts +7 -0
  748. package/serialization/resources/conversationalAi/resources/conversations/types/ConversationsGetRequestFormat.js +39 -0
  749. package/serialization/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
  750. package/serialization/resources/conversationalAi/resources/conversations/types/index.js +1 -0
  751. package/serialization/resources/index.d.ts +3 -0
  752. package/serialization/resources/index.js +4 -1
  753. package/serialization/resources/productions/index.d.ts +1 -0
  754. package/serialization/resources/productions/index.js +17 -0
  755. package/serialization/resources/productions/resources/index.d.ts +2 -0
  756. package/serialization/resources/productions/resources/index.js +41 -0
  757. package/serialization/resources/productions/resources/orders/client/index.d.ts +1 -0
  758. package/serialization/resources/productions/resources/orders/client/index.js +17 -0
  759. package/serialization/resources/productions/resources/orders/client/requests/BodyUpdateOrderV1ProductionsOrdersOrderIdPatch.d.ts +10 -0
  760. package/serialization/resources/productions/resources/orders/client/requests/BodyUpdateOrderV1ProductionsOrdersOrderIdPatch.js +42 -0
  761. package/serialization/resources/productions/resources/orders/client/requests/index.d.ts +1 -0
  762. package/serialization/resources/productions/resources/orders/client/requests/index.js +5 -0
  763. package/serialization/resources/productions/resources/orders/index.d.ts +2 -0
  764. package/serialization/resources/productions/resources/orders/index.js +18 -0
  765. package/serialization/resources/productions/resources/orders/resources/index.d.ts +2 -0
  766. package/serialization/resources/productions/resources/orders/resources/index.js +41 -0
  767. package/serialization/resources/productions/resources/orders/resources/items/client/index.d.ts +1 -0
  768. package/serialization/resources/productions/resources/orders/resources/items/client/index.js +17 -0
  769. package/serialization/resources/productions/resources/orders/resources/items/client/requests/BodyUpsertOrderItemV1ProductionsOrdersOrderIdItemsPost.d.ts +10 -0
  770. package/serialization/resources/productions/resources/orders/resources/items/client/requests/BodyUpsertOrderItemV1ProductionsOrdersOrderIdItemsPost.js +42 -0
  771. package/serialization/resources/productions/resources/orders/resources/items/client/requests/index.d.ts +1 -0
  772. package/serialization/resources/productions/resources/orders/resources/items/client/requests/index.js +5 -0
  773. package/serialization/resources/productions/resources/orders/resources/items/index.d.ts +1 -0
  774. package/serialization/resources/productions/resources/orders/resources/items/index.js +17 -0
  775. package/serialization/resources/speechEngine/client/requests/CreateSpeechEngineRequest.d.ts +2 -0
  776. package/serialization/resources/speechEngine/client/requests/CreateSpeechEngineRequest.js +2 -0
  777. package/serialization/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.d.ts +2 -0
  778. package/serialization/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.js +2 -0
  779. package/serialization/resources/v1RealtimeTranslation/index.d.ts +1 -0
  780. package/serialization/resources/v1RealtimeTranslation/index.js +17 -0
  781. package/serialization/resources/v1RealtimeTranslation/types/ReceiveRttMessage.d.ts +14 -0
  782. package/serialization/resources/v1RealtimeTranslation/types/ReceiveRttMessage.js +54 -0
  783. package/serialization/resources/v1RealtimeTranslation/types/SendRttMessage.d.ts +9 -0
  784. package/serialization/resources/v1RealtimeTranslation/types/SendRttMessage.js +41 -0
  785. package/serialization/resources/v1RealtimeTranslation/types/index.d.ts +2 -0
  786. package/serialization/resources/v1RealtimeTranslation/types/index.js +18 -0
  787. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +5 -1
  788. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +2 -0
  789. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
  790. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
  791. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +19 -0
  792. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +51 -0
  793. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +51 -0
  794. package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +67 -0
  795. package/serialization/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
  796. package/serialization/resources/workspace/resources/authConnections/types/index.js +2 -0
  797. package/serialization/types/AgentAlertingMonitorConfig.d.ts +1 -0
  798. package/serialization/types/AgentAlertingMonitorConfig.js +1 -0
  799. package/serialization/types/AgentAlertingSettings.d.ts +3 -0
  800. package/serialization/types/AgentAlertingSettings.js +3 -0
  801. package/serialization/types/AgentAlertingWebhookNotifier.d.ts +11 -0
  802. package/serialization/types/AgentAlertingWebhookNotifier.js +43 -0
  803. package/serialization/types/AsrConversationalConfigOverride.d.ts +9 -0
  804. package/serialization/types/AsrConversationalConfigOverride.js +41 -0
  805. package/serialization/types/AsrConversationalConfigOverrideConfig.d.ts +9 -0
  806. package/serialization/types/AsrConversationalConfigOverrideConfig.js +41 -0
  807. package/serialization/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
  808. package/serialization/types/AudioIsolationHistoryItemResponseModel.js +1 -0
  809. package/serialization/types/ChapterStatisticsResponse.d.ts +1 -0
  810. package/serialization/types/ChapterStatisticsResponse.js +1 -0
  811. package/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -0
  812. package/serialization/types/ConversationConfigClientOverrideConfigInput.js +2 -0
  813. package/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -0
  814. package/serialization/types/ConversationConfigClientOverrideConfigOutput.js +2 -0
  815. package/serialization/types/ConversationConfigClientOverrideInput.d.ts +2 -0
  816. package/serialization/types/ConversationConfigClientOverrideInput.js +2 -0
  817. package/serialization/types/ConversationConfigClientOverrideOutput.d.ts +2 -0
  818. package/serialization/types/ConversationConfigClientOverrideOutput.js +2 -0
  819. package/serialization/types/ConversationInitiationSource.d.ts +1 -1
  820. package/serialization/types/ConversationInitiationSource.js +1 -0
  821. package/serialization/types/CreateBearerAuthRequest.d.ts +11 -0
  822. package/serialization/types/CreateBearerAuthRequest.js +43 -0
  823. package/serialization/types/CreateOrderResponse.d.ts +10 -0
  824. package/serialization/types/CreateOrderResponse.js +42 -0
  825. package/serialization/types/CueOptionsRequest.d.ts +14 -0
  826. package/serialization/types/CueOptionsRequest.js +46 -0
  827. package/serialization/types/DeliverableInfo.d.ts +12 -0
  828. package/serialization/types/DeliverableInfo.js +44 -0
  829. package/serialization/types/DubOrderItemRequest.d.ts +16 -0
  830. package/serialization/types/DubOrderItemRequest.js +48 -0
  831. package/serialization/types/GetConversationResponseModel.d.ts +1 -0
  832. package/serialization/types/GetConversationResponseModel.js +1 -0
  833. package/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -0
  834. package/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.js +1 -0
  835. package/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +1 -0
  836. package/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.js +1 -0
  837. package/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +1 -0
  838. package/serialization/types/InboundSipTrunkConfigRequestModel.js +1 -0
  839. package/serialization/types/ItemId.d.ts +7 -0
  840. package/serialization/types/ItemId.js +39 -0
  841. package/serialization/types/LanguageInfo.d.ts +10 -0
  842. package/serialization/types/LanguageInfo.js +42 -0
  843. package/serialization/types/LanguagePairInfo.d.ts +11 -0
  844. package/serialization/types/LanguagePairInfo.js +43 -0
  845. package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
  846. package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
  847. package/serialization/types/ListCustomerFacingAgentsParams.d.ts +9 -0
  848. package/serialization/types/ListCustomerFacingAgentsParams.js +41 -0
  849. package/serialization/types/ListOrdersResponse.d.ts +10 -0
  850. package/serialization/types/ListOrdersResponse.js +42 -0
  851. package/serialization/types/Llm.d.ts +1 -1
  852. package/serialization/types/Llm.js +2 -0
  853. package/serialization/types/LoadProcedureToolConfig.d.ts +10 -0
  854. package/serialization/types/LoadProcedureToolConfig.js +42 -0
  855. package/serialization/types/LoadProcedureToolErrorStatus.d.ts +7 -0
  856. package/serialization/types/LoadProcedureToolErrorStatus.js +39 -0
  857. package/serialization/types/MediaId.d.ts +7 -0
  858. package/serialization/types/MediaId.js +39 -0
  859. package/serialization/types/OAuth2ClientCredsResponse.d.ts +1 -0
  860. package/serialization/types/OAuth2ClientCredsResponse.js +1 -0
  861. package/serialization/types/OrderDeliverablesResponse.d.ts +10 -0
  862. package/serialization/types/OrderDeliverablesResponse.js +42 -0
  863. package/serialization/types/OrderId.d.ts +7 -0
  864. package/serialization/types/OrderId.js +39 -0
  865. package/serialization/types/OrderItemInfo.d.ts +14 -0
  866. package/serialization/types/OrderItemInfo.js +46 -0
  867. package/serialization/types/OrderItemKind.d.ts +7 -0
  868. package/serialization/types/OrderItemKind.js +39 -0
  869. package/serialization/types/OrderMediaResponse.d.ts +14 -0
  870. package/serialization/types/OrderMediaResponse.js +46 -0
  871. package/serialization/types/OrderRequestState.d.ts +7 -0
  872. package/serialization/types/OrderRequestState.js +39 -0
  873. package/serialization/types/OrderResponse.d.ts +21 -0
  874. package/serialization/types/OrderResponse.js +53 -0
  875. package/serialization/types/OrderState.d.ts +7 -0
  876. package/serialization/types/OrderState.js +39 -0
  877. package/serialization/types/OrderSummary.d.ts +16 -0
  878. package/serialization/types/OrderSummary.js +48 -0
  879. package/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +1 -0
  880. package/serialization/types/OutboundSipTrunkConfigRequestModel.js +1 -0
  881. package/serialization/types/PairedLanguagesResponse.d.ts +10 -0
  882. package/serialization/types/PairedLanguagesResponse.js +42 -0
  883. package/serialization/types/ProcedureAtVersion.d.ts +13 -0
  884. package/serialization/types/ProcedureAtVersion.js +45 -0
  885. package/serialization/types/ProcedureCompilerMode.d.ts +1 -1
  886. package/serialization/types/ProcedureCompilerMode.js +1 -1
  887. package/serialization/types/QuoteInfo.d.ts +9 -0
  888. package/serialization/types/QuoteInfo.js +41 -0
  889. package/serialization/types/RegisterMediaResponse.d.ts +10 -0
  890. package/serialization/types/RegisterMediaResponse.js +42 -0
  891. package/serialization/types/RemoveOrderItemResponse.d.ts +9 -0
  892. package/serialization/types/RemoveOrderItemResponse.js +41 -0
  893. package/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.d.ts +15 -0
  894. package/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.js +49 -0
  895. package/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.d.ts +15 -0
  896. package/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.js +49 -0
  897. package/serialization/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.d.ts +15 -0
  898. package/serialization/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.js +49 -0
  899. package/serialization/types/RttAudioPayload.d.ts +11 -0
  900. package/serialization/types/RttAudioPayload.js +43 -0
  901. package/serialization/types/RttEndOfStreamPayload.d.ts +9 -0
  902. package/serialization/types/RttEndOfStreamPayload.js +41 -0
  903. package/serialization/types/RttErrorPayload.d.ts +10 -0
  904. package/serialization/types/RttErrorPayload.js +42 -0
  905. package/serialization/types/RttFinalTranscriptPayload.d.ts +10 -0
  906. package/serialization/types/RttFinalTranscriptPayload.js +42 -0
  907. package/serialization/types/RttInputAudioChunkPayload.d.ts +10 -0
  908. package/serialization/types/RttInputAudioChunkPayload.js +42 -0
  909. package/serialization/types/RttInputFormatEnum.d.ts +7 -0
  910. package/serialization/types/RttInputFormatEnum.js +47 -0
  911. package/serialization/types/RttOutputFormatEnum.d.ts +7 -0
  912. package/serialization/types/RttOutputFormatEnum.js +51 -0
  913. package/serialization/types/RttPartialTranscriptPayload.d.ts +10 -0
  914. package/serialization/types/RttPartialTranscriptPayload.js +42 -0
  915. package/serialization/types/RttSessionStartedPayload.d.ts +11 -0
  916. package/serialization/types/RttSessionStartedPayload.js +43 -0
  917. package/serialization/types/RttStatusPayload.d.ts +10 -0
  918. package/serialization/types/RttStatusPayload.js +42 -0
  919. package/serialization/types/RttTranslationPayload.d.ts +10 -0
  920. package/serialization/types/RttTranslationPayload.js +42 -0
  921. package/serialization/types/SingleLanguagesResponse.d.ts +10 -0
  922. package/serialization/types/SingleLanguagesResponse.js +42 -0
  923. package/serialization/types/SlackBotAuthResponse.d.ts +13 -0
  924. package/serialization/types/SlackBotAuthResponse.js +45 -0
  925. package/serialization/types/SpeechEngineConversationInitiationClientDataConfig.d.ts +9 -0
  926. package/serialization/types/SpeechEngineConversationInitiationClientDataConfig.js +41 -0
  927. package/serialization/types/SpeechEngineResponse.d.ts +2 -0
  928. package/serialization/types/SpeechEngineResponse.js +2 -0
  929. package/serialization/types/SubmitOrderResponse.d.ts +13 -0
  930. package/serialization/types/SubmitOrderResponse.js +45 -0
  931. package/serialization/types/SubtitleOrderItemRequest.d.ts +16 -0
  932. package/serialization/types/SubtitleOrderItemRequest.js +48 -0
  933. package/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
  934. package/serialization/types/SystemToolConfigInputParams.js +2 -0
  935. package/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
  936. package/serialization/types/SystemToolConfigOutputParams.js +2 -0
  937. package/serialization/types/UpdateBasicAuthRequest.d.ts +11 -0
  938. package/serialization/types/UpdateBasicAuthRequest.js +43 -0
  939. package/serialization/types/UpdateOAuth2ClientCredsRequest.d.ts +15 -0
  940. package/serialization/types/UpdateOAuth2ClientCredsRequest.js +47 -0
  941. package/serialization/types/UpdateOAuth2JwtRequest.d.ts +21 -0
  942. package/serialization/types/UpdateOAuth2JwtRequest.js +53 -0
  943. package/serialization/types/UpdateOAuth2JwtRequestAlgorithm.d.ts +7 -0
  944. package/serialization/types/UpdateOAuth2JwtRequestAlgorithm.js +39 -0
  945. package/serialization/types/UpdateOAuth2JwtRequestTokenResponseField.d.ts +7 -0
  946. package/serialization/types/UpdateOAuth2JwtRequestTokenResponseField.js +39 -0
  947. package/serialization/types/UpdateOrderRequest.d.ts +9 -0
  948. package/serialization/types/UpdateOrderRequest.js +41 -0
  949. package/serialization/types/UpdateOrderResponse.d.ts +9 -0
  950. package/serialization/types/UpdateOrderResponse.js +41 -0
  951. package/serialization/types/UpsertOrderItemRequest.d.ts +12 -0
  952. package/serialization/types/UpsertOrderItemRequest.js +44 -0
  953. package/serialization/types/UpsertOrderItemResponse.d.ts +12 -0
  954. package/serialization/types/UpsertOrderItemResponse.js +44 -0
  955. package/serialization/types/VoiceStatisticsResponseModel.d.ts +1 -0
  956. package/serialization/types/VoiceStatisticsResponseModel.js +1 -0
  957. package/serialization/types/WorkspaceResourceType.d.ts +1 -1
  958. package/serialization/types/WorkspaceResourceType.js +3 -0
  959. package/serialization/types/index.d.ts +58 -3
  960. package/serialization/types/index.js +58 -3
  961. package/version.d.ts +1 -1
  962. package/version.js +1 -1
  963. package/wrapper/speech-engine/SpeechEngineClientWrapper.js +1 -1
  964. package/api/types/ApiIntegrationDocResponse.d.ts +0 -8
  965. package/api/types/CreateSpeechEngineResponse.d.ts +0 -4
  966. package/api/types/ListResponseApiIntegrationDocResponse.d.ts +0 -5
  967. package/dist/api/types/ApiIntegrationDocResponse.d.ts +0 -8
  968. package/dist/api/types/CreateSpeechEngineResponse.d.ts +0 -4
  969. package/dist/api/types/ListResponseApiIntegrationDocResponse.d.ts +0 -5
  970. package/dist/serialization/types/ApiIntegrationDocResponse.d.ts +0 -11
  971. package/dist/serialization/types/CreateSpeechEngineResponse.d.ts +0 -9
  972. package/dist/serialization/types/ListResponseApiIntegrationDocResponse.d.ts +0 -12
  973. package/serialization/types/ApiIntegrationDocResponse.d.ts +0 -11
  974. package/serialization/types/CreateSpeechEngineResponse.d.ts +0 -9
  975. package/serialization/types/ListResponseApiIntegrationDocResponse.d.ts +0 -12
  976. package/serialization/types/ListResponseApiIntegrationDocResponse.js +0 -44
  977. /package/api/{types/ApiIntegrationDocResponse.js → resources/conversationalAi/resources/conversations/client/requests/ConversationsGetRequest.js} +0 -0
  978. /package/api/{types/CreateSpeechEngineResponse.js → resources/productions/resources/orders/client/requests/BodyUpdateOrderV1ProductionsOrdersOrderIdPatch.js} +0 -0
  979. /package/api/{types/ListResponseApiIntegrationDocResponse.js → resources/productions/resources/orders/client/requests/OrdersListRequest.js} +0 -0
  980. /package/{dist/api/types/ApiIntegrationDocResponse.js → api/resources/productions/resources/orders/resources/items/client/requests/BodyUpsertOrderItemV1ProductionsOrdersOrderIdItemsPost.js} +0 -0
  981. /package/{dist/api/types/CreateSpeechEngineResponse.js → api/resources/productions/resources/orders/resources/media/client/requests/BodyRegisterMediaV1ProductionsOrdersOrderIdMediaPost.js} +0 -0
  982. /package/{dist/api/types/ListResponseApiIntegrationDocResponse.js → api/resources/v1RealtimeTranslation/types/ReceiveRttMessage.js} +0 -0
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,6 +8,8 @@ export interface OutboundSipTrunkConfigRequestModel {
8
8
  mediaEncryption?: ElevenLabs.SipMediaEncryptionEnum;
9
9
  /** SIP X-* headers for INVITE request. These headers are sent as-is and may help identify this call. */
10
10
  headers?: Record<string, string>;
11
+ /** Map of dynamic variable name to header name for attributes_to_headers */
12
+ attributesToHeaders?: Record<string, string>;
11
13
  /** Optional digest authentication credentials (username/password). If not provided, ACL authentication is assumed. */
12
14
  credentials?: ElevenLabs.SipTrunkCredentialsRequestModel;
13
15
  }
@@ -0,0 +1,5 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface PairedLanguagesResponse {
3
+ /** The list of available source-to-destination language mappings. */
4
+ languagePairs: ElevenLabs.LanguagePairInfo[];
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,12 @@
1
+ export interface ProcedureAtVersion {
2
+ /** Procedure ID */
3
+ procedureId: string;
4
+ /** Procedure name */
5
+ name: string;
6
+ /** Procedure content */
7
+ content: string;
8
+ /** Agent ID of the procedure */
9
+ agentId: string;
10
+ /** Version ID of a version of the procedure. None for a procedure never versioned. */
11
+ versionId?: string;
12
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1 +1,5 @@
1
- export type ProcedureCompilerMode = "append";
1
+ export declare const ProcedureCompilerMode: {
2
+ readonly Append: "append";
3
+ readonly Skills: "skills";
4
+ };
5
+ export type ProcedureCompilerMode = (typeof ProcedureCompilerMode)[keyof typeof ProcedureCompilerMode];
@@ -1,3 +1,8 @@
1
1
  "use strict";
2
2
  // This file was auto-generated by Fern from our API Definition.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.ProcedureCompilerMode = void 0;
5
+ exports.ProcedureCompilerMode = {
6
+ Append: "append",
7
+ Skills: "skills",
8
+ };
@@ -8,7 +8,7 @@ export interface PromptAgentApiModelInput {
8
8
  reasoningEffort?: ElevenLabs.LlmReasoningEffort;
9
9
  /** Max number of tokens used for thinking. Use 0 to turn off if supported by the model. */
10
10
  thinkingBudget?: number;
11
- /** The temperature for the LLM */
11
+ /** The temperature for the LLM. Defaults to 0. Set to null to omit the parameter from the LLM request entirely (useful for custom LLMs that reject the temperature field). */
12
12
  temperature?: number;
13
13
  /** If greater than 0, maximum number of tokens the LLM can predict */
14
14
  maxTokens?: number;
@@ -8,7 +8,7 @@ export interface PromptAgentApiModelOutput {
8
8
  reasoningEffort?: ElevenLabs.LlmReasoningEffort;
9
9
  /** Max number of tokens used for thinking. Use 0 to turn off if supported by the model. */
10
10
  thinkingBudget?: number;
11
- /** The temperature for the LLM */
11
+ /** The temperature for the LLM. Defaults to 0. Set to null to omit the parameter from the LLM request entirely (useful for custom LLMs that reject the temperature field). */
12
12
  temperature?: number;
13
13
  /** If greater than 0, maximum number of tokens the LLM can predict */
14
14
  maxTokens?: number;
@@ -8,7 +8,7 @@ export interface PromptAgentApiModelWorkflowOverrideInput {
8
8
  reasoningEffort?: ElevenLabs.LlmReasoningEffort;
9
9
  /** Max number of tokens used for thinking. Use 0 to turn off if supported by the model. */
10
10
  thinkingBudget?: number;
11
- /** The temperature for the LLM */
11
+ /** The temperature for the LLM. Defaults to 0. Set to null to omit the parameter from the LLM request entirely (useful for custom LLMs that reject the temperature field). */
12
12
  temperature?: number;
13
13
  /** If greater than 0, maximum number of tokens the LLM can predict */
14
14
  maxTokens?: number;
@@ -8,7 +8,7 @@ export interface PromptAgentApiModelWorkflowOverrideOutput {
8
8
  reasoningEffort?: ElevenLabs.LlmReasoningEffort;
9
9
  /** Max number of tokens used for thinking. Use 0 to turn off if supported by the model. */
10
10
  thinkingBudget?: number;
11
- /** The temperature for the LLM */
11
+ /** The temperature for the LLM. Defaults to 0. Set to null to omit the parameter from the LLM request entirely (useful for custom LLMs that reject the temperature field). */
12
12
  temperature?: number;
13
13
  /** If greater than 0, maximum number of tokens the LLM can predict */
14
14
  maxTokens?: number;
@@ -0,0 +1,4 @@
1
+ export interface QuoteInfo {
2
+ /** The quoted price for this item in USD. Use the order's total_amount_usd for the combined order total. */
3
+ amountUsd: number;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface RegisterMediaResponse {
3
+ /** The ID of the uploaded media file. */
4
+ mediaId: ElevenLabs.MediaId;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export interface RemoveOrderItemResponse {
2
+ /** Whether the item was successfully removed. */
3
+ success: boolean;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export type RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput = ElevenLabs.RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.Dub | ElevenLabs.RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.Subtitles;
3
+ export declare namespace RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput {
4
+ interface Dub extends ElevenLabs.DubOrderItemRequest {
5
+ kind: "dub";
6
+ }
7
+ interface Subtitles extends ElevenLabs.SubtitleOrderItemRequest {
8
+ kind: "subtitles";
9
+ }
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export type RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput = ElevenLabs.RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.Dub | ElevenLabs.RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.Subtitles;
3
+ export declare namespace RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput {
4
+ interface Dub extends ElevenLabs.DubOrderItemRequest {
5
+ kind: "dub";
6
+ }
7
+ interface Subtitles extends ElevenLabs.SubtitleOrderItemRequest {
8
+ kind: "subtitles";
9
+ }
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export type RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind = ElevenLabs.RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.Pair | ElevenLabs.RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.Single;
3
+ export declare namespace RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind {
4
+ interface Pair extends ElevenLabs.PairedLanguagesResponse {
5
+ kind: "pair";
6
+ }
7
+ interface Single extends ElevenLabs.SingleLanguagesResponse {
8
+ kind: "single";
9
+ }
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Base64-encoded audio of the translated speech.
3
+ */
4
+ export interface RttAudioPayload {
5
+ /** The message type identifier. */
6
+ messageType: "audio";
7
+ /** Base64-encoded audio data. */
8
+ data: string;
9
+ /** Sample rate of the audio in Hz. */
10
+ sampleRate: number;
11
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Signal that the client has finished sending audio.
3
+ */
4
+ export interface RttEndOfStreamPayload {
5
+ /** The message type identifier. */
6
+ messageType: "end_of_stream";
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Error encountered during translation.
3
+ */
4
+ export interface RttErrorPayload {
5
+ /** The message type identifier. */
6
+ messageType: "error";
7
+ /** Error message. */
8
+ error: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Final transcription of a completed segment.
3
+ */
4
+ export interface RttFinalTranscriptPayload {
5
+ /** The message type identifier. */
6
+ messageType: "final_transcript";
7
+ /** Final transcription text. */
8
+ text: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * A chunk of audio to be translated.
3
+ */
4
+ export interface RttInputAudioChunkPayload {
5
+ /** The message type identifier. */
6
+ messageType: "input_audio_chunk";
7
+ /** Base64-encoded audio data. Recommended chunk size is around 100 ms of audio. */
8
+ audioBase64: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /** Audio encoding format for realtime translation input. */
2
+ export declare const RttInputFormatEnum: {
3
+ readonly Pcm8000: "pcm_8000";
4
+ readonly Pcm16000: "pcm_16000";
5
+ readonly Pcm22050: "pcm_22050";
6
+ readonly Pcm24000: "pcm_24000";
7
+ readonly Pcm44100: "pcm_44100";
8
+ readonly Pcm48000: "pcm_48000";
9
+ readonly Ulaw8000: "ulaw_8000";
10
+ };
11
+ export type RttInputFormatEnum = (typeof RttInputFormatEnum)[keyof typeof RttInputFormatEnum];
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.RttInputFormatEnum = void 0;
5
+ /** Audio encoding format for realtime translation input. */
6
+ exports.RttInputFormatEnum = {
7
+ Pcm8000: "pcm_8000",
8
+ Pcm16000: "pcm_16000",
9
+ Pcm22050: "pcm_22050",
10
+ Pcm24000: "pcm_24000",
11
+ Pcm44100: "pcm_44100",
12
+ Pcm48000: "pcm_48000",
13
+ Ulaw8000: "ulaw_8000",
14
+ };
@@ -0,0 +1,15 @@
1
+ /** Audio encoding format for realtime translation output. */
2
+ export declare const RttOutputFormatEnum: {
3
+ readonly Mp32205032: "mp3_22050_32";
4
+ readonly Mp34410032: "mp3_44100_32";
5
+ readonly Mp34410064: "mp3_44100_64";
6
+ readonly Mp34410096: "mp3_44100_96";
7
+ readonly Mp344100128: "mp3_44100_128";
8
+ readonly Mp344100192: "mp3_44100_192";
9
+ readonly Pcm16000: "pcm_16000";
10
+ readonly Pcm22050: "pcm_22050";
11
+ readonly Pcm24000: "pcm_24000";
12
+ readonly Pcm44100: "pcm_44100";
13
+ readonly Ulaw8000: "ulaw_8000";
14
+ };
15
+ export type RttOutputFormatEnum = (typeof RttOutputFormatEnum)[keyof typeof RttOutputFormatEnum];
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.RttOutputFormatEnum = void 0;
5
+ /** Audio encoding format for realtime translation output. */
6
+ exports.RttOutputFormatEnum = {
7
+ Mp32205032: "mp3_22050_32",
8
+ Mp34410032: "mp3_44100_32",
9
+ Mp34410064: "mp3_44100_64",
10
+ Mp34410096: "mp3_44100_96",
11
+ Mp344100128: "mp3_44100_128",
12
+ Mp344100192: "mp3_44100_192",
13
+ Pcm16000: "pcm_16000",
14
+ Pcm22050: "pcm_22050",
15
+ Pcm24000: "pcm_24000",
16
+ Pcm44100: "pcm_44100",
17
+ Ulaw8000: "ulaw_8000",
18
+ };
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Interim transcription of the source audio.
3
+ */
4
+ export interface RttPartialTranscriptPayload {
5
+ /** The message type identifier. */
6
+ messageType: "partial_transcript";
7
+ /** Partial transcription text. */
8
+ text: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Confirms the session has been initialized.
3
+ */
4
+ export interface RttSessionStartedPayload {
5
+ /** The message type identifier. */
6
+ messageType: "session_started";
7
+ /** Unique identifier for this session. */
8
+ sessionId: string;
9
+ /** Client-defined session identifier, if provided during connection. */
10
+ clientSessionId?: string;
11
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Session lifecycle update.
3
+ */
4
+ export interface RttStatusPayload {
5
+ /** The message type identifier. */
6
+ messageType: "status";
7
+ /** Current session status (`started` or `stopped`). */
8
+ status: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Translated text in the target language.
3
+ */
4
+ export interface RttTranslationPayload {
5
+ /** The message type identifier. */
6
+ messageType: "translation";
7
+ /** Translated text. */
8
+ text: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface SingleLanguagesResponse {
3
+ /** The list of available languages. */
4
+ languages: ElevenLabs.LanguageInfo[];
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../index";
2
+ /**
3
+ * Response model for the internal Slack BYO bot auth connection.
4
+ */
5
+ export interface SlackBotAuthResponse {
6
+ name: string;
7
+ provider?: "Slack";
8
+ id: string;
9
+ usedBy?: ElevenLabs.AuthConnectionDependencies;
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export interface SpeechEngineConversationInitiationClientDataConfig {
2
+ /** Whether the first message can be overridden by the client */
3
+ firstMessage?: boolean;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -2,15 +2,28 @@ import type * as ElevenLabs from "../index";
2
2
  export interface SpeechEngineResponse {
3
3
  /** The speech engine resource ID */
4
4
  speechEngineId: string;
5
+ /** Human-readable name for the speech engine */
5
6
  name: string;
7
+ /** WebSocket connection settings for the upstream transcript server */
6
8
  speechEngine: ElevenLabs.SpeechEngineConfig;
9
+ /** Automatic speech recognition configuration */
7
10
  asr: ElevenLabs.AsrConversationalConfig;
11
+ /** Text-to-speech output configuration */
8
12
  tts: ElevenLabs.TtsConversationalConfigOutput;
13
+ /** Turn detection configuration */
9
14
  turn: ElevenLabs.BaseTurnConfig;
15
+ /** Conversation-level settings including client events and duration limits */
10
16
  conversation: ElevenLabs.ConversationConfigOutput;
17
+ /** Privacy settings controlling recording, retention, and PII handling */
11
18
  privacy: ElevenLabs.PrivacyConfigOutput;
19
+ /** Concurrency and daily conversation limits for this speech engine */
12
20
  callLimits: ElevenLabs.AgentCallLimits;
21
+ /** ISO language code used by the speech engine (e.g. 'en') */
13
22
  language: string;
23
+ /** Arbitrary tags for categorization and filtering */
14
24
  tags: string[];
25
+ /** Override settings the client may set during conversation initiation */
26
+ overrides: ElevenLabs.SpeechEngineConversationInitiationClientDataConfig;
27
+ /** Creation and update timestamps with source information */
15
28
  metadata: ElevenLabs.AgentMetadataDbModel;
16
29
  }
@@ -1,8 +1,10 @@
1
1
  export interface SpeechEngineSummaryResponse {
2
2
  /** The speech engine resource ID */
3
3
  speechEngineId: string;
4
+ /** Human-readable name for the speech engine */
4
5
  name: string;
5
- /** Creation time in unix seconds */
6
+ /** Creation time in Unix seconds */
6
7
  createdAtUnixSecs: number;
8
+ /** Arbitrary tags for categorization and filtering */
7
9
  tags: string[];
8
10
  }
@@ -0,0 +1,9 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface SubmitOrderResponse {
3
+ /** The ID of the submitted order. */
4
+ orderId: ElevenLabs.OrderId;
5
+ /** The current state of the order after submission. */
6
+ state: ElevenLabs.OrderState;
7
+ /** The timestamp when the order was submitted. */
8
+ submittedAt: Date;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface SubtitleOrderItemRequest {
3
+ /** The IDs of the uploaded media files to generate subtitles for. */
4
+ mediaIds: ElevenLabs.MediaId[];
5
+ /** The language code of the source media (e.g. 'en', 'es'). */
6
+ sourceLanguage: string;
7
+ /** List of target language codes. Subtitles will be generated for each media file in each destination language. */
8
+ destinationLanguages: string[];
9
+ /** Formatting options for subtitle cues such as duration, line count, and character limits. */
10
+ cueOptions?: ElevenLabs.CueOptionsRequest;
11
+ /** Whether subtitles should use SDH format, which includes descriptions for deaf and hard-of-hearing viewers. */
12
+ sdh?: boolean;
13
+ /** Optional free-text instructions for the subtitling team. */
14
+ instructions?: string;
15
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +1,5 @@
1
1
  import type * as ElevenLabs from "../index";
2
- export type SystemToolConfigInputParams = ElevenLabs.SystemToolConfigInputParams.EndCall | ElevenLabs.SystemToolConfigInputParams.KnowledgeBaseRag | ElevenLabs.SystemToolConfigInputParams.LanguageDetection | ElevenLabs.SystemToolConfigInputParams.PlayKeypadTouchTone | ElevenLabs.SystemToolConfigInputParams.SkipTurn | ElevenLabs.SystemToolConfigInputParams.TransferToAgent | ElevenLabs.SystemToolConfigInputParams.TransferToNumber | ElevenLabs.SystemToolConfigInputParams.VoicemailDetection;
2
+ export type SystemToolConfigInputParams = ElevenLabs.SystemToolConfigInputParams.EndCall | ElevenLabs.SystemToolConfigInputParams.KnowledgeBaseRag | ElevenLabs.SystemToolConfigInputParams.LanguageDetection | ElevenLabs.SystemToolConfigInputParams.LoadProcedure | ElevenLabs.SystemToolConfigInputParams.PlayKeypadTouchTone | ElevenLabs.SystemToolConfigInputParams.SkipTurn | ElevenLabs.SystemToolConfigInputParams.TransferToAgent | ElevenLabs.SystemToolConfigInputParams.TransferToNumber | ElevenLabs.SystemToolConfigInputParams.VoicemailDetection;
3
3
  export declare namespace SystemToolConfigInputParams {
4
4
  interface EndCall extends ElevenLabs.EndCallToolConfig {
5
5
  systemToolType: "end_call";
@@ -10,6 +10,9 @@ export declare namespace SystemToolConfigInputParams {
10
10
  interface LanguageDetection extends ElevenLabs.LanguageDetectionToolConfig {
11
11
  systemToolType: "language_detection";
12
12
  }
13
+ interface LoadProcedure extends ElevenLabs.LoadProcedureToolConfig {
14
+ systemToolType: "load_procedure";
15
+ }
13
16
  interface PlayKeypadTouchTone extends ElevenLabs.PlayDtmfToolConfig {
14
17
  systemToolType: "play_keypad_touch_tone";
15
18
  }
@@ -1,5 +1,5 @@
1
1
  import type * as ElevenLabs from "../index";
2
- export type SystemToolConfigOutputParams = ElevenLabs.SystemToolConfigOutputParams.EndCall | ElevenLabs.SystemToolConfigOutputParams.KnowledgeBaseRag | ElevenLabs.SystemToolConfigOutputParams.LanguageDetection | ElevenLabs.SystemToolConfigOutputParams.PlayKeypadTouchTone | ElevenLabs.SystemToolConfigOutputParams.SkipTurn | ElevenLabs.SystemToolConfigOutputParams.TransferToAgent | ElevenLabs.SystemToolConfigOutputParams.TransferToNumber | ElevenLabs.SystemToolConfigOutputParams.VoicemailDetection;
2
+ export type SystemToolConfigOutputParams = ElevenLabs.SystemToolConfigOutputParams.EndCall | ElevenLabs.SystemToolConfigOutputParams.KnowledgeBaseRag | ElevenLabs.SystemToolConfigOutputParams.LanguageDetection | ElevenLabs.SystemToolConfigOutputParams.LoadProcedure | ElevenLabs.SystemToolConfigOutputParams.PlayKeypadTouchTone | ElevenLabs.SystemToolConfigOutputParams.SkipTurn | ElevenLabs.SystemToolConfigOutputParams.TransferToAgent | ElevenLabs.SystemToolConfigOutputParams.TransferToNumber | ElevenLabs.SystemToolConfigOutputParams.VoicemailDetection;
3
3
  export declare namespace SystemToolConfigOutputParams {
4
4
  interface EndCall extends ElevenLabs.EndCallToolConfig {
5
5
  systemToolType: "end_call";
@@ -10,6 +10,9 @@ export declare namespace SystemToolConfigOutputParams {
10
10
  interface LanguageDetection extends ElevenLabs.LanguageDetectionToolConfig {
11
11
  systemToolType: "language_detection";
12
12
  }
13
+ interface LoadProcedure extends ElevenLabs.LoadProcedureToolConfig {
14
+ systemToolType: "load_procedure";
15
+ }
13
16
  interface PlayKeypadTouchTone extends ElevenLabs.PlayDtmfToolConfig {
14
17
  systemToolType: "play_keypad_touch_tone";
15
18
  }
@@ -0,0 +1,5 @@
1
+ export interface UpdateBasicAuthRequest {
2
+ provider?: string;
3
+ username?: string;
4
+ password?: string;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ export interface UpdateOAuth2ClientCredsRequest {
2
+ provider?: string;
3
+ clientId?: string;
4
+ scopes?: string[];
5
+ extraParams?: Record<string, string | undefined>;
6
+ basicAuthInHeader?: boolean;
7
+ clientSecret?: string;
8
+ customHeaders?: Record<string, string | undefined>;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface UpdateOAuth2JwtRequest {
3
+ provider?: string;
4
+ algorithm?: ElevenLabs.UpdateOAuth2JwtRequestAlgorithm;
5
+ keyId?: string;
6
+ issuer?: string;
7
+ audience?: string;
8
+ subject?: string;
9
+ expirationSeconds?: number;
10
+ extraParams?: Record<string, string | undefined>;
11
+ scopes?: string[];
12
+ tokenResponseField?: ElevenLabs.UpdateOAuth2JwtRequestTokenResponseField;
13
+ secretKey?: string;
14
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });