@elevenlabs/elevenlabs-js 2.37.0 → 2.38.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 (442) hide show
  1. package/BaseClient.js +2 -2
  2. package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +2 -0
  3. package/api/resources/conversationalAi/resources/agents/client/Client.js +13 -3
  4. package/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +3 -0
  5. package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +3 -0
  6. package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -0
  7. package/api/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +1 -0
  8. package/api/resources/conversationalAi/resources/tests/client/Client.js +9 -1
  9. package/api/resources/conversationalAi/resources/tests/client/requests/TestsListRequest.d.ts +3 -1
  10. package/api/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +1 -0
  11. package/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +1 -0
  12. package/api/resources/music/client/Client.d.ts +16 -0
  13. package/api/resources/music/client/Client.js +72 -0
  14. package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +1 -1
  15. package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -1
  16. package/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -1
  17. package/api/resources/music/client/requests/BodyUploadMusicV1MusicUploadPost.d.ts +13 -0
  18. package/api/resources/music/client/requests/index.d.ts +1 -0
  19. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +22 -0
  20. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +72 -0
  21. package/api/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.d.ts +21 -0
  22. package/api/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +1 -0
  23. package/api/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.d.ts +10 -0
  24. package/api/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.js +3 -0
  25. package/api/resources/pronunciationDictionaries/resources/rules/types/index.d.ts +1 -0
  26. package/api/resources/pronunciationDictionaries/resources/rules/types/index.js +1 -0
  27. package/api/resources/speechToText/client/Client.d.ts +1 -1
  28. package/api/resources/speechToText/client/Client.js +1 -1
  29. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
  30. package/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +1 -1
  31. package/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +1 -1
  32. package/api/types/AgentMetadata.d.ts +1 -0
  33. package/api/types/AsrProvider.d.ts +1 -0
  34. package/api/types/AsrProvider.js +1 -0
  35. package/api/types/BatchCallDetailedResponse.d.ts +1 -0
  36. package/api/types/BatchCallResponse.d.ts +1 -0
  37. package/api/types/CanvasPlacement.d.ts +4 -0
  38. package/api/types/ChapterStatisticsResponse.d.ts +3 -0
  39. package/api/types/CheckServiceAvailabilityParams.d.ts +3 -0
  40. package/api/types/CheckServiceAvailabilityParams.js +3 -0
  41. package/api/types/ClientEvent.d.ts +1 -0
  42. package/api/types/ClientEvent.js +1 -0
  43. package/api/types/ContentGuardrailInput.d.ts +1 -0
  44. package/api/types/ContentGuardrailOutput.d.ts +1 -0
  45. package/api/types/ConversationUserResponseModel.d.ts +2 -2
  46. package/api/types/CreateAssetParams.d.ts +3 -0
  47. package/api/types/CreateAssetParams.js +3 -0
  48. package/api/types/CreateClientAppointmentParams.d.ts +3 -0
  49. package/api/types/CreateClientAppointmentParams.js +3 -0
  50. package/api/types/CustomGuardrailConfig.d.ts +1 -2
  51. package/api/types/CustomGuardrailInput.d.ts +1 -1
  52. package/api/types/CustomGuardrailOutput.d.ts +1 -1
  53. package/{dist/api/types/CustomGuardrailsConfig.d.ts → api/types/CustomGuardrailsConfigInput.d.ts} +1 -1
  54. package/api/types/CustomGuardrailsConfigInput.js +3 -0
  55. package/api/types/CustomGuardrailsConfigOutput.d.ts +7 -0
  56. package/api/types/CustomGuardrailsConfigOutput.js +3 -0
  57. package/api/types/CustomLlm.d.ts +1 -1
  58. package/api/types/DeleteAssetParams.d.ts +3 -0
  59. package/api/types/DeleteAssetParams.js +3 -0
  60. package/api/types/DeleteCalendarEventParams.d.ts +3 -0
  61. package/api/types/DeleteCalendarEventParams.js +3 -0
  62. package/api/types/GetClientAppointmentsParams.d.ts +3 -0
  63. package/api/types/GetClientAppointmentsParams.js +3 -0
  64. package/api/types/GetWhatsAppAccountResponse.d.ts +1 -0
  65. package/api/types/GuardrailExecutionMode.d.ts +5 -0
  66. package/api/types/GuardrailExecutionMode.js +8 -0
  67. package/api/types/ListAssetsParams.d.ts +1 -0
  68. package/api/types/ListCalendarEventsParams.d.ts +3 -0
  69. package/api/types/ListCalendarEventsParams.js +3 -0
  70. package/api/types/ListProductsParams.d.ts +1 -0
  71. package/api/types/ListServicesParams.d.ts +1 -0
  72. package/api/types/ListStaffParams.d.ts +1 -0
  73. package/api/types/Llm.d.ts +1 -0
  74. package/api/types/Llm.js +1 -0
  75. package/api/types/ModerationGuardrailInput.d.ts +1 -0
  76. package/api/types/ModerationGuardrailOutput.d.ts +1 -0
  77. package/api/types/MusicUploadResponse.d.ts +10 -0
  78. package/api/types/MusicUploadResponse.js +3 -0
  79. package/api/types/ObjectJsonSchemaPropertyInput.d.ts +1 -0
  80. package/api/types/ObjectJsonSchemaPropertyOutput.d.ts +1 -0
  81. package/api/types/ProjectExtendedResponse.d.ts +2 -0
  82. package/api/types/ProjectResponse.d.ts +2 -0
  83. package/api/types/RequiredConstraint.d.ts +6 -0
  84. package/api/types/RequiredConstraint.js +3 -0
  85. package/api/types/RequiredConstraints.d.ts +8 -0
  86. package/api/types/RequiredConstraints.js +3 -0
  87. package/api/types/SongSection.d.ts +1 -1
  88. package/api/types/StudioAgentSettingsModel.d.ts +4 -0
  89. package/api/types/StudioAgentSettingsModel.js +3 -0
  90. package/api/types/StudioAgentToolSettingsModel.d.ts +3 -0
  91. package/api/types/StudioAgentToolSettingsModel.js +3 -0
  92. package/api/types/TelephonyCallConfig.d.ts +4 -0
  93. package/api/types/TelephonyCallConfig.js +3 -0
  94. package/api/types/UpdateAssetParams.d.ts +3 -0
  95. package/api/types/UpdateAssetParams.js +3 -0
  96. package/api/types/UpdateCalendarEventParams.d.ts +3 -0
  97. package/api/types/UpdateCalendarEventParams.js +3 -0
  98. package/api/types/VoiceStatisticsResponseModel.d.ts +8 -0
  99. package/api/types/VoiceStatisticsResponseModel.js +3 -0
  100. package/api/types/index.d.ts +19 -2
  101. package/api/types/index.js +19 -2
  102. package/dist/BaseClient.js +2 -2
  103. package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +2 -0
  104. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +13 -3
  105. package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +3 -0
  106. package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +3 -0
  107. package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -0
  108. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +1 -0
  109. package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +9 -1
  110. package/dist/api/resources/conversationalAi/resources/tests/client/requests/TestsListRequest.d.ts +3 -1
  111. package/dist/api/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +1 -0
  112. package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +1 -0
  113. package/dist/api/resources/music/client/Client.d.ts +16 -0
  114. package/dist/api/resources/music/client/Client.js +72 -0
  115. package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +1 -1
  116. package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -1
  117. package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -1
  118. package/dist/api/resources/music/client/requests/BodyUploadMusicV1MusicUploadPost.d.ts +13 -0
  119. package/dist/api/resources/music/client/requests/BodyUploadMusicV1MusicUploadPost.js +3 -0
  120. package/dist/api/resources/music/client/requests/index.d.ts +1 -0
  121. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +22 -0
  122. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +72 -0
  123. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.d.ts +21 -0
  124. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.js +3 -0
  125. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +1 -0
  126. package/dist/api/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.d.ts +10 -0
  127. package/dist/api/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.js +3 -0
  128. package/dist/api/resources/pronunciationDictionaries/resources/rules/types/index.d.ts +1 -0
  129. package/dist/api/resources/pronunciationDictionaries/resources/rules/types/index.js +1 -0
  130. package/dist/api/resources/speechToText/client/Client.d.ts +1 -1
  131. package/dist/api/resources/speechToText/client/Client.js +1 -1
  132. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
  133. package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +1 -1
  134. package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +1 -1
  135. package/dist/api/types/AgentMetadata.d.ts +1 -0
  136. package/dist/api/types/AsrProvider.d.ts +1 -0
  137. package/dist/api/types/AsrProvider.js +1 -0
  138. package/dist/api/types/BatchCallDetailedResponse.d.ts +1 -0
  139. package/dist/api/types/BatchCallResponse.d.ts +1 -0
  140. package/dist/api/types/CanvasPlacement.d.ts +4 -0
  141. package/dist/api/types/ChapterStatisticsResponse.d.ts +3 -0
  142. package/dist/api/types/CheckServiceAvailabilityParams.d.ts +3 -0
  143. package/dist/api/types/CheckServiceAvailabilityParams.js +3 -0
  144. package/dist/api/types/ClientEvent.d.ts +1 -0
  145. package/dist/api/types/ClientEvent.js +1 -0
  146. package/dist/api/types/ContentGuardrailInput.d.ts +1 -0
  147. package/dist/api/types/ContentGuardrailOutput.d.ts +1 -0
  148. package/dist/api/types/ConversationUserResponseModel.d.ts +2 -2
  149. package/dist/api/types/CreateAssetParams.d.ts +3 -0
  150. package/dist/api/types/CreateAssetParams.js +3 -0
  151. package/dist/api/types/CreateClientAppointmentParams.d.ts +3 -0
  152. package/dist/api/types/CreateClientAppointmentParams.js +3 -0
  153. package/dist/api/types/CustomGuardrailConfig.d.ts +1 -2
  154. package/dist/api/types/CustomGuardrailInput.d.ts +1 -1
  155. package/dist/api/types/CustomGuardrailOutput.d.ts +1 -1
  156. package/{api/types/CustomGuardrailsConfig.d.ts → dist/api/types/CustomGuardrailsConfigInput.d.ts} +1 -1
  157. package/dist/api/types/CustomGuardrailsConfigInput.js +3 -0
  158. package/dist/api/types/CustomGuardrailsConfigOutput.d.ts +7 -0
  159. package/dist/api/types/CustomGuardrailsConfigOutput.js +3 -0
  160. package/dist/api/types/CustomLlm.d.ts +1 -1
  161. package/dist/api/types/DeleteAssetParams.d.ts +3 -0
  162. package/dist/api/types/DeleteAssetParams.js +3 -0
  163. package/dist/api/types/DeleteCalendarEventParams.d.ts +3 -0
  164. package/dist/api/types/DeleteCalendarEventParams.js +3 -0
  165. package/dist/api/types/GetClientAppointmentsParams.d.ts +3 -0
  166. package/dist/api/types/GetClientAppointmentsParams.js +3 -0
  167. package/dist/api/types/GetWhatsAppAccountResponse.d.ts +1 -0
  168. package/dist/api/types/GuardrailExecutionMode.d.ts +5 -0
  169. package/dist/api/types/GuardrailExecutionMode.js +8 -0
  170. package/dist/api/types/ListAssetsParams.d.ts +1 -0
  171. package/dist/api/types/ListCalendarEventsParams.d.ts +3 -0
  172. package/dist/api/types/ListCalendarEventsParams.js +3 -0
  173. package/dist/api/types/ListProductsParams.d.ts +1 -0
  174. package/dist/api/types/ListServicesParams.d.ts +1 -0
  175. package/dist/api/types/ListStaffParams.d.ts +1 -0
  176. package/dist/api/types/Llm.d.ts +1 -0
  177. package/dist/api/types/Llm.js +1 -0
  178. package/dist/api/types/ModerationGuardrailInput.d.ts +1 -0
  179. package/dist/api/types/ModerationGuardrailOutput.d.ts +1 -0
  180. package/dist/api/types/MusicUploadResponse.d.ts +10 -0
  181. package/dist/api/types/MusicUploadResponse.js +3 -0
  182. package/dist/api/types/ObjectJsonSchemaPropertyInput.d.ts +1 -0
  183. package/dist/api/types/ObjectJsonSchemaPropertyOutput.d.ts +1 -0
  184. package/dist/api/types/ProjectExtendedResponse.d.ts +2 -0
  185. package/dist/api/types/ProjectResponse.d.ts +2 -0
  186. package/dist/api/types/RequiredConstraint.d.ts +6 -0
  187. package/dist/api/types/RequiredConstraint.js +3 -0
  188. package/dist/api/types/RequiredConstraints.d.ts +8 -0
  189. package/dist/api/types/RequiredConstraints.js +3 -0
  190. package/dist/api/types/SongSection.d.ts +1 -1
  191. package/dist/api/types/StudioAgentSettingsModel.d.ts +4 -0
  192. package/dist/api/types/StudioAgentSettingsModel.js +3 -0
  193. package/dist/api/types/StudioAgentToolSettingsModel.d.ts +3 -0
  194. package/dist/api/types/StudioAgentToolSettingsModel.js +3 -0
  195. package/dist/api/types/TelephonyCallConfig.d.ts +4 -0
  196. package/dist/api/types/TelephonyCallConfig.js +3 -0
  197. package/dist/api/types/UpdateAssetParams.d.ts +3 -0
  198. package/dist/api/types/UpdateAssetParams.js +3 -0
  199. package/dist/api/types/UpdateCalendarEventParams.d.ts +3 -0
  200. package/dist/api/types/UpdateCalendarEventParams.js +3 -0
  201. package/dist/api/types/VoiceStatisticsResponseModel.d.ts +8 -0
  202. package/dist/api/types/VoiceStatisticsResponseModel.js +3 -0
  203. package/dist/api/types/index.d.ts +19 -2
  204. package/dist/api/types/index.js +19 -2
  205. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +1 -1
  206. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
  207. package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
  208. package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -0
  209. package/dist/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +2 -0
  210. package/dist/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.js +2 -0
  211. package/dist/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +2 -0
  212. package/dist/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.js +2 -0
  213. package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +1 -0
  214. package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.js +1 -0
  215. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.d.ts +10 -0
  216. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.js +42 -0
  217. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +1 -0
  218. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/index.js +3 -1
  219. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.d.ts +15 -0
  220. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.js +49 -0
  221. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/types/index.d.ts +1 -0
  222. package/dist/serialization/resources/pronunciationDictionaries/resources/rules/types/index.js +1 -0
  223. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +1 -1
  224. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +1 -1
  225. package/dist/serialization/types/AgentMetadata.d.ts +1 -0
  226. package/dist/serialization/types/AgentMetadata.js +1 -0
  227. package/dist/serialization/types/AsrProvider.d.ts +1 -1
  228. package/dist/serialization/types/AsrProvider.js +1 -1
  229. package/dist/serialization/types/BatchCallDetailedResponse.d.ts +2 -0
  230. package/dist/serialization/types/BatchCallDetailedResponse.js +2 -0
  231. package/dist/serialization/types/BatchCallResponse.d.ts +2 -0
  232. package/dist/serialization/types/BatchCallResponse.js +2 -0
  233. package/dist/serialization/types/CanvasPlacement.d.ts +4 -0
  234. package/dist/serialization/types/CanvasPlacement.js +4 -0
  235. package/dist/serialization/types/ChapterStatisticsResponse.d.ts +2 -0
  236. package/dist/serialization/types/ChapterStatisticsResponse.js +2 -0
  237. package/dist/serialization/types/CheckServiceAvailabilityParams.d.ts +9 -0
  238. package/dist/serialization/types/CheckServiceAvailabilityParams.js +41 -0
  239. package/dist/serialization/types/ClientEvent.d.ts +1 -1
  240. package/dist/serialization/types/ClientEvent.js +1 -0
  241. package/dist/serialization/types/ContentGuardrailInput.d.ts +2 -0
  242. package/dist/serialization/types/ContentGuardrailInput.js +2 -0
  243. package/dist/serialization/types/ContentGuardrailOutput.d.ts +2 -0
  244. package/dist/serialization/types/ContentGuardrailOutput.js +2 -0
  245. package/dist/serialization/types/ConversationUserResponseModel.d.ts +2 -2
  246. package/dist/serialization/types/ConversationUserResponseModel.js +2 -2
  247. package/dist/serialization/types/CreateAssetParams.d.ts +9 -0
  248. package/dist/serialization/types/CreateAssetParams.js +41 -0
  249. package/dist/serialization/types/CreateClientAppointmentParams.d.ts +9 -0
  250. package/dist/serialization/types/CreateClientAppointmentParams.js +41 -0
  251. package/dist/serialization/types/CustomGuardrailConfig.d.ts +2 -2
  252. package/dist/serialization/types/CustomGuardrailConfig.js +2 -2
  253. package/dist/serialization/types/CustomGuardrailInput.d.ts +2 -2
  254. package/dist/serialization/types/CustomGuardrailInput.js +2 -2
  255. package/dist/serialization/types/CustomGuardrailOutput.d.ts +2 -2
  256. package/dist/serialization/types/CustomGuardrailOutput.js +2 -2
  257. package/{serialization/types/CustomGuardrailsConfig.d.ts → dist/serialization/types/CustomGuardrailsConfigInput.d.ts} +2 -2
  258. package/dist/serialization/types/{CustomGuardrailsConfig.js → CustomGuardrailsConfigInput.js} +2 -2
  259. package/dist/serialization/types/CustomGuardrailsConfigOutput.d.ts +10 -0
  260. package/dist/serialization/types/CustomGuardrailsConfigOutput.js +42 -0
  261. package/dist/serialization/types/DeleteAssetParams.d.ts +9 -0
  262. package/dist/serialization/types/DeleteAssetParams.js +41 -0
  263. package/dist/serialization/types/DeleteCalendarEventParams.d.ts +9 -0
  264. package/dist/serialization/types/DeleteCalendarEventParams.js +41 -0
  265. package/dist/serialization/types/GetClientAppointmentsParams.d.ts +9 -0
  266. package/dist/serialization/types/GetClientAppointmentsParams.js +41 -0
  267. package/dist/serialization/types/GetWhatsAppAccountResponse.d.ts +1 -0
  268. package/dist/serialization/types/GetWhatsAppAccountResponse.js +1 -0
  269. package/dist/serialization/types/GuardrailExecutionMode.d.ts +7 -0
  270. package/dist/serialization/types/{CustomGuardrailConfigModel.js → GuardrailExecutionMode.js} +2 -2
  271. package/dist/serialization/types/ListAssetsParams.d.ts +1 -0
  272. package/dist/serialization/types/ListAssetsParams.js +1 -0
  273. package/dist/serialization/types/ListCalendarEventsParams.d.ts +9 -0
  274. package/dist/serialization/types/ListCalendarEventsParams.js +41 -0
  275. package/dist/serialization/types/ListProductsParams.d.ts +1 -0
  276. package/dist/serialization/types/ListProductsParams.js +1 -0
  277. package/dist/serialization/types/ListServicesParams.d.ts +1 -0
  278. package/dist/serialization/types/ListServicesParams.js +1 -0
  279. package/dist/serialization/types/ListStaffParams.d.ts +1 -0
  280. package/dist/serialization/types/ListStaffParams.js +1 -0
  281. package/dist/serialization/types/Llm.d.ts +1 -1
  282. package/dist/serialization/types/Llm.js +1 -0
  283. package/dist/serialization/types/ModerationGuardrailInput.d.ts +2 -0
  284. package/dist/serialization/types/ModerationGuardrailInput.js +2 -0
  285. package/dist/serialization/types/ModerationGuardrailOutput.d.ts +2 -0
  286. package/dist/serialization/types/ModerationGuardrailOutput.js +2 -0
  287. package/dist/serialization/types/MusicUploadResponse.d.ts +11 -0
  288. package/dist/serialization/types/MusicUploadResponse.js +43 -0
  289. package/dist/serialization/types/ObjectJsonSchemaPropertyInput.d.ts +2 -0
  290. package/dist/serialization/types/ObjectJsonSchemaPropertyInput.js +2 -0
  291. package/dist/serialization/types/ObjectJsonSchemaPropertyOutput.d.ts +2 -0
  292. package/dist/serialization/types/ObjectJsonSchemaPropertyOutput.js +2 -0
  293. package/dist/serialization/types/ProjectExtendedResponse.d.ts +2 -0
  294. package/dist/serialization/types/ProjectExtendedResponse.js +2 -0
  295. package/dist/serialization/types/ProjectResponse.d.ts +2 -0
  296. package/dist/serialization/types/ProjectResponse.js +2 -0
  297. package/dist/serialization/types/RequiredConstraint.d.ts +9 -0
  298. package/dist/serialization/types/RequiredConstraint.js +41 -0
  299. package/dist/serialization/types/RequiredConstraints.d.ts +11 -0
  300. package/dist/serialization/types/RequiredConstraints.js +43 -0
  301. package/dist/serialization/types/StudioAgentSettingsModel.d.ts +10 -0
  302. package/dist/serialization/types/StudioAgentSettingsModel.js +42 -0
  303. package/dist/serialization/types/StudioAgentToolSettingsModel.d.ts +9 -0
  304. package/dist/serialization/types/StudioAgentToolSettingsModel.js +41 -0
  305. package/dist/serialization/types/TelephonyCallConfig.d.ts +9 -0
  306. package/dist/serialization/types/TelephonyCallConfig.js +41 -0
  307. package/dist/serialization/types/UpdateAssetParams.d.ts +9 -0
  308. package/dist/serialization/types/UpdateAssetParams.js +41 -0
  309. package/dist/serialization/types/UpdateCalendarEventParams.d.ts +9 -0
  310. package/dist/serialization/types/UpdateCalendarEventParams.js +41 -0
  311. package/dist/serialization/types/VoiceStatisticsResponseModel.d.ts +11 -0
  312. package/dist/serialization/types/VoiceStatisticsResponseModel.js +43 -0
  313. package/dist/serialization/types/index.d.ts +19 -2
  314. package/dist/serialization/types/index.js +19 -2
  315. package/dist/version.d.ts +1 -1
  316. package/dist/version.js +1 -1
  317. package/dist/wrapper/music.d.ts +3 -1
  318. package/dist/wrapper/music.js +29 -27
  319. package/package.json +1 -1
  320. package/reference.md +147 -1
  321. package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +1 -1
  322. package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
  323. package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
  324. package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -0
  325. package/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +2 -0
  326. package/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.js +2 -0
  327. package/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +2 -0
  328. package/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.js +2 -0
  329. package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +1 -0
  330. package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.js +1 -0
  331. package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.d.ts +10 -0
  332. package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.js +42 -0
  333. package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +1 -0
  334. package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/index.js +3 -1
  335. package/serialization/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.d.ts +15 -0
  336. package/serialization/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.js +49 -0
  337. package/serialization/resources/pronunciationDictionaries/resources/rules/types/index.d.ts +1 -0
  338. package/serialization/resources/pronunciationDictionaries/resources/rules/types/index.js +1 -0
  339. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +1 -1
  340. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +1 -1
  341. package/serialization/types/AgentMetadata.d.ts +1 -0
  342. package/serialization/types/AgentMetadata.js +1 -0
  343. package/serialization/types/AsrProvider.d.ts +1 -1
  344. package/serialization/types/AsrProvider.js +1 -1
  345. package/serialization/types/BatchCallDetailedResponse.d.ts +2 -0
  346. package/serialization/types/BatchCallDetailedResponse.js +2 -0
  347. package/serialization/types/BatchCallResponse.d.ts +2 -0
  348. package/serialization/types/BatchCallResponse.js +2 -0
  349. package/serialization/types/CanvasPlacement.d.ts +4 -0
  350. package/serialization/types/CanvasPlacement.js +4 -0
  351. package/serialization/types/ChapterStatisticsResponse.d.ts +2 -0
  352. package/serialization/types/ChapterStatisticsResponse.js +2 -0
  353. package/serialization/types/CheckServiceAvailabilityParams.d.ts +9 -0
  354. package/serialization/types/CheckServiceAvailabilityParams.js +41 -0
  355. package/serialization/types/ClientEvent.d.ts +1 -1
  356. package/serialization/types/ClientEvent.js +1 -0
  357. package/serialization/types/ContentGuardrailInput.d.ts +2 -0
  358. package/serialization/types/ContentGuardrailInput.js +2 -0
  359. package/serialization/types/ContentGuardrailOutput.d.ts +2 -0
  360. package/serialization/types/ContentGuardrailOutput.js +2 -0
  361. package/serialization/types/ConversationUserResponseModel.d.ts +2 -2
  362. package/serialization/types/ConversationUserResponseModel.js +2 -2
  363. package/serialization/types/CreateAssetParams.d.ts +9 -0
  364. package/serialization/types/CreateAssetParams.js +41 -0
  365. package/serialization/types/CreateClientAppointmentParams.d.ts +9 -0
  366. package/serialization/types/CreateClientAppointmentParams.js +41 -0
  367. package/serialization/types/CustomGuardrailConfig.d.ts +2 -2
  368. package/serialization/types/CustomGuardrailConfig.js +2 -2
  369. package/serialization/types/CustomGuardrailInput.d.ts +2 -2
  370. package/serialization/types/CustomGuardrailInput.js +2 -2
  371. package/serialization/types/CustomGuardrailOutput.d.ts +2 -2
  372. package/serialization/types/CustomGuardrailOutput.js +2 -2
  373. package/{dist/serialization/types/CustomGuardrailsConfig.d.ts → serialization/types/CustomGuardrailsConfigInput.d.ts} +2 -2
  374. package/serialization/types/{CustomGuardrailsConfig.js → CustomGuardrailsConfigInput.js} +2 -2
  375. package/serialization/types/CustomGuardrailsConfigOutput.d.ts +10 -0
  376. package/serialization/types/CustomGuardrailsConfigOutput.js +42 -0
  377. package/serialization/types/DeleteAssetParams.d.ts +9 -0
  378. package/serialization/types/DeleteAssetParams.js +41 -0
  379. package/serialization/types/DeleteCalendarEventParams.d.ts +9 -0
  380. package/serialization/types/DeleteCalendarEventParams.js +41 -0
  381. package/serialization/types/GetClientAppointmentsParams.d.ts +9 -0
  382. package/serialization/types/GetClientAppointmentsParams.js +41 -0
  383. package/serialization/types/GetWhatsAppAccountResponse.d.ts +1 -0
  384. package/serialization/types/GetWhatsAppAccountResponse.js +1 -0
  385. package/serialization/types/GuardrailExecutionMode.d.ts +7 -0
  386. package/serialization/types/{CustomGuardrailConfigModel.js → GuardrailExecutionMode.js} +2 -2
  387. package/serialization/types/ListAssetsParams.d.ts +1 -0
  388. package/serialization/types/ListAssetsParams.js +1 -0
  389. package/serialization/types/ListCalendarEventsParams.d.ts +9 -0
  390. package/serialization/types/ListCalendarEventsParams.js +41 -0
  391. package/serialization/types/ListProductsParams.d.ts +1 -0
  392. package/serialization/types/ListProductsParams.js +1 -0
  393. package/serialization/types/ListServicesParams.d.ts +1 -0
  394. package/serialization/types/ListServicesParams.js +1 -0
  395. package/serialization/types/ListStaffParams.d.ts +1 -0
  396. package/serialization/types/ListStaffParams.js +1 -0
  397. package/serialization/types/Llm.d.ts +1 -1
  398. package/serialization/types/Llm.js +1 -0
  399. package/serialization/types/ModerationGuardrailInput.d.ts +2 -0
  400. package/serialization/types/ModerationGuardrailInput.js +2 -0
  401. package/serialization/types/ModerationGuardrailOutput.d.ts +2 -0
  402. package/serialization/types/ModerationGuardrailOutput.js +2 -0
  403. package/serialization/types/MusicUploadResponse.d.ts +11 -0
  404. package/serialization/types/MusicUploadResponse.js +43 -0
  405. package/serialization/types/ObjectJsonSchemaPropertyInput.d.ts +2 -0
  406. package/serialization/types/ObjectJsonSchemaPropertyInput.js +2 -0
  407. package/serialization/types/ObjectJsonSchemaPropertyOutput.d.ts +2 -0
  408. package/serialization/types/ObjectJsonSchemaPropertyOutput.js +2 -0
  409. package/serialization/types/ProjectExtendedResponse.d.ts +2 -0
  410. package/serialization/types/ProjectExtendedResponse.js +2 -0
  411. package/serialization/types/ProjectResponse.d.ts +2 -0
  412. package/serialization/types/ProjectResponse.js +2 -0
  413. package/serialization/types/RequiredConstraint.d.ts +9 -0
  414. package/serialization/types/RequiredConstraint.js +41 -0
  415. package/serialization/types/RequiredConstraints.d.ts +11 -0
  416. package/serialization/types/RequiredConstraints.js +43 -0
  417. package/serialization/types/StudioAgentSettingsModel.d.ts +10 -0
  418. package/serialization/types/StudioAgentSettingsModel.js +42 -0
  419. package/serialization/types/StudioAgentToolSettingsModel.d.ts +9 -0
  420. package/serialization/types/StudioAgentToolSettingsModel.js +41 -0
  421. package/serialization/types/TelephonyCallConfig.d.ts +9 -0
  422. package/serialization/types/TelephonyCallConfig.js +41 -0
  423. package/serialization/types/UpdateAssetParams.d.ts +9 -0
  424. package/serialization/types/UpdateAssetParams.js +41 -0
  425. package/serialization/types/UpdateCalendarEventParams.d.ts +9 -0
  426. package/serialization/types/UpdateCalendarEventParams.js +41 -0
  427. package/serialization/types/VoiceStatisticsResponseModel.d.ts +11 -0
  428. package/serialization/types/VoiceStatisticsResponseModel.js +43 -0
  429. package/serialization/types/index.d.ts +19 -2
  430. package/serialization/types/index.js +19 -2
  431. package/version.d.ts +1 -1
  432. package/version.js +1 -1
  433. package/wrapper/music.d.ts +3 -1
  434. package/wrapper/music.js +29 -27
  435. package/api/types/CustomGuardrailConfigModel.d.ts +0 -6
  436. package/api/types/CustomGuardrailConfigModel.js +0 -9
  437. package/dist/api/types/CustomGuardrailConfigModel.d.ts +0 -6
  438. package/dist/api/types/CustomGuardrailConfigModel.js +0 -9
  439. package/dist/serialization/types/CustomGuardrailConfigModel.d.ts +0 -7
  440. package/serialization/types/CustomGuardrailConfigModel.d.ts +0 -7
  441. /package/api/{types/CustomGuardrailsConfig.js → resources/music/client/requests/BodyUploadMusicV1MusicUploadPost.js} +0 -0
  442. /package/{dist/api/types/CustomGuardrailsConfig.js → api/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.js} +0 -0
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -17,6 +17,7 @@ export declare const ClientEvent: {
17
17
  readonly VadScore: "vad_score";
18
18
  readonly AgentChatResponsePart: "agent_chat_response_part";
19
19
  readonly ClientError: "client_error";
20
+ readonly GuardrailTriggered: "guardrail_triggered";
20
21
  readonly InternalTurnProbability: "internal_turn_probability";
21
22
  readonly InternalTentativeAgentResponse: "internal_tentative_agent_response";
22
23
  };
