@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,39 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.UpdateOAuth2JwtRequestAlgorithm = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.UpdateOAuth2JwtRequestAlgorithm = core.serialization.enum_(["HS256", "HS384", "HS512", "RS256", "RS384", "RS512"]);
@@ -0,0 +1,7 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ export declare const UpdateOAuth2JwtRequestTokenResponseField: core.serialization.Schema<serializers.UpdateOAuth2JwtRequestTokenResponseField.Raw, ElevenLabs.UpdateOAuth2JwtRequestTokenResponseField>;
5
+ export declare namespace UpdateOAuth2JwtRequestTokenResponseField {
6
+ type Raw = "access_token" | "id_token";
7
+ }
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.UpdateOAuth2JwtRequestTokenResponseField = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.UpdateOAuth2JwtRequestTokenResponseField = core.serialization.enum_(["access_token", "id_token"]);
@@ -0,0 +1,9 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ export declare const UpdateOrderRequest: core.serialization.ObjectSchema<serializers.UpdateOrderRequest.Raw, ElevenLabs.UpdateOrderRequest>;
5
+ export declare namespace UpdateOrderRequest {
6
+ interface Raw {
7
+ name: string;
8
+ }
9
+ }
@@ -34,10 +34,8 @@ var __importStar = (this && this.__importStar) || (function () {
34
34
  };
35
35
  })();
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.ApiIntegrationDocResponse = void 0;
37
+ exports.UpdateOrderRequest = void 0;
38
38
  const core = __importStar(require("../../core"));
