@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
|
@@ -3,3 +3,4 @@ export type { BodyComposeMusicWithADetailedResponseV1MusicDetailedPost } from ".
|
|
|
3
3
|
export type { BodyStemSeparationV1MusicStemSeparationPost } from "./BodyStemSeparationV1MusicStemSeparationPost";
|
|
4
4
|
export type { BodyStreamComposedMusicV1MusicStreamPost } from "./BodyStreamComposedMusicV1MusicStreamPost";
|
|
5
5
|
export type { BodyUploadMusicV1MusicUploadPost } from "./BodyUploadMusicV1MusicUploadPost";
|
|
6
|
+
export type { BodyVideoToMusicV1MusicVideoToMusicPost } from "./BodyVideoToMusicV1MusicVideoToMusicPost";
|
|
@@ -106,12 +106,7 @@ class CompositionPlanClient {
|
|
|
106
106
|
if (_response.error.reason === "status-code") {
|
|
107
107
|
switch (_response.error.statusCode) {
|
|
108
108
|
case 422:
|
|
109
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
110
|
-
unrecognizedObjectKeys: "passthrough",
|
|
111
|
-
allowUnrecognizedUnionMembers: true,
|
|
112
|
-
allowUnrecognizedEnumValues: true,
|
|
113
|
-
breadcrumbsPrefix: ["response"],
|
|
114
|
-
}), _response.rawResponse);
|
|
109
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
115
110
|
default:
|
|
116
111
|
throw new errors.ElevenLabsError({
|
|
117
112
|
statusCode: _response.error.statusCode,
|
|
@@ -122,12 +122,7 @@ class PronunciationDictionariesClient {
|
|
|
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,
|
|
@@ -194,12 +189,7 @@ class PronunciationDictionariesClient {
|
|
|
194
189
|
if (_response.error.reason === "status-code") {
|
|
195
190
|
switch (_response.error.statusCode) {
|
|
196
191
|
case 422:
|
|
197
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
198
|
-
unrecognizedObjectKeys: "passthrough",
|
|
199
|
-
allowUnrecognizedUnionMembers: true,
|
|
200
|
-
allowUnrecognizedEnumValues: true,
|
|
201
|
-
breadcrumbsPrefix: ["response"],
|
|
202
|
-
}), _response.rawResponse);
|
|
192
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
203
193
|
default:
|
|
204
194
|
throw new errors.ElevenLabsError({
|
|
205
195
|
statusCode: _response.error.statusCode,
|
|
@@ -254,12 +244,7 @@ class PronunciationDictionariesClient {
|
|
|
254
244
|
if (_response.error.reason === "status-code") {
|
|
255
245
|
switch (_response.error.statusCode) {
|
|
256
246
|
case 422:
|
|
257
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
258
|
-
unrecognizedObjectKeys: "passthrough",
|
|
259
|
-
allowUnrecognizedUnionMembers: true,
|
|
260
|
-
allowUnrecognizedEnumValues: true,
|
|
261
|
-
breadcrumbsPrefix: ["response"],
|
|
262
|
-
}), _response.rawResponse);
|
|
247
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
263
248
|
default:
|
|
264
249
|
throw new errors.ElevenLabsError({
|
|
265
250
|
statusCode: _response.error.statusCode,
|
|
@@ -318,12 +303,7 @@ class PronunciationDictionariesClient {
|
|
|
318
303
|
if (_response.error.reason === "status-code") {
|
|
319
304
|
switch (_response.error.statusCode) {
|
|
320
305
|
case 422:
|
|
321
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
322
|
-
unrecognizedObjectKeys: "passthrough",
|
|
323
|
-
allowUnrecognizedUnionMembers: true,
|
|
324
|
-
allowUnrecognizedEnumValues: true,
|
|
325
|
-
breadcrumbsPrefix: ["response"],
|
|
326
|
-
}), _response.rawResponse);
|
|
306
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
327
307
|
default:
|
|
328
308
|
throw new errors.ElevenLabsError({
|
|
329
309
|
statusCode: _response.error.statusCode,
|
|
@@ -364,12 +344,7 @@ class PronunciationDictionariesClient {
|
|
|
364
344
|
if (_response.error.reason === "status-code") {
|
|
365
345
|
switch (_response.error.statusCode) {
|
|
366
346
|
case 422:
|
|
367
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
368
|
-
unrecognizedObjectKeys: "passthrough",
|
|
369
|
-
allowUnrecognizedUnionMembers: true,
|
|
370
|
-
allowUnrecognizedEnumValues: true,
|
|
371
|
-
breadcrumbsPrefix: ["response"],
|
|
372
|
-
}), _response.rawResponse);
|
|
347
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
373
348
|
default:
|
|
374
349
|
throw new errors.ElevenLabsError({
|
|
375
350
|
statusCode: _response.error.statusCode,
|
|
@@ -445,12 +420,7 @@ class PronunciationDictionariesClient {
|
|
|
445
420
|
if (_response.error.reason === "status-code") {
|
|
446
421
|
switch (_response.error.statusCode) {
|
|
447
422
|
case 422:
|
|
448
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
449
|
-
unrecognizedObjectKeys: "passthrough",
|
|
450
|
-
allowUnrecognizedUnionMembers: true,
|
|
451
|
-
allowUnrecognizedEnumValues: true,
|
|
452
|
-
breadcrumbsPrefix: ["response"],
|
|
453
|
-
}), _response.rawResponse);
|
|
423
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
454
424
|
default:
|
|
455
425
|
throw new errors.ElevenLabsError({
|
|
456
426
|
statusCode: _response.error.statusCode,
|
|
@@ -111,12 +111,7 @@ class RulesClient {
|
|
|
111
111
|
if (_response.error.reason === "status-code") {
|
|
112
112
|
switch (_response.error.statusCode) {
|
|
113
113
|
case 422:
|
|
114
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
115
|
-
unrecognizedObjectKeys: "passthrough",
|
|
116
|
-
allowUnrecognizedUnionMembers: true,
|
|
117
|
-
allowUnrecognizedEnumValues: true,
|
|
118
|
-
breadcrumbsPrefix: ["response"],
|
|
119
|
-
}), _response.rawResponse);
|
|
114
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
120
115
|
default:
|
|
121
116
|
throw new errors.ElevenLabsError({
|
|
122
117
|
statusCode: _response.error.statusCode,
|
|
@@ -185,12 +180,7 @@ class RulesClient {
|
|
|
185
180
|
if (_response.error.reason === "status-code") {
|
|
186
181
|
switch (_response.error.statusCode) {
|
|
187
182
|
case 422:
|
|
188
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
189
|
-
unrecognizedObjectKeys: "passthrough",
|
|
190
|
-
allowUnrecognizedUnionMembers: true,
|
|
191
|
-
allowUnrecognizedEnumValues: true,
|
|
192
|
-
breadcrumbsPrefix: ["response"],
|
|
193
|
-
}), _response.rawResponse);
|
|
183
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
194
184
|
default:
|
|
195
185
|
throw new errors.ElevenLabsError({
|
|
196
186
|
statusCode: _response.error.statusCode,
|
|
@@ -253,12 +243,7 @@ class RulesClient {
|
|
|
253
243
|
if (_response.error.reason === "status-code") {
|
|
254
244
|
switch (_response.error.statusCode) {
|
|
255
245
|
case 422:
|
|
256
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
257
|
-
unrecognizedObjectKeys: "passthrough",
|
|
258
|
-
allowUnrecognizedUnionMembers: true,
|
|
259
|
-
allowUnrecognizedEnumValues: true,
|
|
260
|
-
breadcrumbsPrefix: ["response"],
|
|
261
|
-
}), _response.rawResponse);
|
|
246
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
262
247
|
default:
|
|
263
248
|
throw new errors.ElevenLabsError({
|
|
264
249
|
statusCode: _response.error.statusCode,
|
|
@@ -103,12 +103,7 @@ class SamplesClient {
|
|
|
103
103
|
if (_response.error.reason === "status-code") {
|
|
104
104
|
switch (_response.error.statusCode) {
|
|
105
105
|
case 422:
|
|
106
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
107
|
-
unrecognizedObjectKeys: "passthrough",
|
|
108
|
-
allowUnrecognizedUnionMembers: true,
|
|
109
|
-
allowUnrecognizedEnumValues: true,
|
|
110
|
-
breadcrumbsPrefix: ["response"],
|
|
111
|
-
}), _response.rawResponse);
|
|
106
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
112
107
|
default:
|
|
113
108
|
throw new errors.ElevenLabsError({
|
|
114
109
|
statusCode: _response.error.statusCode,
|
|
@@ -103,12 +103,7 @@ class ServiceAccountsClient {
|
|
|
103
103
|
if (_response.error.reason === "status-code") {
|
|
104
104
|
switch (_response.error.statusCode) {
|
|
105
105
|
case 422:
|
|
106
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
107
|
-
unrecognizedObjectKeys: "passthrough",
|
|
108
|
-
allowUnrecognizedUnionMembers: true,
|
|
109
|
-
allowUnrecognizedEnumValues: true,
|
|
110
|
-
breadcrumbsPrefix: ["response"],
|
|
111
|
-
}), _response.rawResponse);
|
|
106
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
112
107
|
default:
|
|
113
108
|
throw new errors.ElevenLabsError({
|
|
114
109
|
statusCode: _response.error.statusCode,
|
|
@@ -99,12 +99,7 @@ class ApiKeysClient {
|
|
|
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,
|
|
@@ -166,12 +161,7 @@ class ApiKeysClient {
|
|
|
166
161
|
if (_response.error.reason === "status-code") {
|
|
167
162
|
switch (_response.error.statusCode) {
|
|
168
163
|
case 422:
|
|
169
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
170
|
-
unrecognizedObjectKeys: "passthrough",
|
|
171
|
-
allowUnrecognizedUnionMembers: true,
|
|
172
|
-
allowUnrecognizedEnumValues: true,
|
|
173
|
-
breadcrumbsPrefix: ["response"],
|
|
174
|
-
}), _response.rawResponse);
|
|
164
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
175
165
|
default:
|
|
176
166
|
throw new errors.ElevenLabsError({
|
|
177
167
|
statusCode: _response.error.statusCode,
|
|
@@ -219,12 +209,7 @@ class ApiKeysClient {
|
|
|
219
209
|
if (_response.error.reason === "status-code") {
|
|
220
210
|
switch (_response.error.statusCode) {
|
|
221
211
|
case 422:
|
|
222
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
223
|
-
unrecognizedObjectKeys: "passthrough",
|
|
224
|
-
allowUnrecognizedUnionMembers: true,
|
|
225
|
-
allowUnrecognizedEnumValues: true,
|
|
226
|
-
breadcrumbsPrefix: ["response"],
|
|
227
|
-
}), _response.rawResponse);
|
|
212
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
228
213
|
default:
|
|
229
214
|
throw new errors.ElevenLabsError({
|
|
230
215
|
statusCode: _response.error.statusCode,
|
|
@@ -280,12 +265,7 @@ class ApiKeysClient {
|
|
|
280
265
|
if (_response.error.reason === "status-code") {
|
|
281
266
|
switch (_response.error.statusCode) {
|
|
282
267
|
case 422:
|
|
283
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
284
|
-
unrecognizedObjectKeys: "passthrough",
|
|
285
|
-
allowUnrecognizedUnionMembers: true,
|
|
286
|
-
allowUnrecognizedEnumValues: true,
|
|
287
|
-
breadcrumbsPrefix: ["response"],
|
|
288
|
-
}), _response.rawResponse);
|
|
268
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
289
269
|
default:
|
|
290
270
|
throw new errors.ElevenLabsError({
|
|
291
271
|
statusCode: _response.error.statusCode,
|
|
@@ -118,12 +118,7 @@ class SpeechToSpeechClient {
|
|
|
118
118
|
if (_response.error.reason === "status-code") {
|
|
119
119
|
switch (_response.error.statusCode) {
|
|
120
120
|
case 422:
|
|
121
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
122
|
-
unrecognizedObjectKeys: "passthrough",
|
|
123
|
-
allowUnrecognizedUnionMembers: true,
|
|
124
|
-
allowUnrecognizedEnumValues: true,
|
|
125
|
-
breadcrumbsPrefix: ["response"],
|
|
126
|
-
}), _response.rawResponse);
|
|
121
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
127
122
|
default:
|
|
128
123
|
throw new errors.ElevenLabsError({
|
|
129
124
|
statusCode: _response.error.statusCode,
|
|
@@ -197,12 +192,7 @@ class SpeechToSpeechClient {
|
|
|
197
192
|
if (_response.error.reason === "status-code") {
|
|
198
193
|
switch (_response.error.statusCode) {
|
|
199
194
|
case 422:
|
|
200
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
201
|
-
unrecognizedObjectKeys: "passthrough",
|
|
202
|
-
allowUnrecognizedUnionMembers: true,
|
|
203
|
-
allowUnrecognizedEnumValues: true,
|
|
204
|
-
breadcrumbsPrefix: ["response"],
|
|
205
|
-
}), _response.rawResponse);
|
|
195
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
206
196
|
default:
|
|
207
197
|
throw new errors.ElevenLabsError({
|
|
208
198
|
statusCode: _response.error.statusCode,
|
|
@@ -122,8 +122,8 @@ class SpeechToTextClient {
|
|
|
122
122
|
unrecognizedObjectKeys: "strip",
|
|
123
123
|
}));
|
|
124
124
|
}
|
|
125
|
-
if (request.
|
|
126
|
-
_request.append("
|
|
125
|
+
if (request.sourceUrl != null) {
|
|
126
|
+
_request.append("source_url", request.sourceUrl);
|
|
127
127
|
}
|
|
128
128
|
if (request.webhook != null) {
|
|
129
129
|
_request.append("webhook", request.webhook.toString());
|
|
@@ -199,12 +199,7 @@ class SpeechToTextClient {
|
|
|
199
199
|
if (_response.error.reason === "status-code") {
|
|
200
200
|
switch (_response.error.statusCode) {
|
|
201
201
|
case 422:
|
|
202
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
203
|
-
unrecognizedObjectKeys: "passthrough",
|
|
204
|
-
allowUnrecognizedUnionMembers: true,
|
|
205
|
-
allowUnrecognizedEnumValues: true,
|
|
206
|
-
breadcrumbsPrefix: ["response"],
|
|
207
|
-
}), _response.rawResponse);
|
|
202
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
208
203
|
default:
|
|
209
204
|
throw new errors.ElevenLabsError({
|
|
210
205
|
statusCode: _response.error.statusCode,
|
|
@@ -36,8 +36,8 @@ export interface BodySpeechToTextV1SpeechToTextPost {
|
|
|
36
36
|
additionalFormats?: ElevenLabs.AdditionalFormats;
|
|
37
37
|
/** The format of input audio. Options are 'pcm_s16le_16' or 'other' For `pcm_s16le_16`, the input audio must be 16-bit PCM at a 16kHz sample rate, single channel (mono), and little-endian byte order. Latency will be lower than with passing an encoded waveform. */
|
|
38
38
|
fileFormat?: ElevenLabs.SpeechToTextConvertRequestFileFormat;
|
|
39
|
-
/** The
|
|
40
|
-
|
|
39
|
+
/** The URL of an audio or video file to transcribe. Supports hosted video or audio files, YouTube video URLs, TikTok video URLs, and other video hosting services. */
|
|
40
|
+
sourceUrl?: string;
|
|
41
41
|
/** Whether to send the transcription result to configured speech-to-text webhooks. If set the request will return early without the transcription, which will be delivered later via webhook. */
|
|
42
42
|
webhook?: boolean;
|
|
43
43
|
/** Optional specific webhook ID to send the transcription result to. Only valid when webhook is set to true. If not provided, transcription will be sent to all configured speech-to-text webhooks. */
|
|
@@ -105,12 +105,7 @@ class TranscriptsClient {
|
|
|
105
105
|
case 404:
|
|
106
106
|
throw new ElevenLabs.NotFoundError(_response.error.body, _response.rawResponse);
|
|
107
107
|
case 422:
|
|
108
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
109
|
-
unrecognizedObjectKeys: "passthrough",
|
|
110
|
-
allowUnrecognizedUnionMembers: true,
|
|
111
|
-
allowUnrecognizedEnumValues: true,
|
|
112
|
-
breadcrumbsPrefix: ["response"],
|
|
113
|
-
}), _response.rawResponse);
|
|
108
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
114
109
|
default:
|
|
115
110
|
throw new errors.ElevenLabsError({
|
|
116
111
|
statusCode: _response.error.statusCode,
|
|
@@ -160,12 +155,7 @@ class TranscriptsClient {
|
|
|
160
155
|
case 401:
|
|
161
156
|
throw new ElevenLabs.UnauthorizedError(_response.error.body, _response.rawResponse);
|
|
162
157
|
case 422:
|
|
163
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
164
|
-
unrecognizedObjectKeys: "passthrough",
|
|
165
|
-
allowUnrecognizedUnionMembers: true,
|
|
166
|
-
allowUnrecognizedEnumValues: true,
|
|
167
|
-
breadcrumbsPrefix: ["response"],
|
|
168
|
-
}), _response.rawResponse);
|
|
158
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
169
159
|
default:
|
|
170
160
|
throw new errors.ElevenLabsError({
|
|
171
161
|
statusCode: _response.error.statusCode,
|
|
@@ -138,12 +138,7 @@ class StudioClient {
|
|
|
138
138
|
if (_response.error.reason === "status-code") {
|
|
139
139
|
switch (_response.error.statusCode) {
|
|
140
140
|
case 422:
|
|
141
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
142
|
-
unrecognizedObjectKeys: "passthrough",
|
|
143
|
-
allowUnrecognizedUnionMembers: true,
|
|
144
|
-
allowUnrecognizedEnumValues: true,
|
|
145
|
-
breadcrumbsPrefix: ["response"],
|
|
146
|
-
}), _response.rawResponse);
|
|
141
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
147
142
|
default:
|
|
148
143
|
throw new errors.ElevenLabsError({
|
|
149
144
|
statusCode: _response.error.statusCode,
|
|
@@ -118,12 +118,7 @@ class ProjectsClient {
|
|
|
118
118
|
if (_response.error.reason === "status-code") {
|
|
119
119
|
switch (_response.error.statusCode) {
|
|
120
120
|
case 422:
|
|
121
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
122
|
-
unrecognizedObjectKeys: "passthrough",
|
|
123
|
-
allowUnrecognizedUnionMembers: true,
|
|
124
|
-
allowUnrecognizedEnumValues: true,
|
|
125
|
-
breadcrumbsPrefix: ["response"],
|
|
126
|
-
}), _response.rawResponse);
|
|
121
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
127
122
|
default:
|
|
128
123
|
throw new errors.ElevenLabsError({
|
|
129
124
|
statusCode: _response.error.statusCode,
|
|
@@ -285,12 +280,7 @@ class ProjectsClient {
|
|
|
285
280
|
if (_response.error.reason === "status-code") {
|
|
286
281
|
switch (_response.error.statusCode) {
|
|
287
282
|
case 422:
|
|
288
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
289
|
-
unrecognizedObjectKeys: "passthrough",
|
|
290
|
-
allowUnrecognizedUnionMembers: true,
|
|
291
|
-
allowUnrecognizedEnumValues: true,
|
|
292
|
-
breadcrumbsPrefix: ["response"],
|
|
293
|
-
}), _response.rawResponse);
|
|
283
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
294
284
|
default:
|
|
295
285
|
throw new errors.ElevenLabsError({
|
|
296
286
|
statusCode: _response.error.statusCode,
|
|
@@ -353,12 +343,7 @@ class ProjectsClient {
|
|
|
353
343
|
if (_response.error.reason === "status-code") {
|
|
354
344
|
switch (_response.error.statusCode) {
|
|
355
345
|
case 422:
|
|
356
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
357
|
-
unrecognizedObjectKeys: "passthrough",
|
|
358
|
-
allowUnrecognizedUnionMembers: true,
|
|
359
|
-
allowUnrecognizedEnumValues: true,
|
|
360
|
-
breadcrumbsPrefix: ["response"],
|
|
361
|
-
}), _response.rawResponse);
|
|
346
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
362
347
|
default:
|
|
363
348
|
throw new errors.ElevenLabsError({
|
|
364
349
|
statusCode: _response.error.statusCode,
|
|
@@ -423,12 +408,7 @@ class ProjectsClient {
|
|
|
423
408
|
if (_response.error.reason === "status-code") {
|
|
424
409
|
switch (_response.error.statusCode) {
|
|
425
410
|
case 422:
|
|
426
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
427
|
-
unrecognizedObjectKeys: "passthrough",
|
|
428
|
-
allowUnrecognizedUnionMembers: true,
|
|
429
|
-
allowUnrecognizedEnumValues: true,
|
|
430
|
-
breadcrumbsPrefix: ["response"],
|
|
431
|
-
}), _response.rawResponse);
|
|
411
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
432
412
|
default:
|
|
433
413
|
throw new errors.ElevenLabsError({
|
|
434
414
|
statusCode: _response.error.statusCode,
|
|
@@ -483,12 +463,7 @@ class ProjectsClient {
|
|
|
483
463
|
if (_response.error.reason === "status-code") {
|
|
484
464
|
switch (_response.error.statusCode) {
|
|
485
465
|
case 422:
|
|
486
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
487
|
-
unrecognizedObjectKeys: "passthrough",
|
|
488
|
-
allowUnrecognizedUnionMembers: true,
|
|
489
|
-
allowUnrecognizedEnumValues: true,
|
|
490
|
-
breadcrumbsPrefix: ["response"],
|
|
491
|
-
}), _response.rawResponse);
|
|
466
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
492
467
|
default:
|
|
493
468
|
throw new errors.ElevenLabsError({
|
|
494
469
|
statusCode: _response.error.statusCode,
|
|
@@ -543,12 +518,7 @@ class ProjectsClient {
|
|
|
543
518
|
if (_response.error.reason === "status-code") {
|
|
544
519
|
switch (_response.error.statusCode) {
|
|
545
520
|
case 422:
|
|
546
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
547
|
-
unrecognizedObjectKeys: "passthrough",
|
|
548
|
-
allowUnrecognizedUnionMembers: true,
|
|
549
|
-
allowUnrecognizedEnumValues: true,
|
|
550
|
-
breadcrumbsPrefix: ["response"],
|
|
551
|
-
}), _response.rawResponse);
|
|
521
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
552
522
|
default:
|
|
553
523
|
throw new errors.ElevenLabsError({
|
|
554
524
|
statusCode: _response.error.statusCode,
|
|
@@ -603,12 +573,7 @@ class ProjectsClient {
|
|
|
603
573
|
if (_response.error.reason === "status-code") {
|
|
604
574
|
switch (_response.error.statusCode) {
|
|
605
575
|
case 422:
|
|
606
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
607
|
-
unrecognizedObjectKeys: "passthrough",
|
|
608
|
-
allowUnrecognizedUnionMembers: true,
|
|
609
|
-
allowUnrecognizedEnumValues: true,
|
|
610
|
-
breadcrumbsPrefix: ["response"],
|
|
611
|
-
}), _response.rawResponse);
|
|
576
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
612
577
|
default:
|
|
613
578
|
throw new errors.ElevenLabsError({
|
|
614
579
|
statusCode: _response.error.statusCode,
|
|
@@ -104,12 +104,7 @@ class ChaptersClient {
|
|
|
104
104
|
if (_response.error.reason === "status-code") {
|
|
105
105
|
switch (_response.error.statusCode) {
|
|
106
106
|
case 422:
|
|
107
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
108
|
-
unrecognizedObjectKeys: "passthrough",
|
|
109
|
-
allowUnrecognizedUnionMembers: true,
|
|
110
|
-
allowUnrecognizedEnumValues: true,
|
|
111
|
-
breadcrumbsPrefix: ["response"],
|
|
112
|
-
}), _response.rawResponse);
|
|
107
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
113
108
|
default:
|
|
114
109
|
throw new errors.ElevenLabsError({
|
|
115
110
|
statusCode: _response.error.statusCode,
|
|
@@ -170,12 +165,7 @@ class ChaptersClient {
|
|
|
170
165
|
if (_response.error.reason === "status-code") {
|
|
171
166
|
switch (_response.error.statusCode) {
|
|
172
167
|
case 422:
|
|
173
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
174
|
-
unrecognizedObjectKeys: "passthrough",
|
|
175
|
-
allowUnrecognizedUnionMembers: true,
|
|
176
|
-
allowUnrecognizedEnumValues: true,
|
|
177
|
-
breadcrumbsPrefix: ["response"],
|
|
178
|
-
}), _response.rawResponse);
|
|
168
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
179
169
|
default:
|
|
180
170
|
throw new errors.ElevenLabsError({
|
|
181
171
|
statusCode: _response.error.statusCode,
|
|
@@ -231,12 +221,7 @@ class ChaptersClient {
|
|
|
231
221
|
if (_response.error.reason === "status-code") {
|
|
232
222
|
switch (_response.error.statusCode) {
|
|
233
223
|
case 422:
|
|
234
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
235
|
-
unrecognizedObjectKeys: "passthrough",
|
|
236
|
-
allowUnrecognizedUnionMembers: true,
|
|
237
|
-
allowUnrecognizedEnumValues: true,
|
|
238
|
-
breadcrumbsPrefix: ["response"],
|
|
239
|
-
}), _response.rawResponse);
|
|
224
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
240
225
|
default:
|
|
241
226
|
throw new errors.ElevenLabsError({
|
|
242
227
|
statusCode: _response.error.statusCode,
|
|
@@ -296,12 +281,7 @@ class ChaptersClient {
|
|
|
296
281
|
if (_response.error.reason === "status-code") {
|
|
297
282
|
switch (_response.error.statusCode) {
|
|
298
283
|
case 422:
|
|
299
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
300
|
-
unrecognizedObjectKeys: "passthrough",
|
|
301
|
-
allowUnrecognizedUnionMembers: true,
|
|
302
|
-
allowUnrecognizedEnumValues: true,
|
|
303
|
-
breadcrumbsPrefix: ["response"],
|
|
304
|
-
}), _response.rawResponse);
|
|
284
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
305
285
|
default:
|
|
306
286
|
throw new errors.ElevenLabsError({
|
|
307
287
|
statusCode: _response.error.statusCode,
|
|
@@ -357,12 +337,7 @@ class ChaptersClient {
|
|
|
357
337
|
if (_response.error.reason === "status-code") {
|
|
358
338
|
switch (_response.error.statusCode) {
|
|
359
339
|
case 422:
|
|
360
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
361
|
-
unrecognizedObjectKeys: "passthrough",
|
|
362
|
-
allowUnrecognizedUnionMembers: true,
|
|
363
|
-
allowUnrecognizedEnumValues: true,
|
|
364
|
-
breadcrumbsPrefix: ["response"],
|
|
365
|
-
}), _response.rawResponse);
|
|
340
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
366
341
|
default:
|
|
367
342
|
throw new errors.ElevenLabsError({
|
|
368
343
|
statusCode: _response.error.statusCode,
|
|
@@ -418,12 +393,7 @@ class ChaptersClient {
|
|
|
418
393
|
if (_response.error.reason === "status-code") {
|
|
419
394
|
switch (_response.error.statusCode) {
|
|
420
395
|
case 422:
|
|
421
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
422
|
-
unrecognizedObjectKeys: "passthrough",
|
|
423
|
-
allowUnrecognizedUnionMembers: true,
|
|
424
|
-
allowUnrecognizedEnumValues: true,
|
|
425
|
-
breadcrumbsPrefix: ["response"],
|
|
426
|
-
}), _response.rawResponse);
|
|
396
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
427
397
|
default:
|
|
428
398
|
throw new errors.ElevenLabsError({
|
|
429
399
|
statusCode: _response.error.statusCode,
|
|
@@ -100,12 +100,7 @@ class SnapshotsClient {
|
|
|
100
100
|
if (_response.error.reason === "status-code") {
|
|
101
101
|
switch (_response.error.statusCode) {
|
|
102
102
|
case 422:
|
|
103
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
104
|
-
unrecognizedObjectKeys: "passthrough",
|
|
105
|
-
allowUnrecognizedUnionMembers: true,
|
|
106
|
-
allowUnrecognizedEnumValues: true,
|
|
107
|
-
breadcrumbsPrefix: ["response"],
|
|
108
|
-
}), _response.rawResponse);
|
|
103
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
109
104
|
default:
|
|
110
105
|
throw new errors.ElevenLabsError({
|
|
111
106
|
statusCode: _response.error.statusCode,
|
|
@@ -162,12 +157,7 @@ class SnapshotsClient {
|
|
|
162
157
|
if (_response.error.reason === "status-code") {
|
|
163
158
|
switch (_response.error.statusCode) {
|
|
164
159
|
case 422:
|
|
165
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
166
|
-
unrecognizedObjectKeys: "passthrough",
|
|
167
|
-
allowUnrecognizedUnionMembers: true,
|
|
168
|
-
allowUnrecognizedEnumValues: true,
|
|
169
|
-
breadcrumbsPrefix: ["response"],
|
|
170
|
-
}), _response.rawResponse);
|
|
160
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
171
161
|
default:
|
|
172
162
|
throw new errors.ElevenLabsError({
|
|
173
163
|
statusCode: _response.error.statusCode,
|
|
@@ -211,12 +201,7 @@ class SnapshotsClient {
|
|
|
211
201
|
if (_response.error.reason === "status-code") {
|
|
212
202
|
switch (_response.error.statusCode) {
|
|
213
203
|
case 422:
|
|
214
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
215
|
-
unrecognizedObjectKeys: "passthrough",
|
|
216
|
-
allowUnrecognizedUnionMembers: true,
|
|
217
|
-
allowUnrecognizedEnumValues: true,
|
|
218
|
-
breadcrumbsPrefix: ["response"],
|
|
219
|
-
}), _response.rawResponse);
|
|
204
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
220
205
|
default:
|
|
221
206
|
throw new errors.ElevenLabsError({
|
|
222
207
|
statusCode: _response.error.statusCode,
|
|
@@ -118,12 +118,7 @@ class ContentClient {
|
|
|
118
118
|
if (_response.error.reason === "status-code") {
|
|
119
119
|
switch (_response.error.statusCode) {
|
|
120
120
|
case 422:
|
|
121
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
122
|
-
unrecognizedObjectKeys: "passthrough",
|
|
123
|
-
allowUnrecognizedUnionMembers: true,
|
|
124
|
-
allowUnrecognizedEnumValues: true,
|
|
125
|
-
breadcrumbsPrefix: ["response"],
|
|
126
|
-
}), _response.rawResponse);
|
|
121
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
127
122
|
default:
|
|
128
123
|
throw new errors.ElevenLabsError({
|
|
129
124
|
statusCode: _response.error.statusCode,
|
package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js
CHANGED
|
@@ -107,12 +107,7 @@ class PronunciationDictionariesClient {
|
|
|
107
107
|
if (_response.error.reason === "status-code") {
|
|
108
108
|
switch (_response.error.statusCode) {
|
|
109
109
|
case 422:
|
|
110
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
111
|
-
unrecognizedObjectKeys: "passthrough",
|
|
112
|
-
allowUnrecognizedUnionMembers: true,
|
|
113
|
-
allowUnrecognizedEnumValues: true,
|
|
114
|
-
breadcrumbsPrefix: ["response"],
|
|
115
|
-
}), _response.rawResponse);
|
|
110
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
116
111
|
default:
|
|
117
112
|
throw new errors.ElevenLabsError({
|
|
118
113
|
statusCode: _response.error.statusCode,
|