@elevenlabs/elevenlabs-js 2.26.0 → 2.27.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 (921) hide show
  1. package/.fern/metadata.json +2 -2
  2. package/BaseClient.d.ts +5 -1
  3. package/BaseClient.js +48 -0
  4. package/Client.d.ts +76 -76
  5. package/Client.js +29 -49
  6. package/api/errors/BadRequestError.js +5 -1
  7. package/api/errors/ConflictError.js +5 -1
  8. package/api/errors/ForbiddenError.js +5 -1
  9. package/api/errors/NotFoundError.js +5 -1
  10. package/api/errors/TooEarlyError.js +5 -1
  11. package/api/errors/UnauthorizedError.js +5 -1
  12. package/api/errors/UnprocessableEntityError.js +5 -1
  13. package/api/resources/audioIsolation/client/Client.d.ts +8 -8
  14. package/api/resources/audioIsolation/client/Client.js +9 -35
  15. package/api/resources/audioNative/client/Client.d.ts +12 -12
  16. package/api/resources/audioNative/client/Client.js +13 -53
  17. package/api/resources/conversationalAi/client/Client.d.ts +59 -59
  18. package/api/resources/conversationalAi/client/Client.js +30 -84
  19. package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +36 -36
  20. package/api/resources/conversationalAi/resources/agents/client/Client.js +29 -153
  21. package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.d.ts +8 -8
  22. package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +9 -21
  23. package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +8 -8
  24. package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +9 -21
  25. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.d.ts +8 -8
  26. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +9 -21
  27. package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +11 -11
  28. package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +10 -22
  29. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +8 -8
  30. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +9 -21
  31. package/api/resources/conversationalAi/resources/analytics/client/Client.d.ts +9 -9
  32. package/api/resources/conversationalAi/resources/analytics/client/Client.js +7 -6
  33. package/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.d.ts +8 -8
  34. package/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js +9 -21
  35. package/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +16 -16
  36. package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +17 -85
  37. package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +22 -22
  38. package/api/resources/conversationalAi/resources/conversations/client/Client.js +19 -87
  39. package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.d.ts +7 -7
  40. package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +8 -20
  41. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +8 -8
  42. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +9 -21
  43. package/api/resources/conversationalAi/resources/dashboard/client/Client.d.ts +9 -9
  44. package/api/resources/conversationalAi/resources/dashboard/client/Client.js +7 -6
  45. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.d.ts +10 -10
  46. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +11 -37
  47. package/api/resources/conversationalAi/resources/index.d.ts +1 -0
  48. package/api/resources/conversationalAi/resources/index.js +1 -0
  49. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +14 -14
  50. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +11 -23
  51. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +8 -8
  52. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +9 -21
  53. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +25 -25
  54. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +24 -134
  55. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.d.ts +8 -8
  56. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +9 -21
  57. package/api/resources/conversationalAi/resources/llmUsage/client/Client.d.ts +8 -8
  58. package/api/resources/conversationalAi/resources/llmUsage/client/Client.js +9 -21
  59. package/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +28 -28
  60. package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +21 -89
  61. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +8 -8
  62. package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +9 -21
  63. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.d.ts +10 -10
  64. package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +11 -37
  65. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +14 -14
  66. package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +15 -69
  67. package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.d.ts +8 -8
  68. package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +9 -21
  69. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +16 -16
  70. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +17 -85
  71. package/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +14 -14
  72. package/api/resources/conversationalAi/resources/secrets/client/Client.js +15 -69
  73. package/api/resources/conversationalAi/resources/settings/client/Client.d.ts +10 -10
  74. package/api/resources/conversationalAi/resources/settings/client/Client.js +11 -37
  75. package/api/resources/conversationalAi/resources/sipTrunk/client/Client.d.ts +8 -8
  76. package/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +9 -21
  77. package/api/resources/conversationalAi/resources/tests/client/Client.d.ts +21 -21
  78. package/api/resources/conversationalAi/resources/tests/client/Client.js +20 -102
  79. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.d.ts +12 -12
  80. package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +13 -53
  81. package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +18 -18
  82. package/api/resources/conversationalAi/resources/tools/client/Client.js +19 -101
  83. package/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +25 -8
  84. package/api/resources/conversationalAi/resources/twilio/client/Client.js +67 -20
  85. package/api/resources/conversationalAi/resources/twilio/client/requests/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPost.d.ts +16 -0
  86. package/api/resources/conversationalAi/resources/twilio/client/requests/index.d.ts +1 -0
  87. package/api/resources/conversationalAi/resources/twilio/index.d.ts +1 -0
  88. package/api/resources/conversationalAi/resources/twilio/index.js +1 -0
  89. package/api/resources/conversationalAi/resources/twilio/types/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPostDirection.d.ts +5 -0
  90. package/api/resources/conversationalAi/resources/twilio/types/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPostDirection.js +8 -0
  91. package/api/resources/conversationalAi/resources/twilio/types/index.d.ts +1 -0
  92. package/api/resources/conversationalAi/resources/twilio/types/index.js +17 -0
  93. package/api/resources/dubbing/client/Client.d.ts +23 -23
  94. package/api/resources/dubbing/client/Client.js +18 -72
  95. package/api/resources/dubbing/resources/audio/client/Client.d.ts +7 -7
  96. package/api/resources/dubbing/resources/audio/client/Client.js +8 -20
  97. package/api/resources/dubbing/resources/resource/client/Client.d.ts +28 -28
  98. package/api/resources/dubbing/resources/resource/client/Client.js +23 -105
  99. package/api/resources/dubbing/resources/resource/resources/language/client/Client.d.ts +8 -8
  100. package/api/resources/dubbing/resources/resource/resources/language/client/Client.js +9 -21
  101. package/api/resources/dubbing/resources/resource/resources/segment/client/Client.d.ts +10 -10
  102. package/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +11 -37
  103. package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +15 -15
  104. package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +14 -54
  105. package/api/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyCreateANewSpeakerV1DubbingResourceDubbingIdSpeakerPost.d.ts +6 -0
  106. package/api/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.d.ts +6 -0
  107. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.d.ts +8 -8
  108. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +9 -21
  109. package/api/resources/dubbing/resources/transcript/client/Client.d.ts +8 -8
  110. package/api/resources/dubbing/resources/transcript/client/Client.js +9 -21
  111. package/api/resources/forcedAlignment/client/Client.d.ts +8 -8
  112. package/api/resources/forcedAlignment/client/Client.js +9 -21
  113. package/api/resources/history/client/Client.d.ts +14 -14
  114. package/api/resources/history/client/Client.js +15 -83
  115. package/api/resources/models/client/Client.d.ts +8 -8
  116. package/api/resources/models/client/Client.js +9 -21
  117. package/api/resources/music/client/Client.d.ts +13 -13
  118. package/api/resources/music/client/Client.js +15 -66
  119. package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -0
  120. package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +4 -0
  121. package/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.d.ts +2 -0
  122. package/api/resources/music/resources/compositionPlan/client/Client.d.ts +8 -8
  123. package/api/resources/music/resources/compositionPlan/client/Client.js +9 -21
  124. package/api/resources/pronunciationDictionaries/client/Client.d.ts +20 -20
  125. package/api/resources/pronunciationDictionaries/client/Client.js +19 -101
  126. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +10 -10
  127. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +11 -37
  128. package/api/resources/samples/client/Client.d.ts +8 -8
  129. package/api/resources/samples/client/Client.js +9 -21
  130. package/api/resources/serviceAccounts/client/Client.d.ts +11 -11
  131. package/api/resources/serviceAccounts/client/Client.js +10 -22
  132. package/api/resources/serviceAccounts/resources/apiKeys/client/Client.d.ts +16 -16
  133. package/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +17 -71
  134. package/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +1 -1
  135. package/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +1 -1
  136. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +1 -1
  137. package/api/resources/serviceAccounts/resources/apiKeys/types/{BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts → BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts} +2 -2
  138. package/{dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js → api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js} +2 -2
  139. package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
  140. package/api/resources/serviceAccounts/resources/apiKeys/types/{BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts → BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts} +2 -2
  141. package/{dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js → api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js} +2 -2
  142. package/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
  143. package/api/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
  144. package/api/resources/speechToSpeech/client/Client.d.ts +8 -8
  145. package/api/resources/speechToSpeech/client/Client.js +9 -35
  146. package/api/resources/speechToText/client/Client.d.ts +11 -11
  147. package/api/resources/speechToText/client/Client.js +10 -22
  148. package/api/resources/speechToText/resources/transcripts/client/Client.d.ts +10 -10
  149. package/api/resources/speechToText/resources/transcripts/client/Client.js +11 -37
  150. package/api/resources/studio/client/Client.d.ts +12 -11
  151. package/api/resources/studio/client/Client.js +11 -22
  152. package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +1 -0
  153. package/api/resources/studio/resources/projects/client/Client.d.ts +30 -30
  154. package/api/resources/studio/resources/projects/client/Client.js +23 -105
  155. package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +7 -1
  156. package/api/resources/studio/resources/projects/resources/chapters/client/Client.d.ts +21 -21
  157. package/api/resources/studio/resources/projects/resources/chapters/client/Client.js +20 -102
  158. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.d.ts +11 -11
  159. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +12 -52
  160. package/api/resources/studio/resources/projects/resources/content/client/Client.d.ts +8 -8
  161. package/api/resources/studio/resources/projects/resources/content/client/Client.js +9 -21
  162. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.d.ts +8 -8
  163. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +9 -21
  164. package/api/resources/studio/resources/projects/resources/snapshots/client/Client.d.ts +12 -12
  165. package/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +13 -67
  166. package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +1 -1
  167. package/api/resources/studio/types/{BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts → BodyCreatePodcastV1StudioPodcastsPostSourceTwoItem.d.ts} +2 -2
  168. package/api/resources/studio/types/index.d.ts +1 -1
  169. package/api/resources/studio/types/index.js +1 -1
  170. package/api/resources/textToDialogue/client/Client.d.ts +11 -11
  171. package/api/resources/textToDialogue/client/Client.js +12 -66
  172. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
  173. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
  174. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
  175. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
  176. package/api/resources/textToDialogue/types/BodyTextToDialogueFullWithTimestampsApplyTextNormalization.d.ts +1 -1
  177. package/api/resources/textToDialogue/types/BodyTextToDialogueFullWithTimestampsApplyTextNormalization.js +1 -1
  178. package/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.d.ts +1 -1
  179. package/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.js +1 -1
  180. package/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.d.ts +1 -1
  181. package/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.js +1 -1
  182. package/api/resources/textToDialogue/types/BodyTextToDialogueStreamWithTimestampsApplyTextNormalization.d.ts +1 -1
  183. package/api/resources/textToDialogue/types/BodyTextToDialogueStreamWithTimestampsApplyTextNormalization.js +1 -1
  184. package/api/resources/textToSoundEffects/client/Client.d.ts +7 -7
  185. package/api/resources/textToSoundEffects/client/Client.js +8 -20
  186. package/api/resources/textToSpeech/client/Client.d.ts +11 -11
  187. package/api/resources/textToSpeech/client/Client.js +12 -66
  188. package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
  189. package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +1 -1
  190. package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +1 -1
  191. package/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
  192. package/api/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.d.ts +1 -1
  193. package/api/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.js +1 -1
  194. package/api/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +1 -1
  195. package/api/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +1 -1
  196. package/api/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.d.ts +1 -1
  197. package/api/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.js +1 -1
  198. package/api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +1 -1
  199. package/api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +1 -1
  200. package/api/resources/textToVoice/client/Client.d.ts +17 -17
  201. package/api/resources/textToVoice/client/Client.js +16 -70
  202. package/api/resources/textToVoice/resources/preview/client/Client.d.ts +7 -7
  203. package/api/resources/textToVoice/resources/preview/client/Client.js +8 -20
  204. package/api/resources/tokens/client/Client.d.ts +9 -9
  205. package/api/resources/tokens/client/Client.js +7 -6
  206. package/api/resources/tokens/resources/singleUse/client/Client.d.ts +8 -8
  207. package/api/resources/tokens/resources/singleUse/client/Client.js +9 -21
  208. package/api/resources/usage/client/Client.d.ts +8 -8
  209. package/api/resources/usage/client/Client.js +9 -21
  210. package/api/resources/user/client/Client.d.ts +11 -11
  211. package/api/resources/user/client/Client.js +10 -22
  212. package/api/resources/user/resources/subscription/client/Client.d.ts +8 -8
  213. package/api/resources/user/resources/subscription/client/Client.js +9 -21
  214. package/api/resources/voices/client/Client.d.ts +34 -34
  215. package/api/resources/voices/client/Client.js +27 -137
  216. package/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +2 -2
  217. package/api/resources/voices/resources/ivc/client/Client.d.ts +8 -8
  218. package/api/resources/voices/resources/ivc/client/Client.js +9 -21
  219. package/api/resources/voices/resources/pvc/client/Client.d.ts +18 -18
  220. package/api/resources/voices/resources/pvc/client/Client.js +15 -55
  221. package/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +21 -21
  222. package/api/resources/voices/resources/pvc/resources/samples/client/Client.js +16 -56
  223. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.d.ts +8 -8
  224. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +9 -21
  225. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.d.ts +13 -13
  226. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +12 -38
  227. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.d.ts +8 -8
  228. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +9 -21
  229. package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.d.ts +8 -8
  230. package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +9 -21
  231. package/api/resources/voices/resources/pvc/resources/verification/client/Client.d.ts +11 -11
  232. package/api/resources/voices/resources/pvc/resources/verification/client/Client.js +10 -22
  233. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.d.ts +10 -10
  234. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +11 -37
  235. package/api/resources/voices/resources/samples/client/Client.d.ts +9 -9
  236. package/api/resources/voices/resources/samples/client/Client.js +7 -6
  237. package/api/resources/voices/resources/samples/resources/audio/client/Client.d.ts +7 -7
  238. package/api/resources/voices/resources/samples/resources/audio/client/Client.js +8 -20
  239. package/api/resources/voices/resources/settings/client/Client.d.ts +12 -12
  240. package/api/resources/voices/resources/settings/client/Client.js +13 -53
  241. package/api/resources/webhooks/client/Client.d.ts +14 -14
  242. package/api/resources/webhooks/client/Client.js +15 -69
  243. package/api/resources/workspace/client/Client.d.ts +18 -18
  244. package/api/resources/workspace/client/Client.js +10 -9
  245. package/api/resources/workspace/resources/groups/client/Client.d.ts +11 -11
  246. package/api/resources/workspace/resources/groups/client/Client.js +10 -22
  247. package/api/resources/workspace/resources/groups/resources/members/client/Client.d.ts +10 -10
  248. package/api/resources/workspace/resources/groups/resources/members/client/Client.js +11 -37
  249. package/api/resources/workspace/resources/invites/client/Client.d.ts +12 -12
  250. package/api/resources/workspace/resources/invites/client/Client.js +13 -53
  251. package/api/resources/workspace/resources/members/client/Client.d.ts +8 -8
  252. package/api/resources/workspace/resources/members/client/Client.js +9 -21
  253. package/api/resources/workspace/resources/resources/client/Client.d.ts +12 -12
  254. package/api/resources/workspace/resources/resources/client/Client.js +13 -53
  255. package/api/types/BackupLlmDefault.d.ts +3 -1
  256. package/api/types/BackupLlmDisabled.d.ts +3 -1
  257. package/api/types/BackupLlmOverride.d.ts +1 -0
  258. package/api/types/BillingPeriod.d.ts +7 -0
  259. package/api/types/{SubscriptionResponseModelBillingPeriod.js → BillingPeriod.js} +2 -2
  260. package/api/types/CharacterRefreshPeriod.d.ts +7 -0
  261. package/{dist/api/types/SubscriptionResponseModelBillingPeriod.js → api/types/CharacterRefreshPeriod.js} +2 -2
  262. package/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +14 -0
  263. package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
  264. package/api/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +1 -1
  265. package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
  266. package/api/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +1 -1
  267. package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +0 -1
  268. package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +0 -1
  269. package/api/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetails.d.ts +7 -0
  270. package/{dist/api/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts → api/types/ConversationHistoryTranscriptToolCallCommonModelInput.d.ts} +2 -2
  271. package/api/types/ConversationHistoryTranscriptToolCallCommonModelInputToolDetails.d.ts +16 -0
  272. package/api/types/ConversationHistoryTranscriptToolCallCommonModelOutput.d.ts +9 -0
  273. package/api/types/ConversationHistoryTranscriptToolCallCommonModelOutputToolDetails.d.ts +16 -0
  274. package/api/types/ConversationHistoryTranscriptToolCallWebhookDetails.d.ts +1 -0
  275. package/api/types/DetailedMusicResponse.d.ts +2 -0
  276. package/{dist/api/types/DiscountResposneModel.d.ts → api/types/DiscountResponseModel.d.ts} +1 -1
  277. package/api/types/DiscountResponseModel.js +3 -0
  278. package/api/types/DubbingResource.d.ts +2 -2
  279. package/api/types/GetVoicesV2Response.d.ts +4 -0
  280. package/api/types/InvoiceResponse.d.ts +1 -1
  281. package/api/types/MultipartMusicResponse.d.ts +1 -1
  282. package/api/types/PendingSubscriptionSwitchResponseModel.d.ts +1 -1
  283. package/api/types/PodcastTextSource.d.ts +2 -0
  284. package/api/types/PodcastUrlSource.d.ts +2 -0
  285. package/api/types/RagConfig.d.ts +2 -0
  286. package/api/types/RagConfigWorkflowOverride.d.ts +2 -0
  287. package/api/types/Subscription.d.ts +2 -2
  288. package/api/types/SubscriptionResponse.d.ts +2 -2
  289. package/api/types/SystemToolConfigInput.d.ts +2 -0
  290. package/api/types/SystemToolConfigOutput.d.ts +2 -0
  291. package/api/types/WhatsAppConversationInfo.d.ts +2 -0
  292. package/api/types/WhatsAppConversationInfoDirection.d.ts +6 -0
  293. package/api/types/WhatsAppConversationInfoDirection.js +9 -0
  294. package/api/types/WordTimestamp.d.ts +5 -0
  295. package/api/types/WordTimestamp.js +3 -0
  296. package/api/types/WorkflowToolNestedToolsStepModelInput.d.ts +1 -1
  297. package/api/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +1 -1
  298. package/api/types/WorkflowToolNestedToolsStepModelOutput.d.ts +1 -1
  299. package/api/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +1 -1
  300. package/api/types/index.d.ts +11 -8
  301. package/api/types/index.js +11 -8
  302. package/core/fetcher/BinaryResponse.d.ts +6 -7
  303. package/core/fetcher/Fetcher.d.ts +5 -1
  304. package/core/fetcher/Fetcher.js +2 -1
  305. package/core/fetcher/getResponseBody.js +18 -4
  306. package/core/fetcher/signals.d.ts +1 -1
  307. package/core/runtime/runtime.js +11 -10
  308. package/core/schemas/builders/object/object.js +14 -1
  309. package/dist/BaseClient.d.ts +5 -1
  310. package/dist/BaseClient.js +48 -0
  311. package/dist/Client.d.ts +76 -76
  312. package/dist/Client.js +29 -49
  313. package/dist/api/errors/BadRequestError.js +5 -1
  314. package/dist/api/errors/ConflictError.js +5 -1
  315. package/dist/api/errors/ForbiddenError.js +5 -1
  316. package/dist/api/errors/NotFoundError.js +5 -1
  317. package/dist/api/errors/TooEarlyError.js +5 -1
  318. package/dist/api/errors/UnauthorizedError.js +5 -1
  319. package/dist/api/errors/UnprocessableEntityError.js +5 -1
  320. package/dist/api/resources/audioIsolation/client/Client.d.ts +8 -8
  321. package/dist/api/resources/audioIsolation/client/Client.js +9 -35
  322. package/dist/api/resources/audioNative/client/Client.d.ts +12 -12
  323. package/dist/api/resources/audioNative/client/Client.js +13 -53
  324. package/dist/api/resources/conversationalAi/client/Client.d.ts +59 -59
  325. package/dist/api/resources/conversationalAi/client/Client.js +30 -84
  326. package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +36 -36
  327. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +29 -153
  328. package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.d.ts +8 -8
  329. package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +9 -21
  330. package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +8 -8
  331. package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +9 -21
  332. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.d.ts +8 -8
  333. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +9 -21
  334. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +11 -11
  335. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +10 -22
  336. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +8 -8
  337. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +9 -21
  338. package/dist/api/resources/conversationalAi/resources/analytics/client/Client.d.ts +9 -9
  339. package/dist/api/resources/conversationalAi/resources/analytics/client/Client.js +7 -6
  340. package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.d.ts +8 -8
  341. package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js +9 -21
  342. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +16 -16
  343. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +17 -85
  344. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +22 -22
  345. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +19 -87
  346. package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.d.ts +7 -7
  347. package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +8 -20
  348. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +8 -8
  349. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +9 -21
  350. package/dist/api/resources/conversationalAi/resources/dashboard/client/Client.d.ts +9 -9
  351. package/dist/api/resources/conversationalAi/resources/dashboard/client/Client.js +7 -6
  352. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.d.ts +10 -10
  353. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +11 -37
  354. package/dist/api/resources/conversationalAi/resources/index.d.ts +1 -0
  355. package/dist/api/resources/conversationalAi/resources/index.js +1 -0
  356. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +14 -14
  357. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +11 -23
  358. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +8 -8
  359. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +9 -21
  360. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +25 -25
  361. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +24 -134
  362. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.d.ts +8 -8
  363. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +9 -21
  364. package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.d.ts +8 -8
  365. package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.js +9 -21
  366. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +28 -28
  367. package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +21 -89
  368. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +8 -8
  369. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +9 -21
  370. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.d.ts +10 -10
  371. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +11 -37
  372. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +14 -14
  373. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +15 -69
  374. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.d.ts +8 -8
  375. package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +9 -21
  376. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +16 -16
  377. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +17 -85
  378. package/dist/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +14 -14
  379. package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +15 -69
  380. package/dist/api/resources/conversationalAi/resources/settings/client/Client.d.ts +10 -10
  381. package/dist/api/resources/conversationalAi/resources/settings/client/Client.js +11 -37
  382. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.d.ts +8 -8
  383. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +9 -21
  384. package/dist/api/resources/conversationalAi/resources/tests/client/Client.d.ts +21 -21
  385. package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +20 -102
  386. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.d.ts +12 -12
  387. package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +13 -53
  388. package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +18 -18
  389. package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +19 -101
  390. package/dist/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +25 -8
  391. package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +67 -20
  392. package/dist/api/resources/conversationalAi/resources/twilio/client/requests/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPost.d.ts +16 -0
  393. package/dist/api/resources/conversationalAi/resources/twilio/client/requests/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPost.js +3 -0
  394. package/dist/api/resources/conversationalAi/resources/twilio/client/requests/index.d.ts +1 -0
  395. package/dist/api/resources/conversationalAi/resources/twilio/index.d.ts +1 -0
  396. package/dist/api/resources/conversationalAi/resources/twilio/index.js +1 -0
  397. package/dist/api/resources/conversationalAi/resources/twilio/types/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPostDirection.d.ts +5 -0
  398. package/dist/api/resources/conversationalAi/resources/twilio/types/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPostDirection.js +8 -0
  399. package/dist/api/resources/conversationalAi/resources/twilio/types/index.d.ts +1 -0
  400. package/dist/api/resources/conversationalAi/resources/twilio/types/index.js +17 -0
  401. package/dist/api/resources/dubbing/client/Client.d.ts +23 -23
  402. package/dist/api/resources/dubbing/client/Client.js +18 -72
  403. package/dist/api/resources/dubbing/resources/audio/client/Client.d.ts +7 -7
  404. package/dist/api/resources/dubbing/resources/audio/client/Client.js +8 -20
  405. package/dist/api/resources/dubbing/resources/resource/client/Client.d.ts +28 -28
  406. package/dist/api/resources/dubbing/resources/resource/client/Client.js +23 -105
  407. package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.d.ts +8 -8
  408. package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.js +9 -21
  409. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.d.ts +10 -10
  410. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +11 -37
  411. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +15 -15
  412. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +14 -54
  413. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyCreateANewSpeakerV1DubbingResourceDubbingIdSpeakerPost.d.ts +6 -0
  414. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.d.ts +6 -0
  415. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.d.ts +8 -8
  416. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +9 -21
  417. package/dist/api/resources/dubbing/resources/transcript/client/Client.d.ts +8 -8
  418. package/dist/api/resources/dubbing/resources/transcript/client/Client.js +9 -21
  419. package/dist/api/resources/forcedAlignment/client/Client.d.ts +8 -8
  420. package/dist/api/resources/forcedAlignment/client/Client.js +9 -21
  421. package/dist/api/resources/history/client/Client.d.ts +14 -14
  422. package/dist/api/resources/history/client/Client.js +15 -83
  423. package/dist/api/resources/models/client/Client.d.ts +8 -8
  424. package/dist/api/resources/models/client/Client.js +9 -21
  425. package/dist/api/resources/music/client/Client.d.ts +13 -13
  426. package/dist/api/resources/music/client/Client.js +15 -66
  427. package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -0
  428. package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +4 -0
  429. package/dist/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.d.ts +2 -0
  430. package/dist/api/resources/music/resources/compositionPlan/client/Client.d.ts +8 -8
  431. package/dist/api/resources/music/resources/compositionPlan/client/Client.js +9 -21
  432. package/dist/api/resources/pronunciationDictionaries/client/Client.d.ts +20 -20
  433. package/dist/api/resources/pronunciationDictionaries/client/Client.js +19 -101
  434. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +10 -10
  435. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +11 -37
  436. package/dist/api/resources/samples/client/Client.d.ts +8 -8
  437. package/dist/api/resources/samples/client/Client.js +9 -21
  438. package/dist/api/resources/serviceAccounts/client/Client.d.ts +11 -11
  439. package/dist/api/resources/serviceAccounts/client/Client.js +10 -22
  440. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.d.ts +16 -16
  441. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +17 -71
  442. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +1 -1
  443. package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +1 -1
  444. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +1 -1
  445. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/{BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts → BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts} +2 -2
  446. package/{api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js → dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js} +2 -2
  447. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
  448. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/{BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts → BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts} +2 -2
  449. package/{api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js → dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js} +2 -2
  450. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
  451. package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
  452. package/dist/api/resources/speechToSpeech/client/Client.d.ts +8 -8
  453. package/dist/api/resources/speechToSpeech/client/Client.js +9 -35
  454. package/dist/api/resources/speechToText/client/Client.d.ts +11 -11
  455. package/dist/api/resources/speechToText/client/Client.js +10 -22
  456. package/dist/api/resources/speechToText/resources/transcripts/client/Client.d.ts +10 -10
  457. package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +11 -37
  458. package/dist/api/resources/studio/client/Client.d.ts +12 -11
  459. package/dist/api/resources/studio/client/Client.js +11 -22
  460. package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +1 -0
  461. package/dist/api/resources/studio/resources/projects/client/Client.d.ts +30 -30
  462. package/dist/api/resources/studio/resources/projects/client/Client.js +23 -105
  463. package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +7 -1
  464. package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.d.ts +21 -21
  465. package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.js +20 -102
  466. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.d.ts +11 -11
  467. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +12 -52
  468. package/dist/api/resources/studio/resources/projects/resources/content/client/Client.d.ts +8 -8
  469. package/dist/api/resources/studio/resources/projects/resources/content/client/Client.js +9 -21
  470. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.d.ts +8 -8
  471. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +9 -21
  472. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.d.ts +12 -12
  473. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +13 -67
  474. package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +1 -1
  475. package/dist/api/resources/studio/types/{BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts → BodyCreatePodcastV1StudioPodcastsPostSourceTwoItem.d.ts} +2 -2
  476. package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceTwoItem.js +3 -0
  477. package/dist/api/resources/studio/types/index.d.ts +1 -1
  478. package/dist/api/resources/studio/types/index.js +1 -1
  479. package/dist/api/resources/textToDialogue/client/Client.d.ts +11 -11
  480. package/dist/api/resources/textToDialogue/client/Client.js +12 -66
  481. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
  482. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
  483. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
  484. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
  485. package/dist/api/resources/textToDialogue/types/BodyTextToDialogueFullWithTimestampsApplyTextNormalization.d.ts +1 -1
  486. package/dist/api/resources/textToDialogue/types/BodyTextToDialogueFullWithTimestampsApplyTextNormalization.js +1 -1
  487. package/dist/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.d.ts +1 -1
  488. package/dist/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.js +1 -1
  489. package/dist/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.d.ts +1 -1
  490. package/dist/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.js +1 -1
  491. package/dist/api/resources/textToDialogue/types/BodyTextToDialogueStreamWithTimestampsApplyTextNormalization.d.ts +1 -1
  492. package/dist/api/resources/textToDialogue/types/BodyTextToDialogueStreamWithTimestampsApplyTextNormalization.js +1 -1
  493. package/dist/api/resources/textToSoundEffects/client/Client.d.ts +7 -7
  494. package/dist/api/resources/textToSoundEffects/client/Client.js +8 -20
  495. package/dist/api/resources/textToSpeech/client/Client.d.ts +11 -11
  496. package/dist/api/resources/textToSpeech/client/Client.js +12 -66
  497. package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
  498. package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +1 -1
  499. package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +1 -1
  500. package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
  501. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.d.ts +1 -1
  502. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.js +1 -1
  503. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +1 -1
  504. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +1 -1
  505. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.d.ts +1 -1
  506. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.js +1 -1
  507. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +1 -1
  508. package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +1 -1
  509. package/dist/api/resources/textToVoice/client/Client.d.ts +17 -17
  510. package/dist/api/resources/textToVoice/client/Client.js +16 -70
  511. package/dist/api/resources/textToVoice/resources/preview/client/Client.d.ts +7 -7
  512. package/dist/api/resources/textToVoice/resources/preview/client/Client.js +8 -20
  513. package/dist/api/resources/tokens/client/Client.d.ts +9 -9
  514. package/dist/api/resources/tokens/client/Client.js +7 -6
  515. package/dist/api/resources/tokens/resources/singleUse/client/Client.d.ts +8 -8
  516. package/dist/api/resources/tokens/resources/singleUse/client/Client.js +9 -21
  517. package/dist/api/resources/usage/client/Client.d.ts +8 -8
  518. package/dist/api/resources/usage/client/Client.js +9 -21
  519. package/dist/api/resources/user/client/Client.d.ts +11 -11
  520. package/dist/api/resources/user/client/Client.js +10 -22
  521. package/dist/api/resources/user/resources/subscription/client/Client.d.ts +8 -8
  522. package/dist/api/resources/user/resources/subscription/client/Client.js +9 -21
  523. package/dist/api/resources/voices/client/Client.d.ts +34 -34
  524. package/dist/api/resources/voices/client/Client.js +27 -137
  525. package/dist/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +2 -2
  526. package/dist/api/resources/voices/resources/ivc/client/Client.d.ts +8 -8
  527. package/dist/api/resources/voices/resources/ivc/client/Client.js +9 -21
  528. package/dist/api/resources/voices/resources/pvc/client/Client.d.ts +18 -18
  529. package/dist/api/resources/voices/resources/pvc/client/Client.js +15 -55
  530. package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +21 -21
  531. package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.js +16 -56
  532. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.d.ts +8 -8
  533. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +9 -21
  534. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.d.ts +13 -13
  535. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +12 -38
  536. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.d.ts +8 -8
  537. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +9 -21
  538. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.d.ts +8 -8
  539. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +9 -21
  540. package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.d.ts +11 -11
  541. package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.js +10 -22
  542. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.d.ts +10 -10
  543. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +11 -37
  544. package/dist/api/resources/voices/resources/samples/client/Client.d.ts +9 -9
  545. package/dist/api/resources/voices/resources/samples/client/Client.js +7 -6
  546. package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.d.ts +7 -7
  547. package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.js +8 -20
  548. package/dist/api/resources/voices/resources/settings/client/Client.d.ts +12 -12
  549. package/dist/api/resources/voices/resources/settings/client/Client.js +13 -53
  550. package/dist/api/resources/webhooks/client/Client.d.ts +14 -14
  551. package/dist/api/resources/webhooks/client/Client.js +15 -69
  552. package/dist/api/resources/workspace/client/Client.d.ts +18 -18
  553. package/dist/api/resources/workspace/client/Client.js +10 -9
  554. package/dist/api/resources/workspace/resources/groups/client/Client.d.ts +11 -11
  555. package/dist/api/resources/workspace/resources/groups/client/Client.js +10 -22
  556. package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.d.ts +10 -10
  557. package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.js +11 -37
  558. package/dist/api/resources/workspace/resources/invites/client/Client.d.ts +12 -12
  559. package/dist/api/resources/workspace/resources/invites/client/Client.js +13 -53
  560. package/dist/api/resources/workspace/resources/members/client/Client.d.ts +8 -8
  561. package/dist/api/resources/workspace/resources/members/client/Client.js +9 -21
  562. package/dist/api/resources/workspace/resources/resources/client/Client.d.ts +12 -12
  563. package/dist/api/resources/workspace/resources/resources/client/Client.js +13 -53
  564. package/dist/api/types/BackupLlmDefault.d.ts +3 -1
  565. package/dist/api/types/BackupLlmDisabled.d.ts +3 -1
  566. package/dist/api/types/BackupLlmOverride.d.ts +1 -0
  567. package/dist/api/types/BillingPeriod.d.ts +7 -0
  568. package/{api/types/ExtendedSubscriptionResponseModelBillingPeriod.js → dist/api/types/BillingPeriod.js} +2 -2
  569. package/dist/api/types/CharacterRefreshPeriod.d.ts +7 -0
  570. package/dist/api/types/{ExtendedSubscriptionResponseModelBillingPeriod.js → CharacterRefreshPeriod.js} +2 -2
  571. package/dist/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +14 -0
  572. package/dist/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js +3 -0
  573. package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
  574. package/dist/api/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +1 -1
  575. package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
  576. package/dist/api/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +1 -1
  577. package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +0 -1
  578. package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +0 -1
  579. package/dist/api/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetails.d.ts +7 -0
  580. package/dist/api/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetails.js +3 -0
  581. package/{api/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts → dist/api/types/ConversationHistoryTranscriptToolCallCommonModelInput.d.ts} +2 -2
  582. package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModelInput.js +3 -0
  583. package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModelInputToolDetails.d.ts +16 -0
  584. package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModelInputToolDetails.js +3 -0
  585. package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModelOutput.d.ts +9 -0
  586. package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModelOutput.js +3 -0
  587. package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModelOutputToolDetails.d.ts +16 -0
  588. package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModelOutputToolDetails.js +3 -0
  589. package/dist/api/types/ConversationHistoryTranscriptToolCallWebhookDetails.d.ts +1 -0
  590. package/dist/api/types/DetailedMusicResponse.d.ts +2 -0
  591. package/{api/types/DiscountResposneModel.d.ts → dist/api/types/DiscountResponseModel.d.ts} +1 -1
  592. package/dist/api/types/DiscountResponseModel.js +3 -0
  593. package/dist/api/types/DubbingResource.d.ts +2 -2
  594. package/dist/api/types/GetVoicesV2Response.d.ts +4 -0
  595. package/dist/api/types/InvoiceResponse.d.ts +1 -1
  596. package/dist/api/types/MultipartMusicResponse.d.ts +1 -1
  597. package/dist/api/types/PendingSubscriptionSwitchResponseModel.d.ts +1 -1
  598. package/dist/api/types/PodcastTextSource.d.ts +2 -0
  599. package/dist/api/types/PodcastUrlSource.d.ts +2 -0
  600. package/dist/api/types/RagConfig.d.ts +2 -0
  601. package/dist/api/types/RagConfigWorkflowOverride.d.ts +2 -0
  602. package/dist/api/types/Subscription.d.ts +2 -2
  603. package/dist/api/types/SubscriptionResponse.d.ts +2 -2
  604. package/dist/api/types/SystemToolConfigInput.d.ts +2 -0
  605. package/dist/api/types/SystemToolConfigOutput.d.ts +2 -0
  606. package/dist/api/types/WhatsAppConversationInfo.d.ts +2 -0
  607. package/dist/api/types/WhatsAppConversationInfoDirection.d.ts +6 -0
  608. package/dist/api/types/WhatsAppConversationInfoDirection.js +9 -0
  609. package/dist/api/types/WordTimestamp.d.ts +5 -0
  610. package/dist/api/types/WordTimestamp.js +3 -0
  611. package/dist/api/types/WorkflowToolNestedToolsStepModelInput.d.ts +1 -1
  612. package/dist/api/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +1 -1
  613. package/dist/api/types/WorkflowToolNestedToolsStepModelOutput.d.ts +1 -1
  614. package/dist/api/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +1 -1
  615. package/dist/api/types/index.d.ts +11 -8
  616. package/dist/api/types/index.js +11 -8
  617. package/dist/core/fetcher/BinaryResponse.d.ts +6 -7
  618. package/dist/core/fetcher/Fetcher.d.ts +5 -1
  619. package/dist/core/fetcher/Fetcher.js +2 -1
  620. package/dist/core/fetcher/getResponseBody.js +18 -4
  621. package/dist/core/fetcher/signals.d.ts +1 -1
  622. package/dist/core/runtime/runtime.js +11 -10
  623. package/dist/core/schemas/builders/object/object.js +14 -1
  624. package/dist/errors/ElevenLabsError.js +5 -1
  625. package/dist/errors/ElevenLabsTimeoutError.js +5 -1
  626. package/dist/errors/handleNonStatusCodeError.d.ts +2 -0
  627. package/dist/errors/handleNonStatusCodeError.js +65 -0
  628. package/dist/serialization/resources/conversationalAi/resources/index.d.ts +1 -0
  629. package/dist/serialization/resources/conversationalAi/resources/index.js +1 -0
  630. package/dist/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPost.d.ts +15 -0
  631. package/dist/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPost.js +47 -0
  632. package/dist/serialization/resources/conversationalAi/resources/twilio/client/requests/index.d.ts +1 -0
  633. package/dist/serialization/resources/conversationalAi/resources/twilio/client/requests/index.js +3 -1
  634. package/dist/serialization/resources/conversationalAi/resources/twilio/index.d.ts +1 -0
  635. package/dist/serialization/resources/conversationalAi/resources/twilio/index.js +1 -0
  636. package/dist/serialization/resources/conversationalAi/resources/twilio/types/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPostDirection.d.ts +7 -0
  637. package/dist/serialization/resources/conversationalAi/resources/twilio/types/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPostDirection.js +39 -0
  638. package/dist/serialization/resources/conversationalAi/resources/twilio/types/index.d.ts +1 -0
  639. package/dist/serialization/resources/conversationalAi/resources/twilio/types/index.js +17 -0
  640. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyCreateANewSpeakerV1DubbingResourceDubbingIdSpeakerPost.d.ts +3 -0
  641. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyCreateANewSpeakerV1DubbingResourceDubbingIdSpeakerPost.js +3 -0
  642. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.d.ts +3 -0
  643. package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.js +3 -0
  644. package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +1 -0
  645. package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +1 -0
  646. package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -0
  647. package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +2 -0
  648. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +2 -2
  649. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.js +2 -2
  650. package/{serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts → dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts} +2 -2
  651. package/{serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js → dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js} +2 -2
  652. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +2 -2
  653. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.js +2 -2
  654. package/{serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts → dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts} +2 -2
  655. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/{BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js → BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js} +2 -2
  656. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
  657. package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
  658. package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +2 -2
  659. package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.js +2 -2
  660. package/dist/serialization/resources/studio/types/{BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts → BodyCreatePodcastV1StudioPodcastsPostSourceTwoItem.d.ts} +3 -3
  661. package/{serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.js → dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceTwoItem.js} +2 -2
  662. package/dist/serialization/resources/studio/types/index.d.ts +1 -1
  663. package/dist/serialization/resources/studio/types/index.js +1 -1
  664. package/dist/serialization/types/BackupLlmDefault.d.ts +3 -1
  665. package/dist/serialization/types/BackupLlmDefault.js +3 -1
  666. package/dist/serialization/types/BackupLlmDisabled.d.ts +3 -1
  667. package/dist/serialization/types/BackupLlmDisabled.js +3 -1
  668. package/dist/serialization/types/BackupLlmOverride.d.ts +1 -0
  669. package/dist/serialization/types/BackupLlmOverride.js +1 -0
  670. package/dist/serialization/types/BillingPeriod.d.ts +7 -0
  671. package/dist/serialization/types/{SubscriptionResponseModelBillingPeriod.js → BillingPeriod.js} +2 -2
  672. package/dist/serialization/types/CharacterRefreshPeriod.d.ts +7 -0
  673. package/{serialization/types/SubscriptionResponseModelBillingPeriod.js → dist/serialization/types/CharacterRefreshPeriod.js} +2 -2
  674. package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +20 -0
  675. package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js +52 -0
  676. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -2
  677. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -2
  678. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +2 -1
  679. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.js +2 -0
  680. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -2
  681. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -2
  682. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +2 -1
  683. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.js +2 -0
  684. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +1 -1
  685. package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +1 -1
  686. package/dist/serialization/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetails.d.ts +13 -0
  687. package/dist/serialization/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetails.js +45 -0
  688. package/dist/serialization/types/{ConversationHistoryTranscriptToolCallCommonModel.d.ts → ConversationHistoryTranscriptToolCallCommonModelInput.d.ts} +4 -4
  689. package/{serialization/types/ConversationHistoryTranscriptToolCallCommonModel.js → dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModelInput.js} +4 -4
  690. package/{serialization/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts → dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModelInputToolDetails.d.ts} +7 -3
  691. package/dist/serialization/types/{ConversationHistoryTranscriptToolCallCommonModelToolDetails.js → ConversationHistoryTranscriptToolCallCommonModelInputToolDetails.js} +4 -2
  692. package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModelOutput.d.ts +16 -0
  693. package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModelOutput.js +48 -0
  694. package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModelOutputToolDetails.d.ts +23 -0
  695. package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModelOutputToolDetails.js +53 -0
  696. package/dist/serialization/types/ConversationHistoryTranscriptToolCallWebhookDetails.d.ts +1 -0
  697. package/dist/serialization/types/ConversationHistoryTranscriptToolCallWebhookDetails.js +1 -0
  698. package/dist/serialization/types/DetailedMusicResponse.d.ts +2 -0
  699. package/dist/serialization/types/DetailedMusicResponse.js +2 -0
  700. package/{serialization/types/DiscountResposneModel.d.ts → dist/serialization/types/DiscountResponseModel.d.ts} +2 -2
  701. package/dist/serialization/types/{DiscountResposneModel.js → DiscountResponseModel.js} +2 -2
  702. package/dist/serialization/types/DubbingResource.d.ts +2 -2
  703. package/dist/serialization/types/DubbingResource.js +2 -2
  704. package/dist/serialization/types/InvoiceResponse.d.ts +2 -2
  705. package/dist/serialization/types/InvoiceResponse.js +2 -2
  706. package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +2 -2
  707. package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.js +2 -2
  708. package/dist/serialization/types/PodcastTextSource.d.ts +1 -0
  709. package/dist/serialization/types/PodcastTextSource.js +1 -0
  710. package/dist/serialization/types/PodcastUrlSource.d.ts +1 -0
  711. package/dist/serialization/types/PodcastUrlSource.js +1 -0
  712. package/dist/serialization/types/RagConfig.d.ts +1 -0
  713. package/dist/serialization/types/RagConfig.js +1 -0
  714. package/dist/serialization/types/RagConfigWorkflowOverride.d.ts +1 -0
  715. package/dist/serialization/types/RagConfigWorkflowOverride.js +1 -0
  716. package/dist/serialization/types/Subscription.d.ts +4 -4
  717. package/dist/serialization/types/Subscription.js +4 -4
  718. package/dist/serialization/types/SubscriptionResponse.d.ts +4 -4
  719. package/dist/serialization/types/SubscriptionResponse.js +4 -4
  720. package/dist/serialization/types/SystemToolConfigInput.d.ts +1 -0
  721. package/dist/serialization/types/SystemToolConfigInput.js +1 -0
  722. package/dist/serialization/types/SystemToolConfigOutput.d.ts +1 -0
  723. package/dist/serialization/types/SystemToolConfigOutput.js +1 -0
  724. package/dist/serialization/types/WhatsAppConversationInfo.d.ts +2 -0
  725. package/dist/serialization/types/WhatsAppConversationInfo.js +2 -0
  726. package/dist/serialization/types/WhatsAppConversationInfoDirection.d.ts +7 -0
  727. package/dist/serialization/types/{ExtendedSubscriptionResponseModelBillingPeriod.js → WhatsAppConversationInfoDirection.js} +2 -2
  728. package/dist/serialization/types/WordTimestamp.d.ts +11 -0
  729. package/dist/serialization/types/{PendingSubscriptionSwitchResponseModelNextBillingPeriod.js → WordTimestamp.js} +6 -2
  730. package/dist/serialization/types/WorkflowToolNestedToolsStepModelInput.d.ts +2 -2
  731. package/dist/serialization/types/WorkflowToolNestedToolsStepModelInput.js +2 -2
  732. package/dist/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +2 -1
  733. package/dist/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.js +2 -0
  734. package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutput.d.ts +2 -2
  735. package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutput.js +2 -2
  736. package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +2 -1
  737. package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.js +2 -0
  738. package/dist/serialization/types/index.d.ts +11 -8
  739. package/dist/serialization/types/index.js +11 -8
  740. package/dist/version.d.ts +1 -1
  741. package/dist/version.js +1 -1
  742. package/dist/wrapper/ElevenLabsClient.d.ts +1 -1
  743. package/dist/wrapper/music.d.ts +4 -4
  744. package/dist/wrapper/music.js +1 -1
  745. package/dist/wrapper/realtime/scribe.d.ts +2 -2
  746. package/dist/wrapper/speechToText.d.ts +1 -1
  747. package/dist/wrapper/speechToText.js +1 -1
  748. package/dist/wrapper/webhooks.d.ts +1 -1
  749. package/dist/wrapper/webhooks.js +1 -1
  750. package/errors/ElevenLabsError.js +5 -1
  751. package/errors/ElevenLabsTimeoutError.js +5 -1
  752. package/errors/handleNonStatusCodeError.d.ts +2 -0
  753. package/errors/handleNonStatusCodeError.js +65 -0
  754. package/package.json +1 -1
  755. package/reference.md +290 -222
  756. package/serialization/resources/conversationalAi/resources/index.d.ts +1 -0
  757. package/serialization/resources/conversationalAi/resources/index.js +1 -0
  758. package/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPost.d.ts +15 -0
  759. package/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPost.js +47 -0
  760. package/serialization/resources/conversationalAi/resources/twilio/client/requests/index.d.ts +1 -0
  761. package/serialization/resources/conversationalAi/resources/twilio/client/requests/index.js +3 -1
  762. package/serialization/resources/conversationalAi/resources/twilio/index.d.ts +1 -0
  763. package/serialization/resources/conversationalAi/resources/twilio/index.js +1 -0
  764. package/serialization/resources/conversationalAi/resources/twilio/types/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPostDirection.d.ts +7 -0
  765. package/serialization/resources/conversationalAi/resources/twilio/types/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPostDirection.js +39 -0
  766. package/serialization/resources/conversationalAi/resources/twilio/types/index.d.ts +1 -0
  767. package/serialization/resources/conversationalAi/resources/twilio/types/index.js +17 -0
  768. package/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyCreateANewSpeakerV1DubbingResourceDubbingIdSpeakerPost.d.ts +3 -0
  769. package/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyCreateANewSpeakerV1DubbingResourceDubbingIdSpeakerPost.js +3 -0
  770. package/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.d.ts +3 -0
  771. package/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.js +3 -0
  772. package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +1 -0
  773. package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +1 -0
  774. package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -0
  775. package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +2 -0
  776. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +2 -2
  777. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.js +2 -2
  778. package/{dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts → serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts} +2 -2
  779. package/{dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js → serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js} +2 -2
  780. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +2 -2
  781. package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.js +2 -2
  782. package/{dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts → serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts} +2 -2
  783. package/serialization/resources/serviceAccounts/resources/apiKeys/types/{BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js → BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js} +2 -2
  784. package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
  785. package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
  786. package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +2 -2
  787. package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.js +2 -2
  788. package/serialization/resources/studio/types/{BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts → BodyCreatePodcastV1StudioPodcastsPostSourceTwoItem.d.ts} +3 -3
  789. package/{dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.js → serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceTwoItem.js} +2 -2
  790. package/serialization/resources/studio/types/index.d.ts +1 -1
  791. package/serialization/resources/studio/types/index.js +1 -1
  792. package/serialization/types/BackupLlmDefault.d.ts +3 -1
  793. package/serialization/types/BackupLlmDefault.js +3 -1
  794. package/serialization/types/BackupLlmDisabled.d.ts +3 -1
  795. package/serialization/types/BackupLlmDisabled.js +3 -1
  796. package/serialization/types/BackupLlmOverride.d.ts +1 -0
  797. package/serialization/types/BackupLlmOverride.js +1 -0
  798. package/serialization/types/BillingPeriod.d.ts +7 -0
  799. package/serialization/types/{ExtendedSubscriptionResponseModelBillingPeriod.js → BillingPeriod.js} +2 -2
  800. package/serialization/types/CharacterRefreshPeriod.d.ts +7 -0
  801. package/serialization/types/CharacterRefreshPeriod.js +39 -0
  802. package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +20 -0
  803. package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js +52 -0
  804. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -2
  805. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -2
  806. package/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +2 -1
  807. package/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.js +2 -0
  808. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -2
  809. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -2
  810. package/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +2 -1
  811. package/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.js +2 -0
  812. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +1 -1
  813. package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +1 -1
  814. package/serialization/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetails.d.ts +13 -0
  815. package/serialization/types/ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetails.js +45 -0
  816. package/serialization/types/{ConversationHistoryTranscriptToolCallCommonModel.d.ts → ConversationHistoryTranscriptToolCallCommonModelInput.d.ts} +4 -4
  817. package/{dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.js → serialization/types/ConversationHistoryTranscriptToolCallCommonModelInput.js} +4 -4
  818. package/{dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts → serialization/types/ConversationHistoryTranscriptToolCallCommonModelInputToolDetails.d.ts} +7 -3
  819. package/serialization/types/{ConversationHistoryTranscriptToolCallCommonModelToolDetails.js → ConversationHistoryTranscriptToolCallCommonModelInputToolDetails.js} +4 -2
  820. package/serialization/types/ConversationHistoryTranscriptToolCallCommonModelOutput.d.ts +16 -0
  821. package/serialization/types/ConversationHistoryTranscriptToolCallCommonModelOutput.js +48 -0
  822. package/serialization/types/ConversationHistoryTranscriptToolCallCommonModelOutputToolDetails.d.ts +23 -0
  823. package/serialization/types/ConversationHistoryTranscriptToolCallCommonModelOutputToolDetails.js +53 -0
  824. package/serialization/types/ConversationHistoryTranscriptToolCallWebhookDetails.d.ts +1 -0
  825. package/serialization/types/ConversationHistoryTranscriptToolCallWebhookDetails.js +1 -0
  826. package/serialization/types/DetailedMusicResponse.d.ts +2 -0
  827. package/serialization/types/DetailedMusicResponse.js +2 -0
  828. package/{dist/serialization/types/DiscountResposneModel.d.ts → serialization/types/DiscountResponseModel.d.ts} +2 -2
  829. package/serialization/types/{DiscountResposneModel.js → DiscountResponseModel.js} +2 -2
  830. package/serialization/types/DubbingResource.d.ts +2 -2
  831. package/serialization/types/DubbingResource.js +2 -2
  832. package/serialization/types/InvoiceResponse.d.ts +2 -2
  833. package/serialization/types/InvoiceResponse.js +2 -2
  834. package/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +2 -2
  835. package/serialization/types/PendingSubscriptionSwitchResponseModel.js +2 -2
  836. package/serialization/types/PodcastTextSource.d.ts +1 -0
  837. package/serialization/types/PodcastTextSource.js +1 -0
  838. package/serialization/types/PodcastUrlSource.d.ts +1 -0
  839. package/serialization/types/PodcastUrlSource.js +1 -0
  840. package/serialization/types/RagConfig.d.ts +1 -0
  841. package/serialization/types/RagConfig.js +1 -0
  842. package/serialization/types/RagConfigWorkflowOverride.d.ts +1 -0
  843. package/serialization/types/RagConfigWorkflowOverride.js +1 -0
  844. package/serialization/types/Subscription.d.ts +4 -4
  845. package/serialization/types/Subscription.js +4 -4
  846. package/serialization/types/SubscriptionResponse.d.ts +4 -4
  847. package/serialization/types/SubscriptionResponse.js +4 -4
  848. package/serialization/types/SystemToolConfigInput.d.ts +1 -0
  849. package/serialization/types/SystemToolConfigInput.js +1 -0
  850. package/serialization/types/SystemToolConfigOutput.d.ts +1 -0
  851. package/serialization/types/SystemToolConfigOutput.js +1 -0
  852. package/serialization/types/WhatsAppConversationInfo.d.ts +2 -0
  853. package/serialization/types/WhatsAppConversationInfo.js +2 -0
  854. package/serialization/types/WhatsAppConversationInfoDirection.d.ts +7 -0
  855. package/serialization/types/WhatsAppConversationInfoDirection.js +39 -0
  856. package/serialization/types/WordTimestamp.d.ts +11 -0
  857. package/{dist/serialization/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.js → serialization/types/WordTimestamp.js} +6 -2
  858. package/serialization/types/WorkflowToolNestedToolsStepModelInput.d.ts +2 -2
  859. package/serialization/types/WorkflowToolNestedToolsStepModelInput.js +2 -2
  860. package/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +2 -1
  861. package/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.js +2 -0
  862. package/serialization/types/WorkflowToolNestedToolsStepModelOutput.d.ts +2 -2
  863. package/serialization/types/WorkflowToolNestedToolsStepModelOutput.js +2 -2
  864. package/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +2 -1
  865. package/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.js +2 -0
  866. package/serialization/types/index.d.ts +11 -8
  867. package/serialization/types/index.js +11 -8
  868. package/version.d.ts +1 -1
  869. package/version.js +1 -1
  870. package/wrapper/ElevenLabsClient.d.ts +1 -1
  871. package/wrapper/music.d.ts +4 -4
  872. package/wrapper/music.js +1 -1
  873. package/wrapper/realtime/scribe.d.ts +2 -2
  874. package/wrapper/speechToText.d.ts +1 -1
  875. package/wrapper/speechToText.js +1 -1
  876. package/wrapper/webhooks.d.ts +1 -1
  877. package/wrapper/webhooks.js +1 -1
  878. package/api/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +0 -13
  879. package/api/types/ExtendedSubscriptionResponseModelBillingPeriod.d.ts +0 -7
  880. package/api/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.d.ts +0 -7
  881. package/api/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.js +0 -10
  882. package/api/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +0 -8
  883. package/api/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.js +0 -11
  884. package/api/types/SubscriptionResponseModelBillingPeriod.d.ts +0 -7
  885. package/api/types/SubscriptionResponseModelCharacterRefreshPeriod.d.ts +0 -7
  886. package/api/types/SubscriptionResponseModelCharacterRefreshPeriod.js +0 -10
  887. package/core/fetcher/ResponseWithBody.d.ts +0 -4
  888. package/core/fetcher/ResponseWithBody.js +0 -6
  889. package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +0 -13
  890. package/dist/api/types/ExtendedSubscriptionResponseModelBillingPeriod.d.ts +0 -7
  891. package/dist/api/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.d.ts +0 -7
  892. package/dist/api/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.js +0 -10
  893. package/dist/api/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +0 -8
  894. package/dist/api/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.js +0 -11
  895. package/dist/api/types/SubscriptionResponseModelBillingPeriod.d.ts +0 -7
  896. package/dist/api/types/SubscriptionResponseModelCharacterRefreshPeriod.d.ts +0 -7
  897. package/dist/api/types/SubscriptionResponseModelCharacterRefreshPeriod.js +0 -10
  898. package/dist/core/fetcher/ResponseWithBody.d.ts +0 -4
  899. package/dist/core/fetcher/ResponseWithBody.js +0 -6
  900. package/dist/serialization/types/ExtendedSubscriptionResponseModelBillingPeriod.d.ts +0 -7
  901. package/dist/serialization/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.d.ts +0 -7
  902. package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +0 -7
  903. package/dist/serialization/types/SubscriptionResponseModelBillingPeriod.d.ts +0 -7
  904. package/dist/serialization/types/SubscriptionResponseModelCharacterRefreshPeriod.d.ts +0 -7
  905. package/dist/serialization/types/SubscriptionResponseModelCharacterRefreshPeriod.js +0 -39
  906. package/serialization/types/ExtendedSubscriptionResponseModelBillingPeriod.d.ts +0 -7
  907. package/serialization/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.d.ts +0 -7
  908. package/serialization/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.js +0 -39
  909. package/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +0 -7
  910. package/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.js +0 -39
  911. package/serialization/types/SubscriptionResponseModelBillingPeriod.d.ts +0 -7
  912. package/serialization/types/SubscriptionResponseModelCharacterRefreshPeriod.d.ts +0 -7
  913. package/serialization/types/SubscriptionResponseModelCharacterRefreshPeriod.js +0 -39
  914. /package/api/resources/{studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.js → conversationalAi/resources/twilio/client/requests/BodyRegisterATwilioCallAndReturnTwiMlV1ConvaiTwilioRegisterCallPost.js} +0 -0
  915. /package/api/{types/ConversationHistoryTranscriptToolCallCommonModel.js → resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceTwoItem.js} +0 -0
  916. /package/api/types/{ConversationHistoryTranscriptToolCallCommonModelToolDetails.js → ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js} +0 -0
  917. /package/api/types/{DiscountResposneModel.js → ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetails.js} +0 -0
  918. /package/{dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.js → api/types/ConversationHistoryTranscriptToolCallCommonModelInput.js} +0 -0
  919. /package/{dist/api/types/ConversationHistoryTranscriptToolCallCommonModel.js → api/types/ConversationHistoryTranscriptToolCallCommonModelInputToolDetails.js} +0 -0
  920. /package/{dist/api/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.js → api/types/ConversationHistoryTranscriptToolCallCommonModelOutput.js} +0 -0
  921. /package/{dist/api/types/DiscountResposneModel.js → api/types/ConversationHistoryTranscriptToolCallCommonModelOutputToolDetails.js} +0 -0
