@elevenlabs/elevenlabs-js 2.53.0 → 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 (1061) 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/DynamicVariablesConfigInput.d.ts +1 -1
  224. package/api/types/DynamicVariablesConfigOutput.d.ts +1 -1
  225. package/api/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +1 -1
  226. package/api/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +1 -1
  227. package/api/types/FineTuningResponse.d.ts +2 -2
  228. package/api/types/{GenerationChunk.d.ts → GenerationChunkInput.d.ts} +3 -3
  229. package/api/types/GenerationChunkInputConditionStrength.d.ts +7 -0
  230. package/{dist/api/types/GenerationChunkConditionStrength.js → api/types/GenerationChunkInputConditionStrength.js} +2 -2
  231. package/{dist/api/types/GenerationChunkContextAdherence.d.ts → api/types/GenerationChunkInputContextAdherence.d.ts} +2 -2
  232. package/api/types/{GenerationChunkContextAdherence.js → GenerationChunkInputContextAdherence.js} +2 -2
  233. package/api/types/GenerationChunkOutput.d.ts +17 -0
  234. package/api/types/GenerationChunkOutputConditionStrength.d.ts +7 -0
  235. package/api/types/GenerationChunkOutputConditionStrength.js +10 -0
  236. package/api/types/GenerationChunkOutputContextAdherence.d.ts +7 -0
  237. package/api/types/GenerationChunkOutputContextAdherence.js +10 -0
  238. package/api/types/GetResponseUnitTestResponseModel.d.ts +1 -1
  239. package/api/types/GetSimulationTestResponseModel.d.ts +4 -2
  240. package/api/types/GetToolCallUnitTestResponseModel.d.ts +1 -1
  241. package/api/types/LiteralJsonSchemaProperty.d.ts +2 -0
  242. package/api/types/LockReason.d.ts +7 -0
  243. package/api/types/LockReason.js +10 -0
  244. package/api/types/McpToolConfigOverrideInput.d.ts +1 -1
  245. package/api/types/McpToolConfigOverrideOutput.d.ts +1 -1
  246. package/api/types/MusicAllowedOutputFormats.d.ts +2 -0
  247. package/api/types/MusicOnlyOutputFormats.d.ts +7 -0
  248. package/api/types/MusicOnlyOutputFormats.js +10 -0
  249. package/api/types/MusicOutputFormat.d.ts +2 -0
  250. package/api/types/OpenAiAudioFormat.d.ts +6 -0
  251. package/{dist/api/types/AudioFormat.js → api/types/OpenAiAudioFormat.js} +2 -2
  252. package/api/types/OpenAiAudioInputFormat.d.ts +1 -1
  253. package/api/types/OpenAiAudioOutputFormat.d.ts +1 -1
  254. package/api/types/ProjectExtendedResponse.d.ts +1 -1
  255. package/api/types/ProjectResponse.d.ts +1 -1
  256. package/api/types/ResponseUnitTestModel.d.ts +1 -1
  257. package/api/types/ReviewResponseModel.d.ts +1 -1
  258. package/api/types/SimulationTestModel.d.ts +4 -2
  259. package/api/types/SoftTimeoutConfig.d.ts +4 -2
  260. package/api/types/SoftTimeoutConfigOverride.d.ts +1 -1
  261. package/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +4 -2
  262. package/api/types/SongSection.d.ts +2 -2
  263. package/api/types/SpeakerSeparationResponseModel.d.ts +1 -1
  264. package/api/types/SpeechToTextWordResponseModel.d.ts +2 -0
  265. package/api/types/ToolCallUnitTestModel.d.ts +1 -1
  266. package/api/types/TopicDiscoverySettings.d.ts +5 -0
  267. package/api/types/TurnConfig.d.ts +2 -0
  268. package/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
  269. package/api/types/UpdateOAuth2ClientCredsRequest.d.ts +2 -2
  270. package/api/types/UpdateOAuth2JwtRequest.d.ts +1 -1
  271. package/api/types/UpdateResponseUnitTestRequest.d.ts +1 -1
  272. package/api/types/UpdateSimulationTestRequest.d.ts +4 -2
  273. package/api/types/UpdateToolCallUnitTestRequest.d.ts +1 -1
  274. package/api/types/WebhookHmacSettings.d.ts +1 -1
  275. package/api/types/WorkspaceApiKeyResponseModel.d.ts +2 -0
  276. package/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
  277. package/api/types/index.d.ts +13 -9
  278. package/api/types/index.js +13 -9
  279. package/biome.json +1 -1
  280. package/core/fetcher/Fetcher.d.ts +0 -8
  281. package/core/fetcher/Fetcher.js +8 -13
  282. package/core/fetcher/getResponseBody.js +0 -11
  283. package/core/fetcher/requestWithRetries.js +1 -4
  284. package/core/file/file.js +2 -3
  285. package/core/schemas/builders/enum/enum.d.ts +0 -1
  286. package/core/schemas/builders/enum/enum.js +0 -7
  287. package/core/schemas/builders/enum/index.d.ts +1 -1
  288. package/core/schemas/builders/enum/index.js +1 -2
  289. package/core/schemas/builders/schema-utils/JsonError.js +1 -2
  290. package/core/schemas/builders/schema-utils/ParseError.js +1 -2
  291. package/core/url/index.d.ts +0 -1
  292. package/core/url/index.js +1 -3
  293. package/core/url/qs.d.ts +1 -2
  294. package/core/url/qs.js +12 -24
  295. package/dist/BaseClient.js +2 -2
  296. package/dist/Client.js +1 -1
  297. package/dist/api/resources/audioIsolation/client/Client.js +4 -8
  298. package/dist/api/resources/audioNative/client/Client.js +4 -4
  299. package/dist/api/resources/conversationalAi/client/Client.js +4 -8
  300. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +9 -25
  301. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +14 -0
  302. package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +53 -13
  303. package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +1 -1
  304. package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +2 -10
  305. package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +1 -1
  306. package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -1
  307. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +1 -1
  308. package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +1 -5
  309. package/dist/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.js +1 -1
  310. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +1 -5
  311. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/WidgetGetRequest.d.ts +1 -1
  312. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +1 -1
  313. package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js +1 -5
  314. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +6 -10
  315. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -1
  316. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +16 -28
  317. package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +7 -1
  318. package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.js +2 -2
  319. package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +1 -1
  320. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +1 -1
  321. package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.js +2 -2
  322. package/dist/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
  323. package/dist/api/resources/conversationalAi/resources/conversations/resources/index.js +1 -0
  324. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
  325. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +9 -11
  326. package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +3 -0
  327. package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/Client.js +7 -11
  328. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.d.ts +6 -2
  329. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.js +15 -6
  330. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/index.d.ts +1 -1
  331. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/index.js +15 -0
  332. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/requests/TopicsGetRequest.d.ts +13 -0
  333. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/requests/index.d.ts +1 -0
  334. package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/requests/index.js +2 -0
  335. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +2 -2
  336. package/dist/api/resources/conversationalAi/resources/exotel/client/Client.js +1 -1
  337. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +3 -11
  338. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +3 -3
  339. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +12 -24
  340. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +1 -5
  341. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/Client.js +1 -5
  342. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.js +1 -5
  343. package/dist/api/resources/conversationalAi/resources/llm/client/Client.js +1 -1
  344. package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.js +1 -1
  345. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +5 -5
  346. package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
  347. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -1
  348. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +2 -2
  349. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +4 -4
  350. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +1 -1
  351. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +1 -1
  352. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +1 -1
  353. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +6 -14
  354. package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +6 -14
  355. package/dist/api/resources/conversationalAi/resources/settings/client/Client.js +2 -2
  356. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +1 -1
  357. package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +7 -11
  358. package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.js +4 -8
  359. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +3 -7
  360. package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +6 -18
  361. package/dist/api/resources/conversationalAi/resources/tools/resources/executions/client/Client.js +1 -5
  362. package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -2
  363. package/dist/api/resources/conversationalAi/resources/users/client/Client.js +1 -5
  364. package/dist/api/resources/conversationalAi/resources/whatsapp/client/Client.js +2 -2
  365. package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +4 -8
  366. package/dist/api/resources/dubbing/client/Client.d.ts +4 -0
  367. package/dist/api/resources/dubbing/client/Client.js +40 -10
  368. package/dist/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +13 -1
  369. package/dist/api/resources/dubbing/resources/audio/client/Client.js +1 -1
  370. package/dist/api/resources/dubbing/resources/resource/client/Client.js +6 -6
  371. package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.js +1 -1
  372. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +2 -2
  373. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +3 -3
  374. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +1 -1
  375. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +1 -1
  376. package/dist/api/resources/dubbing/resources/transcript/client/Client.js +1 -5
  377. package/dist/api/resources/dubbing/resources/transcripts/client/Client.js +1 -1
  378. package/dist/api/resources/dubbing/types/DubbingListRequestCreationSourcesItem.d.ts +6 -0
  379. package/dist/api/resources/dubbing/types/DubbingListRequestCreationSourcesItem.js +9 -0
  380. package/dist/api/resources/dubbing/types/DubbingListRequestDubbingModelsItem.d.ts +5 -0
  381. package/dist/api/resources/dubbing/types/DubbingListRequestDubbingModelsItem.js +8 -0
  382. package/dist/api/resources/dubbing/types/DubbingListRequestDubbingStatusesItem.d.ts +8 -0
  383. package/dist/api/resources/dubbing/types/DubbingListRequestDubbingStatusesItem.js +11 -0
  384. package/dist/api/resources/dubbing/types/DubbingListRequestOrderBy.d.ts +6 -0
  385. package/dist/api/resources/dubbing/types/DubbingListRequestOrderBy.js +9 -0
  386. package/dist/api/resources/dubbing/types/index.d.ts +4 -0
  387. package/dist/api/resources/dubbing/types/index.js +4 -0
  388. package/dist/api/resources/environmentVariables/client/Client.js +4 -8
  389. package/dist/api/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.d.ts +1 -1
  390. package/dist/api/resources/forcedAlignment/client/Client.js +1 -1
  391. package/dist/api/resources/history/client/Client.js +5 -9
  392. package/dist/api/resources/models/client/Client.js +1 -1
  393. package/dist/api/resources/music/client/Client.d.ts +1 -1
  394. package/dist/api/resources/music/client/Client.js +16 -30
  395. package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +4 -4
  396. package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +4 -4
  397. package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +3 -3
  398. package/dist/api/resources/music/resources/compositionPlan/client/Client.js +1 -1
  399. package/dist/api/resources/music/types/BodyComposeMusicV1MusicPostCompositionPlan.d.ts +0 -3
  400. package/dist/api/resources/music/types/BodyComposeMusicWithADetailedResponseV1MusicDetailedPostCompositionPlan.d.ts +0 -3
  401. package/dist/api/resources/music/types/BodyStreamComposedMusicV1MusicStreamPostCompositionPlan.d.ts +0 -3
  402. package/dist/api/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +29 -0
  403. package/dist/api/resources/music/types/MusicComposeDetailedRequestOutputFormat.js +32 -0
  404. package/dist/api/resources/music/types/MusicComposeRequestOutputFormat.d.ts +29 -0
  405. package/dist/api/resources/music/types/MusicComposeRequestOutputFormat.js +32 -0
  406. package/dist/api/resources/music/types/MusicStreamRequestOutputFormat.d.ts +29 -0
  407. package/dist/api/resources/music/types/MusicStreamRequestOutputFormat.js +32 -0
  408. package/dist/api/resources/music/types/index.d.ts +3 -0
  409. package/dist/api/resources/music/types/index.js +3 -0
  410. package/dist/api/resources/productions/resources/orders/client/Client.js +5 -9
  411. package/dist/api/resources/productions/resources/orders/resources/deliverables/client/Client.js +1 -1
  412. package/dist/api/resources/productions/resources/orders/resources/items/client/Client.js +2 -2
  413. package/dist/api/resources/productions/resources/orders/resources/languages/client/Client.js +1 -1
  414. package/dist/api/resources/productions/resources/orders/resources/media/client/Client.js +2 -2
  415. package/dist/api/resources/pronunciationDictionaries/client/Client.js +6 -10
  416. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +3 -3
  417. package/dist/api/resources/samples/client/Client.js +1 -1
  418. package/dist/api/resources/serviceAccounts/client/Client.js +1 -1
  419. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +4 -4
  420. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +2 -0
  421. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -0
  422. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchThirdPartyDisableAllowed.d.ts +4 -0
  423. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +1 -0
  424. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.js +1 -0
  425. package/dist/api/resources/speechEngine/client/Client.js +5 -9
  426. package/dist/api/resources/speechToSpeech/client/Client.js +2 -10
  427. package/dist/api/resources/speechToText/client/Client.d.ts +1 -1
  428. package/dist/api/resources/speechToText/client/Client.js +5 -6
  429. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -1
  430. package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +2 -2
  431. package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestMultichannelOutputStyle.d.ts +6 -0
  432. package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestMultichannelOutputStyle.js +9 -0
  433. package/dist/api/resources/speechToText/types/index.d.ts +1 -0
  434. package/dist/api/resources/speechToText/types/index.js +1 -0
  435. package/dist/api/resources/studio/client/Client.js +1 -1
  436. package/dist/api/resources/studio/resources/projects/client/Client.js +7 -11
  437. package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.js +6 -6
  438. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +3 -3
  439. package/dist/api/resources/studio/resources/projects/resources/content/client/Client.js +1 -1
  440. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +1 -1
  441. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +4 -4
  442. package/dist/api/resources/textToDialogue/client/Client.js +4 -20
  443. package/dist/api/resources/textToSoundEffects/client/Client.js +1 -5
  444. package/dist/api/resources/textToSpeech/client/Client.js +4 -20
  445. package/dist/api/resources/textToVoice/client/Client.js +4 -16
  446. package/dist/api/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +1 -1
  447. package/dist/api/resources/textToVoice/resources/preview/client/Client.js +1 -1
  448. package/dist/api/resources/tokens/resources/singleUse/client/Client.js +1 -1
  449. package/dist/api/resources/usage/client/Client.js +1 -5
  450. package/dist/api/resources/user/client/Client.js +1 -1
  451. package/dist/api/resources/user/resources/subscription/client/Client.js +1 -1
  452. package/dist/api/resources/voices/client/Client.d.ts +17 -17
  453. package/dist/api/resources/voices/client/Client.js +50 -66
  454. package/dist/api/resources/voices/resources/ivc/client/Client.js +1 -1
  455. package/dist/api/resources/voices/resources/pvc/client/Client.js +3 -3
  456. package/dist/api/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +1 -1
  457. package/dist/api/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +1 -1
  458. package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.js +3 -3
  459. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +1 -5
  460. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +2 -2
  461. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +1 -1
  462. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +1 -1
  463. package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.js +1 -1
  464. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +2 -2
  465. package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.js +1 -1
  466. package/dist/api/resources/voices/resources/settings/client/Client.js +3 -3
  467. package/dist/api/resources/webhooks/client/Client.js +4 -8
  468. package/dist/api/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +1 -1
  469. package/dist/api/resources/workspace/resources/analytics/resources/requests/client/Client.js +1 -1
  470. package/dist/api/resources/workspace/resources/auditLogs/client/Client.js +1 -5
  471. package/dist/api/resources/workspace/resources/authConnections/client/Client.js +4 -4
  472. package/dist/api/resources/workspace/resources/groups/client/Client.js +2 -6
  473. package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -2
  474. package/dist/api/resources/workspace/resources/invites/client/Client.js +3 -3
  475. package/dist/api/resources/workspace/resources/members/client/Client.js +1 -1
  476. package/dist/api/resources/workspace/resources/resources/client/Client.js +3 -7
  477. package/dist/api/resources/workspace/resources/usage/client/Client.js +1 -1
  478. package/dist/api/resources/workspaces/resources/apiKeys/client/Client.js +1 -5
  479. package/dist/api/types/AgentConfig.d.ts +1 -1
  480. package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  481. package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  482. package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
  483. package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
  484. package/dist/api/types/AgentVersionParents.d.ts +1 -0
  485. package/dist/api/types/AnalysisProperty.d.ts +2 -0
  486. package/dist/api/types/ApiIntegrationWebhookOverrides.d.ts +2 -2
  487. package/dist/api/types/BaseTurnConfig.d.ts +2 -0
  488. package/dist/api/types/CaptionStyleSectionAnimationModelEnterType.d.ts +3 -0
  489. package/dist/api/types/CaptionStyleSectionAnimationModelEnterType.js +3 -0
  490. package/dist/api/types/CaptionStyleSectionAnimationModelExitType.d.ts +3 -0
  491. package/dist/api/types/CaptionStyleSectionAnimationModelExitType.js +3 -0
  492. package/dist/api/types/CaptionStyleWordAnimationModelEnterType.d.ts +3 -0
  493. package/dist/api/types/CaptionStyleWordAnimationModelEnterType.js +3 -0
  494. package/dist/api/types/CaptionStyleWordAnimationModelExitType.d.ts +3 -0
  495. package/dist/api/types/CaptionStyleWordAnimationModelExitType.js +3 -0
  496. package/dist/api/types/CompositionPlanChunksItem.d.ts +1 -1
  497. package/dist/api/types/ConversationConfigInput.d.ts +2 -0
  498. package/dist/api/types/ConversationConfigOutput.d.ts +2 -0
  499. package/dist/api/types/ConversationConfigWorkflowOverrideInput.d.ts +2 -0
  500. package/dist/api/types/ConversationConfigWorkflowOverrideOutput.d.ts +2 -0
  501. package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  502. package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  503. package/dist/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
  504. package/dist/api/types/ConversationInitiationClientDataInternal.d.ts +1 -1
  505. package/dist/api/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
  506. package/dist/api/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
  507. package/dist/api/types/ConversationProduct.d.ts +6 -0
  508. package/dist/api/types/ConversationProduct.js +9 -0
  509. package/dist/api/types/ConversationSimulationSpecification.d.ts +1 -1
  510. package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  511. package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  512. package/dist/api/types/CreateResponseUnitTestRequest.d.ts +1 -1
  513. package/dist/api/types/CreateSimulationTestRequest.d.ts +4 -2
  514. package/dist/api/types/CreateToolCallUnitTestRequest.d.ts +1 -1
  515. package/dist/api/types/DynamicVariablesConfigInput.d.ts +1 -1
  516. package/dist/api/types/DynamicVariablesConfigOutput.d.ts +1 -1
  517. package/dist/api/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +1 -1
  518. package/dist/api/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +1 -1
  519. package/dist/api/types/FineTuningResponse.d.ts +2 -2
  520. package/dist/api/types/{GenerationChunk.d.ts → GenerationChunkInput.d.ts} +3 -3
  521. package/dist/api/types/GenerationChunkInputConditionStrength.d.ts +7 -0
  522. package/{api/types/GenerationChunkConditionStrength.js → dist/api/types/GenerationChunkInputConditionStrength.js} +2 -2
  523. package/{api/types/GenerationChunkContextAdherence.d.ts → dist/api/types/GenerationChunkInputContextAdherence.d.ts} +2 -2
  524. package/dist/api/types/{GenerationChunkContextAdherence.js → GenerationChunkInputContextAdherence.js} +2 -2
  525. package/dist/api/types/GenerationChunkOutput.d.ts +17 -0
  526. package/dist/api/types/GenerationChunkOutputConditionStrength.d.ts +7 -0
  527. package/dist/api/types/GenerationChunkOutputConditionStrength.js +10 -0
  528. package/dist/api/types/GenerationChunkOutputContextAdherence.d.ts +7 -0
  529. package/dist/api/types/GenerationChunkOutputContextAdherence.js +10 -0
  530. package/dist/api/types/GetResponseUnitTestResponseModel.d.ts +1 -1
  531. package/dist/api/types/GetSimulationTestResponseModel.d.ts +4 -2
  532. package/dist/api/types/GetToolCallUnitTestResponseModel.d.ts +1 -1
  533. package/dist/api/types/LiteralJsonSchemaProperty.d.ts +2 -0
  534. package/dist/api/types/LockReason.d.ts +7 -0
  535. package/dist/api/types/LockReason.js +10 -0
  536. package/dist/api/types/McpToolConfigOverrideInput.d.ts +1 -1
  537. package/dist/api/types/McpToolConfigOverrideOutput.d.ts +1 -1
  538. package/dist/api/types/MusicAllowedOutputFormats.d.ts +2 -0
  539. package/dist/api/types/MusicOnlyOutputFormats.d.ts +7 -0
  540. package/dist/api/types/MusicOnlyOutputFormats.js +10 -0
  541. package/dist/api/types/MusicOutputFormat.d.ts +2 -0
  542. package/dist/api/types/MusicOutputFormat.js +3 -0
  543. package/dist/api/types/OpenAiAudioFormat.d.ts +6 -0
  544. package/{api/types/AudioFormat.js → dist/api/types/OpenAiAudioFormat.js} +2 -2
  545. package/dist/api/types/OpenAiAudioInputFormat.d.ts +1 -1
  546. package/dist/api/types/OpenAiAudioOutputFormat.d.ts +1 -1
  547. package/dist/api/types/ProjectExtendedResponse.d.ts +1 -1
  548. package/dist/api/types/ProjectResponse.d.ts +1 -1
  549. package/dist/api/types/ResponseUnitTestModel.d.ts +1 -1
  550. package/dist/api/types/ReviewResponseModel.d.ts +1 -1
  551. package/dist/api/types/SimulationTestModel.d.ts +4 -2
  552. package/dist/api/types/SoftTimeoutConfig.d.ts +4 -2
  553. package/dist/api/types/SoftTimeoutConfigOverride.d.ts +1 -1
  554. package/dist/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +4 -2
  555. package/dist/api/types/SongSection.d.ts +2 -2
  556. package/dist/api/types/SpeakerSeparationResponseModel.d.ts +1 -1
  557. package/dist/api/types/SpeechToTextWordResponseModel.d.ts +2 -0
  558. package/dist/api/types/ToolCallUnitTestModel.d.ts +1 -1
  559. package/dist/api/types/TopicDiscoverySettings.d.ts +5 -0
  560. package/dist/api/types/TopicDiscoverySettings.js +3 -0
  561. package/dist/api/types/TurnConfig.d.ts +2 -0
  562. package/dist/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
  563. package/dist/api/types/UpdateOAuth2ClientCredsRequest.d.ts +2 -2
  564. package/dist/api/types/UpdateOAuth2JwtRequest.d.ts +1 -1
  565. package/dist/api/types/UpdateResponseUnitTestRequest.d.ts +1 -1
  566. package/dist/api/types/UpdateSimulationTestRequest.d.ts +4 -2
  567. package/dist/api/types/UpdateToolCallUnitTestRequest.d.ts +1 -1
  568. package/dist/api/types/WebhookHmacSettings.d.ts +1 -1
  569. package/dist/api/types/WorkspaceApiKeyResponseModel.d.ts +2 -0
  570. package/dist/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
  571. package/dist/api/types/index.d.ts +13 -9
  572. package/dist/api/types/index.js +13 -9
  573. package/dist/core/fetcher/Fetcher.d.ts +0 -8
  574. package/dist/core/fetcher/Fetcher.js +8 -13
  575. package/dist/core/fetcher/getResponseBody.js +0 -11
  576. package/dist/core/fetcher/requestWithRetries.js +1 -4
  577. package/dist/core/file/file.js +2 -3
  578. package/dist/core/schemas/builders/enum/enum.d.ts +0 -1
  579. package/dist/core/schemas/builders/enum/enum.js +0 -7
  580. package/dist/core/schemas/builders/enum/index.d.ts +1 -1
  581. package/dist/core/schemas/builders/enum/index.js +1 -2
  582. package/dist/core/schemas/builders/schema-utils/JsonError.js +1 -2
  583. package/dist/core/schemas/builders/schema-utils/ParseError.js +1 -2
  584. package/dist/core/url/index.d.ts +0 -1
  585. package/dist/core/url/index.js +1 -3
  586. package/dist/core/url/qs.d.ts +1 -2
  587. package/dist/core/url/qs.js +12 -24
  588. package/dist/errors/ElevenLabsError.d.ts +1 -3
  589. package/dist/errors/ElevenLabsError.js +1 -4
  590. package/dist/errors/ElevenLabsTimeoutError.d.ts +1 -4
  591. package/dist/errors/ElevenLabsTimeoutError.js +1 -4
  592. package/dist/errors/handleNonStatusCodeError.js +1 -4
  593. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
  594. package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +1 -1
  595. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +1 -1
  596. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +1 -1
  597. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +1 -1
  598. package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +1 -1
  599. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +1 -1
  600. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.js +3 -1
  601. package/dist/serialization/resources/dubbing/types/DubbingListRequestCreationSourcesItem.d.ts +7 -0
  602. package/dist/serialization/resources/dubbing/types/DubbingListRequestCreationSourcesItem.js +39 -0
  603. package/dist/serialization/resources/dubbing/types/DubbingListRequestDubbingModelsItem.d.ts +7 -0
  604. package/dist/serialization/resources/dubbing/types/DubbingListRequestDubbingModelsItem.js +39 -0
  605. package/dist/serialization/resources/dubbing/types/DubbingListRequestDubbingStatusesItem.d.ts +7 -0
  606. package/dist/serialization/resources/dubbing/types/DubbingListRequestDubbingStatusesItem.js +39 -0
  607. package/dist/serialization/resources/dubbing/types/DubbingListRequestOrderBy.d.ts +7 -0
  608. package/dist/serialization/resources/dubbing/types/DubbingListRequestOrderBy.js +39 -0
  609. package/dist/serialization/resources/dubbing/types/index.d.ts +4 -0
  610. package/dist/serialization/resources/dubbing/types/index.js +4 -0
  611. package/dist/serialization/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.d.ts +1 -1
  612. package/dist/serialization/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.js +1 -1
  613. package/dist/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +7 -0
  614. package/dist/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.js +66 -0
  615. package/dist/serialization/resources/music/types/MusicComposeRequestOutputFormat.d.ts +7 -0
  616. package/dist/serialization/resources/music/types/MusicComposeRequestOutputFormat.js +66 -0
  617. package/dist/serialization/resources/music/types/MusicStreamRequestOutputFormat.d.ts +7 -0
  618. package/dist/serialization/resources/music/types/MusicStreamRequestOutputFormat.js +66 -0
  619. package/dist/serialization/resources/music/types/index.d.ts +3 -0
  620. package/dist/serialization/resources/music/types/index.js +3 -0
  621. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +1 -0
  622. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.js +1 -0
  623. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -0
  624. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.js +2 -0
  625. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchThirdPartyDisableAllowed.d.ts +7 -0
  626. package/dist/serialization/{types/CoachingAgentSettings.js → resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchThirdPartyDisableAllowed.js} +7 -7
  627. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +1 -0
  628. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +1 -0
  629. package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestMultichannelOutputStyle.d.ts +7 -0
  630. package/dist/serialization/{types/CodeToolAllowedDomain.js → resources/speechToText/types/SpeechToTextConvertRequestMultichannelOutputStyle.js} +3 -6
  631. package/dist/serialization/resources/speechToText/types/index.d.ts +1 -0
  632. package/dist/serialization/resources/speechToText/types/index.js +1 -0
  633. package/dist/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +1 -1
  634. package/dist/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.js +1 -1
  635. package/dist/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +1 -1
  636. package/dist/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.js +1 -1
  637. package/dist/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +1 -1
  638. package/dist/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.js +1 -1
  639. package/dist/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +1 -1
  640. package/dist/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.js +1 -1
  641. package/dist/serialization/types/AgentConfig.d.ts +1 -1
  642. package/dist/serialization/types/AgentConfig.js +1 -1
  643. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  644. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +1 -1
  645. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  646. package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +1 -1
  647. package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
  648. package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +2 -0
  649. package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
  650. package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +2 -0
  651. package/dist/serialization/types/AgentVersionParents.d.ts +1 -0
  652. package/dist/serialization/types/AgentVersionParents.js +1 -0
  653. package/dist/serialization/types/AnalysisProperty.d.ts +1 -0
  654. package/dist/serialization/types/AnalysisProperty.js +1 -0
  655. package/dist/serialization/types/ApiIntegrationWebhookOverrides.d.ts +2 -2
  656. package/dist/serialization/types/ApiIntegrationWebhookOverrides.js +2 -2
  657. package/dist/serialization/types/BaseTurnConfig.d.ts +1 -0
  658. package/dist/serialization/types/BaseTurnConfig.js +1 -0
  659. package/dist/serialization/types/CaptionStyleSectionAnimationModelEnterType.d.ts +1 -1
  660. package/dist/serialization/types/CaptionStyleSectionAnimationModelEnterType.js +1 -1
  661. package/dist/serialization/types/CaptionStyleSectionAnimationModelExitType.d.ts +1 -1
  662. package/dist/serialization/types/CaptionStyleSectionAnimationModelExitType.js +1 -1
  663. package/dist/serialization/types/CaptionStyleWordAnimationModelEnterType.d.ts +1 -1
  664. package/dist/serialization/types/CaptionStyleWordAnimationModelEnterType.js +1 -1
  665. package/dist/serialization/types/CaptionStyleWordAnimationModelExitType.d.ts +1 -1
  666. package/dist/serialization/types/CaptionStyleWordAnimationModelExitType.js +1 -1
  667. package/dist/serialization/types/CompositionPlanChunksItem.d.ts +2 -2
  668. package/dist/serialization/types/CompositionPlanChunksItem.js +2 -2
  669. package/dist/serialization/types/ConversationConfigInput.d.ts +2 -0
  670. package/dist/serialization/types/ConversationConfigInput.js +2 -0
  671. package/dist/serialization/types/ConversationConfigOutput.d.ts +2 -0
  672. package/dist/serialization/types/ConversationConfigOutput.js +2 -0
  673. package/dist/serialization/types/ConversationConfigWorkflowOverrideInput.d.ts +2 -0
  674. package/dist/serialization/types/ConversationConfigWorkflowOverrideInput.js +2 -0
  675. package/dist/serialization/types/ConversationConfigWorkflowOverrideOutput.d.ts +2 -0
  676. package/dist/serialization/types/ConversationConfigWorkflowOverrideOutput.js +2 -0
  677. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  678. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
  679. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  680. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
  681. package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
  682. package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
  683. package/dist/serialization/types/ConversationInitiationClientDataInternal.d.ts +1 -1
  684. package/dist/serialization/types/ConversationInitiationClientDataInternal.js +1 -1
  685. package/dist/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
  686. package/dist/serialization/types/ConversationInitiationClientDataRequestInput.js +1 -1
  687. package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
  688. package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.js +1 -1
  689. package/dist/serialization/types/ConversationProduct.d.ts +7 -0
  690. package/dist/serialization/types/{GenerationChunkContextAdherence.js → ConversationProduct.js} +2 -2
  691. package/dist/serialization/types/ConversationSimulationSpecification.d.ts +1 -1
  692. package/dist/serialization/types/ConversationSimulationSpecification.js +1 -1
  693. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  694. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +1 -1
  695. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  696. package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +1 -1
  697. package/dist/serialization/types/CreateResponseUnitTestRequest.d.ts +1 -1
  698. package/dist/serialization/types/CreateResponseUnitTestRequest.js +1 -1
  699. package/dist/serialization/types/CreateSimulationTestRequest.d.ts +2 -1
  700. package/dist/serialization/types/CreateSimulationTestRequest.js +2 -1
  701. package/dist/serialization/types/CreateToolCallUnitTestRequest.d.ts +1 -1
  702. package/dist/serialization/types/CreateToolCallUnitTestRequest.js +1 -1
  703. package/dist/serialization/types/DynamicVariablesConfigInput.d.ts +1 -1
  704. package/dist/serialization/types/DynamicVariablesConfigInput.js +1 -1
  705. package/dist/serialization/types/DynamicVariablesConfigOutput.d.ts +1 -1
  706. package/dist/serialization/types/DynamicVariablesConfigOutput.js +1 -1
  707. package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +1 -1
  708. package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.js +1 -1
  709. package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +1 -1
  710. package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.js +1 -1
  711. package/dist/serialization/types/FineTuningResponse.d.ts +2 -2
  712. package/dist/serialization/types/FineTuningResponse.js +2 -2
  713. package/dist/serialization/types/GenerationChunkInput.d.ts +18 -0
  714. package/dist/serialization/types/{GenerationChunk.js → GenerationChunkInput.js} +6 -6
  715. package/dist/serialization/types/GenerationChunkInputConditionStrength.d.ts +7 -0
  716. package/dist/serialization/types/GenerationChunkInputConditionStrength.js +39 -0
  717. package/dist/serialization/types/GenerationChunkInputContextAdherence.d.ts +7 -0
  718. package/dist/serialization/types/GenerationChunkInputContextAdherence.js +39 -0
  719. package/dist/serialization/types/GenerationChunkOutput.d.ts +18 -0
  720. package/dist/serialization/types/GenerationChunkOutput.js +50 -0
  721. package/dist/serialization/types/GenerationChunkOutputConditionStrength.d.ts +7 -0
  722. package/dist/serialization/types/GenerationChunkOutputConditionStrength.js +39 -0
  723. package/dist/serialization/types/GenerationChunkOutputContextAdherence.d.ts +7 -0
  724. package/dist/serialization/types/GenerationChunkOutputContextAdherence.js +39 -0
  725. package/dist/serialization/types/GetResponseUnitTestResponseModel.d.ts +1 -1
  726. package/dist/serialization/types/GetResponseUnitTestResponseModel.js +1 -1
  727. package/dist/serialization/types/GetSimulationTestResponseModel.d.ts +2 -1
  728. package/dist/serialization/types/GetSimulationTestResponseModel.js +2 -1
  729. package/dist/serialization/types/GetToolCallUnitTestResponseModel.d.ts +1 -1
  730. package/dist/serialization/types/GetToolCallUnitTestResponseModel.js +1 -1
  731. package/dist/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
  732. package/dist/serialization/types/LiteralJsonSchemaProperty.js +1 -0
  733. package/dist/serialization/types/LockReason.d.ts +7 -0
  734. package/dist/serialization/types/{GenerationChunkConditionStrength.js → LockReason.js} +2 -2
  735. package/dist/serialization/types/McpToolConfigOverrideInput.d.ts +1 -1
  736. package/dist/serialization/types/McpToolConfigOverrideInput.js +1 -1
  737. package/dist/serialization/types/McpToolConfigOverrideOutput.d.ts +1 -1
  738. package/dist/serialization/types/McpToolConfigOverrideOutput.js +1 -1
  739. package/dist/serialization/types/MusicAllowedOutputFormats.d.ts +9 -0
  740. package/dist/serialization/types/MusicAllowedOutputFormats.js +41 -0
  741. package/dist/serialization/types/MusicOnlyOutputFormats.d.ts +7 -0
  742. package/dist/serialization/types/MusicOnlyOutputFormats.js +39 -0
  743. package/dist/serialization/types/MusicOutputFormat.d.ts +8 -0
  744. package/dist/serialization/types/{CodeToolContextVariable.js → MusicOutputFormat.js} +3 -5
  745. package/dist/serialization/types/{AudioFormat.d.ts → OpenAiAudioFormat.d.ts} +2 -2
  746. package/{serialization/types/GenerationChunkContextAdherence.js → dist/serialization/types/OpenAiAudioFormat.js} +2 -2
  747. package/dist/serialization/types/OpenAiAudioInputFormat.d.ts +2 -2
  748. package/dist/serialization/types/OpenAiAudioInputFormat.js +2 -2
  749. package/dist/serialization/types/OpenAiAudioOutputFormat.d.ts +2 -2
  750. package/dist/serialization/types/OpenAiAudioOutputFormat.js +2 -2
  751. package/dist/serialization/types/ProjectExtendedResponse.d.ts +1 -1
  752. package/dist/serialization/types/ProjectExtendedResponse.js +1 -1
  753. package/dist/serialization/types/ProjectResponse.d.ts +1 -1
  754. package/dist/serialization/types/ProjectResponse.js +1 -1
  755. package/dist/serialization/types/ResponseUnitTestModel.d.ts +1 -1
  756. package/dist/serialization/types/ResponseUnitTestModel.js +1 -1
  757. package/dist/serialization/types/ReviewResponseModel.d.ts +1 -1
  758. package/dist/serialization/types/ReviewResponseModel.js +1 -1
  759. package/dist/serialization/types/SimulationTestModel.d.ts +2 -1
  760. package/dist/serialization/types/SimulationTestModel.js +2 -1
  761. package/dist/serialization/types/SoftTimeoutConfig.d.ts +1 -0
  762. package/dist/serialization/types/SoftTimeoutConfig.js +1 -0
  763. package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +1 -0
  764. package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.js +1 -0
  765. package/dist/serialization/types/SpeakerSeparationResponseModel.d.ts +1 -1
  766. package/dist/serialization/types/SpeakerSeparationResponseModel.js +1 -1
  767. package/dist/serialization/types/SpeechToTextWordResponseModel.d.ts +1 -0
  768. package/dist/serialization/types/SpeechToTextWordResponseModel.js +1 -0
  769. package/dist/serialization/types/ToolCallUnitTestModel.d.ts +1 -1
  770. package/dist/serialization/types/ToolCallUnitTestModel.js +1 -1
  771. package/dist/serialization/types/TopicDiscoverySettings.d.ts +7 -0
  772. package/{serialization/types/AudioFormat.js → dist/serialization/types/TopicDiscoverySettings.js} +2 -2
  773. package/dist/serialization/types/TurnConfig.d.ts +1 -0
  774. package/dist/serialization/types/TurnConfig.js +1 -0
  775. package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
  776. package/dist/serialization/types/TurnConfigWorkflowOverride.js +1 -0
  777. package/dist/serialization/types/UpdateOAuth2ClientCredsRequest.d.ts +2 -2
  778. package/dist/serialization/types/UpdateOAuth2ClientCredsRequest.js +2 -2
  779. package/dist/serialization/types/UpdateOAuth2JwtRequest.d.ts +1 -1
  780. package/dist/serialization/types/UpdateOAuth2JwtRequest.js +1 -1
  781. package/dist/serialization/types/UpdateResponseUnitTestRequest.d.ts +1 -1
  782. package/dist/serialization/types/UpdateResponseUnitTestRequest.js +1 -1
  783. package/dist/serialization/types/UpdateSimulationTestRequest.d.ts +2 -1
  784. package/dist/serialization/types/UpdateSimulationTestRequest.js +2 -1
  785. package/dist/serialization/types/UpdateToolCallUnitTestRequest.d.ts +1 -1
  786. package/dist/serialization/types/UpdateToolCallUnitTestRequest.js +1 -1
  787. package/dist/serialization/types/WebhookHmacSettings.d.ts +1 -1
  788. package/dist/serialization/types/WebhookHmacSettings.js +1 -1
  789. package/dist/serialization/types/WorkspaceApiKeyResponseModel.d.ts +3 -0
  790. package/dist/serialization/types/WorkspaceApiKeyResponseModel.js +3 -0
  791. package/dist/serialization/types/WorkspaceGroupResponseModel.d.ts +1 -0
  792. package/dist/serialization/types/WorkspaceGroupResponseModel.js +1 -0
  793. package/dist/serialization/types/index.d.ts +13 -9
  794. package/dist/serialization/types/index.js +13 -9
  795. package/dist/version.d.ts +1 -1
  796. package/dist/version.js +1 -1
  797. package/errors/ElevenLabsError.d.ts +1 -3
  798. package/errors/ElevenLabsError.js +1 -4
  799. package/errors/ElevenLabsTimeoutError.d.ts +1 -4
  800. package/errors/ElevenLabsTimeoutError.js +1 -4
  801. package/errors/handleNonStatusCodeError.js +1 -4
  802. package/package.json +6 -6
  803. package/reference.md +116 -27
  804. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
  805. package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +1 -1
  806. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +1 -1
  807. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +1 -1
  808. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +1 -1
  809. package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +1 -1
  810. package/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +1 -1
  811. package/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.js +3 -1
  812. package/serialization/resources/dubbing/types/DubbingListRequestCreationSourcesItem.d.ts +7 -0
  813. package/serialization/resources/dubbing/types/DubbingListRequestCreationSourcesItem.js +39 -0
  814. package/serialization/resources/dubbing/types/DubbingListRequestDubbingModelsItem.d.ts +7 -0
  815. package/serialization/resources/dubbing/types/DubbingListRequestDubbingModelsItem.js +39 -0
  816. package/serialization/resources/dubbing/types/DubbingListRequestDubbingStatusesItem.d.ts +7 -0
  817. package/serialization/resources/dubbing/types/DubbingListRequestDubbingStatusesItem.js +39 -0
  818. package/serialization/resources/dubbing/types/DubbingListRequestOrderBy.d.ts +7 -0
  819. package/serialization/resources/dubbing/types/DubbingListRequestOrderBy.js +39 -0
  820. package/serialization/resources/dubbing/types/index.d.ts +4 -0
  821. package/serialization/resources/dubbing/types/index.js +4 -0
  822. package/serialization/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.d.ts +1 -1
  823. package/serialization/resources/environmentVariables/client/requests/UpdateEnvironmentVariableRequest.js +1 -1
  824. package/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +7 -0
  825. package/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.js +66 -0
  826. package/serialization/resources/music/types/MusicComposeRequestOutputFormat.d.ts +7 -0
  827. package/serialization/resources/music/types/MusicComposeRequestOutputFormat.js +66 -0
  828. package/serialization/resources/music/types/MusicStreamRequestOutputFormat.d.ts +7 -0
  829. package/serialization/resources/music/types/MusicStreamRequestOutputFormat.js +66 -0
  830. package/serialization/resources/music/types/index.d.ts +3 -0
  831. package/serialization/resources/music/types/index.js +3 -0
  832. package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +1 -0
  833. package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.js +1 -0
  834. package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -0
  835. package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.js +2 -0
  836. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchThirdPartyDisableAllowed.d.ts +7 -0
  837. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchThirdPartyDisableAllowed.js +43 -0
  838. package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +1 -0
  839. package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +1 -0
  840. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestMultichannelOutputStyle.d.ts +7 -0
  841. package/serialization/resources/speechToText/types/SpeechToTextConvertRequestMultichannelOutputStyle.js +39 -0
  842. package/serialization/resources/speechToText/types/index.d.ts +1 -0
  843. package/serialization/resources/speechToText/types/index.js +1 -0
  844. package/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +1 -1
  845. package/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.js +1 -1
  846. package/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +1 -1
  847. package/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.js +1 -1
  848. package/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +1 -1
  849. package/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.js +1 -1
  850. package/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +1 -1
  851. package/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.js +1 -1
  852. package/serialization/types/AgentConfig.d.ts +1 -1
  853. package/serialization/types/AgentConfig.js +1 -1
  854. package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  855. package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +1 -1
  856. package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  857. package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +1 -1
  858. package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
  859. package/serialization/types/AgentPlatformSettingsRequestModel.js +2 -0
  860. package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
  861. package/serialization/types/AgentPlatformSettingsResponseModel.js +2 -0
  862. package/serialization/types/AgentVersionParents.d.ts +1 -0
  863. package/serialization/types/AgentVersionParents.js +1 -0
  864. package/serialization/types/AnalysisProperty.d.ts +1 -0
  865. package/serialization/types/AnalysisProperty.js +1 -0
  866. package/serialization/types/ApiIntegrationWebhookOverrides.d.ts +2 -2
  867. package/serialization/types/ApiIntegrationWebhookOverrides.js +2 -2
  868. package/serialization/types/BaseTurnConfig.d.ts +1 -0
  869. package/serialization/types/BaseTurnConfig.js +1 -0
  870. package/serialization/types/CaptionStyleSectionAnimationModelEnterType.d.ts +1 -1
  871. package/serialization/types/CaptionStyleSectionAnimationModelEnterType.js +1 -1
  872. package/serialization/types/CaptionStyleSectionAnimationModelExitType.d.ts +1 -1
  873. package/serialization/types/CaptionStyleSectionAnimationModelExitType.js +1 -1
  874. package/serialization/types/CaptionStyleWordAnimationModelEnterType.d.ts +1 -1
  875. package/serialization/types/CaptionStyleWordAnimationModelEnterType.js +1 -1
  876. package/serialization/types/CaptionStyleWordAnimationModelExitType.d.ts +1 -1
  877. package/serialization/types/CaptionStyleWordAnimationModelExitType.js +1 -1
  878. package/serialization/types/CompositionPlanChunksItem.d.ts +2 -2
  879. package/serialization/types/CompositionPlanChunksItem.js +2 -2
  880. package/serialization/types/ConversationConfigInput.d.ts +2 -0
  881. package/serialization/types/ConversationConfigInput.js +2 -0
  882. package/serialization/types/ConversationConfigOutput.d.ts +2 -0
  883. package/serialization/types/ConversationConfigOutput.js +2 -0
  884. package/serialization/types/ConversationConfigWorkflowOverrideInput.d.ts +2 -0
  885. package/serialization/types/ConversationConfigWorkflowOverrideInput.js +2 -0
  886. package/serialization/types/ConversationConfigWorkflowOverrideOutput.d.ts +2 -0
  887. package/serialization/types/ConversationConfigWorkflowOverrideOutput.js +2 -0
  888. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
  889. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
  890. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
  891. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
  892. package/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
  893. package/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
  894. package/serialization/types/ConversationInitiationClientDataInternal.d.ts +1 -1
  895. package/serialization/types/ConversationInitiationClientDataInternal.js +1 -1
  896. package/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
  897. package/serialization/types/ConversationInitiationClientDataRequestInput.js +1 -1
  898. package/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
  899. package/serialization/types/ConversationInitiationClientDataRequestOutput.js +1 -1
  900. package/serialization/types/ConversationProduct.d.ts +7 -0
  901. package/serialization/types/ConversationProduct.js +39 -0
  902. package/serialization/types/ConversationSimulationSpecification.d.ts +1 -1
  903. package/serialization/types/ConversationSimulationSpecification.js +1 -1
  904. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
  905. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +1 -1
  906. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
  907. package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +1 -1
  908. package/serialization/types/CreateResponseUnitTestRequest.d.ts +1 -1
  909. package/serialization/types/CreateResponseUnitTestRequest.js +1 -1
  910. package/serialization/types/CreateSimulationTestRequest.d.ts +2 -1
  911. package/serialization/types/CreateSimulationTestRequest.js +2 -1
  912. package/serialization/types/CreateToolCallUnitTestRequest.d.ts +1 -1
  913. package/serialization/types/CreateToolCallUnitTestRequest.js +1 -1
  914. package/serialization/types/DynamicVariablesConfigInput.d.ts +1 -1
  915. package/serialization/types/DynamicVariablesConfigInput.js +1 -1
  916. package/serialization/types/DynamicVariablesConfigOutput.d.ts +1 -1
  917. package/serialization/types/DynamicVariablesConfigOutput.js +1 -1
  918. package/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +1 -1
  919. package/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.js +1 -1
  920. package/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +1 -1
  921. package/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.js +1 -1
  922. package/serialization/types/FineTuningResponse.d.ts +2 -2
  923. package/serialization/types/FineTuningResponse.js +2 -2
  924. package/serialization/types/GenerationChunkInput.d.ts +18 -0
  925. package/serialization/types/{GenerationChunk.js → GenerationChunkInput.js} +6 -6
  926. package/serialization/types/GenerationChunkInputConditionStrength.d.ts +7 -0
  927. package/serialization/types/GenerationChunkInputConditionStrength.js +39 -0
  928. package/serialization/types/GenerationChunkInputContextAdherence.d.ts +7 -0
  929. package/serialization/types/GenerationChunkInputContextAdherence.js +39 -0
  930. package/serialization/types/GenerationChunkOutput.d.ts +18 -0
  931. package/serialization/types/GenerationChunkOutput.js +50 -0
  932. package/serialization/types/GenerationChunkOutputConditionStrength.d.ts +7 -0
  933. package/serialization/types/GenerationChunkOutputConditionStrength.js +39 -0
  934. package/serialization/types/GenerationChunkOutputContextAdherence.d.ts +7 -0
  935. package/serialization/types/GenerationChunkOutputContextAdherence.js +39 -0
  936. package/serialization/types/GetResponseUnitTestResponseModel.d.ts +1 -1
  937. package/serialization/types/GetResponseUnitTestResponseModel.js +1 -1
  938. package/serialization/types/GetSimulationTestResponseModel.d.ts +2 -1
  939. package/serialization/types/GetSimulationTestResponseModel.js +2 -1
  940. package/serialization/types/GetToolCallUnitTestResponseModel.d.ts +1 -1
  941. package/serialization/types/GetToolCallUnitTestResponseModel.js +1 -1
  942. package/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
  943. package/serialization/types/LiteralJsonSchemaProperty.js +1 -0
  944. package/serialization/types/LockReason.d.ts +7 -0
  945. package/serialization/types/LockReason.js +39 -0
  946. package/serialization/types/McpToolConfigOverrideInput.d.ts +1 -1
  947. package/serialization/types/McpToolConfigOverrideInput.js +1 -1
  948. package/serialization/types/McpToolConfigOverrideOutput.d.ts +1 -1
  949. package/serialization/types/McpToolConfigOverrideOutput.js +1 -1
  950. package/serialization/types/MusicAllowedOutputFormats.d.ts +9 -0
  951. package/serialization/types/MusicAllowedOutputFormats.js +41 -0
  952. package/serialization/types/MusicOnlyOutputFormats.d.ts +7 -0
  953. package/serialization/types/MusicOnlyOutputFormats.js +39 -0
  954. package/serialization/types/MusicOutputFormat.d.ts +8 -0
  955. package/{dist/serialization/types/CoachedAgentSettings.js → serialization/types/MusicOutputFormat.js} +3 -5
  956. package/serialization/types/{AudioFormat.d.ts → OpenAiAudioFormat.d.ts} +2 -2
  957. package/serialization/types/OpenAiAudioFormat.js +39 -0
  958. package/serialization/types/OpenAiAudioInputFormat.d.ts +2 -2
  959. package/serialization/types/OpenAiAudioInputFormat.js +2 -2
  960. package/serialization/types/OpenAiAudioOutputFormat.d.ts +2 -2
  961. package/serialization/types/OpenAiAudioOutputFormat.js +2 -2
  962. package/serialization/types/ProjectExtendedResponse.d.ts +1 -1
  963. package/serialization/types/ProjectExtendedResponse.js +1 -1
  964. package/serialization/types/ProjectResponse.d.ts +1 -1
  965. package/serialization/types/ProjectResponse.js +1 -1
  966. package/serialization/types/ResponseUnitTestModel.d.ts +1 -1
  967. package/serialization/types/ResponseUnitTestModel.js +1 -1
  968. package/serialization/types/ReviewResponseModel.d.ts +1 -1
  969. package/serialization/types/ReviewResponseModel.js +1 -1
  970. package/serialization/types/SimulationTestModel.d.ts +2 -1
  971. package/serialization/types/SimulationTestModel.js +2 -1
  972. package/serialization/types/SoftTimeoutConfig.d.ts +1 -0
  973. package/serialization/types/SoftTimeoutConfig.js +1 -0
  974. package/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +1 -0
  975. package/serialization/types/SoftTimeoutConfigWorkflowOverride.js +1 -0
  976. package/serialization/types/SpeakerSeparationResponseModel.d.ts +1 -1
  977. package/serialization/types/SpeakerSeparationResponseModel.js +1 -1
  978. package/serialization/types/SpeechToTextWordResponseModel.d.ts +1 -0
  979. package/serialization/types/SpeechToTextWordResponseModel.js +1 -0
  980. package/serialization/types/ToolCallUnitTestModel.d.ts +1 -1
  981. package/serialization/types/ToolCallUnitTestModel.js +1 -1
  982. package/serialization/types/TopicDiscoverySettings.d.ts +7 -0
  983. package/{dist/serialization/types/AudioFormat.js → serialization/types/TopicDiscoverySettings.js} +2 -2
  984. package/serialization/types/TurnConfig.d.ts +1 -0
  985. package/serialization/types/TurnConfig.js +1 -0
  986. package/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
  987. package/serialization/types/TurnConfigWorkflowOverride.js +1 -0
  988. package/serialization/types/UpdateOAuth2ClientCredsRequest.d.ts +2 -2
  989. package/serialization/types/UpdateOAuth2ClientCredsRequest.js +2 -2
  990. package/serialization/types/UpdateOAuth2JwtRequest.d.ts +1 -1
  991. package/serialization/types/UpdateOAuth2JwtRequest.js +1 -1
  992. package/serialization/types/UpdateResponseUnitTestRequest.d.ts +1 -1
  993. package/serialization/types/UpdateResponseUnitTestRequest.js +1 -1
  994. package/serialization/types/UpdateSimulationTestRequest.d.ts +2 -1
  995. package/serialization/types/UpdateSimulationTestRequest.js +2 -1
  996. package/serialization/types/UpdateToolCallUnitTestRequest.d.ts +1 -1
  997. package/serialization/types/UpdateToolCallUnitTestRequest.js +1 -1
  998. package/serialization/types/WebhookHmacSettings.d.ts +1 -1
  999. package/serialization/types/WebhookHmacSettings.js +1 -1
  1000. package/serialization/types/WorkspaceApiKeyResponseModel.d.ts +3 -0
  1001. package/serialization/types/WorkspaceApiKeyResponseModel.js +3 -0
  1002. package/serialization/types/WorkspaceGroupResponseModel.d.ts +1 -0
  1003. package/serialization/types/WorkspaceGroupResponseModel.js +1 -0
  1004. package/serialization/types/index.d.ts +13 -9
  1005. package/serialization/types/index.js +13 -9
  1006. package/version.d.ts +1 -1
  1007. package/version.js +1 -1
  1008. package/.fern/verify.sh +0 -5
  1009. package/api/types/AudioFormat.d.ts +0 -6
  1010. package/api/types/CoachedAgentSettings.d.ts +0 -4
  1011. package/api/types/CoachingAgentSettings.d.ts +0 -8
  1012. package/api/types/CodeToolAllowedDomain.d.ts +0 -6
  1013. package/api/types/CodeToolContextVariable.d.ts +0 -4
  1014. package/api/types/GenerationChunkConditionStrength.d.ts +0 -7
  1015. package/api/types/NoCoachingSettings.d.ts +0 -4
  1016. package/core/url/QueryStringBuilder.d.ts +0 -47
  1017. package/core/url/QueryStringBuilder.js +0 -83
  1018. package/dist/api/types/AudioFormat.d.ts +0 -6
  1019. package/dist/api/types/CoachedAgentSettings.d.ts +0 -4
  1020. package/dist/api/types/CoachingAgentSettings.d.ts +0 -8
  1021. package/dist/api/types/CodeToolAllowedDomain.d.ts +0 -6
  1022. package/dist/api/types/CodeToolContextVariable.d.ts +0 -4
  1023. package/dist/api/types/GenerationChunkConditionStrength.d.ts +0 -7
  1024. package/dist/api/types/NoCoachingSettings.d.ts +0 -4
  1025. package/dist/core/url/QueryStringBuilder.d.ts +0 -47
  1026. package/dist/core/url/QueryStringBuilder.js +0 -83
  1027. package/dist/serialization/types/CoachedAgentSettings.d.ts +0 -10
  1028. package/dist/serialization/types/CoachingAgentSettings.d.ts +0 -11
  1029. package/dist/serialization/types/CodeToolAllowedDomain.d.ts +0 -10
  1030. package/dist/serialization/types/CodeToolContextVariable.d.ts +0 -10
  1031. package/dist/serialization/types/GenerationChunk.d.ts +0 -18
  1032. package/dist/serialization/types/GenerationChunkConditionStrength.d.ts +0 -7
  1033. package/dist/serialization/types/GenerationChunkContextAdherence.d.ts +0 -7
  1034. package/dist/serialization/types/NoCoachingSettings.d.ts +0 -10
  1035. package/dist/serialization/types/NoCoachingSettings.js +0 -42
  1036. package/serialization/types/CoachedAgentSettings.d.ts +0 -10
  1037. package/serialization/types/CoachedAgentSettings.js +0 -42
  1038. package/serialization/types/CoachingAgentSettings.d.ts +0 -11
  1039. package/serialization/types/CoachingAgentSettings.js +0 -43
  1040. package/serialization/types/CodeToolAllowedDomain.d.ts +0 -10
  1041. package/serialization/types/CodeToolAllowedDomain.js +0 -42
  1042. package/serialization/types/CodeToolContextVariable.d.ts +0 -10
  1043. package/serialization/types/CodeToolContextVariable.js +0 -42
  1044. package/serialization/types/GenerationChunk.d.ts +0 -18
  1045. package/serialization/types/GenerationChunkConditionStrength.d.ts +0 -7
  1046. package/serialization/types/GenerationChunkConditionStrength.js +0 -39
  1047. package/serialization/types/GenerationChunkContextAdherence.d.ts +0 -7
  1048. package/serialization/types/NoCoachingSettings.d.ts +0 -10
  1049. package/serialization/types/NoCoachingSettings.js +0 -42
  1050. /package/api/{types/CoachedAgentSettings.js → resources/conversationalAi/resources/conversations/resources/topics/client/requests/TopicsGetRequest.js} +0 -0
  1051. /package/api/{types/CoachingAgentSettings.js → resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchThirdPartyDisableAllowed.js} +0 -0
  1052. /package/api/types/{CodeToolAllowedDomain.js → GenerationChunkInput.js} +0 -0
  1053. /package/api/types/{CodeToolContextVariable.js → GenerationChunkOutput.js} +0 -0
  1054. /package/api/types/{GenerationChunk.js → MusicAllowedOutputFormats.js} +0 -0
  1055. /package/api/types/{NoCoachingSettings.js → MusicOutputFormat.js} +0 -0
  1056. /package/{dist/api/types/CoachedAgentSettings.js → api/types/TopicDiscoverySettings.js} +0 -0
  1057. /package/dist/api/{types/CoachingAgentSettings.js → resources/conversationalAi/resources/conversations/resources/topics/client/requests/TopicsGetRequest.js} +0 -0
  1058. /package/dist/api/{types/CodeToolAllowedDomain.js → resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchThirdPartyDisableAllowed.js} +0 -0
  1059. /package/dist/api/types/{CodeToolContextVariable.js → GenerationChunkInput.js} +0 -0
  1060. /package/dist/api/types/{GenerationChunk.js → GenerationChunkOutput.js} +0 -0
  1061. /package/dist/api/types/{NoCoachingSettings.js → MusicAllowedOutputFormats.js} +0 -0
