@elevenlabs/elevenlabs-js 2.40.0 → 2.41.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BaseClient.js +2 -2
- package/Client.d.ts +2 -12
- package/Client.js +4 -43
- package/api/errors/UnprocessableEntityError.d.ts +1 -2
- package/api/resources/audioIsolation/client/Client.js +2 -12
- package/api/resources/audioNative/client/Client.js +4 -24
- package/api/resources/conversationalAi/client/Client.js +4 -24
- package/api/resources/conversationalAi/resources/agents/client/Client.js +9 -54
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +5 -30
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +8 -32
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +10 -44
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +8 -32
- package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +6 -36
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +18 -38
- package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.d.ts +26 -0
- package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.js +115 -0
- package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.js +2 -0
- package/api/resources/conversationalAi/resources/conversations/resources/analysis/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/analysis/index.js +17 -0
- package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +1 -7
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/index.js +2 -1
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +9 -13
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +3 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +12 -72
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/llm/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/llmUsage/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +5 -30
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +4 -24
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +5 -30
- package/api/resources/conversationalAi/resources/secrets/client/Client.js +4 -24
- package/api/resources/conversationalAi/resources/settings/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/tests/client/Client.js +6 -36
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +3 -18
- package/api/resources/conversationalAi/resources/tools/client/Client.js +6 -36
- package/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/users/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/whatsapp/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +4 -24
- package/api/resources/dubbing/client/Client.js +4 -24
- package/api/resources/dubbing/resources/audio/client/Client.js +1 -7
- package/api/resources/dubbing/resources/resource/client/Client.js +6 -36
- package/api/resources/dubbing/resources/resource/resources/language/client/Client.js +1 -6
- package/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +2 -12
- package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +3 -18
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +1 -6
- package/api/resources/dubbing/resources/transcript/client/Client.js +1 -6
- package/api/resources/dubbing/resources/transcripts/client/Client.js +1 -6
- package/api/resources/environmentVariables/client/Client.js +4 -24
- package/api/resources/forcedAlignment/client/Client.js +1 -9
- package/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +0 -2
- package/api/resources/history/client/Client.js +5 -30
- package/api/resources/models/client/Client.js +1 -6
- package/api/resources/music/client/Client.d.ts +7 -0
- package/api/resources/music/client/Client.js +74 -30
- package/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.d.ts +19 -0
- package/api/resources/music/client/requests/index.d.ts +1 -0
- package/api/resources/music/resources/compositionPlan/client/Client.js +1 -6
- package/api/resources/pronunciationDictionaries/client/Client.js +6 -36
- package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +3 -18
- package/api/resources/samples/client/Client.js +1 -6
- package/api/resources/serviceAccounts/client/Client.js +1 -6
- package/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +4 -24
- package/api/resources/speechToSpeech/client/Client.js +2 -12
- package/api/resources/speechToText/client/Client.js +4 -6
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -1
- package/api/resources/speechToText/resources/transcripts/client/Client.js +2 -12
- package/api/resources/studio/client/Client.js +1 -6
- package/api/resources/studio/resources/projects/client/Client.js +7 -42
- package/api/resources/studio/resources/projects/resources/chapters/client/Client.js +6 -36
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +3 -18
- package/api/resources/studio/resources/projects/resources/content/client/Client.js +1 -6
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +1 -6
- package/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +4 -24
- package/api/resources/textToDialogue/client/Client.js +4 -24
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
- package/api/resources/textToSoundEffects/client/Client.js +1 -6
- package/api/resources/textToSpeech/client/Client.js +4 -24
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
- package/api/resources/textToVoice/client/Client.js +4 -24
- package/api/resources/textToVoice/resources/preview/client/Client.js +1 -7
- package/api/resources/tokens/resources/singleUse/client/Client.js +1 -6
- package/api/resources/usage/client/Client.js +1 -6
- package/api/resources/user/client/Client.js +1 -6
- package/api/resources/user/resources/subscription/client/Client.js +1 -6
- package/api/resources/voices/client/Client.js +8 -48
- package/api/resources/voices/resources/ivc/client/Client.js +1 -6
- package/api/resources/voices/resources/pvc/client/Client.js +3 -18
- package/api/resources/voices/resources/pvc/resources/samples/client/Client.js +3 -18
- package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +1 -6
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +2 -12
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +1 -6
- package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +1 -6
- package/api/resources/voices/resources/pvc/resources/verification/client/Client.js +1 -6
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +2 -12
- package/api/resources/voices/resources/samples/resources/audio/client/Client.js +1 -7
- package/api/resources/voices/resources/settings/client/Client.js +2 -12
- package/api/resources/webhooks/client/Client.js +4 -24
- package/api/resources/workspace/resources/authConnections/client/Client.js +3 -18
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +4 -1
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
- package/api/resources/workspace/resources/groups/client/Client.js +2 -12
- package/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -12
- package/api/resources/workspace/resources/invites/client/Client.js +3 -18
- package/api/resources/workspace/resources/members/client/Client.js +1 -6
- package/api/resources/workspace/resources/resources/client/Client.js +3 -18
- package/api/types/AgentConfig.d.ts +2 -0
- package/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -0
- package/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -0
- package/api/types/AgentConfigOverrideConfig.d.ts +2 -0
- package/api/types/AgentConfigOverrideInput.d.ts +2 -0
- package/api/types/AgentConfigOverrideOutput.d.ts +2 -0
- package/api/types/AgentSortBy.d.ts +1 -0
- package/api/types/AgentSortBy.js +1 -0
- package/api/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +6 -0
- package/api/types/{ApiIntegrationWebhookOverridesInput.d.ts → ApiIntegrationWebhookOverrides.d.ts} +3 -6
- package/api/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +2 -0
- package/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +13 -0
- package/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
- package/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
- package/api/types/{VideoTranscription.d.ts → AssetTranscription.d.ts} +2 -2
- package/api/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +1 -1
- package/api/types/AstAdditionOperatorNodeInput.d.ts +7 -0
- package/api/types/AstAdditionOperatorNodeOutput.d.ts +7 -0
- package/api/types/AstAndOperatorNodeInput.d.ts +1 -1
- package/api/types/AstAndOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstConditionalOperatorNodeInput.d.ts +3 -3
- package/api/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
- package/api/types/AstDivisionOperatorNodeInput.d.ts +7 -0
- package/api/types/AstDivisionOperatorNodeOutput.d.ts +7 -0
- package/api/types/AstEqualsOperatorNodeInput.d.ts +2 -2
- package/api/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
- package/api/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstLessThanOperatorNodeInput.d.ts +2 -2
- package/api/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstMultiplicationOperatorNodeInput.d.ts +7 -0
- package/api/types/AstMultiplicationOperatorNodeOutput.d.ts +7 -0
- package/api/types/{WorkflowExpressionConditionModelInputExpression.d.ts → AstNodeInput.d.ts} +14 -5
- package/api/types/{AstConditionalOperatorNodeOutputCondition.d.ts → AstNodeOutput.d.ts} +14 -5
- package/api/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
- package/api/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstOrOperatorNodeInput.d.ts +1 -1
- package/api/types/AstOrOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstSubtractionOperatorNodeInput.d.ts +7 -0
- package/api/types/AstSubtractionOperatorNodeOutput.d.ts +7 -0
- package/api/types/AsyncConversationMetadata.d.ts +1 -0
- package/api/types/AudioAnalysis.d.ts +6 -0
- package/api/types/AudioAnalysisResult.d.ts +10 -0
- package/api/types/AudioAnalysisStatus.d.ts +6 -0
- package/api/types/AudioAnalysisStatus.js +9 -0
- package/api/types/AudioKeyMoment.d.ts +5 -0
- package/api/types/AudioSegment.d.ts +9 -0
- package/api/types/AvatarContextRequestModel.d.ts +6 -0
- package/api/types/AvatarContextResponseModel.d.ts +10 -0
- package/api/types/BatchCallDetailedResponse.d.ts +3 -0
- package/api/types/BatchCallResponse.d.ts +3 -0
- package/api/types/CanvasPlacement.d.ts +2 -0
- package/api/types/ChatSourceMedium.d.ts +1 -0
- package/api/types/ChatSourceMedium.js +1 -0
- package/api/types/ConversationConfig.d.ts +2 -0
- package/api/types/ConversationConfigWorkflowOverride.d.ts +2 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/api/types/ConversationInitiationClientDataInternal.d.ts +6 -0
- package/api/types/ConversationInitiationClientDataRequestInput.d.ts +4 -0
- package/api/types/ConversationInitiationClientDataRequestOutput.d.ts +4 -0
- package/api/types/CreateMtlsAuthRequest.d.ts +11 -0
- package/api/types/CreateSimulationTestRequest.d.ts +2 -0
- package/api/types/DependentUnknownToolIdentifier.d.ts +3 -1
- package/api/types/DtmfInputConfig.d.ts +9 -0
- package/api/types/EmbeddingModelEnum.d.ts +0 -1
- package/api/types/EmbeddingModelEnum.js +0 -1
- package/api/types/FeaturesUsageCommonModel.d.ts +2 -0
- package/api/types/FileInputConfig.d.ts +6 -0
- package/api/types/FileInputConfigWorkflowOverride.d.ts +6 -0
- package/api/types/GenesysRegion.d.ts +20 -0
- package/api/types/GenesysRegion.js +23 -0
- package/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -0
- package/api/types/GetLibraryVoicesResponse.d.ts +2 -0
- package/api/types/GetSimulationTestResponseModel.d.ts +2 -0
- package/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
- package/api/types/MessageSearchSortBy.d.ts +5 -0
- package/api/types/MessageSearchSortBy.js +8 -0
- package/api/types/MockNoMatchBehavior.d.ts +5 -0
- package/api/types/MockNoMatchBehavior.js +8 -0
- package/api/types/MockingStrategy.d.ts +6 -0
- package/api/types/MockingStrategy.js +9 -0
- package/api/types/MtlsAuthResponse.d.ts +10 -0
- package/api/types/OAuthConnectionStatus.d.ts +6 -0
- package/api/types/OAuthConnectionStatus.js +9 -0
- package/api/types/OrchestratorToolMockBehaviorConfig.d.ts +12 -0
- package/api/types/PermissionType.d.ts +1 -0
- package/api/types/PermissionType.js +1 -0
- package/api/types/ProcedureCompilerMode.d.ts +5 -0
- package/api/types/ProcedureCompilerMode.js +8 -0
- package/api/types/ProcedureSettings.d.ts +4 -0
- package/api/types/ProjectExternalAudioResponseModel.d.ts +1 -0
- package/api/types/ProjectImageResponseModel.d.ts +1 -0
- package/api/types/ProjectVideoResponseModel.d.ts +1 -0
- package/api/types/SimulationTestModel.d.ts +2 -0
- package/api/types/SimulationToolMockBehaviorConfig.d.ts +12 -0
- package/api/types/SpeechHistoryItemResponse.d.ts +2 -0
- package/api/types/Subscription.d.ts +1 -1
- package/api/types/SubscriptionResponse.d.ts +1 -1
- package/api/types/ToolRequestModel.d.ts +2 -0
- package/api/types/ToolResponseMockConfigInput.d.ts +7 -0
- package/api/types/ToolResponseMockConfigOutput.d.ts +7 -0
- package/api/types/ToolResponseModel.d.ts +2 -0
- package/api/types/UpdateSimulationTestRequest.d.ts +2 -0
- package/api/types/VideoAnalysisResult.d.ts +1 -1
- package/api/types/Voice.d.ts +6 -0
- package/api/types/VoiceResponseModelLabellingStatus.d.ts +5 -0
- package/api/types/VoiceResponseModelLabellingStatus.js +8 -0
- package/api/types/VoiceResponseModelRecordingQuality.d.ts +6 -0
- package/api/types/VoiceResponseModelRecordingQuality.js +9 -0
- package/api/types/WorkflowExpressionConditionModelInput.d.ts +1 -1
- package/api/types/WorkflowExpressionConditionModelOutput.d.ts +1 -1
- package/api/types/WorkspaceGroupPermission.d.ts +1 -0
- package/api/types/WorkspaceGroupPermission.js +1 -0
- package/api/types/WorkspaceResourceType.d.ts +2 -0
- package/api/types/WorkspaceResourceType.js +2 -0
- package/api/types/index.d.ts +40 -51
- package/api/types/index.js +40 -51
- package/dist/BaseClient.js +2 -2
- package/dist/Client.d.ts +2 -12
- package/dist/Client.js +4 -43
- package/dist/api/errors/UnprocessableEntityError.d.ts +1 -2
- package/dist/api/resources/audioIsolation/client/Client.js +2 -12
- package/dist/api/resources/audioNative/client/Client.js +4 -24
- package/dist/api/resources/conversationalAi/client/Client.js +4 -24
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +9 -54
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +5 -30
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +8 -32
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +10 -44
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +8 -32
- package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +6 -36
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +18 -38
- package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.d.ts +26 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.js +115 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +1 -7
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/index.js +2 -1
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +9 -13
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +12 -72
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/llm/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +5 -30
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +4 -24
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +5 -30
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +4 -24
- package/dist/api/resources/conversationalAi/resources/settings/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +6 -36
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +3 -18
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +6 -36
- package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/users/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/whatsapp/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +4 -24
- package/dist/api/resources/dubbing/client/Client.js +4 -24
- package/dist/api/resources/dubbing/resources/audio/client/Client.js +1 -7
- package/dist/api/resources/dubbing/resources/resource/client/Client.js +6 -36
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.js +1 -6
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +2 -12
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +3 -18
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +1 -6
- package/dist/api/resources/dubbing/resources/transcript/client/Client.js +1 -6
- package/dist/api/resources/dubbing/resources/transcripts/client/Client.js +1 -6
- package/dist/api/resources/environmentVariables/client/Client.js +4 -24
- package/dist/api/resources/forcedAlignment/client/Client.js +1 -9
- package/dist/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +0 -2
- package/dist/api/resources/history/client/Client.js +5 -30
- package/dist/api/resources/models/client/Client.js +1 -6
- package/dist/api/resources/music/client/Client.d.ts +7 -0
- package/dist/api/resources/music/client/Client.js +74 -30
- package/dist/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.d.ts +19 -0
- package/dist/api/resources/music/client/requests/index.d.ts +1 -0
- package/dist/api/resources/music/resources/compositionPlan/client/Client.js +1 -6
- package/dist/api/resources/pronunciationDictionaries/client/Client.js +6 -36
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +3 -18
- package/dist/api/resources/samples/client/Client.js +1 -6
- package/dist/api/resources/serviceAccounts/client/Client.js +1 -6
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +4 -24
- package/dist/api/resources/speechToSpeech/client/Client.js +2 -12
- package/dist/api/resources/speechToText/client/Client.js +4 -6
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -1
- package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +2 -12
- package/dist/api/resources/studio/client/Client.js +1 -6
- package/dist/api/resources/studio/resources/projects/client/Client.js +7 -42
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.js +6 -36
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +3 -18
- package/dist/api/resources/studio/resources/projects/resources/content/client/Client.js +1 -6
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +1 -6
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +4 -24
- package/dist/api/resources/textToDialogue/client/Client.js +4 -24
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
- package/dist/api/resources/textToSoundEffects/client/Client.js +1 -6
- package/dist/api/resources/textToSpeech/client/Client.js +4 -24
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
- package/dist/api/resources/textToVoice/client/Client.js +4 -24
- package/dist/api/resources/textToVoice/resources/preview/client/Client.js +1 -7
- package/dist/api/resources/tokens/resources/singleUse/client/Client.js +1 -6
- package/dist/api/resources/usage/client/Client.js +1 -6
- package/dist/api/resources/user/client/Client.js +1 -6
- package/dist/api/resources/user/resources/subscription/client/Client.js +1 -6
- package/dist/api/resources/voices/client/Client.js +8 -48
- package/dist/api/resources/voices/resources/ivc/client/Client.js +1 -6
- package/dist/api/resources/voices/resources/pvc/client/Client.js +3 -18
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.js +3 -18
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +1 -6
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +2 -12
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +1 -6
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +1 -6
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.js +1 -6
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +2 -12
- package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.js +1 -7
- package/dist/api/resources/voices/resources/settings/client/Client.js +2 -12
- package/dist/api/resources/webhooks/client/Client.js +4 -24
- package/dist/api/resources/workspace/resources/authConnections/client/Client.js +3 -18
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +4 -1
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
- package/dist/api/resources/workspace/resources/groups/client/Client.js +2 -12
- package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -12
- package/dist/api/resources/workspace/resources/invites/client/Client.js +3 -18
- package/dist/api/resources/workspace/resources/members/client/Client.js +1 -6
- package/dist/api/resources/workspace/resources/resources/client/Client.js +3 -18
- package/dist/api/types/AgentConfig.d.ts +2 -0
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -0
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -0
- package/dist/api/types/AgentConfigOverrideConfig.d.ts +2 -0
- package/dist/api/types/AgentConfigOverrideInput.d.ts +2 -0
- package/dist/api/types/AgentConfigOverrideOutput.d.ts +2 -0
- package/dist/api/types/AgentSortBy.d.ts +1 -0
- package/dist/api/types/AgentSortBy.js +1 -0
- package/dist/api/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +6 -0
- package/dist/api/types/{ApiIntegrationWebhookOverridesInput.d.ts → ApiIntegrationWebhookOverrides.d.ts} +3 -6
- package/dist/api/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +2 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +13 -0
- package/dist/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
- package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
- package/dist/api/types/{VideoTranscription.d.ts → AssetTranscription.d.ts} +2 -2
- package/dist/api/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +1 -1
- package/dist/api/types/AstAdditionOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstAdditionOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AstAndOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstAndOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstConditionalOperatorNodeInput.d.ts +3 -3
- package/dist/api/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
- package/dist/api/types/AstDivisionOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstDivisionOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AstEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstLessThanOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstMultiplicationOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstMultiplicationOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/{WorkflowExpressionConditionModelInputExpression.d.ts → AstNodeInput.d.ts} +14 -5
- package/{api/types/AstAndOperatorNodeOutputChildrenItem.d.ts → dist/api/types/AstNodeOutput.d.ts} +14 -2
- package/dist/api/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstOrOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstOrOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstSubtractionOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstSubtractionOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AsyncConversationMetadata.d.ts +1 -0
- package/dist/api/types/AudioAnalysis.d.ts +6 -0
- package/dist/api/types/AudioAnalysisResult.d.ts +10 -0
- package/dist/api/types/AudioAnalysisStatus.d.ts +6 -0
- package/dist/api/types/AudioAnalysisStatus.js +9 -0
- package/dist/api/types/AudioKeyMoment.d.ts +5 -0
- package/dist/api/types/AudioSegment.d.ts +9 -0
- package/dist/api/types/AvatarContextRequestModel.d.ts +6 -0
- package/dist/api/types/AvatarContextResponseModel.d.ts +10 -0
- package/dist/api/types/BatchCallDetailedResponse.d.ts +3 -0
- package/dist/api/types/BatchCallResponse.d.ts +3 -0
- package/dist/api/types/CanvasPlacement.d.ts +2 -0
- package/dist/api/types/ChatSourceMedium.d.ts +1 -0
- package/dist/api/types/ChatSourceMedium.js +1 -0
- package/dist/api/types/ConversationConfig.d.ts +2 -0
- package/dist/api/types/ConversationConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/dist/api/types/ConversationInitiationClientDataInternal.d.ts +6 -0
- package/dist/api/types/ConversationInitiationClientDataRequestInput.d.ts +4 -0
- package/dist/api/types/ConversationInitiationClientDataRequestOutput.d.ts +4 -0
- package/dist/api/types/CreateMtlsAuthRequest.d.ts +11 -0
- package/dist/api/types/CreateSimulationTestRequest.d.ts +2 -0
- package/dist/api/types/DependentUnknownToolIdentifier.d.ts +3 -1
- package/dist/api/types/DtmfInputConfig.d.ts +9 -0
- package/dist/api/types/EmbeddingModelEnum.d.ts +0 -1
- package/dist/api/types/EmbeddingModelEnum.js +0 -1
- package/dist/api/types/FeaturesUsageCommonModel.d.ts +2 -0
- package/dist/api/types/FileInputConfig.d.ts +6 -0
- package/dist/api/types/FileInputConfigWorkflowOverride.d.ts +6 -0
- package/dist/api/types/GenesysRegion.d.ts +20 -0
- package/dist/api/types/GenesysRegion.js +23 -0
- package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -0
- package/dist/api/types/GetLibraryVoicesResponse.d.ts +2 -0
- package/dist/api/types/GetSimulationTestResponseModel.d.ts +2 -0
- package/dist/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
- package/dist/api/types/MessageSearchSortBy.d.ts +5 -0
- package/dist/api/types/MessageSearchSortBy.js +8 -0
- package/dist/api/types/MockNoMatchBehavior.d.ts +5 -0
- package/dist/api/types/MockNoMatchBehavior.js +8 -0
- package/dist/api/types/MockingStrategy.d.ts +6 -0
- package/dist/api/types/MockingStrategy.js +9 -0
- package/dist/api/types/MtlsAuthResponse.d.ts +10 -0
- package/dist/api/types/OAuthConnectionStatus.d.ts +6 -0
- package/dist/api/types/OAuthConnectionStatus.js +9 -0
- package/dist/api/types/OrchestratorToolMockBehaviorConfig.d.ts +12 -0
- package/dist/api/types/PermissionType.d.ts +1 -0
- package/dist/api/types/PermissionType.js +1 -0
- package/dist/api/types/ProcedureCompilerMode.d.ts +5 -0
- package/dist/api/types/ProcedureCompilerMode.js +8 -0
- package/dist/api/types/ProcedureSettings.d.ts +4 -0
- package/dist/api/types/ProjectExternalAudioResponseModel.d.ts +1 -0
- package/dist/api/types/ProjectImageResponseModel.d.ts +1 -0
- package/dist/api/types/ProjectVideoResponseModel.d.ts +1 -0
- package/dist/api/types/SimulationTestModel.d.ts +2 -0
- package/dist/api/types/SimulationToolMockBehaviorConfig.d.ts +12 -0
- package/dist/api/types/SpeechHistoryItemResponse.d.ts +2 -0
- package/dist/api/types/Subscription.d.ts +1 -1
- package/dist/api/types/SubscriptionResponse.d.ts +1 -1
- package/dist/api/types/ToolRequestModel.d.ts +2 -0
- package/dist/api/types/ToolResponseMockConfigInput.d.ts +7 -0
- package/dist/api/types/ToolResponseMockConfigOutput.d.ts +7 -0
- package/dist/api/types/ToolResponseModel.d.ts +2 -0
- package/dist/api/types/UpdateSimulationTestRequest.d.ts +2 -0
- package/dist/api/types/VideoAnalysisResult.d.ts +1 -1
- package/dist/api/types/Voice.d.ts +6 -0
- package/dist/api/types/VoiceResponseModelLabellingStatus.d.ts +5 -0
- package/dist/api/types/VoiceResponseModelLabellingStatus.js +8 -0
- package/dist/api/types/VoiceResponseModelRecordingQuality.d.ts +6 -0
- package/dist/api/types/VoiceResponseModelRecordingQuality.js +9 -0
- package/dist/api/types/WorkflowExpressionConditionModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowExpressionConditionModelOutput.d.ts +1 -1
- package/dist/api/types/WorkspaceGroupPermission.d.ts +1 -0
- package/dist/api/types/WorkspaceGroupPermission.js +1 -0
- package/dist/api/types/WorkspaceResourceType.d.ts +2 -0
- package/dist/api/types/WorkspaceResourceType.js +2 -0
- package/dist/api/types/index.d.ts +40 -51
- package/dist/api/types/index.js +40 -51
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +2 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +2 -0
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +2 -0
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +2 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +5 -1
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +2 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
- package/dist/serialization/types/AgentConfig.d.ts +1 -0
- package/dist/serialization/types/AgentConfig.js +1 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +1 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +1 -0
- package/dist/serialization/types/AgentConfigOverrideConfig.d.ts +1 -0
- package/dist/serialization/types/AgentConfigOverrideConfig.js +1 -0
- package/dist/serialization/types/AgentConfigOverrideInput.d.ts +1 -0
- package/dist/serialization/types/AgentConfigOverrideInput.js +1 -0
- package/dist/serialization/types/AgentConfigOverrideOutput.d.ts +1 -0
- package/dist/serialization/types/AgentConfigOverrideOutput.js +1 -0
- package/dist/serialization/types/AgentSortBy.d.ts +1 -1
- package/dist/serialization/types/AgentSortBy.js +1 -1
- package/dist/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +4 -0
- package/dist/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.js +4 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverrides.d.ts +15 -0
- package/dist/serialization/types/{ApiIntegrationWebhookOverridesInput.js → ApiIntegrationWebhookOverrides.js} +6 -12
- package/dist/serialization/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +8 -0
- package/dist/serialization/types/{ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → ApiIntegrationWebhookOverridesRequestHeadersValue.js} +2 -2
- package/{serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts → dist/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts} +3 -3
- package/{serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → dist/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.js} +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.js +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +2 -2
- package/dist/serialization/types/AssetTranscription.d.ts +12 -0
- package/{serialization/types/VideoTranscription.js → dist/serialization/types/AssetTranscription.js} +4 -4
- package/dist/serialization/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +2 -2
- package/dist/serialization/types/{VideoTranscriptionWord.js → AssetTranscriptionWord.js} +2 -2
- package/dist/serialization/types/AstAdditionOperatorNodeInput.d.ts +10 -0
- package/{serialization/types/ObjectOverrideInputPropertiesValue.js → dist/serialization/types/AstAdditionOperatorNodeInput.js} +5 -6
- package/dist/serialization/types/AstAdditionOperatorNodeOutput.d.ts +10 -0
- package/dist/serialization/types/{ObjectOverrideInputPropertiesValue.js → AstAdditionOperatorNodeOutput.js} +5 -6
- package/dist/serialization/types/AstAndOperatorNodeInput.d.ts +1 -1
- package/dist/serialization/types/AstAndOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstAndOperatorNodeOutput.d.ts +1 -1
- package/dist/serialization/types/AstAndOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstConditionalOperatorNodeInput.d.ts +3 -3
- package/dist/serialization/types/AstConditionalOperatorNodeInput.js +3 -3
- package/dist/serialization/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
- package/dist/serialization/types/AstConditionalOperatorNodeOutput.js +3 -3
- package/dist/serialization/types/AstDivisionOperatorNodeInput.d.ts +10 -0
- package/{serialization/types/ObjectOverrideOutputPropertiesValue.js → dist/serialization/types/AstDivisionOperatorNodeInput.js} +5 -6
- package/dist/serialization/types/AstDivisionOperatorNodeOutput.d.ts +10 -0
- package/dist/serialization/types/{ObjectOverrideOutputPropertiesValue.js → AstDivisionOperatorNodeOutput.js} +5 -6
- package/dist/serialization/types/AstEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstMultiplicationOperatorNodeInput.d.ts +10 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeInput.js +43 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutput.d.ts +10 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutput.js +43 -0
- package/dist/serialization/types/{AstConditionalOperatorNodeInputCondition.d.ts → AstNodeInput.d.ts} +15 -3
- package/dist/serialization/types/{AstAndOperatorNodeInputChildrenItem.js → AstNodeInput.js} +6 -2
- package/dist/serialization/types/{AstConditionalOperatorNodeOutputCondition.d.ts → AstNodeOutput.d.ts} +15 -3
- package/dist/serialization/types/{AstConditionalOperatorNodeOutputCondition.js → AstNodeOutput.js} +6 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstOrOperatorNodeInput.d.ts +1 -1
- package/dist/serialization/types/AstOrOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstOrOperatorNodeOutput.d.ts +1 -1
- package/dist/serialization/types/AstOrOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstSubtractionOperatorNodeInput.d.ts +10 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeInput.js +43 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeOutput.d.ts +10 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeOutput.js +43 -0
- package/dist/serialization/types/AsyncConversationMetadata.d.ts +1 -0
- package/dist/serialization/types/AsyncConversationMetadata.js +1 -0
- package/dist/serialization/types/AudioAnalysis.d.ts +13 -0
- package/dist/serialization/types/AudioAnalysis.js +45 -0
- package/dist/serialization/types/AudioAnalysisResult.d.ts +18 -0
- package/dist/serialization/types/AudioAnalysisResult.js +50 -0
- package/dist/serialization/types/AudioAnalysisStatus.d.ts +7 -0
- package/dist/serialization/types/{LiteralOverrideConstantValue.js → AudioAnalysisStatus.js} +2 -7
- package/dist/serialization/types/AudioKeyMoment.d.ts +11 -0
- package/dist/serialization/types/AudioKeyMoment.js +43 -0
- package/dist/serialization/types/AudioSegment.d.ts +15 -0
- package/dist/serialization/types/AudioSegment.js +47 -0
- package/dist/serialization/types/AvatarContextRequestModel.d.ts +12 -0
- package/dist/serialization/types/{ObjectOverrideInput.js → AvatarContextRequestModel.js} +6 -8
- package/dist/serialization/types/AvatarContextResponseModel.d.ts +12 -0
- package/dist/serialization/types/{LiteralOverride.js → AvatarContextResponseModel.js} +6 -6
- package/dist/serialization/types/BatchCallDetailedResponse.d.ts +3 -0
- package/dist/serialization/types/BatchCallDetailedResponse.js +3 -0
- package/dist/serialization/types/BatchCallResponse.d.ts +3 -0
- package/dist/serialization/types/BatchCallResponse.js +3 -0
- package/dist/serialization/types/CanvasPlacement.d.ts +2 -0
- package/dist/serialization/types/CanvasPlacement.js +2 -0
- package/dist/serialization/types/ChatSourceMedium.d.ts +1 -1
- package/dist/serialization/types/ChatSourceMedium.js +1 -1
- package/dist/serialization/types/ConversationConfig.d.ts +2 -0
- package/dist/serialization/types/ConversationConfig.js +2 -0
- package/dist/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -0
- package/dist/serialization/types/ConversationConfigWorkflowOverride.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataInternal.d.ts +4 -0
- package/dist/serialization/types/ConversationInitiationClientDataInternal.js +4 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +2 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.js +2 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +2 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.js +2 -0
- package/dist/serialization/types/CreateMtlsAuthRequest.d.ts +14 -0
- package/dist/serialization/types/CreateMtlsAuthRequest.js +46 -0
- package/dist/serialization/types/CreateSimulationTestRequest.d.ts +2 -0
- package/dist/serialization/types/CreateSimulationTestRequest.js +2 -0
- package/dist/serialization/types/DependentUnknownToolIdentifier.d.ts +3 -1
- package/dist/serialization/types/DependentUnknownToolIdentifier.js +3 -1
- package/dist/serialization/types/DtmfInputConfig.d.ts +10 -0
- package/dist/serialization/types/DtmfInputConfig.js +42 -0
- package/dist/serialization/types/EmbeddingModelEnum.d.ts +1 -1
- package/dist/serialization/types/EmbeddingModelEnum.js +1 -1
- package/dist/serialization/types/FeaturesUsageCommonModel.d.ts +2 -0
- package/dist/serialization/types/FeaturesUsageCommonModel.js +2 -0
- package/dist/serialization/types/FileInputConfig.d.ts +10 -0
- package/dist/serialization/types/FileInputConfig.js +42 -0
- package/dist/serialization/types/FileInputConfigWorkflowOverride.d.ts +10 -0
- package/dist/serialization/types/FileInputConfigWorkflowOverride.js +42 -0
- package/dist/serialization/types/GenesysRegion.d.ts +7 -0
- package/dist/serialization/types/GenesysRegion.js +57 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -0
- package/dist/serialization/types/GetLibraryVoicesResponse.d.ts +1 -0
- package/dist/serialization/types/GetLibraryVoicesResponse.js +1 -0
- package/dist/serialization/types/GetSimulationTestResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetSimulationTestResponseModel.js +2 -0
- package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
- package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
- package/dist/serialization/types/MessageSearchSortBy.d.ts +7 -0
- package/{serialization/types/LiteralOverrideConstantValue.js → dist/serialization/types/MessageSearchSortBy.js} +2 -7
- package/dist/serialization/types/MockNoMatchBehavior.d.ts +7 -0
- package/dist/serialization/types/MockNoMatchBehavior.js +39 -0
- package/dist/serialization/types/MockingStrategy.d.ts +7 -0
- package/dist/serialization/types/MockingStrategy.js +39 -0
- package/dist/serialization/types/MtlsAuthResponse.d.ts +13 -0
- package/dist/serialization/types/{QueryOverride.js → MtlsAuthResponse.js} +7 -5
- package/dist/serialization/types/OAuthConnectionStatus.d.ts +7 -0
- package/dist/serialization/types/OAuthConnectionStatus.js +39 -0
- package/dist/serialization/types/OrchestratorToolMockBehaviorConfig.d.ts +13 -0
- package/dist/serialization/types/OrchestratorToolMockBehaviorConfig.js +45 -0
- package/dist/serialization/types/PermissionType.d.ts +1 -1
- package/dist/serialization/types/PermissionType.js +1 -0
- package/dist/serialization/types/ProcedureCompilerMode.d.ts +7 -0
- package/dist/serialization/types/ProcedureCompilerMode.js +39 -0
- package/dist/serialization/types/ProcedureSettings.d.ts +10 -0
- package/dist/serialization/types/ProcedureSettings.js +42 -0
- package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -0
- package/dist/serialization/types/ProjectExternalAudioResponseModel.js +2 -0
- package/dist/serialization/types/ProjectImageResponseModel.d.ts +1 -0
- package/dist/serialization/types/ProjectImageResponseModel.js +1 -0
- package/dist/serialization/types/ProjectVideoResponseModel.d.ts +1 -0
- package/dist/serialization/types/ProjectVideoResponseModel.js +1 -0
- package/dist/serialization/types/SimulationTestModel.d.ts +2 -0
- package/dist/serialization/types/SimulationTestModel.js +2 -0
- package/dist/serialization/types/SimulationToolMockBehaviorConfig.d.ts +13 -0
- package/dist/serialization/types/SimulationToolMockBehaviorConfig.js +45 -0
- package/dist/serialization/types/SpeechHistoryItemResponse.d.ts +2 -0
- package/dist/serialization/types/SpeechHistoryItemResponse.js +2 -0
- package/dist/serialization/types/ToolRequestModel.d.ts +2 -0
- package/dist/serialization/types/ToolRequestModel.js +2 -0
- package/dist/serialization/types/ToolResponseMockConfigInput.d.ts +11 -0
- package/dist/serialization/types/ToolResponseMockConfigInput.js +43 -0
- package/dist/serialization/types/ToolResponseMockConfigOutput.d.ts +11 -0
- package/dist/serialization/types/ToolResponseMockConfigOutput.js +43 -0
- package/dist/serialization/types/ToolResponseModel.d.ts +2 -0
- package/dist/serialization/types/ToolResponseModel.js +2 -0
- package/dist/serialization/types/UpdateSimulationTestRequest.d.ts +2 -0
- package/dist/serialization/types/UpdateSimulationTestRequest.js +2 -0
- package/dist/serialization/types/VideoAnalysisResult.d.ts +2 -2
- package/dist/serialization/types/VideoAnalysisResult.js +2 -2
- package/dist/serialization/types/Voice.d.ts +5 -0
- package/dist/serialization/types/Voice.js +5 -0
- package/dist/serialization/types/VoiceResponseModelLabellingStatus.d.ts +7 -0
- package/dist/serialization/types/VoiceResponseModelLabellingStatus.js +39 -0
- package/dist/serialization/types/VoiceResponseModelRecordingQuality.d.ts +7 -0
- package/dist/serialization/types/VoiceResponseModelRecordingQuality.js +39 -0
- package/dist/serialization/types/WorkflowExpressionConditionModelInput.d.ts +2 -3
- package/dist/serialization/types/WorkflowExpressionConditionModelInput.js +2 -2
- package/dist/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +2 -3
- package/dist/serialization/types/WorkflowExpressionConditionModelOutput.js +2 -2
- package/dist/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
- package/dist/serialization/types/WorkspaceGroupPermission.js +1 -0
- package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/dist/serialization/types/WorkspaceResourceType.js +2 -0
- package/dist/serialization/types/index.d.ts +40 -51
- package/dist/serialization/types/index.js +40 -51
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +383 -342
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +2 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +2 -0
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +2 -0
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +2 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +5 -1
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +2 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
- package/serialization/types/AgentConfig.d.ts +1 -0
- package/serialization/types/AgentConfig.js +1 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +1 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +1 -0
- package/serialization/types/AgentConfigOverrideConfig.d.ts +1 -0
- package/serialization/types/AgentConfigOverrideConfig.js +1 -0
- package/serialization/types/AgentConfigOverrideInput.d.ts +1 -0
- package/serialization/types/AgentConfigOverrideInput.js +1 -0
- package/serialization/types/AgentConfigOverrideOutput.d.ts +1 -0
- package/serialization/types/AgentConfigOverrideOutput.js +1 -0
- package/serialization/types/AgentSortBy.d.ts +1 -1
- package/serialization/types/AgentSortBy.js +1 -1
- package/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +4 -0
- package/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.js +4 -0
- package/serialization/types/ApiIntegrationWebhookOverrides.d.ts +15 -0
- package/serialization/types/{ApiIntegrationWebhookOverridesInput.js → ApiIntegrationWebhookOverrides.js} +6 -12
- package/serialization/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +8 -0
- package/serialization/types/{ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → ApiIntegrationWebhookOverridesRequestHeadersValue.js} +2 -2
- package/{dist/serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts → serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts} +3 -3
- package/{dist/serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.js} +2 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +2 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.js +2 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +2 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +2 -2
- package/serialization/types/AssetTranscription.d.ts +12 -0
- package/{dist/serialization/types/VideoTranscription.js → serialization/types/AssetTranscription.js} +4 -4
- package/serialization/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +2 -2
- package/serialization/types/{VideoTranscriptionWord.js → AssetTranscriptionWord.js} +2 -2
- package/serialization/types/AstAdditionOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstAdditionOperatorNodeInput.js +43 -0
- package/serialization/types/AstAdditionOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstAdditionOperatorNodeOutput.js +43 -0
- package/serialization/types/AstAndOperatorNodeInput.d.ts +1 -1
- package/serialization/types/AstAndOperatorNodeInput.js +1 -1
- package/serialization/types/AstAndOperatorNodeOutput.d.ts +1 -1
- package/serialization/types/AstAndOperatorNodeOutput.js +1 -1
- package/serialization/types/AstConditionalOperatorNodeInput.d.ts +3 -3
- package/serialization/types/AstConditionalOperatorNodeInput.js +3 -3
- package/serialization/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
- package/serialization/types/AstConditionalOperatorNodeOutput.js +3 -3
- package/serialization/types/AstDivisionOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstDivisionOperatorNodeInput.js +43 -0
- package/serialization/types/AstDivisionOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstDivisionOperatorNodeOutput.js +43 -0
- package/serialization/types/AstEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeInput.js +2 -2
- package/serialization/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeOutput.js +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeInput.js +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeOutput.js +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +2 -2
- package/serialization/types/AstLessThanOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstLessThanOperatorNodeInput.js +2 -2
- package/serialization/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstLessThanOperatorNodeOutput.js +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +2 -2
- package/serialization/types/AstMultiplicationOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstMultiplicationOperatorNodeInput.js +43 -0
- package/serialization/types/AstMultiplicationOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstMultiplicationOperatorNodeOutput.js +43 -0
- package/{dist/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts → serialization/types/AstNodeInput.d.ts} +15 -3
- package/{dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js → serialization/types/AstNodeInput.js} +6 -2
- package/{dist/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts → serialization/types/AstNodeOutput.d.ts} +15 -3
- package/{dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js → serialization/types/AstNodeOutput.js} +6 -2
- package/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeInput.js +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeOutput.js +2 -2
- package/serialization/types/AstOrOperatorNodeInput.d.ts +1 -1
- package/serialization/types/AstOrOperatorNodeInput.js +1 -1
- package/serialization/types/AstOrOperatorNodeOutput.d.ts +1 -1
- package/serialization/types/AstOrOperatorNodeOutput.js +1 -1
- package/serialization/types/AstSubtractionOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstSubtractionOperatorNodeInput.js +43 -0
- package/serialization/types/AstSubtractionOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstSubtractionOperatorNodeOutput.js +43 -0
- package/serialization/types/AsyncConversationMetadata.d.ts +1 -0
- package/serialization/types/AsyncConversationMetadata.js +1 -0
- package/serialization/types/AudioAnalysis.d.ts +13 -0
- package/serialization/types/AudioAnalysis.js +45 -0
- package/serialization/types/AudioAnalysisResult.d.ts +18 -0
- package/serialization/types/AudioAnalysisResult.js +50 -0
- package/serialization/types/AudioAnalysisStatus.d.ts +7 -0
- package/serialization/types/AudioAnalysisStatus.js +39 -0
- package/serialization/types/AudioKeyMoment.d.ts +11 -0
- package/serialization/types/AudioKeyMoment.js +43 -0
- package/serialization/types/AudioSegment.d.ts +15 -0
- package/serialization/types/AudioSegment.js +47 -0
- package/serialization/types/AvatarContextRequestModel.d.ts +12 -0
- package/{dist/serialization/types/ObjectOverrideOutput.js → serialization/types/AvatarContextRequestModel.js} +6 -8
- package/serialization/types/AvatarContextResponseModel.d.ts +12 -0
- package/serialization/types/AvatarContextResponseModel.js +44 -0
- package/serialization/types/BatchCallDetailedResponse.d.ts +3 -0
- package/serialization/types/BatchCallDetailedResponse.js +3 -0
- package/serialization/types/BatchCallResponse.d.ts +3 -0
- package/serialization/types/BatchCallResponse.js +3 -0
- package/serialization/types/CanvasPlacement.d.ts +2 -0
- package/serialization/types/CanvasPlacement.js +2 -0
- package/serialization/types/ChatSourceMedium.d.ts +1 -1
- package/serialization/types/ChatSourceMedium.js +1 -1
- package/serialization/types/ConversationConfig.d.ts +2 -0
- package/serialization/types/ConversationConfig.js +2 -0
- package/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -0
- package/serialization/types/ConversationConfigWorkflowOverride.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
- package/serialization/types/ConversationInitiationClientDataInternal.d.ts +4 -0
- package/serialization/types/ConversationInitiationClientDataInternal.js +4 -0
- package/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +2 -0
- package/serialization/types/ConversationInitiationClientDataRequestInput.js +2 -0
- package/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +2 -0
- package/serialization/types/ConversationInitiationClientDataRequestOutput.js +2 -0
- package/serialization/types/CreateMtlsAuthRequest.d.ts +14 -0
- package/serialization/types/CreateMtlsAuthRequest.js +46 -0
- package/serialization/types/CreateSimulationTestRequest.d.ts +2 -0
- package/serialization/types/CreateSimulationTestRequest.js +2 -0
- package/serialization/types/DependentUnknownToolIdentifier.d.ts +3 -1
- package/serialization/types/DependentUnknownToolIdentifier.js +3 -1
- package/serialization/types/DtmfInputConfig.d.ts +10 -0
- package/serialization/types/DtmfInputConfig.js +42 -0
- package/serialization/types/EmbeddingModelEnum.d.ts +1 -1
- package/serialization/types/EmbeddingModelEnum.js +1 -1
- package/serialization/types/FeaturesUsageCommonModel.d.ts +2 -0
- package/serialization/types/FeaturesUsageCommonModel.js +2 -0
- package/serialization/types/FileInputConfig.d.ts +10 -0
- package/serialization/types/FileInputConfig.js +42 -0
- package/serialization/types/FileInputConfigWorkflowOverride.d.ts +10 -0
- package/serialization/types/FileInputConfigWorkflowOverride.js +42 -0
- package/serialization/types/GenesysRegion.d.ts +7 -0
- package/serialization/types/GenesysRegion.js +57 -0
- package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -0
- package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -0
- package/serialization/types/GetLibraryVoicesResponse.d.ts +1 -0
- package/serialization/types/GetLibraryVoicesResponse.js +1 -0
- package/serialization/types/GetSimulationTestResponseModel.d.ts +2 -0
- package/serialization/types/GetSimulationTestResponseModel.js +2 -0
- package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
- package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
- package/serialization/types/MessageSearchSortBy.d.ts +7 -0
- package/serialization/types/MessageSearchSortBy.js +39 -0
- package/serialization/types/MockNoMatchBehavior.d.ts +7 -0
- package/serialization/types/MockNoMatchBehavior.js +39 -0
- package/serialization/types/MockingStrategy.d.ts +7 -0
- package/serialization/types/MockingStrategy.js +39 -0
- package/serialization/types/MtlsAuthResponse.d.ts +13 -0
- package/serialization/types/{QueryOverride.js → MtlsAuthResponse.js} +7 -5
- package/serialization/types/OAuthConnectionStatus.d.ts +7 -0
- package/serialization/types/OAuthConnectionStatus.js +39 -0
- package/serialization/types/OrchestratorToolMockBehaviorConfig.d.ts +13 -0
- package/serialization/types/OrchestratorToolMockBehaviorConfig.js +45 -0
- package/serialization/types/PermissionType.d.ts +1 -1
- package/serialization/types/PermissionType.js +1 -0
- package/serialization/types/ProcedureCompilerMode.d.ts +7 -0
- package/serialization/types/ProcedureCompilerMode.js +39 -0
- package/serialization/types/ProcedureSettings.d.ts +10 -0
- package/serialization/types/ProcedureSettings.js +42 -0
- package/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -0
- package/serialization/types/ProjectExternalAudioResponseModel.js +2 -0
- package/serialization/types/ProjectImageResponseModel.d.ts +1 -0
- package/serialization/types/ProjectImageResponseModel.js +1 -0
- package/serialization/types/ProjectVideoResponseModel.d.ts +1 -0
- package/serialization/types/ProjectVideoResponseModel.js +1 -0
- package/serialization/types/SimulationTestModel.d.ts +2 -0
- package/serialization/types/SimulationTestModel.js +2 -0
- package/serialization/types/SimulationToolMockBehaviorConfig.d.ts +13 -0
- package/serialization/types/SimulationToolMockBehaviorConfig.js +45 -0
- package/serialization/types/SpeechHistoryItemResponse.d.ts +2 -0
- package/serialization/types/SpeechHistoryItemResponse.js +2 -0
- package/serialization/types/ToolRequestModel.d.ts +2 -0
- package/serialization/types/ToolRequestModel.js +2 -0
- package/serialization/types/ToolResponseMockConfigInput.d.ts +11 -0
- package/serialization/types/ToolResponseMockConfigInput.js +43 -0
- package/serialization/types/ToolResponseMockConfigOutput.d.ts +11 -0
- package/serialization/types/ToolResponseMockConfigOutput.js +43 -0
- package/serialization/types/ToolResponseModel.d.ts +2 -0
- package/serialization/types/ToolResponseModel.js +2 -0
- package/serialization/types/UpdateSimulationTestRequest.d.ts +2 -0
- package/serialization/types/UpdateSimulationTestRequest.js +2 -0
- package/serialization/types/VideoAnalysisResult.d.ts +2 -2
- package/serialization/types/VideoAnalysisResult.js +2 -2
- package/serialization/types/Voice.d.ts +5 -0
- package/serialization/types/Voice.js +5 -0
- package/serialization/types/VoiceResponseModelLabellingStatus.d.ts +7 -0
- package/serialization/types/VoiceResponseModelLabellingStatus.js +39 -0
- package/serialization/types/VoiceResponseModelRecordingQuality.d.ts +7 -0
- package/serialization/types/VoiceResponseModelRecordingQuality.js +39 -0
- package/serialization/types/WorkflowExpressionConditionModelInput.d.ts +2 -3
- package/serialization/types/WorkflowExpressionConditionModelInput.js +2 -2
- package/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +2 -3
- package/serialization/types/WorkflowExpressionConditionModelOutput.js +2 -2
- package/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
- package/serialization/types/WorkspaceGroupPermission.js +1 -0
- package/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/serialization/types/WorkspaceResourceType.js +2 -0
- package/serialization/types/index.d.ts +40 -51
- package/serialization/types/index.js +40 -51
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -2
- package/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts +0 -13
- package/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -14
- package/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -2
- package/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -13
- package/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -47
- package/api/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -50
- package/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -50
- package/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -50
- package/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -49
- package/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -49
- package/api/types/AstEqualsOperatorNodeInputLeft.d.ts +0 -50
- package/api/types/AstEqualsOperatorNodeInputRight.d.ts +0 -50
- package/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +0 -49
- package/api/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -49
- package/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -50
- package/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -50
- package/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -49
- package/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -49
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -50
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -50
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -49
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -49
- package/api/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -50
- package/api/types/AstLessThanOperatorNodeInputRight.d.ts +0 -50
- package/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -49
- package/api/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -49
- package/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -50
- package/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -50
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -49
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -49
- package/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -50
- package/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -50
- package/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -49
- package/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -49
- package/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -47
- package/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -46
- package/api/types/LiteralOverride.d.ts +0 -6
- package/api/types/LiteralOverrideConstantValue.d.ts +0 -1
- package/api/types/ObjectOverrideInput.d.ts +0 -6
- package/api/types/ObjectOverrideInputPropertiesValue.d.ts +0 -2
- package/api/types/ObjectOverrideOutput.d.ts +0 -6
- package/api/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -2
- package/api/types/QueryOverride.d.ts +0 -5
- package/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -49
- package/dist/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -2
- package/dist/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts +0 -13
- package/dist/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -14
- package/dist/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -2
- package/dist/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -13
- package/dist/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -47
- package/dist/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -46
- package/dist/api/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -50
- package/dist/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -50
- package/dist/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -50
- package/dist/api/types/AstConditionalOperatorNodeOutputCondition.d.ts +0 -49
- package/dist/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -49
- package/dist/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -49
- package/dist/api/types/AstConditionalOperatorNodeOutputTrueExpression.js +0 -3
- package/dist/api/types/AstEqualsOperatorNodeInputLeft.d.ts +0 -50
- package/dist/api/types/AstEqualsOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstEqualsOperatorNodeInputRight.d.ts +0 -50
- package/dist/api/types/AstEqualsOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +0 -49
- package/dist/api/types/AstEqualsOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -49
- package/dist/api/types/AstEqualsOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -50
- package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -50
- package/dist/api/types/AstGreaterThanOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -49
- package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -49
- package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -50
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -50
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -49
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -49
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -50
- package/dist/api/types/AstLessThanOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstLessThanOperatorNodeInputRight.d.ts +0 -50
- package/dist/api/types/AstLessThanOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -49
- package/dist/api/types/AstLessThanOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -49
- package/dist/api/types/AstLessThanOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -50
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -50
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -49
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -49
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -50
- package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -50
- package/dist/api/types/AstNotEqualsOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -49
- package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -49
- package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -47
- package/dist/api/types/AstOrOperatorNodeInputChildrenItem.js +0 -3
- package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -46
- package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.js +0 -3
- package/dist/api/types/LiteralOverride.d.ts +0 -6
- package/dist/api/types/LiteralOverride.js +0 -3
- package/dist/api/types/LiteralOverrideConstantValue.d.ts +0 -1
- package/dist/api/types/LiteralOverrideConstantValue.js +0 -3
- package/dist/api/types/ObjectOverrideInput.d.ts +0 -6
- package/dist/api/types/ObjectOverrideInput.js +0 -3
- package/dist/api/types/ObjectOverrideInputPropertiesValue.d.ts +0 -2
- package/dist/api/types/ObjectOverrideInputPropertiesValue.js +0 -3
- package/dist/api/types/ObjectOverrideOutput.d.ts +0 -6
- package/dist/api/types/ObjectOverrideOutput.js +0 -3
- package/dist/api/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -2
- package/dist/api/types/ObjectOverrideOutputPropertiesValue.js +0 -3
- package/dist/api/types/QueryOverride.d.ts +0 -5
- package/dist/api/types/QueryOverride.js +0 -3
- package/dist/api/types/VideoTranscription.js +0 -3
- package/dist/api/types/VideoTranscriptionWord.js +0 -3
- package/dist/api/types/WorkflowExpressionConditionModelInputExpression.js +0 -3
- package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -49
- package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.js +0 -3
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +0 -20
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -8
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -20
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.js +0 -57
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -8
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js +0 -40
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -19
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js +0 -51
- package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -55
- package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -54
- package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +0 -65
- package/dist/serialization/types/AstConditionalOperatorNodeInputCondition.js +0 -67
- package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -55
- package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +0 -67
- package/dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -55
- package/dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -54
- package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -54
- package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +0 -65
- package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.js +0 -67
- package/dist/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +0 -55
- package/dist/serialization/types/AstEqualsOperatorNodeInputRight.js +0 -67
- package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.js +0 -65
- package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -54
- package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.js +0 -65
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -55
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +0 -67
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -55
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.js +0 -67
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -54
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +0 -65
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -54
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +0 -65
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -55
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +0 -67
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -55
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +0 -67
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -54
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +0 -65
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -54
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +0 -65
- package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -55
- package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.js +0 -67
- package/dist/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +0 -55
- package/dist/serialization/types/AstLessThanOperatorNodeInputRight.js +0 -67
- package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -54
- package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.js +0 -65
- package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -54
- package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.js +0 -65
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -55
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +0 -67
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -55
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +0 -67
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -54
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +0 -65
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -54
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +0 -65
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -55
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +0 -67
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -55
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.js +0 -67
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -54
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +0 -65
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -54
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +0 -65
- package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -55
- package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.js +0 -67
- package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -54
- package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +0 -65
- package/dist/serialization/types/LiteralOverride.d.ts +0 -12
- package/dist/serialization/types/LiteralOverrideConstantValue.d.ts +0 -7
- package/dist/serialization/types/ObjectOverrideInput.d.ts +0 -11
- package/dist/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +0 -8
- package/dist/serialization/types/ObjectOverrideOutput.d.ts +0 -11
- package/dist/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -8
- package/dist/serialization/types/QueryOverride.d.ts +0 -11
- package/dist/serialization/types/VideoTranscription.d.ts +0 -12
- package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +0 -55
- package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.js +0 -67
- package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -54
- package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +0 -65
- package/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +0 -20
- package/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -8
- package/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -20
- package/serialization/types/ApiIntegrationWebhookOverridesOutput.js +0 -57
- package/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -8
- package/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js +0 -40
- package/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -19
- package/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js +0 -51
- package/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -55
- package/serialization/types/AstAndOperatorNodeInputChildrenItem.js +0 -67
- package/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -54
- package/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +0 -65
- package/serialization/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -55
- package/serialization/types/AstConditionalOperatorNodeInputCondition.js +0 -67
- package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -55
- package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +0 -67
- package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -55
- package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js +0 -67
- package/serialization/types/AstConditionalOperatorNodeOutputCondition.d.ts +0 -54
- package/serialization/types/AstConditionalOperatorNodeOutputCondition.js +0 -65
- package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -54
- package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js +0 -65
- package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -54
- package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +0 -65
- package/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +0 -55
- package/serialization/types/AstEqualsOperatorNodeInputLeft.js +0 -67
- package/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +0 -55
- package/serialization/types/AstEqualsOperatorNodeInputRight.js +0 -67
- package/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +0 -54
- package/serialization/types/AstEqualsOperatorNodeOutputLeft.js +0 -65
- package/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -54
- package/serialization/types/AstEqualsOperatorNodeOutputRight.js +0 -65
- package/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -55
- package/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +0 -67
- package/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -55
- package/serialization/types/AstGreaterThanOperatorNodeInputRight.js +0 -67
- package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -54
- package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +0 -65
- package/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -54
- package/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +0 -65
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -55
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +0 -67
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -55
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +0 -67
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -54
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +0 -65
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -54
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +0 -65
- package/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -55
- package/serialization/types/AstLessThanOperatorNodeInputLeft.js +0 -67
- package/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +0 -55
- package/serialization/types/AstLessThanOperatorNodeInputRight.js +0 -67
- package/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -54
- package/serialization/types/AstLessThanOperatorNodeOutputLeft.js +0 -65
- package/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -54
- package/serialization/types/AstLessThanOperatorNodeOutputRight.js +0 -65
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -55
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +0 -67
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -55
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +0 -67
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -54
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +0 -65
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -54
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +0 -65
- package/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -55
- package/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +0 -67
- package/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -55
- package/serialization/types/AstNotEqualsOperatorNodeInputRight.js +0 -67
- package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -54
- package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +0 -65
- package/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -54
- package/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +0 -65
- package/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -55
- package/serialization/types/AstOrOperatorNodeInputChildrenItem.js +0 -67
- package/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -54
- package/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +0 -65
- package/serialization/types/LiteralOverride.d.ts +0 -12
- package/serialization/types/LiteralOverride.js +0 -44
- package/serialization/types/LiteralOverrideConstantValue.d.ts +0 -7
- package/serialization/types/ObjectOverrideInput.d.ts +0 -11
- package/serialization/types/ObjectOverrideInput.js +0 -46
- package/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +0 -8
- package/serialization/types/ObjectOverrideOutput.d.ts +0 -11
- package/serialization/types/ObjectOverrideOutput.js +0 -46
- package/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -8
- package/serialization/types/QueryOverride.d.ts +0 -11
- package/serialization/types/VideoTranscription.d.ts +0 -12
- package/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +0 -55
- package/serialization/types/WorkflowExpressionConditionModelInputExpression.js +0 -67
- package/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -54
- package/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +0 -65
- /package/api/{types/ApiIntegrationWebhookOverridesInput.js → resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.js} +0 -0
- /package/api/types/{ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → ApiIntegrationWebhookOverrides.js} +0 -0
- /package/api/types/{ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → ApiIntegrationWebhookOverridesRequestHeadersValue.js} +0 -0
- /package/api/types/{ApiIntegrationWebhookOverridesOutput.js → ApiIntegrationWebhookOverridesSchemaOverridesValue.js} +0 -0
- /package/api/types/{ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js → AssetTranscription.js} +0 -0
- /package/api/types/{ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js → AssetTranscriptionWord.js} +0 -0
- /package/api/types/{AstAndOperatorNodeInputChildrenItem.js → AstAdditionOperatorNodeInput.js} +0 -0
- /package/api/types/{AstAndOperatorNodeOutputChildrenItem.js → AstAdditionOperatorNodeOutput.js} +0 -0
- /package/api/types/{AstConditionalOperatorNodeInputCondition.js → AstDivisionOperatorNodeInput.js} +0 -0
- /package/api/types/{AstConditionalOperatorNodeInputFalseExpression.js → AstDivisionOperatorNodeOutput.js} +0 -0
- /package/api/types/{AstConditionalOperatorNodeInputTrueExpression.js → AstMultiplicationOperatorNodeInput.js} +0 -0
- /package/api/types/{AstConditionalOperatorNodeOutputCondition.js → AstMultiplicationOperatorNodeOutput.js} +0 -0
- /package/api/types/{AstConditionalOperatorNodeOutputFalseExpression.js → AstNodeInput.js} +0 -0
- /package/api/types/{AstConditionalOperatorNodeOutputTrueExpression.js → AstNodeOutput.js} +0 -0
- /package/api/types/{AstEqualsOperatorNodeInputLeft.js → AstSubtractionOperatorNodeInput.js} +0 -0
- /package/api/types/{AstEqualsOperatorNodeInputRight.js → AstSubtractionOperatorNodeOutput.js} +0 -0
- /package/api/types/{AstEqualsOperatorNodeOutputLeft.js → AudioAnalysis.js} +0 -0
- /package/api/types/{AstEqualsOperatorNodeOutputRight.js → AudioAnalysisResult.js} +0 -0
- /package/api/types/{AstGreaterThanOperatorNodeInputLeft.js → AudioKeyMoment.js} +0 -0
- /package/api/types/{AstGreaterThanOperatorNodeInputRight.js → AudioSegment.js} +0 -0
- /package/api/types/{AstGreaterThanOperatorNodeOutputLeft.js → AvatarContextRequestModel.js} +0 -0
- /package/api/types/{AstGreaterThanOperatorNodeOutputRight.js → AvatarContextResponseModel.js} +0 -0
- /package/api/types/{AstGreaterThanOrEqualsOperatorNodeInputLeft.js → CreateMtlsAuthRequest.js} +0 -0
- /package/api/types/{AstGreaterThanOrEqualsOperatorNodeInputRight.js → DtmfInputConfig.js} +0 -0
- /package/api/types/{AstGreaterThanOrEqualsOperatorNodeOutputLeft.js → FileInputConfig.js} +0 -0
- /package/api/types/{AstGreaterThanOrEqualsOperatorNodeOutputRight.js → FileInputConfigWorkflowOverride.js} +0 -0
- /package/api/types/{AstLessThanOperatorNodeInputLeft.js → MtlsAuthResponse.js} +0 -0
- /package/api/types/{AstLessThanOperatorNodeInputRight.js → OrchestratorToolMockBehaviorConfig.js} +0 -0
- /package/api/types/{AstLessThanOperatorNodeOutputLeft.js → ProcedureSettings.js} +0 -0
- /package/api/types/{AstLessThanOperatorNodeOutputRight.js → SimulationToolMockBehaviorConfig.js} +0 -0
- /package/api/types/{AstLessThanOrEqualsOperatorNodeInputLeft.js → ToolResponseMockConfigInput.js} +0 -0
- /package/api/types/{AstLessThanOrEqualsOperatorNodeInputRight.js → ToolResponseMockConfigOutput.js} +0 -0
- /package/{api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js → dist/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.js} +0 -0
- /package/{api/types/AstLessThanOrEqualsOperatorNodeOutputRight.js → dist/api/types/ApiIntegrationWebhookOverrides.js} +0 -0
- /package/{api/types/AstNotEqualsOperatorNodeInputLeft.js → dist/api/types/ApiIntegrationWebhookOverridesRequestHeadersValue.js} +0 -0
- /package/{api/types/AstNotEqualsOperatorNodeInputRight.js → dist/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.js} +0 -0
- /package/{api/types/AstNotEqualsOperatorNodeOutputLeft.js → dist/api/types/AssetTranscription.js} +0 -0
- /package/{api/types/AstNotEqualsOperatorNodeOutputRight.js → dist/api/types/AssetTranscriptionWord.js} +0 -0
- /package/{api/types/AstOrOperatorNodeInputChildrenItem.js → dist/api/types/AstAdditionOperatorNodeInput.js} +0 -0
- /package/{api/types/AstOrOperatorNodeOutputChildrenItem.js → dist/api/types/AstAdditionOperatorNodeOutput.js} +0 -0
- /package/{api/types/LiteralOverride.js → dist/api/types/AstDivisionOperatorNodeInput.js} +0 -0
- /package/{api/types/LiteralOverrideConstantValue.js → dist/api/types/AstDivisionOperatorNodeOutput.js} +0 -0
- /package/{api/types/ObjectOverrideInput.js → dist/api/types/AstMultiplicationOperatorNodeInput.js} +0 -0
- /package/{api/types/ObjectOverrideInputPropertiesValue.js → dist/api/types/AstMultiplicationOperatorNodeOutput.js} +0 -0
- /package/{api/types/ObjectOverrideOutput.js → dist/api/types/AstNodeInput.js} +0 -0
- /package/{api/types/ObjectOverrideOutputPropertiesValue.js → dist/api/types/AstNodeOutput.js} +0 -0
- /package/{api/types/QueryOverride.js → dist/api/types/AstSubtractionOperatorNodeInput.js} +0 -0
- /package/{api/types/VideoTranscription.js → dist/api/types/AstSubtractionOperatorNodeOutput.js} +0 -0
- /package/{api/types/VideoTranscriptionWord.js → dist/api/types/AudioAnalysis.js} +0 -0
- /package/{api/types/WorkflowExpressionConditionModelInputExpression.js → dist/api/types/AudioAnalysisResult.js} +0 -0
- /package/{api/types/WorkflowExpressionConditionModelOutputExpression.js → dist/api/types/AudioKeyMoment.js} +0 -0
- /package/dist/api/types/{ApiIntegrationWebhookOverridesInput.js → AudioSegment.js} +0 -0
- /package/dist/api/types/{ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → AvatarContextRequestModel.js} +0 -0
- /package/dist/api/types/{ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → AvatarContextResponseModel.js} +0 -0
- /package/dist/api/types/{ApiIntegrationWebhookOverridesOutput.js → CreateMtlsAuthRequest.js} +0 -0
- /package/dist/api/types/{ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js → DtmfInputConfig.js} +0 -0
- /package/dist/api/types/{ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js → FileInputConfig.js} +0 -0
- /package/dist/api/types/{AstAndOperatorNodeInputChildrenItem.js → FileInputConfigWorkflowOverride.js} +0 -0
- /package/dist/api/types/{AstAndOperatorNodeOutputChildrenItem.js → MtlsAuthResponse.js} +0 -0
- /package/dist/api/types/{AstConditionalOperatorNodeInputCondition.js → OrchestratorToolMockBehaviorConfig.js} +0 -0
- /package/dist/api/types/{AstConditionalOperatorNodeInputFalseExpression.js → ProcedureSettings.js} +0 -0
- /package/dist/api/types/{AstConditionalOperatorNodeInputTrueExpression.js → SimulationToolMockBehaviorConfig.js} +0 -0
- /package/dist/api/types/{AstConditionalOperatorNodeOutputCondition.js → ToolResponseMockConfigInput.js} +0 -0
- /package/dist/api/types/{AstConditionalOperatorNodeOutputFalseExpression.js → ToolResponseMockConfigOutput.js} +0 -0
package/reference.md
CHANGED
|
@@ -2249,8 +2249,8 @@ await client.studio.createPodcast({
|
|
|
2249
2249
|
</dl>
|
|
2250
2250
|
</details>
|
|
2251
2251
|
|
|
2252
|
-
##
|
|
2253
|
-
<details><summary><code>client.
|
|
2252
|
+
## Music
|
|
2253
|
+
<details><summary><code>client.music.<a href="/src/api/resources/music/client/Client.ts">compose</a>({ ...params }) -> ReadableStream<Uint8Array></code></summary>
|
|
2254
2254
|
<dl>
|
|
2255
2255
|
<dd>
|
|
2256
2256
|
|
|
@@ -2262,7 +2262,7 @@ await client.studio.createPodcast({
|
|
|
2262
2262
|
<dl>
|
|
2263
2263
|
<dd>
|
|
2264
2264
|
|
|
2265
|
-
|
|
2265
|
+
Compose a song from a prompt or a composition plan.
|
|
2266
2266
|
</dd>
|
|
2267
2267
|
</dl>
|
|
2268
2268
|
</dd>
|
|
@@ -2277,14 +2277,7 @@ List the dubs you have access to.
|
|
|
2277
2277
|
<dd>
|
|
2278
2278
|
|
|
2279
2279
|
```typescript
|
|
2280
|
-
await client.
|
|
2281
|
-
cursor: "cursor",
|
|
2282
|
-
pageSize: 1,
|
|
2283
|
-
dubbingStatus: "dubbing",
|
|
2284
|
-
filterByCreator: "personal",
|
|
2285
|
-
orderBy: "created_at",
|
|
2286
|
-
orderDirection: "DESCENDING"
|
|
2287
|
-
});
|
|
2280
|
+
await client.music.compose();
|
|
2288
2281
|
|
|
2289
2282
|
```
|
|
2290
2283
|
</dd>
|
|
@@ -2300,7 +2293,7 @@ await client.dubbing.list({
|
|
|
2300
2293
|
<dl>
|
|
2301
2294
|
<dd>
|
|
2302
2295
|
|
|
2303
|
-
**request:** `ElevenLabs.
|
|
2296
|
+
**request:** `ElevenLabs.BodyComposeMusicV1MusicPost`
|
|
2304
2297
|
|
|
2305
2298
|
</dd>
|
|
2306
2299
|
</dl>
|
|
@@ -2308,7 +2301,7 @@ await client.dubbing.list({
|
|
|
2308
2301
|
<dl>
|
|
2309
2302
|
<dd>
|
|
2310
2303
|
|
|
2311
|
-
**requestOptions:** `
|
|
2304
|
+
**requestOptions:** `MusicClient.RequestOptions`
|
|
2312
2305
|
|
|
2313
2306
|
</dd>
|
|
2314
2307
|
</dl>
|
|
@@ -2320,7 +2313,7 @@ await client.dubbing.list({
|
|
|
2320
2313
|
</dl>
|
|
2321
2314
|
</details>
|
|
2322
2315
|
|
|
2323
|
-
<details><summary><code>client.
|
|
2316
|
+
<details><summary><code>client.music.<a href="/src/api/resources/music/client/Client.ts">composeDetailed</a>({ ...params }) -> ReadableStream<Uint8Array></code></summary>
|
|
2324
2317
|
<dl>
|
|
2325
2318
|
<dd>
|
|
2326
2319
|
|
|
@@ -2332,7 +2325,7 @@ await client.dubbing.list({
|
|
|
2332
2325
|
<dl>
|
|
2333
2326
|
<dd>
|
|
2334
2327
|
|
|
2335
|
-
|
|
2328
|
+
Compose a song from a prompt or a composition plan.
|
|
2336
2329
|
</dd>
|
|
2337
2330
|
</dl>
|
|
2338
2331
|
</dd>
|
|
@@ -2347,7 +2340,7 @@ Dubs a provided audio or video file into given language.
|
|
|
2347
2340
|
<dd>
|
|
2348
2341
|
|
|
2349
2342
|
```typescript
|
|
2350
|
-
await client.
|
|
2343
|
+
await client.music.composeDetailed();
|
|
2351
2344
|
|
|
2352
2345
|
```
|
|
2353
2346
|
</dd>
|
|
@@ -2363,7 +2356,7 @@ await client.dubbing.create({});
|
|
|
2363
2356
|
<dl>
|
|
2364
2357
|
<dd>
|
|
2365
2358
|
|
|
2366
|
-
**request:** `ElevenLabs.
|
|
2359
|
+
**request:** `ElevenLabs.BodyComposeMusicWithADetailedResponseV1MusicDetailedPost`
|
|
2367
2360
|
|
|
2368
2361
|
</dd>
|
|
2369
2362
|
</dl>
|
|
@@ -2371,7 +2364,7 @@ await client.dubbing.create({});
|
|
|
2371
2364
|
<dl>
|
|
2372
2365
|
<dd>
|
|
2373
2366
|
|
|
2374
|
-
**requestOptions:** `
|
|
2367
|
+
**requestOptions:** `MusicClient.RequestOptions`
|
|
2375
2368
|
|
|
2376
2369
|
</dd>
|
|
2377
2370
|
</dl>
|
|
@@ -2383,7 +2376,7 @@ await client.dubbing.create({});
|
|
|
2383
2376
|
</dl>
|
|
2384
2377
|
</details>
|
|
2385
2378
|
|
|
2386
|
-
<details><summary><code>client.
|
|
2379
|
+
<details><summary><code>client.music.<a href="/src/api/resources/music/client/Client.ts">stream</a>({ ...params }) -> ReadableStream<Uint8Array></code></summary>
|
|
2387
2380
|
<dl>
|
|
2388
2381
|
<dd>
|
|
2389
2382
|
|
|
@@ -2395,7 +2388,7 @@ await client.dubbing.create({});
|
|
|
2395
2388
|
<dl>
|
|
2396
2389
|
<dd>
|
|
2397
2390
|
|
|
2398
|
-
|
|
2391
|
+
Stream a composed song from a prompt or a composition plan.
|
|
2399
2392
|
</dd>
|
|
2400
2393
|
</dl>
|
|
2401
2394
|
</dd>
|
|
@@ -2410,7 +2403,7 @@ Returns metadata about a dubbing project, including whether it's still in progre
|
|
|
2410
2403
|
<dd>
|
|
2411
2404
|
|
|
2412
2405
|
```typescript
|
|
2413
|
-
await client.
|
|
2406
|
+
await client.music.stream();
|
|
2414
2407
|
|
|
2415
2408
|
```
|
|
2416
2409
|
</dd>
|
|
@@ -2426,7 +2419,7 @@ await client.dubbing.get("dubbing_id");
|
|
|
2426
2419
|
<dl>
|
|
2427
2420
|
<dd>
|
|
2428
2421
|
|
|
2429
|
-
**
|
|
2422
|
+
**request:** `ElevenLabs.BodyStreamComposedMusicV1MusicStreamPost`
|
|
2430
2423
|
|
|
2431
2424
|
</dd>
|
|
2432
2425
|
</dl>
|
|
@@ -2434,7 +2427,7 @@ await client.dubbing.get("dubbing_id");
|
|
|
2434
2427
|
<dl>
|
|
2435
2428
|
<dd>
|
|
2436
2429
|
|
|
2437
|
-
**requestOptions:** `
|
|
2430
|
+
**requestOptions:** `MusicClient.RequestOptions`
|
|
2438
2431
|
|
|
2439
2432
|
</dd>
|
|
2440
2433
|
</dl>
|
|
@@ -2446,7 +2439,7 @@ await client.dubbing.get("dubbing_id");
|
|
|
2446
2439
|
</dl>
|
|
2447
2440
|
</details>
|
|
2448
2441
|
|
|
2449
|
-
<details><summary><code>client.
|
|
2442
|
+
<details><summary><code>client.music.<a href="/src/api/resources/music/client/Client.ts">upload</a>({ ...params }) -> ElevenLabs.MusicUploadResponse</code></summary>
|
|
2450
2443
|
<dl>
|
|
2451
2444
|
<dd>
|
|
2452
2445
|
|
|
@@ -2458,7 +2451,7 @@ await client.dubbing.get("dubbing_id");
|
|
|
2458
2451
|
<dl>
|
|
2459
2452
|
<dd>
|
|
2460
2453
|
|
|
2461
|
-
|
|
2454
|
+
Upload a music file to be later used for inpainting. Only available to enterprise clients with access to the inpainting feature.
|
|
2462
2455
|
</dd>
|
|
2463
2456
|
</dl>
|
|
2464
2457
|
</dd>
|
|
@@ -2473,7 +2466,9 @@ Deletes a dubbing project.
|
|
|
2473
2466
|
<dd>
|
|
2474
2467
|
|
|
2475
2468
|
```typescript
|
|
2476
|
-
await client.
|
|
2469
|
+
await client.music.upload({
|
|
2470
|
+
file: fs.createReadStream("/path/to/your/file")
|
|
2471
|
+
});
|
|
2477
2472
|
|
|
2478
2473
|
```
|
|
2479
2474
|
</dd>
|
|
@@ -2489,7 +2484,7 @@ await client.dubbing.delete("dubbing_id");
|
|
|
2489
2484
|
<dl>
|
|
2490
2485
|
<dd>
|
|
2491
2486
|
|
|
2492
|
-
**
|
|
2487
|
+
**request:** `ElevenLabs.BodyUploadMusicV1MusicUploadPost`
|
|
2493
2488
|
|
|
2494
2489
|
</dd>
|
|
2495
2490
|
</dl>
|
|
@@ -2497,7 +2492,7 @@ await client.dubbing.delete("dubbing_id");
|
|
|
2497
2492
|
<dl>
|
|
2498
2493
|
<dd>
|
|
2499
2494
|
|
|
2500
|
-
**requestOptions:** `
|
|
2495
|
+
**requestOptions:** `MusicClient.RequestOptions`
|
|
2501
2496
|
|
|
2502
2497
|
</dd>
|
|
2503
2498
|
</dl>
|
|
@@ -2509,8 +2504,8 @@ await client.dubbing.delete("dubbing_id");
|
|
|
2509
2504
|
</dl>
|
|
2510
2505
|
</details>
|
|
2511
2506
|
|
|
2512
|
-
##
|
|
2513
|
-
<details><summary><code>client.
|
|
2507
|
+
## Dubbing
|
|
2508
|
+
<details><summary><code>client.dubbing.<a href="/src/api/resources/dubbing/client/Client.ts">list</a>({ ...params }) -> ElevenLabs.DubbingMetadataPageResponseModel</code></summary>
|
|
2514
2509
|
<dl>
|
|
2515
2510
|
<dd>
|
|
2516
2511
|
|
|
@@ -2522,7 +2517,7 @@ await client.dubbing.delete("dubbing_id");
|
|
|
2522
2517
|
<dl>
|
|
2523
2518
|
<dd>
|
|
2524
2519
|
|
|
2525
|
-
|
|
2520
|
+
List the dubs you have access to.
|
|
2526
2521
|
</dd>
|
|
2527
2522
|
</dl>
|
|
2528
2523
|
</dd>
|
|
@@ -2537,7 +2532,14 @@ Gets a list of available models.
|
|
|
2537
2532
|
<dd>
|
|
2538
2533
|
|
|
2539
2534
|
```typescript
|
|
2540
|
-
await client.
|
|
2535
|
+
await client.dubbing.list({
|
|
2536
|
+
cursor: "cursor",
|
|
2537
|
+
pageSize: 1,
|
|
2538
|
+
dubbingStatus: "dubbing",
|
|
2539
|
+
filterByCreator: "personal",
|
|
2540
|
+
orderBy: "created_at",
|
|
2541
|
+
orderDirection: "DESCENDING"
|
|
2542
|
+
});
|
|
2541
2543
|
|
|
2542
2544
|
```
|
|
2543
2545
|
</dd>
|
|
@@ -2553,7 +2555,15 @@ await client.models.list();
|
|
|
2553
2555
|
<dl>
|
|
2554
2556
|
<dd>
|
|
2555
2557
|
|
|
2556
|
-
**
|
|
2558
|
+
**request:** `ElevenLabs.DubbingListRequest`
|
|
2559
|
+
|
|
2560
|
+
</dd>
|
|
2561
|
+
</dl>
|
|
2562
|
+
|
|
2563
|
+
<dl>
|
|
2564
|
+
<dd>
|
|
2565
|
+
|
|
2566
|
+
**requestOptions:** `DubbingClient.RequestOptions`
|
|
2557
2567
|
|
|
2558
2568
|
</dd>
|
|
2559
2569
|
</dl>
|
|
@@ -2565,8 +2575,7 @@ await client.models.list();
|
|
|
2565
2575
|
</dl>
|
|
2566
2576
|
</details>
|
|
2567
2577
|
|
|
2568
|
-
|
|
2569
|
-
<details><summary><code>client.audioNative.<a href="/src/api/resources/audioNative/client/Client.ts">create</a>({ ...params }) -> ElevenLabs.AudioNativeCreateProjectResponseModel</code></summary>
|
|
2578
|
+
<details><summary><code>client.dubbing.<a href="/src/api/resources/dubbing/client/Client.ts">create</a>({ ...params }) -> ElevenLabs.DoDubbingResponse</code></summary>
|
|
2570
2579
|
<dl>
|
|
2571
2580
|
<dd>
|
|
2572
2581
|
|
|
@@ -2578,7 +2587,7 @@ await client.models.list();
|
|
|
2578
2587
|
<dl>
|
|
2579
2588
|
<dd>
|
|
2580
2589
|
|
|
2581
|
-
|
|
2590
|
+
Dubs a provided audio or video file into given language.
|
|
2582
2591
|
</dd>
|
|
2583
2592
|
</dl>
|
|
2584
2593
|
</dd>
|
|
@@ -2593,9 +2602,7 @@ Creates Audio Native enabled project, optionally starts conversion and returns p
|
|
|
2593
2602
|
<dd>
|
|
2594
2603
|
|
|
2595
2604
|
```typescript
|
|
2596
|
-
await client.
|
|
2597
|
-
name: "name"
|
|
2598
|
-
});
|
|
2605
|
+
await client.dubbing.create({});
|
|
2599
2606
|
|
|
2600
2607
|
```
|
|
2601
2608
|
</dd>
|
|
@@ -2611,7 +2618,7 @@ await client.audioNative.create({
|
|
|
2611
2618
|
<dl>
|
|
2612
2619
|
<dd>
|
|
2613
2620
|
|
|
2614
|
-
**request:** `ElevenLabs.
|
|
2621
|
+
**request:** `ElevenLabs.BodyDubAVideoOrAnAudioFileV1DubbingPost`
|
|
2615
2622
|
|
|
2616
2623
|
</dd>
|
|
2617
2624
|
</dl>
|
|
@@ -2619,7 +2626,7 @@ await client.audioNative.create({
|
|
|
2619
2626
|
<dl>
|
|
2620
2627
|
<dd>
|
|
2621
2628
|
|
|
2622
|
-
**requestOptions:** `
|
|
2629
|
+
**requestOptions:** `DubbingClient.RequestOptions`
|
|
2623
2630
|
|
|
2624
2631
|
</dd>
|
|
2625
2632
|
</dl>
|
|
@@ -2631,7 +2638,7 @@ await client.audioNative.create({
|
|
|
2631
2638
|
</dl>
|
|
2632
2639
|
</details>
|
|
2633
2640
|
|
|
2634
|
-
<details><summary><code>client.
|
|
2641
|
+
<details><summary><code>client.dubbing.<a href="/src/api/resources/dubbing/client/Client.ts">get</a>(dubbing_id) -> ElevenLabs.DubbingMetadataResponse</code></summary>
|
|
2635
2642
|
<dl>
|
|
2636
2643
|
<dd>
|
|
2637
2644
|
|
|
@@ -2643,7 +2650,7 @@ await client.audioNative.create({
|
|
|
2643
2650
|
<dl>
|
|
2644
2651
|
<dd>
|
|
2645
2652
|
|
|
2646
|
-
|
|
2653
|
+
Returns metadata about a dubbing project, including whether it's still in progress or not
|
|
2647
2654
|
</dd>
|
|
2648
2655
|
</dl>
|
|
2649
2656
|
</dd>
|
|
@@ -2658,7 +2665,7 @@ Get player settings for the specific project.
|
|
|
2658
2665
|
<dd>
|
|
2659
2666
|
|
|
2660
2667
|
```typescript
|
|
2661
|
-
await client.
|
|
2668
|
+
await client.dubbing.get("dubbing_id");
|
|
2662
2669
|
|
|
2663
2670
|
```
|
|
2664
2671
|
</dd>
|
|
@@ -2674,7 +2681,7 @@ await client.audioNative.getSettings("21m00Tcm4TlvDq8ikWAM");
|
|
|
2674
2681
|
<dl>
|
|
2675
2682
|
<dd>
|
|
2676
2683
|
|
|
2677
|
-
**
|
|
2684
|
+
**dubbing_id:** `string` — ID of the dubbing project.
|
|
2678
2685
|
|
|
2679
2686
|
</dd>
|
|
2680
2687
|
</dl>
|
|
@@ -2682,7 +2689,7 @@ await client.audioNative.getSettings("21m00Tcm4TlvDq8ikWAM");
|
|
|
2682
2689
|
<dl>
|
|
2683
2690
|
<dd>
|
|
2684
2691
|
|
|
2685
|
-
**requestOptions:** `
|
|
2692
|
+
**requestOptions:** `DubbingClient.RequestOptions`
|
|
2686
2693
|
|
|
2687
2694
|
</dd>
|
|
2688
2695
|
</dl>
|
|
@@ -2694,7 +2701,7 @@ await client.audioNative.getSettings("21m00Tcm4TlvDq8ikWAM");
|
|
|
2694
2701
|
</dl>
|
|
2695
2702
|
</details>
|
|
2696
2703
|
|
|
2697
|
-
<details><summary><code>client.
|
|
2704
|
+
<details><summary><code>client.dubbing.<a href="/src/api/resources/dubbing/client/Client.ts">delete</a>(dubbing_id) -> ElevenLabs.DeleteDubbingResponseModel</code></summary>
|
|
2698
2705
|
<dl>
|
|
2699
2706
|
<dd>
|
|
2700
2707
|
|
|
@@ -2706,7 +2713,7 @@ await client.audioNative.getSettings("21m00Tcm4TlvDq8ikWAM");
|
|
|
2706
2713
|
<dl>
|
|
2707
2714
|
<dd>
|
|
2708
2715
|
|
|
2709
|
-
|
|
2716
|
+
Deletes a dubbing project.
|
|
2710
2717
|
</dd>
|
|
2711
2718
|
</dl>
|
|
2712
2719
|
</dd>
|
|
@@ -2721,7 +2728,7 @@ Updates content for the specific AudioNative Project.
|
|
|
2721
2728
|
<dd>
|
|
2722
2729
|
|
|
2723
2730
|
```typescript
|
|
2724
|
-
await client.
|
|
2731
|
+
await client.dubbing.delete("dubbing_id");
|
|
2725
2732
|
|
|
2726
2733
|
```
|
|
2727
2734
|
</dd>
|
|
@@ -2737,15 +2744,7 @@ await client.audioNative.update("21m00Tcm4TlvDq8ikWAM", {});
|
|
|
2737
2744
|
<dl>
|
|
2738
2745
|
<dd>
|
|
2739
2746
|
|
|
2740
|
-
**
|
|
2741
|
-
|
|
2742
|
-
</dd>
|
|
2743
|
-
</dl>
|
|
2744
|
-
|
|
2745
|
-
<dl>
|
|
2746
|
-
<dd>
|
|
2747
|
-
|
|
2748
|
-
**request:** `ElevenLabs.BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost`
|
|
2747
|
+
**dubbing_id:** `string` — ID of the dubbing project.
|
|
2749
2748
|
|
|
2750
2749
|
</dd>
|
|
2751
2750
|
</dl>
|
|
@@ -2753,7 +2752,7 @@ await client.audioNative.update("21m00Tcm4TlvDq8ikWAM", {});
|
|
|
2753
2752
|
<dl>
|
|
2754
2753
|
<dd>
|
|
2755
2754
|
|
|
2756
|
-
**requestOptions:** `
|
|
2755
|
+
**requestOptions:** `DubbingClient.RequestOptions`
|
|
2757
2756
|
|
|
2758
2757
|
</dd>
|
|
2759
2758
|
</dl>
|
|
@@ -2765,7 +2764,8 @@ await client.audioNative.update("21m00Tcm4TlvDq8ikWAM", {});
|
|
|
2765
2764
|
</dl>
|
|
2766
2765
|
</details>
|
|
2767
2766
|
|
|
2768
|
-
|
|
2767
|
+
## Models
|
|
2768
|
+
<details><summary><code>client.models.<a href="/src/api/resources/models/client/Client.ts">list</a>() -> ElevenLabs.Model[]</code></summary>
|
|
2769
2769
|
<dl>
|
|
2770
2770
|
<dd>
|
|
2771
2771
|
|
|
@@ -2777,7 +2777,7 @@ await client.audioNative.update("21m00Tcm4TlvDq8ikWAM", {});
|
|
|
2777
2777
|
<dl>
|
|
2778
2778
|
<dd>
|
|
2779
2779
|
|
|
2780
|
-
|
|
2780
|
+
Gets a list of available models.
|
|
2781
2781
|
</dd>
|
|
2782
2782
|
</dl>
|
|
2783
2783
|
</dd>
|
|
@@ -2792,9 +2792,7 @@ Finds an AudioNative project matching the provided URL, extracts content from th
|
|
|
2792
2792
|
<dd>
|
|
2793
2793
|
|
|
2794
2794
|
```typescript
|
|
2795
|
-
await client.
|
|
2796
|
-
url: "https://elevenlabs.io/blog/the_first_ai_that_can_laugh/"
|
|
2797
|
-
});
|
|
2795
|
+
await client.models.list();
|
|
2798
2796
|
|
|
2799
2797
|
```
|
|
2800
2798
|
</dd>
|
|
@@ -2810,15 +2808,7 @@ await client.audioNative.updateContentFromUrl({
|
|
|
2810
2808
|
<dl>
|
|
2811
2809
|
<dd>
|
|
2812
2810
|
|
|
2813
|
-
**
|
|
2814
|
-
|
|
2815
|
-
</dd>
|
|
2816
|
-
</dl>
|
|
2817
|
-
|
|
2818
|
-
<dl>
|
|
2819
|
-
<dd>
|
|
2820
|
-
|
|
2821
|
-
**requestOptions:** `AudioNativeClient.RequestOptions`
|
|
2811
|
+
**requestOptions:** `ModelsClient.RequestOptions`
|
|
2822
2812
|
|
|
2823
2813
|
</dd>
|
|
2824
2814
|
</dl>
|
|
@@ -2830,8 +2820,8 @@ await client.audioNative.updateContentFromUrl({
|
|
|
2830
2820
|
</dl>
|
|
2831
2821
|
</details>
|
|
2832
2822
|
|
|
2833
|
-
##
|
|
2834
|
-
<details><summary><code>client.
|
|
2823
|
+
## AudioNative
|
|
2824
|
+
<details><summary><code>client.audioNative.<a href="/src/api/resources/audioNative/client/Client.ts">create</a>({ ...params }) -> ElevenLabs.AudioNativeCreateProjectResponseModel</code></summary>
|
|
2835
2825
|
<dl>
|
|
2836
2826
|
<dd>
|
|
2837
2827
|
|
|
@@ -2843,7 +2833,7 @@ await client.audioNative.updateContentFromUrl({
|
|
|
2843
2833
|
<dl>
|
|
2844
2834
|
<dd>
|
|
2845
2835
|
|
|
2846
|
-
|
|
2836
|
+
Creates Audio Native enabled project, optionally starts conversion and returns project ID and embeddable HTML snippet.
|
|
2847
2837
|
</dd>
|
|
2848
2838
|
</dl>
|
|
2849
2839
|
</dd>
|
|
@@ -2858,14 +2848,8 @@ Returns the usage metrics for the current user or the entire workspace they are
|
|
|
2858
2848
|
<dd>
|
|
2859
2849
|
|
|
2860
2850
|
```typescript
|
|
2861
|
-
await client.
|
|
2862
|
-
|
|
2863
|
-
endUnix: 1,
|
|
2864
|
-
includeWorkspaceMetrics: true,
|
|
2865
|
-
breakdownType: "none",
|
|
2866
|
-
aggregationInterval: "hour",
|
|
2867
|
-
aggregationBucketSize: 1,
|
|
2868
|
-
metric: "credits"
|
|
2851
|
+
await client.audioNative.create({
|
|
2852
|
+
name: "name"
|
|
2869
2853
|
});
|
|
2870
2854
|
|
|
2871
2855
|
```
|
|
@@ -2882,7 +2866,7 @@ await client.usage.get({
|
|
|
2882
2866
|
<dl>
|
|
2883
2867
|
<dd>
|
|
2884
2868
|
|
|
2885
|
-
**request:** `ElevenLabs.
|
|
2869
|
+
**request:** `ElevenLabs.BodyCreatesAudioNativeEnabledProjectV1AudioNativePost`
|
|
2886
2870
|
|
|
2887
2871
|
</dd>
|
|
2888
2872
|
</dl>
|
|
@@ -2890,7 +2874,7 @@ await client.usage.get({
|
|
|
2890
2874
|
<dl>
|
|
2891
2875
|
<dd>
|
|
2892
2876
|
|
|
2893
|
-
**requestOptions:** `
|
|
2877
|
+
**requestOptions:** `AudioNativeClient.RequestOptions`
|
|
2894
2878
|
|
|
2895
2879
|
</dd>
|
|
2896
2880
|
</dl>
|
|
@@ -2902,8 +2886,7 @@ await client.usage.get({
|
|
|
2902
2886
|
</dl>
|
|
2903
2887
|
</details>
|
|
2904
2888
|
|
|
2905
|
-
|
|
2906
|
-
<details><summary><code>client.pronunciationDictionaries.<a href="/src/api/resources/pronunciationDictionaries/client/Client.ts">createFromFile</a>({ ...params }) -> ElevenLabs.AddPronunciationDictionaryResponseModel</code></summary>
|
|
2889
|
+
<details><summary><code>client.audioNative.<a href="/src/api/resources/audioNative/client/Client.ts">getSettings</a>(project_id) -> ElevenLabs.GetAudioNativeProjectSettingsResponseModel</code></summary>
|
|
2907
2890
|
<dl>
|
|
2908
2891
|
<dd>
|
|
2909
2892
|
|
|
@@ -2915,7 +2898,7 @@ await client.usage.get({
|
|
|
2915
2898
|
<dl>
|
|
2916
2899
|
<dd>
|
|
2917
2900
|
|
|
2918
|
-
|
|
2901
|
+
Get player settings for the specific project.
|
|
2919
2902
|
</dd>
|
|
2920
2903
|
</dl>
|
|
2921
2904
|
</dd>
|
|
@@ -2930,9 +2913,7 @@ Creates a new pronunciation dictionary from a lexicon .PLS file
|
|
|
2930
2913
|
<dd>
|
|
2931
2914
|
|
|
2932
2915
|
```typescript
|
|
2933
|
-
await client.
|
|
2934
|
-
name: "name"
|
|
2935
|
-
});
|
|
2916
|
+
await client.audioNative.getSettings("21m00Tcm4TlvDq8ikWAM");
|
|
2936
2917
|
|
|
2937
2918
|
```
|
|
2938
2919
|
</dd>
|
|
@@ -2948,7 +2929,7 @@ await client.pronunciationDictionaries.createFromFile({
|
|
|
2948
2929
|
<dl>
|
|
2949
2930
|
<dd>
|
|
2950
2931
|
|
|
2951
|
-
**
|
|
2932
|
+
**project_id:** `string` — The ID of the Studio project.
|
|
2952
2933
|
|
|
2953
2934
|
</dd>
|
|
2954
2935
|
</dl>
|
|
@@ -2956,7 +2937,7 @@ await client.pronunciationDictionaries.createFromFile({
|
|
|
2956
2937
|
<dl>
|
|
2957
2938
|
<dd>
|
|
2958
2939
|
|
|
2959
|
-
**requestOptions:** `
|
|
2940
|
+
**requestOptions:** `AudioNativeClient.RequestOptions`
|
|
2960
2941
|
|
|
2961
2942
|
</dd>
|
|
2962
2943
|
</dl>
|
|
@@ -2968,7 +2949,7 @@ await client.pronunciationDictionaries.createFromFile({
|
|
|
2968
2949
|
</dl>
|
|
2969
2950
|
</details>
|
|
2970
2951
|
|
|
2971
|
-
<details><summary><code>client.
|
|
2952
|
+
<details><summary><code>client.audioNative.<a href="/src/api/resources/audioNative/client/Client.ts">update</a>(project_id, { ...params }) -> ElevenLabs.AudioNativeEditContentResponseModel</code></summary>
|
|
2972
2953
|
<dl>
|
|
2973
2954
|
<dd>
|
|
2974
2955
|
|
|
@@ -2980,7 +2961,7 @@ await client.pronunciationDictionaries.createFromFile({
|
|
|
2980
2961
|
<dl>
|
|
2981
2962
|
<dd>
|
|
2982
2963
|
|
|
2983
|
-
|
|
2964
|
+
Updates content for the specific AudioNative Project.
|
|
2984
2965
|
</dd>
|
|
2985
2966
|
</dl>
|
|
2986
2967
|
</dd>
|
|
@@ -2995,16 +2976,7 @@ Creates a new pronunciation dictionary from provided rules.
|
|
|
2995
2976
|
<dd>
|
|
2996
2977
|
|
|
2997
2978
|
```typescript
|
|
2998
|
-
await client.
|
|
2999
|
-
rules: [{
|
|
3000
|
-
type: "alias",
|
|
3001
|
-
stringToReplace: "Thailand",
|
|
3002
|
-
caseSensitive: true,
|
|
3003
|
-
wordBoundaries: true,
|
|
3004
|
-
alias: "tie-land"
|
|
3005
|
-
}],
|
|
3006
|
-
name: "My Dictionary"
|
|
3007
|
-
});
|
|
2979
|
+
await client.audioNative.update("21m00Tcm4TlvDq8ikWAM", {});
|
|
3008
2980
|
|
|
3009
2981
|
```
|
|
3010
2982
|
</dd>
|
|
@@ -3020,7 +2992,7 @@ await client.pronunciationDictionaries.createFromRules({
|
|
|
3020
2992
|
<dl>
|
|
3021
2993
|
<dd>
|
|
3022
2994
|
|
|
3023
|
-
**
|
|
2995
|
+
**project_id:** `string`
|
|
3024
2996
|
|
|
3025
2997
|
</dd>
|
|
3026
2998
|
</dl>
|
|
@@ -3028,7 +3000,15 @@ await client.pronunciationDictionaries.createFromRules({
|
|
|
3028
3000
|
<dl>
|
|
3029
3001
|
<dd>
|
|
3030
3002
|
|
|
3031
|
-
**
|
|
3003
|
+
**request:** `ElevenLabs.BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost`
|
|
3004
|
+
|
|
3005
|
+
</dd>
|
|
3006
|
+
</dl>
|
|
3007
|
+
|
|
3008
|
+
<dl>
|
|
3009
|
+
<dd>
|
|
3010
|
+
|
|
3011
|
+
**requestOptions:** `AudioNativeClient.RequestOptions`
|
|
3032
3012
|
|
|
3033
3013
|
</dd>
|
|
3034
3014
|
</dl>
|
|
@@ -3040,7 +3020,7 @@ await client.pronunciationDictionaries.createFromRules({
|
|
|
3040
3020
|
</dl>
|
|
3041
3021
|
</details>
|
|
3042
3022
|
|
|
3043
|
-
<details><summary><code>client.
|
|
3023
|
+
<details><summary><code>client.audioNative.<a href="/src/api/resources/audioNative/client/Client.ts">updateContentFromUrl</a>({ ...params }) -> ElevenLabs.AudioNativeEditContentResponseModel</code></summary>
|
|
3044
3024
|
<dl>
|
|
3045
3025
|
<dd>
|
|
3046
3026
|
|
|
@@ -3052,7 +3032,7 @@ await client.pronunciationDictionaries.createFromRules({
|
|
|
3052
3032
|
<dl>
|
|
3053
3033
|
<dd>
|
|
3054
3034
|
|
|
3055
|
-
|
|
3035
|
+
Finds an AudioNative project matching the provided URL, extracts content from the URL, updates the project content, and queues it for conversion and auto-publishing.
|
|
3056
3036
|
</dd>
|
|
3057
3037
|
</dl>
|
|
3058
3038
|
</dd>
|
|
@@ -3067,7 +3047,9 @@ Get metadata for a pronunciation dictionary
|
|
|
3067
3047
|
<dd>
|
|
3068
3048
|
|
|
3069
3049
|
```typescript
|
|
3070
|
-
await client.
|
|
3050
|
+
await client.audioNative.updateContentFromUrl({
|
|
3051
|
+
url: "https://elevenlabs.io/blog/the_first_ai_that_can_laugh/"
|
|
3052
|
+
});
|
|
3071
3053
|
|
|
3072
3054
|
```
|
|
3073
3055
|
</dd>
|
|
@@ -3083,7 +3065,7 @@ await client.pronunciationDictionaries.get("21m00Tcm4TlvDq8ikWAM");
|
|
|
3083
3065
|
<dl>
|
|
3084
3066
|
<dd>
|
|
3085
3067
|
|
|
3086
|
-
**
|
|
3068
|
+
**request:** `ElevenLabs.BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost`
|
|
3087
3069
|
|
|
3088
3070
|
</dd>
|
|
3089
3071
|
</dl>
|
|
@@ -3091,7 +3073,7 @@ await client.pronunciationDictionaries.get("21m00Tcm4TlvDq8ikWAM");
|
|
|
3091
3073
|
<dl>
|
|
3092
3074
|
<dd>
|
|
3093
3075
|
|
|
3094
|
-
**requestOptions:** `
|
|
3076
|
+
**requestOptions:** `AudioNativeClient.RequestOptions`
|
|
3095
3077
|
|
|
3096
3078
|
</dd>
|
|
3097
3079
|
</dl>
|
|
@@ -3103,7 +3085,8 @@ await client.pronunciationDictionaries.get("21m00Tcm4TlvDq8ikWAM");
|
|
|
3103
3085
|
</dl>
|
|
3104
3086
|
</details>
|
|
3105
3087
|
|
|
3106
|
-
|
|
3088
|
+
## Usage
|
|
3089
|
+
<details><summary><code>client.usage.<a href="/src/api/resources/usage/client/Client.ts">get</a>({ ...params }) -> ElevenLabs.UsageCharactersResponseModel</code></summary>
|
|
3107
3090
|
<dl>
|
|
3108
3091
|
<dd>
|
|
3109
3092
|
|
|
@@ -3115,7 +3098,7 @@ await client.pronunciationDictionaries.get("21m00Tcm4TlvDq8ikWAM");
|
|
|
3115
3098
|
<dl>
|
|
3116
3099
|
<dd>
|
|
3117
3100
|
|
|
3118
|
-
|
|
3101
|
+
Returns the usage metrics for the current user or the entire workspace they are part of. The response provides a time axis based on the specified aggregation interval (default: day), with usage values for each interval along that axis. Usage is broken down by the selected breakdown type. For example, breakdown type "voice" will return the usage of each voice for each interval along the time axis.
|
|
3119
3102
|
</dd>
|
|
3120
3103
|
</dl>
|
|
3121
3104
|
</dd>
|
|
@@ -3130,7 +3113,15 @@ Partially update the pronunciation dictionary without changing the version
|
|
|
3130
3113
|
<dd>
|
|
3131
3114
|
|
|
3132
3115
|
```typescript
|
|
3133
|
-
await client.
|
|
3116
|
+
await client.usage.get({
|
|
3117
|
+
startUnix: 1,
|
|
3118
|
+
endUnix: 1,
|
|
3119
|
+
includeWorkspaceMetrics: true,
|
|
3120
|
+
breakdownType: "none",
|
|
3121
|
+
aggregationInterval: "hour",
|
|
3122
|
+
aggregationBucketSize: 1,
|
|
3123
|
+
metric: "credits"
|
|
3124
|
+
});
|
|
3134
3125
|
|
|
3135
3126
|
```
|
|
3136
3127
|
</dd>
|
|
@@ -3146,15 +3137,7 @@ await client.pronunciationDictionaries.update("21m00Tcm4TlvDq8ikWAM");
|
|
|
3146
3137
|
<dl>
|
|
3147
3138
|
<dd>
|
|
3148
3139
|
|
|
3149
|
-
**
|
|
3150
|
-
|
|
3151
|
-
</dd>
|
|
3152
|
-
</dl>
|
|
3153
|
-
|
|
3154
|
-
<dl>
|
|
3155
|
-
<dd>
|
|
3156
|
-
|
|
3157
|
-
**request:** `ElevenLabs.BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch`
|
|
3140
|
+
**request:** `ElevenLabs.UsageGetRequest`
|
|
3158
3141
|
|
|
3159
3142
|
</dd>
|
|
3160
3143
|
</dl>
|
|
@@ -3162,7 +3145,7 @@ await client.pronunciationDictionaries.update("21m00Tcm4TlvDq8ikWAM");
|
|
|
3162
3145
|
<dl>
|
|
3163
3146
|
<dd>
|
|
3164
3147
|
|
|
3165
|
-
**requestOptions:** `
|
|
3148
|
+
**requestOptions:** `UsageClient.RequestOptions`
|
|
3166
3149
|
|
|
3167
3150
|
</dd>
|
|
3168
3151
|
</dl>
|
|
@@ -3174,7 +3157,8 @@ await client.pronunciationDictionaries.update("21m00Tcm4TlvDq8ikWAM");
|
|
|
3174
3157
|
</dl>
|
|
3175
3158
|
</details>
|
|
3176
3159
|
|
|
3177
|
-
|
|
3160
|
+
## PronunciationDictionaries
|
|
3161
|
+
<details><summary><code>client.pronunciationDictionaries.<a href="/src/api/resources/pronunciationDictionaries/client/Client.ts">createFromFile</a>({ ...params }) -> ElevenLabs.AddPronunciationDictionaryResponseModel</code></summary>
|
|
3178
3162
|
<dl>
|
|
3179
3163
|
<dd>
|
|
3180
3164
|
|
|
@@ -3186,7 +3170,7 @@ await client.pronunciationDictionaries.update("21m00Tcm4TlvDq8ikWAM");
|
|
|
3186
3170
|
<dl>
|
|
3187
3171
|
<dd>
|
|
3188
3172
|
|
|
3189
|
-
|
|
3173
|
+
Creates a new pronunciation dictionary from a lexicon .PLS file
|
|
3190
3174
|
</dd>
|
|
3191
3175
|
</dl>
|
|
3192
3176
|
</dd>
|
|
@@ -3201,7 +3185,9 @@ Get a PLS file with a pronunciation dictionary version rules
|
|
|
3201
3185
|
<dd>
|
|
3202
3186
|
|
|
3203
3187
|
```typescript
|
|
3204
|
-
await client.pronunciationDictionaries.
|
|
3188
|
+
await client.pronunciationDictionaries.createFromFile({
|
|
3189
|
+
name: "name"
|
|
3190
|
+
});
|
|
3205
3191
|
|
|
3206
3192
|
```
|
|
3207
3193
|
</dd>
|
|
@@ -3217,15 +3203,7 @@ await client.pronunciationDictionaries.download("dictionary_id", "version_id");
|
|
|
3217
3203
|
<dl>
|
|
3218
3204
|
<dd>
|
|
3219
3205
|
|
|
3220
|
-
**
|
|
3221
|
-
|
|
3222
|
-
</dd>
|
|
3223
|
-
</dl>
|
|
3224
|
-
|
|
3225
|
-
<dl>
|
|
3226
|
-
<dd>
|
|
3227
|
-
|
|
3228
|
-
**version_id:** `string` — The id of the pronunciation dictionary version
|
|
3206
|
+
**request:** `ElevenLabs.BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost`
|
|
3229
3207
|
|
|
3230
3208
|
</dd>
|
|
3231
3209
|
</dl>
|
|
@@ -3245,7 +3223,7 @@ await client.pronunciationDictionaries.download("dictionary_id", "version_id");
|
|
|
3245
3223
|
</dl>
|
|
3246
3224
|
</details>
|
|
3247
3225
|
|
|
3248
|
-
<details><summary><code>client.pronunciationDictionaries.<a href="/src/api/resources/pronunciationDictionaries/client/Client.ts">
|
|
3226
|
+
<details><summary><code>client.pronunciationDictionaries.<a href="/src/api/resources/pronunciationDictionaries/client/Client.ts">createFromRules</a>({ ...params }) -> ElevenLabs.AddPronunciationDictionaryResponseModel</code></summary>
|
|
3249
3227
|
<dl>
|
|
3250
3228
|
<dd>
|
|
3251
3229
|
|
|
@@ -3257,7 +3235,7 @@ await client.pronunciationDictionaries.download("dictionary_id", "version_id");
|
|
|
3257
3235
|
<dl>
|
|
3258
3236
|
<dd>
|
|
3259
3237
|
|
|
3260
|
-
|
|
3238
|
+
Creates a new pronunciation dictionary from provided rules.
|
|
3261
3239
|
</dd>
|
|
3262
3240
|
</dl>
|
|
3263
3241
|
</dd>
|
|
@@ -3272,11 +3250,15 @@ Get a list of the pronunciation dictionaries you have access to and their metada
|
|
|
3272
3250
|
<dd>
|
|
3273
3251
|
|
|
3274
3252
|
```typescript
|
|
3275
|
-
await client.pronunciationDictionaries.
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3253
|
+
await client.pronunciationDictionaries.createFromRules({
|
|
3254
|
+
rules: [{
|
|
3255
|
+
type: "alias",
|
|
3256
|
+
stringToReplace: "Thailand",
|
|
3257
|
+
caseSensitive: true,
|
|
3258
|
+
wordBoundaries: true,
|
|
3259
|
+
alias: "tie-land"
|
|
3260
|
+
}],
|
|
3261
|
+
name: "My Dictionary"
|
|
3280
3262
|
});
|
|
3281
3263
|
|
|
3282
3264
|
```
|
|
@@ -3293,7 +3275,7 @@ await client.pronunciationDictionaries.list({
|
|
|
3293
3275
|
<dl>
|
|
3294
3276
|
<dd>
|
|
3295
3277
|
|
|
3296
|
-
**request:** `ElevenLabs.
|
|
3278
|
+
**request:** `ElevenLabs.BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost`
|
|
3297
3279
|
|
|
3298
3280
|
</dd>
|
|
3299
3281
|
</dl>
|
|
@@ -3313,8 +3295,7 @@ await client.pronunciationDictionaries.list({
|
|
|
3313
3295
|
</dl>
|
|
3314
3296
|
</details>
|
|
3315
3297
|
|
|
3316
|
-
|
|
3317
|
-
<details><summary><code>client.serviceAccounts.<a href="/src/api/resources/serviceAccounts/client/Client.ts">list</a>() -> ElevenLabs.WorkspaceServiceAccountListResponseModel</code></summary>
|
|
3298
|
+
<details><summary><code>client.pronunciationDictionaries.<a href="/src/api/resources/pronunciationDictionaries/client/Client.ts">get</a>(pronunciation_dictionary_id) -> ElevenLabs.GetPronunciationDictionaryWithRulesResponseModel</code></summary>
|
|
3318
3299
|
<dl>
|
|
3319
3300
|
<dd>
|
|
3320
3301
|
|
|
@@ -3326,7 +3307,7 @@ await client.pronunciationDictionaries.list({
|
|
|
3326
3307
|
<dl>
|
|
3327
3308
|
<dd>
|
|
3328
3309
|
|
|
3329
|
-
|
|
3310
|
+
Get metadata for a pronunciation dictionary
|
|
3330
3311
|
</dd>
|
|
3331
3312
|
</dl>
|
|
3332
3313
|
</dd>
|
|
@@ -3341,7 +3322,7 @@ List all service accounts in the workspace
|
|
|
3341
3322
|
<dd>
|
|
3342
3323
|
|
|
3343
3324
|
```typescript
|
|
3344
|
-
await client.
|
|
3325
|
+
await client.pronunciationDictionaries.get("21m00Tcm4TlvDq8ikWAM");
|
|
3345
3326
|
|
|
3346
3327
|
```
|
|
3347
3328
|
</dd>
|
|
@@ -3357,7 +3338,15 @@ await client.serviceAccounts.list();
|
|
|
3357
3338
|
<dl>
|
|
3358
3339
|
<dd>
|
|
3359
3340
|
|
|
3360
|
-
**
|
|
3341
|
+
**pronunciation_dictionary_id:** `string` — The id of the pronunciation dictionary
|
|
3342
|
+
|
|
3343
|
+
</dd>
|
|
3344
|
+
</dl>
|
|
3345
|
+
|
|
3346
|
+
<dl>
|
|
3347
|
+
<dd>
|
|
3348
|
+
|
|
3349
|
+
**requestOptions:** `PronunciationDictionariesClient.RequestOptions`
|
|
3361
3350
|
|
|
3362
3351
|
</dd>
|
|
3363
3352
|
</dl>
|
|
@@ -3369,8 +3358,7 @@ await client.serviceAccounts.list();
|
|
|
3369
3358
|
</dl>
|
|
3370
3359
|
</details>
|
|
3371
3360
|
|
|
3372
|
-
|
|
3373
|
-
<details><summary><code>client.webhooks.<a href="/src/api/resources/webhooks/client/Client.ts">list</a>({ ...params }) -> ElevenLabs.WorkspaceWebhookListResponseModel</code></summary>
|
|
3361
|
+
<details><summary><code>client.pronunciationDictionaries.<a href="/src/api/resources/pronunciationDictionaries/client/Client.ts">update</a>(pronunciation_dictionary_id, { ...params }) -> ElevenLabs.GetPronunciationDictionaryMetadataResponse</code></summary>
|
|
3374
3362
|
<dl>
|
|
3375
3363
|
<dd>
|
|
3376
3364
|
|
|
@@ -3382,7 +3370,7 @@ await client.serviceAccounts.list();
|
|
|
3382
3370
|
<dl>
|
|
3383
3371
|
<dd>
|
|
3384
3372
|
|
|
3385
|
-
|
|
3373
|
+
Partially update the pronunciation dictionary without changing the version
|
|
3386
3374
|
</dd>
|
|
3387
3375
|
</dl>
|
|
3388
3376
|
</dd>
|
|
@@ -3397,9 +3385,7 @@ List all webhooks for a workspace
|
|
|
3397
3385
|
<dd>
|
|
3398
3386
|
|
|
3399
3387
|
```typescript
|
|
3400
|
-
await client.
|
|
3401
|
-
includeUsages: false
|
|
3402
|
-
});
|
|
3388
|
+
await client.pronunciationDictionaries.update("21m00Tcm4TlvDq8ikWAM");
|
|
3403
3389
|
|
|
3404
3390
|
```
|
|
3405
3391
|
</dd>
|
|
@@ -3415,7 +3401,7 @@ await client.webhooks.list({
|
|
|
3415
3401
|
<dl>
|
|
3416
3402
|
<dd>
|
|
3417
3403
|
|
|
3418
|
-
**
|
|
3404
|
+
**pronunciation_dictionary_id:** `string` — The id of the pronunciation dictionary
|
|
3419
3405
|
|
|
3420
3406
|
</dd>
|
|
3421
3407
|
</dl>
|
|
@@ -3423,7 +3409,15 @@ await client.webhooks.list({
|
|
|
3423
3409
|
<dl>
|
|
3424
3410
|
<dd>
|
|
3425
3411
|
|
|
3426
|
-
**
|
|
3412
|
+
**request:** `ElevenLabs.BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch`
|
|
3413
|
+
|
|
3414
|
+
</dd>
|
|
3415
|
+
</dl>
|
|
3416
|
+
|
|
3417
|
+
<dl>
|
|
3418
|
+
<dd>
|
|
3419
|
+
|
|
3420
|
+
**requestOptions:** `PronunciationDictionariesClient.RequestOptions`
|
|
3427
3421
|
|
|
3428
3422
|
</dd>
|
|
3429
3423
|
</dl>
|
|
@@ -3435,7 +3429,7 @@ await client.webhooks.list({
|
|
|
3435
3429
|
</dl>
|
|
3436
3430
|
</details>
|
|
3437
3431
|
|
|
3438
|
-
<details><summary><code>client.
|
|
3432
|
+
<details><summary><code>client.pronunciationDictionaries.<a href="/src/api/resources/pronunciationDictionaries/client/Client.ts">download</a>(dictionary_id, version_id) -> ReadableStream<Uint8Array></code></summary>
|
|
3439
3433
|
<dl>
|
|
3440
3434
|
<dd>
|
|
3441
3435
|
|
|
@@ -3447,7 +3441,7 @@ await client.webhooks.list({
|
|
|
3447
3441
|
<dl>
|
|
3448
3442
|
<dd>
|
|
3449
3443
|
|
|
3450
|
-
|
|
3444
|
+
Get a PLS file with a pronunciation dictionary version rules
|
|
3451
3445
|
</dd>
|
|
3452
3446
|
</dl>
|
|
3453
3447
|
</dd>
|
|
@@ -3462,13 +3456,7 @@ Create a new webhook for the workspace with the specified authentication type.
|
|
|
3462
3456
|
<dd>
|
|
3463
3457
|
|
|
3464
3458
|
```typescript
|
|
3465
|
-
await client.
|
|
3466
|
-
settings: {
|
|
3467
|
-
authType: "hmac",
|
|
3468
|
-
name: "name",
|
|
3469
|
-
webhookUrl: "webhook_url"
|
|
3470
|
-
}
|
|
3471
|
-
});
|
|
3459
|
+
await client.pronunciationDictionaries.download("dictionary_id", "version_id");
|
|
3472
3460
|
|
|
3473
3461
|
```
|
|
3474
3462
|
</dd>
|
|
@@ -3484,7 +3472,7 @@ await client.webhooks.create({
|
|
|
3484
3472
|
<dl>
|
|
3485
3473
|
<dd>
|
|
3486
3474
|
|
|
3487
|
-
**
|
|
3475
|
+
**dictionary_id:** `string` — The id of the pronunciation dictionary
|
|
3488
3476
|
|
|
3489
3477
|
</dd>
|
|
3490
3478
|
</dl>
|
|
@@ -3492,7 +3480,15 @@ await client.webhooks.create({
|
|
|
3492
3480
|
<dl>
|
|
3493
3481
|
<dd>
|
|
3494
3482
|
|
|
3495
|
-
**
|
|
3483
|
+
**version_id:** `string` — The id of the pronunciation dictionary version
|
|
3484
|
+
|
|
3485
|
+
</dd>
|
|
3486
|
+
</dl>
|
|
3487
|
+
|
|
3488
|
+
<dl>
|
|
3489
|
+
<dd>
|
|
3490
|
+
|
|
3491
|
+
**requestOptions:** `PronunciationDictionariesClient.RequestOptions`
|
|
3496
3492
|
|
|
3497
3493
|
</dd>
|
|
3498
3494
|
</dl>
|
|
@@ -3504,7 +3500,7 @@ await client.webhooks.create({
|
|
|
3504
3500
|
</dl>
|
|
3505
3501
|
</details>
|
|
3506
3502
|
|
|
3507
|
-
<details><summary><code>client.
|
|
3503
|
+
<details><summary><code>client.pronunciationDictionaries.<a href="/src/api/resources/pronunciationDictionaries/client/Client.ts">list</a>({ ...params }) -> ElevenLabs.GetPronunciationDictionariesMetadataResponseModel</code></summary>
|
|
3508
3504
|
<dl>
|
|
3509
3505
|
<dd>
|
|
3510
3506
|
|
|
@@ -3516,7 +3512,7 @@ await client.webhooks.create({
|
|
|
3516
3512
|
<dl>
|
|
3517
3513
|
<dd>
|
|
3518
3514
|
|
|
3519
|
-
|
|
3515
|
+
Get a list of the pronunciation dictionaries you have access to and their metadata
|
|
3520
3516
|
</dd>
|
|
3521
3517
|
</dl>
|
|
3522
3518
|
</dd>
|
|
@@ -3531,7 +3527,12 @@ Delete the specified workspace webhook
|
|
|
3531
3527
|
<dd>
|
|
3532
3528
|
|
|
3533
3529
|
```typescript
|
|
3534
|
-
await client.
|
|
3530
|
+
await client.pronunciationDictionaries.list({
|
|
3531
|
+
cursor: "cursor",
|
|
3532
|
+
pageSize: 1,
|
|
3533
|
+
sort: "creation_time_unix",
|
|
3534
|
+
sortDirection: "sort_direction"
|
|
3535
|
+
});
|
|
3535
3536
|
|
|
3536
3537
|
```
|
|
3537
3538
|
</dd>
|
|
@@ -3547,7 +3548,7 @@ await client.webhooks.delete("G007vmtq9uWYl7SUW9zGS8GZZa1K");
|
|
|
3547
3548
|
<dl>
|
|
3548
3549
|
<dd>
|
|
3549
3550
|
|
|
3550
|
-
**
|
|
3551
|
+
**request:** `ElevenLabs.PronunciationDictionariesListRequest`
|
|
3551
3552
|
|
|
3552
3553
|
</dd>
|
|
3553
3554
|
</dl>
|
|
@@ -3555,7 +3556,7 @@ await client.webhooks.delete("G007vmtq9uWYl7SUW9zGS8GZZa1K");
|
|
|
3555
3556
|
<dl>
|
|
3556
3557
|
<dd>
|
|
3557
3558
|
|
|
3558
|
-
**requestOptions:** `
|
|
3559
|
+
**requestOptions:** `PronunciationDictionariesClient.RequestOptions`
|
|
3559
3560
|
|
|
3560
3561
|
</dd>
|
|
3561
3562
|
</dl>
|
|
@@ -3567,7 +3568,8 @@ await client.webhooks.delete("G007vmtq9uWYl7SUW9zGS8GZZa1K");
|
|
|
3567
3568
|
</dl>
|
|
3568
3569
|
</details>
|
|
3569
3570
|
|
|
3570
|
-
|
|
3571
|
+
## ServiceAccounts
|
|
3572
|
+
<details><summary><code>client.serviceAccounts.<a href="/src/api/resources/serviceAccounts/client/Client.ts">list</a>() -> ElevenLabs.WorkspaceServiceAccountListResponseModel</code></summary>
|
|
3571
3573
|
<dl>
|
|
3572
3574
|
<dd>
|
|
3573
3575
|
|
|
@@ -3579,7 +3581,7 @@ await client.webhooks.delete("G007vmtq9uWYl7SUW9zGS8GZZa1K");
|
|
|
3579
3581
|
<dl>
|
|
3580
3582
|
<dd>
|
|
3581
3583
|
|
|
3582
|
-
|
|
3584
|
+
List all service accounts in the workspace
|
|
3583
3585
|
</dd>
|
|
3584
3586
|
</dl>
|
|
3585
3587
|
</dd>
|
|
@@ -3594,10 +3596,7 @@ Update the specified workspace webhook
|
|
|
3594
3596
|
<dd>
|
|
3595
3597
|
|
|
3596
3598
|
```typescript
|
|
3597
|
-
await client.
|
|
3598
|
-
isDisabled: true,
|
|
3599
|
-
name: "My Callback Webhook"
|
|
3600
|
-
});
|
|
3599
|
+
await client.serviceAccounts.list();
|
|
3601
3600
|
|
|
3602
3601
|
```
|
|
3603
3602
|
</dd>
|
|
@@ -3613,23 +3612,7 @@ await client.webhooks.update("G007vmtq9uWYl7SUW9zGS8GZZa1K", {
|
|
|
3613
3612
|
<dl>
|
|
3614
3613
|
<dd>
|
|
3615
3614
|
|
|
3616
|
-
**
|
|
3617
|
-
|
|
3618
|
-
</dd>
|
|
3619
|
-
</dl>
|
|
3620
|
-
|
|
3621
|
-
<dl>
|
|
3622
|
-
<dd>
|
|
3623
|
-
|
|
3624
|
-
**request:** `ElevenLabs.BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch`
|
|
3625
|
-
|
|
3626
|
-
</dd>
|
|
3627
|
-
</dl>
|
|
3628
|
-
|
|
3629
|
-
<dl>
|
|
3630
|
-
<dd>
|
|
3631
|
-
|
|
3632
|
-
**requestOptions:** `WebhooksClient.RequestOptions`
|
|
3615
|
+
**requestOptions:** `ServiceAccountsClient.RequestOptions`
|
|
3633
3616
|
|
|
3634
3617
|
</dd>
|
|
3635
3618
|
</dl>
|
|
@@ -3641,8 +3624,8 @@ await client.webhooks.update("G007vmtq9uWYl7SUW9zGS8GZZa1K", {
|
|
|
3641
3624
|
</dl>
|
|
3642
3625
|
</details>
|
|
3643
3626
|
|
|
3644
|
-
##
|
|
3645
|
-
<details><summary><code>client.
|
|
3627
|
+
## Webhooks
|
|
3628
|
+
<details><summary><code>client.webhooks.<a href="/src/api/resources/webhooks/client/Client.ts">list</a>({ ...params }) -> ElevenLabs.WorkspaceWebhookListResponseModel</code></summary>
|
|
3646
3629
|
<dl>
|
|
3647
3630
|
<dd>
|
|
3648
3631
|
|
|
@@ -3654,7 +3637,7 @@ await client.webhooks.update("G007vmtq9uWYl7SUW9zGS8GZZa1K", {
|
|
|
3654
3637
|
<dl>
|
|
3655
3638
|
<dd>
|
|
3656
3639
|
|
|
3657
|
-
|
|
3640
|
+
List all webhooks for a workspace
|
|
3658
3641
|
</dd>
|
|
3659
3642
|
</dl>
|
|
3660
3643
|
</dd>
|
|
@@ -3669,9 +3652,8 @@ Transcribe an audio or video file. If webhook is set to true, the request will b
|
|
|
3669
3652
|
<dd>
|
|
3670
3653
|
|
|
3671
3654
|
```typescript
|
|
3672
|
-
await client.
|
|
3673
|
-
|
|
3674
|
-
modelId: "scribe_v2"
|
|
3655
|
+
await client.webhooks.list({
|
|
3656
|
+
includeUsages: false
|
|
3675
3657
|
});
|
|
3676
3658
|
|
|
3677
3659
|
```
|
|
@@ -3688,7 +3670,7 @@ await client.speechToText.convert({
|
|
|
3688
3670
|
<dl>
|
|
3689
3671
|
<dd>
|
|
3690
3672
|
|
|
3691
|
-
**request:** `ElevenLabs.
|
|
3673
|
+
**request:** `ElevenLabs.WebhooksListRequest`
|
|
3692
3674
|
|
|
3693
3675
|
</dd>
|
|
3694
3676
|
</dl>
|
|
@@ -3696,7 +3678,7 @@ await client.speechToText.convert({
|
|
|
3696
3678
|
<dl>
|
|
3697
3679
|
<dd>
|
|
3698
3680
|
|
|
3699
|
-
**requestOptions:** `
|
|
3681
|
+
**requestOptions:** `WebhooksClient.RequestOptions`
|
|
3700
3682
|
|
|
3701
3683
|
</dd>
|
|
3702
3684
|
</dl>
|
|
@@ -3708,8 +3690,7 @@ await client.speechToText.convert({
|
|
|
3708
3690
|
</dl>
|
|
3709
3691
|
</details>
|
|
3710
3692
|
|
|
3711
|
-
|
|
3712
|
-
<details><summary><code>client.forcedAlignment.<a href="/src/api/resources/forcedAlignment/client/Client.ts">create</a>({ ...params }) -> ElevenLabs.ForcedAlignmentResponseModel</code></summary>
|
|
3693
|
+
<details><summary><code>client.webhooks.<a href="/src/api/resources/webhooks/client/Client.ts">create</a>({ ...params }) -> ElevenLabs.WorkspaceCreateWebhookResponseModel</code></summary>
|
|
3713
3694
|
<dl>
|
|
3714
3695
|
<dd>
|
|
3715
3696
|
|
|
@@ -3721,7 +3702,7 @@ await client.speechToText.convert({
|
|
|
3721
3702
|
<dl>
|
|
3722
3703
|
<dd>
|
|
3723
3704
|
|
|
3724
|
-
|
|
3705
|
+
Create a new webhook for the workspace with the specified authentication type.
|
|
3725
3706
|
</dd>
|
|
3726
3707
|
</dl>
|
|
3727
3708
|
</dd>
|
|
@@ -3736,9 +3717,12 @@ Force align an audio file to text. Use this endpoint to get the timing informati
|
|
|
3736
3717
|
<dd>
|
|
3737
3718
|
|
|
3738
3719
|
```typescript
|
|
3739
|
-
await client.
|
|
3740
|
-
|
|
3741
|
-
|
|
3720
|
+
await client.webhooks.create({
|
|
3721
|
+
settings: {
|
|
3722
|
+
authType: "hmac",
|
|
3723
|
+
name: "name",
|
|
3724
|
+
webhookUrl: "webhook_url"
|
|
3725
|
+
}
|
|
3742
3726
|
});
|
|
3743
3727
|
|
|
3744
3728
|
```
|
|
@@ -3755,7 +3739,7 @@ await client.forcedAlignment.create({
|
|
|
3755
3739
|
<dl>
|
|
3756
3740
|
<dd>
|
|
3757
3741
|
|
|
3758
|
-
**request:** `ElevenLabs.
|
|
3742
|
+
**request:** `ElevenLabs.BodyCreateWorkspaceWebhookV1WorkspaceWebhooksPost`
|
|
3759
3743
|
|
|
3760
3744
|
</dd>
|
|
3761
3745
|
</dl>
|
|
@@ -3763,7 +3747,7 @@ await client.forcedAlignment.create({
|
|
|
3763
3747
|
<dl>
|
|
3764
3748
|
<dd>
|
|
3765
3749
|
|
|
3766
|
-
**requestOptions:** `
|
|
3750
|
+
**requestOptions:** `WebhooksClient.RequestOptions`
|
|
3767
3751
|
|
|
3768
3752
|
</dd>
|
|
3769
3753
|
</dl>
|
|
@@ -3775,8 +3759,7 @@ await client.forcedAlignment.create({
|
|
|
3775
3759
|
</dl>
|
|
3776
3760
|
</details>
|
|
3777
3761
|
|
|
3778
|
-
|
|
3779
|
-
<details><summary><code>client.conversationalAi.<a href="/src/api/resources/conversationalAi/client/Client.ts">addToKnowledgeBase</a>({ ...params }) -> ElevenLabs.AddKnowledgeBaseResponseModel</code></summary>
|
|
3762
|
+
<details><summary><code>client.webhooks.<a href="/src/api/resources/webhooks/client/Client.ts">delete</a>(webhook_id) -> ElevenLabs.DeleteWorkspaceWebhookResponseModel</code></summary>
|
|
3780
3763
|
<dl>
|
|
3781
3764
|
<dd>
|
|
3782
3765
|
|
|
@@ -3788,7 +3771,7 @@ await client.forcedAlignment.create({
|
|
|
3788
3771
|
<dl>
|
|
3789
3772
|
<dd>
|
|
3790
3773
|
|
|
3791
|
-
|
|
3774
|
+
Delete the specified workspace webhook
|
|
3792
3775
|
</dd>
|
|
3793
3776
|
</dl>
|
|
3794
3777
|
</dd>
|
|
@@ -3802,11 +3785,9 @@ Upload a file or webpage URL to create a knowledge base document. <br> <Note> Af
|
|
|
3802
3785
|
<dl>
|
|
3803
3786
|
<dd>
|
|
3804
3787
|
|
|
3805
|
-
```typescript
|
|
3806
|
-
await client.
|
|
3807
|
-
|
|
3808
|
-
});
|
|
3809
|
-
|
|
3788
|
+
```typescript
|
|
3789
|
+
await client.webhooks.delete("G007vmtq9uWYl7SUW9zGS8GZZa1K");
|
|
3790
|
+
|
|
3810
3791
|
```
|
|
3811
3792
|
</dd>
|
|
3812
3793
|
</dl>
|
|
@@ -3821,7 +3802,7 @@ await client.conversationalAi.addToKnowledgeBase({
|
|
|
3821
3802
|
<dl>
|
|
3822
3803
|
<dd>
|
|
3823
3804
|
|
|
3824
|
-
**
|
|
3805
|
+
**webhook_id:** `string` — The unique ID for the webhook
|
|
3825
3806
|
|
|
3826
3807
|
</dd>
|
|
3827
3808
|
</dl>
|
|
@@ -3829,7 +3810,7 @@ await client.conversationalAi.addToKnowledgeBase({
|
|
|
3829
3810
|
<dl>
|
|
3830
3811
|
<dd>
|
|
3831
3812
|
|
|
3832
|
-
**requestOptions:** `
|
|
3813
|
+
**requestOptions:** `WebhooksClient.RequestOptions`
|
|
3833
3814
|
|
|
3834
3815
|
</dd>
|
|
3835
3816
|
</dl>
|
|
@@ -3841,7 +3822,7 @@ await client.conversationalAi.addToKnowledgeBase({
|
|
|
3841
3822
|
</dl>
|
|
3842
3823
|
</details>
|
|
3843
3824
|
|
|
3844
|
-
<details><summary><code>client.
|
|
3825
|
+
<details><summary><code>client.webhooks.<a href="/src/api/resources/webhooks/client/Client.ts">update</a>(webhook_id, { ...params }) -> ElevenLabs.PatchWorkspaceWebhookResponseModel</code></summary>
|
|
3845
3826
|
<dl>
|
|
3846
3827
|
<dd>
|
|
3847
3828
|
|
|
@@ -3853,7 +3834,7 @@ await client.conversationalAi.addToKnowledgeBase({
|
|
|
3853
3834
|
<dl>
|
|
3854
3835
|
<dd>
|
|
3855
3836
|
|
|
3856
|
-
|
|
3837
|
+
Update the specified workspace webhook
|
|
3857
3838
|
</dd>
|
|
3858
3839
|
</dl>
|
|
3859
3840
|
</dd>
|
|
@@ -3868,7 +3849,10 @@ Provides total size and other information of RAG indexes used by knowledgebase d
|
|
|
3868
3849
|
<dd>
|
|
3869
3850
|
|
|
3870
3851
|
```typescript
|
|
3871
|
-
await client.
|
|
3852
|
+
await client.webhooks.update("G007vmtq9uWYl7SUW9zGS8GZZa1K", {
|
|
3853
|
+
isDisabled: true,
|
|
3854
|
+
name: "My Callback Webhook"
|
|
3855
|
+
});
|
|
3872
3856
|
|
|
3873
3857
|
```
|
|
3874
3858
|
</dd>
|
|
@@ -3884,7 +3868,23 @@ await client.conversationalAi.ragIndexOverview();
|
|
|
3884
3868
|
<dl>
|
|
3885
3869
|
<dd>
|
|
3886
3870
|
|
|
3887
|
-
**
|
|
3871
|
+
**webhook_id:** `string` — The unique ID for the webhook
|
|
3872
|
+
|
|
3873
|
+
</dd>
|
|
3874
|
+
</dl>
|
|
3875
|
+
|
|
3876
|
+
<dl>
|
|
3877
|
+
<dd>
|
|
3878
|
+
|
|
3879
|
+
**request:** `ElevenLabs.BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch`
|
|
3880
|
+
|
|
3881
|
+
</dd>
|
|
3882
|
+
</dl>
|
|
3883
|
+
|
|
3884
|
+
<dl>
|
|
3885
|
+
<dd>
|
|
3886
|
+
|
|
3887
|
+
**requestOptions:** `WebhooksClient.RequestOptions`
|
|
3888
3888
|
|
|
3889
3889
|
</dd>
|
|
3890
3890
|
</dl>
|
|
@@ -3896,7 +3896,8 @@ await client.conversationalAi.ragIndexOverview();
|
|
|
3896
3896
|
</dl>
|
|
3897
3897
|
</details>
|
|
3898
3898
|
|
|
3899
|
-
|
|
3899
|
+
## SpeechToText
|
|
3900
|
+
<details><summary><code>client.speechToText.<a href="/src/api/resources/speechToText/client/Client.ts">convert</a>({ ...params }) -> ElevenLabs.SpeechToTextConvertResponse</code></summary>
|
|
3900
3901
|
<dl>
|
|
3901
3902
|
<dd>
|
|
3902
3903
|
|
|
@@ -3908,7 +3909,7 @@ await client.conversationalAi.ragIndexOverview();
|
|
|
3908
3909
|
<dl>
|
|
3909
3910
|
<dd>
|
|
3910
3911
|
|
|
3911
|
-
|
|
3912
|
+
Transcribe an audio or video file. If webhook is set to true, the request will be processed asynchronously and results sent to configured webhooks. When use_multi_channel is true and the provided audio has multiple channels, a 'transcripts' object with separate transcripts for each channel is returned. Otherwise, returns a single transcript. The optional webhook_metadata parameter allows you to attach custom data that will be included in webhook responses for request correlation and tracking.
|
|
3912
3913
|
</dd>
|
|
3913
3914
|
</dl>
|
|
3914
3915
|
</dd>
|
|
@@ -3923,7 +3924,10 @@ Provides information about all RAG indexes of the specified knowledgebase docume
|
|
|
3923
3924
|
<dd>
|
|
3924
3925
|
|
|
3925
3926
|
```typescript
|
|
3926
|
-
await client.
|
|
3927
|
+
await client.speechToText.convert({
|
|
3928
|
+
enableLogging: true,
|
|
3929
|
+
modelId: "scribe_v2"
|
|
3930
|
+
});
|
|
3927
3931
|
|
|
3928
3932
|
```
|
|
3929
3933
|
</dd>
|
|
@@ -3939,7 +3943,7 @@ await client.conversationalAi.getDocumentRagIndexes("21m00Tcm4TlvDq8ikWAM");
|
|
|
3939
3943
|
<dl>
|
|
3940
3944
|
<dd>
|
|
3941
3945
|
|
|
3942
|
-
**
|
|
3946
|
+
**request:** `ElevenLabs.BodySpeechToTextV1SpeechToTextPost`
|
|
3943
3947
|
|
|
3944
3948
|
</dd>
|
|
3945
3949
|
</dl>
|
|
@@ -3947,7 +3951,7 @@ await client.conversationalAi.getDocumentRagIndexes("21m00Tcm4TlvDq8ikWAM");
|
|
|
3947
3951
|
<dl>
|
|
3948
3952
|
<dd>
|
|
3949
3953
|
|
|
3950
|
-
**requestOptions:** `
|
|
3954
|
+
**requestOptions:** `SpeechToTextClient.RequestOptions`
|
|
3951
3955
|
|
|
3952
3956
|
</dd>
|
|
3953
3957
|
</dl>
|
|
@@ -3959,7 +3963,8 @@ await client.conversationalAi.getDocumentRagIndexes("21m00Tcm4TlvDq8ikWAM");
|
|
|
3959
3963
|
</dl>
|
|
3960
3964
|
</details>
|
|
3961
3965
|
|
|
3962
|
-
|
|
3966
|
+
## ForcedAlignment
|
|
3967
|
+
<details><summary><code>client.forcedAlignment.<a href="/src/api/resources/forcedAlignment/client/Client.ts">create</a>({ ...params }) -> ElevenLabs.ForcedAlignmentResponseModel</code></summary>
|
|
3963
3968
|
<dl>
|
|
3964
3969
|
<dd>
|
|
3965
3970
|
|
|
@@ -3971,7 +3976,7 @@ await client.conversationalAi.getDocumentRagIndexes("21m00Tcm4TlvDq8ikWAM");
|
|
|
3971
3976
|
<dl>
|
|
3972
3977
|
<dd>
|
|
3973
3978
|
|
|
3974
|
-
|
|
3979
|
+
Force align an audio file to text. Use this endpoint to get the timing information for each character and word in an audio file based on a provided text transcript.
|
|
3975
3980
|
</dd>
|
|
3976
3981
|
</dl>
|
|
3977
3982
|
</dd>
|
|
@@ -3986,7 +3991,10 @@ Delete RAG index for the knowledgebase document.
|
|
|
3986
3991
|
<dd>
|
|
3987
3992
|
|
|
3988
3993
|
```typescript
|
|
3989
|
-
await client.
|
|
3994
|
+
await client.forcedAlignment.create({
|
|
3995
|
+
file: fs.createReadStream("/path/to/your/file"),
|
|
3996
|
+
text: "text"
|
|
3997
|
+
});
|
|
3990
3998
|
|
|
3991
3999
|
```
|
|
3992
4000
|
</dd>
|
|
@@ -4002,15 +4010,7 @@ await client.conversationalAi.deleteDocumentRagIndex("21m00Tcm4TlvDq8ikWAM", "21
|
|
|
4002
4010
|
<dl>
|
|
4003
4011
|
<dd>
|
|
4004
4012
|
|
|
4005
|
-
**
|
|
4006
|
-
|
|
4007
|
-
</dd>
|
|
4008
|
-
</dl>
|
|
4009
|
-
|
|
4010
|
-
<dl>
|
|
4011
|
-
<dd>
|
|
4012
|
-
|
|
4013
|
-
**rag_index_id:** `string` — The id of RAG index of document from the knowledge base.
|
|
4013
|
+
**request:** `ElevenLabs.BodyCreateForcedAlignmentV1ForcedAlignmentPost`
|
|
4014
4014
|
|
|
4015
4015
|
</dd>
|
|
4016
4016
|
</dl>
|
|
@@ -4018,7 +4018,7 @@ await client.conversationalAi.deleteDocumentRagIndex("21m00Tcm4TlvDq8ikWAM", "21
|
|
|
4018
4018
|
<dl>
|
|
4019
4019
|
<dd>
|
|
4020
4020
|
|
|
4021
|
-
**requestOptions:** `
|
|
4021
|
+
**requestOptions:** `ForcedAlignmentClient.RequestOptions`
|
|
4022
4022
|
|
|
4023
4023
|
</dd>
|
|
4024
4024
|
</dl>
|
|
@@ -4030,8 +4030,8 @@ await client.conversationalAi.deleteDocumentRagIndex("21m00Tcm4TlvDq8ikWAM", "21
|
|
|
4030
4030
|
</dl>
|
|
4031
4031
|
</details>
|
|
4032
4032
|
|
|
4033
|
-
##
|
|
4034
|
-
<details><summary><code>client.
|
|
4033
|
+
## ConversationalAi
|
|
4034
|
+
<details><summary><code>client.conversationalAi.<a href="/src/api/resources/conversationalAi/client/Client.ts">addToKnowledgeBase</a>({ ...params }) -> ElevenLabs.AddKnowledgeBaseResponseModel</code></summary>
|
|
4035
4035
|
<dl>
|
|
4036
4036
|
<dd>
|
|
4037
4037
|
|
|
@@ -4043,7 +4043,7 @@ await client.conversationalAi.deleteDocumentRagIndex("21m00Tcm4TlvDq8ikWAM", "21
|
|
|
4043
4043
|
<dl>
|
|
4044
4044
|
<dd>
|
|
4045
4045
|
|
|
4046
|
-
|
|
4046
|
+
Upload a file or webpage URL to create a knowledge base document. <br> <Note> After creating the document, update the agent's knowledge base by calling [Update agent](/docs/api-reference/agents/update). </Note>
|
|
4047
4047
|
</dd>
|
|
4048
4048
|
</dl>
|
|
4049
4049
|
</dd>
|
|
@@ -4058,12 +4058,8 @@ List all environment variables for the workspace with optional filtering
|
|
|
4058
4058
|
<dd>
|
|
4059
4059
|
|
|
4060
4060
|
```typescript
|
|
4061
|
-
await client.
|
|
4062
|
-
|
|
4063
|
-
pageSize: 1,
|
|
4064
|
-
label: "label",
|
|
4065
|
-
environment: "environment",
|
|
4066
|
-
type: "string"
|
|
4061
|
+
await client.conversationalAi.addToKnowledgeBase({
|
|
4062
|
+
agentId: "agent_id"
|
|
4067
4063
|
});
|
|
4068
4064
|
|
|
4069
4065
|
```
|
|
@@ -4080,7 +4076,7 @@ await client.environmentVariables.list({
|
|
|
4080
4076
|
<dl>
|
|
4081
4077
|
<dd>
|
|
4082
4078
|
|
|
4083
|
-
**request:** `ElevenLabs.
|
|
4079
|
+
**request:** `ElevenLabs.BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost`
|
|
4084
4080
|
|
|
4085
4081
|
</dd>
|
|
4086
4082
|
</dl>
|
|
@@ -4088,7 +4084,7 @@ await client.environmentVariables.list({
|
|
|
4088
4084
|
<dl>
|
|
4089
4085
|
<dd>
|
|
4090
4086
|
|
|
4091
|
-
**requestOptions:** `
|
|
4087
|
+
**requestOptions:** `ConversationalAiClient.RequestOptions`
|
|
4092
4088
|
|
|
4093
4089
|
</dd>
|
|
4094
4090
|
</dl>
|
|
@@ -4100,7 +4096,7 @@ await client.environmentVariables.list({
|
|
|
4100
4096
|
</dl>
|
|
4101
4097
|
</details>
|
|
4102
4098
|
|
|
4103
|
-
<details><summary><code>client.
|
|
4099
|
+
<details><summary><code>client.conversationalAi.<a href="/src/api/resources/conversationalAi/client/Client.ts">ragIndexOverview</a>() -> ElevenLabs.RagIndexOverviewResponseModel</code></summary>
|
|
4104
4100
|
<dl>
|
|
4105
4101
|
<dd>
|
|
4106
4102
|
|
|
@@ -4112,7 +4108,7 @@ await client.environmentVariables.list({
|
|
|
4112
4108
|
<dl>
|
|
4113
4109
|
<dd>
|
|
4114
4110
|
|
|
4115
|
-
|
|
4111
|
+
Provides total size and other information of RAG indexes used by knowledgebase documents
|
|
4116
4112
|
</dd>
|
|
4117
4113
|
</dl>
|
|
4118
4114
|
</dd>
|
|
@@ -4127,13 +4123,7 @@ Create a new environment variable for the workspace
|
|
|
4127
4123
|
<dd>
|
|
4128
4124
|
|
|
4129
4125
|
```typescript
|
|
4130
|
-
await client.
|
|
4131
|
-
type: "string",
|
|
4132
|
-
label: "label",
|
|
4133
|
-
values: {
|
|
4134
|
-
"key": "value"
|
|
4135
|
-
}
|
|
4136
|
-
});
|
|
4126
|
+
await client.conversationalAi.ragIndexOverview();
|
|
4137
4127
|
|
|
4138
4128
|
```
|
|
4139
4129
|
</dd>
|
|
@@ -4149,15 +4139,7 @@ await client.environmentVariables.create({
|
|
|
4149
4139
|
<dl>
|
|
4150
4140
|
<dd>
|
|
4151
4141
|
|
|
4152
|
-
**
|
|
4153
|
-
|
|
4154
|
-
</dd>
|
|
4155
|
-
</dl>
|
|
4156
|
-
|
|
4157
|
-
<dl>
|
|
4158
|
-
<dd>
|
|
4159
|
-
|
|
4160
|
-
**requestOptions:** `EnvironmentVariablesClient.RequestOptions`
|
|
4142
|
+
**requestOptions:** `ConversationalAiClient.RequestOptions`
|
|
4161
4143
|
|
|
4162
4144
|
</dd>
|
|
4163
4145
|
</dl>
|
|
@@ -4169,7 +4151,7 @@ await client.environmentVariables.create({
|
|
|
4169
4151
|
</dl>
|
|
4170
4152
|
</details>
|
|
4171
4153
|
|
|
4172
|
-
<details><summary><code>client.
|
|
4154
|
+
<details><summary><code>client.conversationalAi.<a href="/src/api/resources/conversationalAi/client/Client.ts">getDocumentRagIndexes</a>(documentation_id) -> ElevenLabs.RagDocumentIndexesResponseModel</code></summary>
|
|
4173
4155
|
<dl>
|
|
4174
4156
|
<dd>
|
|
4175
4157
|
|
|
@@ -4181,7 +4163,7 @@ await client.environmentVariables.create({
|
|
|
4181
4163
|
<dl>
|
|
4182
4164
|
<dd>
|
|
4183
4165
|
|
|
4184
|
-
|
|
4166
|
+
Provides information about all RAG indexes of the specified knowledgebase document.
|
|
4185
4167
|
</dd>
|
|
4186
4168
|
</dl>
|
|
4187
4169
|
</dd>
|
|
@@ -4196,7 +4178,7 @@ Get a specific environment variable by ID
|
|
|
4196
4178
|
<dd>
|
|
4197
4179
|
|
|
4198
4180
|
```typescript
|
|
4199
|
-
await client.
|
|
4181
|
+
await client.conversationalAi.getDocumentRagIndexes("21m00Tcm4TlvDq8ikWAM");
|
|
4200
4182
|
|
|
4201
4183
|
```
|
|
4202
4184
|
</dd>
|
|
@@ -4212,7 +4194,7 @@ await client.environmentVariables.get("env_var_id");
|
|
|
4212
4194
|
<dl>
|
|
4213
4195
|
<dd>
|
|
4214
4196
|
|
|
4215
|
-
**
|
|
4197
|
+
**documentation_id:** `string` — The id of a document from the knowledge base. This is returned on document addition.
|
|
4216
4198
|
|
|
4217
4199
|
</dd>
|
|
4218
4200
|
</dl>
|
|
@@ -4220,7 +4202,7 @@ await client.environmentVariables.get("env_var_id");
|
|
|
4220
4202
|
<dl>
|
|
4221
4203
|
<dd>
|
|
4222
4204
|
|
|
4223
|
-
**requestOptions:** `
|
|
4205
|
+
**requestOptions:** `ConversationalAiClient.RequestOptions`
|
|
4224
4206
|
|
|
4225
4207
|
</dd>
|
|
4226
4208
|
</dl>
|
|
@@ -4232,7 +4214,7 @@ await client.environmentVariables.get("env_var_id");
|
|
|
4232
4214
|
</dl>
|
|
4233
4215
|
</details>
|
|
4234
4216
|
|
|
4235
|
-
<details><summary><code>client.
|
|
4217
|
+
<details><summary><code>client.conversationalAi.<a href="/src/api/resources/conversationalAi/client/Client.ts">deleteDocumentRagIndex</a>(documentation_id, rag_index_id) -> ElevenLabs.RagDocumentIndexResponseModel</code></summary>
|
|
4236
4218
|
<dl>
|
|
4237
4219
|
<dd>
|
|
4238
4220
|
|
|
@@ -4244,7 +4226,7 @@ await client.environmentVariables.get("env_var_id");
|
|
|
4244
4226
|
<dl>
|
|
4245
4227
|
<dd>
|
|
4246
4228
|
|
|
4247
|
-
|
|
4229
|
+
Delete RAG index for the knowledgebase document.
|
|
4248
4230
|
</dd>
|
|
4249
4231
|
</dl>
|
|
4250
4232
|
</dd>
|
|
@@ -4259,9 +4241,7 @@ Replace an environment variable's values. Use null to remove an environment (exc
|
|
|
4259
4241
|
<dd>
|
|
4260
4242
|
|
|
4261
4243
|
```typescript
|
|
4262
|
-
await client.
|
|
4263
|
-
values: {}
|
|
4264
|
-
});
|
|
4244
|
+
await client.conversationalAi.deleteDocumentRagIndex("21m00Tcm4TlvDq8ikWAM", "21m00Tcm4TlvDq8ikWAM");
|
|
4265
4245
|
|
|
4266
4246
|
```
|
|
4267
4247
|
</dd>
|
|
@@ -4277,7 +4257,7 @@ await client.environmentVariables.update("env_var_id", {
|
|
|
4277
4257
|
<dl>
|
|
4278
4258
|
<dd>
|
|
4279
4259
|
|
|
4280
|
-
**
|
|
4260
|
+
**documentation_id:** `string` — The id of a document from the knowledge base. This is returned on document addition.
|
|
4281
4261
|
|
|
4282
4262
|
</dd>
|
|
4283
4263
|
</dl>
|
|
@@ -4285,7 +4265,7 @@ await client.environmentVariables.update("env_var_id", {
|
|
|
4285
4265
|
<dl>
|
|
4286
4266
|
<dd>
|
|
4287
4267
|
|
|
4288
|
-
**
|
|
4268
|
+
**rag_index_id:** `string` — The id of RAG index of document from the knowledge base.
|
|
4289
4269
|
|
|
4290
4270
|
</dd>
|
|
4291
4271
|
</dl>
|
|
@@ -4293,7 +4273,7 @@ await client.environmentVariables.update("env_var_id", {
|
|
|
4293
4273
|
<dl>
|
|
4294
4274
|
<dd>
|
|
4295
4275
|
|
|
4296
|
-
**requestOptions:** `
|
|
4276
|
+
**requestOptions:** `ConversationalAiClient.RequestOptions`
|
|
4297
4277
|
|
|
4298
4278
|
</dd>
|
|
4299
4279
|
</dl>
|
|
@@ -4305,8 +4285,8 @@ await client.environmentVariables.update("env_var_id", {
|
|
|
4305
4285
|
</dl>
|
|
4306
4286
|
</details>
|
|
4307
4287
|
|
|
4308
|
-
##
|
|
4309
|
-
<details><summary><code>client.
|
|
4288
|
+
## EnvironmentVariables
|
|
4289
|
+
<details><summary><code>client.environmentVariables.<a href="/src/api/resources/environmentVariables/client/Client.ts">list</a>({ ...params }) -> ElevenLabs.EnvironmentVariablesListResponse</code></summary>
|
|
4310
4290
|
<dl>
|
|
4311
4291
|
<dd>
|
|
4312
4292
|
|
|
@@ -4318,7 +4298,7 @@ await client.environmentVariables.update("env_var_id", {
|
|
|
4318
4298
|
<dl>
|
|
4319
4299
|
<dd>
|
|
4320
4300
|
|
|
4321
|
-
|
|
4301
|
+
List all environment variables for the workspace with optional filtering
|
|
4322
4302
|
</dd>
|
|
4323
4303
|
</dl>
|
|
4324
4304
|
</dd>
|
|
@@ -4333,7 +4313,13 @@ Compose a song from a prompt or a composition plan.
|
|
|
4333
4313
|
<dd>
|
|
4334
4314
|
|
|
4335
4315
|
```typescript
|
|
4336
|
-
await client.
|
|
4316
|
+
await client.environmentVariables.list({
|
|
4317
|
+
cursor: "cursor",
|
|
4318
|
+
pageSize: 1,
|
|
4319
|
+
label: "label",
|
|
4320
|
+
environment: "environment",
|
|
4321
|
+
type: "string"
|
|
4322
|
+
});
|
|
4337
4323
|
|
|
4338
4324
|
```
|
|
4339
4325
|
</dd>
|
|
@@ -4349,7 +4335,7 @@ await client.music.compose();
|
|
|
4349
4335
|
<dl>
|
|
4350
4336
|
<dd>
|
|
4351
4337
|
|
|
4352
|
-
**request:** `ElevenLabs.
|
|
4338
|
+
**request:** `ElevenLabs.EnvironmentVariablesListRequest`
|
|
4353
4339
|
|
|
4354
4340
|
</dd>
|
|
4355
4341
|
</dl>
|
|
@@ -4357,7 +4343,7 @@ await client.music.compose();
|
|
|
4357
4343
|
<dl>
|
|
4358
4344
|
<dd>
|
|
4359
4345
|
|
|
4360
|
-
**requestOptions:** `
|
|
4346
|
+
**requestOptions:** `EnvironmentVariablesClient.RequestOptions`
|
|
4361
4347
|
|
|
4362
4348
|
</dd>
|
|
4363
4349
|
</dl>
|
|
@@ -4369,7 +4355,7 @@ await client.music.compose();
|
|
|
4369
4355
|
</dl>
|
|
4370
4356
|
</details>
|
|
4371
4357
|
|
|
4372
|
-
<details><summary><code>client.
|
|
4358
|
+
<details><summary><code>client.environmentVariables.<a href="/src/api/resources/environmentVariables/client/Client.ts">create</a>({ ...params }) -> ElevenLabs.EnvironmentVariableResponse</code></summary>
|
|
4373
4359
|
<dl>
|
|
4374
4360
|
<dd>
|
|
4375
4361
|
|
|
@@ -4381,7 +4367,7 @@ await client.music.compose();
|
|
|
4381
4367
|
<dl>
|
|
4382
4368
|
<dd>
|
|
4383
4369
|
|
|
4384
|
-
|
|
4370
|
+
Create a new environment variable for the workspace
|
|
4385
4371
|
</dd>
|
|
4386
4372
|
</dl>
|
|
4387
4373
|
</dd>
|
|
@@ -4396,7 +4382,13 @@ Compose a song from a prompt or a composition plan.
|
|
|
4396
4382
|
<dd>
|
|
4397
4383
|
|
|
4398
4384
|
```typescript
|
|
4399
|
-
await client.
|
|
4385
|
+
await client.environmentVariables.create({
|
|
4386
|
+
type: "string",
|
|
4387
|
+
label: "label",
|
|
4388
|
+
values: {
|
|
4389
|
+
"key": "value"
|
|
4390
|
+
}
|
|
4391
|
+
});
|
|
4400
4392
|
|
|
4401
4393
|
```
|
|
4402
4394
|
</dd>
|
|
@@ -4412,7 +4404,7 @@ await client.music.composeDetailed();
|
|
|
4412
4404
|
<dl>
|
|
4413
4405
|
<dd>
|
|
4414
4406
|
|
|
4415
|
-
**request:** `ElevenLabs.
|
|
4407
|
+
**request:** `ElevenLabs.EnvironmentVariablesCreateRequestBody`
|
|
4416
4408
|
|
|
4417
4409
|
</dd>
|
|
4418
4410
|
</dl>
|
|
@@ -4420,7 +4412,7 @@ await client.music.composeDetailed();
|
|
|
4420
4412
|
<dl>
|
|
4421
4413
|
<dd>
|
|
4422
4414
|
|
|
4423
|
-
**requestOptions:** `
|
|
4415
|
+
**requestOptions:** `EnvironmentVariablesClient.RequestOptions`
|
|
4424
4416
|
|
|
4425
4417
|
</dd>
|
|
4426
4418
|
</dl>
|
|
@@ -4432,7 +4424,7 @@ await client.music.composeDetailed();
|
|
|
4432
4424
|
</dl>
|
|
4433
4425
|
</details>
|
|
4434
4426
|
|
|
4435
|
-
<details><summary><code>client.
|
|
4427
|
+
<details><summary><code>client.environmentVariables.<a href="/src/api/resources/environmentVariables/client/Client.ts">get</a>(env_var_id) -> ElevenLabs.EnvironmentVariableResponse</code></summary>
|
|
4436
4428
|
<dl>
|
|
4437
4429
|
<dd>
|
|
4438
4430
|
|
|
@@ -4444,7 +4436,7 @@ await client.music.composeDetailed();
|
|
|
4444
4436
|
<dl>
|
|
4445
4437
|
<dd>
|
|
4446
4438
|
|
|
4447
|
-
|
|
4439
|
+
Get a specific environment variable by ID
|
|
4448
4440
|
</dd>
|
|
4449
4441
|
</dl>
|
|
4450
4442
|
</dd>
|
|
@@ -4459,7 +4451,7 @@ Stream a composed song from a prompt or a composition plan.
|
|
|
4459
4451
|
<dd>
|
|
4460
4452
|
|
|
4461
4453
|
```typescript
|
|
4462
|
-
await client.
|
|
4454
|
+
await client.environmentVariables.get("env_var_id");
|
|
4463
4455
|
|
|
4464
4456
|
```
|
|
4465
4457
|
</dd>
|
|
@@ -4475,7 +4467,7 @@ await client.music.stream();
|
|
|
4475
4467
|
<dl>
|
|
4476
4468
|
<dd>
|
|
4477
4469
|
|
|
4478
|
-
**
|
|
4470
|
+
**env_var_id:** `string`
|
|
4479
4471
|
|
|
4480
4472
|
</dd>
|
|
4481
4473
|
</dl>
|
|
@@ -4483,7 +4475,7 @@ await client.music.stream();
|
|
|
4483
4475
|
<dl>
|
|
4484
4476
|
<dd>
|
|
4485
4477
|
|
|
4486
|
-
**requestOptions:** `
|
|
4478
|
+
**requestOptions:** `EnvironmentVariablesClient.RequestOptions`
|
|
4487
4479
|
|
|
4488
4480
|
</dd>
|
|
4489
4481
|
</dl>
|
|
@@ -4495,7 +4487,7 @@ await client.music.stream();
|
|
|
4495
4487
|
</dl>
|
|
4496
4488
|
</details>
|
|
4497
4489
|
|
|
4498
|
-
<details><summary><code>client.
|
|
4490
|
+
<details><summary><code>client.environmentVariables.<a href="/src/api/resources/environmentVariables/client/Client.ts">update</a>(env_var_id, { ...params }) -> ElevenLabs.EnvironmentVariableResponse</code></summary>
|
|
4499
4491
|
<dl>
|
|
4500
4492
|
<dd>
|
|
4501
4493
|
|
|
@@ -4507,7 +4499,7 @@ await client.music.stream();
|
|
|
4507
4499
|
<dl>
|
|
4508
4500
|
<dd>
|
|
4509
4501
|
|
|
4510
|
-
|
|
4502
|
+
Replace an environment variable's values. Use null to remove an environment (except production).
|
|
4511
4503
|
</dd>
|
|
4512
4504
|
</dl>
|
|
4513
4505
|
</dd>
|
|
@@ -4522,8 +4514,8 @@ Upload a music file to be later used for inpainting. Only available to enterpris
|
|
|
4522
4514
|
<dd>
|
|
4523
4515
|
|
|
4524
4516
|
```typescript
|
|
4525
|
-
await client.
|
|
4526
|
-
|
|
4517
|
+
await client.environmentVariables.update("env_var_id", {
|
|
4518
|
+
values: {}
|
|
4527
4519
|
});
|
|
4528
4520
|
|
|
4529
4521
|
```
|
|
@@ -4540,7 +4532,7 @@ await client.music.upload({
|
|
|
4540
4532
|
<dl>
|
|
4541
4533
|
<dd>
|
|
4542
4534
|
|
|
4543
|
-
**
|
|
4535
|
+
**env_var_id:** `string`
|
|
4544
4536
|
|
|
4545
4537
|
</dd>
|
|
4546
4538
|
</dl>
|
|
@@ -4548,7 +4540,15 @@ await client.music.upload({
|
|
|
4548
4540
|
<dl>
|
|
4549
4541
|
<dd>
|
|
4550
4542
|
|
|
4551
|
-
**
|
|
4543
|
+
**request:** `ElevenLabs.UpdateEnvironmentVariableRequest`
|
|
4544
|
+
|
|
4545
|
+
</dd>
|
|
4546
|
+
</dl>
|
|
4547
|
+
|
|
4548
|
+
<dl>
|
|
4549
|
+
<dd>
|
|
4550
|
+
|
|
4551
|
+
**requestOptions:** `EnvironmentVariablesClient.RequestOptions`
|
|
4552
4552
|
|
|
4553
4553
|
</dd>
|
|
4554
4554
|
</dl>
|
|
@@ -9595,10 +9595,7 @@ await client.conversationalAi.agents.drafts.create("agent_3701k3ttaq12ewp8b7qv5r
|
|
|
9595
9595
|
type: "expression",
|
|
9596
9596
|
expression: {
|
|
9597
9597
|
type: "and_operator",
|
|
9598
|
-
children: [
|
|
9599
|
-
type: "boolean_literal",
|
|
9600
|
-
value: true
|
|
9601
|
-
}]
|
|
9598
|
+
children: []
|
|
9602
9599
|
}
|
|
9603
9600
|
}
|
|
9604
9601
|
},
|
|
@@ -9609,10 +9606,7 @@ await client.conversationalAi.agents.drafts.create("agent_3701k3ttaq12ewp8b7qv5r
|
|
|
9609
9606
|
type: "expression",
|
|
9610
9607
|
expression: {
|
|
9611
9608
|
type: "and_operator",
|
|
9612
|
-
children: [
|
|
9613
|
-
type: "boolean_literal",
|
|
9614
|
-
value: true
|
|
9615
|
-
}]
|
|
9609
|
+
children: []
|
|
9616
9610
|
}
|
|
9617
9611
|
}
|
|
9618
9612
|
},
|
|
@@ -9623,10 +9617,7 @@ await client.conversationalAi.agents.drafts.create("agent_3701k3ttaq12ewp8b7qv5r
|
|
|
9623
9617
|
type: "expression",
|
|
9624
9618
|
expression: {
|
|
9625
9619
|
type: "and_operator",
|
|
9626
|
-
children: [
|
|
9627
|
-
type: "boolean_literal",
|
|
9628
|
-
value: true
|
|
9629
|
-
}]
|
|
9620
|
+
children: []
|
|
9630
9621
|
}
|
|
9631
9622
|
}
|
|
9632
9623
|
},
|
|
@@ -9637,10 +9628,7 @@ await client.conversationalAi.agents.drafts.create("agent_3701k3ttaq12ewp8b7qv5r
|
|
|
9637
9628
|
type: "expression",
|
|
9638
9629
|
expression: {
|
|
9639
9630
|
type: "and_operator",
|
|
9640
|
-
children: [
|
|
9641
|
-
type: "boolean_literal",
|
|
9642
|
-
value: true
|
|
9643
|
-
}]
|
|
9631
|
+
children: []
|
|
9644
9632
|
}
|
|
9645
9633
|
}
|
|
9646
9634
|
},
|
|
@@ -9651,10 +9639,7 @@ await client.conversationalAi.agents.drafts.create("agent_3701k3ttaq12ewp8b7qv5r
|
|
|
9651
9639
|
type: "expression",
|
|
9652
9640
|
expression: {
|
|
9653
9641
|
type: "and_operator",
|
|
9654
|
-
children: [
|
|
9655
|
-
type: "boolean_literal",
|
|
9656
|
-
value: true
|
|
9657
|
-
}]
|
|
9642
|
+
children: []
|
|
9658
9643
|
}
|
|
9659
9644
|
}
|
|
9660
9645
|
},
|
|
@@ -9665,10 +9650,7 @@ await client.conversationalAi.agents.drafts.create("agent_3701k3ttaq12ewp8b7qv5r
|
|
|
9665
9650
|
type: "expression",
|
|
9666
9651
|
expression: {
|
|
9667
9652
|
type: "and_operator",
|
|
9668
|
-
children: [
|
|
9669
|
-
type: "boolean_literal",
|
|
9670
|
-
value: true
|
|
9671
|
-
}]
|
|
9653
|
+
children: []
|
|
9672
9654
|
}
|
|
9673
9655
|
}
|
|
9674
9656
|
},
|
|
@@ -9679,10 +9661,7 @@ await client.conversationalAi.agents.drafts.create("agent_3701k3ttaq12ewp8b7qv5r
|
|
|
9679
9661
|
type: "expression",
|
|
9680
9662
|
expression: {
|
|
9681
9663
|
type: "and_operator",
|
|
9682
|
-
children: [
|
|
9683
|
-
type: "boolean_literal",
|
|
9684
|
-
value: true
|
|
9685
|
-
}]
|
|
9664
|
+
children: []
|
|
9686
9665
|
}
|
|
9687
9666
|
}
|
|
9688
9667
|
},
|
|
@@ -9693,10 +9672,7 @@ await client.conversationalAi.agents.drafts.create("agent_3701k3ttaq12ewp8b7qv5r
|
|
|
9693
9672
|
type: "expression",
|
|
9694
9673
|
expression: {
|
|
9695
9674
|
type: "and_operator",
|
|
9696
|
-
children: [
|
|
9697
|
-
type: "boolean_literal",
|
|
9698
|
-
value: true
|
|
9699
|
-
}]
|
|
9675
|
+
children: []
|
|
9700
9676
|
}
|
|
9701
9677
|
}
|
|
9702
9678
|
}
|
|
@@ -10171,6 +10147,7 @@ await client.conversationalAi.conversations.messages.textSearch({
|
|
|
10171
10147
|
summaryMode: "exclude",
|
|
10172
10148
|
conversationInitiationSource: "unknown",
|
|
10173
10149
|
branchId: "branch_id",
|
|
10150
|
+
sortBy: "search_score",
|
|
10174
10151
|
cursor: "cursor"
|
|
10175
10152
|
});
|
|
10176
10153
|
|
|
@@ -10417,6 +10394,70 @@ await client.conversationalAi.conversations.files.delete("conversation_id", "fil
|
|
|
10417
10394
|
</dl>
|
|
10418
10395
|
|
|
10419
10396
|
|
|
10397
|
+
</dd>
|
|
10398
|
+
</dl>
|
|
10399
|
+
</details>
|
|
10400
|
+
|
|
10401
|
+
## ConversationalAi Conversations Analysis
|
|
10402
|
+
<details><summary><code>client.conversationalAi.conversations.analysis.<a href="/src/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.ts">run</a>(conversation_id) -> ElevenLabs.GetConversationResponseModel</code></summary>
|
|
10403
|
+
<dl>
|
|
10404
|
+
<dd>
|
|
10405
|
+
|
|
10406
|
+
#### 📝 Description
|
|
10407
|
+
|
|
10408
|
+
<dl>
|
|
10409
|
+
<dd>
|
|
10410
|
+
|
|
10411
|
+
<dl>
|
|
10412
|
+
<dd>
|
|
10413
|
+
|
|
10414
|
+
Run the analysis for a conversation using the agent's current evaluation criteria and data collection settings.
|
|
10415
|
+
</dd>
|
|
10416
|
+
</dl>
|
|
10417
|
+
</dd>
|
|
10418
|
+
</dl>
|
|
10419
|
+
|
|
10420
|
+
#### 🔌 Usage
|
|
10421
|
+
|
|
10422
|
+
<dl>
|
|
10423
|
+
<dd>
|
|
10424
|
+
|
|
10425
|
+
<dl>
|
|
10426
|
+
<dd>
|
|
10427
|
+
|
|
10428
|
+
```typescript
|
|
10429
|
+
await client.conversationalAi.conversations.analysis.run("conversation_id");
|
|
10430
|
+
|
|
10431
|
+
```
|
|
10432
|
+
</dd>
|
|
10433
|
+
</dl>
|
|
10434
|
+
</dd>
|
|
10435
|
+
</dl>
|
|
10436
|
+
|
|
10437
|
+
#### ⚙️ Parameters
|
|
10438
|
+
|
|
10439
|
+
<dl>
|
|
10440
|
+
<dd>
|
|
10441
|
+
|
|
10442
|
+
<dl>
|
|
10443
|
+
<dd>
|
|
10444
|
+
|
|
10445
|
+
**conversation_id:** `string` — ID of the conversation
|
|
10446
|
+
|
|
10447
|
+
</dd>
|
|
10448
|
+
</dl>
|
|
10449
|
+
|
|
10450
|
+
<dl>
|
|
10451
|
+
<dd>
|
|
10452
|
+
|
|
10453
|
+
**requestOptions:** `AnalysisClient.RequestOptions`
|
|
10454
|
+
|
|
10455
|
+
</dd>
|
|
10456
|
+
</dl>
|
|
10457
|
+
</dd>
|
|
10458
|
+
</dl>
|
|
10459
|
+
|
|
10460
|
+
|
|
10420
10461
|
</dd>
|
|
10421
10462
|
</dl>
|
|
10422
10463
|
</details>
|