@elevenlabs/elevenlabs-js 2.53.1 → 2.54.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 (1037) hide show
  1. package/.fern/metadata.json +3 -7
  2. package/.fern/replay.lock +8 -2
  3. package/BaseClient.js +2 -2
  4. package/Client.js +1 -1
  5. package/api/resources/audioIsolation/client/Client.js +4 -8
  6. package/api/resources/audioNative/client/Client.js +4 -4
  7. package/api/resources/conversationalAi/client/Client.js +4 -8
  8. package/api/resources/conversationalAi/resources/agents/client/Client.js +9 -25
  9. package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +14 -0
  10. package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +53 -13
  11. package/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +1 -1
  12. package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +2 -10
  13. package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +1 -1
  14. package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -1
  15. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +1 -1
  16. package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +1 -5
  17. package/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.js +1 -1
  18. package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +1 -5
  19. package/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/WidgetGetRequest.d.ts +1 -1
  20. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +1 -1
  21. package/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js +1 -5
  22. package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +6 -10
  23. package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -1
  24. package/api/resources/conversationalAi/resources/conversations/client/Client.js +16 -28
  25. package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +7 -1
  26. package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.js +2 -2
  27. package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +1 -1
  28. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +1 -1
  29. package/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.js +2 -2
  30. package/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
  31. package/api/resources/conversationalAi/resources/conversations/resources/index.js +1 -0
  32. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
  33. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +9 -11
  34. package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +3 -0
  35. package/api/resources/conversationalAi/resources/conversations/resources/tags/client/Client.js +7 -11
  36. package/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.d.ts +6 -2
  37. package/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.js +15 -6
  38. package/api/resources/conversationalAi/resources/conversations/resources/topics/client/index.d.ts +1 -1
  39. package/api/resources/conversationalAi/resources/conversations/resources/topics/client/index.js +15 -0
  40. package/api/resources/conversationalAi/resources/conversations/resources/topics/client/requests/TopicsGetRequest.d.ts +13 -0
  41. package/api/resources/conversationalAi/resources/conversations/resources/topics/client/requests/index.d.ts +1 -0
  42. package/api/resources/conversationalAi/resources/conversations/resources/topics/client/requests/index.js +2 -0
  43. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +2 -2
  44. package/api/resources/conversationalAi/resources/exotel/client/Client.js +1 -1
  45. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +3 -11
  46. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +3 -3
  47. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +12 -24
  48. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +1 -5
  49. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/Client.js +1 -5
  50. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.js +1 -5
  51. package/api/resources/conversationalAi/resources/llm/client/Client.js +1 -1
  52. package/api/resources/conversationalAi/resources/llmUsage/client/Client.js +1 -1
  53. package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +5 -5
  54. package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
  55. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -1
  56. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +2 -2
  57. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +4 -4
  58. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +1 -1
  59. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +1 -1
  60. package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +1 -1
  61. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +6 -14
  62. package/api/resources/conversationalAi/resources/secrets/client/Client.js +6 -14
  63. package/api/resources/conversationalAi/resources/settings/client/Client.js +2 -2
  64. package/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +1 -1
  65. package/api/resources/conversationalAi/resources/tests/client/Client.js +7 -11
  66. package/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.js +4 -8
  67. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +3 -7
  68. package/api/resources/conversationalAi/resources/tools/client/Client.js +6 -18
  69. package/api/resources/conversationalAi/resources/tools/resources/executions/client/Client.js +1 -5
  70. package/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -2
  71. package/api/resources/conversationalAi/resources/users/client/Client.js +1 -5
  72. package/api/resources/conversationalAi/resources/whatsapp/client/Client.js +2 -2
  73. package/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +4 -8
  74. package/api/resources/dubbing/client/Client.d.ts +4 -0
  75. package/api/resources/dubbing/client/Client.js +40 -10
  76. package/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +13 -1
  77. package/api/resources/dubbing/resources/audio/client/Client.js +1 -1
  78. package/api/resources/dubbing/resources/resource/client/Client.js +6 -6
  79. package/api/resources/dubbing/resources/resource/resources/language/client/Client.js +1 -1
  80. package/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +2 -2
  81. package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +3 -3
  82. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +1 -1
  83. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +1 -1
  84. package/api/resources/dubbing/resources/transcript/client/Client.js +1 -5
  85. package/api/resources/dubbing/resources/transcripts/client/Client.js +1 -1
  86. package/api/resources/dubbing/types/DubbingListRequestCreationSourcesItem.d.ts +6 -0
  87. package/api/resources/dubbing/types/DubbingListRequestCreationSourcesItem.js +9 -0
  88. package/api/resources/dubbing/types/DubbingListRequestDubbingModelsItem.d.ts +5 -0
  89. package/api/resources/dubbing/types/DubbingListRequestDubbingModelsItem.js +8 -0
  90. package/api/resources/dubbing/types/DubbingListRequestDubbingStatusesItem.d.ts +8 -0
  91. package/api/resources/dubbing/types/DubbingListRequestDubbingStatusesItem.js +11 -0
  92. package/api/resources/dubbing/types/DubbingListRequestOrderBy.d.ts +6 -0
  93. package/api/resources/dubbing/types/DubbingListRequestOrderBy.js +9 -0
  94. package/api/resources/dubbing/types/index.d.ts +4 -0
  95. package/api/resources/dubbing/types/index.js +4 -0
  96. package/api/resources/environmentVariables/client/Client.js +4 -8
  97. package/api/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.d.ts +1 -1
  98. package/api/resources/forcedAlignment/client/Client.js +1 -1
  99. package/api/resources/history/client/Client.js +5 -9
  100. package/api/resources/models/client/Client.js +1 -1
  101. package/api/resources/music/client/Client.d.ts +1 -1
  102. package/api/resources/music/client/Client.js +16 -30
  103. package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +4 -4
  104. package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +4 -4
  105. package/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +3 -3
  106. package/api/resources/music/resources/compositionPlan/client/Client.js +1 -1
  107. package/api/resources/music/types/BodyComposeMusicV1MusicPostCompositionPlan.d.ts +0 -3
  108. package/api/resources/music/types/BodyComposeMusicWithADetailedResponseV1MusicDetailedPostCompositionPlan.d.ts +0 -3
  109. package/api/resources/music/types/BodyStreamComposedMusicV1MusicStreamPostCompositionPlan.d.ts +0 -3
  110. package/api/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +29 -0
  111. package/api/resources/music/types/MusicComposeDetailedRequestOutputFormat.js +32 -0
  112. package/api/resources/music/types/MusicComposeRequestOutputFormat.d.ts +29 -0
  113. package/api/resources/music/types/MusicComposeRequestOutputFormat.js +32 -0
  114. package/api/resources/music/types/MusicStreamRequestOutputFormat.d.ts +29 -0
  115. package/api/resources/music/types/MusicStreamRequestOutputFormat.js +32 -0
  116. package/api/resources/music/types/index.d.ts +3 -0
  117. package/api/resources/music/types/index.js +3 -0
  118. package/api/resources/productions/resources/orders/client/Client.js +5 -9
  119. package/api/resources/productions/resources/orders/resources/deliverables/client/Client.js +1 -1
  120. package/api/resources/productions/resources/orders/resources/items/client/Client.js +2 -2
  121. package/api/resources/productions/resources/orders/resources/languages/client/Client.js +1 -1
  122. package/api/resources/productions/resources/orders/resources/media/client/Client.js +2 -2
  123. package/api/resources/pronunciationDictionaries/client/Client.js +6 -10
  124. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +3 -3
  125. package/api/resources/samples/client/Client.js +1 -1
  126. package/api/resources/serviceAccounts/client/Client.js +1 -1
  127. package/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +4 -4
  128. package/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +2 -0
  129. package/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -0
  130. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchThirdPartyDisableAllowed.d.ts +4 -0
  131. package/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +1 -0
  132. package/api/resources/serviceAccounts/resources/apiKeys/types/index.js +1 -0
  133. package/api/resources/speechEngine/client/Client.js +5 -9
  134. package/api/resources/speechToSpeech/client/Client.js +2 -10
  135. package/api/resources/speechToText/client/Client.d.ts +1 -1
  136. package/api/resources/speechToText/client/Client.js +5 -6
  137. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -1
  138. package/api/resources/speechToText/resources/transcripts/client/Client.js +2 -2
  139. package/api/resources/speechToText/types/SpeechToTextConvertRequestMultichannelOutputStyle.d.ts +6 -0
  140. package/api/resources/speechToText/types/SpeechToTextConvertRequestMultichannelOutputStyle.js +9 -0
  141. package/api/resources/speechToText/types/index.d.ts +1 -0
  142. package/api/resources/speechToText/types/index.js +1 -0
  143. package/api/resources/studio/client/Client.js +1 -1
  144. package/api/resources/studio/resources/projects/client/Client.js +7 -11
  145. package/api/resources/studio/resources/projects/resources/chapters/client/Client.js +6 -6
  146. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +3 -3
  147. package/api/resources/studio/resources/projects/resources/content/client/Client.js +1 -1
  148. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +1 -1
  149. package/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +4 -4
  150. package/api/resources/textToDialogue/client/Client.js +4 -20
  151. package/api/resources/textToSoundEffects/client/Client.js +1 -5
  152. package/api/resources/textToSpeech/client/Client.js +4 -20
  153. package/api/resources/textToVoice/client/Client.js +4 -16
  154. package/api/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +1 -1
  155. package/api/resources/textToVoice/resources/preview/client/Client.js +1 -1
  156. package/api/resources/tokens/resources/singleUse/client/Client.js +1 -1
  157. package/api/resources/usage/client/Client.js +1 -5
  158. package/api/resources/user/client/Client.js +1 -1
  159. package/api/resources/user/resources/subscription/client/Client.js +1 -1
  160. package/api/resources/voices/client/Client.d.ts +17 -17
  161. package/api/resources/voices/client/Client.js +50 -66
  162. package/api/resources/voices/resources/ivc/client/Client.js +1 -1
  163. package/api/resources/voices/resources/pvc/client/Client.js +3 -3
  164. package/api/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +1 -1
  165. package/api/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +1 -1
  166. package/api/resources/voices/resources/pvc/resources/samples/client/Client.js +3 -3
  167. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +1 -5
  168. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +2 -2
  169. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +1 -1
  170. package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +1 -1
  171. package/api/resources/voices/resources/pvc/resources/verification/client/Client.js +1 -1
  172. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +2 -2
  173. package/api/resources/voices/resources/samples/resources/audio/client/Client.js +1 -1
  174. package/api/resources/voices/resources/settings/client/Client.js +3 -3
  175. package/api/resources/webhooks/client/Client.js +4 -8
  176. package/api/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +1 -1
  177. package/api/resources/workspace/resources/analytics/resources/requests/client/Client.js +1 -1
  178. package/api/resources/workspace/resources/auditLogs/client/Client.js +1 -5
  179. package/api/resources/workspace/resources/authConnections/client/Client.js +4 -4
  180. package/api/resources/workspace/resources/groups/client/Client.js +2 -6
  181. package/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -2
  182. package/api/resources/workspace/resources/invites/client/Client.js +3 -3
  183. package/api/resources/workspace/resources/members/client/Client.js +1 -1
  184. package/api/resources/workspace/resources/resources/client/Client.js +3 -7
  185. package/api/resources/workspace/resources/usage/client/Client.js +1 -1
  186. package/api/resources/workspaces/resources/apiKeys/client/Client.js +1 -5
  187. package/api/types/AgentConfig.d.ts +1 -1
  188. package/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  189. package/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  190. package/api/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
  191. package/api/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
  192. package/api/types/AgentVersionParents.d.ts +1 -0
  193. package/api/types/AnalysisProperty.d.ts +2 -0
  194. package/api/types/ApiIntegrationWebhookOverrides.d.ts +2 -2
  195. package/api/types/BaseTurnConfig.d.ts +2 -0
  196. package/api/types/CaptionStyleSectionAnimationModelEnterType.d.ts +3 -0
  197. package/api/types/CaptionStyleSectionAnimationModelEnterType.js +3 -0
  198. package/api/types/CaptionStyleSectionAnimationModelExitType.d.ts +3 -0
  199. package/api/types/CaptionStyleSectionAnimationModelExitType.js +3 -0
  200. package/api/types/CaptionStyleWordAnimationModelEnterType.d.ts +3 -0
  201. package/api/types/CaptionStyleWordAnimationModelEnterType.js +3 -0
  202. package/api/types/CaptionStyleWordAnimationModelExitType.d.ts +3 -0
  203. package/api/types/CaptionStyleWordAnimationModelExitType.js +3 -0
  204. package/api/types/CompositionPlanChunksItem.d.ts +1 -1
  205. package/api/types/ConversationConfigInput.d.ts +2 -0
  206. package/api/types/ConversationConfigOutput.d.ts +2 -0
  207. package/api/types/ConversationConfigWorkflowOverrideInput.d.ts +2 -0
  208. package/api/types/ConversationConfigWorkflowOverrideOutput.d.ts +2 -0
  209. package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  210. package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  211. package/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
  212. package/api/types/ConversationInitiationClientDataInternal.d.ts +1 -1
  213. package/api/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
  214. package/api/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
  215. package/api/types/ConversationProduct.d.ts +6 -0
  216. package/api/types/ConversationProduct.js +9 -0
  217. package/api/types/ConversationSimulationSpecification.d.ts +1 -1
  218. package/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  219. package/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  220. package/api/types/CreateResponseUnitTestRequest.d.ts +1 -1
  221. package/api/types/CreateSimulationTestRequest.d.ts +4 -2
  222. package/api/types/CreateToolCallUnitTestRequest.d.ts +1 -1
  223. package/api/types/FineTuningResponse.d.ts +2 -2
  224. package/api/types/{GenerationChunk.d.ts → GenerationChunkInput.d.ts} +3 -3
  225. package/api/types/GenerationChunkInputConditionStrength.d.ts +7 -0
  226. package/{dist/api/types/GenerationChunkConditionStrength.js → api/types/GenerationChunkInputConditionStrength.js} +2 -2
  227. package/{dist/api/types/GenerationChunkContextAdherence.d.ts → api/types/GenerationChunkInputContextAdherence.d.ts} +2 -2
  228. package/api/types/{GenerationChunkContextAdherence.js → GenerationChunkInputContextAdherence.js} +2 -2
  229. package/api/types/GenerationChunkOutput.d.ts +17 -0
  230. package/api/types/GenerationChunkOutputConditionStrength.d.ts +7 -0
  231. package/api/types/GenerationChunkOutputConditionStrength.js +10 -0
  232. package/api/types/GenerationChunkOutputContextAdherence.d.ts +7 -0
  233. package/api/types/GenerationChunkOutputContextAdherence.js +10 -0
  234. package/api/types/GetResponseUnitTestResponseModel.d.ts +1 -1
  235. package/api/types/GetSimulationTestResponseModel.d.ts +4 -2
  236. package/api/types/GetToolCallUnitTestResponseModel.d.ts +1 -1
  237. package/api/types/LiteralJsonSchemaProperty.d.ts +2 -0
  238. package/api/types/LockReason.d.ts +7 -0
  239. package/api/types/LockReason.js +10 -0
  240. package/api/types/McpToolConfigOverrideInput.d.ts +1 -1
  241. package/api/types/McpToolConfigOverrideOutput.d.ts +1 -1
  242. package/api/types/MusicAllowedOutputFormats.d.ts +2 -0
  243. package/api/types/MusicOnlyOutputFormats.d.ts +7 -0
  244. package/api/types/MusicOnlyOutputFormats.js +10 -0
  245. package/api/types/MusicOutputFormat.d.ts +2 -0
  246. package/api/types/OpenAiAudioFormat.d.ts +6 -0
  247. package/{dist/api/types/AudioFormat.js → api/types/OpenAiAudioFormat.js} +2 -2
  248. package/api/types/OpenAiAudioInputFormat.d.ts +1 -1
  249. package/api/types/OpenAiAudioOutputFormat.d.ts +1 -1
  250. package/api/types/ProjectExtendedResponse.d.ts +1 -1
  251. package/api/types/ProjectResponse.d.ts +1 -1
  252. package/api/types/ResponseUnitTestModel.d.ts +1 -1
  253. package/api/types/ReviewResponseModel.d.ts +1 -1
  254. package/api/types/SimulationTestModel.d.ts +4 -2
  255. package/api/types/SoftTimeoutConfig.d.ts +4 -2
  256. package/api/types/SoftTimeoutConfigOverride.d.ts +1 -1
  257. package/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +4 -2
  258. package/api/types/SongSection.d.ts +2 -2
  259. package/api/types/SpeakerSeparationResponseModel.d.ts +1 -1
  260. package/api/types/SpeechToTextWordResponseModel.d.ts +2 -0
  261. package/api/types/ToolCallUnitTestModel.d.ts +1 -1
  262. package/api/types/TopicDiscoverySettings.d.ts +5 -0
  263. package/api/types/TurnConfig.d.ts +2 -0
  264. package/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
  265. package/api/types/UpdateOAuth2ClientCredsRequest.d.ts +2 -2
  266. package/api/types/UpdateOAuth2JwtRequest.d.ts +1 -1
  267. package/api/types/UpdateResponseUnitTestRequest.d.ts +1 -1
  268. package/api/types/UpdateSimulationTestRequest.d.ts +4 -2
  269. package/api/types/UpdateToolCallUnitTestRequest.d.ts +1 -1
  270. package/api/types/WebhookHmacSettings.d.ts +1 -1
  271. package/api/types/WorkspaceApiKeyResponseModel.d.ts +2 -0
  272. package/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
  273. package/api/types/index.d.ts +13 -9
  274. package/api/types/index.js +13 -9
  275. package/biome.json +1 -1
  276. package/core/fetcher/Fetcher.d.ts +0 -8
  277. package/core/fetcher/Fetcher.js +8 -13
  278. package/core/fetcher/getResponseBody.js +0 -11
  279. package/core/fetcher/requestWithRetries.js +1 -4
  280. package/core/file/file.js +2 -3
  281. package/core/schemas/builders/enum/enum.d.ts +0 -1
  282. package/core/schemas/builders/enum/enum.js +0 -7
  283. package/core/schemas/builders/enum/index.d.ts +1 -1
  284. package/core/schemas/builders/enum/index.js +1 -2
  285. package/core/schemas/builders/schema-utils/JsonError.js +1 -2
  286. package/core/schemas/builders/schema-utils/ParseError.js +1 -2
  287. package/core/url/index.d.ts +0 -1
  288. package/core/url/index.js +1 -3
  289. package/core/url/qs.d.ts +1 -2
  290. package/core/url/qs.js +12 -24
  291. package/dist/BaseClient.js +2 -2
  292. package/dist/Client.js +1 -1
  293. package/dist/api/resources/audioIsolation/client/Client.js +4 -8
  294. package/dist/api/resources/audioNative/client/Client.js +4 -4
  295. package/dist/api/resources/conversationalAi/client/Client.js +4 -8
  296. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +9 -25
  297. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +14 -0
  298. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +53 -13
  299. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +1 -1
  300. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +2 -10
  301. package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +1 -1
  302. package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -1
  303. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +1 -1
  304. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +1 -5
  305. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.js +1 -1
  306. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +1 -5
  307. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/WidgetGetRequest.d.ts +1 -1
  308. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +1 -1
  309. package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js +1 -5
  310. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +6 -10
  311. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -1
  312. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +16 -28
  313. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +7 -1
  314. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.js +2 -2
  315. package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +1 -1
  316. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +1 -1
  317. package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.js +2 -2
  318. package/dist/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
  319. package/dist/api/resources/conversationalAi/resources/conversations/resources/index.js +1 -0
  320. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
  321. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +9 -11
  322. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +3 -0
  323. package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/Client.js +7 -11
  324. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.d.ts +6 -2
  325. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.js +15 -6
  326. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/index.d.ts +1 -1
  327. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/index.js +15 -0
  328. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/requests/TopicsGetRequest.d.ts +13 -0
  329. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/requests/index.d.ts +1 -0
  330. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/requests/index.js +2 -0
  331. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +2 -2
  332. package/dist/api/resources/conversationalAi/resources/exotel/client/Client.js +1 -1
  333. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +3 -11
  334. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +3 -3
  335. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +12 -24
  336. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +1 -5
  337. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/Client.js +1 -5
  338. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.js +1 -5
  339. package/dist/api/resources/conversationalAi/resources/llm/client/Client.js +1 -1
  340. package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.js +1 -1
  341. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +5 -5
  342. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
  343. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -1
  344. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +2 -2
  345. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +4 -4
  346. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +1 -1
  347. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +1 -1
  348. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +1 -1
  349. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +6 -14
  350. package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +6 -14
  351. package/dist/api/resources/conversationalAi/resources/settings/client/Client.js +2 -2
  352. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +1 -1
  353. package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +7 -11
  354. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.js +4 -8
  355. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +3 -7
  356. package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +6 -18
  357. package/dist/api/resources/conversationalAi/resources/tools/resources/executions/client/Client.js +1 -5
  358. package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -2
  359. package/dist/api/resources/conversationalAi/resources/users/client/Client.js +1 -5
  360. package/dist/api/resources/conversationalAi/resources/whatsapp/client/Client.js +2 -2
  361. package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +4 -8
  362. package/dist/api/resources/dubbing/client/Client.d.ts +4 -0
  363. package/dist/api/resources/dubbing/client/Client.js +40 -10
  364. package/dist/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +13 -1
  365. package/dist/api/resources/dubbing/resources/audio/client/Client.js +1 -1
  366. package/dist/api/resources/dubbing/resources/resource/client/Client.js +6 -6
  367. package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.js +1 -1
  368. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +2 -2
  369. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +3 -3
  370. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +1 -1
  371. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +1 -1
  372. package/dist/api/resources/dubbing/resources/transcript/client/Client.js +1 -5
  373. package/dist/api/resources/dubbing/resources/transcripts/client/Client.js +1 -1
  374. package/dist/api/resources/dubbing/types/DubbingListRequestCreationSourcesItem.d.ts +6 -0
  375. package/dist/api/resources/dubbing/types/DubbingListRequestCreationSourcesItem.js +9 -0
  376. package/dist/api/resources/dubbing/types/DubbingListRequestDubbingModelsItem.d.ts +5 -0
  377. package/dist/api/resources/dubbing/types/DubbingListRequestDubbingModelsItem.js +8 -0
  378. package/dist/api/resources/dubbing/types/DubbingListRequestDubbingStatusesItem.d.ts +8 -0
  379. package/dist/api/resources/dubbing/types/DubbingListRequestDubbingStatusesItem.js +11 -0
  380. package/dist/api/resources/dubbing/types/DubbingListRequestOrderBy.d.ts +6 -0
  381. package/dist/api/resources/dubbing/types/DubbingListRequestOrderBy.js +9 -0
  382. package/dist/api/resources/dubbing/types/index.d.ts +4 -0
  383. package/dist/api/resources/dubbing/types/index.js +4 -0
  384. package/dist/api/resources/environmentVariables/client/Client.js +4 -8
  385. package/dist/api/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.d.ts +1 -1
  386. package/dist/api/resources/forcedAlignment/client/Client.js +1 -1
  387. package/dist/api/resources/history/client/Client.js +5 -9
  388. package/dist/api/resources/models/client/Client.js +1 -1
  389. package/dist/api/resources/music/client/Client.d.ts +1 -1
  390. package/dist/api/resources/music/client/Client.js +16 -30
  391. package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +4 -4
  392. package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +4 -4
  393. package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +3 -3
  394. package/dist/api/resources/music/resources/compositionPlan/client/Client.js +1 -1
  395. package/dist/api/resources/music/types/BodyComposeMusicV1MusicPostCompositionPlan.d.ts +0 -3
  396. package/dist/api/resources/music/types/BodyComposeMusicWithADetailedResponseV1MusicDetailedPostCompositionPlan.d.ts +0 -3
  397. package/dist/api/resources/music/types/BodyStreamComposedMusicV1MusicStreamPostCompositionPlan.d.ts +0 -3
  398. package/dist/api/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +29 -0
  399. package/dist/api/resources/music/types/MusicComposeDetailedRequestOutputFormat.js +32 -0
  400. package/dist/api/resources/music/types/MusicComposeRequestOutputFormat.d.ts +29 -0
  401. package/dist/api/resources/music/types/MusicComposeRequestOutputFormat.js +32 -0
  402. package/dist/api/resources/music/types/MusicStreamRequestOutputFormat.d.ts +29 -0
  403. package/dist/api/resources/music/types/MusicStreamRequestOutputFormat.js +32 -0
  404. package/dist/api/resources/music/types/index.d.ts +3 -0
  405. package/dist/api/resources/music/types/index.js +3 -0
  406. package/dist/api/resources/productions/resources/orders/client/Client.js +5 -9
  407. package/dist/api/resources/productions/resources/orders/resources/deliverables/client/Client.js +1 -1
  408. package/dist/api/resources/productions/resources/orders/resources/items/client/Client.js +2 -2
  409. package/dist/api/resources/productions/resources/orders/resources/languages/client/Client.js +1 -1
  410. package/dist/api/resources/productions/resources/orders/resources/media/client/Client.js +2 -2
  411. package/dist/api/resources/pronunciationDictionaries/client/Client.js +6 -10
  412. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +3 -3
  413. package/dist/api/resources/samples/client/Client.js +1 -1
  414. package/dist/api/resources/serviceAccounts/client/Client.js +1 -1
  415. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +4 -4
  416. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +2 -0
  417. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -0
  418. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchThirdPartyDisableAllowed.d.ts +4 -0
  419. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +1 -0
  420. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.js +1 -0
  421. package/dist/api/resources/speechEngine/client/Client.js +5 -9
  422. package/dist/api/resources/speechToSpeech/client/Client.js +2 -10
  423. package/dist/api/resources/speechToText/client/Client.d.ts +1 -1
  424. package/dist/api/resources/speechToText/client/Client.js +5 -6
  425. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -1
  426. package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +2 -2
  427. package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestMultichannelOutputStyle.d.ts +6 -0
  428. package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestMultichannelOutputStyle.js +9 -0
  429. package/dist/api/resources/speechToText/types/index.d.ts +1 -0
  430. package/dist/api/resources/speechToText/types/index.js +1 -0
  431. package/dist/api/resources/studio/client/Client.js +1 -1
  432. package/dist/api/resources/studio/resources/projects/client/Client.js +7 -11
  433. package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.js +6 -6
  434. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +3 -3
  435. package/dist/api/resources/studio/resources/projects/resources/content/client/Client.js +1 -1
  436. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +1 -1
  437. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +4 -4
  438. package/dist/api/resources/textToDialogue/client/Client.js +4 -20
  439. package/dist/api/resources/textToSoundEffects/client/Client.js +1 -5
  440. package/dist/api/resources/textToSpeech/client/Client.js +4 -20
  441. package/dist/api/resources/textToVoice/client/Client.js +4 -16
  442. package/dist/api/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +1 -1
  443. package/dist/api/resources/textToVoice/resources/preview/client/Client.js +1 -1
  444. package/dist/api/resources/tokens/resources/singleUse/client/Client.js +1 -1
  445. package/dist/api/resources/usage/client/Client.js +1 -5
  446. package/dist/api/resources/user/client/Client.js +1 -1
  447. package/dist/api/resources/user/resources/subscription/client/Client.js +1 -1
  448. package/dist/api/resources/voices/client/Client.d.ts +17 -17
  449. package/dist/api/resources/voices/client/Client.js +50 -66
  450. package/dist/api/resources/voices/resources/ivc/client/Client.js +1 -1
  451. package/dist/api/resources/voices/resources/pvc/client/Client.js +3 -3
  452. package/dist/api/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +1 -1
  453. package/dist/api/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +1 -1
  454. package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.js +3 -3
  455. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +1 -5
  456. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +2 -2
  457. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +1 -1
  458. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +1 -1
  459. package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.js +1 -1
  460. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +2 -2
  461. package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.js +1 -1
  462. package/dist/api/resources/voices/resources/settings/client/Client.js +3 -3
  463. package/dist/api/resources/webhooks/client/Client.js +4 -8
  464. package/dist/api/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +1 -1
  465. package/dist/api/resources/workspace/resources/analytics/resources/requests/client/Client.js +1 -1
  466. package/dist/api/resources/workspace/resources/auditLogs/client/Client.js +1 -5
  467. package/dist/api/resources/workspace/resources/authConnections/client/Client.js +4 -4
  468. package/dist/api/resources/workspace/resources/groups/client/Client.js +2 -6
  469. package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -2
  470. package/dist/api/resources/workspace/resources/invites/client/Client.js +3 -3
  471. package/dist/api/resources/workspace/resources/members/client/Client.js +1 -1
  472. package/dist/api/resources/workspace/resources/resources/client/Client.js +3 -7
  473. package/dist/api/resources/workspace/resources/usage/client/Client.js +1 -1
  474. package/dist/api/resources/workspaces/resources/apiKeys/client/Client.js +1 -5
  475. package/dist/api/types/AgentConfig.d.ts +1 -1
  476. package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  477. package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  478. package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
  479. package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
  480. package/dist/api/types/AgentVersionParents.d.ts +1 -0
  481. package/dist/api/types/AnalysisProperty.d.ts +2 -0
  482. package/dist/api/types/ApiIntegrationWebhookOverrides.d.ts +2 -2
  483. package/dist/api/types/BaseTurnConfig.d.ts +2 -0
  484. package/dist/api/types/CaptionStyleSectionAnimationModelEnterType.d.ts +3 -0
  485. package/dist/api/types/CaptionStyleSectionAnimationModelEnterType.js +3 -0
  486. package/dist/api/types/CaptionStyleSectionAnimationModelExitType.d.ts +3 -0
  487. package/dist/api/types/CaptionStyleSectionAnimationModelExitType.js +3 -0
  488. package/dist/api/types/CaptionStyleWordAnimationModelEnterType.d.ts +3 -0
  489. package/dist/api/types/CaptionStyleWordAnimationModelEnterType.js +3 -0
  490. package/dist/api/types/CaptionStyleWordAnimationModelExitType.d.ts +3 -0
  491. package/dist/api/types/CaptionStyleWordAnimationModelExitType.js +3 -0
  492. package/dist/api/types/CompositionPlanChunksItem.d.ts +1 -1
  493. package/dist/api/types/ConversationConfigInput.d.ts +2 -0
  494. package/dist/api/types/ConversationConfigOutput.d.ts +2 -0
  495. package/dist/api/types/ConversationConfigWorkflowOverrideInput.d.ts +2 -0
  496. package/dist/api/types/ConversationConfigWorkflowOverrideOutput.d.ts +2 -0
  497. package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  498. package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  499. package/dist/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
  500. package/dist/api/types/ConversationInitiationClientDataInternal.d.ts +1 -1
  501. package/dist/api/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
  502. package/dist/api/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
  503. package/dist/api/types/ConversationProduct.d.ts +6 -0
  504. package/dist/api/types/ConversationProduct.js +9 -0
  505. package/dist/api/types/ConversationSimulationSpecification.d.ts +1 -1
  506. package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  507. package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  508. package/dist/api/types/CreateResponseUnitTestRequest.d.ts +1 -1
  509. package/dist/api/types/CreateSimulationTestRequest.d.ts +4 -2
  510. package/dist/api/types/CreateToolCallUnitTestRequest.d.ts +1 -1
  511. package/dist/api/types/FineTuningResponse.d.ts +2 -2
  512. package/dist/api/types/{GenerationChunk.d.ts → GenerationChunkInput.d.ts} +3 -3
  513. package/dist/api/types/GenerationChunkInputConditionStrength.d.ts +7 -0
  514. package/{api/types/GenerationChunkConditionStrength.js → dist/api/types/GenerationChunkInputConditionStrength.js} +2 -2
  515. package/{api/types/GenerationChunkContextAdherence.d.ts → dist/api/types/GenerationChunkInputContextAdherence.d.ts} +2 -2
  516. package/dist/api/types/{GenerationChunkContextAdherence.js → GenerationChunkInputContextAdherence.js} +2 -2
  517. package/dist/api/types/GenerationChunkOutput.d.ts +17 -0
  518. package/dist/api/types/GenerationChunkOutputConditionStrength.d.ts +7 -0
  519. package/dist/api/types/GenerationChunkOutputConditionStrength.js +10 -0
  520. package/dist/api/types/GenerationChunkOutputContextAdherence.d.ts +7 -0
  521. package/dist/api/types/GenerationChunkOutputContextAdherence.js +10 -0
  522. package/dist/api/types/GetResponseUnitTestResponseModel.d.ts +1 -1
  523. package/dist/api/types/GetSimulationTestResponseModel.d.ts +4 -2
  524. package/dist/api/types/GetToolCallUnitTestResponseModel.d.ts +1 -1
  525. package/dist/api/types/LiteralJsonSchemaProperty.d.ts +2 -0
  526. package/dist/api/types/LockReason.d.ts +7 -0
  527. package/dist/api/types/LockReason.js +10 -0
  528. package/dist/api/types/McpToolConfigOverrideInput.d.ts +1 -1
  529. package/dist/api/types/McpToolConfigOverrideOutput.d.ts +1 -1
  530. package/dist/api/types/MusicAllowedOutputFormats.d.ts +2 -0
  531. package/dist/api/types/MusicOnlyOutputFormats.d.ts +7 -0
  532. package/dist/api/types/MusicOnlyOutputFormats.js +10 -0
  533. package/dist/api/types/MusicOutputFormat.d.ts +2 -0
  534. package/dist/api/types/MusicOutputFormat.js +3 -0
  535. package/dist/api/types/OpenAiAudioFormat.d.ts +6 -0
  536. package/{api/types/AudioFormat.js → dist/api/types/OpenAiAudioFormat.js} +2 -2
  537. package/dist/api/types/OpenAiAudioInputFormat.d.ts +1 -1
  538. package/dist/api/types/OpenAiAudioOutputFormat.d.ts +1 -1
  539. package/dist/api/types/ProjectExtendedResponse.d.ts +1 -1
  540. package/dist/api/types/ProjectResponse.d.ts +1 -1
  541. package/dist/api/types/ResponseUnitTestModel.d.ts +1 -1
  542. package/dist/api/types/ReviewResponseModel.d.ts +1 -1
  543. package/dist/api/types/SimulationTestModel.d.ts +4 -2
  544. package/dist/api/types/SoftTimeoutConfig.d.ts +4 -2
  545. package/dist/api/types/SoftTimeoutConfigOverride.d.ts +1 -1
  546. package/dist/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +4 -2
  547. package/dist/api/types/SongSection.d.ts +2 -2
  548. package/dist/api/types/SpeakerSeparationResponseModel.d.ts +1 -1
  549. package/dist/api/types/SpeechToTextWordResponseModel.d.ts +2 -0
  550. package/dist/api/types/ToolCallUnitTestModel.d.ts +1 -1
  551. package/dist/api/types/TopicDiscoverySettings.d.ts +5 -0
  552. package/dist/api/types/TopicDiscoverySettings.js +3 -0
  553. package/dist/api/types/TurnConfig.d.ts +2 -0
  554. package/dist/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
  555. package/dist/api/types/UpdateOAuth2ClientCredsRequest.d.ts +2 -2
  556. package/dist/api/types/UpdateOAuth2JwtRequest.d.ts +1 -1
  557. package/dist/api/types/UpdateResponseUnitTestRequest.d.ts +1 -1
  558. package/dist/api/types/UpdateSimulationTestRequest.d.ts +4 -2
  559. package/dist/api/types/UpdateToolCallUnitTestRequest.d.ts +1 -1
  560. package/dist/api/types/WebhookHmacSettings.d.ts +1 -1
  561. package/dist/api/types/WorkspaceApiKeyResponseModel.d.ts +2 -0
  562. package/dist/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
  563. package/dist/api/types/index.d.ts +13 -9
  564. package/dist/api/types/index.js +13 -9
  565. package/dist/core/fetcher/Fetcher.d.ts +0 -8
  566. package/dist/core/fetcher/Fetcher.js +8 -13
  567. package/dist/core/fetcher/getResponseBody.js +0 -11
  568. package/dist/core/fetcher/requestWithRetries.js +1 -4
  569. package/dist/core/file/file.js +2 -3
  570. package/dist/core/schemas/builders/enum/enum.d.ts +0 -1
  571. package/dist/core/schemas/builders/enum/enum.js +0 -7
  572. package/dist/core/schemas/builders/enum/index.d.ts +1 -1
  573. package/dist/core/schemas/builders/enum/index.js +1 -2
  574. package/dist/core/schemas/builders/schema-utils/JsonError.js +1 -2
  575. package/dist/core/schemas/builders/schema-utils/ParseError.js +1 -2
  576. package/dist/core/url/index.d.ts +0 -1
  577. package/dist/core/url/index.js +1 -3
  578. package/dist/core/url/qs.d.ts +1 -2
  579. package/dist/core/url/qs.js +12 -24
  580. package/dist/errors/ElevenLabsError.d.ts +1 -3
  581. package/dist/errors/ElevenLabsError.js +1 -4
  582. package/dist/errors/ElevenLabsTimeoutError.d.ts +1 -4
  583. package/dist/errors/ElevenLabsTimeoutError.js +1 -4
  584. package/dist/errors/handleNonStatusCodeError.js +1 -4
  585. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
  586. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +1 -1
  587. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +1 -1
  588. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +1 -1
  589. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +1 -1
  590. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +1 -1
  591. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +1 -1
  592. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.js +3 -1
  593. package/dist/serialization/resources/dubbing/types/DubbingListRequestCreationSourcesItem.d.ts +7 -0
  594. package/dist/serialization/resources/dubbing/types/DubbingListRequestCreationSourcesItem.js +39 -0
  595. package/dist/serialization/resources/dubbing/types/DubbingListRequestDubbingModelsItem.d.ts +7 -0
  596. package/dist/serialization/resources/dubbing/types/DubbingListRequestDubbingModelsItem.js +39 -0
  597. package/dist/serialization/resources/dubbing/types/DubbingListRequestDubbingStatusesItem.d.ts +7 -0
  598. package/dist/serialization/resources/dubbing/types/DubbingListRequestDubbingStatusesItem.js +39 -0
  599. package/dist/serialization/resources/dubbing/types/DubbingListRequestOrderBy.d.ts +7 -0
  600. package/dist/serialization/resources/dubbing/types/DubbingListRequestOrderBy.js +39 -0
  601. package/dist/serialization/resources/dubbing/types/index.d.ts +4 -0
  602. package/dist/serialization/resources/dubbing/types/index.js +4 -0
  603. package/dist/serialization/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.d.ts +1 -1
  604. package/dist/serialization/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.js +1 -1
  605. package/dist/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +7 -0
  606. package/dist/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.js +66 -0
  607. package/dist/serialization/resources/music/types/MusicComposeRequestOutputFormat.d.ts +7 -0
  608. package/dist/serialization/resources/music/types/MusicComposeRequestOutputFormat.js +66 -0
  609. package/dist/serialization/resources/music/types/MusicStreamRequestOutputFormat.d.ts +7 -0
  610. package/dist/serialization/resources/music/types/MusicStreamRequestOutputFormat.js +66 -0
  611. package/dist/serialization/resources/music/types/index.d.ts +3 -0
  612. package/dist/serialization/resources/music/types/index.js +3 -0
  613. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +1 -0
  614. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.js +1 -0
  615. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -0
  616. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.js +2 -0
  617. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchThirdPartyDisableAllowed.d.ts +7 -0
  618. package/dist/serialization/{types/CoachingAgentSettings.js → resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchThirdPartyDisableAllowed.js} +7 -7
  619. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +1 -0
  620. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +1 -0
  621. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestMultichannelOutputStyle.d.ts +7 -0
  622. package/dist/serialization/{types/CodeToolAllowedDomain.js → resources/speechToText/types/SpeechToTextConvertRequestMultichannelOutputStyle.js} +3 -6
  623. package/dist/serialization/resources/speechToText/types/index.d.ts +1 -0
  624. package/dist/serialization/resources/speechToText/types/index.js +1 -0
  625. package/dist/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +1 -1
  626. package/dist/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.js +1 -1
  627. package/dist/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +1 -1
  628. package/dist/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.js +1 -1
  629. package/dist/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +1 -1
  630. package/dist/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.js +1 -1
  631. package/dist/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +1 -1
  632. package/dist/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.js +1 -1
  633. package/dist/serialization/types/AgentConfig.d.ts +1 -1
  634. package/dist/serialization/types/AgentConfig.js +1 -1
  635. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  636. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +1 -1
  637. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  638. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +1 -1
  639. package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
  640. package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +2 -0
  641. package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
  642. package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +2 -0
  643. package/dist/serialization/types/AgentVersionParents.d.ts +1 -0
  644. package/dist/serialization/types/AgentVersionParents.js +1 -0
  645. package/dist/serialization/types/AnalysisProperty.d.ts +1 -0
  646. package/dist/serialization/types/AnalysisProperty.js +1 -0
  647. package/dist/serialization/types/ApiIntegrationWebhookOverrides.d.ts +2 -2
  648. package/dist/serialization/types/ApiIntegrationWebhookOverrides.js +2 -2
  649. package/dist/serialization/types/BaseTurnConfig.d.ts +1 -0
  650. package/dist/serialization/types/BaseTurnConfig.js +1 -0
  651. package/dist/serialization/types/CaptionStyleSectionAnimationModelEnterType.d.ts +1 -1
  652. package/dist/serialization/types/CaptionStyleSectionAnimationModelEnterType.js +1 -1
  653. package/dist/serialization/types/CaptionStyleSectionAnimationModelExitType.d.ts +1 -1
  654. package/dist/serialization/types/CaptionStyleSectionAnimationModelExitType.js +1 -1
  655. package/dist/serialization/types/CaptionStyleWordAnimationModelEnterType.d.ts +1 -1
  656. package/dist/serialization/types/CaptionStyleWordAnimationModelEnterType.js +1 -1
  657. package/dist/serialization/types/CaptionStyleWordAnimationModelExitType.d.ts +1 -1
  658. package/dist/serialization/types/CaptionStyleWordAnimationModelExitType.js +1 -1
  659. package/dist/serialization/types/CompositionPlanChunksItem.d.ts +2 -2
  660. package/dist/serialization/types/CompositionPlanChunksItem.js +2 -2
  661. package/dist/serialization/types/ConversationConfigInput.d.ts +2 -0
  662. package/dist/serialization/types/ConversationConfigInput.js +2 -0
  663. package/dist/serialization/types/ConversationConfigOutput.d.ts +2 -0
  664. package/dist/serialization/types/ConversationConfigOutput.js +2 -0
  665. package/dist/serialization/types/ConversationConfigWorkflowOverrideInput.d.ts +2 -0
  666. package/dist/serialization/types/ConversationConfigWorkflowOverrideInput.js +2 -0
  667. package/dist/serialization/types/ConversationConfigWorkflowOverrideOutput.d.ts +2 -0
  668. package/dist/serialization/types/ConversationConfigWorkflowOverrideOutput.js +2 -0
  669. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  670. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
  671. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  672. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
  673. package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
  674. package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
  675. package/dist/serialization/types/ConversationInitiationClientDataInternal.d.ts +1 -1
  676. package/dist/serialization/types/ConversationInitiationClientDataInternal.js +1 -1
  677. package/dist/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
  678. package/dist/serialization/types/ConversationInitiationClientDataRequestInput.js +1 -1
  679. package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
  680. package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.js +1 -1
  681. package/dist/serialization/types/ConversationProduct.d.ts +7 -0
  682. package/dist/serialization/types/{GenerationChunkContextAdherence.js → ConversationProduct.js} +2 -2
  683. package/dist/serialization/types/ConversationSimulationSpecification.d.ts +1 -1
  684. package/dist/serialization/types/ConversationSimulationSpecification.js +1 -1
  685. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  686. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +1 -1
  687. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  688. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +1 -1
  689. package/dist/serialization/types/CreateResponseUnitTestRequest.d.ts +1 -1
  690. package/dist/serialization/types/CreateResponseUnitTestRequest.js +1 -1
  691. package/dist/serialization/types/CreateSimulationTestRequest.d.ts +2 -1
  692. package/dist/serialization/types/CreateSimulationTestRequest.js +2 -1
  693. package/dist/serialization/types/CreateToolCallUnitTestRequest.d.ts +1 -1
  694. package/dist/serialization/types/CreateToolCallUnitTestRequest.js +1 -1
  695. package/dist/serialization/types/FineTuningResponse.d.ts +2 -2
  696. package/dist/serialization/types/FineTuningResponse.js +2 -2
  697. package/dist/serialization/types/GenerationChunkInput.d.ts +18 -0
  698. package/dist/serialization/types/{GenerationChunk.js → GenerationChunkInput.js} +6 -6
  699. package/dist/serialization/types/GenerationChunkInputConditionStrength.d.ts +7 -0
  700. package/dist/serialization/types/GenerationChunkInputConditionStrength.js +39 -0
  701. package/dist/serialization/types/GenerationChunkInputContextAdherence.d.ts +7 -0
  702. package/dist/serialization/types/GenerationChunkInputContextAdherence.js +39 -0
  703. package/dist/serialization/types/GenerationChunkOutput.d.ts +18 -0
  704. package/dist/serialization/types/GenerationChunkOutput.js +50 -0
  705. package/dist/serialization/types/GenerationChunkOutputConditionStrength.d.ts +7 -0
  706. package/dist/serialization/types/GenerationChunkOutputConditionStrength.js +39 -0
  707. package/dist/serialization/types/GenerationChunkOutputContextAdherence.d.ts +7 -0
  708. package/dist/serialization/types/GenerationChunkOutputContextAdherence.js +39 -0
  709. package/dist/serialization/types/GetResponseUnitTestResponseModel.d.ts +1 -1
  710. package/dist/serialization/types/GetResponseUnitTestResponseModel.js +1 -1
  711. package/dist/serialization/types/GetSimulationTestResponseModel.d.ts +2 -1
  712. package/dist/serialization/types/GetSimulationTestResponseModel.js +2 -1
  713. package/dist/serialization/types/GetToolCallUnitTestResponseModel.d.ts +1 -1
  714. package/dist/serialization/types/GetToolCallUnitTestResponseModel.js +1 -1
  715. package/dist/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
  716. package/dist/serialization/types/LiteralJsonSchemaProperty.js +1 -0
  717. package/dist/serialization/types/LockReason.d.ts +7 -0
  718. package/dist/serialization/types/{GenerationChunkConditionStrength.js → LockReason.js} +2 -2
  719. package/dist/serialization/types/McpToolConfigOverrideInput.d.ts +1 -1
  720. package/dist/serialization/types/McpToolConfigOverrideInput.js +1 -1
  721. package/dist/serialization/types/McpToolConfigOverrideOutput.d.ts +1 -1
  722. package/dist/serialization/types/McpToolConfigOverrideOutput.js +1 -1
  723. package/dist/serialization/types/MusicAllowedOutputFormats.d.ts +9 -0
  724. package/dist/serialization/types/MusicAllowedOutputFormats.js +41 -0
  725. package/dist/serialization/types/MusicOnlyOutputFormats.d.ts +7 -0
  726. package/dist/serialization/types/MusicOnlyOutputFormats.js +39 -0
  727. package/dist/serialization/types/MusicOutputFormat.d.ts +8 -0
  728. package/dist/serialization/types/{CodeToolContextVariable.js → MusicOutputFormat.js} +3 -5
  729. package/dist/serialization/types/{AudioFormat.d.ts → OpenAiAudioFormat.d.ts} +2 -2
  730. package/{serialization/types/GenerationChunkContextAdherence.js → dist/serialization/types/OpenAiAudioFormat.js} +2 -2
  731. package/dist/serialization/types/OpenAiAudioInputFormat.d.ts +2 -2
  732. package/dist/serialization/types/OpenAiAudioInputFormat.js +2 -2
  733. package/dist/serialization/types/OpenAiAudioOutputFormat.d.ts +2 -2
  734. package/dist/serialization/types/OpenAiAudioOutputFormat.js +2 -2
  735. package/dist/serialization/types/ProjectExtendedResponse.d.ts +1 -1
  736. package/dist/serialization/types/ProjectExtendedResponse.js +1 -1
  737. package/dist/serialization/types/ProjectResponse.d.ts +1 -1
  738. package/dist/serialization/types/ProjectResponse.js +1 -1
  739. package/dist/serialization/types/ResponseUnitTestModel.d.ts +1 -1
  740. package/dist/serialization/types/ResponseUnitTestModel.js +1 -1
  741. package/dist/serialization/types/ReviewResponseModel.d.ts +1 -1
  742. package/dist/serialization/types/ReviewResponseModel.js +1 -1
  743. package/dist/serialization/types/SimulationTestModel.d.ts +2 -1
  744. package/dist/serialization/types/SimulationTestModel.js +2 -1
  745. package/dist/serialization/types/SoftTimeoutConfig.d.ts +1 -0
  746. package/dist/serialization/types/SoftTimeoutConfig.js +1 -0
  747. package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +1 -0
  748. package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.js +1 -0
  749. package/dist/serialization/types/SpeakerSeparationResponseModel.d.ts +1 -1
  750. package/dist/serialization/types/SpeakerSeparationResponseModel.js +1 -1
  751. package/dist/serialization/types/SpeechToTextWordResponseModel.d.ts +1 -0
  752. package/dist/serialization/types/SpeechToTextWordResponseModel.js +1 -0
  753. package/dist/serialization/types/ToolCallUnitTestModel.d.ts +1 -1
  754. package/dist/serialization/types/ToolCallUnitTestModel.js +1 -1
  755. package/dist/serialization/types/TopicDiscoverySettings.d.ts +7 -0
  756. package/{serialization/types/AudioFormat.js → dist/serialization/types/TopicDiscoverySettings.js} +2 -2
  757. package/dist/serialization/types/TurnConfig.d.ts +1 -0
  758. package/dist/serialization/types/TurnConfig.js +1 -0
  759. package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
  760. package/dist/serialization/types/TurnConfigWorkflowOverride.js +1 -0
  761. package/dist/serialization/types/UpdateOAuth2ClientCredsRequest.d.ts +2 -2
  762. package/dist/serialization/types/UpdateOAuth2ClientCredsRequest.js +2 -2
  763. package/dist/serialization/types/UpdateOAuth2JwtRequest.d.ts +1 -1
  764. package/dist/serialization/types/UpdateOAuth2JwtRequest.js +1 -1
  765. package/dist/serialization/types/UpdateResponseUnitTestRequest.d.ts +1 -1
  766. package/dist/serialization/types/UpdateResponseUnitTestRequest.js +1 -1
  767. package/dist/serialization/types/UpdateSimulationTestRequest.d.ts +2 -1
  768. package/dist/serialization/types/UpdateSimulationTestRequest.js +2 -1
  769. package/dist/serialization/types/UpdateToolCallUnitTestRequest.d.ts +1 -1
  770. package/dist/serialization/types/UpdateToolCallUnitTestRequest.js +1 -1
  771. package/dist/serialization/types/WebhookHmacSettings.d.ts +1 -1
  772. package/dist/serialization/types/WebhookHmacSettings.js +1 -1
  773. package/dist/serialization/types/WorkspaceApiKeyResponseModel.d.ts +3 -0
  774. package/dist/serialization/types/WorkspaceApiKeyResponseModel.js +3 -0
  775. package/dist/serialization/types/WorkspaceGroupResponseModel.d.ts +1 -0
  776. package/dist/serialization/types/WorkspaceGroupResponseModel.js +1 -0
  777. package/dist/serialization/types/index.d.ts +13 -9
  778. package/dist/serialization/types/index.js +13 -9
  779. package/dist/version.d.ts +1 -1
  780. package/dist/version.js +1 -1
  781. package/errors/ElevenLabsError.d.ts +1 -3
  782. package/errors/ElevenLabsError.js +1 -4
  783. package/errors/ElevenLabsTimeoutError.d.ts +1 -4
  784. package/errors/ElevenLabsTimeoutError.js +1 -4
  785. package/errors/handleNonStatusCodeError.js +1 -4
  786. package/package.json +6 -6
  787. package/reference.md +116 -27
  788. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
  789. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +1 -1
  790. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +1 -1
  791. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +1 -1
  792. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +1 -1
  793. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +1 -1
  794. package/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +1 -1
  795. package/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.js +3 -1
  796. package/serialization/resources/dubbing/types/DubbingListRequestCreationSourcesItem.d.ts +7 -0
  797. package/serialization/resources/dubbing/types/DubbingListRequestCreationSourcesItem.js +39 -0
  798. package/serialization/resources/dubbing/types/DubbingListRequestDubbingModelsItem.d.ts +7 -0
  799. package/serialization/resources/dubbing/types/DubbingListRequestDubbingModelsItem.js +39 -0
  800. package/serialization/resources/dubbing/types/DubbingListRequestDubbingStatusesItem.d.ts +7 -0
  801. package/serialization/resources/dubbing/types/DubbingListRequestDubbingStatusesItem.js +39 -0
  802. package/serialization/resources/dubbing/types/DubbingListRequestOrderBy.d.ts +7 -0
  803. package/serialization/resources/dubbing/types/DubbingListRequestOrderBy.js +39 -0
  804. package/serialization/resources/dubbing/types/index.d.ts +4 -0
  805. package/serialization/resources/dubbing/types/index.js +4 -0
  806. package/serialization/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.d.ts +1 -1
  807. package/serialization/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.js +1 -1
  808. package/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +7 -0
  809. package/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.js +66 -0
  810. package/serialization/resources/music/types/MusicComposeRequestOutputFormat.d.ts +7 -0
  811. package/serialization/resources/music/types/MusicComposeRequestOutputFormat.js +66 -0
  812. package/serialization/resources/music/types/MusicStreamRequestOutputFormat.d.ts +7 -0
  813. package/serialization/resources/music/types/MusicStreamRequestOutputFormat.js +66 -0
  814. package/serialization/resources/music/types/index.d.ts +3 -0
  815. package/serialization/resources/music/types/index.js +3 -0
  816. package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +1 -0
  817. package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.js +1 -0
  818. package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -0
  819. package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.js +2 -0
  820. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchThirdPartyDisableAllowed.d.ts +7 -0
  821. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchThirdPartyDisableAllowed.js +43 -0
  822. package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +1 -0
  823. package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +1 -0
  824. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestMultichannelOutputStyle.d.ts +7 -0
  825. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestMultichannelOutputStyle.js +39 -0
  826. package/serialization/resources/speechToText/types/index.d.ts +1 -0
  827. package/serialization/resources/speechToText/types/index.js +1 -0
  828. package/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +1 -1
  829. package/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.js +1 -1
  830. package/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +1 -1
  831. package/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.js +1 -1
  832. package/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +1 -1
  833. package/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.js +1 -1
  834. package/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +1 -1
  835. package/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.js +1 -1
  836. package/serialization/types/AgentConfig.d.ts +1 -1
  837. package/serialization/types/AgentConfig.js +1 -1
  838. package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  839. package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +1 -1
  840. package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  841. package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +1 -1
  842. package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
  843. package/serialization/types/AgentPlatformSettingsRequestModel.js +2 -0
  844. package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
  845. package/serialization/types/AgentPlatformSettingsResponseModel.js +2 -0
  846. package/serialization/types/AgentVersionParents.d.ts +1 -0
  847. package/serialization/types/AgentVersionParents.js +1 -0
  848. package/serialization/types/AnalysisProperty.d.ts +1 -0
  849. package/serialization/types/AnalysisProperty.js +1 -0
  850. package/serialization/types/ApiIntegrationWebhookOverrides.d.ts +2 -2
  851. package/serialization/types/ApiIntegrationWebhookOverrides.js +2 -2
  852. package/serialization/types/BaseTurnConfig.d.ts +1 -0
  853. package/serialization/types/BaseTurnConfig.js +1 -0
  854. package/serialization/types/CaptionStyleSectionAnimationModelEnterType.d.ts +1 -1
  855. package/serialization/types/CaptionStyleSectionAnimationModelEnterType.js +1 -1
  856. package/serialization/types/CaptionStyleSectionAnimationModelExitType.d.ts +1 -1
  857. package/serialization/types/CaptionStyleSectionAnimationModelExitType.js +1 -1
  858. package/serialization/types/CaptionStyleWordAnimationModelEnterType.d.ts +1 -1
  859. package/serialization/types/CaptionStyleWordAnimationModelEnterType.js +1 -1
  860. package/serialization/types/CaptionStyleWordAnimationModelExitType.d.ts +1 -1
  861. package/serialization/types/CaptionStyleWordAnimationModelExitType.js +1 -1
  862. package/serialization/types/CompositionPlanChunksItem.d.ts +2 -2
  863. package/serialization/types/CompositionPlanChunksItem.js +2 -2
  864. package/serialization/types/ConversationConfigInput.d.ts +2 -0
  865. package/serialization/types/ConversationConfigInput.js +2 -0
  866. package/serialization/types/ConversationConfigOutput.d.ts +2 -0
  867. package/serialization/types/ConversationConfigOutput.js +2 -0
  868. package/serialization/types/ConversationConfigWorkflowOverrideInput.d.ts +2 -0
  869. package/serialization/types/ConversationConfigWorkflowOverrideInput.js +2 -0
  870. package/serialization/types/ConversationConfigWorkflowOverrideOutput.d.ts +2 -0
  871. package/serialization/types/ConversationConfigWorkflowOverrideOutput.js +2 -0
  872. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  873. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
  874. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  875. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
  876. package/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
  877. package/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
  878. package/serialization/types/ConversationInitiationClientDataInternal.d.ts +1 -1
  879. package/serialization/types/ConversationInitiationClientDataInternal.js +1 -1
  880. package/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
  881. package/serialization/types/ConversationInitiationClientDataRequestInput.js +1 -1
  882. package/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
  883. package/serialization/types/ConversationInitiationClientDataRequestOutput.js +1 -1
  884. package/serialization/types/ConversationProduct.d.ts +7 -0
  885. package/serialization/types/ConversationProduct.js +39 -0
  886. package/serialization/types/ConversationSimulationSpecification.d.ts +1 -1
  887. package/serialization/types/ConversationSimulationSpecification.js +1 -1
  888. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  889. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +1 -1
  890. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  891. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +1 -1
  892. package/serialization/types/CreateResponseUnitTestRequest.d.ts +1 -1
  893. package/serialization/types/CreateResponseUnitTestRequest.js +1 -1
  894. package/serialization/types/CreateSimulationTestRequest.d.ts +2 -1
  895. package/serialization/types/CreateSimulationTestRequest.js +2 -1
  896. package/serialization/types/CreateToolCallUnitTestRequest.d.ts +1 -1
  897. package/serialization/types/CreateToolCallUnitTestRequest.js +1 -1
  898. package/serialization/types/FineTuningResponse.d.ts +2 -2
  899. package/serialization/types/FineTuningResponse.js +2 -2
  900. package/serialization/types/GenerationChunkInput.d.ts +18 -0
  901. package/serialization/types/{GenerationChunk.js → GenerationChunkInput.js} +6 -6
  902. package/serialization/types/GenerationChunkInputConditionStrength.d.ts +7 -0
  903. package/serialization/types/GenerationChunkInputConditionStrength.js +39 -0
  904. package/serialization/types/GenerationChunkInputContextAdherence.d.ts +7 -0
  905. package/serialization/types/GenerationChunkInputContextAdherence.js +39 -0
  906. package/serialization/types/GenerationChunkOutput.d.ts +18 -0
  907. package/serialization/types/GenerationChunkOutput.js +50 -0
  908. package/serialization/types/GenerationChunkOutputConditionStrength.d.ts +7 -0
  909. package/serialization/types/GenerationChunkOutputConditionStrength.js +39 -0
  910. package/serialization/types/GenerationChunkOutputContextAdherence.d.ts +7 -0
  911. package/serialization/types/GenerationChunkOutputContextAdherence.js +39 -0
  912. package/serialization/types/GetResponseUnitTestResponseModel.d.ts +1 -1
  913. package/serialization/types/GetResponseUnitTestResponseModel.js +1 -1
  914. package/serialization/types/GetSimulationTestResponseModel.d.ts +2 -1
  915. package/serialization/types/GetSimulationTestResponseModel.js +2 -1
  916. package/serialization/types/GetToolCallUnitTestResponseModel.d.ts +1 -1
  917. package/serialization/types/GetToolCallUnitTestResponseModel.js +1 -1
  918. package/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
  919. package/serialization/types/LiteralJsonSchemaProperty.js +1 -0
  920. package/serialization/types/LockReason.d.ts +7 -0
  921. package/serialization/types/LockReason.js +39 -0
  922. package/serialization/types/McpToolConfigOverrideInput.d.ts +1 -1
  923. package/serialization/types/McpToolConfigOverrideInput.js +1 -1
  924. package/serialization/types/McpToolConfigOverrideOutput.d.ts +1 -1
  925. package/serialization/types/McpToolConfigOverrideOutput.js +1 -1
  926. package/serialization/types/MusicAllowedOutputFormats.d.ts +9 -0
  927. package/serialization/types/MusicAllowedOutputFormats.js +41 -0
  928. package/serialization/types/MusicOnlyOutputFormats.d.ts +7 -0
  929. package/serialization/types/MusicOnlyOutputFormats.js +39 -0
  930. package/serialization/types/MusicOutputFormat.d.ts +8 -0
  931. package/{dist/serialization/types/CoachedAgentSettings.js → serialization/types/MusicOutputFormat.js} +3 -5
  932. package/serialization/types/{AudioFormat.d.ts → OpenAiAudioFormat.d.ts} +2 -2
  933. package/serialization/types/OpenAiAudioFormat.js +39 -0
  934. package/serialization/types/OpenAiAudioInputFormat.d.ts +2 -2
  935. package/serialization/types/OpenAiAudioInputFormat.js +2 -2
  936. package/serialization/types/OpenAiAudioOutputFormat.d.ts +2 -2
  937. package/serialization/types/OpenAiAudioOutputFormat.js +2 -2
  938. package/serialization/types/ProjectExtendedResponse.d.ts +1 -1
  939. package/serialization/types/ProjectExtendedResponse.js +1 -1
  940. package/serialization/types/ProjectResponse.d.ts +1 -1
  941. package/serialization/types/ProjectResponse.js +1 -1
  942. package/serialization/types/ResponseUnitTestModel.d.ts +1 -1
  943. package/serialization/types/ResponseUnitTestModel.js +1 -1
  944. package/serialization/types/ReviewResponseModel.d.ts +1 -1
  945. package/serialization/types/ReviewResponseModel.js +1 -1
  946. package/serialization/types/SimulationTestModel.d.ts +2 -1
  947. package/serialization/types/SimulationTestModel.js +2 -1
  948. package/serialization/types/SoftTimeoutConfig.d.ts +1 -0
  949. package/serialization/types/SoftTimeoutConfig.js +1 -0
  950. package/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +1 -0
  951. package/serialization/types/SoftTimeoutConfigWorkflowOverride.js +1 -0
  952. package/serialization/types/SpeakerSeparationResponseModel.d.ts +1 -1
  953. package/serialization/types/SpeakerSeparationResponseModel.js +1 -1
  954. package/serialization/types/SpeechToTextWordResponseModel.d.ts +1 -0
  955. package/serialization/types/SpeechToTextWordResponseModel.js +1 -0
  956. package/serialization/types/ToolCallUnitTestModel.d.ts +1 -1
  957. package/serialization/types/ToolCallUnitTestModel.js +1 -1
  958. package/serialization/types/TopicDiscoverySettings.d.ts +7 -0
  959. package/{dist/serialization/types/AudioFormat.js → serialization/types/TopicDiscoverySettings.js} +2 -2
  960. package/serialization/types/TurnConfig.d.ts +1 -0
  961. package/serialization/types/TurnConfig.js +1 -0
  962. package/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
  963. package/serialization/types/TurnConfigWorkflowOverride.js +1 -0
  964. package/serialization/types/UpdateOAuth2ClientCredsRequest.d.ts +2 -2
  965. package/serialization/types/UpdateOAuth2ClientCredsRequest.js +2 -2
  966. package/serialization/types/UpdateOAuth2JwtRequest.d.ts +1 -1
  967. package/serialization/types/UpdateOAuth2JwtRequest.js +1 -1
  968. package/serialization/types/UpdateResponseUnitTestRequest.d.ts +1 -1
  969. package/serialization/types/UpdateResponseUnitTestRequest.js +1 -1
  970. package/serialization/types/UpdateSimulationTestRequest.d.ts +2 -1
  971. package/serialization/types/UpdateSimulationTestRequest.js +2 -1
  972. package/serialization/types/UpdateToolCallUnitTestRequest.d.ts +1 -1
  973. package/serialization/types/UpdateToolCallUnitTestRequest.js +1 -1
  974. package/serialization/types/WebhookHmacSettings.d.ts +1 -1
  975. package/serialization/types/WebhookHmacSettings.js +1 -1
  976. package/serialization/types/WorkspaceApiKeyResponseModel.d.ts +3 -0
  977. package/serialization/types/WorkspaceApiKeyResponseModel.js +3 -0
  978. package/serialization/types/WorkspaceGroupResponseModel.d.ts +1 -0
  979. package/serialization/types/WorkspaceGroupResponseModel.js +1 -0
  980. package/serialization/types/index.d.ts +13 -9
  981. package/serialization/types/index.js +13 -9
  982. package/version.d.ts +1 -1
  983. package/version.js +1 -1
  984. package/.fern/verify.sh +0 -5
  985. package/api/types/AudioFormat.d.ts +0 -6
  986. package/api/types/CoachedAgentSettings.d.ts +0 -4
  987. package/api/types/CoachingAgentSettings.d.ts +0 -8
  988. package/api/types/CodeToolAllowedDomain.d.ts +0 -6
  989. package/api/types/CodeToolContextVariable.d.ts +0 -4
  990. package/api/types/GenerationChunkConditionStrength.d.ts +0 -7
  991. package/api/types/NoCoachingSettings.d.ts +0 -4
  992. package/core/url/QueryStringBuilder.d.ts +0 -47
  993. package/core/url/QueryStringBuilder.js +0 -83
  994. package/dist/api/types/AudioFormat.d.ts +0 -6
  995. package/dist/api/types/CoachedAgentSettings.d.ts +0 -4
  996. package/dist/api/types/CoachingAgentSettings.d.ts +0 -8
  997. package/dist/api/types/CodeToolAllowedDomain.d.ts +0 -6
  998. package/dist/api/types/CodeToolContextVariable.d.ts +0 -4
  999. package/dist/api/types/GenerationChunkConditionStrength.d.ts +0 -7
  1000. package/dist/api/types/NoCoachingSettings.d.ts +0 -4
  1001. package/dist/core/url/QueryStringBuilder.d.ts +0 -47
  1002. package/dist/core/url/QueryStringBuilder.js +0 -83
  1003. package/dist/serialization/types/CoachedAgentSettings.d.ts +0 -10
  1004. package/dist/serialization/types/CoachingAgentSettings.d.ts +0 -11
  1005. package/dist/serialization/types/CodeToolAllowedDomain.d.ts +0 -10
  1006. package/dist/serialization/types/CodeToolContextVariable.d.ts +0 -10
  1007. package/dist/serialization/types/GenerationChunk.d.ts +0 -18
  1008. package/dist/serialization/types/GenerationChunkConditionStrength.d.ts +0 -7
  1009. package/dist/serialization/types/GenerationChunkContextAdherence.d.ts +0 -7
  1010. package/dist/serialization/types/NoCoachingSettings.d.ts +0 -10
  1011. package/dist/serialization/types/NoCoachingSettings.js +0 -42
  1012. package/serialization/types/CoachedAgentSettings.d.ts +0 -10
  1013. package/serialization/types/CoachedAgentSettings.js +0 -42
  1014. package/serialization/types/CoachingAgentSettings.d.ts +0 -11
  1015. package/serialization/types/CoachingAgentSettings.js +0 -43
  1016. package/serialization/types/CodeToolAllowedDomain.d.ts +0 -10
  1017. package/serialization/types/CodeToolAllowedDomain.js +0 -42
  1018. package/serialization/types/CodeToolContextVariable.d.ts +0 -10
  1019. package/serialization/types/CodeToolContextVariable.js +0 -42
  1020. package/serialization/types/GenerationChunk.d.ts +0 -18
  1021. package/serialization/types/GenerationChunkConditionStrength.d.ts +0 -7
  1022. package/serialization/types/GenerationChunkConditionStrength.js +0 -39
  1023. package/serialization/types/GenerationChunkContextAdherence.d.ts +0 -7
  1024. package/serialization/types/NoCoachingSettings.d.ts +0 -10
  1025. package/serialization/types/NoCoachingSettings.js +0 -42
  1026. /package/api/{types/CoachedAgentSettings.js → resources/conversationalAi/resources/conversations/resources/topics/client/requests/TopicsGetRequest.js} +0 -0
  1027. /package/api/{types/CoachingAgentSettings.js → resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchThirdPartyDisableAllowed.js} +0 -0
  1028. /package/api/types/{CodeToolAllowedDomain.js → GenerationChunkInput.js} +0 -0
  1029. /package/api/types/{CodeToolContextVariable.js → GenerationChunkOutput.js} +0 -0
  1030. /package/api/types/{GenerationChunk.js → MusicAllowedOutputFormats.js} +0 -0
  1031. /package/api/types/{NoCoachingSettings.js → MusicOutputFormat.js} +0 -0
  1032. /package/{dist/api/types/CoachedAgentSettings.js → api/types/TopicDiscoverySettings.js} +0 -0
  1033. /package/dist/api/{types/CoachingAgentSettings.js → resources/conversationalAi/resources/conversations/resources/topics/client/requests/TopicsGetRequest.js} +0 -0
  1034. /package/dist/api/{types/CodeToolAllowedDomain.js → resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchThirdPartyDisableAllowed.js} +0 -0
  1035. /package/dist/api/types/{CodeToolContextVariable.js → GenerationChunkInput.js} +0 -0
  1036. /package/dist/api/types/{GenerationChunk.js → GenerationChunkOutput.js} +0 -0
  1037. /package/dist/api/types/{NoCoachingSettings.js → MusicAllowedOutputFormats.js} +0 -0
