@elevenlabs/elevenlabs-js 2.14.0 → 2.16.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.
- package/Client.js +2 -2
- package/api/resources/audioNative/client/Client.js +6 -1
- package/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +9 -0
- package/api/resources/audioNative/index.d.ts +1 -0
- package/api/resources/audioNative/index.js +1 -0
- package/api/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +10 -0
- package/api/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.js +12 -0
- package/api/resources/audioNative/types/index.d.ts +1 -0
- package/api/resources/audioNative/types/index.js +17 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +4 -2
- package/api/resources/conversationalAi/resources/agents/client/Client.js +16 -6
- package/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +13 -4
- package/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +2 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +2 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +14 -4
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +12 -4
- package/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +14 -0
- package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +76 -0
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +14 -0
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +4 -0
- package/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -0
- package/api/resources/dubbing/client/Client.js +9 -1
- package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +1 -1
- package/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +8 -0
- package/api/resources/dubbing/resources/resource/client/Client.js +1 -18
- package/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -4
- package/api/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +11 -0
- package/api/resources/dubbing/types/DubbingListRequestOrderDirection.js +10 -0
- package/api/resources/dubbing/types/index.d.ts +1 -0
- package/api/resources/dubbing/types/index.js +1 -0
- package/api/resources/history/client/Client.js +15 -1
- package/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +7 -0
- package/api/resources/history/client/requests/HistoryListRequest.d.ts +16 -0
- package/api/resources/history/types/HistoryListRequestSortDirection.d.ts +8 -0
- package/api/resources/history/types/HistoryListRequestSortDirection.js +10 -0
- package/api/resources/history/types/index.d.ts +1 -0
- package/api/resources/history/types/index.js +1 -0
- package/api/resources/index.d.ts +2 -1
- package/api/resources/index.js +3 -2
- package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +16 -0
- package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +13 -0
- package/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +13 -0
- package/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +2 -1
- package/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -0
- package/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +2 -1
- package/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -0
- package/api/resources/speechToText/resources/transcripts/client/Client.d.ts +14 -0
- package/api/resources/speechToText/resources/transcripts/client/Client.js +65 -0
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +6 -0
- package/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +6 -0
- package/api/resources/textToSpeech/client/Client.d.ts +2 -2
- package/api/resources/textToSpeech/client/Client.js +4 -2
- package/api/resources/textToSpeech/client/requests/{TextToSpeechWithTimestampsRequest.d.ts → BodyTextToSpeechFullWithTimestamps.d.ts} +2 -2
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/index.d.ts +1 -1
- package/api/resources/textToSpeech/types/{BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts → BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts} +2 -2
- package/api/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +11 -0
- package/{dist/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts → api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts} +2 -2
- package/api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +11 -0
- package/api/resources/textToSpeech/types/index.d.ts +2 -2
- package/api/resources/textToSpeech/types/index.js +2 -2
- package/api/resources/textToVoice/client/Client.d.ts +16 -0
- package/api/resources/textToVoice/client/Client.js +84 -0
- package/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +36 -0
- package/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.js +5 -0
- package/api/resources/textToVoice/client/requests/index.d.ts +1 -0
- package/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +28 -0
- package/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js +27 -0
- package/api/resources/textToVoice/types/index.d.ts +1 -0
- package/api/resources/textToVoice/types/index.js +1 -0
- package/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +2 -1
- package/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -0
- package/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +2 -1
- package/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -0
- package/api/types/AgentConfig.d.ts +2 -0
- package/api/types/AgentConfigApiModelWorkflowOverride.d.ts +2 -0
- package/api/types/AgentMetadata.d.ts +7 -0
- package/api/types/AgentMetadata.js +5 -0
- package/api/types/AgentSortBy.d.ts +8 -0
- package/api/types/AgentSortBy.js +10 -0
- package/api/types/AttachedTestModel.d.ts +1 -0
- package/api/types/BreakdownTypes.d.ts +2 -1
- package/api/types/BreakdownTypes.js +1 -0
- package/api/types/ClientToolConfigInput.d.ts +1 -0
- package/api/types/ClientToolConfigOutput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
- package/api/types/ConversationalConfig.d.ts +2 -0
- package/api/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
- package/api/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +2 -1
- package/api/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -0
- package/api/types/DependentAvailableToolIdentifierAccessLevel.d.ts +2 -1
- package/api/types/DependentAvailableToolIdentifierAccessLevel.js +1 -0
- package/api/types/DubbingMetadataResponse.d.ts +1 -1
- package/api/types/GetConvAiSettingsResponseModel.d.ts +1 -0
- package/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
- package/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +2 -1
- package/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -0
- package/api/types/GetSpeechHistoryResponse.d.ts +2 -0
- package/api/types/GetUnitTestResponseModel.d.ts +1 -0
- package/api/types/KnowledgeBaseSortBy.d.ts +10 -0
- package/api/types/KnowledgeBaseSortBy.js +12 -0
- package/api/types/LiteralJsonSchemaProperty.d.ts +2 -0
- package/api/types/LivekitStackType.d.ts +8 -0
- package/{dist/api/types/ModelResponseModelConcurrencyGroup.js → api/types/LivekitStackType.js} +3 -3
- package/api/types/Llm.d.ts +4 -1
- package/api/types/Llm.js +3 -0
- package/api/types/LlmReasoningEffort.d.ts +10 -0
- package/api/types/LlmReasoningEffort.js +12 -0
- package/api/types/MatchAnythingParameterEvaluationStrategy.d.ts +5 -0
- package/api/types/MatchAnythingParameterEvaluationStrategy.js +5 -0
- package/api/types/McpServerConfigInput.d.ts +2 -0
- package/api/types/McpServerConfigOutput.d.ts +2 -0
- package/api/types/Model.d.ts +1 -1
- package/api/types/ModelSettingsResponseModel.d.ts +0 -2
- package/api/types/ProjectExtendedResponseModelAccessLevel.d.ts +2 -1
- package/api/types/ProjectExtendedResponseModelAccessLevel.js +1 -0
- package/api/types/ProjectResponseModelAccessLevel.d.ts +2 -1
- package/api/types/ProjectResponseModelAccessLevel.js +1 -0
- package/api/types/PromptAgentApiModelInput.d.ts +2 -0
- package/api/types/PromptAgentApiModelOutput.d.ts +2 -0
- package/api/types/PromptAgentApiModelWorkflowOverride.d.ts +2 -0
- package/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +2 -1
- package/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -0
- package/api/types/ResourceAccessInfoRole.d.ts +2 -1
- package/api/types/ResourceAccessInfoRole.js +1 -0
- package/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +2 -1
- package/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -0
- package/api/types/SipTrunkCredentialsRequestModel.d.ts +2 -2
- package/api/types/SortDirection.d.ts +8 -0
- package/api/types/SortDirection.js +10 -0
- package/api/types/SystemToolConfigInput.d.ts +2 -1
- package/api/types/SystemToolConfigOutput.d.ts +2 -1
- package/api/types/TextToSpeechStreamWithTimestampsRequest.d.ts +4 -0
- package/api/types/TextToSpeechStreamWithTimestampsRequest.js +5 -0
- package/api/types/TextToSpeechWithTimestampsRequest.d.ts +4 -0
- package/api/types/TextToSpeechWithTimestampsRequest.js +5 -0
- package/api/types/TtsConversationalModel.d.ts +2 -1
- package/api/types/TtsConversationalModel.js +1 -0
- package/api/types/UnitTestCommonModelType.d.ts +8 -0
- package/api/types/UnitTestCommonModelType.js +10 -0
- package/api/types/UnitTestRunResponseModel.d.ts +1 -0
- package/api/types/UnitTestSummaryResponseModel.d.ts +2 -0
- package/api/types/UnitTestToolCallEvaluationModelInput.d.ts +3 -1
- package/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +3 -1
- package/api/types/UnitTestToolCallParameterEval.d.ts +4 -1
- package/api/types/VadConfig.d.ts +7 -0
- package/api/types/VadConfig.js +5 -0
- package/api/types/VadConfigWorkflowOverride.d.ts +7 -0
- package/api/types/VadConfigWorkflowOverride.js +5 -0
- package/api/types/WebhookToolConfigInput.d.ts +1 -0
- package/api/types/WebhookToolConfigOutput.d.ts +1 -0
- package/api/types/WorkflowToolResponseModelInput.d.ts +0 -1
- package/api/types/WorkflowToolResponseModelOutput.d.ts +0 -1
- package/api/types/index.d.ts +12 -1
- package/api/types/index.js +12 -1
- package/dist/Client.js +2 -2
- package/dist/api/resources/audioNative/client/Client.js +6 -1
- package/dist/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +9 -0
- package/dist/api/resources/audioNative/index.d.ts +1 -0
- package/dist/api/resources/audioNative/index.js +1 -0
- package/dist/api/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +10 -0
- package/dist/api/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.js +12 -0
- package/dist/api/resources/audioNative/types/index.d.ts +1 -0
- package/dist/api/resources/audioNative/types/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +4 -2
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +16 -6
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +13 -4
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +2 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +2 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +14 -4
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +12 -4
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +14 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +76 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +14 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +5 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +4 -0
- package/dist/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -0
- package/dist/api/resources/dubbing/client/Client.js +9 -1
- package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +1 -1
- package/dist/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +8 -0
- package/dist/api/resources/dubbing/resources/resource/client/Client.js +1 -18
- package/dist/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -4
- package/dist/api/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +11 -0
- package/dist/api/resources/dubbing/types/DubbingListRequestOrderDirection.js +10 -0
- package/dist/api/resources/dubbing/types/index.d.ts +1 -0
- package/dist/api/resources/dubbing/types/index.js +1 -0
- package/dist/api/resources/history/client/Client.js +15 -1
- package/dist/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +7 -0
- package/dist/api/resources/history/client/requests/HistoryListRequest.d.ts +16 -0
- package/dist/api/resources/history/types/HistoryListRequestSortDirection.d.ts +8 -0
- package/dist/api/resources/history/types/HistoryListRequestSortDirection.js +10 -0
- package/dist/api/resources/history/types/index.d.ts +1 -0
- package/dist/api/resources/history/types/index.js +1 -0
- package/dist/api/resources/index.d.ts +2 -1
- package/dist/api/resources/index.js +3 -2
- package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +16 -0
- package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +13 -0
- package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +13 -0
- package/dist/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +2 -1
- package/dist/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -0
- package/dist/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +2 -1
- package/dist/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -0
- package/dist/api/resources/speechToText/resources/transcripts/client/Client.d.ts +14 -0
- package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +65 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +6 -0
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +6 -0
- package/dist/api/resources/textToSpeech/client/Client.d.ts +2 -2
- package/dist/api/resources/textToSpeech/client/Client.js +4 -2
- package/dist/api/resources/textToSpeech/client/requests/{TextToSpeechWithTimestampsRequest.d.ts → BodyTextToSpeechFullWithTimestamps.d.ts} +2 -2
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js +5 -0
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/index.d.ts +1 -1
- package/dist/api/resources/textToSpeech/types/{BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts → BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts} +2 -2
- package/dist/api/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +11 -0
- package/{api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts → dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts} +2 -2
- package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +11 -0
- package/dist/api/resources/textToSpeech/types/index.d.ts +2 -2
- package/dist/api/resources/textToSpeech/types/index.js +2 -2
- package/dist/api/resources/textToVoice/client/Client.d.ts +16 -0
- package/dist/api/resources/textToVoice/client/Client.js +84 -0
- package/dist/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +36 -0
- package/dist/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.js +5 -0
- package/dist/api/resources/textToVoice/client/requests/index.d.ts +1 -0
- package/dist/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +28 -0
- package/dist/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js +27 -0
- package/dist/api/resources/textToVoice/types/index.d.ts +1 -0
- package/dist/api/resources/textToVoice/types/index.js +1 -0
- package/dist/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +2 -1
- package/dist/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -0
- package/dist/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +2 -1
- package/dist/api/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -0
- package/dist/api/types/AgentConfig.d.ts +2 -0
- package/dist/api/types/AgentConfigApiModelWorkflowOverride.d.ts +2 -0
- package/dist/api/types/AgentMetadata.d.ts +7 -0
- package/dist/api/types/AgentMetadata.js +5 -0
- package/dist/api/types/AgentSortBy.d.ts +8 -0
- package/dist/api/types/AgentSortBy.js +10 -0
- package/dist/api/types/AttachedTestModel.d.ts +1 -0
- package/dist/api/types/BreakdownTypes.d.ts +2 -1
- package/dist/api/types/BreakdownTypes.js +1 -0
- package/dist/api/types/ClientToolConfigInput.d.ts +1 -0
- package/dist/api/types/ClientToolConfigOutput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
- package/dist/api/types/ConversationalConfig.d.ts +2 -0
- package/dist/api/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
- package/dist/api/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +2 -1
- package/dist/api/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -0
- package/dist/api/types/DependentAvailableToolIdentifierAccessLevel.d.ts +2 -1
- package/dist/api/types/DependentAvailableToolIdentifierAccessLevel.js +1 -0
- package/dist/api/types/DubbingMetadataResponse.d.ts +1 -1
- package/dist/api/types/GetConvAiSettingsResponseModel.d.ts +1 -0
- package/dist/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
- package/dist/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +2 -1
- package/dist/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -0
- package/dist/api/types/GetSpeechHistoryResponse.d.ts +2 -0
- package/dist/api/types/GetUnitTestResponseModel.d.ts +1 -0
- package/dist/api/types/KnowledgeBaseSortBy.d.ts +10 -0
- package/dist/api/types/KnowledgeBaseSortBy.js +12 -0
- package/dist/api/types/LiteralJsonSchemaProperty.d.ts +2 -0
- package/dist/api/types/LivekitStackType.d.ts +8 -0
- package/{api/types/ModelResponseModelConcurrencyGroup.js → dist/api/types/LivekitStackType.js} +3 -3
- package/dist/api/types/Llm.d.ts +4 -1
- package/dist/api/types/Llm.js +3 -0
- package/dist/api/types/LlmReasoningEffort.d.ts +10 -0
- package/dist/api/types/LlmReasoningEffort.js +12 -0
- package/dist/api/types/MatchAnythingParameterEvaluationStrategy.d.ts +5 -0
- package/dist/api/types/MatchAnythingParameterEvaluationStrategy.js +5 -0
- package/dist/api/types/McpServerConfigInput.d.ts +2 -0
- package/dist/api/types/McpServerConfigOutput.d.ts +2 -0
- package/dist/api/types/Model.d.ts +1 -1
- package/dist/api/types/ModelSettingsResponseModel.d.ts +0 -2
- package/dist/api/types/ProjectExtendedResponseModelAccessLevel.d.ts +2 -1
- package/dist/api/types/ProjectExtendedResponseModelAccessLevel.js +1 -0
- package/dist/api/types/ProjectResponseModelAccessLevel.d.ts +2 -1
- package/dist/api/types/ProjectResponseModelAccessLevel.js +1 -0
- package/dist/api/types/PromptAgentApiModelInput.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelOutput.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverride.d.ts +2 -0
- package/dist/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +2 -1
- package/dist/api/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -0
- package/dist/api/types/ResourceAccessInfoRole.d.ts +2 -1
- package/dist/api/types/ResourceAccessInfoRole.js +1 -0
- package/dist/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +2 -1
- package/dist/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -0
- package/dist/api/types/SipTrunkCredentialsRequestModel.d.ts +2 -2
- package/dist/api/types/SortDirection.d.ts +8 -0
- package/dist/api/types/SortDirection.js +10 -0
- package/dist/api/types/SystemToolConfigInput.d.ts +2 -1
- package/dist/api/types/SystemToolConfigOutput.d.ts +2 -1
- package/dist/api/types/TextToSpeechStreamWithTimestampsRequest.d.ts +4 -0
- package/dist/api/types/TextToSpeechStreamWithTimestampsRequest.js +5 -0
- package/dist/api/types/TextToSpeechWithTimestampsRequest.d.ts +4 -0
- package/dist/api/types/TextToSpeechWithTimestampsRequest.js +5 -0
- package/dist/api/types/TtsConversationalModel.d.ts +2 -1
- package/dist/api/types/TtsConversationalModel.js +1 -0
- package/dist/api/types/UnitTestCommonModelType.d.ts +8 -0
- package/dist/api/types/UnitTestCommonModelType.js +10 -0
- package/dist/api/types/UnitTestRunResponseModel.d.ts +1 -0
- package/dist/api/types/UnitTestSummaryResponseModel.d.ts +2 -0
- package/dist/api/types/UnitTestToolCallEvaluationModelInput.d.ts +3 -1
- package/dist/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +3 -1
- package/dist/api/types/UnitTestToolCallParameterEval.d.ts +4 -1
- package/dist/api/types/VadConfig.d.ts +7 -0
- package/dist/api/types/VadConfig.js +5 -0
- package/dist/api/types/VadConfigWorkflowOverride.d.ts +7 -0
- package/dist/api/types/VadConfigWorkflowOverride.js +5 -0
- package/dist/api/types/WebhookToolConfigInput.d.ts +1 -0
- package/dist/api/types/WebhookToolConfigOutput.d.ts +1 -0
- package/dist/api/types/WorkflowToolResponseModelInput.d.ts +0 -1
- package/dist/api/types/WorkflowToolResponseModelOutput.d.ts +0 -1
- package/dist/api/types/index.d.ts +12 -1
- package/dist/api/types/index.js +12 -1
- package/dist/serialization/resources/audioNative/index.d.ts +1 -0
- package/dist/serialization/resources/audioNative/index.js +17 -0
- package/dist/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +10 -0
- package/{serialization/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js → dist/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.js} +2 -2
- package/dist/serialization/resources/audioNative/types/index.d.ts +1 -0
- package/dist/serialization/resources/audioNative/types/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +14 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +45 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +3 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +6 -0
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +6 -0
- package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +2 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +2 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +2 -0
- package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -1
- package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.js +1 -0
- package/dist/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +10 -0
- package/dist/serialization/resources/{textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js → dubbing/types/DubbingListRequestOrderDirection.js} +2 -2
- package/dist/serialization/resources/dubbing/types/index.d.ts +1 -0
- package/dist/serialization/resources/dubbing/types/index.js +1 -0
- package/dist/serialization/resources/history/types/HistoryListRequestSortDirection.d.ts +10 -0
- package/dist/serialization/resources/history/types/HistoryListRequestSortDirection.js +41 -0
- package/dist/serialization/resources/history/types/index.d.ts +1 -0
- package/dist/serialization/resources/history/types/index.js +1 -0
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -0
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +2 -0
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
- package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -0
- package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +1 -0
- package/dist/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +1 -1
- package/dist/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -1
- package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +1 -1
- package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -1
- package/{serialization/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.d.ts → dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts} +4 -4
- package/{serialization/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js → dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js} +4 -4
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +2 -2
- package/dist/serialization/resources/textToSpeech/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/textToSpeech/client/requests/index.js +3 -3
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +10 -0
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +41 -0
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +10 -0
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +41 -0
- package/dist/serialization/resources/textToSpeech/types/index.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/types/index.js +2 -2
- package/dist/serialization/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +21 -0
- package/dist/serialization/resources/textToVoice/client/requests/VoiceRemixRequestModel.js +52 -0
- package/dist/serialization/resources/textToVoice/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/textToVoice/client/requests/index.js +3 -1
- package/dist/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +10 -0
- package/{serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js → dist/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js} +22 -2
- package/dist/serialization/resources/textToVoice/types/index.d.ts +1 -0
- package/dist/serialization/resources/textToVoice/types/index.js +1 -0
- package/dist/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +1 -1
- package/dist/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -1
- package/dist/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +1 -1
- package/dist/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -1
- package/dist/serialization/types/AgentConfig.d.ts +1 -0
- package/dist/serialization/types/AgentConfig.js +1 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverride.d.ts +1 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverride.js +1 -0
- package/dist/serialization/types/AgentMetadata.d.ts +13 -0
- package/dist/serialization/types/AgentMetadata.js +44 -0
- package/dist/serialization/types/AgentSortBy.d.ts +10 -0
- package/dist/serialization/types/{ModelResponseModelConcurrencyGroup.js → AgentSortBy.js} +2 -2
- package/dist/serialization/types/AttachedTestModel.d.ts +1 -0
- package/dist/serialization/types/AttachedTestModel.js +1 -0
- package/dist/serialization/types/BreakdownTypes.d.ts +1 -1
- package/dist/serialization/types/BreakdownTypes.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -1
- package/dist/serialization/types/ConversationalConfig.d.ts +2 -0
- package/dist/serialization/types/ConversationalConfig.js +2 -0
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverride.js +2 -0
- package/dist/serialization/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +1 -1
- package/dist/serialization/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -1
- package/dist/serialization/types/DependentAvailableToolIdentifierAccessLevel.d.ts +1 -1
- package/dist/serialization/types/DependentAvailableToolIdentifierAccessLevel.js +1 -1
- package/dist/serialization/types/GetConvAiSettingsResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetConvAiSettingsResponseModel.js +2 -0
- package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +2 -0
- package/dist/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +1 -1
- package/dist/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -1
- package/dist/serialization/types/GetSpeechHistoryResponse.d.ts +1 -0
- package/dist/serialization/types/GetSpeechHistoryResponse.js +1 -0
- package/dist/serialization/types/GetUnitTestResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetUnitTestResponseModel.js +2 -0
- package/dist/serialization/types/KnowledgeBaseSortBy.d.ts +10 -0
- package/{serialization/types/ModelResponseModelConcurrencyGroup.js → dist/serialization/types/KnowledgeBaseSortBy.js} +2 -2
- package/dist/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
- package/dist/serialization/types/LiteralJsonSchemaProperty.js +1 -0
- package/dist/serialization/types/LivekitStackType.d.ts +10 -0
- package/dist/serialization/types/LivekitStackType.js +41 -0
- package/dist/serialization/types/Llm.d.ts +1 -1
- package/dist/serialization/types/Llm.js +3 -0
- package/dist/serialization/types/LlmReasoningEffort.d.ts +10 -0
- package/dist/serialization/types/LlmReasoningEffort.js +41 -0
- package/dist/serialization/types/MatchAnythingParameterEvaluationStrategy.d.ts +11 -0
- package/dist/serialization/types/MatchAnythingParameterEvaluationStrategy.js +41 -0
- package/dist/serialization/types/McpServerConfigInput.d.ts +1 -0
- package/dist/serialization/types/McpServerConfigInput.js +1 -0
- package/dist/serialization/types/McpServerConfigOutput.d.ts +1 -0
- package/dist/serialization/types/McpServerConfigOutput.js +1 -0
- package/dist/serialization/types/Model.d.ts +1 -2
- package/dist/serialization/types/Model.js +1 -2
- package/dist/serialization/types/ModelSettingsResponseModel.d.ts +0 -1
- package/dist/serialization/types/ModelSettingsResponseModel.js +0 -1
- package/dist/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +1 -1
- package/dist/serialization/types/ProjectExtendedResponseModelAccessLevel.js +1 -1
- package/dist/serialization/types/ProjectResponseModelAccessLevel.d.ts +1 -1
- package/dist/serialization/types/ProjectResponseModelAccessLevel.js +1 -1
- package/dist/serialization/types/PromptAgentApiModelInput.d.ts +2 -0
- package/dist/serialization/types/PromptAgentApiModelInput.js +2 -0
- package/dist/serialization/types/PromptAgentApiModelOutput.d.ts +2 -0
- package/dist/serialization/types/PromptAgentApiModelOutput.js +2 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverride.d.ts +2 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverride.js +2 -0
- package/dist/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +1 -1
- package/dist/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -1
- package/dist/serialization/types/ResourceAccessInfoRole.d.ts +1 -1
- package/dist/serialization/types/ResourceAccessInfoRole.js +1 -1
- package/dist/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +1 -1
- package/dist/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -1
- package/dist/serialization/types/SipTrunkCredentialsRequestModel.d.ts +1 -1
- package/dist/serialization/types/SipTrunkCredentialsRequestModel.js +1 -1
- package/dist/serialization/types/SortDirection.d.ts +10 -0
- package/dist/serialization/types/SortDirection.js +41 -0
- package/dist/serialization/types/SystemToolConfigInput.d.ts +1 -1
- package/dist/serialization/types/SystemToolConfigInput.js +1 -1
- package/dist/serialization/types/SystemToolConfigOutput.d.ts +1 -1
- package/dist/serialization/types/SystemToolConfigOutput.js +1 -1
- package/dist/serialization/types/TextToSpeechStreamWithTimestampsRequest.d.ts +10 -0
- package/dist/serialization/types/TextToSpeechStreamWithTimestampsRequest.js +41 -0
- package/dist/serialization/types/TextToSpeechWithTimestampsRequest.d.ts +10 -0
- package/dist/serialization/types/TextToSpeechWithTimestampsRequest.js +41 -0
- package/dist/serialization/types/TtsConversationalModel.d.ts +1 -1
- package/dist/serialization/types/TtsConversationalModel.js +7 -1
- package/dist/serialization/types/UnitTestCommonModelType.d.ts +10 -0
- package/dist/serialization/types/UnitTestCommonModelType.js +41 -0
- package/dist/serialization/types/UnitTestRunResponseModel.d.ts +1 -0
- package/dist/serialization/types/UnitTestRunResponseModel.js +1 -0
- package/dist/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -0
- package/dist/serialization/types/UnitTestSummaryResponseModel.js +2 -0
- package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +2 -1
- package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.js +2 -1
- package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +2 -1
- package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.js +2 -1
- package/dist/serialization/types/UnitTestToolCallParameterEval.d.ts +5 -1
- package/dist/serialization/types/UnitTestToolCallParameterEval.js +2 -0
- package/dist/serialization/types/VadConfig.d.ts +12 -0
- package/dist/serialization/types/VadConfig.js +43 -0
- package/dist/serialization/types/VadConfigWorkflowOverride.d.ts +12 -0
- package/dist/serialization/types/VadConfigWorkflowOverride.js +43 -0
- package/dist/serialization/types/WorkflowToolResponseModelInput.d.ts +0 -2
- package/dist/serialization/types/WorkflowToolResponseModelInput.js +0 -2
- package/dist/serialization/types/WorkflowToolResponseModelOutput.d.ts +0 -2
- package/dist/serialization/types/WorkflowToolResponseModelOutput.js +0 -2
- package/dist/serialization/types/index.d.ts +12 -1
- package/dist/serialization/types/index.js +12 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +1175 -46
- package/serialization/resources/audioNative/index.d.ts +1 -0
- package/serialization/resources/audioNative/index.js +17 -0
- package/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +10 -0
- package/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.js +41 -0
- package/serialization/resources/audioNative/types/index.d.ts +1 -0
- package/serialization/resources/audioNative/types/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +14 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +45 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +3 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +6 -0
- package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +6 -0
- package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +2 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +2 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +2 -0
- package/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -1
- package/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.js +1 -0
- package/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +10 -0
- package/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.js +41 -0
- package/serialization/resources/dubbing/types/index.d.ts +1 -0
- package/serialization/resources/dubbing/types/index.js +1 -0
- package/serialization/resources/history/types/HistoryListRequestSortDirection.d.ts +10 -0
- package/serialization/resources/history/types/HistoryListRequestSortDirection.js +41 -0
- package/serialization/resources/history/types/index.d.ts +1 -0
- package/serialization/resources/history/types/index.js +1 -0
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -0
- package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +2 -0
- package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
- package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
- package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -0
- package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +1 -0
- package/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +1 -1
- package/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.js +1 -1
- package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +1 -1
- package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +1 -1
- package/{dist/serialization/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.d.ts → serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts} +4 -4
- package/{dist/serialization/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js → serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js} +4 -4
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +2 -2
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +2 -2
- package/serialization/resources/textToSpeech/client/requests/index.d.ts +1 -1
- package/serialization/resources/textToSpeech/client/requests/index.js +3 -3
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +10 -0
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.js +41 -0
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +10 -0
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.js +41 -0
- package/serialization/resources/textToSpeech/types/index.d.ts +2 -2
- package/serialization/resources/textToSpeech/types/index.js +2 -2
- package/serialization/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +21 -0
- package/serialization/resources/textToVoice/client/requests/VoiceRemixRequestModel.js +52 -0
- package/serialization/resources/textToVoice/client/requests/index.d.ts +1 -0
- package/serialization/resources/textToVoice/client/requests/index.js +3 -1
- package/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +10 -0
- package/{dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js → serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js} +22 -2
- package/serialization/resources/textToVoice/types/index.d.ts +1 -0
- package/serialization/resources/textToVoice/types/index.js +1 -0
- package/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +1 -1
- package/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -1
- package/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +1 -1
- package/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.js +1 -1
- package/serialization/types/AgentConfig.d.ts +1 -0
- package/serialization/types/AgentConfig.js +1 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverride.d.ts +1 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverride.js +1 -0
- package/serialization/types/AgentMetadata.d.ts +13 -0
- package/serialization/types/AgentMetadata.js +44 -0
- package/serialization/types/AgentSortBy.d.ts +10 -0
- package/serialization/types/AgentSortBy.js +41 -0
- package/serialization/types/AttachedTestModel.d.ts +1 -0
- package/serialization/types/AttachedTestModel.js +1 -0
- package/serialization/types/BreakdownTypes.d.ts +1 -1
- package/serialization/types/BreakdownTypes.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -1
- package/serialization/types/ConversationalConfig.d.ts +2 -0
- package/serialization/types/ConversationalConfig.js +2 -0
- package/serialization/types/ConversationalConfigApiModelWorkflowOverride.d.ts +2 -0
- package/serialization/types/ConversationalConfigApiModelWorkflowOverride.js +2 -0
- package/serialization/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +1 -1
- package/serialization/types/DependentAvailableAgentIdentifierAccessLevel.js +1 -1
- package/serialization/types/DependentAvailableToolIdentifierAccessLevel.d.ts +1 -1
- package/serialization/types/DependentAvailableToolIdentifierAccessLevel.js +1 -1
- package/serialization/types/GetConvAiSettingsResponseModel.d.ts +2 -0
- package/serialization/types/GetConvAiSettingsResponseModel.js +2 -0
- package/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
- package/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +2 -0
- package/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +1 -1
- package/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +1 -1
- package/serialization/types/GetSpeechHistoryResponse.d.ts +1 -0
- package/serialization/types/GetSpeechHistoryResponse.js +1 -0
- package/serialization/types/GetUnitTestResponseModel.d.ts +2 -0
- package/serialization/types/GetUnitTestResponseModel.js +2 -0
- package/serialization/types/KnowledgeBaseSortBy.d.ts +10 -0
- package/serialization/types/KnowledgeBaseSortBy.js +41 -0
- package/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
- package/serialization/types/LiteralJsonSchemaProperty.js +1 -0
- package/serialization/types/LivekitStackType.d.ts +10 -0
- package/serialization/types/LivekitStackType.js +41 -0
- package/serialization/types/Llm.d.ts +1 -1
- package/serialization/types/Llm.js +3 -0
- package/serialization/types/LlmReasoningEffort.d.ts +10 -0
- package/serialization/types/LlmReasoningEffort.js +41 -0
- package/serialization/types/MatchAnythingParameterEvaluationStrategy.d.ts +11 -0
- package/serialization/types/MatchAnythingParameterEvaluationStrategy.js +41 -0
- package/serialization/types/McpServerConfigInput.d.ts +1 -0
- package/serialization/types/McpServerConfigInput.js +1 -0
- package/serialization/types/McpServerConfigOutput.d.ts +1 -0
- package/serialization/types/McpServerConfigOutput.js +1 -0
- package/serialization/types/Model.d.ts +1 -2
- package/serialization/types/Model.js +1 -2
- package/serialization/types/ModelSettingsResponseModel.d.ts +0 -1
- package/serialization/types/ModelSettingsResponseModel.js +0 -1
- package/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +1 -1
- package/serialization/types/ProjectExtendedResponseModelAccessLevel.js +1 -1
- package/serialization/types/ProjectResponseModelAccessLevel.d.ts +1 -1
- package/serialization/types/ProjectResponseModelAccessLevel.js +1 -1
- package/serialization/types/PromptAgentApiModelInput.d.ts +2 -0
- package/serialization/types/PromptAgentApiModelInput.js +2 -0
- package/serialization/types/PromptAgentApiModelOutput.d.ts +2 -0
- package/serialization/types/PromptAgentApiModelOutput.js +2 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverride.d.ts +2 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverride.js +2 -0
- package/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +1 -1
- package/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.js +1 -1
- package/serialization/types/ResourceAccessInfoRole.d.ts +1 -1
- package/serialization/types/ResourceAccessInfoRole.js +1 -1
- package/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +1 -1
- package/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +1 -1
- package/serialization/types/SipTrunkCredentialsRequestModel.d.ts +1 -1
- package/serialization/types/SipTrunkCredentialsRequestModel.js +1 -1
- package/serialization/types/SortDirection.d.ts +10 -0
- package/serialization/types/SortDirection.js +41 -0
- package/serialization/types/SystemToolConfigInput.d.ts +1 -1
- package/serialization/types/SystemToolConfigInput.js +1 -1
- package/serialization/types/SystemToolConfigOutput.d.ts +1 -1
- package/serialization/types/SystemToolConfigOutput.js +1 -1
- package/serialization/types/TextToSpeechStreamWithTimestampsRequest.d.ts +10 -0
- package/serialization/types/TextToSpeechStreamWithTimestampsRequest.js +41 -0
- package/serialization/types/TextToSpeechWithTimestampsRequest.d.ts +10 -0
- package/serialization/types/TextToSpeechWithTimestampsRequest.js +41 -0
- package/serialization/types/TtsConversationalModel.d.ts +1 -1
- package/serialization/types/TtsConversationalModel.js +7 -1
- package/serialization/types/UnitTestCommonModelType.d.ts +10 -0
- package/serialization/types/UnitTestCommonModelType.js +41 -0
- package/serialization/types/UnitTestRunResponseModel.d.ts +1 -0
- package/serialization/types/UnitTestRunResponseModel.js +1 -0
- package/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -0
- package/serialization/types/UnitTestSummaryResponseModel.js +2 -0
- package/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +2 -1
- package/serialization/types/UnitTestToolCallEvaluationModelInput.js +2 -1
- package/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +2 -1
- package/serialization/types/UnitTestToolCallEvaluationModelOutput.js +2 -1
- package/serialization/types/UnitTestToolCallParameterEval.d.ts +5 -1
- package/serialization/types/UnitTestToolCallParameterEval.js +2 -0
- package/serialization/types/VadConfig.d.ts +12 -0
- package/serialization/types/VadConfig.js +43 -0
- package/serialization/types/VadConfigWorkflowOverride.d.ts +12 -0
- package/serialization/types/VadConfigWorkflowOverride.js +43 -0
- package/serialization/types/WorkflowToolResponseModelInput.d.ts +0 -2
- package/serialization/types/WorkflowToolResponseModelInput.js +0 -2
- package/serialization/types/WorkflowToolResponseModelOutput.d.ts +0 -2
- package/serialization/types/WorkflowToolResponseModelOutput.js +0 -2
- package/serialization/types/index.d.ts +12 -1
- package/serialization/types/index.js +12 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js +0 -11
- package/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js +0 -11
- package/api/types/ModelResponseModelConcurrencyGroup.d.ts +0 -11
- package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.js +0 -11
- package/dist/api/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.js +0 -11
- package/dist/api/types/ModelResponseModelConcurrencyGroup.d.ts +0 -11
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts +0 -10
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts +0 -10
- package/dist/serialization/types/ModelResponseModelConcurrencyGroup.d.ts +0 -10
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization.d.ts +0 -10
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization.d.ts +0 -10
- package/serialization/types/ModelResponseModelConcurrencyGroup.d.ts +0 -10
- /package/api/resources/{textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js → conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js} +0 -0
- /package/{dist/api/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.js → api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js} +0 -0
package/reference.md
CHANGED
|
@@ -248,6 +248,135 @@ await client.history.delete("VW7YKqPnjY4h39yTbx2L");
|
|
|
248
248
|
</dl>
|
|
249
249
|
</details>
|
|
250
250
|
|
|
251
|
+
<details><summary><code>client.history.<a href="/src/api/resources/history/client/Client.ts">getAudio</a>(historyItemId) -> ReadableStream<Uint8Array></code></summary>
|
|
252
|
+
<dl>
|
|
253
|
+
<dd>
|
|
254
|
+
|
|
255
|
+
#### 📝 Description
|
|
256
|
+
|
|
257
|
+
<dl>
|
|
258
|
+
<dd>
|
|
259
|
+
|
|
260
|
+
<dl>
|
|
261
|
+
<dd>
|
|
262
|
+
|
|
263
|
+
Returns the audio of an history item.
|
|
264
|
+
|
|
265
|
+
</dd>
|
|
266
|
+
</dl>
|
|
267
|
+
</dd>
|
|
268
|
+
</dl>
|
|
269
|
+
|
|
270
|
+
#### 🔌 Usage
|
|
271
|
+
|
|
272
|
+
<dl>
|
|
273
|
+
<dd>
|
|
274
|
+
|
|
275
|
+
<dl>
|
|
276
|
+
<dd>
|
|
277
|
+
|
|
278
|
+
```typescript
|
|
279
|
+
await client.history.getAudio("history_item_id");
|
|
280
|
+
```
|
|
281
|
+
|
|
282
|
+
</dd>
|
|
283
|
+
</dl>
|
|
284
|
+
</dd>
|
|
285
|
+
</dl>
|
|
286
|
+
|
|
287
|
+
#### ⚙️ Parameters
|
|
288
|
+
|
|
289
|
+
<dl>
|
|
290
|
+
<dd>
|
|
291
|
+
|
|
292
|
+
<dl>
|
|
293
|
+
<dd>
|
|
294
|
+
|
|
295
|
+
**historyItemId:** `string` — ID of the history item to be used. You can use the [Get generated items](/docs/api-reference/history/get-all) endpoint to retrieve a list of history items.
|
|
296
|
+
|
|
297
|
+
</dd>
|
|
298
|
+
</dl>
|
|
299
|
+
|
|
300
|
+
<dl>
|
|
301
|
+
<dd>
|
|
302
|
+
|
|
303
|
+
**requestOptions:** `History.RequestOptions`
|
|
304
|
+
|
|
305
|
+
</dd>
|
|
306
|
+
</dl>
|
|
307
|
+
</dd>
|
|
308
|
+
</dl>
|
|
309
|
+
|
|
310
|
+
</dd>
|
|
311
|
+
</dl>
|
|
312
|
+
</details>
|
|
313
|
+
|
|
314
|
+
<details><summary><code>client.history.<a href="/src/api/resources/history/client/Client.ts">download</a>({ ...params }) -> ReadableStream<Uint8Array></code></summary>
|
|
315
|
+
<dl>
|
|
316
|
+
<dd>
|
|
317
|
+
|
|
318
|
+
#### 📝 Description
|
|
319
|
+
|
|
320
|
+
<dl>
|
|
321
|
+
<dd>
|
|
322
|
+
|
|
323
|
+
<dl>
|
|
324
|
+
<dd>
|
|
325
|
+
|
|
326
|
+
Download one or more history items. If one history item ID is provided, we will return a single audio file. If more than one history item IDs are provided, we will provide the history items packed into a .zip file.
|
|
327
|
+
|
|
328
|
+
</dd>
|
|
329
|
+
</dl>
|
|
330
|
+
</dd>
|
|
331
|
+
</dl>
|
|
332
|
+
|
|
333
|
+
#### 🔌 Usage
|
|
334
|
+
|
|
335
|
+
<dl>
|
|
336
|
+
<dd>
|
|
337
|
+
|
|
338
|
+
<dl>
|
|
339
|
+
<dd>
|
|
340
|
+
|
|
341
|
+
```typescript
|
|
342
|
+
await client.history.download({
|
|
343
|
+
historyItemIds: ["history_item_ids", "history_item_ids"],
|
|
344
|
+
outputFormat: undefined,
|
|
345
|
+
});
|
|
346
|
+
```
|
|
347
|
+
|
|
348
|
+
</dd>
|
|
349
|
+
</dl>
|
|
350
|
+
</dd>
|
|
351
|
+
</dl>
|
|
352
|
+
|
|
353
|
+
#### ⚙️ Parameters
|
|
354
|
+
|
|
355
|
+
<dl>
|
|
356
|
+
<dd>
|
|
357
|
+
|
|
358
|
+
<dl>
|
|
359
|
+
<dd>
|
|
360
|
+
|
|
361
|
+
**request:** `ElevenLabs.DownloadHistoryRequest`
|
|
362
|
+
|
|
363
|
+
</dd>
|
|
364
|
+
</dl>
|
|
365
|
+
|
|
366
|
+
<dl>
|
|
367
|
+
<dd>
|
|
368
|
+
|
|
369
|
+
**requestOptions:** `History.RequestOptions`
|
|
370
|
+
|
|
371
|
+
</dd>
|
|
372
|
+
</dl>
|
|
373
|
+
</dd>
|
|
374
|
+
</dl>
|
|
375
|
+
|
|
376
|
+
</dd>
|
|
377
|
+
</dl>
|
|
378
|
+
</details>
|
|
379
|
+
|
|
251
380
|
## TextToSoundEffects
|
|
252
381
|
|
|
253
382
|
<details><summary><code>client.textToSoundEffects.<a href="/src/api/resources/textToSoundEffects/client/Client.ts">convert</a>({ ...params }) -> ReadableStream<Uint8Array></code></summary>
|
|
@@ -521,7 +650,7 @@ await client.textToSpeech.convertWithTimestamps("21m00Tcm4TlvDq8ikWAM", {
|
|
|
521
650
|
<dl>
|
|
522
651
|
<dd>
|
|
523
652
|
|
|
524
|
-
**request:** `ElevenLabs.
|
|
653
|
+
**request:** `ElevenLabs.BodyTextToSpeechFullWithTimestamps`
|
|
525
654
|
|
|
526
655
|
</dd>
|
|
527
656
|
</dl>
|
|
@@ -1194,6 +1323,79 @@ await client.textToVoice.design({
|
|
|
1194
1323
|
</dl>
|
|
1195
1324
|
</details>
|
|
1196
1325
|
|
|
1326
|
+
<details><summary><code>client.textToVoice.<a href="/src/api/resources/textToVoice/client/Client.ts">remix</a>(voiceId, { ...params }) -> ElevenLabs.VoiceDesignPreviewResponse</code></summary>
|
|
1327
|
+
<dl>
|
|
1328
|
+
<dd>
|
|
1329
|
+
|
|
1330
|
+
#### 📝 Description
|
|
1331
|
+
|
|
1332
|
+
<dl>
|
|
1333
|
+
<dd>
|
|
1334
|
+
|
|
1335
|
+
<dl>
|
|
1336
|
+
<dd>
|
|
1337
|
+
|
|
1338
|
+
Remix an existing voice via a prompt. This method returns a list of voice previews. Each preview has a generated_voice_id and a sample of the voice as base64 encoded mp3 audio. To create a voice use the generated_voice_id of the preferred preview with the /v1/text-to-voice endpoint.
|
|
1339
|
+
|
|
1340
|
+
</dd>
|
|
1341
|
+
</dl>
|
|
1342
|
+
</dd>
|
|
1343
|
+
</dl>
|
|
1344
|
+
|
|
1345
|
+
#### 🔌 Usage
|
|
1346
|
+
|
|
1347
|
+
<dl>
|
|
1348
|
+
<dd>
|
|
1349
|
+
|
|
1350
|
+
<dl>
|
|
1351
|
+
<dd>
|
|
1352
|
+
|
|
1353
|
+
```typescript
|
|
1354
|
+
await client.textToVoice.remix("21m00Tcm4TlvDq8ikWAM", {
|
|
1355
|
+
voiceDescription: "Make the voice have a higher pitch.",
|
|
1356
|
+
});
|
|
1357
|
+
```
|
|
1358
|
+
|
|
1359
|
+
</dd>
|
|
1360
|
+
</dl>
|
|
1361
|
+
</dd>
|
|
1362
|
+
</dl>
|
|
1363
|
+
|
|
1364
|
+
#### ⚙️ Parameters
|
|
1365
|
+
|
|
1366
|
+
<dl>
|
|
1367
|
+
<dd>
|
|
1368
|
+
|
|
1369
|
+
<dl>
|
|
1370
|
+
<dd>
|
|
1371
|
+
|
|
1372
|
+
**voiceId:** `string` — Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
|
|
1373
|
+
|
|
1374
|
+
</dd>
|
|
1375
|
+
</dl>
|
|
1376
|
+
|
|
1377
|
+
<dl>
|
|
1378
|
+
<dd>
|
|
1379
|
+
|
|
1380
|
+
**request:** `ElevenLabs.VoiceRemixRequestModel`
|
|
1381
|
+
|
|
1382
|
+
</dd>
|
|
1383
|
+
</dl>
|
|
1384
|
+
|
|
1385
|
+
<dl>
|
|
1386
|
+
<dd>
|
|
1387
|
+
|
|
1388
|
+
**requestOptions:** `TextToVoice.RequestOptions`
|
|
1389
|
+
|
|
1390
|
+
</dd>
|
|
1391
|
+
</dl>
|
|
1392
|
+
</dd>
|
|
1393
|
+
</dl>
|
|
1394
|
+
|
|
1395
|
+
</dd>
|
|
1396
|
+
</dl>
|
|
1397
|
+
</details>
|
|
1398
|
+
|
|
1197
1399
|
## user
|
|
1198
1400
|
|
|
1199
1401
|
<details><summary><code>client.user.<a href="/src/api/resources/user/client/Client.ts">get</a>() -> ElevenLabs.User</code></summary>
|
|
@@ -2728,6 +2930,77 @@ await client.pronunciationDictionaries.update("21m00Tcm4TlvDq8ikWAM");
|
|
|
2728
2930
|
</dl>
|
|
2729
2931
|
</details>
|
|
2730
2932
|
|
|
2933
|
+
<details><summary><code>client.pronunciationDictionaries.<a href="/src/api/resources/pronunciationDictionaries/client/Client.ts">download</a>(dictionaryId, versionId) -> ReadableStream<Uint8Array></code></summary>
|
|
2934
|
+
<dl>
|
|
2935
|
+
<dd>
|
|
2936
|
+
|
|
2937
|
+
#### 📝 Description
|
|
2938
|
+
|
|
2939
|
+
<dl>
|
|
2940
|
+
<dd>
|
|
2941
|
+
|
|
2942
|
+
<dl>
|
|
2943
|
+
<dd>
|
|
2944
|
+
|
|
2945
|
+
Get a PLS file with a pronunciation dictionary version rules
|
|
2946
|
+
|
|
2947
|
+
</dd>
|
|
2948
|
+
</dl>
|
|
2949
|
+
</dd>
|
|
2950
|
+
</dl>
|
|
2951
|
+
|
|
2952
|
+
#### 🔌 Usage
|
|
2953
|
+
|
|
2954
|
+
<dl>
|
|
2955
|
+
<dd>
|
|
2956
|
+
|
|
2957
|
+
<dl>
|
|
2958
|
+
<dd>
|
|
2959
|
+
|
|
2960
|
+
```typescript
|
|
2961
|
+
await client.pronunciationDictionaries.download("dictionary_id", "version_id");
|
|
2962
|
+
```
|
|
2963
|
+
|
|
2964
|
+
</dd>
|
|
2965
|
+
</dl>
|
|
2966
|
+
</dd>
|
|
2967
|
+
</dl>
|
|
2968
|
+
|
|
2969
|
+
#### ⚙️ Parameters
|
|
2970
|
+
|
|
2971
|
+
<dl>
|
|
2972
|
+
<dd>
|
|
2973
|
+
|
|
2974
|
+
<dl>
|
|
2975
|
+
<dd>
|
|
2976
|
+
|
|
2977
|
+
**dictionaryId:** `string` — The id of the pronunciation dictionary
|
|
2978
|
+
|
|
2979
|
+
</dd>
|
|
2980
|
+
</dl>
|
|
2981
|
+
|
|
2982
|
+
<dl>
|
|
2983
|
+
<dd>
|
|
2984
|
+
|
|
2985
|
+
**versionId:** `string` — The id of the version of the pronunciation dictionary
|
|
2986
|
+
|
|
2987
|
+
</dd>
|
|
2988
|
+
</dl>
|
|
2989
|
+
|
|
2990
|
+
<dl>
|
|
2991
|
+
<dd>
|
|
2992
|
+
|
|
2993
|
+
**requestOptions:** `PronunciationDictionaries.RequestOptions`
|
|
2994
|
+
|
|
2995
|
+
</dd>
|
|
2996
|
+
</dl>
|
|
2997
|
+
</dd>
|
|
2998
|
+
</dl>
|
|
2999
|
+
|
|
3000
|
+
</dd>
|
|
3001
|
+
</dl>
|
|
3002
|
+
</details>
|
|
3003
|
+
|
|
2731
3004
|
<details><summary><code>client.pronunciationDictionaries.<a href="/src/api/resources/pronunciationDictionaries/client/Client.ts">list</a>({ ...params }) -> ElevenLabs.GetPronunciationDictionariesMetadataResponseModel</code></summary>
|
|
2732
3005
|
<dl>
|
|
2733
3006
|
<dd>
|
|
@@ -3380,8 +3653,219 @@ await client.conversationalAi.updateSecret("secret_id", {
|
|
|
3380
3653
|
|
|
3381
3654
|
## Music
|
|
3382
3655
|
|
|
3383
|
-
|
|
3384
|
-
|
|
3656
|
+
<details><summary><code>client.music.<a href="/src/api/resources/music/client/Client.ts">compose</a>({ ...params }) -> ReadableStream<Uint8Array></code></summary>
|
|
3657
|
+
<dl>
|
|
3658
|
+
<dd>
|
|
3659
|
+
|
|
3660
|
+
#### 📝 Description
|
|
3661
|
+
|
|
3662
|
+
<dl>
|
|
3663
|
+
<dd>
|
|
3664
|
+
|
|
3665
|
+
<dl>
|
|
3666
|
+
<dd>
|
|
3667
|
+
|
|
3668
|
+
Compose a song from a prompt or a composition plan.
|
|
3669
|
+
|
|
3670
|
+
</dd>
|
|
3671
|
+
</dl>
|
|
3672
|
+
</dd>
|
|
3673
|
+
</dl>
|
|
3674
|
+
|
|
3675
|
+
#### 🔌 Usage
|
|
3676
|
+
|
|
3677
|
+
<dl>
|
|
3678
|
+
<dd>
|
|
3679
|
+
|
|
3680
|
+
<dl>
|
|
3681
|
+
<dd>
|
|
3682
|
+
|
|
3683
|
+
```typescript
|
|
3684
|
+
await client.music.compose({
|
|
3685
|
+
respectSectionsDurations: undefined,
|
|
3686
|
+
prompt: undefined,
|
|
3687
|
+
musicPrompt: undefined,
|
|
3688
|
+
compositionPlan: undefined,
|
|
3689
|
+
musicLengthMs: undefined,
|
|
3690
|
+
modelId: undefined,
|
|
3691
|
+
seed: undefined,
|
|
3692
|
+
});
|
|
3693
|
+
```
|
|
3694
|
+
|
|
3695
|
+
</dd>
|
|
3696
|
+
</dl>
|
|
3697
|
+
</dd>
|
|
3698
|
+
</dl>
|
|
3699
|
+
|
|
3700
|
+
#### ⚙️ Parameters
|
|
3701
|
+
|
|
3702
|
+
<dl>
|
|
3703
|
+
<dd>
|
|
3704
|
+
|
|
3705
|
+
<dl>
|
|
3706
|
+
<dd>
|
|
3707
|
+
|
|
3708
|
+
**request:** `ElevenLabs.BodyComposeMusicV1MusicPost`
|
|
3709
|
+
|
|
3710
|
+
</dd>
|
|
3711
|
+
</dl>
|
|
3712
|
+
|
|
3713
|
+
<dl>
|
|
3714
|
+
<dd>
|
|
3715
|
+
|
|
3716
|
+
**requestOptions:** `Music.RequestOptions`
|
|
3717
|
+
|
|
3718
|
+
</dd>
|
|
3719
|
+
</dl>
|
|
3720
|
+
</dd>
|
|
3721
|
+
</dl>
|
|
3722
|
+
|
|
3723
|
+
</dd>
|
|
3724
|
+
</dl>
|
|
3725
|
+
</details>
|
|
3726
|
+
|
|
3727
|
+
<details><summary><code>client.music.<a href="/src/api/resources/music/client/Client.ts">composeDetailed</a>({ ...params }) -> ReadableStream<Uint8Array></code></summary>
|
|
3728
|
+
<dl>
|
|
3729
|
+
<dd>
|
|
3730
|
+
|
|
3731
|
+
#### 📝 Description
|
|
3732
|
+
|
|
3733
|
+
<dl>
|
|
3734
|
+
<dd>
|
|
3735
|
+
|
|
3736
|
+
<dl>
|
|
3737
|
+
<dd>
|
|
3738
|
+
|
|
3739
|
+
Compose a song from a prompt or a composition plan.
|
|
3740
|
+
|
|
3741
|
+
</dd>
|
|
3742
|
+
</dl>
|
|
3743
|
+
</dd>
|
|
3744
|
+
</dl>
|
|
3745
|
+
|
|
3746
|
+
#### 🔌 Usage
|
|
3747
|
+
|
|
3748
|
+
<dl>
|
|
3749
|
+
<dd>
|
|
3750
|
+
|
|
3751
|
+
<dl>
|
|
3752
|
+
<dd>
|
|
3753
|
+
|
|
3754
|
+
```typescript
|
|
3755
|
+
await client.music.composeDetailed({
|
|
3756
|
+
prompt: undefined,
|
|
3757
|
+
musicPrompt: undefined,
|
|
3758
|
+
compositionPlan: undefined,
|
|
3759
|
+
musicLengthMs: undefined,
|
|
3760
|
+
modelId: undefined,
|
|
3761
|
+
seed: undefined,
|
|
3762
|
+
});
|
|
3763
|
+
```
|
|
3764
|
+
|
|
3765
|
+
</dd>
|
|
3766
|
+
</dl>
|
|
3767
|
+
</dd>
|
|
3768
|
+
</dl>
|
|
3769
|
+
|
|
3770
|
+
#### ⚙️ Parameters
|
|
3771
|
+
|
|
3772
|
+
<dl>
|
|
3773
|
+
<dd>
|
|
3774
|
+
|
|
3775
|
+
<dl>
|
|
3776
|
+
<dd>
|
|
3777
|
+
|
|
3778
|
+
**request:** `ElevenLabs.BodyComposeMusicWithADetailedResponseV1MusicDetailedPost`
|
|
3779
|
+
|
|
3780
|
+
</dd>
|
|
3781
|
+
</dl>
|
|
3782
|
+
|
|
3783
|
+
<dl>
|
|
3784
|
+
<dd>
|
|
3785
|
+
|
|
3786
|
+
**requestOptions:** `Music.RequestOptions`
|
|
3787
|
+
|
|
3788
|
+
</dd>
|
|
3789
|
+
</dl>
|
|
3790
|
+
</dd>
|
|
3791
|
+
</dl>
|
|
3792
|
+
|
|
3793
|
+
</dd>
|
|
3794
|
+
</dl>
|
|
3795
|
+
</details>
|
|
3796
|
+
|
|
3797
|
+
<details><summary><code>client.music.<a href="/src/api/resources/music/client/Client.ts">stream</a>({ ...params }) -> ReadableStream<Uint8Array></code></summary>
|
|
3798
|
+
<dl>
|
|
3799
|
+
<dd>
|
|
3800
|
+
|
|
3801
|
+
#### 📝 Description
|
|
3802
|
+
|
|
3803
|
+
<dl>
|
|
3804
|
+
<dd>
|
|
3805
|
+
|
|
3806
|
+
<dl>
|
|
3807
|
+
<dd>
|
|
3808
|
+
|
|
3809
|
+
Stream a composed song from a prompt or a composition plan.
|
|
3810
|
+
|
|
3811
|
+
</dd>
|
|
3812
|
+
</dl>
|
|
3813
|
+
</dd>
|
|
3814
|
+
</dl>
|
|
3815
|
+
|
|
3816
|
+
#### 🔌 Usage
|
|
3817
|
+
|
|
3818
|
+
<dl>
|
|
3819
|
+
<dd>
|
|
3820
|
+
|
|
3821
|
+
<dl>
|
|
3822
|
+
<dd>
|
|
3823
|
+
|
|
3824
|
+
```typescript
|
|
3825
|
+
await client.music.stream({
|
|
3826
|
+
prompt: undefined,
|
|
3827
|
+
musicPrompt: undefined,
|
|
3828
|
+
compositionPlan: undefined,
|
|
3829
|
+
musicLengthMs: undefined,
|
|
3830
|
+
modelId: undefined,
|
|
3831
|
+
seed: undefined,
|
|
3832
|
+
});
|
|
3833
|
+
```
|
|
3834
|
+
|
|
3835
|
+
</dd>
|
|
3836
|
+
</dl>
|
|
3837
|
+
</dd>
|
|
3838
|
+
</dl>
|
|
3839
|
+
|
|
3840
|
+
#### ⚙️ Parameters
|
|
3841
|
+
|
|
3842
|
+
<dl>
|
|
3843
|
+
<dd>
|
|
3844
|
+
|
|
3845
|
+
<dl>
|
|
3846
|
+
<dd>
|
|
3847
|
+
|
|
3848
|
+
**request:** `ElevenLabs.BodyStreamComposedMusicV1MusicStreamPost`
|
|
3849
|
+
|
|
3850
|
+
</dd>
|
|
3851
|
+
</dl>
|
|
3852
|
+
|
|
3853
|
+
<dl>
|
|
3854
|
+
<dd>
|
|
3855
|
+
|
|
3856
|
+
**requestOptions:** `Music.RequestOptions`
|
|
3857
|
+
|
|
3858
|
+
</dd>
|
|
3859
|
+
</dl>
|
|
3860
|
+
</dd>
|
|
3861
|
+
</dl>
|
|
3862
|
+
|
|
3863
|
+
</dd>
|
|
3864
|
+
</dl>
|
|
3865
|
+
</details>
|
|
3866
|
+
|
|
3867
|
+
## ConversationalAi Conversations
|
|
3868
|
+
|
|
3385
3869
|
<details><summary><code>client.conversationalAi.conversations.<a href="/src/api/resources/conversationalAi/resources/conversations/client/Client.ts">getSignedUrl</a>({ ...params }) -> ElevenLabs.ConversationSignedUrlResponseModel</code></summary>
|
|
3386
3870
|
<dl>
|
|
3387
3871
|
<dd>
|
|
@@ -4201,6 +4685,7 @@ await client.conversationalAi.agents.simulateConversation("21m00Tcm4TlvDq8ikWAM"
|
|
|
4201
4685
|
simulatedUserConfig: {
|
|
4202
4686
|
firstMessage: "Hello, how can I help you today?",
|
|
4203
4687
|
language: "en",
|
|
4688
|
+
disableFirstMessageInterruptions: false,
|
|
4204
4689
|
},
|
|
4205
4690
|
},
|
|
4206
4691
|
});
|
|
@@ -4279,6 +4764,7 @@ await client.conversationalAi.agents.simulateConversationStream("21m00Tcm4TlvDq8
|
|
|
4279
4764
|
simulatedUserConfig: {
|
|
4280
4765
|
firstMessage: "Hello, how can I help you today?",
|
|
4281
4766
|
language: "en",
|
|
4767
|
+
disableFirstMessageInterruptions: false,
|
|
4282
4768
|
},
|
|
4283
4769
|
},
|
|
4284
4770
|
});
|
|
@@ -5097,7 +5583,7 @@ await client.conversationalAi.phoneNumbers.delete("TeaqRRdTcIfIu2i7BYfT");
|
|
|
5097
5583
|
<dl>
|
|
5098
5584
|
<dd>
|
|
5099
5585
|
|
|
5100
|
-
Update
|
|
5586
|
+
Update assigned agent of a phone number
|
|
5101
5587
|
|
|
5102
5588
|
</dd>
|
|
5103
5589
|
</dl>
|
|
@@ -6581,6 +7067,77 @@ await client.conversationalAi.mcpServers.get("mcp_server_id");
|
|
|
6581
7067
|
</dl>
|
|
6582
7068
|
</details>
|
|
6583
7069
|
|
|
7070
|
+
<details><summary><code>client.conversationalAi.mcpServers.<a href="/src/api/resources/conversationalAi/resources/mcpServers/client/Client.ts">update</a>(mcpServerId, { ...params }) -> ElevenLabs.McpServerResponseModel</code></summary>
|
|
7071
|
+
<dl>
|
|
7072
|
+
<dd>
|
|
7073
|
+
|
|
7074
|
+
#### 📝 Description
|
|
7075
|
+
|
|
7076
|
+
<dl>
|
|
7077
|
+
<dd>
|
|
7078
|
+
|
|
7079
|
+
<dl>
|
|
7080
|
+
<dd>
|
|
7081
|
+
|
|
7082
|
+
Update the configuration settings for an MCP server.
|
|
7083
|
+
|
|
7084
|
+
</dd>
|
|
7085
|
+
</dl>
|
|
7086
|
+
</dd>
|
|
7087
|
+
</dl>
|
|
7088
|
+
|
|
7089
|
+
#### 🔌 Usage
|
|
7090
|
+
|
|
7091
|
+
<dl>
|
|
7092
|
+
<dd>
|
|
7093
|
+
|
|
7094
|
+
<dl>
|
|
7095
|
+
<dd>
|
|
7096
|
+
|
|
7097
|
+
```typescript
|
|
7098
|
+
await client.conversationalAi.mcpServers.update("mcp_server_id");
|
|
7099
|
+
```
|
|
7100
|
+
|
|
7101
|
+
</dd>
|
|
7102
|
+
</dl>
|
|
7103
|
+
</dd>
|
|
7104
|
+
</dl>
|
|
7105
|
+
|
|
7106
|
+
#### ⚙️ Parameters
|
|
7107
|
+
|
|
7108
|
+
<dl>
|
|
7109
|
+
<dd>
|
|
7110
|
+
|
|
7111
|
+
<dl>
|
|
7112
|
+
<dd>
|
|
7113
|
+
|
|
7114
|
+
**mcpServerId:** `string` — ID of the MCP Server.
|
|
7115
|
+
|
|
7116
|
+
</dd>
|
|
7117
|
+
</dl>
|
|
7118
|
+
|
|
7119
|
+
<dl>
|
|
7120
|
+
<dd>
|
|
7121
|
+
|
|
7122
|
+
**request:** `ElevenLabs.conversationalAi.McpServerConfigUpdateRequestModel`
|
|
7123
|
+
|
|
7124
|
+
</dd>
|
|
7125
|
+
</dl>
|
|
7126
|
+
|
|
7127
|
+
<dl>
|
|
7128
|
+
<dd>
|
|
7129
|
+
|
|
7130
|
+
**requestOptions:** `McpServers.RequestOptions`
|
|
7131
|
+
|
|
7132
|
+
</dd>
|
|
7133
|
+
</dl>
|
|
7134
|
+
</dd>
|
|
7135
|
+
</dl>
|
|
7136
|
+
|
|
7137
|
+
</dd>
|
|
7138
|
+
</dl>
|
|
7139
|
+
</details>
|
|
7140
|
+
|
|
6584
7141
|
## ConversationalAi Agents Widget
|
|
6585
7142
|
|
|
6586
7143
|
<details><summary><code>client.conversationalAi.agents.widget.<a href="/src/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.ts">get</a>(agentId, { ...params }) -> ElevenLabs.GetAgentEmbedResponseModel</code></summary>
|
|
@@ -6934,9 +7491,7 @@ await client.conversationalAi.agents.widget.avatar.create("21m00Tcm4TlvDq8ikWAM"
|
|
|
6934
7491
|
|
|
6935
7492
|
## ConversationalAi Conversations Audio
|
|
6936
7493
|
|
|
6937
|
-
|
|
6938
|
-
|
|
6939
|
-
<details><summary><code>client.conversationalAi.conversations.feedback.<a href="/src/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.ts">create</a>(conversationId, { ...params }) -> unknown</code></summary>
|
|
7494
|
+
<details><summary><code>client.conversationalAi.conversations.audio.<a href="/src/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.ts">get</a>(conversationId) -> ReadableStream<Uint8Array></code></summary>
|
|
6940
7495
|
<dl>
|
|
6941
7496
|
<dd>
|
|
6942
7497
|
|
|
@@ -6948,7 +7503,7 @@ await client.conversationalAi.agents.widget.avatar.create("21m00Tcm4TlvDq8ikWAM"
|
|
|
6948
7503
|
<dl>
|
|
6949
7504
|
<dd>
|
|
6950
7505
|
|
|
6951
|
-
|
|
7506
|
+
Get the audio recording of a particular conversation
|
|
6952
7507
|
|
|
6953
7508
|
</dd>
|
|
6954
7509
|
</dl>
|
|
@@ -6964,9 +7519,7 @@ Send the feedback for the given conversation
|
|
|
6964
7519
|
<dd>
|
|
6965
7520
|
|
|
6966
7521
|
```typescript
|
|
6967
|
-
await client.conversationalAi.conversations.
|
|
6968
|
-
feedback: "like",
|
|
6969
|
-
});
|
|
7522
|
+
await client.conversationalAi.conversations.audio.get("conversation_id");
|
|
6970
7523
|
```
|
|
6971
7524
|
|
|
6972
7525
|
</dd>
|
|
@@ -6990,11 +7543,78 @@ await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWA
|
|
|
6990
7543
|
<dl>
|
|
6991
7544
|
<dd>
|
|
6992
7545
|
|
|
6993
|
-
**
|
|
7546
|
+
**requestOptions:** `Audio.RequestOptions`
|
|
6994
7547
|
|
|
6995
7548
|
</dd>
|
|
6996
7549
|
</dl>
|
|
6997
|
-
|
|
7550
|
+
</dd>
|
|
7551
|
+
</dl>
|
|
7552
|
+
|
|
7553
|
+
</dd>
|
|
7554
|
+
</dl>
|
|
7555
|
+
</details>
|
|
7556
|
+
|
|
7557
|
+
## ConversationalAi Conversations Feedback
|
|
7558
|
+
|
|
7559
|
+
<details><summary><code>client.conversationalAi.conversations.feedback.<a href="/src/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.ts">create</a>(conversationId, { ...params }) -> unknown</code></summary>
|
|
7560
|
+
<dl>
|
|
7561
|
+
<dd>
|
|
7562
|
+
|
|
7563
|
+
#### 📝 Description
|
|
7564
|
+
|
|
7565
|
+
<dl>
|
|
7566
|
+
<dd>
|
|
7567
|
+
|
|
7568
|
+
<dl>
|
|
7569
|
+
<dd>
|
|
7570
|
+
|
|
7571
|
+
Send the feedback for the given conversation
|
|
7572
|
+
|
|
7573
|
+
</dd>
|
|
7574
|
+
</dl>
|
|
7575
|
+
</dd>
|
|
7576
|
+
</dl>
|
|
7577
|
+
|
|
7578
|
+
#### 🔌 Usage
|
|
7579
|
+
|
|
7580
|
+
<dl>
|
|
7581
|
+
<dd>
|
|
7582
|
+
|
|
7583
|
+
<dl>
|
|
7584
|
+
<dd>
|
|
7585
|
+
|
|
7586
|
+
```typescript
|
|
7587
|
+
await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWAM", {
|
|
7588
|
+
feedback: "like",
|
|
7589
|
+
});
|
|
7590
|
+
```
|
|
7591
|
+
|
|
7592
|
+
</dd>
|
|
7593
|
+
</dl>
|
|
7594
|
+
</dd>
|
|
7595
|
+
</dl>
|
|
7596
|
+
|
|
7597
|
+
#### ⚙️ Parameters
|
|
7598
|
+
|
|
7599
|
+
<dl>
|
|
7600
|
+
<dd>
|
|
7601
|
+
|
|
7602
|
+
<dl>
|
|
7603
|
+
<dd>
|
|
7604
|
+
|
|
7605
|
+
**conversationId:** `string` — The id of the conversation you're taking the action on.
|
|
7606
|
+
|
|
7607
|
+
</dd>
|
|
7608
|
+
</dl>
|
|
7609
|
+
|
|
7610
|
+
<dl>
|
|
7611
|
+
<dd>
|
|
7612
|
+
|
|
7613
|
+
**request:** `ElevenLabs.conversationalAi.conversations.BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost`
|
|
7614
|
+
|
|
7615
|
+
</dd>
|
|
7616
|
+
</dl>
|
|
7617
|
+
|
|
6998
7618
|
<dl>
|
|
6999
7619
|
<dd>
|
|
7000
7620
|
|
|
@@ -7902,7 +8522,7 @@ await client.conversationalAi.mcpServers.tools.list("mcp_server_id");
|
|
|
7902
8522
|
<dl>
|
|
7903
8523
|
<dd>
|
|
7904
8524
|
|
|
7905
|
-
Update the approval policy configuration for an MCP server.
|
|
8525
|
+
Update the approval policy configuration for an MCP server. DEPRECATED: Use PATCH /mcp-servers/{id} endpoint instead.
|
|
7906
8526
|
|
|
7907
8527
|
</dd>
|
|
7908
8528
|
</dl>
|
|
@@ -8616,6 +9236,77 @@ await client.dubbing.resource.render("dubbing_id", "language", {
|
|
|
8616
9236
|
|
|
8617
9237
|
## Dubbing Audio
|
|
8618
9238
|
|
|
9239
|
+
<details><summary><code>client.dubbing.audio.<a href="/src/api/resources/dubbing/resources/audio/client/Client.ts">get</a>(dubbingId, languageCode) -> ReadableStream<Uint8Array></code></summary>
|
|
9240
|
+
<dl>
|
|
9241
|
+
<dd>
|
|
9242
|
+
|
|
9243
|
+
#### 📝 Description
|
|
9244
|
+
|
|
9245
|
+
<dl>
|
|
9246
|
+
<dd>
|
|
9247
|
+
|
|
9248
|
+
<dl>
|
|
9249
|
+
<dd>
|
|
9250
|
+
|
|
9251
|
+
Returns dub as a streamed MP3 or MP4 file. If this dub has been edited using Dubbing Studio you need to use the resource render endpoint as this endpoint only returns the original automatic dub result.
|
|
9252
|
+
|
|
9253
|
+
</dd>
|
|
9254
|
+
</dl>
|
|
9255
|
+
</dd>
|
|
9256
|
+
</dl>
|
|
9257
|
+
|
|
9258
|
+
#### 🔌 Usage
|
|
9259
|
+
|
|
9260
|
+
<dl>
|
|
9261
|
+
<dd>
|
|
9262
|
+
|
|
9263
|
+
<dl>
|
|
9264
|
+
<dd>
|
|
9265
|
+
|
|
9266
|
+
```typescript
|
|
9267
|
+
await client.dubbing.audio.get("dubbing_id", "language_code");
|
|
9268
|
+
```
|
|
9269
|
+
|
|
9270
|
+
</dd>
|
|
9271
|
+
</dl>
|
|
9272
|
+
</dd>
|
|
9273
|
+
</dl>
|
|
9274
|
+
|
|
9275
|
+
#### ⚙️ Parameters
|
|
9276
|
+
|
|
9277
|
+
<dl>
|
|
9278
|
+
<dd>
|
|
9279
|
+
|
|
9280
|
+
<dl>
|
|
9281
|
+
<dd>
|
|
9282
|
+
|
|
9283
|
+
**dubbingId:** `string` — ID of the dubbing project.
|
|
9284
|
+
|
|
9285
|
+
</dd>
|
|
9286
|
+
</dl>
|
|
9287
|
+
|
|
9288
|
+
<dl>
|
|
9289
|
+
<dd>
|
|
9290
|
+
|
|
9291
|
+
**languageCode:** `string` — ID of the language.
|
|
9292
|
+
|
|
9293
|
+
</dd>
|
|
9294
|
+
</dl>
|
|
9295
|
+
|
|
9296
|
+
<dl>
|
|
9297
|
+
<dd>
|
|
9298
|
+
|
|
9299
|
+
**requestOptions:** `Audio.RequestOptions`
|
|
9300
|
+
|
|
9301
|
+
</dd>
|
|
9302
|
+
</dl>
|
|
9303
|
+
</dd>
|
|
9304
|
+
</dl>
|
|
9305
|
+
|
|
9306
|
+
</dd>
|
|
9307
|
+
</dl>
|
|
9308
|
+
</details>
|
|
9309
|
+
|
|
8619
9310
|
## Dubbing Transcript
|
|
8620
9311
|
|
|
8621
9312
|
<details><summary><code>client.dubbing.transcript.<a href="/src/api/resources/dubbing/resources/transcript/client/Client.ts">getTranscriptForDub</a>(dubbingId, languageCode, { ...params }) -> string</code></summary>
|
|
@@ -9745,6 +10436,69 @@ await client.speechToText.transcripts.get("transcription_id");
|
|
|
9745
10436
|
</dl>
|
|
9746
10437
|
</details>
|
|
9747
10438
|
|
|
10439
|
+
<details><summary><code>client.speechToText.transcripts.<a href="/src/api/resources/speechToText/resources/transcripts/client/Client.ts">delete</a>(transcriptionId) -> unknown</code></summary>
|
|
10440
|
+
<dl>
|
|
10441
|
+
<dd>
|
|
10442
|
+
|
|
10443
|
+
#### 📝 Description
|
|
10444
|
+
|
|
10445
|
+
<dl>
|
|
10446
|
+
<dd>
|
|
10447
|
+
|
|
10448
|
+
<dl>
|
|
10449
|
+
<dd>
|
|
10450
|
+
|
|
10451
|
+
Delete a previously generated transcript by its ID.
|
|
10452
|
+
|
|
10453
|
+
</dd>
|
|
10454
|
+
</dl>
|
|
10455
|
+
</dd>
|
|
10456
|
+
</dl>
|
|
10457
|
+
|
|
10458
|
+
#### 🔌 Usage
|
|
10459
|
+
|
|
10460
|
+
<dl>
|
|
10461
|
+
<dd>
|
|
10462
|
+
|
|
10463
|
+
<dl>
|
|
10464
|
+
<dd>
|
|
10465
|
+
|
|
10466
|
+
```typescript
|
|
10467
|
+
await client.speechToText.transcripts.delete("transcription_id");
|
|
10468
|
+
```
|
|
10469
|
+
|
|
10470
|
+
</dd>
|
|
10471
|
+
</dl>
|
|
10472
|
+
</dd>
|
|
10473
|
+
</dl>
|
|
10474
|
+
|
|
10475
|
+
#### ⚙️ Parameters
|
|
10476
|
+
|
|
10477
|
+
<dl>
|
|
10478
|
+
<dd>
|
|
10479
|
+
|
|
10480
|
+
<dl>
|
|
10481
|
+
<dd>
|
|
10482
|
+
|
|
10483
|
+
**transcriptionId:** `string` — The unique ID of the transcript to delete
|
|
10484
|
+
|
|
10485
|
+
</dd>
|
|
10486
|
+
</dl>
|
|
10487
|
+
|
|
10488
|
+
<dl>
|
|
10489
|
+
<dd>
|
|
10490
|
+
|
|
10491
|
+
**requestOptions:** `Transcripts.RequestOptions`
|
|
10492
|
+
|
|
10493
|
+
</dd>
|
|
10494
|
+
</dl>
|
|
10495
|
+
</dd>
|
|
10496
|
+
</dl>
|
|
10497
|
+
|
|
10498
|
+
</dd>
|
|
10499
|
+
</dl>
|
|
10500
|
+
</details>
|
|
10501
|
+
|
|
9748
10502
|
## Studio Projects
|
|
9749
10503
|
|
|
9750
10504
|
<details><summary><code>client.studio.projects.<a href="/src/api/resources/studio/resources/projects/client/Client.ts">list</a>() -> ElevenLabs.GetProjectsResponse</code></summary>
|
|
@@ -10348,9 +11102,7 @@ await client.studio.projects.snapshots.get("21m00Tcm4TlvDq8ikWAM", "21m00Tcm4Tlv
|
|
|
10348
11102
|
</dl>
|
|
10349
11103
|
</details>
|
|
10350
11104
|
|
|
10351
|
-
|
|
10352
|
-
|
|
10353
|
-
<details><summary><code>client.studio.projects.chapters.<a href="/src/api/resources/studio/resources/projects/resources/chapters/client/Client.ts">list</a>(projectId) -> ElevenLabs.GetChaptersResponse</code></summary>
|
|
11105
|
+
<details><summary><code>client.studio.projects.snapshots.<a href="/src/api/resources/studio/resources/projects/resources/snapshots/client/Client.ts">stream</a>(projectId, projectSnapshotId, { ...params }) -> ReadableStream<Uint8Array></code></summary>
|
|
10354
11106
|
<dl>
|
|
10355
11107
|
<dd>
|
|
10356
11108
|
|
|
@@ -10362,7 +11114,7 @@ await client.studio.projects.snapshots.get("21m00Tcm4TlvDq8ikWAM", "21m00Tcm4Tlv
|
|
|
10362
11114
|
<dl>
|
|
10363
11115
|
<dd>
|
|
10364
11116
|
|
|
10365
|
-
|
|
11117
|
+
Stream the audio from a Studio project snapshot.
|
|
10366
11118
|
|
|
10367
11119
|
</dd>
|
|
10368
11120
|
</dl>
|
|
@@ -10378,7 +11130,9 @@ Returns a list of a Studio project's chapters.
|
|
|
10378
11130
|
<dd>
|
|
10379
11131
|
|
|
10380
11132
|
```typescript
|
|
10381
|
-
await client.studio.projects.
|
|
11133
|
+
await client.studio.projects.snapshots.stream("project_id", "project_snapshot_id", {
|
|
11134
|
+
convertToMpeg: undefined,
|
|
11135
|
+
});
|
|
10382
11136
|
```
|
|
10383
11137
|
|
|
10384
11138
|
</dd>
|
|
@@ -10394,7 +11148,7 @@ await client.studio.projects.chapters.list("21m00Tcm4TlvDq8ikWAM");
|
|
|
10394
11148
|
<dl>
|
|
10395
11149
|
<dd>
|
|
10396
11150
|
|
|
10397
|
-
**projectId:** `string` — The ID of the
|
|
11151
|
+
**projectId:** `string` — The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
|
|
10398
11152
|
|
|
10399
11153
|
</dd>
|
|
10400
11154
|
</dl>
|
|
@@ -10402,7 +11156,23 @@ await client.studio.projects.chapters.list("21m00Tcm4TlvDq8ikWAM");
|
|
|
10402
11156
|
<dl>
|
|
10403
11157
|
<dd>
|
|
10404
11158
|
|
|
10405
|
-
**
|
|
11159
|
+
**projectSnapshotId:** `string` — The ID of the Studio project snapshot.
|
|
11160
|
+
|
|
11161
|
+
</dd>
|
|
11162
|
+
</dl>
|
|
11163
|
+
|
|
11164
|
+
<dl>
|
|
11165
|
+
<dd>
|
|
11166
|
+
|
|
11167
|
+
**request:** `ElevenLabs.studio.projects.BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost`
|
|
11168
|
+
|
|
11169
|
+
</dd>
|
|
11170
|
+
</dl>
|
|
11171
|
+
|
|
11172
|
+
<dl>
|
|
11173
|
+
<dd>
|
|
11174
|
+
|
|
11175
|
+
**requestOptions:** `Snapshots.RequestOptions`
|
|
10406
11176
|
|
|
10407
11177
|
</dd>
|
|
10408
11178
|
</dl>
|
|
@@ -10413,7 +11183,7 @@ await client.studio.projects.chapters.list("21m00Tcm4TlvDq8ikWAM");
|
|
|
10413
11183
|
</dl>
|
|
10414
11184
|
</details>
|
|
10415
11185
|
|
|
10416
|
-
<details><summary><code>client.studio.projects.
|
|
11186
|
+
<details><summary><code>client.studio.projects.snapshots.<a href="/src/api/resources/studio/resources/projects/resources/snapshots/client/Client.ts">streamArchive</a>(projectId, projectSnapshotId) -> ReadableStream<Uint8Array></code></summary>
|
|
10417
11187
|
<dl>
|
|
10418
11188
|
<dd>
|
|
10419
11189
|
|
|
@@ -10425,7 +11195,7 @@ await client.studio.projects.chapters.list("21m00Tcm4TlvDq8ikWAM");
|
|
|
10425
11195
|
<dl>
|
|
10426
11196
|
<dd>
|
|
10427
11197
|
|
|
10428
|
-
|
|
11198
|
+
Returns a compressed archive of the Studio project's audio.
|
|
10429
11199
|
|
|
10430
11200
|
</dd>
|
|
10431
11201
|
</dl>
|
|
@@ -10441,9 +11211,7 @@ Creates a new chapter either as blank or from a URL.
|
|
|
10441
11211
|
<dd>
|
|
10442
11212
|
|
|
10443
11213
|
```typescript
|
|
10444
|
-
await client.studio.projects.
|
|
10445
|
-
name: "Chapter 1",
|
|
10446
|
-
});
|
|
11214
|
+
await client.studio.projects.snapshots.streamArchive("project_id", "project_snapshot_id");
|
|
10447
11215
|
```
|
|
10448
11216
|
|
|
10449
11217
|
</dd>
|
|
@@ -10459,7 +11227,7 @@ await client.studio.projects.chapters.create("21m00Tcm4TlvDq8ikWAM", {
|
|
|
10459
11227
|
<dl>
|
|
10460
11228
|
<dd>
|
|
10461
11229
|
|
|
10462
|
-
**projectId:** `string` — The ID of the
|
|
11230
|
+
**projectId:** `string` — The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
|
|
10463
11231
|
|
|
10464
11232
|
</dd>
|
|
10465
11233
|
</dl>
|
|
@@ -10467,7 +11235,7 @@ await client.studio.projects.chapters.create("21m00Tcm4TlvDq8ikWAM", {
|
|
|
10467
11235
|
<dl>
|
|
10468
11236
|
<dd>
|
|
10469
11237
|
|
|
10470
|
-
**
|
|
11238
|
+
**projectSnapshotId:** `string` — The ID of the Studio project snapshot.
|
|
10471
11239
|
|
|
10472
11240
|
</dd>
|
|
10473
11241
|
</dl>
|
|
@@ -10475,7 +11243,7 @@ await client.studio.projects.chapters.create("21m00Tcm4TlvDq8ikWAM", {
|
|
|
10475
11243
|
<dl>
|
|
10476
11244
|
<dd>
|
|
10477
11245
|
|
|
10478
|
-
**requestOptions:** `
|
|
11246
|
+
**requestOptions:** `Snapshots.RequestOptions`
|
|
10479
11247
|
|
|
10480
11248
|
</dd>
|
|
10481
11249
|
</dl>
|
|
@@ -10486,7 +11254,9 @@ await client.studio.projects.chapters.create("21m00Tcm4TlvDq8ikWAM", {
|
|
|
10486
11254
|
</dl>
|
|
10487
11255
|
</details>
|
|
10488
11256
|
|
|
10489
|
-
|
|
11257
|
+
## Studio Projects Chapters
|
|
11258
|
+
|
|
11259
|
+
<details><summary><code>client.studio.projects.chapters.<a href="/src/api/resources/studio/resources/projects/resources/chapters/client/Client.ts">list</a>(projectId) -> ElevenLabs.GetChaptersResponse</code></summary>
|
|
10490
11260
|
<dl>
|
|
10491
11261
|
<dd>
|
|
10492
11262
|
|
|
@@ -10498,7 +11268,7 @@ await client.studio.projects.chapters.create("21m00Tcm4TlvDq8ikWAM", {
|
|
|
10498
11268
|
<dl>
|
|
10499
11269
|
<dd>
|
|
10500
11270
|
|
|
10501
|
-
Returns
|
|
11271
|
+
Returns a list of a Studio project's chapters.
|
|
10502
11272
|
|
|
10503
11273
|
</dd>
|
|
10504
11274
|
</dl>
|
|
@@ -10514,7 +11284,7 @@ Returns information about a specific chapter.
|
|
|
10514
11284
|
<dd>
|
|
10515
11285
|
|
|
10516
11286
|
```typescript
|
|
10517
|
-
await client.studio.projects.chapters.
|
|
11287
|
+
await client.studio.projects.chapters.list("21m00Tcm4TlvDq8ikWAM");
|
|
10518
11288
|
```
|
|
10519
11289
|
|
|
10520
11290
|
</dd>
|
|
@@ -10530,15 +11300,7 @@ await client.studio.projects.chapters.get("21m00Tcm4TlvDq8ikWAM", "21m00Tcm4TlvD
|
|
|
10530
11300
|
<dl>
|
|
10531
11301
|
<dd>
|
|
10532
11302
|
|
|
10533
|
-
**projectId:** `string` — The ID of the project
|
|
10534
|
-
|
|
10535
|
-
</dd>
|
|
10536
|
-
</dl>
|
|
10537
|
-
|
|
10538
|
-
<dl>
|
|
10539
|
-
<dd>
|
|
10540
|
-
|
|
10541
|
-
**chapterId:** `string` — The ID of the chapter to be used. You can use the [List project chapters](/docs/api-reference/studio/get-chapters) endpoint to list all the available chapters.
|
|
11303
|
+
**projectId:** `string` — The ID of the Studio project.
|
|
10542
11304
|
|
|
10543
11305
|
</dd>
|
|
10544
11306
|
</dl>
|
|
@@ -10557,7 +11319,7 @@ await client.studio.projects.chapters.get("21m00Tcm4TlvDq8ikWAM", "21m00Tcm4TlvD
|
|
|
10557
11319
|
</dl>
|
|
10558
11320
|
</details>
|
|
10559
11321
|
|
|
10560
|
-
<details><summary><code>client.studio.projects.chapters.<a href="/src/api/resources/studio/resources/projects/resources/chapters/client/Client.ts">
|
|
11322
|
+
<details><summary><code>client.studio.projects.chapters.<a href="/src/api/resources/studio/resources/projects/resources/chapters/client/Client.ts">create</a>(projectId, { ...params }) -> ElevenLabs.AddChapterResponseModel</code></summary>
|
|
10561
11323
|
<dl>
|
|
10562
11324
|
<dd>
|
|
10563
11325
|
|
|
@@ -10569,7 +11331,7 @@ await client.studio.projects.chapters.get("21m00Tcm4TlvDq8ikWAM", "21m00Tcm4TlvD
|
|
|
10569
11331
|
<dl>
|
|
10570
11332
|
<dd>
|
|
10571
11333
|
|
|
10572
|
-
|
|
11334
|
+
Creates a new chapter either as blank or from a URL.
|
|
10573
11335
|
|
|
10574
11336
|
</dd>
|
|
10575
11337
|
</dl>
|
|
@@ -10585,9 +11347,153 @@ Updates a chapter.
|
|
|
10585
11347
|
<dd>
|
|
10586
11348
|
|
|
10587
11349
|
```typescript
|
|
10588
|
-
await client.studio.projects.chapters.
|
|
10589
|
-
|
|
10590
|
-
|
|
11350
|
+
await client.studio.projects.chapters.create("21m00Tcm4TlvDq8ikWAM", {
|
|
11351
|
+
name: "Chapter 1",
|
|
11352
|
+
});
|
|
11353
|
+
```
|
|
11354
|
+
|
|
11355
|
+
</dd>
|
|
11356
|
+
</dl>
|
|
11357
|
+
</dd>
|
|
11358
|
+
</dl>
|
|
11359
|
+
|
|
11360
|
+
#### ⚙️ Parameters
|
|
11361
|
+
|
|
11362
|
+
<dl>
|
|
11363
|
+
<dd>
|
|
11364
|
+
|
|
11365
|
+
<dl>
|
|
11366
|
+
<dd>
|
|
11367
|
+
|
|
11368
|
+
**projectId:** `string` — The ID of the Studio project.
|
|
11369
|
+
|
|
11370
|
+
</dd>
|
|
11371
|
+
</dl>
|
|
11372
|
+
|
|
11373
|
+
<dl>
|
|
11374
|
+
<dd>
|
|
11375
|
+
|
|
11376
|
+
**request:** `ElevenLabs.studio.projects.BodyCreateChapterV1StudioProjectsProjectIdChaptersPost`
|
|
11377
|
+
|
|
11378
|
+
</dd>
|
|
11379
|
+
</dl>
|
|
11380
|
+
|
|
11381
|
+
<dl>
|
|
11382
|
+
<dd>
|
|
11383
|
+
|
|
11384
|
+
**requestOptions:** `Chapters.RequestOptions`
|
|
11385
|
+
|
|
11386
|
+
</dd>
|
|
11387
|
+
</dl>
|
|
11388
|
+
</dd>
|
|
11389
|
+
</dl>
|
|
11390
|
+
|
|
11391
|
+
</dd>
|
|
11392
|
+
</dl>
|
|
11393
|
+
</details>
|
|
11394
|
+
|
|
11395
|
+
<details><summary><code>client.studio.projects.chapters.<a href="/src/api/resources/studio/resources/projects/resources/chapters/client/Client.ts">get</a>(projectId, chapterId) -> ElevenLabs.ChapterWithContentResponseModel</code></summary>
|
|
11396
|
+
<dl>
|
|
11397
|
+
<dd>
|
|
11398
|
+
|
|
11399
|
+
#### 📝 Description
|
|
11400
|
+
|
|
11401
|
+
<dl>
|
|
11402
|
+
<dd>
|
|
11403
|
+
|
|
11404
|
+
<dl>
|
|
11405
|
+
<dd>
|
|
11406
|
+
|
|
11407
|
+
Returns information about a specific chapter.
|
|
11408
|
+
|
|
11409
|
+
</dd>
|
|
11410
|
+
</dl>
|
|
11411
|
+
</dd>
|
|
11412
|
+
</dl>
|
|
11413
|
+
|
|
11414
|
+
#### 🔌 Usage
|
|
11415
|
+
|
|
11416
|
+
<dl>
|
|
11417
|
+
<dd>
|
|
11418
|
+
|
|
11419
|
+
<dl>
|
|
11420
|
+
<dd>
|
|
11421
|
+
|
|
11422
|
+
```typescript
|
|
11423
|
+
await client.studio.projects.chapters.get("21m00Tcm4TlvDq8ikWAM", "21m00Tcm4TlvDq8ikWAM");
|
|
11424
|
+
```
|
|
11425
|
+
|
|
11426
|
+
</dd>
|
|
11427
|
+
</dl>
|
|
11428
|
+
</dd>
|
|
11429
|
+
</dl>
|
|
11430
|
+
|
|
11431
|
+
#### ⚙️ Parameters
|
|
11432
|
+
|
|
11433
|
+
<dl>
|
|
11434
|
+
<dd>
|
|
11435
|
+
|
|
11436
|
+
<dl>
|
|
11437
|
+
<dd>
|
|
11438
|
+
|
|
11439
|
+
**projectId:** `string` — The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
|
|
11440
|
+
|
|
11441
|
+
</dd>
|
|
11442
|
+
</dl>
|
|
11443
|
+
|
|
11444
|
+
<dl>
|
|
11445
|
+
<dd>
|
|
11446
|
+
|
|
11447
|
+
**chapterId:** `string` — The ID of the chapter to be used. You can use the [List project chapters](/docs/api-reference/studio/get-chapters) endpoint to list all the available chapters.
|
|
11448
|
+
|
|
11449
|
+
</dd>
|
|
11450
|
+
</dl>
|
|
11451
|
+
|
|
11452
|
+
<dl>
|
|
11453
|
+
<dd>
|
|
11454
|
+
|
|
11455
|
+
**requestOptions:** `Chapters.RequestOptions`
|
|
11456
|
+
|
|
11457
|
+
</dd>
|
|
11458
|
+
</dl>
|
|
11459
|
+
</dd>
|
|
11460
|
+
</dl>
|
|
11461
|
+
|
|
11462
|
+
</dd>
|
|
11463
|
+
</dl>
|
|
11464
|
+
</details>
|
|
11465
|
+
|
|
11466
|
+
<details><summary><code>client.studio.projects.chapters.<a href="/src/api/resources/studio/resources/projects/resources/chapters/client/Client.ts">update</a>(projectId, chapterId, { ...params }) -> ElevenLabs.EditChapterResponseModel</code></summary>
|
|
11467
|
+
<dl>
|
|
11468
|
+
<dd>
|
|
11469
|
+
|
|
11470
|
+
#### 📝 Description
|
|
11471
|
+
|
|
11472
|
+
<dl>
|
|
11473
|
+
<dd>
|
|
11474
|
+
|
|
11475
|
+
<dl>
|
|
11476
|
+
<dd>
|
|
11477
|
+
|
|
11478
|
+
Updates a chapter.
|
|
11479
|
+
|
|
11480
|
+
</dd>
|
|
11481
|
+
</dl>
|
|
11482
|
+
</dd>
|
|
11483
|
+
</dl>
|
|
11484
|
+
|
|
11485
|
+
#### 🔌 Usage
|
|
11486
|
+
|
|
11487
|
+
<dl>
|
|
11488
|
+
<dd>
|
|
11489
|
+
|
|
11490
|
+
<dl>
|
|
11491
|
+
<dd>
|
|
11492
|
+
|
|
11493
|
+
```typescript
|
|
11494
|
+
await client.studio.projects.chapters.update("21m00Tcm4TlvDq8ikWAM", "21m00Tcm4TlvDq8ikWAM");
|
|
11495
|
+
```
|
|
11496
|
+
|
|
10591
11497
|
</dd>
|
|
10592
11498
|
</dl>
|
|
10593
11499
|
</dd>
|
|
@@ -11013,8 +11919,160 @@ await client.studio.projects.chapters.snapshots.get(
|
|
|
11013
11919
|
</dl>
|
|
11014
11920
|
</details>
|
|
11015
11921
|
|
|
11922
|
+
<details><summary><code>client.studio.projects.chapters.snapshots.<a href="/src/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.ts">stream</a>(projectId, chapterId, chapterSnapshotId, { ...params }) -> ReadableStream<Uint8Array></code></summary>
|
|
11923
|
+
<dl>
|
|
11924
|
+
<dd>
|
|
11925
|
+
|
|
11926
|
+
#### 📝 Description
|
|
11927
|
+
|
|
11928
|
+
<dl>
|
|
11929
|
+
<dd>
|
|
11930
|
+
|
|
11931
|
+
<dl>
|
|
11932
|
+
<dd>
|
|
11933
|
+
|
|
11934
|
+
Stream the audio from a chapter snapshot. Use `GET /v1/studio/projects/{project_id}/chapters/{chapter_id}/snapshots` to return the snapshots of a chapter.
|
|
11935
|
+
|
|
11936
|
+
</dd>
|
|
11937
|
+
</dl>
|
|
11938
|
+
</dd>
|
|
11939
|
+
</dl>
|
|
11940
|
+
|
|
11941
|
+
#### 🔌 Usage
|
|
11942
|
+
|
|
11943
|
+
<dl>
|
|
11944
|
+
<dd>
|
|
11945
|
+
|
|
11946
|
+
<dl>
|
|
11947
|
+
<dd>
|
|
11948
|
+
|
|
11949
|
+
```typescript
|
|
11950
|
+
await client.studio.projects.chapters.snapshots.stream("project_id", "chapter_id", "chapter_snapshot_id", {
|
|
11951
|
+
convertToMpeg: undefined,
|
|
11952
|
+
});
|
|
11953
|
+
```
|
|
11954
|
+
|
|
11955
|
+
</dd>
|
|
11956
|
+
</dl>
|
|
11957
|
+
</dd>
|
|
11958
|
+
</dl>
|
|
11959
|
+
|
|
11960
|
+
#### ⚙️ Parameters
|
|
11961
|
+
|
|
11962
|
+
<dl>
|
|
11963
|
+
<dd>
|
|
11964
|
+
|
|
11965
|
+
<dl>
|
|
11966
|
+
<dd>
|
|
11967
|
+
|
|
11968
|
+
**projectId:** `string` — The ID of the project to be used. You can use the [List projects](/docs/api-reference/studio/get-projects) endpoint to list all the available projects.
|
|
11969
|
+
|
|
11970
|
+
</dd>
|
|
11971
|
+
</dl>
|
|
11972
|
+
|
|
11973
|
+
<dl>
|
|
11974
|
+
<dd>
|
|
11975
|
+
|
|
11976
|
+
**chapterId:** `string` — The ID of the chapter to be used. You can use the [List project chapters](/docs/api-reference/studio/get-chapters) endpoint to list all the available chapters.
|
|
11977
|
+
|
|
11978
|
+
</dd>
|
|
11979
|
+
</dl>
|
|
11980
|
+
|
|
11981
|
+
<dl>
|
|
11982
|
+
<dd>
|
|
11983
|
+
|
|
11984
|
+
**chapterSnapshotId:** `string` — The ID of the chapter snapshot to be used. You can use the [List project chapter snapshots](/docs/api-reference/studio/get-snapshots) endpoint to list all the available snapshots.
|
|
11985
|
+
|
|
11986
|
+
</dd>
|
|
11987
|
+
</dl>
|
|
11988
|
+
|
|
11989
|
+
<dl>
|
|
11990
|
+
<dd>
|
|
11991
|
+
|
|
11992
|
+
**request:** `ElevenLabs.studio.projects.chapters.BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost`
|
|
11993
|
+
|
|
11994
|
+
</dd>
|
|
11995
|
+
</dl>
|
|
11996
|
+
|
|
11997
|
+
<dl>
|
|
11998
|
+
<dd>
|
|
11999
|
+
|
|
12000
|
+
**requestOptions:** `Snapshots.RequestOptions`
|
|
12001
|
+
|
|
12002
|
+
</dd>
|
|
12003
|
+
</dl>
|
|
12004
|
+
</dd>
|
|
12005
|
+
</dl>
|
|
12006
|
+
|
|
12007
|
+
</dd>
|
|
12008
|
+
</dl>
|
|
12009
|
+
</details>
|
|
12010
|
+
|
|
11016
12011
|
## TextToVoice Preview
|
|
11017
12012
|
|
|
12013
|
+
<details><summary><code>client.textToVoice.preview.<a href="/src/api/resources/textToVoice/resources/preview/client/Client.ts">stream</a>(generatedVoiceId) -> ReadableStream<Uint8Array></code></summary>
|
|
12014
|
+
<dl>
|
|
12015
|
+
<dd>
|
|
12016
|
+
|
|
12017
|
+
#### 📝 Description
|
|
12018
|
+
|
|
12019
|
+
<dl>
|
|
12020
|
+
<dd>
|
|
12021
|
+
|
|
12022
|
+
<dl>
|
|
12023
|
+
<dd>
|
|
12024
|
+
|
|
12025
|
+
Stream a voice preview that was created via the /v1/text-to-voice/design endpoint.
|
|
12026
|
+
|
|
12027
|
+
</dd>
|
|
12028
|
+
</dl>
|
|
12029
|
+
</dd>
|
|
12030
|
+
</dl>
|
|
12031
|
+
|
|
12032
|
+
#### 🔌 Usage
|
|
12033
|
+
|
|
12034
|
+
<dl>
|
|
12035
|
+
<dd>
|
|
12036
|
+
|
|
12037
|
+
<dl>
|
|
12038
|
+
<dd>
|
|
12039
|
+
|
|
12040
|
+
```typescript
|
|
12041
|
+
await client.textToVoice.preview.stream("generated_voice_id");
|
|
12042
|
+
```
|
|
12043
|
+
|
|
12044
|
+
</dd>
|
|
12045
|
+
</dl>
|
|
12046
|
+
</dd>
|
|
12047
|
+
</dl>
|
|
12048
|
+
|
|
12049
|
+
#### ⚙️ Parameters
|
|
12050
|
+
|
|
12051
|
+
<dl>
|
|
12052
|
+
<dd>
|
|
12053
|
+
|
|
12054
|
+
<dl>
|
|
12055
|
+
<dd>
|
|
12056
|
+
|
|
12057
|
+
**generatedVoiceId:** `string` — The generated_voice_id to stream.
|
|
12058
|
+
|
|
12059
|
+
</dd>
|
|
12060
|
+
</dl>
|
|
12061
|
+
|
|
12062
|
+
<dl>
|
|
12063
|
+
<dd>
|
|
12064
|
+
|
|
12065
|
+
**requestOptions:** `Preview.RequestOptions`
|
|
12066
|
+
|
|
12067
|
+
</dd>
|
|
12068
|
+
</dl>
|
|
12069
|
+
</dd>
|
|
12070
|
+
</dl>
|
|
12071
|
+
|
|
12072
|
+
</dd>
|
|
12073
|
+
</dl>
|
|
12074
|
+
</details>
|
|
12075
|
+
|
|
11018
12076
|
## User Subscription
|
|
11019
12077
|
|
|
11020
12078
|
<details><summary><code>client.user.subscription.<a href="/src/api/resources/user/resources/subscription/client/Client.ts">get</a>() -> ElevenLabs.Subscription</code></summary>
|
|
@@ -12372,6 +13430,77 @@ await client.voices.pvc.verification.captcha.verify("21m00Tcm4TlvDq8ikWAM", {
|
|
|
12372
13430
|
|
|
12373
13431
|
## Voices Samples Audio
|
|
12374
13432
|
|
|
13433
|
+
<details><summary><code>client.voices.samples.audio.<a href="/src/api/resources/voices/resources/samples/resources/audio/client/Client.ts">get</a>(voiceId, sampleId) -> ReadableStream<Uint8Array></code></summary>
|
|
13434
|
+
<dl>
|
|
13435
|
+
<dd>
|
|
13436
|
+
|
|
13437
|
+
#### 📝 Description
|
|
13438
|
+
|
|
13439
|
+
<dl>
|
|
13440
|
+
<dd>
|
|
13441
|
+
|
|
13442
|
+
<dl>
|
|
13443
|
+
<dd>
|
|
13444
|
+
|
|
13445
|
+
Returns the audio corresponding to a sample attached to a voice.
|
|
13446
|
+
|
|
13447
|
+
</dd>
|
|
13448
|
+
</dl>
|
|
13449
|
+
</dd>
|
|
13450
|
+
</dl>
|
|
13451
|
+
|
|
13452
|
+
#### 🔌 Usage
|
|
13453
|
+
|
|
13454
|
+
<dl>
|
|
13455
|
+
<dd>
|
|
13456
|
+
|
|
13457
|
+
<dl>
|
|
13458
|
+
<dd>
|
|
13459
|
+
|
|
13460
|
+
```typescript
|
|
13461
|
+
await client.voices.samples.audio.get("voice_id", "sample_id");
|
|
13462
|
+
```
|
|
13463
|
+
|
|
13464
|
+
</dd>
|
|
13465
|
+
</dl>
|
|
13466
|
+
</dd>
|
|
13467
|
+
</dl>
|
|
13468
|
+
|
|
13469
|
+
#### ⚙️ Parameters
|
|
13470
|
+
|
|
13471
|
+
<dl>
|
|
13472
|
+
<dd>
|
|
13473
|
+
|
|
13474
|
+
<dl>
|
|
13475
|
+
<dd>
|
|
13476
|
+
|
|
13477
|
+
**voiceId:** `string` — ID of the voice to be used. You can use the [Get voices](/docs/api-reference/voices/search) endpoint list all the available voices.
|
|
13478
|
+
|
|
13479
|
+
</dd>
|
|
13480
|
+
</dl>
|
|
13481
|
+
|
|
13482
|
+
<dl>
|
|
13483
|
+
<dd>
|
|
13484
|
+
|
|
13485
|
+
**sampleId:** `string` — ID of the sample to be used. You can use the [Get voices](/docs/api-reference/voices/get) endpoint list all the available samples for a voice.
|
|
13486
|
+
|
|
13487
|
+
</dd>
|
|
13488
|
+
</dl>
|
|
13489
|
+
|
|
13490
|
+
<dl>
|
|
13491
|
+
<dd>
|
|
13492
|
+
|
|
13493
|
+
**requestOptions:** `Audio.RequestOptions`
|
|
13494
|
+
|
|
13495
|
+
</dd>
|
|
13496
|
+
</dl>
|
|
13497
|
+
</dd>
|
|
13498
|
+
</dl>
|
|
13499
|
+
|
|
13500
|
+
</dd>
|
|
13501
|
+
</dl>
|
|
13502
|
+
</details>
|
|
13503
|
+
|
|
12375
13504
|
## Workspace Groups
|
|
12376
13505
|
|
|
12377
13506
|
<details><summary><code>client.workspace.groups.<a href="/src/api/resources/workspace/resources/groups/client/Client.ts">search</a>({ ...params }) -> ElevenLabs.WorkspaceGroupByNameResponseModel[]</code></summary>
|