@elevenlabs/elevenlabs-js 2.11.0 → 2.12.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 (468) hide show
  1. package/Client.d.ts +160 -0
  2. package/Client.js +687 -2
  3. package/api/client/index.d.ts +1 -0
  4. package/api/client/index.js +17 -0
  5. package/api/client/requests/CreateUnitTestRequest.d.ts +37 -0
  6. package/api/client/requests/CreateUnitTestRequest.js +5 -0
  7. package/api/client/requests/ListChatResponseTestsRouteRequest.d.ts +21 -0
  8. package/api/client/requests/ListChatResponseTestsRouteRequest.js +5 -0
  9. package/api/client/requests/ListTestsByIdsRequestModel.d.ts +13 -0
  10. package/api/client/requests/ListTestsByIdsRequestModel.js +5 -0
  11. package/api/client/requests/ResubmitTestsRequestModel.d.ts +19 -0
  12. package/api/client/requests/ResubmitTestsRequestModel.js +5 -0
  13. package/api/client/requests/RunAgentTestsRequestModel.d.ts +18 -0
  14. package/api/client/requests/RunAgentTestsRequestModel.js +5 -0
  15. package/api/client/requests/UpdateUnitTestRequest.d.ts +37 -0
  16. package/api/client/requests/UpdateUnitTestRequest.js +5 -0
  17. package/api/client/requests/index.d.ts +6 -0
  18. package/api/client/requests/index.js +2 -0
  19. package/api/index.d.ts +1 -0
  20. package/api/index.js +1 -0
  21. package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +1 -1
  22. package/api/resources/conversationalAi/resources/tools/client/Client.js +1 -1
  23. package/api/resources/pronunciationDictionaries/client/Client.d.ts +20 -6
  24. package/api/resources/pronunciationDictionaries/client/Client.js +90 -16
  25. package/api/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +13 -0
  26. package/api/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.js +5 -0
  27. package/api/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -0
  28. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +4 -1
  29. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js +3 -0
  30. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +4 -1
  31. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js +3 -0
  32. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +1 -1
  33. package/api/resources/textToDialogue/client/Client.d.ts +2 -2
  34. package/api/resources/textToDialogue/client/Client.js +2 -2
  35. package/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +1 -1
  36. package/api/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +8 -0
  37. package/api/types/AdhocAgentConfigOverrideForTestRequestModel.js +5 -0
  38. package/api/types/AgentFailureResponseExample.d.ts +7 -0
  39. package/api/types/AgentFailureResponseExample.js +5 -0
  40. package/api/types/AgentSuccessfulResponseExample.d.ts +7 -0
  41. package/api/types/AgentSuccessfulResponseExample.js +5 -0
  42. package/api/types/AgentTestingSettings.d.ts +2 -1
  43. package/api/types/AttachedTestModel.d.ts +6 -0
  44. package/api/types/AttachedTestModel.js +5 -0
  45. package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +4 -1
  46. package/api/types/CreateUnitTestRequestDynamicVariablesValue.d.ts +4 -0
  47. package/api/types/CreateUnitTestRequestDynamicVariablesValue.js +5 -0
  48. package/api/types/CreateUnitTestResponseModel.d.ts +6 -0
  49. package/api/types/CreateUnitTestResponseModel.js +5 -0
  50. package/api/types/DetailedMusicResponse.d.ts +13 -0
  51. package/api/types/DetailedMusicResponse.js +5 -0
  52. package/api/types/ExactParameterEvaluationStrategy.d.ts +7 -0
  53. package/api/types/ExactParameterEvaluationStrategy.js +5 -0
  54. package/api/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +8 -0
  55. package/api/types/ExtendedSubscriptionResponseModelPendingChange.js +5 -0
  56. package/api/types/FeaturesUsageCommonModel.d.ts +1 -0
  57. package/api/types/GetTestSuiteInvocationResponseModel.d.ts +9 -0
  58. package/api/types/GetTestSuiteInvocationResponseModel.js +5 -0
  59. package/api/types/GetTestsPageResponseModel.d.ts +9 -0
  60. package/api/types/GetTestsPageResponseModel.js +5 -0
  61. package/api/types/GetTestsSummariesByIdsResponseModel.d.ts +8 -0
  62. package/api/types/GetTestsSummariesByIdsResponseModel.js +5 -0
  63. package/api/types/GetUnitTestResponseModel.d.ts +19 -0
  64. package/api/types/GetUnitTestResponseModel.js +5 -0
  65. package/api/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +4 -0
  66. package/api/types/GetUnitTestResponseModelDynamicVariablesValue.js +5 -0
  67. package/api/types/Llm.d.ts +3 -3
  68. package/api/types/Llm.js +2 -2
  69. package/api/types/LlmParameterEvaluationStrategy.d.ts +7 -0
  70. package/api/types/LlmParameterEvaluationStrategy.js +5 -0
  71. package/api/types/MultipartMusicResponse.d.ts +13 -0
  72. package/api/types/MultipartMusicResponse.js +5 -0
  73. package/api/types/PendingCancellationResponseModel.d.ts +8 -0
  74. package/api/types/PendingCancellationResponseModel.js +5 -0
  75. package/api/types/PendingSubscriptionSwitchResponseModel.d.ts +11 -0
  76. package/api/types/PendingSubscriptionSwitchResponseModel.js +5 -0
  77. package/api/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +19 -0
  78. package/api/types/PendingSubscriptionSwitchResponseModelNextTier.js +18 -0
  79. package/api/types/ReferencedToolCommonModel.d.ts +13 -0
  80. package/api/types/ReferencedToolCommonModel.js +5 -0
  81. package/api/types/RegexParameterEvaluationStrategy.d.ts +7 -0
  82. package/api/types/RegexParameterEvaluationStrategy.js +5 -0
  83. package/api/types/SingleTestRunRequestModel.d.ts +7 -0
  84. package/api/types/SingleTestRunRequestModel.js +5 -0
  85. package/api/types/SongMetadata.d.ts +15 -0
  86. package/api/types/SongMetadata.js +5 -0
  87. package/api/types/Subscription.d.ts +2 -0
  88. package/api/types/TestConditionRationaleCommonModel.d.ts +12 -0
  89. package/api/types/TestConditionRationaleCommonModel.js +5 -0
  90. package/api/types/TestConditionResultCommonModel.d.ts +8 -0
  91. package/api/types/TestConditionResultCommonModel.js +5 -0
  92. package/api/types/TestRunStatus.d.ts +9 -0
  93. package/api/types/TestRunStatus.js +11 -0
  94. package/api/types/TestToolResultModel.d.ts +7 -0
  95. package/api/types/TestToolResultModel.js +5 -0
  96. package/api/types/UnitTestRunResponseModel.d.ts +13 -0
  97. package/api/types/UnitTestRunResponseModel.js +5 -0
  98. package/api/types/UnitTestSummaryResponseModel.d.ts +16 -0
  99. package/api/types/UnitTestSummaryResponseModel.js +5 -0
  100. package/api/types/UnitTestToolCallEvaluationModelInput.d.ts +10 -0
  101. package/api/types/UnitTestToolCallEvaluationModelInput.js +5 -0
  102. package/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +10 -0
  103. package/api/types/UnitTestToolCallEvaluationModelOutput.js +5 -0
  104. package/api/types/UnitTestToolCallParameter.d.ts +8 -0
  105. package/api/types/UnitTestToolCallParameter.js +5 -0
  106. package/api/types/UnitTestToolCallParameterEval.d.ts +16 -0
  107. package/api/types/UnitTestToolCallParameterEval.js +5 -0
  108. package/api/types/UpdateUnitTestRequestDynamicVariablesValue.d.ts +4 -0
  109. package/api/types/UpdateUnitTestRequestDynamicVariablesValue.js +5 -0
  110. package/api/types/WebhookAuthMethodType.d.ts +2 -1
  111. package/api/types/WebhookAuthMethodType.js +1 -0
  112. package/api/types/WorkflowFeaturesUsageCommonModel.d.ts +8 -0
  113. package/api/types/WorkflowFeaturesUsageCommonModel.js +5 -0
  114. package/api/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +4 -1
  115. package/api/types/WorkspaceApiKeyResponseModelPermissionsItem.js +3 -0
  116. package/api/types/WorkspaceResourceType.d.ts +1 -2
  117. package/api/types/WorkspaceResourceType.js +0 -1
  118. package/api/types/index.d.ts +35 -0
  119. package/api/types/index.js +35 -0
  120. package/dist/Client.d.ts +160 -0
  121. package/dist/Client.js +687 -2
  122. package/dist/api/client/index.d.ts +1 -0
  123. package/dist/api/client/index.js +17 -0
  124. package/dist/api/client/requests/CreateUnitTestRequest.d.ts +37 -0
  125. package/dist/api/client/requests/CreateUnitTestRequest.js +5 -0
  126. package/dist/api/client/requests/ListChatResponseTestsRouteRequest.d.ts +21 -0
  127. package/dist/api/client/requests/ListChatResponseTestsRouteRequest.js +5 -0
  128. package/dist/api/client/requests/ListTestsByIdsRequestModel.d.ts +13 -0
  129. package/dist/api/client/requests/ListTestsByIdsRequestModel.js +5 -0
  130. package/dist/api/client/requests/ResubmitTestsRequestModel.d.ts +19 -0
  131. package/dist/api/client/requests/ResubmitTestsRequestModel.js +5 -0
  132. package/dist/api/client/requests/RunAgentTestsRequestModel.d.ts +18 -0
  133. package/dist/api/client/requests/RunAgentTestsRequestModel.js +5 -0
  134. package/dist/api/client/requests/UpdateUnitTestRequest.d.ts +37 -0
  135. package/dist/api/client/requests/UpdateUnitTestRequest.js +5 -0
  136. package/dist/api/client/requests/index.d.ts +6 -0
  137. package/dist/api/client/requests/index.js +2 -0
  138. package/dist/api/index.d.ts +1 -0
  139. package/dist/api/index.js +1 -0
  140. package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +1 -1
  141. package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +1 -1
  142. package/dist/api/resources/pronunciationDictionaries/client/Client.d.ts +20 -6
  143. package/dist/api/resources/pronunciationDictionaries/client/Client.js +90 -16
  144. package/dist/api/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +13 -0
  145. package/dist/api/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.js +5 -0
  146. package/dist/api/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -0
  147. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +4 -1
  148. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js +3 -0
  149. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +4 -1
  150. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js +3 -0
  151. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +1 -1
  152. package/dist/api/resources/textToDialogue/client/Client.d.ts +2 -2
  153. package/dist/api/resources/textToDialogue/client/Client.js +2 -2
  154. package/dist/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +1 -1
  155. package/dist/api/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +8 -0
  156. package/dist/api/types/AdhocAgentConfigOverrideForTestRequestModel.js +5 -0
  157. package/dist/api/types/AgentFailureResponseExample.d.ts +7 -0
  158. package/dist/api/types/AgentFailureResponseExample.js +5 -0
  159. package/dist/api/types/AgentSuccessfulResponseExample.d.ts +7 -0
  160. package/dist/api/types/AgentSuccessfulResponseExample.js +5 -0
  161. package/dist/api/types/AgentTestingSettings.d.ts +2 -1
  162. package/dist/api/types/AttachedTestModel.d.ts +6 -0
  163. package/dist/api/types/AttachedTestModel.js +5 -0
  164. package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +4 -1
  165. package/dist/api/types/CreateUnitTestRequestDynamicVariablesValue.d.ts +4 -0
  166. package/dist/api/types/CreateUnitTestRequestDynamicVariablesValue.js +5 -0
  167. package/dist/api/types/CreateUnitTestResponseModel.d.ts +6 -0
  168. package/dist/api/types/CreateUnitTestResponseModel.js +5 -0
  169. package/dist/api/types/DetailedMusicResponse.d.ts +13 -0
  170. package/dist/api/types/DetailedMusicResponse.js +5 -0
  171. package/dist/api/types/ExactParameterEvaluationStrategy.d.ts +7 -0
  172. package/dist/api/types/ExactParameterEvaluationStrategy.js +5 -0
  173. package/dist/api/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +8 -0
  174. package/dist/api/types/ExtendedSubscriptionResponseModelPendingChange.js +5 -0
  175. package/dist/api/types/FeaturesUsageCommonModel.d.ts +1 -0
  176. package/dist/api/types/GetTestSuiteInvocationResponseModel.d.ts +9 -0
  177. package/dist/api/types/GetTestSuiteInvocationResponseModel.js +5 -0
  178. package/dist/api/types/GetTestsPageResponseModel.d.ts +9 -0
  179. package/dist/api/types/GetTestsPageResponseModel.js +5 -0
  180. package/dist/api/types/GetTestsSummariesByIdsResponseModel.d.ts +8 -0
  181. package/dist/api/types/GetTestsSummariesByIdsResponseModel.js +5 -0
  182. package/dist/api/types/GetUnitTestResponseModel.d.ts +19 -0
  183. package/dist/api/types/GetUnitTestResponseModel.js +5 -0
  184. package/dist/api/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +4 -0
  185. package/dist/api/types/GetUnitTestResponseModelDynamicVariablesValue.js +5 -0
  186. package/dist/api/types/Llm.d.ts +3 -3
  187. package/dist/api/types/Llm.js +2 -2
  188. package/dist/api/types/LlmParameterEvaluationStrategy.d.ts +7 -0
  189. package/dist/api/types/LlmParameterEvaluationStrategy.js +5 -0
  190. package/dist/api/types/MultipartMusicResponse.d.ts +13 -0
  191. package/dist/api/types/MultipartMusicResponse.js +5 -0
  192. package/dist/api/types/PendingCancellationResponseModel.d.ts +8 -0
  193. package/dist/api/types/PendingCancellationResponseModel.js +5 -0
  194. package/dist/api/types/PendingSubscriptionSwitchResponseModel.d.ts +11 -0
  195. package/dist/api/types/PendingSubscriptionSwitchResponseModel.js +5 -0
  196. package/dist/api/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +19 -0
  197. package/dist/api/types/PendingSubscriptionSwitchResponseModelNextTier.js +18 -0
  198. package/dist/api/types/ReferencedToolCommonModel.d.ts +13 -0
  199. package/dist/api/types/ReferencedToolCommonModel.js +5 -0
  200. package/dist/api/types/RegexParameterEvaluationStrategy.d.ts +7 -0
  201. package/dist/api/types/RegexParameterEvaluationStrategy.js +5 -0
  202. package/dist/api/types/SingleTestRunRequestModel.d.ts +7 -0
  203. package/dist/api/types/SingleTestRunRequestModel.js +5 -0
  204. package/dist/api/types/SongMetadata.d.ts +15 -0
  205. package/dist/api/types/SongMetadata.js +5 -0
  206. package/dist/api/types/Subscription.d.ts +2 -0
  207. package/dist/api/types/TestConditionRationaleCommonModel.d.ts +12 -0
  208. package/dist/api/types/TestConditionRationaleCommonModel.js +5 -0
  209. package/dist/api/types/TestConditionResultCommonModel.d.ts +8 -0
  210. package/dist/api/types/TestConditionResultCommonModel.js +5 -0
  211. package/dist/api/types/TestRunStatus.d.ts +9 -0
  212. package/dist/api/types/TestRunStatus.js +11 -0
  213. package/dist/api/types/TestToolResultModel.d.ts +7 -0
  214. package/dist/api/types/TestToolResultModel.js +5 -0
  215. package/dist/api/types/UnitTestRunResponseModel.d.ts +13 -0
  216. package/dist/api/types/UnitTestRunResponseModel.js +5 -0
  217. package/dist/api/types/UnitTestSummaryResponseModel.d.ts +16 -0
  218. package/dist/api/types/UnitTestSummaryResponseModel.js +5 -0
  219. package/dist/api/types/UnitTestToolCallEvaluationModelInput.d.ts +10 -0
  220. package/dist/api/types/UnitTestToolCallEvaluationModelInput.js +5 -0
  221. package/dist/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +10 -0
  222. package/dist/api/types/UnitTestToolCallEvaluationModelOutput.js +5 -0
  223. package/dist/api/types/UnitTestToolCallParameter.d.ts +8 -0
  224. package/dist/api/types/UnitTestToolCallParameter.js +5 -0
  225. package/dist/api/types/UnitTestToolCallParameterEval.d.ts +16 -0
  226. package/dist/api/types/UnitTestToolCallParameterEval.js +5 -0
  227. package/dist/api/types/UpdateUnitTestRequestDynamicVariablesValue.d.ts +4 -0
  228. package/dist/api/types/UpdateUnitTestRequestDynamicVariablesValue.js +5 -0
  229. package/dist/api/types/WebhookAuthMethodType.d.ts +2 -1
  230. package/dist/api/types/WebhookAuthMethodType.js +1 -0
  231. package/dist/api/types/WorkflowFeaturesUsageCommonModel.d.ts +8 -0
  232. package/dist/api/types/WorkflowFeaturesUsageCommonModel.js +5 -0
  233. package/dist/api/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +4 -1
  234. package/dist/api/types/WorkspaceApiKeyResponseModelPermissionsItem.js +3 -0
  235. package/dist/api/types/WorkspaceResourceType.d.ts +1 -2
  236. package/dist/api/types/WorkspaceResourceType.js +0 -1
  237. package/dist/api/types/index.d.ts +35 -0
  238. package/dist/api/types/index.js +35 -0
  239. package/dist/serialization/client/index.d.ts +1 -0
  240. package/dist/serialization/client/index.js +17 -0
  241. package/dist/serialization/client/requests/CreateUnitTestRequest.d.ts +23 -0
  242. package/dist/serialization/client/requests/CreateUnitTestRequest.js +56 -0
  243. package/dist/serialization/client/requests/ListTestsByIdsRequestModel.d.ts +12 -0
  244. package/dist/serialization/client/requests/ListTestsByIdsRequestModel.js +43 -0
  245. package/dist/serialization/client/requests/ResubmitTestsRequestModel.d.ts +15 -0
  246. package/dist/serialization/client/requests/ResubmitTestsRequestModel.js +46 -0
  247. package/dist/serialization/client/requests/RunAgentTestsRequestModel.d.ts +15 -0
  248. package/dist/serialization/client/requests/RunAgentTestsRequestModel.js +46 -0
  249. package/dist/serialization/client/requests/UpdateUnitTestRequest.d.ts +23 -0
  250. package/dist/serialization/client/requests/UpdateUnitTestRequest.js +56 -0
  251. package/dist/serialization/client/requests/index.d.ts +5 -0
  252. package/dist/serialization/client/requests/index.js +13 -0
  253. package/dist/serialization/index.d.ts +1 -0
  254. package/dist/serialization/index.js +1 -0
  255. package/dist/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +13 -0
  256. package/dist/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.js +44 -0
  257. package/dist/serialization/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -0
  258. package/dist/serialization/resources/pronunciationDictionaries/client/requests/index.js +3 -1
  259. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +1 -1
  260. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js +3 -0
  261. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +1 -1
  262. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js +3 -0
  263. package/dist/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +15 -0
  264. package/dist/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.js +46 -0
  265. package/dist/serialization/types/AgentFailureResponseExample.d.ts +13 -0
  266. package/dist/serialization/types/AgentFailureResponseExample.js +44 -0
  267. package/dist/serialization/types/AgentSuccessfulResponseExample.d.ts +13 -0
  268. package/dist/serialization/types/AgentSuccessfulResponseExample.js +44 -0
  269. package/dist/serialization/types/AgentTestingSettings.d.ts +2 -1
  270. package/dist/serialization/types/AgentTestingSettings.js +2 -1
  271. package/dist/serialization/types/AttachedTestModel.d.ts +12 -0
  272. package/dist/serialization/types/AttachedTestModel.js +43 -0
  273. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +5 -1
  274. package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.js +2 -0
  275. package/dist/serialization/types/CreateUnitTestRequestDynamicVariablesValue.d.ts +10 -0
  276. package/dist/serialization/types/CreateUnitTestRequestDynamicVariablesValue.js +46 -0
  277. package/dist/serialization/types/CreateUnitTestResponseModel.d.ts +12 -0
  278. package/dist/serialization/types/CreateUnitTestResponseModel.js +43 -0
  279. package/dist/serialization/types/DetailedMusicResponse.d.ts +15 -0
  280. package/dist/serialization/types/DetailedMusicResponse.js +46 -0
  281. package/dist/serialization/types/ExactParameterEvaluationStrategy.d.ts +12 -0
  282. package/dist/serialization/types/ExactParameterEvaluationStrategy.js +43 -0
  283. package/dist/serialization/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +12 -0
  284. package/dist/serialization/types/ExtendedSubscriptionResponseModelPendingChange.js +43 -0
  285. package/dist/serialization/types/FeaturesUsageCommonModel.d.ts +2 -0
  286. package/dist/serialization/types/FeaturesUsageCommonModel.js +2 -0
  287. package/dist/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +15 -0
  288. package/dist/serialization/types/GetTestSuiteInvocationResponseModel.js +46 -0
  289. package/dist/serialization/types/GetTestsPageResponseModel.d.ts +15 -0
  290. package/dist/serialization/types/GetTestsPageResponseModel.js +46 -0
  291. package/dist/serialization/types/GetTestsSummariesByIdsResponseModel.d.ts +13 -0
  292. package/dist/serialization/types/GetTestsSummariesByIdsResponseModel.js +44 -0
  293. package/dist/serialization/types/GetUnitTestResponseModel.d.ts +24 -0
  294. package/dist/serialization/types/GetUnitTestResponseModel.js +57 -0
  295. package/dist/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +10 -0
  296. package/dist/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.js +46 -0
  297. package/dist/serialization/types/Llm.d.ts +1 -1
  298. package/dist/serialization/types/Llm.js +2 -2
  299. package/dist/serialization/types/LlmParameterEvaluationStrategy.d.ts +12 -0
  300. package/dist/serialization/types/LlmParameterEvaluationStrategy.js +43 -0
  301. package/dist/serialization/types/MultipartMusicResponse.d.ts +14 -0
  302. package/dist/serialization/types/MultipartMusicResponse.js +45 -0
  303. package/dist/serialization/types/PendingCancellationResponseModel.d.ts +13 -0
  304. package/dist/serialization/types/PendingCancellationResponseModel.js +44 -0
  305. package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +15 -0
  306. package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.js +46 -0
  307. package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +10 -0
  308. package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.js +52 -0
  309. package/dist/serialization/types/ReferencedToolCommonModel.d.ts +14 -0
  310. package/dist/serialization/types/ReferencedToolCommonModel.js +45 -0
  311. package/dist/serialization/types/RegexParameterEvaluationStrategy.d.ts +12 -0
  312. package/dist/serialization/types/RegexParameterEvaluationStrategy.js +43 -0
  313. package/dist/serialization/types/SingleTestRunRequestModel.d.ts +12 -0
  314. package/dist/serialization/types/SingleTestRunRequestModel.js +43 -0
  315. package/dist/serialization/types/SongMetadata.d.ts +16 -0
  316. package/dist/serialization/types/SongMetadata.js +47 -0
  317. package/dist/serialization/types/Subscription.d.ts +2 -0
  318. package/dist/serialization/types/Subscription.js +2 -0
  319. package/dist/serialization/types/TestConditionRationaleCommonModel.d.ts +13 -0
  320. package/dist/serialization/types/TestConditionRationaleCommonModel.js +44 -0
  321. package/dist/serialization/types/TestConditionResultCommonModel.d.ts +15 -0
  322. package/dist/serialization/types/TestConditionResultCommonModel.js +46 -0
  323. package/dist/serialization/types/TestRunStatus.d.ts +10 -0
  324. package/dist/serialization/types/TestRunStatus.js +41 -0
  325. package/dist/serialization/types/TestToolResultModel.d.ts +13 -0
  326. package/dist/serialization/types/TestToolResultModel.js +44 -0
  327. package/dist/serialization/types/UnitTestRunResponseModel.d.ts +21 -0
  328. package/dist/serialization/types/UnitTestRunResponseModel.js +52 -0
  329. package/dist/serialization/types/UnitTestSummaryResponseModel.d.ts +17 -0
  330. package/dist/serialization/types/UnitTestSummaryResponseModel.js +48 -0
  331. package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +15 -0
  332. package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.js +46 -0
  333. package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +15 -0
  334. package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.js +46 -0
  335. package/dist/serialization/types/UnitTestToolCallParameter.d.ts +14 -0
  336. package/dist/serialization/types/UnitTestToolCallParameter.js +45 -0
  337. package/dist/serialization/types/UnitTestToolCallParameterEval.d.ts +22 -0
  338. package/dist/serialization/types/UnitTestToolCallParameterEval.js +53 -0
  339. package/dist/serialization/types/UpdateUnitTestRequestDynamicVariablesValue.d.ts +10 -0
  340. package/dist/serialization/types/UpdateUnitTestRequestDynamicVariablesValue.js +46 -0
  341. package/dist/serialization/types/WebhookAuthMethodType.d.ts +1 -1
  342. package/dist/serialization/types/WebhookAuthMethodType.js +1 -1
  343. package/dist/serialization/types/WorkflowFeaturesUsageCommonModel.d.ts +14 -0
  344. package/dist/serialization/types/WorkflowFeaturesUsageCommonModel.js +45 -0
  345. package/dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +1 -1
  346. package/dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.js +3 -0
  347. package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
  348. package/dist/serialization/types/WorkspaceResourceType.js +0 -1
  349. package/dist/serialization/types/index.d.ts +35 -0
  350. package/dist/serialization/types/index.js +35 -0
  351. package/dist/version.d.ts +1 -1
  352. package/dist/version.js +1 -1
  353. package/package.json +1 -1
  354. package/reference.md +74 -3
  355. package/serialization/client/index.d.ts +1 -0
  356. package/serialization/client/index.js +17 -0
  357. package/serialization/client/requests/CreateUnitTestRequest.d.ts +23 -0
  358. package/serialization/client/requests/CreateUnitTestRequest.js +56 -0
  359. package/serialization/client/requests/ListTestsByIdsRequestModel.d.ts +12 -0
  360. package/serialization/client/requests/ListTestsByIdsRequestModel.js +43 -0
  361. package/serialization/client/requests/ResubmitTestsRequestModel.d.ts +15 -0
  362. package/serialization/client/requests/ResubmitTestsRequestModel.js +46 -0
  363. package/serialization/client/requests/RunAgentTestsRequestModel.d.ts +15 -0
  364. package/serialization/client/requests/RunAgentTestsRequestModel.js +46 -0
  365. package/serialization/client/requests/UpdateUnitTestRequest.d.ts +23 -0
  366. package/serialization/client/requests/UpdateUnitTestRequest.js +56 -0
  367. package/serialization/client/requests/index.d.ts +5 -0
  368. package/serialization/client/requests/index.js +13 -0
  369. package/serialization/index.d.ts +1 -0
  370. package/serialization/index.js +1 -0
  371. package/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +13 -0
  372. package/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.js +44 -0
  373. package/serialization/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -0
  374. package/serialization/resources/pronunciationDictionaries/client/requests/index.js +3 -1
  375. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +1 -1
  376. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js +3 -0
  377. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +1 -1
  378. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js +3 -0
  379. package/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +15 -0
  380. package/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.js +46 -0
  381. package/serialization/types/AgentFailureResponseExample.d.ts +13 -0
  382. package/serialization/types/AgentFailureResponseExample.js +44 -0
  383. package/serialization/types/AgentSuccessfulResponseExample.d.ts +13 -0
  384. package/serialization/types/AgentSuccessfulResponseExample.js +44 -0
  385. package/serialization/types/AgentTestingSettings.d.ts +2 -1
  386. package/serialization/types/AgentTestingSettings.js +2 -1
  387. package/serialization/types/AttachedTestModel.d.ts +12 -0
  388. package/serialization/types/AttachedTestModel.js +43 -0
  389. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +5 -1
  390. package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.js +2 -0
  391. package/serialization/types/CreateUnitTestRequestDynamicVariablesValue.d.ts +10 -0
  392. package/serialization/types/CreateUnitTestRequestDynamicVariablesValue.js +46 -0
  393. package/serialization/types/CreateUnitTestResponseModel.d.ts +12 -0
  394. package/serialization/types/CreateUnitTestResponseModel.js +43 -0
  395. package/serialization/types/DetailedMusicResponse.d.ts +15 -0
  396. package/serialization/types/DetailedMusicResponse.js +46 -0
  397. package/serialization/types/ExactParameterEvaluationStrategy.d.ts +12 -0
  398. package/serialization/types/ExactParameterEvaluationStrategy.js +43 -0
  399. package/serialization/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +12 -0
  400. package/serialization/types/ExtendedSubscriptionResponseModelPendingChange.js +43 -0
  401. package/serialization/types/FeaturesUsageCommonModel.d.ts +2 -0
  402. package/serialization/types/FeaturesUsageCommonModel.js +2 -0
  403. package/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +15 -0
  404. package/serialization/types/GetTestSuiteInvocationResponseModel.js +46 -0
  405. package/serialization/types/GetTestsPageResponseModel.d.ts +15 -0
  406. package/serialization/types/GetTestsPageResponseModel.js +46 -0
  407. package/serialization/types/GetTestsSummariesByIdsResponseModel.d.ts +13 -0
  408. package/serialization/types/GetTestsSummariesByIdsResponseModel.js +44 -0
  409. package/serialization/types/GetUnitTestResponseModel.d.ts +24 -0
  410. package/serialization/types/GetUnitTestResponseModel.js +57 -0
  411. package/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +10 -0
  412. package/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.js +46 -0
  413. package/serialization/types/Llm.d.ts +1 -1
  414. package/serialization/types/Llm.js +2 -2
  415. package/serialization/types/LlmParameterEvaluationStrategy.d.ts +12 -0
  416. package/serialization/types/LlmParameterEvaluationStrategy.js +43 -0
  417. package/serialization/types/MultipartMusicResponse.d.ts +14 -0
  418. package/serialization/types/MultipartMusicResponse.js +45 -0
  419. package/serialization/types/PendingCancellationResponseModel.d.ts +13 -0
  420. package/serialization/types/PendingCancellationResponseModel.js +44 -0
  421. package/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +15 -0
  422. package/serialization/types/PendingSubscriptionSwitchResponseModel.js +46 -0
  423. package/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +10 -0
  424. package/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.js +52 -0
  425. package/serialization/types/ReferencedToolCommonModel.d.ts +14 -0
  426. package/serialization/types/ReferencedToolCommonModel.js +45 -0
  427. package/serialization/types/RegexParameterEvaluationStrategy.d.ts +12 -0
  428. package/serialization/types/RegexParameterEvaluationStrategy.js +43 -0
  429. package/serialization/types/SingleTestRunRequestModel.d.ts +12 -0
  430. package/serialization/types/SingleTestRunRequestModel.js +43 -0
  431. package/serialization/types/SongMetadata.d.ts +16 -0
  432. package/serialization/types/SongMetadata.js +47 -0
  433. package/serialization/types/Subscription.d.ts +2 -0
  434. package/serialization/types/Subscription.js +2 -0
  435. package/serialization/types/TestConditionRationaleCommonModel.d.ts +13 -0
  436. package/serialization/types/TestConditionRationaleCommonModel.js +44 -0
  437. package/serialization/types/TestConditionResultCommonModel.d.ts +15 -0
  438. package/serialization/types/TestConditionResultCommonModel.js +46 -0
  439. package/serialization/types/TestRunStatus.d.ts +10 -0
  440. package/serialization/types/TestRunStatus.js +41 -0
  441. package/serialization/types/TestToolResultModel.d.ts +13 -0
  442. package/serialization/types/TestToolResultModel.js +44 -0
  443. package/serialization/types/UnitTestRunResponseModel.d.ts +21 -0
  444. package/serialization/types/UnitTestRunResponseModel.js +52 -0
  445. package/serialization/types/UnitTestSummaryResponseModel.d.ts +17 -0
  446. package/serialization/types/UnitTestSummaryResponseModel.js +48 -0
  447. package/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +15 -0
  448. package/serialization/types/UnitTestToolCallEvaluationModelInput.js +46 -0
  449. package/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +15 -0
  450. package/serialization/types/UnitTestToolCallEvaluationModelOutput.js +46 -0
  451. package/serialization/types/UnitTestToolCallParameter.d.ts +14 -0
  452. package/serialization/types/UnitTestToolCallParameter.js +45 -0
  453. package/serialization/types/UnitTestToolCallParameterEval.d.ts +22 -0
  454. package/serialization/types/UnitTestToolCallParameterEval.js +53 -0
  455. package/serialization/types/UpdateUnitTestRequestDynamicVariablesValue.d.ts +10 -0
  456. package/serialization/types/UpdateUnitTestRequestDynamicVariablesValue.js +46 -0
  457. package/serialization/types/WebhookAuthMethodType.d.ts +1 -1
  458. package/serialization/types/WebhookAuthMethodType.js +1 -1
  459. package/serialization/types/WorkflowFeaturesUsageCommonModel.d.ts +14 -0
  460. package/serialization/types/WorkflowFeaturesUsageCommonModel.js +45 -0
  461. package/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +1 -1
  462. package/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.js +3 -0
  463. package/serialization/types/WorkspaceResourceType.d.ts +1 -1
  464. package/serialization/types/WorkspaceResourceType.js +0 -1
  465. package/serialization/types/index.d.ts +35 -0
  466. package/serialization/types/index.js +35 -0
  467. package/version.d.ts +1 -1
  468. package/version.js +1 -1
