@elevenlabs/elevenlabs-js 2.4.0 → 2.5.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 (378) hide show
  1. package/Client.d.ts +3 -3
  2. package/Client.js +15 -15
  3. package/api/errors/BadRequestError.d.ts +2 -1
  4. package/api/resources/audioIsolation/client/requests/BodyAudioIsolationStreamV1AudioIsolationStreamPost.d.ts +2 -2
  5. package/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts +2 -2
  6. package/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +2 -2
  7. package/api/resources/audioNative/client/requests/BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost.d.ts +2 -2
  8. package/api/resources/conversationalAi/client/Client.js +5 -0
  9. package/api/resources/conversationalAi/client/requests/BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost.d.ts +3 -2
  10. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/BodyPostAgentAvatarV1ConvaiAgentsAgentIdAvatarPost.d.ts +2 -2
  11. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +2 -1
  12. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +11 -4
  13. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFileDocumentV1ConvaiKnowledgeBaseFilePost.d.ts +2 -2
  14. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsGetRequest.d.ts +10 -0
  15. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +1 -0
  16. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +2 -2
  17. package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +5 -5
  18. package/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +2 -2
  19. package/api/resources/history/client/Client.js +6 -1
  20. package/api/resources/index.d.ts +0 -1
  21. package/api/resources/index.js +0 -1
  22. package/api/resources/pronunciationDictionaries/client/Client.js +4 -4
  23. package/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost.d.ts +2 -2
  24. package/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost.d.ts +2 -2
  25. package/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.d.ts +2 -2
  26. package/api/resources/speechToText/client/Client.d.ts +3 -1
  27. package/api/resources/speechToText/client/Client.js +10 -7
  28. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -2
  29. package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +9 -3
  30. package/api/resources/studio/resources/projects/resources/content/client/Client.js +3 -0
  31. package/api/resources/studio/resources/projects/resources/content/client/requests/BodyUpdateStudioProjectContentV1StudioProjectsProjectIdContentPost.d.ts +10 -2
  32. package/api/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.d.ts +2 -1
  33. package/api/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.js +1 -0
  34. package/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +2 -2
  35. package/api/resources/voices/client/requests/BodyGetSimilarLibraryVoicesV1SimilarVoicesPost.d.ts +2 -2
  36. package/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +2 -2
  37. package/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyAddSamplesToPvcVoiceV1VoicesPvcVoiceIdSamplesPost.d.ts +2 -2
  38. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.d.ts +5 -2
  39. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +14 -5
  40. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/index.d.ts +1 -0
  41. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/index.js +15 -0
  42. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/requests/AudioGetRequest.d.ts +15 -0
  43. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/requests/index.d.ts +1 -0
  44. package/api/resources/voices/resources/pvc/resources/samples/resources/index.d.ts +1 -0
  45. package/api/resources/voices/resources/pvc/resources/samples/resources/index.js +4 -0
  46. package/api/resources/voices/resources/pvc/resources/verification/client/requests/BodyRequestManualVerificationV1VoicesPvcVoiceIdVerificationPost.d.ts +2 -2
  47. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/BodyVerifyPvcVoiceCaptchaV1VoicesPvcVoiceIdCaptchaPost.d.ts +2 -2
  48. package/api/resources/workspace/client/Client.d.ts +0 -67
  49. package/api/resources/workspace/client/Client.js +0 -326
  50. package/api/resources/workspace/client/index.d.ts +0 -1
  51. package/api/resources/workspace/client/index.js +0 -15
  52. package/api/types/AddProjectRequest.d.ts +7 -1
  53. package/api/types/AuthConnectionLocator.d.ts +9 -0
  54. package/api/types/BadRequestErrorBody.d.ts +7 -0
  55. package/api/types/BodyAddProjectV1ProjectsAddPostSourceType.d.ts +2 -1
  56. package/api/types/BodyAddProjectV1ProjectsAddPostSourceType.js +1 -0
  57. package/api/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.d.ts +8 -0
  58. package/api/types/BreakdownTypes.d.ts +3 -1
  59. package/api/types/BreakdownTypes.js +2 -0
  60. package/api/types/BuiltInToolsInput.d.ts +2 -0
  61. package/api/types/BuiltInToolsOutput.d.ts +2 -0
  62. package/api/types/ChapterResponse.d.ts +2 -0
  63. package/api/types/ChapterWithContentResponseModel.d.ts +2 -0
  64. package/api/types/ForcedAlignmentResponseModel.d.ts +2 -0
  65. package/api/types/ForcedAlignmentWordResponseModel.d.ts +2 -0
  66. package/api/types/MetricType.d.ts +2 -1
  67. package/api/types/MetricType.js +1 -0
  68. package/api/types/PlayDtmfToolConfig.d.ts +11 -0
  69. package/api/types/ProjectExtendedResponse.d.ts +2 -2
  70. package/api/types/ProjectExtendedResponseModelSourceType.d.ts +2 -1
  71. package/api/types/ProjectExtendedResponseModelSourceType.js +1 -0
  72. package/api/types/ProjectResponseModelSourceType.d.ts +2 -1
  73. package/api/types/ProjectResponseModelSourceType.js +1 -0
  74. package/api/types/SystemToolConfigInputParams.d.ts +4 -1
  75. package/api/types/SystemToolConfigOutputParams.d.ts +4 -1
  76. package/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
  77. package/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
  78. package/api/types/WorkspaceResourceType.d.ts +2 -1
  79. package/api/types/WorkspaceResourceType.js +1 -0
  80. package/api/types/index.d.ts +3 -4
  81. package/api/types/index.js +3 -4
  82. package/core/fetcher/BinaryResponse.d.ts +17 -0
  83. package/core/fetcher/BinaryResponse.js +14 -0
  84. package/core/fetcher/Fetcher.d.ts +1 -1
  85. package/core/fetcher/ResponseWithBody.d.ts +4 -0
  86. package/core/fetcher/ResponseWithBody.js +6 -0
  87. package/core/fetcher/getFetchFn.js +3 -3
  88. package/core/fetcher/getResponseBody.js +33 -32
  89. package/core/fetcher/index.d.ts +1 -0
  90. package/core/file.d.ts +1 -0
  91. package/core/form-data-utils/FormDataWrapper.d.ts +5 -52
  92. package/core/form-data-utils/FormDataWrapper.js +104 -124
  93. package/core/index.d.ts +1 -0
  94. package/core/index.js +1 -0
  95. package/dist/Client.d.ts +3 -3
  96. package/dist/Client.js +15 -15
  97. package/dist/api/errors/BadRequestError.d.ts +2 -1
  98. package/dist/api/resources/audioIsolation/client/requests/BodyAudioIsolationStreamV1AudioIsolationStreamPost.d.ts +2 -2
  99. package/dist/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts +2 -2
  100. package/dist/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +2 -2
  101. package/dist/api/resources/audioNative/client/requests/BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost.d.ts +2 -2
  102. package/dist/api/resources/conversationalAi/client/Client.js +5 -0
  103. package/dist/api/resources/conversationalAi/client/requests/BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost.d.ts +3 -2
  104. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/BodyPostAgentAvatarV1ConvaiAgentsAgentIdAvatarPost.d.ts +2 -2
  105. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +2 -1
  106. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +11 -4
  107. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFileDocumentV1ConvaiKnowledgeBaseFilePost.d.ts +2 -2
  108. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsGetRequest.d.ts +10 -0
  109. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +1 -0
  110. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +2 -2
  111. package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +5 -5
  112. package/dist/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +2 -2
  113. package/dist/api/resources/history/client/Client.js +6 -1
  114. package/dist/api/resources/index.d.ts +0 -1
  115. package/dist/api/resources/index.js +0 -1
  116. package/dist/api/resources/pronunciationDictionaries/client/Client.js +4 -4
  117. package/dist/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost.d.ts +2 -2
  118. package/dist/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost.d.ts +2 -2
  119. package/dist/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.d.ts +2 -2
  120. package/dist/api/resources/speechToText/client/Client.d.ts +3 -1
  121. package/dist/api/resources/speechToText/client/Client.js +10 -7
  122. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -2
  123. package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +9 -3
  124. package/dist/api/resources/studio/resources/projects/resources/content/client/Client.js +3 -0
  125. package/dist/api/resources/studio/resources/projects/resources/content/client/requests/BodyUpdateStudioProjectContentV1StudioProjectsProjectIdContentPost.d.ts +10 -2
  126. package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.d.ts +2 -1
  127. package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.js +1 -0
  128. package/dist/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +2 -2
  129. package/dist/api/resources/voices/client/requests/BodyGetSimilarLibraryVoicesV1SimilarVoicesPost.d.ts +2 -2
  130. package/dist/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +2 -2
  131. package/dist/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyAddSamplesToPvcVoiceV1VoicesPvcVoiceIdSamplesPost.d.ts +2 -2
  132. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.d.ts +5 -2
  133. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +14 -5
  134. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/index.d.ts +1 -0
  135. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/index.js +15 -0
  136. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/requests/AudioGetRequest.d.ts +15 -0
  137. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/requests/index.d.ts +1 -0
  138. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/requests/index.js +2 -0
  139. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/index.d.ts +1 -0
  140. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/index.js +4 -0
  141. package/dist/api/resources/voices/resources/pvc/resources/verification/client/requests/BodyRequestManualVerificationV1VoicesPvcVoiceIdVerificationPost.d.ts +2 -2
  142. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/BodyVerifyPvcVoiceCaptchaV1VoicesPvcVoiceIdCaptchaPost.d.ts +2 -2
  143. package/dist/api/resources/workspace/client/Client.d.ts +0 -67
  144. package/dist/api/resources/workspace/client/Client.js +0 -326
  145. package/dist/api/resources/workspace/client/index.d.ts +0 -1
  146. package/dist/api/resources/workspace/client/index.js +0 -15
  147. package/dist/api/types/AddProjectRequest.d.ts +7 -1
  148. package/dist/api/types/AuthConnectionLocator.d.ts +9 -0
  149. package/dist/api/types/BadRequestErrorBody.d.ts +7 -0
  150. package/dist/api/types/BodyAddProjectV1ProjectsAddPostSourceType.d.ts +2 -1
  151. package/dist/api/types/BodyAddProjectV1ProjectsAddPostSourceType.js +1 -0
  152. package/dist/api/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.d.ts +8 -0
  153. package/dist/api/types/BreakdownTypes.d.ts +3 -1
  154. package/dist/api/types/BreakdownTypes.js +2 -0
  155. package/dist/api/types/BuiltInToolsInput.d.ts +2 -0
  156. package/dist/api/types/BuiltInToolsOutput.d.ts +2 -0
  157. package/dist/api/types/ChapterResponse.d.ts +2 -0
  158. package/dist/api/types/ChapterWithContentResponseModel.d.ts +2 -0
  159. package/dist/api/types/ForcedAlignmentResponseModel.d.ts +2 -0
  160. package/dist/api/types/ForcedAlignmentWordResponseModel.d.ts +2 -0
  161. package/dist/api/types/MetricType.d.ts +2 -1
  162. package/dist/api/types/MetricType.js +1 -0
  163. package/dist/api/types/PlayDtmfToolConfig.d.ts +11 -0
  164. package/dist/api/types/ProjectExtendedResponse.d.ts +2 -2
  165. package/dist/api/types/ProjectExtendedResponseModelSourceType.d.ts +2 -1
  166. package/dist/api/types/ProjectExtendedResponseModelSourceType.js +1 -0
  167. package/dist/api/types/ProjectResponseModelSourceType.d.ts +2 -1
  168. package/dist/api/types/ProjectResponseModelSourceType.js +1 -0
  169. package/dist/api/types/SystemToolConfigInputParams.d.ts +4 -1
  170. package/dist/api/types/SystemToolConfigOutputParams.d.ts +4 -1
  171. package/dist/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
  172. package/dist/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
  173. package/dist/api/types/WorkspaceResourceType.d.ts +2 -1
  174. package/dist/api/types/WorkspaceResourceType.js +1 -0
  175. package/dist/api/types/index.d.ts +3 -4
  176. package/dist/api/types/index.js +3 -4
  177. package/dist/core/fetcher/BinaryResponse.d.ts +17 -0
  178. package/dist/core/fetcher/BinaryResponse.js +14 -0
  179. package/dist/core/fetcher/Fetcher.d.ts +1 -1
  180. package/dist/core/fetcher/ResponseWithBody.d.ts +4 -0
  181. package/dist/core/fetcher/ResponseWithBody.js +6 -0
  182. package/dist/core/fetcher/getFetchFn.js +3 -3
  183. package/dist/core/fetcher/getResponseBody.js +33 -32
  184. package/dist/core/fetcher/index.d.ts +1 -0
  185. package/dist/core/file.d.ts +1 -0
  186. package/dist/core/file.js +2 -0
  187. package/dist/core/form-data-utils/FormDataWrapper.d.ts +5 -52
  188. package/dist/core/form-data-utils/FormDataWrapper.js +104 -124
  189. package/dist/core/index.d.ts +1 -0
  190. package/dist/core/index.js +1 -0
  191. package/dist/environments.d.ts +5 -1
  192. package/dist/environments.js +4 -0
  193. package/dist/serialization/resources/index.d.ts +0 -1
  194. package/dist/serialization/resources/index.js +0 -1
  195. package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.d.ts +1 -1
  196. package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.js +1 -1
  197. package/dist/serialization/resources/workspace/index.d.ts +0 -1
  198. package/dist/serialization/resources/workspace/index.js +0 -1
  199. package/dist/serialization/types/AuthConnectionLocator.d.ts +12 -0
  200. package/dist/serialization/{resources/workspace/client/getShareOptions.js → types/AuthConnectionLocator.js} +5 -4
  201. package/dist/serialization/types/BadRequestErrorBody.d.ts +13 -0
  202. package/{serialization/resources/workspace/client/getShareOptions.js → dist/serialization/types/BadRequestErrorBody.js} +6 -4
  203. package/dist/serialization/types/BodyAddProjectV1ProjectsAddPostSourceType.d.ts +1 -1
  204. package/dist/serialization/types/BodyAddProjectV1ProjectsAddPostSourceType.js +1 -1
  205. package/dist/serialization/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.d.ts +1 -0
  206. package/dist/serialization/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.js +1 -0
  207. package/dist/serialization/types/BreakdownTypes.d.ts +1 -1
  208. package/dist/serialization/types/BreakdownTypes.js +2 -0
  209. package/dist/serialization/types/BuiltInToolsInput.d.ts +1 -0
  210. package/dist/serialization/types/BuiltInToolsInput.js +1 -0
  211. package/dist/serialization/types/BuiltInToolsOutput.d.ts +1 -0
  212. package/dist/serialization/types/BuiltInToolsOutput.js +1 -0
  213. package/dist/serialization/types/ChapterResponse.d.ts +1 -0
  214. package/dist/serialization/types/ChapterResponse.js +1 -0
  215. package/dist/serialization/types/ChapterWithContentResponseModel.d.ts +1 -0
  216. package/dist/serialization/types/ChapterWithContentResponseModel.js +1 -0
  217. package/dist/serialization/types/ForcedAlignmentResponseModel.d.ts +1 -0
  218. package/dist/serialization/types/ForcedAlignmentResponseModel.js +1 -0
  219. package/dist/serialization/types/ForcedAlignmentWordResponseModel.d.ts +1 -0
  220. package/dist/serialization/types/ForcedAlignmentWordResponseModel.js +1 -0
  221. package/dist/serialization/types/MetricType.d.ts +1 -1
  222. package/dist/serialization/types/MetricType.js +9 -1
  223. package/dist/serialization/types/PlayDtmfToolConfig.d.ts +11 -0
  224. package/dist/serialization/types/PlayDtmfToolConfig.js +41 -0
  225. package/dist/serialization/types/ProjectExtendedResponse.d.ts +1 -1
  226. package/dist/serialization/types/ProjectExtendedResponse.js +1 -1
  227. package/dist/serialization/types/ProjectExtendedResponseModelSourceType.d.ts +1 -1
  228. package/dist/serialization/types/ProjectExtendedResponseModelSourceType.js +1 -1
  229. package/dist/serialization/types/ProjectResponseModelSourceType.d.ts +1 -1
  230. package/dist/serialization/types/ProjectResponseModelSourceType.js +1 -1
  231. package/dist/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
  232. package/dist/serialization/types/SystemToolConfigInputParams.js +2 -0
  233. package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
  234. package/dist/serialization/types/SystemToolConfigOutputParams.js +2 -0
  235. package/dist/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
  236. package/dist/serialization/types/WebhookToolApiSchemaConfigInput.js +2 -0
  237. package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
  238. package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.js +2 -0
  239. package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
  240. package/dist/serialization/types/WorkspaceResourceType.js +1 -0
  241. package/dist/serialization/types/index.d.ts +3 -4
  242. package/dist/serialization/types/index.js +3 -4
  243. package/dist/version.d.ts +1 -1
  244. package/dist/version.js +1 -1
  245. package/dist/wrapper/play.d.ts +1 -2
  246. package/dist/wrapper/play.js +69 -36
  247. package/dist/wrapper/stream.d.ts +1 -2
  248. package/dist/wrapper/stream.js +64 -37
  249. package/dist/wrapper/utils.d.ts +2 -0
  250. package/dist/wrapper/utils.js +41 -0
  251. package/environments.d.ts +5 -1
  252. package/environments.js +4 -0
  253. package/jest.browser.config.mjs +10 -0
  254. package/jest.config.mjs +4 -1
  255. package/package.json +7 -10
  256. package/reference.md +23 -247
  257. package/serialization/resources/index.d.ts +0 -1
  258. package/serialization/resources/index.js +0 -1
  259. package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.d.ts +1 -1
  260. package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.js +1 -1
  261. package/serialization/resources/workspace/index.d.ts +0 -1
  262. package/serialization/resources/workspace/index.js +0 -1
  263. package/serialization/types/AuthConnectionLocator.d.ts +12 -0
  264. package/serialization/{resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.js → types/AuthConnectionLocator.js} +4 -4
  265. package/serialization/types/BadRequestErrorBody.d.ts +13 -0
  266. package/{dist/serialization/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.js → serialization/types/BadRequestErrorBody.js} +5 -4
  267. package/serialization/types/BodyAddProjectV1ProjectsAddPostSourceType.d.ts +1 -1
  268. package/serialization/types/BodyAddProjectV1ProjectsAddPostSourceType.js +1 -1
  269. package/serialization/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.d.ts +1 -0
  270. package/serialization/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.js +1 -0
  271. package/serialization/types/BreakdownTypes.d.ts +1 -1
  272. package/serialization/types/BreakdownTypes.js +2 -0
  273. package/serialization/types/BuiltInToolsInput.d.ts +1 -0
  274. package/serialization/types/BuiltInToolsInput.js +1 -0
  275. package/serialization/types/BuiltInToolsOutput.d.ts +1 -0
  276. package/serialization/types/BuiltInToolsOutput.js +1 -0
  277. package/serialization/types/ChapterResponse.d.ts +1 -0
  278. package/serialization/types/ChapterResponse.js +1 -0
  279. package/serialization/types/ChapterWithContentResponseModel.d.ts +1 -0
  280. package/serialization/types/ChapterWithContentResponseModel.js +1 -0
  281. package/serialization/types/ForcedAlignmentResponseModel.d.ts +1 -0
  282. package/serialization/types/ForcedAlignmentResponseModel.js +1 -0
  283. package/serialization/types/ForcedAlignmentWordResponseModel.d.ts +1 -0
  284. package/serialization/types/ForcedAlignmentWordResponseModel.js +1 -0
  285. package/serialization/types/MetricType.d.ts +1 -1
  286. package/serialization/types/MetricType.js +9 -1
  287. package/serialization/types/PlayDtmfToolConfig.d.ts +11 -0
  288. package/serialization/types/PlayDtmfToolConfig.js +41 -0
  289. package/serialization/types/ProjectExtendedResponse.d.ts +1 -1
  290. package/serialization/types/ProjectExtendedResponse.js +1 -1
  291. package/serialization/types/ProjectExtendedResponseModelSourceType.d.ts +1 -1
  292. package/serialization/types/ProjectExtendedResponseModelSourceType.js +1 -1
  293. package/serialization/types/ProjectResponseModelSourceType.d.ts +1 -1
  294. package/serialization/types/ProjectResponseModelSourceType.js +1 -1
  295. package/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
  296. package/serialization/types/SystemToolConfigInputParams.js +2 -0
  297. package/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
  298. package/serialization/types/SystemToolConfigOutputParams.js +2 -0
  299. package/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
  300. package/serialization/types/WebhookToolApiSchemaConfigInput.js +2 -0
  301. package/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
  302. package/serialization/types/WebhookToolApiSchemaConfigOutput.js +2 -0
  303. package/serialization/types/WorkspaceResourceType.d.ts +1 -1
  304. package/serialization/types/WorkspaceResourceType.js +1 -0
  305. package/serialization/types/index.d.ts +3 -4
  306. package/serialization/types/index.js +3 -4
  307. package/version.d.ts +1 -1
  308. package/version.js +1 -1
  309. package/wrapper/play.d.ts +1 -2
  310. package/wrapper/play.js +69 -36
  311. package/wrapper/stream.d.ts +1 -2
  312. package/wrapper/stream.js +64 -37
  313. package/wrapper/utils.d.ts +2 -0
  314. package/wrapper/utils.js +41 -0
  315. package/api/resources/workspace/client/requests/BodyUpdateDefaultSharingPreferencesV1WorkspaceDefaultSharingPreferencesPost.d.ts +0 -13
  316. package/api/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.d.ts +0 -12
  317. package/api/resources/workspace/client/requests/index.d.ts +0 -2
  318. package/api/types/BodyRetrieveVoiceSampleAudioV1VoicesPvcVoiceIdSamplesSampleIdAudioGet.d.ts +0 -7
  319. package/api/types/DefaultSharingPreferencesResponseModel.d.ts +0 -8
  320. package/api/types/WorkspaceGroupPermission.d.ts +0 -22
  321. package/api/types/WorkspaceGroupPermission.js +0 -24
  322. package/api/types/WorkspaceGroupResponseModel.d.ts +0 -10
  323. package/core/form-data-utils/toReadableStream.d.ts +0 -1
  324. package/core/form-data-utils/toReadableStream.js +0 -28
  325. package/dist/api/resources/workspace/client/requests/BodyUpdateDefaultSharingPreferencesV1WorkspaceDefaultSharingPreferencesPost.d.ts +0 -13
  326. package/dist/api/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.d.ts +0 -12
  327. package/dist/api/resources/workspace/client/requests/index.d.ts +0 -2
  328. package/dist/api/types/BodyRetrieveVoiceSampleAudioV1VoicesPvcVoiceIdSamplesSampleIdAudioGet.d.ts +0 -7
  329. package/dist/api/types/DefaultSharingPreferencesResponseModel.d.ts +0 -8
  330. package/dist/api/types/WorkspaceGroupPermission.d.ts +0 -22
  331. package/dist/api/types/WorkspaceGroupPermission.js +0 -24
  332. package/dist/api/types/WorkspaceGroupResponseModel.d.ts +0 -10
  333. package/dist/core/form-data-utils/toReadableStream.d.ts +0 -1
  334. package/dist/core/form-data-utils/toReadableStream.js +0 -28
  335. package/dist/serialization/resources/workspace/client/getShareOptions.d.ts +0 -11
  336. package/dist/serialization/resources/workspace/client/index.d.ts +0 -2
  337. package/dist/serialization/resources/workspace/client/index.js +0 -41
  338. package/dist/serialization/resources/workspace/client/requests/BodyUpdateDefaultSharingPreferencesV1WorkspaceDefaultSharingPreferencesPost.d.ts +0 -12
  339. package/dist/serialization/resources/workspace/client/requests/BodyUpdateDefaultSharingPreferencesV1WorkspaceDefaultSharingPreferencesPost.js +0 -43
  340. package/dist/serialization/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.d.ts +0 -12
  341. package/dist/serialization/resources/workspace/client/requests/index.d.ts +0 -2
  342. package/dist/serialization/resources/workspace/client/requests/index.js +0 -7
  343. package/dist/serialization/types/BodyRetrieveVoiceSampleAudioV1VoicesPvcVoiceIdSamplesSampleIdAudioGet.d.ts +0 -12
  344. package/dist/serialization/types/BodyRetrieveVoiceSampleAudioV1VoicesPvcVoiceIdSamplesSampleIdAudioGet.js +0 -43
  345. package/dist/serialization/types/DefaultSharingPreferencesResponseModel.d.ts +0 -13
  346. package/dist/serialization/types/DefaultSharingPreferencesResponseModel.js +0 -44
  347. package/dist/serialization/types/WorkspaceGroupPermission.d.ts +0 -10
  348. package/dist/serialization/types/WorkspaceGroupPermission.js +0 -58
  349. package/dist/serialization/types/WorkspaceGroupResponseModel.d.ts +0 -16
  350. package/dist/serialization/types/WorkspaceGroupResponseModel.js +0 -47
  351. package/serialization/resources/workspace/client/getShareOptions.d.ts +0 -11
  352. package/serialization/resources/workspace/client/index.d.ts +0 -2
  353. package/serialization/resources/workspace/client/index.js +0 -41
  354. package/serialization/resources/workspace/client/requests/BodyUpdateDefaultSharingPreferencesV1WorkspaceDefaultSharingPreferencesPost.d.ts +0 -12
  355. package/serialization/resources/workspace/client/requests/BodyUpdateDefaultSharingPreferencesV1WorkspaceDefaultSharingPreferencesPost.js +0 -43
  356. package/serialization/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.d.ts +0 -12
  357. package/serialization/resources/workspace/client/requests/index.d.ts +0 -2
  358. package/serialization/resources/workspace/client/requests/index.js +0 -7
  359. package/serialization/types/BodyRetrieveVoiceSampleAudioV1VoicesPvcVoiceIdSamplesSampleIdAudioGet.d.ts +0 -12
  360. package/serialization/types/BodyRetrieveVoiceSampleAudioV1VoicesPvcVoiceIdSamplesSampleIdAudioGet.js +0 -43
  361. package/serialization/types/DefaultSharingPreferencesResponseModel.d.ts +0 -13
  362. package/serialization/types/DefaultSharingPreferencesResponseModel.js +0 -44
  363. package/serialization/types/WorkspaceGroupPermission.d.ts +0 -10
  364. package/serialization/types/WorkspaceGroupPermission.js +0 -58
  365. package/serialization/types/WorkspaceGroupResponseModel.d.ts +0 -16
  366. package/serialization/types/WorkspaceGroupResponseModel.js +0 -47
  367. /package/api/resources/{workspace/client/requests/BodyUpdateDefaultSharingPreferencesV1WorkspaceDefaultSharingPreferencesPost.js → conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsGetRequest.js} +0 -0
  368. /package/api/resources/{workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.js → voices/resources/pvc/resources/samples/resources/audio/client/requests/AudioGetRequest.js} +0 -0
  369. /package/api/resources/{workspace → voices/resources/pvc/resources/samples/resources/audio}/client/requests/index.js +0 -0
  370. /package/api/types/{BodyRetrieveVoiceSampleAudioV1VoicesPvcVoiceIdSamplesSampleIdAudioGet.js → AuthConnectionLocator.js} +0 -0
  371. /package/api/types/{DefaultSharingPreferencesResponseModel.js → BadRequestErrorBody.js} +0 -0
  372. /package/api/types/{WorkspaceGroupResponseModel.js → PlayDtmfToolConfig.js} +0 -0
  373. /package/{dist/api/resources/workspace/client/requests/index.js → core/file.js} +0 -0
  374. /package/dist/api/resources/{workspace/client/requests/BodyUpdateDefaultSharingPreferencesV1WorkspaceDefaultSharingPreferencesPost.js → conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsGetRequest.js} +0 -0
  375. /package/dist/api/resources/{workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.js → voices/resources/pvc/resources/samples/resources/audio/client/requests/AudioGetRequest.js} +0 -0
  376. /package/dist/api/types/{BodyRetrieveVoiceSampleAudioV1VoicesPvcVoiceIdSamplesSampleIdAudioGet.js → AuthConnectionLocator.js} +0 -0
  377. /package/dist/api/types/{DefaultSharingPreferencesResponseModel.js → BadRequestErrorBody.js} +0 -0
  378. /package/dist/api/types/{WorkspaceGroupResponseModel.js → PlayDtmfToolConfig.js} +0 -0
