@elevenlabs/elevenlabs-js 2.3.0 → 2.4.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 (406) hide show
  1. package/Client.js +2 -2
  2. package/api/resources/conversationalAi/client/Client.d.ts +3 -0
  3. package/api/resources/conversationalAi/client/Client.js +17 -12
  4. package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +14 -0
  5. package/api/resources/conversationalAi/resources/agents/client/Client.js +74 -0
  6. package/api/resources/conversationalAi/resources/agents/client/requests/BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost.d.ts +11 -0
  7. package/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +1 -0
  8. package/api/resources/conversationalAi/resources/index.d.ts +2 -0
  9. package/api/resources/conversationalAi/resources/index.js +3 -1
  10. package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +126 -0
  11. package/api/resources/conversationalAi/resources/tools/client/Client.js +506 -0
  12. package/api/resources/conversationalAi/resources/tools/client/index.d.ts +2 -0
  13. package/api/resources/conversationalAi/resources/tools/client/index.js +17 -0
  14. package/api/resources/conversationalAi/resources/tools/client/requests/ToolsGetDependentAgentsRequest.d.ts +17 -0
  15. package/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -0
  16. package/api/resources/conversationalAi/resources/tools/client/requests/index.js +2 -0
  17. package/api/resources/conversationalAi/resources/tools/index.d.ts +1 -0
  18. package/api/resources/conversationalAi/resources/tools/index.js +17 -0
  19. package/api/resources/dubbing/client/Client.js +3 -0
  20. package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +2 -0
  21. package/api/resources/textToVoice/client/Client.d.ts +32 -0
  22. package/api/resources/textToVoice/client/Client.js +162 -0
  23. package/api/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +23 -0
  24. package/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +36 -0
  25. package/api/resources/textToVoice/client/requests/index.d.ts +2 -0
  26. package/api/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +28 -0
  27. package/api/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.js +27 -0
  28. package/api/resources/textToVoice/types/VoiceDesignRequestModelModelId.d.ts +11 -0
  29. package/api/resources/textToVoice/types/VoiceDesignRequestModelModelId.js +10 -0
  30. package/api/resources/textToVoice/types/index.d.ts +2 -0
  31. package/api/resources/textToVoice/types/index.js +2 -0
  32. package/api/resources/workspace/client/Client.d.ts +39 -0
  33. package/api/resources/workspace/client/Client.js +205 -0
  34. package/api/resources/workspace/client/requests/BodyUpdateDefaultSharingPreferencesV1WorkspaceDefaultSharingPreferencesPost.d.ts +13 -0
  35. package/api/resources/workspace/client/requests/index.d.ts +1 -0
  36. package/api/types/AgentConfigOverride.d.ts +1 -1
  37. package/api/types/AgentConfigOverrideConfig.d.ts +1 -1
  38. package/api/types/AsrProvider.d.ts +5 -1
  39. package/api/types/AsrProvider.js +5 -0
  40. package/api/types/{BuiltInTools.d.ts → BuiltInToolsInput.d.ts} +1 -1
  41. package/api/types/BuiltInToolsOutput.d.ts +16 -0
  42. package/api/types/ClientToolConfigInput.d.ts +0 -1
  43. package/api/types/ClientToolConfigOutput.d.ts +0 -1
  44. package/api/types/ConvAiStoredSecretDependencies.d.ts +1 -1
  45. package/api/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +13 -0
  46. package/api/types/ConversationChargingCommonModel.d.ts +2 -0
  47. package/api/types/DefaultSharingPreferencesResponseModel.d.ts +8 -0
  48. package/api/types/GetToolDependentAgentsResponseModel.d.ts +9 -0
  49. package/api/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +13 -0
  50. package/api/types/McpToolConfigInput.d.ts +0 -1
  51. package/api/types/McpToolConfigOutput.d.ts +0 -1
  52. package/api/types/PromptAgent.d.ts +1 -27
  53. package/api/types/PromptAgentApiModelInput.d.ts +32 -0
  54. package/{dist/api/types/PromptAgentInputToolsItem.d.ts → api/types/PromptAgentApiModelInputToolsItem.d.ts} +2 -2
  55. package/api/types/PromptAgentApiModelOutput.d.ts +32 -0
  56. package/api/types/PromptAgentApiModelOutputToolsItem.d.ts +22 -0
  57. package/api/types/{PromptAgentOverride.d.ts → PromptAgentApiModelOverride.d.ts} +1 -1
  58. package/api/types/{PromptAgentOverrideConfig.d.ts → PromptAgentApiModelOverrideConfig.d.ts} +1 -1
  59. package/api/types/PromptAgentDbModel.d.ts +3 -3
  60. package/api/types/SystemToolConfigInput.d.ts +0 -1
  61. package/api/types/SystemToolConfigOutput.d.ts +0 -1
  62. package/api/types/ToolRequestModel.d.ts +8 -0
  63. package/{dist/api/types/PromptAgentDbModelToolsItem.d.ts → api/types/ToolRequestModelToolConfig.d.ts} +3 -3
  64. package/api/types/ToolRequestModelToolConfig.js +5 -0
  65. package/api/types/ToolResponseModel.d.ts +10 -0
  66. package/api/types/ToolResponseModel.js +5 -0
  67. package/api/types/{PromptAgentOutputToolsItem.d.ts → ToolResponseModelToolConfig.d.ts} +2 -2
  68. package/api/types/ToolResponseModelToolConfig.js +5 -0
  69. package/api/types/ToolsResponseModel.d.ts +7 -0
  70. package/api/types/ToolsResponseModel.js +5 -0
  71. package/api/types/WebhookToolConfigInput.d.ts +0 -1
  72. package/api/types/WebhookToolConfigOutput.d.ts +0 -1
  73. package/api/types/WorkspaceGroupPermission.d.ts +22 -0
  74. package/api/types/WorkspaceGroupPermission.js +24 -0
  75. package/api/types/WorkspaceGroupResponseModel.d.ts +10 -0
  76. package/api/types/WorkspaceGroupResponseModel.js +5 -0
  77. package/api/types/index.d.ts +20 -11
  78. package/api/types/index.js +20 -11
  79. package/dist/Client.js +2 -2
  80. package/dist/api/resources/conversationalAi/client/Client.d.ts +3 -0
  81. package/dist/api/resources/conversationalAi/client/Client.js +17 -12
  82. package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +14 -0
  83. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +74 -0
  84. package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost.d.ts +11 -0
  85. package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost.js +5 -0
  86. package/dist/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +1 -0
  87. package/dist/api/resources/conversationalAi/resources/index.d.ts +2 -0
  88. package/dist/api/resources/conversationalAi/resources/index.js +3 -1
  89. package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +126 -0
  90. package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +506 -0
  91. package/dist/api/resources/conversationalAi/resources/tools/client/index.d.ts +2 -0
  92. package/dist/api/resources/conversationalAi/resources/tools/client/index.js +17 -0
  93. package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsGetDependentAgentsRequest.d.ts +17 -0
  94. package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsGetDependentAgentsRequest.js +5 -0
  95. package/dist/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -0
  96. package/dist/api/resources/conversationalAi/resources/tools/client/requests/index.js +2 -0
  97. package/dist/api/resources/conversationalAi/resources/tools/index.d.ts +1 -0
  98. package/dist/api/resources/conversationalAi/resources/tools/index.js +17 -0
  99. package/dist/api/resources/dubbing/client/Client.js +3 -0
  100. package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +2 -0
  101. package/dist/api/resources/textToVoice/client/Client.d.ts +32 -0
  102. package/dist/api/resources/textToVoice/client/Client.js +162 -0
  103. package/dist/api/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +23 -0
  104. package/dist/api/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.js +5 -0
  105. package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +36 -0
  106. package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.js +5 -0
  107. package/dist/api/resources/textToVoice/client/requests/index.d.ts +2 -0
  108. package/dist/api/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +28 -0
  109. package/dist/api/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.js +27 -0
  110. package/dist/api/resources/textToVoice/types/VoiceDesignRequestModelModelId.d.ts +11 -0
  111. package/dist/api/resources/textToVoice/types/VoiceDesignRequestModelModelId.js +10 -0
  112. package/dist/api/resources/textToVoice/types/index.d.ts +2 -0
  113. package/dist/api/resources/textToVoice/types/index.js +2 -0
  114. package/dist/api/resources/workspace/client/Client.d.ts +39 -0
  115. package/dist/api/resources/workspace/client/Client.js +205 -0
  116. package/dist/api/resources/workspace/client/requests/BodyUpdateDefaultSharingPreferencesV1WorkspaceDefaultSharingPreferencesPost.d.ts +13 -0
  117. package/dist/api/resources/workspace/client/requests/BodyUpdateDefaultSharingPreferencesV1WorkspaceDefaultSharingPreferencesPost.js +5 -0
  118. package/dist/api/resources/workspace/client/requests/index.d.ts +1 -0
  119. package/dist/api/types/AgentConfigOverride.d.ts +1 -1
  120. package/dist/api/types/AgentConfigOverrideConfig.d.ts +1 -1
  121. package/dist/api/types/AsrProvider.d.ts +5 -1
  122. package/dist/api/types/AsrProvider.js +5 -0
  123. package/dist/api/types/{BuiltInTools.d.ts → BuiltInToolsInput.d.ts} +1 -1
  124. package/dist/api/types/BuiltInToolsInput.js +5 -0
  125. package/dist/api/types/BuiltInToolsOutput.d.ts +16 -0
  126. package/dist/api/types/BuiltInToolsOutput.js +5 -0
  127. package/dist/api/types/ClientToolConfigInput.d.ts +0 -1
  128. package/dist/api/types/ClientToolConfigOutput.d.ts +0 -1
  129. package/dist/api/types/ConvAiStoredSecretDependencies.d.ts +1 -1
  130. package/dist/api/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +13 -0
  131. package/dist/api/types/ConvAiStoredSecretDependenciesAgentsItem.js +5 -0
  132. package/dist/api/types/ConversationChargingCommonModel.d.ts +2 -0
  133. package/dist/api/types/DefaultSharingPreferencesResponseModel.d.ts +8 -0
  134. package/dist/api/types/DefaultSharingPreferencesResponseModel.js +5 -0
  135. package/dist/api/types/GetToolDependentAgentsResponseModel.d.ts +9 -0
  136. package/dist/api/types/GetToolDependentAgentsResponseModel.js +5 -0
  137. package/dist/api/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +13 -0
  138. package/dist/api/types/GetToolDependentAgentsResponseModelAgentsItem.js +5 -0
  139. package/dist/api/types/McpToolConfigInput.d.ts +0 -1
  140. package/dist/api/types/McpToolConfigOutput.d.ts +0 -1
  141. package/dist/api/types/PromptAgent.d.ts +1 -27
  142. package/dist/api/types/PromptAgentApiModelInput.d.ts +32 -0
  143. package/dist/api/types/PromptAgentApiModelInput.js +5 -0
  144. package/{api/types/PromptAgentDbModelToolsItem.d.ts → dist/api/types/PromptAgentApiModelInputToolsItem.d.ts} +2 -2
  145. package/dist/api/types/PromptAgentApiModelInputToolsItem.js +5 -0
  146. package/dist/api/types/PromptAgentApiModelOutput.d.ts +32 -0
  147. package/dist/api/types/PromptAgentApiModelOutput.js +5 -0
  148. package/dist/api/types/PromptAgentApiModelOutputToolsItem.d.ts +22 -0
  149. package/dist/api/types/PromptAgentApiModelOutputToolsItem.js +5 -0
  150. package/dist/api/types/{PromptAgentOverride.d.ts → PromptAgentApiModelOverride.d.ts} +1 -1
  151. package/dist/api/types/PromptAgentApiModelOverride.js +5 -0
  152. package/dist/api/types/{PromptAgentOverrideConfig.d.ts → PromptAgentApiModelOverrideConfig.d.ts} +1 -1
  153. package/dist/api/types/PromptAgentApiModelOverrideConfig.js +5 -0
  154. package/dist/api/types/PromptAgentDbModel.d.ts +3 -3
  155. package/dist/api/types/SystemToolConfigInput.d.ts +0 -1
  156. package/dist/api/types/SystemToolConfigOutput.d.ts +0 -1
  157. package/dist/api/types/ToolRequestModel.d.ts +8 -0
  158. package/dist/api/types/ToolRequestModel.js +5 -0
  159. package/{api/types/PromptAgentInputToolsItem.d.ts → dist/api/types/ToolRequestModelToolConfig.d.ts} +3 -3
  160. package/dist/api/types/ToolRequestModelToolConfig.js +5 -0
  161. package/dist/api/types/ToolResponseModel.d.ts +10 -0
  162. package/dist/api/types/ToolResponseModel.js +5 -0
  163. package/dist/api/types/{PromptAgentOutputToolsItem.d.ts → ToolResponseModelToolConfig.d.ts} +2 -2
  164. package/dist/api/types/ToolResponseModelToolConfig.js +5 -0
  165. package/dist/api/types/ToolsResponseModel.d.ts +7 -0
  166. package/dist/api/types/ToolsResponseModel.js +5 -0
  167. package/dist/api/types/WebhookToolConfigInput.d.ts +0 -1
  168. package/dist/api/types/WebhookToolConfigOutput.d.ts +0 -1
  169. package/dist/api/types/WorkspaceGroupPermission.d.ts +22 -0
  170. package/dist/api/types/WorkspaceGroupPermission.js +24 -0
  171. package/dist/api/types/WorkspaceGroupResponseModel.d.ts +10 -0
  172. package/dist/api/types/WorkspaceGroupResponseModel.js +5 -0
  173. package/dist/api/types/index.d.ts +20 -11
  174. package/dist/api/types/index.js +20 -11
  175. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost.d.ts +12 -0
  176. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost.js +43 -0
  177. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/index.d.ts +1 -0
  178. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/index.js +3 -1
  179. package/dist/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +16 -0
  180. package/dist/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.js +47 -0
  181. package/dist/serialization/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +22 -0
  182. package/dist/serialization/{types/DependentAvailableAgentToolIdentifier.js → resources/textToVoice/client/requests/VoiceDesignRequestModel.js} +14 -9
  183. package/dist/serialization/resources/textToVoice/client/requests/index.d.ts +2 -0
  184. package/dist/serialization/resources/textToVoice/client/requests/index.js +5 -1
  185. package/dist/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +10 -0
  186. package/dist/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.js +61 -0
  187. package/dist/serialization/resources/textToVoice/types/VoiceDesignRequestModelModelId.d.ts +10 -0
  188. package/{serialization/types/DependentUnknownAgentToolIdentifier.js → dist/serialization/resources/textToVoice/types/VoiceDesignRequestModelModelId.js} +3 -3
  189. package/dist/serialization/resources/textToVoice/types/index.d.ts +2 -0
  190. package/dist/serialization/resources/textToVoice/types/index.js +2 -0
  191. package/dist/serialization/resources/workspace/client/getShareOptions.d.ts +11 -0
  192. package/dist/serialization/{types/DependentAvailableAgentToolIdentifierAccessLevel.js → resources/workspace/client/getShareOptions.js} +4 -3
  193. package/dist/serialization/resources/workspace/client/index.d.ts +1 -0
  194. package/dist/serialization/resources/workspace/client/index.js +24 -0
  195. package/dist/serialization/resources/workspace/client/requests/BodyUpdateDefaultSharingPreferencesV1WorkspaceDefaultSharingPreferencesPost.d.ts +12 -0
  196. package/dist/serialization/resources/workspace/client/requests/BodyUpdateDefaultSharingPreferencesV1WorkspaceDefaultSharingPreferencesPost.js +43 -0
  197. package/dist/serialization/resources/workspace/client/requests/index.d.ts +1 -0
  198. package/dist/serialization/resources/workspace/client/requests/index.js +3 -1
  199. package/dist/serialization/types/AgentConfigOverride.d.ts +2 -2
  200. package/dist/serialization/types/AgentConfigOverride.js +2 -2
  201. package/dist/serialization/types/AgentConfigOverrideConfig.d.ts +2 -2
  202. package/dist/serialization/types/AgentConfigOverrideConfig.js +2 -2
  203. package/dist/serialization/types/AsrProvider.d.ts +1 -1
  204. package/dist/serialization/types/AsrProvider.js +1 -1
  205. package/dist/serialization/types/{BuiltInTools.d.ts → BuiltInToolsInput.d.ts} +2 -2
  206. package/dist/serialization/types/{BuiltInTools.js → BuiltInToolsInput.js} +2 -2
  207. package/dist/serialization/types/BuiltInToolsOutput.d.ts +17 -0
  208. package/dist/serialization/types/BuiltInToolsOutput.js +48 -0
  209. package/dist/serialization/types/ClientToolConfigInput.d.ts +0 -1
  210. package/dist/serialization/types/ClientToolConfigInput.js +0 -1
  211. package/dist/serialization/types/ClientToolConfigOutput.d.ts +0 -1
  212. package/dist/serialization/types/ClientToolConfigOutput.js +0 -1
  213. package/dist/serialization/types/ConvAiStoredSecretDependencies.d.ts +2 -2
  214. package/dist/serialization/types/ConvAiStoredSecretDependencies.js +2 -2
  215. package/dist/serialization/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +18 -0
  216. package/dist/serialization/types/{ConvAiStoredSecretDependenciesAgentToolsItem.js → ConvAiStoredSecretDependenciesAgentsItem.js} +6 -6
  217. package/dist/serialization/types/ConversationChargingCommonModel.d.ts +2 -0
  218. package/dist/serialization/types/ConversationChargingCommonModel.js +2 -0
  219. package/dist/serialization/types/DefaultSharingPreferencesResponseModel.d.ts +13 -0
  220. package/dist/serialization/types/DefaultSharingPreferencesResponseModel.js +44 -0
  221. package/dist/serialization/types/GetToolDependentAgentsResponseModel.d.ts +15 -0
  222. package/dist/serialization/types/GetToolDependentAgentsResponseModel.js +46 -0
  223. package/dist/serialization/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +18 -0
  224. package/{serialization/types/ConvAiStoredSecretDependenciesAgentToolsItem.js → dist/serialization/types/GetToolDependentAgentsResponseModelAgentsItem.js} +6 -6
  225. package/dist/serialization/types/McpToolConfigInput.d.ts +0 -1
  226. package/dist/serialization/types/McpToolConfigInput.js +0 -1
  227. package/dist/serialization/types/McpToolConfigOutput.d.ts +0 -1
  228. package/dist/serialization/types/McpToolConfigOutput.js +0 -1
  229. package/dist/serialization/types/PromptAgent.d.ts +2 -20
  230. package/dist/serialization/types/PromptAgent.js +1 -19
  231. package/dist/serialization/types/PromptAgentApiModelInput.d.ts +30 -0
  232. package/dist/serialization/types/PromptAgentApiModelInput.js +61 -0
  233. package/{serialization/types/PromptAgentDbModelToolsItem.d.ts → dist/serialization/types/PromptAgentApiModelInputToolsItem.d.ts} +3 -3
  234. package/{serialization/types/PromptAgentDbModelToolsItem.js → dist/serialization/types/PromptAgentApiModelInputToolsItem.js} +2 -2
  235. package/dist/serialization/types/PromptAgentApiModelOutput.d.ts +30 -0
  236. package/dist/serialization/types/PromptAgentApiModelOutput.js +61 -0
  237. package/dist/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +26 -0
  238. package/dist/serialization/types/PromptAgentApiModelOutputToolsItem.js +55 -0
  239. package/{serialization/types/PromptAgentOverride.d.ts → dist/serialization/types/PromptAgentApiModelOverride.d.ts} +2 -2
  240. package/dist/serialization/types/{PromptAgentOverride.js → PromptAgentApiModelOverride.js} +2 -2
  241. package/dist/serialization/types/{PromptAgentOverrideConfig.d.ts → PromptAgentApiModelOverrideConfig.d.ts} +2 -2
  242. package/dist/serialization/types/{PromptAgentOverrideConfig.js → PromptAgentApiModelOverrideConfig.js} +2 -2
  243. package/dist/serialization/types/PromptAgentDbModel.d.ts +3 -4
  244. package/dist/serialization/types/PromptAgentDbModel.js +3 -4
  245. package/dist/serialization/types/SystemToolConfigInput.d.ts +0 -1
  246. package/dist/serialization/types/SystemToolConfigInput.js +0 -1
  247. package/dist/serialization/types/SystemToolConfigOutput.d.ts +0 -1
  248. package/dist/serialization/types/SystemToolConfigOutput.js +0 -1
  249. package/dist/serialization/types/ToolRequestModel.d.ts +13 -0
  250. package/dist/serialization/types/ToolRequestModel.js +44 -0
  251. package/dist/serialization/types/{PromptAgentInputToolsItem.d.ts → ToolRequestModelToolConfig.d.ts} +3 -3
  252. package/{serialization/types/PromptAgentInputToolsItem.js → dist/serialization/types/ToolRequestModelToolConfig.js} +2 -2
  253. package/dist/serialization/types/ToolResponseModel.d.ts +16 -0
  254. package/dist/serialization/types/ToolResponseModel.js +47 -0
  255. package/{serialization/types/PromptAgentOutputToolsItem.d.ts → dist/serialization/types/ToolResponseModelToolConfig.d.ts} +3 -3
  256. package/{serialization/types/PromptAgentOutputToolsItem.js → dist/serialization/types/ToolResponseModelToolConfig.js} +2 -2
  257. package/dist/serialization/types/ToolsResponseModel.d.ts +13 -0
  258. package/dist/serialization/types/ToolsResponseModel.js +44 -0
  259. package/dist/serialization/types/WebhookToolConfigInput.d.ts +0 -1
  260. package/dist/serialization/types/WebhookToolConfigInput.js +0 -1
  261. package/dist/serialization/types/WebhookToolConfigOutput.d.ts +0 -1
  262. package/dist/serialization/types/WebhookToolConfigOutput.js +0 -1
  263. package/dist/serialization/types/WorkspaceGroupPermission.d.ts +10 -0
  264. package/dist/serialization/types/WorkspaceGroupPermission.js +58 -0
  265. package/dist/serialization/types/WorkspaceGroupResponseModel.d.ts +16 -0
  266. package/dist/serialization/types/WorkspaceGroupResponseModel.js +47 -0
  267. package/dist/serialization/types/index.d.ts +20 -11
  268. package/dist/serialization/types/index.js +20 -11
  269. package/dist/version.d.ts +1 -1
  270. package/dist/version.js +1 -1
  271. package/package.json +1 -1
  272. package/reference.md +1019 -239
  273. package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost.d.ts +12 -0
  274. package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost.js +43 -0
  275. package/serialization/resources/conversationalAi/resources/agents/client/requests/index.d.ts +1 -0
  276. package/serialization/resources/conversationalAi/resources/agents/client/requests/index.js +3 -1
  277. package/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +16 -0
  278. package/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.js +47 -0
  279. package/serialization/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +22 -0
  280. package/serialization/resources/textToVoice/client/requests/VoiceDesignRequestModel.js +53 -0
  281. package/serialization/resources/textToVoice/client/requests/index.d.ts +2 -0
  282. package/serialization/resources/textToVoice/client/requests/index.js +5 -1
  283. package/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +10 -0
  284. package/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.js +61 -0
  285. package/serialization/resources/textToVoice/types/VoiceDesignRequestModelModelId.d.ts +10 -0
  286. package/{dist/serialization/types/DependentUnknownAgentToolIdentifier.js → serialization/resources/textToVoice/types/VoiceDesignRequestModelModelId.js} +3 -3
  287. package/serialization/resources/textToVoice/types/index.d.ts +2 -0
  288. package/serialization/resources/textToVoice/types/index.js +2 -0
  289. package/serialization/resources/workspace/client/getShareOptions.d.ts +11 -0
  290. package/serialization/resources/workspace/client/getShareOptions.js +42 -0
  291. package/serialization/resources/workspace/client/index.d.ts +1 -0
  292. package/serialization/resources/workspace/client/index.js +24 -0
  293. package/serialization/resources/workspace/client/requests/BodyUpdateDefaultSharingPreferencesV1WorkspaceDefaultSharingPreferencesPost.d.ts +12 -0
  294. package/serialization/resources/workspace/client/requests/BodyUpdateDefaultSharingPreferencesV1WorkspaceDefaultSharingPreferencesPost.js +43 -0
  295. package/serialization/resources/workspace/client/requests/index.d.ts +1 -0
  296. package/serialization/resources/workspace/client/requests/index.js +3 -1
  297. package/serialization/types/AgentConfigOverride.d.ts +2 -2
  298. package/serialization/types/AgentConfigOverride.js +2 -2
  299. package/serialization/types/AgentConfigOverrideConfig.d.ts +2 -2
  300. package/serialization/types/AgentConfigOverrideConfig.js +2 -2
  301. package/serialization/types/AsrProvider.d.ts +1 -1
  302. package/serialization/types/AsrProvider.js +1 -1
  303. package/serialization/types/{BuiltInTools.d.ts → BuiltInToolsInput.d.ts} +2 -2
  304. package/serialization/types/{BuiltInTools.js → BuiltInToolsInput.js} +2 -2
  305. package/serialization/types/BuiltInToolsOutput.d.ts +17 -0
  306. package/serialization/types/BuiltInToolsOutput.js +48 -0
  307. package/serialization/types/ClientToolConfigInput.d.ts +0 -1
  308. package/serialization/types/ClientToolConfigInput.js +0 -1
  309. package/serialization/types/ClientToolConfigOutput.d.ts +0 -1
  310. package/serialization/types/ClientToolConfigOutput.js +0 -1
  311. package/serialization/types/ConvAiStoredSecretDependencies.d.ts +2 -2
  312. package/serialization/types/ConvAiStoredSecretDependencies.js +2 -2
  313. package/serialization/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +18 -0
  314. package/serialization/types/ConvAiStoredSecretDependenciesAgentsItem.js +51 -0
  315. package/serialization/types/ConversationChargingCommonModel.d.ts +2 -0
  316. package/serialization/types/ConversationChargingCommonModel.js +2 -0
  317. package/serialization/types/DefaultSharingPreferencesResponseModel.d.ts +13 -0
  318. package/serialization/types/DefaultSharingPreferencesResponseModel.js +44 -0
  319. package/serialization/types/GetToolDependentAgentsResponseModel.d.ts +15 -0
  320. package/serialization/types/GetToolDependentAgentsResponseModel.js +46 -0
  321. package/serialization/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +18 -0
  322. package/serialization/types/GetToolDependentAgentsResponseModelAgentsItem.js +51 -0
  323. package/serialization/types/McpToolConfigInput.d.ts +0 -1
  324. package/serialization/types/McpToolConfigInput.js +0 -1
  325. package/serialization/types/McpToolConfigOutput.d.ts +0 -1
  326. package/serialization/types/McpToolConfigOutput.js +0 -1
  327. package/serialization/types/PromptAgent.d.ts +2 -20
  328. package/serialization/types/PromptAgent.js +1 -19
  329. package/serialization/types/PromptAgentApiModelInput.d.ts +30 -0
  330. package/serialization/types/PromptAgentApiModelInput.js +61 -0
  331. package/{dist/serialization/types/PromptAgentDbModelToolsItem.d.ts → serialization/types/PromptAgentApiModelInputToolsItem.d.ts} +3 -3
  332. package/{dist/serialization/types/PromptAgentDbModelToolsItem.js → serialization/types/PromptAgentApiModelInputToolsItem.js} +2 -2
  333. package/serialization/types/PromptAgentApiModelOutput.d.ts +30 -0
  334. package/serialization/types/PromptAgentApiModelOutput.js +61 -0
  335. package/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +26 -0
  336. package/serialization/types/PromptAgentApiModelOutputToolsItem.js +55 -0
  337. package/{dist/serialization/types/PromptAgentOverride.d.ts → serialization/types/PromptAgentApiModelOverride.d.ts} +2 -2
  338. package/serialization/types/{PromptAgentOverride.js → PromptAgentApiModelOverride.js} +2 -2
  339. package/serialization/types/{PromptAgentOverrideConfig.d.ts → PromptAgentApiModelOverrideConfig.d.ts} +2 -2
  340. package/serialization/types/{PromptAgentOverrideConfig.js → PromptAgentApiModelOverrideConfig.js} +2 -2
  341. package/serialization/types/PromptAgentDbModel.d.ts +3 -4
  342. package/serialization/types/PromptAgentDbModel.js +3 -4
  343. package/serialization/types/SystemToolConfigInput.d.ts +0 -1
  344. package/serialization/types/SystemToolConfigInput.js +0 -1
  345. package/serialization/types/SystemToolConfigOutput.d.ts +0 -1
  346. package/serialization/types/SystemToolConfigOutput.js +0 -1
  347. package/serialization/types/ToolRequestModel.d.ts +13 -0
  348. package/serialization/types/ToolRequestModel.js +44 -0
  349. package/serialization/types/{PromptAgentInputToolsItem.d.ts → ToolRequestModelToolConfig.d.ts} +3 -3
  350. package/{dist/serialization/types/PromptAgentInputToolsItem.js → serialization/types/ToolRequestModelToolConfig.js} +2 -2
  351. package/serialization/types/ToolResponseModel.d.ts +16 -0
  352. package/serialization/types/ToolResponseModel.js +47 -0
  353. package/{dist/serialization/types/PromptAgentOutputToolsItem.d.ts → serialization/types/ToolResponseModelToolConfig.d.ts} +3 -3
  354. package/{dist/serialization/types/PromptAgentOutputToolsItem.js → serialization/types/ToolResponseModelToolConfig.js} +2 -2
  355. package/serialization/types/ToolsResponseModel.d.ts +13 -0
  356. package/serialization/types/ToolsResponseModel.js +44 -0
  357. package/serialization/types/WebhookToolConfigInput.d.ts +0 -1
  358. package/serialization/types/WebhookToolConfigInput.js +0 -1
  359. package/serialization/types/WebhookToolConfigOutput.d.ts +0 -1
  360. package/serialization/types/WebhookToolConfigOutput.js +0 -1
  361. package/serialization/types/WorkspaceGroupPermission.d.ts +10 -0
  362. package/serialization/types/WorkspaceGroupPermission.js +58 -0
  363. package/serialization/types/WorkspaceGroupResponseModel.d.ts +16 -0
  364. package/serialization/types/WorkspaceGroupResponseModel.js +47 -0
  365. package/serialization/types/index.d.ts +20 -11
  366. package/serialization/types/index.js +20 -11
  367. package/version.d.ts +1 -1
  368. package/version.js +1 -1
  369. package/api/types/ConvAiStoredSecretDependenciesAgentToolsItem.d.ts +0 -13
  370. package/api/types/DependentAvailableAgentToolIdentifier.d.ts +0 -11
  371. package/api/types/DependentAvailableAgentToolIdentifierAccessLevel.d.ts +0 -9
  372. package/api/types/DependentAvailableAgentToolIdentifierAccessLevel.js +0 -11
  373. package/api/types/DependentUnknownAgentToolIdentifier.d.ts +0 -9
  374. package/dist/api/types/ConvAiStoredSecretDependenciesAgentToolsItem.d.ts +0 -13
  375. package/dist/api/types/DependentAvailableAgentToolIdentifier.d.ts +0 -11
  376. package/dist/api/types/DependentAvailableAgentToolIdentifierAccessLevel.d.ts +0 -9
  377. package/dist/api/types/DependentAvailableAgentToolIdentifierAccessLevel.js +0 -11
  378. package/dist/api/types/DependentUnknownAgentToolIdentifier.d.ts +0 -9
  379. package/dist/serialization/types/ConvAiStoredSecretDependenciesAgentToolsItem.d.ts +0 -18
  380. package/dist/serialization/types/DependentAvailableAgentToolIdentifier.d.ts +0 -17
  381. package/dist/serialization/types/DependentAvailableAgentToolIdentifierAccessLevel.d.ts +0 -10
  382. package/dist/serialization/types/DependentUnknownAgentToolIdentifier.d.ts +0 -11
  383. package/serialization/types/ConvAiStoredSecretDependenciesAgentToolsItem.d.ts +0 -18
  384. package/serialization/types/DependentAvailableAgentToolIdentifier.d.ts +0 -17
  385. package/serialization/types/DependentAvailableAgentToolIdentifier.js +0 -48
  386. package/serialization/types/DependentAvailableAgentToolIdentifierAccessLevel.d.ts +0 -10
  387. package/serialization/types/DependentAvailableAgentToolIdentifierAccessLevel.js +0 -41
  388. package/serialization/types/DependentUnknownAgentToolIdentifier.d.ts +0 -11
  389. /package/api/{types/BuiltInTools.js → resources/conversationalAi/resources/agents/client/requests/BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost.js} +0 -0
  390. /package/api/{types/ConvAiStoredSecretDependenciesAgentToolsItem.js → resources/conversationalAi/resources/tools/client/requests/ToolsGetDependentAgentsRequest.js} +0 -0
  391. /package/api/{types/DependentAvailableAgentToolIdentifier.js → resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.js} +0 -0
  392. /package/api/{types/DependentUnknownAgentToolIdentifier.js → resources/textToVoice/client/requests/VoiceDesignRequestModel.js} +0 -0
  393. /package/api/{types/PromptAgentDbModelToolsItem.js → resources/workspace/client/requests/BodyUpdateDefaultSharingPreferencesV1WorkspaceDefaultSharingPreferencesPost.js} +0 -0
  394. /package/api/types/{PromptAgentInputToolsItem.js → BuiltInToolsInput.js} +0 -0
  395. /package/api/types/{PromptAgentOutputToolsItem.js → BuiltInToolsOutput.js} +0 -0
  396. /package/api/types/{PromptAgentOverride.js → ConvAiStoredSecretDependenciesAgentsItem.js} +0 -0
  397. /package/api/types/{PromptAgentOverrideConfig.js → DefaultSharingPreferencesResponseModel.js} +0 -0
  398. /package/{dist/api/types/BuiltInTools.js → api/types/GetToolDependentAgentsResponseModel.js} +0 -0
  399. /package/{dist/api/types/ConvAiStoredSecretDependenciesAgentToolsItem.js → api/types/GetToolDependentAgentsResponseModelAgentsItem.js} +0 -0
  400. /package/{dist/api/types/DependentAvailableAgentToolIdentifier.js → api/types/PromptAgentApiModelInput.js} +0 -0
  401. /package/{dist/api/types/DependentUnknownAgentToolIdentifier.js → api/types/PromptAgentApiModelInputToolsItem.js} +0 -0
  402. /package/{dist/api/types/PromptAgentDbModelToolsItem.js → api/types/PromptAgentApiModelOutput.js} +0 -0
  403. /package/{dist/api/types/PromptAgentInputToolsItem.js → api/types/PromptAgentApiModelOutputToolsItem.js} +0 -0
  404. /package/{dist/api/types/PromptAgentOutputToolsItem.js → api/types/PromptAgentApiModelOverride.js} +0 -0
  405. /package/{dist/api/types/PromptAgentOverride.js → api/types/PromptAgentApiModelOverrideConfig.js} +0 -0
  406. /package/{dist/api/types/PromptAgentOverrideConfig.js → api/types/ToolRequestModel.js} +0 -0
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.WorkspaceGroupPermission = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ exports.WorkspaceGroupPermission = core.serialization.enum_([
42
+ "text_to_speech",
43
+ "speech_to_speech",
44
+ "voice_lab",
45
+ "sound_effects",
46
+ "projects",
47
+ "voiceover_studio",
48
+ "dubbing",
49
+ "audio_native",
50
+ "conversational_ai",
51
+ "voice_isolator",
52
+ "ai_speech_classifier",
53
+ "add_voice_from_voice_library",
54
+ "create_instant_voice_clone",
55
+ "create_professional_voice_clone",
56
+ "create_user_api_key",
57
+ "publish_studio_project",
58
+ ]);
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as ElevenLabs from "../../api/index";
6
+ import * as core from "../../core";
7
+ import { WorkspaceGroupPermission } from "./WorkspaceGroupPermission";
8
+ export declare const WorkspaceGroupResponseModel: core.serialization.ObjectSchema<serializers.WorkspaceGroupResponseModel.Raw, ElevenLabs.WorkspaceGroupResponseModel>;
9
+ export declare namespace WorkspaceGroupResponseModel {
10
+ interface Raw {
11
+ name: string;
12
+ id: string;
13
+ members: string[];
14
+ permissions?: WorkspaceGroupPermission.Raw[] | null;
15
+ }
16
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.WorkspaceGroupResponseModel = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ const WorkspaceGroupPermission_1 = require("./WorkspaceGroupPermission");
42
+ exports.WorkspaceGroupResponseModel = core.serialization.object({
43
+ name: core.serialization.string(),
44
+ id: core.serialization.string(),
45
+ members: core.serialization.list(core.serialization.string()),
46
+ permissions: core.serialization.list(WorkspaceGroupPermission_1.WorkspaceGroupPermission).optional(),
47
+ });
@@ -69,7 +69,8 @@ export * from "./BodyStreamChapterAudioV1ProjectsProjectIdChaptersChapterIdSnaps
69
69
  export * from "./BodyStreamProjectAudioV1ProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost";
70
70
  export * from "./UpdatePronunciationDictionariesRequest";
71
71
  export * from "./BreakdownTypes";
72
- export * from "./BuiltInTools";
72
+ export * from "./BuiltInToolsInput";
73
+ export * from "./BuiltInToolsOutput";
73
74
  export * from "./ChapterContentBlockExtendableNodeResponseModel";
74
75
  export * from "./ChapterContentBlockInputModelSubType";
75
76
  export * from "./ChapterContentBlockInputModel";
@@ -95,7 +96,7 @@ export * from "./ClientToolConfigOutput";
95
96
  export * from "./ConvAiDynamicVariable";
96
97
  export * from "./ConvAiSecretLocator";
97
98
  export * from "./ConvAiStoredSecretDependenciesToolsItem";
98
- export * from "./ConvAiStoredSecretDependenciesAgentToolsItem";
99
+ export * from "./ConvAiStoredSecretDependenciesAgentsItem";
99
100
  export * from "./ConvAiStoredSecretDependencies";
100
101
  export * from "./ConvAiUserSecretDbModel";
101
102
  export * from "./ConvAiWebhooks";
@@ -164,6 +165,7 @@ export * from "./DashboardCallSuccessChartModel";
164
165
  export * from "./DashboardCriteriaChartModel";
165
166
  export * from "./DashboardDataCollectionChartModel";
166
167
  export * from "./DataCollectionResultCommonModel";
168
+ export * from "./DefaultSharingPreferencesResponseModel";
167
169
  export * from "./DeleteChapterResponseModel";
168
170
  export * from "./DeleteDubbingResponseModel";
169
171
  export * from "./DeleteHistoryItemResponse";
@@ -176,13 +178,10 @@ export * from "./DeleteWorkspaceInviteResponseModel";
176
178
  export * from "./DeleteWorkspaceMemberResponseModel";
177
179
  export * from "./DependentAvailableAgentIdentifierAccessLevel";
178
180
  export * from "./DependentAvailableAgentIdentifier";
179
- export * from "./DependentAvailableAgentToolIdentifierAccessLevel";
180
- export * from "./DependentAvailableAgentToolIdentifier";
181
181
  export * from "./DependentAvailableToolIdentifierAccessLevel";
182
182
  export * from "./DependentAvailableToolIdentifier";
183
183
  export * from "./DependentPhoneNumberIdentifier";
184
184
  export * from "./DependentUnknownAgentIdentifier";
185
- export * from "./DependentUnknownAgentToolIdentifier";
186
185
  export * from "./DependentUnknownToolIdentifier";
187
186
  export * from "./DialogueInput";
188
187
  export * from "./DialogueInputResponseModel";
@@ -254,6 +253,8 @@ export * from "./GetPronunciationDictionariesMetadataResponseModel";
254
253
  export * from "./GetPronunciationDictionaryMetadataResponseModelPermissionOnResource";
255
254
  export * from "./GetPronunciationDictionaryMetadataResponse";
256
255
  export * from "./GetSpeechHistoryResponse";
256
+ export * from "./GetToolDependentAgentsResponseModelAgentsItem";
257
+ export * from "./GetToolDependentAgentsResponseModel";
257
258
  export * from "./GetVoicesResponse";
258
259
  export * from "./GetVoicesV2Response";
259
260
  export * from "./GetWorkspaceSecretsResponseModel";
@@ -356,13 +357,13 @@ export * from "./ProjectResponse";
356
357
  export * from "./ProjectSnapshotExtendedResponseModel";
357
358
  export * from "./ProjectSnapshotResponse";
358
359
  export * from "./ProjectSnapshotsResponse";
359
- export * from "./PromptAgentInputToolsItem";
360
- export * from "./PromptAgent";
361
- export * from "./PromptAgentOutputToolsItem";
362
- export * from "./PromptAgentDbModelToolsItem";
360
+ export * from "./PromptAgentApiModelInputToolsItem";
361
+ export * from "./PromptAgentApiModelInput";
362
+ export * from "./PromptAgentApiModelOutputToolsItem";
363
+ export * from "./PromptAgentApiModelOutput";
364
+ export * from "./PromptAgentApiModelOverride";
365
+ export * from "./PromptAgentApiModelOverrideConfig";
363
366
  export * from "./PromptAgentDbModel";
364
- export * from "./PromptAgentOverride";
365
- export * from "./PromptAgentOverrideConfig";
366
367
  export * from "./PromptEvaluationCriteria";
367
368
  export * from "./PronunciationDictionaryAliasRuleRequestModel";
368
369
  export * from "./PronunciationDictionaryLocatorResponseModel";
@@ -458,6 +459,11 @@ export * from "./TelephonyProvider";
458
459
  export * from "./Tool";
459
460
  export * from "./ToolAnnotations";
460
461
  export * from "./ToolMockConfig";
462
+ export * from "./ToolRequestModelToolConfig";
463
+ export * from "./ToolRequestModel";
464
+ export * from "./ToolResponseModelToolConfig";
465
+ export * from "./ToolResponseModel";
466
+ export * from "./ToolsResponseModel";
461
467
  export * from "./TransferToAgentToolConfig";
462
468
  export * from "./TransferToNumberToolConfig";
463
469
  export * from "./TurnConfig";
@@ -517,6 +523,8 @@ export * from "./WidgetStyles";
517
523
  export * from "./WidgetTextContents";
518
524
  export * from "./WorkspaceBatchCallsResponse";
519
525
  export * from "./WorkspaceGroupByNameResponseModel";
526
+ export * from "./WorkspaceGroupPermission";
527
+ export * from "./WorkspaceGroupResponseModel";
520
528
  export * from "./WorkspaceResourceType";
521
529
  export * from "./WorkspaceWebhookListResponseModel";
522
530
  export * from "./WorkspaceWebhookResponseModel";
@@ -545,6 +553,7 @@ export * from "./UpdateChapterRequest";
545
553
  export * from "./CharacterUsageResponse";
546
554
  export * from "./GetPronunciationDictionariesResponse";
547
555
  export * from "./GetPronunciationDictionaryResponse";
556
+ export * from "./PromptAgent";
548
557
  export * from "./InitializeConnection";
549
558
  export * from "./CloseConnection";
550
559
  export * from "./SendText";
@@ -85,7 +85,8 @@ __exportStar(require("./BodyStreamChapterAudioV1ProjectsProjectIdChaptersChapter
85
85
  __exportStar(require("./BodyStreamProjectAudioV1ProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost"), exports);
86
86
  __exportStar(require("./UpdatePronunciationDictionariesRequest"), exports);
87
87
  __exportStar(require("./BreakdownTypes"), exports);
88
- __exportStar(require("./BuiltInTools"), exports);
88
+ __exportStar(require("./BuiltInToolsInput"), exports);
89
+ __exportStar(require("./BuiltInToolsOutput"), exports);
89
90
  __exportStar(require("./ChapterContentBlockExtendableNodeResponseModel"), exports);
90
91
  __exportStar(require("./ChapterContentBlockInputModelSubType"), exports);
91
92
  __exportStar(require("./ChapterContentBlockInputModel"), exports);
@@ -111,7 +112,7 @@ __exportStar(require("./ClientToolConfigOutput"), exports);
111
112
  __exportStar(require("./ConvAiDynamicVariable"), exports);
112
113
  __exportStar(require("./ConvAiSecretLocator"), exports);
113
114
  __exportStar(require("./ConvAiStoredSecretDependenciesToolsItem"), exports);
114
- __exportStar(require("./ConvAiStoredSecretDependenciesAgentToolsItem"), exports);
115
+ __exportStar(require("./ConvAiStoredSecretDependenciesAgentsItem"), exports);
115
116
  __exportStar(require("./ConvAiStoredSecretDependencies"), exports);
116
117
  __exportStar(require("./ConvAiUserSecretDbModel"), exports);
117
118
  __exportStar(require("./ConvAiWebhooks"), exports);
@@ -180,6 +181,7 @@ __exportStar(require("./DashboardCallSuccessChartModel"), exports);
180
181
  __exportStar(require("./DashboardCriteriaChartModel"), exports);
181
182
  __exportStar(require("./DashboardDataCollectionChartModel"), exports);
182
183
  __exportStar(require("./DataCollectionResultCommonModel"), exports);
184
+ __exportStar(require("./DefaultSharingPreferencesResponseModel"), exports);
183
185
  __exportStar(require("./DeleteChapterResponseModel"), exports);
184
186
  __exportStar(require("./DeleteDubbingResponseModel"), exports);
185
187
  __exportStar(require("./DeleteHistoryItemResponse"), exports);
@@ -192,13 +194,10 @@ __exportStar(require("./DeleteWorkspaceInviteResponseModel"), exports);
192
194
  __exportStar(require("./DeleteWorkspaceMemberResponseModel"), exports);
193
195
  __exportStar(require("./DependentAvailableAgentIdentifierAccessLevel"), exports);
194
196
  __exportStar(require("./DependentAvailableAgentIdentifier"), exports);
195
- __exportStar(require("./DependentAvailableAgentToolIdentifierAccessLevel"), exports);
196
- __exportStar(require("./DependentAvailableAgentToolIdentifier"), exports);
197
197
  __exportStar(require("./DependentAvailableToolIdentifierAccessLevel"), exports);
198
198
  __exportStar(require("./DependentAvailableToolIdentifier"), exports);
199
199
  __exportStar(require("./DependentPhoneNumberIdentifier"), exports);
200
200
  __exportStar(require("./DependentUnknownAgentIdentifier"), exports);
201
- __exportStar(require("./DependentUnknownAgentToolIdentifier"), exports);
202
201
  __exportStar(require("./DependentUnknownToolIdentifier"), exports);
203
202
  __exportStar(require("./DialogueInput"), exports);
204
203
  __exportStar(require("./DialogueInputResponseModel"), exports);
@@ -270,6 +269,8 @@ __exportStar(require("./GetPronunciationDictionariesMetadataResponseModel"), exp
270
269
  __exportStar(require("./GetPronunciationDictionaryMetadataResponseModelPermissionOnResource"), exports);
271
270
  __exportStar(require("./GetPronunciationDictionaryMetadataResponse"), exports);
272
271
  __exportStar(require("./GetSpeechHistoryResponse"), exports);
272
+ __exportStar(require("./GetToolDependentAgentsResponseModelAgentsItem"), exports);
273
+ __exportStar(require("./GetToolDependentAgentsResponseModel"), exports);
273
274
  __exportStar(require("./GetVoicesResponse"), exports);
274
275
  __exportStar(require("./GetVoicesV2Response"), exports);
275
276
  __exportStar(require("./GetWorkspaceSecretsResponseModel"), exports);
@@ -372,13 +373,13 @@ __exportStar(require("./ProjectResponse"), exports);
372
373
  __exportStar(require("./ProjectSnapshotExtendedResponseModel"), exports);
373
374
  __exportStar(require("./ProjectSnapshotResponse"), exports);
374
375
  __exportStar(require("./ProjectSnapshotsResponse"), exports);
375
- __exportStar(require("./PromptAgentInputToolsItem"), exports);
376
- __exportStar(require("./PromptAgent"), exports);
377
- __exportStar(require("./PromptAgentOutputToolsItem"), exports);
378
- __exportStar(require("./PromptAgentDbModelToolsItem"), exports);
376
+ __exportStar(require("./PromptAgentApiModelInputToolsItem"), exports);
377
+ __exportStar(require("./PromptAgentApiModelInput"), exports);
378
+ __exportStar(require("./PromptAgentApiModelOutputToolsItem"), exports);
379
+ __exportStar(require("./PromptAgentApiModelOutput"), exports);
380
+ __exportStar(require("./PromptAgentApiModelOverride"), exports);
381
+ __exportStar(require("./PromptAgentApiModelOverrideConfig"), exports);
379
382
  __exportStar(require("./PromptAgentDbModel"), exports);
380
- __exportStar(require("./PromptAgentOverride"), exports);
381
- __exportStar(require("./PromptAgentOverrideConfig"), exports);
382
383
  __exportStar(require("./PromptEvaluationCriteria"), exports);
383
384
  __exportStar(require("./PronunciationDictionaryAliasRuleRequestModel"), exports);
384
385
  __exportStar(require("./PronunciationDictionaryLocatorResponseModel"), exports);
@@ -474,6 +475,11 @@ __exportStar(require("./TelephonyProvider"), exports);
474
475
  __exportStar(require("./Tool"), exports);
475
476
  __exportStar(require("./ToolAnnotations"), exports);
476
477
  __exportStar(require("./ToolMockConfig"), exports);
478
+ __exportStar(require("./ToolRequestModelToolConfig"), exports);
479
+ __exportStar(require("./ToolRequestModel"), exports);
480
+ __exportStar(require("./ToolResponseModelToolConfig"), exports);
481
+ __exportStar(require("./ToolResponseModel"), exports);
482
+ __exportStar(require("./ToolsResponseModel"), exports);
477
483
  __exportStar(require("./TransferToAgentToolConfig"), exports);
478
484
  __exportStar(require("./TransferToNumberToolConfig"), exports);
479
485
  __exportStar(require("./TurnConfig"), exports);
@@ -533,6 +539,8 @@ __exportStar(require("./WidgetStyles"), exports);
533
539
  __exportStar(require("./WidgetTextContents"), exports);
534
540
  __exportStar(require("./WorkspaceBatchCallsResponse"), exports);
535
541
  __exportStar(require("./WorkspaceGroupByNameResponseModel"), exports);
542
+ __exportStar(require("./WorkspaceGroupPermission"), exports);
543
+ __exportStar(require("./WorkspaceGroupResponseModel"), exports);
536
544
  __exportStar(require("./WorkspaceResourceType"), exports);
537
545
  __exportStar(require("./WorkspaceWebhookListResponseModel"), exports);
538
546
  __exportStar(require("./WorkspaceWebhookResponseModel"), exports);
@@ -561,6 +569,7 @@ __exportStar(require("./UpdateChapterRequest"), exports);
561
569
  __exportStar(require("./CharacterUsageResponse"), exports);
562
570
  __exportStar(require("./GetPronunciationDictionariesResponse"), exports);
563
571
  __exportStar(require("./GetPronunciationDictionaryResponse"), exports);
572
+ __exportStar(require("./PromptAgent"), exports);
564
573
  __exportStar(require("./InitializeConnection"), exports);
565
574
  __exportStar(require("./CloseConnection"), exports);
566
575
  __exportStar(require("./SendText"), exports);
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "v2.3.0";
1
+ export declare const SDK_VERSION = "v2.4.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "v2.3.0";
4
+ exports.SDK_VERSION = "v2.4.0";
@@ -1,13 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as ElevenLabs from "../index";
5
- export type ConvAiStoredSecretDependenciesAgentToolsItem = ElevenLabs.ConvAiStoredSecretDependenciesAgentToolsItem.Available | ElevenLabs.ConvAiStoredSecretDependenciesAgentToolsItem.Unknown;
6
- export declare namespace ConvAiStoredSecretDependenciesAgentToolsItem {
7
- interface Available extends ElevenLabs.DependentAvailableAgentToolIdentifier {
8
- type: "available";
9
- }
10
- interface Unknown extends ElevenLabs.DependentUnknownAgentToolIdentifier {
11
- type: "unknown";
12
- }
13
- }
@@ -1,11 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as ElevenLabs from "../index";
5
- export interface DependentAvailableAgentToolIdentifier {
6
- agentId: string;
7
- agentName: string;
8
- usedBy: string[];
9
- createdAtUnixSecs: number;
10
- accessLevel: ElevenLabs.DependentAvailableAgentToolIdentifierAccessLevel;
11
- }
@@ -1,9 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export type DependentAvailableAgentToolIdentifierAccessLevel = "admin" | "editor" | "viewer";
5
- export declare const DependentAvailableAgentToolIdentifierAccessLevel: {
6
- readonly Admin: "admin";
7
- readonly Editor: "editor";
8
- readonly Viewer: "viewer";
9
- };
@@ -1,11 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.DependentAvailableAgentToolIdentifierAccessLevel = void 0;
7
- exports.DependentAvailableAgentToolIdentifierAccessLevel = {
8
- Admin: "admin",
9
- Editor: "editor",
10
- Viewer: "viewer",
11
- };
@@ -1,9 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * A model that represents an tool dependent on a knowledge base/tools
6
- * to which the user has no direct access.
7
- */
8
- export interface DependentUnknownAgentToolIdentifier {
9
- }
@@ -1,13 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as ElevenLabs from "../index";
5
- export type ConvAiStoredSecretDependenciesAgentToolsItem = ElevenLabs.ConvAiStoredSecretDependenciesAgentToolsItem.Available | ElevenLabs.ConvAiStoredSecretDependenciesAgentToolsItem.Unknown;
6
- export declare namespace ConvAiStoredSecretDependenciesAgentToolsItem {
7
- interface Available extends ElevenLabs.DependentAvailableAgentToolIdentifier {
8
- type: "available";
9
- }
10
- interface Unknown extends ElevenLabs.DependentUnknownAgentToolIdentifier {
11
- type: "unknown";
12
- }
13
- }
@@ -1,11 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as ElevenLabs from "../index";
5
- export interface DependentAvailableAgentToolIdentifier {
6
- agentId: string;
7
- agentName: string;
8
- usedBy: string[];
9
- createdAtUnixSecs: number;
10
- accessLevel: ElevenLabs.DependentAvailableAgentToolIdentifierAccessLevel;
11
- }
@@ -1,9 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export type DependentAvailableAgentToolIdentifierAccessLevel = "admin" | "editor" | "viewer";
5
- export declare const DependentAvailableAgentToolIdentifierAccessLevel: {
6
- readonly Admin: "admin";
7
- readonly Editor: "editor";
8
- readonly Viewer: "viewer";
9
- };
@@ -1,11 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.DependentAvailableAgentToolIdentifierAccessLevel = void 0;
7
- exports.DependentAvailableAgentToolIdentifierAccessLevel = {
8
- Admin: "admin",
9
- Editor: "editor",
10
- Viewer: "viewer",
11
- };
@@ -1,9 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * A model that represents an tool dependent on a knowledge base/tools
6
- * to which the user has no direct access.
7
- */
8
- export interface DependentUnknownAgentToolIdentifier {
9
- }
@@ -1,18 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as ElevenLabs from "../../api/index";
6
- import * as core from "../../core";
7
- import { DependentAvailableAgentToolIdentifier } from "./DependentAvailableAgentToolIdentifier";
8
- import { DependentUnknownAgentToolIdentifier } from "./DependentUnknownAgentToolIdentifier";
9
- export declare const ConvAiStoredSecretDependenciesAgentToolsItem: core.serialization.Schema<serializers.ConvAiStoredSecretDependenciesAgentToolsItem.Raw, ElevenLabs.ConvAiStoredSecretDependenciesAgentToolsItem>;
10
- export declare namespace ConvAiStoredSecretDependenciesAgentToolsItem {
11
- type Raw = ConvAiStoredSecretDependenciesAgentToolsItem.Available | ConvAiStoredSecretDependenciesAgentToolsItem.Unknown;
12
- interface Available extends DependentAvailableAgentToolIdentifier.Raw {
13
- type: "available";
14
- }
15
- interface Unknown extends DependentUnknownAgentToolIdentifier.Raw {
16
- type: "unknown";
17
- }
18
- }
@@ -1,17 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as ElevenLabs from "../../api/index";
6
- import * as core from "../../core";
7
- import { DependentAvailableAgentToolIdentifierAccessLevel } from "./DependentAvailableAgentToolIdentifierAccessLevel";
8
- export declare const DependentAvailableAgentToolIdentifier: core.serialization.ObjectSchema<serializers.DependentAvailableAgentToolIdentifier.Raw, ElevenLabs.DependentAvailableAgentToolIdentifier>;
9
- export declare namespace DependentAvailableAgentToolIdentifier {
10
- interface Raw {
11
- agent_id: string;
12
- agent_name: string;
13
- used_by: string[];
14
- created_at_unix_secs: number;
15
- access_level: DependentAvailableAgentToolIdentifierAccessLevel.Raw;
16
- }
17
- }
@@ -1,10 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as ElevenLabs from "../../api/index";
6
- import * as core from "../../core";
7
- export declare const DependentAvailableAgentToolIdentifierAccessLevel: core.serialization.Schema<serializers.DependentAvailableAgentToolIdentifierAccessLevel.Raw, ElevenLabs.DependentAvailableAgentToolIdentifierAccessLevel>;
8
- export declare namespace DependentAvailableAgentToolIdentifierAccessLevel {
9
- type Raw = "admin" | "editor" | "viewer";
10
- }
@@ -1,11 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as ElevenLabs from "../../api/index";
6
- import * as core from "../../core";
7
- export declare const DependentUnknownAgentToolIdentifier: core.serialization.ObjectSchema<serializers.DependentUnknownAgentToolIdentifier.Raw, ElevenLabs.DependentUnknownAgentToolIdentifier>;
8
- export declare namespace DependentUnknownAgentToolIdentifier {
9
- interface Raw {
10
- }
11
- }
@@ -1,18 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as ElevenLabs from "../../api/index";
6
- import * as core from "../../core";
7
- import { DependentAvailableAgentToolIdentifier } from "./DependentAvailableAgentToolIdentifier";
8
- import { DependentUnknownAgentToolIdentifier } from "./DependentUnknownAgentToolIdentifier";
9
- export declare const ConvAiStoredSecretDependenciesAgentToolsItem: core.serialization.Schema<serializers.ConvAiStoredSecretDependenciesAgentToolsItem.Raw, ElevenLabs.ConvAiStoredSecretDependenciesAgentToolsItem>;
10
- export declare namespace ConvAiStoredSecretDependenciesAgentToolsItem {
11
- type Raw = ConvAiStoredSecretDependenciesAgentToolsItem.Available | ConvAiStoredSecretDependenciesAgentToolsItem.Unknown;
12
- interface Available extends DependentAvailableAgentToolIdentifier.Raw {
13
- type: "available";
14
- }
15
- interface Unknown extends DependentUnknownAgentToolIdentifier.Raw {
16
- type: "unknown";
17
- }
18
- }
@@ -1,17 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as ElevenLabs from "../../api/index";
6
- import * as core from "../../core";
7
- import { DependentAvailableAgentToolIdentifierAccessLevel } from "./DependentAvailableAgentToolIdentifierAccessLevel";
8
- export declare const DependentAvailableAgentToolIdentifier: core.serialization.ObjectSchema<serializers.DependentAvailableAgentToolIdentifier.Raw, ElevenLabs.DependentAvailableAgentToolIdentifier>;
9
- export declare namespace DependentAvailableAgentToolIdentifier {
10
- interface Raw {
11
- agent_id: string;
12
- agent_name: string;
13
- used_by: string[];
14
- created_at_unix_secs: number;
15
- access_level: DependentAvailableAgentToolIdentifierAccessLevel.Raw;
16
- }
17
- }
@@ -1,48 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.DependentAvailableAgentToolIdentifier = void 0;
40
- const core = __importStar(require("../../core"));
41
- const DependentAvailableAgentToolIdentifierAccessLevel_1 = require("./DependentAvailableAgentToolIdentifierAccessLevel");
42
- exports.DependentAvailableAgentToolIdentifier = core.serialization.object({
43
- agentId: core.serialization.property("agent_id", core.serialization.string()),
44
- agentName: core.serialization.property("agent_name", core.serialization.string()),
45
- usedBy: core.serialization.property("used_by", core.serialization.list(core.serialization.string())),
46
- createdAtUnixSecs: core.serialization.property("created_at_unix_secs", core.serialization.number()),
47
- accessLevel: core.serialization.property("access_level", DependentAvailableAgentToolIdentifierAccessLevel_1.DependentAvailableAgentToolIdentifierAccessLevel),
48
- });
@@ -1,10 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as ElevenLabs from "../../api/index";
6
- import * as core from "../../core";
7
- export declare const DependentAvailableAgentToolIdentifierAccessLevel: core.serialization.Schema<serializers.DependentAvailableAgentToolIdentifierAccessLevel.Raw, ElevenLabs.DependentAvailableAgentToolIdentifierAccessLevel>;
8
- export declare namespace DependentAvailableAgentToolIdentifierAccessLevel {
9
- type Raw = "admin" | "editor" | "viewer";
10
- }