@@ -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 });
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type UpdateUnitTestRequestDynamicVariablesValue = string | number | number | boolean;
@@ -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",
@@ -1,4 +1,6 @@
1
1
  export * from "./BadRequestErrorBody";
2
+ export * from "./CreateUnitTestRequestDynamicVariablesValue";
3
+ export * from "./UpdateUnitTestRequestDynamicVariablesValue";
2
4
  export * from "./AsrConversationalConfig";
3
5
  export * from "./AsrInputFormat";
4
6
  export * from "./AsrProvider";
@@ -14,14 +16,17 @@ export * from "./AddWorkspaceGroupMemberResponseModel";
14
16
  export * from "./AddWorkspaceInviteResponseModel";
15
17
  export * from "./AdditionalFormatResponseModel";
16
18
  export * from "./AdditionalFormats";
19
+ export * from "./AdhocAgentConfigOverrideForTestRequestModel";
17
20
  export * from "./AgentCallLimits";
18
21
  export * from "./AgentConfig";
19
22
  export * from "./AgentConfigOverride";
20
23
  export * from "./AgentConfigOverrideConfig";
24
+ export * from "./AgentFailureResponseExample";
21
25
  export * from "./AgentMetadataResponseModel";
22
26
  export * from "./AgentPlatformSettingsRequestModel";