@@ -78,39 +78,36 @@ class VoicesClient {
78
78
  return ((_a = this._samples) !== null && _a !== void 0 ? _a : (this._samples = new Client_3.SamplesClient(this._options)));
79
79
  }
80
80
  /**
81
- * Returns metadata about a specific voice.
81
+ * @deprecated
82
82
  *
83
- * @param {string} voice_id - ID of the voice to be used. You can use the [Get voices](/docs/api-reference/voices/search) endpoint list all the available voices.
84
- * @param {ElevenLabs.VoicesGetRequest} request
83
+ * Returns a list of all available voices for a user. Stops working once the user's workspace exceeds 500 voices.
84
+ *
85
+ * @param {ElevenLabs.VoicesGetAllRequest} request
85
86
  * @param {VoicesClient.RequestOptions} requestOptions - Request-specific configuration.
86
87
  *
87
88
  * @throws {@link ElevenLabs.UnprocessableEntityError}
88
89
  *
89
90
  * @example
90
- * await client.voices.get("21m00Tcm4TlvDq8ikWAM", {
91
- * withSettings: true
91
+ * await client.voices.getAll({
92
+ * showLegacy: true
92
93
  * })
93
94
  */
94
- get(voice_id, request = {}, requestOptions) {
95
- return core.HttpResponsePromise.fromPromise(this.__get(voice_id, request, requestOptions));
95
+ getAll(request = {}, requestOptions) {
96
+ return core.HttpResponsePromise.fromPromise(this.__getAll(request, requestOptions));
96
97
  }
97
- __get(voice_id_1) {
98
- return __awaiter(this, arguments, void 0, function* (voice_id, request = {}, requestOptions) {
98
+ __getAll() {
99
+ return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
99
100
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
100
- const { withSettings } = request;
101
+ const { showLegacy } = request;
101
102
  const _queryParams = {
102
- with_settings: withSettings,
103
+ show_legacy: showLegacy,
103
104
  };
104
105
  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);
105
106
  const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
106
- 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/voices/${core.url.encodePathParam(voice_id)}`),
107
+ 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/voices"),
107
108
  method: "GET",
108
109
  headers: _headers,
109
- queryString: core.url
110
- .queryBuilder()
111
- .addMany(_queryParams)
112
- .mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
113
- .build(),
110
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
114
111
  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,
115
112
  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,
116
113
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -119,7 +116,7 @@ class VoicesClient {
119
116
  });
120
117
  if (_response.ok) {
121
118
  return {
122
- data: serializers.Voice.parseOrThrow(_response.body, {
119
+ data: serializers.GetVoicesResponse.parseOrThrow(_response.body, {
123
120
  unrecognizedObjectKeys: "passthrough",
124
121
  allowUnrecognizedUnionMembers: true,
125
122
  allowUnrecognizedEnumValues: true,
@@ -140,32 +137,39 @@ class VoicesClient {
140
137
  });
141
138
  }
142
139
  }
143
- return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/v1/voices/{voice_id}");
140
+ return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/v1/voices");
144
141
  });
145
142
  }
146
143
  /**
147
- * Deletes a voice by its ID.
144
+ * Returns metadata about a specific voice.
148
145
  *
149
146
  * @param {string} voice_id - ID of the voice to be used. You can use the [Get voices](/docs/api-reference/voices/search) endpoint list all the available voices.
147
+ * @param {ElevenLabs.VoicesGetRequest} request
150
148
  * @param {VoicesClient.RequestOptions} requestOptions - Request-specific configuration.
151
149
  *
152
150
  * @throws {@link ElevenLabs.UnprocessableEntityError}
153
151
  *
154
152
  * @example
155
- * await client.voices.delete("21m00Tcm4TlvDq8ikWAM")
153
+ * await client.voices.get("21m00Tcm4TlvDq8ikWAM", {
154
+ * withSettings: true
155
+ * })
156
156
  */
157
- delete(voice_id, requestOptions) {
158
- return core.HttpResponsePromise.fromPromise(this.__delete(voice_id, requestOptions));
157
+ get(voice_id, request = {}, requestOptions) {
158
+ return core.HttpResponsePromise.fromPromise(this.__get(voice_id, request, requestOptions));
159
159
  }
160
- __delete(voice_id, requestOptions) {
161
- return __awaiter(this, void 0, void 0, function* () {
160
+ __get(voice_id_1) {
161
+ return __awaiter(this, arguments, void 0, function* (voice_id, request = {}, requestOptions) {
162
162
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
163
+ const { withSettings } = request;
164
+ const _queryParams = {
165
+ with_settings: withSettings,
166
+ };
163
167
  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);
164
168
  const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
165
169
  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/voices/${core.url.encodePathParam(voice_id)}`),
166
- method: "DELETE",
170
+ method: "GET",
167
171
  headers: _headers,
168
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
172
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
169
173
  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,
170
174
  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,
171
175
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -174,7 +178,7 @@ class VoicesClient {
174
178
  });
175
179
  if (_response.ok) {
176
180
  return {
177
- data: serializers.DeleteVoiceResponseModel.parseOrThrow(_response.body, {
181
+ data: serializers.Voice.parseOrThrow(_response.body, {
178
182
  unrecognizedObjectKeys: "passthrough",
179
183
  allowUnrecognizedUnionMembers: true,
180
184
  allowUnrecognizedEnumValues: true,
@@ -195,44 +199,32 @@ class VoicesClient {
195
199
  });
196
200
  }
197
201
  }
198
- return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "DELETE", "/v1/voices/{voice_id}");
202
+ return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/v1/voices/{voice_id}");
199
203
  });
200
204
  }
201
205
  /**
202
- * @deprecated
203
- *
204
- * Returns a list of all available voices for a user. Stops working once the user's workspace exceeds 500 voices.
206
+ * Deletes a voice by its ID.
205
207
  *
206
- * @param {ElevenLabs.VoicesGetAllRequest} request
208
+ * @param {string} voice_id - ID of the voice to be used. You can use the [Get voices](/docs/api-reference/voices/search) endpoint list all the available voices.
207
209
  * @param {VoicesClient.RequestOptions} requestOptions - Request-specific configuration.
208
210
  *
209
211
  * @throws {@link ElevenLabs.UnprocessableEntityError}
210
212
  *
211
213
  * @example
212
- * await client.voices.getAll({
213
- * showLegacy: true
214
- * })
214
+ * await client.voices.delete("21m00Tcm4TlvDq8ikWAM")
215
215
  */
216
- getAll(request = {}, requestOptions) {
217
- return core.HttpResponsePromise.fromPromise(this.__getAll(request, requestOptions));
216
+ delete(voice_id, requestOptions) {
217
+ return core.HttpResponsePromise.fromPromise(this.__delete(voice_id, requestOptions));
218
218
  }
219
- __getAll() {
220
- return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
219
+ __delete(voice_id, requestOptions) {
220
+ return __awaiter(this, void 0, void 0, function* () {
221
221
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
222
- const { showLegacy } = request;
223
- const _queryParams = {
224
- show_legacy: showLegacy,
225
- };
226
222
  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);
227
223
  const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
228
- 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/voices"),
229
- method: "GET",
224
+ 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/voices/${core.url.encodePathParam(voice_id)}`),
225
+ method: "DELETE",
230
226
  headers: _headers,
231
- queryString: core.url
232
- .queryBuilder()
233
- .addMany(_queryParams)
234
- .mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
235
- .build(),
227
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
236
228
  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,
237
229
  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,
238
230
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -241,7 +233,7 @@ class VoicesClient {
241
233
  });
242
234
  if (_response.ok) {
243
235
  return {
244
- data: serializers.GetVoicesResponse.parseOrThrow(_response.body, {
236
+ data: serializers.DeleteVoiceResponseModel.parseOrThrow(_response.body, {
245
237
  unrecognizedObjectKeys: "passthrough",
246
238
  allowUnrecognizedUnionMembers: true,
247
239
  allowUnrecognizedEnumValues: true,
@@ -262,7 +254,7 @@ class VoicesClient {
262
254
  });
263
255
  }
264
256
  }
265
- return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/v1/voices");
257
+ return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "DELETE", "/v1/voices/{voice_id}");
266
258
  });
267
259
  }
268
260
  /**
@@ -313,11 +305,7 @@ class VoicesClient {
313
305
  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, "v2/voices"),
314
306
  method: "GET",
315
307
  headers: _headers,
316
- queryString: core.url
317
- .queryBuilder()
318
- .addMany(_queryParams)
319
- .mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
320
- .build(),
308
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
321
309
  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,
322
310
  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,
323
311
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -401,7 +389,7 @@ class VoicesClient {
401
389
  url: core.url.join((_h = (_g = (yield core.Supplier.get(this._options.baseUrl))) !== null && _g !== void 0 ? _g : (yield core.Supplier.get(this._options.environment))) !== null && _h !== void 0 ? _h : environments.ElevenLabsEnvironment.Production, `v1/voices/${core.url.encodePathParam(voice_id)}/edit`),
402
390
  method: "POST",
403
391
  headers: _headers,
404
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
392
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
405
393
  requestType: "file",
406
394
  duplex: _maybeEncodedRequest.duplex,
407
395
  body: _maybeEncodedRequest.body,
@@ -464,7 +452,7 @@ class VoicesClient {
464
452
  method: "POST",
465
453
  headers: _headers,
466
454
  contentType: "application/json",
467
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
455
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
468
456
  requestType: "json",
469
457
  body: serializers.BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.jsonOrThrow(request, {
470
458
  unrecognizedObjectKeys: "strip",
@@ -569,11 +557,7 @@ class VoicesClient {
569
557
  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/shared-voices"),
570
558
  method: "GET",
571
559
  headers: _headers,
572
- queryString: core.url
573
- .queryBuilder()
574
- .addMany(_queryParams)
575
- .mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
576
- .build(),
560
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
577
561
  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,
578
562
  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,
579
563
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -640,7 +624,7 @@ class VoicesClient {
640
624
  url: core.url.join((_h = (_g = (yield core.Supplier.get(this._options.baseUrl))) !== null && _g !== void 0 ? _g : (yield core.Supplier.get(this._options.environment))) !== null && _h !== void 0 ? _h : environments.ElevenLabsEnvironment.Production, "v1/similar-voices"),
641
625
  method: "POST",
642
626
  headers: _headers,
643
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
627
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
644
628
  requestType: "file",
645
629
  duplex: _maybeEncodedRequest.duplex,
646
630
  body: _maybeEncodedRequest.body,
@@ -103,7 +103,7 @@ class IvcClient {
103
103
  url: core.url.join((_g = (_f = (yield core.Supplier.get(this._options.baseUrl))) !== null && _f !== void 0 ? _f : (yield core.Supplier.get(this._options.environment))) !== null && _g !== void 0 ? _g : environments.ElevenLabsEnvironment.Production, "v1/voices/add"),
104
104
  method: "POST",
105
105
  headers: _headers,
106
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
106
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
107
107
  requestType: "file",
108
108
  duplex: _maybeEncodedRequest.duplex,
109
109
  body: _maybeEncodedRequest.body,
@@ -92,7 +92,7 @@ class PvcClient {
92
92
  method: "POST",
93
93
  headers: _headers,
94
94
  contentType: "application/json",
95
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
95
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
96
96
  requestType: "json",
97
97
  body: serializers.voices.CreatePvcVoiceRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
98
98
  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,
@@ -151,7 +151,7 @@ class PvcClient {
151
151
  method: "POST",
152
152
  headers: _headers,
153
153
  contentType: "application/json",
154
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
154
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
155
155
  requestType: "json",
156
156
  body: serializers.voices.BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.jsonOrThrow(request, {
157
157
  unrecognizedObjectKeys: "strip",
@@ -212,7 +212,7 @@ class PvcClient {
212
212
  method: "POST",
213
213
  headers: _headers,
214
214
  contentType: "application/json",
215
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
215
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
216
216
  requestType: "json",
217
217
  body: serializers.voices.BodyRunPvcTrainingV1VoicesPvcVoiceIdTrainPost.jsonOrThrow(request, {
218
218
  unrecognizedObjectKeys: "strip",
@@ -10,5 +10,5 @@ export interface BodyEditPvcVoiceV1VoicesPvcVoiceIdPost {
10
10
  /** Description to use for the created voice. */
11
11
  description?: string;
12
12
  /** Labels for the voice. Keys can be language, accent, gender, or age. */
13
- labels?: Record<string, string>;
13
+ labels?: Record<string, string | undefined>;
14
14
  }
@@ -13,5 +13,5 @@ export interface CreatePvcVoiceRequest {
13
13
  /** Description to use for the created voice. */
14
14
  description?: string;
15
15
  /** Labels for the voice. Keys can be language, accent, gender, or age. */
16
- labels?: Record<string, string>;
16
+ labels?: Record<string, string | undefined>;
17
17
  }
@@ -105,7 +105,7 @@ class SamplesClient {
105
105
  url: core.url.join((_g = (_f = (yield core.Supplier.get(this._options.baseUrl))) !== null && _f !== void 0 ? _f : (yield core.Supplier.get(this._options.environment))) !== null && _g !== void 0 ? _g : environments.ElevenLabsEnvironment.Production, `v1/voices/pvc/${core.url.encodePathParam(voice_id)}/samples`),
106
106
  method: "POST",
107
107
  headers: _headers,
108
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
108
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
109
109
  requestType: "file",
110
110
  duplex: _maybeEncodedRequest.duplex,
111
111
  body: _maybeEncodedRequest.body,
@@ -166,7 +166,7 @@ class SamplesClient {
166
166
  method: "POST",
167
167
  headers: _headers,
168
168
  contentType: "application/json",
169
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
169
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
170
170
  requestType: "json",
171
171
  body: serializers.voices.pvc.BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
172
172
  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,7 +224,7 @@ class SamplesClient {
224
224
  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/voices/pvc/${core.url.encodePathParam(voice_id)}/samples/${core.url.encodePathParam(sample_id)}`),
225
225
  method: "DELETE",
226
226
  headers: _headers,
227
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
227
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
228
228
  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,
229
229
  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,
230
230
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -86,11 +86,7 @@ class AudioClient {
86
86
  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/voices/pvc/${core.url.encodePathParam(voice_id)}/samples/${core.url.encodePathParam(sample_id)}/audio`),
87
87
  method: "GET",
88
88
  headers: _headers,
89
- queryString: core.url
90
- .queryBuilder()
91
- .addMany(_queryParams)
92
- .mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
93
- .build(),
89
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
94
90
  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,
95
91
  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,
96
92
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -84,7 +84,7 @@ class SpeakersClient {
84
84
  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/voices/pvc/${core.url.encodePathParam(voice_id)}/samples/${core.url.encodePathParam(sample_id)}/speakers`),
85
85
  method: "GET",
86
86
  headers: _headers,
87
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
87
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
88
88
  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,
89
89
  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,
90
90
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -140,7 +140,7 @@ class SpeakersClient {
140
140
  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/voices/pvc/${core.url.encodePathParam(voice_id)}/samples/${core.url.encodePathParam(sample_id)}/separate-speakers`),
141
141
  method: "POST",
142
142
  headers: _headers,
143
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
143
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
144
144
  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,
145
145
  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,
146
146
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -80,7 +80,7 @@ class AudioClient {
80
80
  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/voices/pvc/${core.url.encodePathParam(voice_id)}/samples/${core.url.encodePathParam(sample_id)}/speakers/${core.url.encodePathParam(speaker_id)}/audio`),
81
81
  method: "GET",
82
82
  headers: _headers,
83
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
83
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
84
84
  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,
85
85
  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,
86
86
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -79,7 +79,7 @@ class WaveformClient {
79
79
  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/voices/pvc/${core.url.encodePathParam(voice_id)}/samples/${core.url.encodePathParam(sample_id)}/waveform`),
80
80
  method: "GET",
81
81
  headers: _headers,
82
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
82
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
83
83
  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,
84
84
  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,
85
85
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -95,7 +95,7 @@ class VerificationClient {
95
95
  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/voices/pvc/${core.url.encodePathParam(voice_id)}/verification`),
96
96
  method: "POST",
97
97
  headers: _headers,
98
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
98
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
99
99
  requestType: "file",
100
100
  duplex: _maybeEncodedRequest.duplex,
101
101
  body: _maybeEncodedRequest.body,
@@ -78,7 +78,7 @@ class CaptchaClient {
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/voices/pvc/${core.url.encodePathParam(voice_id)}/captcha`),
79
79
  method: "GET",
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,
@@ -132,7 +132,7 @@ class CaptchaClient {
132
132
  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/voices/pvc/${core.url.encodePathParam(voice_id)}/captcha`),
133
133
  method: "POST",
134
134
  headers: _headers,
135
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
135
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
136
136
  requestType: "file",
137
137
  duplex: _maybeEncodedRequest.duplex,
138
138
  body: _maybeEncodedRequest.body,
@@ -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/voices/${core.url.encodePathParam(voice_id)}/samples/${core.url.encodePathParam(sample_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,
@@ -75,7 +75,7 @@ class SettingsClient {
75
75
  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/voices/settings/default"),
76
76
  method: "GET",
77
77
  headers: _headers,
78
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
78
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
79
79
  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,
80
80
  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,
81
81
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -125,7 +125,7 @@ class SettingsClient {
125
125
  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/voices/${core.url.encodePathParam(voice_id)}/settings`),
126
126
  method: "GET",
127
127
  headers: _headers,
128
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
128
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
129
129
  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,
130
130
  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,
131
131
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -188,7 +188,7 @@ class SettingsClient {
188
188
  method: "POST",
189
189
  headers: _headers,
190
190
  contentType: "application/json",
191
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
191
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
192
192
  requestType: "json",
193
193
  body: serializers.VoiceSettings.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
194
194
  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,
@@ -84,11 +84,7 @@ class WebhooksClient {
84
84
  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/workspace/webhooks"),
85
85
  method: "GET",
86
86
  headers: _headers,
87
- queryString: core.url
88
- .queryBuilder()
89
- .addMany(_queryParams)
90
- .mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
91
- .build(),
87
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
92
88
  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,
93
89
  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,
94
90
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -150,7 +146,7 @@ class WebhooksClient {
150
146
  method: "POST",
151
147
  headers: _headers,
152
148
  contentType: "application/json",
153
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
149
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
154
150
  requestType: "json",
155
151
  body: serializers.BodyCreateWorkspaceWebhookV1WorkspaceWebhooksPost.jsonOrThrow(request, {
156
152
  unrecognizedObjectKeys: "strip",
@@ -209,7 +205,7 @@ class WebhooksClient {
209
205
  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/workspace/webhooks/${core.url.encodePathParam(webhook_id)}`),
210
206
  method: "DELETE",
211
207
  headers: _headers,
212
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
208
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
213
209
  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,
214
210
  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,
215
211
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -269,7 +265,7 @@ class WebhooksClient {
269
265
  method: "PATCH",
270
266
  headers: _headers,
271
267
  contentType: "application/json",
272
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
268
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
273
269
  requestType: "json",
274
270
  body: serializers.BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.jsonOrThrow(request, {
275
271
  unrecognizedObjectKeys: "strip",
@@ -13,5 +13,5 @@ export interface BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch {
13
13
  /** Whether to enable automatic retries for transient failures (5xx, 429, timeout) */
14
14
  retryEnabled?: boolean;
15
15
  /** A list of request headers to include with the webhook delivery (optional) */
16
- requestHeaders?: Record<string, string>;
16
+ requestHeaders?: Record<string, string | undefined>;
17
17
  }
@@ -79,7 +79,7 @@ class RequestsClient {
79
79
  method: "POST",
80
80
  headers: _headers,
81
81
  contentType: "application/json",
82
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
82
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
83
83
  requestType: "json",
84
84
  body: serializers.workspace.analytics.BodyListApiRequestsV1WorkspaceAnalyticsRequestsPost.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
85
85
  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,
@@ -96,11 +96,7 @@ class AuditLogsClient {
96
96
  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/workspace/audit-logs"),
97
97
  method: "GET",
98
98
  headers: _headers,
99
- queryString: core.url
100
- .queryBuilder()
101
- .addMany(_queryParams)
102
- .mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams)
103
- .build(),
99
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
104
100
  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,
105
101
  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,
106
102
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -77,7 +77,7 @@ class AuthConnectionsClient {
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/workspace/auth-connections"),
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,
@@ -140,7 +140,7 @@ class AuthConnectionsClient {
140
140
  method: "POST",
141
141
  headers: _headers,
142
142
  contentType: "application/json",
143
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
143
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
144
144
  requestType: "json",
145
145
  body: serializers.workspace.AuthConnectionsCreateRequestBody.jsonOrThrow(request, {
146
146
  unrecognizedObjectKeys: "strip",
@@ -199,7 +199,7 @@ class AuthConnectionsClient {
199
199
  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/workspace/auth-connections/${core.url.encodePathParam(auth_connection_id)}`),
200
200
  method: "DELETE",
201
201
  headers: _headers,
202
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
202
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
203
203
  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,
204
204
  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,
205
205
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -250,7 +250,7 @@ class AuthConnectionsClient {
250
250
  method: "PATCH",
251
251
  headers: _headers,
252
252
  contentType: "application/json",
253
- queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
253
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
254
254
  requestType: "json",
255
255
  body: serializers.workspace.AuthConnectionsUpdateRequestBody.jsonOrThrow(request, {
256
256
  unrecognizedObjectKeys: "strip",