@elevenlabs/elevenlabs-js 2.40.0 → 2.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BaseClient.js +2 -2
- package/Client.d.ts +2 -2
- package/Client.js +4 -4
- 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 +120 -40
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +122 -52
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +120 -40
- 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.js +5 -30
- 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/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 -6
- 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 +3 -8
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
- 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/textToSoundEffects/client/Client.js +1 -6
- package/api/resources/textToSpeech/client/Client.js +4 -24
- 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/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/AstAdditionOperatorNodeInputLeft.d.ts +62 -0
- package/api/types/AstAdditionOperatorNodeInputRight.d.ts +62 -0
- package/api/types/AstAdditionOperatorNodeOutput.d.ts +7 -0
- package/api/types/AstAdditionOperatorNodeOutputLeft.d.ts +61 -0
- package/api/types/AstAdditionOperatorNodeOutputRight.d.ts +61 -0
- package/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +13 -1
- package/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +13 -1
- package/api/types/AstConditionalOperatorNodeInputCondition.d.ts +13 -1
- package/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +13 -1
- package/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +13 -1
- package/api/types/AstConditionalOperatorNodeOutputCondition.d.ts +13 -1
- package/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +13 -1
- package/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +13 -1
- package/api/types/AstDivisionOperatorNodeInput.d.ts +7 -0
- package/api/types/AstDivisionOperatorNodeInputLeft.d.ts +62 -0
- package/api/types/AstDivisionOperatorNodeInputRight.d.ts +62 -0
- package/api/types/AstDivisionOperatorNodeOutput.d.ts +7 -0
- package/api/types/AstDivisionOperatorNodeOutputLeft.d.ts +61 -0
- package/api/types/AstDivisionOperatorNodeOutputRight.d.ts +61 -0
- package/api/types/AstEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/api/types/AstEqualsOperatorNodeInputRight.d.ts +13 -1
- package/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/api/types/AstEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +13 -1
- package/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +13 -1
- package/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +13 -1
- package/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +13 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/api/types/AstLessThanOperatorNodeInputLeft.d.ts +13 -1
- package/api/types/AstLessThanOperatorNodeInputRight.d.ts +13 -1
- package/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +13 -1
- package/api/types/AstLessThanOperatorNodeOutputRight.d.ts +13 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/api/types/AstMultiplicationOperatorNodeInput.d.ts +7 -0
- package/api/types/AstMultiplicationOperatorNodeInputLeft.d.ts +62 -0
- package/api/types/AstMultiplicationOperatorNodeInputRight.d.ts +62 -0
- package/api/types/AstMultiplicationOperatorNodeOutput.d.ts +7 -0
- package/api/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +61 -0
- package/api/types/AstMultiplicationOperatorNodeOutputRight.d.ts +61 -0
- package/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +13 -1
- package/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +13 -1
- package/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +13 -1
- package/api/types/AstSubtractionOperatorNodeInput.d.ts +7 -0
- package/api/types/AstSubtractionOperatorNodeInputLeft.d.ts +62 -0
- package/api/types/AstSubtractionOperatorNodeInputRight.d.ts +62 -0
- package/api/types/AstSubtractionOperatorNodeOutput.d.ts +7 -0
- package/api/types/AstSubtractionOperatorNodeOutputLeft.d.ts +61 -0
- package/api/types/AstSubtractionOperatorNodeOutputRight.d.ts +61 -0
- package/api/types/AsyncConversationMetadata.d.ts +1 -0
- package/api/types/AudioAnalysis.d.ts +6 -0
- package/api/types/AudioAnalysis.js +3 -0
- package/api/types/AudioAnalysisResult.d.ts +10 -0
- package/api/types/AudioAnalysisResult.js +3 -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/AudioKeyMoment.js +3 -0
- package/api/types/AudioSegment.d.ts +9 -0
- package/api/types/AudioSegment.js +3 -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/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/CreateSimulationTestRequest.d.ts +2 -0
- package/api/types/DependentUnknownToolIdentifier.d.ts +3 -1
- package/api/types/EmbeddingModelEnum.d.ts +0 -1
- package/api/types/EmbeddingModelEnum.js +0 -1
- package/api/types/FeaturesUsageCommonModel.d.ts +1 -0
- package/api/types/FileInputConfig.d.ts +6 -0
- package/api/types/FileInputConfig.js +3 -0
- package/api/types/FileInputConfigWorkflowOverride.d.ts +6 -0
- package/api/types/FileInputConfigWorkflowOverride.js +3 -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/GetSimulationTestResponseModel.d.ts +2 -0
- package/api/types/LlmInfoModelInput.d.ts +2 -0
- package/api/types/LlmInfoModelOutput.d.ts +2 -0
- 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/OAuthConnectionStatus.d.ts +6 -0
- package/api/types/OAuthConnectionStatus.js +9 -0
- package/api/types/OrchestratorToolMockBehaviorConfig.d.ts +12 -0
- package/api/types/OrchestratorToolMockBehaviorConfig.js +3 -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/ProcedureSettings.js +3 -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/SimulationToolMockBehaviorConfig.js +3 -0
- package/api/types/ToolRequestModel.d.ts +2 -0
- package/api/types/ToolResponseMockConfigInput.d.ts +7 -0
- package/api/types/ToolResponseMockConfigInput.js +3 -0
- package/api/types/ToolResponseMockConfigOutput.d.ts +7 -0
- package/api/types/ToolResponseMockConfigOutput.js +3 -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/WorkflowExpressionConditionModelInputExpression.d.ts +13 -1
- package/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +13 -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 +47 -15
- package/api/types/index.js +47 -15
- package/dist/BaseClient.js +2 -2
- package/dist/Client.d.ts +2 -2
- package/dist/Client.js +4 -4
- 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 +120 -40
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +122 -52
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +120 -40
- 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.js +5 -30
- 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/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 -6
- 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/BodyVideoToMusicV1MusicVideoToMusicPost.js +3 -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 +3 -8
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
- 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/textToSoundEffects/client/Client.js +1 -6
- package/dist/api/resources/textToSpeech/client/Client.js +4 -24
- 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/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/ApiIntegrationWebhookOverrides.js +3 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +2 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesRequestHeadersValue.js +3 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +13 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.js +3 -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/AssetTranscription.js +3 -0
- package/dist/api/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +1 -1
- package/dist/api/types/AssetTranscriptionWord.js +3 -0
- package/dist/api/types/AstAdditionOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstAdditionOperatorNodeInput.js +3 -0
- package/dist/api/types/AstAdditionOperatorNodeInputLeft.d.ts +62 -0
- package/dist/api/types/AstAdditionOperatorNodeInputLeft.js +3 -0
- package/dist/api/types/AstAdditionOperatorNodeInputRight.d.ts +62 -0
- package/dist/api/types/AstAdditionOperatorNodeInputRight.js +3 -0
- package/dist/api/types/AstAdditionOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AstAdditionOperatorNodeOutput.js +3 -0
- package/dist/api/types/AstAdditionOperatorNodeOutputLeft.d.ts +61 -0
- package/dist/api/types/AstAdditionOperatorNodeOutputLeft.js +3 -0
- package/dist/api/types/AstAdditionOperatorNodeOutputRight.d.ts +61 -0
- package/dist/api/types/AstAdditionOperatorNodeOutputRight.js +3 -0
- package/dist/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +13 -1
- package/dist/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +13 -1
- package/dist/api/types/AstConditionalOperatorNodeInputCondition.d.ts +13 -1
- package/dist/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +13 -1
- package/dist/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +13 -1
- package/dist/api/types/AstConditionalOperatorNodeOutputCondition.d.ts +13 -1
- package/dist/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +13 -1
- package/dist/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +13 -1
- package/dist/api/types/AstDivisionOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstDivisionOperatorNodeInput.js +3 -0
- package/dist/api/types/AstDivisionOperatorNodeInputLeft.d.ts +62 -0
- package/dist/api/types/AstDivisionOperatorNodeInputLeft.js +3 -0
- package/dist/api/types/AstDivisionOperatorNodeInputRight.d.ts +62 -0
- package/dist/api/types/AstDivisionOperatorNodeInputRight.js +3 -0
- package/dist/api/types/AstDivisionOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AstDivisionOperatorNodeOutput.js +3 -0
- package/dist/api/types/AstDivisionOperatorNodeOutputLeft.d.ts +61 -0
- package/dist/api/types/AstDivisionOperatorNodeOutputLeft.js +3 -0
- package/dist/api/types/AstDivisionOperatorNodeOutputRight.d.ts +61 -0
- package/dist/api/types/AstDivisionOperatorNodeOutputRight.js +3 -0
- package/dist/api/types/AstEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/dist/api/types/AstEqualsOperatorNodeInputRight.d.ts +13 -1
- package/dist/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/api/types/AstEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +13 -1
- package/dist/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +13 -1
- package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +13 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/dist/api/types/AstLessThanOperatorNodeInputLeft.d.ts +13 -1
- package/dist/api/types/AstLessThanOperatorNodeInputRight.d.ts +13 -1
- package/dist/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/api/types/AstLessThanOperatorNodeOutputRight.d.ts +13 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/dist/api/types/AstMultiplicationOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstMultiplicationOperatorNodeInput.js +3 -0
- package/dist/api/types/AstMultiplicationOperatorNodeInputLeft.d.ts +62 -0
- package/dist/api/types/AstMultiplicationOperatorNodeInputLeft.js +3 -0
- package/dist/api/types/AstMultiplicationOperatorNodeInputRight.d.ts +62 -0
- package/dist/api/types/AstMultiplicationOperatorNodeInputRight.js +3 -0
- package/dist/api/types/AstMultiplicationOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AstMultiplicationOperatorNodeOutput.js +3 -0
- package/dist/api/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +61 -0
- package/dist/api/types/AstMultiplicationOperatorNodeOutputLeft.js +3 -0
- package/dist/api/types/AstMultiplicationOperatorNodeOutputRight.d.ts +61 -0
- package/dist/api/types/AstMultiplicationOperatorNodeOutputRight.js +3 -0
- package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/dist/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +13 -1
- package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/dist/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +13 -1
- package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +13 -1
- package/dist/api/types/AstSubtractionOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstSubtractionOperatorNodeInput.js +3 -0
- package/dist/api/types/AstSubtractionOperatorNodeInputLeft.d.ts +62 -0
- package/dist/api/types/AstSubtractionOperatorNodeInputLeft.js +3 -0
- package/dist/api/types/AstSubtractionOperatorNodeInputRight.d.ts +62 -0
- package/dist/api/types/AstSubtractionOperatorNodeInputRight.js +3 -0
- package/dist/api/types/AstSubtractionOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AstSubtractionOperatorNodeOutput.js +3 -0
- package/dist/api/types/AstSubtractionOperatorNodeOutputLeft.d.ts +61 -0
- package/dist/api/types/AstSubtractionOperatorNodeOutputLeft.js +3 -0
- package/dist/api/types/AstSubtractionOperatorNodeOutputRight.d.ts +61 -0
- package/dist/api/types/AstSubtractionOperatorNodeOutputRight.js +3 -0
- package/dist/api/types/AsyncConversationMetadata.d.ts +1 -0
- package/dist/api/types/AudioAnalysis.d.ts +6 -0
- package/dist/api/types/AudioAnalysis.js +3 -0
- package/dist/api/types/AudioAnalysisResult.d.ts +10 -0
- package/dist/api/types/AudioAnalysisResult.js +3 -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/AudioKeyMoment.js +3 -0
- package/dist/api/types/AudioSegment.d.ts +9 -0
- package/dist/api/types/AudioSegment.js +3 -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/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/CreateSimulationTestRequest.d.ts +2 -0
- package/dist/api/types/DependentUnknownToolIdentifier.d.ts +3 -1
- package/dist/api/types/EmbeddingModelEnum.d.ts +0 -1
- package/dist/api/types/EmbeddingModelEnum.js +0 -1
- package/dist/api/types/FeaturesUsageCommonModel.d.ts +1 -0
- package/dist/api/types/FileInputConfig.d.ts +6 -0
- package/dist/api/types/FileInputConfig.js +3 -0
- package/dist/api/types/FileInputConfigWorkflowOverride.d.ts +6 -0
- package/dist/api/types/FileInputConfigWorkflowOverride.js +3 -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/GetSimulationTestResponseModel.d.ts +2 -0
- package/dist/api/types/LlmInfoModelInput.d.ts +2 -0
- package/dist/api/types/LlmInfoModelOutput.d.ts +2 -0
- 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/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/OrchestratorToolMockBehaviorConfig.js +3 -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/ProcedureSettings.js +3 -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/SimulationToolMockBehaviorConfig.js +3 -0
- package/dist/api/types/ToolRequestModel.d.ts +2 -0
- package/dist/api/types/ToolResponseMockConfigInput.d.ts +7 -0
- package/dist/api/types/ToolResponseMockConfigInput.js +3 -0
- package/dist/api/types/ToolResponseMockConfigOutput.d.ts +7 -0
- package/dist/api/types/ToolResponseMockConfigOutput.js +3 -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/WorkflowExpressionConditionModelInputExpression.d.ts +13 -1
- package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +13 -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 +47 -15
- package/dist/api/types/index.js +47 -15
- 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/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/{serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → dist/serialization/types/ApiIntegrationWebhookOverridesRequestHeadersValue.js} +2 -2
- package/{serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts → dist/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts} +3 -3
- package/dist/serialization/types/{ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → 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/dist/serialization/types/{ObjectOverrideInputPropertiesValue.js → AstAdditionOperatorNodeInput.js} +5 -6
- package/dist/serialization/types/AstAdditionOperatorNodeInputLeft.d.ts +67 -0
- package/dist/serialization/types/AstAdditionOperatorNodeInputLeft.js +71 -0
- package/dist/serialization/types/AstAdditionOperatorNodeInputRight.d.ts +67 -0
- package/dist/serialization/types/AstAdditionOperatorNodeInputRight.js +71 -0
- package/dist/serialization/types/AstAdditionOperatorNodeOutput.d.ts +10 -0
- package/{serialization/types/ObjectOverrideInputPropertiesValue.js → dist/serialization/types/AstAdditionOperatorNodeOutput.js} +5 -6
- package/dist/serialization/types/AstAdditionOperatorNodeOutputLeft.d.ts +66 -0
- package/dist/serialization/types/AstAdditionOperatorNodeOutputLeft.js +69 -0
- package/dist/serialization/types/AstAdditionOperatorNodeOutputRight.d.ts +66 -0
- package/dist/serialization/types/AstAdditionOperatorNodeOutputRight.js +69 -0
- package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +13 -1
- package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.js +4 -0
- package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +13 -1
- package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +4 -0
- package/dist/serialization/types/AstConditionalOperatorNodeInputCondition.d.ts +13 -1
- package/dist/serialization/types/AstConditionalOperatorNodeInputCondition.js +4 -0
- package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +13 -1
- package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +4 -0
- package/dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +13 -1
- package/dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js +4 -0
- package/dist/serialization/types/AstConditionalOperatorNodeOutputCondition.d.ts +13 -1
- package/dist/serialization/types/AstConditionalOperatorNodeOutputCondition.js +4 -0
- package/dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +13 -1
- package/dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js +4 -0
- package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +13 -1
- package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +4 -0
- package/dist/serialization/types/AstDivisionOperatorNodeInput.d.ts +10 -0
- package/dist/serialization/types/{ObjectOverrideOutputPropertiesValue.js → AstDivisionOperatorNodeInput.js} +5 -6
- package/dist/serialization/types/AstDivisionOperatorNodeInputLeft.d.ts +67 -0
- package/dist/serialization/types/AstDivisionOperatorNodeInputLeft.js +71 -0
- package/dist/serialization/types/AstDivisionOperatorNodeInputRight.d.ts +67 -0
- package/dist/serialization/types/AstDivisionOperatorNodeInputRight.js +71 -0
- package/dist/serialization/types/AstDivisionOperatorNodeOutput.d.ts +10 -0
- package/{serialization/types/ObjectOverrideOutputPropertiesValue.js → dist/serialization/types/AstDivisionOperatorNodeOutput.js} +5 -6
- package/dist/serialization/types/AstDivisionOperatorNodeOutputLeft.d.ts +66 -0
- package/dist/serialization/types/AstDivisionOperatorNodeOutputLeft.js +69 -0
- package/dist/serialization/types/AstDivisionOperatorNodeOutputRight.d.ts +66 -0
- package/dist/serialization/types/AstDivisionOperatorNodeOutputRight.js +69 -0
- package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.js +4 -0
- package/dist/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +13 -1
- package/dist/serialization/types/AstEqualsOperatorNodeInputRight.js +4 -0
- package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.js +4 -0
- package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.js +4 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +13 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +4 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +13 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.js +4 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +4 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +13 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +4 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +4 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +4 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +4 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +4 -0
- package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +13 -1
- package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.js +4 -0
- package/dist/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +13 -1
- package/dist/serialization/types/AstLessThanOperatorNodeInputRight.js +4 -0
- package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.js +4 -0
- package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +13 -1
- package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.js +4 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +4 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +4 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +4 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +4 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeInput.d.ts +10 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeInput.js +43 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeInputLeft.d.ts +67 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeInputLeft.js +71 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeInputRight.d.ts +67 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeInputRight.js +71 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutput.d.ts +10 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutput.js +43 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +66 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutputLeft.js +69 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutputRight.d.ts +66 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutputRight.js +69 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +4 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +13 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.js +4 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +4 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +4 -0
- package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +13 -1
- package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.js +4 -0
- package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +13 -1
- package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +4 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeInput.d.ts +10 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeInput.js +43 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeInputLeft.d.ts +67 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeInputLeft.js +71 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeInputRight.d.ts +67 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeInputRight.js +71 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeOutput.d.ts +10 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeOutput.js +43 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeOutputLeft.d.ts +66 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeOutputLeft.js +69 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeOutputRight.d.ts +66 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeOutputRight.js +69 -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/{QueryOverride.js → AudioAnalysis.js} +7 -5
- 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/{serialization/types/LiteralOverrideConstantValue.js → dist/serialization/types/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/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/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/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/EmbeddingModelEnum.d.ts +1 -1
- package/dist/serialization/types/EmbeddingModelEnum.js +1 -1
- package/dist/serialization/types/FeaturesUsageCommonModel.d.ts +1 -0
- package/dist/serialization/types/FeaturesUsageCommonModel.js +1 -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/GetSimulationTestResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetSimulationTestResponseModel.js +2 -0
- package/dist/serialization/types/LlmInfoModelInput.d.ts +1 -0
- package/dist/serialization/types/LlmInfoModelInput.js +1 -0
- package/dist/serialization/types/LlmInfoModelOutput.d.ts +1 -0
- package/dist/serialization/types/LlmInfoModelOutput.js +1 -0
- package/dist/serialization/types/MessageSearchSortBy.d.ts +7 -0
- package/dist/serialization/types/{LiteralOverrideConstantValue.js → 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/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/{ObjectOverrideOutput.js → OrchestratorToolMockBehaviorConfig.js} +7 -8
- 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/{ObjectOverrideInput.js → SimulationToolMockBehaviorConfig.js} +7 -8
- 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/WorkflowExpressionConditionModelInputExpression.d.ts +13 -1
- package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.js +4 -0
- package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +13 -1
- package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +4 -0
- 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 +47 -15
- package/dist/serialization/types/index.js +47 -15
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +376 -295
- 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/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/{dist/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → serialization/types/ApiIntegrationWebhookOverridesRequestHeadersValue.js} +2 -2
- package/{dist/serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts → serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts} +3 -3
- package/serialization/types/{ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → 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/AstAdditionOperatorNodeInputLeft.d.ts +67 -0
- package/serialization/types/AstAdditionOperatorNodeInputLeft.js +71 -0
- package/serialization/types/AstAdditionOperatorNodeInputRight.d.ts +67 -0
- package/serialization/types/AstAdditionOperatorNodeInputRight.js +71 -0
- package/serialization/types/AstAdditionOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstAdditionOperatorNodeOutput.js +43 -0
- package/serialization/types/AstAdditionOperatorNodeOutputLeft.d.ts +66 -0
- package/serialization/types/AstAdditionOperatorNodeOutputLeft.js +69 -0
- package/serialization/types/AstAdditionOperatorNodeOutputRight.d.ts +66 -0
- package/serialization/types/AstAdditionOperatorNodeOutputRight.js +69 -0
- package/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +13 -1
- package/serialization/types/AstAndOperatorNodeInputChildrenItem.js +4 -0
- package/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +13 -1
- package/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +4 -0
- package/serialization/types/AstConditionalOperatorNodeInputCondition.d.ts +13 -1
- package/serialization/types/AstConditionalOperatorNodeInputCondition.js +4 -0
- package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +13 -1
- package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +4 -0
- package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +13 -1
- package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js +4 -0
- package/serialization/types/AstConditionalOperatorNodeOutputCondition.d.ts +13 -1
- package/serialization/types/AstConditionalOperatorNodeOutputCondition.js +4 -0
- package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +13 -1
- package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js +4 -0
- package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +13 -1
- package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +4 -0
- package/serialization/types/AstDivisionOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstDivisionOperatorNodeInput.js +43 -0
- package/serialization/types/AstDivisionOperatorNodeInputLeft.d.ts +67 -0
- package/serialization/types/AstDivisionOperatorNodeInputLeft.js +71 -0
- package/serialization/types/AstDivisionOperatorNodeInputRight.d.ts +67 -0
- package/serialization/types/AstDivisionOperatorNodeInputRight.js +71 -0
- package/serialization/types/AstDivisionOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstDivisionOperatorNodeOutput.js +43 -0
- package/serialization/types/AstDivisionOperatorNodeOutputLeft.d.ts +66 -0
- package/serialization/types/AstDivisionOperatorNodeOutputLeft.js +69 -0
- package/serialization/types/AstDivisionOperatorNodeOutputRight.d.ts +66 -0
- package/serialization/types/AstDivisionOperatorNodeOutputRight.js +69 -0
- package/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/serialization/types/AstEqualsOperatorNodeInputLeft.js +4 -0
- package/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +13 -1
- package/serialization/types/AstEqualsOperatorNodeInputRight.js +4 -0
- package/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/serialization/types/AstEqualsOperatorNodeOutputLeft.js +4 -0
- package/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/serialization/types/AstEqualsOperatorNodeOutputRight.js +4 -0
- package/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +13 -1
- package/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +4 -0
- package/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +13 -1
- package/serialization/types/AstGreaterThanOperatorNodeInputRight.js +4 -0
- package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +13 -1
- package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +4 -0
- package/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +13 -1
- package/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +4 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +4 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +4 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +4 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +4 -0
- package/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +13 -1
- package/serialization/types/AstLessThanOperatorNodeInputLeft.js +4 -0
- package/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +13 -1
- package/serialization/types/AstLessThanOperatorNodeInputRight.js +4 -0
- package/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +13 -1
- package/serialization/types/AstLessThanOperatorNodeOutputLeft.js +4 -0
- package/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +13 -1
- package/serialization/types/AstLessThanOperatorNodeOutputRight.js +4 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +4 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +4 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +4 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +4 -0
- package/serialization/types/AstMultiplicationOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstMultiplicationOperatorNodeInput.js +43 -0
- package/serialization/types/AstMultiplicationOperatorNodeInputLeft.d.ts +67 -0
- package/serialization/types/AstMultiplicationOperatorNodeInputLeft.js +71 -0
- package/serialization/types/AstMultiplicationOperatorNodeInputRight.d.ts +67 -0
- package/serialization/types/AstMultiplicationOperatorNodeInputRight.js +71 -0
- package/serialization/types/AstMultiplicationOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstMultiplicationOperatorNodeOutput.js +43 -0
- package/serialization/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +66 -0
- package/serialization/types/AstMultiplicationOperatorNodeOutputLeft.js +69 -0
- package/serialization/types/AstMultiplicationOperatorNodeOutputRight.d.ts +66 -0
- package/serialization/types/AstMultiplicationOperatorNodeOutputRight.js +69 -0
- package/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +4 -0
- package/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +13 -1
- package/serialization/types/AstNotEqualsOperatorNodeInputRight.js +4 -0
- package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +4 -0
- package/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +4 -0
- package/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +13 -1
- package/serialization/types/AstOrOperatorNodeInputChildrenItem.js +4 -0
- package/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +13 -1
- package/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +4 -0
- package/serialization/types/AstSubtractionOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstSubtractionOperatorNodeInput.js +43 -0
- package/serialization/types/AstSubtractionOperatorNodeInputLeft.d.ts +67 -0
- package/serialization/types/AstSubtractionOperatorNodeInputLeft.js +71 -0
- package/serialization/types/AstSubtractionOperatorNodeInputRight.d.ts +67 -0
- package/serialization/types/AstSubtractionOperatorNodeInputRight.js +71 -0
- package/serialization/types/AstSubtractionOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstSubtractionOperatorNodeOutput.js +43 -0
- package/serialization/types/AstSubtractionOperatorNodeOutputLeft.d.ts +66 -0
- package/serialization/types/AstSubtractionOperatorNodeOutputLeft.js +69 -0
- package/serialization/types/AstSubtractionOperatorNodeOutputRight.d.ts +66 -0
- package/serialization/types/AstSubtractionOperatorNodeOutputRight.js +69 -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/{QueryOverride.js → AudioAnalysis.js} +7 -5
- 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/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/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/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/EmbeddingModelEnum.d.ts +1 -1
- package/serialization/types/EmbeddingModelEnum.js +1 -1
- package/serialization/types/FeaturesUsageCommonModel.d.ts +1 -0
- package/serialization/types/FeaturesUsageCommonModel.js +1 -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/GetSimulationTestResponseModel.d.ts +2 -0
- package/serialization/types/GetSimulationTestResponseModel.js +2 -0
- package/serialization/types/LlmInfoModelInput.d.ts +1 -0
- package/serialization/types/LlmInfoModelInput.js +1 -0
- package/serialization/types/LlmInfoModelOutput.d.ts +1 -0
- package/serialization/types/LlmInfoModelOutput.js +1 -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/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/{dist/serialization/types/LiteralOverride.js → serialization/types/SimulationToolMockBehaviorConfig.js} +7 -6
- 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/WorkflowExpressionConditionModelInputExpression.d.ts +13 -1
- package/serialization/types/WorkflowExpressionConditionModelInputExpression.js +4 -0
- package/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +13 -1
- package/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +4 -0
- 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 +47 -15
- package/serialization/types/index.js +47 -15
- 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/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/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/LiteralOverride.d.ts +0 -6
- package/dist/api/types/LiteralOverrideConstantValue.d.ts +0 -1
- package/dist/api/types/ObjectOverrideInput.d.ts +0 -6
- package/dist/api/types/ObjectOverrideInputPropertiesValue.d.ts +0 -2
- package/dist/api/types/ObjectOverrideOutput.d.ts +0 -6
- package/dist/api/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -2
- package/dist/api/types/QueryOverride.d.ts +0 -5
- 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/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/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/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/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/{LiteralOverride.js → AstAdditionOperatorNodeInput.js} +0 -0
- /package/api/types/{LiteralOverrideConstantValue.js → AstAdditionOperatorNodeInputLeft.js} +0 -0
- /package/api/types/{ObjectOverrideInput.js → AstAdditionOperatorNodeInputRight.js} +0 -0
- /package/api/types/{ObjectOverrideInputPropertiesValue.js → AstAdditionOperatorNodeOutput.js} +0 -0
- /package/api/types/{ObjectOverrideOutput.js → AstAdditionOperatorNodeOutputLeft.js} +0 -0
- /package/api/types/{ObjectOverrideOutputPropertiesValue.js → AstAdditionOperatorNodeOutputRight.js} +0 -0
- /package/api/types/{QueryOverride.js → AstDivisionOperatorNodeInput.js} +0 -0
- /package/api/types/{VideoTranscription.js → AstDivisionOperatorNodeInputLeft.js} +0 -0
- /package/api/types/{VideoTranscriptionWord.js → AstDivisionOperatorNodeInputRight.js} +0 -0
- /package/{dist/api/types/ApiIntegrationWebhookOverridesInput.js → api/types/AstDivisionOperatorNodeOutput.js} +0 -0
- /package/{dist/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → api/types/AstDivisionOperatorNodeOutputLeft.js} +0 -0
- /package/{dist/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → api/types/AstDivisionOperatorNodeOutputRight.js} +0 -0
- /package/{dist/api/types/ApiIntegrationWebhookOverridesOutput.js → api/types/AstMultiplicationOperatorNodeInput.js} +0 -0
- /package/{dist/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js → api/types/AstMultiplicationOperatorNodeInputLeft.js} +0 -0
- /package/{dist/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js → api/types/AstMultiplicationOperatorNodeInputRight.js} +0 -0
- /package/{dist/api/types/LiteralOverride.js → api/types/AstMultiplicationOperatorNodeOutput.js} +0 -0
- /package/{dist/api/types/LiteralOverrideConstantValue.js → api/types/AstMultiplicationOperatorNodeOutputLeft.js} +0 -0
- /package/{dist/api/types/ObjectOverrideInput.js → api/types/AstMultiplicationOperatorNodeOutputRight.js} +0 -0
- /package/{dist/api/types/ObjectOverrideInputPropertiesValue.js → api/types/AstSubtractionOperatorNodeInput.js} +0 -0
- /package/{dist/api/types/ObjectOverrideOutput.js → api/types/AstSubtractionOperatorNodeInputLeft.js} +0 -0
- /package/{dist/api/types/ObjectOverrideOutputPropertiesValue.js → api/types/AstSubtractionOperatorNodeInputRight.js} +0 -0
- /package/{dist/api/types/QueryOverride.js → api/types/AstSubtractionOperatorNodeOutput.js} +0 -0
- /package/{dist/api/types/VideoTranscription.js → api/types/AstSubtractionOperatorNodeOutputLeft.js} +0 -0
- /package/{dist/api/types/VideoTranscriptionWord.js → api/types/AstSubtractionOperatorNodeOutputRight.js} +0 -0
package/BaseClient.js
CHANGED
|
@@ -41,8 +41,8 @@ function normalizeClientOptions(options) {
|
|
|
41
41
|
const headers = (0, headers_1.mergeHeaders)({
|
|
42
42
|
"X-Fern-Language": "JavaScript",
|
|
43
43
|
"X-Fern-SDK-Name": "@elevenlabs/elevenlabs-js",
|
|
44
|
-
"X-Fern-SDK-Version": "v2.
|
|
45
|
-
"User-Agent": "@elevenlabs/elevenlabs-js/v2.
|
|
44
|
+
"X-Fern-SDK-Version": "v2.41.0",
|
|
45
|
+
"User-Agent": "@elevenlabs/elevenlabs-js/v2.41.0",
|
|
46
46
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
47
47
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
48
48
|
"xi-api-key": options === null || options === void 0 ? void 0 : options.apiKey,
|
package/Client.d.ts
CHANGED
|
@@ -44,6 +44,7 @@ export declare class ElevenLabsClient {
|
|
|
44
44
|
protected _user: UserClient | undefined;
|
|
45
45
|
protected _voices: VoicesClient | undefined;
|
|
46
46
|
protected _studio: StudioClient | undefined;
|
|
47
|
+
protected _music: MusicClient | undefined;
|
|
47
48
|
protected _dubbing: DubbingClient | undefined;
|
|
48
49
|
protected _models: ModelsClient | undefined;
|
|
49
50
|
protected _audioNative: AudioNativeClient | undefined;
|
|
@@ -55,7 +56,6 @@ export declare class ElevenLabsClient {
|
|
|
55
56
|
protected _forcedAlignment: ForcedAlignmentClient | undefined;
|
|
56
57
|
protected _conversationalAi: ConversationalAiClient | undefined;
|
|
57
58
|
protected _environmentVariables: EnvironmentVariablesClient | undefined;
|
|
58
|
-
protected _music: MusicClient | undefined;
|
|
59
59
|
protected _tokens: TokensClient | undefined;
|
|
60
60
|
protected _workspace: WorkspaceClient | undefined;
|
|
61
61
|
constructor(options?: ElevenLabsClient.Options);
|
|
@@ -70,6 +70,7 @@ export declare class ElevenLabsClient {
|
|
|
70
70
|
get user(): UserClient;
|
|
71
71
|
get voices(): VoicesClient;
|
|
72
72
|
get studio(): StudioClient;
|
|
73
|
+
get music(): MusicClient;
|
|
73
74
|
get dubbing(): DubbingClient;
|
|
74
75
|
get models(): ModelsClient;
|
|
75
76
|
get audioNative(): AudioNativeClient;
|
|
@@ -81,7 +82,6 @@ export declare class ElevenLabsClient {
|
|
|
81
82
|
get forcedAlignment(): ForcedAlignmentClient;
|
|
82
83
|
get conversationalAi(): ConversationalAiClient;
|
|
83
84
|
get environmentVariables(): EnvironmentVariablesClient;
|
|
84
|
-
get music(): MusicClient;
|
|
85
85
|
get tokens(): TokensClient;
|
|
86
86
|
get workspace(): WorkspaceClient;
|
|
87
87
|
/**
|
package/Client.js
CHANGED
|
@@ -123,6 +123,10 @@ class ElevenLabsClient {
|
|
|
123
123
|
var _a;
|
|
124
124
|
return ((_a = this._studio) !== null && _a !== void 0 ? _a : (this._studio = new Client_15.StudioClient(this._options)));
|
|
125
125
|
}
|
|
126
|
+
get music() {
|
|
127
|
+
var _a;
|
|
128
|
+
return ((_a = this._music) !== null && _a !== void 0 ? _a : (this._music = new Client_9.MusicClient(this._options)));
|
|
129
|
+
}
|
|
126
130
|
get dubbing() {
|
|
127
131
|
var _a;
|
|
128
132
|
return ((_a = this._dubbing) !== null && _a !== void 0 ? _a : (this._dubbing = new Client_4.DubbingClient(this._options)));
|
|
@@ -167,10 +171,6 @@ class ElevenLabsClient {
|
|
|
167
171
|
var _a;
|
|
168
172
|
return ((_a = this._environmentVariables) !== null && _a !== void 0 ? _a : (this._environmentVariables = new Client_5.EnvironmentVariablesClient(this._options)));
|
|
169
173
|
}
|
|
170
|
-
get music() {
|
|
171
|
-
var _a;
|
|
172
|
-
return ((_a = this._music) !== null && _a !== void 0 ? _a : (this._music = new Client_9.MusicClient(this._options)));
|
|
173
|
-
}
|
|
174
174
|
get tokens() {
|
|
175
175
|
var _a;
|
|
176
176
|
return ((_a = this._tokens) !== null && _a !== void 0 ? _a : (this._tokens = new Client_20.TokensClient(this._options)));
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type * as core from "../../core";
|
|
2
2
|
import * as errors from "../../errors/index";
|
|
3
|
-
import type * as ElevenLabs from "../index";
|
|
4
3
|
export declare class UnprocessableEntityError extends errors.ElevenLabsError {
|
|
5
|
-
constructor(body
|
|
4
|
+
constructor(body?: unknown, rawResponse?: core.RawResponse);
|
|
6
5
|
}
|
|
@@ -99,12 +99,7 @@ class AudioIsolationClient {
|
|
|
99
99
|
if (_response.error.reason === "status-code") {
|
|
100
100
|
switch (_response.error.statusCode) {
|
|
101
101
|
case 422:
|
|
102
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
103
|
-
unrecognizedObjectKeys: "passthrough",
|
|
104
|
-
allowUnrecognizedUnionMembers: true,
|
|
105
|
-
allowUnrecognizedEnumValues: true,
|
|
106
|
-
breadcrumbsPrefix: ["response"],
|
|
107
|
-
}), _response.rawResponse);
|
|
102
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
108
103
|
default:
|
|
109
104
|
throw new errors.ElevenLabsError({
|
|
110
105
|
statusCode: _response.error.statusCode,
|
|
@@ -156,12 +151,7 @@ class AudioIsolationClient {
|
|
|
156
151
|
if (_response.error.reason === "status-code") {
|
|
157
152
|
switch (_response.error.statusCode) {
|
|
158
153
|
case 422:
|
|
159
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
160
|
-
unrecognizedObjectKeys: "passthrough",
|
|
161
|
-
allowUnrecognizedUnionMembers: true,
|
|
162
|
-
allowUnrecognizedEnumValues: true,
|
|
163
|
-
breadcrumbsPrefix: ["response"],
|
|
164
|
-
}), _response.rawResponse);
|
|
154
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
165
155
|
default:
|
|
166
156
|
throw new errors.ElevenLabsError({
|
|
167
157
|
statusCode: _response.error.statusCode,
|
|
@@ -151,12 +151,7 @@ class AudioNativeClient {
|
|
|
151
151
|
if (_response.error.reason === "status-code") {
|
|
152
152
|
switch (_response.error.statusCode) {
|
|
153
153
|
case 422:
|
|
154
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
155
|
-
unrecognizedObjectKeys: "passthrough",
|
|
156
|
-
allowUnrecognizedUnionMembers: true,
|
|
157
|
-
allowUnrecognizedEnumValues: true,
|
|
158
|
-
breadcrumbsPrefix: ["response"],
|
|
159
|
-
}), _response.rawResponse);
|
|
154
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
160
155
|
default:
|
|
161
156
|
throw new errors.ElevenLabsError({
|
|
162
157
|
statusCode: _response.error.statusCode,
|
|
@@ -211,12 +206,7 @@ class AudioNativeClient {
|
|
|
211
206
|
if (_response.error.reason === "status-code") {
|
|
212
207
|
switch (_response.error.statusCode) {
|
|
213
208
|
case 422:
|
|
214
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
215
|
-
unrecognizedObjectKeys: "passthrough",
|
|
216
|
-
allowUnrecognizedUnionMembers: true,
|
|
217
|
-
allowUnrecognizedEnumValues: true,
|
|
218
|
-
breadcrumbsPrefix: ["response"],
|
|
219
|
-
}), _response.rawResponse);
|
|
209
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
220
210
|
default:
|
|
221
211
|
throw new errors.ElevenLabsError({
|
|
222
212
|
statusCode: _response.error.statusCode,
|
|
@@ -287,12 +277,7 @@ class AudioNativeClient {
|
|
|
287
277
|
if (_response.error.reason === "status-code") {
|
|
288
278
|
switch (_response.error.statusCode) {
|
|
289
279
|
case 422:
|
|
290
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
291
|
-
unrecognizedObjectKeys: "passthrough",
|
|
292
|
-
allowUnrecognizedUnionMembers: true,
|
|
293
|
-
allowUnrecognizedEnumValues: true,
|
|
294
|
-
breadcrumbsPrefix: ["response"],
|
|
295
|
-
}), _response.rawResponse);
|
|
280
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
296
281
|
default:
|
|
297
282
|
throw new errors.ElevenLabsError({
|
|
298
283
|
statusCode: _response.error.statusCode,
|
|
@@ -354,12 +339,7 @@ class AudioNativeClient {
|
|
|
354
339
|
if (_response.error.reason === "status-code") {
|
|
355
340
|
switch (_response.error.statusCode) {
|
|
356
341
|
case 422:
|
|
357
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
358
|
-
unrecognizedObjectKeys: "passthrough",
|
|
359
|
-
allowUnrecognizedUnionMembers: true,
|
|
360
|
-
allowUnrecognizedEnumValues: true,
|
|
361
|
-
breadcrumbsPrefix: ["response"],
|
|
362
|
-
}), _response.rawResponse);
|
|
342
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
363
343
|
default:
|
|
364
344
|
throw new errors.ElevenLabsError({
|
|
365
345
|
statusCode: _response.error.statusCode,
|
|
@@ -215,12 +215,7 @@ class ConversationalAiClient {
|
|
|
215
215
|
if (_response.error.reason === "status-code") {
|
|
216
216
|
switch (_response.error.statusCode) {
|
|
217
217
|
case 422:
|
|
218
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
219
|
-
unrecognizedObjectKeys: "passthrough",
|
|
220
|
-
allowUnrecognizedUnionMembers: true,
|
|
221
|
-
allowUnrecognizedEnumValues: true,
|
|
222
|
-
breadcrumbsPrefix: ["response"],
|
|
223
|
-
}), _response.rawResponse);
|
|
218
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
224
219
|
default:
|
|
225
220
|
throw new errors.ElevenLabsError({
|
|
226
221
|
statusCode: _response.error.statusCode,
|
|
@@ -274,12 +269,7 @@ class ConversationalAiClient {
|
|
|
274
269
|
if (_response.error.reason === "status-code") {
|
|
275
270
|
switch (_response.error.statusCode) {
|
|
276
271
|
case 422:
|
|
277
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
278
|
-
unrecognizedObjectKeys: "passthrough",
|
|
279
|
-
allowUnrecognizedUnionMembers: true,
|
|
280
|
-
allowUnrecognizedEnumValues: true,
|
|
281
|
-
breadcrumbsPrefix: ["response"],
|
|
282
|
-
}), _response.rawResponse);
|
|
272
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
283
273
|
default:
|
|
284
274
|
throw new errors.ElevenLabsError({
|
|
285
275
|
statusCode: _response.error.statusCode,
|
|
@@ -334,12 +324,7 @@ class ConversationalAiClient {
|
|
|
334
324
|
if (_response.error.reason === "status-code") {
|
|
335
325
|
switch (_response.error.statusCode) {
|
|
336
326
|
case 422:
|
|
337
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
338
|
-
unrecognizedObjectKeys: "passthrough",
|
|
339
|
-
allowUnrecognizedUnionMembers: true,
|
|
340
|
-
allowUnrecognizedEnumValues: true,
|
|
341
|
-
breadcrumbsPrefix: ["response"],
|
|
342
|
-
}), _response.rawResponse);
|
|
327
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
343
328
|
default:
|
|
344
329
|
throw new errors.ElevenLabsError({
|
|
345
330
|
statusCode: _response.error.statusCode,
|
|
@@ -395,12 +380,7 @@ class ConversationalAiClient {
|
|
|
395
380
|
if (_response.error.reason === "status-code") {
|
|
396
381
|
switch (_response.error.statusCode) {
|
|
397
382
|
case 422:
|
|
398
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
399
|
-
unrecognizedObjectKeys: "passthrough",
|
|
400
|
-
allowUnrecognizedUnionMembers: true,
|
|
401
|
-
allowUnrecognizedEnumValues: true,
|
|
402
|
-
breadcrumbsPrefix: ["response"],
|
|
403
|
-
}), _response.rawResponse);
|
|
383
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
404
384
|
default:
|
|
405
385
|
throw new errors.ElevenLabsError({
|
|
406
386
|
statusCode: _response.error.statusCode,
|
|
@@ -163,12 +163,7 @@ class AgentsClient {
|
|
|
163
163
|
if (_response.error.reason === "status-code") {
|
|
164
164
|
switch (_response.error.statusCode) {
|
|
165
165
|
case 422:
|
|
166
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
167
|
-
unrecognizedObjectKeys: "passthrough",
|
|
168
|
-
allowUnrecognizedUnionMembers: true,
|
|
169
|
-
allowUnrecognizedEnumValues: true,
|
|
170
|
-
breadcrumbsPrefix: ["response"],
|
|
171
|
-
}), _response.rawResponse);
|
|
166
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
172
167
|
default:
|
|
173
168
|
throw new errors.ElevenLabsError({
|
|
174
169
|
statusCode: _response.error.statusCode,
|
|
@@ -235,12 +230,7 @@ class AgentsClient {
|
|
|
235
230
|
if (_response.error.reason === "status-code") {
|
|
236
231
|
switch (_response.error.statusCode) {
|
|
237
232
|
case 422:
|
|
238
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
239
|
-
unrecognizedObjectKeys: "passthrough",
|
|
240
|
-
allowUnrecognizedUnionMembers: true,
|
|
241
|
-
allowUnrecognizedEnumValues: true,
|
|
242
|
-
breadcrumbsPrefix: ["response"],
|
|
243
|
-
}), _response.rawResponse);
|
|
233
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
244
234
|
default:
|
|
245
235
|
throw new errors.ElevenLabsError({
|
|
246
236
|
statusCode: _response.error.statusCode,
|
|
@@ -287,12 +277,7 @@ class AgentsClient {
|
|
|
287
277
|
if (_response.error.reason === "status-code") {
|
|
288
278
|
switch (_response.error.statusCode) {
|
|
289
279
|
case 422:
|
|
290
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
291
|
-
unrecognizedObjectKeys: "passthrough",
|
|
292
|
-
allowUnrecognizedUnionMembers: true,
|
|
293
|
-
allowUnrecognizedEnumValues: true,
|
|
294
|
-
breadcrumbsPrefix: ["response"],
|
|
295
|
-
}), _response.rawResponse);
|
|
280
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
296
281
|
default:
|
|
297
282
|
throw new errors.ElevenLabsError({
|
|
298
283
|
statusCode: _response.error.statusCode,
|
|
@@ -364,12 +349,7 @@ class AgentsClient {
|
|
|
364
349
|
if (_response.error.reason === "status-code") {
|
|
365
350
|
switch (_response.error.statusCode) {
|
|
366
351
|
case 422:
|
|
367
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
368
|
-
unrecognizedObjectKeys: "passthrough",
|
|
369
|
-
allowUnrecognizedUnionMembers: true,
|
|
370
|
-
allowUnrecognizedEnumValues: true,
|
|
371
|
-
breadcrumbsPrefix: ["response"],
|
|
372
|
-
}), _response.rawResponse);
|
|
352
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
373
353
|
default:
|
|
374
354
|
throw new errors.ElevenLabsError({
|
|
375
355
|
statusCode: _response.error.statusCode,
|
|
@@ -461,12 +441,7 @@ class AgentsClient {
|
|
|
461
441
|
if (_response.error.reason === "status-code") {
|
|
462
442
|
switch (_response.error.statusCode) {
|
|
463
443
|
case 422:
|
|
464
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
465
|
-
unrecognizedObjectKeys: "passthrough",
|
|
466
|
-
allowUnrecognizedUnionMembers: true,
|
|
467
|
-
allowUnrecognizedEnumValues: true,
|
|
468
|
-
breadcrumbsPrefix: ["response"],
|
|
469
|
-
}), _response.rawResponse);
|
|
444
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
470
445
|
default:
|
|
471
446
|
throw new errors.ElevenLabsError({
|
|
472
447
|
statusCode: _response.error.statusCode,
|
|
@@ -525,12 +500,7 @@ class AgentsClient {
|
|
|
525
500
|
if (_response.error.reason === "status-code") {
|
|
526
501
|
switch (_response.error.statusCode) {
|
|
527
502
|
case 422:
|
|
528
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
529
|
-
unrecognizedObjectKeys: "passthrough",
|
|
530
|
-
allowUnrecognizedUnionMembers: true,
|
|
531
|
-
allowUnrecognizedEnumValues: true,
|
|
532
|
-
breadcrumbsPrefix: ["response"],
|
|
533
|
-
}), _response.rawResponse);
|
|
503
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
534
504
|
default:
|
|
535
505
|
throw new errors.ElevenLabsError({
|
|
536
506
|
statusCode: _response.error.statusCode,
|
|
@@ -597,12 +567,7 @@ class AgentsClient {
|
|
|
597
567
|
if (_response.error.reason === "status-code") {
|
|
598
568
|
switch (_response.error.statusCode) {
|
|
599
569
|
case 422:
|
|
600
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
601
|
-
unrecognizedObjectKeys: "passthrough",
|
|
602
|
-
allowUnrecognizedUnionMembers: true,
|
|
603
|
-
allowUnrecognizedEnumValues: true,
|
|
604
|
-
breadcrumbsPrefix: ["response"],
|
|
605
|
-
}), _response.rawResponse);
|
|
570
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
606
571
|
default:
|
|
607
572
|
throw new errors.ElevenLabsError({
|
|
608
573
|
statusCode: _response.error.statusCode,
|
|
@@ -661,12 +626,7 @@ class AgentsClient {
|
|
|
661
626
|
if (_response.error.reason === "status-code") {
|
|
662
627
|
switch (_response.error.statusCode) {
|
|
663
628
|
case 422:
|
|
664
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
665
|
-
unrecognizedObjectKeys: "passthrough",
|
|
666
|
-
allowUnrecognizedUnionMembers: true,
|
|
667
|
-
allowUnrecognizedEnumValues: true,
|
|
668
|
-
breadcrumbsPrefix: ["response"],
|
|
669
|
-
}), _response.rawResponse);
|
|
629
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
670
630
|
default:
|
|
671
631
|
throw new errors.ElevenLabsError({
|
|
672
632
|
statusCode: _response.error.statusCode,
|
|
@@ -731,12 +691,7 @@ class AgentsClient {
|
|
|
731
691
|
if (_response.error.reason === "status-code") {
|
|
732
692
|
switch (_response.error.statusCode) {
|
|
733
693
|
case 422:
|
|
734
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
735
|
-
unrecognizedObjectKeys: "passthrough",
|
|
736
|
-
allowUnrecognizedUnionMembers: true,
|
|
737
|
-
allowUnrecognizedEnumValues: true,
|
|
738
|
-
breadcrumbsPrefix: ["response"],
|
|
739
|
-
}), _response.rawResponse);
|
|
694
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
740
695
|
default:
|
|
741
696
|
throw new errors.ElevenLabsError({
|
|
742
697
|
statusCode: _response.error.statusCode,
|
|
@@ -122,12 +122,7 @@ class BranchesClient {
|
|
|
122
122
|
if (_response.error.reason === "status-code") {
|
|
123
123
|
switch (_response.error.statusCode) {
|
|
124
124
|
case 422:
|
|
125
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
126
|
-
unrecognizedObjectKeys: "passthrough",
|
|
127
|
-
allowUnrecognizedUnionMembers: true,
|
|
128
|
-
allowUnrecognizedEnumValues: true,
|
|
129
|
-
breadcrumbsPrefix: ["response"],
|
|
130
|
-
}), _response.rawResponse);
|
|
125
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
131
126
|
default:
|
|
132
127
|
throw new errors.ElevenLabsError({
|
|
133
128
|
statusCode: _response.error.statusCode,
|
|
@@ -190,12 +185,7 @@ class BranchesClient {
|
|
|
190
185
|
if (_response.error.reason === "status-code") {
|
|
191
186
|
switch (_response.error.statusCode) {
|
|
192
187
|
case 422:
|
|
193
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
194
|
-
unrecognizedObjectKeys: "passthrough",
|
|
195
|
-
allowUnrecognizedUnionMembers: true,
|
|
196
|
-
allowUnrecognizedEnumValues: true,
|
|
197
|
-
breadcrumbsPrefix: ["response"],
|
|
198
|
-
}), _response.rawResponse);
|
|
188
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
199
189
|
default:
|
|
200
190
|
throw new errors.ElevenLabsError({
|
|
201
191
|
statusCode: _response.error.statusCode,
|
|
@@ -251,12 +241,7 @@ class BranchesClient {
|
|
|
251
241
|
if (_response.error.reason === "status-code") {
|
|
252
242
|
switch (_response.error.statusCode) {
|
|
253
243
|
case 422:
|
|
254
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
255
|
-
unrecognizedObjectKeys: "passthrough",
|
|
256
|
-
allowUnrecognizedUnionMembers: true,
|
|
257
|
-
allowUnrecognizedEnumValues: true,
|
|
258
|
-
breadcrumbsPrefix: ["response"],
|
|
259
|
-
}), _response.rawResponse);
|
|
244
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
260
245
|
default:
|
|
261
246
|
throw new errors.ElevenLabsError({
|
|
262
247
|
statusCode: _response.error.statusCode,
|
|
@@ -316,12 +301,7 @@ class BranchesClient {
|
|
|
316
301
|
if (_response.error.reason === "status-code") {
|
|
317
302
|
switch (_response.error.statusCode) {
|
|
318
303
|
case 422:
|
|
319
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
320
|
-
unrecognizedObjectKeys: "passthrough",
|
|
321
|
-
allowUnrecognizedUnionMembers: true,
|
|
322
|
-
allowUnrecognizedEnumValues: true,
|
|
323
|
-
breadcrumbsPrefix: ["response"],
|
|
324
|
-
}), _response.rawResponse);
|
|
304
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
325
305
|
default:
|
|
326
306
|
throw new errors.ElevenLabsError({
|
|
327
307
|
statusCode: _response.error.statusCode,
|
|
@@ -378,12 +358,7 @@ class BranchesClient {
|
|
|
378
358
|
if (_response.error.reason === "status-code") {
|
|
379
359
|
switch (_response.error.statusCode) {
|
|
380
360
|
case 422:
|
|
381
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
382
|
-
unrecognizedObjectKeys: "passthrough",
|
|
383
|
-
allowUnrecognizedUnionMembers: true,
|
|
384
|
-
allowUnrecognizedEnumValues: true,
|
|
385
|
-
breadcrumbsPrefix: ["response"],
|
|
386
|
-
}), _response.rawResponse);
|
|
361
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
387
362
|
default:
|
|
388
363
|
throw new errors.ElevenLabsError({
|
|
389
364
|
statusCode: _response.error.statusCode,
|
package/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js
CHANGED
|
@@ -113,12 +113,7 @@ class DeploymentsClient {
|
|
|
113
113
|
if (_response.error.reason === "status-code") {
|
|
114
114
|
switch (_response.error.statusCode) {
|
|
115
115
|
case 422:
|
|
116
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
117
|
-
unrecognizedObjectKeys: "passthrough",
|
|
118
|
-
allowUnrecognizedUnionMembers: true,
|
|
119
|
-
allowUnrecognizedEnumValues: true,
|
|
120
|
-
breadcrumbsPrefix: ["response"],
|
|
121
|
-
}), _response.rawResponse);
|
|
116
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
122
117
|
default:
|
|
123
118
|
throw new errors.ElevenLabsError({
|
|
124
119
|
statusCode: _response.error.statusCode,
|
|
@@ -36,11 +36,21 @@ export declare class DraftsClient {
|
|
|
36
36
|
* forwardCondition: {
|
|
37
37
|
* type: "expression",
|
|
38
38
|
* expression: {
|
|
39
|
-
* type: "
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
*
|
|
39
|
+
* type: "add_operator",
|
|
40
|
+
* left: {
|
|
41
|
+
* type: "and_operator",
|
|
42
|
+
* children: [{
|
|
43
|
+
* type: "boolean_literal",
|
|
44
|
+
* value: true
|
|
45
|
+
* }]
|
|
46
|
+
* },
|
|
47
|
+
* right: {
|
|
48
|
+
* type: "and_operator",
|
|
49
|
+
* children: [{
|
|
50
|
+
* type: "boolean_literal",
|
|
51
|
+
* value: true
|
|
52
|
+
* }]
|
|
53
|
+
* }
|
|
44
54
|
* }
|
|
45
55
|
* }
|
|
46
56
|
* },
|
|
@@ -50,11 +60,21 @@ export declare class DraftsClient {
|
|
|
50
60
|
* forwardCondition: {
|
|
51
61
|
* type: "expression",
|
|
52
62
|
* expression: {
|
|
53
|
-
* type: "
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
*
|
|
57
|
-
*
|
|
63
|
+
* type: "add_operator",
|
|
64
|
+
* left: {
|
|
65
|
+
* type: "and_operator",
|
|
66
|
+
* children: [{
|
|
67
|
+
* type: "boolean_literal",
|
|
68
|
+
* value: true
|
|
69
|
+
* }]
|
|
70
|
+
* },
|
|
71
|
+
* right: {
|
|
72
|
+
* type: "and_operator",
|
|
73
|
+
* children: [{
|
|
74
|
+
* type: "boolean_literal",
|
|
75
|
+
* value: true
|
|
76
|
+
* }]
|
|
77
|
+
* }
|
|
58
78
|
* }
|
|
59
79
|
* }
|
|
60
80
|
* },
|
|
@@ -64,11 +84,21 @@ export declare class DraftsClient {
|
|
|
64
84
|
* forwardCondition: {
|
|
65
85
|
* type: "expression",
|
|
66
86
|
* expression: {
|
|
67
|
-
* type: "
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
*
|
|
87
|
+
* type: "add_operator",
|
|
88
|
+
* left: {
|
|
89
|
+
* type: "and_operator",
|
|
90
|
+
* children: [{
|
|
91
|
+
* type: "boolean_literal",
|
|
92
|
+
* value: true
|
|
93
|
+
* }]
|
|
94
|
+
* },
|
|
95
|
+
* right: {
|
|
96
|
+
* type: "and_operator",
|
|
97
|
+
* children: [{
|
|
98
|
+
* type: "boolean_literal",
|
|
99
|
+
* value: true
|
|
100
|
+
* }]
|
|
101
|
+
* }
|
|
72
102
|
* }
|
|
73
103
|
* }
|
|
74
104
|
* },
|
|
@@ -78,11 +108,21 @@ export declare class DraftsClient {
|
|
|
78
108
|
* forwardCondition: {
|
|
79
109
|
* type: "expression",
|
|
80
110
|
* expression: {
|
|
81
|
-
* type: "
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
*
|
|
85
|
-
*
|
|
111
|
+
* type: "add_operator",
|
|
112
|
+
* left: {
|
|
113
|
+
* type: "and_operator",
|
|
114
|
+
* children: [{
|
|
115
|
+
* type: "boolean_literal",
|
|
116
|
+
* value: true
|
|
117
|
+
* }]
|
|
118
|
+
* },
|
|
119
|
+
* right: {
|
|
120
|
+
* type: "and_operator",
|
|
121
|
+
* children: [{
|
|
122
|
+
* type: "boolean_literal",
|
|
123
|
+
* value: true
|
|
124
|
+
* }]
|
|
125
|
+
* }
|
|
86
126
|
* }
|
|
87
127
|
* }
|
|
88
128
|
* },
|
|
@@ -92,11 +132,21 @@ export declare class DraftsClient {
|
|
|
92
132
|
* forwardCondition: {
|
|
93
133
|
* type: "expression",
|
|
94
134
|
* expression: {
|
|
95
|
-
* type: "
|
|
96
|
-
*
|
|
97
|
-
*
|
|
98
|
-
*
|
|
99
|
-
*
|
|
135
|
+
* type: "add_operator",
|
|
136
|
+
* left: {
|
|
137
|
+
* type: "and_operator",
|
|
138
|
+
* children: [{
|
|
139
|
+
* type: "boolean_literal",
|
|
140
|
+
* value: true
|
|
141
|
+
* }]
|
|
142
|
+
* },
|
|
143
|
+
* right: {
|
|
144
|
+
* type: "and_operator",
|
|
145
|
+
* children: [{
|
|
146
|
+
* type: "boolean_literal",
|
|
147
|
+
* value: true
|
|
148
|
+
* }]
|
|
149
|
+
* }
|
|
100
150
|
* }
|
|
101
151
|
* }
|
|
102
152
|
* },
|
|
@@ -106,11 +156,21 @@ export declare class DraftsClient {
|
|
|
106
156
|
* forwardCondition: {
|
|
107
157
|
* type: "expression",
|
|
108
158
|
* expression: {
|
|
109
|
-
* type: "
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
*
|
|
159
|
+
* type: "add_operator",
|
|
160
|
+
* left: {
|
|
161
|
+
* type: "and_operator",
|
|
162
|
+
* children: [{
|
|
163
|
+
* type: "boolean_literal",
|
|
164
|
+
* value: true
|
|
165
|
+
* }]
|
|
166
|
+
* },
|
|
167
|
+
* right: {
|
|
168
|
+
* type: "and_operator",
|
|
169
|
+
* children: [{
|
|
170
|
+
* type: "boolean_literal",
|
|
171
|
+
* value: true
|
|
172
|
+
* }]
|
|
173
|
+
* }
|
|
114
174
|
* }
|
|
115
175
|
* }
|
|
116
176
|
* },
|
|
@@ -120,11 +180,21 @@ export declare class DraftsClient {
|
|
|
120
180
|
* forwardCondition: {
|
|
121
181
|
* type: "expression",
|
|
122
182
|
* expression: {
|
|
123
|
-
* type: "
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
*
|
|
183
|
+
* type: "add_operator",
|
|
184
|
+
* left: {
|
|
185
|
+
* type: "and_operator",
|
|
186
|
+
* children: [{
|
|
187
|
+
* type: "boolean_literal",
|
|
188
|
+
* value: true
|
|
189
|
+
* }]
|
|
190
|
+
* },
|
|
191
|
+
* right: {
|
|
192
|
+
* type: "and_operator",
|
|
193
|
+
* children: [{
|
|
194
|
+
* type: "boolean_literal",
|
|
195
|
+
* value: true
|
|
196
|
+
* }]
|
|
197
|
+
* }
|
|
128
198
|
* }
|
|
129
199
|
* }
|
|
130
200
|
* },
|
|
@@ -134,11 +204,21 @@ export declare class DraftsClient {
|
|
|
134
204
|
* forwardCondition: {
|
|
135
205
|
* type: "expression",
|
|
136
206
|
* expression: {
|
|
137
|
-
* type: "
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
207
|
+
* type: "add_operator",
|
|
208
|
+
* left: {
|
|
209
|
+
* type: "and_operator",
|
|
210
|
+
* children: [{
|
|
211
|
+
* type: "boolean_literal",
|
|
212
|
+
* value: true
|
|
213
|
+
* }]
|
|
214
|
+
* },
|
|
215
|
+
* right: {
|
|
216
|
+
* type: "and_operator",
|
|
217
|
+
* children: [{
|
|
218
|
+
* type: "boolean_literal",
|
|
219
|
+
* value: true
|
|
220
|
+
* }]
|
|
221
|
+
* }
|
|
142
222
|
* }
|
|
143
223
|
* }
|
|
144
224
|
* }
|