23
27
  export * from "./AgentPlatformSettingsResponseModel";
24
28
  export * from "./AgentSimulatedChatTestResponseModel";
29
+ export * from "./AgentSuccessfulResponseExample";
25
30
  export * from "./AgentSummaryResponseModel";
26
31
  export * from "./AgentTestingSettings";
27
32
  export * from "./AgentTransfer";
@@ -32,6 +37,7 @@ export * from "./ArrayJsonSchemaPropertyInputItems";
32
37
  export * from "./ArrayJsonSchemaPropertyInput";
33
38
  export * from "./ArrayJsonSchemaPropertyOutputItems";
34
39
  export * from "./ArrayJsonSchemaPropertyOutput";
40
+ export * from "./AttachedTestModel";
35
41
  export * from "./AudioNativeCreateProjectResponseModel";
36
42
  export * from "./AudioNativeEditContentResponseModel";
37
43
  export * from "./AudioNativeProjectSettingsResponseModelStatus";
@@ -170,6 +176,7 @@ export * from "./CreatePhoneNumberResponseModel";
170
176
  export * from "./CreatePronunciationDictionaryResponseModel";
171
177
  export * from "./CreateSipTrunkPhoneNumberRequest";
172
178
  export * from "./CreateTwilioPhoneNumberRequest";
