@elevenlabs/elevenlabs-js 2.1.0 → 2.2.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 (748) hide show
  1. package/.mock/asyncapi.yml +5 -5
  2. package/.mock/definition/__package__.yml +600 -102
  3. package/.mock/definition/conversationalAi/agents/widget.yml +30 -0
  4. package/.mock/definition/conversationalAi/agents.yml +47 -27
  5. package/.mock/definition/conversationalAi/batchCalls.yml +83 -0
  6. package/.mock/definition/conversationalAi/knowledgeBase/document.yml +5 -1
  7. package/.mock/definition/conversationalAi/knowledgeBase/documents.yml +14 -5
  8. package/.mock/definition/conversationalAi/knowledgeBase.yml +2 -1
  9. package/.mock/definition/conversationalAi.yml +99 -1
  10. package/.mock/definition/history.yml +8 -0
  11. package/.mock/definition/pronunciationDictionaries.yml +2 -2
  12. package/.mock/definition/speechToText.yml +14 -2
  13. package/.mock/definition/textToDialogue.yml +213 -0
  14. package/.mock/definition/textToVoice.yml +1 -1
  15. package/.mock/definition/voices/settings.yml +3 -3
  16. package/.mock/definition/voices.yml +6 -3
  17. package/.mock/definition/workspace/groups/members.yml +0 -2
  18. package/.mock/definition/workspace/groups.yml +0 -1
  19. package/.mock/fern.config.json +1 -1
  20. package/.mock/openapi.json +2724 -293
  21. package/Client.d.ts +3 -0
  22. package/Client.js +33 -28
  23. package/api/resources/audioIsolation/client/Client.js +2 -2
  24. package/api/resources/audioNative/client/Client.js +3 -3
  25. package/api/resources/conversationalAi/client/Client.d.ts +39 -0
  26. package/api/resources/conversationalAi/client/Client.js +224 -2
  27. package/api/resources/conversationalAi/resources/agents/client/Client.js +7 -7
  28. package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +5 -2
  29. package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +1 -1
  30. package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -1
  31. package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +1 -1
  32. package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +1 -1
  33. package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +1 -1
  34. package/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +26 -0
  35. package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +151 -3
  36. package/api/resources/conversationalAi/resources/conversations/client/Client.js +4 -4
  37. package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +1 -1
  38. package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +1 -1
  39. package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +2 -2
  40. package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +1 -1
  41. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +1 -1
  42. package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +2 -2
  43. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +2 -1
  44. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +19 -12
  45. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsDeleteRequest.d.ts +13 -0
  46. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +1 -0
  47. package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +1 -1
  48. package/api/resources/conversationalAi/resources/llmUsage/client/Client.js +1 -1
  49. package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +5 -5
  50. package/api/resources/conversationalAi/resources/secrets/client/Client.js +3 -3
  51. package/api/resources/conversationalAi/resources/settings/client/Client.js +2 -2
  52. package/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +1 -1
  53. package/api/resources/conversationalAi/resources/twilio/client/Client.js +1 -1
  54. package/api/resources/dubbing/client/Client.js +3 -3
  55. package/api/resources/dubbing/resources/audio/client/Client.js +1 -1
  56. package/api/resources/dubbing/resources/resource/client/Client.js +5 -5
  57. package/api/resources/dubbing/resources/resource/resources/language/client/Client.js +1 -1
  58. package/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +2 -2
  59. package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +2 -2
  60. package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +1 -1
  61. package/api/resources/dubbing/resources/transcript/client/Client.js +1 -1
  62. package/api/resources/forcedAlignment/client/Client.js +1 -1
  63. package/api/resources/history/client/Client.js +5 -5
  64. package/api/resources/index.d.ts +3 -0
  65. package/api/resources/index.js +4 -1
  66. package/api/resources/models/client/Client.js +1 -1
  67. package/api/resources/pronunciationDictionaries/client/Client.js +5 -5
  68. package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +2 -2
  69. package/api/resources/samples/client/Client.js +1 -1
  70. package/api/resources/speechToSpeech/client/Client.js +2 -2
  71. package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -0
  72. package/api/resources/studio/client/Client.js +1 -1
  73. package/api/resources/studio/resources/projects/client/Client.js +6 -6
  74. package/api/resources/studio/resources/projects/resources/chapters/client/Client.js +6 -6
  75. package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +3 -3
  76. package/api/resources/studio/resources/projects/resources/content/client/Client.js +1 -1
  77. package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +1 -1
  78. package/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +4 -4
  79. package/api/resources/textToDialogue/client/Client.d.ts +44 -0
  80. package/api/resources/textToDialogue/client/Client.js +212 -0
  81. package/api/resources/textToDialogue/client/index.d.ts +1 -0
  82. package/api/resources/textToDialogue/client/index.js +17 -0
  83. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +32 -0
  84. package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +32 -0
  85. package/api/resources/textToDialogue/client/requests/index.d.ts +2 -0
  86. package/api/resources/textToDialogue/client/requests/index.js +2 -0
  87. package/api/resources/textToDialogue/index.d.ts +2 -0
  88. package/api/resources/textToDialogue/index.js +18 -0
  89. package/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +28 -0
  90. package/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +27 -0
  91. package/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +28 -0
  92. package/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +27 -0
  93. package/api/resources/textToDialogue/types/index.d.ts +2 -0
  94. package/api/resources/textToDialogue/types/index.js +18 -0
  95. package/api/resources/textToSoundEffects/client/Client.js +1 -1
  96. package/api/resources/textToSpeech/client/Client.js +4 -4
  97. package/api/resources/textToVoice/client/Client.js +2 -2
  98. package/api/resources/usage/client/Client.js +1 -1
  99. package/api/resources/user/client/Client.js +1 -1
  100. package/api/resources/user/resources/subscription/client/Client.js +1 -1
  101. package/api/resources/voices/client/Client.js +12 -9
  102. package/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +4 -0
  103. package/api/resources/voices/resources/ivc/client/Client.js +1 -1
  104. package/api/resources/voices/resources/pvc/client/Client.js +3 -3
  105. package/api/resources/voices/resources/pvc/resources/samples/client/Client.js +3 -3
  106. package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +1 -1
  107. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +2 -2
  108. package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +1 -1
  109. package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +1 -1
  110. package/api/resources/voices/resources/pvc/resources/verification/client/Client.js +1 -1
  111. package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +2 -2
  112. package/api/resources/voices/resources/samples/resources/audio/client/Client.js +1 -1
  113. package/api/resources/voices/resources/settings/client/Client.d.ts +1 -1
  114. package/api/resources/voices/resources/settings/client/Client.js +4 -4
  115. package/api/resources/workspace/resources/groups/client/Client.js +1 -1
  116. package/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -2
  117. package/api/resources/workspace/resources/invites/client/Client.js +3 -3
  118. package/api/resources/workspace/resources/members/client/Client.js +2 -2
  119. package/api/resources/workspace/resources/resources/client/Client.js +3 -3
  120. package/api/types/AddKnowledgeBaseResponseModel.d.ts +0 -1
  121. package/api/types/AgentConfigOverride.d.ts +4 -4
  122. package/api/types/AgentConfigOverrideConfig.d.ts +4 -4
  123. package/api/types/AuthorizationMethod.d.ts +2 -1
  124. package/api/types/AuthorizationMethod.js +1 -0
  125. package/api/types/ClientEvent.d.ts +2 -1
  126. package/api/types/ClientEvent.js +1 -0
  127. package/api/types/ConversationConfigClientOverrideConfigInput.d.ts +4 -4
  128. package/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +4 -4
  129. package/api/types/ConversationConfigClientOverrideInput.d.ts +4 -4
  130. package/api/types/ConversationConfigClientOverrideOutput.d.ts +4 -4
  131. package/api/types/ConversationConfigOverride.d.ts +1 -0
  132. package/api/types/ConversationConfigOverrideConfig.d.ts +1 -1
  133. package/api/types/ConversationHistoryMetadataCommonModel.d.ts +2 -0
  134. package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
  135. package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
  136. package/api/types/ConversationalConfig.d.ts +1 -1
  137. package/api/types/CustomLlm.d.ts +2 -0
  138. package/api/types/CustomLlmRequestHeadersValue.d.ts +5 -0
  139. package/api/types/DialogueInput.d.ts +9 -0
  140. package/api/types/DialogueInputResponseModel.d.ts +11 -0
  141. package/api/types/EmbedVariant.d.ts +2 -1
  142. package/api/types/EmbedVariant.js +1 -0
  143. package/api/types/FeatureStatusCommonModel.d.ts +7 -0
  144. package/api/types/FeaturesUsageCommonModel.d.ts +12 -0
  145. package/api/types/GetAgentEmbedResponseModel.d.ts +1 -1
  146. package/api/types/GetKnowledgeBaseFileResponseModel.d.ts +1 -1
  147. package/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +1 -1
  148. package/api/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +1 -1
  149. package/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -1
  150. package/api/types/GetKnowledgeBaseTextResponseModel.d.ts +1 -1
  151. package/api/types/GetKnowledgeBaseUrlResponseModel.d.ts +1 -1
  152. package/api/types/GetSharedSoundGenerationsResponseModel.d.ts +9 -0
  153. package/api/types/GetSharedSoundGenerationsResponseModel.js +5 -0
  154. package/api/types/Llm.d.ts +28 -3
  155. package/api/types/Llm.js +27 -2
  156. package/api/types/McpApprovalRequiredModel.d.ts +12 -0
  157. package/api/types/McpApprovalRequiredModel.js +11 -0
  158. package/api/types/McpToolConfigInput.d.ts +2 -0
  159. package/api/types/McpToolConfigOutput.d.ts +2 -0
  160. package/api/types/ModelSettingsResponseModel.d.ts +9 -0
  161. package/api/types/ModelSettingsResponseModel.js +5 -0
  162. package/api/types/NativeMcpToolConfigInput.d.ts +2 -0
  163. package/api/types/NativeMcpToolConfigOutput.d.ts +2 -0
  164. package/api/types/PromptAgentOverride.d.ts +1 -1
  165. package/api/types/PromptAgentOverrideConfig.d.ts +1 -1
  166. package/api/types/PronunciationDictionaryLocator.d.ts +1 -1
  167. package/api/types/RagConfig.d.ts +2 -0
  168. package/{dist/api/types/RagIndexResponseModel.d.ts → api/types/RagDocumentIndexResponseModel.d.ts} +4 -1
  169. package/api/types/RagDocumentIndexResponseModel.js +5 -0
  170. package/api/types/RagDocumentIndexUsage.d.ts +6 -0
  171. package/api/types/RagDocumentIndexUsage.js +5 -0
  172. package/api/types/RagDocumentIndexesResponseModel.d.ts +7 -0
  173. package/api/types/RagDocumentIndexesResponseModel.js +5 -0
  174. package/api/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +8 -0
  175. package/api/types/RagIndexOverviewEmbeddingModelResponseModel.js +5 -0
  176. package/api/types/RagIndexOverviewResponseModel.d.ts +9 -0
  177. package/api/types/RagIndexOverviewResponseModel.js +5 -0
  178. package/api/types/RagIndexStatus.d.ts +3 -1
  179. package/api/types/RagIndexStatus.js +2 -0
  180. package/api/types/SharedSoundGenerationResponseModel.d.ts +17 -0
  181. package/api/types/SharedSoundGenerationResponseModel.js +5 -0
  182. package/api/types/SkipTurnToolConfig.d.ts +16 -0
  183. package/api/types/SkipTurnToolConfig.js +5 -0
  184. package/api/types/SpeechHistoryItemResponse.d.ts +5 -3
  185. package/api/types/Subscription.d.ts +1 -1
  186. package/api/types/SubscriptionResponse.d.ts +1 -1
  187. package/api/types/{SubscriptionStatus.d.ts → SubscriptionStatusType.d.ts} +3 -5
  188. package/{dist/api/types/ExtendedSubscriptionResponseModelStatus.js → api/types/SubscriptionStatusType.js} +3 -2
  189. package/api/types/SupportedVoice.d.ts +11 -0
  190. package/api/types/SupportedVoice.js +5 -0
  191. package/api/types/SystemToolConfigInputParams.d.ts +4 -1
  192. package/api/types/SystemToolConfigOutputParams.d.ts +4 -1
  193. package/{dist/api/types/TtsConversationalConfig.d.ts → api/types/TtsConversationalConfigInput.d.ts} +3 -1
  194. package/api/types/TtsConversationalConfigInput.js +5 -0
  195. package/api/types/TtsConversationalConfigOutput.d.ts +24 -0
  196. package/api/types/TtsConversationalConfigOutput.js +5 -0
  197. package/api/types/TtsConversationalConfigOverride.d.ts +1 -0
  198. package/api/types/TtsConversationalConfigOverrideConfig.d.ts +1 -1
  199. package/api/types/TtsModelFamily.d.ts +9 -0
  200. package/api/types/TtsModelFamily.js +11 -0
  201. package/api/types/VoiceSettings.d.ts +2 -2
  202. package/api/types/WidgetConfig.d.ts +13 -1
  203. package/{dist/api/types/WidgetConfigAvatar.d.ts → api/types/WidgetConfigInputAvatar.d.ts} +2 -2
  204. package/api/types/WidgetConfigInputAvatar.js +5 -0
  205. package/api/types/WidgetConfigOutputAvatar.d.ts +19 -0
  206. package/api/types/WidgetConfigOutputAvatar.js +5 -0
  207. package/api/types/{WidgetConfigResponseModel.d.ts → WidgetConfigResponse.d.ts} +16 -1
  208. package/api/types/WidgetConfigResponse.js +5 -0
  209. package/api/types/WidgetLanguagePreset.d.ts +8 -0
  210. package/api/types/WidgetLanguagePreset.js +5 -0
  211. package/api/types/WidgetLanguagePresetResponse.d.ts +9 -0
  212. package/api/types/WidgetLanguagePresetResponse.js +5 -0
  213. package/api/types/WidgetPlacement.d.ts +12 -0
  214. package/api/types/WidgetPlacement.js +14 -0
  215. package/api/types/WidgetTextContents.d.ts +47 -0
  216. package/api/types/WidgetTextContents.js +5 -0
  217. package/api/types/index.d.ts +27 -6
  218. package/api/types/index.js +27 -6
  219. package/dist/Client.d.ts +3 -0
  220. package/dist/Client.js +33 -28
  221. package/dist/api/resources/audioIsolation/client/Client.js +2 -2
  222. package/dist/api/resources/audioNative/client/Client.js +3 -3
  223. package/dist/api/resources/conversationalAi/client/Client.d.ts +39 -0
  224. package/dist/api/resources/conversationalAi/client/Client.js +224 -2
  225. package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +7 -7
  226. package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +5 -2
  227. package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +1 -1
  228. package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -1
  229. package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +1 -1
  230. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +1 -1
  231. package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +1 -1
  232. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +26 -0
  233. package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +151 -3
  234. package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +4 -4
  235. package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +1 -1
  236. package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +1 -1
  237. package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +2 -2
  238. package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +1 -1
  239. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +1 -1
  240. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +2 -2
  241. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +2 -1
  242. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +19 -12
  243. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsDeleteRequest.d.ts +13 -0
  244. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsDeleteRequest.js +5 -0
  245. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +1 -0
  246. package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +1 -1
  247. package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.js +1 -1
  248. package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +5 -5
  249. package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +3 -3
  250. package/dist/api/resources/conversationalAi/resources/settings/client/Client.js +2 -2
  251. package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +1 -1
  252. package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +1 -1
  253. package/dist/api/resources/dubbing/client/Client.js +3 -3
  254. package/dist/api/resources/dubbing/resources/audio/client/Client.js +1 -1
  255. package/dist/api/resources/dubbing/resources/resource/client/Client.js +5 -5
  256. package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.js +1 -1
  257. package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +2 -2
  258. package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +2 -2
  259. package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +1 -1
  260. package/dist/api/resources/dubbing/resources/transcript/client/Client.js +1 -1
  261. package/dist/api/resources/forcedAlignment/client/Client.js +1 -1
  262. package/dist/api/resources/history/client/Client.js +5 -5
  263. package/dist/api/resources/index.d.ts +3 -0
  264. package/dist/api/resources/index.js +4 -1
  265. package/dist/api/resources/models/client/Client.js +1 -1
  266. package/dist/api/resources/pronunciationDictionaries/client/Client.js +5 -5
  267. package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +2 -2
  268. package/dist/api/resources/samples/client/Client.js +1 -1
  269. package/dist/api/resources/speechToSpeech/client/Client.js +2 -2
  270. package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -0
  271. package/dist/api/resources/studio/client/Client.js +1 -1
  272. package/dist/api/resources/studio/resources/projects/client/Client.js +6 -6
  273. package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.js +6 -6
  274. package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +3 -3
  275. package/dist/api/resources/studio/resources/projects/resources/content/client/Client.js +1 -1
  276. package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +1 -1
  277. package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +4 -4
  278. package/dist/api/resources/textToDialogue/client/Client.d.ts +44 -0
  279. package/dist/api/resources/textToDialogue/client/Client.js +212 -0
  280. package/dist/api/resources/textToDialogue/client/index.d.ts +1 -0
  281. package/dist/api/resources/textToDialogue/client/index.js +17 -0
  282. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +32 -0
  283. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +5 -0
  284. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +32 -0
  285. package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +5 -0
  286. package/dist/api/resources/textToDialogue/client/requests/index.d.ts +2 -0
  287. package/dist/api/resources/textToDialogue/client/requests/index.js +2 -0
  288. package/dist/api/resources/textToDialogue/index.d.ts +2 -0
  289. package/dist/api/resources/textToDialogue/index.js +18 -0
  290. package/dist/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +28 -0
  291. package/dist/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +27 -0
  292. package/dist/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +28 -0
  293. package/dist/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +27 -0
  294. package/dist/api/resources/textToDialogue/types/index.d.ts +2 -0
  295. package/dist/api/resources/textToDialogue/types/index.js +18 -0
  296. package/dist/api/resources/textToSoundEffects/client/Client.js +1 -1
  297. package/dist/api/resources/textToSpeech/client/Client.js +4 -4
  298. package/dist/api/resources/textToVoice/client/Client.js +2 -2
  299. package/dist/api/resources/usage/client/Client.js +1 -1
  300. package/dist/api/resources/user/client/Client.js +1 -1
  301. package/dist/api/resources/user/resources/subscription/client/Client.js +1 -1
  302. package/dist/api/resources/voices/client/Client.js +12 -9
  303. package/dist/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +4 -0
  304. package/dist/api/resources/voices/resources/ivc/client/Client.js +1 -1
  305. package/dist/api/resources/voices/resources/pvc/client/Client.js +3 -3
  306. package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.js +3 -3
  307. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +1 -1
  308. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +2 -2
  309. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +1 -1
  310. package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +1 -1
  311. package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.js +1 -1
  312. package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +2 -2
  313. package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.js +1 -1
  314. package/dist/api/resources/voices/resources/settings/client/Client.d.ts +1 -1
  315. package/dist/api/resources/voices/resources/settings/client/Client.js +4 -4
  316. package/dist/api/resources/workspace/resources/groups/client/Client.js +1 -1
  317. package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -2
  318. package/dist/api/resources/workspace/resources/invites/client/Client.js +3 -3
  319. package/dist/api/resources/workspace/resources/members/client/Client.js +2 -2
  320. package/dist/api/resources/workspace/resources/resources/client/Client.js +3 -3
  321. package/dist/api/types/AddKnowledgeBaseResponseModel.d.ts +0 -1
  322. package/dist/api/types/AgentConfigOverride.d.ts +4 -4
  323. package/dist/api/types/AgentConfigOverrideConfig.d.ts +4 -4
  324. package/dist/api/types/AuthorizationMethod.d.ts +2 -1
  325. package/dist/api/types/AuthorizationMethod.js +1 -0
  326. package/dist/api/types/ClientEvent.d.ts +2 -1
  327. package/dist/api/types/ClientEvent.js +1 -0
  328. package/dist/api/types/ConversationConfigClientOverrideConfigInput.d.ts +4 -4
  329. package/dist/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +4 -4
  330. package/dist/api/types/ConversationConfigClientOverrideInput.d.ts +4 -4
  331. package/dist/api/types/ConversationConfigClientOverrideOutput.d.ts +4 -4
  332. package/dist/api/types/ConversationConfigOverride.d.ts +1 -0
  333. package/dist/api/types/ConversationConfigOverrideConfig.d.ts +1 -1
  334. package/dist/api/types/ConversationHistoryMetadataCommonModel.d.ts +2 -0
  335. package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
  336. package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
  337. package/dist/api/types/ConversationalConfig.d.ts +1 -1
  338. package/dist/api/types/CustomLlm.d.ts +2 -0
  339. package/dist/api/types/CustomLlmRequestHeadersValue.d.ts +5 -0
  340. package/dist/api/types/CustomLlmRequestHeadersValue.js +5 -0
  341. package/dist/api/types/DialogueInput.d.ts +9 -0
  342. package/dist/api/types/DialogueInput.js +5 -0
  343. package/dist/api/types/DialogueInputResponseModel.d.ts +11 -0
  344. package/dist/api/types/DialogueInputResponseModel.js +5 -0
  345. package/dist/api/types/EmbedVariant.d.ts +2 -1
  346. package/dist/api/types/EmbedVariant.js +1 -0
  347. package/dist/api/types/FeatureStatusCommonModel.d.ts +7 -0
  348. package/dist/api/types/FeatureStatusCommonModel.js +5 -0
  349. package/dist/api/types/FeaturesUsageCommonModel.d.ts +12 -0
  350. package/dist/api/types/FeaturesUsageCommonModel.js +5 -0
  351. package/dist/api/types/GetAgentEmbedResponseModel.d.ts +1 -1
  352. package/dist/api/types/GetKnowledgeBaseFileResponseModel.d.ts +1 -1
  353. package/dist/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +1 -1
  354. package/dist/api/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +1 -1
  355. package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -1
  356. package/dist/api/types/GetKnowledgeBaseTextResponseModel.d.ts +1 -1
  357. package/dist/api/types/GetKnowledgeBaseUrlResponseModel.d.ts +1 -1
  358. package/dist/api/types/GetSharedSoundGenerationsResponseModel.d.ts +9 -0
  359. package/dist/api/types/GetSharedSoundGenerationsResponseModel.js +5 -0
  360. package/dist/api/types/Llm.d.ts +28 -3
  361. package/dist/api/types/Llm.js +27 -2
  362. package/dist/api/types/McpApprovalRequiredModel.d.ts +12 -0
  363. package/dist/api/types/McpApprovalRequiredModel.js +11 -0
  364. package/dist/api/types/McpToolConfigInput.d.ts +2 -0
  365. package/dist/api/types/McpToolConfigOutput.d.ts +2 -0
  366. package/dist/api/types/ModelSettingsResponseModel.d.ts +9 -0
  367. package/dist/api/types/ModelSettingsResponseModel.js +5 -0
  368. package/dist/api/types/NativeMcpToolConfigInput.d.ts +2 -0
  369. package/dist/api/types/NativeMcpToolConfigOutput.d.ts +2 -0
  370. package/dist/api/types/PromptAgentOverride.d.ts +1 -1
  371. package/dist/api/types/PromptAgentOverrideConfig.d.ts +1 -1
  372. package/dist/api/types/PronunciationDictionaryLocator.d.ts +1 -1
  373. package/dist/api/types/RagConfig.d.ts +2 -0
  374. package/{api/types/RagIndexResponseModel.d.ts → dist/api/types/RagDocumentIndexResponseModel.d.ts} +4 -1
  375. package/dist/api/types/RagDocumentIndexResponseModel.js +5 -0
  376. package/dist/api/types/RagDocumentIndexUsage.d.ts +6 -0
  377. package/dist/api/types/RagDocumentIndexUsage.js +5 -0
  378. package/dist/api/types/RagDocumentIndexesResponseModel.d.ts +7 -0
  379. package/dist/api/types/RagDocumentIndexesResponseModel.js +5 -0
  380. package/dist/api/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +8 -0
  381. package/dist/api/types/RagIndexOverviewEmbeddingModelResponseModel.js +5 -0
  382. package/dist/api/types/RagIndexOverviewResponseModel.d.ts +9 -0
  383. package/dist/api/types/RagIndexOverviewResponseModel.js +5 -0
  384. package/dist/api/types/RagIndexStatus.d.ts +3 -1
  385. package/dist/api/types/RagIndexStatus.js +2 -0
  386. package/dist/api/types/SharedSoundGenerationResponseModel.d.ts +17 -0
  387. package/dist/api/types/SharedSoundGenerationResponseModel.js +5 -0
  388. package/dist/api/types/SkipTurnToolConfig.d.ts +16 -0
  389. package/dist/api/types/SkipTurnToolConfig.js +5 -0
  390. package/dist/api/types/SpeechHistoryItemResponse.d.ts +5 -3
  391. package/dist/api/types/Subscription.d.ts +1 -1
  392. package/dist/api/types/SubscriptionResponse.d.ts +1 -1
  393. package/dist/api/types/{SubscriptionStatus.d.ts → SubscriptionStatusType.d.ts} +3 -5
  394. package/{api/types/ExtendedSubscriptionResponseModelStatus.js → dist/api/types/SubscriptionStatusType.js} +3 -2
  395. package/dist/api/types/SupportedVoice.d.ts +11 -0
  396. package/dist/api/types/SupportedVoice.js +5 -0
  397. package/dist/api/types/SystemToolConfigInputParams.d.ts +4 -1
  398. package/dist/api/types/SystemToolConfigOutputParams.d.ts +4 -1
  399. package/{api/types/TtsConversationalConfig.d.ts → dist/api/types/TtsConversationalConfigInput.d.ts} +3 -1
  400. package/dist/api/types/TtsConversationalConfigInput.js +5 -0
  401. package/dist/api/types/TtsConversationalConfigOutput.d.ts +24 -0
  402. package/dist/api/types/TtsConversationalConfigOutput.js +5 -0
  403. package/dist/api/types/TtsConversationalConfigOverride.d.ts +1 -0
  404. package/dist/api/types/TtsConversationalConfigOverrideConfig.d.ts +1 -1
  405. package/dist/api/types/TtsModelFamily.d.ts +9 -0
  406. package/dist/api/types/TtsModelFamily.js +11 -0
  407. package/dist/api/types/VoiceSettings.d.ts +2 -2
  408. package/dist/api/types/WidgetConfig.d.ts +13 -1
  409. package/{api/types/WidgetConfigAvatar.d.ts → dist/api/types/WidgetConfigInputAvatar.d.ts} +2 -2
  410. package/dist/api/types/WidgetConfigInputAvatar.js +5 -0
  411. package/dist/api/types/WidgetConfigOutputAvatar.d.ts +19 -0
  412. package/dist/api/types/WidgetConfigOutputAvatar.js +5 -0
  413. package/dist/api/types/{WidgetConfigResponseModel.d.ts → WidgetConfigResponse.d.ts} +16 -1
  414. package/dist/api/types/WidgetConfigResponse.js +5 -0
  415. package/dist/api/types/WidgetLanguagePreset.d.ts +8 -0
  416. package/dist/api/types/WidgetLanguagePreset.js +5 -0
  417. package/dist/api/types/WidgetLanguagePresetResponse.d.ts +9 -0
  418. package/dist/api/types/WidgetLanguagePresetResponse.js +5 -0
  419. package/dist/api/types/WidgetPlacement.d.ts +12 -0
  420. package/dist/api/types/WidgetPlacement.js +14 -0
  421. package/dist/api/types/WidgetTextContents.d.ts +47 -0
  422. package/dist/api/types/WidgetTextContents.js +5 -0
  423. package/dist/api/types/index.d.ts +27 -6
  424. package/dist/api/types/index.js +27 -6
  425. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +4 -2
  426. package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +4 -2
  427. package/dist/serialization/resources/index.d.ts +3 -0
  428. package/dist/serialization/resources/index.js +4 -1
  429. package/dist/serialization/resources/textToDialogue/client/index.d.ts +1 -0
  430. package/dist/serialization/resources/textToDialogue/client/index.js +17 -0
  431. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +19 -0
  432. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +50 -0
  433. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +19 -0
  434. package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +50 -0
  435. package/dist/serialization/resources/textToDialogue/client/requests/index.d.ts +2 -0
  436. package/dist/serialization/resources/textToDialogue/client/requests/index.js +7 -0
  437. package/dist/serialization/resources/textToDialogue/index.d.ts +2 -0
  438. package/dist/serialization/resources/textToDialogue/index.js +18 -0
  439. package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +10 -0
  440. package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +61 -0
  441. package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +10 -0
  442. package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +61 -0
  443. package/dist/serialization/resources/textToDialogue/types/index.d.ts +2 -0
  444. package/dist/serialization/resources/textToDialogue/types/index.js +18 -0
  445. package/dist/serialization/types/AddKnowledgeBaseResponseModel.d.ts +0 -1
  446. package/dist/serialization/types/AddKnowledgeBaseResponseModel.js +0 -1
  447. package/dist/serialization/types/AgentConfigOverride.d.ts +1 -1
  448. package/dist/serialization/types/AgentConfigOverride.js +1 -1
  449. package/dist/serialization/types/AgentConfigOverrideConfig.d.ts +1 -1
  450. package/dist/serialization/types/AgentConfigOverrideConfig.js +1 -1
  451. package/dist/serialization/types/AuthorizationMethod.d.ts +1 -1
  452. package/dist/serialization/types/AuthorizationMethod.js +1 -0
  453. package/dist/serialization/types/ClientEvent.d.ts +1 -1
  454. package/dist/serialization/types/ClientEvent.js +1 -0
  455. package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -2
  456. package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.js +2 -2
  457. package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -2
  458. package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.js +2 -2
  459. package/dist/serialization/types/ConversationConfigClientOverrideInput.d.ts +2 -2
  460. package/dist/serialization/types/ConversationConfigClientOverrideInput.js +2 -2
  461. package/dist/serialization/types/ConversationConfigClientOverrideOutput.d.ts +2 -2
  462. package/dist/serialization/types/ConversationConfigClientOverrideOutput.js +2 -2
  463. package/dist/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +3 -0
  464. package/dist/serialization/types/ConversationHistoryMetadataCommonModel.js +3 -0
  465. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -2
  466. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -2
  467. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -2
  468. package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -2
  469. package/dist/serialization/types/ConversationalConfig.d.ts +2 -2
  470. package/dist/serialization/types/ConversationalConfig.js +2 -2
  471. package/dist/serialization/types/CustomLlm.d.ts +2 -0
  472. package/dist/serialization/types/CustomLlm.js +2 -0
  473. package/dist/serialization/types/CustomLlmRequestHeadersValue.d.ts +12 -0
  474. package/dist/serialization/types/CustomLlmRequestHeadersValue.js +43 -0
  475. package/dist/serialization/types/DialogueInput.d.ts +13 -0
  476. package/dist/serialization/types/DialogueInput.js +44 -0
  477. package/dist/serialization/types/DialogueInputResponseModel.d.ts +14 -0
  478. package/dist/serialization/types/DialogueInputResponseModel.js +45 -0
  479. package/dist/serialization/types/EmbedVariant.d.ts +1 -1
  480. package/dist/serialization/types/EmbedVariant.js +1 -1
  481. package/dist/serialization/types/FeatureStatusCommonModel.d.ts +13 -0
  482. package/dist/serialization/types/FeatureStatusCommonModel.js +44 -0
  483. package/dist/serialization/types/FeaturesUsageCommonModel.d.ts +18 -0
  484. package/dist/serialization/types/FeaturesUsageCommonModel.js +49 -0
  485. package/dist/serialization/types/GetAgentEmbedResponseModel.d.ts +2 -2
  486. package/dist/serialization/types/GetAgentEmbedResponseModel.js +2 -2
  487. package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +2 -1
  488. package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.js +2 -1
  489. package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +2 -1
  490. package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +2 -1
  491. package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +2 -1
  492. package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.js +2 -1
  493. package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -1
  494. package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -1
  495. package/dist/serialization/types/GetKnowledgeBaseTextResponseModel.d.ts +2 -1
  496. package/dist/serialization/types/GetKnowledgeBaseTextResponseModel.js +2 -1
  497. package/dist/serialization/types/GetKnowledgeBaseUrlResponseModel.d.ts +2 -1
  498. package/dist/serialization/types/GetKnowledgeBaseUrlResponseModel.js +2 -1
  499. package/dist/serialization/types/GetSharedSoundGenerationsResponseModel.d.ts +15 -0
  500. package/dist/serialization/types/GetSharedSoundGenerationsResponseModel.js +46 -0
  501. package/dist/serialization/types/Llm.d.ts +1 -1
  502. package/dist/serialization/types/Llm.js +27 -2
  503. package/dist/serialization/types/McpApprovalRequiredModel.d.ts +10 -0
  504. package/{serialization/types/ExtendedSubscriptionResponseModelStatus.js → dist/serialization/types/McpApprovalRequiredModel.js} +5 -10
  505. package/dist/serialization/types/McpToolConfigInput.d.ts +2 -0
  506. package/dist/serialization/types/McpToolConfigInput.js +2 -0
  507. package/dist/serialization/types/McpToolConfigOutput.d.ts +2 -0
  508. package/dist/serialization/types/McpToolConfigOutput.js +2 -0
  509. package/dist/serialization/types/ModelSettingsResponseModel.d.ts +13 -0
  510. package/dist/serialization/types/ModelSettingsResponseModel.js +44 -0
  511. package/dist/serialization/types/NativeMcpToolConfigInput.d.ts +2 -0
  512. package/dist/serialization/types/NativeMcpToolConfigInput.js +2 -0
  513. package/dist/serialization/types/NativeMcpToolConfigOutput.d.ts +2 -0
  514. package/dist/serialization/types/NativeMcpToolConfigOutput.js +2 -0
  515. package/dist/serialization/types/PronunciationDictionaryLocator.d.ts +1 -1
  516. package/dist/serialization/types/PronunciationDictionaryLocator.js +1 -1
  517. package/dist/serialization/types/RagConfig.d.ts +1 -0
  518. package/dist/serialization/types/RagConfig.js +1 -0
  519. package/dist/serialization/types/RagDocumentIndexResponseModel.d.ts +19 -0
  520. package/dist/serialization/types/RagDocumentIndexResponseModel.js +50 -0
  521. package/dist/serialization/types/RagDocumentIndexUsage.d.ts +12 -0
  522. package/dist/serialization/types/RagDocumentIndexUsage.js +43 -0
  523. package/dist/serialization/types/RagDocumentIndexesResponseModel.d.ts +13 -0
  524. package/{serialization/types/RagIndexResponseModel.js → dist/serialization/types/RagDocumentIndexesResponseModel.js} +4 -5
  525. package/dist/serialization/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +14 -0
  526. package/dist/serialization/types/RagIndexOverviewEmbeddingModelResponseModel.js +45 -0
  527. package/dist/serialization/types/RagIndexOverviewResponseModel.d.ts +15 -0
  528. package/dist/serialization/types/RagIndexOverviewResponseModel.js +46 -0
  529. package/dist/serialization/types/RagIndexStatus.d.ts +1 -1
  530. package/dist/serialization/types/RagIndexStatus.js +8 -1
  531. package/dist/serialization/types/SharedSoundGenerationResponseModel.d.ts +23 -0
  532. package/dist/serialization/types/SharedSoundGenerationResponseModel.js +54 -0
  533. package/dist/serialization/types/SkipTurnToolConfig.d.ts +11 -0
  534. package/dist/serialization/types/SkipTurnToolConfig.js +41 -0
  535. package/dist/serialization/types/SpeechHistoryItemResponse.d.ts +5 -3
  536. package/dist/serialization/types/SpeechHistoryItemResponse.js +5 -3
  537. package/dist/serialization/types/Subscription.d.ts +2 -2
  538. package/dist/serialization/types/Subscription.js +2 -2
  539. package/dist/serialization/types/SubscriptionResponse.d.ts +2 -2
  540. package/dist/serialization/types/SubscriptionResponse.js +2 -2
  541. package/dist/serialization/types/SubscriptionStatusType.d.ts +10 -0
  542. package/dist/serialization/types/{SubscriptionStatus.js → SubscriptionStatusType.js} +3 -2
  543. package/dist/serialization/types/SupportedVoice.d.ts +17 -0
  544. package/dist/serialization/types/SupportedVoice.js +48 -0
  545. package/dist/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
  546. package/dist/serialization/types/SystemToolConfigInputParams.js +2 -0
  547. package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
  548. package/dist/serialization/types/SystemToolConfigOutputParams.js +2 -0
  549. package/dist/serialization/types/{TtsConversationalConfig.d.ts → TtsConversationalConfigInput.d.ts} +4 -2
  550. package/{serialization/types/TtsConversationalConfig.js → dist/serialization/types/TtsConversationalConfigInput.js} +4 -2
  551. package/dist/serialization/types/TtsConversationalConfigOutput.d.ts +25 -0
  552. package/dist/serialization/types/TtsConversationalConfigOutput.js +56 -0
  553. package/dist/serialization/types/TtsModelFamily.d.ts +10 -0
  554. package/dist/serialization/types/TtsModelFamily.js +41 -0
  555. package/dist/serialization/types/VoiceSettings.d.ts +1 -1
  556. package/dist/serialization/types/VoiceSettings.js +1 -1
  557. package/dist/serialization/types/WidgetConfig.d.ts +11 -2
  558. package/dist/serialization/types/WidgetConfig.js +11 -2
  559. package/dist/serialization/types/{WidgetConfigAvatar.d.ts → WidgetConfigInputAvatar.d.ts} +3 -3
  560. package/dist/serialization/types/{WidgetConfigAvatar.js → WidgetConfigInputAvatar.js} +2 -2
  561. package/dist/serialization/types/WidgetConfigOutputAvatar.d.ts +22 -0
  562. package/dist/serialization/types/WidgetConfigOutputAvatar.js +53 -0
  563. package/dist/serialization/types/{WidgetConfigResponseModel.d.ts → WidgetConfigResponse.d.ts} +13 -2
  564. package/dist/serialization/types/{WidgetConfigResponseModel.js → WidgetConfigResponse.js} +13 -2
  565. package/dist/serialization/types/WidgetLanguagePreset.d.ts +13 -0
  566. package/dist/serialization/types/WidgetLanguagePreset.js +44 -0
  567. package/dist/serialization/types/WidgetLanguagePresetResponse.d.ts +14 -0
  568. package/dist/serialization/types/WidgetLanguagePresetResponse.js +45 -0
  569. package/dist/serialization/types/WidgetPlacement.d.ts +10 -0
  570. package/dist/serialization/types/WidgetPlacement.js +41 -0
  571. package/dist/serialization/types/WidgetTextContents.d.ts +32 -0
  572. package/dist/serialization/types/WidgetTextContents.js +63 -0
  573. package/dist/serialization/types/index.d.ts +27 -6
  574. package/dist/serialization/types/index.js +27 -6
  575. package/dist/version.d.ts +1 -1
  576. package/dist/version.js +1 -1
  577. package/package.json +1 -1
  578. package/reference.md +477 -4
  579. package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +4 -2
  580. package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +4 -2
  581. package/serialization/resources/index.d.ts +3 -0
  582. package/serialization/resources/index.js +4 -1
  583. package/serialization/resources/textToDialogue/client/index.d.ts +1 -0
  584. package/serialization/resources/textToDialogue/client/index.js +17 -0
  585. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +19 -0
  586. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +50 -0
  587. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +19 -0
  588. package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +50 -0
  589. package/serialization/resources/textToDialogue/client/requests/index.d.ts +2 -0
  590. package/serialization/resources/textToDialogue/client/requests/index.js +7 -0
  591. package/serialization/resources/textToDialogue/index.d.ts +2 -0
  592. package/serialization/resources/textToDialogue/index.js +18 -0
  593. package/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +10 -0
  594. package/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +61 -0
  595. package/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +10 -0
  596. package/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +61 -0
  597. package/serialization/resources/textToDialogue/types/index.d.ts +2 -0
  598. package/serialization/resources/textToDialogue/types/index.js +18 -0
  599. package/serialization/types/AddKnowledgeBaseResponseModel.d.ts +0 -1
  600. package/serialization/types/AddKnowledgeBaseResponseModel.js +0 -1
  601. package/serialization/types/AgentConfigOverride.d.ts +1 -1
  602. package/serialization/types/AgentConfigOverride.js +1 -1
  603. package/serialization/types/AgentConfigOverrideConfig.d.ts +1 -1
  604. package/serialization/types/AgentConfigOverrideConfig.js +1 -1
  605. package/serialization/types/AuthorizationMethod.d.ts +1 -1
  606. package/serialization/types/AuthorizationMethod.js +1 -0
  607. package/serialization/types/ClientEvent.d.ts +1 -1
  608. package/serialization/types/ClientEvent.js +1 -0
  609. package/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -2
  610. package/serialization/types/ConversationConfigClientOverrideConfigInput.js +2 -2
  611. package/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -2
  612. package/serialization/types/ConversationConfigClientOverrideConfigOutput.js +2 -2
  613. package/serialization/types/ConversationConfigClientOverrideInput.d.ts +2 -2
  614. package/serialization/types/ConversationConfigClientOverrideInput.js +2 -2
  615. package/serialization/types/ConversationConfigClientOverrideOutput.d.ts +2 -2
  616. package/serialization/types/ConversationConfigClientOverrideOutput.js +2 -2
  617. package/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +3 -0
  618. package/serialization/types/ConversationHistoryMetadataCommonModel.js +3 -0
  619. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -2
  620. package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -2
  621. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -2
  622. package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -2
  623. package/serialization/types/ConversationalConfig.d.ts +2 -2
  624. package/serialization/types/ConversationalConfig.js +2 -2
  625. package/serialization/types/CustomLlm.d.ts +2 -0
  626. package/serialization/types/CustomLlm.js +2 -0
  627. package/serialization/types/CustomLlmRequestHeadersValue.d.ts +12 -0
  628. package/serialization/types/CustomLlmRequestHeadersValue.js +43 -0
  629. package/serialization/types/DialogueInput.d.ts +13 -0
  630. package/serialization/types/DialogueInput.js +44 -0
  631. package/serialization/types/DialogueInputResponseModel.d.ts +14 -0
  632. package/serialization/types/DialogueInputResponseModel.js +45 -0
  633. package/serialization/types/EmbedVariant.d.ts +1 -1
  634. package/serialization/types/EmbedVariant.js +1 -1
  635. package/serialization/types/FeatureStatusCommonModel.d.ts +13 -0
  636. package/serialization/types/FeatureStatusCommonModel.js +44 -0
  637. package/serialization/types/FeaturesUsageCommonModel.d.ts +18 -0
  638. package/serialization/types/FeaturesUsageCommonModel.js +49 -0
  639. package/serialization/types/GetAgentEmbedResponseModel.d.ts +2 -2
  640. package/serialization/types/GetAgentEmbedResponseModel.js +2 -2
  641. package/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +2 -1
  642. package/serialization/types/GetKnowledgeBaseFileResponseModel.js +2 -1
  643. package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +2 -1
  644. package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +2 -1
  645. package/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +2 -1
  646. package/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.js +2 -1
  647. package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -1
  648. package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -1
  649. package/serialization/types/GetKnowledgeBaseTextResponseModel.d.ts +2 -1
  650. package/serialization/types/GetKnowledgeBaseTextResponseModel.js +2 -1
  651. package/serialization/types/GetKnowledgeBaseUrlResponseModel.d.ts +2 -1
  652. package/serialization/types/GetKnowledgeBaseUrlResponseModel.js +2 -1
  653. package/serialization/types/GetSharedSoundGenerationsResponseModel.d.ts +15 -0
  654. package/serialization/types/GetSharedSoundGenerationsResponseModel.js +46 -0
  655. package/serialization/types/Llm.d.ts +1 -1
  656. package/serialization/types/Llm.js +27 -2
  657. package/serialization/types/McpApprovalRequiredModel.d.ts +10 -0
  658. package/{dist/serialization/types/ExtendedSubscriptionResponseModelStatus.js → serialization/types/McpApprovalRequiredModel.js} +5 -10
  659. package/serialization/types/McpToolConfigInput.d.ts +2 -0
  660. package/serialization/types/McpToolConfigInput.js +2 -0
  661. package/serialization/types/McpToolConfigOutput.d.ts +2 -0
  662. package/serialization/types/McpToolConfigOutput.js +2 -0
  663. package/serialization/types/ModelSettingsResponseModel.d.ts +13 -0
  664. package/serialization/types/ModelSettingsResponseModel.js +44 -0
  665. package/serialization/types/NativeMcpToolConfigInput.d.ts +2 -0
  666. package/serialization/types/NativeMcpToolConfigInput.js +2 -0
  667. package/serialization/types/NativeMcpToolConfigOutput.d.ts +2 -0
  668. package/serialization/types/NativeMcpToolConfigOutput.js +2 -0
  669. package/serialization/types/PronunciationDictionaryLocator.d.ts +1 -1
  670. package/serialization/types/PronunciationDictionaryLocator.js +1 -1
  671. package/serialization/types/RagConfig.d.ts +1 -0
  672. package/serialization/types/RagConfig.js +1 -0
  673. package/serialization/types/RagDocumentIndexResponseModel.d.ts +19 -0
  674. package/serialization/types/RagDocumentIndexResponseModel.js +50 -0
  675. package/serialization/types/RagDocumentIndexUsage.d.ts +12 -0
  676. package/serialization/types/RagDocumentIndexUsage.js +43 -0
  677. package/serialization/types/RagDocumentIndexesResponseModel.d.ts +13 -0
  678. package/{dist/serialization/types/RagIndexResponseModel.js → serialization/types/RagDocumentIndexesResponseModel.js} +4 -5
  679. package/serialization/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +14 -0
  680. package/serialization/types/RagIndexOverviewEmbeddingModelResponseModel.js +45 -0
  681. package/serialization/types/RagIndexOverviewResponseModel.d.ts +15 -0
  682. package/serialization/types/RagIndexOverviewResponseModel.js +46 -0
  683. package/serialization/types/RagIndexStatus.d.ts +1 -1
  684. package/serialization/types/RagIndexStatus.js +8 -1
  685. package/serialization/types/SharedSoundGenerationResponseModel.d.ts +23 -0
  686. package/serialization/types/SharedSoundGenerationResponseModel.js +54 -0
  687. package/serialization/types/SkipTurnToolConfig.d.ts +11 -0
  688. package/serialization/types/SkipTurnToolConfig.js +41 -0
  689. package/serialization/types/SpeechHistoryItemResponse.d.ts +5 -3
  690. package/serialization/types/SpeechHistoryItemResponse.js +5 -3
  691. package/serialization/types/Subscription.d.ts +2 -2
  692. package/serialization/types/Subscription.js +2 -2
  693. package/serialization/types/SubscriptionResponse.d.ts +2 -2
  694. package/serialization/types/SubscriptionResponse.js +2 -2
  695. package/serialization/types/SubscriptionStatusType.d.ts +10 -0
  696. package/serialization/types/{SubscriptionStatus.js → SubscriptionStatusType.js} +3 -2
  697. package/serialization/types/SupportedVoice.d.ts +17 -0
  698. package/serialization/types/SupportedVoice.js +48 -0
  699. package/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
  700. package/serialization/types/SystemToolConfigInputParams.js +2 -0
  701. package/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
  702. package/serialization/types/SystemToolConfigOutputParams.js +2 -0
  703. package/serialization/types/{TtsConversationalConfig.d.ts → TtsConversationalConfigInput.d.ts} +4 -2
  704. package/{dist/serialization/types/TtsConversationalConfig.js → serialization/types/TtsConversationalConfigInput.js} +4 -2
  705. package/serialization/types/TtsConversationalConfigOutput.d.ts +25 -0
  706. package/serialization/types/TtsConversationalConfigOutput.js +56 -0
  707. package/serialization/types/TtsModelFamily.d.ts +10 -0
  708. package/serialization/types/TtsModelFamily.js +41 -0
  709. package/serialization/types/VoiceSettings.d.ts +1 -1
  710. package/serialization/types/VoiceSettings.js +1 -1
  711. package/serialization/types/WidgetConfig.d.ts +11 -2
  712. package/serialization/types/WidgetConfig.js +11 -2
  713. package/serialization/types/{WidgetConfigAvatar.d.ts → WidgetConfigInputAvatar.d.ts} +3 -3
  714. package/serialization/types/{WidgetConfigAvatar.js → WidgetConfigInputAvatar.js} +2 -2
  715. package/serialization/types/WidgetConfigOutputAvatar.d.ts +22 -0
  716. package/serialization/types/WidgetConfigOutputAvatar.js +53 -0
  717. package/serialization/types/{WidgetConfigResponseModel.d.ts → WidgetConfigResponse.d.ts} +13 -2
  718. package/serialization/types/{WidgetConfigResponseModel.js → WidgetConfigResponse.js} +13 -2
  719. package/serialization/types/WidgetLanguagePreset.d.ts +13 -0
  720. package/serialization/types/WidgetLanguagePreset.js +44 -0
  721. package/serialization/types/WidgetLanguagePresetResponse.d.ts +14 -0
  722. package/serialization/types/WidgetLanguagePresetResponse.js +45 -0
  723. package/serialization/types/WidgetPlacement.d.ts +10 -0
  724. package/serialization/types/WidgetPlacement.js +41 -0
  725. package/serialization/types/WidgetTextContents.d.ts +32 -0
  726. package/serialization/types/WidgetTextContents.js +63 -0
  727. package/serialization/types/index.d.ts +27 -6
  728. package/serialization/types/index.js +27 -6
  729. package/version.d.ts +1 -1
  730. package/version.js +1 -1
  731. package/api/types/ExtendedSubscriptionResponseModelStatus.d.ts +0 -17
  732. package/api/types/SubscriptionStatus.js +0 -16
  733. package/dist/api/types/ExtendedSubscriptionResponseModelStatus.d.ts +0 -17
  734. package/dist/api/types/SubscriptionStatus.js +0 -16
  735. package/dist/serialization/types/ExtendedSubscriptionResponseModelStatus.d.ts +0 -10
  736. package/dist/serialization/types/RagIndexResponseModel.d.ts +0 -14
  737. package/dist/serialization/types/SubscriptionStatus.d.ts +0 -10
  738. package/serialization/types/ExtendedSubscriptionResponseModelStatus.d.ts +0 -10
  739. package/serialization/types/RagIndexResponseModel.d.ts +0 -14
  740. package/serialization/types/SubscriptionStatus.d.ts +0 -10
  741. /package/api/{types/RagIndexResponseModel.js → resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsDeleteRequest.js} +0 -0
  742. /package/api/{types/TtsConversationalConfig.js → resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js} +0 -0
  743. /package/api/{types/WidgetConfigAvatar.js → resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js} +0 -0
  744. /package/api/types/{WidgetConfigResponseModel.js → CustomLlmRequestHeadersValue.js} +0 -0
  745. /package/{dist/api/types/RagIndexResponseModel.js → api/types/DialogueInput.js} +0 -0
  746. /package/{dist/api/types/TtsConversationalConfig.js → api/types/DialogueInputResponseModel.js} +0 -0
  747. /package/{dist/api/types/WidgetConfigAvatar.js → api/types/FeatureStatusCommonModel.js} +0 -0
  748. /package/{dist/api/types/WidgetConfigResponseModel.js → api/types/FeaturesUsageCommonModel.js} +0 -0
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.SkipTurnToolConfig = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ exports.SkipTurnToolConfig = core.serialization.object({});
@@ -8,16 +8,17 @@ import { SpeechHistoryItemResponseModelVoiceCategory } from "./SpeechHistoryItem
8
8
  import { FeedbackItem } from "./FeedbackItem";