39
- exports.ApiIntegrationDocResponse = core.serialization.object({
40
- id: core.serialization.string(),
39
+ exports.UpdateOrderRequest = core.serialization.object({
41
40
  name: core.serialization.string(),
42
- docMdx: core.serialization.property("doc_mdx", core.serialization.string()),
43
41
  });
@@ -0,0 +1,9 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ export declare const UpdateOrderResponse: core.serialization.ObjectSchema<serializers.UpdateOrderResponse.Raw, ElevenLabs.UpdateOrderResponse>;
5
+ export declare namespace UpdateOrderResponse {
6
+ interface Raw {
7
+ name: string;
8
+ }
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.UpdateOrderResponse = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ exports.UpdateOrderResponse = core.serialization.object({
40
+ name: core.serialization.string(),
41
+ });
@@ -0,0 +1,12 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ import { ItemId } from "./ItemId";
5
+ import { RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput } from "./RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput";
6
+ export declare const UpsertOrderItemRequest: core.serialization.ObjectSchema<serializers.UpsertOrderItemRequest.Raw, ElevenLabs.UpsertOrderItemRequest>;
7
+ export declare namespace UpsertOrderItemRequest {
8
+ interface Raw {
9
+ item: RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.Raw;
10
+ item_id?: ItemId.Raw | null;
11
+ }
12
+ }
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.UpsertOrderItemRequest = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ const ItemId_1 = require("./ItemId");
40
+ const RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput_1 = require("./RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput");
41
+ exports.UpsertOrderItemRequest = core.serialization.object({
42
+ item: RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput_1.RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput,
43
+ itemId: core.serialization.property("item_id", ItemId_1.ItemId.optional()),
44
+ });
@@ -0,0 +1,12 @@
1
+ import type * as ElevenLabs from "../../api/index";
2
+ import * as core from "../../core";
3
+ import type * as serializers from "../index";
4
+ import { ItemId } from "./ItemId";
5
+ import { QuoteInfo } from "./QuoteInfo";
6
+ export declare const UpsertOrderItemResponse: core.serialization.ObjectSchema<serializers.UpsertOrderItemResponse.Raw, ElevenLabs.UpsertOrderItemResponse>;
7
+ export declare namespace UpsertOrderItemResponse {
8
+ interface Raw {
9
+ item_id: ItemId.Raw;
10
+ quote?: QuoteInfo.Raw | null;
11
+ }
12
+ }
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.UpsertOrderItemResponse = void 0;
38
+ const core = __importStar(require("../../core"));
39
+ const ItemId_1 = require("./ItemId");
40
+ const QuoteInfo_1 = require("./QuoteInfo");
41
+ exports.UpsertOrderItemResponse = core.serialization.object({
42
+ itemId: core.serialization.property("item_id", ItemId_1.ItemId),
43
+ quote: QuoteInfo_1.QuoteInfo.optional(),
44
+ });
@@ -7,5 +7,6 @@ export declare namespace VoiceStatisticsResponseModel {
7
7
  voice_id: string;
8
8
  characters_unconverted: number;
9
9
  characters_converted: number;
10
+ credits_needed_to_convert?: number | null;
10
11
  }
11
12
  }
@@ -40,4 +40,5 @@ exports.VoiceStatisticsResponseModel = core.serialization.object({
40
40
  voiceId: core.serialization.property("voice_id", core.serialization.string()),
41
41
  charactersUnconverted: core.serialization.property("characters_unconverted", core.serialization.number()),
42
42
  charactersConverted: core.serialization.property("characters_converted", core.serialization.number()),
43
+ creditsNeededToConvert: core.serialization.property("credits_needed_to_convert", core.serialization.number().optional()),
43
44
  });
@@ -3,5 +3,5 @@ import * as core from "../../core";
3
3
  import type * as serializers from "../index";
4
4
  export declare const WorkspaceResourceType: core.serialization.Schema<serializers.WorkspaceResourceType.Raw, ElevenLabs.WorkspaceResourceType>;
5
5
  export declare namespace WorkspaceResourceType {
6
- type Raw = "voice" | "voice_collection" | "pronunciation_dictionary" | "dubbing" | "project" | "convai_agents" | "convai_knowledge_base_documents" | "convai_tools" | "convai_settings" | "convai_secrets" | "workspace_auth_connections" | "convai_phone_numbers" | "convai_mcp_servers" | "convai_api_integration_connections" | "convai_api_integration_trigger_connections" | "convai_batch_calls" | "convai_agent_response_tests" | "convai_test_suite_invocations" | "convai_crawl_jobs" | "convai_crawl_tasks" | "convai_whatsapp_accounts" | "convai_agent_versions" | "convai_agent_branches" | "convai_agent_versions_deployments" | "convai_memory_entries" | "convai_coaching_proposals" | "dashboard" | "dashboard_configuration" | "convai_agent_drafts" | "resource_locators" | "assets" | "content_generations" | "content_templates" | "songs" | "avatars" | "avatar_video_generations" | "resource_collection";
6
+ type Raw = "voice" | "voice_collection" | "pronunciation_dictionary" | "dubbing" | "project" | "convai_agents" | "convai_knowledge_base_documents" | "convai_tools" | "convai_settings" | "convai_secrets" | "workspace_auth_connections" | "convai_phone_numbers" | "convai_mcp_servers" | "convai_api_integration_connections" | "convai_api_integration_trigger_connections" | "convai_batch_calls" | "convai_agent_response_tests" | "convai_test_suite_invocations" | "convai_crawl_jobs" | "convai_crawl_tasks" | "convai_whatsapp_accounts" | "convai_agent_versions" | "convai_agent_branches" | "convai_agent_versions_deployments" | "convai_memory_entries" | "convai_coaching_proposals" | "convai_templates" | "dashboard" | "dashboard_configuration" | "convai_agent_drafts" | "resource_locators" | "assets" | "content_generations" | "content_templates" | "songs" | "transcription_tasks" | "avatars" | "avatar_video_generations" | "resource_collection" | "studio_projects";
7
7
  }
@@ -63,6 +63,7 @@ exports.WorkspaceResourceType = core.serialization.enum_([
63
63
  "convai_agent_versions_deployments",
64
64
  "convai_memory_entries",
65
65
  "convai_coaching_proposals",
66
+ "convai_templates",
66
67
  "dashboard",
67
68
  "dashboard_configuration",
68
69
  "convai_agent_drafts",
@@ -71,7 +72,9 @@ exports.WorkspaceResourceType = core.serialization.enum_([
71
72
  "content_generations",
72
73
  "content_templates",
73
74
  "songs",
75
+ "transcription_tasks",
74
76
  "avatars",
75
77
  "avatar_video_generations",
76
78
  "resource_collection",
79
+ "studio_projects",
77
80
  ]);
@@ -17,6 +17,7 @@ export * from "./AdhocAgentConfigOverrideForTestRequestModel";
17
17
  export * from "./Age";
18
18
  export * from "./AgentAlertingMonitorConfig";
19
19
  export * from "./AgentAlertingSettings";
20
+ export * from "./AgentAlertingWebhookNotifier";
20
21
  export * from "./AgentBranchBasicInfo";
21
22
  export * from "./AgentBranchResponse";
22
23
  export * from "./AgentBranchSummary";
@@ -64,7 +65,6 @@ export * from "./AnalysisProperty";
64
65
  export * from "./AnalysisPropertyConstantValue";
65
66
  export * from "./AnalysisPropertyType";
66
67
  export * from "./AnalysisScope";
67
- export * from "./ApiIntegrationDocResponse";
68
68
  export * from "./ApiIntegrationOAuth2AuthCodeResponse";
69
69
  export * from "./ApiIntegrationOAuth2AuthCodeResponseScopeSeparator";
70
70
  export * from "./ApiIntegrationOAuth2CustomAppResponse";
@@ -81,6 +81,8 @@ export * from "./ArrayJsonSchemaPropertyOutput";
81
81
  export * from "./ArrayJsonSchemaPropertyOutputConstantValueItem";
82
82
  export * from "./ArrayJsonSchemaPropertyOutputItems";
83
83
  export * from "./AsrConversationalConfig";
84
+ export * from "./AsrConversationalConfigOverride";
85
+ export * from "./AsrConversationalConfigOverrideConfig";
84
86
  export * from "./AsrConversationalConfigWorkflowOverride";
85
87
  export * from "./AsrInputFormat";
86
88
  export * from "./AsrProvider";
@@ -361,6 +363,7 @@ export * from "./CreateAssetParams";
361
363
  export * from "./CreateAudioNativeProjectRequest";
362
364
  export * from "./CreateAuthConnectionEnvironmentVariableRequest";
363
365
  export * from "./CreateBasicAuthRequest";
366
+ export * from "./CreateBearerAuthRequest";
364
367
  export * from "./CreateClientAppointmentParams";
365
368
  export * from "./CreateClientInteractionParams";
366
369
  export * from "./CreateClientParams";
@@ -372,6 +375,7 @@ export * from "./CreateOAuth2ClientCredsRequest";
372
375
  export * from "./CreateOAuth2JwtRequest";
373
376
  export * from "./CreateOAuth2JwtRequestAlgorithm";
374
377
  export * from "./CreateOAuth2JwtRequestTokenResponseField";
378
+ export * from "./CreateOrderResponse";
375
379
  export * from "./CreatePhoneNumberResponseModel";
376
380
  export * from "./CreatePreviouslyGeneratedVoiceRequest";
377
381
  export * from "./CreatePrivateKeyJwtRequest";
@@ -383,12 +387,12 @@ export * from "./CreateSecretEnvironmentVariableRequest";
383
387
  export * from "./CreateServiceParams";
384
388
  export * from "./CreateSimulationTestRequest";
385
389
  export * from "./CreateSipTrunkPhoneNumberRequest";
386
- export * from "./CreateSpeechEngineResponse";
387
390
  export * from "./CreateStaffParams";
388
391
  export * from "./CreateStringEnvironmentVariableRequest";
389
392
  export * from "./CreateToolCallUnitTestRequest";
390
393
  export * from "./CreateTranscriptRequest";
391
394
  export * from "./CreateTwilioPhoneNumberRequest";
395
+ export * from "./CueOptionsRequest";
392
396
  export * from "./Currency";
393
397
  export * from "./CustomGuardrailConfig";
394
398
  export * from "./CustomGuardrailConfigTriggerAction";
@@ -432,6 +436,7 @@ export * from "./DeleteVoiceSampleResponseModel";
432
436
  export * from "./DeleteWorkspaceGroupMemberResponseModel";
433
437
  export * from "./DeleteWorkspaceInviteResponseModel";
434
438
  export * from "./DeleteWorkspaceWebhookResponseModel";
439
+ export * from "./DeliverableInfo";
435
440
  export * from "./DependentAvailableAgentIdentifier";
436
441
  export * from "./DependentAvailableAgentIdentifierAccessLevel";
437
442
  export * from "./DependentAvailableMcpServerIdentifier";
@@ -474,6 +479,7 @@ export * from "./DubbingTranscriptsResponseModel";
474
479
  export * from "./DubbingTranscriptsResponseModelTranscriptFormat";
475
480
  export * from "./DubbingTranscriptUtterance";
476
481
  export * from "./DubbingTranscriptWord";
482
+ export * from "./DubOrderItemRequest";
477
483
  export * from "./DynamicVariableAssignment";
478
484
  export * from "./DynamicVariableNestedValueTypeInput";
479
485
  export * from "./DynamicVariableNestedValueTypeOutput";
@@ -640,6 +646,7 @@ export * from "./IntegrationType";
640
646
  export * from "./InvoiceResponse";
641
647
  export * from "./InvoiceResponseModelPaymentIntentStatus";
642
648
  export * from "./InvoiceResponseModelPaymentIntentStatussesItem";
649
+ export * from "./ItemId";
643
650
  export * from "./KeepContextAlive";
644
651
  export * from "./KnowledgeBaseContentSearchResponseModel";
645
652
  export * from "./KnowledgeBaseContentSearchResult";
@@ -662,6 +669,8 @@ export * from "./KnowledgeBaseSummaryBatchSuccessfulResponseModelData";
662
669
  export * from "./LanguageAddedResponse";
663
670
  export * from "./LanguageDetectionToolConfig";
664
671
  export * from "./LanguageDetectionToolResultModel";
672
+ export * from "./LanguageInfo";
673
+ export * from "./LanguagePairInfo";
665
674
  export * from "./LanguagePresetInput";
666
675
  export * from "./LanguagePresetOutput";
667
676
  export * from "./LanguagePresetTranslation";
@@ -676,13 +685,14 @@ export * from "./ListAuthConnectionsResponseAuthConnectionsItem";
676
685
  export * from "./ListCalendarEventsParams";
677
686
  export * from "./ListClientInteractionsParams";
678
687
  export * from "./ListClientsParams";
688
+ export * from "./ListCustomerFacingAgentsParams";
679
689
  export * from "./ListGroupSessionsParams";
680
690
  export * from "./ListHolidaysParams";
681
691
  export * from "./ListLocationsParams";
682
692
  export * from "./ListMcpToolsResponseModel";
693
+ export * from "./ListOrdersResponse";
683
694
  export * from "./ListProductsParams";
684
695
  export * from "./ListResponseAgentBranchSummary";
685
- export * from "./ListResponseApiIntegrationDocResponse";
686
696
  export * from "./ListResponseMeta";
687
697
  export * from "./ListServicesParams";
688
698
  export * from "./ListSpeechEnginesResponse";
@@ -711,6 +721,8 @@ export * from "./LlmUsageCalculatorLlmResponseModel";
711
721
  export * from "./LlmUsageCalculatorResponseModel";
712
722
  export * from "./LlmUsageInput";
713
723
  export * from "./LlmUsageOutput";
724
+ export * from "./LoadProcedureToolConfig";
725
+ export * from "./LoadProcedureToolErrorStatus";
714
726
  export * from "./ManualSource";
715
727
  export * from "./ManualVerificationFileResponse";
716
728
  export * from "./ManualVerificationResponse";
@@ -737,6 +749,7 @@ export * from "./McpToolConfigOverrideInput";
737
749
  export * from "./McpToolConfigOverrideInputInputOverridesValue";
738
750
  export * from "./McpToolConfigOverrideOutput";
739
751
  export * from "./McpToolConfigOverrideOutputInputOverridesValue";
752
+ export * from "./MediaId";
740
753
  export * from "./MemoryEntrySearchResult";
741
754
  export * from "./MemoryEntrySearchResultSource";
742
755
  export * from "./MessageSearchSortBy";
@@ -773,10 +786,20 @@ export * from "./ObjectJsonSchemaPropertyOutput";
773
786
  export * from "./ObjectJsonSchemaPropertyOutputPropertiesValue";
774
787
  export * from "./OrbAvatar";
775
788
  export * from "./OrchestratorToolMockBehaviorConfig";
789
+ export * from "./OrderDeliverablesResponse";
790
+ export * from "./OrderId";
791
+ export * from "./OrderItemInfo";
792
+ export * from "./OrderItemKind";
793
+ export * from "./OrderMediaResponse";
794
+ export * from "./OrderRequestState";
795
+ export * from "./OrderResponse";
796
+ export * from "./OrderState";
797
+ export * from "./OrderSummary";
776
798
  export * from "./OutboundCallRecipient";
777
799
  export * from "./OutboundCallRecipientResponseModel";
778
800
  export * from "./OutboundSipTrunkConfigRequestModel";
779
801
  export * from "./OutputFormat";
802
+ export * from "./PairedLanguagesResponse";
780
803
  export * from "./PartialTranscriptPayload";
781
804
  export * from "./PatchWorkspaceWebhookResponseModel";
782
805
  export * from "./PdfExportOptions";
@@ -818,6 +841,7 @@ export * from "./PrivacyConfigInput";
818
841
  export * from "./PrivacyConfigOutput";
819
842
  export * from "./PrivateKeyJwtResponse";
820
843
  export * from "./PrivateKeyJwtResponseAlgorithm";
844
+ export * from "./ProcedureAtVersion";
821
845
  export * from "./ProcedureCompilerMode";
822
846
  export * from "./ProcedureRefResponseModel";
823
847
  export * from "./ProcedureSettings";
@@ -881,6 +905,7 @@ export * from "./PronunciationDictionaryVersionResponseModelPermissionOnResource
881
905
  export * from "./PydanticPronunciationDictionaryVersionLocator";
882
906
  export * from "./QualityPresetType";
883
907
  export * from "./QueryParamsJsonSchema";
908
+ export * from "./QuoteInfo";
884
909
  export * from "./RagChunkMetadata";
885
910
  export * from "./RagConfig";
886
911
  export * from "./RagConfigWorkflowOverride";
@@ -905,7 +930,9 @@ export * from "./RegexParameterEvaluationStrategy";
905
930
  export * from "./RegionalProcessingSurchargeInfo";
906
931
  export * from "./RegionConfigRequest";
907
932
  export * from "./RegisterForGroupSessionParams";
933
+ export * from "./RegisterMediaResponse";
908
934
  export * from "./RemoveMemberFromGroupRequest";
935
+ export * from "./RemoveOrderItemResponse";
909
936
  export * from "./Render";
910
937
  export * from "./RenderStatus";
911
938
  export * from "./RenderType";
@@ -926,6 +953,20 @@ export * from "./ReviewResponseModel";
926
953
  export * from "./ReviewResponseModelRejectReasonsItem";
927
954
  export * from "./ReviewResponseModelReviewStatus";
928
955
  export * from "./ReviewStatus";
956
+ export * from "./RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput";
957
+ export * from "./RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput";
958
+ export * from "./RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind";
959
+ export * from "./RttAudioPayload";
960
+ export * from "./RttEndOfStreamPayload";
961
+ export * from "./RttErrorPayload";
962
+ export * from "./RttFinalTranscriptPayload";
963
+ export * from "./RttInputAudioChunkPayload";
964
+ export * from "./RttInputFormatEnum";
965
+ export * from "./RttOutputFormatEnum";
966
+ export * from "./RttPartialTranscriptPayload";
967
+ export * from "./RttSessionStartedPayload";
968
+ export * from "./RttStatusPayload";
969
+ export * from "./RttTranslationPayload";
929
970
  export * from "./SafetyCommonModel";
930
971
  export * from "./SafetyEvaluation";
931
972
  export * from "./SafetyResponseModel";
@@ -981,6 +1022,7 @@ export * from "./SimilarVoice";
981
1022
  export * from "./SimilarVoicesForSpeakerResponse";
982
1023
  export * from "./SimulationTestModel";
983
1024
  export * from "./SimulationToolMockBehaviorConfig";
1025
+ export * from "./SingleLanguagesResponse";
984
1026
  export * from "./SingleTestRunRequestModel";
985
1027
  export * from "./SingleUseTokenResponseModel";
986
1028
  export * from "./SingleUseTokenType";
@@ -994,6 +1036,7 @@ export * from "./SipUriDynamicVariableTransferDestination";
994
1036
  export * from "./SipUriTransferDestination";
995
1037
  export * from "./SkipTurnToolConfig";
996
1038
  export * from "./SkipTurnToolResponseModel";
1039
+ export * from "./SlackBotAuthResponse";
997
1040
  export * from "./SmsConversationInfo";
998
1041
  export * from "./SmsConversationInfoDirection";
999
1042
  export * from "./SoftTimeoutConfig";
@@ -1014,6 +1057,7 @@ export * from "./SpeakerTrack";
1014
1057
  export * from "./SpeakerUpdatedResponse";
1015
1058
  export * from "./SpeechEngineConfig";
1016
1059
  export * from "./SpeechEngineConfigRequestHeadersValue";
1060
+ export * from "./SpeechEngineConversationInitiationClientDataConfig";
1017
1061
  export * from "./SpeechEngineResponse";
1018
1062
  export * from "./SpeechEngineSummaryResponse";
1019
1063
  export * from "./SpeechHistoryItemResponse";
@@ -1037,10 +1081,12 @@ export * from "./StudioClipReference";
1037
1081
  export * from "./StudioClipReferenceClipType";
1038
1082
  export * from "./StudioTextStyleOutlineModel";
1039
1083
  export * from "./StudioTextStyleShadowModel";
1084
+ export * from "./SubmitOrderResponse";
1040
1085
  export * from "./Subscription";
1041
1086
  export * from "./SubscriptionResponse";
1042
1087
  export * from "./SubscriptionResponseModelMaxCreditLimitExtension";
1043
1088
  export * from "./SubscriptionStatusType";
1089
+ export * from "./SubtitleOrderItemRequest";
1044
1090
  export * from "./SuggestedAudioTag";
1045
1091
  export * from "./SupportedVoice";
1046
1092
  export * from "./SystemToolConfigInput";
@@ -1149,6 +1195,7 @@ export * from "./UnitTestWorkflowNodeTransitionEvaluationNodeId";
1149
1195
  export * from "./UpdateAgentRuleParams";
1150
1196
  export * from "./UpdateAssetParams";
1151
1197
  export * from "./UpdateAudioNativeProjectRequest";
1198
+ export * from "./UpdateBasicAuthRequest";
1152
1199
  export * from "./UpdateBookingPageSettingsParams";
1153
1200
  export * from "./UpdateBusinessInfoParams";
1154
1201
  export * from "./UpdateCalendarEventParams";
@@ -1158,6 +1205,12 @@ export * from "./UpdateCustomerFacingConfigParams";
1158
1205
  export * from "./UpdateGroupSessionSeatsParams";
1159
1206
  export * from "./UpdateHolidayParams";
1160
1207
  export * from "./UpdateLocationParams";
1208
+ export * from "./UpdateOAuth2ClientCredsRequest";
1209
+ export * from "./UpdateOAuth2JwtRequest";
1210
+ export * from "./UpdateOAuth2JwtRequestAlgorithm";
1211
+ export * from "./UpdateOAuth2JwtRequestTokenResponseField";
1212
+ export * from "./UpdateOrderRequest";
1213
+ export * from "./UpdateOrderResponse";
1161
1214
  export * from "./UpdateProductParams";
1162
1215
  export * from "./UpdateProjectRequest";
1163
1216
  export * from "./UpdatePronunciationDictionariesRequest";
@@ -1167,6 +1220,8 @@ export * from "./UpdateSimulationTestRequest";
1167
1220
  export * from "./UpdateStaffParams";
1168
1221
  export * from "./UpdateToolCallUnitTestRequest";
1169
1222
  export * from "./UpdateWorkspaceMemberResponseModel";
1223
+ export * from "./UpsertOrderItemRequest";
1224
+ export * from "./UpsertOrderItemResponse";
1170
1225
  export * from "./UrlAvatar";
1171
1226
  export * from "./UrlModel";
1172
1227
  export * from "./UsageAggregationInterval";