179
+ export * from "./CreateUnitTestResponseModel";
173
180
  export * from "./CustomLlmRequestHeadersValue";
174
181
  export * from "./CustomLlm";
175
182
  export * from "./DashboardCallSuccessChartModel";
@@ -193,6 +200,7 @@ export * from "./DependentAvailableToolIdentifier";
193
200
  export * from "./DependentPhoneNumberIdentifier";
194
201
  export * from "./DependentUnknownAgentIdentifier";
195
202
  export * from "./DependentUnknownToolIdentifier";
203
+ export * from "./DetailedMusicResponse";
196
204
  export * from "./DialogueInput";
197
205
  export * from "./DialogueInputResponseModel";
198
206
  export * from "./DoDubbingResponse";
@@ -219,10 +227,12 @@ export * from "./EndCallToolConfig";
219
227
  export * from "./EndCallToolResultModel";
220
228
  export * from "./EvaluationSettings";
221
229
  export * from "./EvaluationSuccessResult";
230
+ export * from "./ExactParameterEvaluationStrategy";
222
231
  export * from "./ExportOptions";
223
232
  export * from "./ExtendedSubscriptionResponseModelCurrency";
224
233
  export * from "./ExtendedSubscriptionResponseModelBillingPeriod";
225
234
  export * from "./ExtendedSubscriptionResponseModelCharacterRefreshPeriod";