@@ -1,16 +1,16 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as fs from "fs";
4
+ import * as core from "../../../../../core";
5
5
  /**
6
6
  * @example
7
7
  * {}
8
8
  */
9
9
  export interface BodyDubAVideoOrAnAudioFileV1DubbingPost {
10
- file?: File | fs.ReadStream | Blob | undefined;
11
- csvFile?: File | fs.ReadStream | Blob | undefined;
12
- foregroundAudioFile?: File | fs.ReadStream | Blob | undefined;
13
- backgroundAudioFile?: File | fs.ReadStream | Blob | undefined;
10
+ file?: core.FileLike | undefined;
11
+ csvFile?: core.FileLike | undefined;
12
+ foregroundAudioFile?: core.FileLike | undefined;
13
+ backgroundAudioFile?: core.FileLike | undefined;
14
14
  /** Name of the dubbing project. */
15
15
  name?: string;
16
16
  /** URL of the source video/audio file. */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as fs from "fs";
4
+ import * as core from "../../../../../core";
5
5
  /**
6
6
  * @example
7
7
  * {
@@ -10,7 +10,7 @@ import * as fs from "fs";
10
10
  * }
11
11
  */
12
12
  export interface BodyCreateForcedAlignmentV1ForcedAlignmentPost {
13
- file: File | fs.ReadStream | Blob;
13
+ file: core.FileLike;
14
14
  /** The text to align with the audio. The input text can be in any format, however diarization is not supported at this time. */
15
15
  text: string;
16
16
  /** If true, the file will be streamed to the server and processed in chunks. This is useful for large files that cannot be loaded into memory. The default is false. */
@@ -375,7 +375,12 @@ class History {
375
375
  if (_response.error.reason === "status-code") {
376
376
  switch (_response.error.statusCode) {
377
377
  case 400:
378
- throw new ElevenLabs.BadRequestError(_response.error.body, _response.rawResponse);
378
+ throw new ElevenLabs.BadRequestError(serializers.BadRequestErrorBody.parseOrThrow(_response.error.body, {
379
+ unrecognizedObjectKeys: "passthrough",
380
+ allowUnrecognizedUnionMembers: true,
381
+ allowUnrecognizedEnumValues: true,
382
+ breadcrumbsPrefix: ["response"],
383
+ }), _response.rawResponse);
379
384
  case 422:
380
385
  throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
381
386
  unrecognizedObjectKeys: "passthrough",
@@ -47,7 +47,6 @@ export * from "./dubbing/client/requests";
47
47
  export * from "./audioNative/client/requests";
48
48
  export * from "./usage/client/requests";
49
49
  export * from "./pronunciationDictionaries/client/requests";
50
- export * from "./workspace/client/requests";
51
50
  export * from "./webhooks/client/requests";
52
51
  export * from "./speechToText/client/requests";
53
52
  export * from "./forcedAlignment/client/requests";
@@ -86,7 +86,6 @@ __exportStar(require("./dubbing/client/requests"), exports);
86
86
  __exportStar(require("./audioNative/client/requests"), exports);
87
87
  __exportStar(require("./usage/client/requests"), exports);
88
88
  __exportStar(require("./pronunciationDictionaries/client/requests"), exports);
89
- __exportStar(require("./workspace/client/requests"), exports);
90
89
  __exportStar(require("./webhooks/client/requests"), exports);
91
90
  __exportStar(require("./speechToText/client/requests"), exports);
92
91
  __exportStar(require("./forcedAlignment/client/requests"), exports);
@@ -306,7 +306,7 @@ class PronunciationDictionaries {
306
306
  return __awaiter(this, void 0, void 0, function* () {
307
307
  var _a, _b, _c;
308
308
  const _response = yield core.fetcher({
309
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.ElevenLabsEnvironment.Production).base, `v1/pronunciation-dictionaries/${encodeURIComponent(pronunciationDictionaryId)}/`),
309
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.ElevenLabsEnvironment.Production).base, `v1/pronunciation-dictionaries/${encodeURIComponent(pronunciationDictionaryId)}`),
310
310
  method: "GET",
311
311
  headers: (0, headers_js_1.mergeHeaders)((_c = this._options) === null || _c === void 0 ? void 0 : _c.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ "xi-api-key": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
312
312
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 240000,
@@ -349,7 +349,7 @@ class PronunciationDictionaries {
349
349
  rawResponse: _response.rawResponse,
350
350
  });
351
351
  case "timeout":
352
- throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling GET /v1/pronunciation-dictionaries/{pronunciation_dictionary_id}/.");
352
+ throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling GET /v1/pronunciation-dictionaries/{pronunciation_dictionary_id}.");
353
353
  case "unknown":
354
354
  throw new errors.ElevenLabsError({
355
355
  message: _response.error.errorMessage,
@@ -392,7 +392,7 @@ class PronunciationDictionaries {
392
392
  _queryParams["sort_direction"] = sortDirection;
393
393
  }
394
394
  const _response = yield core.fetcher({
395
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.ElevenLabsEnvironment.Production).base, "v1/pronunciation-dictionaries/"),
395
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.ElevenLabsEnvironment.Production).base, "v1/pronunciation-dictionaries"),
396
396
  method: "GET",
397
397
  headers: (0, headers_js_1.mergeHeaders)((_c = this._options) === null || _c === void 0 ? void 0 : _c.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ "xi-api-key": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
398
398
  queryParameters: _queryParams,
@@ -436,7 +436,7 @@ class PronunciationDictionaries {
436
436
  rawResponse: _response.rawResponse,
437
437
  });
438
438
  case "timeout":
439
- throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling GET /v1/pronunciation-dictionaries/.");
439
+ throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling GET /v1/pronunciation-dictionaries.");
440
440
  case "unknown":
441
441
  throw new errors.ElevenLabsError({
442
442
  message: _response.error.errorMessage,
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as fs from "fs";
4
+ import * as core from "../../../../../core";
5
5
  import * as ElevenLabs from "../../../../index";
6
6
  /**
7
7
  * @example
@@ -12,7 +12,7 @@ import * as ElevenLabs from "../../../../index";
12
12
  export interface BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost {
13
13
  /** The name of the pronunciation dictionary, used for identification only. */
14
14
  name: string;
15
- file?: File | fs.ReadStream | Blob | undefined;
15
+ file?: core.FileLike | undefined;
16
16
  /** A description of the pronunciation dictionary, used for identification only. */
17
17
  description?: string;
18
18
  /** Should be one of 'admin', 'editor' or 'viewer'. If not provided, defaults to no access. */
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as fs from "fs";
5
4
  import * as ElevenLabs from "../../../../index";
5
+ import * as core from "../../../../../core";
6
6
  /**
7
7
  * @example
8
8
  * {
@@ -31,7 +31,7 @@ export interface BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost {
31
31
  * Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs.
32
32
  */
33
33
  outputFormat?: ElevenLabs.SpeechToSpeechStreamRequestOutputFormat;
34
- audio: File | fs.ReadStream | Blob;
34
+ audio: core.FileLike;
35
35
  /** Identifier of the model that will be used, you can query them using GET /v1/models. The model needs to have support for speech to speech, you can check this using the can_do_voice_conversion property. */
36
36
  modelId?: string;
37
37
  /** Voice settings overriding stored settings for the given voice. They are applied only on the given request. Needs to be send as a JSON encoded string. */
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as fs from "fs";
5
4
  import * as ElevenLabs from "../../../../index";
5
+ import * as core from "../../../../../core";
6
6
  /**
7
7
  * @example
8
8
  * {
@@ -31,7 +31,7 @@ export interface BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost {
31
31
  * Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs.
32
32
  */
33
33
  outputFormat?: ElevenLabs.SpeechToSpeechConvertRequestOutputFormat;
34
- audio: File | fs.ReadStream | Blob;
34
+ audio: core.FileLike;
35
35
  /** Identifier of the model that will be used, you can query them using GET /v1/models. The model needs to have support for speech to speech, you can check this using the can_do_voice_conversion property. */
36
36
  modelId?: string;
37
37
  /** Voice settings overriding stored settings for the given voice. They are applied only on the given request. Needs to be send as a JSON encoded string. */
@@ -11,6 +11,8 @@ export declare namespace SpeechToText {
11
11
  baseUrl?: core.Supplier<string>;
12
12
  /** Override the xi-api-key header */
13
13
  apiKey?: core.Supplier<string | undefined>;
14
+ /** Additional headers to include in requests. */
15
+ headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
14
16
  }
15
17
  interface RequestOptions {
16
18
  /** The maximum time to wait for a response in seconds. */
@@ -22,7 +24,7 @@ export declare namespace SpeechToText {
22
24
  /** Override the xi-api-key header */
23
25
  apiKey?: string | undefined;
24
26
  /** Additional headers to include in the request. */
25
- headers?: Record<string, string>;
27
+ headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
26
28
  }
27
29
  }
28
30
  export declare class SpeechToText {
@@ -54,6 +54,7 @@ const core = __importStar(require("../../../../core"));
54
54
  const ElevenLabs = __importStar(require("../../../index"));
55
55
  const serializers = __importStar(require("../../../../serialization/index"));
56
56
  const json_1 = require("../../../../core/json");
57
+ const headers_js_1 = require("../../../../core/headers.js");
57
58
  const url_join_1 = __importDefault(require("url-join"));
58
59
  const errors = __importStar(require("../../../../errors/index"));
59
60
  class SpeechToText {
@@ -78,7 +79,7 @@ class SpeechToText {
78
79
  }
79
80
  __convert(request, requestOptions) {
80
81
  return __awaiter(this, void 0, void 0, function* () {
81
- var _a, _b;
82
+ var _a, _b, _c;
82
83
  const _queryParams = {};
83
84
  if (request.enableLogging != null) {
84
85
  _queryParams["enable_logging"] = request.enableLogging.toString();
@@ -105,11 +106,12 @@ class SpeechToText {
105
106
  if (request.diarize != null) {
106
107
  _request.append("diarize", request.diarize.toString());
107
108
  }
108
- // Customized by hand
109
+ if (request.diarizationThreshold != null) {
110
+ _request.append("diarization_threshold", request.diarizationThreshold.toString());
111
+ }
109
112
  if (request.additionalFormats != null) {
110
- _request.append("additional_formats", (0, json_1.toJson)(serializers.AdditionalFormats.jsonOrThrow(request.additionalFormats, { unrecognizedObjectKeys: "strip" })));
113
+ _request.append("additional_formats", (0, json_1.toJson)(request.additionalFormats));
111
114
  }
112
- // end of customization
113
115
  if (request.fileFormat != null) {
114
116
  _request.append("file_format", serializers.SpeechToTextConvertRequestFileFormat.jsonOrThrow(request.fileFormat, {
115
117
  unrecognizedObjectKeys: "strip",
@@ -121,13 +123,14 @@ class SpeechToText {
121
123
  if (request.webhook != null) {
122
124
  _request.append("webhook", request.webhook.toString());
123
125
  }
126
+ if (request.temperature != null) {
127
+ _request.append("temperature", request.temperature.toString());
128
+ }
124
129
  const _maybeEncodedRequest = yield _request.getRequest();
125
130
  const _response = yield core.fetcher({
126
131
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.ElevenLabsEnvironment.Production).base, "v1/speech-to-text"),
127
132
  method: "POST",
128
- headers: Object.assign(Object.assign({ "xi-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
129
- ? yield core.Supplier.get(this._options.apiKey)
130
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@elevenlabs/elevenlabs-js", "X-Fern-SDK-Version": "2.2.1", "User-Agent": "@elevenlabs/elevenlabs-js/2.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, _maybeEncodedRequest.headers), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
133
+ headers: (0, headers_js_1.mergeHeaders)((_c = this._options) === null || _c === void 0 ? void 0 : _c.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({ "xi-api-key": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey }, _maybeEncodedRequest.headers)), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
131
134
  queryParameters: _queryParams,
132
135
  requestType: "file",
133
136
  duplex: _maybeEncodedRequest.duplex,
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as fs from "fs";
4
+ import * as core from "../../../../../core";
5
5
  import * as ElevenLabs from "../../../../index";
6
6
  /**
7
7
  * @example
@@ -16,7 +16,7 @@ export interface BodySpeechToTextV1SpeechToTextPost {
16
16
  enableLogging?: boolean;
17
17
  /** The ID of the model to use for transcription, currently only 'scribe_v1' and 'scribe_v1_experimental' are available. */
18
18
  modelId: string;
19
- file?: File | fs.ReadStream | Blob | undefined;
19
+ file?: core.FileLike | undefined;
20
20
  /** An ISO-639-1 or ISO-639-3 language_code corresponding to the language of the audio file. Can sometimes improve transcription performance if known beforehand. Defaults to null, in this case the language is predicted automatically. */
21
21
  languageCode?: string;
22
22
  /** Whether to tag audio events like (laughter), (footsteps), etc. in the transcription. */
@@ -27,6 +27,8 @@ export interface BodySpeechToTextV1SpeechToTextPost {
27
27
  timestampsGranularity?: ElevenLabs.SpeechToTextConvertRequestTimestampsGranularity;
28
28
  /** Whether to annotate which speaker is currently talking in the uploaded file. */
29
29
  diarize?: boolean;
30
+ /** Diarization threshold to apply during speaker diarization. A higher value means there will be a lower chance of one speaker being diarized as two different speakers but also a higher chance of two different speakers being diarized as one speaker (less total speakers predicted). A low value means there will be a higher chance of one speaker being diarized as two different speakers but also a lower chance of two different speakers being diarized as one speaker (more total speakers predicted). Can only be set when diarize=True and num_speakers=None. Defaults to None, in which case we will choose a threshold based on the model_id (0.22 usually). */
31
+ diarizationThreshold?: number;
30
32
  /** A list of additional formats to export the transcript to. */
31
33
  additionalFormats?: ElevenLabs.AdditionalFormats;
32
34
  /** The format of input audio. Options are 'pcm_s16le_16' or 'other' For `pcm_s16le_16`, the input audio must be 16-bit PCM at a 16kHz sample rate, single channel (mono), and little-endian byte order. Latency will be lower than with passing an encoded waveform. */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as fs from "fs";
4
+ import * as core from "../../../../../../../core";
5
5
  import * as ElevenLabs from "../../../../../../index";
6
6
  /**
7
7
  * @example
@@ -23,8 +23,14 @@ export interface BodyCreateStudioProjectV1StudioProjectsPost {
23
23
  defaultModelId: string;
24
24
  /** An optional URL from which we will extract content to initialize the Studio project. If this is set, 'from_url' and 'from_content' must be null. If neither 'from_url', 'from_document', 'from_content' are provided we will initialize the Studio project as blank. */
25
25
  fromUrl?: string;
26
- fromDocument?: File | fs.ReadStream | Blob | undefined;
27
- /** An optional content to initialize the Studio project with. If this is set, 'from_url' and 'from_document' must be null. If neither 'from_url', 'from_document', 'from_content' are provided we will initialize the Studio project as blank. */
26
+ fromDocument?: core.FileLike | undefined;
27
+ /**
28
+ * An optional content to initialize the Studio project with. If this is set, 'from_url' and 'from_document' must be null. If neither 'from_url', 'from_document', 'from_content' are provided we will initialize the Studio project as blank.
29
+ *
30
+ * Example:
31
+ * [{"name": "Chapter A", "blocks": [{"sub_type": "p", "nodes": [{"voice_id": "6lCwbsX1yVjD49QmpkT0", "text": "A", "type": "tts_node"}, {"voice_id": "6lCwbsX1yVjD49QmpkT1", "text": "B", "type": "tts_node"}]}, {"sub_type": "h1", "nodes": [{"voice_id": "6lCwbsX1yVjD49QmpkT0", "text": "C", "type": "tts_node"}, {"voice_id": "6lCwbsX1yVjD49QmpkT1", "text": "D", "type": "tts_node"}]}]}, {"name": "Chapter B", "blocks": [{"sub_type": "p", "nodes": [{"voice_id": "6lCwbsX1yVjD49QmpkT0", "text": "E", "type": "tts_node"}, {"voice_id": "6lCwbsX1yVjD49QmpkT1", "text": "F", "type": "tts_node"}]}, {"sub_type": "h2", "nodes": [{"voice_id": "6lCwbsX1yVjD49QmpkT0", "text": "G", "type": "tts_node"}, {"voice_id": "6lCwbsX1yVjD49QmpkT1", "text": "H", "type": "tts_node"}]}]}]
32
+ *
33
+ */
28
34
  fromContentJson?: string;
29
35
  /**
30
36
  * Output quality of the generated audio. Must be one of:
@@ -85,6 +85,9 @@ class Content {
85
85
  if (request.fromDocument != null) {
86
86
  yield _request.appendFile("from_document", request.fromDocument);
87
87
  }
88
+ if (request.fromContentJson != null) {
89
+ _request.append("from_content_json", request.fromContentJson);
90
+ }
88
91
  if (request.autoConvert != null) {
89
92
  _request.append("auto_convert", request.autoConvert.toString());
90
93
  }
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as fs from "fs";
4
+ import * as core from "../../../../../../../../../core";
5
5
  /**
6
6
  * @example
7
7
  * {}
@@ -9,7 +9,15 @@ import * as fs from "fs";
9
9
  export interface BodyUpdateStudioProjectContentV1StudioProjectsProjectIdContentPost {
10
10
  /** An optional URL from which we will extract content to initialize the Studio project. If this is set, 'from_url' and 'from_content' must be null. If neither 'from_url', 'from_document', 'from_content' are provided we will initialize the Studio project as blank. */
11
11
  fromUrl?: string;
12
- fromDocument?: File | fs.ReadStream | Blob | undefined;
12
+ fromDocument?: core.FileLike | undefined;
13
+ /**
14
+ * An optional content to initialize the Studio project with. If this is set, 'from_url' and 'from_document' must be null. If neither 'from_url', 'from_document', 'from_content' are provided we will initialize the Studio project as blank.
15
+ *
16
+ * Example:
17
+ * [{"name": "Chapter A", "blocks": [{"sub_type": "p", "nodes": [{"voice_id": "6lCwbsX1yVjD49QmpkT0", "text": "A", "type": "tts_node"}, {"voice_id": "6lCwbsX1yVjD49QmpkT1", "text": "B", "type": "tts_node"}]}, {"sub_type": "h1", "nodes": [{"voice_id": "6lCwbsX1yVjD49QmpkT0", "text": "C", "type": "tts_node"}, {"voice_id": "6lCwbsX1yVjD49QmpkT1", "text": "D", "type": "tts_node"}]}]}, {"name": "Chapter B", "blocks": [{"sub_type": "p", "nodes": [{"voice_id": "6lCwbsX1yVjD49QmpkT0", "text": "E", "type": "tts_node"}, {"voice_id": "6lCwbsX1yVjD49QmpkT1", "text": "F", "type": "tts_node"}]}, {"sub_type": "h2", "nodes": [{"voice_id": "6lCwbsX1yVjD49QmpkT0", "text": "G", "type": "tts_node"}, {"voice_id": "6lCwbsX1yVjD49QmpkT1", "text": "H", "type": "tts_node"}]}]}]
18
+ *
19
+ */
20
+ fromContentJson?: string;
13
21
  /** Whether to auto convert the Studio project to audio or not. */
14
22
  autoConvert?: boolean;
15
23
  }
@@ -1,10 +1,11 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export type ProjectsCreateRequestSourceType = "blank" | "book" | "article" | "genfm";
4
+ export type ProjectsCreateRequestSourceType = "blank" | "book" | "article" | "genfm" | "video";
5
5
  export declare const ProjectsCreateRequestSourceType: {
6
6
  readonly Blank: "blank";
7
7
  readonly Book: "book";
8
8
  readonly Article: "article";
9
9
  readonly Genfm: "genfm";
10
+ readonly Video: "video";
10
11
  };
@@ -9,4 +9,5 @@ exports.ProjectsCreateRequestSourceType = {
9
9
  Book: "book",
10
10
  Article: "article",
11
11
  Genfm: "genfm",
12
+ Video: "video",
12
13
  };
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as fs from "fs";
4
+ import * as core from "../../../../../core";
5
5
  /**
6
6
  * @example
7
7
  * {
@@ -11,7 +11,7 @@ import * as fs from "fs";
11
11
  export interface BodyEditVoiceV1VoicesVoiceIdEditPost {
12
12
  /** The name that identifies this voice. This will be displayed in the dropdown of the website. */
13
13
  name: string;
14
- files?: File[] | fs.ReadStream[] | Blob[] | undefined;
14
+ files?: core.FileLike[] | undefined;
15
15
  /** If set will remove background noise for voice samples using our audio isolation model. If the samples do not include background noise, it can make the quality worse. */
16
16
  removeBackgroundNoise?: boolean;
17
17
  /** A description of the voice. */
@@ -1,13 +1,13 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as fs from "fs";
4
+ import * as core from "../../../../../core";
5
5
  /**
6
6
  * @example
7
7
  * {}
8
8
  */
9
9
  export interface BodyGetSimilarLibraryVoicesV1SimilarVoicesPost {
10
- audioFile?: File | fs.ReadStream | Blob | undefined;
10
+ audioFile?: core.FileLike | undefined;
11
11
  /** Threshold for voice similarity between provided sample and library voices. Values range from 0 to 2. The smaller the value the more similar voices will be returned. */
12
12
  similarityThreshold?: number;
13
13
  /** Number of most similar voices to return. If similarity_threshold is provided, less than this number of voices may be returned. Values range from 1 to 100. */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as fs from "fs";
4
+ import * as core from "../../../../../../../core";
5
5
  /**
6
6
  * @example
7
7
  * {
@@ -12,7 +12,7 @@ import * as fs from "fs";
12
12
  export interface BodyAddVoiceV1VoicesAddPost {
13
13
  /** The name that identifies this voice. This will be displayed in the dropdown of the website. */
14
14
  name: string;
15
- files: File[] | fs.ReadStream[] | Blob[];
15
+ files: core.FileLike[];
16
16
  /** If set will remove background noise for voice samples using our audio isolation model. If the samples do not include background noise, it can make the quality worse. */
17
17
  removeBackgroundNoise?: boolean;
18
18
  /** A description of the voice. */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as fs from "fs";
4
+ import * as core from "../../../../../../../../../core";
5
5
  /**
6
6
  * @example
7
7
  * {
@@ -9,7 +9,7 @@ import * as fs from "fs";
9
9
  * }
10
10
  */
11
11
  export interface BodyAddSamplesToPvcVoiceV1VoicesPvcVoiceIdSamplesPost {
12
- files: File[] | fs.ReadStream[] | Blob[];
12
+ files: core.FileLike[];
13
13
  /** If set will remove background noise for voice samples using our audio isolation model. If the samples do not include background noise, it can make the quality worse. */
14
14
  removeBackgroundNoise?: boolean;
15
15
  }
@@ -35,13 +35,16 @@ export declare class Audio {
35
35
  *
36
36
  * @param {string} voiceId - Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
37
37
  * @param {string} sampleId - Sample ID to be used
38
+ * @param {ElevenLabs.voices.pvc.samples.AudioGetRequest} request
38
39
  * @param {Audio.RequestOptions} requestOptions - Request-specific configuration.
39
40
  *
40
41
  * @throws {@link ElevenLabs.UnprocessableEntityError}
41
42
  *
42
43
  * @example
43
- * await client.voices.pvc.samples.audio.get("21m00Tcm4TlvDq8ikWAM", "VW7YKqPnjY4h39yTbx2L")
44
+ * await client.voices.pvc.samples.audio.get("21m00Tcm4TlvDq8ikWAM", "VW7YKqPnjY4h39yTbx2L", {
45
+ * removeBackgroundNoise: true
46
+ * })
44
47
  */
45
- get(voiceId: string, sampleId: string, requestOptions?: Audio.RequestOptions): core.HttpResponsePromise<ElevenLabs.VoiceSamplePreviewResponseModel>;
48
+ get(voiceId: string, sampleId: string, request?: ElevenLabs.voices.pvc.samples.AudioGetRequest, requestOptions?: Audio.RequestOptions): core.HttpResponsePromise<ElevenLabs.VoiceSamplePreviewResponseModel>;
46
49
  private __get;
47
50
  }
@@ -65,23 +65,32 @@ class Audio {
65
65
  *
66
66
  * @param {string} voiceId - Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
67
67
  * @param {string} sampleId - Sample ID to be used
68
+ * @param {ElevenLabs.voices.pvc.samples.AudioGetRequest} request
68
69
  * @param {Audio.RequestOptions} requestOptions - Request-specific configuration.
69
70
  *
70
71
  * @throws {@link ElevenLabs.UnprocessableEntityError}
71
72
  *
72
73
  * @example
73
- * await client.voices.pvc.samples.audio.get("21m00Tcm4TlvDq8ikWAM", "VW7YKqPnjY4h39yTbx2L")
74
+ * await client.voices.pvc.samples.audio.get("21m00Tcm4TlvDq8ikWAM", "VW7YKqPnjY4h39yTbx2L", {
75
+ * removeBackgroundNoise: true
76
+ * })
74
77
  */
75
- get(voiceId, sampleId, requestOptions) {
76
- return core.HttpResponsePromise.fromPromise(this.__get(voiceId, sampleId, requestOptions));
78
+ get(voiceId, sampleId, request = {}, requestOptions) {
79
+ return core.HttpResponsePromise.fromPromise(this.__get(voiceId, sampleId, request, requestOptions));
77
80
  }
78
- __get(voiceId, sampleId, requestOptions) {
79
- return __awaiter(this, void 0, void 0, function* () {
81
+ __get(voiceId_1, sampleId_1) {
82
+ return __awaiter(this, arguments, void 0, function* (voiceId, sampleId, request = {}, requestOptions) {
80
83
  var _a, _b, _c;
84
+ const { removeBackgroundNoise } = request;
85
+ const _queryParams = {};
86
+ if (removeBackgroundNoise != null) {
87
+ _queryParams["remove_background_noise"] = removeBackgroundNoise.toString();
88
+ }
81
89
  const _response = yield core.fetcher({
82
90
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.ElevenLabsEnvironment.Production).base, `v1/voices/pvc/${encodeURIComponent(voiceId)}/samples/${encodeURIComponent(sampleId)}/audio`),
83
91
  method: "GET",
84
92
  headers: (0, headers_js_1.mergeHeaders)((_c = this._options) === null || _c === void 0 ? void 0 : _c.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ "xi-api-key": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
93
+ queryParameters: _queryParams,
85
94
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 240000,
86
95
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
87
96
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -1 +1,2 @@
1
1
  export {};
2
+ export * from "./requests";
@@ -1,2 +1,17 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
2
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./requests"), exports);
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * @example
6
+ * {
7
+ * removeBackgroundNoise: true
8
+ * }
9
+ */
10
+ export interface AudioGetRequest {
11
+ /**
12
+ * If set will remove background noise for voice samples using our audio isolation model. If the samples do not include background noise, it can make the quality worse.
13
+ */
14
+ removeBackgroundNoise?: boolean;
15
+ }
@@ -0,0 +1 @@
1
+ export { type AudioGetRequest } from "./AudioGetRequest";
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
1
  export * as audio from "./audio";
2
2
  export * as waveform from "./waveform";
3
3
  export * as speakers from "./speakers";
4
+ export * from "./audio/client/requests";
@@ -32,8 +32,12 @@ var __importStar = (this && this.__importStar) || (function () {
32
32
  return result;
33
33
  };
34
34
  })();
35
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
+ };
35
38
  Object.defineProperty(exports, "__esModule", { value: true });
36
39
  exports.speakers = exports.waveform = exports.audio = void 0;
37
40
  exports.audio = __importStar(require("./audio"));
38
41
  exports.waveform = __importStar(require("./waveform"));
39
42
  exports.speakers = __importStar(require("./speakers"));
43
+ __exportStar(require("./audio/client/requests"), exports);
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as fs from "fs";
4
+ import * as core from "../../../../../../../../../core";
5
5
  /**
6
6
  * @example
7
7
  * {
@@ -9,7 +9,7 @@ import * as fs from "fs";
9
9
  * }
10
10
  */
11
11
  export interface BodyRequestManualVerificationV1VoicesPvcVoiceIdVerificationPost {
12
- files: File[] | fs.ReadStream[] | Blob[];
12
+ files: core.FileLike[];
13
13
  /** Extra text to be used in the manual verification process. */
14
14
  extraText?: string;
15
15
  }
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as fs from "fs";
4
+ import * as core from "../../../../../../../../../../../core";
5
5
  /**
6
6
  * @example
7
7
  * {
@@ -9,5 +9,5 @@ import * as fs from "fs";
9
9
  * }
10
10
  */
11
11
  export interface BodyVerifyPvcVoiceCaptchaV1VoicesPvcVoiceIdCaptchaPost {
12
- recording: File | fs.ReadStream | Blob;
12
+ recording: core.FileLike;
13
13
  }