@@ -43,10 +43,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
43
43
  });
44
44
  };
45
45
  Object.defineProperty(exports, "__esModule", { value: true });
46
- exports.Projects = void 0;
46
+ exports.ProjectsClient = void 0;
47
+ const BaseClient_1 = require("../../../../../../BaseClient");
47
48
  const core = __importStar(require("../../../../../../core"));
48
49
  const headers_1 = require("../../../../../../core/headers");
49
50
  const environments = __importStar(require("../../../../../../environments"));
51
+ const handleNonStatusCodeError_1 = require("../../../../../../errors/handleNonStatusCodeError");
50
52
  const errors = __importStar(require("../../../../../../errors/index"));
51
53
  const serializers = __importStar(require("../../../../../../serialization/index"));
52
54
  const ElevenLabs = __importStar(require("../../../../../index"));
@@ -54,30 +56,30 @@ const Client_1 = require("../resources/chapters/client/Client");
54
56
  const Client_2 = require("../resources/content/client/Client");
55
57
  const Client_3 = require("../resources/pronunciationDictionaries/client/Client");
56
58
  const Client_4 = require("../resources/snapshots/client/Client");
57
- class Projects {
58
- constructor(_options = {}) {
59
- this._options = _options;
59
+ class ProjectsClient {
60
+ constructor(options = {}) {
61
+ this._options = (0, BaseClient_1.normalizeClientOptions)(options);
60
62
  }
61
63
  get pronunciationDictionaries() {
62
64
  var _a;
63
- return ((_a = this._pronunciationDictionaries) !== null && _a !== void 0 ? _a : (this._pronunciationDictionaries = new Client_3.PronunciationDictionaries(this._options)));
65
+ return ((_a = this._pronunciationDictionaries) !== null && _a !== void 0 ? _a : (this._pronunciationDictionaries = new Client_3.PronunciationDictionariesClient(this._options)));
64
66
  }
65
67
  get content() {
66
68
  var _a;
67
- return ((_a = this._content) !== null && _a !== void 0 ? _a : (this._content = new Client_2.Content(this._options)));
69
+ return ((_a = this._content) !== null && _a !== void 0 ? _a : (this._content = new Client_2.ContentClient(this._options)));
68
70
  }
69
71
  get snapshots() {
70
72
  var _a;
71
- return ((_a = this._snapshots) !== null && _a !== void 0 ? _a : (this._snapshots = new Client_4.Snapshots(this._options)));
73
+ return ((_a = this._snapshots) !== null && _a !== void 0 ? _a : (this._snapshots = new Client_4.SnapshotsClient(this._options)));
72
74
  }
73
75
  get chapters() {
74
76
  var _a;
75
- return ((_a = this._chapters) !== null && _a !== void 0 ? _a : (this._chapters = new Client_1.Chapters(this._options)));
77
+ return ((_a = this._chapters) !== null && _a !== void 0 ? _a : (this._chapters = new Client_1.ChaptersClient(this._options)));
76
78
  }
77
79
  /**
78
80
  * Returns a list of your Studio projects with metadata.
79
81
  *
80
- * @param {Projects.RequestOptions} requestOptions - Request-specific configuration.
82
+ * @param {ProjectsClient.RequestOptions} requestOptions - Request-specific configuration.
81
83
  *
82
84
  * @throws {@link ElevenLabs.UnprocessableEntityError}
83
85
  *
@@ -130,28 +132,14 @@ class Projects {
130
132
  });
131
133
  }
132
134
  }
133
- switch (_response.error.reason) {
134
- case "non-json":
135
- throw new errors.ElevenLabsError({
136
- statusCode: _response.error.statusCode,
137
- body: _response.error.rawBody,
138
- rawResponse: _response.rawResponse,
139
- });
140
- case "timeout":
141
- throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling GET /v1/studio/projects.");
142
- case "unknown":
143
- throw new errors.ElevenLabsError({
144
- message: _response.error.errorMessage,
145
- rawResponse: _response.rawResponse,
146
- });
147
- }
135
+ return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/v1/studio/projects");
148
136
  });
149
137
  }
150
138
  /**
151
139
  * Creates a new Studio project, it can be either initialized as blank, from a document or from a URL.
152
140
  *
153
141
  * @param {ElevenLabs.studio.BodyCreateStudioProjectV1StudioProjectsPost} request
154
- * @param {Projects.RequestOptions} requestOptions - Request-specific configuration.
142
+ * @param {ProjectsClient.RequestOptions} requestOptions - Request-specific configuration.
155
143
  *
156
144
  * @throws {@link ElevenLabs.UnprocessableEntityError}
157
145
  *
@@ -306,21 +294,7 @@ class Projects {
306
294
  });
307
295
  }
308
296
  }
309
- switch (_response.error.reason) {
310
- case "non-json":
311
- throw new errors.ElevenLabsError({
312
- statusCode: _response.error.statusCode,
313
- body: _response.error.rawBody,
314
- rawResponse: _response.rawResponse,
315
- });
316
- case "timeout":
317
- throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling POST /v1/studio/projects.");
318
- case "unknown":
319
- throw new errors.ElevenLabsError({
320
- message: _response.error.errorMessage,
321
- rawResponse: _response.rawResponse,
322
- });
323
- }
297
+ return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "POST", "/v1/studio/projects");
324
298
  });
325
299
  }
326
300
  /**
@@ -328,7 +302,7 @@ class Projects {
328
302
  *
329
303
  * @param {string} project_id - The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
330
304
  * @param {ElevenLabs.studio.ProjectsGetRequest} request
331
- * @param {Projects.RequestOptions} requestOptions - Request-specific configuration.
305
+ * @param {ProjectsClient.RequestOptions} requestOptions - Request-specific configuration.
332
306
  *
333
307
  * @throws {@link ElevenLabs.UnprocessableEntityError}
334
308
  *
@@ -388,21 +362,7 @@ class Projects {
388
362
  });
389
363
  }
390
364
  }
391
- switch (_response.error.reason) {
392
- case "non-json":
393
- throw new errors.ElevenLabsError({
394
- statusCode: _response.error.statusCode,
395
- body: _response.error.rawBody,
396
- rawResponse: _response.rawResponse,
397
- });
398
- case "timeout":
399
- throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling GET /v1/studio/projects/{project_id}.");
400
- case "unknown":
401
- throw new errors.ElevenLabsError({
402
- message: _response.error.errorMessage,
403
- rawResponse: _response.rawResponse,
404
- });
405
- }
365
+ return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/v1/studio/projects/{project_id}");
406
366
  });
407
367
  }
408
368
  /**
@@ -410,7 +370,7 @@ class Projects {
410
370
  *
411
371
  * @param {string} project_id - The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
412
372
  * @param {ElevenLabs.studio.BodyUpdateStudioProjectV1StudioProjectsProjectIdPost} request
413
- * @param {Projects.RequestOptions} requestOptions - Request-specific configuration.
373
+ * @param {ProjectsClient.RequestOptions} requestOptions - Request-specific configuration.
414
374
  *
415
375
  * @throws {@link ElevenLabs.UnprocessableEntityError}
416
376
  *
@@ -472,28 +432,14 @@ class Projects {
472
432
  });
473
433
  }
474
434
  }
475
- switch (_response.error.reason) {
476
- case "non-json":
477
- throw new errors.ElevenLabsError({
478
- statusCode: _response.error.statusCode,
479
- body: _response.error.rawBody,
480
- rawResponse: _response.rawResponse,
481
- });
482
- case "timeout":
483
- throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling POST /v1/studio/projects/{project_id}.");
484
- case "unknown":
485
- throw new errors.ElevenLabsError({
486
- message: _response.error.errorMessage,
487
- rawResponse: _response.rawResponse,
488
- });
489
- }
435
+ return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "POST", "/v1/studio/projects/{project_id}");
490
436
  });
491
437
  }
492
438
  /**
493
439
  * Deletes a Studio project.
494
440
  *
495
441
  * @param {string} project_id - The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
496
- * @param {Projects.RequestOptions} requestOptions - Request-specific configuration.
442
+ * @param {ProjectsClient.RequestOptions} requestOptions - Request-specific configuration.
497
443
  *
498
444
  * @throws {@link ElevenLabs.UnprocessableEntityError}
499
445
  *
@@ -546,28 +492,14 @@ class Projects {
546
492
  });
547
493
  }
548
494
  }
549
- switch (_response.error.reason) {
550
- case "non-json":
551
- throw new errors.ElevenLabsError({
552
- statusCode: _response.error.statusCode,
553
- body: _response.error.rawBody,
554
- rawResponse: _response.rawResponse,
555
- });
556
- case "timeout":
557
- throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling DELETE /v1/studio/projects/{project_id}.");
558
- case "unknown":
559
- throw new errors.ElevenLabsError({
560
- message: _response.error.errorMessage,
561
- rawResponse: _response.rawResponse,
562
- });
563
- }
495
+ return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "DELETE", "/v1/studio/projects/{project_id}");
564
496
  });
565
497
  }
566
498
  /**
567
499
  * Starts conversion of a Studio project and all of its chapters.
568
500
  *
569
501
  * @param {string} project_id - The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
570
- * @param {Projects.RequestOptions} requestOptions - Request-specific configuration.
502
+ * @param {ProjectsClient.RequestOptions} requestOptions - Request-specific configuration.
571
503
  *
572
504
  * @throws {@link ElevenLabs.UnprocessableEntityError}
573
505
  *
@@ -620,22 +552,8 @@ class Projects {
620
552
  });
621
553
  }
622
554
  }
623
- switch (_response.error.reason) {
624
- case "non-json":
625
- throw new errors.ElevenLabsError({
626
- statusCode: _response.error.statusCode,
627
- body: _response.error.rawBody,
628
- rawResponse: _response.rawResponse,
629
- });
630
- case "timeout":
631
- throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling POST /v1/studio/projects/{project_id}/convert.");
632
- case "unknown":
633
- throw new errors.ElevenLabsError({
634
- message: _response.error.errorMessage,
635
- rawResponse: _response.rawResponse,
636
- });
637
- }
555
+ return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "POST", "/v1/studio/projects/{project_id}/convert");
638
556
  });
639
557
  }
640
558
  }
641
- exports.Projects = Projects;
559
+ exports.ProjectsClient = ProjectsClient;
@@ -134,6 +134,12 @@ export interface BodyCreateStudioProjectV1StudioProjectsPost {
134
134
  autoAssignVoices?: boolean;
135
135
  /** The type of Studio project to create. */
136
136
  sourceType?: ElevenLabs.studio.ProjectsCreateRequestSourceType;
137
- /** Optional voice settings overrides for the project, encoded as a list of JSON strings. */
137
+ /**
138
+ * Optional voice settings overrides for the project, encoded as a list of JSON strings.
139
+ *
140
+ * Example:
141
+ * ["{\"voice_id\": \"21m00Tcm4TlvDq8ikWAM\", \"stability\": 0.7, \"similarity_boost\": 0.8, \"style\": 0.5, \"speed\": 1.0, \"use_speaker_boost\": true}"]
142
+ *
143
+ */
138
144
  voiceSettings?: string[];
139
145
  }
@@ -1,37 +1,37 @@
1
1
  import type { BaseClientOptions, BaseRequestOptions } from "../../../../../../../../BaseClient";
2
+ import { type NormalizedClientOptions } from "../../../../../../../../BaseClient";
2
3
  import * as core from "../../../../../../../../core";
3
4
  import * as ElevenLabs from "../../../../../../../index";
4
- import { Snapshots } from "../resources/snapshots/client/Client";
5
- export declare namespace Chapters {
6
- interface Options extends BaseClientOptions {
7
- }
5
+ import { SnapshotsClient } from "../resources/snapshots/client/Client";
6
+ export declare namespace ChaptersClient {
7
+ type Options = BaseClientOptions;
8
8
  interface RequestOptions extends BaseRequestOptions {
9
9
  }
10
10
  }
11
- export declare class Chapters {
12
- protected readonly _options: Chapters.Options;
13
- protected _snapshots: Snapshots | undefined;
14
- constructor(_options?: Chapters.Options);
15
- get snapshots(): Snapshots;
11
+ export declare class ChaptersClient {
12
+ protected readonly _options: NormalizedClientOptions<ChaptersClient.Options>;
13
+ protected _snapshots: SnapshotsClient | undefined;
14
+ constructor(options?: ChaptersClient.Options);
15
+ get snapshots(): SnapshotsClient;
16
16
  /**
17
17
  * Returns a list of a Studio project's chapters.
18
18
  *
19
19
  * @param {string} project_id - The ID of the Studio project.
20
- * @param {Chapters.RequestOptions} requestOptions - Request-specific configuration.
20
+ * @param {ChaptersClient.RequestOptions} requestOptions - Request-specific configuration.
21
21
  *
22
22
  * @throws {@link ElevenLabs.UnprocessableEntityError}
23
23
  *
24
24
  * @example
25
25
  * await client.studio.projects.chapters.list("21m00Tcm4TlvDq8ikWAM")
26
26
  */
27
- list(project_id: string, requestOptions?: Chapters.RequestOptions): core.HttpResponsePromise<ElevenLabs.GetChaptersResponse>;
27
+ list(project_id: string, requestOptions?: ChaptersClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.GetChaptersResponse>;
28
28
  private __list;
29
29
  /**
30
30
  * Creates a new chapter either as blank or from a URL.
31
31
  *
32
32
  * @param {string} project_id - The ID of the Studio project.
33
33
  * @param {ElevenLabs.studio.projects.BodyCreateChapterV1StudioProjectsProjectIdChaptersPost} request
34
- * @param {Chapters.RequestOptions} requestOptions - Request-specific configuration.
34
+ * @param {ChaptersClient.RequestOptions} requestOptions - Request-specific configuration.
35
35
  *
36
36
  * @throws {@link ElevenLabs.UnprocessableEntityError}
37
37
  *
@@ -40,21 +40,21 @@ export declare class Chapters {
40
40
  * name: "Chapter 1"
41
41
  * })
42
42
  */
43
- create(project_id: string, request: ElevenLabs.studio.projects.BodyCreateChapterV1StudioProjectsProjectIdChaptersPost, requestOptions?: Chapters.RequestOptions): core.HttpResponsePromise<ElevenLabs.AddChapterResponseModel>;
43
+ create(project_id: string, request: ElevenLabs.studio.projects.BodyCreateChapterV1StudioProjectsProjectIdChaptersPost, requestOptions?: ChaptersClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.AddChapterResponseModel>;
44
44
  private __create;
45
45
  /**
46
46
  * Returns information about a specific chapter.
47
47
  *
48
48
  * @param {string} project_id - The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
49
49
  * @param {string} chapter_id - The ID of the chapter to be used. You can use the [List project chapters](/docs/api-reference/studio/get-chapters) endpoint to list all the available chapters.
50
- * @param {Chapters.RequestOptions} requestOptions - Request-specific configuration.
50
+ * @param {ChaptersClient.RequestOptions} requestOptions - Request-specific configuration.
51
51
  *
52
52
  * @throws {@link ElevenLabs.UnprocessableEntityError}
53
53
  *
54
54
  * @example
55
55
  * await client.studio.projects.chapters.get("21m00Tcm4TlvDq8ikWAM", "21m00Tcm4TlvDq8ikWAM")
56
56
  */
57
- get(project_id: string, chapter_id: string, requestOptions?: Chapters.RequestOptions): core.HttpResponsePromise<ElevenLabs.ChapterWithContentResponseModel>;
57
+ get(project_id: string, chapter_id: string, requestOptions?: ChaptersClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.ChapterWithContentResponseModel>;
58
58
  private __get;
59
59
  /**
60
60
  * Updates a chapter.
@@ -62,41 +62,41 @@ export declare class Chapters {
62
62
  * @param {string} project_id - The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
63
63
  * @param {string} chapter_id - The ID of the chapter to be used. You can use the [List project chapters](/docs/api-reference/studio/get-chapters) endpoint to list all the available chapters.
64
64
  * @param {ElevenLabs.studio.projects.BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost} request
65
- * @param {Chapters.RequestOptions} requestOptions - Request-specific configuration.
65
+ * @param {ChaptersClient.RequestOptions} requestOptions - Request-specific configuration.
66
66
  *
67
67
  * @throws {@link ElevenLabs.UnprocessableEntityError}
68
68
  *
69
69
  * @example
70
70
  * await client.studio.projects.chapters.update("21m00Tcm4TlvDq8ikWAM", "21m00Tcm4TlvDq8ikWAM")
71
71
  */
72
- update(project_id: string, chapter_id: string, request?: ElevenLabs.studio.projects.BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost, requestOptions?: Chapters.RequestOptions): core.HttpResponsePromise<ElevenLabs.EditChapterResponseModel>;
72
+ update(project_id: string, chapter_id: string, request?: ElevenLabs.studio.projects.BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost, requestOptions?: ChaptersClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.EditChapterResponseModel>;
73
73
  private __update;
74
74
  /**
75
75
  * Deletes a chapter.
76
76
  *
77
77
  * @param {string} project_id - The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
78
78
  * @param {string} chapter_id - The ID of the chapter to be used. You can use the [List project chapters](/docs/api-reference/studio/get-chapters) endpoint to list all the available chapters.
79
- * @param {Chapters.RequestOptions} requestOptions - Request-specific configuration.
79
+ * @param {ChaptersClient.RequestOptions} requestOptions - Request-specific configuration.
80
80
  *
81
81
  * @throws {@link ElevenLabs.UnprocessableEntityError}
82
82
  *
83
83
  * @example
84
84
  * await client.studio.projects.chapters.delete("21m00Tcm4TlvDq8ikWAM", "21m00Tcm4TlvDq8ikWAM")
85
85
  */
86
- delete(project_id: string, chapter_id: string, requestOptions?: Chapters.RequestOptions): core.HttpResponsePromise<ElevenLabs.DeleteChapterResponseModel>;
86
+ delete(project_id: string, chapter_id: string, requestOptions?: ChaptersClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.DeleteChapterResponseModel>;
87
87
  private __delete;
88
88
  /**
89
89
  * Starts conversion of a specific chapter.
90
90
  *
91
91
  * @param {string} project_id - The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
92
92
  * @param {string} chapter_id - The ID of the chapter to be used. You can use the [List project chapters](/docs/api-reference/studio/get-chapters) endpoint to list all the available chapters.
93
- * @param {Chapters.RequestOptions} requestOptions - Request-specific configuration.
93
+ * @param {ChaptersClient.RequestOptions} requestOptions - Request-specific configuration.
94
94
  *
95
95
  * @throws {@link ElevenLabs.UnprocessableEntityError}
96
96
  *
97
97
  * @example
98
98
  * await client.studio.projects.chapters.convert("21m00Tcm4TlvDq8ikWAM", "21m00Tcm4TlvDq8ikWAM")
99
99
  */
100
- convert(project_id: string, chapter_id: string, requestOptions?: Chapters.RequestOptions): core.HttpResponsePromise<ElevenLabs.ConvertChapterResponseModel>;
100
+ convert(project_id: string, chapter_id: string, requestOptions?: ChaptersClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.ConvertChapterResponseModel>;
101
101
  private __convert;
102
102
  }
@@ -43,27 +43,29 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
43
43
  });
44
44
  };
45
45
  Object.defineProperty(exports, "__esModule", { value: true });
46
- exports.Chapters = void 0;
46
+ exports.ChaptersClient = void 0;
47
+ const BaseClient_1 = require("../../../../../../../../BaseClient");
47
48
  const core = __importStar(require("../../../../../../../../core"));
48
49
  const headers_1 = require("../../../../../../../../core/headers");
49
50
  const environments = __importStar(require("../../../../../../../../environments"));
51
+ const handleNonStatusCodeError_1 = require("../../../../../../../../errors/handleNonStatusCodeError");
50
52
  const errors = __importStar(require("../../../../../../../../errors/index"));
51
53
  const serializers = __importStar(require("../../../../../../../../serialization/index"));
52
54
  const ElevenLabs = __importStar(require("../../../../../../../index"));
53
55
  const Client_1 = require("../resources/snapshots/client/Client");
54
- class Chapters {
55
- constructor(_options = {}) {
56
- this._options = _options;
56
+ class ChaptersClient {
57
+ constructor(options = {}) {
58
+ this._options = (0, BaseClient_1.normalizeClientOptions)(options);
57
59
  }
58
60
  get snapshots() {
59
61
  var _a;
60
- return ((_a = this._snapshots) !== null && _a !== void 0 ? _a : (this._snapshots = new Client_1.Snapshots(this._options)));
62
+ return ((_a = this._snapshots) !== null && _a !== void 0 ? _a : (this._snapshots = new Client_1.SnapshotsClient(this._options)));
61
63
  }
62
64
  /**
63
65
  * Returns a list of a Studio project's chapters.
64
66
  *
65
67
  * @param {string} project_id - The ID of the Studio project.
66
- * @param {Chapters.RequestOptions} requestOptions - Request-specific configuration.
68
+ * @param {ChaptersClient.RequestOptions} requestOptions - Request-specific configuration.
67
69
  *
68
70
  * @throws {@link ElevenLabs.UnprocessableEntityError}
69
71
  *
@@ -116,21 +118,7 @@ class Chapters {
116
118
  });
117
119
  }
118
120
  }
119
- switch (_response.error.reason) {
120
- case "non-json":
121
- throw new errors.ElevenLabsError({
122
- statusCode: _response.error.statusCode,
123
- body: _response.error.rawBody,
124
- rawResponse: _response.rawResponse,
125
- });
126
- case "timeout":
127
- throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling GET /v1/studio/projects/{project_id}/chapters.");
128
- case "unknown":
129
- throw new errors.ElevenLabsError({
130
- message: _response.error.errorMessage,
131
- rawResponse: _response.rawResponse,
132
- });
133
- }
121
+ return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/v1/studio/projects/{project_id}/chapters");
134
122
  });
135
123
  }
136
124
  /**
@@ -138,7 +126,7 @@ class Chapters {
138
126
  *
139
127
  * @param {string} project_id - The ID of the Studio project.
140
128
  * @param {ElevenLabs.studio.projects.BodyCreateChapterV1StudioProjectsProjectIdChaptersPost} request
141
- * @param {Chapters.RequestOptions} requestOptions - Request-specific configuration.
129
+ * @param {ChaptersClient.RequestOptions} requestOptions - Request-specific configuration.
142
130
  *
143
131
  * @throws {@link ElevenLabs.UnprocessableEntityError}
144
132
  *
@@ -196,21 +184,7 @@ class Chapters {
196
184
  });
197
185
  }
198
186
  }
199
- switch (_response.error.reason) {
200
- case "non-json":
201
- throw new errors.ElevenLabsError({
202
- statusCode: _response.error.statusCode,
203
- body: _response.error.rawBody,
204
- rawResponse: _response.rawResponse,
205
- });
206
- case "timeout":
207
- throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling POST /v1/studio/projects/{project_id}/chapters.");
208
- case "unknown":
209
- throw new errors.ElevenLabsError({
210
- message: _response.error.errorMessage,
211
- rawResponse: _response.rawResponse,
212
- });
213
- }
187
+ return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "POST", "/v1/studio/projects/{project_id}/chapters");
214
188
  });
215
189
  }
216
190
  /**
@@ -218,7 +192,7 @@ class Chapters {
218
192
  *
219
193
  * @param {string} project_id - The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
220
194
  * @param {string} chapter_id - The ID of the chapter to be used. You can use the [List project chapters](/docs/api-reference/studio/get-chapters) endpoint to list all the available chapters.
221
- * @param {Chapters.RequestOptions} requestOptions - Request-specific configuration.
195
+ * @param {ChaptersClient.RequestOptions} requestOptions - Request-specific configuration.
222
196
  *
223
197
  * @throws {@link ElevenLabs.UnprocessableEntityError}
224
198
  *
@@ -271,21 +245,7 @@ class Chapters {
271
245
  });
272
246
  }
273
247
  }
274
- switch (_response.error.reason) {
275
- case "non-json":
276
- throw new errors.ElevenLabsError({
277
- statusCode: _response.error.statusCode,
278
- body: _response.error.rawBody,
279
- rawResponse: _response.rawResponse,
280
- });
281
- case "timeout":
282
- throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling GET /v1/studio/projects/{project_id}/chapters/{chapter_id}.");
283
- case "unknown":
284
- throw new errors.ElevenLabsError({
285
- message: _response.error.errorMessage,
286
- rawResponse: _response.rawResponse,
287
- });
288
- }
248
+ return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/v1/studio/projects/{project_id}/chapters/{chapter_id}");
289
249
  });
290
250
  }
291
251
  /**
@@ -294,7 +254,7 @@ class Chapters {
294
254
  * @param {string} project_id - The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
295
255
  * @param {string} chapter_id - The ID of the chapter to be used. You can use the [List project chapters](/docs/api-reference/studio/get-chapters) endpoint to list all the available chapters.
296
256
  * @param {ElevenLabs.studio.projects.BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost} request
297
- * @param {Chapters.RequestOptions} requestOptions - Request-specific configuration.
257
+ * @param {ChaptersClient.RequestOptions} requestOptions - Request-specific configuration.
298
258
  *
299
259
  * @throws {@link ElevenLabs.UnprocessableEntityError}
300
260
  *
@@ -350,21 +310,7 @@ class Chapters {
350
310
  });
351
311
  }
352
312
  }
353
- switch (_response.error.reason) {
354
- case "non-json":
355
- throw new errors.ElevenLabsError({
356
- statusCode: _response.error.statusCode,
357
- body: _response.error.rawBody,
358
- rawResponse: _response.rawResponse,
359
- });
360
- case "timeout":
361
- throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling POST /v1/studio/projects/{project_id}/chapters/{chapter_id}.");
362
- case "unknown":
363
- throw new errors.ElevenLabsError({
364
- message: _response.error.errorMessage,
365
- rawResponse: _response.rawResponse,
366
- });
367
- }
313
+ return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "POST", "/v1/studio/projects/{project_id}/chapters/{chapter_id}");
368
314
  });
369
315
  }
370
316
  /**
@@ -372,7 +318,7 @@ class Chapters {
372
318
  *
373
319
  * @param {string} project_id - The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
374
320
  * @param {string} chapter_id - The ID of the chapter to be used. You can use the [List project chapters](/docs/api-reference/studio/get-chapters) endpoint to list all the available chapters.
375
- * @param {Chapters.RequestOptions} requestOptions - Request-specific configuration.
321
+ * @param {ChaptersClient.RequestOptions} requestOptions - Request-specific configuration.
376
322
  *
377
323
  * @throws {@link ElevenLabs.UnprocessableEntityError}
378
324
  *
@@ -425,21 +371,7 @@ class Chapters {
425
371
  });
426
372
  }
427
373
  }
428
- switch (_response.error.reason) {
429
- case "non-json":
430
- throw new errors.ElevenLabsError({
431
- statusCode: _response.error.statusCode,
432
- body: _response.error.rawBody,
433
- rawResponse: _response.rawResponse,
434
- });
435
- case "timeout":
436
- throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling DELETE /v1/studio/projects/{project_id}/chapters/{chapter_id}.");
437
- case "unknown":
438
- throw new errors.ElevenLabsError({
439
- message: _response.error.errorMessage,
440
- rawResponse: _response.rawResponse,
441
- });
442
- }
374
+ return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "DELETE", "/v1/studio/projects/{project_id}/chapters/{chapter_id}");
443
375
  });
444
376
  }
445
377
  /**
@@ -447,7 +379,7 @@ class Chapters {
447
379
  *
448
380
  * @param {string} project_id - The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
449
381
  * @param {string} chapter_id - The ID of the chapter to be used. You can use the [List project chapters](/docs/api-reference/studio/get-chapters) endpoint to list all the available chapters.
450
- * @param {Chapters.RequestOptions} requestOptions - Request-specific configuration.
382
+ * @param {ChaptersClient.RequestOptions} requestOptions - Request-specific configuration.
451
383
  *
452
384
  * @throws {@link ElevenLabs.UnprocessableEntityError}
453
385
  *
@@ -500,22 +432,8 @@ class Chapters {
500
432
  });
501
433
  }
502
434
  }
503
- switch (_response.error.reason) {
504
- case "non-json":
505
- throw new errors.ElevenLabsError({
506
- statusCode: _response.error.statusCode,
507
- body: _response.error.rawBody,
508
- rawResponse: _response.rawResponse,
509
- });
510
- case "timeout":
511
- throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling POST /v1/studio/projects/{project_id}/chapters/{chapter_id}/convert.");
512
- case "unknown":
513
- throw new errors.ElevenLabsError({
514
- message: _response.error.errorMessage,
515
- rawResponse: _response.rawResponse,
516
- });
517
- }
435
+ return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "POST", "/v1/studio/projects/{project_id}/chapters/{chapter_id}/convert");
518
436
  });
519
437
  }
520
438
  }
521
- exports.Chapters = Chapters;
439
+ exports.ChaptersClient = ChaptersClient;
@@ -1,28 +1,28 @@
1
1
  import type { BaseClientOptions, BaseRequestOptions } from "../../../../../../../../../../BaseClient";
2
+ import { type NormalizedClientOptions } from "../../../../../../../../../../BaseClient";
2
3
  import * as core from "../../../../../../../../../../core";
3
4
  import * as ElevenLabs from "../../../../../../../../../index";
4
- export declare namespace Snapshots {
5
- interface Options extends BaseClientOptions {
6
- }
5
+ export declare namespace SnapshotsClient {
6
+ type Options = BaseClientOptions;
7
7
  interface RequestOptions extends BaseRequestOptions {
8
8
  }
9
9
  }
10
- export declare class Snapshots {
11
- protected readonly _options: Snapshots.Options;
12
- constructor(_options?: Snapshots.Options);
10
+ export declare class SnapshotsClient {
11
+ protected readonly _options: NormalizedClientOptions<SnapshotsClient.Options>;
12
+ constructor(options?: SnapshotsClient.Options);
13
13
  /**
14
14
  * Gets information about all the snapshots of a chapter. Each snapshot can be downloaded as audio. Whenever a chapter is converted a snapshot will automatically be created.
15
15
  *
16
16
  * @param {string} project_id - The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
17
17
  * @param {string} chapter_id - The ID of the chapter to be used. You can use the [List project chapters](/docs/api-reference/studio/get-chapters) endpoint to list all the available chapters.
18
- * @param {Snapshots.RequestOptions} requestOptions - Request-specific configuration.
18
+ * @param {SnapshotsClient.RequestOptions} requestOptions - Request-specific configuration.
19
19
  *
20
20
  * @throws {@link ElevenLabs.UnprocessableEntityError}
21
21
  *
22
22
  * @example
23
23
  * await client.studio.projects.chapters.snapshots.list("21m00Tcm4TlvDq8ikWAM", "21m00Tcm4TlvDq8ikWAM")
24
24
  */
25
- list(project_id: string, chapter_id: string, requestOptions?: Snapshots.RequestOptions): core.HttpResponsePromise<ElevenLabs.ChapterSnapshotsResponse>;
25
+ list(project_id: string, chapter_id: string, requestOptions?: SnapshotsClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.ChapterSnapshotsResponse>;
26
26
  private __list;
27
27
  /**
28
28
  * Returns the chapter snapshot.
@@ -30,19 +30,19 @@ export declare class Snapshots {
30
30
  * @param {string} project_id - The ID of the Studio project.
31
31
  * @param {string} chapter_id - The ID of the chapter.
32
32
  * @param {string} chapter_snapshot_id - The ID of the chapter snapshot.
33
- * @param {Snapshots.RequestOptions} requestOptions - Request-specific configuration.
33
+ * @param {SnapshotsClient.RequestOptions} requestOptions - Request-specific configuration.
34
34
  *
35
35
  * @throws {@link ElevenLabs.UnprocessableEntityError}
36
36
  *
37
37
  * @example
38
38
  * await client.studio.projects.chapters.snapshots.get("21m00Tcm4TlvDq8ikWAM", "21m00Tcm4TlvDq8ikWAM", "21m00Tcm4TlvDq8ikWAM")
39
39
  */
40
- get(project_id: string, chapter_id: string, chapter_snapshot_id: string, requestOptions?: Snapshots.RequestOptions): core.HttpResponsePromise<ElevenLabs.ChapterSnapshotExtendedResponseModel>;
40
+ get(project_id: string, chapter_id: string, chapter_snapshot_id: string, requestOptions?: SnapshotsClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.ChapterSnapshotExtendedResponseModel>;
41
41
  private __get;
42
42
  /**
43
43
  * Stream the audio from a chapter snapshot. Use `GET /v1/studio/projects/{project_id}/chapters/{chapter_id}/snapshots` to return the snapshots of a chapter.
44
44
  * @throws {@link ElevenLabs.UnprocessableEntityError}
45
45
  */
46
- stream(project_id: string, chapter_id: string, chapter_snapshot_id: string, request?: ElevenLabs.studio.projects.chapters.BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost, requestOptions?: Snapshots.RequestOptions): core.HttpResponsePromise<ReadableStream<Uint8Array>>;
46
+ stream(project_id: string, chapter_id: string, chapter_snapshot_id: string, request?: ElevenLabs.studio.projects.chapters.BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost, requestOptions?: SnapshotsClient.RequestOptions): core.HttpResponsePromise<ReadableStream<Uint8Array>>;
47
47
  private __stream;
48
48
  }