@@ -24,11 +24,13 @@ import type * as ElevenLabs from "../../../../../../index";
24
24
  * search: "search",
25
25
  * conversationInitiationSource: "unknown",
26
26
  * textOnly: true,
27
+ * conversationProductType: "agents",
27
28
  * branchId: "branch_id",
28
29
  * topicIds: ["topic_ids"],
29
30
  * excludeStatuses: ["initiated"],
30
31
  * tagIds: ["tag_ids"],
31
- * workflowNodeEnteredId: "workflow_node_entered_id"
32
+ * workflowNodeEnteredId: "workflow_node_entered_id",
33
+ * terminationReasons: ["termination_reasons"]
32
34
  * }
33
35
  */
34
36
  export interface ConversationsListRequest {
@@ -74,6 +76,8 @@ export interface ConversationsListRequest {
74
76
  search?: string;
75
77
  conversationInitiationSource?: ElevenLabs.ConversationInitiationSource;
76
78
  textOnly?: boolean;
79
+ /** Restrict results to a single conversation product surface. */
80
+ conversationProductType?: ElevenLabs.ConversationProduct;
77
81
  /** Filter conversations by branch ID. */
78
82
  branchId?: string;
79
83
  /** Filter conversations by topic IDs assigned during topic discovery. */
@@ -84,4 +88,6 @@ export interface ConversationsListRequest {
84
88
  tagIds?: string | string[];
85
89
  /** Filter conversations to only those that entered the given node. */
86
90
  workflowNodeEnteredId?: string;
91
+ /** Filter conversations by their stored termination_reason (metadata.termination_reason). Repeat param to match any of several. */
92
+ terminationReasons?: string | string[];
87
93
  }
@@ -78,7 +78,7 @@ class AnalysisClient {
78
78
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/convai/conversations/${core.url.encodePathParam(conversation_id)}/analysis/run`),
79
79
  method: "POST",
80
80
  headers: _headers,
81
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
81
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
82
82
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
83
83
  maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
84
84
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -137,7 +137,7 @@ class AnalysisClient {
137
137
  method: "POST",
138
138
  headers: _headers,
139
139
  contentType: "application/json",
140
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
140
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
141
141
  requestType: "json",
142
142
  body: serializers.conversationalAi.conversations.RunConversationEvaluationsRequest.jsonOrThrow(request, {
143
143
  unrecognizedObjectKeys: "strip",
@@ -71,7 +71,7 @@ class AudioClient {
71
71
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/convai/conversations/${core.url.encodePathParam(conversation_id)}/audio`),
72
72
  method: "GET",
73
73
  headers: _headers,
74
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
74
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
75
75
  responseType: "streaming",
76
76
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
77
77
  maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
@@ -82,7 +82,7 @@ class FeedbackClient {
82
82
  method: "POST",
83
83
  headers: _headers,
84
84
  contentType: "application/json",
85
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
85
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
86
86
  requestType: "json",
87
87
  body: serializers.conversationalAi.conversations.ConversationFeedbackRequestModel.jsonOrThrow(request, {
88
88
  unrecognizedObjectKeys: "strip",
@@ -85,7 +85,7 @@ class FilesClient {
85
85
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/convai/conversations/${core.url.encodePathParam(conversation_id)}/files`),
86
86
  method: "POST",
87
87
  headers: _headers,
88
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
88
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
89
89
  requestType: "file",
90
90
  duplex: _maybeEncodedRequest.duplex,
91
91
  body: _maybeEncodedRequest.body,
@@ -144,7 +144,7 @@ class FilesClient {
144
144
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/convai/conversations/${core.url.encodePathParam(conversation_id)}/files/${core.url.encodePathParam(file_id)}`),
145
145
  method: "DELETE",
146
146
  headers: _headers,
147
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
147
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
148
148
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
149
149
  maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
150
150
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -11,3 +11,4 @@ export * from "./messages/types";
11
11
  export * as tags from "./tags";
12
12
  export * from "./tags/client/requests";
13
13
  export * as topics from "./topics";
14
+ export * from "./topics/client/requests";
@@ -50,3 +50,4 @@ __exportStar(require("./messages/types"), exports);
50
50
  exports.tags = __importStar(require("./tags"));
51
51
  __exportStar(require("./tags/client/requests"), exports);
52
52
  exports.topics = __importStar(require("./topics"));
53
+ __exportStar(require("./topics/client/requests"), exports);
@@ -41,6 +41,7 @@ export declare class MessagesClient {
41
41
  * summaryMode: "exclude",
42
42
  * conversationInitiationSource: "unknown",
43
43
  * textOnly: true,
44
+ * conversationProductType: "agents",
44
45
  * branchId: "branch_id",
45
46
  * topicIds: ["topic_ids"],
46
47
  * sortBy: "search_score",
@@ -87,6 +87,7 @@ class MessagesClient {
87
87
  * summaryMode: "exclude",
88
88
  * conversationInitiationSource: "unknown",
89
89
  * textOnly: true,
90
+ * conversationProductType: "agents",
90
91
  * branchId: "branch_id",
91
92
  * topicIds: ["topic_ids"],
92
93
  * sortBy: "search_score",
@@ -99,7 +100,7 @@ class MessagesClient {
99
100
  __textSearch(request, requestOptions) {
100
101
  return __awaiter(this, void 0, void 0, function* () {
101
102
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
102
- const { textQuery, agentId, callSuccessful, callStartBeforeUnix, callStartAfterUnix, callDurationMinSecs, callDurationMaxSecs, ratingMax, ratingMin, hasFeedbackComment, userId, evaluationParams, dataCollectionParams, toolNames, toolNamesSuccessful, toolNamesErrored, mainLanguages, pageSize, summaryMode, conversationInitiationSource, textOnly, branchId, topicIds, sortBy, cursor, } = request;
103
+ const { textQuery, agentId, callSuccessful, callStartBeforeUnix, callStartAfterUnix, callDurationMinSecs, callDurationMaxSecs, ratingMax, ratingMin, hasFeedbackComment, userId, evaluationParams, dataCollectionParams, toolNames, toolNamesSuccessful, toolNamesErrored, mainLanguages, pageSize, summaryMode, conversationInitiationSource, textOnly, conversationProductType, branchId, topicIds, sortBy, cursor, } = request;
103
104
  const _queryParams = {
104
105
  text_query: textQuery,
105
106
  agent_id: agentId,
@@ -132,6 +133,11 @@ class MessagesClient {
132
133
  })
133
134
  : undefined,
134
135
  text_only: textOnly,
136
+ conversation_product_type: conversationProductType != null
137
+ ? serializers.ConversationProduct.jsonOrThrow(conversationProductType, {
138
+ unrecognizedObjectKeys: "strip",
139
+ })
140
+ : undefined,
135
141
  branch_id: branchId,
136
142
  topic_ids: topicIds,
137
143
  sort_by: sortBy != null
@@ -144,11 +150,7 @@ class MessagesClient {
144
150
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, "v1/convai/conversations/messages/text-search"),
145
151
  method: "GET",
146
152
  headers: _headers,
147
- queryString: core.url
148
- .queryBuilder()
149
- .addMany(_queryParams)
150
- .mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
151
- .build(),
153
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
152
154
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
153
155
  maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
154
156
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -215,11 +217,7 @@ class MessagesClient {
215
217
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, "v1/convai/conversations/messages/smart-search"),
216
218
  method: "GET",
217
219
  headers: _headers,
218
- queryString: core.url
219
- .queryBuilder()
220
- .addMany(_queryParams)
221
- .mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
222
- .build(),
220
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
223
221
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
224
222
  maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
225
223
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -23,6 +23,7 @@ import type * as ElevenLabs from "../../../../../../../../index";
23
23
  * summaryMode: "exclude",
24
24
  * conversationInitiationSource: "unknown",
25
25
  * textOnly: true,
26
+ * conversationProductType: "agents",
26
27
  * branchId: "branch_id",
27
28
  * topicIds: ["topic_ids"],
28
29
  * sortBy: "search_score",
@@ -70,6 +71,8 @@ export interface MessagesTextSearchRequest {
70
71
  summaryMode?: ElevenLabs.conversationalAi.conversations.MessagesTextSearchRequestSummaryMode;
71
72
  conversationInitiationSource?: ElevenLabs.ConversationInitiationSource;
72
73
  textOnly?: boolean;
74
+ /** Restrict results to a single conversation product surface. */
75
+ conversationProductType?: ElevenLabs.ConversationProduct;
73
76
  /** Filter conversations by branch ID. */
74
77
  branchId?: string;
75
78
  /** Filter conversations by topic IDs assigned during topic discovery. */
@@ -82,7 +82,7 @@ class TagsClient {
82
82
  method: "POST",
83
83
  headers: _headers,
84
84
  contentType: "application/json",
85
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
85
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
86
86
  requestType: "json",
87
87
  body: serializers.conversationalAi.conversations.AssignConversationTagsRequestModel.jsonOrThrow(request, {
88
88
  unrecognizedObjectKeys: "strip",
@@ -134,7 +134,7 @@ class TagsClient {
134
134
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/convai/conversations/${core.url.encodePathParam(conversation_id)}/tags/${core.url.encodePathParam(tag_id)}`),
135
135
  method: "DELETE",
136
136
  headers: _headers,
137
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
137
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
138
138
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
139
139
  maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
140
140
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -189,11 +189,7 @@ class TagsClient {
189
189
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, "v1/convai/tags"),
190
190
  method: "GET",
191
191
  headers: _headers,
192
- queryString: core.url
193
- .queryBuilder()
194
- .addMany(_queryParams)
195
- .mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
196
- .build(),
192
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
197
193
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
198
194
  maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
199
195
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -251,7 +247,7 @@ class TagsClient {
251
247
  method: "POST",
252
248
  headers: _headers,
253
249
  contentType: "application/json",
254
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
250
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
255
251
  requestType: "json",
256
252
  body: serializers.conversationalAi.conversations.CreateConversationTagRequestModel.jsonOrThrow(request, {
257
253
  unrecognizedObjectKeys: "strip",
@@ -310,7 +306,7 @@ class TagsClient {
310
306
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/convai/tags/${core.url.encodePathParam(tag_id)}`),
311
307
  method: "GET",
312
308
  headers: _headers,
313
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
309
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
314
310
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
315
311
  maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
316
312
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -365,7 +361,7 @@ class TagsClient {
365
361
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/convai/tags/${core.url.encodePathParam(tag_id)}`),
366
362
  method: "DELETE",
367
363
  headers: _headers,
368
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
364
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
369
365
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
370
366
  maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
371
367
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -414,7 +410,7 @@ class TagsClient {
414
410
  method: "PATCH",
415
411
  headers: _headers,
416
412
  contentType: "application/json",
417
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
413
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
418
414
  requestType: "json",
419
415
  body: serializers.conversationalAi.conversations.PatchConversationTagRequestModel.jsonOrThrow(request, {
420
416
  unrecognizedObjectKeys: "strip",
@@ -14,13 +14,17 @@ export declare class TopicsClient {
14
14
  * Returns the latest topic discovery run results for a given agent.
15
15
  *
16
16
  * @param {string} agent_id - ID of the agent
17
+ * @param {ElevenLabs.conversationalAi.conversations.TopicsGetRequest} request
17
18
  * @param {TopicsClient.RequestOptions} requestOptions - Request-specific configuration.
18
19
  *
19
20
  * @throws {@link ElevenLabs.UnprocessableEntityError}
20
21
  *
21
22
  * @example
22
- * await client.conversationalAi.conversations.topics.get("agent_id")
23
+ * await client.conversationalAi.conversations.topics.get("agent_id", {
24
+ * fromUnixSecs: 1,
25
+ * toUnixSecs: 1
26
+ * })
23
27
  */
24
- get(agent_id: string, requestOptions?: TopicsClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.GetAgentTopicsResponseModel>;
28
+ get(agent_id: string, request?: ElevenLabs.conversationalAi.conversations.TopicsGetRequest, requestOptions?: TopicsClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.GetAgentTopicsResponseModel>;
25
29
  private __get;
26
30
  }
@@ -60,25 +60,34 @@ class TopicsClient {
60
60
  * Returns the latest topic discovery run results for a given agent.
61
61
  *
62
62
  * @param {string} agent_id - ID of the agent
63
+ * @param {ElevenLabs.conversationalAi.conversations.TopicsGetRequest} request
63
64
  * @param {TopicsClient.RequestOptions} requestOptions - Request-specific configuration.
64
65
  *
65
66
  * @throws {@link ElevenLabs.UnprocessableEntityError}
66
67
  *
67
68
  * @example
68
- * await client.conversationalAi.conversations.topics.get("agent_id")
69
+ * await client.conversationalAi.conversations.topics.get("agent_id", {
70
+ * fromUnixSecs: 1,
71
+ * toUnixSecs: 1
72
+ * })
69
73
  */
70
- get(agent_id, requestOptions) {
71
- return core.HttpResponsePromise.fromPromise(this.__get(agent_id, requestOptions));
74
+ get(agent_id, request = {}, requestOptions) {
75
+ return core.HttpResponsePromise.fromPromise(this.__get(agent_id, request, requestOptions));
72
76
  }
73
- __get(agent_id, requestOptions) {
74
- return __awaiter(this, void 0, void 0, function* () {
77
+ __get(agent_id_1) {
78
+ return __awaiter(this, arguments, void 0, function* (agent_id, request = {}, requestOptions) {
75
79
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
80
+ const { fromUnixSecs, toUnixSecs } = request;
81
+ const _queryParams = {
82
+ from_unix_secs: fromUnixSecs,
83
+ to_unix_secs: toUnixSecs,
84
+ };
76
85
  const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "xi-api-key": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
77
86
  const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
78
87
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/convai/agents/${core.url.encodePathParam(agent_id)}/topics`),
79
88
  method: "GET",
80
89
  headers: _headers,
81
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
90
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
82
91
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
83
92
  maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
84
93
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -1 +1 @@
1
- export {};
1
+ export * from "./requests";
@@ -1,2 +1,17 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
2
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./requests"), exports);
@@ -0,0 +1,13 @@
1
+ /**
2
+ * @example
3
+ * {
4
+ * fromUnixSecs: 1,
5
+ * toUnixSecs: 1
6
+ * }
7
+ */
8
+ export interface TopicsGetRequest {
9
+ /** Start of the window to view topics for. When set with to_unix_secs, per-day topics in the range are aggregated together. */
10
+ fromUnixSecs?: number;
11
+ /** End of the window to view topics for. */
12
+ toUnixSecs?: number;
13
+ }
@@ -0,0 +1 @@
1
+ export type { TopicsGetRequest } from "./TopicsGetRequest";
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -77,7 +77,7 @@ class SettingsClient {
77
77
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, "v1/convai/settings/dashboard"),
78
78
  method: "GET",
79
79
  headers: _headers,
80
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
80
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
81
81
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
82
82
  maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
83
83
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -133,7 +133,7 @@ class SettingsClient {
133
133
  method: "PATCH",
134
134
  headers: _headers,
135
135
  contentType: "application/json",
136
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
136
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
137
137
  requestType: "json",
138
138
  body: serializers.conversationalAi.dashboard.PatchConvAiDashboardSettingsRequest.jsonOrThrow(request, {
139
139
  unrecognizedObjectKeys: "strip",
@@ -83,7 +83,7 @@ class ExotelClient {
83
83
  method: "POST",
84
84
  headers: _headers,
85
85
  contentType: "application/json",
86
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
86
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
87
87
  requestType: "json",
88
88
  body: serializers.conversationalAi.BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
89
89
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
@@ -122,11 +122,7 @@ class KnowledgeBaseClient {
122
122
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, "v1/convai/knowledge-base"),
123
123
  method: "GET",
124
124
  headers: _headers,
125
- queryString: core.url
126
- .queryBuilder()
127
- .addMany(_queryParams)
128
- .mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
129
- .build(),
125
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
130
126
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
131
127
  maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
132
128
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -188,7 +184,7 @@ class KnowledgeBaseClient {
188
184
  method: "POST",
189
185
  headers: _headers,
190
186
  contentType: "application/json",
191
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
187
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
192
188
  requestType: "json",
193
189
  body: serializers.conversationalAi.BodyComputeRagIndexesInBatchV1ConvaiKnowledgeBaseRagIndexPost.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
194
190
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
@@ -261,11 +257,7 @@ class KnowledgeBaseClient {
261
257
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, "v1/convai/knowledge-base/search"),
262
258
  method: "GET",
263
259
  headers: _headers,
264
- queryString: core.url
265
- .queryBuilder()
266
- .addMany(_queryParams)
267
- .mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
268
- .build(),
260
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
269
261
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
270
262
  maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
271
263
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -85,7 +85,7 @@ class DocumentClient {
85
85
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/convai/knowledge-base/${core.url.encodePathParam(documentation_id)}/update-file`),
86
86
  method: "PATCH",
87
87
  headers: _headers,
88
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
88
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
89
89
  requestType: "file",
90
90
  duplex: _maybeEncodedRequest.duplex,
91
91
  body: _maybeEncodedRequest.body,
@@ -143,7 +143,7 @@ class DocumentClient {
143
143
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/convai/knowledge-base/${core.url.encodePathParam(documentation_id)}/refresh`),
144
144
  method: "POST",
145
145
  headers: _headers,
146
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
146
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
147
147
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
148
148
  maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
149
149
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -202,7 +202,7 @@ class DocumentClient {
202
202
  method: "POST",
203
203
  headers: _headers,
204
204
  contentType: "application/json",
205
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
205
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
206
206
  requestType: "json",
207
207
  body: serializers.conversationalAi.knowledgeBase.RagIndexRequestModel.jsonOrThrow(request, {
208
208
  unrecognizedObjectKeys: "strip",
@@ -96,7 +96,7 @@ class DocumentsClient {
96
96
  method: "POST",
97
97
  headers: _headers,
98
98
  contentType: "application/json",
99
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
99
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
100
100
  requestType: "json",
101
101
  body: serializers.conversationalAi.knowledgeBase.BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
102
102
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
@@ -165,7 +165,7 @@ class DocumentsClient {
165
165
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, "v1/convai/knowledge-base/file"),
166
166
  method: "POST",
167
167
  headers: _headers,
168
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
168
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
169
169
  requestType: "file",
170
170
  duplex: _maybeEncodedRequest.duplex,
171
171
  body: _maybeEncodedRequest.body,
@@ -226,7 +226,7 @@ class DocumentsClient {
226
226
  method: "POST",
227
227
  headers: _headers,
228
228
  contentType: "application/json",
229
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
229
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
230
230
  requestType: "json",
231
231
  body: serializers.conversationalAi.knowledgeBase.BodyCreateTextDocumentV1ConvaiKnowledgeBaseTextPost.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
232
232
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
@@ -286,7 +286,7 @@ class DocumentsClient {
286
286
  method: "POST",
287
287
  headers: _headers,
288
288
  contentType: "application/json",
289
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
289
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
290
290
  requestType: "json",
291
291
  body: serializers.conversationalAi.knowledgeBase.BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
292
292
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
@@ -350,11 +350,7 @@ class DocumentsClient {
350
350
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/convai/knowledge-base/${core.url.encodePathParam(documentation_id)}`),
351
351
  method: "GET",
352
352
  headers: _headers,
353
- queryString: core.url
354
- .queryBuilder()
355
- .addMany(_queryParams)
356
- .mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
357
- .build(),
353
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
358
354
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
359
355
  maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
360
356
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -416,11 +412,7 @@ class DocumentsClient {
416
412
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/convai/knowledge-base/${core.url.encodePathParam(documentation_id)}`),
417
413
  method: "DELETE",
418
414
  headers: _headers,
419
- queryString: core.url
420
- .queryBuilder()
421
- .addMany(_queryParams)
422
- .mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
423
- .build(),
415
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
424
416
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
425
417
  maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
426
418
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -469,7 +461,7 @@ class DocumentsClient {
469
461
  method: "PATCH",
470
462
  headers: _headers,
471
463
  contentType: "application/json",
472
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
464
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
473
465
  requestType: "json",
474
466
  body: serializers.conversationalAi.knowledgeBase.BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
475
467
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
@@ -541,11 +533,7 @@ class DocumentsClient {
541
533
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/convai/knowledge-base/${core.url.encodePathParam(documentation_id)}/dependent-agents`),
542
534
  method: "GET",
543
535
  headers: _headers,
544
- queryString: core.url
545
- .queryBuilder()
546
- .addMany(_queryParams)
547
- .mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
548
- .build(),
536
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
549
537
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
550
538
  maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
551
539
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -600,7 +588,7 @@ class DocumentsClient {
600
588
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/convai/knowledge-base/${core.url.encodePathParam(documentation_id)}/content`),
601
589
  method: "GET",
602
590
  headers: _headers,
603
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
591
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
604
592
  responseType: "text",
605
593
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
606
594
  maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
@@ -648,7 +636,7 @@ class DocumentsClient {
648
636
  url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/convai/knowledge-base/${core.url.encodePathParam(documentation_id)}/source-file-url`),
649
637
  method: "GET",
650
638
  headers: _headers,
651
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
639
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
652
640
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
653
641
  maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
654
642
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -705,7 +693,7 @@ class DocumentsClient {
705
693
  method: "POST",
706
694
  headers: _headers,
707
695
  contentType: "application/json",
708
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
696
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
709
697
  requestType: "json",
710
698
  body: serializers.conversationalAi.knowledgeBase.BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
711
699
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
@@ -757,7 +745,7 @@ class DocumentsClient {
757
745
  method: "POST",
758
746
  headers: _headers,
759
747
  contentType: "application/json",
760
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
748
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
761
749
  requestType: "json",
762
750
  body: serializers.conversationalAi.knowledgeBase.BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
763
751
  timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,