235
+ export * from "./ExtendedSubscriptionResponseModelPendingChange";
226
236
  export * from "./Subscription";
227
237
  export * from "./FeatureStatusCommonModel";
228
238
  export * from "./FeaturesUsageCommonModel";
@@ -269,8 +279,13 @@ export * from "./GetPronunciationDictionariesMetadataResponseModel";
269
279
  export * from "./GetPronunciationDictionaryMetadataResponseModelPermissionOnResource";
270
280
  export * from "./GetPronunciationDictionaryMetadataResponse";
271
281
  export * from "./GetSpeechHistoryResponse";
282
+ export * from "./GetTestSuiteInvocationResponseModel";
283
+ export * from "./GetTestsPageResponseModel";
284
+ export * from "./GetTestsSummariesByIdsResponseModel";
272
285
  export * from "./GetToolDependentAgentsResponseModelAgentsItem";
273
286
  export * from "./GetToolDependentAgentsResponseModel";
287
+ export * from "./GetUnitTestResponseModelDynamicVariablesValue";
288
+ export * from "./GetUnitTestResponseModel";
274
289
  export * from "./GetVoicesResponse";
275
290
  export * from "./GetVoicesV2Response";
276
291
  export * from "./GetWorkspaceSecretsResponseModel";
@@ -289,6 +304,7 @@ export * from "./KnowledgeBaseLocator";
289
304
  export * from "./Llm";