9
9
  import { SpeechHistoryItemResponseModelSource } from "./SpeechHistoryItemResponseModelSource";
10
10
  import { HistoryAlignmentsResponseModel } from "./HistoryAlignmentsResponseModel";
11
+ import { DialogueInputResponseModel } from "./DialogueInputResponseModel";
11
12
  export declare const SpeechHistoryItemResponse: core.serialization.ObjectSchema<serializers.SpeechHistoryItemResponse.Raw, ElevenLabs.SpeechHistoryItemResponse>;
12
13
  export declare namespace SpeechHistoryItemResponse {
13
14
  interface Raw {
14
15
  history_item_id: string;
15
16
  request_id?: string | null;
16
- voice_id: string;
17
+ voice_id?: string | null;
17
18
  model_id?: string | null;
18
- voice_name: string;
19
+ voice_name?: string | null;
19
20
  voice_category?: SpeechHistoryItemResponseModelVoiceCategory.Raw | null;
20
- text: string;
21
+ text?: string | null;
21
22
  date_unix: number;
22
23
  character_count_change_from: number;
23
24
  character_count_change_to: number;
@@ -28,5 +29,6 @@ export declare namespace SpeechHistoryItemResponse {
28
29
  share_link_id?: string | null;
29
30
  source?: SpeechHistoryItemResponseModelSource.Raw | null;
30
31
  alignments?: HistoryAlignmentsResponseModel.Raw | null;
32
+ dialogue?: DialogueInputResponseModel.Raw[] | null;
31
33
  }
32
34
  }
@@ -42,14 +42,15 @@ const SpeechHistoryItemResponseModelVoiceCategory_1 = require("./SpeechHistoryIt
42
42
  const FeedbackItem_1 = require("./FeedbackItem");
43
43
  const SpeechHistoryItemResponseModelSource_1 = require("./SpeechHistoryItemResponseModelSource");
44
44
  const HistoryAlignmentsResponseModel_1 = require("./HistoryAlignmentsResponseModel");
45
+ const DialogueInputResponseModel_1 = require("./DialogueInputResponseModel");
45
46
  exports.SpeechHistoryItemResponse = core.serialization.object({
46
47
  historyItemId: core.serialization.property("history_item_id", core.serialization.string()),
47
48
  requestId: core.serialization.property("request_id", core.serialization.string().optional()),
48
- voiceId: core.serialization.property("voice_id", core.serialization.string()),
49
+ voiceId: core.serialization.property("voice_id", core.serialization.string().optional()),
49
50
  modelId: core.serialization.property("model_id", core.serialization.string().optional()),
50
- voiceName: core.serialization.property("voice_name", core.serialization.string()),
51
+ voiceName: core.serialization.property("voice_name", core.serialization.string().optional()),
51
52
  voiceCategory: core.serialization.property("voice_category", SpeechHistoryItemResponseModelVoiceCategory_1.SpeechHistoryItemResponseModelVoiceCategory.optional()),
52
- text: core.serialization.string(),
53
+ text: core.serialization.string().optional(),
53
54
  dateUnix: core.serialization.property("date_unix", core.serialization.number()),
54
55
  characterCountChangeFrom: core.serialization.property("character_count_change_from", core.serialization.number()),
55
56
  characterCountChangeTo: core.serialization.property("character_count_change_to", core.serialization.number()),
@@ -60,4 +61,5 @@ exports.SpeechHistoryItemResponse = core.serialization.object({
60
61
  shareLinkId: core.serialization.property("share_link_id", core.serialization.string().optional()),
61
62
  source: SpeechHistoryItemResponseModelSource_1.SpeechHistoryItemResponseModelSource.optional(),
62
63
  alignments: HistoryAlignmentsResponseModel_1.HistoryAlignmentsResponseModel.optional(),
64
+ dialogue: core.serialization.list(DialogueInputResponseModel_1.DialogueInputResponseModel).optional(),
63
65
  });
@@ -5,7 +5,7 @@ import * as serializers from "../index";
5
5
  import * as ElevenLabs from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { ExtendedSubscriptionResponseModelCurrency } from "./ExtendedSubscriptionResponseModelCurrency";
8
- import { ExtendedSubscriptionResponseModelStatus } from "./ExtendedSubscriptionResponseModelStatus";
8
+ import { SubscriptionStatusType } from "./SubscriptionStatusType";
9
9
  import { ExtendedSubscriptionResponseModelBillingPeriod } from "./ExtendedSubscriptionResponseModelBillingPeriod";
10
10
  import { ExtendedSubscriptionResponseModelCharacterRefreshPeriod } from "./ExtendedSubscriptionResponseModelCharacterRefreshPeriod";
11
11
  import { InvoiceResponse } from "./InvoiceResponse";
@@ -29,7 +29,7 @@ export declare namespace Subscription {
29
29
  can_use_instant_voice_cloning: boolean;
30
30
  can_use_professional_voice_cloning: boolean;
31
31
  currency?: ExtendedSubscriptionResponseModelCurrency.Raw | null;
32
- status: ExtendedSubscriptionResponseModelStatus.Raw;
32
+ status: SubscriptionStatusType.Raw;
33
33
  billing_period?: ExtendedSubscriptionResponseModelBillingPeriod.Raw | null;
34
34
  character_refresh_period?: ExtendedSubscriptionResponseModelCharacterRefreshPeriod.Raw | null;
35
35
  next_invoice?: InvoiceResponse.Raw | null;
@@ -39,7 +39,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.Subscription = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const ExtendedSubscriptionResponseModelCurrency_1 = require("./ExtendedSubscriptionResponseModelCurrency");
42
- const ExtendedSubscriptionResponseModelStatus_1 = require("./ExtendedSubscriptionResponseModelStatus");
42
+ const SubscriptionStatusType_1 = require("./SubscriptionStatusType");
43
43
  const ExtendedSubscriptionResponseModelBillingPeriod_1 = require("./ExtendedSubscriptionResponseModelBillingPeriod");
44
44
  const ExtendedSubscriptionResponseModelCharacterRefreshPeriod_1 = require("./ExtendedSubscriptionResponseModelCharacterRefreshPeriod");
45
45
  const InvoiceResponse_1 = require("./InvoiceResponse");
@@ -61,7 +61,7 @@ exports.Subscription = core.serialization.object({
61
61
  canUseInstantVoiceCloning: core.serialization.property("can_use_instant_voice_cloning", core.serialization.boolean()),
62
62
  canUseProfessionalVoiceCloning: core.serialization.property("can_use_professional_voice_cloning", core.serialization.boolean()),
63
63
  currency: ExtendedSubscriptionResponseModelCurrency_1.ExtendedSubscriptionResponseModelCurrency.optional(),
64
- status: ExtendedSubscriptionResponseModelStatus_1.ExtendedSubscriptionResponseModelStatus,
64
+ status: SubscriptionStatusType_1.SubscriptionStatusType,
65
65
  billingPeriod: core.serialization.property("billing_period", ExtendedSubscriptionResponseModelBillingPeriod_1.ExtendedSubscriptionResponseModelBillingPeriod.optional()),
66
66
  characterRefreshPeriod: core.serialization.property("character_refresh_period", ExtendedSubscriptionResponseModelCharacterRefreshPeriod_1.ExtendedSubscriptionResponseModelCharacterRefreshPeriod.optional()),
67
67
  nextInvoice: core.serialization.property("next_invoice", InvoiceResponse_1.InvoiceResponse.optional()),
@@ -5,7 +5,7 @@ import * as serializers from "../index";
5
5
  import * as ElevenLabs from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { SubscriptionResponseModelCurrency } from "./SubscriptionResponseModelCurrency";
8
- import { SubscriptionStatus } from "./SubscriptionStatus";
8
+ import { SubscriptionStatusType } from "./SubscriptionStatusType";
9
9
  import { SubscriptionResponseModelBillingPeriod } from "./SubscriptionResponseModelBillingPeriod";
10
10
  import { SubscriptionResponseModelCharacterRefreshPeriod } from "./SubscriptionResponseModelCharacterRefreshPeriod";
11
11
  export declare const SubscriptionResponse: core.serialization.ObjectSchema<serializers.SubscriptionResponse.Raw, ElevenLabs.SubscriptionResponse>;
@@ -28,7 +28,7 @@ export declare namespace SubscriptionResponse {
28
28
  can_use_instant_voice_cloning: boolean;
29
29
  can_use_professional_voice_cloning: boolean;
30
30
  currency?: SubscriptionResponseModelCurrency.Raw | null;
31
- status: SubscriptionStatus.Raw;
31
+ status: SubscriptionStatusType.Raw;
32
32
  billing_period?: SubscriptionResponseModelBillingPeriod.Raw | null;
33
33
  character_refresh_period?: SubscriptionResponseModelCharacterRefreshPeriod.Raw | null;
34
34
  }
@@ -39,7 +39,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.SubscriptionResponse = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const SubscriptionResponseModelCurrency_1 = require("./SubscriptionResponseModelCurrency");
42
- const SubscriptionStatus_1 = require("./SubscriptionStatus");
42
+ const SubscriptionStatusType_1 = require("./SubscriptionStatusType");
43
43
  const SubscriptionResponseModelBillingPeriod_1 = require("./SubscriptionResponseModelBillingPeriod");
44
44
  const SubscriptionResponseModelCharacterRefreshPeriod_1 = require("./SubscriptionResponseModelCharacterRefreshPeriod");
45
45
  exports.SubscriptionResponse = core.serialization.object({
@@ -60,7 +60,7 @@ exports.SubscriptionResponse = core.serialization.object({
60
60
  canUseInstantVoiceCloning: core.serialization.property("can_use_instant_voice_cloning", core.serialization.boolean()),
61
61
  canUseProfessionalVoiceCloning: core.serialization.property("can_use_professional_voice_cloning", core.serialization.boolean()),
62
62
  currency: SubscriptionResponseModelCurrency_1.SubscriptionResponseModelCurrency.optional(),
63
- status: SubscriptionStatus_1.SubscriptionStatus,
63
+ status: SubscriptionStatusType_1.SubscriptionStatusType,
64
64
  billingPeriod: core.serialization.property("billing_period", SubscriptionResponseModelBillingPeriod_1.SubscriptionResponseModelBillingPeriod.optional()),
65
65
  characterRefreshPeriod: core.serialization.property("character_refresh_period", SubscriptionResponseModelCharacterRefreshPeriod_1.SubscriptionResponseModelCharacterRefreshPeriod.optional()),
66
66
  });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as ElevenLabs from "../../api/index";
6
+ import * as core from "../../core";
7
+ export declare const SubscriptionStatusType: core.serialization.Schema<serializers.SubscriptionStatusType.Raw, ElevenLabs.SubscriptionStatusType>;
8
+ export declare namespace SubscriptionStatusType {
9
+ type Raw = "trialing" | "active" | "incomplete" | "incomplete_expired" | "past_due" | "canceled" | "unpaid" | "free" | "free_disabled";
10
+ }
@@ -36,9 +36,9 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.SubscriptionStatus = void 0;
39
+ exports.SubscriptionStatusType = void 0;
40
40
  const core = __importStar(require("../../core"));
41
- exports.SubscriptionStatus = core.serialization.enum_([
41
+ exports.SubscriptionStatusType = core.serialization.enum_([
42
42
  "trialing",
43
43
  "active",
44
44
  "incomplete",
@@ -47,4 +47,5 @@ exports.SubscriptionStatus = core.serialization.enum_([
47
47
  "canceled",
48
48
  "unpaid",
49
49
  "free",
50
+ "free_disabled",
50
51
  ]);
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as ElevenLabs from "../../api/index";
6
+ import * as core from "../../core";
7
+ import { TtsModelFamily } from "./TtsModelFamily";
8
+ export declare const SupportedVoice: core.serialization.ObjectSchema<serializers.SupportedVoice.Raw, ElevenLabs.SupportedVoice>;
9
+ export declare namespace SupportedVoice {
10
+ interface Raw {
11
+ label: string;
12
+ voice_id: string;
13
+ description?: string | null;
14
+ language?: string | null;
15
+ model_family?: TtsModelFamily.Raw | null;
16
+ }
17
+ }
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.SupportedVoice = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ const TtsModelFamily_1 = require("./TtsModelFamily");
42
+ exports.SupportedVoice = core.serialization.object({
43
+ label: core.serialization.string(),
44
+ voiceId: core.serialization.property("voice_id", core.serialization.string()),
45
+ description: core.serialization.string().optional(),
46
+ language: core.serialization.string().optional(),
47
+ modelFamily: core.serialization.property("model_family", TtsModelFamily_1.TtsModelFamily.optional()),
48
+ });
@@ -6,17 +6,21 @@ import * as ElevenLabs from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { EndCallToolConfig } from "./EndCallToolConfig";
8
8
  import { LanguageDetectionToolConfig } from "./LanguageDetectionToolConfig";
9
+ import { SkipTurnToolConfig } from "./SkipTurnToolConfig";
9
10
  import { TransferToAgentToolConfig } from "./TransferToAgentToolConfig";
10
11
  import { TransferToNumberToolConfig } from "./TransferToNumberToolConfig";
11
12
  export declare const SystemToolConfigInputParams: core.serialization.Schema<serializers.SystemToolConfigInputParams.Raw, ElevenLabs.SystemToolConfigInputParams>;
12
13
  export declare namespace SystemToolConfigInputParams {
13
- type Raw = SystemToolConfigInputParams.EndCall | SystemToolConfigInputParams.LanguageDetection | SystemToolConfigInputParams.TransferToAgent | SystemToolConfigInputParams.TransferToNumber;
14
+ type Raw = SystemToolConfigInputParams.EndCall | SystemToolConfigInputParams.LanguageDetection | SystemToolConfigInputParams.SkipTurn | SystemToolConfigInputParams.TransferToAgent | SystemToolConfigInputParams.TransferToNumber;
14
15
  interface EndCall extends EndCallToolConfig.Raw {
15
16
  system_tool_type: "end_call";
16
17
  }
17
18
  interface LanguageDetection extends LanguageDetectionToolConfig.Raw {
18
19
  system_tool_type: "language_detection";
19
20
  }
21
+ interface SkipTurn extends SkipTurnToolConfig.Raw {
22
+ system_tool_type: "skip_turn";
23
+ }
20
24
  interface TransferToAgent extends TransferToAgentToolConfig.Raw {
21
25
  system_tool_type: "transfer_to_agent";
22
26
  }
@@ -40,12 +40,14 @@ exports.SystemToolConfigInputParams = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const EndCallToolConfig_1 = require("./EndCallToolConfig");
42
42
  const LanguageDetectionToolConfig_1 = require("./LanguageDetectionToolConfig");
43
+ const SkipTurnToolConfig_1 = require("./SkipTurnToolConfig");
43
44
  const TransferToAgentToolConfig_1 = require("./TransferToAgentToolConfig");
44
45
  const TransferToNumberToolConfig_1 = require("./TransferToNumberToolConfig");
45
46
  exports.SystemToolConfigInputParams = core.serialization
46
47
  .union(core.serialization.discriminant("systemToolType", "system_tool_type"), {
47
48
  end_call: EndCallToolConfig_1.EndCallToolConfig,
48
49
  language_detection: LanguageDetectionToolConfig_1.LanguageDetectionToolConfig,
50
+ skip_turn: SkipTurnToolConfig_1.SkipTurnToolConfig,
49
51
  transfer_to_agent: TransferToAgentToolConfig_1.TransferToAgentToolConfig,
50
52
  transfer_to_number: TransferToNumberToolConfig_1.TransferToNumberToolConfig,
51
53
  })
@@ -6,17 +6,21 @@ import * as ElevenLabs from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { EndCallToolConfig } from "./EndCallToolConfig";
8
8
  import { LanguageDetectionToolConfig } from "./LanguageDetectionToolConfig";
9
+ import { SkipTurnToolConfig } from "./SkipTurnToolConfig";
9
10
  import { TransferToAgentToolConfig } from "./TransferToAgentToolConfig";
10
11
  import { TransferToNumberToolConfig } from "./TransferToNumberToolConfig";
11
12
  export declare const SystemToolConfigOutputParams: core.serialization.Schema<serializers.SystemToolConfigOutputParams.Raw, ElevenLabs.SystemToolConfigOutputParams>;
12
13
  export declare namespace SystemToolConfigOutputParams {
13
- type Raw = SystemToolConfigOutputParams.EndCall | SystemToolConfigOutputParams.LanguageDetection | SystemToolConfigOutputParams.TransferToAgent | SystemToolConfigOutputParams.TransferToNumber;
14
+ type Raw = SystemToolConfigOutputParams.EndCall | SystemToolConfigOutputParams.LanguageDetection | SystemToolConfigOutputParams.SkipTurn | SystemToolConfigOutputParams.TransferToAgent | SystemToolConfigOutputParams.TransferToNumber;
14
15
  interface EndCall extends EndCallToolConfig.Raw {
15
16
  system_tool_type: "end_call";
16
17
  }
17
18
  interface LanguageDetection extends LanguageDetectionToolConfig.Raw {
18
19
  system_tool_type: "language_detection";
19
20
  }
21
+ interface SkipTurn extends SkipTurnToolConfig.Raw {
22
+ system_tool_type: "skip_turn";
23
+ }
20
24
  interface TransferToAgent extends TransferToAgentToolConfig.Raw {
21
25
  system_tool_type: "transfer_to_agent";
22
26
  }
@@ -40,12 +40,14 @@ exports.SystemToolConfigOutputParams = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const EndCallToolConfig_1 = require("./EndCallToolConfig");
42
42
  const LanguageDetectionToolConfig_1 = require("./LanguageDetectionToolConfig");
43
+ const SkipTurnToolConfig_1 = require("./SkipTurnToolConfig");
43
44
  const TransferToAgentToolConfig_1 = require("./TransferToAgentToolConfig");
44
45
  const TransferToNumberToolConfig_1 = require("./TransferToNumberToolConfig");
45
46
  exports.SystemToolConfigOutputParams = core.serialization
46
47
  .union(core.serialization.discriminant("systemToolType", "system_tool_type"), {
47
48
  end_call: EndCallToolConfig_1.EndCallToolConfig,
48
49
  language_detection: LanguageDetectionToolConfig_1.LanguageDetectionToolConfig,
50
+ skip_turn: SkipTurnToolConfig_1.SkipTurnToolConfig,
49
51
  transfer_to_agent: TransferToAgentToolConfig_1.TransferToAgentToolConfig,
50
52
  transfer_to_number: TransferToNumberToolConfig_1.TransferToNumberToolConfig,
51
53
  })
@@ -5,14 +5,16 @@ import * as serializers from "../index";
5
5
  import * as ElevenLabs from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { TtsConversationalModel } from "./TtsConversationalModel";
8
+ import { SupportedVoice } from "./SupportedVoice";
8
9
  import { TtsOutputFormat } from "./TtsOutputFormat";
9
10
  import { TtsOptimizeStreamingLatency } from "./TtsOptimizeStreamingLatency";
10
11
  import { PydanticPronunciationDictionaryVersionLocator } from "./PydanticPronunciationDictionaryVersionLocator";
11
- export declare const TtsConversationalConfig: core.serialization.ObjectSchema<serializers.TtsConversationalConfig.Raw, ElevenLabs.TtsConversationalConfig>;
12
- export declare namespace TtsConversationalConfig {
12
+ export declare const TtsConversationalConfigInput: core.serialization.ObjectSchema<serializers.TtsConversationalConfigInput.Raw, ElevenLabs.TtsConversationalConfigInput>;
13
+ export declare namespace TtsConversationalConfigInput {
13
14
  interface Raw {
14
15
  model_id?: TtsConversationalModel.Raw | null;
15
16
  voice_id?: string | null;
17
+ supported_voices?: SupportedVoice.Raw[] | null;
16
18
  agent_output_audio_format?: TtsOutputFormat.Raw | null;
17
19
  optimize_streaming_latency?: TtsOptimizeStreamingLatency.Raw | null;
18
20
  stability?: number | null;
@@ -36,15 +36,17 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.TtsConversationalConfig = void 0;
39
+ exports.TtsConversationalConfigInput = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const TtsConversationalModel_1 = require("./TtsConversationalModel");
42
+ const SupportedVoice_1 = require("./SupportedVoice");
42
43
  const TtsOutputFormat_1 = require("./TtsOutputFormat");
43
44
  const TtsOptimizeStreamingLatency_1 = require("./TtsOptimizeStreamingLatency");
44
45
  const PydanticPronunciationDictionaryVersionLocator_1 = require("./PydanticPronunciationDictionaryVersionLocator");
45
- exports.TtsConversationalConfig = core.serialization.object({
46
+ exports.TtsConversationalConfigInput = core.serialization.object({
46
47
  modelId: core.serialization.property("model_id", TtsConversationalModel_1.TtsConversationalModel.optional()),
47
48
  voiceId: core.serialization.property("voice_id", core.serialization.string().optional()),
49
+ supportedVoices: core.serialization.property("supported_voices", core.serialization.list(SupportedVoice_1.SupportedVoice).optional()),
48
50
  agentOutputAudioFormat: core.serialization.property("agent_output_audio_format", TtsOutputFormat_1.TtsOutputFormat.optional()),
49
51
  optimizeStreamingLatency: core.serialization.property("optimize_streaming_latency", TtsOptimizeStreamingLatency_1.TtsOptimizeStreamingLatency.optional()),
50
52
  stability: core.serialization.number().optional(),
@@ -0,0 +1,25 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as ElevenLabs from "../../api/index";
6
+ import * as core from "../../core";
7
+ import { TtsConversationalModel } from "./TtsConversationalModel";
8
+ import { SupportedVoice } from "./SupportedVoice";
9
+ import { TtsOutputFormat } from "./TtsOutputFormat";
10
+ import { TtsOptimizeStreamingLatency } from "./TtsOptimizeStreamingLatency";
11
+ import { PydanticPronunciationDictionaryVersionLocator } from "./PydanticPronunciationDictionaryVersionLocator";
12
+ export declare const TtsConversationalConfigOutput: core.serialization.ObjectSchema<serializers.TtsConversationalConfigOutput.Raw, ElevenLabs.TtsConversationalConfigOutput>;
13
+ export declare namespace TtsConversationalConfigOutput {
14
+ interface Raw {
15
+ model_id?: TtsConversationalModel.Raw | null;
16
+ voice_id?: string | null;
17
+ supported_voices?: SupportedVoice.Raw[] | null;
18
+ agent_output_audio_format?: TtsOutputFormat.Raw | null;
19
+ optimize_streaming_latency?: TtsOptimizeStreamingLatency.Raw | null;
20
+ stability?: number | null;
21
+ speed?: number | null;
22
+ similarity_boost?: number | null;
23
+ pronunciation_dictionary_locators?: PydanticPronunciationDictionaryVersionLocator.Raw[] | null;
24
+ }
25
+ }
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.TtsConversationalConfigOutput = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ const TtsConversationalModel_1 = require("./TtsConversationalModel");
42
+ const SupportedVoice_1 = require("./SupportedVoice");
43
+ const TtsOutputFormat_1 = require("./TtsOutputFormat");
44
+ const TtsOptimizeStreamingLatency_1 = require("./TtsOptimizeStreamingLatency");
45
+ const PydanticPronunciationDictionaryVersionLocator_1 = require("./PydanticPronunciationDictionaryVersionLocator");
46
+ exports.TtsConversationalConfigOutput = core.serialization.object({
47
+ modelId: core.serialization.property("model_id", TtsConversationalModel_1.TtsConversationalModel.optional()),
48
+ voiceId: core.serialization.property("voice_id", core.serialization.string().optional()),
49
+ supportedVoices: core.serialization.property("supported_voices", core.serialization.list(SupportedVoice_1.SupportedVoice).optional()),
50
+ agentOutputAudioFormat: core.serialization.property("agent_output_audio_format", TtsOutputFormat_1.TtsOutputFormat.optional()),
51
+ optimizeStreamingLatency: core.serialization.property("optimize_streaming_latency", TtsOptimizeStreamingLatency_1.TtsOptimizeStreamingLatency.optional()),
52
+ stability: core.serialization.number().optional(),
53
+ speed: core.serialization.number().optional(),
54
+ similarityBoost: core.serialization.property("similarity_boost", core.serialization.number().optional()),
55
+ pronunciationDictionaryLocators: core.serialization.property("pronunciation_dictionary_locators", core.serialization.list(PydanticPronunciationDictionaryVersionLocator_1.PydanticPronunciationDictionaryVersionLocator).optional()),
56
+ });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as ElevenLabs from "../../api/index";
6
+ import * as core from "../../core";
7
+ export declare const TtsModelFamily: core.serialization.Schema<serializers.TtsModelFamily.Raw, ElevenLabs.TtsModelFamily>;
8
+ export declare namespace TtsModelFamily {
9
+ type Raw = "turbo" | "flash" | "multilingual";
10
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.TtsModelFamily = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ exports.TtsModelFamily = core.serialization.enum_(["turbo", "flash", "multilingual"]);
@@ -8,9 +8,9 @@ export declare const VoiceSettings: core.serialization.ObjectSchema<serializers.
8
8
  export declare namespace VoiceSettings {
9
9
  interface Raw {
10
10
  stability?: number | null;
11
+ use_speaker_boost?: boolean | null;
11
12
  similarity_boost?: number | null;
12
13
  style?: number | null;
13
- use_speaker_boost?: boolean | null;
14
14
  speed?: number | null;
15
15
  }
16
16
  }
@@ -40,8 +40,8 @@ exports.VoiceSettings = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  exports.VoiceSettings = core.serialization.object({
42
42
  stability: core.serialization.number().optional(),
43
+ useSpeakerBoost: core.serialization.property("use_speaker_boost", core.serialization.boolean().optional()),
43
44
  similarityBoost: core.serialization.property("similarity_boost", core.serialization.number().optional()),
44
45
  style: core.serialization.number().optional(),
45
- useSpeakerBoost: core.serialization.property("use_speaker_boost", core.serialization.boolean().optional()),
46
46
  speed: core.serialization.number().optional(),
47
47
  });
@@ -5,15 +5,19 @@ import * as serializers from "../index";
5
5
  import * as ElevenLabs from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { EmbedVariant } from "./EmbedVariant";
8
+ import { WidgetPlacement } from "./WidgetPlacement";
8
9
  import { WidgetExpandable } from "./WidgetExpandable";
9
- import { WidgetConfigAvatar } from "./WidgetConfigAvatar";
10
+ import { WidgetConfigOutputAvatar } from "./WidgetConfigOutputAvatar";
10
11
  import { WidgetFeedbackMode } from "./WidgetFeedbackMode";
12
+ import { WidgetTextContents } from "./WidgetTextContents";
13
+ import { WidgetLanguagePreset } from "./WidgetLanguagePreset";
11
14
  export declare const WidgetConfig: core.serialization.ObjectSchema<serializers.WidgetConfig.Raw, ElevenLabs.WidgetConfig>;
12
15
  export declare namespace WidgetConfig {
13
16
  interface Raw {
14
17
  variant?: EmbedVariant.Raw | null;
18
+ placement?: WidgetPlacement.Raw | null;
15
19
  expandable?: WidgetExpandable.Raw | null;
16
- avatar?: WidgetConfigAvatar.Raw | null;
20
+ avatar?: WidgetConfigOutputAvatar.Raw | null;
17
21
  feedback_mode?: WidgetFeedbackMode.Raw | null;
18
22
  bg_color?: string | null;
19
23
  text_color?: string | null;
@@ -38,7 +42,12 @@ export declare namespace WidgetConfig {
38
42
  disable_banner?: boolean | null;
39
43
  override_link?: string | null;
40
44
  mic_muting_enabled?: boolean | null;
45
+ transcript_enabled?: boolean | null;
46
+ text_input_enabled?: boolean | null;
47
+ text_contents?: WidgetTextContents.Raw | null;
41
48
  language_selector?: boolean | null;
49
+ supports_text_only?: boolean | null;
42
50
  custom_avatar_path?: string | null;
51
+ language_presets?: Record<string, WidgetLanguagePreset.Raw> | null;
43
52
  }
44
53
  }
@@ -39,13 +39,17 @@ Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.WidgetConfig = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const EmbedVariant_1 = require("./EmbedVariant");
42
+ const WidgetPlacement_1 = require("./WidgetPlacement");
42
43
  const WidgetExpandable_1 = require("./WidgetExpandable");
43
- const WidgetConfigAvatar_1 = require("./WidgetConfigAvatar");
44
+ const WidgetConfigOutputAvatar_1 = require("./WidgetConfigOutputAvatar");
44
45
  const WidgetFeedbackMode_1 = require("./WidgetFeedbackMode");
46
+ const WidgetTextContents_1 = require("./WidgetTextContents");
47
+ const WidgetLanguagePreset_1 = require("./WidgetLanguagePreset");
45
48
  exports.WidgetConfig = core.serialization.object({
46
49
  variant: EmbedVariant_1.EmbedVariant.optional(),
50
+ placement: WidgetPlacement_1.WidgetPlacement.optional(),
47
51
  expandable: WidgetExpandable_1.WidgetExpandable.optional(),
48
- avatar: WidgetConfigAvatar_1.WidgetConfigAvatar.optional(),
52
+ avatar: WidgetConfigOutputAvatar_1.WidgetConfigOutputAvatar.optional(),
49
53
  feedbackMode: core.serialization.property("feedback_mode", WidgetFeedbackMode_1.WidgetFeedbackMode.optional()),
50
54
  bgColor: core.serialization.property("bg_color", core.serialization.string().optional()),
51
55
  textColor: core.serialization.property("text_color", core.serialization.string().optional()),
@@ -70,6 +74,11 @@ exports.WidgetConfig = core.serialization.object({
70
74
  disableBanner: core.serialization.property("disable_banner", core.serialization.boolean().optional()),
71
75
  overrideLink: core.serialization.property("override_link", core.serialization.string().optional()),
72
76
  micMutingEnabled: core.serialization.property("mic_muting_enabled", core.serialization.boolean().optional()),
77
+ transcriptEnabled: core.serialization.property("transcript_enabled", core.serialization.boolean().optional()),
78
+ textInputEnabled: core.serialization.property("text_input_enabled", core.serialization.boolean().optional()),
79
+ textContents: core.serialization.property("text_contents", WidgetTextContents_1.WidgetTextContents.optional()),
73
80
  languageSelector: core.serialization.property("language_selector", core.serialization.boolean().optional()),
81
+ supportsTextOnly: core.serialization.property("supports_text_only", core.serialization.boolean().optional()),
74
82
  customAvatarPath: core.serialization.property("custom_avatar_path", core.serialization.string().optional()),
83
+ languagePresets: core.serialization.property("language_presets", core.serialization.record(core.serialization.string(), WidgetLanguagePreset_1.WidgetLanguagePreset).optional()),
75
84
  });