@elevenlabs/elevenlabs-js 2.13.0 → 2.15.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/errors/UnauthorizedError.d.ts +8 -0
- package/api/errors/UnauthorizedError.js +52 -0
- package/api/errors/index.d.ts +1 -0
- package/api/errors/index.js +1 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +4 -2
- package/api/resources/conversationalAi/resources/agents/client/Client.js +4 -2
- 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/conversations/client/Client.js +4 -1
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +4 -0
- package/api/resources/speechToText/client/Client.d.ts +3 -0
- package/api/resources/speechToText/client/Client.js +5 -0
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +1 -1
- package/api/resources/speechToText/index.d.ts +1 -0
- package/api/resources/speechToText/index.js +1 -0
- package/api/resources/speechToText/resources/index.d.ts +2 -0
- package/api/resources/speechToText/resources/index.js +41 -0
- package/api/resources/speechToText/resources/transcripts/client/Client.d.ts +48 -0
- package/api/resources/speechToText/resources/transcripts/client/Client.js +136 -0
- package/api/resources/speechToText/resources/transcripts/client/index.d.ts +1 -0
- package/api/resources/speechToText/resources/transcripts/client/index.js +2 -0
- package/api/resources/speechToText/resources/transcripts/index.d.ts +2 -0
- package/api/resources/speechToText/resources/transcripts/index.js +18 -0
- package/api/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +5 -0
- package/api/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.js +5 -0
- package/api/resources/speechToText/resources/transcripts/types/index.d.ts +1 -0
- package/api/resources/speechToText/resources/transcripts/types/index.js +17 -0
- package/api/resources/studio/resources/projects/client/Client.d.ts +2 -1
- package/api/resources/studio/resources/projects/client/Client.js +11 -4
- package/api/resources/studio/resources/projects/client/requests/ProjectsGetRequest.d.ts +13 -0
- package/api/resources/studio/resources/projects/client/requests/ProjectsGetRequest.js +5 -0
- package/api/resources/studio/resources/projects/client/requests/index.d.ts +1 -0
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +4 -0
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +4 -0
- package/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.d.ts +12 -0
- package/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.js +11 -0
- package/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.d.ts +12 -0
- package/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.js +11 -0
- package/api/resources/textToDialogue/types/index.d.ts +2 -0
- package/api/resources/textToDialogue/types/index.js +2 -0
- package/api/resources/textToSoundEffects/client/Client.d.ts +1 -1
- package/api/resources/textToSoundEffects/client/Client.js +1 -1
- package/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +3 -1
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/TextToSpeechRequest.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.d.ts +1 -1
- 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/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +1 -0
- package/api/types/AgentConfig.d.ts +2 -0
- package/api/types/AgentConfigApiModelWorkflowOverride.d.ts +16 -0
- package/api/types/AgentConfigApiModelWorkflowOverride.js +5 -0
- package/api/types/AgentWorkflowRequestModel.d.ts +8 -0
- package/api/types/AgentWorkflowRequestModel.js +5 -0
- package/api/types/AgentWorkflowRequestModelNodesValue.d.ts +25 -0
- package/api/types/AgentWorkflowRequestModelNodesValue.js +5 -0
- package/api/types/AsrConversationalConfigWorkflowOverride.d.ts +14 -0
- package/api/types/AsrConversationalConfigWorkflowOverride.js +5 -0
- package/api/types/BuiltInToolsWorkflowOverride.d.ts +20 -0
- package/api/types/BuiltInToolsWorkflowOverride.js +5 -0
- package/api/types/CaptionStyleTemplateModel.d.ts +1 -0
- package/api/types/ConversationConfigWorkflowOverride.d.ts +12 -0
- package/api/types/ConversationConfigWorkflowOverride.js +5 -0
- package/api/types/ConversationHistoryMultivoiceMessageModel.d.ts +10 -0
- package/api/types/ConversationHistoryMultivoiceMessageModel.js +5 -0
- package/api/types/ConversationHistoryMultivoiceMessagePartModel.d.ts +11 -0
- package/api/types/ConversationHistoryMultivoiceMessagePartModel.js +5 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/api/types/ConversationalConfigApiModelWorkflowOverride.d.ts +18 -0
- package/api/types/ConversationalConfigApiModelWorkflowOverride.js +5 -0
- package/api/types/DubbingReleaseChannel.d.ts +9 -0
- package/api/types/DubbingReleaseChannel.js +11 -0
- package/api/types/DynamicVariablesConfigWorkflowOverride.d.ts +8 -0
- package/api/types/DynamicVariablesConfigWorkflowOverride.js +5 -0
- package/api/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +4 -0
- package/api/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.js +5 -0
- package/api/types/MultichannelSpeechToTextResponseModel.d.ts +2 -0
- package/api/types/Position.d.ts +7 -0
- package/api/types/Position.js +5 -0
- package/api/types/ProjectExtendedResponse.d.ts +2 -0
- package/api/types/ProjectResponse.d.ts +2 -0
- package/api/types/PromptAgentApiModelWorkflowOverride.d.ts +34 -0
- package/api/types/PromptAgentApiModelWorkflowOverride.js +5 -0
- package/api/types/PromptAgentApiModelWorkflowOverrideToolsItem.d.ts +23 -0
- package/api/types/PromptAgentApiModelWorkflowOverrideToolsItem.js +5 -0
- package/api/types/RagConfigWorkflowOverride.d.ts +14 -0
- package/api/types/RagConfigWorkflowOverride.js +5 -0
- package/api/types/ResourceMetadataResponseModel.d.ts +2 -0
- package/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +9 -0
- package/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +11 -0
- package/api/types/SingleTestRunRequestModel.d.ts +2 -0
- package/api/types/SpeechHistoryItemResponse.d.ts +1 -1
- package/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/api/types/SpeechToTextWebhookResponseModel.d.ts +2 -0
- package/api/types/TestRunMetadata.d.ts +10 -0
- package/api/types/TestRunMetadata.js +5 -0
- package/api/types/TestRunMetadataTestType.d.ts +8 -0
- package/api/types/TestRunMetadataTestType.js +10 -0
- package/api/types/TtsConversationalConfigWorkflowOverride.d.ts +24 -0
- package/api/types/TtsConversationalConfigWorkflowOverride.js +5 -0
- package/api/types/TurnConfigWorkflowOverride.d.ts +12 -0
- package/api/types/TurnConfigWorkflowOverride.js +5 -0
- package/api/types/UnitTestRunResponseModel.d.ts +2 -0
- package/api/types/WorkflowEdgeModel.d.ts +12 -0
- package/api/types/WorkflowEdgeModel.js +5 -0
- package/api/types/WorkflowEdgeModelBackwardCondition.d.ts +16 -0
- package/api/types/WorkflowEdgeModelBackwardCondition.js +5 -0
- package/api/types/WorkflowEdgeModelForwardCondition.d.ts +16 -0
- package/api/types/WorkflowEdgeModelForwardCondition.js +5 -0
- package/api/types/WorkflowEndNodeModel.d.ts +8 -0
- package/api/types/WorkflowEndNodeModel.js +5 -0
- package/api/types/WorkflowLlmConditionModel.d.ts +7 -0
- package/api/types/WorkflowLlmConditionModel.js +5 -0
- package/api/types/WorkflowOverrideAgentNodeModel.d.ts +13 -0
- package/api/types/WorkflowOverrideAgentNodeModel.js +5 -0
- package/api/types/WorkflowPhoneNumberNodeModel.d.ts +10 -0
- package/api/types/WorkflowPhoneNumberNodeModel.js +5 -0
- package/api/types/WorkflowPhoneNumberNodeModelTransferDestination.d.ts +13 -0
- package/api/types/WorkflowPhoneNumberNodeModelTransferDestination.js +5 -0
- package/api/types/WorkflowResultConditionModel.d.ts +7 -0
- package/api/types/WorkflowResultConditionModel.js +5 -0
- package/api/types/WorkflowStandaloneAgentNodeModel.d.ts +12 -0
- package/api/types/WorkflowStandaloneAgentNodeModel.js +5 -0
- package/api/types/WorkflowStartNodeModel.d.ts +8 -0
- package/api/types/WorkflowStartNodeModel.js +5 -0
- package/api/types/WorkflowToolLocator.d.ts +6 -0
- package/api/types/WorkflowToolLocator.js +5 -0
- package/api/types/WorkflowToolNodeModel.d.ts +9 -0
- package/api/types/WorkflowToolNodeModel.js +5 -0
- package/api/types/WorkflowToolResponseModelInput.d.ts +0 -1
- package/api/types/WorkflowToolResponseModelOutput.d.ts +0 -1
- package/api/types/WorkflowUnconditionalModel.d.ts +6 -0
- package/api/types/WorkflowUnconditionalModel.js +5 -0
- package/api/types/index.d.ts +35 -0
- package/api/types/index.js +35 -0
- package/dist/Client.js +2 -2
- package/dist/api/errors/UnauthorizedError.d.ts +8 -0
- package/dist/api/errors/UnauthorizedError.js +52 -0
- package/dist/api/errors/index.d.ts +1 -0
- package/dist/api/errors/index.js +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +4 -2
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +4 -2
- 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/conversations/client/Client.js +4 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +4 -0
- package/dist/api/resources/speechToText/client/Client.d.ts +3 -0
- package/dist/api/resources/speechToText/client/Client.js +5 -0
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +1 -1
- package/dist/api/resources/speechToText/index.d.ts +1 -0
- package/dist/api/resources/speechToText/index.js +1 -0
- package/dist/api/resources/speechToText/resources/index.d.ts +2 -0
- package/dist/api/resources/speechToText/resources/index.js +41 -0
- package/dist/api/resources/speechToText/resources/transcripts/client/Client.d.ts +48 -0
- package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +136 -0
- package/dist/api/resources/speechToText/resources/transcripts/client/index.d.ts +1 -0
- package/dist/api/resources/speechToText/resources/transcripts/client/index.js +2 -0
- package/dist/api/resources/speechToText/resources/transcripts/index.d.ts +2 -0
- package/dist/api/resources/speechToText/resources/transcripts/index.js +18 -0
- package/dist/api/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +5 -0
- package/dist/api/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.js +5 -0
- package/dist/api/resources/speechToText/resources/transcripts/types/index.d.ts +1 -0
- package/dist/api/resources/speechToText/resources/transcripts/types/index.js +17 -0
- package/dist/api/resources/studio/resources/projects/client/Client.d.ts +2 -1
- package/dist/api/resources/studio/resources/projects/client/Client.js +11 -4
- package/dist/api/resources/studio/resources/projects/client/requests/ProjectsGetRequest.d.ts +13 -0
- package/dist/api/resources/studio/resources/projects/client/requests/ProjectsGetRequest.js +5 -0
- package/dist/api/resources/studio/resources/projects/client/requests/index.d.ts +1 -0
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +4 -0
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +4 -0
- package/dist/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.d.ts +12 -0
- package/dist/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.js +11 -0
- package/dist/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.d.ts +12 -0
- package/dist/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.js +11 -0
- package/dist/api/resources/textToDialogue/types/index.d.ts +2 -0
- package/dist/api/resources/textToDialogue/types/index.js +2 -0
- package/dist/api/resources/textToSoundEffects/client/Client.d.ts +1 -1
- package/dist/api/resources/textToSoundEffects/client/Client.js +1 -1
- package/dist/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +3 -1
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/TextToSpeechRequest.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.d.ts +1 -1
- 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/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +1 -0
- package/dist/api/types/AgentConfig.d.ts +2 -0
- package/dist/api/types/AgentConfigApiModelWorkflowOverride.d.ts +16 -0
- package/dist/api/types/AgentConfigApiModelWorkflowOverride.js +5 -0
- package/dist/api/types/AgentWorkflowRequestModel.d.ts +8 -0
- package/dist/api/types/AgentWorkflowRequestModel.js +5 -0
- package/dist/api/types/AgentWorkflowRequestModelNodesValue.d.ts +25 -0
- package/dist/api/types/AgentWorkflowRequestModelNodesValue.js +5 -0
- package/dist/api/types/AsrConversationalConfigWorkflowOverride.d.ts +14 -0
- package/dist/api/types/AsrConversationalConfigWorkflowOverride.js +5 -0
- package/dist/api/types/BuiltInToolsWorkflowOverride.d.ts +20 -0
- package/dist/api/types/BuiltInToolsWorkflowOverride.js +5 -0
- package/dist/api/types/CaptionStyleTemplateModel.d.ts +1 -0
- package/dist/api/types/ConversationConfigWorkflowOverride.d.ts +12 -0
- package/dist/api/types/ConversationConfigWorkflowOverride.js +5 -0
- package/dist/api/types/ConversationHistoryMultivoiceMessageModel.d.ts +10 -0
- package/dist/api/types/ConversationHistoryMultivoiceMessageModel.js +5 -0
- package/dist/api/types/ConversationHistoryMultivoiceMessagePartModel.d.ts +11 -0
- package/dist/api/types/ConversationHistoryMultivoiceMessagePartModel.js +5 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/dist/api/types/ConversationalConfigApiModelWorkflowOverride.d.ts +18 -0
- package/dist/api/types/ConversationalConfigApiModelWorkflowOverride.js +5 -0
- package/dist/api/types/DubbingReleaseChannel.d.ts +9 -0
- package/dist/api/types/DubbingReleaseChannel.js +11 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverride.d.ts +8 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverride.js +5 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +4 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.js +5 -0
- package/dist/api/types/MultichannelSpeechToTextResponseModel.d.ts +2 -0
- package/dist/api/types/Position.d.ts +7 -0
- package/dist/api/types/Position.js +5 -0
- package/dist/api/types/ProjectExtendedResponse.d.ts +2 -0
- package/dist/api/types/ProjectResponse.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverride.d.ts +34 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverride.js +5 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideToolsItem.d.ts +23 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideToolsItem.js +5 -0
- package/dist/api/types/RagConfigWorkflowOverride.d.ts +14 -0
- package/dist/api/types/RagConfigWorkflowOverride.js +5 -0
- package/dist/api/types/ResourceMetadataResponseModel.d.ts +2 -0
- package/dist/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +9 -0
- package/dist/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +11 -0
- package/dist/api/types/SingleTestRunRequestModel.d.ts +2 -0
- package/dist/api/types/SpeechHistoryItemResponse.d.ts +1 -1
- package/dist/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/dist/api/types/SpeechToTextWebhookResponseModel.d.ts +2 -0
- package/dist/api/types/TestRunMetadata.d.ts +10 -0
- package/dist/api/types/TestRunMetadata.js +5 -0
- package/dist/api/types/TestRunMetadataTestType.d.ts +8 -0
- package/dist/api/types/TestRunMetadataTestType.js +10 -0
- package/dist/api/types/TtsConversationalConfigWorkflowOverride.d.ts +24 -0
- package/dist/api/types/TtsConversationalConfigWorkflowOverride.js +5 -0
- package/dist/api/types/TurnConfigWorkflowOverride.d.ts +12 -0
- package/dist/api/types/TurnConfigWorkflowOverride.js +5 -0
- package/dist/api/types/UnitTestRunResponseModel.d.ts +2 -0
- package/dist/api/types/WorkflowEdgeModel.d.ts +12 -0
- package/dist/api/types/WorkflowEdgeModel.js +5 -0
- package/dist/api/types/WorkflowEdgeModelBackwardCondition.d.ts +16 -0
- package/dist/api/types/WorkflowEdgeModelBackwardCondition.js +5 -0
- package/dist/api/types/WorkflowEdgeModelForwardCondition.d.ts +16 -0
- package/dist/api/types/WorkflowEdgeModelForwardCondition.js +5 -0
- package/dist/api/types/WorkflowEndNodeModel.d.ts +8 -0
- package/dist/api/types/WorkflowEndNodeModel.js +5 -0
- package/dist/api/types/WorkflowLlmConditionModel.d.ts +7 -0
- package/dist/api/types/WorkflowLlmConditionModel.js +5 -0
- package/dist/api/types/WorkflowOverrideAgentNodeModel.d.ts +13 -0
- package/dist/api/types/WorkflowOverrideAgentNodeModel.js +5 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModel.d.ts +10 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModel.js +5 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelTransferDestination.d.ts +13 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelTransferDestination.js +5 -0
- package/dist/api/types/WorkflowResultConditionModel.d.ts +7 -0
- package/dist/api/types/WorkflowResultConditionModel.js +5 -0
- package/dist/api/types/WorkflowStandaloneAgentNodeModel.d.ts +12 -0
- package/dist/api/types/WorkflowStandaloneAgentNodeModel.js +5 -0
- package/dist/api/types/WorkflowStartNodeModel.d.ts +8 -0
- package/dist/api/types/WorkflowStartNodeModel.js +5 -0
- package/dist/api/types/WorkflowToolLocator.d.ts +6 -0
- package/dist/api/types/WorkflowToolLocator.js +5 -0
- package/dist/api/types/WorkflowToolNodeModel.d.ts +9 -0
- package/dist/api/types/WorkflowToolNodeModel.js +5 -0
- package/dist/api/types/WorkflowToolResponseModelInput.d.ts +0 -1
- package/dist/api/types/WorkflowToolResponseModelOutput.d.ts +0 -1
- package/dist/api/types/WorkflowUnconditionalModel.d.ts +6 -0
- package/dist/api/types/WorkflowUnconditionalModel.js +5 -0
- package/dist/api/types/index.d.ts +35 -0
- package/dist/api/types/index.js +35 -0
- package/dist/serialization/resources/speechToText/index.d.ts +1 -0
- package/dist/serialization/resources/speechToText/index.js +1 -0
- package/dist/serialization/resources/speechToText/resources/index.d.ts +2 -0
- package/dist/serialization/resources/speechToText/resources/index.js +41 -0
- package/dist/serialization/resources/speechToText/resources/transcripts/index.d.ts +1 -0
- package/dist/serialization/resources/speechToText/resources/transcripts/index.js +17 -0
- package/dist/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +12 -0
- package/dist/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.js +43 -0
- package/dist/serialization/resources/speechToText/resources/transcripts/types/index.d.ts +1 -0
- package/dist/serialization/resources/speechToText/resources/transcripts/types/index.js +17 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +3 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +3 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +3 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +3 -0
- package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.d.ts +10 -0
- package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.js +41 -0
- package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.d.ts +10 -0
- package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.js +41 -0
- package/dist/serialization/resources/textToDialogue/types/index.d.ts +2 -0
- package/dist/serialization/resources/textToDialogue/types/index.js +2 -0
- package/dist/serialization/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +1 -0
- package/dist/serialization/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.js +1 -0
- 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/dist/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js +61 -0
- package/dist/serialization/resources/textToVoice/types/index.d.ts +1 -0
- package/dist/serialization/resources/textToVoice/types/index.js +1 -0
- package/dist/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +2 -0
- package/dist/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.js +2 -0
- package/dist/serialization/types/AgentConfig.d.ts +1 -0
- package/dist/serialization/types/AgentConfig.js +1 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverride.d.ts +18 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverride.js +49 -0
- package/dist/serialization/types/AgentWorkflowRequestModel.d.ts +15 -0
- package/dist/serialization/types/AgentWorkflowRequestModel.js +46 -0
- package/dist/serialization/types/AgentWorkflowRequestModelNodesValue.d.ts +34 -0
- package/dist/serialization/types/AgentWorkflowRequestModelNodesValue.js +59 -0
- package/dist/serialization/types/AsrConversationalConfigWorkflowOverride.d.ts +18 -0
- package/dist/serialization/types/AsrConversationalConfigWorkflowOverride.js +49 -0
- package/dist/serialization/types/BuiltInToolsWorkflowOverride.d.ts +19 -0
- package/dist/serialization/types/BuiltInToolsWorkflowOverride.js +50 -0
- package/dist/serialization/types/CaptionStyleTemplateModel.d.ts +1 -0
- package/dist/serialization/types/CaptionStyleTemplateModel.js +1 -0
- package/dist/serialization/types/ConversationConfigWorkflowOverride.d.ts +15 -0
- package/dist/serialization/types/ConversationConfigWorkflowOverride.js +46 -0
- package/dist/serialization/types/ConversationHistoryMultivoiceMessageModel.d.ts +13 -0
- package/dist/serialization/types/ConversationHistoryMultivoiceMessageModel.js +44 -0
- package/dist/serialization/types/ConversationHistoryMultivoiceMessagePartModel.d.ts +14 -0
- package/dist/serialization/types/ConversationHistoryMultivoiceMessagePartModel.js +45 -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/ConversationalConfigApiModelWorkflowOverride.d.ts +23 -0
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverride.js +54 -0
- package/dist/serialization/types/DubbingReleaseChannel.d.ts +10 -0
- package/dist/serialization/types/DubbingReleaseChannel.js +41 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverride.d.ts +13 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverride.js +46 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +10 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.js +46 -0
- package/dist/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +1 -0
- package/dist/serialization/types/MultichannelSpeechToTextResponseModel.js +1 -0
- package/dist/serialization/types/Position.d.ts +13 -0
- package/dist/serialization/types/Position.js +44 -0
- package/dist/serialization/types/ProjectExtendedResponse.d.ts +1 -0
- package/dist/serialization/types/ProjectExtendedResponse.js +1 -0
- package/dist/serialization/types/ProjectResponse.d.ts +1 -0
- package/dist/serialization/types/ProjectResponse.js +1 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverride.d.ts +31 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverride.js +62 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideToolsItem.d.ts +26 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideToolsItem.js +56 -0
- package/dist/serialization/types/RagConfigWorkflowOverride.d.ts +17 -0
- package/dist/serialization/types/RagConfigWorkflowOverride.js +48 -0
- package/dist/serialization/types/ResourceMetadataResponseModel.d.ts +2 -0
- package/dist/serialization/types/ResourceMetadataResponseModel.js +2 -0
- package/dist/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +10 -0
- package/dist/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +41 -0
- package/dist/serialization/types/SingleTestRunRequestModel.d.ts +1 -0
- package/dist/serialization/types/SingleTestRunRequestModel.js +1 -0
- package/dist/serialization/types/SpeechToTextChunkResponseModel.d.ts +1 -0
- package/dist/serialization/types/SpeechToTextChunkResponseModel.js +1 -0
- package/dist/serialization/types/SpeechToTextWebhookResponseModel.d.ts +1 -0
- package/dist/serialization/types/SpeechToTextWebhookResponseModel.js +1 -0
- package/dist/serialization/types/TestRunMetadata.d.ts +16 -0
- package/dist/serialization/types/TestRunMetadata.js +47 -0
- package/dist/serialization/types/TestRunMetadataTestType.d.ts +10 -0
- package/dist/serialization/types/TestRunMetadataTestType.js +41 -0
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverride.d.ts +25 -0
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverride.js +56 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +15 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.js +46 -0
- package/dist/serialization/types/UnitTestRunResponseModel.d.ts +3 -0
- package/dist/serialization/types/UnitTestRunResponseModel.js +3 -0
- package/dist/serialization/types/WorkflowEdgeModel.d.ts +17 -0
- package/dist/serialization/types/WorkflowEdgeModel.js +48 -0
- package/dist/serialization/types/WorkflowEdgeModelBackwardCondition.d.ts +22 -0
- package/dist/serialization/types/WorkflowEdgeModelBackwardCondition.js +53 -0
- package/dist/serialization/types/WorkflowEdgeModelForwardCondition.d.ts +22 -0
- package/dist/serialization/types/WorkflowEdgeModelForwardCondition.js +53 -0
- package/dist/serialization/types/WorkflowEndNodeModel.d.ts +13 -0
- package/dist/serialization/types/WorkflowEndNodeModel.js +44 -0
- package/dist/serialization/types/WorkflowLlmConditionModel.d.ts +13 -0
- package/dist/serialization/types/WorkflowLlmConditionModel.js +44 -0
- package/dist/serialization/types/WorkflowOverrideAgentNodeModel.d.ts +20 -0
- package/dist/serialization/types/WorkflowOverrideAgentNodeModel.js +51 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModel.d.ts +17 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModel.js +48 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelTransferDestination.d.ts +18 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelTransferDestination.js +51 -0
- package/dist/serialization/types/WorkflowResultConditionModel.d.ts +13 -0
- package/dist/serialization/types/WorkflowResultConditionModel.js +44 -0
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModel.d.ts +17 -0
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModel.js +48 -0
- package/dist/serialization/types/WorkflowStartNodeModel.d.ts +13 -0
- package/dist/serialization/types/WorkflowStartNodeModel.js +44 -0
- package/dist/serialization/types/WorkflowToolLocator.d.ts +12 -0
- package/dist/serialization/types/WorkflowToolLocator.js +43 -0
- package/dist/serialization/types/WorkflowToolNodeModel.d.ts +15 -0
- package/dist/serialization/types/WorkflowToolNodeModel.js +46 -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/WorkflowUnconditionalModel.d.ts +12 -0
- package/dist/serialization/types/WorkflowUnconditionalModel.js +43 -0
- package/dist/serialization/types/index.d.ts +35 -0
- package/dist/serialization/types/index.js +35 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +150 -2
- package/serialization/resources/speechToText/index.d.ts +1 -0
- package/serialization/resources/speechToText/index.js +1 -0
- package/serialization/resources/speechToText/resources/index.d.ts +2 -0
- package/serialization/resources/speechToText/resources/index.js +41 -0
- package/serialization/resources/speechToText/resources/transcripts/index.d.ts +1 -0
- package/serialization/resources/speechToText/resources/transcripts/index.js +17 -0
- package/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +12 -0
- package/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.js +43 -0
- package/serialization/resources/speechToText/resources/transcripts/types/index.d.ts +1 -0
- package/serialization/resources/speechToText/resources/transcripts/types/index.js +17 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +3 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +3 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +3 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +3 -0
- package/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.d.ts +10 -0
- package/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.js +41 -0
- package/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.d.ts +10 -0
- package/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.js +41 -0
- package/serialization/resources/textToDialogue/types/index.d.ts +2 -0
- package/serialization/resources/textToDialogue/types/index.js +2 -0
- package/serialization/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +1 -0
- package/serialization/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.js +1 -0
- 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/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js +61 -0
- package/serialization/resources/textToVoice/types/index.d.ts +1 -0
- package/serialization/resources/textToVoice/types/index.js +1 -0
- package/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +2 -0
- package/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.js +2 -0
- package/serialization/types/AgentConfig.d.ts +1 -0
- package/serialization/types/AgentConfig.js +1 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverride.d.ts +18 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverride.js +49 -0
- package/serialization/types/AgentWorkflowRequestModel.d.ts +15 -0
- package/serialization/types/AgentWorkflowRequestModel.js +46 -0
- package/serialization/types/AgentWorkflowRequestModelNodesValue.d.ts +34 -0
- package/serialization/types/AgentWorkflowRequestModelNodesValue.js +59 -0
- package/serialization/types/AsrConversationalConfigWorkflowOverride.d.ts +18 -0
- package/serialization/types/AsrConversationalConfigWorkflowOverride.js +49 -0
- package/serialization/types/BuiltInToolsWorkflowOverride.d.ts +19 -0
- package/serialization/types/BuiltInToolsWorkflowOverride.js +50 -0
- package/serialization/types/CaptionStyleTemplateModel.d.ts +1 -0
- package/serialization/types/CaptionStyleTemplateModel.js +1 -0
- package/serialization/types/ConversationConfigWorkflowOverride.d.ts +15 -0
- package/serialization/types/ConversationConfigWorkflowOverride.js +46 -0
- package/serialization/types/ConversationHistoryMultivoiceMessageModel.d.ts +13 -0
- package/serialization/types/ConversationHistoryMultivoiceMessageModel.js +44 -0
- package/serialization/types/ConversationHistoryMultivoiceMessagePartModel.d.ts +14 -0
- package/serialization/types/ConversationHistoryMultivoiceMessagePartModel.js +45 -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/ConversationalConfigApiModelWorkflowOverride.d.ts +23 -0
- package/serialization/types/ConversationalConfigApiModelWorkflowOverride.js +54 -0
- package/serialization/types/DubbingReleaseChannel.d.ts +10 -0
- package/serialization/types/DubbingReleaseChannel.js +41 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverride.d.ts +13 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverride.js +46 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +10 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.js +46 -0
- package/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +1 -0
- package/serialization/types/MultichannelSpeechToTextResponseModel.js +1 -0
- package/serialization/types/Position.d.ts +13 -0
- package/serialization/types/Position.js +44 -0
- package/serialization/types/ProjectExtendedResponse.d.ts +1 -0
- package/serialization/types/ProjectExtendedResponse.js +1 -0
- package/serialization/types/ProjectResponse.d.ts +1 -0
- package/serialization/types/ProjectResponse.js +1 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverride.d.ts +31 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverride.js +62 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideToolsItem.d.ts +26 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideToolsItem.js +56 -0
- package/serialization/types/RagConfigWorkflowOverride.d.ts +17 -0
- package/serialization/types/RagConfigWorkflowOverride.js +48 -0
- package/serialization/types/ResourceMetadataResponseModel.d.ts +2 -0
- package/serialization/types/ResourceMetadataResponseModel.js +2 -0
- package/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +10 -0
- package/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +41 -0
- package/serialization/types/SingleTestRunRequestModel.d.ts +1 -0
- package/serialization/types/SingleTestRunRequestModel.js +1 -0
- package/serialization/types/SpeechToTextChunkResponseModel.d.ts +1 -0
- package/serialization/types/SpeechToTextChunkResponseModel.js +1 -0
- package/serialization/types/SpeechToTextWebhookResponseModel.d.ts +1 -0
- package/serialization/types/SpeechToTextWebhookResponseModel.js +1 -0
- package/serialization/types/TestRunMetadata.d.ts +16 -0
- package/serialization/types/TestRunMetadata.js +47 -0
- package/serialization/types/TestRunMetadataTestType.d.ts +10 -0
- package/serialization/types/TestRunMetadataTestType.js +41 -0
- package/serialization/types/TtsConversationalConfigWorkflowOverride.d.ts +25 -0
- package/serialization/types/TtsConversationalConfigWorkflowOverride.js +56 -0
- package/serialization/types/TurnConfigWorkflowOverride.d.ts +15 -0
- package/serialization/types/TurnConfigWorkflowOverride.js +46 -0
- package/serialization/types/UnitTestRunResponseModel.d.ts +3 -0
- package/serialization/types/UnitTestRunResponseModel.js +3 -0
- package/serialization/types/WorkflowEdgeModel.d.ts +17 -0
- package/serialization/types/WorkflowEdgeModel.js +48 -0
- package/serialization/types/WorkflowEdgeModelBackwardCondition.d.ts +22 -0
- package/serialization/types/WorkflowEdgeModelBackwardCondition.js +53 -0
- package/serialization/types/WorkflowEdgeModelForwardCondition.d.ts +22 -0
- package/serialization/types/WorkflowEdgeModelForwardCondition.js +53 -0
- package/serialization/types/WorkflowEndNodeModel.d.ts +13 -0
- package/serialization/types/WorkflowEndNodeModel.js +44 -0
- package/serialization/types/WorkflowLlmConditionModel.d.ts +13 -0
- package/serialization/types/WorkflowLlmConditionModel.js +44 -0
- package/serialization/types/WorkflowOverrideAgentNodeModel.d.ts +20 -0
- package/serialization/types/WorkflowOverrideAgentNodeModel.js +51 -0
- package/serialization/types/WorkflowPhoneNumberNodeModel.d.ts +17 -0
- package/serialization/types/WorkflowPhoneNumberNodeModel.js +48 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelTransferDestination.d.ts +18 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelTransferDestination.js +51 -0
- package/serialization/types/WorkflowResultConditionModel.d.ts +13 -0
- package/serialization/types/WorkflowResultConditionModel.js +44 -0
- package/serialization/types/WorkflowStandaloneAgentNodeModel.d.ts +17 -0
- package/serialization/types/WorkflowStandaloneAgentNodeModel.js +48 -0
- package/serialization/types/WorkflowStartNodeModel.d.ts +13 -0
- package/serialization/types/WorkflowStartNodeModel.js +44 -0
- package/serialization/types/WorkflowToolLocator.d.ts +12 -0
- package/serialization/types/WorkflowToolLocator.js +43 -0
- package/serialization/types/WorkflowToolNodeModel.d.ts +15 -0
- package/serialization/types/WorkflowToolNodeModel.js +46 -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/WorkflowUnconditionalModel.d.ts +12 -0
- package/serialization/types/WorkflowUnconditionalModel.js +43 -0
- package/serialization/types/index.d.ts +35 -0
- package/serialization/types/index.js +35 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -315,5 +315,89 @@ class TextToVoice {
|
|
|
315
315
|
}
|
|
316
316
|
});
|
|
317
317
|
}
|
|
318
|
+
/**
|
|
319
|
+
* 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.
|
|
320
|
+
*
|
|
321
|
+
* @param {string} voiceId - Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
|
|
322
|
+
* @param {ElevenLabs.VoiceRemixRequestModel} request
|
|
323
|
+
* @param {TextToVoice.RequestOptions} requestOptions - Request-specific configuration.
|
|
324
|
+
*
|
|
325
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
326
|
+
*
|
|
327
|
+
* @example
|
|
328
|
+
* await client.textToVoice.remix("21m00Tcm4TlvDq8ikWAM", {
|
|
329
|
+
* voiceDescription: "Make the voice have a higher pitch."
|
|
330
|
+
* })
|
|
331
|
+
*/
|
|
332
|
+
remix(voiceId, request, requestOptions) {
|
|
333
|
+
return core.HttpResponsePromise.fromPromise(this.__remix(voiceId, request, requestOptions));
|
|
334
|
+
}
|
|
335
|
+
__remix(voiceId, request, requestOptions) {
|
|
336
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
337
|
+
var _a, _b, _c;
|
|
338
|
+
const { outputFormat } = request, _body = __rest(request, ["outputFormat"]);
|
|
339
|
+
const _queryParams = {};
|
|
340
|
+
if (outputFormat != null) {
|
|
341
|
+
_queryParams["output_format"] = serializers.TextToVoiceRemixRequestOutputFormat.jsonOrThrow(outputFormat, {
|
|
342
|
+
unrecognizedObjectKeys: "strip",
|
|
343
|
+
});
|
|
344
|
+
}
|
|
345
|
+
const _response = yield core.fetcher({
|
|
346
|
+
url: core.url.join((_b = (_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.ElevenLabsEnvironment.Production, `v1/text-to-voice/${encodeURIComponent(voiceId)}/remix`),
|
|
347
|
+
method: "POST",
|
|
348
|
+
headers: (0, headers_1.mergeHeaders)((_c = this._options) === null || _c === void 0 ? void 0 : _c.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "xi-api-key": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
349
|
+
contentType: "application/json",
|
|
350
|
+
queryParameters: _queryParams,
|
|
351
|
+
requestType: "json",
|
|
352
|
+
body: serializers.VoiceRemixRequestModel.jsonOrThrow(_body, { unrecognizedObjectKeys: "strip" }),
|
|
353
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 240000,
|
|
354
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
355
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
356
|
+
});
|
|
357
|
+
if (_response.ok) {
|
|
358
|
+
return {
|
|
359
|
+
data: serializers.VoiceDesignPreviewResponse.parseOrThrow(_response.body, {
|
|
360
|
+
unrecognizedObjectKeys: "passthrough",
|
|
361
|
+
allowUnrecognizedUnionMembers: true,
|
|
362
|
+
allowUnrecognizedEnumValues: true,
|
|
363
|
+
breadcrumbsPrefix: ["response"],
|
|
364
|
+
}),
|
|
365
|
+
rawResponse: _response.rawResponse,
|
|
366
|
+
};
|
|
367
|
+
}
|
|
368
|
+
if (_response.error.reason === "status-code") {
|
|
369
|
+
switch (_response.error.statusCode) {
|
|
370
|
+
case 422:
|
|
371
|
+
throw new ElevenLabs.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
|
|
372
|
+
unrecognizedObjectKeys: "passthrough",
|
|
373
|
+
allowUnrecognizedUnionMembers: true,
|
|
374
|
+
allowUnrecognizedEnumValues: true,
|
|
375
|
+
breadcrumbsPrefix: ["response"],
|
|
376
|
+
}), _response.rawResponse);
|
|
377
|
+
default:
|
|
378
|
+
throw new errors.ElevenLabsError({
|
|
379
|
+
statusCode: _response.error.statusCode,
|
|
380
|
+
body: _response.error.body,
|
|
381
|
+
rawResponse: _response.rawResponse,
|
|
382
|
+
});
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
switch (_response.error.reason) {
|
|
386
|
+
case "non-json":
|
|
387
|
+
throw new errors.ElevenLabsError({
|
|
388
|
+
statusCode: _response.error.statusCode,
|
|
389
|
+
body: _response.error.rawBody,
|
|
390
|
+
rawResponse: _response.rawResponse,
|
|
391
|
+
});
|
|
392
|
+
case "timeout":
|
|
393
|
+
throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling POST /v1/text-to-voice/{voice_id}/remix.");
|
|
394
|
+
case "unknown":
|
|
395
|
+
throw new errors.ElevenLabsError({
|
|
396
|
+
message: _response.error.errorMessage,
|
|
397
|
+
rawResponse: _response.rawResponse,
|
|
398
|
+
});
|
|
399
|
+
}
|
|
400
|
+
});
|
|
401
|
+
}
|
|
318
402
|
}
|
|
319
403
|
exports.TextToVoice = TextToVoice;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* {
|
|
8
|
+
* voiceDescription: "Make the voice have a higher pitch."
|
|
9
|
+
* }
|
|
10
|
+
*/
|
|
11
|
+
export interface VoiceRemixRequestModel {
|
|
12
|
+
/**
|
|
13
|
+
* Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs.
|
|
14
|
+
*/
|
|
15
|
+
outputFormat?: ElevenLabs.TextToVoiceRemixRequestOutputFormat;
|
|
16
|
+
/** Description of the changes to make to the voice. */
|
|
17
|
+
voiceDescription: string;
|
|
18
|
+
/** Text to generate, text length has to be between 100 and 1000. */
|
|
19
|
+
text?: string;
|
|
20
|
+
/** Whether to automatically generate a text suitable for the voice description. */
|
|
21
|
+
autoGenerateText?: boolean;
|
|
22
|
+
/** Controls the volume level of the generated voice. -1 is quietest, 1 is loudest, 0 corresponds to roughly -24 LUFS. */
|
|
23
|
+
loudness?: number;
|
|
24
|
+
/** Random number that controls the voice generation. Same seed with same inputs produces same voice. */
|
|
25
|
+
seed?: number;
|
|
26
|
+
/** Controls how closely the AI follows the prompt. Lower numbers give the AI more freedom to be creative, while higher numbers force it to stick more to the prompt. High numbers can cause voice to sound artificial or robotic. We recommend to use longer, more detailed prompts at lower Guidance Scale. */
|
|
27
|
+
guidanceScale?: number;
|
|
28
|
+
/** Determines whether the Text to Voice previews should be included in the response. If true, only the generated IDs will be returned which can then be streamed via the /v1/text-to-voice/:generated_voice_id/stream endpoint. */
|
|
29
|
+
streamPreviews?: boolean;
|
|
30
|
+
/** The remixing session id. */
|
|
31
|
+
remixingSessionId?: string;
|
|
32
|
+
/** The id of the remixing session iteration where these generations should be attached to. If not provided, a new iteration will be created. */
|
|
33
|
+
remixingSessionIterationId?: string;
|
|
34
|
+
/** Controls the balance of prompt versus reference audio when generating voice samples. 0 means almost no prompt influence, 1 means almost no reference audio influence. Only supported when using the eleven_ttv_v3 model and providing reference audio. */
|
|
35
|
+
promptStrength?: number;
|
|
36
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { type VoiceDesignRequest } from "./VoiceDesignRequest";
|
|
2
2
|
export { type BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost } from "./BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost";
|
|
3
3
|
export { type VoiceDesignRequestModel } from "./VoiceDesignRequestModel";
|
|
4
|
+
export { type VoiceRemixRequestModel } from "./VoiceRemixRequestModel";
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs.
|
|
6
|
+
*/
|
|
7
|
+
export type TextToVoiceRemixRequestOutputFormat = "mp3_22050_32" | "mp3_44100_32" | "mp3_44100_64" | "mp3_44100_96" | "mp3_44100_128" | "mp3_44100_192" | "pcm_8000" | "pcm_16000" | "pcm_22050" | "pcm_24000" | "pcm_44100" | "pcm_48000" | "ulaw_8000" | "alaw_8000" | "opus_48000_32" | "opus_48000_64" | "opus_48000_96" | "opus_48000_128" | "opus_48000_192";
|
|
8
|
+
export declare const TextToVoiceRemixRequestOutputFormat: {
|
|
9
|
+
readonly Mp32205032: "mp3_22050_32";
|
|
10
|
+
readonly Mp34410032: "mp3_44100_32";
|
|
11
|
+
readonly Mp34410064: "mp3_44100_64";
|
|
12
|
+
readonly Mp34410096: "mp3_44100_96";
|
|
13
|
+
readonly Mp344100128: "mp3_44100_128";
|
|
14
|
+
readonly Mp344100192: "mp3_44100_192";
|
|
15
|
+
readonly Pcm8000: "pcm_8000";
|
|
16
|
+
readonly Pcm16000: "pcm_16000";
|
|
17
|
+
readonly Pcm22050: "pcm_22050";
|
|
18
|
+
readonly Pcm24000: "pcm_24000";
|
|
19
|
+
readonly Pcm44100: "pcm_44100";
|
|
20
|
+
readonly Pcm48000: "pcm_48000";
|
|
21
|
+
readonly Ulaw8000: "ulaw_8000";
|
|
22
|
+
readonly Alaw8000: "alaw_8000";
|
|
23
|
+
readonly Opus4800032: "opus_48000_32";
|
|
24
|
+
readonly Opus4800064: "opus_48000_64";
|
|
25
|
+
readonly Opus4800096: "opus_48000_96";
|
|
26
|
+
readonly Opus48000128: "opus_48000_128";
|
|
27
|
+
readonly Opus48000192: "opus_48000_192";
|
|
28
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.TextToVoiceRemixRequestOutputFormat = void 0;
|
|
7
|
+
exports.TextToVoiceRemixRequestOutputFormat = {
|
|
8
|
+
Mp32205032: "mp3_22050_32",
|
|
9
|
+
Mp34410032: "mp3_44100_32",
|
|
10
|
+
Mp34410064: "mp3_44100_64",
|
|
11
|
+
Mp34410096: "mp3_44100_96",
|
|
12
|
+
Mp344100128: "mp3_44100_128",
|
|
13
|
+
Mp344100192: "mp3_44100_192",
|
|
14
|
+
Pcm8000: "pcm_8000",
|
|
15
|
+
Pcm16000: "pcm_16000",
|
|
16
|
+
Pcm22050: "pcm_22050",
|
|
17
|
+
Pcm24000: "pcm_24000",
|
|
18
|
+
Pcm44100: "pcm_44100",
|
|
19
|
+
Pcm48000: "pcm_48000",
|
|
20
|
+
Ulaw8000: "ulaw_8000",
|
|
21
|
+
Alaw8000: "alaw_8000",
|
|
22
|
+
Opus4800032: "opus_48000_32",
|
|
23
|
+
Opus4800064: "opus_48000_64",
|
|
24
|
+
Opus4800096: "opus_48000_96",
|
|
25
|
+
Opus48000128: "opus_48000_128",
|
|
26
|
+
Opus48000192: "opus_48000_192",
|
|
27
|
+
};
|
|
@@ -17,3 +17,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./TextToVoiceCreatePreviewsRequestOutputFormat"), exports);
|
|
18
18
|
__exportStar(require("./TextToVoiceDesignRequestOutputFormat"), exports);
|
|
19
19
|
__exportStar(require("./VoiceDesignRequestModelModelId"), exports);
|
|
20
|
+
__exportStar(require("./TextToVoiceRemixRequestOutputFormat"), exports);
|
|
@@ -5,4 +5,5 @@ import * as ElevenLabs from "../index";
|
|
|
5
5
|
export interface AdhocAgentConfigOverrideForTestRequestModel {
|
|
6
6
|
conversationConfig: ElevenLabs.ConversationalConfig;
|
|
7
7
|
platformSettings: ElevenLabs.AgentPlatformSettingsRequestModel;
|
|
8
|
+
workflow?: ElevenLabs.AgentWorkflowRequestModel;
|
|
8
9
|
}
|
|
@@ -9,6 +9,8 @@ export interface AgentConfig {
|
|
|
9
9
|
language?: string;
|
|
10
10
|
/** Configuration for dynamic variables */
|
|
11
11
|
dynamicVariables?: ElevenLabs.DynamicVariablesConfig;
|
|
12
|
+
/** If true, the user will not be able to interrupt the agent while the first message is being delivered. */
|
|
13
|
+
disableFirstMessageInterruptions?: boolean;
|
|
12
14
|
/** The prompt for the agent */
|
|
13
15
|
prompt?: ElevenLabs.PromptAgentApiModelOutput;
|
|
14
16
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface AgentConfigApiModelWorkflowOverride {
|
|
6
|
+
/** If non-empty, the first message the agent will say. If empty, the agent waits for the user to start the discussion. */
|
|
7
|
+
firstMessage?: string;
|
|
8
|
+
/** Language of the agent - used for ASR and TTS */
|
|
9
|
+
language?: string;
|
|
10
|
+
/** Configuration for dynamic variables */
|
|
11
|
+
dynamicVariables?: ElevenLabs.DynamicVariablesConfigWorkflowOverride;
|
|
12
|
+
/** If true, the user will not be able to interrupt the agent while the first message is being delivered. */
|
|
13
|
+
disableFirstMessageInterruptions?: boolean;
|
|
14
|
+
/** The prompt for the agent */
|
|
15
|
+
prompt?: ElevenLabs.PromptAgentApiModelWorkflowOverride;
|
|
16
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface AgentWorkflowRequestModel {
|
|
6
|
+
edges?: Record<string, ElevenLabs.WorkflowEdgeModel>;
|
|
7
|
+
nodes?: Record<string, ElevenLabs.AgentWorkflowRequestModelNodesValue>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export type AgentWorkflowRequestModelNodesValue = ElevenLabs.AgentWorkflowRequestModelNodesValue.End | ElevenLabs.AgentWorkflowRequestModelNodesValue.OverrideAgent | ElevenLabs.AgentWorkflowRequestModelNodesValue.PhoneNumber | ElevenLabs.AgentWorkflowRequestModelNodesValue.StandaloneAgent | ElevenLabs.AgentWorkflowRequestModelNodesValue.Start | ElevenLabs.AgentWorkflowRequestModelNodesValue.Tool;
|
|
6
|
+
export declare namespace AgentWorkflowRequestModelNodesValue {
|
|
7
|
+
interface End extends ElevenLabs.WorkflowEndNodeModel {
|
|
8
|
+
type: "end";
|
|
9
|
+
}
|
|
10
|
+
interface OverrideAgent extends ElevenLabs.WorkflowOverrideAgentNodeModel {
|
|
11
|
+
type: "override_agent";
|
|
12
|
+
}
|
|
13
|
+
interface PhoneNumber extends ElevenLabs.WorkflowPhoneNumberNodeModel {
|
|
14
|
+
type: "phone_number";
|
|
15
|
+
}
|
|
16
|
+
interface StandaloneAgent extends ElevenLabs.WorkflowStandaloneAgentNodeModel {
|
|
17
|
+
type: "standalone_agent";
|
|
18
|
+
}
|
|
19
|
+
interface Start extends ElevenLabs.WorkflowStartNodeModel {
|
|
20
|
+
type: "start";
|
|
21
|
+
}
|
|
22
|
+
interface Tool extends ElevenLabs.WorkflowToolNodeModel {
|
|
23
|
+
type: "tool";
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface AsrConversationalConfigWorkflowOverride {
|
|
6
|
+
/** The quality of the transcription */
|
|
7
|
+
quality?: ElevenLabs.AsrQuality;
|
|
8
|
+
/** The provider of the transcription service */
|
|
9
|
+
provider?: ElevenLabs.AsrProvider;
|
|
10
|
+
/** The format of the audio to be transcribed */
|
|
11
|
+
userInputAudioFormat?: ElevenLabs.AsrInputFormat;
|
|
12
|
+
/** Keywords to boost prediction probability for */
|
|
13
|
+
keywords?: string[];
|
|
14
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface BuiltInToolsWorkflowOverride {
|
|
6
|
+
/** The end call tool */
|
|
7
|
+
endCall?: ElevenLabs.SystemToolConfigInput;
|
|
8
|
+
/** The language detection tool */
|
|
9
|
+
languageDetection?: ElevenLabs.SystemToolConfigInput;
|
|
10
|
+
/** The transfer to agent tool */
|
|
11
|
+
transferToAgent?: ElevenLabs.SystemToolConfigInput;
|
|
12
|
+
/** The transfer to number tool */
|
|
13
|
+
transferToNumber?: ElevenLabs.SystemToolConfigInput;
|
|
14
|
+
/** The skip turn tool */
|
|
15
|
+
skipTurn?: ElevenLabs.SystemToolConfigInput;
|
|
16
|
+
/** The play DTMF tool */
|
|
17
|
+
playKeypadTouchTone?: ElevenLabs.SystemToolConfigInput;
|
|
18
|
+
/** The voicemail detection tool */
|
|
19
|
+
voicemailDetection?: ElevenLabs.SystemToolConfigInput;
|
|
20
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface ConversationConfigWorkflowOverride {
|
|
6
|
+
/** If enabled audio will not be processed and only text will be used, use to avoid audio pricing. */
|
|
7
|
+
textOnly?: boolean;
|
|
8
|
+
/** The maximum duration of a conversation in seconds */
|
|
9
|
+
maxDurationSeconds?: number;
|
|
10
|
+
/** The events that will be sent to the client */
|
|
11
|
+
clientEvents?: ElevenLabs.ClientEvent[];
|
|
12
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
/**
|
|
6
|
+
* Represents a message from a multi-voice agent.
|
|
7
|
+
*/
|
|
8
|
+
export interface ConversationHistoryMultivoiceMessageModel {
|
|
9
|
+
parts: ElevenLabs.ConversationHistoryMultivoiceMessagePartModel[];
|
|
10
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Represents a single voice part of a multi-voice message.
|
|
6
|
+
*/
|
|
7
|
+
export interface ConversationHistoryMultivoiceMessagePartModel {
|
|
8
|
+
text: string;
|
|
9
|
+
voiceLabel?: string;
|
|
10
|
+
timeInCallSecs?: number;
|
|
11
|
+
}
|
|
@@ -5,6 +5,7 @@ import * as ElevenLabs from "../index";
|
|
|
5
5
|
export interface ConversationHistoryTranscriptCommonModelInput {
|
|
6
6
|
role: ElevenLabs.ConversationHistoryTranscriptCommonModelInputRole;
|
|
7
7
|
message?: string;
|
|
8
|
+
multivoiceMessage?: ElevenLabs.ConversationHistoryMultivoiceMessageModel;
|
|
8
9
|
toolCalls?: ElevenLabs.ConversationHistoryTranscriptToolCallCommonModel[];
|
|
9
10
|
toolResults?: ElevenLabs.ConversationHistoryTranscriptCommonModelInputToolResultsItem[];
|
|
10
11
|
feedback?: ElevenLabs.UserFeedback;
|
|
@@ -5,6 +5,7 @@ import * as ElevenLabs from "../index";
|
|
|
5
5
|
export interface ConversationHistoryTranscriptCommonModelOutput {
|
|
6
6
|
role: ElevenLabs.ConversationHistoryTranscriptCommonModelOutputRole;
|
|
7
7
|
message?: string;
|
|
8
|
+
multivoiceMessage?: ElevenLabs.ConversationHistoryMultivoiceMessageModel;
|
|
8
9
|
toolCalls?: ElevenLabs.ConversationHistoryTranscriptToolCallCommonModel[];
|
|
9
10
|
toolResults?: ElevenLabs.ConversationHistoryTranscriptCommonModelOutputToolResultsItem[];
|
|
10
11
|
feedback?: ElevenLabs.UserFeedback;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface ConversationalConfigApiModelWorkflowOverride {
|
|
6
|
+
/** Configuration for conversational transcription */
|
|
7
|
+
asr?: ElevenLabs.AsrConversationalConfigWorkflowOverride;
|
|
8
|
+
/** Configuration for turn detection */
|
|
9
|
+
turn?: ElevenLabs.TurnConfigWorkflowOverride;
|
|
10
|
+
/** Configuration for conversational text to speech */
|
|
11
|
+
tts?: ElevenLabs.TtsConversationalConfigWorkflowOverride;
|
|
12
|
+
/** Configuration for conversational events */
|
|
13
|
+
conversation?: ElevenLabs.ConversationConfigWorkflowOverride;
|
|
14
|
+
/** Language presets for conversations */
|
|
15
|
+
languagePresets?: Record<string, ElevenLabs.LanguagePresetInput | undefined>;
|
|
16
|
+
/** Agent specific configuration */
|
|
17
|
+
agent?: ElevenLabs.AgentConfigApiModelWorkflowOverride;
|
|
18
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type DubbingReleaseChannel = "stable" | "release" | "experimental";
|
|
5
|
+
export declare const DubbingReleaseChannel: {
|
|
6
|
+
readonly Stable: "stable";
|
|
7
|
+
readonly Release: "release";
|
|
8
|
+
readonly Experimental: "experimental";
|
|
9
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.DubbingReleaseChannel = void 0;
|
|
7
|
+
exports.DubbingReleaseChannel = {
|
|
8
|
+
Stable: "stable",
|
|
9
|
+
Release: "release",
|
|
10
|
+
Experimental: "experimental",
|
|
11
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface DynamicVariablesConfigWorkflowOverride {
|
|
6
|
+
/** A dictionary of dynamic variable placeholders and their values */
|
|
7
|
+
dynamicVariablePlaceholders?: Record<string, ElevenLabs.DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue | undefined>;
|
|
8
|
+
}
|
|
@@ -8,4 +8,6 @@ import * as ElevenLabs from "../index";
|
|
|
8
8
|
export interface MultichannelSpeechToTextResponseModel {
|
|
9
9
|
/** List of transcripts, one for each audio channel. Each transcript contains the text and word-level details for its respective channel. */
|
|
10
10
|
transcripts: ElevenLabs.SpeechToTextChunkResponseModel[];
|
|
11
|
+
/** The transcription ID of the response. */
|
|
12
|
+
transcriptionId?: string;
|
|
11
13
|
}
|
|
@@ -63,6 +63,8 @@ export interface ProjectExtendedResponse {
|
|
|
63
63
|
captionsEnabled?: boolean;
|
|
64
64
|
/** Global styling to be applied to all captions */
|
|
65
65
|
captionStyle?: ElevenLabs.CaptionStyleModel;
|
|
66
|
+
/** The public share ID of the project. */
|
|
67
|
+
publicShareId?: string;
|
|
66
68
|
/** The quality preset level of the project. */
|
|
67
69
|
qualityPreset: ElevenLabs.ProjectExtendedResponseModelQualityPreset;
|
|
68
70
|
/** List of chapters of the project and their metadata. */
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface PromptAgentApiModelWorkflowOverride {
|
|
6
|
+
/** The prompt for the agent */
|
|
7
|
+
prompt?: string;
|
|
8
|
+
/** The LLM to query with the prompt and the chat history. If using data residency, the LLM must be supported in the data residency environment */
|
|
9
|
+
llm?: ElevenLabs.Llm;
|
|
10
|
+
/** The temperature for the LLM */
|
|
11
|
+
temperature?: number;
|
|
12
|
+
/** If greater than 0, maximum number of tokens the LLM can predict */
|
|
13
|
+
maxTokens?: number;
|
|
14
|
+
/** A list of IDs of tools used by the agent */
|
|
15
|
+
toolIds?: string[];
|
|
16
|
+
/** Built-in system tools to be used by the agent */
|
|
17
|
+
builtInTools?: ElevenLabs.BuiltInToolsWorkflowOverride;
|
|
18
|
+
/** A list of MCP server ids to be used by the agent */
|
|
19
|
+
mcpServerIds?: string[];
|
|
20
|
+
/** A list of Native MCP server ids to be used by the agent */
|
|
21
|
+
nativeMcpServerIds?: string[];
|
|
22
|
+
/** A list of knowledge bases to be used by the agent */
|
|
23
|
+
knowledgeBase?: ElevenLabs.KnowledgeBaseLocator[];
|
|
24
|
+
/** Definition for a custom LLM if LLM field is set to 'CUSTOM_LLM' */
|
|
25
|
+
customLlm?: ElevenLabs.CustomLlm;
|
|
26
|
+
/** Whether to ignore the default personality */
|
|
27
|
+
ignoreDefaultPersonality?: boolean;
|
|
28
|
+
/** Configuration for RAG */
|
|
29
|
+
rag?: ElevenLabs.RagConfigWorkflowOverride;
|
|
30
|
+
/** Timezone for displaying current time in system prompt. If set, the current time will be included in the system prompt using this timezone. Must be a valid timezone name (e.g., 'America/New_York', 'Europe/London', 'UTC'). */
|
|
31
|
+
timezone?: string;
|
|
32
|
+
/** A list of tools that the agent can use over the course of the conversation, use tool_ids instead */
|
|
33
|
+
tools?: ElevenLabs.PromptAgentApiModelWorkflowOverrideToolsItem[];
|
|
34
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
/**
|
|
6
|
+
* The type of tool
|
|
7
|
+
*/
|
|
8
|
+
export type PromptAgentApiModelWorkflowOverrideToolsItem = ElevenLabs.PromptAgentApiModelWorkflowOverrideToolsItem.Client | ElevenLabs.PromptAgentApiModelWorkflowOverrideToolsItem.Mcp | ElevenLabs.PromptAgentApiModelWorkflowOverrideToolsItem.System | ElevenLabs.PromptAgentApiModelWorkflowOverrideToolsItem.Webhook;
|
|
9
|
+
export declare namespace PromptAgentApiModelWorkflowOverrideToolsItem {
|
|
10
|
+
interface Client extends ElevenLabs.ClientToolConfigInput {
|
|
11
|
+
type: "client";
|
|
12
|
+
}
|
|
13
|
+
interface Mcp {
|
|
14
|
+
type: "mcp";
|
|
15
|
+
value?: unknown;
|
|
16
|
+
}
|
|
17
|
+
interface System extends ElevenLabs.SystemToolConfigInput {
|
|
18
|
+
type: "system";
|
|
19
|
+
}
|
|
20
|
+
interface Webhook extends ElevenLabs.WebhookToolConfigInput {
|
|
21
|
+
type: "webhook";
|
|
22
|
+
}
|
|
23
|
+
}
|