@elevenlabs/elevenlabs-js 2.29.0 → 2.31.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/BaseClient.js +2 -2
- package/LICENSE +1 -1
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +2 -1
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +6 -2
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +3 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +0 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +1 -5
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +0 -3
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +13 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +60 -0
- package/api/resources/dubbing/client/Client.d.ts +3 -0
- package/api/resources/dubbing/client/Client.js +5 -0
- package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +1 -1
- package/api/resources/dubbing/resources/index.d.ts +2 -0
- package/api/resources/dubbing/resources/index.js +3 -1
- package/api/resources/dubbing/resources/transcript/client/Client.d.ts +2 -2
- package/api/resources/dubbing/resources/transcript/client/Client.js +2 -2
- package/api/resources/dubbing/resources/transcripts/client/Client.d.ts +28 -0
- package/api/resources/dubbing/resources/transcripts/client/Client.js +122 -0
- package/api/resources/dubbing/resources/transcripts/client/index.d.ts +1 -0
- package/api/resources/dubbing/resources/transcripts/client/index.js +2 -0
- package/api/resources/dubbing/resources/transcripts/index.d.ts +2 -0
- package/api/resources/dubbing/resources/transcripts/index.js +18 -0
- package/api/resources/dubbing/resources/transcripts/types/TranscriptsGetRequestFormatType.d.ts +7 -0
- package/api/resources/dubbing/resources/transcripts/types/TranscriptsGetRequestFormatType.js +10 -0
- package/api/resources/dubbing/resources/transcripts/types/index.d.ts +1 -0
- package/{dist/serialization/resources/textToSoundEffects → api/resources/dubbing/resources/transcripts}/types/index.js +1 -1
- package/api/resources/dubbing/types/DubbingCreateRequestMode.d.ts +1 -1
- package/api/resources/dubbing/types/DubbingCreateRequestMode.js +1 -1
- package/api/resources/index.d.ts +0 -1
- package/api/resources/index.js +0 -1
- package/api/resources/music/client/Client.js +6 -4
- package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +1 -1
- package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -1
- package/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.d.ts +1 -1
- package/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -1
- package/api/resources/music/types/index.d.ts +0 -4
- package/api/resources/music/types/index.js +0 -4
- package/api/resources/speechToText/client/Client.js +11 -0
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -0
- package/api/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.d.ts +4 -0
- package/api/resources/speechToText/types/index.d.ts +1 -0
- package/api/resources/speechToText/types/index.js +1 -0
- package/api/resources/textToDialogue/client/Client.js +10 -4
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/api/resources/textToDialogue/types/index.d.ts +0 -4
- package/api/resources/textToDialogue/types/index.js +0 -4
- package/api/resources/textToSoundEffects/client/Client.js +3 -1
- package/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +1 -1
- package/api/resources/textToSoundEffects/index.d.ts +0 -1
- package/api/resources/textToSoundEffects/index.js +0 -1
- package/api/resources/textToVoice/client/Client.js +5 -3
- package/api/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +1 -1
- package/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -1
- package/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -1
- package/api/resources/textToVoice/types/index.d.ts +0 -3
- package/api/resources/textToVoice/types/index.js +0 -3
- package/api/resources/workspace/resources/resources/client/Client.d.ts +17 -0
- package/api/resources/workspace/resources/resources/client/Client.js +59 -0
- package/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +14 -0
- package/api/resources/workspace/resources/resources/client/requests/index.d.ts +1 -0
- package/{dist/api/resources/music/types/MusicStreamRequestOutputFormat.d.ts → api/types/AllowedOutputFormats.d.ts} +2 -3
- package/{dist/api/resources/music/types/MusicStreamRequestOutputFormat.js → api/types/AllowedOutputFormats.js} +2 -3
- package/api/types/BatchCallDetailedResponse.d.ts +1 -0
- package/api/types/BatchCallResponse.d.ts +1 -0
- package/api/types/ConversationHistoryMetadataCommonModel.d.ts +0 -1
- package/api/types/ConversationInitiationSource.d.ts +1 -0
- package/api/types/ConversationInitiationSource.js +1 -0
- package/api/types/DetectedEntity.d.ts +10 -0
- package/api/types/DubbingTranscript.d.ts +5 -0
- package/api/types/DubbingTranscriptsResponseModel.d.ts +7 -0
- package/api/types/DubbingTranscriptsResponseModelTranscriptFormat.d.ts +6 -0
- package/api/types/DubbingTranscriptsResponseModelTranscriptFormat.js +9 -0
- package/api/types/GetAgentResponseModel.d.ts +2 -0
- package/api/types/GetKnowledgeBaseFileResponseModel.d.ts +1 -0
- package/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +2 -0
- package/api/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +2 -0
- package/api/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +2 -0
- package/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -0
- package/api/types/KnowledgeBaseFolderPathSegmentSummaryResponseModel.d.ts +3 -0
- package/api/types/KnowledgeBaseSourceFileUrlResponseModel.d.ts +4 -0
- package/api/types/KnowledgeBaseSourceFileUrlResponseModel.js +3 -0
- package/api/types/ProjectVideoResponseModel.d.ts +1 -0
- package/api/types/PromptAgentApiModelInput.d.ts +2 -0
- package/api/types/PromptAgentApiModelOutput.d.ts +2 -0
- package/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +2 -0
- package/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +2 -0
- package/api/types/SoftTimeoutConfig.d.ts +2 -0
- package/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -0
- package/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/api/types/index.d.ts +7 -3
- package/api/types/index.js +7 -3
- package/dist/BaseClient.js +2 -2
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +2 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +6 -2
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +1 -5
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +0 -3
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +60 -0
- package/dist/api/resources/dubbing/client/Client.d.ts +3 -0
- package/dist/api/resources/dubbing/client/Client.js +5 -0
- package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +1 -1
- package/dist/api/resources/dubbing/resources/index.d.ts +2 -0
- package/dist/api/resources/dubbing/resources/index.js +3 -1
- package/dist/api/resources/dubbing/resources/transcript/client/Client.d.ts +2 -2
- package/dist/api/resources/dubbing/resources/transcript/client/Client.js +2 -2
- package/dist/api/resources/dubbing/resources/transcripts/client/Client.d.ts +28 -0
- package/dist/api/resources/dubbing/resources/transcripts/client/Client.js +122 -0
- package/dist/api/resources/dubbing/resources/transcripts/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/transcripts/client/index.js +2 -0
- package/dist/api/resources/dubbing/resources/transcripts/index.d.ts +2 -0
- package/dist/api/resources/dubbing/resources/transcripts/index.js +18 -0
- package/dist/api/resources/dubbing/resources/transcripts/types/TranscriptsGetRequestFormatType.d.ts +7 -0
- package/dist/api/resources/dubbing/resources/transcripts/types/TranscriptsGetRequestFormatType.js +10 -0
- package/dist/api/resources/dubbing/resources/transcripts/types/index.d.ts +1 -0
- package/{api/resources/textToSoundEffects → dist/api/resources/dubbing/resources/transcripts}/types/index.js +1 -1
- package/dist/api/resources/dubbing/types/DubbingCreateRequestMode.d.ts +1 -1
- package/dist/api/resources/dubbing/types/DubbingCreateRequestMode.js +1 -1
- package/dist/api/resources/index.d.ts +0 -1
- package/dist/api/resources/index.js +0 -1
- package/dist/api/resources/music/client/Client.js +6 -4
- package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +1 -1
- package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -1
- package/dist/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.d.ts +1 -1
- package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -1
- package/dist/api/resources/music/types/index.d.ts +0 -4
- package/dist/api/resources/music/types/index.js +0 -4
- package/dist/api/resources/speechToText/client/Client.js +11 -0
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -0
- package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.d.ts +4 -0
- package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.js +3 -0
- package/dist/api/resources/speechToText/types/index.d.ts +1 -0
- package/dist/api/resources/speechToText/types/index.js +1 -0
- package/dist/api/resources/textToDialogue/client/Client.js +10 -4
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToDialogue/types/index.d.ts +0 -4
- package/dist/api/resources/textToDialogue/types/index.js +0 -4
- package/dist/api/resources/textToSoundEffects/client/Client.js +3 -1
- package/dist/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +1 -1
- package/dist/api/resources/textToSoundEffects/index.d.ts +0 -1
- package/dist/api/resources/textToSoundEffects/index.js +0 -1
- package/dist/api/resources/textToVoice/client/Client.js +5 -3
- package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +1 -1
- package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -1
- package/dist/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -1
- package/dist/api/resources/textToVoice/types/index.d.ts +0 -3
- package/dist/api/resources/textToVoice/types/index.js +0 -3
- package/dist/api/resources/workspace/resources/resources/client/Client.d.ts +17 -0
- package/dist/api/resources/workspace/resources/resources/client/Client.js +59 -0
- package/dist/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +14 -0
- package/dist/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js +3 -0
- package/dist/api/resources/workspace/resources/resources/client/requests/index.d.ts +1 -0
- package/{api/resources/music/types/MusicStreamRequestOutputFormat.d.ts → dist/api/types/AllowedOutputFormats.d.ts} +2 -3
- package/{api/resources/music/types/MusicStreamRequestOutputFormat.js → dist/api/types/AllowedOutputFormats.js} +2 -3
- package/dist/api/types/BatchCallDetailedResponse.d.ts +1 -0
- package/dist/api/types/BatchCallResponse.d.ts +1 -0
- package/dist/api/types/ConversationHistoryMetadataCommonModel.d.ts +0 -1
- package/dist/api/types/ConversationInitiationSource.d.ts +1 -0
- package/dist/api/types/ConversationInitiationSource.js +1 -0
- package/dist/api/types/DetectedEntity.d.ts +10 -0
- package/dist/api/types/DetectedEntity.js +3 -0
- package/dist/api/types/DubbingTranscript.d.ts +5 -0
- package/dist/api/types/DubbingTranscript.js +3 -0
- package/dist/api/types/DubbingTranscriptsResponseModel.d.ts +7 -0
- package/dist/api/types/DubbingTranscriptsResponseModel.js +3 -0
- package/dist/api/types/DubbingTranscriptsResponseModelTranscriptFormat.d.ts +6 -0
- package/dist/api/types/DubbingTranscriptsResponseModelTranscriptFormat.js +9 -0
- package/dist/api/types/GetAgentResponseModel.d.ts +2 -0
- package/dist/api/types/GetKnowledgeBaseFileResponseModel.d.ts +1 -0
- package/dist/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +2 -0
- package/dist/api/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +2 -0
- package/dist/api/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +2 -0
- package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -0
- package/dist/api/types/KnowledgeBaseFolderPathSegmentSummaryResponseModel.d.ts +3 -0
- package/dist/api/types/KnowledgeBaseFolderPathSegmentSummaryResponseModel.js +3 -0
- package/dist/api/types/KnowledgeBaseSourceFileUrlResponseModel.d.ts +4 -0
- package/dist/api/types/KnowledgeBaseSourceFileUrlResponseModel.js +3 -0
- package/dist/api/types/ProjectVideoResponseModel.d.ts +1 -0
- package/dist/api/types/PromptAgentApiModelInput.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelOutput.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +2 -0
- package/dist/api/types/SoftTimeoutConfig.d.ts +2 -0
- package/dist/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/dist/api/types/index.d.ts +7 -3
- package/dist/api/types/index.js +7 -3
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +1 -0
- package/dist/serialization/resources/dubbing/resources/index.d.ts +2 -0
- package/dist/serialization/resources/dubbing/resources/index.js +3 -1
- package/dist/serialization/resources/dubbing/resources/transcripts/index.d.ts +1 -0
- package/{serialization/resources/textToSoundEffects/types → dist/serialization/resources/dubbing/resources/transcripts}/index.js +1 -1
- package/dist/serialization/resources/dubbing/resources/transcripts/types/TranscriptsGetRequestFormatType.d.ts +7 -0
- package/dist/serialization/resources/dubbing/resources/transcripts/types/TranscriptsGetRequestFormatType.js +39 -0
- package/dist/serialization/resources/dubbing/resources/transcripts/types/index.d.ts +1 -0
- package/dist/{api/resources/textToSoundEffects → serialization/resources/dubbing/resources/transcripts}/types/index.js +1 -1
- package/dist/serialization/resources/index.d.ts +0 -1
- package/dist/serialization/resources/index.js +0 -1
- package/dist/serialization/resources/music/types/index.d.ts +0 -4
- package/dist/serialization/resources/music/types/index.js +0 -4
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.d.ts +7 -0
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.js +42 -0
- package/dist/serialization/resources/speechToText/types/index.d.ts +1 -0
- package/dist/serialization/resources/speechToText/types/index.js +1 -0
- package/dist/serialization/resources/textToDialogue/types/index.d.ts +0 -4
- package/dist/serialization/resources/textToDialogue/types/index.js +0 -4
- package/dist/serialization/resources/textToSoundEffects/index.d.ts +0 -1
- package/dist/serialization/resources/textToSoundEffects/index.js +0 -1
- package/dist/serialization/resources/textToVoice/types/index.d.ts +0 -3
- package/dist/serialization/resources/textToVoice/types/index.js +0 -3
- package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +11 -0
- package/dist/serialization/resources/{music/types/MusicSeparateStemsRequestOutputFormat.js → workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js} +7 -25
- package/dist/serialization/resources/workspace/resources/resources/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/resources/resources/client/requests/index.js +3 -1
- package/dist/serialization/types/AllowedOutputFormats.d.ts +7 -0
- package/{serialization/resources/music/types/MusicStreamRequestOutputFormat.js → dist/serialization/types/AllowedOutputFormats.js} +3 -3
- package/dist/serialization/types/BatchCallDetailedResponse.d.ts +1 -0
- package/dist/serialization/types/BatchCallDetailedResponse.js +1 -0
- package/dist/serialization/types/BatchCallResponse.d.ts +1 -0
- package/dist/serialization/types/BatchCallResponse.js +1 -0
- package/dist/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +0 -2
- package/dist/serialization/types/ConversationHistoryMetadataCommonModel.js +0 -2
- package/dist/serialization/types/ConversationInitiationSource.d.ts +1 -1
- package/dist/serialization/types/ConversationInitiationSource.js +1 -0
- package/dist/serialization/types/DetectedEntity.d.ts +12 -0
- package/dist/serialization/types/DetectedEntity.js +44 -0
- package/dist/serialization/types/DubbingTranscript.d.ts +11 -0
- package/dist/serialization/types/DubbingTranscript.js +43 -0
- package/dist/serialization/types/DubbingTranscriptsResponseModel.d.ts +14 -0
- package/dist/serialization/types/DubbingTranscriptsResponseModel.js +46 -0
- package/dist/serialization/types/DubbingTranscriptsResponseModelTranscriptFormat.d.ts +7 -0
- package/dist/serialization/types/{DefaultConversationInitiationTrigger.js → DubbingTranscriptsResponseModelTranscriptFormat.js} +2 -2
- package/dist/serialization/types/GetAgentResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetAgentResponseModel.js +2 -0
- package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.js +1 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +2 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.js +2 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.js +2 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -0
- package/dist/serialization/types/KnowledgeBaseFolderPathSegmentSummaryResponseModel.d.ts +9 -0
- package/dist/serialization/types/{ZendeskConversationInitiationTrigger.js → KnowledgeBaseFolderPathSegmentSummaryResponseModel.js} +3 -3
- package/dist/serialization/types/KnowledgeBaseSourceFileUrlResponseModel.d.ts +9 -0
- package/dist/serialization/types/KnowledgeBaseSourceFileUrlResponseModel.js +41 -0
- package/dist/serialization/types/ProjectVideoResponseModel.d.ts +1 -0
- package/dist/serialization/types/ProjectVideoResponseModel.js +1 -0
- package/dist/serialization/types/PromptAgentApiModelInput.d.ts +1 -0
- package/dist/serialization/types/PromptAgentApiModelInput.js +1 -0
- package/dist/serialization/types/PromptAgentApiModelOutput.d.ts +1 -0
- package/dist/serialization/types/PromptAgentApiModelOutput.js +1 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +1 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +1 -0
- package/dist/serialization/types/SoftTimeoutConfig.d.ts +1 -0
- package/dist/serialization/types/SoftTimeoutConfig.js +1 -0
- package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +1 -0
- package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.js +1 -0
- package/dist/serialization/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/dist/serialization/types/SpeechToTextChunkResponseModel.js +2 -0
- package/dist/serialization/types/index.d.ts +7 -3
- package/dist/serialization/types/index.js +7 -3
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +221 -4
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +1 -0
- package/serialization/resources/dubbing/resources/index.d.ts +2 -0
- package/serialization/resources/dubbing/resources/index.js +3 -1
- package/serialization/resources/dubbing/resources/transcripts/index.d.ts +1 -0
- package/serialization/resources/dubbing/resources/transcripts/index.js +17 -0
- package/serialization/resources/dubbing/resources/transcripts/types/TranscriptsGetRequestFormatType.d.ts +7 -0
- package/serialization/resources/dubbing/resources/transcripts/types/TranscriptsGetRequestFormatType.js +39 -0
- package/serialization/resources/dubbing/resources/transcripts/types/index.d.ts +1 -0
- package/serialization/resources/dubbing/resources/transcripts/types/index.js +17 -0
- package/serialization/resources/index.d.ts +0 -1
- package/serialization/resources/index.js +0 -1
- package/serialization/resources/music/types/index.d.ts +0 -4
- package/serialization/resources/music/types/index.js +0 -4
- package/serialization/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.d.ts +7 -0
- package/serialization/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.js +42 -0
- package/serialization/resources/speechToText/types/index.d.ts +1 -0
- package/serialization/resources/speechToText/types/index.js +1 -0
- package/serialization/resources/textToDialogue/types/index.d.ts +0 -4
- package/serialization/resources/textToDialogue/types/index.js +0 -4
- package/serialization/resources/textToSoundEffects/index.d.ts +0 -1
- package/serialization/resources/textToSoundEffects/index.js +0 -1
- package/serialization/resources/textToVoice/types/index.d.ts +0 -3
- package/serialization/resources/textToVoice/types/index.js +0 -3
- package/serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +11 -0
- package/serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js +43 -0
- package/serialization/resources/workspace/resources/resources/client/requests/index.d.ts +1 -0
- package/serialization/resources/workspace/resources/resources/client/requests/index.js +3 -1
- package/serialization/types/AllowedOutputFormats.d.ts +7 -0
- package/{dist/serialization/resources/music/types/MusicStreamRequestOutputFormat.js → serialization/types/AllowedOutputFormats.js} +3 -3
- package/serialization/types/BatchCallDetailedResponse.d.ts +1 -0
- package/serialization/types/BatchCallDetailedResponse.js +1 -0
- package/serialization/types/BatchCallResponse.d.ts +1 -0
- package/serialization/types/BatchCallResponse.js +1 -0
- package/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +0 -2
- package/serialization/types/ConversationHistoryMetadataCommonModel.js +0 -2
- package/serialization/types/ConversationInitiationSource.d.ts +1 -1
- package/serialization/types/ConversationInitiationSource.js +1 -0
- package/serialization/types/DetectedEntity.d.ts +12 -0
- package/serialization/types/DetectedEntity.js +44 -0
- package/serialization/types/DubbingTranscript.d.ts +11 -0
- package/serialization/types/DubbingTranscript.js +43 -0
- package/serialization/types/DubbingTranscriptsResponseModel.d.ts +14 -0
- package/serialization/types/DubbingTranscriptsResponseModel.js +46 -0
- package/serialization/types/DubbingTranscriptsResponseModelTranscriptFormat.d.ts +7 -0
- package/serialization/types/{DefaultConversationInitiationTrigger.js → DubbingTranscriptsResponseModelTranscriptFormat.js} +2 -2
- package/serialization/types/GetAgentResponseModel.d.ts +2 -0
- package/serialization/types/GetAgentResponseModel.js +2 -0
- package/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +1 -0
- package/serialization/types/GetKnowledgeBaseFileResponseModel.js +1 -0
- package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +2 -0
- package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +2 -0
- package/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +2 -0
- package/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.js +2 -0
- package/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +2 -0
- package/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.js +2 -0
- package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -0
- package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -0
- package/serialization/types/KnowledgeBaseFolderPathSegmentSummaryResponseModel.d.ts +9 -0
- package/serialization/types/{ZendeskConversationInitiationTrigger.js → KnowledgeBaseFolderPathSegmentSummaryResponseModel.js} +3 -3
- package/serialization/types/KnowledgeBaseSourceFileUrlResponseModel.d.ts +9 -0
- package/serialization/types/KnowledgeBaseSourceFileUrlResponseModel.js +41 -0
- package/serialization/types/ProjectVideoResponseModel.d.ts +1 -0
- package/serialization/types/ProjectVideoResponseModel.js +1 -0
- package/serialization/types/PromptAgentApiModelInput.d.ts +1 -0
- package/serialization/types/PromptAgentApiModelInput.js +1 -0
- package/serialization/types/PromptAgentApiModelOutput.d.ts +1 -0
- package/serialization/types/PromptAgentApiModelOutput.js +1 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +1 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +1 -0
- package/serialization/types/SoftTimeoutConfig.d.ts +1 -0
- package/serialization/types/SoftTimeoutConfig.js +1 -0
- package/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +1 -0
- package/serialization/types/SoftTimeoutConfigWorkflowOverride.js +1 -0
- package/serialization/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/serialization/types/SpeechToTextChunkResponseModel.js +2 -0
- package/serialization/types/index.d.ts +7 -3
- package/serialization/types/index.js +7 -3
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +0 -25
- package/api/resources/music/types/MusicComposeDetailedRequestOutputFormat.js +0 -28
- package/api/resources/music/types/MusicComposeRequestOutputFormat.d.ts +0 -25
- package/api/resources/music/types/MusicComposeRequestOutputFormat.js +0 -28
- package/api/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +0 -25
- package/api/resources/music/types/MusicSeparateStemsRequestOutputFormat.js +0 -28
- package/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +0 -25
- package/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +0 -28
- package/api/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +0 -25
- package/api/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.js +0 -28
- package/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +0 -25
- package/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +0 -28
- package/api/resources/textToDialogue/types/TextToDialogueStreamWithTimestampsRequestOutputFormat.d.ts +0 -25
- package/api/resources/textToDialogue/types/TextToDialogueStreamWithTimestampsRequestOutputFormat.js +0 -28
- package/api/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +0 -25
- package/api/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.js +0 -28
- package/api/resources/textToSoundEffects/types/index.d.ts +0 -1
- package/api/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +0 -25
- package/api/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.js +0 -28
- package/api/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +0 -25
- package/api/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.js +0 -28
- package/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +0 -25
- package/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js +0 -28
- package/api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +0 -10
- package/api/types/DefaultConversationInitiationTrigger.d.ts +0 -4
- package/api/types/ZendeskConversationInitiationTrigger.d.ts +0 -6
- package/dist/api/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +0 -25
- package/dist/api/resources/music/types/MusicComposeDetailedRequestOutputFormat.js +0 -28
- package/dist/api/resources/music/types/MusicComposeRequestOutputFormat.d.ts +0 -25
- package/dist/api/resources/music/types/MusicComposeRequestOutputFormat.js +0 -28
- package/dist/api/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +0 -25
- package/dist/api/resources/music/types/MusicSeparateStemsRequestOutputFormat.js +0 -28
- package/dist/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +0 -25
- package/dist/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +0 -28
- package/dist/api/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +0 -25
- package/dist/api/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.js +0 -28
- package/dist/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +0 -25
- package/dist/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +0 -28
- package/dist/api/resources/textToDialogue/types/TextToDialogueStreamWithTimestampsRequestOutputFormat.d.ts +0 -25
- package/dist/api/resources/textToDialogue/types/TextToDialogueStreamWithTimestampsRequestOutputFormat.js +0 -28
- package/dist/api/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +0 -25
- package/dist/api/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.js +0 -28
- package/dist/api/resources/textToSoundEffects/types/index.d.ts +0 -1
- package/dist/api/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +0 -25
- package/dist/api/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.js +0 -28
- package/dist/api/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +0 -25
- package/dist/api/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.js +0 -28
- package/dist/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +0 -25
- package/dist/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js +0 -28
- package/dist/api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +0 -10
- package/dist/api/types/DefaultConversationInitiationTrigger.d.ts +0 -4
- package/dist/api/types/ZendeskConversationInitiationTrigger.d.ts +0 -6
- package/dist/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +0 -7
- package/dist/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.js +0 -61
- package/dist/serialization/resources/music/types/MusicComposeRequestOutputFormat.d.ts +0 -7
- package/dist/serialization/resources/music/types/MusicComposeRequestOutputFormat.js +0 -61
- package/dist/serialization/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +0 -7
- package/dist/serialization/resources/music/types/MusicStreamRequestOutputFormat.d.ts +0 -7
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +0 -7
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +0 -61
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +0 -7
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.js +0 -61
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +0 -7
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +0 -61
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamWithTimestampsRequestOutputFormat.d.ts +0 -7
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamWithTimestampsRequestOutputFormat.js +0 -61
- package/dist/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +0 -7
- package/dist/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.js +0 -61
- package/dist/serialization/resources/textToSoundEffects/types/index.d.ts +0 -1
- package/dist/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +0 -7
- package/dist/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.js +0 -61
- package/dist/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +0 -7
- package/dist/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.js +0 -61
- package/dist/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +0 -7
- package/dist/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js +0 -61
- package/dist/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +0 -15
- package/dist/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.js +0 -49
- package/dist/serialization/types/DefaultConversationInitiationTrigger.d.ts +0 -7
- package/dist/serialization/types/ZendeskConversationInitiationTrigger.d.ts +0 -9
- package/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +0 -7
- package/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.js +0 -61
- package/serialization/resources/music/types/MusicComposeRequestOutputFormat.d.ts +0 -7
- package/serialization/resources/music/types/MusicComposeRequestOutputFormat.js +0 -61
- package/serialization/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +0 -7
- package/serialization/resources/music/types/MusicSeparateStemsRequestOutputFormat.js +0 -61
- package/serialization/resources/music/types/MusicStreamRequestOutputFormat.d.ts +0 -7
- package/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +0 -7
- package/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +0 -61
- package/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +0 -7
- package/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.js +0 -61
- package/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +0 -7
- package/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +0 -61
- package/serialization/resources/textToDialogue/types/TextToDialogueStreamWithTimestampsRequestOutputFormat.d.ts +0 -7
- package/serialization/resources/textToDialogue/types/TextToDialogueStreamWithTimestampsRequestOutputFormat.js +0 -61
- package/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +0 -7
- package/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.js +0 -61
- package/serialization/resources/textToSoundEffects/types/index.d.ts +0 -1
- package/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +0 -7
- package/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.js +0 -61
- package/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +0 -7
- package/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.js +0 -61
- package/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +0 -7
- package/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js +0 -61
- package/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +0 -15
- package/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.js +0 -49
- package/serialization/types/DefaultConversationInitiationTrigger.d.ts +0 -7
- package/serialization/types/ZendeskConversationInitiationTrigger.d.ts +0 -9
- /package/api/{types/ConversationHistoryMetadataCommonModelInitiationTrigger.js → resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.js} +0 -0
- /package/api/{types/DefaultConversationInitiationTrigger.js → resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js} +0 -0
- /package/api/types/{ZendeskConversationInitiationTrigger.js → DetectedEntity.js} +0 -0
- /package/{dist/api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.js → api/types/DubbingTranscript.js} +0 -0
- /package/{dist/api/types/DefaultConversationInitiationTrigger.js → api/types/DubbingTranscriptsResponseModel.js} +0 -0
- /package/{dist/api/types/ZendeskConversationInitiationTrigger.js → api/types/KnowledgeBaseFolderPathSegmentSummaryResponseModel.js} +0 -0
|
@@ -28,6 +28,7 @@ export declare namespace PromptAgentApiModelWorkflowOverrideOutput {
|
|
|
28
28
|
rag?: RagConfigWorkflowOverride.Raw | null;
|
|
29
29
|
timezone?: string | null;
|
|
30
30
|
backup_llm_config?: PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.Raw | null;
|
|
31
|
+
cascade_timeout_seconds?: number | null;
|
|
31
32
|
tools?: PromptAgentApiModelWorkflowOverrideOutputToolsItem.Raw[] | null;
|
|
32
33
|
}
|
|
33
34
|
}
|
|
@@ -61,5 +61,6 @@ exports.PromptAgentApiModelWorkflowOverrideOutput = core.serialization.object({
|
|
|
61
61
|
rag: RagConfigWorkflowOverride_1.RagConfigWorkflowOverride.optional(),
|
|
62
62
|
timezone: core.serialization.string().optional(),
|
|
63
63
|
backupLlmConfig: core.serialization.property("backup_llm_config", PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig_1.PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.optional()),
|
|
64
|
+
cascadeTimeoutSeconds: core.serialization.property("cascade_timeout_seconds", core.serialization.number().optional()),
|
|
64
65
|
tools: core.serialization.list(PromptAgentApiModelWorkflowOverrideOutputToolsItem_1.PromptAgentApiModelWorkflowOverrideOutputToolsItem).optional(),
|
|
65
66
|
});
|
|
@@ -39,4 +39,5 @@ const core = __importStar(require("../../core"));
|
|
|
39
39
|
exports.SoftTimeoutConfig = core.serialization.object({
|
|
40
40
|
timeoutSeconds: core.serialization.property("timeout_seconds", core.serialization.number().optional()),
|
|
41
41
|
message: core.serialization.string().optional(),
|
|
42
|
+
useLlmGeneratedMessage: core.serialization.property("use_llm_generated_message", core.serialization.boolean().optional()),
|
|
42
43
|
});
|
|
@@ -39,4 +39,5 @@ const core = __importStar(require("../../core"));
|
|
|
39
39
|
exports.SoftTimeoutConfigWorkflowOverride = core.serialization.object({
|
|
40
40
|
timeoutSeconds: core.serialization.property("timeout_seconds", core.serialization.number().optional()),
|
|
41
41
|
message: core.serialization.string().optional(),
|
|
42
|
+
useLlmGeneratedMessage: core.serialization.property("use_llm_generated_message", core.serialization.boolean().optional()),
|
|
42
43
|
});
|
|
@@ -2,6 +2,7 @@ import type * as ElevenLabs from "../../api/index";
|
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { AdditionalFormatResponseModel } from "./AdditionalFormatResponseModel";
|
|
5
|
+
import { DetectedEntity } from "./DetectedEntity";
|
|
5
6
|
import { SpeechToTextWordResponseModel } from "./SpeechToTextWordResponseModel";
|
|
6
7
|
export declare const SpeechToTextChunkResponseModel: core.serialization.ObjectSchema<serializers.SpeechToTextChunkResponseModel.Raw, ElevenLabs.SpeechToTextChunkResponseModel>;
|
|
7
8
|
export declare namespace SpeechToTextChunkResponseModel {
|
|
@@ -13,5 +14,6 @@ export declare namespace SpeechToTextChunkResponseModel {
|
|
|
13
14
|
channel_index?: number | null;
|
|
14
15
|
additional_formats?: (AdditionalFormatResponseModel.Raw | null | undefined)[] | null;
|
|
15
16
|
transcription_id?: string | null;
|
|
17
|
+
entities?: DetectedEntity.Raw[] | null;
|
|
16
18
|
}
|
|
17
19
|
}
|
|
@@ -37,6 +37,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.SpeechToTextChunkResponseModel = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const AdditionalFormatResponseModel_1 = require("./AdditionalFormatResponseModel");
|
|
40
|
+
const DetectedEntity_1 = require("./DetectedEntity");
|
|
40
41
|
const SpeechToTextWordResponseModel_1 = require("./SpeechToTextWordResponseModel");
|
|
41
42
|
exports.SpeechToTextChunkResponseModel = core.serialization.object({
|
|
42
43
|
languageCode: core.serialization.property("language_code", core.serialization.string()),
|
|
@@ -46,4 +47,5 @@ exports.SpeechToTextChunkResponseModel = core.serialization.object({
|
|
|
46
47
|
channelIndex: core.serialization.property("channel_index", core.serialization.number().optional()),
|
|
47
48
|
additionalFormats: core.serialization.property("additional_formats", core.serialization.list(AdditionalFormatResponseModel_1.AdditionalFormatResponseModel.optional()).optional()),
|
|
48
49
|
transcriptionId: core.serialization.property("transcription_id", core.serialization.string().optional()),
|
|
50
|
+
entities: core.serialization.list(DetectedEntity_1.DetectedEntity).optional(),
|
|
49
51
|
});
|
|
@@ -38,6 +38,7 @@ export * from "./AgentWorkflowResponseModel";
|
|
|
38
38
|
export * from "./AgentWorkflowResponseModelNodesValue";
|
|
39
39
|
export * from "./AgentWorkspaceOverridesInput";
|
|
40
40
|
export * from "./AgentWorkspaceOverridesOutput";
|
|
41
|
+
export * from "./AllowedOutputFormats";
|
|
41
42
|
export * from "./AllowlistItem";
|
|
42
43
|
export * from "./ApiIntegrationWebhookOverridesInput";
|
|
43
44
|
export * from "./ApiIntegrationWebhookOverridesInputRequestHeadersValue";
|
|
@@ -211,7 +212,6 @@ export * from "./ConversationHistoryErrorCommonModel";
|
|
|
211
212
|
export * from "./ConversationHistoryEvaluationCriteriaResultCommonModel";
|
|
212
213
|
export * from "./ConversationHistoryFeedbackCommonModel";
|
|
213
214
|
export * from "./ConversationHistoryMetadataCommonModel";
|
|
214
|
-
export * from "./ConversationHistoryMetadataCommonModelInitiationTrigger";
|
|
215
215
|
export * from "./ConversationHistoryMetadataCommonModelPhoneCall";
|
|
216
216
|
export * from "./ConversationHistoryMultivoiceMessageModel";
|
|
217
217
|
export * from "./ConversationHistoryMultivoiceMessagePartModel";
|
|
@@ -282,7 +282,6 @@ export * from "./DashboardCallSuccessChartModel";
|
|
|
282
282
|
export * from "./DashboardCriteriaChartModel";
|
|
283
283
|
export * from "./DashboardDataCollectionChartModel";
|
|
284
284
|
export * from "./DataCollectionResultCommonModel";
|
|
285
|
-
export * from "./DefaultConversationInitiationTrigger";
|
|
286
285
|
export * from "./DeleteChapterRequest";
|
|
287
286
|
export * from "./DeleteChapterResponseModel";
|
|
288
287
|
export * from "./DeleteDubbingResponseModel";
|
|
@@ -303,6 +302,7 @@ export * from "./DependentPhoneNumberIdentifier";
|
|
|
303
302
|
export * from "./DependentUnknownAgentIdentifier";
|
|
304
303
|
export * from "./DependentUnknownToolIdentifier";
|
|
305
304
|
export * from "./DetailedMusicResponse";
|
|
305
|
+
export * from "./DetectedEntity";
|
|
306
306
|
export * from "./DialogueInput";
|
|
307
307
|
export * from "./DialogueInputResponseModel";
|
|
308
308
|
export * from "./DiscountResponseModel";
|
|
@@ -318,8 +318,11 @@ export * from "./DubbingModel";
|
|
|
318
318
|
export * from "./DubbingReleaseChannel";
|
|
319
319
|
export * from "./DubbingRenderResponseModel";
|
|
320
320
|
export * from "./DubbingResource";
|
|
321
|
+
export * from "./DubbingTranscript";
|
|
321
322
|
export * from "./DubbingTranscriptCharacter";
|
|
322
323
|
export * from "./DubbingTranscriptResponseModel";
|
|
324
|
+
export * from "./DubbingTranscriptsResponseModel";
|
|
325
|
+
export * from "./DubbingTranscriptsResponseModelTranscriptFormat";
|
|
323
326
|
export * from "./DubbingTranscriptUtterance";
|
|
324
327
|
export * from "./DubbingTranscriptWord";
|
|
325
328
|
export * from "./DynamicVariableAssignment";
|
|
@@ -433,8 +436,10 @@ export * from "./KnowledgeBaseDocumentChunkResponseModel";
|
|
|
433
436
|
export * from "./KnowledgeBaseDocumentMetadataResponseModel";
|
|
434
437
|
export * from "./KnowledgeBaseDocumentType";
|
|
435
438
|
export * from "./KnowledgeBaseFolderPathSegmentResponseModel";
|
|
439
|
+
export * from "./KnowledgeBaseFolderPathSegmentSummaryResponseModel";
|
|
436
440
|
export * from "./KnowledgeBaseLocator";
|
|
437
441
|
export * from "./KnowledgeBaseSortBy";
|
|
442
|
+
export * from "./KnowledgeBaseSourceFileUrlResponseModel";
|
|
438
443
|
export * from "./KnowledgeBaseSummaryBatchSuccessfulResponseModel";
|
|
439
444
|
export * from "./KnowledgeBaseSummaryBatchSuccessfulResponseModelData";
|
|
440
445
|
export * from "./LanguageAddedResponse";
|
|
@@ -882,4 +887,3 @@ export * from "./WorkspaceServiceAccountResponseModel";
|
|
|
882
887
|
export * from "./WorkspaceWebhookListResponseModel";
|
|
883
888
|
export * from "./WorkspaceWebhookResponseModel";
|
|
884
889
|
export * from "./WorkspaceWebhookUsageResponseModel";
|
|
885
|
-
export * from "./ZendeskConversationInitiationTrigger";
|
|
@@ -54,6 +54,7 @@ __exportStar(require("./AgentWorkflowResponseModel"), exports);
|
|
|
54
54
|
__exportStar(require("./AgentWorkflowResponseModelNodesValue"), exports);
|
|
55
55
|
__exportStar(require("./AgentWorkspaceOverridesInput"), exports);
|
|
56
56
|
__exportStar(require("./AgentWorkspaceOverridesOutput"), exports);
|
|
57
|
+
__exportStar(require("./AllowedOutputFormats"), exports);
|
|
57
58
|
__exportStar(require("./AllowlistItem"), exports);
|
|
58
59
|
__exportStar(require("./ApiIntegrationWebhookOverridesInput"), exports);
|
|
59
60
|
__exportStar(require("./ApiIntegrationWebhookOverridesInputRequestHeadersValue"), exports);
|
|
@@ -227,7 +228,6 @@ __exportStar(require("./ConversationHistoryErrorCommonModel"), exports);
|
|
|
227
228
|
__exportStar(require("./ConversationHistoryEvaluationCriteriaResultCommonModel"), exports);
|
|
228
229
|
__exportStar(require("./ConversationHistoryFeedbackCommonModel"), exports);
|
|
229
230
|
__exportStar(require("./ConversationHistoryMetadataCommonModel"), exports);
|
|
230
|
-
__exportStar(require("./ConversationHistoryMetadataCommonModelInitiationTrigger"), exports);
|
|
231
231
|
__exportStar(require("./ConversationHistoryMetadataCommonModelPhoneCall"), exports);
|
|
232
232
|
__exportStar(require("./ConversationHistoryMultivoiceMessageModel"), exports);
|
|
233
233
|
__exportStar(require("./ConversationHistoryMultivoiceMessagePartModel"), exports);
|
|
@@ -298,7 +298,6 @@ __exportStar(require("./DashboardCallSuccessChartModel"), exports);
|
|
|
298
298
|
__exportStar(require("./DashboardCriteriaChartModel"), exports);
|
|
299
299
|
__exportStar(require("./DashboardDataCollectionChartModel"), exports);
|
|
300
300
|
__exportStar(require("./DataCollectionResultCommonModel"), exports);
|
|
301
|
-
__exportStar(require("./DefaultConversationInitiationTrigger"), exports);
|
|
302
301
|
__exportStar(require("./DeleteChapterRequest"), exports);
|
|
303
302
|
__exportStar(require("./DeleteChapterResponseModel"), exports);
|
|
304
303
|
__exportStar(require("./DeleteDubbingResponseModel"), exports);
|
|
@@ -319,6 +318,7 @@ __exportStar(require("./DependentPhoneNumberIdentifier"), exports);
|
|
|
319
318
|
__exportStar(require("./DependentUnknownAgentIdentifier"), exports);
|
|
320
319
|
__exportStar(require("./DependentUnknownToolIdentifier"), exports);
|
|
321
320
|
__exportStar(require("./DetailedMusicResponse"), exports);
|
|
321
|
+
__exportStar(require("./DetectedEntity"), exports);
|
|
322
322
|
__exportStar(require("./DialogueInput"), exports);
|
|
323
323
|
__exportStar(require("./DialogueInputResponseModel"), exports);
|
|
324
324
|
__exportStar(require("./DiscountResponseModel"), exports);
|
|
@@ -334,8 +334,11 @@ __exportStar(require("./DubbingModel"), exports);
|
|
|
334
334
|
__exportStar(require("./DubbingReleaseChannel"), exports);
|
|
335
335
|
__exportStar(require("./DubbingRenderResponseModel"), exports);
|
|
336
336
|
__exportStar(require("./DubbingResource"), exports);
|
|
337
|
+
__exportStar(require("./DubbingTranscript"), exports);
|
|
337
338
|
__exportStar(require("./DubbingTranscriptCharacter"), exports);
|
|
338
339
|
__exportStar(require("./DubbingTranscriptResponseModel"), exports);
|
|
340
|
+
__exportStar(require("./DubbingTranscriptsResponseModel"), exports);
|
|
341
|
+
__exportStar(require("./DubbingTranscriptsResponseModelTranscriptFormat"), exports);
|
|
339
342
|
__exportStar(require("./DubbingTranscriptUtterance"), exports);
|
|
340
343
|
__exportStar(require("./DubbingTranscriptWord"), exports);
|
|
341
344
|
__exportStar(require("./DynamicVariableAssignment"), exports);
|
|
@@ -449,8 +452,10 @@ __exportStar(require("./KnowledgeBaseDocumentChunkResponseModel"), exports);
|
|
|
449
452
|
__exportStar(require("./KnowledgeBaseDocumentMetadataResponseModel"), exports);
|
|
450
453
|
__exportStar(require("./KnowledgeBaseDocumentType"), exports);
|
|
451
454
|
__exportStar(require("./KnowledgeBaseFolderPathSegmentResponseModel"), exports);
|
|
455
|
+
__exportStar(require("./KnowledgeBaseFolderPathSegmentSummaryResponseModel"), exports);
|
|
452
456
|
__exportStar(require("./KnowledgeBaseLocator"), exports);
|
|
453
457
|
__exportStar(require("./KnowledgeBaseSortBy"), exports);
|
|
458
|
+
__exportStar(require("./KnowledgeBaseSourceFileUrlResponseModel"), exports);
|
|
454
459
|
__exportStar(require("./KnowledgeBaseSummaryBatchSuccessfulResponseModel"), exports);
|
|
455
460
|
__exportStar(require("./KnowledgeBaseSummaryBatchSuccessfulResponseModelData"), exports);
|
|
456
461
|
__exportStar(require("./LanguageAddedResponse"), exports);
|
|
@@ -898,4 +903,3 @@ __exportStar(require("./WorkspaceServiceAccountResponseModel"), exports);
|
|
|
898
903
|
__exportStar(require("./WorkspaceWebhookListResponseModel"), exports);
|
|
899
904
|
__exportStar(require("./WorkspaceWebhookResponseModel"), exports);
|
|
900
905
|
__exportStar(require("./WorkspaceWebhookUsageResponseModel"), exports);
|
|
901
|
-
__exportStar(require("./ZendeskConversationInitiationTrigger"), exports);
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "v2.
|
|
1
|
+
export declare const SDK_VERSION = "v2.31.0";
|
package/version.js
CHANGED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/** 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. */
|
|
2
|
-
export declare const MusicComposeDetailedRequestOutputFormat: {
|
|
3
|
-
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
-
readonly Mp32400048: "mp3_24000_48";
|
|
5
|
-
readonly Mp34410032: "mp3_44100_32";
|
|
6
|
-
readonly Mp34410064: "mp3_44100_64";
|
|
7
|
-
readonly Mp34410096: "mp3_44100_96";
|
|
8
|
-
readonly Mp344100128: "mp3_44100_128";
|
|
9
|
-
readonly Mp344100192: "mp3_44100_192";
|
|
10
|
-
readonly Pcm8000: "pcm_8000";
|
|
11
|
-
readonly Pcm16000: "pcm_16000";
|
|
12
|
-
readonly Pcm22050: "pcm_22050";
|
|
13
|
-
readonly Pcm24000: "pcm_24000";
|
|
14
|
-
readonly Pcm32000: "pcm_32000";
|
|
15
|
-
readonly Pcm44100: "pcm_44100";
|
|
16
|
-
readonly Pcm48000: "pcm_48000";
|
|
17
|
-
readonly Ulaw8000: "ulaw_8000";
|
|
18
|
-
readonly Alaw8000: "alaw_8000";
|
|
19
|
-
readonly Opus4800032: "opus_48000_32";
|
|
20
|
-
readonly Opus4800064: "opus_48000_64";
|
|
21
|
-
readonly Opus4800096: "opus_48000_96";
|
|
22
|
-
readonly Opus48000128: "opus_48000_128";
|
|
23
|
-
readonly Opus48000192: "opus_48000_192";
|
|
24
|
-
};
|
|
25
|
-
export type MusicComposeDetailedRequestOutputFormat = (typeof MusicComposeDetailedRequestOutputFormat)[keyof typeof MusicComposeDetailedRequestOutputFormat];
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.MusicComposeDetailedRequestOutputFormat = void 0;
|
|
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
|
-
exports.MusicComposeDetailedRequestOutputFormat = {
|
|
7
|
-
Mp32205032: "mp3_22050_32",
|
|
8
|
-
Mp32400048: "mp3_24000_48",
|
|
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
|
-
Pcm32000: "pcm_32000",
|
|
19
|
-
Pcm44100: "pcm_44100",
|
|
20
|
-
Pcm48000: "pcm_48000",
|
|
21
|
-
Ulaw8000: "ulaw_8000",
|
|
22
|
-
Alaw8000: "alaw_8000",
|
|
23
|
-
Opus4800032: "opus_48000_32",
|
|
24
|
-
Opus4800064: "opus_48000_64",
|
|
25
|
-
Opus4800096: "opus_48000_96",
|
|
26
|
-
Opus48000128: "opus_48000_128",
|
|
27
|
-
Opus48000192: "opus_48000_192",
|
|
28
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/** 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. */
|
|
2
|
-
export declare const MusicComposeRequestOutputFormat: {
|
|
3
|
-
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
-
readonly Mp32400048: "mp3_24000_48";
|
|
5
|
-
readonly Mp34410032: "mp3_44100_32";
|
|
6
|
-
readonly Mp34410064: "mp3_44100_64";
|
|
7
|
-
readonly Mp34410096: "mp3_44100_96";
|
|
8
|
-
readonly Mp344100128: "mp3_44100_128";
|
|
9
|
-
readonly Mp344100192: "mp3_44100_192";
|
|
10
|
-
readonly Pcm8000: "pcm_8000";
|
|
11
|
-
readonly Pcm16000: "pcm_16000";
|
|
12
|
-
readonly Pcm22050: "pcm_22050";
|
|
13
|
-
readonly Pcm24000: "pcm_24000";
|
|
14
|
-
readonly Pcm32000: "pcm_32000";
|
|
15
|
-
readonly Pcm44100: "pcm_44100";
|
|
16
|
-
readonly Pcm48000: "pcm_48000";
|
|
17
|
-
readonly Ulaw8000: "ulaw_8000";
|
|
18
|
-
readonly Alaw8000: "alaw_8000";
|
|
19
|
-
readonly Opus4800032: "opus_48000_32";
|
|
20
|
-
readonly Opus4800064: "opus_48000_64";
|
|
21
|
-
readonly Opus4800096: "opus_48000_96";
|
|
22
|
-
readonly Opus48000128: "opus_48000_128";
|
|
23
|
-
readonly Opus48000192: "opus_48000_192";
|
|
24
|
-
};
|
|
25
|
-
export type MusicComposeRequestOutputFormat = (typeof MusicComposeRequestOutputFormat)[keyof typeof MusicComposeRequestOutputFormat];
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.MusicComposeRequestOutputFormat = void 0;
|
|
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
|
-
exports.MusicComposeRequestOutputFormat = {
|
|
7
|
-
Mp32205032: "mp3_22050_32",
|
|
8
|
-
Mp32400048: "mp3_24000_48",
|
|
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
|
-
Pcm32000: "pcm_32000",
|
|
19
|
-
Pcm44100: "pcm_44100",
|
|
20
|
-
Pcm48000: "pcm_48000",
|
|
21
|
-
Ulaw8000: "ulaw_8000",
|
|
22
|
-
Alaw8000: "alaw_8000",
|
|
23
|
-
Opus4800032: "opus_48000_32",
|
|
24
|
-
Opus4800064: "opus_48000_64",
|
|
25
|
-
Opus4800096: "opus_48000_96",
|
|
26
|
-
Opus48000128: "opus_48000_128",
|
|
27
|
-
Opus48000192: "opus_48000_192",
|
|
28
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/** 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. */
|
|
2
|
-
export declare const MusicSeparateStemsRequestOutputFormat: {
|
|
3
|
-
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
-
readonly Mp32400048: "mp3_24000_48";
|
|
5
|
-
readonly Mp34410032: "mp3_44100_32";
|
|
6
|
-
readonly Mp34410064: "mp3_44100_64";
|
|
7
|
-
readonly Mp34410096: "mp3_44100_96";
|
|
8
|
-
readonly Mp344100128: "mp3_44100_128";
|
|
9
|
-
readonly Mp344100192: "mp3_44100_192";
|
|
10
|
-
readonly Pcm8000: "pcm_8000";
|
|
11
|
-
readonly Pcm16000: "pcm_16000";
|
|
12
|
-
readonly Pcm22050: "pcm_22050";
|
|
13
|
-
readonly Pcm24000: "pcm_24000";
|
|
14
|
-
readonly Pcm32000: "pcm_32000";
|
|
15
|
-
readonly Pcm44100: "pcm_44100";
|
|
16
|
-
readonly Pcm48000: "pcm_48000";
|
|
17
|
-
readonly Ulaw8000: "ulaw_8000";
|
|
18
|
-
readonly Alaw8000: "alaw_8000";
|
|
19
|
-
readonly Opus4800032: "opus_48000_32";
|
|
20
|
-
readonly Opus4800064: "opus_48000_64";
|
|
21
|
-
readonly Opus4800096: "opus_48000_96";
|
|
22
|
-
readonly Opus48000128: "opus_48000_128";
|
|
23
|
-
readonly Opus48000192: "opus_48000_192";
|
|
24
|
-
};
|
|
25
|
-
export type MusicSeparateStemsRequestOutputFormat = (typeof MusicSeparateStemsRequestOutputFormat)[keyof typeof MusicSeparateStemsRequestOutputFormat];
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.MusicSeparateStemsRequestOutputFormat = void 0;
|
|
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
|
-
exports.MusicSeparateStemsRequestOutputFormat = {
|
|
7
|
-
Mp32205032: "mp3_22050_32",
|
|
8
|
-
Mp32400048: "mp3_24000_48",
|
|
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
|
-
Pcm32000: "pcm_32000",
|
|
19
|
-
Pcm44100: "pcm_44100",
|
|
20
|
-
Pcm48000: "pcm_48000",
|
|
21
|
-
Ulaw8000: "ulaw_8000",
|
|
22
|
-
Alaw8000: "alaw_8000",
|
|
23
|
-
Opus4800032: "opus_48000_32",
|
|
24
|
-
Opus4800064: "opus_48000_64",
|
|
25
|
-
Opus4800096: "opus_48000_96",
|
|
26
|
-
Opus48000128: "opus_48000_128",
|
|
27
|
-
Opus48000192: "opus_48000_192",
|
|
28
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/** 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. */
|
|
2
|
-
export declare const TextToDialogueConvertRequestOutputFormat: {
|
|
3
|
-
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
-
readonly Mp32400048: "mp3_24000_48";
|
|
5
|
-
readonly Mp34410032: "mp3_44100_32";
|
|
6
|
-
readonly Mp34410064: "mp3_44100_64";
|
|
7
|
-
readonly Mp34410096: "mp3_44100_96";
|
|
8
|
-
readonly Mp344100128: "mp3_44100_128";
|
|
9
|
-
readonly Mp344100192: "mp3_44100_192";
|
|
10
|
-
readonly Pcm8000: "pcm_8000";
|
|
11
|
-
readonly Pcm16000: "pcm_16000";
|
|
12
|
-
readonly Pcm22050: "pcm_22050";
|
|
13
|
-
readonly Pcm24000: "pcm_24000";
|
|
14
|
-
readonly Pcm32000: "pcm_32000";
|
|
15
|
-
readonly Pcm44100: "pcm_44100";
|
|
16
|
-
readonly Pcm48000: "pcm_48000";
|
|
17
|
-
readonly Ulaw8000: "ulaw_8000";
|
|
18
|
-
readonly Alaw8000: "alaw_8000";
|
|
19
|
-
readonly Opus4800032: "opus_48000_32";
|
|
20
|
-
readonly Opus4800064: "opus_48000_64";
|
|
21
|
-
readonly Opus4800096: "opus_48000_96";
|
|
22
|
-
readonly Opus48000128: "opus_48000_128";
|
|
23
|
-
readonly Opus48000192: "opus_48000_192";
|
|
24
|
-
};
|
|
25
|
-
export type TextToDialogueConvertRequestOutputFormat = (typeof TextToDialogueConvertRequestOutputFormat)[keyof typeof TextToDialogueConvertRequestOutputFormat];
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.TextToDialogueConvertRequestOutputFormat = void 0;
|
|
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
|
-
exports.TextToDialogueConvertRequestOutputFormat = {
|
|
7
|
-
Mp32205032: "mp3_22050_32",
|
|
8
|
-
Mp32400048: "mp3_24000_48",
|
|
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
|
-
Pcm32000: "pcm_32000",
|
|
19
|
-
Pcm44100: "pcm_44100",
|
|
20
|
-
Pcm48000: "pcm_48000",
|
|
21
|
-
Ulaw8000: "ulaw_8000",
|
|
22
|
-
Alaw8000: "alaw_8000",
|
|
23
|
-
Opus4800032: "opus_48000_32",
|
|
24
|
-
Opus4800064: "opus_48000_64",
|
|
25
|
-
Opus4800096: "opus_48000_96",
|
|
26
|
-
Opus48000128: "opus_48000_128",
|
|
27
|
-
Opus48000192: "opus_48000_192",
|
|
28
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/** 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. */
|
|
2
|
-
export declare const TextToDialogueConvertWithTimestampsRequestOutputFormat: {
|
|
3
|
-
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
-
readonly Mp32400048: "mp3_24000_48";
|
|
5
|
-
readonly Mp34410032: "mp3_44100_32";
|
|
6
|
-
readonly Mp34410064: "mp3_44100_64";
|
|
7
|
-
readonly Mp34410096: "mp3_44100_96";
|
|
8
|
-
readonly Mp344100128: "mp3_44100_128";
|
|
9
|
-
readonly Mp344100192: "mp3_44100_192";
|
|
10
|
-
readonly Pcm8000: "pcm_8000";
|
|
11
|
-
readonly Pcm16000: "pcm_16000";
|
|
12
|
-
readonly Pcm22050: "pcm_22050";
|
|
13
|
-
readonly Pcm24000: "pcm_24000";
|
|
14
|
-
readonly Pcm32000: "pcm_32000";
|
|
15
|
-
readonly Pcm44100: "pcm_44100";
|
|
16
|
-
readonly Pcm48000: "pcm_48000";
|
|
17
|
-
readonly Ulaw8000: "ulaw_8000";
|
|
18
|
-
readonly Alaw8000: "alaw_8000";
|
|
19
|
-
readonly Opus4800032: "opus_48000_32";
|
|
20
|
-
readonly Opus4800064: "opus_48000_64";
|
|
21
|
-
readonly Opus4800096: "opus_48000_96";
|
|
22
|
-
readonly Opus48000128: "opus_48000_128";
|
|
23
|
-
readonly Opus48000192: "opus_48000_192";
|
|
24
|
-
};
|
|
25
|
-
export type TextToDialogueConvertWithTimestampsRequestOutputFormat = (typeof TextToDialogueConvertWithTimestampsRequestOutputFormat)[keyof typeof TextToDialogueConvertWithTimestampsRequestOutputFormat];
|
package/api/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.TextToDialogueConvertWithTimestampsRequestOutputFormat = void 0;
|
|
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
|
-
exports.TextToDialogueConvertWithTimestampsRequestOutputFormat = {
|
|
7
|
-
Mp32205032: "mp3_22050_32",
|
|
8
|
-
Mp32400048: "mp3_24000_48",
|
|
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
|
-
Pcm32000: "pcm_32000",
|
|
19
|
-
Pcm44100: "pcm_44100",
|
|
20
|
-
Pcm48000: "pcm_48000",
|
|
21
|
-
Ulaw8000: "ulaw_8000",
|
|
22
|
-
Alaw8000: "alaw_8000",
|
|
23
|
-
Opus4800032: "opus_48000_32",
|
|
24
|
-
Opus4800064: "opus_48000_64",
|
|
25
|
-
Opus4800096: "opus_48000_96",
|
|
26
|
-
Opus48000128: "opus_48000_128",
|
|
27
|
-
Opus48000192: "opus_48000_192",
|
|
28
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/** 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. */
|
|
2
|
-
export declare const TextToDialogueStreamRequestOutputFormat: {
|
|
3
|
-
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
-
readonly Mp32400048: "mp3_24000_48";
|
|
5
|
-
readonly Mp34410032: "mp3_44100_32";
|
|
6
|
-
readonly Mp34410064: "mp3_44100_64";
|
|
7
|
-
readonly Mp34410096: "mp3_44100_96";
|
|
8
|
-
readonly Mp344100128: "mp3_44100_128";
|
|
9
|
-
readonly Mp344100192: "mp3_44100_192";
|
|
10
|
-
readonly Pcm8000: "pcm_8000";
|
|
11
|
-
readonly Pcm16000: "pcm_16000";
|
|
12
|
-
readonly Pcm22050: "pcm_22050";
|
|
13
|
-
readonly Pcm24000: "pcm_24000";
|
|
14
|
-
readonly Pcm32000: "pcm_32000";
|
|
15
|
-
readonly Pcm44100: "pcm_44100";
|
|
16
|
-
readonly Pcm48000: "pcm_48000";
|
|
17
|
-
readonly Ulaw8000: "ulaw_8000";
|
|
18
|
-
readonly Alaw8000: "alaw_8000";
|
|
19
|
-
readonly Opus4800032: "opus_48000_32";
|
|
20
|
-
readonly Opus4800064: "opus_48000_64";
|
|
21
|
-
readonly Opus4800096: "opus_48000_96";
|
|
22
|
-
readonly Opus48000128: "opus_48000_128";
|
|
23
|
-
readonly Opus48000192: "opus_48000_192";
|
|
24
|
-
};
|
|
25
|
-
export type TextToDialogueStreamRequestOutputFormat = (typeof TextToDialogueStreamRequestOutputFormat)[keyof typeof TextToDialogueStreamRequestOutputFormat];
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.TextToDialogueStreamRequestOutputFormat = void 0;
|
|
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
|
-
exports.TextToDialogueStreamRequestOutputFormat = {
|
|
7
|
-
Mp32205032: "mp3_22050_32",
|
|
8
|
-
Mp32400048: "mp3_24000_48",
|
|
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
|
-
Pcm32000: "pcm_32000",
|
|
19
|
-
Pcm44100: "pcm_44100",
|
|
20
|
-
Pcm48000: "pcm_48000",
|
|
21
|
-
Ulaw8000: "ulaw_8000",
|
|
22
|
-
Alaw8000: "alaw_8000",
|
|
23
|
-
Opus4800032: "opus_48000_32",
|
|
24
|
-
Opus4800064: "opus_48000_64",
|
|
25
|
-
Opus4800096: "opus_48000_96",
|
|
26
|
-
Opus48000128: "opus_48000_128",
|
|
27
|
-
Opus48000192: "opus_48000_192",
|
|
28
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/** 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. */
|
|
2
|
-
export declare const TextToDialogueStreamWithTimestampsRequestOutputFormat: {
|
|
3
|
-
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
-
readonly Mp32400048: "mp3_24000_48";
|
|
5
|
-
readonly Mp34410032: "mp3_44100_32";
|
|
6
|
-
readonly Mp34410064: "mp3_44100_64";
|
|
7
|
-
readonly Mp34410096: "mp3_44100_96";
|
|
8
|
-
readonly Mp344100128: "mp3_44100_128";
|
|
9
|
-
readonly Mp344100192: "mp3_44100_192";
|
|
10
|
-
readonly Pcm8000: "pcm_8000";
|
|
11
|
-
readonly Pcm16000: "pcm_16000";
|
|
12
|
-
readonly Pcm22050: "pcm_22050";
|
|
13
|
-
readonly Pcm24000: "pcm_24000";
|
|
14
|
-
readonly Pcm32000: "pcm_32000";
|
|
15
|
-
readonly Pcm44100: "pcm_44100";
|
|
16
|
-
readonly Pcm48000: "pcm_48000";
|
|
17
|
-
readonly Ulaw8000: "ulaw_8000";
|
|
18
|
-
readonly Alaw8000: "alaw_8000";
|
|
19
|
-
readonly Opus4800032: "opus_48000_32";
|
|
20
|
-
readonly Opus4800064: "opus_48000_64";
|
|
21
|
-
readonly Opus4800096: "opus_48000_96";
|
|
22
|
-
readonly Opus48000128: "opus_48000_128";
|
|
23
|
-
readonly Opus48000192: "opus_48000_192";
|
|
24
|
-
};
|
|
25
|
-
export type TextToDialogueStreamWithTimestampsRequestOutputFormat = (typeof TextToDialogueStreamWithTimestampsRequestOutputFormat)[keyof typeof TextToDialogueStreamWithTimestampsRequestOutputFormat];
|
package/api/resources/textToDialogue/types/TextToDialogueStreamWithTimestampsRequestOutputFormat.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.TextToDialogueStreamWithTimestampsRequestOutputFormat = void 0;
|
|
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
|
-
exports.TextToDialogueStreamWithTimestampsRequestOutputFormat = {
|
|
7
|
-
Mp32205032: "mp3_22050_32",
|
|
8
|
-
Mp32400048: "mp3_24000_48",
|
|
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
|
-
Pcm32000: "pcm_32000",
|
|
19
|
-
Pcm44100: "pcm_44100",
|
|
20
|
-
Pcm48000: "pcm_48000",
|
|
21
|
-
Ulaw8000: "ulaw_8000",
|
|
22
|
-
Alaw8000: "alaw_8000",
|
|
23
|
-
Opus4800032: "opus_48000_32",
|
|
24
|
-
Opus4800064: "opus_48000_64",
|
|
25
|
-
Opus4800096: "opus_48000_96",
|
|
26
|
-
Opus48000128: "opus_48000_128",
|
|
27
|
-
Opus48000192: "opus_48000_192",
|
|
28
|
-
};
|
package/api/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/** 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. */
|
|
2
|
-
export declare const TextToSoundEffectsConvertRequestOutputFormat: {
|
|
3
|
-
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
-
readonly Mp32400048: "mp3_24000_48";
|
|
5
|
-
readonly Mp34410032: "mp3_44100_32";
|
|
6
|
-
readonly Mp34410064: "mp3_44100_64";
|
|
7
|
-
readonly Mp34410096: "mp3_44100_96";
|
|
8
|
-
readonly Mp344100128: "mp3_44100_128";
|
|
9
|
-
readonly Mp344100192: "mp3_44100_192";
|
|
10
|
-
readonly Pcm8000: "pcm_8000";
|
|
11
|
-
readonly Pcm16000: "pcm_16000";
|
|
12
|
-
readonly Pcm22050: "pcm_22050";
|
|
13
|
-
readonly Pcm24000: "pcm_24000";
|
|
14
|
-
readonly Pcm32000: "pcm_32000";
|
|
15
|
-
readonly Pcm44100: "pcm_44100";
|
|
16
|
-
readonly Pcm48000: "pcm_48000";
|
|
17
|
-
readonly Ulaw8000: "ulaw_8000";
|
|
18
|
-
readonly Alaw8000: "alaw_8000";
|
|
19
|
-
readonly Opus4800032: "opus_48000_32";
|
|
20
|
-
readonly Opus4800064: "opus_48000_64";
|
|
21
|
-
readonly Opus4800096: "opus_48000_96";
|
|
22
|
-
readonly Opus48000128: "opus_48000_128";
|
|
23
|
-
readonly Opus48000192: "opus_48000_192";
|
|
24
|
-
};
|
|
25
|
-
export type TextToSoundEffectsConvertRequestOutputFormat = (typeof TextToSoundEffectsConvertRequestOutputFormat)[keyof typeof TextToSoundEffectsConvertRequestOutputFormat];
|