@elevenlabs/elevenlabs-js 2.11.0 → 2.12.1

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 (428) hide show
  1. package/Client.js +2 -2
  2. package/api/resources/conversationalAi/client/Client.d.ts +3 -0
  3. package/api/resources/conversationalAi/client/Client.js +25 -20
  4. package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +18 -0
  5. package/api/resources/conversationalAi/resources/agents/client/Client.js +80 -0
  6. package/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +18 -0
  7. package/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +5 -0
  8. package/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +1 -0
  9. package/api/resources/conversationalAi/resources/index.d.ts +3 -0
  10. package/api/resources/conversationalAi/resources/index.js +4 -1
  11. package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +1 -1
  12. package/api/resources/conversationalAi/resources/tools/client/Client.js +1 -1
  13. package/api/resources/pronunciationDictionaries/client/Client.d.ts +20 -6
  14. package/api/resources/pronunciationDictionaries/client/Client.js +90 -16
  15. package/api/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +13 -0
  16. package/api/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.js +5 -0
  17. package/api/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -0
  18. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +4 -1
  19. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js +3 -0
  20. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +4 -1
  21. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js +3 -0
  22. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +1 -1
  23. package/api/resources/textToDialogue/client/Client.d.ts +2 -2
  24. package/api/resources/textToDialogue/client/Client.js +2 -2
  25. package/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +1 -1
  26. package/api/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +8 -0
  27. package/api/types/AdhocAgentConfigOverrideForTestRequestModel.js +5 -0
  28. package/api/types/AgentFailureResponseExample.d.ts +7 -0
  29. package/api/types/AgentFailureResponseExample.js +5 -0
  30. package/api/types/AgentSuccessfulResponseExample.d.ts +7 -0
  31. package/api/types/AgentSuccessfulResponseExample.js +5 -0
  32. package/api/types/AgentTestingSettings.d.ts +2 -1
  33. package/api/types/AttachedTestModel.d.ts +6 -0
  34. package/api/types/AttachedTestModel.js +5 -0
  35. package/api/types/ClientEvent.d.ts +2 -1
  36. package/api/types/ClientEvent.js +1 -0
  37. package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +4 -1
  38. package/api/types/CreateUnitTestResponseModel.d.ts +6 -0
  39. package/api/types/CreateUnitTestResponseModel.js +5 -0
  40. package/api/types/DetailedMusicResponse.d.ts +13 -0
  41. package/api/types/DetailedMusicResponse.js +5 -0
  42. package/api/types/ExactParameterEvaluationStrategy.d.ts +7 -0
  43. package/api/types/ExactParameterEvaluationStrategy.js +5 -0
  44. package/api/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +8 -0
  45. package/api/types/ExtendedSubscriptionResponseModelPendingChange.js +5 -0
  46. package/api/types/FeaturesUsageCommonModel.d.ts +2 -0
  47. package/api/types/GetTestSuiteInvocationResponseModel.d.ts +9 -0
  48. package/api/types/GetTestSuiteInvocationResponseModel.js +5 -0
  49. package/api/types/GetTestsPageResponseModel.d.ts +9 -0
  50. package/api/types/GetTestsPageResponseModel.js +5 -0
  51. package/api/types/GetTestsSummariesByIdsResponseModel.d.ts +8 -0
  52. package/api/types/GetTestsSummariesByIdsResponseModel.js +5 -0
  53. package/api/types/GetUnitTestResponseModel.d.ts +19 -0
  54. package/api/types/GetUnitTestResponseModel.js +5 -0
  55. package/api/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +4 -0
  56. package/api/types/GetUnitTestResponseModelDynamicVariablesValue.js +5 -0
  57. package/api/types/Llm.d.ts +3 -3
  58. package/api/types/Llm.js +2 -2
  59. package/api/types/LlmParameterEvaluationStrategy.d.ts +7 -0
  60. package/api/types/LlmParameterEvaluationStrategy.js +5 -0
  61. package/api/types/MultipartMusicResponse.d.ts +13 -0
  62. package/api/types/MultipartMusicResponse.js +5 -0
  63. package/api/types/PendingCancellationResponseModel.d.ts +8 -0
  64. package/api/types/PendingCancellationResponseModel.js +5 -0
  65. package/api/types/PendingSubscriptionSwitchResponseModel.d.ts +11 -0
  66. package/api/types/PendingSubscriptionSwitchResponseModel.js +5 -0
  67. package/api/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +19 -0
  68. package/api/types/PendingSubscriptionSwitchResponseModelNextTier.js +18 -0
  69. package/api/types/ReferencedToolCommonModel.d.ts +13 -0
  70. package/api/types/ReferencedToolCommonModel.js +5 -0
  71. package/api/types/RegexParameterEvaluationStrategy.d.ts +7 -0
  72. package/api/types/RegexParameterEvaluationStrategy.js +5 -0
  73. package/api/types/SingleTestRunRequestModel.d.ts +7 -0
  74. package/api/types/SingleTestRunRequestModel.js +5 -0
  75. package/api/types/SongMetadata.d.ts +15 -0
  76. package/api/types/SongMetadata.js +5 -0
  77. package/api/types/Subscription.d.ts +2 -0
  78. package/api/types/TestConditionRationaleCommonModel.d.ts +12 -0
  79. package/api/types/TestConditionRationaleCommonModel.js +5 -0
  80. package/api/types/TestConditionResultCommonModel.d.ts +8 -0
  81. package/api/types/TestConditionResultCommonModel.js +5 -0
  82. package/api/types/TestRunStatus.d.ts +9 -0
  83. package/api/types/TestRunStatus.js +11 -0
  84. package/api/types/TestToolResultModel.d.ts +7 -0
  85. package/api/types/TestToolResultModel.js +5 -0
  86. package/api/types/TestsFeatureUsageCommonModel.d.ts +8 -0
  87. package/api/types/TestsFeatureUsageCommonModel.js +5 -0
  88. package/api/types/UnitTestRunResponseModel.d.ts +14 -0
  89. package/api/types/UnitTestRunResponseModel.js +5 -0
  90. package/api/types/UnitTestSummaryResponseModel.d.ts +16 -0
  91. package/api/types/UnitTestSummaryResponseModel.js +5 -0
  92. package/api/types/UnitTestToolCallEvaluationModelInput.d.ts +10 -0
  93. package/api/types/UnitTestToolCallEvaluationModelInput.js +5 -0
  94. package/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +10 -0
  95. package/api/types/UnitTestToolCallEvaluationModelOutput.js +5 -0
  96. package/api/types/UnitTestToolCallParameter.d.ts +8 -0
  97. package/api/types/UnitTestToolCallParameter.js +5 -0
  98. package/api/types/UnitTestToolCallParameterEval.d.ts +16 -0
  99. package/api/types/UnitTestToolCallParameterEval.js +5 -0
  100. package/api/types/WebhookAuthMethodType.d.ts +2 -1
  101. package/api/types/WebhookAuthMethodType.js +1 -0
  102. package/api/types/WorkflowFeaturesUsageCommonModel.d.ts +8 -0
  103. package/api/types/WorkflowFeaturesUsageCommonModel.js +5 -0
  104. package/api/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +4 -1
  105. package/api/types/WorkspaceApiKeyResponseModelPermissionsItem.js +3 -0
  106. package/api/types/WorkspaceResourceType.d.ts +1 -2
  107. package/api/types/WorkspaceResourceType.js +0 -1
  108. package/api/types/index.d.ts +34 -0
  109. package/api/types/index.js +34 -0
  110. package/dist/Client.js +2 -2
  111. package/dist/api/resources/conversationalAi/client/Client.d.ts +3 -0
  112. package/dist/api/resources/conversationalAi/client/Client.js +25 -20
  113. package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +18 -0
  114. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +80 -0
  115. package/dist/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +18 -0
  116. package/dist/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +5 -0
  117. package/dist/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +1 -0
  118. package/dist/api/resources/conversationalAi/resources/index.d.ts +3 -0
  119. package/dist/api/resources/conversationalAi/resources/index.js +4 -1
  120. package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +1 -1
  121. package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +1 -1
  122. package/dist/api/resources/pronunciationDictionaries/client/Client.d.ts +20 -6
  123. package/dist/api/resources/pronunciationDictionaries/client/Client.js +90 -16
  124. package/dist/api/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +13 -0
  125. package/dist/api/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.js +5 -0
  126. package/dist/api/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -0
  127. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +4 -1
  128. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js +3 -0
  129. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +4 -1
  130. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js +3 -0
  131. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +1 -1
  132. package/dist/api/resources/textToDialogue/client/Client.d.ts +2 -2
  133. package/dist/api/resources/textToDialogue/client/Client.js +2 -2
  134. package/dist/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +1 -1
  135. package/dist/api/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +8 -0
  136. package/dist/api/types/AdhocAgentConfigOverrideForTestRequestModel.js +5 -0
  137. package/dist/api/types/AgentFailureResponseExample.d.ts +7 -0
  138. package/dist/api/types/AgentFailureResponseExample.js +5 -0
  139. package/dist/api/types/AgentSuccessfulResponseExample.d.ts +7 -0
  140. package/dist/api/types/AgentSuccessfulResponseExample.js +5 -0
  141. package/dist/api/types/AgentTestingSettings.d.ts +2 -1
  142. package/dist/api/types/AttachedTestModel.d.ts +6 -0
  143. package/dist/api/types/AttachedTestModel.js +5 -0
  144. package/dist/api/types/ClientEvent.d.ts +2 -1
  145. package/dist/api/types/ClientEvent.js +1 -0
  146. package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +4 -1
  147. package/dist/api/types/CreateUnitTestResponseModel.d.ts +6 -0
  148. package/dist/api/types/CreateUnitTestResponseModel.js +5 -0
  149. package/dist/api/types/DetailedMusicResponse.d.ts +13 -0
  150. package/dist/api/types/DetailedMusicResponse.js +5 -0
  151. package/dist/api/types/ExactParameterEvaluationStrategy.d.ts +7 -0
  152. package/dist/api/types/ExactParameterEvaluationStrategy.js +5 -0
  153. package/dist/api/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +8 -0
  154. package/dist/api/types/ExtendedSubscriptionResponseModelPendingChange.js +5 -0
  155. package/dist/api/types/FeaturesUsageCommonModel.d.ts +2 -0
  156. package/dist/api/types/GetTestSuiteInvocationResponseModel.d.ts +9 -0
  157. package/dist/api/types/GetTestSuiteInvocationResponseModel.js +5 -0
  158. package/dist/api/types/GetTestsPageResponseModel.d.ts +9 -0
  159. package/dist/api/types/GetTestsPageResponseModel.js +5 -0
  160. package/dist/api/types/GetTestsSummariesByIdsResponseModel.d.ts +8 -0
  161. package/dist/api/types/GetTestsSummariesByIdsResponseModel.js +5 -0
  162. package/dist/api/types/GetUnitTestResponseModel.d.ts +19 -0
  163. package/dist/api/types/GetUnitTestResponseModel.js +5 -0
  164. package/dist/api/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +4 -0
  165. package/dist/api/types/GetUnitTestResponseModelDynamicVariablesValue.js +5 -0
  166. package/dist/api/types/Llm.d.ts +3 -3
  167. package/dist/api/types/Llm.js +2 -2
  168. package/dist/api/types/LlmParameterEvaluationStrategy.d.ts +7 -0
  169. package/dist/api/types/LlmParameterEvaluationStrategy.js +5 -0
  170. package/dist/api/types/MultipartMusicResponse.d.ts +13 -0
  171. package/dist/api/types/MultipartMusicResponse.js +5 -0
  172. package/dist/api/types/PendingCancellationResponseModel.d.ts +8 -0
  173. package/dist/api/types/PendingCancellationResponseModel.js +5 -0
  174. package/dist/api/types/PendingSubscriptionSwitchResponseModel.d.ts +11 -0
  175. package/dist/api/types/PendingSubscriptionSwitchResponseModel.js +5 -0
  176. package/dist/api/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +19 -0
  177. package/dist/api/types/PendingSubscriptionSwitchResponseModelNextTier.js +18 -0
  178. package/dist/api/types/ReferencedToolCommonModel.d.ts +13 -0
  179. package/dist/api/types/ReferencedToolCommonModel.js +5 -0
  180. package/dist/api/types/RegexParameterEvaluationStrategy.d.ts +7 -0
  181. package/dist/api/types/RegexParameterEvaluationStrategy.js +5 -0
  182. package/dist/api/types/SingleTestRunRequestModel.d.ts +7 -0
  183. package/dist/api/types/SingleTestRunRequestModel.js +5 -0
  184. package/dist/api/types/SongMetadata.d.ts +15 -0
  185. package/dist/api/types/SongMetadata.js +5 -0
  186. package/dist/api/types/Subscription.d.ts +2 -0
  187. package/dist/api/types/TestConditionRationaleCommonModel.d.ts +12 -0
  188. package/dist/api/types/TestConditionRationaleCommonModel.js +5 -0
  189. package/dist/api/types/TestConditionResultCommonModel.d.ts +8 -0
  190. package/dist/api/types/TestConditionResultCommonModel.js +5 -0
  191. package/dist/api/types/TestRunStatus.d.ts +9 -0
  192. package/dist/api/types/TestRunStatus.js +11 -0
  193. package/dist/api/types/TestToolResultModel.d.ts +7 -0
  194. package/dist/api/types/TestToolResultModel.js +5 -0
  195. package/dist/api/types/TestsFeatureUsageCommonModel.d.ts +8 -0
  196. package/dist/api/types/TestsFeatureUsageCommonModel.js +5 -0
  197. package/dist/api/types/UnitTestRunResponseModel.d.ts +14 -0
  198. package/dist/api/types/UnitTestRunResponseModel.js +5 -0
  199. package/dist/api/types/UnitTestSummaryResponseModel.d.ts +16 -0
  200. package/dist/api/types/UnitTestSummaryResponseModel.js +5 -0
  201. package/dist/api/types/UnitTestToolCallEvaluationModelInput.d.ts +10 -0
  202. package/dist/api/types/UnitTestToolCallEvaluationModelInput.js +5 -0
  203. package/dist/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +10 -0
  204. package/dist/api/types/UnitTestToolCallEvaluationModelOutput.js +5 -0
  205. package/dist/api/types/UnitTestToolCallParameter.d.ts +8 -0
  206. package/dist/api/types/UnitTestToolCallParameter.js +5 -0
  207. package/dist/api/types/UnitTestToolCallParameterEval.d.ts +16 -0
  208. package/dist/api/types/UnitTestToolCallParameterEval.js +5 -0
  209. package/dist/api/types/WebhookAuthMethodType.d.ts +2 -1
  210. package/dist/api/types/WebhookAuthMethodType.js +1 -0
  211. package/dist/api/types/WorkflowFeaturesUsageCommonModel.d.ts +8 -0
  212. package/dist/api/types/WorkflowFeaturesUsageCommonModel.js +5 -0
  213. package/dist/api/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +4 -1
  214. package/dist/api/types/WorkspaceApiKeyResponseModelPermissionsItem.js +3 -0
  215. package/dist/api/types/WorkspaceResourceType.d.ts +1 -2
  216. package/dist/api/types/WorkspaceResourceType.js +0 -1
  217. package/dist/api/types/index.d.ts +34 -0
  218. package/dist/api/types/index.js +34 -0
  219. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +15 -0
  220. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +46 -0
  221. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/index.d.ts +1 -0
  222. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/index.js +3 -1
  223. package/dist/serialization/resources/conversationalAi/resources/index.d.ts +3 -0
  224. package/dist/serialization/resources/conversationalAi/resources/index.js +4 -1
  225. package/dist/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +13 -0
  226. package/dist/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.js +44 -0
  227. package/dist/serialization/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -0
  228. package/dist/serialization/resources/pronunciationDictionaries/client/requests/index.js +3 -1
  229. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +1 -1
  230. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js +3 -0
  231. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +1 -1
  232. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js +3 -0
  233. package/dist/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +15 -0
  234. package/dist/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.js +46 -0
  235. package/dist/serialization/types/AgentFailureResponseExample.d.ts +13 -0
  236. package/dist/serialization/types/AgentFailureResponseExample.js +44 -0
  237. package/dist/serialization/types/AgentSuccessfulResponseExample.d.ts +13 -0
  238. package/dist/serialization/types/AgentSuccessfulResponseExample.js +44 -0
  239. package/dist/serialization/types/AgentTestingSettings.d.ts +2 -1
  240. package/dist/serialization/types/AgentTestingSettings.js +2 -1
  241. package/dist/serialization/types/AttachedTestModel.d.ts +12 -0
  242. package/dist/serialization/types/AttachedTestModel.js +43 -0
  243. package/dist/serialization/types/ClientEvent.d.ts +1 -1
  244. package/dist/serialization/types/ClientEvent.js +1 -0
  245. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +5 -1
  246. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.js +2 -0
  247. package/dist/serialization/types/CreateUnitTestResponseModel.d.ts +12 -0
  248. package/dist/serialization/types/CreateUnitTestResponseModel.js +43 -0
  249. package/dist/serialization/types/DetailedMusicResponse.d.ts +15 -0
  250. package/dist/serialization/types/DetailedMusicResponse.js +46 -0
  251. package/dist/serialization/types/ExactParameterEvaluationStrategy.d.ts +12 -0
  252. package/dist/serialization/types/ExactParameterEvaluationStrategy.js +43 -0
  253. package/dist/serialization/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +12 -0
  254. package/dist/serialization/types/ExtendedSubscriptionResponseModelPendingChange.js +43 -0
  255. package/dist/serialization/types/FeaturesUsageCommonModel.d.ts +4 -0
  256. package/dist/serialization/types/FeaturesUsageCommonModel.js +4 -0
  257. package/dist/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +15 -0
  258. package/dist/serialization/types/GetTestSuiteInvocationResponseModel.js +46 -0
  259. package/dist/serialization/types/GetTestsPageResponseModel.d.ts +15 -0
  260. package/dist/serialization/types/GetTestsPageResponseModel.js +46 -0
  261. package/dist/serialization/types/GetTestsSummariesByIdsResponseModel.d.ts +13 -0
  262. package/dist/serialization/types/GetTestsSummariesByIdsResponseModel.js +44 -0
  263. package/dist/serialization/types/GetUnitTestResponseModel.d.ts +24 -0
  264. package/dist/serialization/types/GetUnitTestResponseModel.js +57 -0
  265. package/dist/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +10 -0
  266. package/dist/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.js +46 -0
  267. package/dist/serialization/types/Llm.d.ts +1 -1
  268. package/dist/serialization/types/Llm.js +2 -2
  269. package/dist/serialization/types/LlmParameterEvaluationStrategy.d.ts +12 -0
  270. package/dist/serialization/types/LlmParameterEvaluationStrategy.js +43 -0
  271. package/dist/serialization/types/MultipartMusicResponse.d.ts +14 -0
  272. package/dist/serialization/types/MultipartMusicResponse.js +45 -0
  273. package/dist/serialization/types/PendingCancellationResponseModel.d.ts +13 -0
  274. package/dist/serialization/types/PendingCancellationResponseModel.js +44 -0
  275. package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +15 -0
  276. package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.js +46 -0
  277. package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +10 -0
  278. package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.js +52 -0
  279. package/dist/serialization/types/ReferencedToolCommonModel.d.ts +14 -0
  280. package/dist/serialization/types/ReferencedToolCommonModel.js +45 -0
  281. package/dist/serialization/types/RegexParameterEvaluationStrategy.d.ts +12 -0
  282. package/dist/serialization/types/RegexParameterEvaluationStrategy.js +43 -0
  283. package/dist/serialization/types/SingleTestRunRequestModel.d.ts +12 -0
  284. package/dist/serialization/types/SingleTestRunRequestModel.js +43 -0
  285. package/dist/serialization/types/SongMetadata.d.ts +16 -0
  286. package/dist/serialization/types/SongMetadata.js +47 -0
  287. package/dist/serialization/types/Subscription.d.ts +2 -0
  288. package/dist/serialization/types/Subscription.js +2 -0
  289. package/dist/serialization/types/TestConditionRationaleCommonModel.d.ts +13 -0
  290. package/dist/serialization/types/TestConditionRationaleCommonModel.js +44 -0
  291. package/dist/serialization/types/TestConditionResultCommonModel.d.ts +15 -0
  292. package/dist/serialization/types/TestConditionResultCommonModel.js +46 -0
  293. package/dist/serialization/types/TestRunStatus.d.ts +10 -0
  294. package/dist/serialization/types/TestRunStatus.js +41 -0
  295. package/dist/serialization/types/TestToolResultModel.d.ts +13 -0
  296. package/dist/serialization/types/TestToolResultModel.js +44 -0
  297. package/dist/serialization/types/TestsFeatureUsageCommonModel.d.ts +14 -0
  298. package/dist/serialization/types/TestsFeatureUsageCommonModel.js +45 -0
  299. package/dist/serialization/types/UnitTestRunResponseModel.d.ts +22 -0
  300. package/dist/serialization/types/UnitTestRunResponseModel.js +53 -0
  301. package/dist/serialization/types/UnitTestSummaryResponseModel.d.ts +17 -0
  302. package/dist/serialization/types/UnitTestSummaryResponseModel.js +48 -0
  303. package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +15 -0
  304. package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.js +46 -0
  305. package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +15 -0
  306. package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.js +46 -0
  307. package/dist/serialization/types/UnitTestToolCallParameter.d.ts +14 -0
  308. package/dist/serialization/types/UnitTestToolCallParameter.js +45 -0
  309. package/dist/serialization/types/UnitTestToolCallParameterEval.d.ts +22 -0
  310. package/dist/serialization/types/UnitTestToolCallParameterEval.js +53 -0
  311. package/dist/serialization/types/WebhookAuthMethodType.d.ts +1 -1
  312. package/dist/serialization/types/WebhookAuthMethodType.js +1 -1
  313. package/dist/serialization/types/WorkflowFeaturesUsageCommonModel.d.ts +14 -0
  314. package/dist/serialization/types/WorkflowFeaturesUsageCommonModel.js +45 -0
  315. package/dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +1 -1
  316. package/dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.js +3 -0
  317. package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
  318. package/dist/serialization/types/WorkspaceResourceType.js +0 -1
  319. package/dist/serialization/types/index.d.ts +34 -0
  320. package/dist/serialization/types/index.js +34 -0
  321. package/dist/version.d.ts +1 -1
  322. package/dist/version.js +1 -1
  323. package/package.json +1 -1
  324. package/reference.md +801 -82
  325. package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +15 -0
  326. package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +46 -0
  327. package/serialization/resources/conversationalAi/resources/agents/client/requests/index.d.ts +1 -0
  328. package/serialization/resources/conversationalAi/resources/agents/client/requests/index.js +3 -1
  329. package/serialization/resources/conversationalAi/resources/index.d.ts +3 -0
  330. package/serialization/resources/conversationalAi/resources/index.js +4 -1
  331. package/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +13 -0
  332. package/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.js +44 -0
  333. package/serialization/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -0
  334. package/serialization/resources/pronunciationDictionaries/client/requests/index.js +3 -1
  335. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +1 -1
  336. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js +3 -0
  337. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +1 -1
  338. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js +3 -0
  339. package/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +15 -0
  340. package/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.js +46 -0
  341. package/serialization/types/AgentFailureResponseExample.d.ts +13 -0
  342. package/serialization/types/AgentFailureResponseExample.js +44 -0
  343. package/serialization/types/AgentSuccessfulResponseExample.d.ts +13 -0
  344. package/serialization/types/AgentSuccessfulResponseExample.js +44 -0
  345. package/serialization/types/AgentTestingSettings.d.ts +2 -1
  346. package/serialization/types/AgentTestingSettings.js +2 -1
  347. package/serialization/types/AttachedTestModel.d.ts +12 -0
  348. package/serialization/types/AttachedTestModel.js +43 -0
  349. package/serialization/types/ClientEvent.d.ts +1 -1
  350. package/serialization/types/ClientEvent.js +1 -0
  351. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +5 -1
  352. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.js +2 -0
  353. package/serialization/types/CreateUnitTestResponseModel.d.ts +12 -0
  354. package/serialization/types/CreateUnitTestResponseModel.js +43 -0
  355. package/serialization/types/DetailedMusicResponse.d.ts +15 -0
  356. package/serialization/types/DetailedMusicResponse.js +46 -0
  357. package/serialization/types/ExactParameterEvaluationStrategy.d.ts +12 -0
  358. package/serialization/types/ExactParameterEvaluationStrategy.js +43 -0
  359. package/serialization/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +12 -0
  360. package/serialization/types/ExtendedSubscriptionResponseModelPendingChange.js +43 -0
  361. package/serialization/types/FeaturesUsageCommonModel.d.ts +4 -0
  362. package/serialization/types/FeaturesUsageCommonModel.js +4 -0
  363. package/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +15 -0
  364. package/serialization/types/GetTestSuiteInvocationResponseModel.js +46 -0
  365. package/serialization/types/GetTestsPageResponseModel.d.ts +15 -0
  366. package/serialization/types/GetTestsPageResponseModel.js +46 -0
  367. package/serialization/types/GetTestsSummariesByIdsResponseModel.d.ts +13 -0
  368. package/serialization/types/GetTestsSummariesByIdsResponseModel.js +44 -0
  369. package/serialization/types/GetUnitTestResponseModel.d.ts +24 -0
  370. package/serialization/types/GetUnitTestResponseModel.js +57 -0
  371. package/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +10 -0
  372. package/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.js +46 -0
  373. package/serialization/types/Llm.d.ts +1 -1
  374. package/serialization/types/Llm.js +2 -2
  375. package/serialization/types/LlmParameterEvaluationStrategy.d.ts +12 -0
  376. package/serialization/types/LlmParameterEvaluationStrategy.js +43 -0
  377. package/serialization/types/MultipartMusicResponse.d.ts +14 -0
  378. package/serialization/types/MultipartMusicResponse.js +45 -0
  379. package/serialization/types/PendingCancellationResponseModel.d.ts +13 -0
  380. package/serialization/types/PendingCancellationResponseModel.js +44 -0
  381. package/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +15 -0
  382. package/serialization/types/PendingSubscriptionSwitchResponseModel.js +46 -0
  383. package/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +10 -0
  384. package/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.js +52 -0
  385. package/serialization/types/ReferencedToolCommonModel.d.ts +14 -0
  386. package/serialization/types/ReferencedToolCommonModel.js +45 -0
  387. package/serialization/types/RegexParameterEvaluationStrategy.d.ts +12 -0
  388. package/serialization/types/RegexParameterEvaluationStrategy.js +43 -0
  389. package/serialization/types/SingleTestRunRequestModel.d.ts +12 -0
  390. package/serialization/types/SingleTestRunRequestModel.js +43 -0
  391. package/serialization/types/SongMetadata.d.ts +16 -0
  392. package/serialization/types/SongMetadata.js +47 -0
  393. package/serialization/types/Subscription.d.ts +2 -0
  394. package/serialization/types/Subscription.js +2 -0
  395. package/serialization/types/TestConditionRationaleCommonModel.d.ts +13 -0
  396. package/serialization/types/TestConditionRationaleCommonModel.js +44 -0
  397. package/serialization/types/TestConditionResultCommonModel.d.ts +15 -0
  398. package/serialization/types/TestConditionResultCommonModel.js +46 -0
  399. package/serialization/types/TestRunStatus.d.ts +10 -0
  400. package/serialization/types/TestRunStatus.js +41 -0
  401. package/serialization/types/TestToolResultModel.d.ts +13 -0
  402. package/serialization/types/TestToolResultModel.js +44 -0
  403. package/serialization/types/TestsFeatureUsageCommonModel.d.ts +14 -0
  404. package/serialization/types/TestsFeatureUsageCommonModel.js +45 -0
  405. package/serialization/types/UnitTestRunResponseModel.d.ts +22 -0
  406. package/serialization/types/UnitTestRunResponseModel.js +53 -0
  407. package/serialization/types/UnitTestSummaryResponseModel.d.ts +17 -0
  408. package/serialization/types/UnitTestSummaryResponseModel.js +48 -0
  409. package/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +15 -0
  410. package/serialization/types/UnitTestToolCallEvaluationModelInput.js +46 -0
  411. package/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +15 -0
  412. package/serialization/types/UnitTestToolCallEvaluationModelOutput.js +46 -0
  413. package/serialization/types/UnitTestToolCallParameter.d.ts +14 -0
  414. package/serialization/types/UnitTestToolCallParameter.js +45 -0
  415. package/serialization/types/UnitTestToolCallParameterEval.d.ts +22 -0
  416. package/serialization/types/UnitTestToolCallParameterEval.js +53 -0
  417. package/serialization/types/WebhookAuthMethodType.d.ts +1 -1
  418. package/serialization/types/WebhookAuthMethodType.js +1 -1
  419. package/serialization/types/WorkflowFeaturesUsageCommonModel.d.ts +14 -0
  420. package/serialization/types/WorkflowFeaturesUsageCommonModel.js +45 -0
  421. package/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +1 -1
  422. package/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.js +3 -0
  423. package/serialization/types/WorkspaceResourceType.d.ts +1 -1
  424. package/serialization/types/WorkspaceResourceType.js +0 -1
  425. package/serialization/types/index.d.ts +34 -0
  426. package/serialization/types/index.js +34 -0
  427. package/version.d.ts +1 -1
  428. package/version.js +1 -1
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as ElevenLabs from "../index";
5
+ export interface TestConditionResultCommonModel {
6
+ result: ElevenLabs.EvaluationSuccessResult;
7
+ rationale?: ElevenLabs.TestConditionRationaleCommonModel;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type TestRunStatus = "pending" | "passed" | "failed";
5
+ export declare const TestRunStatus: {
6
+ readonly Pending: "pending";
7
+ readonly Passed: "passed";
8
+ readonly Failed: "failed";
9
+ };
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.TestRunStatus = void 0;
7
+ exports.TestRunStatus = {
8
+ Pending: "pending",
9
+ Passed: "passed",
10
+ Failed: "failed",
11
+ };
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface TestToolResultModel {
5
+ status?: "success";
6
+ reason?: string;
7
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface TestsFeatureUsageCommonModel {
5
+ enabled?: boolean;
6
+ testsRanAfterLastModification?: boolean;
7
+ testsRanInLast7Days?: boolean;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as ElevenLabs from "../index";
5
+ export interface UnitTestRunResponseModel {
6
+ testRunId: string;
7
+ testInvocationId: string;
8
+ agentId: string;
9
+ status: ElevenLabs.TestRunStatus;
10
+ agentResponses?: ElevenLabs.ConversationHistoryTranscriptCommonModelOutput[];
11
+ testId: string;
12
+ conditionResult?: ElevenLabs.TestConditionResultCommonModel;
13
+ lastUpdatedAtUnix?: number;
14
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as ElevenLabs from "../index";
5
+ export interface UnitTestSummaryResponseModel {
6
+ /** The ID of the test */
7
+ id: string;
8
+ /** Name of the test */
9
+ name: string;
10
+ /** The access information of the test */
11
+ accessInfo?: ElevenLabs.ResourceAccessInfo;
12
+ /** Creation time of the test in unix seconds */
13
+ createdAtUnixSecs: number;
14
+ /** Last update time of the test in unix seconds */
15
+ lastUpdatedAtUnixSecs: number;
16
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as ElevenLabs from "../index";
5
+ export interface UnitTestToolCallEvaluationModelInput {
6
+ /** Parameters to evaluate for the agent's tool call. If empty, the tool call parameters are not evaluated. */
7
+ parameters?: ElevenLabs.UnitTestToolCallParameter[];
8
+ /** The tool to evaluate a call against. */
9
+ referencedTool: ElevenLabs.ReferencedToolCommonModel;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as ElevenLabs from "../index";
5
+ export interface UnitTestToolCallEvaluationModelOutput {
6
+ /** Parameters to evaluate for the agent's tool call. If empty, the tool call parameters are not evaluated. */
7
+ parameters?: ElevenLabs.UnitTestToolCallParameter[];
8
+ /** The tool to evaluate a call against. */
9
+ referencedTool: ElevenLabs.ReferencedToolCommonModel;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as ElevenLabs from "../index";
5
+ export interface UnitTestToolCallParameter {
6
+ eval: ElevenLabs.UnitTestToolCallParameterEval;
7
+ path: string;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as ElevenLabs from "../index";
5
+ export type UnitTestToolCallParameterEval = ElevenLabs.UnitTestToolCallParameterEval.Exact | ElevenLabs.UnitTestToolCallParameterEval.Llm | ElevenLabs.UnitTestToolCallParameterEval.Regex;
6
+ export declare namespace UnitTestToolCallParameterEval {
7
+ interface Exact extends ElevenLabs.ExactParameterEvaluationStrategy {
8
+ type: "exact";
9
+ }
10
+ interface Llm extends ElevenLabs.LlmParameterEvaluationStrategy {
11
+ type: "llm";
12
+ }
13
+ interface Regex extends ElevenLabs.RegexParameterEvaluationStrategy {
14
+ type: "regex";
15
+ }
16
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,9 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export type WebhookAuthMethodType = "hmac" | "oauth2";
4
+ export type WebhookAuthMethodType = "hmac" | "oauth2" | "mtls";
5
5
  export declare const WebhookAuthMethodType: {
6
6
  readonly Hmac: "hmac";
7
7
  readonly Oauth2: "oauth2";
8
+ readonly Mtls: "mtls";
8
9
  };
@@ -7,4 +7,5 @@ exports.WebhookAuthMethodType = void 0;
7
7
  exports.WebhookAuthMethodType = {
8
8
  Hmac: "hmac",
9
9
  Oauth2: "oauth2",
10
+ Mtls: "mtls",
10
11
  };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as ElevenLabs from "../index";
5
+ export interface WorkflowFeaturesUsageCommonModel {
6
+ enabled?: boolean;
7
+ toolNode?: ElevenLabs.FeatureStatusCommonModel;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export type WorkspaceApiKeyResponseModelPermissionsItem = "text_to_speech" | "speech_to_speech" | "speech_to_text" | "models_read" | "models_write" | "voices_read" | "voices_write" | "speech_history_read" | "speech_history_write" | "sound_generation" | "audio_isolation" | "voice_generation" | "dubbing_read" | "dubbing_write" | "pronunciation_dictionaries_read" | "pronunciation_dictionaries_write" | "user_read" | "user_write" | "projects_read" | "projects_write" | "audio_native_read" | "audio_native_write" | "workspace_read" | "workspace_write" | "forced_alignment";
4
+ export type WorkspaceApiKeyResponseModelPermissionsItem = "text_to_speech" | "speech_to_speech" | "speech_to_text" | "models_read" | "models_write" | "voices_read" | "voices_write" | "speech_history_read" | "speech_history_write" | "sound_generation" | "audio_isolation" | "voice_generation" | "dubbing_read" | "dubbing_write" | "pronunciation_dictionaries_read" | "pronunciation_dictionaries_write" | "user_read" | "user_write" | "projects_read" | "projects_write" | "audio_native_read" | "audio_native_write" | "workspace_read" | "workspace_write" | "forced_alignment" | "convai_read" | "convai_write" | "music_generation";
5
5
  export declare const WorkspaceApiKeyResponseModelPermissionsItem: {
6
6
  readonly TextToSpeech: "text_to_speech";
7
7
  readonly SpeechToSpeech: "speech_to_speech";
@@ -28,4 +28,7 @@ export declare const WorkspaceApiKeyResponseModelPermissionsItem: {
28
28
  readonly WorkspaceRead: "workspace_read";
29
29
  readonly WorkspaceWrite: "workspace_write";
30
30
  readonly ForcedAlignment: "forced_alignment";
31
+ readonly ConvaiRead: "convai_read";
32
+ readonly ConvaiWrite: "convai_write";
33
+ readonly MusicGeneration: "music_generation";
31
34
  };
@@ -30,4 +30,7 @@ exports.WorkspaceApiKeyResponseModelPermissionsItem = {
30
30
  WorkspaceRead: "workspace_read",
31
31
  WorkspaceWrite: "workspace_write",
32
32
  ForcedAlignment: "forced_alignment",
33
+ ConvaiRead: "convai_read",
34
+ ConvaiWrite: "convai_write",
35
+ MusicGeneration: "music_generation",
33
36
  };
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * Resource types that can be shared in the workspace. The name always need to match the collection names
6
6
  */
7
- export type WorkspaceResourceType = "voice" | "voice_collection" | "pronunciation_dictionary" | "dubbing" | "project" | "convai_agents" | "convai_knowledge_base_documents" | "convai_tools" | "convai_settings" | "convai_secrets" | "workspace_auth_connections" | "music_latent" | "convai_phone_numbers" | "convai_mcp_servers" | "convai_batch_calls" | "convai_agent_response_tests" | "convai_test_suite_invocations";
7
+ export type WorkspaceResourceType = "voice" | "voice_collection" | "pronunciation_dictionary" | "dubbing" | "project" | "convai_agents" | "convai_knowledge_base_documents" | "convai_tools" | "convai_settings" | "convai_secrets" | "workspace_auth_connections" | "convai_phone_numbers" | "convai_mcp_servers" | "convai_batch_calls" | "convai_agent_response_tests" | "convai_test_suite_invocations";
8
8
  export declare const WorkspaceResourceType: {
9
9
  readonly Voice: "voice";
10
10
  readonly VoiceCollection: "voice_collection";
@@ -17,7 +17,6 @@ export declare const WorkspaceResourceType: {
17
17
  readonly ConvaiSettings: "convai_settings";
18
18
  readonly ConvaiSecrets: "convai_secrets";
19
19
  readonly WorkspaceAuthConnections: "workspace_auth_connections";
20
- readonly MusicLatent: "music_latent";
21
20
  readonly ConvaiPhoneNumbers: "convai_phone_numbers";
22
21
  readonly ConvaiMcpServers: "convai_mcp_servers";
23
22
  readonly ConvaiBatchCalls: "convai_batch_calls";
@@ -16,7 +16,6 @@ exports.WorkspaceResourceType = {
16
16
  ConvaiSettings: "convai_settings",
17
17
  ConvaiSecrets: "convai_secrets",
18
18
  WorkspaceAuthConnections: "workspace_auth_connections",
19
- MusicLatent: "music_latent",
20
19
  ConvaiPhoneNumbers: "convai_phone_numbers",
21
20
  ConvaiMcpServers: "convai_mcp_servers",
22
21
  ConvaiBatchCalls: "convai_batch_calls",
@@ -14,14 +14,17 @@ export * from "./AddWorkspaceGroupMemberResponseModel";
14
14
  export * from "./AddWorkspaceInviteResponseModel";
15
15
  export * from "./AdditionalFormatResponseModel";
16
16
  export * from "./AdditionalFormats";
17
+ export * from "./AdhocAgentConfigOverrideForTestRequestModel";
17
18
  export * from "./AgentCallLimits";
18
19
  export * from "./AgentConfig";
19
20
  export * from "./AgentConfigOverride";
20
21
  export * from "./AgentConfigOverrideConfig";
22
+ export * from "./AgentFailureResponseExample";
21
23
  export * from "./AgentMetadataResponseModel";
22
24
  export * from "./AgentPlatformSettingsRequestModel";
23
25
  export * from "./AgentPlatformSettingsResponseModel";
24
26
  export * from "./AgentSimulatedChatTestResponseModel";
27
+ export * from "./AgentSuccessfulResponseExample";
25
28
  export * from "./AgentSummaryResponseModel";
26
29
  export * from "./AgentTestingSettings";
27
30
  export * from "./AgentTransfer";
@@ -32,6 +35,7 @@ export * from "./ArrayJsonSchemaPropertyInputItems";
32
35
  export * from "./ArrayJsonSchemaPropertyInput";
33
36
  export * from "./ArrayJsonSchemaPropertyOutputItems";
34
37
  export * from "./ArrayJsonSchemaPropertyOutput";
38
+ export * from "./AttachedTestModel";
35
39
  export * from "./AudioNativeCreateProjectResponseModel";
36
40
  export * from "./AudioNativeEditContentResponseModel";
37
41
  export * from "./AudioNativeProjectSettingsResponseModelStatus";
@@ -170,6 +174,7 @@ export * from "./CreatePhoneNumberResponseModel";
170
174
  export * from "./CreatePronunciationDictionaryResponseModel";
171
175
  export * from "./CreateSipTrunkPhoneNumberRequest";
172
176
  export * from "./CreateTwilioPhoneNumberRequest";
177
+ export * from "./CreateUnitTestResponseModel";
173
178
  export * from "./CustomLlmRequestHeadersValue";
174
179
  export * from "./CustomLlm";
175
180
  export * from "./DashboardCallSuccessChartModel";
@@ -193,6 +198,7 @@ export * from "./DependentAvailableToolIdentifier";
193
198
  export * from "./DependentPhoneNumberIdentifier";
194
199
  export * from "./DependentUnknownAgentIdentifier";
195
200
  export * from "./DependentUnknownToolIdentifier";
201
+ export * from "./DetailedMusicResponse";
196
202
  export * from "./DialogueInput";
197
203
  export * from "./DialogueInputResponseModel";
198
204
  export * from "./DoDubbingResponse";
@@ -219,10 +225,12 @@ export * from "./EndCallToolConfig";
219
225
  export * from "./EndCallToolResultModel";
220
226
  export * from "./EvaluationSettings";
221
227
  export * from "./EvaluationSuccessResult";
228
+ export * from "./ExactParameterEvaluationStrategy";
222
229
  export * from "./ExportOptions";
223
230
  export * from "./ExtendedSubscriptionResponseModelCurrency";
224
231
  export * from "./ExtendedSubscriptionResponseModelBillingPeriod";
225
232
  export * from "./ExtendedSubscriptionResponseModelCharacterRefreshPeriod";
233
+ export * from "./ExtendedSubscriptionResponseModelPendingChange";
226
234
  export * from "./Subscription";
227
235
  export * from "./FeatureStatusCommonModel";
228
236
  export * from "./FeaturesUsageCommonModel";
@@ -269,8 +277,13 @@ export * from "./GetPronunciationDictionariesMetadataResponseModel";
269
277
  export * from "./GetPronunciationDictionaryMetadataResponseModelPermissionOnResource";
270
278
  export * from "./GetPronunciationDictionaryMetadataResponse";
271
279
  export * from "./GetSpeechHistoryResponse";
280
+ export * from "./GetTestSuiteInvocationResponseModel";
281
+ export * from "./GetTestsPageResponseModel";
282
+ export * from "./GetTestsSummariesByIdsResponseModel";
272
283
  export * from "./GetToolDependentAgentsResponseModelAgentsItem";
273
284
  export * from "./GetToolDependentAgentsResponseModel";
285
+ export * from "./GetUnitTestResponseModelDynamicVariablesValue";
286
+ export * from "./GetUnitTestResponseModel";
274
287
  export * from "./GetVoicesResponse";
275
288
  export * from "./GetVoicesV2Response";
276
289
  export * from "./GetWorkspaceSecretsResponseModel";
@@ -289,6 +302,7 @@ export * from "./KnowledgeBaseLocator";
289
302
  export * from "./Llm";
290
303
  export * from "./LlmCategoryUsage";
291
304
  export * from "./LlmInputOutputTokensUsage";
305
+ export * from "./LlmParameterEvaluationStrategy";
292
306
  export * from "./LlmTokensCategoryUsage";
293
307
  export * from "./LlmUsageInput";
294
308
  export * from "./LlmUsageOutput";
@@ -335,6 +349,7 @@ export * from "./ModerationStatusResponseModelSafetyStatus";
335
349
  export * from "./ModerationStatusResponseModelWarningStatus";
336
350
  export * from "./ModerationStatusResponseModel";
337
351
  export * from "./MultichannelSpeechToTextResponseModel";
352
+ export * from "./MultipartMusicResponse";
338
353
  export * from "./MusicPrompt";
339
354
  export * from "./ObjectJsonSchemaPropertyInputPropertiesValue";
340
355
  export * from "./ObjectJsonSchemaPropertyInput";
@@ -345,6 +360,9 @@ export * from "./OutboundCallRecipient";
345
360
  export * from "./OutboundCallRecipientResponseModel";
346
361
  export * from "./OutboundSipTrunkConfigRequestModel";
347
362
  export * from "./PdfExportOptions";
363
+ export * from "./PendingCancellationResponseModel";
364
+ export * from "./PendingSubscriptionSwitchResponseModelNextTier";
365
+ export * from "./PendingSubscriptionSwitchResponseModel";
348
366
  export * from "./PhoneNumberAgentInfo";
349
367
  export * from "./PhoneNumberTransferTransferDestination";
350
368
  export * from "./PhoneNumberTransfer";
@@ -409,6 +427,8 @@ export * from "./RagRetrievalInfo";
409
427
  export * from "./ReaderResourceResponseModelResourceType";
410
428
  export * from "./ReaderResourceResponseModel";
411
429
  export * from "./RecordingResponse";
430
+ export * from "./ReferencedToolCommonModel";
431
+ export * from "./RegexParameterEvaluationStrategy";
412
432
  export * from "./RenderStatus";
413
433
  export * from "./Render";
414
434
  export * from "./RenderType";
@@ -440,8 +460,10 @@ export * from "./ShareOptionResponseModel";
440
460
  export * from "./SimilarVoiceCategory";
441
461
  export * from "./SimilarVoice";
442
462
  export * from "./SimilarVoicesForSpeakerResponse";
463
+ export * from "./SingleTestRunRequestModel";
443
464
  export * from "./SkipTurnToolConfig";
444
465
  export * from "./SkipTurnToolResponseModel";
466
+ export * from "./SongMetadata";
445
467
  export * from "./SongSection";
446
468
  export * from "./SpeakerAudioResponseModel";
447
469
  export * from "./SpeakerResponseModel";
@@ -483,6 +505,11 @@ export * from "./TtsModelFamily";
483
505
  export * from "./TtsOptimizeStreamingLatency";
484
506
  export * from "./TtsOutputFormat";
485
507
  export * from "./TelephonyProvider";
508
+ export * from "./TestConditionRationaleCommonModel";
509
+ export * from "./TestConditionResultCommonModel";
510
+ export * from "./TestRunStatus";
511
+ export * from "./TestToolResultModel";
512
+ export * from "./TestsFeatureUsageCommonModel";
486
513
  export * from "./TokenResponseModel";
487
514
  export * from "./Tool";
488
515
  export * from "./ToolAnnotations";
@@ -508,6 +535,12 @@ export * from "./TurnMode";
508
535
  export * from "./TwilioOutboundCallResponse";
509
536
  export * from "./TxtExportOptions";
510
537
  export * from "./UrlAvatar";
538
+ export * from "./UnitTestRunResponseModel";
539
+ export * from "./UnitTestSummaryResponseModel";
540
+ export * from "./UnitTestToolCallEvaluationModelInput";
541
+ export * from "./UnitTestToolCallEvaluationModelOutput";
542
+ export * from "./UnitTestToolCallParameterEval";
543
+ export * from "./UnitTestToolCallParameter";
511
544
  export * from "./UpdateWorkspaceMemberResponseModel";
512
545
  export * from "./UsageAggregationInterval";
513
546
  export * from "./UsageCharactersResponseModel";
@@ -560,6 +593,7 @@ export * from "./WidgetLanguagePresetResponse";
560
593
  export * from "./WidgetPlacement";
561
594
  export * from "./WidgetStyles";
562
595
  export * from "./WidgetTextContents";
596
+ export * from "./WorkflowFeaturesUsageCommonModel";
563
597
  export * from "./WorkflowToolEdgeStepModel";
564
598
  export * from "./WorkflowToolMaxIterationsExceededStepModel";
565
599
  export * from "./WorkflowToolNestedToolsStepModelInputResultsItem";
@@ -30,14 +30,17 @@ __exportStar(require("./AddWorkspaceGroupMemberResponseModel"), exports);
30
30
  __exportStar(require("./AddWorkspaceInviteResponseModel"), exports);
31
31
  __exportStar(require("./AdditionalFormatResponseModel"), exports);
32
32
  __exportStar(require("./AdditionalFormats"), exports);
33
+ __exportStar(require("./AdhocAgentConfigOverrideForTestRequestModel"), exports);
33
34
  __exportStar(require("./AgentCallLimits"), exports);
34
35
  __exportStar(require("./AgentConfig"), exports);
35
36
  __exportStar(require("./AgentConfigOverride"), exports);
36
37
  __exportStar(require("./AgentConfigOverrideConfig"), exports);
38
+ __exportStar(require("./AgentFailureResponseExample"), exports);
37
39
  __exportStar(require("./AgentMetadataResponseModel"), exports);
38
40
  __exportStar(require("./AgentPlatformSettingsRequestModel"), exports);
39
41
  __exportStar(require("./AgentPlatformSettingsResponseModel"), exports);
40
42
  __exportStar(require("./AgentSimulatedChatTestResponseModel"), exports);
43
+ __exportStar(require("./AgentSuccessfulResponseExample"), exports);
41
44
  __exportStar(require("./AgentSummaryResponseModel"), exports);
42
45
  __exportStar(require("./AgentTestingSettings"), exports);
43
46
  __exportStar(require("./AgentTransfer"), exports);
@@ -48,6 +51,7 @@ __exportStar(require("./ArrayJsonSchemaPropertyInputItems"), exports);
48
51
  __exportStar(require("./ArrayJsonSchemaPropertyInput"), exports);
49
52
  __exportStar(require("./ArrayJsonSchemaPropertyOutputItems"), exports);
50
53
  __exportStar(require("./ArrayJsonSchemaPropertyOutput"), exports);
54
+ __exportStar(require("./AttachedTestModel"), exports);
51
55
  __exportStar(require("./AudioNativeCreateProjectResponseModel"), exports);
52
56
  __exportStar(require("./AudioNativeEditContentResponseModel"), exports);
53
57
  __exportStar(require("./AudioNativeProjectSettingsResponseModelStatus"), exports);
@@ -186,6 +190,7 @@ __exportStar(require("./CreatePhoneNumberResponseModel"), exports);
186
190
  __exportStar(require("./CreatePronunciationDictionaryResponseModel"), exports);
187
191
  __exportStar(require("./CreateSipTrunkPhoneNumberRequest"), exports);
188
192
  __exportStar(require("./CreateTwilioPhoneNumberRequest"), exports);
193
+ __exportStar(require("./CreateUnitTestResponseModel"), exports);
189
194
  __exportStar(require("./CustomLlmRequestHeadersValue"), exports);
190
195
  __exportStar(require("./CustomLlm"), exports);
191
196
  __exportStar(require("./DashboardCallSuccessChartModel"), exports);
@@ -209,6 +214,7 @@ __exportStar(require("./DependentAvailableToolIdentifier"), exports);
209
214
  __exportStar(require("./DependentPhoneNumberIdentifier"), exports);
210
215
  __exportStar(require("./DependentUnknownAgentIdentifier"), exports);
211
216
  __exportStar(require("./DependentUnknownToolIdentifier"), exports);
217
+ __exportStar(require("./DetailedMusicResponse"), exports);
212
218
  __exportStar(require("./DialogueInput"), exports);
213
219
  __exportStar(require("./DialogueInputResponseModel"), exports);
214
220
  __exportStar(require("./DoDubbingResponse"), exports);
@@ -235,10 +241,12 @@ __exportStar(require("./EndCallToolConfig"), exports);
235
241
  __exportStar(require("./EndCallToolResultModel"), exports);
236
242
  __exportStar(require("./EvaluationSettings"), exports);
237
243
  __exportStar(require("./EvaluationSuccessResult"), exports);
244
+ __exportStar(require("./ExactParameterEvaluationStrategy"), exports);
238
245
  __exportStar(require("./ExportOptions"), exports);
239
246
  __exportStar(require("./ExtendedSubscriptionResponseModelCurrency"), exports);
240
247
  __exportStar(require("./ExtendedSubscriptionResponseModelBillingPeriod"), exports);
241
248
  __exportStar(require("./ExtendedSubscriptionResponseModelCharacterRefreshPeriod"), exports);
249
+ __exportStar(require("./ExtendedSubscriptionResponseModelPendingChange"), exports);
242
250
  __exportStar(require("./Subscription"), exports);
243
251
  __exportStar(require("./FeatureStatusCommonModel"), exports);
244
252
  __exportStar(require("./FeaturesUsageCommonModel"), exports);
@@ -285,8 +293,13 @@ __exportStar(require("./GetPronunciationDictionariesMetadataResponseModel"), exp
285
293
  __exportStar(require("./GetPronunciationDictionaryMetadataResponseModelPermissionOnResource"), exports);
286
294
  __exportStar(require("./GetPronunciationDictionaryMetadataResponse"), exports);
287
295
  __exportStar(require("./GetSpeechHistoryResponse"), exports);
296
+ __exportStar(require("./GetTestSuiteInvocationResponseModel"), exports);
297
+ __exportStar(require("./GetTestsPageResponseModel"), exports);
298
+ __exportStar(require("./GetTestsSummariesByIdsResponseModel"), exports);
288
299
  __exportStar(require("./GetToolDependentAgentsResponseModelAgentsItem"), exports);
289
300
  __exportStar(require("./GetToolDependentAgentsResponseModel"), exports);
301
+ __exportStar(require("./GetUnitTestResponseModelDynamicVariablesValue"), exports);
302
+ __exportStar(require("./GetUnitTestResponseModel"), exports);
290
303
  __exportStar(require("./GetVoicesResponse"), exports);
291
304
  __exportStar(require("./GetVoicesV2Response"), exports);
292
305
  __exportStar(require("./GetWorkspaceSecretsResponseModel"), exports);
@@ -305,6 +318,7 @@ __exportStar(require("./KnowledgeBaseLocator"), exports);
305
318
  __exportStar(require("./Llm"), exports);
306
319
  __exportStar(require("./LlmCategoryUsage"), exports);
307
320
  __exportStar(require("./LlmInputOutputTokensUsage"), exports);
321
+ __exportStar(require("./LlmParameterEvaluationStrategy"), exports);
308
322
  __exportStar(require("./LlmTokensCategoryUsage"), exports);
309
323
  __exportStar(require("./LlmUsageInput"), exports);
310
324
  __exportStar(require("./LlmUsageOutput"), exports);
@@ -351,6 +365,7 @@ __exportStar(require("./ModerationStatusResponseModelSafetyStatus"), exports);
351
365
  __exportStar(require("./ModerationStatusResponseModelWarningStatus"), exports);
352
366
  __exportStar(require("./ModerationStatusResponseModel"), exports);
353
367
  __exportStar(require("./MultichannelSpeechToTextResponseModel"), exports);
368
+ __exportStar(require("./MultipartMusicResponse"), exports);
354
369
  __exportStar(require("./MusicPrompt"), exports);
355
370
  __exportStar(require("./ObjectJsonSchemaPropertyInputPropertiesValue"), exports);
356
371
  __exportStar(require("./ObjectJsonSchemaPropertyInput"), exports);
@@ -361,6 +376,9 @@ __exportStar(require("./OutboundCallRecipient"), exports);
361
376
  __exportStar(require("./OutboundCallRecipientResponseModel"), exports);
362
377
  __exportStar(require("./OutboundSipTrunkConfigRequestModel"), exports);
363
378
  __exportStar(require("./PdfExportOptions"), exports);
379
+ __exportStar(require("./PendingCancellationResponseModel"), exports);
380
+ __exportStar(require("./PendingSubscriptionSwitchResponseModelNextTier"), exports);
381
+ __exportStar(require("./PendingSubscriptionSwitchResponseModel"), exports);
364
382
  __exportStar(require("./PhoneNumberAgentInfo"), exports);
365
383
  __exportStar(require("./PhoneNumberTransferTransferDestination"), exports);
366
384
  __exportStar(require("./PhoneNumberTransfer"), exports);
@@ -425,6 +443,8 @@ __exportStar(require("./RagRetrievalInfo"), exports);
425
443
  __exportStar(require("./ReaderResourceResponseModelResourceType"), exports);
426
444
  __exportStar(require("./ReaderResourceResponseModel"), exports);
427
445
  __exportStar(require("./RecordingResponse"), exports);
446
+ __exportStar(require("./ReferencedToolCommonModel"), exports);
447
+ __exportStar(require("./RegexParameterEvaluationStrategy"), exports);
428
448
  __exportStar(require("./RenderStatus"), exports);
429
449
  __exportStar(require("./Render"), exports);
430
450
  __exportStar(require("./RenderType"), exports);
@@ -456,8 +476,10 @@ __exportStar(require("./ShareOptionResponseModel"), exports);
456
476
  __exportStar(require("./SimilarVoiceCategory"), exports);
457
477
  __exportStar(require("./SimilarVoice"), exports);
458
478
  __exportStar(require("./SimilarVoicesForSpeakerResponse"), exports);
479
+ __exportStar(require("./SingleTestRunRequestModel"), exports);
459
480
  __exportStar(require("./SkipTurnToolConfig"), exports);
460
481
  __exportStar(require("./SkipTurnToolResponseModel"), exports);
482
+ __exportStar(require("./SongMetadata"), exports);
461
483
  __exportStar(require("./SongSection"), exports);
462
484
  __exportStar(require("./SpeakerAudioResponseModel"), exports);
463
485
  __exportStar(require("./SpeakerResponseModel"), exports);
@@ -499,6 +521,11 @@ __exportStar(require("./TtsModelFamily"), exports);
499
521
  __exportStar(require("./TtsOptimizeStreamingLatency"), exports);
500
522
  __exportStar(require("./TtsOutputFormat"), exports);
501
523
  __exportStar(require("./TelephonyProvider"), exports);
524
+ __exportStar(require("./TestConditionRationaleCommonModel"), exports);
525
+ __exportStar(require("./TestConditionResultCommonModel"), exports);
526
+ __exportStar(require("./TestRunStatus"), exports);
527
+ __exportStar(require("./TestToolResultModel"), exports);
528
+ __exportStar(require("./TestsFeatureUsageCommonModel"), exports);
502
529
  __exportStar(require("./TokenResponseModel"), exports);
503
530
  __exportStar(require("./Tool"), exports);
504
531
  __exportStar(require("./ToolAnnotations"), exports);
@@ -524,6 +551,12 @@ __exportStar(require("./TurnMode"), exports);
524
551
  __exportStar(require("./TwilioOutboundCallResponse"), exports);
525
552
  __exportStar(require("./TxtExportOptions"), exports);
526
553
  __exportStar(require("./UrlAvatar"), exports);
554
+ __exportStar(require("./UnitTestRunResponseModel"), exports);
555
+ __exportStar(require("./UnitTestSummaryResponseModel"), exports);
556
+ __exportStar(require("./UnitTestToolCallEvaluationModelInput"), exports);
557
+ __exportStar(require("./UnitTestToolCallEvaluationModelOutput"), exports);
558
+ __exportStar(require("./UnitTestToolCallParameterEval"), exports);
559
+ __exportStar(require("./UnitTestToolCallParameter"), exports);
527
560
  __exportStar(require("./UpdateWorkspaceMemberResponseModel"), exports);
528
561
  __exportStar(require("./UsageAggregationInterval"), exports);
529
562
  __exportStar(require("./UsageCharactersResponseModel"), exports);
@@ -576,6 +609,7 @@ __exportStar(require("./WidgetLanguagePresetResponse"), exports);
576
609
  __exportStar(require("./WidgetPlacement"), exports);
577
610
  __exportStar(require("./WidgetStyles"), exports);
578
611
  __exportStar(require("./WidgetTextContents"), exports);
612
+ __exportStar(require("./WorkflowFeaturesUsageCommonModel"), exports);
579
613
  __exportStar(require("./WorkflowToolEdgeStepModel"), exports);
580
614
  __exportStar(require("./WorkflowToolMaxIterationsExceededStepModel"), exports);
581
615
  __exportStar(require("./WorkflowToolNestedToolsStepModelInputResultsItem"), exports);
package/dist/Client.js CHANGED
@@ -79,8 +79,8 @@ class ElevenLabsClient {
79
79
  "xi-api-key": _options === null || _options === void 0 ? void 0 : _options.apiKey,
80
80
  "X-Fern-Language": "JavaScript",
81
81
  "X-Fern-SDK-Name": "@elevenlabs/elevenlabs-js",
82
- "X-Fern-SDK-Version": "v2.11.0",
83
- "User-Agent": "@elevenlabs/elevenlabs-js/v2.11.0",
82
+ "X-Fern-SDK-Version": "v2.12.1",
83
+ "User-Agent": "@elevenlabs/elevenlabs-js/v2.12.1",
84
84
  "X-Fern-Runtime": core.RUNTIME.type,
85
85
  "X-Fern-Runtime-Version": core.RUNTIME.version,
86
86
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -7,6 +7,7 @@ import * as ElevenLabs from "../../../index";
7
7
  import { Conversations } from "../resources/conversations/client/Client";
8
8
  import { Twilio } from "../resources/twilio/client/Client";
9
9
  import { Agents } from "../resources/agents/client/Client";
10
+ import { Tests } from "../resources/tests/client/Client";
10
11
  import { PhoneNumbers } from "../resources/phoneNumbers/client/Client";
11
12
  import { LlmUsage } from "../resources/llmUsage/client/Client";
12
13
  import { KnowledgeBase } from "../resources/knowledgeBase/client/Client";
@@ -45,6 +46,7 @@ export declare class ConversationalAi {
45
46
  protected _conversations: Conversations | undefined;
46
47
  protected _twilio: Twilio | undefined;
47
48
  protected _agents: Agents | undefined;
49
+ protected _tests: Tests | undefined;
48
50
  protected _phoneNumbers: PhoneNumbers | undefined;
49
51
  protected _llmUsage: LlmUsage | undefined;
50
52
  protected _knowledgeBase: KnowledgeBase | undefined;
@@ -59,6 +61,7 @@ export declare class ConversationalAi {
59
61
  get conversations(): Conversations;
60
62
  get twilio(): Twilio;
61
63
  get agents(): Agents;
64
+ get tests(): Tests;
62
65
  get phoneNumbers(): PhoneNumbers;
63
66
  get llmUsage(): LlmUsage;
64
67
  get knowledgeBase(): KnowledgeBase;