@elevenlabs/elevenlabs-js 2.16.0 → 2.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.js +2 -2
- package/api/resources/conversationalAi/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/client/Client.js +3 -1
- package/api/resources/conversationalAi/client/requests/BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost.d.ts +3 -1
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +7 -1
- package/api/resources/conversationalAi/resources/agents/client/Client.js +7 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +7 -1
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +3 -1
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/WidgetGetRequest.d.ts +3 -1
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +4 -1
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +4 -1
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/BatchCallsListRequest.d.ts +4 -1
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -1
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +14 -3
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +14 -3
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +2 -1
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +2 -1
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +10 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +9 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +9 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +9 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +10 -3
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +10 -3
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsDeleteRequest.d.ts +3 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsGetAgentsRequest.d.ts +4 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsGetRequest.d.ts +3 -1
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +2 -0
- package/api/resources/conversationalAi/resources/tests/client/Client.d.ts +5 -1
- package/api/resources/conversationalAi/resources/tests/client/Client.js +5 -1
- package/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +2 -0
- package/api/resources/conversationalAi/resources/tests/client/requests/TestsListRequest.d.ts +5 -1
- package/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +2 -0
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.d.ts +17 -0
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +84 -0
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/InvocationsListRequest.d.ts +25 -0
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +4 -1
- package/api/resources/conversationalAi/resources/tools/client/Client.js +4 -1
- package/api/resources/conversationalAi/resources/tools/client/requests/ToolsGetDependentAgentsRequest.d.ts +4 -1
- package/api/resources/dubbing/client/Client.d.ts +8 -1
- package/api/resources/dubbing/client/Client.js +9 -2
- package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +3 -2
- package/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +8 -1
- package/api/resources/dubbing/types/DubbingCreateRequestMode.d.ts +11 -0
- package/api/resources/dubbing/types/DubbingCreateRequestMode.js +10 -0
- package/api/resources/dubbing/types/index.d.ts +1 -0
- package/api/resources/dubbing/types/index.js +1 -0
- package/api/resources/history/client/Client.d.ts +11 -1
- package/api/resources/history/client/Client.js +11 -1
- package/api/resources/history/client/requests/HistoryListRequest.d.ts +11 -1
- package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +7 -4
- package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +4 -1
- package/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +4 -1
- package/api/resources/pronunciationDictionaries/client/Client.d.ts +6 -1
- package/api/resources/pronunciationDictionaries/client/Client.js +6 -1
- package/api/resources/pronunciationDictionaries/client/requests/PronunciationDictionariesListRequest.d.ts +6 -1
- package/api/resources/speechToText/client/Client.d.ts +1 -0
- package/api/resources/speechToText/client/Client.js +1 -0
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -0
- package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +8 -0
- package/api/resources/studio/resources/projects/client/Client.d.ts +3 -1
- package/api/resources/studio/resources/projects/client/Client.js +3 -1
- package/api/resources/studio/resources/projects/client/requests/ProjectsGetRequest.d.ts +3 -1
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.d.ts +10 -0
- package/{dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.js → api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.js} +3 -2
- package/api/resources/studio/types/index.d.ts +1 -0
- package/api/resources/studio/types/index.js +1 -0
- package/api/resources/textToSpeech/client/Client.d.ts +4 -1
- package/api/resources/textToSpeech/client/Client.js +4 -1
- package/api/resources/textToSpeech/client/requests/{TextToSpeechRequest.d.ts → BodyTextToSpeechFull.d.ts} +4 -2
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +5 -0
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +3 -1
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +2 -0
- package/api/resources/textToSpeech/client/requests/index.d.ts +1 -1
- package/api/resources/textToSpeech/types/{BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.d.ts → BodyTextToSpeechFullApplyTextNormalization.d.ts} +2 -2
- package/api/resources/textToSpeech/types/{BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.js → BodyTextToSpeechFullApplyTextNormalization.js} +2 -2
- package/{dist/api/resources/textToSpeech/types/BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.d.ts → api/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.d.ts} +2 -2
- package/{dist/api/resources/textToSpeech/types/BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.js → api/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.js} +2 -2
- package/api/resources/textToSpeech/types/index.d.ts +2 -2
- package/api/resources/textToSpeech/types/index.js +2 -2
- package/api/resources/textToVoice/client/Client.d.ts +3 -0
- package/api/resources/textToVoice/client/Client.js +3 -0
- package/api/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +1 -0
- package/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -0
- package/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -0
- package/api/resources/usage/client/Client.d.ts +6 -1
- package/api/resources/usage/client/Client.js +6 -1
- package/api/resources/usage/client/requests/UsageGetRequest.d.ts +6 -1
- package/api/resources/voices/client/Client.d.ts +30 -3
- package/api/resources/voices/client/Client.js +30 -3
- package/api/resources/voices/client/requests/VoicesGetAllRequest.d.ts +3 -1
- package/api/resources/voices/client/requests/VoicesGetRequest.d.ts +3 -1
- package/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +15 -1
- package/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +9 -0
- package/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +1 -1
- package/api/resources/voices/resources/pvc/resources/samples/client/Client.js +1 -1
- package/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.d.ts +2 -0
- package/api/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
- package/api/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
- package/api/types/AstAndOperatorNode.d.ts +7 -0
- package/api/types/AstAndOperatorNode.js +5 -0
- package/api/types/AstAndOperatorNodeChildrenItem.d.ts +46 -0
- package/api/types/AstAndOperatorNodeChildrenItem.js +5 -0
- package/api/types/AstBooleanNode.d.ts +6 -0
- package/api/types/AstBooleanNode.js +5 -0
- package/api/types/AstDynamicVariableNode.d.ts +6 -0
- package/api/types/AstDynamicVariableNode.js +5 -0
- package/api/types/AstEqualsOperatorNode.d.ts +8 -0
- package/api/types/AstEqualsOperatorNode.js +5 -0
- package/api/types/AstEqualsOperatorNodeLeft.d.ts +46 -0
- package/api/types/AstEqualsOperatorNodeLeft.js +5 -0
- package/api/types/AstEqualsOperatorNodeRight.d.ts +46 -0
- package/api/types/AstEqualsOperatorNodeRight.js +5 -0
- package/api/types/AstGreaterThanOperatorNode.d.ts +8 -0
- package/api/types/AstGreaterThanOperatorNode.js +5 -0
- package/api/types/AstGreaterThanOperatorNodeLeft.d.ts +46 -0
- package/api/types/AstGreaterThanOperatorNodeLeft.js +5 -0
- package/api/types/AstGreaterThanOperatorNodeRight.d.ts +46 -0
- package/api/types/AstGreaterThanOperatorNodeRight.js +5 -0
- package/api/types/AstGreaterThanOrEqualsOperatorNode.d.ts +8 -0
- package/api/types/AstGreaterThanOrEqualsOperatorNode.js +5 -0
- package/api/types/AstGreaterThanOrEqualsOperatorNodeLeft.d.ts +46 -0
- package/api/types/AstGreaterThanOrEqualsOperatorNodeLeft.js +5 -0
- package/api/types/AstGreaterThanOrEqualsOperatorNodeRight.d.ts +46 -0
- package/api/types/AstGreaterThanOrEqualsOperatorNodeRight.js +5 -0
- package/api/types/AstLessThanOperatorNode.d.ts +8 -0
- package/api/types/AstLessThanOperatorNode.js +5 -0
- package/api/types/AstLessThanOperatorNodeLeft.d.ts +46 -0
- package/api/types/AstLessThanOperatorNodeLeft.js +5 -0
- package/api/types/AstLessThanOperatorNodeRight.d.ts +46 -0
- package/api/types/AstLessThanOperatorNodeRight.js +5 -0
- package/api/types/AstLessThanOrEqualsOperatorNode.d.ts +8 -0
- package/api/types/AstLessThanOrEqualsOperatorNode.js +5 -0
- package/api/types/AstLessThanOrEqualsOperatorNodeLeft.d.ts +46 -0
- package/api/types/AstLessThanOrEqualsOperatorNodeLeft.js +5 -0
- package/api/types/AstLessThanOrEqualsOperatorNodeRight.d.ts +46 -0
- package/api/types/AstLessThanOrEqualsOperatorNodeRight.js +5 -0
- package/api/types/AstNotEqualsOperatorNode.d.ts +8 -0
- package/api/types/AstNotEqualsOperatorNode.js +5 -0
- package/api/types/AstNotEqualsOperatorNodeLeft.d.ts +46 -0
- package/api/types/AstNotEqualsOperatorNodeLeft.js +5 -0
- package/api/types/AstNotEqualsOperatorNodeRight.d.ts +46 -0
- package/api/types/AstNotEqualsOperatorNodeRight.js +5 -0
- package/api/types/AstNumberNode.d.ts +6 -0
- package/api/types/AstNumberNode.js +5 -0
- package/api/types/AstOrOperatorNode.d.ts +7 -0
- package/api/types/AstOrOperatorNode.js +5 -0
- package/api/types/AstOrOperatorNodeChildrenItem.d.ts +46 -0
- package/api/types/AstOrOperatorNodeChildrenItem.js +5 -0
- package/api/types/AstStringNode.d.ts +6 -0
- package/api/types/AstStringNode.js +5 -0
- package/api/types/AstllmNode.d.ts +6 -0
- package/api/types/AstllmNode.js +5 -0
- package/api/types/ConversationChargingCommonModel.d.ts +2 -0
- package/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -0
- package/api/types/GetTestInvocationsPageResponseModel.d.ts +12 -0
- package/api/types/GetTestInvocationsPageResponseModel.js +5 -0
- package/api/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
- package/api/types/GetUnitTestResponseModel.d.ts +2 -0
- package/api/types/InboundSipTrunkConfigRequestModel.d.ts +2 -0
- package/api/types/ListResponseMeta.d.ts +8 -0
- package/api/types/ListResponseMeta.js +5 -0
- package/api/types/McpServerConfigInput.d.ts +2 -0
- package/api/types/McpServerConfigOutput.d.ts +2 -0
- package/api/types/MusicPrompt.d.ts +2 -2
- package/api/types/PromptAgentApiModelInput.d.ts +1 -1
- package/api/types/PromptAgentApiModelOutput.d.ts +1 -1
- package/api/types/PromptAgentApiModelWorkflowOverride.d.ts +1 -1
- package/api/types/SongSection.d.ts +2 -2
- package/api/types/SubscriptionExtrasResponseModel.d.ts +2 -0
- package/api/types/TestFromConversationMetadataInput.d.ts +10 -0
- package/api/types/TestFromConversationMetadataInput.js +5 -0
- package/api/types/TestFromConversationMetadataOutput.d.ts +10 -0
- package/api/types/TestFromConversationMetadataOutput.js +5 -0
- package/api/types/TestInvocationSummaryResponseModel.d.ts +22 -0
- package/api/types/TestInvocationSummaryResponseModel.js +5 -0
- package/api/types/TextToSpeechRequest.d.ts +4 -0
- package/api/types/TextToSpeechRequest.js +5 -0
- package/api/types/WorkflowEdgeModelBackwardCondition.d.ts +4 -1
- package/api/types/WorkflowEdgeModelForwardCondition.d.ts +4 -1
- package/api/types/WorkflowEndNodeModel.d.ts +2 -0
- package/api/types/WorkflowExpressionConditionModel.d.ts +8 -0
- package/api/types/WorkflowExpressionConditionModel.js +5 -0
- package/api/types/WorkflowExpressionConditionModelExpression.d.ts +46 -0
- package/api/types/WorkflowExpressionConditionModelExpression.js +5 -0
- package/api/types/WorkflowOverrideAgentNodeModel.d.ts +2 -0
- package/api/types/WorkflowPhoneNumberNodeModel.d.ts +2 -0
- package/api/types/WorkflowStandaloneAgentNodeModel.d.ts +2 -0
- package/api/types/WorkflowStartNodeModel.d.ts +2 -0
- package/api/types/WorkflowToolNodeModel.d.ts +2 -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/resources/conversationalAi/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/client/Client.js +3 -1
- package/dist/api/resources/conversationalAi/client/requests/BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +7 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +7 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +7 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +3 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/WidgetGetRequest.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +4 -1
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BatchCallsListRequest.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +14 -3
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +14 -3
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +2 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +2 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +10 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +9 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +9 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +9 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +10 -3
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +10 -3
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsDeleteRequest.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsGetAgentsRequest.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsGetRequest.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.d.ts +5 -1
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +5 -1
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/TestsListRequest.d.ts +5 -1
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.d.ts +17 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +84 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/InvocationsListRequest.d.ts +25 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/InvocationsListRequest.js +5 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +4 -1
- package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsGetDependentAgentsRequest.d.ts +4 -1
- package/dist/api/resources/dubbing/client/Client.d.ts +8 -1
- package/dist/api/resources/dubbing/client/Client.js +9 -2
- package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +3 -2
- package/dist/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +8 -1
- package/dist/api/resources/dubbing/types/DubbingCreateRequestMode.d.ts +11 -0
- package/dist/api/resources/dubbing/types/DubbingCreateRequestMode.js +10 -0
- package/dist/api/resources/dubbing/types/index.d.ts +1 -0
- package/dist/api/resources/dubbing/types/index.js +1 -0
- package/dist/api/resources/history/client/Client.d.ts +11 -1
- package/dist/api/resources/history/client/Client.js +11 -1
- package/dist/api/resources/history/client/requests/HistoryListRequest.d.ts +11 -1
- package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +7 -4
- package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +4 -1
- package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +4 -1
- package/dist/api/resources/pronunciationDictionaries/client/Client.d.ts +6 -1
- package/dist/api/resources/pronunciationDictionaries/client/Client.js +6 -1
- package/dist/api/resources/pronunciationDictionaries/client/requests/PronunciationDictionariesListRequest.d.ts +6 -1
- package/dist/api/resources/speechToText/client/Client.d.ts +1 -0
- package/dist/api/resources/speechToText/client/Client.js +1 -0
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -0
- package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +8 -0
- package/dist/api/resources/studio/resources/projects/client/Client.d.ts +3 -1
- package/dist/api/resources/studio/resources/projects/client/Client.js +3 -1
- package/dist/api/resources/studio/resources/projects/client/requests/ProjectsGetRequest.d.ts +3 -1
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.d.ts +10 -0
- package/{api/resources/textToSpeech/types/BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.js → dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.js} +3 -2
- package/dist/api/resources/studio/types/index.d.ts +1 -0
- package/dist/api/resources/studio/types/index.js +1 -0
- package/dist/api/resources/textToSpeech/client/Client.d.ts +4 -1
- package/dist/api/resources/textToSpeech/client/Client.js +4 -1
- package/dist/api/resources/textToSpeech/client/requests/{TextToSpeechRequest.d.ts → BodyTextToSpeechFull.d.ts} +4 -2
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +5 -0
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +5 -0
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +3 -1
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +2 -0
- package/dist/api/resources/textToSpeech/client/requests/index.d.ts +1 -1
- package/dist/api/resources/textToSpeech/types/{BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.d.ts → BodyTextToSpeechFullApplyTextNormalization.d.ts} +2 -2
- package/dist/api/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.js +11 -0
- package/{api/resources/textToSpeech/types/BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.d.ts → dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.d.ts} +2 -2
- package/dist/api/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.js +11 -0
- package/dist/api/resources/textToSpeech/types/index.d.ts +2 -2
- package/dist/api/resources/textToSpeech/types/index.js +2 -2
- package/dist/api/resources/textToVoice/client/Client.d.ts +3 -0
- package/dist/api/resources/textToVoice/client/Client.js +3 -0
- package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +1 -0
- package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -0
- package/dist/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -0
- package/dist/api/resources/usage/client/Client.d.ts +6 -1
- package/dist/api/resources/usage/client/Client.js +6 -1
- package/dist/api/resources/usage/client/requests/UsageGetRequest.d.ts +6 -1
- package/dist/api/resources/voices/client/Client.d.ts +30 -3
- package/dist/api/resources/voices/client/Client.js +30 -3
- package/dist/api/resources/voices/client/requests/VoicesGetAllRequest.d.ts +3 -1
- package/dist/api/resources/voices/client/requests/VoicesGetRequest.d.ts +3 -1
- package/dist/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +15 -1
- package/dist/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +9 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +1 -1
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.js +1 -1
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.d.ts +2 -0
- package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
- package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
- package/dist/api/types/AstAndOperatorNode.d.ts +7 -0
- package/dist/api/types/AstAndOperatorNode.js +5 -0
- package/dist/api/types/AstAndOperatorNodeChildrenItem.d.ts +46 -0
- package/dist/api/types/AstAndOperatorNodeChildrenItem.js +5 -0
- package/dist/api/types/AstBooleanNode.d.ts +6 -0
- package/dist/api/types/AstBooleanNode.js +5 -0
- package/dist/api/types/AstDynamicVariableNode.d.ts +6 -0
- package/dist/api/types/AstDynamicVariableNode.js +5 -0
- package/dist/api/types/AstEqualsOperatorNode.d.ts +8 -0
- package/dist/api/types/AstEqualsOperatorNode.js +5 -0
- package/dist/api/types/AstEqualsOperatorNodeLeft.d.ts +46 -0
- package/dist/api/types/AstEqualsOperatorNodeLeft.js +5 -0
- package/dist/api/types/AstEqualsOperatorNodeRight.d.ts +46 -0
- package/dist/api/types/AstEqualsOperatorNodeRight.js +5 -0
- package/dist/api/types/AstGreaterThanOperatorNode.d.ts +8 -0
- package/dist/api/types/AstGreaterThanOperatorNode.js +5 -0
- package/dist/api/types/AstGreaterThanOperatorNodeLeft.d.ts +46 -0
- package/dist/api/types/AstGreaterThanOperatorNodeLeft.js +5 -0
- package/dist/api/types/AstGreaterThanOperatorNodeRight.d.ts +46 -0
- package/dist/api/types/AstGreaterThanOperatorNodeRight.js +5 -0
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNode.d.ts +8 -0
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNode.js +5 -0
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeLeft.d.ts +46 -0
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeLeft.js +5 -0
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeRight.d.ts +46 -0
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeRight.js +5 -0
- package/dist/api/types/AstLessThanOperatorNode.d.ts +8 -0
- package/dist/api/types/AstLessThanOperatorNode.js +5 -0
- package/dist/api/types/AstLessThanOperatorNodeLeft.d.ts +46 -0
- package/dist/api/types/AstLessThanOperatorNodeLeft.js +5 -0
- package/dist/api/types/AstLessThanOperatorNodeRight.d.ts +46 -0
- package/dist/api/types/AstLessThanOperatorNodeRight.js +5 -0
- package/dist/api/types/AstLessThanOrEqualsOperatorNode.d.ts +8 -0
- package/dist/api/types/AstLessThanOrEqualsOperatorNode.js +5 -0
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeLeft.d.ts +46 -0
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeLeft.js +5 -0
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeRight.d.ts +46 -0
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeRight.js +5 -0
- package/dist/api/types/AstNotEqualsOperatorNode.d.ts +8 -0
- package/dist/api/types/AstNotEqualsOperatorNode.js +5 -0
- package/dist/api/types/AstNotEqualsOperatorNodeLeft.d.ts +46 -0
- package/dist/api/types/AstNotEqualsOperatorNodeLeft.js +5 -0
- package/dist/api/types/AstNotEqualsOperatorNodeRight.d.ts +46 -0
- package/dist/api/types/AstNotEqualsOperatorNodeRight.js +5 -0
- package/dist/api/types/AstNumberNode.d.ts +6 -0
- package/dist/api/types/AstNumberNode.js +5 -0
- package/dist/api/types/AstOrOperatorNode.d.ts +7 -0
- package/dist/api/types/AstOrOperatorNode.js +5 -0
- package/dist/api/types/AstOrOperatorNodeChildrenItem.d.ts +46 -0
- package/dist/api/types/AstOrOperatorNodeChildrenItem.js +5 -0
- package/dist/api/types/AstStringNode.d.ts +6 -0
- package/dist/api/types/AstStringNode.js +5 -0
- package/dist/api/types/AstllmNode.d.ts +6 -0
- package/dist/api/types/AstllmNode.js +5 -0
- package/dist/api/types/ConversationChargingCommonModel.d.ts +2 -0
- package/dist/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -0
- package/dist/api/types/GetTestInvocationsPageResponseModel.d.ts +12 -0
- package/dist/api/types/GetTestInvocationsPageResponseModel.js +5 -0
- package/dist/api/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
- package/dist/api/types/GetUnitTestResponseModel.d.ts +2 -0
- package/dist/api/types/InboundSipTrunkConfigRequestModel.d.ts +2 -0
- package/dist/api/types/ListResponseMeta.d.ts +8 -0
- package/dist/api/types/ListResponseMeta.js +5 -0
- package/dist/api/types/McpServerConfigInput.d.ts +2 -0
- package/dist/api/types/McpServerConfigOutput.d.ts +2 -0
- package/dist/api/types/MusicPrompt.d.ts +2 -2
- package/dist/api/types/PromptAgentApiModelInput.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelOutput.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverride.d.ts +1 -1
- package/dist/api/types/SongSection.d.ts +2 -2
- package/dist/api/types/SubscriptionExtrasResponseModel.d.ts +2 -0
- package/dist/api/types/TestFromConversationMetadataInput.d.ts +10 -0
- package/dist/api/types/TestFromConversationMetadataInput.js +5 -0
- package/dist/api/types/TestFromConversationMetadataOutput.d.ts +10 -0
- package/dist/api/types/TestFromConversationMetadataOutput.js +5 -0
- package/dist/api/types/TestInvocationSummaryResponseModel.d.ts +22 -0
- package/dist/api/types/TestInvocationSummaryResponseModel.js +5 -0
- package/dist/api/types/TextToSpeechRequest.d.ts +4 -0
- package/dist/api/types/TextToSpeechRequest.js +5 -0
- package/dist/api/types/WorkflowEdgeModelBackwardCondition.d.ts +4 -1
- package/dist/api/types/WorkflowEdgeModelForwardCondition.d.ts +4 -1
- package/dist/api/types/WorkflowEndNodeModel.d.ts +2 -0
- package/dist/api/types/WorkflowExpressionConditionModel.d.ts +8 -0
- package/dist/api/types/WorkflowExpressionConditionModel.js +5 -0
- package/dist/api/types/WorkflowExpressionConditionModelExpression.d.ts +46 -0
- package/dist/api/types/WorkflowExpressionConditionModelExpression.js +5 -0
- package/dist/api/types/WorkflowOverrideAgentNodeModel.d.ts +2 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModel.d.ts +2 -0
- package/dist/api/types/WorkflowStandaloneAgentNodeModel.d.ts +2 -0
- package/dist/api/types/WorkflowStartNodeModel.d.ts +2 -0
- package/dist/api/types/WorkflowToolNodeModel.d.ts +2 -0
- package/dist/api/types/index.d.ts +35 -0
- package/dist/api/types/index.js +35 -0
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +2 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +2 -0
- package/dist/serialization/resources/dubbing/types/DubbingCreateRequestMode.d.ts +10 -0
- package/dist/serialization/resources/{textToSpeech/types/BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.js → dubbing/types/DubbingCreateRequestMode.js} +2 -2
- package/dist/serialization/resources/dubbing/types/index.d.ts +1 -0
- package/dist/serialization/resources/dubbing/types/index.js +1 -0
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -1
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +2 -1
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
- package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -0
- package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +1 -0
- package/dist/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +2 -0
- package/dist/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js +2 -0
- package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.d.ts +10 -0
- package/{serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.js → dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.js} +2 -2
- package/dist/serialization/resources/studio/types/index.d.ts +1 -0
- package/dist/serialization/resources/studio/types/index.js +1 -0
- package/dist/serialization/resources/textToSpeech/client/requests/{TextToSpeechRequest.d.ts → BodyTextToSpeechFull.d.ts} +5 -4
- package/dist/serialization/resources/textToSpeech/client/requests/{TextToSpeechRequest.js → BodyTextToSpeechFull.js} +5 -4
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +1 -0
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js +1 -0
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +3 -2
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +3 -2
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -0
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +1 -0
- package/dist/serialization/resources/textToSpeech/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/textToSpeech/client/requests/index.js +3 -3
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.d.ts +10 -0
- package/{serialization/resources/textToSpeech/types/BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.js → dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.js} +2 -2
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.d.ts +10 -0
- package/dist/serialization/resources/textToSpeech/types/{BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.js → BodyTextToSpeechStreamApplyTextNormalization.js} +2 -2
- package/dist/serialization/resources/textToSpeech/types/index.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/types/index.js +2 -2
- package/dist/serialization/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.d.ts +1 -0
- package/dist/serialization/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.js +1 -0
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +1 -0
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +1 -0
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +1 -0
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +1 -0
- package/dist/serialization/types/AstAndOperatorNode.d.ts +12 -0
- package/dist/serialization/types/AstAndOperatorNode.js +44 -0
- package/dist/serialization/types/AstAndOperatorNodeChildrenItem.d.ts +54 -0
- package/dist/serialization/types/AstAndOperatorNodeChildrenItem.js +66 -0
- package/dist/serialization/types/AstBooleanNode.d.ts +12 -0
- package/dist/serialization/types/AstBooleanNode.js +43 -0
- package/dist/serialization/types/AstDynamicVariableNode.d.ts +12 -0
- package/dist/serialization/types/AstDynamicVariableNode.js +43 -0
- package/dist/serialization/types/AstEqualsOperatorNode.d.ts +13 -0
- package/dist/serialization/types/AstEqualsOperatorNode.js +45 -0
- package/dist/serialization/types/AstEqualsOperatorNodeLeft.d.ts +54 -0
- package/dist/serialization/types/AstEqualsOperatorNodeLeft.js +66 -0
- package/dist/serialization/types/AstEqualsOperatorNodeRight.d.ts +54 -0
- package/dist/serialization/types/AstEqualsOperatorNodeRight.js +66 -0
- package/dist/serialization/types/AstGreaterThanOperatorNode.d.ts +13 -0
- package/dist/serialization/types/AstGreaterThanOperatorNode.js +45 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeLeft.d.ts +54 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeLeft.js +66 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeRight.d.ts +54 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeRight.js +66 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNode.d.ts +13 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNode.js +45 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeLeft.d.ts +54 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeLeft.js +66 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeRight.d.ts +54 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeRight.js +66 -0
- package/dist/serialization/types/AstLessThanOperatorNode.d.ts +13 -0
- package/dist/serialization/types/AstLessThanOperatorNode.js +45 -0
- package/dist/serialization/types/AstLessThanOperatorNodeLeft.d.ts +54 -0
- package/dist/serialization/types/AstLessThanOperatorNodeLeft.js +66 -0
- package/dist/serialization/types/AstLessThanOperatorNodeRight.d.ts +54 -0
- package/dist/serialization/types/AstLessThanOperatorNodeRight.js +66 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNode.d.ts +13 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNode.js +45 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeLeft.d.ts +54 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeLeft.js +66 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeRight.d.ts +54 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeRight.js +66 -0
- package/dist/serialization/types/AstNotEqualsOperatorNode.d.ts +13 -0
- package/dist/serialization/types/AstNotEqualsOperatorNode.js +45 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeLeft.d.ts +54 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeLeft.js +66 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeRight.d.ts +54 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeRight.js +66 -0
- package/dist/serialization/types/AstNumberNode.d.ts +12 -0
- package/dist/serialization/types/AstNumberNode.js +43 -0
- package/dist/serialization/types/AstOrOperatorNode.d.ts +12 -0
- package/dist/serialization/types/AstOrOperatorNode.js +44 -0
- package/dist/serialization/types/AstOrOperatorNodeChildrenItem.d.ts +54 -0
- package/dist/serialization/types/AstOrOperatorNodeChildrenItem.js +66 -0
- package/dist/serialization/types/AstStringNode.d.ts +12 -0
- package/dist/serialization/types/AstStringNode.js +43 -0
- package/dist/serialization/types/AstllmNode.d.ts +12 -0
- package/dist/serialization/types/AstllmNode.js +43 -0
- package/dist/serialization/types/ConversationChargingCommonModel.d.ts +2 -0
- package/dist/serialization/types/ConversationChargingCommonModel.js +2 -0
- package/dist/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.js +1 -0
- package/dist/serialization/types/GetTestInvocationsPageResponseModel.d.ts +17 -0
- package/dist/serialization/types/GetTestInvocationsPageResponseModel.js +48 -0
- package/dist/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetTestSuiteInvocationResponseModel.js +1 -0
- package/dist/serialization/types/GetUnitTestResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetUnitTestResponseModel.js +2 -0
- package/dist/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +1 -0
- package/dist/serialization/types/InboundSipTrunkConfigRequestModel.js +1 -0
- package/dist/serialization/types/ListResponseMeta.d.ts +14 -0
- package/dist/serialization/types/ListResponseMeta.js +45 -0
- package/dist/serialization/types/McpServerConfigInput.d.ts +1 -0
- package/dist/serialization/types/McpServerConfigInput.js +1 -0
- package/dist/serialization/types/McpServerConfigOutput.d.ts +1 -0
- package/dist/serialization/types/McpServerConfigOutput.js +1 -0
- package/dist/serialization/types/SubscriptionExtrasResponseModel.d.ts +1 -0
- package/dist/serialization/types/SubscriptionExtrasResponseModel.js +1 -0
- package/dist/serialization/types/TestFromConversationMetadataInput.d.ts +16 -0
- package/dist/serialization/types/TestFromConversationMetadataInput.js +47 -0
- package/dist/serialization/types/TestFromConversationMetadataOutput.d.ts +16 -0
- package/dist/serialization/types/TestFromConversationMetadataOutput.js +47 -0
- package/dist/serialization/types/TestInvocationSummaryResponseModel.d.ts +20 -0
- package/dist/serialization/types/TestInvocationSummaryResponseModel.js +51 -0
- package/dist/serialization/types/TextToSpeechRequest.d.ts +10 -0
- package/dist/serialization/types/TextToSpeechRequest.js +41 -0
- package/dist/serialization/types/WorkflowEdgeModelBackwardCondition.d.ts +5 -1
- package/dist/serialization/types/WorkflowEdgeModelBackwardCondition.js +2 -0
- package/dist/serialization/types/WorkflowEdgeModelForwardCondition.d.ts +5 -1
- package/dist/serialization/types/WorkflowEdgeModelForwardCondition.js +2 -0
- package/dist/serialization/types/WorkflowEndNodeModel.d.ts +1 -0
- package/dist/serialization/types/WorkflowEndNodeModel.js +1 -0
- package/dist/serialization/types/WorkflowExpressionConditionModel.d.ts +14 -0
- package/dist/serialization/types/WorkflowExpressionConditionModel.js +45 -0
- package/dist/serialization/types/WorkflowExpressionConditionModelExpression.d.ts +54 -0
- package/dist/serialization/types/WorkflowExpressionConditionModelExpression.js +66 -0
- package/dist/serialization/types/WorkflowOverrideAgentNodeModel.d.ts +1 -0
- package/dist/serialization/types/WorkflowOverrideAgentNodeModel.js +1 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModel.d.ts +1 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModel.js +1 -0
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModel.d.ts +1 -0
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModel.js +1 -0
- package/dist/serialization/types/WorkflowStartNodeModel.d.ts +1 -0
- package/dist/serialization/types/WorkflowStartNodeModel.js +1 -0
- package/dist/serialization/types/WorkflowToolNodeModel.d.ts +1 -0
- package/dist/serialization/types/WorkflowToolNodeModel.js +1 -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/dist/wrapper/ElevenLabsClient.d.ts +0 -6
- package/package.json +2 -2
- package/reference.md +199 -20
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +1 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +1 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +2 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +2 -0
- package/serialization/resources/dubbing/types/DubbingCreateRequestMode.d.ts +10 -0
- package/serialization/resources/dubbing/types/DubbingCreateRequestMode.js +41 -0
- package/serialization/resources/dubbing/types/index.d.ts +1 -0
- package/serialization/resources/dubbing/types/index.js +1 -0
- package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -1
- package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +2 -1
- package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
- package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
- package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -0
- package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +1 -0
- package/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +2 -0
- package/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js +2 -0
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.d.ts +10 -0
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.js +41 -0
- package/serialization/resources/studio/types/index.d.ts +1 -0
- package/serialization/resources/studio/types/index.js +1 -0
- package/serialization/resources/textToSpeech/client/requests/{TextToSpeechRequest.d.ts → BodyTextToSpeechFull.d.ts} +5 -4
- package/serialization/resources/textToSpeech/client/requests/{TextToSpeechRequest.js → BodyTextToSpeechFull.js} +5 -4
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +1 -0
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js +1 -0
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +3 -2
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +3 -2
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -0
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +1 -0
- package/serialization/resources/textToSpeech/client/requests/index.d.ts +1 -1
- package/serialization/resources/textToSpeech/client/requests/index.js +3 -3
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.d.ts +10 -0
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.js +41 -0
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.d.ts +10 -0
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.js +41 -0
- package/serialization/resources/textToSpeech/types/index.d.ts +2 -2
- package/serialization/resources/textToSpeech/types/index.js +2 -2
- package/serialization/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.d.ts +1 -0
- package/serialization/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.js +1 -0
- package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +1 -0
- package/serialization/types/AgentPlatformSettingsRequestModel.js +1 -0
- package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +1 -0
- package/serialization/types/AgentPlatformSettingsResponseModel.js +1 -0
- package/serialization/types/AstAndOperatorNode.d.ts +12 -0
- package/serialization/types/AstAndOperatorNode.js +44 -0
- package/serialization/types/AstAndOperatorNodeChildrenItem.d.ts +54 -0
- package/serialization/types/AstAndOperatorNodeChildrenItem.js +66 -0
- package/serialization/types/AstBooleanNode.d.ts +12 -0
- package/serialization/types/AstBooleanNode.js +43 -0
- package/serialization/types/AstDynamicVariableNode.d.ts +12 -0
- package/serialization/types/AstDynamicVariableNode.js +43 -0
- package/serialization/types/AstEqualsOperatorNode.d.ts +13 -0
- package/serialization/types/AstEqualsOperatorNode.js +45 -0
- package/serialization/types/AstEqualsOperatorNodeLeft.d.ts +54 -0
- package/serialization/types/AstEqualsOperatorNodeLeft.js +66 -0
- package/serialization/types/AstEqualsOperatorNodeRight.d.ts +54 -0
- package/serialization/types/AstEqualsOperatorNodeRight.js +66 -0
- package/serialization/types/AstGreaterThanOperatorNode.d.ts +13 -0
- package/serialization/types/AstGreaterThanOperatorNode.js +45 -0
- package/serialization/types/AstGreaterThanOperatorNodeLeft.d.ts +54 -0
- package/serialization/types/AstGreaterThanOperatorNodeLeft.js +66 -0
- package/serialization/types/AstGreaterThanOperatorNodeRight.d.ts +54 -0
- package/serialization/types/AstGreaterThanOperatorNodeRight.js +66 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNode.d.ts +13 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNode.js +45 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeLeft.d.ts +54 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeLeft.js +66 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeRight.d.ts +54 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeRight.js +66 -0
- package/serialization/types/AstLessThanOperatorNode.d.ts +13 -0
- package/serialization/types/AstLessThanOperatorNode.js +45 -0
- package/serialization/types/AstLessThanOperatorNodeLeft.d.ts +54 -0
- package/serialization/types/AstLessThanOperatorNodeLeft.js +66 -0
- package/serialization/types/AstLessThanOperatorNodeRight.d.ts +54 -0
- package/serialization/types/AstLessThanOperatorNodeRight.js +66 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNode.d.ts +13 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNode.js +45 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeLeft.d.ts +54 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeLeft.js +66 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeRight.d.ts +54 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeRight.js +66 -0
- package/serialization/types/AstNotEqualsOperatorNode.d.ts +13 -0
- package/serialization/types/AstNotEqualsOperatorNode.js +45 -0
- package/serialization/types/AstNotEqualsOperatorNodeLeft.d.ts +54 -0
- package/serialization/types/AstNotEqualsOperatorNodeLeft.js +66 -0
- package/serialization/types/AstNotEqualsOperatorNodeRight.d.ts +54 -0
- package/serialization/types/AstNotEqualsOperatorNodeRight.js +66 -0
- package/serialization/types/AstNumberNode.d.ts +12 -0
- package/serialization/types/AstNumberNode.js +43 -0
- package/serialization/types/AstOrOperatorNode.d.ts +12 -0
- package/serialization/types/AstOrOperatorNode.js +44 -0
- package/serialization/types/AstOrOperatorNodeChildrenItem.d.ts +54 -0
- package/serialization/types/AstOrOperatorNodeChildrenItem.js +66 -0
- package/serialization/types/AstStringNode.d.ts +12 -0
- package/serialization/types/AstStringNode.js +43 -0
- package/serialization/types/AstllmNode.d.ts +12 -0
- package/serialization/types/AstllmNode.js +43 -0
- package/serialization/types/ConversationChargingCommonModel.d.ts +2 -0
- package/serialization/types/ConversationChargingCommonModel.js +2 -0
- package/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -0
- package/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.js +1 -0
- package/serialization/types/GetTestInvocationsPageResponseModel.d.ts +17 -0
- package/serialization/types/GetTestInvocationsPageResponseModel.js +48 -0
- package/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
- package/serialization/types/GetTestSuiteInvocationResponseModel.js +1 -0
- package/serialization/types/GetUnitTestResponseModel.d.ts +2 -0
- package/serialization/types/GetUnitTestResponseModel.js +2 -0
- package/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +1 -0
- package/serialization/types/InboundSipTrunkConfigRequestModel.js +1 -0
- package/serialization/types/ListResponseMeta.d.ts +14 -0
- package/serialization/types/ListResponseMeta.js +45 -0
- package/serialization/types/McpServerConfigInput.d.ts +1 -0
- package/serialization/types/McpServerConfigInput.js +1 -0
- package/serialization/types/McpServerConfigOutput.d.ts +1 -0
- package/serialization/types/McpServerConfigOutput.js +1 -0
- package/serialization/types/SubscriptionExtrasResponseModel.d.ts +1 -0
- package/serialization/types/SubscriptionExtrasResponseModel.js +1 -0
- package/serialization/types/TestFromConversationMetadataInput.d.ts +16 -0
- package/serialization/types/TestFromConversationMetadataInput.js +47 -0
- package/serialization/types/TestFromConversationMetadataOutput.d.ts +16 -0
- package/serialization/types/TestFromConversationMetadataOutput.js +47 -0
- package/serialization/types/TestInvocationSummaryResponseModel.d.ts +20 -0
- package/serialization/types/TestInvocationSummaryResponseModel.js +51 -0
- package/serialization/types/TextToSpeechRequest.d.ts +10 -0
- package/serialization/types/TextToSpeechRequest.js +41 -0
- package/serialization/types/WorkflowEdgeModelBackwardCondition.d.ts +5 -1
- package/serialization/types/WorkflowEdgeModelBackwardCondition.js +2 -0
- package/serialization/types/WorkflowEdgeModelForwardCondition.d.ts +5 -1
- package/serialization/types/WorkflowEdgeModelForwardCondition.js +2 -0
- package/serialization/types/WorkflowEndNodeModel.d.ts +1 -0
- package/serialization/types/WorkflowEndNodeModel.js +1 -0
- package/serialization/types/WorkflowExpressionConditionModel.d.ts +14 -0
- package/serialization/types/WorkflowExpressionConditionModel.js +45 -0
- package/serialization/types/WorkflowExpressionConditionModelExpression.d.ts +54 -0
- package/serialization/types/WorkflowExpressionConditionModelExpression.js +66 -0
- package/serialization/types/WorkflowOverrideAgentNodeModel.d.ts +1 -0
- package/serialization/types/WorkflowOverrideAgentNodeModel.js +1 -0
- package/serialization/types/WorkflowPhoneNumberNodeModel.d.ts +1 -0
- package/serialization/types/WorkflowPhoneNumberNodeModel.js +1 -0
- package/serialization/types/WorkflowStandaloneAgentNodeModel.d.ts +1 -0
- package/serialization/types/WorkflowStandaloneAgentNodeModel.js +1 -0
- package/serialization/types/WorkflowStartNodeModel.d.ts +1 -0
- package/serialization/types/WorkflowStartNodeModel.js +1 -0
- package/serialization/types/WorkflowToolNodeModel.d.ts +1 -0
- package/serialization/types/WorkflowToolNodeModel.js +1 -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
- package/wrapper/ElevenLabsClient.d.ts +0 -6
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.d.ts +0 -10
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.d.ts +0 -10
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamingV1TextToSpeechVoiceIdStreamPostApplyTextNormalization.d.ts +0 -10
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization.d.ts +0 -10
- /package/api/resources/{textToSpeech/client/requests/TextToSpeechRequest.js → conversationalAi/resources/tests/resources/invocations/client/requests/InvocationsListRequest.js} +0 -0
- /package/{dist/api/resources/textToSpeech/client/requests/TextToSpeechRequest.js → api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js} +0 -0
|
@@ -4,6 +4,33 @@ export * from "./AsrConversationalConfigWorkflowOverride";
|
|
|
4
4
|
export * from "./AsrInputFormat";
|
|
5
5
|
export * from "./AsrProvider";
|
|
6
6
|
export * from "./AsrQuality";
|
|
7
|
+
export * from "./AstAndOperatorNodeChildrenItem";
|
|
8
|
+
export * from "./AstAndOperatorNode";
|
|
9
|
+
export * from "./AstBooleanNode";
|
|
10
|
+
export * from "./AstDynamicVariableNode";
|
|
11
|
+
export * from "./AstEqualsOperatorNodeLeft";
|
|
12
|
+
export * from "./AstEqualsOperatorNodeRight";
|
|
13
|
+
export * from "./AstEqualsOperatorNode";
|
|
14
|
+
export * from "./AstGreaterThanOperatorNodeLeft";
|
|
15
|
+
export * from "./AstGreaterThanOperatorNodeRight";
|
|
16
|
+
export * from "./AstGreaterThanOperatorNode";
|
|
17
|
+
export * from "./AstGreaterThanOrEqualsOperatorNodeLeft";
|
|
18
|
+
export * from "./AstGreaterThanOrEqualsOperatorNodeRight";
|
|
19
|
+
export * from "./AstGreaterThanOrEqualsOperatorNode";
|
|
20
|
+
export * from "./AstllmNode";
|
|
21
|
+
export * from "./AstLessThanOperatorNodeLeft";
|
|
22
|
+
export * from "./AstLessThanOperatorNodeRight";
|
|
23
|
+
export * from "./AstLessThanOperatorNode";
|
|
24
|
+
export * from "./AstLessThanOrEqualsOperatorNodeLeft";
|
|
25
|
+
export * from "./AstLessThanOrEqualsOperatorNodeRight";
|
|
26
|
+
export * from "./AstLessThanOrEqualsOperatorNode";
|
|
27
|
+
export * from "./AstNotEqualsOperatorNodeLeft";
|
|
28
|
+
export * from "./AstNotEqualsOperatorNodeRight";
|
|
29
|
+
export * from "./AstNotEqualsOperatorNode";
|
|
30
|
+
export * from "./AstNumberNode";
|
|
31
|
+
export * from "./AstOrOperatorNodeChildrenItem";
|
|
32
|
+
export * from "./AstOrOperatorNode";
|
|
33
|
+
export * from "./AstStringNode";
|
|
7
34
|
export * from "./AddChapterResponseModel";
|
|
8
35
|
export * from "./AddKnowledgeBaseResponseModel";
|
|
9
36
|
export * from "./AddProjectResponseModel";
|
|
@@ -290,6 +317,7 @@ export * from "./GetPronunciationDictionariesMetadataResponseModel";
|
|
|
290
317
|
export * from "./GetPronunciationDictionaryMetadataResponseModelPermissionOnResource";
|
|
291
318
|
export * from "./GetPronunciationDictionaryMetadataResponse";
|
|
292
319
|
export * from "./GetSpeechHistoryResponse";
|
|
320
|
+
export * from "./GetTestInvocationsPageResponseModel";
|
|
293
321
|
export * from "./GetTestSuiteInvocationResponseModel";
|
|
294
322
|
export * from "./GetTestsPageResponseModel";
|
|
295
323
|
export * from "./GetTestsSummariesByIdsResponseModel";
|
|
@@ -334,6 +362,7 @@ export * from "./LanguageResponse";
|
|
|
334
362
|
export * from "./LibraryVoiceResponseModelCategory";
|
|
335
363
|
export * from "./LibraryVoiceResponse";
|
|
336
364
|
export * from "./ListMcpToolsResponseModel";
|
|
365
|
+
export * from "./ListResponseMeta";
|
|
337
366
|
export * from "./LiteralJsonSchemaPropertyType";
|
|
338
367
|
export * from "./LiteralJsonSchemaPropertyConstantValue";
|
|
339
368
|
export * from "./LiteralJsonSchemaProperty";
|
|
@@ -531,6 +560,9 @@ export * from "./TtsOutputFormat";
|
|
|
531
560
|
export * from "./TelephonyProvider";
|
|
532
561
|
export * from "./TestConditionRationaleCommonModel";
|
|
533
562
|
export * from "./TestConditionResultCommonModel";
|
|
563
|
+
export * from "./TestFromConversationMetadataInput";
|
|
564
|
+
export * from "./TestFromConversationMetadataOutput";
|
|
565
|
+
export * from "./TestInvocationSummaryResponseModel";
|
|
534
566
|
export * from "./TestRunMetadataTestType";
|
|
535
567
|
export * from "./TestRunMetadata";
|
|
536
568
|
export * from "./TestRunStatus";
|
|
@@ -627,6 +659,8 @@ export * from "./WorkflowEdgeModelForwardCondition";
|
|
|
627
659
|
export * from "./WorkflowEdgeModelBackwardCondition";
|
|
628
660
|
export * from "./WorkflowEdgeModel";
|
|
629
661
|
export * from "./WorkflowEndNodeModel";
|
|
662
|
+
export * from "./WorkflowExpressionConditionModelExpression";
|
|
663
|
+
export * from "./WorkflowExpressionConditionModel";
|
|
630
664
|
export * from "./WorkflowFeaturesUsageCommonModel";
|
|
631
665
|
export * from "./WorkflowLlmConditionModel";
|
|
632
666
|
export * from "./WorkflowOverrideAgentNodeModel";
|
|
@@ -668,6 +702,7 @@ export * from "./Gender";
|
|
|
668
702
|
export * from "./AddProjectRequest";
|
|
669
703
|
export * from "./AddSharingVoiceRequest";
|
|
670
704
|
export * from "./CreateAudioNativeProjectRequest";
|
|
705
|
+
export * from "./TextToSpeechRequest";
|
|
671
706
|
export * from "./TextToSpeechStreamRequest";
|
|
672
707
|
export * from "./UpdatePronunciationDictionariesRequest";
|
|
673
708
|
export * from "./GetPhoneNumberResponse";
|
package/dist/api/types/index.js
CHANGED
|
@@ -20,6 +20,33 @@ __exportStar(require("./AsrConversationalConfigWorkflowOverride"), exports);
|
|
|
20
20
|
__exportStar(require("./AsrInputFormat"), exports);
|
|
21
21
|
__exportStar(require("./AsrProvider"), exports);
|
|
22
22
|
__exportStar(require("./AsrQuality"), exports);
|
|
23
|
+
__exportStar(require("./AstAndOperatorNodeChildrenItem"), exports);
|
|
24
|
+
__exportStar(require("./AstAndOperatorNode"), exports);
|
|
25
|
+
__exportStar(require("./AstBooleanNode"), exports);
|
|
26
|
+
__exportStar(require("./AstDynamicVariableNode"), exports);
|
|
27
|
+
__exportStar(require("./AstEqualsOperatorNodeLeft"), exports);
|
|
28
|
+
__exportStar(require("./AstEqualsOperatorNodeRight"), exports);
|
|
29
|
+
__exportStar(require("./AstEqualsOperatorNode"), exports);
|
|
30
|
+
__exportStar(require("./AstGreaterThanOperatorNodeLeft"), exports);
|
|
31
|
+
__exportStar(require("./AstGreaterThanOperatorNodeRight"), exports);
|
|
32
|
+
__exportStar(require("./AstGreaterThanOperatorNode"), exports);
|
|
33
|
+
__exportStar(require("./AstGreaterThanOrEqualsOperatorNodeLeft"), exports);
|
|
34
|
+
__exportStar(require("./AstGreaterThanOrEqualsOperatorNodeRight"), exports);
|
|
35
|
+
__exportStar(require("./AstGreaterThanOrEqualsOperatorNode"), exports);
|
|
36
|
+
__exportStar(require("./AstllmNode"), exports);
|
|
37
|
+
__exportStar(require("./AstLessThanOperatorNodeLeft"), exports);
|
|
38
|
+
__exportStar(require("./AstLessThanOperatorNodeRight"), exports);
|
|
39
|
+
__exportStar(require("./AstLessThanOperatorNode"), exports);
|
|
40
|
+
__exportStar(require("./AstLessThanOrEqualsOperatorNodeLeft"), exports);
|
|
41
|
+
__exportStar(require("./AstLessThanOrEqualsOperatorNodeRight"), exports);
|
|
42
|
+
__exportStar(require("./AstLessThanOrEqualsOperatorNode"), exports);
|
|
43
|
+
__exportStar(require("./AstNotEqualsOperatorNodeLeft"), exports);
|
|
44
|
+
__exportStar(require("./AstNotEqualsOperatorNodeRight"), exports);
|
|
45
|
+
__exportStar(require("./AstNotEqualsOperatorNode"), exports);
|
|
46
|
+
__exportStar(require("./AstNumberNode"), exports);
|
|
47
|
+
__exportStar(require("./AstOrOperatorNodeChildrenItem"), exports);
|
|
48
|
+
__exportStar(require("./AstOrOperatorNode"), exports);
|
|
49
|
+
__exportStar(require("./AstStringNode"), exports);
|
|
23
50
|
__exportStar(require("./AddChapterResponseModel"), exports);
|
|
24
51
|
__exportStar(require("./AddKnowledgeBaseResponseModel"), exports);
|
|
25
52
|
__exportStar(require("./AddProjectResponseModel"), exports);
|
|
@@ -306,6 +333,7 @@ __exportStar(require("./GetPronunciationDictionariesMetadataResponseModel"), exp
|
|
|
306
333
|
__exportStar(require("./GetPronunciationDictionaryMetadataResponseModelPermissionOnResource"), exports);
|
|
307
334
|
__exportStar(require("./GetPronunciationDictionaryMetadataResponse"), exports);
|
|
308
335
|
__exportStar(require("./GetSpeechHistoryResponse"), exports);
|
|
336
|
+
__exportStar(require("./GetTestInvocationsPageResponseModel"), exports);
|
|
309
337
|
__exportStar(require("./GetTestSuiteInvocationResponseModel"), exports);
|
|
310
338
|
__exportStar(require("./GetTestsPageResponseModel"), exports);
|
|
311
339
|
__exportStar(require("./GetTestsSummariesByIdsResponseModel"), exports);
|
|
@@ -350,6 +378,7 @@ __exportStar(require("./LanguageResponse"), exports);
|
|
|
350
378
|
__exportStar(require("./LibraryVoiceResponseModelCategory"), exports);
|
|
351
379
|
__exportStar(require("./LibraryVoiceResponse"), exports);
|
|
352
380
|
__exportStar(require("./ListMcpToolsResponseModel"), exports);
|
|
381
|
+
__exportStar(require("./ListResponseMeta"), exports);
|
|
353
382
|
__exportStar(require("./LiteralJsonSchemaPropertyType"), exports);
|
|
354
383
|
__exportStar(require("./LiteralJsonSchemaPropertyConstantValue"), exports);
|
|
355
384
|
__exportStar(require("./LiteralJsonSchemaProperty"), exports);
|
|
@@ -547,6 +576,9 @@ __exportStar(require("./TtsOutputFormat"), exports);
|
|
|
547
576
|
__exportStar(require("./TelephonyProvider"), exports);
|
|
548
577
|
__exportStar(require("./TestConditionRationaleCommonModel"), exports);
|
|
549
578
|
__exportStar(require("./TestConditionResultCommonModel"), exports);
|
|
579
|
+
__exportStar(require("./TestFromConversationMetadataInput"), exports);
|
|
580
|
+
__exportStar(require("./TestFromConversationMetadataOutput"), exports);
|
|
581
|
+
__exportStar(require("./TestInvocationSummaryResponseModel"), exports);
|
|
550
582
|
__exportStar(require("./TestRunMetadataTestType"), exports);
|
|
551
583
|
__exportStar(require("./TestRunMetadata"), exports);
|
|
552
584
|
__exportStar(require("./TestRunStatus"), exports);
|
|
@@ -643,6 +675,8 @@ __exportStar(require("./WorkflowEdgeModelForwardCondition"), exports);
|
|
|
643
675
|
__exportStar(require("./WorkflowEdgeModelBackwardCondition"), exports);
|
|
644
676
|
__exportStar(require("./WorkflowEdgeModel"), exports);
|
|
645
677
|
__exportStar(require("./WorkflowEndNodeModel"), exports);
|
|
678
|
+
__exportStar(require("./WorkflowExpressionConditionModelExpression"), exports);
|
|
679
|
+
__exportStar(require("./WorkflowExpressionConditionModel"), exports);
|
|
646
680
|
__exportStar(require("./WorkflowFeaturesUsageCommonModel"), exports);
|
|
647
681
|
__exportStar(require("./WorkflowLlmConditionModel"), exports);
|
|
648
682
|
__exportStar(require("./WorkflowOverrideAgentNodeModel"), exports);
|
|
@@ -684,6 +718,7 @@ __exportStar(require("./Gender"), exports);
|
|
|
684
718
|
__exportStar(require("./AddProjectRequest"), exports);
|
|
685
719
|
__exportStar(require("./AddSharingVoiceRequest"), exports);
|
|
686
720
|
__exportStar(require("./CreateAudioNativeProjectRequest"), exports);
|
|
721
|
+
__exportStar(require("./TextToSpeechRequest"), exports);
|
|
687
722
|
__exportStar(require("./TextToSpeechStreamRequest"), exports);
|
|
688
723
|
__exportStar(require("./UpdatePronunciationDictionariesRequest"), exports);
|
|
689
724
|
__exportStar(require("./GetPhoneNumberResponse"), exports);
|
|
@@ -11,7 +11,7 @@ export declare namespace BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPo
|
|
|
11
11
|
call_name: string;
|
|
12
12
|
agent_id: string;
|
|
13
13
|
agent_phone_number_id: string;
|
|
14
|
-
scheduled_time_unix?: number | null;
|
|
15
14
|
recipients: OutboundCallRecipient.Raw[];
|
|
15
|
+
scheduled_time_unix?: number | null;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -43,6 +43,6 @@ exports.BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost = core.seriali
|
|
|
43
43
|
callName: core.serialization.property("call_name", core.serialization.string()),
|
|
44
44
|
agentId: core.serialization.property("agent_id", core.serialization.string()),
|
|
45
45
|
agentPhoneNumberId: core.serialization.property("agent_phone_number_id", core.serialization.string()),
|
|
46
|
-
scheduledTimeUnix: core.serialization.property("scheduled_time_unix", core.serialization.number().optional()),
|
|
47
46
|
recipients: core.serialization.list(OutboundCallRecipient_1.OutboundCallRecipient),
|
|
47
|
+
scheduledTimeUnix: core.serialization.property("scheduled_time_unix", core.serialization.number().optional()),
|
|
48
48
|
});
|
|
@@ -42,4 +42,5 @@ const McpApprovalPolicy_1 = require("../../../../../../types/McpApprovalPolicy")
|
|
|
42
42
|
exports.McpServerConfigUpdateRequestModel = core.serialization.object({
|
|
43
43
|
approvalPolicy: core.serialization.property("approval_policy", McpApprovalPolicy_1.McpApprovalPolicy.optional()),
|
|
44
44
|
forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean().optional()),
|
|
45
|
+
disableInterruptions: core.serialization.property("disable_interruptions", core.serialization.boolean().optional()),
|
|
45
46
|
});
|
|
@@ -10,6 +10,7 @@ import { AgentFailureResponseExample } from "../../../../../../types/AgentFailur
|
|
|
10
10
|
import { UnitTestToolCallEvaluationModelInput } from "../../../../../../types/UnitTestToolCallEvaluationModelInput";
|
|
11
11
|
import { CreateUnitTestRequestDynamicVariablesValue } from "../../types/CreateUnitTestRequestDynamicVariablesValue";
|
|
12
12
|
import { UnitTestCommonModelType } from "../../../../../../types/UnitTestCommonModelType";
|
|
13
|
+
import { TestFromConversationMetadataInput } from "../../../../../../types/TestFromConversationMetadataInput";
|
|
13
14
|
export declare const CreateUnitTestRequest: core.serialization.Schema<serializers.conversationalAi.CreateUnitTestRequest.Raw, ElevenLabs.conversationalAi.CreateUnitTestRequest>;
|
|
14
15
|
export declare namespace CreateUnitTestRequest {
|
|
15
16
|
interface Raw {
|
|
@@ -20,6 +21,7 @@ export declare namespace CreateUnitTestRequest {
|
|
|
20
21
|
tool_call_parameters?: UnitTestToolCallEvaluationModelInput.Raw | null;
|
|
21
22
|
dynamic_variables?: Record<string, CreateUnitTestRequestDynamicVariablesValue.Raw | null | undefined> | null;
|
|
22
23
|
type?: UnitTestCommonModelType.Raw | null;
|
|
24
|
+
from_conversation_metadata?: TestFromConversationMetadataInput.Raw | null;
|
|
23
25
|
name: string;
|
|
24
26
|
}
|
|
25
27
|
}
|
|
@@ -44,6 +44,7 @@ const AgentFailureResponseExample_1 = require("../../../../../../types/AgentFail
|
|
|
44
44
|
const UnitTestToolCallEvaluationModelInput_1 = require("../../../../../../types/UnitTestToolCallEvaluationModelInput");
|
|
45
45
|
const CreateUnitTestRequestDynamicVariablesValue_1 = require("../../types/CreateUnitTestRequestDynamicVariablesValue");
|
|
46
46
|
const UnitTestCommonModelType_1 = require("../../../../../../types/UnitTestCommonModelType");
|
|
47
|
+
const TestFromConversationMetadataInput_1 = require("../../../../../../types/TestFromConversationMetadataInput");
|
|
47
48
|
exports.CreateUnitTestRequest = core.serialization.object({
|
|
48
49
|
chatHistory: core.serialization.property("chat_history", core.serialization.list(ConversationHistoryTranscriptCommonModelInput_1.ConversationHistoryTranscriptCommonModelInput)),
|
|
49
50
|
successCondition: core.serialization.property("success_condition", core.serialization.string()),
|
|
@@ -54,5 +55,6 @@ exports.CreateUnitTestRequest = core.serialization.object({
|
|
|
54
55
|
.record(core.serialization.string(), CreateUnitTestRequestDynamicVariablesValue_1.CreateUnitTestRequestDynamicVariablesValue.optional())
|
|
55
56
|
.optional()),
|
|
56
57
|
type: UnitTestCommonModelType_1.UnitTestCommonModelType.optional(),
|
|
58
|
+
fromConversationMetadata: core.serialization.property("from_conversation_metadata", TestFromConversationMetadataInput_1.TestFromConversationMetadataInput.optional()),
|
|
57
59
|
name: core.serialization.string(),
|
|
58
60
|
});
|
|
@@ -10,6 +10,7 @@ import { AgentFailureResponseExample } from "../../../../../../types/AgentFailur
|
|
|
10
10
|
import { UnitTestToolCallEvaluationModelInput } from "../../../../../../types/UnitTestToolCallEvaluationModelInput";
|
|
11
11
|
import { UpdateUnitTestRequestDynamicVariablesValue } from "../../types/UpdateUnitTestRequestDynamicVariablesValue";
|
|
12
12
|
import { UnitTestCommonModelType } from "../../../../../../types/UnitTestCommonModelType";
|
|
13
|
+
import { TestFromConversationMetadataInput } from "../../../../../../types/TestFromConversationMetadataInput";
|
|
13
14
|
export declare const UpdateUnitTestRequest: core.serialization.Schema<serializers.conversationalAi.UpdateUnitTestRequest.Raw, ElevenLabs.conversationalAi.UpdateUnitTestRequest>;
|
|
14
15
|
export declare namespace UpdateUnitTestRequest {
|
|
15
16
|
interface Raw {
|
|
@@ -20,6 +21,7 @@ export declare namespace UpdateUnitTestRequest {
|
|
|
20
21
|
tool_call_parameters?: UnitTestToolCallEvaluationModelInput.Raw | null;
|
|
21
22
|
dynamic_variables?: Record<string, UpdateUnitTestRequestDynamicVariablesValue.Raw | null | undefined> | null;
|
|
22
23
|
type?: UnitTestCommonModelType.Raw | null;
|
|
24
|
+
from_conversation_metadata?: TestFromConversationMetadataInput.Raw | null;
|
|
23
25
|
name: string;
|
|
24
26
|
}
|
|
25
27
|
}
|
|
@@ -44,6 +44,7 @@ const AgentFailureResponseExample_1 = require("../../../../../../types/AgentFail
|
|
|
44
44
|
const UnitTestToolCallEvaluationModelInput_1 = require("../../../../../../types/UnitTestToolCallEvaluationModelInput");
|
|
45
45
|
const UpdateUnitTestRequestDynamicVariablesValue_1 = require("../../types/UpdateUnitTestRequestDynamicVariablesValue");
|
|
46
46
|
const UnitTestCommonModelType_1 = require("../../../../../../types/UnitTestCommonModelType");
|
|
47
|
+
const TestFromConversationMetadataInput_1 = require("../../../../../../types/TestFromConversationMetadataInput");
|
|
47
48
|
exports.UpdateUnitTestRequest = core.serialization.object({
|
|
48
49
|
chatHistory: core.serialization.property("chat_history", core.serialization.list(ConversationHistoryTranscriptCommonModelInput_1.ConversationHistoryTranscriptCommonModelInput)),
|
|
49
50
|
successCondition: core.serialization.property("success_condition", core.serialization.string()),
|
|
@@ -54,5 +55,6 @@ exports.UpdateUnitTestRequest = core.serialization.object({
|
|
|
54
55
|
.record(core.serialization.string(), UpdateUnitTestRequestDynamicVariablesValue_1.UpdateUnitTestRequestDynamicVariablesValue.optional())
|
|
55
56
|
.optional()),
|
|
56
57
|
type: UnitTestCommonModelType_1.UnitTestCommonModelType.optional(),
|
|
58
|
+
fromConversationMetadata: core.serialization.property("from_conversation_metadata", TestFromConversationMetadataInput_1.TestFromConversationMetadataInput.optional()),
|
|
57
59
|
name: core.serialization.string(),
|
|
58
60
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index";
|
|
5
|
+
import * as ElevenLabs from "../../../../api/index";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const DubbingCreateRequestMode: core.serialization.Schema<serializers.DubbingCreateRequestMode.Raw, ElevenLabs.DubbingCreateRequestMode>;
|
|
8
|
+
export declare namespace DubbingCreateRequestMode {
|
|
9
|
+
type Raw = "automatic" | "manual";
|
|
10
|
+
}
|
|
@@ -36,6 +36,6 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
39
|
+
exports.DubbingCreateRequestMode = void 0;
|
|
40
40
|
const core = __importStar(require("../../../../core"));
|
|
41
|
-
exports.
|
|
41
|
+
exports.DubbingCreateRequestMode = core.serialization.enum_(["automatic", "manual"]);
|
|
@@ -17,3 +17,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./DubbingListRequestDubbingStatus"), exports);
|
|
18
18
|
__exportStar(require("./DubbingListRequestFilterByCreator"), exports);
|
|
19
19
|
__exportStar(require("./DubbingListRequestOrderDirection"), exports);
|
|
20
|
+
__exportStar(require("./DubbingCreateRequestMode"), exports);
|
|
@@ -8,12 +8,13 @@ import { MusicPrompt } from "../../../../types/MusicPrompt";
|
|
|
8
8
|
export declare const BodyComposeMusicV1MusicPost: core.serialization.Schema<serializers.BodyComposeMusicV1MusicPost.Raw, Omit<ElevenLabs.BodyComposeMusicV1MusicPost, "outputFormat">>;
|
|
9
9
|
export declare namespace BodyComposeMusicV1MusicPost {
|
|
10
10
|
interface Raw {
|
|
11
|
-
respect_sections_durations?: boolean | null;
|
|
12
11
|
prompt?: string | null;
|
|
13
12
|
music_prompt?: MusicPrompt.Raw | null;
|
|
14
13
|
composition_plan?: MusicPrompt.Raw | null;
|
|
15
14
|
music_length_ms?: number | null;
|
|
16
15
|
model_id?: "music_v1" | null;
|
|
17
16
|
seed?: number | null;
|
|
17
|
+
force_instrumental?: boolean | null;
|
|
18
|
+
respect_sections_durations?: boolean | null;
|
|
18
19
|
}
|
|
19
20
|
}
|
|
@@ -40,11 +40,12 @@ exports.BodyComposeMusicV1MusicPost = void 0;
|
|
|
40
40
|
const core = __importStar(require("../../../../../core"));
|
|
41
41
|
const MusicPrompt_1 = require("../../../../types/MusicPrompt");
|
|
42
42
|
exports.BodyComposeMusicV1MusicPost = core.serialization.object({
|
|
43
|
-
respectSectionsDurations: core.serialization.property("respect_sections_durations", core.serialization.boolean().optional()),
|
|
44
43
|
prompt: core.serialization.string().optional(),
|
|
45
44
|
musicPrompt: core.serialization.property("music_prompt", MusicPrompt_1.MusicPrompt.optional()),
|
|
46
45
|
compositionPlan: core.serialization.property("composition_plan", MusicPrompt_1.MusicPrompt.optional()),
|
|
47
46
|
musicLengthMs: core.serialization.property("music_length_ms", core.serialization.number().optional()),
|
|
48
47
|
modelId: core.serialization.property("model_id", core.serialization.stringLiteral("music_v1").optional()),
|
|
49
48
|
seed: core.serialization.number().optional(),
|
|
49
|
+
forceInstrumental: core.serialization.property("force_instrumental", core.serialization.boolean().optional()),
|
|
50
|
+
respectSectionsDurations: core.serialization.property("respect_sections_durations", core.serialization.boolean().optional()),
|
|
50
51
|
});
|
|
@@ -46,4 +46,5 @@ exports.BodyComposeMusicWithADetailedResponseV1MusicDetailedPost = core.serializ
|
|
|
46
46
|
musicLengthMs: core.serialization.property("music_length_ms", core.serialization.number().optional()),
|
|
47
47
|
modelId: core.serialization.property("model_id", core.serialization.stringLiteral("music_v1").optional()),
|
|
48
48
|
seed: core.serialization.number().optional(),
|
|
49
|
+
forceInstrumental: core.serialization.property("force_instrumental", core.serialization.boolean().optional()),
|
|
49
50
|
});
|
|
@@ -46,4 +46,5 @@ exports.BodyStreamComposedMusicV1MusicStreamPost = core.serialization.object({
|
|
|
46
46
|
musicLengthMs: core.serialization.property("music_length_ms", core.serialization.number().optional()),
|
|
47
47
|
modelId: core.serialization.property("model_id", core.serialization.stringLiteral("music_v1").optional()),
|
|
48
48
|
seed: core.serialization.number().optional(),
|
|
49
|
+
forceInstrumental: core.serialization.property("force_instrumental", core.serialization.boolean().optional()),
|
|
49
50
|
});
|
|
@@ -8,6 +8,7 @@ import { BodyCreatePodcastV1StudioPodcastsPostMode } from "../../types/BodyCreat
|
|
|
8
8
|
import { BodyCreatePodcastV1StudioPodcastsPostSource } from "../../types/BodyCreatePodcastV1StudioPodcastsPostSource";
|
|
9
9
|
import { BodyCreatePodcastV1StudioPodcastsPostQualityPreset } from "../../types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset";
|
|
10
10
|
import { BodyCreatePodcastV1StudioPodcastsPostDurationScale } from "../../types/BodyCreatePodcastV1StudioPodcastsPostDurationScale";
|
|
11
|
+
import { BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization } from "../../types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization";
|
|
11
12
|
export declare const BodyCreatePodcastV1StudioPodcastsPost: core.serialization.Schema<serializers.BodyCreatePodcastV1StudioPodcastsPost.Raw, ElevenLabs.BodyCreatePodcastV1StudioPodcastsPost>;
|
|
12
13
|
export declare namespace BodyCreatePodcastV1StudioPodcastsPost {
|
|
13
14
|
interface Raw {
|
|
@@ -22,5 +23,6 @@ export declare namespace BodyCreatePodcastV1StudioPodcastsPost {
|
|
|
22
23
|
instructions_prompt?: string | null;
|
|
23
24
|
highlights?: string[] | null;
|
|
24
25
|
callback_url?: string | null;
|
|
26
|
+
apply_text_normalization?: BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.Raw | null;
|
|
25
27
|
}
|
|
26
28
|
}
|
package/dist/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js
CHANGED
|
@@ -42,6 +42,7 @@ const BodyCreatePodcastV1StudioPodcastsPostMode_1 = require("../../types/BodyCre
|
|
|
42
42
|
const BodyCreatePodcastV1StudioPodcastsPostSource_1 = require("../../types/BodyCreatePodcastV1StudioPodcastsPostSource");
|
|
43
43
|
const BodyCreatePodcastV1StudioPodcastsPostQualityPreset_1 = require("../../types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset");
|
|
44
44
|
const BodyCreatePodcastV1StudioPodcastsPostDurationScale_1 = require("../../types/BodyCreatePodcastV1StudioPodcastsPostDurationScale");
|
|
45
|
+
const BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization_1 = require("../../types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization");
|
|
45
46
|
exports.BodyCreatePodcastV1StudioPodcastsPost = core.serialization.object({
|
|
46
47
|
modelId: core.serialization.property("model_id", core.serialization.string()),
|
|
47
48
|
mode: BodyCreatePodcastV1StudioPodcastsPostMode_1.BodyCreatePodcastV1StudioPodcastsPostMode,
|
|
@@ -54,4 +55,5 @@ exports.BodyCreatePodcastV1StudioPodcastsPost = core.serialization.object({
|
|
|
54
55
|
instructionsPrompt: core.serialization.property("instructions_prompt", core.serialization.string().optional()),
|
|
55
56
|
highlights: core.serialization.list(core.serialization.string()).optional(),
|
|
56
57
|
callbackUrl: core.serialization.property("callback_url", core.serialization.string().optional()),
|
|
58
|
+
applyTextNormalization: core.serialization.property("apply_text_normalization", BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization_1.BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.optional()),
|
|
57
59
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index";
|
|
5
|
+
import * as ElevenLabs from "../../../../api/index";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization: core.serialization.Schema<serializers.BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.Raw, ElevenLabs.BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization>;
|
|
8
|
+
export declare namespace BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization {
|
|
9
|
+
type Raw = "auto" | "on" | "off" | "apply_english";
|
|
10
|
+
}
|
|
@@ -36,6 +36,6 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
39
|
+
exports.BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization = void 0;
|
|
40
40
|
const core = __importStar(require("../../../../core"));
|
|
41
|
-
exports.
|
|
41
|
+
exports.BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization = core.serialization.enum_(["auto", "on", "off", "apply_english"]);
|
|
@@ -3,3 +3,4 @@ export * from "./BodyCreatePodcastV1StudioPodcastsPostSourceItem";
|
|
|
3
3
|
export * from "./BodyCreatePodcastV1StudioPodcastsPostSource";
|
|
4
4
|
export * from "./BodyCreatePodcastV1StudioPodcastsPostQualityPreset";
|
|
5
5
|
export * from "./BodyCreatePodcastV1StudioPodcastsPostDurationScale";
|
|
6
|
+
export * from "./BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization";
|
|
@@ -19,3 +19,4 @@ __exportStar(require("./BodyCreatePodcastV1StudioPodcastsPostSourceItem"), expor
|
|
|
19
19
|
__exportStar(require("./BodyCreatePodcastV1StudioPodcastsPostSource"), exports);
|
|
20
20
|
__exportStar(require("./BodyCreatePodcastV1StudioPodcastsPostQualityPreset"), exports);
|
|
21
21
|
__exportStar(require("./BodyCreatePodcastV1StudioPodcastsPostDurationScale"), exports);
|
|
22
|
+
__exportStar(require("./BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization"), exports);
|
|
@@ -6,9 +6,9 @@ import * as ElevenLabs from "../../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../../core";
|
|
7
7
|
import { VoiceSettings } from "../../../../types/VoiceSettings";
|
|
8
8
|
import { PronunciationDictionaryVersionLocator } from "../../../../types/PronunciationDictionaryVersionLocator";
|
|
9
|
-
import {
|
|
10
|
-
export declare const
|
|
11
|
-
export declare namespace
|
|
9
|
+
import { BodyTextToSpeechFullApplyTextNormalization } from "../../types/BodyTextToSpeechFullApplyTextNormalization";
|
|
10
|
+
export declare const BodyTextToSpeechFull: core.serialization.Schema<serializers.BodyTextToSpeechFull.Raw, Omit<ElevenLabs.BodyTextToSpeechFull, "enableLogging" | "optimizeStreamingLatency" | "outputFormat">>;
|
|
11
|
+
export declare namespace BodyTextToSpeechFull {
|
|
12
12
|
interface Raw {
|
|
13
13
|
text: string;
|
|
14
14
|
model_id?: string | null;
|
|
@@ -21,7 +21,8 @@ export declare namespace TextToSpeechRequest {
|
|
|
21
21
|
previous_request_ids?: string[] | null;
|
|
22
22
|
next_request_ids?: string[] | null;
|
|
23
23
|
use_pvc_as_ivc?: boolean | null;
|
|
24
|
-
apply_text_normalization?:
|
|
24
|
+
apply_text_normalization?: BodyTextToSpeechFullApplyTextNormalization.Raw | null;
|
|
25
25
|
apply_language_text_normalization?: boolean | null;
|
|
26
|
+
hcaptcha_token?: string | null;
|
|
26
27
|
}
|
|
27
28
|
}
|
|
@@ -36,12 +36,12 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
39
|
+
exports.BodyTextToSpeechFull = void 0;
|
|
40
40
|
const core = __importStar(require("../../../../../core"));
|
|
41
41
|
const VoiceSettings_1 = require("../../../../types/VoiceSettings");
|
|
42
42
|
const PronunciationDictionaryVersionLocator_1 = require("../../../../types/PronunciationDictionaryVersionLocator");
|
|
43
|
-
const
|
|
44
|
-
exports.
|
|
43
|
+
const BodyTextToSpeechFullApplyTextNormalization_1 = require("../../types/BodyTextToSpeechFullApplyTextNormalization");
|
|
44
|
+
exports.BodyTextToSpeechFull = core.serialization.object({
|
|
45
45
|
text: core.serialization.string(),
|
|
46
46
|
modelId: core.serialization.property("model_id", core.serialization.string().optional()),
|
|
47
47
|
languageCode: core.serialization.property("language_code", core.serialization.string().optional()),
|
|
@@ -53,6 +53,7 @@ exports.TextToSpeechRequest = core.serialization.object({
|
|
|
53
53
|
previousRequestIds: core.serialization.property("previous_request_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
54
54
|
nextRequestIds: core.serialization.property("next_request_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
55
55
|
usePvcAsIvc: core.serialization.property("use_pvc_as_ivc", core.serialization.boolean().optional()),
|
|
56
|
-
applyTextNormalization: core.serialization.property("apply_text_normalization",
|
|
56
|
+
applyTextNormalization: core.serialization.property("apply_text_normalization", BodyTextToSpeechFullApplyTextNormalization_1.BodyTextToSpeechFullApplyTextNormalization.optional()),
|
|
57
57
|
applyLanguageTextNormalization: core.serialization.property("apply_language_text_normalization", core.serialization.boolean().optional()),
|
|
58
|
+
hcaptchaToken: core.serialization.property("hcaptcha_token", core.serialization.string().optional()),
|
|
58
59
|
});
|
|
@@ -23,5 +23,6 @@ export declare namespace BodyTextToSpeechFullWithTimestamps {
|
|
|
23
23
|
use_pvc_as_ivc?: boolean | null;
|
|
24
24
|
apply_text_normalization?: BodyTextToSpeechFullWithTimestampsApplyTextNormalization.Raw | null;
|
|
25
25
|
apply_language_text_normalization?: boolean | null;
|
|
26
|
+
hcaptcha_token?: string | null;
|
|
26
27
|
}
|
|
27
28
|
}
|
|
@@ -55,4 +55,5 @@ exports.BodyTextToSpeechFullWithTimestamps = core.serialization.object({
|
|
|
55
55
|
usePvcAsIvc: core.serialization.property("use_pvc_as_ivc", core.serialization.boolean().optional()),
|
|
56
56
|
applyTextNormalization: core.serialization.property("apply_text_normalization", BodyTextToSpeechFullWithTimestampsApplyTextNormalization_1.BodyTextToSpeechFullWithTimestampsApplyTextNormalization.optional()),
|
|
57
57
|
applyLanguageTextNormalization: core.serialization.property("apply_language_text_normalization", core.serialization.boolean().optional()),
|
|
58
|
+
hcaptchaToken: core.serialization.property("hcaptcha_token", core.serialization.string().optional()),
|
|
58
59
|
});
|
package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import * as ElevenLabs from "../../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../../core";
|
|
7
7
|
import { VoiceSettings } from "../../../../types/VoiceSettings";
|
|
8
8
|
import { PronunciationDictionaryVersionLocator } from "../../../../types/PronunciationDictionaryVersionLocator";
|
|
9
|
-
import {
|
|
9
|
+
import { BodyTextToSpeechStreamApplyTextNormalization } from "../../types/BodyTextToSpeechStreamApplyTextNormalization";
|
|
10
10
|
export declare const StreamTextToSpeechRequest: core.serialization.Schema<serializers.StreamTextToSpeechRequest.Raw, Omit<ElevenLabs.StreamTextToSpeechRequest, "enableLogging" | "optimizeStreamingLatency" | "outputFormat">>;
|
|
11
11
|
export declare namespace StreamTextToSpeechRequest {
|
|
12
12
|
interface Raw {
|
|
@@ -21,7 +21,8 @@ export declare namespace StreamTextToSpeechRequest {
|
|
|
21
21
|
previous_request_ids?: string[] | null;
|
|
22
22
|
next_request_ids?: string[] | null;
|
|
23
23
|
use_pvc_as_ivc?: boolean | null;
|
|
24
|
-
apply_text_normalization?:
|
|
24
|
+
apply_text_normalization?: BodyTextToSpeechStreamApplyTextNormalization.Raw | null;
|
|
25
25
|
apply_language_text_normalization?: boolean | null;
|
|
26
|
+
hcaptcha_token?: string | null;
|
|
26
27
|
}
|
|
27
28
|
}
|
package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js
CHANGED
|
@@ -40,7 +40,7 @@ exports.StreamTextToSpeechRequest = void 0;
|
|
|
40
40
|
const core = __importStar(require("../../../../../core"));
|
|
41
41
|
const VoiceSettings_1 = require("../../../../types/VoiceSettings");
|
|
42
42
|
const PronunciationDictionaryVersionLocator_1 = require("../../../../types/PronunciationDictionaryVersionLocator");
|
|
43
|
-
const
|
|
43
|
+
const BodyTextToSpeechStreamApplyTextNormalization_1 = require("../../types/BodyTextToSpeechStreamApplyTextNormalization");
|
|
44
44
|
exports.StreamTextToSpeechRequest = core.serialization.object({
|
|
45
45
|
text: core.serialization.string(),
|
|
46
46
|
modelId: core.serialization.property("model_id", core.serialization.string().optional()),
|
|
@@ -53,6 +53,7 @@ exports.StreamTextToSpeechRequest = core.serialization.object({
|
|
|
53
53
|
previousRequestIds: core.serialization.property("previous_request_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
54
54
|
nextRequestIds: core.serialization.property("next_request_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
55
55
|
usePvcAsIvc: core.serialization.property("use_pvc_as_ivc", core.serialization.boolean().optional()),
|
|
56
|
-
applyTextNormalization: core.serialization.property("apply_text_normalization",
|
|
56
|
+
applyTextNormalization: core.serialization.property("apply_text_normalization", BodyTextToSpeechStreamApplyTextNormalization_1.BodyTextToSpeechStreamApplyTextNormalization.optional()),
|
|
57
57
|
applyLanguageTextNormalization: core.serialization.property("apply_language_text_normalization", core.serialization.boolean().optional()),
|
|
58
|
+
hcaptchaToken: core.serialization.property("hcaptcha_token", core.serialization.string().optional()),
|
|
58
59
|
});
|
|
@@ -23,5 +23,6 @@ export declare namespace StreamTextToSpeechWithTimestampsRequest {
|
|
|
23
23
|
use_pvc_as_ivc?: boolean | null;
|
|
24
24
|
apply_text_normalization?: BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.Raw | null;
|
|
25
25
|
apply_language_text_normalization?: boolean | null;
|
|
26
|
+
hcaptcha_token?: string | null;
|
|
26
27
|
}
|
|
27
28
|
}
|
|
@@ -55,4 +55,5 @@ exports.StreamTextToSpeechWithTimestampsRequest = core.serialization.object({
|
|
|
55
55
|
usePvcAsIvc: core.serialization.property("use_pvc_as_ivc", core.serialization.boolean().optional()),
|
|
56
56
|
applyTextNormalization: core.serialization.property("apply_text_normalization", BodyTextToSpeechStreamWithTimestampsApplyTextNormalization_1.BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.optional()),
|
|
57
57
|
applyLanguageTextNormalization: core.serialization.property("apply_language_text_normalization", core.serialization.boolean().optional()),
|
|
58
|
+
hcaptchaToken: core.serialization.property("hcaptcha_token", core.serialization.string().optional()),
|
|
58
59
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { BodyTextToSpeechFull } from "./BodyTextToSpeechFull";
|
|
2
2
|
export { BodyTextToSpeechFullWithTimestamps } from "./BodyTextToSpeechFullWithTimestamps";
|
|
3
3
|
export { StreamTextToSpeechRequest } from "./StreamTextToSpeechRequest";
|
|
4
4
|
export { StreamTextToSpeechWithTimestampsRequest } from "./StreamTextToSpeechWithTimestampsRequest";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StreamTextToSpeechWithTimestampsRequest = exports.StreamTextToSpeechRequest = exports.BodyTextToSpeechFullWithTimestamps = exports.
|
|
4
|
-
var
|
|
5
|
-
Object.defineProperty(exports, "
|
|
3
|
+
exports.StreamTextToSpeechWithTimestampsRequest = exports.StreamTextToSpeechRequest = exports.BodyTextToSpeechFullWithTimestamps = exports.BodyTextToSpeechFull = void 0;
|
|
4
|
+
var BodyTextToSpeechFull_1 = require("./BodyTextToSpeechFull");
|
|
5
|
+
Object.defineProperty(exports, "BodyTextToSpeechFull", { enumerable: true, get: function () { return BodyTextToSpeechFull_1.BodyTextToSpeechFull; } });
|
|
6
6
|
var BodyTextToSpeechFullWithTimestamps_1 = require("./BodyTextToSpeechFullWithTimestamps");
|
|
7
7
|
Object.defineProperty(exports, "BodyTextToSpeechFullWithTimestamps", { enumerable: true, get: function () { return BodyTextToSpeechFullWithTimestamps_1.BodyTextToSpeechFullWithTimestamps; } });
|
|
8
8
|
var StreamTextToSpeechRequest_1 = require("./StreamTextToSpeechRequest");
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index";
|
|
5
|
+
import * as ElevenLabs from "../../../../api/index";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const BodyTextToSpeechFullApplyTextNormalization: core.serialization.Schema<serializers.BodyTextToSpeechFullApplyTextNormalization.Raw, ElevenLabs.BodyTextToSpeechFullApplyTextNormalization>;
|
|
8
|
+
export declare namespace BodyTextToSpeechFullApplyTextNormalization {
|
|
9
|
+
type Raw = "auto" | "on" | "off";
|
|
10
|
+
}
|
|
@@ -36,6 +36,6 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
39
|
+
exports.BodyTextToSpeechFullApplyTextNormalization = void 0;
|
|
40
40
|
const core = __importStar(require("../../../../core"));
|
|
41
|
-
exports.
|
|
41
|
+
exports.BodyTextToSpeechFullApplyTextNormalization = core.serialization.enum_(["auto", "on", "off"]);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index";
|
|
5
|
+
import * as ElevenLabs from "../../../../api/index";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const BodyTextToSpeechStreamApplyTextNormalization: core.serialization.Schema<serializers.BodyTextToSpeechStreamApplyTextNormalization.Raw, ElevenLabs.BodyTextToSpeechStreamApplyTextNormalization>;
|
|
8
|
+
export declare namespace BodyTextToSpeechStreamApplyTextNormalization {
|
|
9
|
+
type Raw = "auto" | "on" | "off";
|
|
10
|
+
}
|