290
305
  export * from "./LlmCategoryUsage";
291
306
  export * from "./LlmInputOutputTokensUsage";
307
+ export * from "./LlmParameterEvaluationStrategy";
292
308
  export * from "./LlmTokensCategoryUsage";
293
309
  export * from "./LlmUsageInput";
294
310
  export * from "./LlmUsageOutput";
@@ -335,6 +351,7 @@ export * from "./ModerationStatusResponseModelSafetyStatus";
335
351
  export * from "./ModerationStatusResponseModelWarningStatus";
336
352
  export * from "./ModerationStatusResponseModel";
337
353
  export * from "./MultichannelSpeechToTextResponseModel";
354
+ export * from "./MultipartMusicResponse";
338
355
  export * from "./MusicPrompt";
339
356
  export * from "./ObjectJsonSchemaPropertyInputPropertiesValue";
340
357
  export * from "./ObjectJsonSchemaPropertyInput";
@@ -345,6 +362,9 @@ export * from "./OutboundCallRecipient";
345
362
  export * from "./OutboundCallRecipientResponseModel";
346
363
  export * from "./OutboundSipTrunkConfigRequestModel";
347
364
  export * from "./PdfExportOptions";
365
+ export * from "./PendingCancellationResponseModel";
366
+ export * from "./PendingSubscriptionSwitchResponseModelNextTier";
367
+ export * from "./PendingSubscriptionSwitchResponseModel";
348
368
  export * from "./PhoneNumberAgentInfo";
349
369
  export * from "./PhoneNumberTransferTransferDestination";
350
370
  export * from "./PhoneNumberTransfer";
@@ -409,6 +429,8 @@ export * from "./RagRetrievalInfo";
409
429
  export * from "./ReaderResourceResponseModelResourceType";
410
430
  export * from "./ReaderResourceResponseModel";
411
431
  export * from "./RecordingResponse";
432
+ export * from "./ReferencedToolCommonModel";
433
+ export * from "./RegexParameterEvaluationStrategy";
412
434
  export * from "./RenderStatus";
413
435
  export * from "./Render";
414
436
  export * from "./RenderType";
@@ -440,8 +462,10 @@ export * from "./ShareOptionResponseModel";
440
462
  export * from "./SimilarVoiceCategory";
441
463
  export * from "./SimilarVoice";
442
464
  export * from "./SimilarVoicesForSpeakerResponse";
465
+ export * from "./SingleTestRunRequestModel";
443
466
  export * from "./SkipTurnToolConfig";
444
467
  export * from "./SkipTurnToolResponseModel";
468
+ export * from "./SongMetadata";
445
469
  export * from "./SongSection";
446
470
  export * from "./SpeakerAudioResponseModel";
447
471
  export * from "./SpeakerResponseModel";
@@ -483,6 +507,10 @@ export * from "./TtsModelFamily";
483
507
  export * from "./TtsOptimizeStreamingLatency";
484
508
  export * from "./TtsOutputFormat";
485
509
  export * from "./TelephonyProvider";
510
+ export * from "./TestConditionRationaleCommonModel";
511
+ export * from "./TestConditionResultCommonModel";
512
+ export * from "./TestRunStatus";
513
+ export * from "./TestToolResultModel";
486
514
  export * from "./TokenResponseModel";
487
515
  export * from "./Tool";
