@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
|
@@ -93,11 +93,21 @@ class DraftsClient {
|
|
|
93
93
|
* forwardCondition: {
|
|
94
94
|
* type: "expression",
|
|
95
95
|
* expression: {
|
|
96
|
-
* type: "
|
|
97
|
-
*
|
|
98
|
-
*
|
|
99
|
-
*
|
|
100
|
-
*
|
|
96
|
+
* type: "add_operator",
|
|
97
|
+
* left: {
|
|
98
|
+
* type: "and_operator",
|
|
99
|
+
* children: [{
|
|
100
|
+
* type: "boolean_literal",
|
|
101
|
+
* value: true
|
|
102
|
+
* }]
|
|
103
|
+
* },
|
|
104
|
+
* right: {
|
|
105
|
+
* type: "and_operator",
|
|
106
|
+
* children: [{
|
|
107
|
+
* type: "boolean_literal",
|
|
108
|
+
* value: true
|
|
109
|
+
* }]
|
|
110
|
+
* }
|
|
101
111
|
* }
|
|
102
112
|
* }
|
|
103
113
|
* },
|
|
@@ -107,11 +117,21 @@ class DraftsClient {
|
|
|
107
117
|
* forwardCondition: {
|
|
108
118
|
* type: "expression",
|
|
109
119
|
* expression: {
|
|
110
|
-
* type: "
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
*
|
|
120
|
+
* type: "add_operator",
|
|
121
|
+
* left: {
|
|
122
|
+
* type: "and_operator",
|
|
123
|
+
* children: [{
|
|
124
|
+
* type: "boolean_literal",
|
|
125
|
+
* value: true
|
|
126
|
+
* }]
|
|
127
|
+
* },
|
|
128
|
+
* right: {
|
|
129
|
+
* type: "and_operator",
|
|
130
|
+
* children: [{
|
|
131
|
+
* type: "boolean_literal",
|
|
132
|
+
* value: true
|
|
133
|
+
* }]
|
|
134
|
+
* }
|
|
115
135
|
* }
|
|
116
136
|
* }
|
|
117
137
|
* },
|
|
@@ -121,11 +141,21 @@ class DraftsClient {
|
|
|
121
141
|
* forwardCondition: {
|
|
122
142
|
* type: "expression",
|
|
123
143
|
* expression: {
|
|
124
|
-
* type: "
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
144
|
+
* type: "add_operator",
|
|
145
|
+
* left: {
|
|
146
|
+
* type: "and_operator",
|
|
147
|
+
* children: [{
|
|
148
|
+
* type: "boolean_literal",
|
|
149
|
+
* value: true
|
|
150
|
+
* }]
|
|
151
|
+
* },
|
|
152
|
+
* right: {
|
|
153
|
+
* type: "and_operator",
|
|
154
|
+
* children: [{
|
|
155
|
+
* type: "boolean_literal",
|
|
156
|
+
* value: true
|
|
157
|
+
* }]
|
|
158
|
+
* }
|
|
129
159
|
* }
|
|
130
160
|
* }
|
|
131
161
|
* },
|
|
@@ -135,11 +165,21 @@ class DraftsClient {
|
|
|
135
165
|
* forwardCondition: {
|
|
136
166
|
* type: "expression",
|
|
137
167
|
* expression: {
|
|
138
|
-
* type: "
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
142
|
-
*
|
|
168
|
+
* type: "add_operator",
|
|
169
|
+
* left: {
|
|
170
|
+
* type: "and_operator",
|
|
171
|
+
* children: [{
|
|
172
|
+
* type: "boolean_literal",
|
|
173
|
+
* value: true
|
|
174
|
+
* }]
|
|
175
|
+
* },
|
|
176
|
+
* right: {
|
|
177
|
+
* type: "and_operator",
|
|
178
|
+
* children: [{
|
|
179
|
+
* type: "boolean_literal",
|
|
180
|
+
* value: true
|
|
181
|
+
* }]
|
|
182
|
+
* }
|
|
143
183
|
* }
|
|
144
184
|
* }
|
|
145
185
|
* },
|
|
@@ -149,11 +189,21 @@ class DraftsClient {
|
|
|
149
189
|
* forwardCondition: {
|
|
150
190
|
* type: "expression",
|
|
151
191
|
* expression: {
|
|
152
|
-
* type: "
|
|
153
|
-
*
|
|
154
|
-
*
|
|
155
|
-
*
|
|
156
|
-
*
|
|
192
|
+
* type: "add_operator",
|
|
193
|
+
* left: {
|
|
194
|
+
* type: "and_operator",
|
|
195
|
+
* children: [{
|
|
196
|
+
* type: "boolean_literal",
|
|
197
|
+
* value: true
|
|
198
|
+
* }]
|
|
199
|
+
* },
|
|
200
|
+
* right: {
|
|
201
|
+
* type: "and_operator",
|
|
202
|
+
* children: [{
|
|
203
|
+
* type: "boolean_literal",
|
|
204
|
+
* value: true
|
|
205
|
+
* }]
|
|
206
|
+
* }
|
|
157
207
|
* }
|
|
158
208
|
* }
|
|
159
209
|
* },
|
|
@@ -163,11 +213,21 @@ class DraftsClient {
|
|
|
163
213
|
* forwardCondition: {
|
|
164
214
|
* type: "expression",
|
|
165
215
|
* expression: {
|
|
166
|
-
* type: "
|
|
167
|
-
*
|
|
168
|
-
*
|
|
169
|
-
*
|
|
170
|
-
*
|
|
216
|
+
* type: "add_operator",
|
|
217
|
+
* left: {
|
|
218
|
+
* type: "and_operator",
|
|
219
|
+
* children: [{
|
|
220
|
+
* type: "boolean_literal",
|
|
221
|
+
* value: true
|
|
222
|
+
* }]
|
|
223
|
+
* },
|
|
224
|
+
* right: {
|
|
225
|
+
* type: "and_operator",
|
|
226
|
+
* children: [{
|
|
227
|
+
* type: "boolean_literal",
|
|
228
|
+
* value: true
|
|
229
|
+
* }]
|
|
230
|
+
* }
|
|
171
231
|
* }
|
|
172
232
|
* }
|
|
173
233
|
* },
|
|
@@ -177,11 +237,21 @@ class DraftsClient {
|
|
|
177
237
|
* forwardCondition: {
|
|
178
238
|
* type: "expression",
|
|
179
239
|
* expression: {
|
|
180
|
-
* type: "
|
|
181
|
-
*
|
|
182
|
-
*
|
|
183
|
-
*
|
|
184
|
-
*
|
|
240
|
+
* type: "add_operator",
|
|
241
|
+
* left: {
|
|
242
|
+
* type: "and_operator",
|
|
243
|
+
* children: [{
|
|
244
|
+
* type: "boolean_literal",
|
|
245
|
+
* value: true
|
|
246
|
+
* }]
|
|
247
|
+
* },
|
|
248
|
+
* right: {
|
|
249
|
+
* type: "and_operator",
|
|
250
|
+
* children: [{
|
|
251
|
+
* type: "boolean_literal",
|
|
252
|
+
* value: true
|
|
253
|
+
* }]
|
|
254
|
+
* }
|
|
185
255
|
* }
|
|
186
256
|
* }
|
|
187
257
|
* },
|
|
@@ -191,11 +261,21 @@ class DraftsClient {
|
|
|
191
261
|
* forwardCondition: {
|
|
192
262
|
* type: "expression",
|
|
193
263
|
* expression: {
|
|
194
|
-
* type: "
|
|
195
|
-
*
|
|
196
|
-
*
|
|
197
|
-
*
|
|
198
|
-
*
|
|
264
|
+
* type: "add_operator",
|
|
265
|
+
* left: {
|
|
266
|
+
* type: "and_operator",
|
|
267
|
+
* children: [{
|
|
268
|
+
* type: "boolean_literal",
|
|
269
|
+
* value: true
|
|
270
|
+
* }]
|
|
271
|
+
* },
|
|
272
|
+
* right: {
|
|
273
|
+
* type: "and_operator",
|
|
274
|
+
* children: [{
|
|
275
|
+
* type: "boolean_literal",
|
|
276
|
+
* value: true
|
|
277
|
+
* }]
|
|
278
|
+
* }
|
|
199
279
|
* }
|
|
200
280
|
* }
|
|
201
281
|
* }
|
|
@@ -263,12 +343,7 @@ class DraftsClient {
|
|
|
263
343
|
if (_response.error.reason === "status-code") {
|
|
264
344
|
switch (_response.error.statusCode) {
|
|
265
345
|
case 422:
|
|
266
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
267
|
-
unrecognizedObjectKeys: "passthrough",
|
|
268
|
-
allowUnrecognizedUnionMembers: true,
|
|
269
|
-
allowUnrecognizedEnumValues: true,
|
|
270
|
-
breadcrumbsPrefix: ["response"],
|
|
271
|
-
}), _response.rawResponse);
|
|
346
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
272
347
|
default:
|
|
273
348
|
throw new errors.ElevenLabsError({
|
|
274
349
|
statusCode: _response.error.statusCode,
|
|
@@ -321,12 +396,7 @@ class DraftsClient {
|
|
|
321
396
|
if (_response.error.reason === "status-code") {
|
|
322
397
|
switch (_response.error.statusCode) {
|
|
323
398
|
case 422:
|
|
324
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
325
|
-
unrecognizedObjectKeys: "passthrough",
|
|
326
|
-
allowUnrecognizedUnionMembers: true,
|
|
327
|
-
allowUnrecognizedEnumValues: true,
|
|
328
|
-
breadcrumbsPrefix: ["response"],
|
|
329
|
-
}), _response.rawResponse);
|
|
399
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
330
400
|
default:
|
|
331
401
|
throw new errors.ElevenLabsError({
|
|
332
402
|
statusCode: _response.error.statusCode,
|
|
@@ -17,11 +17,21 @@ import type * as ElevenLabs from "../../../../../../../../index";
|
|
|
17
17
|
* forwardCondition: {
|
|
18
18
|
* type: "expression",
|
|
19
19
|
* expression: {
|
|
20
|
-
* type: "
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
20
|
+
* type: "add_operator",
|
|
21
|
+
* left: {
|
|
22
|
+
* type: "and_operator",
|
|
23
|
+
* children: [{
|
|
24
|
+
* type: "boolean_literal",
|
|
25
|
+
* value: true
|
|
26
|
+
* }]
|
|
27
|
+
* },
|
|
28
|
+
* right: {
|
|
29
|
+
* type: "and_operator",
|
|
30
|
+
* children: [{
|
|
31
|
+
* type: "boolean_literal",
|
|
32
|
+
* value: true
|
|
33
|
+
* }]
|
|
34
|
+
* }
|
|
25
35
|
* }
|
|
26
36
|
* }
|
|
27
37
|
* },
|
|
@@ -31,11 +41,21 @@ import type * as ElevenLabs from "../../../../../../../../index";
|
|
|
31
41
|
* forwardCondition: {
|
|
32
42
|
* type: "expression",
|
|
33
43
|
* expression: {
|
|
34
|
-
* type: "
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
44
|
+
* type: "add_operator",
|
|
45
|
+
* left: {
|
|
46
|
+
* type: "and_operator",
|
|
47
|
+
* children: [{
|
|
48
|
+
* type: "boolean_literal",
|
|
49
|
+
* value: true
|
|
50
|
+
* }]
|
|
51
|
+
* },
|
|
52
|
+
* right: {
|
|
53
|
+
* type: "and_operator",
|
|
54
|
+
* children: [{
|
|
55
|
+
* type: "boolean_literal",
|
|
56
|
+
* value: true
|
|
57
|
+
* }]
|
|
58
|
+
* }
|
|
39
59
|
* }
|
|
40
60
|
* }
|
|
41
61
|
* },
|
|
@@ -45,11 +65,21 @@ import type * as ElevenLabs from "../../../../../../../../index";
|
|
|
45
65
|
* forwardCondition: {
|
|
46
66
|
* type: "expression",
|
|
47
67
|
* expression: {
|
|
48
|
-
* type: "
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
*
|
|
68
|
+
* type: "add_operator",
|
|
69
|
+
* left: {
|
|
70
|
+
* type: "and_operator",
|
|
71
|
+
* children: [{
|
|
72
|
+
* type: "boolean_literal",
|
|
73
|
+
* value: true
|
|
74
|
+
* }]
|
|
75
|
+
* },
|
|
76
|
+
* right: {
|
|
77
|
+
* type: "and_operator",
|
|
78
|
+
* children: [{
|
|
79
|
+
* type: "boolean_literal",
|
|
80
|
+
* value: true
|
|
81
|
+
* }]
|
|
82
|
+
* }
|
|
53
83
|
* }
|
|
54
84
|
* }
|
|
55
85
|
* },
|
|
@@ -59,11 +89,21 @@ import type * as ElevenLabs from "../../../../../../../../index";
|
|
|
59
89
|
* forwardCondition: {
|
|
60
90
|
* type: "expression",
|
|
61
91
|
* expression: {
|
|
62
|
-
* type: "
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
*
|
|
66
|
-
*
|
|
92
|
+
* type: "add_operator",
|
|
93
|
+
* left: {
|
|
94
|
+
* type: "and_operator",
|
|
95
|
+
* children: [{
|
|
96
|
+
* type: "boolean_literal",
|
|
97
|
+
* value: true
|
|
98
|
+
* }]
|
|
99
|
+
* },
|
|
100
|
+
* right: {
|
|
101
|
+
* type: "and_operator",
|
|
102
|
+
* children: [{
|
|
103
|
+
* type: "boolean_literal",
|
|
104
|
+
* value: true
|
|
105
|
+
* }]
|
|
106
|
+
* }
|
|
67
107
|
* }
|
|
68
108
|
* }
|
|
69
109
|
* },
|
|
@@ -73,11 +113,21 @@ import type * as ElevenLabs from "../../../../../../../../index";
|
|
|
73
113
|
* forwardCondition: {
|
|
74
114
|
* type: "expression",
|
|
75
115
|
* expression: {
|
|
76
|
-
* type: "
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
*
|
|
116
|
+
* type: "add_operator",
|
|
117
|
+
* left: {
|
|
118
|
+
* type: "and_operator",
|
|
119
|
+
* children: [{
|
|
120
|
+
* type: "boolean_literal",
|
|
121
|
+
* value: true
|
|
122
|
+
* }]
|
|
123
|
+
* },
|
|
124
|
+
* right: {
|
|
125
|
+
* type: "and_operator",
|
|
126
|
+
* children: [{
|
|
127
|
+
* type: "boolean_literal",
|
|
128
|
+
* value: true
|
|
129
|
+
* }]
|
|
130
|
+
* }
|
|
81
131
|
* }
|
|
82
132
|
* }
|
|
83
133
|
* },
|
|
@@ -87,11 +137,21 @@ import type * as ElevenLabs from "../../../../../../../../index";
|
|
|
87
137
|
* forwardCondition: {
|
|
88
138
|
* type: "expression",
|
|
89
139
|
* expression: {
|
|
90
|
-
* type: "
|
|
91
|
-
*
|
|
92
|
-
*
|
|
93
|
-
*
|
|
94
|
-
*
|
|
140
|
+
* type: "add_operator",
|
|
141
|
+
* left: {
|
|
142
|
+
* type: "and_operator",
|
|
143
|
+
* children: [{
|
|
144
|
+
* type: "boolean_literal",
|
|
145
|
+
* value: true
|
|
146
|
+
* }]
|
|
147
|
+
* },
|
|
148
|
+
* right: {
|
|
149
|
+
* type: "and_operator",
|
|
150
|
+
* children: [{
|
|
151
|
+
* type: "boolean_literal",
|
|
152
|
+
* value: true
|
|
153
|
+
* }]
|
|
154
|
+
* }
|
|
95
155
|
* }
|
|
96
156
|
* }
|
|
97
157
|
* },
|
|
@@ -101,11 +161,21 @@ import type * as ElevenLabs from "../../../../../../../../index";
|
|
|
101
161
|
* forwardCondition: {
|
|
102
162
|
* type: "expression",
|
|
103
163
|
* expression: {
|
|
104
|
-
* type: "
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
164
|
+
* type: "add_operator",
|
|
165
|
+
* left: {
|
|
166
|
+
* type: "and_operator",
|
|
167
|
+
* children: [{
|
|
168
|
+
* type: "boolean_literal",
|
|
169
|
+
* value: true
|
|
170
|
+
* }]
|
|
171
|
+
* },
|
|
172
|
+
* right: {
|
|
173
|
+
* type: "and_operator",
|
|
174
|
+
* children: [{
|
|
175
|
+
* type: "boolean_literal",
|
|
176
|
+
* value: true
|
|
177
|
+
* }]
|
|
178
|
+
* }
|
|
109
179
|
* }
|
|
110
180
|
* }
|
|
111
181
|
* },
|
|
@@ -115,11 +185,21 @@ import type * as ElevenLabs from "../../../../../../../../index";
|
|
|
115
185
|
* forwardCondition: {
|
|
116
186
|
* type: "expression",
|
|
117
187
|
* expression: {
|
|
118
|
-
* type: "
|
|
119
|
-
*
|
|
120
|
-
*
|
|
121
|
-
*
|
|
122
|
-
*
|
|
188
|
+
* type: "add_operator",
|
|
189
|
+
* left: {
|
|
190
|
+
* type: "and_operator",
|
|
191
|
+
* children: [{
|
|
192
|
+
* type: "boolean_literal",
|
|
193
|
+
* value: true
|
|
194
|
+
* }]
|
|
195
|
+
* },
|
|
196
|
+
* right: {
|
|
197
|
+
* type: "and_operator",
|
|
198
|
+
* children: [{
|
|
199
|
+
* type: "boolean_literal",
|
|
200
|
+
* value: true
|
|
201
|
+
* }]
|
|
202
|
+
* }
|
|
123
203
|
* }
|
|
124
204
|
* }
|
|
125
205
|
* }
|
package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js
CHANGED
|
@@ -99,12 +99,7 @@ class KnowledgeBaseClient {
|
|
|
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,
|
|
@@ -99,12 +99,7 @@ class LinkClient {
|
|
|
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,
|
|
@@ -105,12 +105,7 @@ class LlmUsageClient {
|
|
|
105
105
|
if (_response.error.reason === "status-code") {
|
|
106
106
|
switch (_response.error.statusCode) {
|
|
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,
|
package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js
CHANGED
|
@@ -109,12 +109,7 @@ class SummariesClient {
|
|
|
109
109
|
if (_response.error.reason === "status-code") {
|
|
110
110
|
switch (_response.error.statusCode) {
|
|
111
111
|
case 422:
|
|
112
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
113
|
-
unrecognizedObjectKeys: "passthrough",
|
|
114
|
-
allowUnrecognizedUnionMembers: true,
|
|
115
|
-
allowUnrecognizedEnumValues: true,
|
|
116
|
-
breadcrumbsPrefix: ["response"],
|
|
117
|
-
}), _response.rawResponse);
|
|
112
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
118
113
|
default:
|
|
119
114
|
throw new errors.ElevenLabsError({
|
|
120
115
|
statusCode: _response.error.statusCode,
|
|
@@ -112,12 +112,7 @@ class WidgetClient {
|
|
|
112
112
|
if (_response.error.reason === "status-code") {
|
|
113
113
|
switch (_response.error.statusCode) {
|
|
114
114
|
case 422:
|
|
115
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
116
|
-
unrecognizedObjectKeys: "passthrough",
|
|
117
|
-
allowUnrecognizedUnionMembers: true,
|
|
118
|
-
allowUnrecognizedEnumValues: true,
|
|
119
|
-
breadcrumbsPrefix: ["response"],
|
|
120
|
-
}), _response.rawResponse);
|
|
115
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
121
116
|
default:
|
|
122
117
|
throw new errors.ElevenLabsError({
|
|
123
118
|
statusCode: _response.error.statusCode,
|
|
@@ -109,12 +109,7 @@ class AvatarClient {
|
|
|
109
109
|
if (_response.error.reason === "status-code") {
|
|
110
110
|
switch (_response.error.statusCode) {
|
|
111
111
|
case 422:
|
|
112
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
113
|
-
unrecognizedObjectKeys: "passthrough",
|
|
114
|
-
allowUnrecognizedUnionMembers: true,
|
|
115
|
-
allowUnrecognizedEnumValues: true,
|
|
116
|
-
breadcrumbsPrefix: ["response"],
|
|
117
|
-
}), _response.rawResponse);
|
|
112
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
118
113
|
default:
|
|
119
114
|
throw new errors.ElevenLabsError({
|
|
120
115
|
statusCode: _response.error.statusCode,
|
package/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js
CHANGED
|
@@ -106,12 +106,7 @@ class LiveCountClient {
|
|
|
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,
|
|
@@ -106,12 +106,7 @@ class BatchCallsClient {
|
|
|
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,
|
|
@@ -177,12 +172,7 @@ class BatchCallsClient {
|
|
|
177
172
|
if (_response.error.reason === "status-code") {
|
|
178
173
|
switch (_response.error.statusCode) {
|
|
179
174
|
case 422:
|
|
180
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
181
|
-
unrecognizedObjectKeys: "passthrough",
|
|
182
|
-
allowUnrecognizedUnionMembers: true,
|
|
183
|
-
allowUnrecognizedEnumValues: true,
|
|
184
|
-
breadcrumbsPrefix: ["response"],
|
|
185
|
-
}), _response.rawResponse);
|
|
175
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
186
176
|
default:
|
|
187
177
|
throw new errors.ElevenLabsError({
|
|
188
178
|
statusCode: _response.error.statusCode,
|
|
@@ -237,12 +227,7 @@ class BatchCallsClient {
|
|
|
237
227
|
if (_response.error.reason === "status-code") {
|
|
238
228
|
switch (_response.error.statusCode) {
|
|
239
229
|
case 422:
|
|
240
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
241
|
-
unrecognizedObjectKeys: "passthrough",
|
|
242
|
-
allowUnrecognizedUnionMembers: true,
|
|
243
|
-
allowUnrecognizedEnumValues: true,
|
|
244
|
-
breadcrumbsPrefix: ["response"],
|
|
245
|
-
}), _response.rawResponse);
|
|
230
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
246
231
|
default:
|
|
247
232
|
throw new errors.ElevenLabsError({
|
|
248
233
|
statusCode: _response.error.statusCode,
|
|
@@ -289,12 +274,7 @@ class BatchCallsClient {
|
|
|
289
274
|
if (_response.error.reason === "status-code") {
|
|
290
275
|
switch (_response.error.statusCode) {
|
|
291
276
|
case 422:
|
|
292
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
293
|
-
unrecognizedObjectKeys: "passthrough",
|
|
294
|
-
allowUnrecognizedUnionMembers: true,
|
|
295
|
-
allowUnrecognizedEnumValues: true,
|
|
296
|
-
breadcrumbsPrefix: ["response"],
|
|
297
|
-
}), _response.rawResponse);
|
|
277
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
298
278
|
default:
|
|
299
279
|
throw new errors.ElevenLabsError({
|
|
300
280
|
statusCode: _response.error.statusCode,
|
|
@@ -349,12 +329,7 @@ class BatchCallsClient {
|
|
|
349
329
|
if (_response.error.reason === "status-code") {
|
|
350
330
|
switch (_response.error.statusCode) {
|
|
351
331
|
case 422:
|
|
352
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
353
|
-
unrecognizedObjectKeys: "passthrough",
|
|
354
|
-
allowUnrecognizedUnionMembers: true,
|
|
355
|
-
allowUnrecognizedEnumValues: true,
|
|
356
|
-
breadcrumbsPrefix: ["response"],
|
|
357
|
-
}), _response.rawResponse);
|
|
332
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
358
333
|
default:
|
|
359
334
|
throw new errors.ElevenLabsError({
|
|
360
335
|
statusCode: _response.error.statusCode,
|
|
@@ -409,12 +384,7 @@ class BatchCallsClient {
|
|
|
409
384
|
if (_response.error.reason === "status-code") {
|
|
410
385
|
switch (_response.error.statusCode) {
|
|
411
386
|
case 422:
|
|
412
|
-
throw new ElevenLabs.UnprocessableEntityError(
|
|
413
|
-
unrecognizedObjectKeys: "passthrough",
|
|
414
|
-
allowUnrecognizedUnionMembers: true,
|
|
415
|
-
allowUnrecognizedEnumValues: true,
|
|
416
|
-
breadcrumbsPrefix: ["response"],
|
|
417
|
-
}), _response.rawResponse);
|
|
387
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
418
388
|
default:
|
|
419
389
|
throw new errors.ElevenLabsError({
|
|
420
390
|
statusCode: _response.error.statusCode,
|