@elevenlabs/elevenlabs-js 2.49.1 → 2.51.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 (776) hide show
  1. package/.fern/metadata.json +1 -1
  2. package/.fern/replay.lock +240 -2
  3. package/BaseClient.js +2 -2
  4. package/Client.d.ts +3 -0
  5. package/Client.js +5 -0
  6. package/api/resources/conversationalAi/client/Client.d.ts +3 -0
  7. package/api/resources/conversationalAi/client/Client.js +33 -28
  8. package/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +1 -1
  9. package/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +2 -0
  10. package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
  11. package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +2 -1
  12. package/api/resources/conversationalAi/resources/conversations/client/Client.js +6 -2
  13. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +4 -1
  14. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
  15. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +10 -1
  16. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +3 -0
  17. package/api/resources/conversationalAi/resources/exotel/client/Client.d.ts +30 -0
  18. package/api/resources/conversationalAi/resources/exotel/client/Client.js +122 -0
  19. package/api/resources/conversationalAi/resources/exotel/client/index.d.ts +1 -0
  20. package/api/resources/conversationalAi/resources/exotel/client/index.js +17 -0
  21. package/api/resources/conversationalAi/resources/exotel/client/requests/BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost.d.ts +16 -0
  22. package/api/resources/conversationalAi/resources/exotel/client/requests/index.d.ts +1 -0
  23. package/api/resources/conversationalAi/resources/exotel/client/requests/index.js +2 -0
  24. package/api/resources/conversationalAi/resources/exotel/index.d.ts +1 -0
  25. package/api/resources/conversationalAi/resources/exotel/index.js +17 -0
  26. package/api/resources/conversationalAi/resources/index.d.ts +2 -0
  27. package/api/resources/conversationalAi/resources/index.js +3 -1
  28. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +1 -1
  29. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +1 -1
  30. package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +4 -1
  31. package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +4 -1
  32. package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +4 -1
  33. package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +4 -1
  34. package/api/resources/dubbing/client/Client.js +3 -0
  35. package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +2 -0
  36. package/api/resources/index.d.ts +1 -0
  37. package/api/resources/index.js +2 -1
  38. package/api/resources/productions/resources/orders/client/Client.d.ts +5 -2
  39. package/api/resources/productions/resources/orders/client/Client.js +14 -4
  40. package/api/resources/productions/resources/orders/resources/languages/client/Client.d.ts +1 -1
  41. package/api/resources/productions/resources/orders/resources/languages/client/Client.js +1 -1
  42. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
  43. package/api/resources/workspace/resources/resources/client/Client.d.ts +2 -2
  44. package/api/resources/workspace/resources/resources/client/Client.js +2 -2
  45. package/api/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +3 -3
  46. package/api/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +2 -2
  47. package/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +1 -1
  48. package/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -1
  49. package/api/resources/workspaces/client/Client.d.ts +12 -0
  50. package/api/resources/workspaces/client/Client.js +16 -0
  51. package/api/resources/workspaces/client/index.d.ts +1 -0
  52. package/api/resources/workspaces/client/index.js +2 -0
  53. package/api/resources/workspaces/index.d.ts +2 -0
  54. package/api/resources/workspaces/index.js +18 -0
  55. package/api/resources/workspaces/resources/apiKeys/client/Client.d.ts +28 -0
  56. package/api/resources/workspaces/resources/apiKeys/client/Client.js +111 -0
  57. package/api/resources/workspaces/resources/apiKeys/client/index.d.ts +1 -0
  58. package/api/resources/workspaces/resources/apiKeys/client/index.js +17 -0
  59. package/api/resources/workspaces/resources/apiKeys/client/requests/ApiKeysRevokeRequest.d.ts +10 -0
  60. package/api/resources/workspaces/resources/apiKeys/client/requests/index.d.ts +1 -0
  61. package/api/resources/workspaces/resources/apiKeys/client/requests/index.js +2 -0
  62. package/api/resources/workspaces/resources/apiKeys/index.d.ts +1 -0
  63. package/api/resources/workspaces/resources/apiKeys/index.js +17 -0
  64. package/api/resources/workspaces/resources/index.d.ts +2 -0
  65. package/api/resources/workspaces/resources/index.js +41 -0
  66. package/api/types/AgentConfig.d.ts +2 -0
  67. package/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -0
  68. package/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -0
  69. package/api/types/AgentPlatformSettingsRequestModel.d.ts +0 -1
  70. package/api/types/AgentPlatformSettingsResponseModel.d.ts +0 -1
  71. package/api/types/AgentTransfer.d.ts +2 -1
  72. package/api/types/BehaviorOverride.d.ts +9 -0
  73. package/api/types/BucketingStatus.d.ts +6 -0
  74. package/api/types/BucketingStatus.js +9 -0
  75. package/api/types/ConversationHistoryExotelPhoneCallModel.d.ts +9 -0
  76. package/api/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +4 -1
  77. package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +1 -0
  78. package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +1 -0
  79. package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts +4 -1
  80. package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +4 -1
  81. package/api/types/ConversationInitiationSource.d.ts +4 -0
  82. package/api/types/ConversationInitiationSource.js +4 -0
  83. package/api/types/ConversationSentimentAnalysis.d.ts +9 -0
  84. package/api/types/ConversationSentimentAnalysisOverallLabel.d.ts +6 -0
  85. package/api/types/ConversationSentimentAnalysisOverallLabel.js +9 -0
  86. package/api/types/CreateExotelPhoneNumberRequest.d.ts +23 -0
  87. package/api/types/CreateOrderRequest.d.ts +4 -0
  88. package/api/types/CreateOrderResponse.d.ts +2 -0
  89. package/api/types/CreateResponseUnitTestRequest.d.ts +2 -0
  90. package/api/types/CreateSimulationTestRequest.d.ts +2 -0
  91. package/api/types/CreateToolCallUnitTestRequest.d.ts +2 -0
  92. package/api/types/CustomLlm.d.ts +2 -0
  93. package/api/types/CustomLlmAuthConnection.d.ts +5 -0
  94. package/api/types/DeleteClientParams.d.ts +1 -1
  95. package/api/types/ExotelApiSubdomain.d.ts +5 -0
  96. package/api/types/ExotelApiSubdomain.js +8 -0
  97. package/api/types/ExotelOutboundCallResponse.d.ts +7 -0
  98. package/api/types/GetAgentResponseModelPhoneNumbersItem.d.ts +4 -1
  99. package/api/types/GetPhoneNumberExotelResponseModel.d.ts +15 -0
  100. package/api/types/GetResponseUnitTestResponseModel.d.ts +2 -0
  101. package/api/types/GetSimulationTestResponseModel.d.ts +2 -0
  102. package/api/types/GetTestSuiteInvocationResponseModel.d.ts +4 -0
  103. package/api/types/GetToolCallUnitTestResponseModel.d.ts +2 -0
  104. package/api/types/InteractionBudget.d.ts +5 -0
  105. package/api/types/InteractionBudget.js +8 -0
  106. package/api/types/LanguagesResponse.d.ts +10 -0
  107. package/api/types/LanguagesResponse.js +3 -0
  108. package/api/types/Llm.d.ts +1 -0
  109. package/api/types/Llm.js +1 -0
  110. package/api/types/{LoadProcedureToolConfig.d.ts → LoadProcedureToolConfigInput.d.ts} +1 -1
  111. package/api/types/LoadProcedureToolConfigInput.js +3 -0
  112. package/api/types/LoadProcedureToolConfigOutput.d.ts +4 -0
  113. package/api/types/LoadProcedureToolConfigOutput.js +3 -0
  114. package/api/types/MessagesSearchResult.d.ts +4 -0
  115. package/api/types/Monitor.d.ts +1 -0
  116. package/api/types/Monitor.js +1 -0
  117. package/api/types/MusicGenerationMode.d.ts +7 -0
  118. package/api/types/MusicGenerationMode.js +10 -0
  119. package/api/types/OptInSmsReminderParams.d.ts +3 -0
  120. package/api/types/OptInSmsReminderParams.js +3 -0
  121. package/api/types/OptOutSmsReminderParams.d.ts +3 -0
  122. package/api/types/OptOutSmsReminderParams.js +3 -0
  123. package/api/types/OrderItemInfo.d.ts +1 -1
  124. package/api/types/OrderItemRequestInput.d.ts +10 -0
  125. package/api/types/OrderItemRequestInput.js +3 -0
  126. package/api/types/OrderItemRequestOutput.d.ts +10 -0
  127. package/api/types/OrderItemRequestOutput.js +3 -0
  128. package/api/types/OrderResponse.d.ts +2 -0
  129. package/api/types/OrderSummary.d.ts +2 -0
  130. package/api/types/ProcedureAtVersion.d.ts +2 -0
  131. package/api/types/ProcedureRefResponseModel.d.ts +3 -0
  132. package/api/types/ProcedureType.d.ts +5 -0
  133. package/api/types/ProcedureType.js +8 -0
  134. package/api/types/ReferencedToolCommonModelType.d.ts +1 -0
  135. package/api/types/ReferencedToolCommonModelType.js +1 -0
  136. package/api/types/RenderType.d.ts +1 -0
  137. package/api/types/RenderType.js +1 -0
  138. package/api/types/ResourceAccessInfo.d.ts +2 -0
  139. package/api/types/ResourceAccessInfoAccessSource.d.ts +7 -0
  140. package/api/types/ResourceAccessInfoAccessSource.js +10 -0
  141. package/api/types/ResponseUnitTestModel.d.ts +2 -0
  142. package/api/types/RestoreCalendarEventParams.d.ts +3 -0
  143. package/api/types/RestoreCalendarEventParams.js +3 -0
  144. package/api/types/SimulationTestModel.d.ts +2 -0
  145. package/api/types/SoftTimeoutConfig.d.ts +2 -0
  146. package/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -0
  147. package/api/types/SpeechEngineResponse.d.ts +2 -0
  148. package/api/types/SpeechEngineSummaryResponse.d.ts +3 -0
  149. package/api/types/SystemEvaluationCriteria.d.ts +4 -0
  150. package/api/types/SystemEvaluationCriteria.js +3 -0
  151. package/api/types/SystemToolConfigInputParams.d.ts +1 -1
  152. package/api/types/SystemToolConfigOutputParams.d.ts +1 -1
  153. package/api/types/TelephonyProvider.d.ts +1 -0
  154. package/api/types/TelephonyProvider.js +1 -0
  155. package/api/types/TestInvocationSummaryResponseModel.d.ts +2 -0
  156. package/api/types/TestRunResultBucket.d.ts +9 -0
  157. package/api/types/TestRunResultBucket.js +3 -0
  158. package/api/types/TestRunResultSummary.d.ts +7 -0
  159. package/api/types/TestRunResultSummary.js +3 -0
  160. package/api/types/ToolCallUnitTestModel.d.ts +2 -0
  161. package/api/types/TransferToAgentToolResultSuccessModel.d.ts +1 -0
  162. package/api/types/TransferToNumberResultExotelSuccessModel.d.ts +6 -0
  163. package/api/types/TransferToNumberResultExotelSuccessModel.js +3 -0
  164. package/api/types/UnitTestSummaryResponseModel.d.ts +2 -0
  165. package/api/types/UpdateResponseUnitTestRequest.d.ts +2 -0
  166. package/api/types/UpdateSimulationTestRequest.d.ts +2 -0
  167. package/api/types/UpdateToolCallUnitTestRequest.d.ts +2 -0
  168. package/api/types/UpsertOrderItemRequest.d.ts +1 -1
  169. package/api/types/Verbosity.d.ts +6 -0
  170. package/{dist/api/types/ProcedureCompilerMode.js → api/types/Verbosity.js} +5 -4
  171. package/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
  172. package/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
  173. package/api/types/WorkflowStandaloneAgentNodeModelInput.d.ts +4 -2
  174. package/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +4 -2
  175. package/api/types/index.d.ts +28 -6
  176. package/api/types/index.js +28 -6
  177. package/dist/BaseClient.js +2 -2
  178. package/dist/Client.d.ts +3 -0
  179. package/dist/Client.js +5 -0
  180. package/dist/api/resources/conversationalAi/client/Client.d.ts +3 -0
  181. package/dist/api/resources/conversationalAi/client/Client.js +33 -28
  182. package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +1 -1
  183. package/dist/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +2 -0
  184. package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
  185. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +2 -1
  186. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +6 -2
  187. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +4 -1
  188. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
  189. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +10 -1
  190. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +3 -0
  191. package/dist/api/resources/conversationalAi/resources/exotel/client/Client.d.ts +30 -0
  192. package/dist/api/resources/conversationalAi/resources/exotel/client/Client.js +122 -0
  193. package/dist/api/resources/conversationalAi/resources/exotel/client/index.d.ts +1 -0
  194. package/dist/api/resources/conversationalAi/resources/exotel/client/index.js +17 -0
  195. package/dist/api/resources/conversationalAi/resources/exotel/client/requests/BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost.d.ts +16 -0
  196. package/dist/api/resources/conversationalAi/resources/exotel/client/requests/BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost.js +3 -0
  197. package/dist/api/resources/conversationalAi/resources/exotel/client/requests/index.d.ts +1 -0
  198. package/dist/api/resources/conversationalAi/resources/exotel/client/requests/index.js +2 -0
  199. package/dist/api/resources/conversationalAi/resources/exotel/index.d.ts +1 -0
  200. package/dist/api/resources/conversationalAi/resources/exotel/index.js +17 -0
  201. package/dist/api/resources/conversationalAi/resources/index.d.ts +2 -0
  202. package/dist/api/resources/conversationalAi/resources/index.js +3 -1
  203. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +1 -1
  204. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +1 -1
  205. package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +4 -1
  206. package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +4 -1
  207. package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +4 -1
  208. package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +4 -1
  209. package/dist/api/resources/dubbing/client/Client.js +3 -0
  210. package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +2 -0
  211. package/dist/api/resources/index.d.ts +1 -0
  212. package/dist/api/resources/index.js +2 -1
  213. package/dist/api/resources/productions/resources/orders/client/Client.d.ts +5 -2
  214. package/dist/api/resources/productions/resources/orders/client/Client.js +14 -4
  215. package/dist/api/resources/productions/resources/orders/resources/languages/client/Client.d.ts +1 -1
  216. package/dist/api/resources/productions/resources/orders/resources/languages/client/Client.js +1 -1
  217. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
  218. package/dist/api/resources/workspace/resources/resources/client/Client.d.ts +2 -2
  219. package/dist/api/resources/workspace/resources/resources/client/Client.js +2 -2
  220. package/dist/api/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +3 -3
  221. package/dist/api/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +2 -2
  222. package/dist/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +1 -1
  223. package/dist/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -1
  224. package/dist/api/resources/workspaces/client/Client.d.ts +12 -0
  225. package/dist/api/resources/workspaces/client/Client.js +16 -0
  226. package/dist/api/resources/workspaces/client/index.d.ts +1 -0
  227. package/dist/api/resources/workspaces/client/index.js +2 -0
  228. package/dist/api/resources/workspaces/index.d.ts +2 -0
  229. package/dist/api/resources/workspaces/index.js +18 -0
  230. package/dist/api/resources/workspaces/resources/apiKeys/client/Client.d.ts +28 -0
  231. package/dist/api/resources/workspaces/resources/apiKeys/client/Client.js +111 -0
  232. package/dist/api/resources/workspaces/resources/apiKeys/client/index.d.ts +1 -0
  233. package/dist/api/resources/workspaces/resources/apiKeys/client/index.js +17 -0
  234. package/dist/api/resources/workspaces/resources/apiKeys/client/requests/ApiKeysRevokeRequest.d.ts +10 -0
  235. package/dist/api/resources/workspaces/resources/apiKeys/client/requests/ApiKeysRevokeRequest.js +3 -0
  236. package/dist/api/resources/workspaces/resources/apiKeys/client/requests/index.d.ts +1 -0
  237. package/dist/api/resources/workspaces/resources/apiKeys/client/requests/index.js +2 -0
  238. package/dist/api/resources/workspaces/resources/apiKeys/index.d.ts +1 -0
  239. package/dist/api/resources/workspaces/resources/apiKeys/index.js +17 -0
  240. package/dist/api/resources/workspaces/resources/index.d.ts +2 -0
  241. package/dist/api/resources/workspaces/resources/index.js +41 -0
  242. package/dist/api/types/AgentConfig.d.ts +2 -0
  243. package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -0
  244. package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -0
  245. package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +0 -1
  246. package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +0 -1
  247. package/dist/api/types/AgentTransfer.d.ts +2 -1
  248. package/dist/api/types/BehaviorOverride.d.ts +9 -0
  249. package/dist/api/types/BehaviorOverride.js +3 -0
  250. package/dist/api/types/BucketingStatus.d.ts +6 -0
  251. package/dist/api/types/BucketingStatus.js +9 -0
  252. package/dist/api/types/ConversationHistoryExotelPhoneCallModel.d.ts +9 -0
  253. package/dist/api/types/ConversationHistoryExotelPhoneCallModel.js +3 -0
  254. package/dist/api/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +4 -1
  255. package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +1 -0
  256. package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +1 -0
  257. package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts +4 -1
  258. package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +4 -1
  259. package/dist/api/types/ConversationInitiationSource.d.ts +4 -0
  260. package/dist/api/types/ConversationInitiationSource.js +4 -0
  261. package/dist/api/types/ConversationSentimentAnalysis.d.ts +9 -0
  262. package/dist/api/types/ConversationSentimentAnalysis.js +3 -0
  263. package/dist/api/types/ConversationSentimentAnalysisOverallLabel.d.ts +6 -0
  264. package/dist/api/types/ConversationSentimentAnalysisOverallLabel.js +9 -0
  265. package/dist/api/types/CreateExotelPhoneNumberRequest.d.ts +23 -0
  266. package/dist/api/types/CreateExotelPhoneNumberRequest.js +3 -0
  267. package/dist/api/types/CreateOrderRequest.d.ts +4 -0
  268. package/dist/api/types/CreateOrderRequest.js +3 -0
  269. package/dist/api/types/CreateOrderResponse.d.ts +2 -0
  270. package/dist/api/types/CreateResponseUnitTestRequest.d.ts +2 -0
  271. package/dist/api/types/CreateSimulationTestRequest.d.ts +2 -0
  272. package/dist/api/types/CreateToolCallUnitTestRequest.d.ts +2 -0
  273. package/dist/api/types/CustomLlm.d.ts +2 -0
  274. package/dist/api/types/CustomLlmAuthConnection.d.ts +5 -0
  275. package/dist/api/types/CustomLlmAuthConnection.js +3 -0
  276. package/dist/api/types/DeleteClientParams.d.ts +1 -1
  277. package/dist/api/types/ExotelApiSubdomain.d.ts +5 -0
  278. package/dist/api/types/ExotelApiSubdomain.js +8 -0
  279. package/dist/api/types/ExotelOutboundCallResponse.d.ts +7 -0
  280. package/dist/api/types/ExotelOutboundCallResponse.js +3 -0
  281. package/dist/api/types/GetAgentResponseModelPhoneNumbersItem.d.ts +4 -1
  282. package/dist/api/types/GetPhoneNumberExotelResponseModel.d.ts +15 -0
  283. package/dist/api/types/GetPhoneNumberExotelResponseModel.js +3 -0
  284. package/dist/api/types/GetResponseUnitTestResponseModel.d.ts +2 -0
  285. package/dist/api/types/GetSimulationTestResponseModel.d.ts +2 -0
  286. package/dist/api/types/GetTestSuiteInvocationResponseModel.d.ts +4 -0
  287. package/dist/api/types/GetToolCallUnitTestResponseModel.d.ts +2 -0
  288. package/dist/api/types/InteractionBudget.d.ts +5 -0
  289. package/dist/api/types/InteractionBudget.js +8 -0
  290. package/dist/api/types/LanguagesResponse.d.ts +10 -0
  291. package/dist/api/types/LanguagesResponse.js +3 -0
  292. package/dist/api/types/Llm.d.ts +1 -0
  293. package/dist/api/types/Llm.js +1 -0
  294. package/dist/api/types/{LoadProcedureToolConfig.d.ts → LoadProcedureToolConfigInput.d.ts} +1 -1
  295. package/dist/api/types/LoadProcedureToolConfigInput.js +3 -0
  296. package/dist/api/types/LoadProcedureToolConfigOutput.d.ts +4 -0
  297. package/dist/api/types/LoadProcedureToolConfigOutput.js +3 -0
  298. package/dist/api/types/MessagesSearchResult.d.ts +4 -0
  299. package/dist/api/types/Monitor.d.ts +1 -0
  300. package/dist/api/types/Monitor.js +1 -0
  301. package/dist/api/types/MusicGenerationMode.d.ts +7 -0
  302. package/dist/api/types/MusicGenerationMode.js +10 -0
  303. package/dist/api/types/OptInSmsReminderParams.d.ts +3 -0
  304. package/dist/api/types/OptInSmsReminderParams.js +3 -0
  305. package/dist/api/types/OptOutSmsReminderParams.d.ts +3 -0
  306. package/dist/api/types/OptOutSmsReminderParams.js +3 -0
  307. package/dist/api/types/OrderItemInfo.d.ts +1 -1
  308. package/dist/api/types/OrderItemRequestInput.d.ts +10 -0
  309. package/dist/api/types/OrderItemRequestInput.js +3 -0
  310. package/dist/api/types/OrderItemRequestOutput.d.ts +10 -0
  311. package/dist/api/types/OrderItemRequestOutput.js +3 -0
  312. package/dist/api/types/OrderResponse.d.ts +2 -0
  313. package/dist/api/types/OrderSummary.d.ts +2 -0
  314. package/dist/api/types/ProcedureAtVersion.d.ts +2 -0
  315. package/dist/api/types/ProcedureRefResponseModel.d.ts +3 -0
  316. package/dist/api/types/ProcedureType.d.ts +5 -0
  317. package/dist/api/types/ProcedureType.js +8 -0
  318. package/dist/api/types/ReferencedToolCommonModelType.d.ts +1 -0
  319. package/dist/api/types/ReferencedToolCommonModelType.js +1 -0
  320. package/dist/api/types/RenderType.d.ts +1 -0
  321. package/dist/api/types/RenderType.js +1 -0
  322. package/dist/api/types/ResourceAccessInfo.d.ts +2 -0
  323. package/dist/api/types/ResourceAccessInfoAccessSource.d.ts +7 -0
  324. package/dist/api/types/ResourceAccessInfoAccessSource.js +10 -0
  325. package/dist/api/types/ResponseUnitTestModel.d.ts +2 -0
  326. package/dist/api/types/RestoreCalendarEventParams.d.ts +3 -0
  327. package/dist/api/types/RestoreCalendarEventParams.js +3 -0
  328. package/dist/api/types/SimulationTestModel.d.ts +2 -0
  329. package/dist/api/types/SoftTimeoutConfig.d.ts +2 -0
  330. package/dist/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -0
  331. package/dist/api/types/SpeechEngineResponse.d.ts +2 -0
  332. package/dist/api/types/SpeechEngineSummaryResponse.d.ts +3 -0
  333. package/dist/api/types/SystemEvaluationCriteria.d.ts +4 -0
  334. package/dist/api/types/SystemEvaluationCriteria.js +3 -0
  335. package/dist/api/types/SystemToolConfigInputParams.d.ts +1 -1
  336. package/dist/api/types/SystemToolConfigOutputParams.d.ts +1 -1
  337. package/dist/api/types/TelephonyProvider.d.ts +1 -0
  338. package/dist/api/types/TelephonyProvider.js +1 -0
  339. package/dist/api/types/TestInvocationSummaryResponseModel.d.ts +2 -0
  340. package/dist/api/types/TestRunResultBucket.d.ts +9 -0
  341. package/dist/api/types/TestRunResultBucket.js +3 -0
  342. package/dist/api/types/TestRunResultSummary.d.ts +7 -0
  343. package/dist/api/types/TestRunResultSummary.js +3 -0
  344. package/dist/api/types/ToolCallUnitTestModel.d.ts +2 -0
  345. package/dist/api/types/TransferToAgentToolResultSuccessModel.d.ts +1 -0
  346. package/dist/api/types/TransferToNumberResultExotelSuccessModel.d.ts +6 -0
  347. package/dist/api/types/TransferToNumberResultExotelSuccessModel.js +3 -0
  348. package/dist/api/types/UnitTestSummaryResponseModel.d.ts +2 -0
  349. package/dist/api/types/UpdateResponseUnitTestRequest.d.ts +2 -0
  350. package/dist/api/types/UpdateSimulationTestRequest.d.ts +2 -0
  351. package/dist/api/types/UpdateToolCallUnitTestRequest.d.ts +2 -0
  352. package/dist/api/types/UpsertOrderItemRequest.d.ts +1 -1
  353. package/dist/api/types/Verbosity.d.ts +6 -0
  354. package/{api/types/ProcedureCompilerMode.js → dist/api/types/Verbosity.js} +5 -4
  355. package/dist/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
  356. package/dist/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
  357. package/dist/api/types/WorkflowStandaloneAgentNodeModelInput.d.ts +4 -2
  358. package/dist/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +4 -2
  359. package/dist/api/types/index.d.ts +28 -6
  360. package/dist/api/types/index.js +28 -6
  361. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +1 -0
  362. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +1 -0
  363. package/dist/serialization/resources/conversationalAi/resources/exotel/client/index.d.ts +1 -0
  364. package/dist/serialization/resources/conversationalAi/resources/exotel/client/index.js +17 -0
  365. package/dist/serialization/resources/conversationalAi/resources/exotel/client/requests/BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost.d.ts +15 -0
  366. package/dist/serialization/resources/conversationalAi/resources/exotel/client/requests/BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost.js +47 -0
  367. package/dist/serialization/resources/conversationalAi/resources/exotel/client/requests/index.d.ts +1 -0
  368. package/dist/serialization/resources/conversationalAi/resources/exotel/client/requests/index.js +5 -0
  369. package/dist/serialization/resources/conversationalAi/resources/exotel/index.d.ts +1 -0
  370. package/dist/serialization/resources/conversationalAi/resources/exotel/index.js +17 -0
  371. package/dist/serialization/resources/conversationalAi/resources/index.d.ts +2 -0
  372. package/dist/serialization/resources/conversationalAi/resources/index.js +3 -1
  373. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +5 -1
  374. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.js +2 -0
  375. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +5 -1
  376. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.js +2 -0
  377. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +5 -1
  378. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.js +2 -0
  379. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +5 -1
  380. package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.js +2 -0
  381. package/dist/serialization/resources/productions/resources/orders/client/create.d.ts +8 -0
  382. package/dist/serialization/resources/productions/resources/orders/client/create.js +6 -0
  383. package/dist/serialization/resources/productions/resources/orders/client/index.d.ts +1 -0
  384. package/dist/serialization/resources/productions/resources/orders/client/index.js +24 -0
  385. package/dist/serialization/types/AgentConfig.d.ts +2 -0
  386. package/dist/serialization/types/AgentConfig.js +2 -0
  387. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -0
  388. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +2 -0
  389. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -0
  390. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +2 -0
  391. package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +0 -2
  392. package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +0 -2
  393. package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +0 -2
  394. package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +0 -2
  395. package/dist/serialization/types/AgentTransfer.d.ts +2 -1
  396. package/dist/serialization/types/AgentTransfer.js +2 -1
  397. package/dist/serialization/types/BehaviorOverride.d.ts +14 -0
  398. package/dist/serialization/types/BehaviorOverride.js +46 -0
  399. package/dist/serialization/types/BucketingStatus.d.ts +7 -0
  400. package/dist/serialization/types/BucketingStatus.js +39 -0
  401. package/dist/serialization/types/ConversationHistoryExotelPhoneCallModel.d.ts +15 -0
  402. package/dist/serialization/types/ConversationHistoryExotelPhoneCallModel.js +47 -0
  403. package/dist/serialization/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +5 -1
  404. package/dist/serialization/types/ConversationHistoryMetadataCommonModelPhoneCall.js +2 -0
  405. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +1 -1
  406. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +1 -1
  407. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts +5 -1
  408. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.js +2 -0
  409. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +5 -1
  410. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.js +2 -0
  411. package/dist/serialization/types/ConversationInitiationSource.d.ts +1 -1
  412. package/dist/serialization/types/ConversationInitiationSource.js +4 -0
  413. package/dist/serialization/types/ConversationSentimentAnalysis.d.ts +15 -0
  414. package/dist/serialization/types/ConversationSentimentAnalysis.js +47 -0
  415. package/dist/serialization/types/ConversationSentimentAnalysisOverallLabel.d.ts +7 -0
  416. package/dist/serialization/types/ConversationSentimentAnalysisOverallLabel.js +39 -0
  417. package/dist/serialization/types/CreateExotelPhoneNumberRequest.d.ts +19 -0
  418. package/dist/serialization/types/CreateExotelPhoneNumberRequest.js +51 -0
  419. package/dist/serialization/types/CreateOrderRequest.d.ts +9 -0
  420. package/dist/serialization/types/{ProcedureSettings.js → CreateOrderRequest.js} +3 -4
  421. package/dist/serialization/types/CreateOrderResponse.d.ts +1 -0
  422. package/dist/serialization/types/CreateOrderResponse.js +1 -0
  423. package/dist/serialization/types/CreateResponseUnitTestRequest.d.ts +2 -0
  424. package/dist/serialization/types/CreateResponseUnitTestRequest.js +2 -0
  425. package/dist/serialization/types/CreateSimulationTestRequest.d.ts +2 -0
  426. package/dist/serialization/types/CreateSimulationTestRequest.js +2 -0
  427. package/dist/serialization/types/CreateToolCallUnitTestRequest.d.ts +2 -0
  428. package/dist/serialization/types/CreateToolCallUnitTestRequest.js +2 -0
  429. package/dist/serialization/types/CustomLlm.d.ts +2 -0
  430. package/dist/serialization/types/CustomLlm.js +2 -0
  431. package/dist/serialization/types/CustomLlmAuthConnection.d.ts +9 -0
  432. package/dist/serialization/types/CustomLlmAuthConnection.js +41 -0
  433. package/dist/serialization/types/ExotelApiSubdomain.d.ts +7 -0
  434. package/dist/serialization/types/ExotelApiSubdomain.js +39 -0
  435. package/dist/serialization/types/ExotelOutboundCallResponse.d.ts +12 -0
  436. package/dist/serialization/types/ExotelOutboundCallResponse.js +44 -0
  437. package/dist/serialization/types/GetAgentResponseModelPhoneNumbersItem.d.ts +5 -1
  438. package/dist/serialization/types/GetAgentResponseModelPhoneNumbersItem.js +2 -0
  439. package/dist/serialization/types/GetPhoneNumberExotelResponseModel.d.ts +15 -0
  440. package/dist/serialization/types/GetPhoneNumberExotelResponseModel.js +47 -0
  441. package/dist/serialization/types/GetResponseUnitTestResponseModel.d.ts +2 -0
  442. package/dist/serialization/types/GetResponseUnitTestResponseModel.js +2 -0
  443. package/dist/serialization/types/GetSimulationTestResponseModel.d.ts +2 -0
  444. package/dist/serialization/types/GetSimulationTestResponseModel.js +2 -0
  445. package/dist/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +5 -0
  446. package/dist/serialization/types/GetTestSuiteInvocationResponseModel.js +5 -0
  447. package/dist/serialization/types/GetToolCallUnitTestResponseModel.d.ts +2 -0
  448. package/dist/serialization/types/GetToolCallUnitTestResponseModel.js +2 -0
  449. package/dist/serialization/types/InteractionBudget.d.ts +7 -0
  450. package/{serialization/types/ProcedureCompilerMode.js → dist/serialization/types/InteractionBudget.js} +2 -2
  451. package/dist/serialization/types/LanguagesResponse.d.ts +15 -0
  452. package/{serialization/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.js → dist/serialization/types/LanguagesResponse.js} +2 -2
  453. package/dist/serialization/types/Llm.d.ts +1 -1
  454. package/dist/serialization/types/Llm.js +1 -0
  455. package/dist/serialization/types/{LoadProcedureToolConfig.d.ts → LoadProcedureToolConfigInput.d.ts} +2 -2
  456. package/dist/serialization/types/{LoadProcedureToolConfig.js → LoadProcedureToolConfigInput.js} +2 -2
  457. package/dist/serialization/types/LoadProcedureToolConfigOutput.d.ts +10 -0
  458. package/dist/serialization/types/LoadProcedureToolConfigOutput.js +42 -0
  459. package/dist/serialization/types/MessagesSearchResult.d.ts +2 -0
  460. package/dist/serialization/types/MessagesSearchResult.js +2 -0
  461. package/dist/serialization/types/Monitor.d.ts +1 -1
  462. package/dist/serialization/types/Monitor.js +1 -1
  463. package/dist/serialization/types/MusicGenerationMode.d.ts +7 -0
  464. package/dist/serialization/types/MusicGenerationMode.js +39 -0
  465. package/dist/serialization/types/OptInSmsReminderParams.d.ts +9 -0
  466. package/{serialization/types/ProcedureSettings.js → dist/serialization/types/OptInSmsReminderParams.js} +3 -4
  467. package/dist/serialization/types/OptOutSmsReminderParams.d.ts +9 -0
  468. package/dist/serialization/types/OptOutSmsReminderParams.js +41 -0
  469. package/dist/serialization/types/OrderItemInfo.d.ts +2 -2
  470. package/dist/serialization/types/OrderItemInfo.js +2 -2
  471. package/dist/serialization/types/OrderItemRequestInput.d.ts +15 -0
  472. package/{serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.js → dist/serialization/types/OrderItemRequestInput.js} +2 -2
  473. package/dist/serialization/types/OrderItemRequestOutput.d.ts +15 -0
  474. package/dist/serialization/types/{RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.js → OrderItemRequestOutput.js} +2 -2
  475. package/dist/serialization/types/OrderResponse.d.ts +1 -0
  476. package/dist/serialization/types/OrderResponse.js +1 -0
  477. package/dist/serialization/types/OrderSummary.d.ts +1 -0
  478. package/dist/serialization/types/OrderSummary.js +1 -0
  479. package/dist/serialization/types/ProcedureAtVersion.d.ts +2 -0
  480. package/dist/serialization/types/ProcedureAtVersion.js +2 -0
  481. package/dist/serialization/types/ProcedureRefResponseModel.d.ts +2 -0
  482. package/dist/serialization/types/ProcedureRefResponseModel.js +2 -0
  483. package/dist/serialization/types/ProcedureType.d.ts +7 -0
  484. package/dist/serialization/types/{ProcedureCompilerMode.js → ProcedureType.js} +2 -2
  485. package/dist/serialization/types/ReferencedToolCommonModelType.d.ts +1 -1
  486. package/dist/serialization/types/ReferencedToolCommonModelType.js +1 -1
  487. package/dist/serialization/types/RenderType.d.ts +1 -1
  488. package/dist/serialization/types/RenderType.js +1 -1
  489. package/dist/serialization/types/ResourceAccessInfo.d.ts +2 -0
  490. package/dist/serialization/types/ResourceAccessInfo.js +2 -0
  491. package/dist/serialization/types/ResourceAccessInfoAccessSource.d.ts +7 -0
  492. package/dist/serialization/types/ResourceAccessInfoAccessSource.js +39 -0
  493. package/dist/serialization/types/ResponseUnitTestModel.d.ts +2 -0
  494. package/dist/serialization/types/ResponseUnitTestModel.js +2 -0
  495. package/dist/serialization/types/RestoreCalendarEventParams.d.ts +9 -0
  496. package/dist/serialization/types/RestoreCalendarEventParams.js +41 -0
  497. package/dist/serialization/types/SimulationTestModel.d.ts +2 -0
  498. package/dist/serialization/types/SimulationTestModel.js +2 -0
  499. package/dist/serialization/types/SoftTimeoutConfig.d.ts +1 -0
  500. package/dist/serialization/types/SoftTimeoutConfig.js +1 -0
  501. package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +1 -0
  502. package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.js +1 -0
  503. package/dist/serialization/types/SpeechEngineResponse.d.ts +2 -0
  504. package/dist/serialization/types/SpeechEngineResponse.js +2 -0
  505. package/dist/serialization/types/SpeechEngineSummaryResponse.d.ts +2 -0
  506. package/dist/serialization/types/SpeechEngineSummaryResponse.js +2 -0
  507. package/dist/serialization/types/SystemEvaluationCriteria.d.ts +10 -0
  508. package/dist/serialization/types/SystemEvaluationCriteria.js +42 -0
  509. package/dist/serialization/types/SystemToolConfigInputParams.d.ts +2 -2
  510. package/dist/serialization/types/SystemToolConfigInputParams.js +2 -2
  511. package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +2 -2
  512. package/dist/serialization/types/SystemToolConfigOutputParams.js +2 -2
  513. package/dist/serialization/types/TelephonyProvider.d.ts +1 -1
  514. package/dist/serialization/types/TelephonyProvider.js +1 -1
  515. package/dist/serialization/types/TestInvocationSummaryResponseModel.d.ts +1 -0
  516. package/dist/serialization/types/TestInvocationSummaryResponseModel.js +1 -0
  517. package/dist/serialization/types/TestRunResultBucket.d.ts +13 -0
  518. package/dist/serialization/types/TestRunResultBucket.js +45 -0
  519. package/dist/serialization/types/TestRunResultSummary.d.ts +13 -0
  520. package/dist/serialization/types/TestRunResultSummary.js +45 -0
  521. package/dist/serialization/types/ToolCallUnitTestModel.d.ts +2 -0
  522. package/dist/serialization/types/ToolCallUnitTestModel.js +2 -0
  523. package/dist/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +1 -0
  524. package/dist/serialization/types/TransferToAgentToolResultSuccessModel.js +1 -0
  525. package/dist/serialization/types/TransferToNumberResultExotelSuccessModel.d.ts +12 -0
  526. package/dist/serialization/types/TransferToNumberResultExotelSuccessModel.js +44 -0
  527. package/dist/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -0
  528. package/dist/serialization/types/UnitTestSummaryResponseModel.js +2 -0
  529. package/dist/serialization/types/UpdateResponseUnitTestRequest.d.ts +2 -0
  530. package/dist/serialization/types/UpdateResponseUnitTestRequest.js +2 -0
  531. package/dist/serialization/types/UpdateSimulationTestRequest.d.ts +2 -0
  532. package/dist/serialization/types/UpdateSimulationTestRequest.js +2 -0
  533. package/dist/serialization/types/UpdateToolCallUnitTestRequest.d.ts +2 -0
  534. package/dist/serialization/types/UpdateToolCallUnitTestRequest.js +2 -0
  535. package/dist/serialization/types/UpsertOrderItemRequest.d.ts +2 -2
  536. package/dist/serialization/types/UpsertOrderItemRequest.js +2 -2
  537. package/dist/serialization/types/Verbosity.d.ts +7 -0
  538. package/dist/serialization/types/Verbosity.js +39 -0
  539. package/dist/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +1 -0
  540. package/dist/serialization/types/WebhookToolApiSchemaConfigInput.js +1 -0
  541. package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -0
  542. package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.js +1 -0
  543. package/dist/serialization/types/WorkflowStandaloneAgentNodeModelInput.d.ts +2 -1
  544. package/dist/serialization/types/WorkflowStandaloneAgentNodeModelInput.js +2 -1
  545. package/dist/serialization/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +2 -1
  546. package/dist/serialization/types/WorkflowStandaloneAgentNodeModelOutput.js +2 -1
  547. package/dist/serialization/types/index.d.ts +28 -6
  548. package/dist/serialization/types/index.js +28 -6
  549. package/dist/version.d.ts +1 -1
  550. package/dist/version.js +1 -1
  551. package/dist/wrapper/music.d.ts +11 -0
  552. package/dist/wrapper/music.js +15 -0
  553. package/package.json +1 -1
  554. package/reference.md +153 -7
  555. package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +1 -0
  556. package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +1 -0
  557. package/serialization/resources/conversationalAi/resources/exotel/client/index.d.ts +1 -0
  558. package/serialization/resources/conversationalAi/resources/exotel/client/index.js +17 -0
  559. package/serialization/resources/conversationalAi/resources/exotel/client/requests/BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost.d.ts +15 -0
  560. package/serialization/resources/conversationalAi/resources/exotel/client/requests/BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost.js +47 -0
  561. package/serialization/resources/conversationalAi/resources/exotel/client/requests/index.d.ts +1 -0
  562. package/serialization/resources/conversationalAi/resources/exotel/client/requests/index.js +5 -0
  563. package/serialization/resources/conversationalAi/resources/exotel/index.d.ts +1 -0
  564. package/serialization/resources/conversationalAi/resources/exotel/index.js +17 -0
  565. package/serialization/resources/conversationalAi/resources/index.d.ts +2 -0
  566. package/serialization/resources/conversationalAi/resources/index.js +3 -1
  567. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +5 -1
  568. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.js +2 -0
  569. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +5 -1
  570. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.js +2 -0
  571. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +5 -1
  572. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.js +2 -0
  573. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +5 -1
  574. package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.js +2 -0
  575. package/serialization/resources/productions/resources/orders/client/create.d.ts +8 -0
  576. package/serialization/resources/productions/resources/orders/client/create.js +6 -0
  577. package/serialization/resources/productions/resources/orders/client/index.d.ts +1 -0
  578. package/serialization/resources/productions/resources/orders/client/index.js +24 -0
  579. package/serialization/types/AgentConfig.d.ts +2 -0
  580. package/serialization/types/AgentConfig.js +2 -0
  581. package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -0
  582. package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +2 -0
  583. package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -0
  584. package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +2 -0
  585. package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +0 -2
  586. package/serialization/types/AgentPlatformSettingsRequestModel.js +0 -2
  587. package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +0 -2
  588. package/serialization/types/AgentPlatformSettingsResponseModel.js +0 -2
  589. package/serialization/types/AgentTransfer.d.ts +2 -1
  590. package/serialization/types/AgentTransfer.js +2 -1
  591. package/serialization/types/BehaviorOverride.d.ts +14 -0
  592. package/serialization/types/BehaviorOverride.js +46 -0
  593. package/serialization/types/BucketingStatus.d.ts +7 -0
  594. package/serialization/types/BucketingStatus.js +39 -0
  595. package/serialization/types/ConversationHistoryExotelPhoneCallModel.d.ts +15 -0
  596. package/serialization/types/ConversationHistoryExotelPhoneCallModel.js +47 -0
  597. package/serialization/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +5 -1
  598. package/serialization/types/ConversationHistoryMetadataCommonModelPhoneCall.js +2 -0
  599. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +1 -1
  600. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +1 -1
  601. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts +5 -1
  602. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.js +2 -0
  603. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +5 -1
  604. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.js +2 -0
  605. package/serialization/types/ConversationInitiationSource.d.ts +1 -1
  606. package/serialization/types/ConversationInitiationSource.js +4 -0
  607. package/serialization/types/ConversationSentimentAnalysis.d.ts +15 -0
  608. package/serialization/types/ConversationSentimentAnalysis.js +47 -0
  609. package/serialization/types/ConversationSentimentAnalysisOverallLabel.d.ts +7 -0
  610. package/serialization/types/ConversationSentimentAnalysisOverallLabel.js +39 -0
  611. package/serialization/types/CreateExotelPhoneNumberRequest.d.ts +19 -0
  612. package/serialization/types/CreateExotelPhoneNumberRequest.js +51 -0
  613. package/serialization/types/CreateOrderRequest.d.ts +9 -0
  614. package/serialization/types/CreateOrderRequest.js +41 -0
  615. package/serialization/types/CreateOrderResponse.d.ts +1 -0
  616. package/serialization/types/CreateOrderResponse.js +1 -0
  617. package/serialization/types/CreateResponseUnitTestRequest.d.ts +2 -0
  618. package/serialization/types/CreateResponseUnitTestRequest.js +2 -0
  619. package/serialization/types/CreateSimulationTestRequest.d.ts +2 -0
  620. package/serialization/types/CreateSimulationTestRequest.js +2 -0
  621. package/serialization/types/CreateToolCallUnitTestRequest.d.ts +2 -0
  622. package/serialization/types/CreateToolCallUnitTestRequest.js +2 -0
  623. package/serialization/types/CustomLlm.d.ts +2 -0
  624. package/serialization/types/CustomLlm.js +2 -0
  625. package/serialization/types/CustomLlmAuthConnection.d.ts +9 -0
  626. package/serialization/types/CustomLlmAuthConnection.js +41 -0
  627. package/serialization/types/ExotelApiSubdomain.d.ts +7 -0
  628. package/serialization/types/ExotelApiSubdomain.js +39 -0
  629. package/serialization/types/ExotelOutboundCallResponse.d.ts +12 -0
  630. package/serialization/types/ExotelOutboundCallResponse.js +44 -0
  631. package/serialization/types/GetAgentResponseModelPhoneNumbersItem.d.ts +5 -1
  632. package/serialization/types/GetAgentResponseModelPhoneNumbersItem.js +2 -0
  633. package/serialization/types/GetPhoneNumberExotelResponseModel.d.ts +15 -0
  634. package/serialization/types/GetPhoneNumberExotelResponseModel.js +47 -0
  635. package/serialization/types/GetResponseUnitTestResponseModel.d.ts +2 -0
  636. package/serialization/types/GetResponseUnitTestResponseModel.js +2 -0
  637. package/serialization/types/GetSimulationTestResponseModel.d.ts +2 -0
  638. package/serialization/types/GetSimulationTestResponseModel.js +2 -0
  639. package/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +5 -0
  640. package/serialization/types/GetTestSuiteInvocationResponseModel.js +5 -0
  641. package/serialization/types/GetToolCallUnitTestResponseModel.d.ts +2 -0
  642. package/serialization/types/GetToolCallUnitTestResponseModel.js +2 -0
  643. package/serialization/types/InteractionBudget.d.ts +7 -0
  644. package/serialization/types/InteractionBudget.js +39 -0
  645. package/serialization/types/LanguagesResponse.d.ts +15 -0
  646. package/{dist/serialization/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.js → serialization/types/LanguagesResponse.js} +2 -2
  647. package/serialization/types/Llm.d.ts +1 -1
  648. package/serialization/types/Llm.js +1 -0
  649. package/serialization/types/{LoadProcedureToolConfig.d.ts → LoadProcedureToolConfigInput.d.ts} +2 -2
  650. package/serialization/types/{LoadProcedureToolConfig.js → LoadProcedureToolConfigInput.js} +2 -2
  651. package/serialization/types/LoadProcedureToolConfigOutput.d.ts +10 -0
  652. package/serialization/types/LoadProcedureToolConfigOutput.js +42 -0
  653. package/serialization/types/MessagesSearchResult.d.ts +2 -0
  654. package/serialization/types/MessagesSearchResult.js +2 -0
  655. package/serialization/types/Monitor.d.ts +1 -1
  656. package/serialization/types/Monitor.js +1 -1
  657. package/serialization/types/MusicGenerationMode.d.ts +7 -0
  658. package/serialization/types/MusicGenerationMode.js +39 -0
  659. package/serialization/types/OptInSmsReminderParams.d.ts +9 -0
  660. package/serialization/types/OptInSmsReminderParams.js +41 -0
  661. package/serialization/types/OptOutSmsReminderParams.d.ts +9 -0
  662. package/serialization/types/OptOutSmsReminderParams.js +41 -0
  663. package/serialization/types/OrderItemInfo.d.ts +2 -2
  664. package/serialization/types/OrderItemInfo.js +2 -2
  665. package/serialization/types/OrderItemRequestInput.d.ts +15 -0
  666. package/{dist/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.js → serialization/types/OrderItemRequestInput.js} +2 -2
  667. package/serialization/types/OrderItemRequestOutput.d.ts +15 -0
  668. package/serialization/types/{RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.js → OrderItemRequestOutput.js} +2 -2
  669. package/serialization/types/OrderResponse.d.ts +1 -0
  670. package/serialization/types/OrderResponse.js +1 -0
  671. package/serialization/types/OrderSummary.d.ts +1 -0
  672. package/serialization/types/OrderSummary.js +1 -0
  673. package/serialization/types/ProcedureAtVersion.d.ts +2 -0
  674. package/serialization/types/ProcedureAtVersion.js +2 -0
  675. package/serialization/types/ProcedureRefResponseModel.d.ts +2 -0
  676. package/serialization/types/ProcedureRefResponseModel.js +2 -0
  677. package/serialization/types/ProcedureType.d.ts +7 -0
  678. package/serialization/types/ProcedureType.js +39 -0
  679. package/serialization/types/ReferencedToolCommonModelType.d.ts +1 -1
  680. package/serialization/types/ReferencedToolCommonModelType.js +1 -1
  681. package/serialization/types/RenderType.d.ts +1 -1
  682. package/serialization/types/RenderType.js +1 -1
  683. package/serialization/types/ResourceAccessInfo.d.ts +2 -0
  684. package/serialization/types/ResourceAccessInfo.js +2 -0
  685. package/serialization/types/ResourceAccessInfoAccessSource.d.ts +7 -0
  686. package/serialization/types/ResourceAccessInfoAccessSource.js +39 -0
  687. package/serialization/types/ResponseUnitTestModel.d.ts +2 -0
  688. package/serialization/types/ResponseUnitTestModel.js +2 -0
  689. package/serialization/types/RestoreCalendarEventParams.d.ts +9 -0
  690. package/serialization/types/RestoreCalendarEventParams.js +41 -0
  691. package/serialization/types/SimulationTestModel.d.ts +2 -0
  692. package/serialization/types/SimulationTestModel.js +2 -0
  693. package/serialization/types/SoftTimeoutConfig.d.ts +1 -0
  694. package/serialization/types/SoftTimeoutConfig.js +1 -0
  695. package/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +1 -0
  696. package/serialization/types/SoftTimeoutConfigWorkflowOverride.js +1 -0
  697. package/serialization/types/SpeechEngineResponse.d.ts +2 -0
  698. package/serialization/types/SpeechEngineResponse.js +2 -0
  699. package/serialization/types/SpeechEngineSummaryResponse.d.ts +2 -0
  700. package/serialization/types/SpeechEngineSummaryResponse.js +2 -0
  701. package/serialization/types/SystemEvaluationCriteria.d.ts +10 -0
  702. package/serialization/types/SystemEvaluationCriteria.js +42 -0
  703. package/serialization/types/SystemToolConfigInputParams.d.ts +2 -2
  704. package/serialization/types/SystemToolConfigInputParams.js +2 -2
  705. package/serialization/types/SystemToolConfigOutputParams.d.ts +2 -2
  706. package/serialization/types/SystemToolConfigOutputParams.js +2 -2
  707. package/serialization/types/TelephonyProvider.d.ts +1 -1
  708. package/serialization/types/TelephonyProvider.js +1 -1
  709. package/serialization/types/TestInvocationSummaryResponseModel.d.ts +1 -0
  710. package/serialization/types/TestInvocationSummaryResponseModel.js +1 -0
  711. package/serialization/types/TestRunResultBucket.d.ts +13 -0
  712. package/serialization/types/TestRunResultBucket.js +45 -0
  713. package/serialization/types/TestRunResultSummary.d.ts +13 -0
  714. package/serialization/types/TestRunResultSummary.js +45 -0
  715. package/serialization/types/ToolCallUnitTestModel.d.ts +2 -0
  716. package/serialization/types/ToolCallUnitTestModel.js +2 -0
  717. package/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +1 -0
  718. package/serialization/types/TransferToAgentToolResultSuccessModel.js +1 -0
  719. package/serialization/types/TransferToNumberResultExotelSuccessModel.d.ts +12 -0
  720. package/serialization/types/TransferToNumberResultExotelSuccessModel.js +44 -0
  721. package/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -0
  722. package/serialization/types/UnitTestSummaryResponseModel.js +2 -0
  723. package/serialization/types/UpdateResponseUnitTestRequest.d.ts +2 -0
  724. package/serialization/types/UpdateResponseUnitTestRequest.js +2 -0
  725. package/serialization/types/UpdateSimulationTestRequest.d.ts +2 -0
  726. package/serialization/types/UpdateSimulationTestRequest.js +2 -0
  727. package/serialization/types/UpdateToolCallUnitTestRequest.d.ts +2 -0
  728. package/serialization/types/UpdateToolCallUnitTestRequest.js +2 -0
  729. package/serialization/types/UpsertOrderItemRequest.d.ts +2 -2
  730. package/serialization/types/UpsertOrderItemRequest.js +2 -2
  731. package/serialization/types/Verbosity.d.ts +7 -0
  732. package/serialization/types/Verbosity.js +39 -0
  733. package/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +1 -0
  734. package/serialization/types/WebhookToolApiSchemaConfigInput.js +1 -0
  735. package/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -0
  736. package/serialization/types/WebhookToolApiSchemaConfigOutput.js +1 -0
  737. package/serialization/types/WorkflowStandaloneAgentNodeModelInput.d.ts +2 -1
  738. package/serialization/types/WorkflowStandaloneAgentNodeModelInput.js +2 -1
  739. package/serialization/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +2 -1
  740. package/serialization/types/WorkflowStandaloneAgentNodeModelOutput.js +2 -1
  741. package/serialization/types/index.d.ts +28 -6
  742. package/serialization/types/index.js +28 -6
  743. package/version.d.ts +1 -1
  744. package/version.js +1 -1
  745. package/wrapper/music.d.ts +11 -0
  746. package/wrapper/music.js +15 -0
  747. package/api/types/ProcedureCompilerMode.d.ts +0 -5
  748. package/api/types/ProcedureSettings.d.ts +0 -4
  749. package/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.d.ts +0 -10
  750. package/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.d.ts +0 -10
  751. package/api/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.d.ts +0 -10
  752. package/dist/api/types/ProcedureCompilerMode.d.ts +0 -5
  753. package/dist/api/types/ProcedureSettings.d.ts +0 -4
  754. package/dist/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.d.ts +0 -10
  755. package/dist/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.d.ts +0 -10
  756. package/dist/api/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.d.ts +0 -10
  757. package/dist/serialization/types/ProcedureCompilerMode.d.ts +0 -7
  758. package/dist/serialization/types/ProcedureSettings.d.ts +0 -10
  759. package/dist/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.d.ts +0 -15
  760. package/dist/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.d.ts +0 -15
  761. package/dist/serialization/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.d.ts +0 -15
  762. package/serialization/types/ProcedureCompilerMode.d.ts +0 -7
  763. package/serialization/types/ProcedureSettings.d.ts +0 -10
  764. package/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.d.ts +0 -15
  765. package/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.d.ts +0 -15
  766. package/serialization/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.d.ts +0 -15
  767. /package/api/{types/LoadProcedureToolConfig.js → resources/conversationalAi/resources/exotel/client/requests/BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost.js} +0 -0
  768. /package/api/{types/ProcedureSettings.js → resources/workspaces/resources/apiKeys/client/requests/ApiKeysRevokeRequest.js} +0 -0
  769. /package/api/types/{RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.js → BehaviorOverride.js} +0 -0
  770. /package/api/types/{RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.js → ConversationHistoryExotelPhoneCallModel.js} +0 -0
  771. /package/api/types/{RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.js → ConversationSentimentAnalysis.js} +0 -0
  772. /package/{dist/api/types/LoadProcedureToolConfig.js → api/types/CreateExotelPhoneNumberRequest.js} +0 -0
  773. /package/{dist/api/types/ProcedureSettings.js → api/types/CreateOrderRequest.js} +0 -0
  774. /package/{dist/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.js → api/types/CustomLlmAuthConnection.js} +0 -0
  775. /package/{dist/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.js → api/types/ExotelOutboundCallResponse.js} +0 -0
  776. /package/{dist/api/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.js → api/types/GetPhoneNumberExotelResponseModel.js} +0 -0
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ export declare const BucketingStatus: {
2
+ readonly Pending: "pending";
3
+ readonly Completed: "completed";
4
+ readonly Failed: "failed";
5
+ };
6
+ export type BucketingStatus = (typeof BucketingStatus)[keyof typeof BucketingStatus];
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.BucketingStatus = void 0;
5
+ exports.BucketingStatus = {
6
+ Pending: "pending",
7
+ Completed: "completed",
8
+ Failed: "failed",
9
+ };
@@ -0,0 +1,9 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface ConversationHistoryExotelPhoneCallModel {
3
+ direction: ElevenLabs.TelephonyDirection;
4
+ phoneNumberId: string;
5
+ agentNumber: string;
6
+ externalNumber: string;
7
+ streamSid: string;
8
+ callSid: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +1,9 @@
1
1
  import type * as ElevenLabs from "../index";
2
- export type ConversationHistoryMetadataCommonModelPhoneCall = ElevenLabs.ConversationHistoryMetadataCommonModelPhoneCall.SipTrunking | ElevenLabs.ConversationHistoryMetadataCommonModelPhoneCall.Twilio;
2
+ export type ConversationHistoryMetadataCommonModelPhoneCall = ElevenLabs.ConversationHistoryMetadataCommonModelPhoneCall.Exotel | ElevenLabs.ConversationHistoryMetadataCommonModelPhoneCall.SipTrunking | ElevenLabs.ConversationHistoryMetadataCommonModelPhoneCall.Twilio;
3
3
  export declare namespace ConversationHistoryMetadataCommonModelPhoneCall {
4
+ interface Exotel extends ElevenLabs.ConversationHistoryExotelPhoneCallModel {
5
+ type: "exotel";
6
+ }
4
7
  interface SipTrunking extends ElevenLabs.ConversationHistorySipTrunkingPhoneCallModel {
5
8
  type: "sip_trunking";
6
9
  }
@@ -2,5 +2,6 @@ export declare const ConversationHistoryTranscriptOtherToolsResultCommonModelTyp
2
2
  readonly Client: "client";
3
3
  readonly Webhook: "webhook";
4
4
  readonly Mcp: "mcp";
5
+ readonly Code: "code";
5
6
  };
6
7
  export type ConversationHistoryTranscriptOtherToolsResultCommonModelType = (typeof ConversationHistoryTranscriptOtherToolsResultCommonModelType)[keyof typeof ConversationHistoryTranscriptOtherToolsResultCommonModelType];
@@ -6,4 +6,5 @@ exports.ConversationHistoryTranscriptOtherToolsResultCommonModelType = {
6
6
  Client: "client",
7
7
  Webhook: "webhook",
8
8
  Mcp: "mcp",
9
+ Code: "code",
9
10
  };
@@ -1,5 +1,5 @@
1
1
  import type * as ElevenLabs from "../index";
2
- export type ConversationHistoryTranscriptSystemToolResultCommonModelInputResult = ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.EndCallSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.KnowledgeBaseRagSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.LanguageDetectionSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.PlayDtmfError | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.PlayDtmfSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.SkipTurnSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.TestingToolResult | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.TransferToAgentError | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.TransferToAgentSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.TransferToNumberError | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.TransferToNumberSipSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.TransferToNumberTwilioSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.VoicemailDetectionSuccess;
2
+ export type ConversationHistoryTranscriptSystemToolResultCommonModelInputResult = ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.EndCallSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.KnowledgeBaseRagSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.LanguageDetectionSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.PlayDtmfError | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.PlayDtmfSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.SkipTurnSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.TestingToolResult | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.TransferToAgentError | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.TransferToAgentSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.TransferToNumberError | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.TransferToNumberExotelSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.TransferToNumberSipSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.TransferToNumberTwilioSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.VoicemailDetectionSuccess;
3
3
  export declare namespace ConversationHistoryTranscriptSystemToolResultCommonModelInputResult {
4
4
  interface EndCallSuccess extends ElevenLabs.EndCallToolResultModel {
5
5
  resultType: "end_call_success";
@@ -31,6 +31,9 @@ export declare namespace ConversationHistoryTranscriptSystemToolResultCommonMode
31
31
  interface TransferToNumberError extends ElevenLabs.TransferToNumberResultErrorModel {
32
32
  resultType: "transfer_to_number_error";
33
33
  }
34
+ interface TransferToNumberExotelSuccess extends ElevenLabs.TransferToNumberResultExotelSuccessModel {
35
+ resultType: "transfer_to_number_exotel_success";
36
+ }
34
37
  interface TransferToNumberSipSuccess extends ElevenLabs.TransferToNumberResultSipSuccessModel {
35
38
  resultType: "transfer_to_number_sip_success";
36
39
  }
@@ -1,5 +1,5 @@
1
1
  import type * as ElevenLabs from "../index";
2
- export type ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult = ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.EndCallSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.KnowledgeBaseRagSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.LanguageDetectionSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.PlayDtmfError | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.PlayDtmfSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.SkipTurnSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.TestingToolResult | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.TransferToAgentError | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.TransferToAgentSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.TransferToNumberError | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.TransferToNumberSipSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.TransferToNumberTwilioSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.VoicemailDetectionSuccess;
2
+ export type ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult = ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.EndCallSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.KnowledgeBaseRagSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.LanguageDetectionSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.PlayDtmfError | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.PlayDtmfSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.SkipTurnSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.TestingToolResult | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.TransferToAgentError | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.TransferToAgentSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.TransferToNumberError | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.TransferToNumberExotelSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.TransferToNumberSipSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.TransferToNumberTwilioSuccess | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.VoicemailDetectionSuccess;
3
3
  export declare namespace ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult {
4
4
  interface EndCallSuccess extends ElevenLabs.EndCallToolResultModel {
5
5
  resultType: "end_call_success";
@@ -31,6 +31,9 @@ export declare namespace ConversationHistoryTranscriptSystemToolResultCommonMode
31
31
  interface TransferToNumberError extends ElevenLabs.TransferToNumberResultErrorModel {
32
32
  resultType: "transfer_to_number_error";
33
33
  }
34
+ interface TransferToNumberExotelSuccess extends ElevenLabs.TransferToNumberResultExotelSuccessModel {
35
+ resultType: "transfer_to_number_exotel_success";
36
+ }
34
37
  interface TransferToNumberSipSuccess extends ElevenLabs.TransferToNumberResultSipSuccessModel {
35
38
  resultType: "transfer_to_number_sip_success";
36
39
  }
@@ -10,6 +10,7 @@ export declare const ConversationInitiationSource: {
10
10
  readonly Widget: "widget";
11
11
  readonly SipTrunk: "sip_trunk";
12
12
  readonly Twilio: "twilio";
13
+ readonly Exotel: "exotel";
13
14
  readonly Genesys: "genesys";
14
15
  readonly SwiftSdk: "swift_sdk";
15
16
  readonly Whatsapp: "whatsapp";
@@ -17,6 +18,9 @@ export declare const ConversationInitiationSource: {
17
18
  readonly FlutterSdk: "flutter_sdk";
18
19
  readonly ZendeskIntegration: "zendesk_integration";
19
20
  readonly SlackIntegration: "slack_integration";
21
+ readonly TelegramIntegration: "telegram_integration";
22
+ readonly IntercomIntegration: "intercom_integration";
23
+ readonly FreshdeskIntegration: "freshdesk_integration";
20
24
  readonly TemplatePreview: "template_preview";
21
25
  readonly GenesysBotConnector: "genesys_bot_connector";
22
26
  };
@@ -14,6 +14,7 @@ exports.ConversationInitiationSource = {
14
14
  Widget: "widget",
15
15
  SipTrunk: "sip_trunk",
16
16
  Twilio: "twilio",
17
+ Exotel: "exotel",
17
18
  Genesys: "genesys",
18
19
  SwiftSdk: "swift_sdk",
19
20
  Whatsapp: "whatsapp",
@@ -21,6 +22,9 @@ exports.ConversationInitiationSource = {
21
22
  FlutterSdk: "flutter_sdk",
22
23
  ZendeskIntegration: "zendesk_integration",
23
24
  SlackIntegration: "slack_integration",
25
+ TelegramIntegration: "telegram_integration",
26
+ IntercomIntegration: "intercom_integration",
27
+ FreshdeskIntegration: "freshdesk_integration",
24
28
  TemplatePreview: "template_preview",
25
29
  GenesysBotConnector: "genesys_bot_connector",
26
30
  };
@@ -0,0 +1,9 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface ConversationSentimentAnalysis {
3
+ overallLabel: ElevenLabs.ConversationSentimentAnalysisOverallLabel;
4
+ overallSentimentScore: number;
5
+ overallFrustrationScore: number;
6
+ minUserSentimentScore: number;
7
+ maxUserFrustrationScore: number;
8
+ numScoredUserTurns: number;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ export declare const ConversationSentimentAnalysisOverallLabel: {
2
+ readonly Positive: "positive";
3
+ readonly Neutral: "neutral";
4
+ readonly Negative: "negative";
5
+ };
6
+ export type ConversationSentimentAnalysisOverallLabel = (typeof ConversationSentimentAnalysisOverallLabel)[keyof typeof ConversationSentimentAnalysisOverallLabel];
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.ConversationSentimentAnalysisOverallLabel = void 0;
5
+ exports.ConversationSentimentAnalysisOverallLabel = {
6
+ Positive: "positive",
7
+ Neutral: "neutral",
8
+ Negative: "negative",
9
+ };
@@ -0,0 +1,23 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface CreateExotelPhoneNumberRequest {
3
+ /** Phone number */
4
+ phoneNumber: string;
5
+ /** Label for the phone number */
6
+ label: string;
7
+ /** This field is deprecated and will be removed in the future. Whether this phone number supports inbound calls */
8
+ supportsInbound?: boolean;
9
+ /** This field is deprecated and will be removed in the future. Whether this phone number supports outbound calls */
10
+ supportsOutbound?: boolean;
11
+ /** Exotel Account SID */
12
+ accountSid: string;
13
+ /** Exotel API Key */
14
+ apiKey: string;
15
+ /** Exotel API Token */
16
+ apiToken: string;
17
+ /** Exotel region-specific API host */
18
+ apiSubdomain: ElevenLabs.ExotelApiSubdomain;
19
+ /** Exotel applet identifier used in Calls/connect */
20
+ appId: string;
21
+ /** Optional full applet URL override. Defaults to Exotel start_voice URL derived from account SID and app ID. */
22
+ appletUrl?: string;
23
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export interface CreateOrderRequest {
2
+ /** When true, creates a sandbox order that auto-progresses without producer intervention. */
3
+ sandbox?: boolean;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -2,4 +2,6 @@ import type * as ElevenLabs from "../index";
2
2
  export interface CreateOrderResponse {
3
3
  /** The ID of the newly created order. */
4
4
  orderId: ElevenLabs.OrderId;
5
+ /** Whether this is a sandbox order. */
6
+ sandbox?: boolean;
5
7
  }
@@ -5,6 +5,8 @@ export interface CreateResponseUnitTestRequest {
5
5
  /** Dynamic variables to replace in the agent config during testing */
6
6
  dynamicVariables?: Record<string, ElevenLabs.DynamicVariableValueTypeInput | undefined>;
7
7
  chatHistory?: ElevenLabs.ConversationHistoryTranscriptCommonModelInput[];
8
+ /** Simulate the test as if the conversation originated from this channel. */
9
+ conversationInitiationSource?: ElevenLabs.ConversationInitiationSource;
8
10
  /** A prompt that evaluates whether the agent's response is successful. Should return True or False. */
9
11
  successCondition?: string;
10
12
  /** Non-empty list of example responses that should be considered successful */
@@ -5,6 +5,8 @@ export interface CreateSimulationTestRequest {
5
5
  /** Dynamic variables to replace in the agent config during testing */
6
6
  dynamicVariables?: Record<string, ElevenLabs.DynamicVariableValueTypeInput | undefined>;
7
7
  chatHistory?: ElevenLabs.ConversationHistoryTranscriptCommonModelInput[];
8
+ /** Simulate the test as if the conversation originated from this channel. */
9
+ conversationInitiationSource?: ElevenLabs.ConversationInitiationSource;
8
10
  /** A prompt that evaluates whether the agent's response is successful. Should return True or False. */
9
11
  successCondition?: string;
10
12
  /** Description of the simulation scenario and user persona for simulation tests. */
@@ -5,6 +5,8 @@ export interface CreateToolCallUnitTestRequest {
5
5
  /** Dynamic variables to replace in the agent config during testing */
6
6
  dynamicVariables?: Record<string, ElevenLabs.DynamicVariableValueTypeInput | undefined>;
7
7
  chatHistory?: ElevenLabs.ConversationHistoryTranscriptCommonModelInput[];
8
+ /** Simulate the test as if the conversation originated from this channel. */
9
+ conversationInitiationSource?: ElevenLabs.ConversationInitiationSource;
8
10
  /** How to evaluate the agent's tool call (if any). If empty, the tool call is not evaluated. */
9
11
  toolCallParameters?: ElevenLabs.UnitTestToolCallEvaluationModelInput;
10
12
  /** If set to True this test will pass if any tool call returned by the LLM matches the criteria. Otherwise it will fail if more than one tool is returned by the agent. */
@@ -6,6 +6,8 @@ export interface CustomLlm {
6
6
  modelId?: string;
7
7
  /** The API key for authentication. Either a workspace secret reference {'secret_id': '...'} or an environment variable reference {'env_var_label': '...'}. */
8
8
  apiKey?: ElevenLabs.CustomLlmApiKey;
9
+ /** Optional workspace auth connection for authentication. Only auth connections that produce an Authorization Bearer token are supported; Basic auth, mTLS, custom header, and URL secret auth connections are not supported. */
10
+ authConnection?: ElevenLabs.CustomLlmAuthConnection;
9
11
  /** Headers that should be included in the request */
10
12
  requestHeaders?: Record<string, ElevenLabs.CustomLlmRequestHeadersValue>;
11
13
  /** The API version to use for the request */
@@ -0,0 +1,5 @@
1
+ import type * as ElevenLabs from "../index";
2
+ /**
3
+ * Optional workspace auth connection for authentication. Only auth connections that produce an Authorization Bearer token are supported; Basic auth, mTLS, custom header, and URL secret auth connections are not supported.
4
+ */
5
+ export type CustomLlmAuthConnection = ElevenLabs.AuthConnectionLocator | ElevenLabs.EnvironmentAuthConnectionLocator;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Delete an existing client from the system.
2
+ * Delete a client, cascading deletion of all their appointments first.
3
3
  */
4
4
  export interface DeleteClientParams {
5
5
  smbToolType?: "delete_client";
@@ -0,0 +1,5 @@
1
+ export declare const ExotelApiSubdomain: {
2
+ readonly ApiInExotelCom: "api.in.exotel.com";
3
+ readonly ApiExotelCom: "api.exotel.com";
4
+ };
5
+ export type ExotelApiSubdomain = (typeof ExotelApiSubdomain)[keyof typeof ExotelApiSubdomain];
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.ExotelApiSubdomain = void 0;
5
+ exports.ExotelApiSubdomain = {
6
+ ApiInExotelCom: "api.in.exotel.com",
7
+ ApiExotelCom: "api.exotel.com",
8
+ };
@@ -0,0 +1,7 @@
1
+ export interface ExotelOutboundCallResponse {
2
+ success: boolean;
3
+ message: string;
4
+ conversationId?: string;
5
+ /** Exotel CallSid for the originated call */
6
+ callSid?: string;
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +1,9 @@
1
1
  import type * as ElevenLabs from "../index";
2
- export type GetAgentResponseModelPhoneNumbersItem = ElevenLabs.GetAgentResponseModelPhoneNumbersItem.SipTrunk | ElevenLabs.GetAgentResponseModelPhoneNumbersItem.Twilio;
2
+ export type GetAgentResponseModelPhoneNumbersItem = ElevenLabs.GetAgentResponseModelPhoneNumbersItem.Exotel | ElevenLabs.GetAgentResponseModelPhoneNumbersItem.SipTrunk | ElevenLabs.GetAgentResponseModelPhoneNumbersItem.Twilio;
3
3
  export declare namespace GetAgentResponseModelPhoneNumbersItem {
4
+ interface Exotel extends ElevenLabs.GetPhoneNumberExotelResponseModel {
5
+ provider: "exotel";
6
+ }
4
7
  interface SipTrunk extends ElevenLabs.GetPhoneNumberSipTrunkResponseModel {
5
8
  provider: "sip_trunk";
6
9
  }
@@ -0,0 +1,15 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface GetPhoneNumberExotelResponseModel {
3
+ /** Phone number */
4
+ phoneNumber: string;
5
+ /** Label for the phone number */
6
+ label: string;
7
+ /** This field is deprecated and will be removed in the future. Whether this phone number supports inbound calls */
8
+ supportsInbound?: boolean;
9
+ /** This field is deprecated and will be removed in the future. Whether this phone number supports outbound calls */
10
+ supportsOutbound?: boolean;
11
+ /** The ID of the phone number */
12
+ phoneNumberId: string;
13
+ /** The agent that is assigned to the phone number */
14
+ assignedAgent?: ElevenLabs.PhoneNumberAgentInfo;
15
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -5,6 +5,8 @@ export interface GetResponseUnitTestResponseModel {
5
5
  /** Dynamic variables to replace in the agent config during testing */
6
6
  dynamicVariables?: Record<string, ElevenLabs.DynamicVariableValueTypeOutput | undefined>;
7
7
  chatHistory?: ElevenLabs.ConversationHistoryTranscriptCommonModelOutput[];
8
+ /** Simulate the test as if the conversation originated from this channel. */
9
+ conversationInitiationSource?: ElevenLabs.ConversationInitiationSource;
8
10
  /** A prompt that evaluates whether the agent's response is successful. Should return True or False. */
9
11
  successCondition?: string;
10
12
  /** Non-empty list of example responses that should be considered successful */
@@ -5,6 +5,8 @@ export interface GetSimulationTestResponseModel {
5
5
  /** Dynamic variables to replace in the agent config during testing */
6
6
  dynamicVariables?: Record<string, ElevenLabs.DynamicVariableValueTypeOutput | undefined>;
7
7
  chatHistory?: ElevenLabs.ConversationHistoryTranscriptCommonModelOutput[];
8
+ /** Simulate the test as if the conversation originated from this channel. */
9
+ conversationInitiationSource?: ElevenLabs.ConversationInitiationSource;
8
10
  /** A prompt that evaluates whether the agent's response is successful. Should return True or False. */
9
11
  successCondition?: string;
10
12
  /** Description of the simulation scenario and user persona for simulation tests. */
@@ -5,5 +5,9 @@ export interface GetTestSuiteInvocationResponseModel {
5
5
  branchId?: string;
6
6
  createdAt?: number;
7
7
  folderId?: string;
8
+ repeatCount?: number;
9
+ /** None when repeat_count==1 (no bucketing). Otherwise tracks bucketing lifecycle. */
10
+ bucketingStatus?: ElevenLabs.BucketingStatus;
11
+ resultGroups?: ElevenLabs.TestRunResultSummary[];
8
12
  testRuns: ElevenLabs.UnitTestRunResponseModel[];
9
13
  }
@@ -5,6 +5,8 @@ export interface GetToolCallUnitTestResponseModel {
5
5
  /** Dynamic variables to replace in the agent config during testing */
6
6
  dynamicVariables?: Record<string, ElevenLabs.DynamicVariableValueTypeOutput | undefined>;
7
7
  chatHistory?: ElevenLabs.ConversationHistoryTranscriptCommonModelOutput[];
8
+ /** Simulate the test as if the conversation originated from this channel. */
9
+ conversationInitiationSource?: ElevenLabs.ConversationInitiationSource;
8
10
  /** How to evaluate the agent's tool call (if any). If empty, the tool call is not evaluated. */
9
11
  toolCallParameters?: ElevenLabs.UnitTestToolCallEvaluationModelOutput;
10
12
  /** If set to True this test will pass if any tool call returned by the LLM matches the criteria. Otherwise it will fail if more than one tool is returned by the agent. */
@@ -0,0 +1,5 @@
1
+ export declare const InteractionBudget: {
2
+ readonly Realtime: "realtime";
3
+ readonly Async: "async";
4
+ };
5
+ export type InteractionBudget = (typeof InteractionBudget)[keyof typeof InteractionBudget];
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.InteractionBudget = void 0;
5
+ exports.InteractionBudget = {
6
+ Realtime: "realtime",
7
+ Async: "async",
8
+ };
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export type LanguagesResponse = ElevenLabs.LanguagesResponse.Pair | ElevenLabs.LanguagesResponse.Single;
3
+ export declare namespace LanguagesResponse {
4
+ interface Pair extends ElevenLabs.PairedLanguagesResponse {
5
+ kind: "pair";
6
+ }
7
+ interface Single extends ElevenLabs.SingleLanguagesResponse {
8
+ kind: "single";
9
+ }
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -28,6 +28,7 @@ export declare const Llm: {
28
28
  readonly Gemini31ProPreview: "gemini-3.1-pro-preview";
29
29
  readonly Gemini31FlashLitePreview: "gemini-3.1-flash-lite-preview";
30
30
  readonly Gemini31FlashLite: "gemini-3.1-flash-lite";
31
+ readonly Gemini35Flash: "gemini-3.5-flash";
31
32
  readonly ClaudeSonnet45: "claude-sonnet-4-5";
32
33
  readonly ClaudeOpus47: "claude-opus-4-7";
33
34
  readonly ClaudeSonnet46: "claude-sonnet-4-6";
@@ -32,6 +32,7 @@ exports.Llm = {
32
32
  Gemini31ProPreview: "gemini-3.1-pro-preview",
33
33
  Gemini31FlashLitePreview: "gemini-3.1-flash-lite-preview",
34
34
  Gemini31FlashLite: "gemini-3.1-flash-lite",
35
+ Gemini35Flash: "gemini-3.5-flash",
35
36
  ClaudeSonnet45: "claude-sonnet-4-5",
36
37
  ClaudeOpus47: "claude-opus-4-7",
37
38
  ClaudeSonnet46: "claude-sonnet-4-6",
@@ -1,4 +1,4 @@
1
1
  import type * as ElevenLabs from "../index";
2
- export interface LoadProcedureToolConfig {
2
+ export interface LoadProcedureToolConfigInput {
3
3
  procedures?: Record<string, ElevenLabs.ProcedureAtVersion>;
4
4
  }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface LoadProcedureToolConfigOutput {
3
+ procedures?: Record<string, ElevenLabs.ProcedureAtVersion>;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +1,9 @@
1
+ import type * as ElevenLabs from "../index";
1
2
  /**
2
3
  * transcript_index: index of the message in the conversation transcript
3
4
  * chunk_text: text of the transcript; transcript messages if very long could have several chunks.
5
+ * chunk_highlights: chunk_text split into matched/unmatched segments for highlighting.
6
+ * Only populated for keyword/text search, not semantic search.
4
7
  * score: similarity score of the message to the search query
5
8
  */
6
9
  export interface MessagesSearchResult {
@@ -9,6 +12,7 @@ export interface MessagesSearchResult {
9
12
  agentName?: string;
10
13
  transcriptIndex: number;
11
14
  chunkText: string;
15
+ chunkHighlights?: ElevenLabs.SearchHighlightSegment[];
12
16
  score: number;
13
17
  conversationStartTimeUnixSecs: number;
14
18
  }
@@ -1,5 +1,6 @@
1
1
  export declare const Monitor: {
2
2
  readonly ElevatedConversationFailureRate: "elevated_conversation_failure_rate";
3
3
  readonly ElevatedToolFailureRate: "elevated_tool_failure_rate";
4
+ readonly WebhookErrorSpike: "webhook_error_spike";
4
5
  };
5
6
  export type Monitor = (typeof Monitor)[keyof typeof Monitor];
@@ -5,4 +5,5 @@ exports.Monitor = void 0;
5
5
  exports.Monitor = {
6
6
  ElevatedConversationFailureRate: "elevated_conversation_failure_rate",
7
7
  ElevatedToolFailureRate: "elevated_tool_failure_rate",
8
+ WebhookErrorSpike: "webhook_error_spike",
8
9
  };
@@ -0,0 +1,7 @@
1
+ export declare const MusicGenerationMode: {
2
+ readonly Track: "track";
3
+ readonly Loop: "loop";
4
+ readonly Ambience: "ambience";
5
+ readonly VideoToMusic: "video_to_music";
6
+ };
7
+ export type MusicGenerationMode = (typeof MusicGenerationMode)[keyof typeof MusicGenerationMode];
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.MusicGenerationMode = void 0;
5
+ exports.MusicGenerationMode = {
6
+ Track: "track",
7
+ Loop: "loop",
8
+ Ambience: "ambience",
9
+ VideoToMusic: "video_to_music",
10
+ };
@@ -0,0 +1,3 @@
1
+ export interface OptInSmsReminderParams {
2
+ smbToolType?: "opt_in_sms_reminder";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface OptOutSmsReminderParams {
2
+ smbToolType?: "opt_out_sms_reminder";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,7 +3,7 @@ export interface OrderItemInfo {
3
3
  /** The ID of the order item. */
4
4
  itemId: ElevenLabs.ItemId;
5
5
  /** The item configuration details. */
6
- item: ElevenLabs.RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput;
6
+ item: ElevenLabs.OrderItemRequestOutput;
7
7
  /** The quoted price for this item. */
8
8
  quote?: ElevenLabs.QuoteInfo;
9
9
  }
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export type OrderItemRequestInput = ElevenLabs.OrderItemRequestInput.Dub | ElevenLabs.OrderItemRequestInput.Subtitles;
3
+ export declare namespace OrderItemRequestInput {
4
+ interface Dub extends ElevenLabs.DubOrderItemRequest {
5
+ kind: "dub";
6
+ }
7
+ interface Subtitles extends ElevenLabs.SubtitleOrderItemRequest {
8
+ kind: "subtitles";
9
+ }
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export type OrderItemRequestOutput = ElevenLabs.OrderItemRequestOutput.Dub | ElevenLabs.OrderItemRequestOutput.Subtitles;
3
+ export declare namespace OrderItemRequestOutput {
4
+ interface Dub extends ElevenLabs.DubOrderItemRequest {
5
+ kind: "dub";
6
+ }
7
+ interface Subtitles extends ElevenLabs.SubtitleOrderItemRequest {
8
+ kind: "subtitles";
9
+ }
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -10,6 +10,8 @@ export interface OrderResponse {
10
10
  items: ElevenLabs.OrderItemInfo[];
11
11
  /** The total price for all items in USD. Excluded from response until quotes are available. */
12
12
  totalAmountUsd?: number;
13
+ /** Whether this is a sandbox order that auto-progresses without producer intervention. */
14
+ sandbox?: boolean;
13
15
  /** The timestamp when the order was created. */
14
16
  createdAt: Date;
15
17
  /** The timestamp when the order was submitted, if applicable. */