@@ -21,6 +21,7 @@ exports.ClientEvent = {
21
21
  VadScore: "vad_score",
22
22
  AgentChatResponsePart: "agent_chat_response_part",
23
23
  ClientError: "client_error",
24
+ GuardrailTriggered: "guardrail_triggered",
24
25
  InternalTurnProbability: "internal_turn_probability",
25
26
  InternalTentativeAgentResponse: "internal_tentative_agent_response",
26
27
  };
@@ -1,4 +1,5 @@
1
1
  import type * as ElevenLabs from "../index";
2
2
  export interface ContentGuardrailInput {
3
+ executionMode?: ElevenLabs.GuardrailExecutionMode;
3
4
  config?: ElevenLabs.ContentConfig;
4
5
  }
@@ -1,4 +1,5 @@
1
1
  import type * as ElevenLabs from "../index";
2
2
  export interface ContentGuardrailOutput {
3
+ executionMode?: ElevenLabs.GuardrailExecutionMode;
3
4
  config?: ElevenLabs.ContentConfig;
4
5
  }
@@ -3,7 +3,7 @@ export interface ConversationUserResponseModel {
3
3
  lastContactUnixSecs: number;
4
4
  firstContactUnixSecs: number;
5
5
  conversationCount: number;
6
- lastContactAgentId?: string;
7
- lastContactConversationId?: string;
6
+ lastContactAgentId: string;
7
+ lastContactConversationId: string;
8
8
  lastContactAgentName?: string;
9
9
  }
