@elevenlabs/elevenlabs-js 2.41.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 +0 -10
- package/Client.js +0 -39
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +16 -120
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +16 -120
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +16 -120
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +13 -8
- 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/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/index.js +2 -1
- package/api/resources/forcedAlignment/client/Client.js +0 -3
- package/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +0 -2
- package/api/resources/speechToText/client/Client.js +3 -0
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -1
- 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/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
- 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/types/AstAdditionOperatorNodeInput.d.ts +2 -2
- package/api/types/AstAdditionOperatorNodeOutput.d.ts +2 -2
- 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 +2 -2
- package/api/types/AstDivisionOperatorNodeOutput.d.ts +2 -2
- 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 +2 -2
- package/api/types/AstMultiplicationOperatorNodeOutput.d.ts +2 -2
- package/{dist/api/types/AstEqualsOperatorNodeInputLeft.d.ts → api/types/AstNodeInput.d.ts} +2 -5
- package/{dist/api/types/AstEqualsOperatorNodeOutputLeft.d.ts → api/types/AstNodeOutput.d.ts} +2 -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 +2 -2
- package/api/types/AstSubtractionOperatorNodeOutput.d.ts +2 -2
- package/api/types/AvatarContextRequestModel.d.ts +6 -0
- package/api/types/AvatarContextResponseModel.d.ts +10 -0
- package/api/types/ChatSourceMedium.d.ts +1 -0
- package/api/types/ChatSourceMedium.js +1 -0
- package/api/types/CreateMtlsAuthRequest.d.ts +11 -0
- package/api/types/DtmfInputConfig.d.ts +9 -0
- package/api/types/FeaturesUsageCommonModel.d.ts +1 -0
- package/api/types/GetLibraryVoicesResponse.d.ts +2 -0
- package/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
- package/api/types/LlmInfoModelInput.d.ts +0 -2
- package/api/types/LlmInfoModelOutput.d.ts +0 -2
- package/api/types/MtlsAuthResponse.d.ts +10 -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/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/index.d.ts +9 -52
- package/api/types/index.js +9 -52
- package/dist/BaseClient.js +2 -2
- package/dist/Client.d.ts +0 -10
- package/dist/Client.js +0 -39
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +16 -120
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +16 -120
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +16 -120
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +13 -8
- 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/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/index.js +2 -1
- package/dist/api/resources/forcedAlignment/client/Client.js +0 -3
- package/dist/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +0 -2
- package/dist/api/resources/speechToText/client/Client.js +3 -0
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -1
- 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/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
- 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/types/AstAdditionOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstAdditionOperatorNodeOutput.d.ts +2 -2
- 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 +2 -2
- package/dist/api/types/AstDivisionOperatorNodeOutput.d.ts +2 -2
- 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 +2 -2
- package/dist/api/types/AstMultiplicationOperatorNodeOutput.d.ts +2 -2
- package/{api/types/AstEqualsOperatorNodeInputLeft.d.ts → dist/api/types/AstNodeInput.d.ts} +2 -5
- package/{api/types/AstEqualsOperatorNodeOutputLeft.d.ts → dist/api/types/AstNodeOutput.d.ts} +2 -5
- 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 +2 -2
- package/dist/api/types/AstSubtractionOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AvatarContextRequestModel.d.ts +6 -0
- package/dist/api/types/AvatarContextResponseModel.d.ts +10 -0
- package/dist/api/types/ChatSourceMedium.d.ts +1 -0
- package/dist/api/types/ChatSourceMedium.js +1 -0
- package/dist/api/types/CreateMtlsAuthRequest.d.ts +11 -0
- package/dist/api/types/DtmfInputConfig.d.ts +9 -0
- package/dist/api/types/FeaturesUsageCommonModel.d.ts +1 -0
- package/dist/api/types/GetLibraryVoicesResponse.d.ts +2 -0
- package/dist/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
- package/dist/api/types/LlmInfoModelInput.d.ts +0 -2
- package/dist/api/types/LlmInfoModelOutput.d.ts +0 -2
- package/dist/api/types/MtlsAuthResponse.d.ts +10 -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/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/index.d.ts +9 -52
- package/dist/api/types/index.js +9 -52
- 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/AstAdditionOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstAdditionOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstAdditionOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstAdditionOperatorNodeOutput.js +2 -2
- 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 +2 -2
- package/dist/serialization/types/AstDivisionOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstDivisionOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstDivisionOperatorNodeOutput.js +2 -2
- 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 +2 -2
- package/dist/serialization/types/AstMultiplicationOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutput.js +2 -2
- package/{serialization/types/AstEqualsOperatorNodeInputLeft.d.ts → dist/serialization/types/AstNodeInput.d.ts} +3 -3
- package/{serialization/types/AstEqualsOperatorNodeInputLeft.js → dist/serialization/types/AstNodeInput.js} +2 -2
- package/{serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts → dist/serialization/types/AstNodeOutput.d.ts} +3 -3
- package/{serialization/types/AstEqualsOperatorNodeOutputLeft.js → dist/serialization/types/AstNodeOutput.js} +2 -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 +2 -2
- package/dist/serialization/types/AstSubtractionOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstSubtractionOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstSubtractionOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AvatarContextRequestModel.d.ts +12 -0
- package/dist/serialization/types/AvatarContextRequestModel.js +44 -0
- package/dist/serialization/types/AvatarContextResponseModel.d.ts +12 -0
- package/dist/serialization/types/AvatarContextResponseModel.js +44 -0
- package/dist/serialization/types/ChatSourceMedium.d.ts +1 -1
- package/dist/serialization/types/ChatSourceMedium.js +1 -1
- package/dist/serialization/types/CreateMtlsAuthRequest.d.ts +14 -0
- package/dist/serialization/types/CreateMtlsAuthRequest.js +46 -0
- package/dist/serialization/types/DtmfInputConfig.d.ts +10 -0
- package/dist/serialization/types/DtmfInputConfig.js +42 -0
- package/dist/serialization/types/FeaturesUsageCommonModel.d.ts +1 -0
- package/dist/serialization/types/FeaturesUsageCommonModel.js +1 -0
- package/dist/serialization/types/GetLibraryVoicesResponse.d.ts +1 -0
- package/dist/serialization/types/GetLibraryVoicesResponse.js +1 -0
- package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
- package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
- package/dist/serialization/types/LlmInfoModelInput.d.ts +0 -1
- package/dist/serialization/types/LlmInfoModelInput.js +0 -1
- package/dist/serialization/types/LlmInfoModelOutput.d.ts +0 -1
- package/dist/serialization/types/LlmInfoModelOutput.js +0 -1
- package/dist/serialization/types/MtlsAuthResponse.d.ts +13 -0
- package/dist/serialization/types/MtlsAuthResponse.js +45 -0
- package/dist/serialization/types/SpeechHistoryItemResponse.d.ts +2 -0
- package/dist/serialization/types/SpeechHistoryItemResponse.js +2 -0
- 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/index.d.ts +9 -52
- package/dist/serialization/types/index.js +9 -52
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +80 -120
- 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/AstAdditionOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstAdditionOperatorNodeInput.js +2 -2
- package/serialization/types/AstAdditionOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstAdditionOperatorNodeOutput.js +2 -2
- 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 +2 -2
- package/serialization/types/AstDivisionOperatorNodeInput.js +2 -2
- package/serialization/types/AstDivisionOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstDivisionOperatorNodeOutput.js +2 -2
- 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 +2 -2
- package/serialization/types/AstMultiplicationOperatorNodeInput.js +2 -2
- package/serialization/types/AstMultiplicationOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstMultiplicationOperatorNodeOutput.js +2 -2
- package/{dist/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts → serialization/types/AstNodeInput.d.ts} +3 -3
- package/{dist/serialization/types/AstEqualsOperatorNodeInputLeft.js → serialization/types/AstNodeInput.js} +2 -2
- package/{dist/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts → serialization/types/AstNodeOutput.d.ts} +3 -3
- package/{dist/serialization/types/AstEqualsOperatorNodeOutputLeft.js → serialization/types/AstNodeOutput.js} +2 -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 +2 -2
- package/serialization/types/AstSubtractionOperatorNodeInput.js +2 -2
- package/serialization/types/AstSubtractionOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstSubtractionOperatorNodeOutput.js +2 -2
- package/serialization/types/AvatarContextRequestModel.d.ts +12 -0
- package/serialization/types/AvatarContextRequestModel.js +44 -0
- package/serialization/types/AvatarContextResponseModel.d.ts +12 -0
- package/serialization/types/AvatarContextResponseModel.js +44 -0
- package/serialization/types/ChatSourceMedium.d.ts +1 -1
- package/serialization/types/ChatSourceMedium.js +1 -1
- package/serialization/types/CreateMtlsAuthRequest.d.ts +14 -0
- package/serialization/types/CreateMtlsAuthRequest.js +46 -0
- package/serialization/types/DtmfInputConfig.d.ts +10 -0
- package/serialization/types/DtmfInputConfig.js +42 -0
- package/serialization/types/FeaturesUsageCommonModel.d.ts +1 -0
- package/serialization/types/FeaturesUsageCommonModel.js +1 -0
- package/serialization/types/GetLibraryVoicesResponse.d.ts +1 -0
- package/serialization/types/GetLibraryVoicesResponse.js +1 -0
- package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
- package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
- package/serialization/types/LlmInfoModelInput.d.ts +0 -1
- package/serialization/types/LlmInfoModelInput.js +0 -1
- package/serialization/types/LlmInfoModelOutput.d.ts +0 -1
- package/serialization/types/LlmInfoModelOutput.js +0 -1
- package/serialization/types/MtlsAuthResponse.d.ts +13 -0
- package/serialization/types/MtlsAuthResponse.js +45 -0
- package/serialization/types/SpeechHistoryItemResponse.d.ts +2 -0
- package/serialization/types/SpeechHistoryItemResponse.js +2 -0
- 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/index.d.ts +9 -52
- package/serialization/types/index.js +9 -52
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/types/AstAdditionOperatorNodeInputLeft.d.ts +0 -62
- package/api/types/AstAdditionOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstAdditionOperatorNodeOutputLeft.d.ts +0 -61
- package/api/types/AstAdditionOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -59
- package/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -58
- package/api/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -62
- package/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -62
- package/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -62
- package/api/types/AstConditionalOperatorNodeOutputCondition.d.ts +0 -61
- package/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -61
- package/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -61
- package/api/types/AstDivisionOperatorNodeInputLeft.d.ts +0 -62
- package/api/types/AstDivisionOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstDivisionOperatorNodeOutputLeft.d.ts +0 -61
- package/api/types/AstDivisionOperatorNodeOutputLeft.js +0 -3
- package/api/types/AstDivisionOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/AstDivisionOperatorNodeOutputRight.js +0 -3
- package/api/types/AstEqualsOperatorNodeInputLeft.js +0 -3
- package/api/types/AstEqualsOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstEqualsOperatorNodeInputRight.js +0 -3
- package/api/types/AstEqualsOperatorNodeOutputLeft.js +0 -3
- package/api/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/AstEqualsOperatorNodeOutputRight.js +0 -3
- package/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -62
- package/api/types/AstGreaterThanOperatorNodeInputLeft.js +0 -3
- package/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstGreaterThanOperatorNodeInputRight.js +0 -3
- package/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -61
- package/api/types/AstGreaterThanOperatorNodeOutputLeft.js +0 -3
- package/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/AstGreaterThanOperatorNodeOutputRight.js +0 -3
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -62
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +0 -3
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +0 -3
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -61
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +0 -3
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +0 -3
- package/api/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -62
- package/api/types/AstLessThanOperatorNodeInputLeft.js +0 -3
- package/api/types/AstLessThanOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstLessThanOperatorNodeInputRight.js +0 -3
- package/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -61
- package/api/types/AstLessThanOperatorNodeOutputLeft.js +0 -3
- package/api/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/AstLessThanOperatorNodeOutputRight.js +0 -3
- package/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -62
- package/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +0 -3
- package/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstLessThanOrEqualsOperatorNodeInputRight.js +0 -3
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -61
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +0 -3
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +0 -3
- package/api/types/AstMultiplicationOperatorNodeInputLeft.d.ts +0 -62
- package/api/types/AstMultiplicationOperatorNodeInputLeft.js +0 -3
- package/api/types/AstMultiplicationOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstMultiplicationOperatorNodeInputRight.js +0 -3
- package/api/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +0 -61
- package/api/types/AstMultiplicationOperatorNodeOutputLeft.js +0 -3
- package/api/types/AstMultiplicationOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/AstMultiplicationOperatorNodeOutputRight.js +0 -3
- package/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -62
- package/api/types/AstNotEqualsOperatorNodeInputLeft.js +0 -3
- package/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstNotEqualsOperatorNodeInputRight.js +0 -3
- package/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -61
- package/api/types/AstNotEqualsOperatorNodeOutputLeft.js +0 -3
- package/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/AstNotEqualsOperatorNodeOutputRight.js +0 -3
- package/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -59
- package/api/types/AstOrOperatorNodeInputChildrenItem.js +0 -3
- package/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -58
- package/api/types/AstOrOperatorNodeOutputChildrenItem.js +0 -3
- package/api/types/AstSubtractionOperatorNodeInputLeft.d.ts +0 -62
- package/api/types/AstSubtractionOperatorNodeInputLeft.js +0 -3
- package/api/types/AstSubtractionOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstSubtractionOperatorNodeInputRight.js +0 -3
- package/api/types/AstSubtractionOperatorNodeOutputLeft.d.ts +0 -61
- package/api/types/AstSubtractionOperatorNodeOutputLeft.js +0 -3
- package/api/types/AstSubtractionOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/AstSubtractionOperatorNodeOutputRight.js +0 -3
- package/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +0 -62
- package/api/types/WorkflowExpressionConditionModelInputExpression.js +0 -3
- package/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -61
- package/api/types/WorkflowExpressionConditionModelOutputExpression.js +0 -3
- package/dist/api/types/AstAdditionOperatorNodeInputLeft.d.ts +0 -62
- package/dist/api/types/AstAdditionOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstAdditionOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstAdditionOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstAdditionOperatorNodeOutputLeft.d.ts +0 -61
- package/dist/api/types/AstAdditionOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstAdditionOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstAdditionOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -59
- package/dist/api/types/AstAndOperatorNodeInputChildrenItem.js +0 -3
- package/dist/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -58
- package/dist/api/types/AstAndOperatorNodeOutputChildrenItem.js +0 -3
- package/dist/api/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -62
- package/dist/api/types/AstConditionalOperatorNodeInputCondition.js +0 -3
- package/dist/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -62
- package/dist/api/types/AstConditionalOperatorNodeInputFalseExpression.js +0 -3
- package/dist/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -62
- package/dist/api/types/AstConditionalOperatorNodeInputTrueExpression.js +0 -3
- package/dist/api/types/AstConditionalOperatorNodeOutputCondition.d.ts +0 -61
- package/dist/api/types/AstConditionalOperatorNodeOutputCondition.js +0 -3
- package/dist/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -61
- package/dist/api/types/AstConditionalOperatorNodeOutputFalseExpression.js +0 -3
- package/dist/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -61
- package/dist/api/types/AstConditionalOperatorNodeOutputTrueExpression.js +0 -3
- package/dist/api/types/AstDivisionOperatorNodeInputLeft.d.ts +0 -62
- package/dist/api/types/AstDivisionOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstDivisionOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstDivisionOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstDivisionOperatorNodeOutputLeft.d.ts +0 -61
- package/dist/api/types/AstDivisionOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstDivisionOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstDivisionOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstEqualsOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstEqualsOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstEqualsOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstEqualsOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstEqualsOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -62
- package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstGreaterThanOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -61
- package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -62
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -61
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -62
- package/dist/api/types/AstLessThanOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstLessThanOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstLessThanOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -61
- package/dist/api/types/AstLessThanOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstLessThanOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -62
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -61
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstMultiplicationOperatorNodeInputLeft.d.ts +0 -62
- package/dist/api/types/AstMultiplicationOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstMultiplicationOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstMultiplicationOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +0 -61
- package/dist/api/types/AstMultiplicationOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstMultiplicationOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstMultiplicationOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -62
- package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstNotEqualsOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -61
- package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -59
- package/dist/api/types/AstOrOperatorNodeInputChildrenItem.js +0 -3
- package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -58
- package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.js +0 -3
- package/dist/api/types/AstSubtractionOperatorNodeInputLeft.d.ts +0 -62
- package/dist/api/types/AstSubtractionOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstSubtractionOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstSubtractionOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstSubtractionOperatorNodeOutputLeft.d.ts +0 -61
- package/dist/api/types/AstSubtractionOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstSubtractionOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstSubtractionOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +0 -62
- package/dist/api/types/WorkflowExpressionConditionModelInputExpression.js +0 -3
- package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -61
- package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.js +0 -3
- package/dist/serialization/types/AstAdditionOperatorNodeInputLeft.d.ts +0 -67
- package/dist/serialization/types/AstAdditionOperatorNodeInputLeft.js +0 -71
- package/dist/serialization/types/AstAdditionOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstAdditionOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstAdditionOperatorNodeOutputLeft.d.ts +0 -66
- package/dist/serialization/types/AstAdditionOperatorNodeOutputLeft.js +0 -69
- package/dist/serialization/types/AstAdditionOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstAdditionOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -67
- package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.js +0 -71
- package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -66
- package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +0 -69
- package/dist/serialization/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -67
- package/dist/serialization/types/AstConditionalOperatorNodeInputCondition.js +0 -71
- package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -67
- package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +0 -71
- package/dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -67
- package/dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js +0 -71
- package/dist/serialization/types/AstConditionalOperatorNodeOutputCondition.d.ts +0 -66
- package/dist/serialization/types/AstConditionalOperatorNodeOutputCondition.js +0 -69
- package/dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -66
- package/dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js +0 -69
- package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -66
- package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +0 -69
- package/dist/serialization/types/AstDivisionOperatorNodeInputLeft.d.ts +0 -67
- package/dist/serialization/types/AstDivisionOperatorNodeInputLeft.js +0 -71
- package/dist/serialization/types/AstDivisionOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstDivisionOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstDivisionOperatorNodeOutputLeft.d.ts +0 -66
- package/dist/serialization/types/AstDivisionOperatorNodeOutputLeft.js +0 -69
- package/dist/serialization/types/AstDivisionOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstDivisionOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstEqualsOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -67
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +0 -71
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -66
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +0 -69
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -67
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +0 -71
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -66
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +0 -69
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -67
- package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.js +0 -71
- package/dist/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstLessThanOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -66
- package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.js +0 -69
- package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -67
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +0 -71
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -66
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +0 -69
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/AstMultiplicationOperatorNodeInputLeft.d.ts +0 -67
- package/dist/serialization/types/AstMultiplicationOperatorNodeInputLeft.js +0 -71
- package/dist/serialization/types/AstMultiplicationOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstMultiplicationOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +0 -66
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutputLeft.js +0 -69
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -67
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +0 -71
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -66
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +0 -69
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -67
- package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.js +0 -71
- package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -66
- package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +0 -69
- package/dist/serialization/types/AstSubtractionOperatorNodeInputLeft.d.ts +0 -67
- package/dist/serialization/types/AstSubtractionOperatorNodeInputLeft.js +0 -71
- package/dist/serialization/types/AstSubtractionOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstSubtractionOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstSubtractionOperatorNodeOutputLeft.d.ts +0 -66
- package/dist/serialization/types/AstSubtractionOperatorNodeOutputLeft.js +0 -69
- package/dist/serialization/types/AstSubtractionOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstSubtractionOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +0 -67
- package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.js +0 -71
- package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -66
- package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +0 -69
- package/serialization/types/AstAdditionOperatorNodeInputLeft.d.ts +0 -67
- package/serialization/types/AstAdditionOperatorNodeInputLeft.js +0 -71
- package/serialization/types/AstAdditionOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstAdditionOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstAdditionOperatorNodeOutputLeft.d.ts +0 -66
- package/serialization/types/AstAdditionOperatorNodeOutputLeft.js +0 -69
- package/serialization/types/AstAdditionOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstAdditionOperatorNodeOutputRight.js +0 -69
- package/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -67
- package/serialization/types/AstAndOperatorNodeInputChildrenItem.js +0 -71
- package/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -66
- package/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +0 -69
- package/serialization/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -67
- package/serialization/types/AstConditionalOperatorNodeInputCondition.js +0 -71
- package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -67
- package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +0 -71
- package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -67
- package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js +0 -71
- package/serialization/types/AstConditionalOperatorNodeOutputCondition.d.ts +0 -66
- package/serialization/types/AstConditionalOperatorNodeOutputCondition.js +0 -69
- package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -66
- package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js +0 -69
- package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -66
- package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +0 -69
- package/serialization/types/AstDivisionOperatorNodeInputLeft.d.ts +0 -67
- package/serialization/types/AstDivisionOperatorNodeInputLeft.js +0 -71
- package/serialization/types/AstDivisionOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstDivisionOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstDivisionOperatorNodeOutputLeft.d.ts +0 -66
- package/serialization/types/AstDivisionOperatorNodeOutputLeft.js +0 -69
- package/serialization/types/AstDivisionOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstDivisionOperatorNodeOutputRight.js +0 -69
- package/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstEqualsOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstEqualsOperatorNodeOutputRight.js +0 -69
- package/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -67
- package/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +0 -71
- package/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstGreaterThanOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -66
- package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +0 -69
- package/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +0 -69
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -67
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +0 -71
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -66
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +0 -69
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +0 -69
- package/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -67
- package/serialization/types/AstLessThanOperatorNodeInputLeft.js +0 -71
- package/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstLessThanOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -66
- package/serialization/types/AstLessThanOperatorNodeOutputLeft.js +0 -69
- package/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstLessThanOperatorNodeOutputRight.js +0 -69
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -67
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +0 -71
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -66
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +0 -69
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +0 -69
- package/serialization/types/AstMultiplicationOperatorNodeInputLeft.d.ts +0 -67
- package/serialization/types/AstMultiplicationOperatorNodeInputLeft.js +0 -71
- package/serialization/types/AstMultiplicationOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstMultiplicationOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +0 -66
- package/serialization/types/AstMultiplicationOperatorNodeOutputLeft.js +0 -69
- package/serialization/types/AstMultiplicationOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstMultiplicationOperatorNodeOutputRight.js +0 -69
- package/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -67
- package/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +0 -71
- package/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstNotEqualsOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -66
- package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +0 -69
- package/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +0 -69
- package/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -67
- package/serialization/types/AstOrOperatorNodeInputChildrenItem.js +0 -71
- package/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -66
- package/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +0 -69
- package/serialization/types/AstSubtractionOperatorNodeInputLeft.d.ts +0 -67
- package/serialization/types/AstSubtractionOperatorNodeInputLeft.js +0 -71
- package/serialization/types/AstSubtractionOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstSubtractionOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstSubtractionOperatorNodeOutputLeft.d.ts +0 -66
- package/serialization/types/AstSubtractionOperatorNodeOutputLeft.js +0 -69
- package/serialization/types/AstSubtractionOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstSubtractionOperatorNodeOutputRight.js +0 -69
- package/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +0 -67
- package/serialization/types/WorkflowExpressionConditionModelInputExpression.js +0 -71
- package/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -66
- package/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +0 -69
- /package/api/types/{AstAdditionOperatorNodeInputLeft.js → AstNodeInput.js} +0 -0
- /package/api/types/{AstAdditionOperatorNodeInputRight.js → AstNodeOutput.js} +0 -0
- /package/api/types/{AstAdditionOperatorNodeOutputLeft.js → AvatarContextRequestModel.js} +0 -0
- /package/api/types/{AstAdditionOperatorNodeOutputRight.js → AvatarContextResponseModel.js} +0 -0
- /package/api/types/{AstAndOperatorNodeInputChildrenItem.js → CreateMtlsAuthRequest.js} +0 -0
- /package/api/types/{AstAndOperatorNodeOutputChildrenItem.js → DtmfInputConfig.js} +0 -0
- /package/api/types/{AstConditionalOperatorNodeInputCondition.js → MtlsAuthResponse.js} +0 -0
- /package/{api/types/AstConditionalOperatorNodeInputFalseExpression.js → dist/api/types/AstNodeInput.js} +0 -0
- /package/{api/types/AstConditionalOperatorNodeInputTrueExpression.js → dist/api/types/AstNodeOutput.js} +0 -0
- /package/{api/types/AstConditionalOperatorNodeOutputCondition.js → dist/api/types/AvatarContextRequestModel.js} +0 -0
- /package/{api/types/AstConditionalOperatorNodeOutputFalseExpression.js → dist/api/types/AvatarContextResponseModel.js} +0 -0
- /package/{api/types/AstConditionalOperatorNodeOutputTrueExpression.js → dist/api/types/CreateMtlsAuthRequest.js} +0 -0
- /package/{api/types/AstDivisionOperatorNodeInputLeft.js → dist/api/types/DtmfInputConfig.js} +0 -0
- /package/{api/types/AstDivisionOperatorNodeInputRight.js → dist/api/types/MtlsAuthResponse.js} +0 -0
|
@@ -2,6 +2,7 @@ import type { BaseClientOptions, BaseRequestOptions } from "../../../../../../Ba
|
|
|
2
2
|
import { type NormalizedClientOptions } from "../../../../../../BaseClient";
|
|
3
3
|
import * as core from "../../../../../../core";
|
|
4
4
|
import * as ElevenLabs from "../../../../../index";
|
|
5
|
+
import { AnalysisClient } from "../resources/analysis/client/Client";
|
|
5
6
|
import { AudioClient } from "../resources/audio/client/Client";
|
|
6
7
|
import { FeedbackClient } from "../resources/feedback/client/Client";
|
|
7
8
|
import { FilesClient } from "../resources/files/client/Client";
|
|
@@ -17,11 +18,13 @@ export declare class ConversationsClient {
|
|
|
17
18
|
protected _feedback: FeedbackClient | undefined;
|
|
18
19
|
protected _messages: MessagesClient | undefined;
|
|
19
20
|
protected _files: FilesClient | undefined;
|
|
21
|
+
protected _analysis: AnalysisClient | undefined;
|
|
20
22
|
constructor(options?: ConversationsClient.Options);
|
|
21
23
|
get audio(): AudioClient;
|
|
22
24
|
get feedback(): FeedbackClient;
|
|
23
25
|
get messages(): MessagesClient;
|
|
24
26
|
get files(): FilesClient;
|
|
27
|
+
get analysis(): AnalysisClient;
|
|
25
28
|
/**
|
|
26
29
|
* Get a signed url to start a conversation with an agent with an agent that requires authorization
|
|
27
30
|
*
|
|
@@ -52,29 +52,34 @@ const handleNonStatusCodeError_1 = require("../../../../../../errors/handleNonSt
|
|
|
52
52
|
const errors = __importStar(require("../../../../../../errors/index"));
|
|
53
53
|
const serializers = __importStar(require("../../../../../../serialization/index"));
|
|
54
54
|
const ElevenLabs = __importStar(require("../../../../../index"));
|
|
55
|
-
const Client_1 = require("../resources/
|
|
56
|
-
const Client_2 = require("../resources/
|
|
57
|
-
const Client_3 = require("../resources/
|
|
58
|
-
const Client_4 = require("../resources/
|
|
55
|
+
const Client_1 = require("../resources/analysis/client/Client");
|
|
56
|
+
const Client_2 = require("../resources/audio/client/Client");
|
|
57
|
+
const Client_3 = require("../resources/feedback/client/Client");
|
|
58
|
+
const Client_4 = require("../resources/files/client/Client");
|
|
59
|
+
const Client_5 = require("../resources/messages/client/Client");
|
|
59
60
|
class ConversationsClient {
|
|
60
61
|
constructor(options = {}) {
|
|
61
62
|
this._options = (0, BaseClient_1.normalizeClientOptions)(options);
|
|
62
63
|
}
|
|
63
64
|
get audio() {
|
|
64
65
|
var _a;
|
|
65
|
-
return ((_a = this._audio) !== null && _a !== void 0 ? _a : (this._audio = new
|
|
66
|
+
return ((_a = this._audio) !== null && _a !== void 0 ? _a : (this._audio = new Client_2.AudioClient(this._options)));
|
|
66
67
|
}
|
|
67
68
|
get feedback() {
|
|
68
69
|
var _a;
|
|
69
|
-
return ((_a = this._feedback) !== null && _a !== void 0 ? _a : (this._feedback = new
|
|
70
|
+
return ((_a = this._feedback) !== null && _a !== void 0 ? _a : (this._feedback = new Client_3.FeedbackClient(this._options)));
|
|
70
71
|
}
|
|
71
72
|
get messages() {
|
|
72
73
|
var _a;
|
|
73
|
-
return ((_a = this._messages) !== null && _a !== void 0 ? _a : (this._messages = new
|
|
74
|
+
return ((_a = this._messages) !== null && _a !== void 0 ? _a : (this._messages = new Client_5.MessagesClient(this._options)));
|
|
74
75
|
}
|
|
75
76
|
get files() {
|
|
76
77
|
var _a;
|
|
77
|
-
return ((_a = this._files) !== null && _a !== void 0 ? _a : (this._files = new
|
|
78
|
+
return ((_a = this._files) !== null && _a !== void 0 ? _a : (this._files = new Client_4.FilesClient(this._options)));
|
|
79
|
+
}
|
|
80
|
+
get analysis() {
|
|
81
|
+
var _a;
|
|
82
|
+
return ((_a = this._analysis) !== null && _a !== void 0 ? _a : (this._analysis = new Client_1.AnalysisClient(this._options)));
|
|
78
83
|
}
|
|
79
84
|
/**
|
|
80
85
|
* Get a signed url to start a conversation with an agent with an agent that requires authorization
|
package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.d.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { BaseClientOptions, BaseRequestOptions } from "../../../../../../../../BaseClient";
|
|
2
|
+
import { type NormalizedClientOptions } from "../../../../../../../../BaseClient";
|
|
3
|
+
import * as core from "../../../../../../../../core";
|
|
4
|
+
import * as ElevenLabs from "../../../../../../../index";
|
|
5
|
+
export declare namespace AnalysisClient {
|
|
6
|
+
type Options = BaseClientOptions;
|
|
7
|
+
interface RequestOptions extends BaseRequestOptions {
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
export declare class AnalysisClient {
|
|
11
|
+
protected readonly _options: NormalizedClientOptions<AnalysisClient.Options>;
|
|
12
|
+
constructor(options?: AnalysisClient.Options);
|
|
13
|
+
/**
|
|
14
|
+
* Run the analysis for a conversation using the agent's current evaluation criteria and data collection settings.
|
|
15
|
+
*
|
|
16
|
+
* @param {string} conversation_id - ID of the conversation
|
|
17
|
+
* @param {AnalysisClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
18
|
+
*
|
|
19
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
20
|
+
*
|
|
21
|
+
* @example
|
|
22
|
+
* await client.conversationalAi.conversations.analysis.run("conversation_id")
|
|
23
|
+
*/
|
|
24
|
+
run(conversation_id: string, requestOptions?: AnalysisClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.GetConversationResponseModel>;
|
|
25
|
+
private __run;
|
|
26
|
+
}
|
package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.js
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
37
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
38
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
39
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
40
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
41
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
42
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
43
|
+
});
|
|
44
|
+
};
|
|
45
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46
|
+
exports.AnalysisClient = void 0;
|
|
47
|
+
const BaseClient_1 = require("../../../../../../../../BaseClient");
|
|
48
|
+
const core = __importStar(require("../../../../../../../../core"));
|
|
49
|
+
const headers_1 = require("../../../../../../../../core/headers");
|
|
50
|
+
const environments = __importStar(require("../../../../../../../../environments"));
|
|
51
|
+
const handleNonStatusCodeError_1 = require("../../../../../../../../errors/handleNonStatusCodeError");
|
|
52
|
+
const errors = __importStar(require("../../../../../../../../errors/index"));
|
|
53
|
+
const serializers = __importStar(require("../../../../../../../../serialization/index"));
|
|
54
|
+
const ElevenLabs = __importStar(require("../../../../../../../index"));
|
|
55
|
+
class AnalysisClient {
|
|
56
|
+
constructor(options = {}) {
|
|
57
|
+
this._options = (0, BaseClient_1.normalizeClientOptions)(options);
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Run the analysis for a conversation using the agent's current evaluation criteria and data collection settings.
|
|
61
|
+
*
|
|
62
|
+
* @param {string} conversation_id - ID of the conversation
|
|
63
|
+
* @param {AnalysisClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
66
|
+
*
|
|
67
|
+
* @example
|
|
68
|
+
* await client.conversationalAi.conversations.analysis.run("conversation_id")
|
|
69
|
+
*/
|
|
70
|
+
run(conversation_id, requestOptions) {
|
|
71
|
+
return core.HttpResponsePromise.fromPromise(this.__run(conversation_id, requestOptions));
|
|
72
|
+
}
|
|
73
|
+
__run(conversation_id, requestOptions) {
|
|
74
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
75
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
76
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "xi-api-key": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
77
|
+
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
78
|
+
url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/convai/conversations/${core.url.encodePathParam(conversation_id)}/analysis/run`),
|
|
79
|
+
method: "POST",
|
|
80
|
+
headers: _headers,
|
|
81
|
+
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
82
|
+
timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
|
|
83
|
+
maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
|
|
84
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
85
|
+
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
86
|
+
logging: this._options.logging,
|
|
87
|
+
});
|
|
88
|
+
if (_response.ok) {
|
|
89
|
+
return {
|
|
90
|
+
data: serializers.GetConversationResponseModel.parseOrThrow(_response.body, {
|
|
91
|
+
unrecognizedObjectKeys: "passthrough",
|
|
92
|
+
allowUnrecognizedUnionMembers: true,
|
|
93
|
+
allowUnrecognizedEnumValues: true,
|
|
94
|
+
breadcrumbsPrefix: ["response"],
|
|
95
|
+
}),
|
|
96
|
+
rawResponse: _response.rawResponse,
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
if (_response.error.reason === "status-code") {
|
|
100
|
+
switch (_response.error.statusCode) {
|
|
101
|
+
case 422:
|
|
102
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
103
|
+
default:
|
|
104
|
+
throw new errors.ElevenLabsError({
|
|
105
|
+
statusCode: _response.error.statusCode,
|
|
106
|
+
body: _response.error.body,
|
|
107
|
+
rawResponse: _response.rawResponse,
|
|
108
|
+
});
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "POST", "/v1/convai/conversations/{conversation_id}/analysis/run");
|
|
112
|
+
});
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
exports.AnalysisClient = AnalysisClient;
|
package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./client";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./client"), exports);
|
|
@@ -36,7 +36,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.messages = exports.files = exports.feedback = exports.audio = void 0;
|
|
39
|
+
exports.messages = exports.files = exports.feedback = exports.audio = exports.analysis = void 0;
|
|
40
|
+
exports.analysis = __importStar(require("./analysis"));
|
|
40
41
|
exports.audio = __importStar(require("./audio"));
|
|
41
42
|
exports.feedback = __importStar(require("./feedback"));
|
|
42
43
|
__exportStar(require("./feedback/client/requests"), exports);
|
|
@@ -80,9 +80,6 @@ class ForcedAlignmentClient {
|
|
|
80
80
|
const _request = yield core.newFormData();
|
|
81
81
|
yield _request.appendFile("file", request.file);
|
|
82
82
|
_request.append("text", request.text);
|
|
83
|
-
if (request.enabledSpooledFile != null) {
|
|
84
|
-
_request.append("enabled_spooled_file", request.enabledSpooledFile.toString());
|
|
85
|
-
}
|
|
86
83
|
const _maybeEncodedRequest = yield _request.getRequest();
|
|
87
84
|
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)(Object.assign({ "xi-api-key": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.apiKey }, _maybeEncodedRequest.headers)), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
88
85
|
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
@@ -11,6 +11,4 @@ export interface BodyCreateForcedAlignmentV1ForcedAlignmentPost {
|
|
|
11
11
|
file: core.file.Uploadable;
|
|
12
12
|
/** The text to align with the audio. The input text can be in any format, however diarization is not supported at this time. */
|
|
13
13
|
text: string;
|
|
14
|
-
/** If true, the file will be streamed to the server and processed in chunks. This is useful for large files that cannot be loaded into memory. The default is false. */
|
|
15
|
-
enabledSpooledFile?: boolean;
|
|
16
14
|
}
|
|
@@ -122,6 +122,9 @@ class SpeechToTextClient {
|
|
|
122
122
|
unrecognizedObjectKeys: "strip",
|
|
123
123
|
}));
|
|
124
124
|
}
|
|
125
|
+
if (request.cloudStorageUrl != null) {
|
|
126
|
+
_request.append("cloud_storage_url", request.cloudStorageUrl);
|
|
127
|
+
}
|
|
125
128
|
if (request.sourceUrl != null) {
|
|
126
129
|
_request.append("source_url", request.sourceUrl);
|
|
127
130
|
}
|
|
@@ -18,7 +18,7 @@ export interface BodySpeechToTextV1SpeechToTextPost {
|
|
|
18
18
|
enableLogging?: boolean;
|
|
19
19
|
/** The ID of the model to use for transcription. */
|
|
20
20
|
modelId: ElevenLabs.SpeechToTextConvertRequestModelId;
|
|
21
|
-
/** The file to transcribe. All major audio and video formats are supported. Exactly one of the file or cloud_storage_url parameters must be provided. The file size must be less than 3.0GB. */
|
|
21
|
+
/** The file to transcribe (100ms minimum audio length). All major audio and video formats are supported. Exactly one of the file or cloud_storage_url parameters must be provided. The file size must be less than 3.0GB. */
|
|
22
22
|
file?: core.file.Uploadable | undefined;
|
|
23
23
|
/** An ISO-639-1 or ISO-639-3 language_code corresponding to the language of the audio file. Can sometimes improve transcription performance if known beforehand. Defaults to null, in this case the language is predicted automatically. */
|
|
24
24
|
languageCode?: string;
|
|
@@ -36,6 +36,8 @@ export interface BodySpeechToTextV1SpeechToTextPost {
|
|
|
36
36
|
additionalFormats?: ElevenLabs.AdditionalFormats;
|
|
37
37
|
/** The format of input audio. Options are 'pcm_s16le_16' or 'other' For `pcm_s16le_16`, the input audio must be 16-bit PCM at a 16kHz sample rate, single channel (mono), and little-endian byte order. Latency will be lower than with passing an encoded waveform. */
|
|
38
38
|
fileFormat?: ElevenLabs.SpeechToTextConvertRequestFileFormat;
|
|
39
|
+
/** The HTTPS URL of the file to transcribe. Exactly one of the file or cloud_storage_url parameters must be provided. The file must be accessible via HTTPS and the file size must be less than 2GB. Any valid HTTPS URL is accepted, including URLs from cloud storage providers (AWS S3, Google Cloud Storage, Cloudflare R2, etc.), CDNs, or any other HTTPS source. URLs can be pre-signed or include authentication tokens in query parameters. */
|
|
40
|
+
cloudStorageUrl?: string;
|
|
39
41
|
/** The URL of an audio or video file to transcribe. Supports hosted video or audio files, YouTube video URLs, TikTok video URLs, and other video hosting services. */
|
|
40
42
|
sourceUrl?: string;
|
|
41
43
|
/** Whether to send the transcription result to configured speech-to-text webhooks. If set the request will return early without the transcription, which will be delivered later via webhook. */
|
|
@@ -28,4 +28,6 @@ export interface BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost
|
|
|
28
28
|
seed?: number;
|
|
29
29
|
/** This parameter controls text normalization with three modes: 'auto', 'on', and 'off'. When set to 'auto', the system will automatically decide whether to apply text normalization (e.g., spelling out numbers). With 'on', text normalization will always be applied, while with 'off', it will be skipped. */
|
|
30
30
|
applyTextNormalization?: ElevenLabs.BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization;
|
|
31
|
+
/** Avatar context when this generation is made from the Avatars video editor. */
|
|
32
|
+
avatarContext?: ElevenLabs.AvatarContextRequestModel;
|
|
31
33
|
}
|
|
@@ -28,4 +28,6 @@ export interface BodyTextToDialogueMultiVoiceV1TextToDialoguePost {
|
|
|
28
28
|
seed?: number;
|
|
29
29
|
/** This parameter controls text normalization with three modes: 'auto', 'on', and 'off'. When set to 'auto', the system will automatically decide whether to apply text normalization (e.g., spelling out numbers). With 'on', text normalization will always be applied, while with 'off', it will be skipped. */
|
|
30
30
|
applyTextNormalization?: ElevenLabs.BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization;
|
|
31
|
+
/** Avatar context when this generation is made from the Avatars video editor. */
|
|
32
|
+
avatarContext?: ElevenLabs.AvatarContextRequestModel;
|
|
31
33
|
}
|
|
@@ -49,4 +49,6 @@ export interface BodyTextToSpeechFull {
|
|
|
49
49
|
applyTextNormalization?: ElevenLabs.BodyTextToSpeechFullApplyTextNormalization;
|
|
50
50
|
/** This parameter controls language text normalization. This helps with proper pronunciation of text in some supported languages. WARNING: This parameter can heavily increase the latency of the request. Currently only supported for Japanese. */
|
|
51
51
|
applyLanguageTextNormalization?: boolean;
|
|
52
|
+
/** Avatar context when this generation is made from the Avatars video editor. */
|
|
53
|
+
avatarContext?: ElevenLabs.AvatarContextRequestModel;
|
|
52
54
|
}
|
|
@@ -49,4 +49,6 @@ export interface StreamTextToSpeechRequest {
|
|
|
49
49
|
applyTextNormalization?: ElevenLabs.BodyTextToSpeechStreamApplyTextNormalization;
|
|
50
50
|
/** This parameter controls language text normalization. This helps with proper pronunciation of text in some supported languages. WARNING: This parameter can heavily increase the latency of the request. Currently only supported for Japanese. */
|
|
51
51
|
applyLanguageTextNormalization?: boolean;
|
|
52
|
+
/** Avatar context when this generation is made from the Avatars video editor. */
|
|
53
|
+
avatarContext?: ElevenLabs.AvatarContextRequestModel;
|
|
52
54
|
}
|
|
@@ -2,7 +2,7 @@ import type * as ElevenLabs from "../../../../../index";
|
|
|
2
2
|
/**
|
|
3
3
|
* Auth connection to create
|
|
4
4
|
*/
|
|
5
|
-
export type AuthConnectionsCreateRequestBody = ElevenLabs.workspace.AuthConnectionsCreateRequestBody.Oauth2ClientCredentials | ElevenLabs.workspace.AuthConnectionsCreateRequestBody.CustomHeaderAuth | ElevenLabs.workspace.AuthConnectionsCreateRequestBody.BasicAuth | ElevenLabs.workspace.AuthConnectionsCreateRequestBody.Oauth2Jwt | ElevenLabs.workspace.AuthConnectionsCreateRequestBody.PrivateKeyJwt;
|
|
5
|
+
export type AuthConnectionsCreateRequestBody = ElevenLabs.workspace.AuthConnectionsCreateRequestBody.Oauth2ClientCredentials | ElevenLabs.workspace.AuthConnectionsCreateRequestBody.CustomHeaderAuth | ElevenLabs.workspace.AuthConnectionsCreateRequestBody.BasicAuth | ElevenLabs.workspace.AuthConnectionsCreateRequestBody.Oauth2Jwt | ElevenLabs.workspace.AuthConnectionsCreateRequestBody.PrivateKeyJwt | ElevenLabs.workspace.AuthConnectionsCreateRequestBody.Mtls;
|
|
6
6
|
export declare namespace AuthConnectionsCreateRequestBody {
|
|
7
7
|
interface Oauth2ClientCredentials extends ElevenLabs.CreateOAuth2ClientCredsRequest {
|
|
8
8
|
authType: "oauth2_client_credentials";
|
|
@@ -19,4 +19,7 @@ export declare namespace AuthConnectionsCreateRequestBody {
|
|
|
19
19
|
interface PrivateKeyJwt extends ElevenLabs.CreatePrivateKeyJwtRequest {
|
|
20
20
|
authType: "private_key_jwt";
|
|
21
21
|
}
|
|
22
|
+
interface Mtls extends ElevenLabs.CreateMtlsAuthRequest {
|
|
23
|
+
authType: "mtls";
|
|
24
|
+
}
|
|
22
25
|
}
|
package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import type * as ElevenLabs from "../../../../../index";
|
|
|
2
2
|
/**
|
|
3
3
|
* The type of auth connection config
|
|
4
4
|
*/
|
|
5
|
-
export type AuthConnectionsCreateResponse = ElevenLabs.workspace.AuthConnectionsCreateResponse.Oauth2ClientCredentials | ElevenLabs.workspace.AuthConnectionsCreateResponse.BasicAuth | ElevenLabs.workspace.AuthConnectionsCreateResponse.BearerAuth | ElevenLabs.workspace.AuthConnectionsCreateResponse.Oauth2Jwt | ElevenLabs.workspace.AuthConnectionsCreateResponse.PrivateKeyJwt | ElevenLabs.workspace.AuthConnectionsCreateResponse.CustomHeaderAuth | ElevenLabs.workspace.AuthConnectionsCreateResponse.ApiIntegrationOauth2AuthCode | ElevenLabs.workspace.AuthConnectionsCreateResponse.WhatsappAuth;
|
|
5
|
+
export type AuthConnectionsCreateResponse = ElevenLabs.workspace.AuthConnectionsCreateResponse.Oauth2ClientCredentials | ElevenLabs.workspace.AuthConnectionsCreateResponse.BasicAuth | ElevenLabs.workspace.AuthConnectionsCreateResponse.BearerAuth | ElevenLabs.workspace.AuthConnectionsCreateResponse.Oauth2Jwt | ElevenLabs.workspace.AuthConnectionsCreateResponse.PrivateKeyJwt | ElevenLabs.workspace.AuthConnectionsCreateResponse.Mtls | ElevenLabs.workspace.AuthConnectionsCreateResponse.CustomHeaderAuth | ElevenLabs.workspace.AuthConnectionsCreateResponse.ApiIntegrationOauth2AuthCode | ElevenLabs.workspace.AuthConnectionsCreateResponse.WhatsappAuth;
|
|
6
6
|
export declare namespace AuthConnectionsCreateResponse {
|
|
7
7
|
interface Oauth2ClientCredentials extends ElevenLabs.OAuth2ClientCredsResponse {
|
|
8
8
|
authType: "oauth2_client_credentials";
|
|
@@ -19,6 +19,9 @@ export declare namespace AuthConnectionsCreateResponse {
|
|
|
19
19
|
interface PrivateKeyJwt extends ElevenLabs.PrivateKeyJwtResponse {
|
|
20
20
|
authType: "private_key_jwt";
|
|
21
21
|
}
|
|
22
|
+
interface Mtls extends ElevenLabs.MtlsAuthResponse {
|
|
23
|
+
authType: "mtls";
|
|
24
|
+
}
|
|
22
25
|
interface CustomHeaderAuth extends ElevenLabs.CustomHeaderAuthResponse {
|
|
23
26
|
authType: "custom_header_auth";
|
|
24
27
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface AstAdditionOperatorNodeInput {
|
|
3
3
|
/** Left operand of the binary operator. */
|
|
4
|
-
left: ElevenLabs.
|
|
4
|
+
left: ElevenLabs.AstNodeInput;
|
|
5
5
|
/** Right operand of the binary operator. */
|
|
6
|
-
right: ElevenLabs.
|
|
6
|
+
right: ElevenLabs.AstNodeInput;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface AstAdditionOperatorNodeOutput {
|
|
3
3
|
/** Left operand of the binary operator. */
|
|
4
|
-
left: ElevenLabs.
|
|
4
|
+
left: ElevenLabs.AstNodeOutput;
|
|
5
5
|
/** Right operand of the binary operator. */
|
|
6
|
-
right: ElevenLabs.
|
|
6
|
+
right: ElevenLabs.AstNodeOutput;
|
|
7
7
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface AstConditionalOperatorNodeInput {
|
|
3
3
|
/** Condition deciding which expression should be selected. */
|
|
4
|
-
condition: ElevenLabs.
|
|
4
|
+
condition: ElevenLabs.AstNodeInput;
|
|
5
5
|
/** Expression selected if the condition is true. */
|
|
6
|
-
trueExpression: ElevenLabs.
|
|
6
|
+
trueExpression: ElevenLabs.AstNodeInput;
|
|
7
7
|
/** Expression selected if the condition is false. */
|
|
8
|
-
falseExpression: ElevenLabs.
|
|
8
|
+
falseExpression: ElevenLabs.AstNodeInput;
|
|
9
9
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface AstConditionalOperatorNodeOutput {
|
|
3
3
|
/** Condition deciding which expression should be selected. */
|
|
4
|
-
condition: ElevenLabs.
|
|
4
|
+
condition: ElevenLabs.AstNodeOutput;
|
|
5
5
|
/** Expression selected if the condition is true. */
|
|
6
|
-
trueExpression: ElevenLabs.
|
|
6
|
+
trueExpression: ElevenLabs.AstNodeOutput;
|
|
7
7
|
/** Expression selected if the condition is false. */
|
|
8
|
-
falseExpression: ElevenLabs.
|
|
8
|
+
falseExpression: ElevenLabs.AstNodeOutput;
|
|
9
9
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface AstDivisionOperatorNodeInput {
|
|
3
3
|
/** Left operand of the binary operator. */
|
|
4
|
-
left: ElevenLabs.
|
|
4
|
+
left: ElevenLabs.AstNodeInput;
|
|
5
5
|
/** Right operand of the binary operator. */
|
|
6
|
-
right: ElevenLabs.
|
|
6
|
+
right: ElevenLabs.AstNodeInput;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface AstDivisionOperatorNodeOutput {
|
|
3
3
|
/** Left operand of the binary operator. */
|
|
4
|
-
left: ElevenLabs.
|
|
4
|
+
left: ElevenLabs.AstNodeOutput;
|
|
5
5
|
/** Right operand of the binary operator. */
|
|
6
|
-
right: ElevenLabs.
|
|
6
|
+
right: ElevenLabs.AstNodeOutput;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface AstEqualsOperatorNodeInput {
|
|
3
3
|
/** Left operand of the binary operator. */
|
|
4
|
-
left: ElevenLabs.
|
|
4
|
+
left: ElevenLabs.AstNodeInput;
|
|
5
5
|
/** Right operand of the binary operator. */
|
|
6
|
-
right: ElevenLabs.
|
|
6
|
+
right: ElevenLabs.AstNodeInput;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface AstEqualsOperatorNodeOutput {
|
|
3
3
|
/** Left operand of the binary operator. */
|
|
4
|
-
left: ElevenLabs.
|
|
4
|
+
left: ElevenLabs.AstNodeOutput;
|
|
5
5
|
/** Right operand of the binary operator. */
|
|
6
|
-
right: ElevenLabs.
|
|
6
|
+
right: ElevenLabs.AstNodeOutput;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface AstGreaterThanOperatorNodeInput {
|
|
3
3
|
/** Left operand of the binary operator. */
|
|
4
|
-
left: ElevenLabs.
|
|
4
|
+
left: ElevenLabs.AstNodeInput;
|
|
5
5
|
/** Right operand of the binary operator. */
|
|
6
|
-
right: ElevenLabs.
|
|
6
|
+
right: ElevenLabs.AstNodeInput;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface AstGreaterThanOperatorNodeOutput {
|
|
3
3
|
/** Left operand of the binary operator. */
|
|
4
|
-
left: ElevenLabs.
|
|
4
|
+
left: ElevenLabs.AstNodeOutput;
|
|
5
5
|
/** Right operand of the binary operator. */
|
|
6
|
-
right: ElevenLabs.
|
|
6
|
+
right: ElevenLabs.AstNodeOutput;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface AstGreaterThanOrEqualsOperatorNodeInput {
|
|
3
3
|
/** Left operand of the binary operator. */
|
|
4
|
-
left: ElevenLabs.
|
|
4
|
+
left: ElevenLabs.AstNodeInput;
|
|
5
5
|
/** Right operand of the binary operator. */
|
|
6
|
-
right: ElevenLabs.
|
|
6
|
+
right: ElevenLabs.AstNodeInput;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface AstGreaterThanOrEqualsOperatorNodeOutput {
|
|
3
3
|
/** Left operand of the binary operator. */
|
|
4
|
-
left: ElevenLabs.
|
|
4
|
+
left: ElevenLabs.AstNodeOutput;
|
|
5
5
|
/** Right operand of the binary operator. */
|
|
6
|
-
right: ElevenLabs.
|
|
6
|
+
right: ElevenLabs.AstNodeOutput;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface AstLessThanOperatorNodeInput {
|
|
3
3
|
/** Left operand of the binary operator. */
|
|
4
|
-
left: ElevenLabs.
|
|
4
|
+
left: ElevenLabs.AstNodeInput;
|
|
5
5
|
/** Right operand of the binary operator. */
|
|
6
|
-
right: ElevenLabs.
|
|
6
|
+
right: ElevenLabs.AstNodeInput;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface AstLessThanOperatorNodeOutput {
|
|
3
3
|
/** Left operand of the binary operator. */
|
|
4
|
-
left: ElevenLabs.
|
|
4
|
+
left: ElevenLabs.AstNodeOutput;
|
|
5
5
|
/** Right operand of the binary operator. */
|
|
6
|
-
right: ElevenLabs.
|
|
6
|
+
right: ElevenLabs.AstNodeOutput;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface AstLessThanOrEqualsOperatorNodeInput {
|
|
3
3
|
/** Left operand of the binary operator. */
|
|
4
|
-
left: ElevenLabs.
|
|
4
|
+
left: ElevenLabs.AstNodeInput;
|
|
5
5
|
/** Right operand of the binary operator. */
|
|
6
|
-
right: ElevenLabs.
|
|
6
|
+
right: ElevenLabs.AstNodeInput;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface AstLessThanOrEqualsOperatorNodeOutput {
|
|
3
3
|
/** Left operand of the binary operator. */
|
|
4
|
-
left: ElevenLabs.
|
|
4
|
+
left: ElevenLabs.AstNodeOutput;
|
|
5
5
|
/** Right operand of the binary operator. */
|
|
6
|
-
right: ElevenLabs.
|
|
6
|
+
right: ElevenLabs.AstNodeOutput;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface AstMultiplicationOperatorNodeInput {
|
|
3
3
|
/** Left operand of the binary operator. */
|
|
4
|
-
left: ElevenLabs.
|
|
4
|
+
left: ElevenLabs.AstNodeInput;
|
|
5
5
|
/** Right operand of the binary operator. */
|
|
6
|
-
right: ElevenLabs.
|
|
6
|
+
right: ElevenLabs.AstNodeInput;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface AstMultiplicationOperatorNodeOutput {
|
|
3
3
|
/** Left operand of the binary operator. */
|
|
4
|
-
left: ElevenLabs.
|
|
4
|
+
left: ElevenLabs.AstNodeOutput;
|
|
5
5
|
/** Right operand of the binary operator. */
|
|
6
|
-
right: ElevenLabs.
|
|
6
|
+
right: ElevenLabs.AstNodeOutput;
|
|
7
7
|
}
|