488
516
  export * from "./ToolAnnotations";
@@ -508,6 +536,12 @@ export * from "./TurnMode";
508
536
  export * from "./TwilioOutboundCallResponse";
509
537
  export * from "./TxtExportOptions";
510
538
  export * from "./UrlAvatar";
539
+ export * from "./UnitTestRunResponseModel";
540
+ export * from "./UnitTestSummaryResponseModel";
541
+ export * from "./UnitTestToolCallEvaluationModelInput";
542
+ export * from "./UnitTestToolCallEvaluationModelOutput";
543
+ export * from "./UnitTestToolCallParameterEval";
544
+ export * from "./UnitTestToolCallParameter";
511
545
  export * from "./UpdateWorkspaceMemberResponseModel";
512
546
  export * from "./UsageAggregationInterval";
513
547
  export * from "./UsageCharactersResponseModel";
@@ -560,6 +594,7 @@ export * from "./WidgetLanguagePresetResponse";
560
594
  export * from "./WidgetPlacement";
561
595
  export * from "./WidgetStyles";
562
596
  export * from "./WidgetTextContents";
597
+ export * from "./WorkflowFeaturesUsageCommonModel";
563
598
  export * from "./WorkflowToolEdgeStepModel";
564
599
  export * from "./WorkflowToolMaxIterationsExceededStepModel";
565
600
  export * from "./WorkflowToolNestedToolsStepModelInputResultsItem";
@@ -15,6 +15,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./BadRequestErrorBody"), exports);
18
+ __exportStar(require("./CreateUnitTestRequestDynamicVariablesValue"), exports);
19
+ __exportStar(require("./UpdateUnitTestRequestDynamicVariablesValue"), exports);
18
20
  __exportStar(require("./AsrConversationalConfig"), exports);
19
21
  __exportStar(require("./AsrInputFormat"), exports);
20
22
  __exportStar(require("./AsrProvider"), exports);
@@ -30,14 +32,17 @@ __exportStar(require("./AddWorkspaceGroupMemberResponseModel"), exports);
30
32
  __exportStar(require("./AddWorkspaceInviteResponseModel"), exports);
31
33
  __exportStar(require("./AdditionalFormatResponseModel"), exports);
32
34
  __exportStar(require("./AdditionalFormats"), exports);
35
+ __exportStar(require("./AdhocAgentConfigOverrideForTestRequestModel"), exports);
33
36
  __exportStar(require("./AgentCallLimits"), exports);
34
37
  __exportStar(require("./AgentConfig"), exports);
35
38
  __exportStar(require("./AgentConfigOverride"), exports);
36
39
  __exportStar(require("./AgentConfigOverrideConfig"), exports);
40
+ __exportStar(require("./AgentFailureResponseExample"), exports);
37
41
  __exportStar(require("./AgentMetadataResponseModel"), exports);
38
42
  __exportStar(require("./AgentPlatformSettingsRequestModel"), exports);
39
43
  __exportStar(require("./AgentPlatformSettingsResponseModel"), exports);
40
44
  __exportStar(require("./AgentSimulatedChatTestResponseModel"), exports);
45
+ __exportStar(require("./AgentSuccessfulResponseExample"), exports);
41
46
  __exportStar(require("./AgentSummaryResponseModel"), exports);
42
47
  __exportStar(require("./AgentTestingSettings"), exports);
43
48
  __exportStar(require("./AgentTransfer"), exports);
@@ -48,6 +53,7 @@ __exportStar(require("./ArrayJsonSchemaPropertyInputItems"), exports);
48
53
  __exportStar(require("./ArrayJsonSchemaPropertyInput"), exports);
49
54
  __exportStar(require("./ArrayJsonSchemaPropertyOutputItems"), exports);
50
55
  __exportStar(require("./ArrayJsonSchemaPropertyOutput"), exports);
56
+ __exportStar(require("./AttachedTestModel"), exports);
51
57
  __exportStar(require("./AudioNativeCreateProjectResponseModel"), exports);
52
58
  __exportStar(require("./AudioNativeEditContentResponseModel"), exports);
53
59
  __exportStar(require("./AudioNativeProjectSettingsResponseModelStatus"), exports);
@@ -186,6 +192,7 @@ __exportStar(require("./CreatePhoneNumberResponseModel"), exports);
186
192
  __exportStar(require("./CreatePronunciationDictionaryResponseModel"), exports);
187
193
  __exportStar(require("./CreateSipTrunkPhoneNumberRequest"), exports);
188
194
  __exportStar(require("./CreateTwilioPhoneNumberRequest"), exports);
195
+ __exportStar(require("./CreateUnitTestResponseModel"), exports);
189
196
  __exportStar(require("./CustomLlmRequestHeadersValue"), exports);
190
197
  __exportStar(require("./CustomLlm"), exports);
191
198
  __exportStar(require("./DashboardCallSuccessChartModel"), exports);
@@ -209,6 +216,7 @@ __exportStar(require("./DependentAvailableToolIdentifier"), exports);
209
216
  __exportStar(require("./DependentPhoneNumberIdentifier"), exports);
210
217
  __exportStar(require("./DependentUnknownAgentIdentifier"), exports);
211
218
  __exportStar(require("./DependentUnknownToolIdentifier"), exports);
219
+ __exportStar(require("./DetailedMusicResponse"), exports);
212
220
  __exportStar(require("./DialogueInput"), exports);
213
221
  __exportStar(require("./DialogueInputResponseModel"), exports);
214
222
  __exportStar(require("./DoDubbingResponse"), exports);
@@ -235,10 +243,12 @@ __exportStar(require("./EndCallToolConfig"), exports);
235
243
  __exportStar(require("./EndCallToolResultModel"), exports);
236
244
  __exportStar(require("./EvaluationSettings"), exports);
237
245
  __exportStar(require("./EvaluationSuccessResult"), exports);
246
+ __exportStar(require("./ExactParameterEvaluationStrategy"), exports);
238
247
  __exportStar(require("./ExportOptions"), exports);
239
248
  __exportStar(require("./ExtendedSubscriptionResponseModelCurrency"), exports);
240
249
  __exportStar(require("./ExtendedSubscriptionResponseModelBillingPeriod"), exports);
241
250
  __exportStar(require("./ExtendedSubscriptionResponseModelCharacterRefreshPeriod"), exports);
251
+ __exportStar(require("./ExtendedSubscriptionResponseModelPendingChange"), exports);
242
252
  __exportStar(require("./Subscription"), exports);
243
253
  __exportStar(require("./FeatureStatusCommonModel"), exports);
244
254
  __exportStar(require("./FeaturesUsageCommonModel"), exports);