@@ -0,0 +1,3 @@
1
+ export interface CreateAssetParams {
2
+ smbToolType?: "create_asset";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface CreateClientAppointmentParams {
2
+ smbToolType?: "create_client_appointment";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,6 +8,5 @@ export interface CustomGuardrailConfig {
8
8
  name: string;
9
9
  /** Instruction describing what to block, e.g. 'don't talk about politics' */
10
10
  prompt: string;
11
- /** LLM model to use for custom guardrail evaluation */
12
- model: ElevenLabs.CustomGuardrailConfigModel;
11
+ executionMode?: ElevenLabs.GuardrailExecutionMode;
13
12
  }
@@ -3,5 +3,5 @@ import type * as ElevenLabs from "../index";
3
3
  * Container for custom guardrails, matching ModerationGuardrail pattern
4
4
  */
5
5
  export interface CustomGuardrailInput {
6
- config?: ElevenLabs.CustomGuardrailsConfig;
6
+ config?: ElevenLabs.CustomGuardrailsConfigInput;
7
7
  }
@@ -3,5 +3,5 @@ import type * as ElevenLabs from "../index";
3
3
  * Container for custom guardrails, matching ModerationGuardrail pattern
4
4
  */
5
5
  export interface CustomGuardrailOutput {
6
- config?: ElevenLabs.CustomGuardrailsConfig;
6
+ config?: ElevenLabs.CustomGuardrailsConfigOutput;
7
7
  }
@@ -2,6 +2,6 @@ import type * as ElevenLabs from "../index";
2
2
  /**
3
3
  * Config container for custom guardrails list
4
4
  */
5
- export interface CustomGuardrailsConfig {
5
+ export interface CustomGuardrailsConfigInput {
6
6
  configs?: ElevenLabs.CustomGuardrailConfig[];
7
7
  }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,7 @@
1
+ import type * as ElevenLabs from "../index";
2
+ /**
3
+ * Config container for custom guardrails list
4
+ */
5
+ export interface CustomGuardrailsConfigOutput {
6
+ configs?: ElevenLabs.CustomGuardrailConfig[];
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -4,7 +4,7 @@ export interface CustomLlm {
4
4
  url: string;
5
5
  /** The model ID to be used if URL serves multiple models */
6
6
  modelId?: string;
7
- /** The API key for authentication */
7
+ /** The API key for authentication. Either a workspace secret reference {'secret_id': '...'} or an environment variable reference {'env_var_label': '...'}. */
8
8
  apiKey?: ElevenLabs.ConvAiSecretLocator;
9
9
  /** Headers that should be included in the request */
10
10
  requestHeaders?: Record<string, ElevenLabs.CustomLlmRequestHeadersValue>;
@@ -0,0 +1,3 @@
1
+ export interface DeleteAssetParams {
2
+ smbToolType?: "delete_asset";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface DeleteCalendarEventParams {
2
+ smbToolType?: "delete_calendar_event";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface GetClientAppointmentsParams {
2
+ smbToolType?: "get_client_appointments";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -5,5 +5,6 @@ export interface GetWhatsAppAccountResponse {
5
5
  phoneNumberName: string;
6
6
  phoneNumber: string;
7
7
  assignedAgentId?: string;
8
+ enableMessaging?: boolean;
8
9
  assignedAgentName?: string;
9
10
  }
@@ -0,0 +1,5 @@
1
+ export declare const GuardrailExecutionMode: {
2
+ readonly Streaming: "streaming";
3
+ readonly Blocking: "blocking";
4
+ };
5
+ export type GuardrailExecutionMode = (typeof GuardrailExecutionMode)[keyof typeof GuardrailExecutionMode];
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.GuardrailExecutionMode = void 0;
5
+ exports.GuardrailExecutionMode = {
6
+ Streaming: "streaming",
7
+ Blocking: "blocking",
8
+ };
@@ -1,3 +1,4 @@
1
1
  export interface ListAssetsParams {
2
+ listKwargs?: Record<string, unknown>;
2
3
  smbToolType?: "list_assets";
3
4
  }
@@ -0,0 +1,3 @@
1
+ export interface ListCalendarEventsParams {
2
+ smbToolType?: "list_calendar_events";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
1
  export interface ListProductsParams {
2
+ listKwargs?: Record<string, unknown>;
2
3
  smbToolType?: "list_products";
3
4
  }
@@ -1,3 +1,4 @@
1
1
  export interface ListServicesParams {
2
+ listKwargs?: Record<string, unknown>;
2
3
  smbToolType?: "list_services";
3
4
  }
@@ -1,3 +1,4 @@
1
1
  export interface ListStaffParams {
2
+ listKwargs?: Record<string, unknown>;
2
3
  smbToolType?: "list_staff";
3
4
  }
@@ -22,6 +22,7 @@ export declare const Llm: {
22
22
  readonly Gemini3ProPreview: "gemini-3-pro-preview";
23
23
  readonly Gemini3FlashPreview: "gemini-3-flash-preview";
24
24
  readonly ClaudeSonnet45: "claude-sonnet-4-5";
25
+ readonly ClaudeSonnet46: "claude-sonnet-4-6";
25
26
  readonly ClaudeSonnet4: "claude-sonnet-4";
26
27
  readonly ClaudeHaiku45: "claude-haiku-4-5";
27
28
  readonly Claude37Sonnet: "claude-3-7-sonnet";
package/api/types/Llm.js CHANGED
@@ -26,6 +26,7 @@ exports.Llm = {
26
26
  Gemini3ProPreview: "gemini-3-pro-preview",
27
27
  Gemini3FlashPreview: "gemini-3-flash-preview",
28
28
  ClaudeSonnet45: "claude-sonnet-4-5",
29
+ ClaudeSonnet46: "claude-sonnet-4-6",
29
30
  ClaudeSonnet4: "claude-sonnet-4",
30
31
  ClaudeHaiku45: "claude-haiku-4-5",
31
32
  Claude37Sonnet: "claude-3-7-sonnet",
@@ -1,4 +1,5 @@
1
1
  import type * as ElevenLabs from "../index";
2
2
  export interface ModerationGuardrailInput {
3
+ executionMode?: ElevenLabs.GuardrailExecutionMode;
3
4
  config?: ElevenLabs.ModerationConfig;
4
5
  }
@@ -1,4 +1,5 @@
1
1
  import type * as ElevenLabs from "../index";
2
2
  export interface ModerationGuardrailOutput {
3
+ executionMode?: ElevenLabs.GuardrailExecutionMode;
3
4
  config?: ElevenLabs.ModerationConfig;
4
5
  }
@@ -0,0 +1,10 @@
1
+ import type * as ElevenLabs from "../index";
2
+ /**
3
+ * Response model for music upload endpoint.
4
+ */
5
+ export interface MusicUploadResponse {
6
+ /** Unique identifier for the uploaded song */
7
+ songId: string;
8
+ /** The composition plan extracted from the uploaded song. Only present if `extract_composition_plan` was True in the request body */
9
+ compositionPlan?: ElevenLabs.MusicPrompt;
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -4,4 +4,5 @@ export interface ObjectJsonSchemaPropertyInput {
4
4
  required?: string[];
5
5
  description?: string;
6
6
  properties?: Record<string, ElevenLabs.ObjectJsonSchemaPropertyInputPropertiesValue>;
7
+ requiredConstraints?: ElevenLabs.RequiredConstraints;
7
8
  }
@@ -4,4 +4,5 @@ export interface ObjectJsonSchemaPropertyOutput {
4
4
  required?: string[];
5
5
  description?: string;
6
6
  properties?: Record<string, ElevenLabs.ObjectJsonSchemaPropertyOutputPropertiesValue>;
7
+ requiredConstraints?: ElevenLabs.RequiredConstraints;
7
8
  }
@@ -68,6 +68,8 @@ export interface ProjectExtendedResponse {
68
68
  publicShareId?: string;
69
69
  /** The aspect ratio of the project. */
70
70
  aspectRatio?: ElevenLabs.ProjectExtendedResponseModelAspectRatio;
71
+ /** Agent-related settings for the project */
72
+ agentSettings?: ElevenLabs.StudioAgentSettingsModel;
71
73
  /** The quality preset level of the project. */
72
74
  qualityPreset: ElevenLabs.ProjectExtendedResponseModelQualityPreset;
73
75
  /** List of chapters of the project and their metadata. */
@@ -68,4 +68,6 @@ export interface ProjectResponse {
68
68
  publicShareId?: string;
69
69
  /** The aspect ratio of the project. */
70
70
  aspectRatio?: ElevenLabs.ProjectResponseModelAspectRatio;
71
+ /** Agent-related settings for the project */
72
+ agentSettings?: ElevenLabs.StudioAgentSettingsModel;
71
73
  }
@@ -0,0 +1,6 @@
1
+ /**
2
+ * A set of fields that must all be present to satisfy this constraint.
3
+ */
4
+ export interface RequiredConstraint {
5
+ required: string[];
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ import type * as ElevenLabs from "../index";
2
+ /**
3
+ * Wrapper for anyOf/allOf composition constraints scoped to required fields.
4
+ */
5
+ export interface RequiredConstraints {
6
+ anyOf?: ElevenLabs.RequiredConstraint[];
7
+ allOf?: ElevenLabs.RequiredConstraint[];
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -10,6 +10,6 @@ export interface SongSection {
10
10
  durationMs: number;
11
11
  /** The lyrics of the section. Max 200 characters per line. */
12
12
  lines: string[];
13
- /** Optional source to extract the section from. Used for inpainting. Only available to enterprise clients with access to the inpainting API. */
13
+ /** Optional source to extract the section from. Used for inpainting. Only available to enterprise clients with access to the inpainting feature. */
14
14
  sourceFrom?: ElevenLabs.SectionSource;
15
15
  }
@@ -0,0 +1,4 @@
1
+ import type * as ElevenLabs from "../index";
2
+ export interface StudioAgentSettingsModel {
3
+ toolSettings?: Record<string, ElevenLabs.StudioAgentToolSettingsModel>;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface StudioAgentToolSettingsModel {
2
+ skipConfirmation?: boolean;
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export interface TelephonyCallConfig {
2
+ /** How long to ring the recipient before giving up, in seconds. Note that this will also be limited by the provider's own constraints. */
3
+ ringingTimeoutSecs?: number;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface UpdateAssetParams {
2
+ smbToolType?: "update_asset";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface UpdateCalendarEventParams {
2
+ smbToolType?: "update_calendar_event";
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ export interface VoiceStatisticsResponseModel {
2
+ /** The voice ID. */
3
+ voiceId: string;
4
+ /** The number of unconverted characters for this voice. */
5
+ charactersUnconverted: number;
6
+ /** The number of converted characters for this voice. */
7
+ charactersConverted: number;
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -197,6 +197,7 @@ export * from "./CharacterAlignmentResponseModel";
197
197
  export * from "./CharacterRefreshPeriod";
198
198
  export * from "./CharacterUsageResponse";
199
199
  export * from "./ChatSourceMedium";
200
+ export * from "./CheckServiceAvailabilityParams";
200
201
  export * from "./ClientEvent";
201
202
  export * from "./ClientToolConfigInput";
202
203
  export * from "./ClientToolConfigOutput";
@@ -310,7 +311,9 @@ export * from "./ConvertProjectResponseModel";
310
311
  export * from "./CreateAgentBranchResponseModel";
311
312
  export * from "./CreateAgentResponseModel";
312
313
  export * from "./CreateAgentTestResponseModel";
314
+ export * from "./CreateAssetParams";
313
315
  export * from "./CreateAudioNativeProjectRequest";
316
+ export * from "./CreateClientAppointmentParams";
314
317
  export * from "./CreateClientParams";
315
318
  export * from "./CreatePhoneNumberResponseModel";
316
319
  export * from "./CreatePreviouslyGeneratedVoiceRequest";
@@ -328,10 +331,10 @@ export * from "./CreateToolCallUnitTestRequestDynamicVariablesValue";
328
331
  export * from "./CreateTranscriptRequest";
329
332
  export * from "./CreateTwilioPhoneNumberRequest";
330
333
  export * from "./CustomGuardrailConfig";
331
- export * from "./CustomGuardrailConfigModel";
332
334
  export * from "./CustomGuardrailInput";
333
335
  export * from "./CustomGuardrailOutput";
334
- export * from "./CustomGuardrailsConfig";
336
+ export * from "./CustomGuardrailsConfigInput";
337
+ export * from "./CustomGuardrailsConfigOutput";
335
338
  export * from "./CustomLlm";
336
339
  export * from "./CustomLlmapiType";
337
340
  export * from "./CustomLlmRequestHeadersValue";
@@ -343,6 +346,8 @@ export * from "./DashboardDataCollectionChartModel";
343
346
  export * from "./DataCollectionResultCommonModel";
344
347
  export * from "./DefaultSharingGroupResponseModel";
345
348
  export * from "./DefaultSharingGroupResponseModelPermissionLevel";
349
+ export * from "./DeleteAssetParams";
350
+ export * from "./DeleteCalendarEventParams";
346
351
  export * from "./DeleteChapterRequest";
347
352
  export * from "./DeleteChapterResponseModel";
348
353
  export * from "./DeleteClientParams";
@@ -445,6 +450,7 @@ export * from "./GetChapterRequest";
445
450
  export * from "./GetChapterSnapshotsRequest";
446
451
  export * from "./GetChaptersRequest";
447
452
  export * from "./GetChaptersResponse";
453
+ export * from "./GetClientAppointmentsParams";
448
454
  export * from "./GetClientByPhoneParams";
449
455
  export * from "./GetConvAiDashboardSettingsResponseModel";
450
456
  export * from "./GetConvAiDashboardSettingsResponseModelChartsItem";
@@ -505,6 +511,7 @@ export * from "./GetVoicesResponse";
505
511
  export * from "./GetVoicesV2Response";
506
512
  export * from "./GetWhatsAppAccountResponse";
507
513
  export * from "./GetWorkspaceSecretsResponseModel";
514
+ export * from "./GuardrailExecutionMode";
508
515
  export * from "./GuardrailsV1Input";
509
516
  export * from "./GuardrailsV1Output";
510
517
  export * from "./HistoryAlignmentResponseModel";
@@ -544,6 +551,7 @@ export * from "./LanguageResponse";
544
551
  export * from "./LibraryVoiceResponse";
545
552
  export * from "./LibraryVoiceResponseModelCategory";
546
553
  export * from "./ListAssetsParams";
554
+ export * from "./ListCalendarEventsParams";
547
555
  export * from "./ListClientsParams";
548
556
  export * from "./ListMcpToolsResponseModel";
549
557
  export * from "./ListProductsParams";
@@ -612,6 +620,7 @@ export * from "./MultipartMusicResponse";
612
620
  export * from "./MultiSourceConfigJson";
613
621
  export * from "./MusicExploreSongSourceContext";
614
622
  export * from "./MusicPrompt";
623
+ export * from "./MusicUploadResponse";
615
624
  export * from "./NoCoachingSettings";
616
625
  export * from "./NonStreamingOutputFormats";
617
626
  export * from "./NormalizedAlignment";
@@ -751,6 +760,8 @@ export * from "./Render";
751
760
  export * from "./RenderStatus";
752
761
  export * from "./RenderType";
753
762
  export * from "./RequestPvcManualVerificationResponseModel";
763
+ export * from "./RequiredConstraint";
764
+ export * from "./RequiredConstraints";
754
765
  export * from "./ResourceAccessInfo";
755
766
  export * from "./ResourceAccessInfoRole";
756
767
  export * from "./ResourceMetadataResponseModel";
@@ -857,6 +868,8 @@ export * from "./StartPvcVoiceTrainingResponseModel";
857
868
  export * from "./StartSpeakerSeparationResponseModel";
858
869
  export * from "./StreamingAudioChunkWithTimestampsAndVoiceSegmentsResponseModel";
859
870
  export * from "./StreamingAudioChunkWithTimestampsResponse";
871
+ export * from "./StudioAgentSettingsModel";
872
+ export * from "./StudioAgentToolSettingsModel";
860
873
  export * from "./StudioClipReference";
861
874
  export * from "./StudioClipReferenceClipType";
862
875
  export * from "./Subscription";
@@ -869,6 +882,7 @@ export * from "./SystemToolConfigInput";
869
882
  export * from "./SystemToolConfigInputParams";
870
883
  export * from "./SystemToolConfigOutput";
871
884
  export * from "./SystemToolConfigOutputParams";
885
+ export * from "./TelephonyCallConfig";
872
886
  export * from "./TelephonyProvider";
873
887
  export * from "./TestConditionRationaleCommonModel";
874
888
  export * from "./TestConditionResultCommonModel";
@@ -952,7 +966,9 @@ export * from "./UnitTestToolCallEvaluationModelOutput";
952
966
  export * from "./UnitTestToolCallParameter";
953
967
  export * from "./UnitTestToolCallParameterEval";
954
968
  export * from "./UnitTestWorkflowNodeTransitionEvaluationNodeId";
969
+ export * from "./UpdateAssetParams";
955
970
  export * from "./UpdateAudioNativeProjectRequest";
971
+ export * from "./UpdateCalendarEventParams";
956
972
  export * from "./UpdateChapterRequest";
957
973
  export * from "./UpdateClientParams";
958
974
  export * from "./UpdateProductParams";
@@ -1000,6 +1016,7 @@ export * from "./VoiceSharingModerationCheckResponseModel";
1000
1016
  export * from "./VoiceSharingResponse";
1001
1017
  export * from "./VoiceSharingResponseModelCategory";
1002
1018
  export * from "./VoiceSharingState";
1019
+ export * from "./VoiceStatisticsResponseModel";
1003
1020
  export * from "./VoiceVerificationResponse";
1004
1021
  export * from "./WebhookAuthMethodType";
1005
1022
  export * from "./WebhookEventType";