@elevenlabs/elevenlabs-js 2.40.0 → 2.41.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BaseClient.js +2 -2
- package/Client.d.ts +2 -12
- package/Client.js +4 -43
- package/api/errors/UnprocessableEntityError.d.ts +1 -2
- package/api/resources/audioIsolation/client/Client.js +2 -12
- package/api/resources/audioNative/client/Client.js +4 -24
- package/api/resources/conversationalAi/client/Client.js +4 -24
- package/api/resources/conversationalAi/resources/agents/client/Client.js +9 -54
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +5 -30
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +8 -32
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +10 -44
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +8 -32
- package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +6 -36
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +18 -38
- package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.d.ts +26 -0
- package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.js +115 -0
- package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.js +2 -0
- package/api/resources/conversationalAi/resources/conversations/resources/analysis/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/analysis/index.js +17 -0
- package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +1 -7
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/index.js +2 -1
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +9 -13
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +3 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +12 -72
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/llm/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/llmUsage/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +5 -30
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +4 -24
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +5 -30
- package/api/resources/conversationalAi/resources/secrets/client/Client.js +4 -24
- package/api/resources/conversationalAi/resources/settings/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/tests/client/Client.js +6 -36
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +3 -18
- package/api/resources/conversationalAi/resources/tools/client/Client.js +6 -36
- package/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/users/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/whatsapp/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +4 -24
- package/api/resources/dubbing/client/Client.js +4 -24
- package/api/resources/dubbing/resources/audio/client/Client.js +1 -7
- package/api/resources/dubbing/resources/resource/client/Client.js +6 -36
- package/api/resources/dubbing/resources/resource/resources/language/client/Client.js +1 -6
- package/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +2 -12
- package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +3 -18
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +1 -6
- package/api/resources/dubbing/resources/transcript/client/Client.js +1 -6
- package/api/resources/dubbing/resources/transcripts/client/Client.js +1 -6
- package/api/resources/environmentVariables/client/Client.js +4 -24
- package/api/resources/forcedAlignment/client/Client.js +1 -9
- package/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +0 -2
- package/api/resources/history/client/Client.js +5 -30
- package/api/resources/models/client/Client.js +1 -6
- package/api/resources/music/client/Client.d.ts +7 -0
- package/api/resources/music/client/Client.js +74 -30
- package/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.d.ts +19 -0
- package/api/resources/music/client/requests/index.d.ts +1 -0
- package/api/resources/music/resources/compositionPlan/client/Client.js +1 -6
- package/api/resources/pronunciationDictionaries/client/Client.js +6 -36
- package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +3 -18
- package/api/resources/samples/client/Client.js +1 -6
- package/api/resources/serviceAccounts/client/Client.js +1 -6
- package/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +4 -24
- package/api/resources/speechToSpeech/client/Client.js +2 -12
- package/api/resources/speechToText/client/Client.js +4 -6
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -1
- package/api/resources/speechToText/resources/transcripts/client/Client.js +2 -12
- package/api/resources/studio/client/Client.js +1 -6
- package/api/resources/studio/resources/projects/client/Client.js +7 -42
- package/api/resources/studio/resources/projects/resources/chapters/client/Client.js +6 -36
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +3 -18
- package/api/resources/studio/resources/projects/resources/content/client/Client.js +1 -6
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +1 -6
- package/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +4 -24
- package/api/resources/textToDialogue/client/Client.js +4 -24
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
- package/api/resources/textToSoundEffects/client/Client.js +1 -6
- package/api/resources/textToSpeech/client/Client.js +4 -24
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
- package/api/resources/textToVoice/client/Client.js +4 -24
- package/api/resources/textToVoice/resources/preview/client/Client.js +1 -7
- package/api/resources/tokens/resources/singleUse/client/Client.js +1 -6
- package/api/resources/usage/client/Client.js +1 -6
- package/api/resources/user/client/Client.js +1 -6
- package/api/resources/user/resources/subscription/client/Client.js +1 -6
- package/api/resources/voices/client/Client.js +8 -48
- package/api/resources/voices/resources/ivc/client/Client.js +1 -6
- package/api/resources/voices/resources/pvc/client/Client.js +3 -18
- package/api/resources/voices/resources/pvc/resources/samples/client/Client.js +3 -18
- package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +1 -6
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +2 -12
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +1 -6
- package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +1 -6
- package/api/resources/voices/resources/pvc/resources/verification/client/Client.js +1 -6
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +2 -12
- package/api/resources/voices/resources/samples/resources/audio/client/Client.js +1 -7
- package/api/resources/voices/resources/settings/client/Client.js +2 -12
- package/api/resources/webhooks/client/Client.js +4 -24
- package/api/resources/workspace/resources/authConnections/client/Client.js +3 -18
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +4 -1
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
- package/api/resources/workspace/resources/groups/client/Client.js +2 -12
- package/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -12
- package/api/resources/workspace/resources/invites/client/Client.js +3 -18
- package/api/resources/workspace/resources/members/client/Client.js +1 -6
- package/api/resources/workspace/resources/resources/client/Client.js +3 -18
- package/api/types/AgentConfig.d.ts +2 -0
- package/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -0
- package/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -0
- package/api/types/AgentConfigOverrideConfig.d.ts +2 -0
- package/api/types/AgentConfigOverrideInput.d.ts +2 -0
- package/api/types/AgentConfigOverrideOutput.d.ts +2 -0
- package/api/types/AgentSortBy.d.ts +1 -0
- package/api/types/AgentSortBy.js +1 -0
- package/api/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +6 -0
- package/api/types/{ApiIntegrationWebhookOverridesInput.d.ts → ApiIntegrationWebhookOverrides.d.ts} +3 -6
- package/api/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +2 -0
- package/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +13 -0
- package/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
- package/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
- package/api/types/{VideoTranscription.d.ts → AssetTranscription.d.ts} +2 -2
- package/api/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +1 -1
- package/api/types/AstAdditionOperatorNodeInput.d.ts +7 -0
- package/api/types/AstAdditionOperatorNodeOutput.d.ts +7 -0
- package/api/types/AstAndOperatorNodeInput.d.ts +1 -1
- package/api/types/AstAndOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstConditionalOperatorNodeInput.d.ts +3 -3
- package/api/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
- package/api/types/AstDivisionOperatorNodeInput.d.ts +7 -0
- package/api/types/AstDivisionOperatorNodeOutput.d.ts +7 -0
- package/api/types/AstEqualsOperatorNodeInput.d.ts +2 -2
- package/api/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
- package/api/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstLessThanOperatorNodeInput.d.ts +2 -2
- package/api/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstMultiplicationOperatorNodeInput.d.ts +7 -0
- package/api/types/AstMultiplicationOperatorNodeOutput.d.ts +7 -0
- package/api/types/{WorkflowExpressionConditionModelInputExpression.d.ts → AstNodeInput.d.ts} +14 -5
- package/api/types/{AstConditionalOperatorNodeOutputCondition.d.ts → AstNodeOutput.d.ts} +14 -5
- package/api/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
- package/api/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstOrOperatorNodeInput.d.ts +1 -1
- package/api/types/AstOrOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstSubtractionOperatorNodeInput.d.ts +7 -0
- package/api/types/AstSubtractionOperatorNodeOutput.d.ts +7 -0
- package/api/types/AsyncConversationMetadata.d.ts +1 -0
- package/api/types/AudioAnalysis.d.ts +6 -0
- package/api/types/AudioAnalysisResult.d.ts +10 -0
- package/api/types/AudioAnalysisStatus.d.ts +6 -0
- package/api/types/AudioAnalysisStatus.js +9 -0
- package/api/types/AudioKeyMoment.d.ts +5 -0
- package/api/types/AudioSegment.d.ts +9 -0
- package/api/types/AvatarContextRequestModel.d.ts +6 -0
- package/api/types/AvatarContextResponseModel.d.ts +10 -0
- package/api/types/BatchCallDetailedResponse.d.ts +3 -0
- package/api/types/BatchCallResponse.d.ts +3 -0
- package/api/types/CanvasPlacement.d.ts +2 -0
- package/api/types/ChatSourceMedium.d.ts +1 -0
- package/api/types/ChatSourceMedium.js +1 -0
- package/api/types/ConversationConfig.d.ts +2 -0
- package/api/types/ConversationConfigWorkflowOverride.d.ts +2 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/api/types/ConversationInitiationClientDataInternal.d.ts +6 -0
- package/api/types/ConversationInitiationClientDataRequestInput.d.ts +4 -0
- package/api/types/ConversationInitiationClientDataRequestOutput.d.ts +4 -0
- package/api/types/CreateMtlsAuthRequest.d.ts +11 -0
- package/api/types/CreateSimulationTestRequest.d.ts +2 -0
- package/api/types/DependentUnknownToolIdentifier.d.ts +3 -1
- package/api/types/DtmfInputConfig.d.ts +9 -0
- package/api/types/EmbeddingModelEnum.d.ts +0 -1
- package/api/types/EmbeddingModelEnum.js +0 -1
- package/api/types/FeaturesUsageCommonModel.d.ts +2 -0
- package/api/types/FileInputConfig.d.ts +6 -0
- package/api/types/FileInputConfigWorkflowOverride.d.ts +6 -0
- package/api/types/GenesysRegion.d.ts +20 -0
- package/api/types/GenesysRegion.js +23 -0
- package/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -0
- package/api/types/GetLibraryVoicesResponse.d.ts +2 -0
- package/api/types/GetSimulationTestResponseModel.d.ts +2 -0
- package/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
- package/api/types/MessageSearchSortBy.d.ts +5 -0
- package/api/types/MessageSearchSortBy.js +8 -0
- package/api/types/MockNoMatchBehavior.d.ts +5 -0
- package/api/types/MockNoMatchBehavior.js +8 -0
- package/api/types/MockingStrategy.d.ts +6 -0
- package/api/types/MockingStrategy.js +9 -0
- package/api/types/MtlsAuthResponse.d.ts +10 -0
- package/api/types/OAuthConnectionStatus.d.ts +6 -0
- package/api/types/OAuthConnectionStatus.js +9 -0
- package/api/types/OrchestratorToolMockBehaviorConfig.d.ts +12 -0
- package/api/types/PermissionType.d.ts +1 -0
- package/api/types/PermissionType.js +1 -0
- package/api/types/ProcedureCompilerMode.d.ts +5 -0
- package/api/types/ProcedureCompilerMode.js +8 -0
- package/api/types/ProcedureSettings.d.ts +4 -0
- package/api/types/ProjectExternalAudioResponseModel.d.ts +1 -0
- package/api/types/ProjectImageResponseModel.d.ts +1 -0
- package/api/types/ProjectVideoResponseModel.d.ts +1 -0
- package/api/types/SimulationTestModel.d.ts +2 -0
- package/api/types/SimulationToolMockBehaviorConfig.d.ts +12 -0
- package/api/types/SpeechHistoryItemResponse.d.ts +2 -0
- package/api/types/Subscription.d.ts +1 -1
- package/api/types/SubscriptionResponse.d.ts +1 -1
- package/api/types/ToolRequestModel.d.ts +2 -0
- package/api/types/ToolResponseMockConfigInput.d.ts +7 -0
- package/api/types/ToolResponseMockConfigOutput.d.ts +7 -0
- package/api/types/ToolResponseModel.d.ts +2 -0
- package/api/types/UpdateSimulationTestRequest.d.ts +2 -0
- package/api/types/VideoAnalysisResult.d.ts +1 -1
- package/api/types/Voice.d.ts +6 -0
- package/api/types/VoiceResponseModelLabellingStatus.d.ts +5 -0
- package/api/types/VoiceResponseModelLabellingStatus.js +8 -0
- package/api/types/VoiceResponseModelRecordingQuality.d.ts +6 -0
- package/api/types/VoiceResponseModelRecordingQuality.js +9 -0
- package/api/types/WorkflowExpressionConditionModelInput.d.ts +1 -1
- package/api/types/WorkflowExpressionConditionModelOutput.d.ts +1 -1
- package/api/types/WorkspaceGroupPermission.d.ts +1 -0
- package/api/types/WorkspaceGroupPermission.js +1 -0
- package/api/types/WorkspaceResourceType.d.ts +2 -0
- package/api/types/WorkspaceResourceType.js +2 -0
- package/api/types/index.d.ts +40 -51
- package/api/types/index.js +40 -51
- package/dist/BaseClient.js +2 -2
- package/dist/Client.d.ts +2 -12
- package/dist/Client.js +4 -43
- package/dist/api/errors/UnprocessableEntityError.d.ts +1 -2
- package/dist/api/resources/audioIsolation/client/Client.js +2 -12
- package/dist/api/resources/audioNative/client/Client.js +4 -24
- package/dist/api/resources/conversationalAi/client/Client.js +4 -24
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +9 -54
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +5 -30
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +8 -32
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +10 -44
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +8 -32
- package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +6 -36
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +18 -38
- package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.d.ts +26 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.js +115 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +1 -7
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/index.js +2 -1
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +9 -13
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +12 -72
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/llm/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +5 -30
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +4 -24
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +5 -30
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +4 -24
- package/dist/api/resources/conversationalAi/resources/settings/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +6 -36
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +3 -18
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +6 -36
- package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/users/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/whatsapp/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +4 -24
- package/dist/api/resources/dubbing/client/Client.js +4 -24
- package/dist/api/resources/dubbing/resources/audio/client/Client.js +1 -7
- package/dist/api/resources/dubbing/resources/resource/client/Client.js +6 -36
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.js +1 -6
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +2 -12
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +3 -18
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +1 -6
- package/dist/api/resources/dubbing/resources/transcript/client/Client.js +1 -6
- package/dist/api/resources/dubbing/resources/transcripts/client/Client.js +1 -6
- package/dist/api/resources/environmentVariables/client/Client.js +4 -24
- package/dist/api/resources/forcedAlignment/client/Client.js +1 -9
- package/dist/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +0 -2
- package/dist/api/resources/history/client/Client.js +5 -30
- package/dist/api/resources/models/client/Client.js +1 -6
- package/dist/api/resources/music/client/Client.d.ts +7 -0
- package/dist/api/resources/music/client/Client.js +74 -30
- package/dist/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.d.ts +19 -0
- package/dist/api/resources/music/client/requests/index.d.ts +1 -0
- package/dist/api/resources/music/resources/compositionPlan/client/Client.js +1 -6
- package/dist/api/resources/pronunciationDictionaries/client/Client.js +6 -36
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +3 -18
- package/dist/api/resources/samples/client/Client.js +1 -6
- package/dist/api/resources/serviceAccounts/client/Client.js +1 -6
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +4 -24
- package/dist/api/resources/speechToSpeech/client/Client.js +2 -12
- package/dist/api/resources/speechToText/client/Client.js +4 -6
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -1
- package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +2 -12
- package/dist/api/resources/studio/client/Client.js +1 -6
- package/dist/api/resources/studio/resources/projects/client/Client.js +7 -42
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.js +6 -36
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +3 -18
- package/dist/api/resources/studio/resources/projects/resources/content/client/Client.js +1 -6
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +1 -6
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +4 -24
- package/dist/api/resources/textToDialogue/client/Client.js +4 -24
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
- package/dist/api/resources/textToSoundEffects/client/Client.js +1 -6
- package/dist/api/resources/textToSpeech/client/Client.js +4 -24
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
- package/dist/api/resources/textToVoice/client/Client.js +4 -24
- package/dist/api/resources/textToVoice/resources/preview/client/Client.js +1 -7
- package/dist/api/resources/tokens/resources/singleUse/client/Client.js +1 -6
- package/dist/api/resources/usage/client/Client.js +1 -6
- package/dist/api/resources/user/client/Client.js +1 -6
- package/dist/api/resources/user/resources/subscription/client/Client.js +1 -6
- package/dist/api/resources/voices/client/Client.js +8 -48
- package/dist/api/resources/voices/resources/ivc/client/Client.js +1 -6
- package/dist/api/resources/voices/resources/pvc/client/Client.js +3 -18
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.js +3 -18
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +1 -6
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +2 -12
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +1 -6
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +1 -6
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.js +1 -6
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +2 -12
- package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.js +1 -7
- package/dist/api/resources/voices/resources/settings/client/Client.js +2 -12
- package/dist/api/resources/webhooks/client/Client.js +4 -24
- package/dist/api/resources/workspace/resources/authConnections/client/Client.js +3 -18
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +4 -1
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
- package/dist/api/resources/workspace/resources/groups/client/Client.js +2 -12
- package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -12
- package/dist/api/resources/workspace/resources/invites/client/Client.js +3 -18
- package/dist/api/resources/workspace/resources/members/client/Client.js +1 -6
- package/dist/api/resources/workspace/resources/resources/client/Client.js +3 -18
- package/dist/api/types/AgentConfig.d.ts +2 -0
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -0
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -0
- package/dist/api/types/AgentConfigOverrideConfig.d.ts +2 -0
- package/dist/api/types/AgentConfigOverrideInput.d.ts +2 -0
- package/dist/api/types/AgentConfigOverrideOutput.d.ts +2 -0
- package/dist/api/types/AgentSortBy.d.ts +1 -0
- package/dist/api/types/AgentSortBy.js +1 -0
- package/dist/api/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +6 -0
- package/dist/api/types/{ApiIntegrationWebhookOverridesInput.d.ts → ApiIntegrationWebhookOverrides.d.ts} +3 -6
- package/dist/api/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +2 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +13 -0
- package/dist/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
- package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
- package/dist/api/types/{VideoTranscription.d.ts → AssetTranscription.d.ts} +2 -2
- package/dist/api/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +1 -1
- package/dist/api/types/AstAdditionOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstAdditionOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AstAndOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstAndOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstConditionalOperatorNodeInput.d.ts +3 -3
- package/dist/api/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
- package/dist/api/types/AstDivisionOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstDivisionOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AstEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstLessThanOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstMultiplicationOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstMultiplicationOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/{WorkflowExpressionConditionModelInputExpression.d.ts → AstNodeInput.d.ts} +14 -5
- package/{api/types/AstAndOperatorNodeOutputChildrenItem.d.ts → dist/api/types/AstNodeOutput.d.ts} +14 -2
- package/dist/api/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstOrOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstOrOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstSubtractionOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstSubtractionOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AsyncConversationMetadata.d.ts +1 -0
- package/dist/api/types/AudioAnalysis.d.ts +6 -0
- package/dist/api/types/AudioAnalysisResult.d.ts +10 -0
- package/dist/api/types/AudioAnalysisStatus.d.ts +6 -0
- package/dist/api/types/AudioAnalysisStatus.js +9 -0
- package/dist/api/types/AudioKeyMoment.d.ts +5 -0
- package/dist/api/types/AudioSegment.d.ts +9 -0
- package/dist/api/types/AvatarContextRequestModel.d.ts +6 -0
- package/dist/api/types/AvatarContextResponseModel.d.ts +10 -0
- package/dist/api/types/BatchCallDetailedResponse.d.ts +3 -0
- package/dist/api/types/BatchCallResponse.d.ts +3 -0
- package/dist/api/types/CanvasPlacement.d.ts +2 -0
- package/dist/api/types/ChatSourceMedium.d.ts +1 -0
- package/dist/api/types/ChatSourceMedium.js +1 -0
- package/dist/api/types/ConversationConfig.d.ts +2 -0
- package/dist/api/types/ConversationConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/dist/api/types/ConversationInitiationClientDataInternal.d.ts +6 -0
- package/dist/api/types/ConversationInitiationClientDataRequestInput.d.ts +4 -0
- package/dist/api/types/ConversationInitiationClientDataRequestOutput.d.ts +4 -0
- package/dist/api/types/CreateMtlsAuthRequest.d.ts +11 -0
- package/dist/api/types/CreateSimulationTestRequest.d.ts +2 -0
- package/dist/api/types/DependentUnknownToolIdentifier.d.ts +3 -1
- package/dist/api/types/DtmfInputConfig.d.ts +9 -0
- package/dist/api/types/EmbeddingModelEnum.d.ts +0 -1
- package/dist/api/types/EmbeddingModelEnum.js +0 -1
- package/dist/api/types/FeaturesUsageCommonModel.d.ts +2 -0
- package/dist/api/types/FileInputConfig.d.ts +6 -0
- package/dist/api/types/FileInputConfigWorkflowOverride.d.ts +6 -0
- package/dist/api/types/GenesysRegion.d.ts +20 -0
- package/dist/api/types/GenesysRegion.js +23 -0
- package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -0
- package/dist/api/types/GetLibraryVoicesResponse.d.ts +2 -0
- package/dist/api/types/GetSimulationTestResponseModel.d.ts +2 -0
- package/dist/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
- package/dist/api/types/MessageSearchSortBy.d.ts +5 -0
- package/dist/api/types/MessageSearchSortBy.js +8 -0
- package/dist/api/types/MockNoMatchBehavior.d.ts +5 -0
- package/dist/api/types/MockNoMatchBehavior.js +8 -0
- package/dist/api/types/MockingStrategy.d.ts +6 -0
- package/dist/api/types/MockingStrategy.js +9 -0
- package/dist/api/types/MtlsAuthResponse.d.ts +10 -0
- package/dist/api/types/OAuthConnectionStatus.d.ts +6 -0
- package/dist/api/types/OAuthConnectionStatus.js +9 -0
- package/dist/api/types/OrchestratorToolMockBehaviorConfig.d.ts +12 -0
- package/dist/api/types/PermissionType.d.ts +1 -0
- package/dist/api/types/PermissionType.js +1 -0
- package/dist/api/types/ProcedureCompilerMode.d.ts +5 -0
- package/dist/api/types/ProcedureCompilerMode.js +8 -0
- package/dist/api/types/ProcedureSettings.d.ts +4 -0
- package/dist/api/types/ProjectExternalAudioResponseModel.d.ts +1 -0
- package/dist/api/types/ProjectImageResponseModel.d.ts +1 -0
- package/dist/api/types/ProjectVideoResponseModel.d.ts +1 -0
- package/dist/api/types/SimulationTestModel.d.ts +2 -0
- package/dist/api/types/SimulationToolMockBehaviorConfig.d.ts +12 -0
- package/dist/api/types/SpeechHistoryItemResponse.d.ts +2 -0
- package/dist/api/types/Subscription.d.ts +1 -1
- package/dist/api/types/SubscriptionResponse.d.ts +1 -1
- package/dist/api/types/ToolRequestModel.d.ts +2 -0
- package/dist/api/types/ToolResponseMockConfigInput.d.ts +7 -0
- package/dist/api/types/ToolResponseMockConfigOutput.d.ts +7 -0
- package/dist/api/types/ToolResponseModel.d.ts +2 -0
- package/dist/api/types/UpdateSimulationTestRequest.d.ts +2 -0
- package/dist/api/types/VideoAnalysisResult.d.ts +1 -1
- package/dist/api/types/Voice.d.ts +6 -0
- package/dist/api/types/VoiceResponseModelLabellingStatus.d.ts +5 -0
- package/dist/api/types/VoiceResponseModelLabellingStatus.js +8 -0
- package/dist/api/types/VoiceResponseModelRecordingQuality.d.ts +6 -0
- package/dist/api/types/VoiceResponseModelRecordingQuality.js +9 -0
- package/dist/api/types/WorkflowExpressionConditionModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowExpressionConditionModelOutput.d.ts +1 -1
- package/dist/api/types/WorkspaceGroupPermission.d.ts +1 -0
- package/dist/api/types/WorkspaceGroupPermission.js +1 -0
- package/dist/api/types/WorkspaceResourceType.d.ts +2 -0
- package/dist/api/types/WorkspaceResourceType.js +2 -0
- package/dist/api/types/index.d.ts +40 -51
- package/dist/api/types/index.js +40 -51
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +2 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +2 -0
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +2 -0
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +2 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +5 -1
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +2 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
- package/dist/serialization/types/AgentConfig.d.ts +1 -0
- package/dist/serialization/types/AgentConfig.js +1 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +1 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +1 -0
- package/dist/serialization/types/AgentConfigOverrideConfig.d.ts +1 -0
- package/dist/serialization/types/AgentConfigOverrideConfig.js +1 -0
- package/dist/serialization/types/AgentConfigOverrideInput.d.ts +1 -0
- package/dist/serialization/types/AgentConfigOverrideInput.js +1 -0
- package/dist/serialization/types/AgentConfigOverrideOutput.d.ts +1 -0
- package/dist/serialization/types/AgentConfigOverrideOutput.js +1 -0
- package/dist/serialization/types/AgentSortBy.d.ts +1 -1
- package/dist/serialization/types/AgentSortBy.js +1 -1
- package/dist/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +4 -0
- package/dist/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.js +4 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverrides.d.ts +15 -0
- package/dist/serialization/types/{ApiIntegrationWebhookOverridesInput.js → ApiIntegrationWebhookOverrides.js} +6 -12
- package/dist/serialization/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +8 -0
- package/dist/serialization/types/{ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → ApiIntegrationWebhookOverridesRequestHeadersValue.js} +2 -2
- package/{serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts → dist/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts} +3 -3
- package/{serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → dist/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.js} +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.js +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +2 -2
- package/dist/serialization/types/AssetTranscription.d.ts +12 -0
- package/{serialization/types/VideoTranscription.js → dist/serialization/types/AssetTranscription.js} +4 -4
- package/dist/serialization/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +2 -2
- package/dist/serialization/types/{VideoTranscriptionWord.js → AssetTranscriptionWord.js} +2 -2
- package/dist/serialization/types/AstAdditionOperatorNodeInput.d.ts +10 -0
- package/{serialization/types/ObjectOverrideInputPropertiesValue.js → dist/serialization/types/AstAdditionOperatorNodeInput.js} +5 -6
- package/dist/serialization/types/AstAdditionOperatorNodeOutput.d.ts +10 -0
- package/dist/serialization/types/{ObjectOverrideInputPropertiesValue.js → AstAdditionOperatorNodeOutput.js} +5 -6
- package/dist/serialization/types/AstAndOperatorNodeInput.d.ts +1 -1
- package/dist/serialization/types/AstAndOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstAndOperatorNodeOutput.d.ts +1 -1
- package/dist/serialization/types/AstAndOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstConditionalOperatorNodeInput.d.ts +3 -3
- package/dist/serialization/types/AstConditionalOperatorNodeInput.js +3 -3
- package/dist/serialization/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
- package/dist/serialization/types/AstConditionalOperatorNodeOutput.js +3 -3
- package/dist/serialization/types/AstDivisionOperatorNodeInput.d.ts +10 -0
- package/{serialization/types/ObjectOverrideOutputPropertiesValue.js → dist/serialization/types/AstDivisionOperatorNodeInput.js} +5 -6
- package/dist/serialization/types/AstDivisionOperatorNodeOutput.d.ts +10 -0
- package/dist/serialization/types/{ObjectOverrideOutputPropertiesValue.js → AstDivisionOperatorNodeOutput.js} +5 -6
- package/dist/serialization/types/AstEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstMultiplicationOperatorNodeInput.d.ts +10 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeInput.js +43 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutput.d.ts +10 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutput.js +43 -0
- package/dist/serialization/types/{AstConditionalOperatorNodeInputCondition.d.ts → AstNodeInput.d.ts} +15 -3
- package/dist/serialization/types/{AstAndOperatorNodeInputChildrenItem.js → AstNodeInput.js} +6 -2
- package/dist/serialization/types/{AstConditionalOperatorNodeOutputCondition.d.ts → AstNodeOutput.d.ts} +15 -3
- package/dist/serialization/types/{AstConditionalOperatorNodeOutputCondition.js → AstNodeOutput.js} +6 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstOrOperatorNodeInput.d.ts +1 -1
- package/dist/serialization/types/AstOrOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstOrOperatorNodeOutput.d.ts +1 -1
- package/dist/serialization/types/AstOrOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstSubtractionOperatorNodeInput.d.ts +10 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeInput.js +43 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeOutput.d.ts +10 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeOutput.js +43 -0
- package/dist/serialization/types/AsyncConversationMetadata.d.ts +1 -0
- package/dist/serialization/types/AsyncConversationMetadata.js +1 -0
- package/dist/serialization/types/AudioAnalysis.d.ts +13 -0
- package/dist/serialization/types/AudioAnalysis.js +45 -0
- package/dist/serialization/types/AudioAnalysisResult.d.ts +18 -0
- package/dist/serialization/types/AudioAnalysisResult.js +50 -0
- package/dist/serialization/types/AudioAnalysisStatus.d.ts +7 -0
- package/dist/serialization/types/{LiteralOverrideConstantValue.js → AudioAnalysisStatus.js} +2 -7
- package/dist/serialization/types/AudioKeyMoment.d.ts +11 -0
- package/dist/serialization/types/AudioKeyMoment.js +43 -0
- package/dist/serialization/types/AudioSegment.d.ts +15 -0
- package/dist/serialization/types/AudioSegment.js +47 -0
- package/dist/serialization/types/AvatarContextRequestModel.d.ts +12 -0
- package/dist/serialization/types/{ObjectOverrideInput.js → AvatarContextRequestModel.js} +6 -8
- package/dist/serialization/types/AvatarContextResponseModel.d.ts +12 -0
- package/dist/serialization/types/{LiteralOverride.js → AvatarContextResponseModel.js} +6 -6
- package/dist/serialization/types/BatchCallDetailedResponse.d.ts +3 -0
- package/dist/serialization/types/BatchCallDetailedResponse.js +3 -0
- package/dist/serialization/types/BatchCallResponse.d.ts +3 -0
- package/dist/serialization/types/BatchCallResponse.js +3 -0
- package/dist/serialization/types/CanvasPlacement.d.ts +2 -0
- package/dist/serialization/types/CanvasPlacement.js +2 -0
- package/dist/serialization/types/ChatSourceMedium.d.ts +1 -1
- package/dist/serialization/types/ChatSourceMedium.js +1 -1
- package/dist/serialization/types/ConversationConfig.d.ts +2 -0
- package/dist/serialization/types/ConversationConfig.js +2 -0
- package/dist/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -0
- package/dist/serialization/types/ConversationConfigWorkflowOverride.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataInternal.d.ts +4 -0
- package/dist/serialization/types/ConversationInitiationClientDataInternal.js +4 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +2 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.js +2 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +2 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.js +2 -0
- package/dist/serialization/types/CreateMtlsAuthRequest.d.ts +14 -0
- package/dist/serialization/types/CreateMtlsAuthRequest.js +46 -0
- package/dist/serialization/types/CreateSimulationTestRequest.d.ts +2 -0
- package/dist/serialization/types/CreateSimulationTestRequest.js +2 -0
- package/dist/serialization/types/DependentUnknownToolIdentifier.d.ts +3 -1
- package/dist/serialization/types/DependentUnknownToolIdentifier.js +3 -1
- package/dist/serialization/types/DtmfInputConfig.d.ts +10 -0
- package/dist/serialization/types/DtmfInputConfig.js +42 -0
- package/dist/serialization/types/EmbeddingModelEnum.d.ts +1 -1
- package/dist/serialization/types/EmbeddingModelEnum.js +1 -1
- package/dist/serialization/types/FeaturesUsageCommonModel.d.ts +2 -0
- package/dist/serialization/types/FeaturesUsageCommonModel.js +2 -0
- package/dist/serialization/types/FileInputConfig.d.ts +10 -0
- package/dist/serialization/types/FileInputConfig.js +42 -0
- package/dist/serialization/types/FileInputConfigWorkflowOverride.d.ts +10 -0
- package/dist/serialization/types/FileInputConfigWorkflowOverride.js +42 -0
- package/dist/serialization/types/GenesysRegion.d.ts +7 -0
- package/dist/serialization/types/GenesysRegion.js +57 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -0
- package/dist/serialization/types/GetLibraryVoicesResponse.d.ts +1 -0
- package/dist/serialization/types/GetLibraryVoicesResponse.js +1 -0
- package/dist/serialization/types/GetSimulationTestResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetSimulationTestResponseModel.js +2 -0
- package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
- package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
- package/dist/serialization/types/MessageSearchSortBy.d.ts +7 -0
- package/{serialization/types/LiteralOverrideConstantValue.js → dist/serialization/types/MessageSearchSortBy.js} +2 -7
- package/dist/serialization/types/MockNoMatchBehavior.d.ts +7 -0
- package/dist/serialization/types/MockNoMatchBehavior.js +39 -0
- package/dist/serialization/types/MockingStrategy.d.ts +7 -0
- package/dist/serialization/types/MockingStrategy.js +39 -0
- package/dist/serialization/types/MtlsAuthResponse.d.ts +13 -0
- package/dist/serialization/types/{QueryOverride.js → MtlsAuthResponse.js} +7 -5
- package/dist/serialization/types/OAuthConnectionStatus.d.ts +7 -0
- package/dist/serialization/types/OAuthConnectionStatus.js +39 -0
- package/dist/serialization/types/OrchestratorToolMockBehaviorConfig.d.ts +13 -0
- package/dist/serialization/types/OrchestratorToolMockBehaviorConfig.js +45 -0
- package/dist/serialization/types/PermissionType.d.ts +1 -1
- package/dist/serialization/types/PermissionType.js +1 -0
- package/dist/serialization/types/ProcedureCompilerMode.d.ts +7 -0
- package/dist/serialization/types/ProcedureCompilerMode.js +39 -0
- package/dist/serialization/types/ProcedureSettings.d.ts +10 -0
- package/dist/serialization/types/ProcedureSettings.js +42 -0
- package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -0
- package/dist/serialization/types/ProjectExternalAudioResponseModel.js +2 -0
- package/dist/serialization/types/ProjectImageResponseModel.d.ts +1 -0
- package/dist/serialization/types/ProjectImageResponseModel.js +1 -0
- package/dist/serialization/types/ProjectVideoResponseModel.d.ts +1 -0
- package/dist/serialization/types/ProjectVideoResponseModel.js +1 -0
- package/dist/serialization/types/SimulationTestModel.d.ts +2 -0
- package/dist/serialization/types/SimulationTestModel.js +2 -0
- package/dist/serialization/types/SimulationToolMockBehaviorConfig.d.ts +13 -0
- package/dist/serialization/types/SimulationToolMockBehaviorConfig.js +45 -0
- package/dist/serialization/types/SpeechHistoryItemResponse.d.ts +2 -0
- package/dist/serialization/types/SpeechHistoryItemResponse.js +2 -0
- package/dist/serialization/types/ToolRequestModel.d.ts +2 -0
- package/dist/serialization/types/ToolRequestModel.js +2 -0
- package/dist/serialization/types/ToolResponseMockConfigInput.d.ts +11 -0
- package/dist/serialization/types/ToolResponseMockConfigInput.js +43 -0
- package/dist/serialization/types/ToolResponseMockConfigOutput.d.ts +11 -0
- package/dist/serialization/types/ToolResponseMockConfigOutput.js +43 -0
- package/dist/serialization/types/ToolResponseModel.d.ts +2 -0
- package/dist/serialization/types/ToolResponseModel.js +2 -0
- package/dist/serialization/types/UpdateSimulationTestRequest.d.ts +2 -0
- package/dist/serialization/types/UpdateSimulationTestRequest.js +2 -0
- package/dist/serialization/types/VideoAnalysisResult.d.ts +2 -2
- package/dist/serialization/types/VideoAnalysisResult.js +2 -2
- package/dist/serialization/types/Voice.d.ts +5 -0
- package/dist/serialization/types/Voice.js +5 -0
- package/dist/serialization/types/VoiceResponseModelLabellingStatus.d.ts +7 -0
- package/dist/serialization/types/VoiceResponseModelLabellingStatus.js +39 -0
- package/dist/serialization/types/VoiceResponseModelRecordingQuality.d.ts +7 -0
- package/dist/serialization/types/VoiceResponseModelRecordingQuality.js +39 -0
- package/dist/serialization/types/WorkflowExpressionConditionModelInput.d.ts +2 -3
- package/dist/serialization/types/WorkflowExpressionConditionModelInput.js +2 -2
- package/dist/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +2 -3
- package/dist/serialization/types/WorkflowExpressionConditionModelOutput.js +2 -2
- package/dist/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
- package/dist/serialization/types/WorkspaceGroupPermission.js +1 -0
- package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/dist/serialization/types/WorkspaceResourceType.js +2 -0
- package/dist/serialization/types/index.d.ts +40 -51
- package/dist/serialization/types/index.js +40 -51
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +383 -342
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +2 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +2 -0
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +2 -0
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +2 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +5 -1
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +2 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
- package/serialization/types/AgentConfig.d.ts +1 -0
- package/serialization/types/AgentConfig.js +1 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +1 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +1 -0
- package/serialization/types/AgentConfigOverrideConfig.d.ts +1 -0
- package/serialization/types/AgentConfigOverrideConfig.js +1 -0
- package/serialization/types/AgentConfigOverrideInput.d.ts +1 -0
- package/serialization/types/AgentConfigOverrideInput.js +1 -0
- package/serialization/types/AgentConfigOverrideOutput.d.ts +1 -0
- package/serialization/types/AgentConfigOverrideOutput.js +1 -0
- package/serialization/types/AgentSortBy.d.ts +1 -1
- package/serialization/types/AgentSortBy.js +1 -1
- package/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +4 -0
- package/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.js +4 -0
- package/serialization/types/ApiIntegrationWebhookOverrides.d.ts +15 -0
- package/serialization/types/{ApiIntegrationWebhookOverridesInput.js → ApiIntegrationWebhookOverrides.js} +6 -12
- package/serialization/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +8 -0
- package/serialization/types/{ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → ApiIntegrationWebhookOverridesRequestHeadersValue.js} +2 -2
- package/{dist/serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts → serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts} +3 -3
- package/{dist/serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.js} +2 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +2 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.js +2 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +2 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +2 -2
- package/serialization/types/AssetTranscription.d.ts +12 -0
- package/{dist/serialization/types/VideoTranscription.js → serialization/types/AssetTranscription.js} +4 -4
- package/serialization/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +2 -2
- package/serialization/types/{VideoTranscriptionWord.js → AssetTranscriptionWord.js} +2 -2
- package/serialization/types/AstAdditionOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstAdditionOperatorNodeInput.js +43 -0
- package/serialization/types/AstAdditionOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstAdditionOperatorNodeOutput.js +43 -0
- package/serialization/types/AstAndOperatorNodeInput.d.ts +1 -1
- package/serialization/types/AstAndOperatorNodeInput.js +1 -1
- package/serialization/types/AstAndOperatorNodeOutput.d.ts +1 -1
- package/serialization/types/AstAndOperatorNodeOutput.js +1 -1
- package/serialization/types/AstConditionalOperatorNodeInput.d.ts +3 -3
- package/serialization/types/AstConditionalOperatorNodeInput.js +3 -3
- package/serialization/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
- package/serialization/types/AstConditionalOperatorNodeOutput.js +3 -3
- package/serialization/types/AstDivisionOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstDivisionOperatorNodeInput.js +43 -0
- package/serialization/types/AstDivisionOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstDivisionOperatorNodeOutput.js +43 -0
- package/serialization/types/AstEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeInput.js +2 -2
- package/serialization/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeOutput.js +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeInput.js +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeOutput.js +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +2 -2
- package/serialization/types/AstLessThanOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstLessThanOperatorNodeInput.js +2 -2
- package/serialization/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstLessThanOperatorNodeOutput.js +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +2 -2
- package/serialization/types/AstMultiplicationOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstMultiplicationOperatorNodeInput.js +43 -0
- package/serialization/types/AstMultiplicationOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstMultiplicationOperatorNodeOutput.js +43 -0
- package/{dist/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts → serialization/types/AstNodeInput.d.ts} +15 -3
- package/{dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js → serialization/types/AstNodeInput.js} +6 -2
- package/{dist/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts → serialization/types/AstNodeOutput.d.ts} +15 -3
- package/{dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js → serialization/types/AstNodeOutput.js} +6 -2
- package/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeInput.js +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeOutput.js +2 -2
- package/serialization/types/AstOrOperatorNodeInput.d.ts +1 -1
- package/serialization/types/AstOrOperatorNodeInput.js +1 -1
- package/serialization/types/AstOrOperatorNodeOutput.d.ts +1 -1
- package/serialization/types/AstOrOperatorNodeOutput.js +1 -1
- package/serialization/types/AstSubtractionOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstSubtractionOperatorNodeInput.js +43 -0
- package/serialization/types/AstSubtractionOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstSubtractionOperatorNodeOutput.js +43 -0
- package/serialization/types/AsyncConversationMetadata.d.ts +1 -0
- package/serialization/types/AsyncConversationMetadata.js +1 -0
- package/serialization/types/AudioAnalysis.d.ts +13 -0
- package/serialization/types/AudioAnalysis.js +45 -0
- package/serialization/types/AudioAnalysisResult.d.ts +18 -0
- package/serialization/types/AudioAnalysisResult.js +50 -0
- package/serialization/types/AudioAnalysisStatus.d.ts +7 -0
- package/serialization/types/AudioAnalysisStatus.js +39 -0
- package/serialization/types/AudioKeyMoment.d.ts +11 -0
- package/serialization/types/AudioKeyMoment.js +43 -0
- package/serialization/types/AudioSegment.d.ts +15 -0
- package/serialization/types/AudioSegment.js +47 -0
- package/serialization/types/AvatarContextRequestModel.d.ts +12 -0
- package/{dist/serialization/types/ObjectOverrideOutput.js → serialization/types/AvatarContextRequestModel.js} +6 -8
- package/serialization/types/AvatarContextResponseModel.d.ts +12 -0
- package/serialization/types/AvatarContextResponseModel.js +44 -0
- package/serialization/types/BatchCallDetailedResponse.d.ts +3 -0
- package/serialization/types/BatchCallDetailedResponse.js +3 -0
- package/serialization/types/BatchCallResponse.d.ts +3 -0
- package/serialization/types/BatchCallResponse.js +3 -0
- package/serialization/types/CanvasPlacement.d.ts +2 -0
- package/serialization/types/CanvasPlacement.js +2 -0
- package/serialization/types/ChatSourceMedium.d.ts +1 -1
- package/serialization/types/ChatSourceMedium.js +1 -1
- package/serialization/types/ConversationConfig.d.ts +2 -0
- package/serialization/types/ConversationConfig.js +2 -0
- package/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -0
- package/serialization/types/ConversationConfigWorkflowOverride.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
- package/serialization/types/ConversationInitiationClientDataInternal.d.ts +4 -0
- package/serialization/types/ConversationInitiationClientDataInternal.js +4 -0
- package/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +2 -0
- package/serialization/types/ConversationInitiationClientDataRequestInput.js +2 -0
- package/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +2 -0
- package/serialization/types/ConversationInitiationClientDataRequestOutput.js +2 -0
- package/serialization/types/CreateMtlsAuthRequest.d.ts +14 -0
- package/serialization/types/CreateMtlsAuthRequest.js +46 -0
- package/serialization/types/CreateSimulationTestRequest.d.ts +2 -0
- package/serialization/types/CreateSimulationTestRequest.js +2 -0
- package/serialization/types/DependentUnknownToolIdentifier.d.ts +3 -1
- package/serialization/types/DependentUnknownToolIdentifier.js +3 -1
- package/serialization/types/DtmfInputConfig.d.ts +10 -0
- package/serialization/types/DtmfInputConfig.js +42 -0
- package/serialization/types/EmbeddingModelEnum.d.ts +1 -1
- package/serialization/types/EmbeddingModelEnum.js +1 -1
- package/serialization/types/FeaturesUsageCommonModel.d.ts +2 -0
- package/serialization/types/FeaturesUsageCommonModel.js +2 -0
- package/serialization/types/FileInputConfig.d.ts +10 -0
- package/serialization/types/FileInputConfig.js +42 -0
- package/serialization/types/FileInputConfigWorkflowOverride.d.ts +10 -0
- package/serialization/types/FileInputConfigWorkflowOverride.js +42 -0
- package/serialization/types/GenesysRegion.d.ts +7 -0
- package/serialization/types/GenesysRegion.js +57 -0
- package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -0
- package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -0
- package/serialization/types/GetLibraryVoicesResponse.d.ts +1 -0
- package/serialization/types/GetLibraryVoicesResponse.js +1 -0
- package/serialization/types/GetSimulationTestResponseModel.d.ts +2 -0
- package/serialization/types/GetSimulationTestResponseModel.js +2 -0
- package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
- package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
- package/serialization/types/MessageSearchSortBy.d.ts +7 -0
- package/serialization/types/MessageSearchSortBy.js +39 -0
- package/serialization/types/MockNoMatchBehavior.d.ts +7 -0
- package/serialization/types/MockNoMatchBehavior.js +39 -0
- package/serialization/types/MockingStrategy.d.ts +7 -0
- package/serialization/types/MockingStrategy.js +39 -0
- package/serialization/types/MtlsAuthResponse.d.ts +13 -0
- package/serialization/types/{QueryOverride.js → MtlsAuthResponse.js} +7 -5
- package/serialization/types/OAuthConnectionStatus.d.ts +7 -0
- package/serialization/types/OAuthConnectionStatus.js +39 -0
- package/serialization/types/OrchestratorToolMockBehaviorConfig.d.ts +13 -0
- package/serialization/types/OrchestratorToolMockBehaviorConfig.js +45 -0
- package/serialization/types/PermissionType.d.ts +1 -1
- package/serialization/types/PermissionType.js +1 -0
- package/serialization/types/ProcedureCompilerMode.d.ts +7 -0
- package/serialization/types/ProcedureCompilerMode.js +39 -0
- package/serialization/types/ProcedureSettings.d.ts +10 -0
- package/serialization/types/ProcedureSettings.js +42 -0
- package/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -0
- package/serialization/types/ProjectExternalAudioResponseModel.js +2 -0
- package/serialization/types/ProjectImageResponseModel.d.ts +1 -0
- package/serialization/types/ProjectImageResponseModel.js +1 -0
- package/serialization/types/ProjectVideoResponseModel.d.ts +1 -0
- package/serialization/types/ProjectVideoResponseModel.js +1 -0
- package/serialization/types/SimulationTestModel.d.ts +2 -0
- package/serialization/types/SimulationTestModel.js +2 -0
- package/serialization/types/SimulationToolMockBehaviorConfig.d.ts +13 -0
- package/serialization/types/SimulationToolMockBehaviorConfig.js +45 -0
- package/serialization/types/SpeechHistoryItemResponse.d.ts +2 -0
- package/serialization/types/SpeechHistoryItemResponse.js +2 -0
- package/serialization/types/ToolRequestModel.d.ts +2 -0
- package/serialization/types/ToolRequestModel.js +2 -0
- package/serialization/types/ToolResponseMockConfigInput.d.ts +11 -0
- package/serialization/types/ToolResponseMockConfigInput.js +43 -0
- package/serialization/types/ToolResponseMockConfigOutput.d.ts +11 -0
- package/serialization/types/ToolResponseMockConfigOutput.js +43 -0
- package/serialization/types/ToolResponseModel.d.ts +2 -0
- package/serialization/types/ToolResponseModel.js +2 -0
- package/serialization/types/UpdateSimulationTestRequest.d.ts +2 -0
- package/serialization/types/UpdateSimulationTestRequest.js +2 -0
- package/serialization/types/VideoAnalysisResult.d.ts +2 -2
- package/serialization/types/VideoAnalysisResult.js +2 -2
- package/serialization/types/Voice.d.ts +5 -0
- package/serialization/types/Voice.js +5 -0
- package/serialization/types/VoiceResponseModelLabellingStatus.d.ts +7 -0
- package/serialization/types/VoiceResponseModelLabellingStatus.js +39 -0
- package/serialization/types/VoiceResponseModelRecordingQuality.d.ts +7 -0
- package/serialization/types/VoiceResponseModelRecordingQuality.js +39 -0
- package/serialization/types/WorkflowExpressionConditionModelInput.d.ts +2 -3
- package/serialization/types/WorkflowExpressionConditionModelInput.js +2 -2
- package/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +2 -3
- package/serialization/types/WorkflowExpressionConditionModelOutput.js +2 -2
- package/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
- package/serialization/types/WorkspaceGroupPermission.js +1 -0
- package/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/serialization/types/WorkspaceResourceType.js +2 -0
- package/serialization/types/index.d.ts +40 -51
- package/serialization/types/index.js +40 -51
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -2
- package/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts +0 -13
- package/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -14
- package/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -2
- package/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -13
- package/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -47
- package/api/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -50
- package/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -50
- package/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -50
- package/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -49
- package/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -49
- package/api/types/AstEqualsOperatorNodeInputLeft.d.ts +0 -50
- package/api/types/AstEqualsOperatorNodeInputRight.d.ts +0 -50
- package/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +0 -49
- package/api/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -49
- package/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -50
- package/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -50
- package/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -49
- package/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -49
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -50
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -50
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -49
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -49
- package/api/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -50
- package/api/types/AstLessThanOperatorNodeInputRight.d.ts +0 -50
- package/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -49
- package/api/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -49
- package/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -50
- package/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -50
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -49
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -49
- package/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -50
- package/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -50
- package/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -49
- package/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -49
- package/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -47
- package/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -46
- package/api/types/LiteralOverride.d.ts +0 -6
- package/api/types/LiteralOverrideConstantValue.d.ts +0 -1
- package/api/types/ObjectOverrideInput.d.ts +0 -6
- package/api/types/ObjectOverrideInputPropertiesValue.d.ts +0 -2
- package/api/types/ObjectOverrideOutput.d.ts +0 -6
- package/api/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -2
- package/api/types/QueryOverride.d.ts +0 -5
- package/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -49
- package/dist/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -2
- package/dist/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts +0 -13
- package/dist/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -14
- package/dist/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -2
- package/dist/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -13
- package/dist/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -47
- package/dist/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -46
- package/dist/api/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -50
- package/dist/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -50
- package/dist/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -50
- package/dist/api/types/AstConditionalOperatorNodeOutputCondition.d.ts +0 -49
- package/dist/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -49
- package/dist/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -49
- package/dist/api/types/AstConditionalOperatorNodeOutputTrueExpression.js +0 -3
- package/dist/api/types/AstEqualsOperatorNodeInputLeft.d.ts +0 -50
- package/dist/api/types/AstEqualsOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstEqualsOperatorNodeInputRight.d.ts +0 -50
- package/dist/api/types/AstEqualsOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +0 -49
- package/dist/api/types/AstEqualsOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -49
- package/dist/api/types/AstEqualsOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -50
- package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -50
- package/dist/api/types/AstGreaterThanOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -49
- package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -49
- package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -50
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -50
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -49
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -49
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -50
- package/dist/api/types/AstLessThanOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstLessThanOperatorNodeInputRight.d.ts +0 -50
- package/dist/api/types/AstLessThanOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -49
- package/dist/api/types/AstLessThanOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -49
- package/dist/api/types/AstLessThanOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -50
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -50
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -49
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -49
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -50
- package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -50
- package/dist/api/types/AstNotEqualsOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -49
- package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -49
- package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -47
- package/dist/api/types/AstOrOperatorNodeInputChildrenItem.js +0 -3
- package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -46
- package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.js +0 -3
- package/dist/api/types/LiteralOverride.d.ts +0 -6
- package/dist/api/types/LiteralOverride.js +0 -3
- package/dist/api/types/LiteralOverrideConstantValue.d.ts +0 -1
- package/dist/api/types/LiteralOverrideConstantValue.js +0 -3
- package/dist/api/types/ObjectOverrideInput.d.ts +0 -6
- package/dist/api/types/ObjectOverrideInput.js +0 -3
- package/dist/api/types/ObjectOverrideInputPropertiesValue.d.ts +0 -2
- package/dist/api/types/ObjectOverrideInputPropertiesValue.js +0 -3
- package/dist/api/types/ObjectOverrideOutput.d.ts +0 -6
- package/dist/api/types/ObjectOverrideOutput.js +0 -3
- package/dist/api/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -2
- package/dist/api/types/ObjectOverrideOutputPropertiesValue.js +0 -3
- package/dist/api/types/QueryOverride.d.ts +0 -5
- package/dist/api/types/QueryOverride.js +0 -3
- package/dist/api/types/VideoTranscription.js +0 -3
- package/dist/api/types/VideoTranscriptionWord.js +0 -3
- package/dist/api/types/WorkflowExpressionConditionModelInputExpression.js +0 -3
- package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -49
- package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.js +0 -3
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +0 -20
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -8
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -20
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.js +0 -57
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -8
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js +0 -40
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -19
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js +0 -51
- package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -55
- package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -54
- package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +0 -65
- package/dist/serialization/types/AstConditionalOperatorNodeInputCondition.js +0 -67
- package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -55
- package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +0 -67
- package/dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -55
- package/dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -54
- package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -54
- package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +0 -65
- package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.js +0 -67
- package/dist/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +0 -55
- package/dist/serialization/types/AstEqualsOperatorNodeInputRight.js +0 -67
- package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.js +0 -65
- package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -54
- package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.js +0 -65
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -55
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +0 -67
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -55
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.js +0 -67
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -54
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +0 -65
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -54
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +0 -65
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -55
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +0 -67
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -55
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +0 -67
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -54
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +0 -65
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -54
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +0 -65
- package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -55
- package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.js +0 -67
- package/dist/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +0 -55
- package/dist/serialization/types/AstLessThanOperatorNodeInputRight.js +0 -67
- package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -54
- package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.js +0 -65
- package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -54
- package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.js +0 -65
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -55
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +0 -67
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -55
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +0 -67
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -54
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +0 -65
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -54
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +0 -65
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -55
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +0 -67
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -55
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.js +0 -67
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -54
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +0 -65
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -54
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +0 -65
- package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -55
- package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.js +0 -67
- package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -54
- package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +0 -65
- package/dist/serialization/types/LiteralOverride.d.ts +0 -12
- package/dist/serialization/types/LiteralOverrideConstantValue.d.ts +0 -7
- package/dist/serialization/types/ObjectOverrideInput.d.ts +0 -11
- package/dist/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +0 -8
- package/dist/serialization/types/ObjectOverrideOutput.d.ts +0 -11
- package/dist/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -8
- package/dist/serialization/types/QueryOverride.d.ts +0 -11
- package/dist/serialization/types/VideoTranscription.d.ts +0 -12
- package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +0 -55
- package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.js +0 -67
- package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -54
- package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +0 -65
- package/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +0 -20
- package/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -8
- package/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -20
- package/serialization/types/ApiIntegrationWebhookOverridesOutput.js +0 -57
- package/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -8
- package/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js +0 -40
- package/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -19
- package/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js +0 -51
- package/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -55
- package/serialization/types/AstAndOperatorNodeInputChildrenItem.js +0 -67
- package/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -54
- package/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +0 -65
- package/serialization/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -55
- package/serialization/types/AstConditionalOperatorNodeInputCondition.js +0 -67
- package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -55
- package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +0 -67
- package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -55
- package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js +0 -67
- package/serialization/types/AstConditionalOperatorNodeOutputCondition.d.ts +0 -54
- package/serialization/types/AstConditionalOperatorNodeOutputCondition.js +0 -65
- package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -54
- package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js +0 -65
- package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -54
- package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +0 -65
- package/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +0 -55
- package/serialization/types/AstEqualsOperatorNodeInputLeft.js +0 -67
- package/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +0 -55
- package/serialization/types/AstEqualsOperatorNodeInputRight.js +0 -67
- package/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +0 -54
- package/serialization/types/AstEqualsOperatorNodeOutputLeft.js +0 -65
- package/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -54
- package/serialization/types/AstEqualsOperatorNodeOutputRight.js +0 -65
- package/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -55
- package/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +0 -67
- package/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -55
- package/serialization/types/AstGreaterThanOperatorNodeInputRight.js +0 -67
- package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -54
- package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +0 -65
- package/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -54
- package/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +0 -65
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -55
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +0 -67
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -55
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +0 -67
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -54
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +0 -65
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -54
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +0 -65
- package/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -55
- package/serialization/types/AstLessThanOperatorNodeInputLeft.js +0 -67
- package/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +0 -55
- package/serialization/types/AstLessThanOperatorNodeInputRight.js +0 -67
- package/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -54
- package/serialization/types/AstLessThanOperatorNodeOutputLeft.js +0 -65
- package/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -54
- package/serialization/types/AstLessThanOperatorNodeOutputRight.js +0 -65
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -55
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +0 -67
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -55
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +0 -67
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -54
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +0 -65
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -54
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +0 -65
- package/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -55
- package/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +0 -67
- package/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -55
- package/serialization/types/AstNotEqualsOperatorNodeInputRight.js +0 -67
- package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -54
- package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +0 -65
- package/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -54
- package/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +0 -65
- package/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -55
- package/serialization/types/AstOrOperatorNodeInputChildrenItem.js +0 -67
- package/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -54
- package/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +0 -65
- package/serialization/types/LiteralOverride.d.ts +0 -12
- package/serialization/types/LiteralOverride.js +0 -44
- package/serialization/types/LiteralOverrideConstantValue.d.ts +0 -7
- package/serialization/types/ObjectOverrideInput.d.ts +0 -11
- package/serialization/types/ObjectOverrideInput.js +0 -46
- package/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +0 -8
- package/serialization/types/ObjectOverrideOutput.d.ts +0 -11
- package/serialization/types/ObjectOverrideOutput.js +0 -46
- package/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -8
- package/serialization/types/QueryOverride.d.ts +0 -11
- package/serialization/types/VideoTranscription.d.ts +0 -12
- package/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +0 -55
- package/serialization/types/WorkflowExpressionConditionModelInputExpression.js +0 -67
- package/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -54
- package/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +0 -65
- /package/api/{types/ApiIntegrationWebhookOverridesInput.js → resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.js} +0 -0
- /package/api/types/{ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → ApiIntegrationWebhookOverrides.js} +0 -0
- /package/api/types/{ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → ApiIntegrationWebhookOverridesRequestHeadersValue.js} +0 -0
- /package/api/types/{ApiIntegrationWebhookOverridesOutput.js → ApiIntegrationWebhookOverridesSchemaOverridesValue.js} +0 -0
- /package/api/types/{ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js → AssetTranscription.js} +0 -0
- /package/api/types/{ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js → AssetTranscriptionWord.js} +0 -0
- /package/api/types/{AstAndOperatorNodeInputChildrenItem.js → AstAdditionOperatorNodeInput.js} +0 -0
- /package/api/types/{AstAndOperatorNodeOutputChildrenItem.js → AstAdditionOperatorNodeOutput.js} +0 -0
- /package/api/types/{AstConditionalOperatorNodeInputCondition.js → AstDivisionOperatorNodeInput.js} +0 -0
- /package/api/types/{AstConditionalOperatorNodeInputFalseExpression.js → AstDivisionOperatorNodeOutput.js} +0 -0
- /package/api/types/{AstConditionalOperatorNodeInputTrueExpression.js → AstMultiplicationOperatorNodeInput.js} +0 -0
- /package/api/types/{AstConditionalOperatorNodeOutputCondition.js → AstMultiplicationOperatorNodeOutput.js} +0 -0
- /package/api/types/{AstConditionalOperatorNodeOutputFalseExpression.js → AstNodeInput.js} +0 -0
- /package/api/types/{AstConditionalOperatorNodeOutputTrueExpression.js → AstNodeOutput.js} +0 -0
- /package/api/types/{AstEqualsOperatorNodeInputLeft.js → AstSubtractionOperatorNodeInput.js} +0 -0
- /package/api/types/{AstEqualsOperatorNodeInputRight.js → AstSubtractionOperatorNodeOutput.js} +0 -0
- /package/api/types/{AstEqualsOperatorNodeOutputLeft.js → AudioAnalysis.js} +0 -0
- /package/api/types/{AstEqualsOperatorNodeOutputRight.js → AudioAnalysisResult.js} +0 -0
- /package/api/types/{AstGreaterThanOperatorNodeInputLeft.js → AudioKeyMoment.js} +0 -0
- /package/api/types/{AstGreaterThanOperatorNodeInputRight.js → AudioSegment.js} +0 -0
- /package/api/types/{AstGreaterThanOperatorNodeOutputLeft.js → AvatarContextRequestModel.js} +0 -0
- /package/api/types/{AstGreaterThanOperatorNodeOutputRight.js → AvatarContextResponseModel.js} +0 -0
- /package/api/types/{AstGreaterThanOrEqualsOperatorNodeInputLeft.js → CreateMtlsAuthRequest.js} +0 -0
- /package/api/types/{AstGreaterThanOrEqualsOperatorNodeInputRight.js → DtmfInputConfig.js} +0 -0
- /package/api/types/{AstGreaterThanOrEqualsOperatorNodeOutputLeft.js → FileInputConfig.js} +0 -0
- /package/api/types/{AstGreaterThanOrEqualsOperatorNodeOutputRight.js → FileInputConfigWorkflowOverride.js} +0 -0
- /package/api/types/{AstLessThanOperatorNodeInputLeft.js → MtlsAuthResponse.js} +0 -0
- /package/api/types/{AstLessThanOperatorNodeInputRight.js → OrchestratorToolMockBehaviorConfig.js} +0 -0
- /package/api/types/{AstLessThanOperatorNodeOutputLeft.js → ProcedureSettings.js} +0 -0
- /package/api/types/{AstLessThanOperatorNodeOutputRight.js → SimulationToolMockBehaviorConfig.js} +0 -0
- /package/api/types/{AstLessThanOrEqualsOperatorNodeInputLeft.js → ToolResponseMockConfigInput.js} +0 -0
- /package/api/types/{AstLessThanOrEqualsOperatorNodeInputRight.js → ToolResponseMockConfigOutput.js} +0 -0
- /package/{api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js → dist/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.js} +0 -0
- /package/{api/types/AstLessThanOrEqualsOperatorNodeOutputRight.js → dist/api/types/ApiIntegrationWebhookOverrides.js} +0 -0
- /package/{api/types/AstNotEqualsOperatorNodeInputLeft.js → dist/api/types/ApiIntegrationWebhookOverridesRequestHeadersValue.js} +0 -0
- /package/{api/types/AstNotEqualsOperatorNodeInputRight.js → dist/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.js} +0 -0
- /package/{api/types/AstNotEqualsOperatorNodeOutputLeft.js → dist/api/types/AssetTranscription.js} +0 -0
- /package/{api/types/AstNotEqualsOperatorNodeOutputRight.js → dist/api/types/AssetTranscriptionWord.js} +0 -0
- /package/{api/types/AstOrOperatorNodeInputChildrenItem.js → dist/api/types/AstAdditionOperatorNodeInput.js} +0 -0
- /package/{api/types/AstOrOperatorNodeOutputChildrenItem.js → dist/api/types/AstAdditionOperatorNodeOutput.js} +0 -0
- /package/{api/types/LiteralOverride.js → dist/api/types/AstDivisionOperatorNodeInput.js} +0 -0
- /package/{api/types/LiteralOverrideConstantValue.js → dist/api/types/AstDivisionOperatorNodeOutput.js} +0 -0
- /package/{api/types/ObjectOverrideInput.js → dist/api/types/AstMultiplicationOperatorNodeInput.js} +0 -0
- /package/{api/types/ObjectOverrideInputPropertiesValue.js → dist/api/types/AstMultiplicationOperatorNodeOutput.js} +0 -0
- /package/{api/types/ObjectOverrideOutput.js → dist/api/types/AstNodeInput.js} +0 -0
- /package/{api/types/ObjectOverrideOutputPropertiesValue.js → dist/api/types/AstNodeOutput.js} +0 -0
- /package/{api/types/QueryOverride.js → dist/api/types/AstSubtractionOperatorNodeInput.js} +0 -0
- /package/{api/types/VideoTranscription.js → dist/api/types/AstSubtractionOperatorNodeOutput.js} +0 -0
- /package/{api/types/VideoTranscriptionWord.js → dist/api/types/AudioAnalysis.js} +0 -0
- /package/{api/types/WorkflowExpressionConditionModelInputExpression.js → dist/api/types/AudioAnalysisResult.js} +0 -0
- /package/{api/types/WorkflowExpressionConditionModelOutputExpression.js → dist/api/types/AudioKeyMoment.js} +0 -0
- /package/dist/api/types/{ApiIntegrationWebhookOverridesInput.js → AudioSegment.js} +0 -0
- /package/dist/api/types/{ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → AvatarContextRequestModel.js} +0 -0
- /package/dist/api/types/{ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → AvatarContextResponseModel.js} +0 -0
- /package/dist/api/types/{ApiIntegrationWebhookOverridesOutput.js → CreateMtlsAuthRequest.js} +0 -0
- /package/dist/api/types/{ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js → DtmfInputConfig.js} +0 -0
- /package/dist/api/types/{ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js → FileInputConfig.js} +0 -0
- /package/dist/api/types/{AstAndOperatorNodeInputChildrenItem.js → FileInputConfigWorkflowOverride.js} +0 -0
- /package/dist/api/types/{AstAndOperatorNodeOutputChildrenItem.js → MtlsAuthResponse.js} +0 -0
- /package/dist/api/types/{AstConditionalOperatorNodeInputCondition.js → OrchestratorToolMockBehaviorConfig.js} +0 -0
- /package/dist/api/types/{AstConditionalOperatorNodeInputFalseExpression.js → ProcedureSettings.js} +0 -0
- /package/dist/api/types/{AstConditionalOperatorNodeInputTrueExpression.js → SimulationToolMockBehaviorConfig.js} +0 -0
- /package/dist/api/types/{AstConditionalOperatorNodeOutputCondition.js → ToolResponseMockConfigInput.js} +0 -0
- /package/dist/api/types/{AstConditionalOperatorNodeOutputFalseExpression.js → ToolResponseMockConfigOutput.js} +0 -0
|
@@ -36,6 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.BodyTextToSpeechFull = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../../core"));
|
|
39
|
+
const AvatarContextRequestModel_1 = require("../../../../types/AvatarContextRequestModel");
|
|
39
40
|
const PronunciationDictionaryVersionLocator_1 = require("../../../../types/PronunciationDictionaryVersionLocator");
|
|
40
41
|
const VoiceSettings_1 = require("../../../../types/VoiceSettings");
|
|
41
42
|
const BodyTextToSpeechFullApplyTextNormalization_1 = require("../../types/BodyTextToSpeechFullApplyTextNormalization");
|
|
@@ -53,4 +54,5 @@ exports.BodyTextToSpeechFull = core.serialization.object({
|
|
|
53
54
|
usePvcAsIvc: core.serialization.property("use_pvc_as_ivc", core.serialization.boolean().optional()),
|
|
54
55
|
applyTextNormalization: core.serialization.property("apply_text_normalization", BodyTextToSpeechFullApplyTextNormalization_1.BodyTextToSpeechFullApplyTextNormalization.optional()),
|
|
55
56
|
applyLanguageTextNormalization: core.serialization.property("apply_language_text_normalization", core.serialization.boolean().optional()),
|
|
57
|
+
avatarContext: core.serialization.property("avatar_context", AvatarContextRequestModel_1.AvatarContextRequestModel.optional()),
|
|
56
58
|
});
|
package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../../../../../api/index";
|
|
2
2
|
import * as core from "../../../../../core";
|
|
3
3
|
import type * as serializers from "../../../../index";
|
|
4
|
+
import { AvatarContextRequestModel } from "../../../../types/AvatarContextRequestModel";
|
|
4
5
|
import { PronunciationDictionaryVersionLocator } from "../../../../types/PronunciationDictionaryVersionLocator";
|
|
5
6
|
import { VoiceSettings } from "../../../../types/VoiceSettings";
|
|
6
7
|
import { BodyTextToSpeechStreamApplyTextNormalization } from "../../types/BodyTextToSpeechStreamApplyTextNormalization";
|
|
@@ -20,5 +21,6 @@ export declare namespace StreamTextToSpeechRequest {
|
|
|
20
21
|
use_pvc_as_ivc?: boolean | null;
|
|
21
22
|
apply_text_normalization?: BodyTextToSpeechStreamApplyTextNormalization.Raw | null;
|
|
22
23
|
apply_language_text_normalization?: boolean | null;
|
|
24
|
+
avatar_context?: AvatarContextRequestModel.Raw | null;
|
|
23
25
|
}
|
|
24
26
|
}
|
package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js
CHANGED
|
@@ -36,6 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.StreamTextToSpeechRequest = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../../core"));
|
|
39
|
+
const AvatarContextRequestModel_1 = require("../../../../types/AvatarContextRequestModel");
|
|
39
40
|
const PronunciationDictionaryVersionLocator_1 = require("../../../../types/PronunciationDictionaryVersionLocator");
|
|
40
41
|
const VoiceSettings_1 = require("../../../../types/VoiceSettings");
|
|
41
42
|
const BodyTextToSpeechStreamApplyTextNormalization_1 = require("../../types/BodyTextToSpeechStreamApplyTextNormalization");
|
|
@@ -53,4 +54,5 @@ exports.StreamTextToSpeechRequest = core.serialization.object({
|
|
|
53
54
|
usePvcAsIvc: core.serialization.property("use_pvc_as_ivc", core.serialization.boolean().optional()),
|
|
54
55
|
applyTextNormalization: core.serialization.property("apply_text_normalization", BodyTextToSpeechStreamApplyTextNormalization_1.BodyTextToSpeechStreamApplyTextNormalization.optional()),
|
|
55
56
|
applyLanguageTextNormalization: core.serialization.property("apply_language_text_normalization", core.serialization.boolean().optional()),
|
|
57
|
+
avatarContext: core.serialization.property("avatar_context", AvatarContextRequestModel_1.AvatarContextRequestModel.optional()),
|
|
56
58
|
});
|
|
@@ -3,12 +3,13 @@ import * as core from "../../../../../../core";
|
|
|
3
3
|
import type * as serializers from "../../../../../index";
|
|
4
4
|
import { CreateBasicAuthRequest } from "../../../../../types/CreateBasicAuthRequest";
|
|
5
5
|
import { CreateCustomHeaderAuthRequest } from "../../../../../types/CreateCustomHeaderAuthRequest";
|
|
6
|
+
import { CreateMtlsAuthRequest } from "../../../../../types/CreateMtlsAuthRequest";
|
|
6
7
|
import { CreateOAuth2ClientCredsRequest } from "../../../../../types/CreateOAuth2ClientCredsRequest";
|
|
7
8
|
import { CreateOAuth2JwtRequest } from "../../../../../types/CreateOAuth2JwtRequest";
|
|
8
9
|
import { CreatePrivateKeyJwtRequest } from "../../../../../types/CreatePrivateKeyJwtRequest";
|
|
9
10
|
export declare const AuthConnectionsCreateRequestBody: core.serialization.Schema<serializers.workspace.AuthConnectionsCreateRequestBody.Raw, ElevenLabs.workspace.AuthConnectionsCreateRequestBody>;
|
|
10
11
|
export declare namespace AuthConnectionsCreateRequestBody {
|
|
11
|
-
type Raw = AuthConnectionsCreateRequestBody.Oauth2ClientCredentials | AuthConnectionsCreateRequestBody.CustomHeaderAuth | AuthConnectionsCreateRequestBody.BasicAuth | AuthConnectionsCreateRequestBody.Oauth2Jwt | AuthConnectionsCreateRequestBody.PrivateKeyJwt;
|
|
12
|
+
type Raw = AuthConnectionsCreateRequestBody.Oauth2ClientCredentials | AuthConnectionsCreateRequestBody.CustomHeaderAuth | AuthConnectionsCreateRequestBody.BasicAuth | AuthConnectionsCreateRequestBody.Oauth2Jwt | AuthConnectionsCreateRequestBody.PrivateKeyJwt | AuthConnectionsCreateRequestBody.Mtls;
|
|
12
13
|
interface Oauth2ClientCredentials extends CreateOAuth2ClientCredsRequest.Raw {
|
|
13
14
|
auth_type: "oauth2_client_credentials";
|
|
14
15
|
}
|
|
@@ -24,4 +25,7 @@ export declare namespace AuthConnectionsCreateRequestBody {
|
|
|
24
25
|
interface PrivateKeyJwt extends CreatePrivateKeyJwtRequest.Raw {
|
|
25
26
|
auth_type: "private_key_jwt";
|
|
26
27
|
}
|
|
28
|
+
interface Mtls extends CreateMtlsAuthRequest.Raw {
|
|
29
|
+
auth_type: "mtls";
|
|
30
|
+
}
|
|
27
31
|
}
|
|
@@ -38,6 +38,7 @@ exports.AuthConnectionsCreateRequestBody = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../../../../../core"));
|
|
39
39
|
const CreateBasicAuthRequest_1 = require("../../../../../types/CreateBasicAuthRequest");
|
|
40
40
|
const CreateCustomHeaderAuthRequest_1 = require("../../../../../types/CreateCustomHeaderAuthRequest");
|
|
41
|
+
const CreateMtlsAuthRequest_1 = require("../../../../../types/CreateMtlsAuthRequest");
|
|
41
42
|
const CreateOAuth2ClientCredsRequest_1 = require("../../../../../types/CreateOAuth2ClientCredsRequest");
|
|
42
43
|
const CreateOAuth2JwtRequest_1 = require("../../../../../types/CreateOAuth2JwtRequest");
|
|
43
44
|
const CreatePrivateKeyJwtRequest_1 = require("../../../../../types/CreatePrivateKeyJwtRequest");
|
|
@@ -48,6 +49,7 @@ exports.AuthConnectionsCreateRequestBody = core.serialization
|
|
|
48
49
|
basic_auth: CreateBasicAuthRequest_1.CreateBasicAuthRequest,
|
|
49
50
|
oauth2_jwt: CreateOAuth2JwtRequest_1.CreateOAuth2JwtRequest,
|
|
50
51
|
private_key_jwt: CreatePrivateKeyJwtRequest_1.CreatePrivateKeyJwtRequest,
|
|
52
|
+
mtls: CreateMtlsAuthRequest_1.CreateMtlsAuthRequest,
|
|
51
53
|
})
|
|
52
54
|
.transform({
|
|
53
55
|
transform: (value) => value,
|
|
@@ -5,13 +5,14 @@ import { ApiIntegrationOAuth2AuthCodeResponse } from "../../../../../types/ApiIn
|
|
|
5
5
|
import { BasicAuthResponse } from "../../../../../types/BasicAuthResponse";
|
|
6
6
|
import { BearerAuthResponse } from "../../../../../types/BearerAuthResponse";
|
|
7
7
|
import { CustomHeaderAuthResponse } from "../../../../../types/CustomHeaderAuthResponse";
|
|
8
|
+
import { MtlsAuthResponse } from "../../../../../types/MtlsAuthResponse";
|
|
8
9
|
import { OAuth2ClientCredsResponse } from "../../../../../types/OAuth2ClientCredsResponse";
|
|
9
10
|
import { OAuth2JwtResponse } from "../../../../../types/OAuth2JwtResponse";
|
|
10
11
|
import { PrivateKeyJwtResponse } from "../../../../../types/PrivateKeyJwtResponse";
|
|
11
12
|
import { WhatsAppAuthResponse } from "../../../../../types/WhatsAppAuthResponse";
|
|
12
13
|
export declare const AuthConnectionsCreateResponse: core.serialization.Schema<serializers.workspace.AuthConnectionsCreateResponse.Raw, ElevenLabs.workspace.AuthConnectionsCreateResponse>;
|
|
13
14
|
export declare namespace AuthConnectionsCreateResponse {
|
|
14
|
-
type Raw = AuthConnectionsCreateResponse.Oauth2ClientCredentials | AuthConnectionsCreateResponse.BasicAuth | AuthConnectionsCreateResponse.BearerAuth | AuthConnectionsCreateResponse.Oauth2Jwt | AuthConnectionsCreateResponse.PrivateKeyJwt | AuthConnectionsCreateResponse.CustomHeaderAuth | AuthConnectionsCreateResponse.ApiIntegrationOauth2AuthCode | AuthConnectionsCreateResponse.WhatsappAuth;
|
|
15
|
+
type Raw = AuthConnectionsCreateResponse.Oauth2ClientCredentials | AuthConnectionsCreateResponse.BasicAuth | AuthConnectionsCreateResponse.BearerAuth | AuthConnectionsCreateResponse.Oauth2Jwt | AuthConnectionsCreateResponse.PrivateKeyJwt | AuthConnectionsCreateResponse.Mtls | AuthConnectionsCreateResponse.CustomHeaderAuth | AuthConnectionsCreateResponse.ApiIntegrationOauth2AuthCode | AuthConnectionsCreateResponse.WhatsappAuth;
|
|
15
16
|
interface Oauth2ClientCredentials extends OAuth2ClientCredsResponse.Raw {
|
|
16
17
|
auth_type: "oauth2_client_credentials";
|
|
17
18
|
}
|
|
@@ -27,6 +28,9 @@ export declare namespace AuthConnectionsCreateResponse {
|
|
|
27
28
|
interface PrivateKeyJwt extends PrivateKeyJwtResponse.Raw {
|
|
28
29
|
auth_type: "private_key_jwt";
|
|
29
30
|
}
|
|
31
|
+
interface Mtls extends MtlsAuthResponse.Raw {
|
|
32
|
+
auth_type: "mtls";
|
|
33
|
+
}
|
|
30
34
|
interface CustomHeaderAuth extends CustomHeaderAuthResponse.Raw {
|
|
31
35
|
auth_type: "custom_header_auth";
|
|
32
36
|
}
|
|
@@ -40,6 +40,7 @@ const ApiIntegrationOAuth2AuthCodeResponse_1 = require("../../../../../types/Api
|
|
|
40
40
|
const BasicAuthResponse_1 = require("../../../../../types/BasicAuthResponse");
|
|
41
41
|
const BearerAuthResponse_1 = require("../../../../../types/BearerAuthResponse");
|
|
42
42
|
const CustomHeaderAuthResponse_1 = require("../../../../../types/CustomHeaderAuthResponse");
|
|
43
|
+
const MtlsAuthResponse_1 = require("../../../../../types/MtlsAuthResponse");
|
|
43
44
|
const OAuth2ClientCredsResponse_1 = require("../../../../../types/OAuth2ClientCredsResponse");
|
|
44
45
|
const OAuth2JwtResponse_1 = require("../../../../../types/OAuth2JwtResponse");
|
|
45
46
|
const PrivateKeyJwtResponse_1 = require("../../../../../types/PrivateKeyJwtResponse");
|
|
@@ -51,6 +52,7 @@ exports.AuthConnectionsCreateResponse = core.serialization
|
|
|
51
52
|
bearer_auth: BearerAuthResponse_1.BearerAuthResponse,
|
|
52
53
|
oauth2_jwt: OAuth2JwtResponse_1.OAuth2JwtResponse,
|
|
53
54
|
private_key_jwt: PrivateKeyJwtResponse_1.PrivateKeyJwtResponse,
|
|
55
|
+
mtls: MtlsAuthResponse_1.MtlsAuthResponse,
|
|
54
56
|
custom_header_auth: CustomHeaderAuthResponse_1.CustomHeaderAuthResponse,
|
|
55
57
|
api_integration_oauth2_auth_code: ApiIntegrationOAuth2AuthCodeResponse_1.ApiIntegrationOAuth2AuthCodeResponse,
|
|
56
58
|
whatsapp_auth: WhatsAppAuthResponse_1.WhatsAppAuthResponse,
|
|
@@ -11,6 +11,7 @@ export declare namespace AgentConfig {
|
|
|
11
11
|
hinglish_mode?: boolean | null;
|
|
12
12
|
dynamic_variables?: DynamicVariablesConfig.Raw | null;
|
|
13
13
|
disable_first_message_interruptions?: boolean | null;
|
|
14
|
+
max_conversation_duration_message?: string | null;
|
|
14
15
|
prompt?: PromptAgentApiModelOutput.Raw | null;
|
|
15
16
|
}
|
|
16
17
|
}
|
|
@@ -44,5 +44,6 @@ exports.AgentConfig = core.serialization.object({
|
|
|
44
44
|
hinglishMode: core.serialization.property("hinglish_mode", core.serialization.boolean().optional()),
|
|
45
45
|
dynamicVariables: core.serialization.property("dynamic_variables", DynamicVariablesConfig_1.DynamicVariablesConfig.optional()),
|
|
46
46
|
disableFirstMessageInterruptions: core.serialization.property("disable_first_message_interruptions", core.serialization.boolean().optional()),
|
|
47
|
+
maxConversationDurationMessage: core.serialization.property("max_conversation_duration_message", core.serialization.string().optional()),
|
|
47
48
|
prompt: PromptAgentApiModelOutput_1.PromptAgentApiModelOutput.optional(),
|
|
48
49
|
});
|
|
@@ -11,6 +11,7 @@ export declare namespace AgentConfigApiModelWorkflowOverrideInput {
|
|
|
11
11
|
hinglish_mode?: boolean | null;
|
|
12
12
|
dynamic_variables?: DynamicVariablesConfigWorkflowOverride.Raw | null;
|
|
13
13
|
disable_first_message_interruptions?: boolean | null;
|
|
14
|
+
max_conversation_duration_message?: string | null;
|
|
14
15
|
prompt?: PromptAgentApiModelWorkflowOverrideInput.Raw | null;
|
|
15
16
|
}
|
|
16
17
|
}
|
|
@@ -44,5 +44,6 @@ exports.AgentConfigApiModelWorkflowOverrideInput = core.serialization.object({
|
|
|
44
44
|
hinglishMode: core.serialization.property("hinglish_mode", core.serialization.boolean().optional()),
|
|
45
45
|
dynamicVariables: core.serialization.property("dynamic_variables", DynamicVariablesConfigWorkflowOverride_1.DynamicVariablesConfigWorkflowOverride.optional()),
|
|
46
46
|
disableFirstMessageInterruptions: core.serialization.property("disable_first_message_interruptions", core.serialization.boolean().optional()),
|
|
47
|
+
maxConversationDurationMessage: core.serialization.property("max_conversation_duration_message", core.serialization.string().optional()),
|
|
47
48
|
prompt: PromptAgentApiModelWorkflowOverrideInput_1.PromptAgentApiModelWorkflowOverrideInput.optional(),
|
|
48
49
|
});
|
|
@@ -11,6 +11,7 @@ export declare namespace AgentConfigApiModelWorkflowOverrideOutput {
|
|
|
11
11
|
hinglish_mode?: boolean | null;
|
|
12
12
|
dynamic_variables?: DynamicVariablesConfigWorkflowOverride.Raw | null;
|
|
13
13
|
disable_first_message_interruptions?: boolean | null;
|
|
14
|
+
max_conversation_duration_message?: string | null;
|
|
14
15
|
prompt?: PromptAgentApiModelWorkflowOverrideOutput.Raw | null;
|
|
15
16
|
}
|
|
16
17
|
}
|
|
@@ -44,5 +44,6 @@ exports.AgentConfigApiModelWorkflowOverrideOutput = core.serialization.object({
|
|
|
44
44
|
hinglishMode: core.serialization.property("hinglish_mode", core.serialization.boolean().optional()),
|
|
45
45
|
dynamicVariables: core.serialization.property("dynamic_variables", DynamicVariablesConfigWorkflowOverride_1.DynamicVariablesConfigWorkflowOverride.optional()),
|
|
46
46
|
disableFirstMessageInterruptions: core.serialization.property("disable_first_message_interruptions", core.serialization.boolean().optional()),
|
|
47
|
+
maxConversationDurationMessage: core.serialization.property("max_conversation_duration_message", core.serialization.string().optional()),
|
|
47
48
|
prompt: PromptAgentApiModelWorkflowOverrideOutput_1.PromptAgentApiModelWorkflowOverrideOutput.optional(),
|
|
48
49
|
});
|
|
@@ -40,5 +40,6 @@ const PromptAgentApiModelOverrideConfig_1 = require("./PromptAgentApiModelOverri
|
|
|
40
40
|
exports.AgentConfigOverrideConfig = core.serialization.object({
|
|
41
41
|
firstMessage: core.serialization.property("first_message", core.serialization.boolean().optional()),
|
|
42
42
|
language: core.serialization.boolean().optional(),
|
|
43
|
+
maxConversationDurationMessage: core.serialization.property("max_conversation_duration_message", core.serialization.boolean().optional()),
|
|
43
44
|
prompt: PromptAgentApiModelOverrideConfig_1.PromptAgentApiModelOverrideConfig.optional(),
|
|
44
45
|
});
|
|
@@ -40,5 +40,6 @@ const PromptAgentApiModelOverride_1 = require("./PromptAgentApiModelOverride");
|
|
|
40
40
|
exports.AgentConfigOverrideInput = core.serialization.object({
|
|
41
41
|
firstMessage: core.serialization.property("first_message", core.serialization.string().optional()),
|
|
42
42
|
language: core.serialization.string().optional(),
|
|
43
|
+
maxConversationDurationMessage: core.serialization.property("max_conversation_duration_message", core.serialization.string().optional()),
|
|
43
44
|
prompt: PromptAgentApiModelOverride_1.PromptAgentApiModelOverride.optional(),
|
|
44
45
|
});
|
|
@@ -40,5 +40,6 @@ const PromptAgentApiModelOverride_1 = require("./PromptAgentApiModelOverride");
|
|
|
40
40
|
exports.AgentConfigOverrideOutput = core.serialization.object({
|
|
41
41
|
firstMessage: core.serialization.property("first_message", core.serialization.string().optional()),
|
|
42
42
|
language: core.serialization.string().optional(),
|
|
43
|
+
maxConversationDurationMessage: core.serialization.property("max_conversation_duration_message", core.serialization.string().optional()),
|
|
43
44
|
prompt: PromptAgentApiModelOverride_1.PromptAgentApiModelOverride.optional(),
|
|
44
45
|
});
|
|
@@ -3,5 +3,5 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
export declare const AgentSortBy: core.serialization.Schema<serializers.AgentSortBy.Raw, ElevenLabs.AgentSortBy>;
|
|
5
5
|
export declare namespace AgentSortBy {
|
|
6
|
-
type Raw = "name" | "created_at";
|
|
6
|
+
type Raw = "name" | "created_at" | "call_count_7d";
|
|
7
7
|
}
|
|
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.AgentSortBy = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.AgentSortBy = core.serialization.enum_(["name", "created_at"]);
|
|
39
|
+
exports.AgentSortBy = core.serialization.enum_(["name", "created_at", "call_count_7d"]);
|
|
@@ -3,6 +3,7 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { ApiIntegrationOAuth2AuthCodeResponseScopeSeparator } from "./ApiIntegrationOAuth2AuthCodeResponseScopeSeparator";
|
|
5
5
|
import { AuthConnectionDependencies } from "./AuthConnectionDependencies";
|
|
6
|
+
import { OAuthConnectionStatus } from "./OAuthConnectionStatus";
|
|
6
7
|
export declare const ApiIntegrationOAuth2AuthCodeResponse: core.serialization.ObjectSchema<serializers.ApiIntegrationOAuth2AuthCodeResponse.Raw, ElevenLabs.ApiIntegrationOAuth2AuthCodeResponse>;
|
|
7
8
|
export declare namespace ApiIntegrationOAuth2AuthCodeResponse {
|
|
8
9
|
interface Raw {
|
|
@@ -14,6 +15,9 @@ export declare namespace ApiIntegrationOAuth2AuthCodeResponse {
|
|
|
14
15
|
expires_at: string;
|
|
15
16
|
integration_id: string;
|
|
16
17
|
credential_id: string;
|
|
18
|
+
status?: OAuthConnectionStatus.Raw | null;
|
|
19
|
+
status_detail?: string | null;
|
|
20
|
+
status_updated_at?: string | null;
|
|
17
21
|
id: string;
|
|
18
22
|
used_by?: AuthConnectionDependencies.Raw | null;
|
|
19
23
|
}
|
|
@@ -38,6 +38,7 @@ exports.ApiIntegrationOAuth2AuthCodeResponse = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const ApiIntegrationOAuth2AuthCodeResponseScopeSeparator_1 = require("./ApiIntegrationOAuth2AuthCodeResponseScopeSeparator");
|
|
40
40
|
const AuthConnectionDependencies_1 = require("./AuthConnectionDependencies");
|
|
41
|
+
const OAuthConnectionStatus_1 = require("./OAuthConnectionStatus");
|
|
41
42
|
exports.ApiIntegrationOAuth2AuthCodeResponse = core.serialization.object({
|
|
42
43
|
name: core.serialization.string(),
|
|
43
44
|
provider: core.serialization.string(),
|
|
@@ -47,6 +48,9 @@ exports.ApiIntegrationOAuth2AuthCodeResponse = core.serialization.object({
|
|
|
47
48
|
expiresAt: core.serialization.property("expires_at", core.serialization.string()),
|
|
48
49
|
integrationId: core.serialization.property("integration_id", core.serialization.string()),
|
|
49
50
|
credentialId: core.serialization.property("credential_id", core.serialization.string()),
|
|
51
|
+
status: OAuthConnectionStatus_1.OAuthConnectionStatus.optional(),
|
|
52
|
+
statusDetail: core.serialization.property("status_detail", core.serialization.string().optional()),
|
|
53
|
+
statusUpdatedAt: core.serialization.property("status_updated_at", core.serialization.string().optional()),
|
|
50
54
|
id: core.serialization.string(),
|
|
51
55
|
usedBy: core.serialization.property("used_by", AuthConnectionDependencies_1.AuthConnectionDependencies.optional()),
|
|
52
56
|
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { ApiIntegrationWebhookOverridesRequestHeadersValue } from "./ApiIntegrationWebhookOverridesRequestHeadersValue";
|
|
5
|
+
import { ApiIntegrationWebhookOverridesSchemaOverridesValue } from "./ApiIntegrationWebhookOverridesSchemaOverridesValue";
|
|
6
|
+
import { ResponseFilterMode } from "./ResponseFilterMode";
|
|
7
|
+
export declare const ApiIntegrationWebhookOverrides: core.serialization.ObjectSchema<serializers.ApiIntegrationWebhookOverrides.Raw, ElevenLabs.ApiIntegrationWebhookOverrides>;
|
|
8
|
+
export declare namespace ApiIntegrationWebhookOverrides {
|
|
9
|
+
interface Raw {
|
|
10
|
+
schema_overrides?: Record<string, ApiIntegrationWebhookOverridesSchemaOverridesValue.Raw | null | undefined> | null;
|
|
11
|
+
request_headers?: Record<string, ApiIntegrationWebhookOverridesRequestHeadersValue.Raw | null | undefined> | null;
|
|
12
|
+
response_filter_mode?: ResponseFilterMode.Raw | null;
|
|
13
|
+
response_filters?: string[] | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -34,23 +34,17 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.ApiIntegrationWebhookOverrides = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
const
|
|
40
|
-
const
|
|
41
|
-
const ApiIntegrationWebhookOverridesInputSchemaOverridesValue_1 = require("./ApiIntegrationWebhookOverridesInputSchemaOverridesValue");
|
|
42
|
-
const LiteralOverride_1 = require("./LiteralOverride");
|
|
43
|
-
const QueryOverride_1 = require("./QueryOverride");
|
|
39
|
+
const ApiIntegrationWebhookOverridesRequestHeadersValue_1 = require("./ApiIntegrationWebhookOverridesRequestHeadersValue");
|
|
40
|
+
const ApiIntegrationWebhookOverridesSchemaOverridesValue_1 = require("./ApiIntegrationWebhookOverridesSchemaOverridesValue");
|
|
44
41
|
const ResponseFilterMode_1 = require("./ResponseFilterMode");
|
|
45
|
-
exports.
|
|
42
|
+
exports.ApiIntegrationWebhookOverrides = core.serialization.object({
|
|
46
43
|
schemaOverrides: core.serialization.property("schema_overrides", core.serialization
|
|
47
|
-
.record(core.serialization.string(),
|
|
44
|
+
.record(core.serialization.string(), ApiIntegrationWebhookOverridesSchemaOverridesValue_1.ApiIntegrationWebhookOverridesSchemaOverridesValue.optional())
|
|
48
45
|
.optional()),
|
|
49
|
-
pathParamsSchema: core.serialization.property("path_params_schema", core.serialization.record(core.serialization.string(), LiteralOverride_1.LiteralOverride.optional()).optional()),
|
|
50
|
-
queryParamsSchema: core.serialization.property("query_params_schema", QueryOverride_1.QueryOverride.optional()),
|
|
51
|
-
requestBodySchema: core.serialization.property("request_body_schema", core.serialization.lazyObject(() => serializers.ObjectOverrideInput).optional()),
|
|
52
46
|
requestHeaders: core.serialization.property("request_headers", core.serialization
|
|
53
|
-
.record(core.serialization.string(),
|
|
47
|
+
.record(core.serialization.string(), ApiIntegrationWebhookOverridesRequestHeadersValue_1.ApiIntegrationWebhookOverridesRequestHeadersValue.optional())
|
|
54
48
|
.optional()),
|
|
55
49
|
responseFilterMode: core.serialization.property("response_filter_mode", ResponseFilterMode_1.ResponseFilterMode.optional()),
|
|
56
50
|
responseFilters: core.serialization.property("response_filters", core.serialization.list(core.serialization.string()).optional()),
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { ConvAiDynamicVariable } from "./ConvAiDynamicVariable";
|
|
5
|
+
export declare const ApiIntegrationWebhookOverridesRequestHeadersValue: core.serialization.Schema<serializers.ApiIntegrationWebhookOverridesRequestHeadersValue.Raw, ElevenLabs.ApiIntegrationWebhookOverridesRequestHeadersValue>;
|
|
6
|
+
export declare namespace ApiIntegrationWebhookOverridesRequestHeadersValue {
|
|
7
|
+
type Raw = string | ConvAiDynamicVariable.Raw;
|
|
8
|
+
}
|
|
@@ -34,7 +34,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.ApiIntegrationWebhookOverridesRequestHeadersValue = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const ConvAiDynamicVariable_1 = require("./ConvAiDynamicVariable");
|
|
40
|
-
exports.
|
|
40
|
+
exports.ApiIntegrationWebhookOverridesRequestHeadersValue = core.serialization.undiscriminatedUnion([core.serialization.string(), ConvAiDynamicVariable_1.ConvAiDynamicVariable]);
|
|
@@ -4,9 +4,9 @@ import type * as serializers from "../index";
|
|
|
4
4
|
import { ConstantSchemaOverride } from "./ConstantSchemaOverride";
|
|
5
5
|
import { DynamicVariableSchemaOverride } from "./DynamicVariableSchemaOverride";
|
|
6
6
|
import { LlmSchemaOverride } from "./LlmSchemaOverride";
|
|
7
|
-
export declare const
|
|
8
|
-
export declare namespace
|
|
9
|
-
type Raw =
|
|
7
|
+
export declare const ApiIntegrationWebhookOverridesSchemaOverridesValue: core.serialization.Schema<serializers.ApiIntegrationWebhookOverridesSchemaOverridesValue.Raw, ElevenLabs.ApiIntegrationWebhookOverridesSchemaOverridesValue>;
|
|
8
|
+
export declare namespace ApiIntegrationWebhookOverridesSchemaOverridesValue {
|
|
9
|
+
type Raw = ApiIntegrationWebhookOverridesSchemaOverridesValue.Constant | ApiIntegrationWebhookOverridesSchemaOverridesValue.DynamicVariable | ApiIntegrationWebhookOverridesSchemaOverridesValue.Llm;
|
|
10
10
|
interface Constant extends ConstantSchemaOverride.Raw {
|
|
11
11
|
source: "constant";
|
|
12
12
|
}
|
|
@@ -34,12 +34,12 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.ApiIntegrationWebhookOverridesSchemaOverridesValue = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const ConstantSchemaOverride_1 = require("./ConstantSchemaOverride");
|
|
40
40
|
const DynamicVariableSchemaOverride_1 = require("./DynamicVariableSchemaOverride");
|
|
41
41
|
const LlmSchemaOverride_1 = require("./LlmSchemaOverride");
|
|
42
|
-
exports.
|
|
42
|
+
exports.ApiIntegrationWebhookOverridesSchemaOverridesValue = core.serialization
|
|
43
43
|
.union("source", {
|
|
44
44
|
constant: ConstantSchemaOverride_1.ConstantSchemaOverride,
|
|
45
45
|
dynamic_variable: DynamicVariableSchemaOverride_1.DynamicVariableSchemaOverride,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../../api/index";
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
|
-
import {
|
|
4
|
+
import { ApiIntegrationWebhookOverrides } from "./ApiIntegrationWebhookOverrides";
|
|
5
5
|
import { DynamicVariableAssignment } from "./DynamicVariableAssignment";
|
|
6
6
|
import { DynamicVariablesConfig } from "./DynamicVariablesConfig";
|
|
7
7
|
import { ToolCallSoundBehavior } from "./ToolCallSoundBehavior";
|
|
@@ -25,6 +25,6 @@ export declare namespace ApiIntegrationWebhookToolConfigInput {
|
|
|
25
25
|
tool_version?: string | null;
|
|
26
26
|
api_integration_id: string;
|
|
27
27
|
api_integration_connection_id: string;
|
|
28
|
-
api_schema_overrides?:
|
|
28
|
+
api_schema_overrides?: ApiIntegrationWebhookOverrides.Raw | null;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.ApiIntegrationWebhookToolConfigInput = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
const
|
|
39
|
+
const ApiIntegrationWebhookOverrides_1 = require("./ApiIntegrationWebhookOverrides");
|
|
40
40
|
const DynamicVariableAssignment_1 = require("./DynamicVariableAssignment");
|
|
41
41
|
const DynamicVariablesConfig_1 = require("./DynamicVariablesConfig");
|
|
42
42
|
const ToolCallSoundBehavior_1 = require("./ToolCallSoundBehavior");
|
|
@@ -58,5 +58,5 @@ exports.ApiIntegrationWebhookToolConfigInput = core.serialization.object({
|
|
|
58
58
|
toolVersion: core.serialization.property("tool_version", core.serialization.string().optional()),
|
|
59
59
|
apiIntegrationId: core.serialization.property("api_integration_id", core.serialization.string()),
|
|
60
60
|
apiIntegrationConnectionId: core.serialization.property("api_integration_connection_id", core.serialization.string()),
|
|
61
|
-
apiSchemaOverrides: core.serialization.property("api_schema_overrides",
|
|
61
|
+
apiSchemaOverrides: core.serialization.property("api_schema_overrides", ApiIntegrationWebhookOverrides_1.ApiIntegrationWebhookOverrides.optional()),
|
|
62
62
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../../api/index";
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
|
-
import {
|
|
4
|
+
import { ApiIntegrationWebhookOverrides } from "./ApiIntegrationWebhookOverrides";
|
|
5
5
|
import { DynamicVariableAssignment } from "./DynamicVariableAssignment";
|
|
6
6
|
import { DynamicVariablesConfig } from "./DynamicVariablesConfig";
|
|
7
7
|
import { ToolCallSoundBehavior } from "./ToolCallSoundBehavior";
|
|
@@ -25,6 +25,6 @@ export declare namespace ApiIntegrationWebhookToolConfigOutput {
|
|
|
25
25
|
tool_version: string;
|
|
26
26
|
api_integration_id: string;
|
|
27
27
|
api_integration_connection_id: string;
|
|
28
|
-
api_schema_overrides?:
|
|
28
|
+
api_schema_overrides?: ApiIntegrationWebhookOverrides.Raw | null;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.ApiIntegrationWebhookToolConfigOutput = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
const
|
|
39
|
+
const ApiIntegrationWebhookOverrides_1 = require("./ApiIntegrationWebhookOverrides");
|
|
40
40
|
const DynamicVariableAssignment_1 = require("./DynamicVariableAssignment");
|
|
41
41
|
const DynamicVariablesConfig_1 = require("./DynamicVariablesConfig");
|
|
42
42
|
const ToolCallSoundBehavior_1 = require("./ToolCallSoundBehavior");
|
|
@@ -58,5 +58,5 @@ exports.ApiIntegrationWebhookToolConfigOutput = core.serialization.object({
|
|
|
58
58
|
toolVersion: core.serialization.property("tool_version", core.serialization.string()),
|
|
59
59
|
apiIntegrationId: core.serialization.property("api_integration_id", core.serialization.string()),
|
|
60
60
|
apiIntegrationConnectionId: core.serialization.property("api_integration_connection_id", core.serialization.string()),
|
|
61
|
-
apiSchemaOverrides: core.serialization.property("api_schema_overrides",
|
|
61
|
+
apiSchemaOverrides: core.serialization.property("api_schema_overrides", ApiIntegrationWebhookOverrides_1.ApiIntegrationWebhookOverrides.optional()),
|
|
62
62
|
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { AssetTranscriptionWord } from "./AssetTranscriptionWord";
|
|
5
|
+
export declare const AssetTranscription: core.serialization.ObjectSchema<serializers.AssetTranscription.Raw, ElevenLabs.AssetTranscription>;
|
|
6
|
+
export declare namespace AssetTranscription {
|
|
7
|
+
interface Raw {
|
|
8
|
+
language_code: string;
|
|
9
|
+
text: string;
|
|
10
|
+
words: AssetTranscriptionWord.Raw[];
|
|
11
|
+
}
|
|
12
|
+
}
|
package/{serialization/types/VideoTranscription.js → dist/serialization/types/AssetTranscription.js}
RENAMED
|
@@ -34,11 +34,11 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.AssetTranscription = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
const
|
|
40
|
-
exports.
|
|
39
|
+
const AssetTranscriptionWord_1 = require("./AssetTranscriptionWord");
|
|
40
|
+
exports.AssetTranscription = core.serialization.object({
|
|
41
41
|
languageCode: core.serialization.property("language_code", core.serialization.string()),
|
|
42
42
|
text: core.serialization.string(),
|
|
43
|
-
words: core.serialization.list(
|
|
43
|
+
words: core.serialization.list(AssetTranscriptionWord_1.AssetTranscriptionWord),
|
|
44
44
|
});
|
package/dist/serialization/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../../api/index";
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
|
-
export declare const
|
|
5
|
-
export declare namespace
|
|
4
|
+
export declare const AssetTranscriptionWord: core.serialization.ObjectSchema<serializers.AssetTranscriptionWord.Raw, ElevenLabs.AssetTranscriptionWord>;
|
|
5
|
+
export declare namespace AssetTranscriptionWord {
|
|
6
6
|
interface Raw {
|
|
7
7
|
speaker_id?: string | null;
|
|
8
8
|
text: string;
|
|
@@ -34,9 +34,9 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.AssetTranscriptionWord = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.
|
|
39
|
+
exports.AssetTranscriptionWord = core.serialization.object({
|
|
40
40
|
speakerId: core.serialization.property("speaker_id", core.serialization.string().optional()),
|
|
41
41
|
text: core.serialization.string(),
|
|
42
42
|
startMs: core.serialization.property("start_ms", core.serialization.number()),
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import * as serializers from "../index";
|
|
4
|
+
export declare const AstAdditionOperatorNodeInput: core.serialization.ObjectSchema<serializers.AstAdditionOperatorNodeInput.Raw, ElevenLabs.AstAdditionOperatorNodeInput>;
|
|
5
|
+
export declare namespace AstAdditionOperatorNodeInput {
|
|
6
|
+
interface Raw {
|
|
7
|
+
left: serializers.AstNodeInput.Raw;
|
|
8
|
+
right: serializers.AstNodeInput.Raw;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -34,11 +34,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.AstAdditionOperatorNodeInput = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const serializers = __importStar(require("../index"));
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
]);
|
|
40
|
+
exports.AstAdditionOperatorNodeInput = core.serialization.object({
|
|
41
|
+
left: core.serialization.lazy(() => serializers.AstNodeInput),
|
|
42
|
+
right: core.serialization.lazy(() => serializers.AstNodeInput),
|
|
43
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import * as serializers from "../index";
|
|
4
|
+
export declare const AstAdditionOperatorNodeOutput: core.serialization.ObjectSchema<serializers.AstAdditionOperatorNodeOutput.Raw, ElevenLabs.AstAdditionOperatorNodeOutput>;
|
|
5
|
+
export declare namespace AstAdditionOperatorNodeOutput {
|
|
6
|
+
interface Raw {
|
|
7
|
+
left: serializers.AstNodeOutput.Raw;
|
|
8
|
+
right: serializers.AstNodeOutput.Raw;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -34,11 +34,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.AstAdditionOperatorNodeOutput = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const serializers = __importStar(require("../index"));
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
]);
|
|
40
|
+
exports.AstAdditionOperatorNodeOutput = core.serialization.object({
|
|
41
|
+
left: core.serialization.lazy(() => serializers.AstNodeOutput),
|
|
42
|
+
right: core.serialization.lazy(() => serializers.AstNodeOutput),
|
|
43
|
+
});
|
|
@@ -4,6 +4,6 @@ import * as serializers from "../index";
|
|
|
4
4
|
export declare const AstAndOperatorNodeInput: core.serialization.ObjectSchema<serializers.AstAndOperatorNodeInput.Raw, ElevenLabs.AstAndOperatorNodeInput>;
|
|
5
5
|
export declare namespace AstAndOperatorNodeInput {
|
|
6
6
|
interface Raw {
|
|
7
|
-
children: serializers.
|
|
7
|
+
children: serializers.AstNodeInput.Raw[];
|
|
8
8
|
}
|
|
9
9
|
}
|
|
@@ -38,5 +38,5 @@ exports.AstAndOperatorNodeInput = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const serializers = __importStar(require("../index"));
|
|
40
40
|
exports.AstAndOperatorNodeInput = core.serialization.object({
|
|
41
|
-
children: core.serialization.list(core.serialization.lazy(() => serializers.
|
|
41
|
+
children: core.serialization.list(core.serialization.lazy(() => serializers.AstNodeInput)),
|
|
42
42
|
});
|