@@ -285,8 +295,13 @@ __exportStar(require("./GetPronunciationDictionariesMetadataResponseModel"), exp
285
295
  __exportStar(require("./GetPronunciationDictionaryMetadataResponseModelPermissionOnResource"), exports);
286
296
  __exportStar(require("./GetPronunciationDictionaryMetadataResponse"), exports);
287
297
  __exportStar(require("./GetSpeechHistoryResponse"), exports);
298
+ __exportStar(require("./GetTestSuiteInvocationResponseModel"), exports);
299
+ __exportStar(require("./GetTestsPageResponseModel"), exports);
300
+ __exportStar(require("./GetTestsSummariesByIdsResponseModel"), exports);
288
301
  __exportStar(require("./GetToolDependentAgentsResponseModelAgentsItem"), exports);
289
302
  __exportStar(require("./GetToolDependentAgentsResponseModel"), exports);
303
+ __exportStar(require("./GetUnitTestResponseModelDynamicVariablesValue"), exports);
304
+ __exportStar(require("./GetUnitTestResponseModel"), exports);
290
305
  __exportStar(require("./GetVoicesResponse"), exports);
291
306
  __exportStar(require("./GetVoicesV2Response"), exports);
292
307
  __exportStar(require("./GetWorkspaceSecretsResponseModel"), exports);
@@ -305,6 +320,7 @@ __exportStar(require("./KnowledgeBaseLocator"), exports);
305
320
  __exportStar(require("./Llm"), exports);
306
321
  __exportStar(require("./LlmCategoryUsage"), exports);
307
322
  __exportStar(require("./LlmInputOutputTokensUsage"), exports);
323
+ __exportStar(require("./LlmParameterEvaluationStrategy"), exports);
308
324
  __exportStar(require("./LlmTokensCategoryUsage"), exports);
309
325
  __exportStar(require("./LlmUsageInput"), exports);
310
326
  __exportStar(require("./LlmUsageOutput"), exports);
@@ -351,6 +367,7 @@ __exportStar(require("./ModerationStatusResponseModelSafetyStatus"), exports);
351
367
  __exportStar(require("./ModerationStatusResponseModelWarningStatus"), exports);
352
368
  __exportStar(require("./ModerationStatusResponseModel"), exports);
353
369
  __exportStar(require("./MultichannelSpeechToTextResponseModel"), exports);
370
+ __exportStar(require("./MultipartMusicResponse"), exports);
354
371
  __exportStar(require("./MusicPrompt"), exports);
355
372
  __exportStar(require("./ObjectJsonSchemaPropertyInputPropertiesValue"), exports);
356
373
  __exportStar(require("./ObjectJsonSchemaPropertyInput"), exports);
@@ -361,6 +378,9 @@ __exportStar(require("./OutboundCallRecipient"), exports);
361
378
  __exportStar(require("./OutboundCallRecipientResponseModel"), exports);
362
379
  __exportStar(require("./OutboundSipTrunkConfigRequestModel"), exports);
363
380
  __exportStar(require("./PdfExportOptions"), exports);
381
+ __exportStar(require("./PendingCancellationResponseModel"), exports);
382
+ __exportStar(require("./PendingSubscriptionSwitchResponseModelNextTier"), exports);
383
+ __exportStar(require("./PendingSubscriptionSwitchResponseModel"), exports);
364
384
  __exportStar(require("./PhoneNumberAgentInfo"), exports);
365
385
  __exportStar(require("./PhoneNumberTransferTransferDestination"), exports);
366
386
  __exportStar(require("./PhoneNumberTransfer"), exports);
@@ -425,6 +445,8 @@ __exportStar(require("./RagRetrievalInfo"), exports);
425
445
  __exportStar(require("./ReaderResourceResponseModelResourceType"), exports);
426
446
  __exportStar(require("./ReaderResourceResponseModel"), exports);
427
447
  __exportStar(require("./RecordingResponse"), exports);
448
+ __exportStar(require("./ReferencedToolCommonModel"), exports);
449
+ __exportStar(require("./RegexParameterEvaluationStrategy"), exports);
428
450
  __exportStar(require("./RenderStatus"), exports);
429
451
  __exportStar(require("./Render"), exports);
430
452
  __exportStar(require("./RenderType"), exports);
@@ -456,8 +478,10 @@ __exportStar(require("./ShareOptionResponseModel"), exports);
456
478
  __exportStar(require("./SimilarVoiceCategory"), exports);
457
479
  __exportStar(require("./SimilarVoice"), exports);
458
480
  __exportStar(require("./SimilarVoicesForSpeakerResponse"), exports);
481
+ __exportStar(require("./SingleTestRunRequestModel"), exports);
459
482
  __exportStar(require("./SkipTurnToolConfig"), exports);
460
483
  __exportStar(require("./SkipTurnToolResponseModel"), exports);
484
+ __exportStar(require("./SongMetadata"), exports);
461
485
  __exportStar(require("./SongSection"), exports);
462
486
  __exportStar(require("./SpeakerAudioResponseModel"), exports);
463
487
  __exportStar(require("./SpeakerResponseModel"), exports);
@@ -499,6 +523,10 @@ __exportStar(require("./TtsModelFamily"), exports);
499
523
  __exportStar(require("./TtsOptimizeStreamingLatency"), exports);
500
524
  __exportStar(require("./TtsOutputFormat"), exports);
501
525
  __exportStar(require("./TelephonyProvider"), exports);
526
+ __exportStar(require("./TestConditionRationaleCommonModel"), exports);
527
+ __exportStar(require("./TestConditionResultCommonModel"), exports);
528
+ __exportStar(require("./TestRunStatus"), exports);
529
+ __exportStar(require("./TestToolResultModel"), exports);
502
530
  __exportStar(require("./TokenResponseModel"), exports);
503
531
  __exportStar(require("./Tool"), exports);
504
532
  __exportStar(require("./ToolAnnotations"), exports);
@@ -524,6 +552,12 @@ __exportStar(require("./TurnMode"), exports);
524
552
  __exportStar(require("./TwilioOutboundCallResponse"), exports);
525
553
  __exportStar(require("./TxtExportOptions"), exports);
526
554
  __exportStar(require("./UrlAvatar"), exports);
555
+ __exportStar(require("./UnitTestRunResponseModel"), exports);
556
+ __exportStar(require("./UnitTestSummaryResponseModel"), exports);
557
+ __exportStar(require("./UnitTestToolCallEvaluationModelInput"), exports);
558
+ __exportStar(require("./UnitTestToolCallEvaluationModelOutput"), exports);
559
+ __exportStar(require("./UnitTestToolCallParameterEval"), exports);
560
+ __exportStar(require("./UnitTestToolCallParameter"), exports);
527
561
  __exportStar(require("./UpdateWorkspaceMemberResponseModel"), exports);
528
562
  __exportStar(require("./UsageAggregationInterval"), exports);
529
563
  __exportStar(require("./UsageCharactersResponseModel"), exports);
@@ -576,6 +610,7 @@ __exportStar(require("./WidgetLanguagePresetResponse"), exports);
576
610
  __exportStar(require("./WidgetPlacement"), exports);
577
611
  __exportStar(require("./WidgetStyles"), exports);
578
612
  __exportStar(require("./WidgetTextContents"), exports);
613
+ __exportStar(require("./WorkflowFeaturesUsageCommonModel"), exports);
579
614
  __exportStar(require("./WorkflowToolEdgeStepModel"), exports);
580
615
  __exportStar(require("./WorkflowToolMaxIterationsExceededStepModel"), exports);
581
616
  __exportStar(require("./WorkflowToolNestedToolsStepModelInputResultsItem"), exports);