@elevenlabs/elevenlabs-js 2.18.0 → 2.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.js +2 -2
- package/api/resources/audioIsolation/client/Client.js +3 -0
- package/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts +2 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +8 -7
- package/api/resources/conversationalAi/resources/agents/client/Client.js +12 -8
- package/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +3 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +1 -1
- package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +5 -2
- package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +5 -2
- package/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +5 -2
- package/api/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +1 -1
- package/api/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +2 -0
- package/api/resources/music/types/MusicComposeDetailedRequestOutputFormat.js +2 -0
- package/api/resources/music/types/MusicComposeRequestOutputFormat.d.ts +2 -0
- package/api/resources/music/types/MusicComposeRequestOutputFormat.js +2 -0
- package/api/resources/music/types/MusicStreamRequestOutputFormat.d.ts +2 -0
- package/api/resources/music/types/MusicStreamRequestOutputFormat.js +2 -0
- package/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +2 -0
- package/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.js +2 -0
- package/api/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.d.ts +2 -0
- package/api/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.js +2 -0
- package/api/resources/studio/client/Client.d.ts +1 -0
- package/api/resources/studio/client/Client.js +18 -2
- package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +3 -0
- package/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +2 -0
- package/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +2 -0
- package/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +2 -0
- package/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +2 -0
- package/api/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +2 -0
- package/api/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.js +2 -0
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +0 -2
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +0 -2
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +0 -2
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +0 -2
- package/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +2 -0
- package/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +2 -0
- package/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +2 -0
- package/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +2 -0
- package/api/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.d.ts +2 -0
- package/api/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.js +2 -0
- package/api/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.d.ts +2 -0
- package/api/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.js +2 -0
- package/api/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +2 -0
- package/api/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.js +2 -0
- package/api/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +2 -0
- package/api/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.js +2 -0
- package/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +2 -0
- package/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js +2 -0
- package/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +13 -0
- package/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +13 -0
- package/api/types/AgentConfigOverrideInput.d.ts +9 -0
- package/api/types/AgentConfigOverrideOutput.d.ts +9 -0
- package/api/types/AgentDefinitionSource.d.ts +7 -0
- package/api/types/AgentDefinitionSource.js +10 -0
- package/api/types/AgentPlatformSettingsRequestModel.d.ts +6 -6
- package/api/types/AgentPlatformSettingsResponseModel.d.ts +6 -6
- package/api/types/AgentSummaryResponseModel.d.ts +2 -0
- package/api/types/AgentWorkflowRequestModel.d.ts +1 -1
- package/api/types/AgentWorkflowRequestModelNodesValue.d.ts +6 -6
- package/api/types/AgentWorkflowResponseModel.d.ts +5 -0
- package/api/types/AgentWorkflowResponseModelNodesValue.d.ts +22 -0
- package/api/types/Alignment.d.ts +2 -2
- package/api/types/AstAndOperatorNodeInput.d.ts +5 -0
- package/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +43 -0
- package/api/types/AstAndOperatorNodeOutput.d.ts +5 -0
- package/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +43 -0
- package/api/types/AstBooleanNodeInput.d.ts +4 -0
- package/api/types/AstBooleanNodeOutput.d.ts +4 -0
- package/api/types/AstDynamicVariableNodeInput.d.ts +4 -0
- package/api/types/AstDynamicVariableNodeOutput.d.ts +4 -0
- package/api/types/AstEqualsOperatorNodeInput.d.ts +7 -0
- package/api/types/AstEqualsOperatorNodeInputLeft.d.ts +46 -0
- package/api/types/AstEqualsOperatorNodeInputRight.d.ts +46 -0
- package/api/types/AstEqualsOperatorNodeOutput.d.ts +7 -0
- package/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +46 -0
- package/api/types/AstEqualsOperatorNodeOutputRight.d.ts +46 -0
- package/api/types/AstGreaterThanOperatorNodeInput.d.ts +7 -0
- package/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +46 -0
- package/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +46 -0
- package/api/types/AstGreaterThanOperatorNodeOutput.d.ts +7 -0
- package/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +46 -0
- package/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +46 -0
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +7 -0
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +46 -0
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +46 -0
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +7 -0
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +46 -0
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +46 -0
- package/api/types/AstLessThanOperatorNodeInput.d.ts +7 -0
- package/api/types/AstLessThanOperatorNodeInputLeft.d.ts +46 -0
- package/api/types/AstLessThanOperatorNodeInputRight.d.ts +46 -0
- package/api/types/AstLessThanOperatorNodeOutput.d.ts +7 -0
- package/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +46 -0
- package/api/types/AstLessThanOperatorNodeOutputRight.d.ts +46 -0
- package/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +7 -0
- package/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +46 -0
- package/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +46 -0
- package/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +7 -0
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +46 -0
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +46 -0
- package/api/types/AstNotEqualsOperatorNodeInput.d.ts +7 -0
- package/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +46 -0
- package/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +46 -0
- package/api/types/AstNotEqualsOperatorNodeOutput.d.ts +7 -0
- package/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +46 -0
- package/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +46 -0
- package/api/types/AstNumberNodeInput.d.ts +4 -0
- package/api/types/AstNumberNodeOutput.d.ts +4 -0
- package/api/types/AstOrOperatorNodeInput.d.ts +5 -0
- package/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +43 -0
- package/api/types/AstOrOperatorNodeOutput.d.ts +5 -0
- package/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +43 -0
- package/api/types/AstStringNodeInput.d.ts +4 -0
- package/api/types/AstStringNodeOutput.d.ts +4 -0
- package/api/types/AstllmNodeInput.d.ts +4 -0
- package/api/types/AstllmNodeOutput.d.ts +4 -0
- package/api/types/AsyncConversationMetadata.d.ts +13 -0
- package/api/types/AsyncConversationMetadataDeliveryStatus.d.ts +6 -0
- package/api/types/AsyncConversationMetadataDeliveryStatus.js +9 -0
- package/api/types/BuiltInToolsWorkflowOverrideInput.d.ts +17 -0
- package/api/types/BuiltInToolsWorkflowOverrideOutput.d.ts +17 -0
- package/api/types/ClientToolConfigInput.d.ts +2 -0
- package/api/types/ClientToolConfigOutput.d.ts +2 -0
- package/api/types/ConvAiWebhooks.d.ts +4 -1
- package/api/types/ConversationConfigClientOverrideInput.d.ts +1 -1
- package/api/types/ConversationConfigClientOverrideOutput.d.ts +1 -1
- package/api/types/ConversationHistoryMetadataCommonModel.d.ts +5 -0
- package/api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +10 -0
- package/api/types/ConversationInitiationSource.d.ts +1 -0
- package/api/types/ConversationInitiationSource.js +1 -0
- package/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +17 -0
- package/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +17 -0
- package/api/types/DefaultConversationInitiationTrigger.d.ts +5 -0
- package/api/types/ExtendedSubscriptionResponseModelCurrency.d.ts +1 -0
- package/api/types/ExtendedSubscriptionResponseModelCurrency.js +1 -0
- package/api/types/GetAgentResponseModel.d.ts +1 -1
- package/api/types/NormalizedAlignment.d.ts +2 -2
- package/api/types/PositionInput.d.ts +4 -0
- package/api/types/PositionOutput.d.ts +4 -0
- package/api/types/ProjectExtendedResponse.d.ts +4 -0
- package/api/types/ProjectExtendedResponseModelAspectRatio.d.ts +7 -0
- package/api/types/ProjectExtendedResponseModelAspectRatio.js +10 -0
- package/api/types/ProjectResponse.d.ts +4 -0
- package/api/types/ProjectResponseModelAspectRatio.d.ts +7 -0
- package/api/types/ProjectResponseModelAspectRatio.js +10 -0
- package/api/types/PromptAgentApiModelOverride.d.ts +3 -0
- package/api/types/PromptAgentApiModelOverrideConfig.d.ts +2 -0
- package/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +37 -0
- package/api/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +5 -0
- package/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +20 -0
- package/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +37 -0
- package/api/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +5 -0
- package/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +20 -0
- package/api/types/SectionSource.d.ts +9 -0
- package/api/types/SongSection.d.ts +3 -0
- package/api/types/SubscriptionResponseModelCurrency.d.ts +1 -0
- package/api/types/SubscriptionResponseModelCurrency.js +1 -0
- package/api/types/TimeRange.d.ts +4 -0
- package/api/types/ToolExecutionMode.d.ts +6 -0
- package/api/types/ToolExecutionMode.js +9 -0
- package/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +21 -0
- package/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +21 -0
- package/api/types/WebhookEventType.d.ts +6 -0
- package/api/types/WebhookEventType.js +9 -0
- package/api/types/WebhookToolConfigInput.d.ts +2 -0
- package/api/types/WebhookToolConfigOutput.d.ts +2 -0
- package/api/types/WhatsAppConversationInfo.d.ts +4 -0
- package/api/types/WorkflowEdgeModelInput.d.ts +11 -0
- package/api/types/WorkflowEdgeModelInputBackwardCondition.d.ts +16 -0
- package/api/types/WorkflowEdgeModelInputForwardCondition.d.ts +16 -0
- package/api/types/WorkflowEdgeModelOutput.d.ts +11 -0
- package/api/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +16 -0
- package/api/types/WorkflowEdgeModelOutputForwardCondition.d.ts +16 -0
- package/api/types/WorkflowEndNodeModelInput.d.ts +7 -0
- package/api/types/WorkflowEndNodeModelOutput.d.ts +7 -0
- package/api/types/WorkflowExpressionConditionModelInput.d.ts +7 -0
- package/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +46 -0
- package/api/types/WorkflowExpressionConditionModelOutput.d.ts +7 -0
- package/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +46 -0
- package/api/types/WorkflowFeaturesUsageCommonModel.d.ts +3 -0
- package/api/types/WorkflowLlmConditionModelInput.d.ts +6 -0
- package/api/types/WorkflowLlmConditionModelOutput.d.ts +6 -0
- package/api/types/WorkflowOverrideAgentNodeModelInput.d.ts +17 -0
- package/api/types/WorkflowOverrideAgentNodeModelOutput.d.ts +17 -0
- package/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +9 -0
- package/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +10 -0
- package/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +9 -0
- package/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +10 -0
- package/api/types/WorkflowResultConditionModelInput.d.ts +6 -0
- package/api/types/WorkflowResultConditionModelOutput.d.ts +6 -0
- package/api/types/WorkflowStandaloneAgentNodeModelInput.d.ts +15 -0
- package/api/types/WorkflowStandaloneAgentNodeModelInput.js +3 -0
- package/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +15 -0
- package/api/types/WorkflowStandaloneAgentNodeModelOutput.js +3 -0
- package/api/types/WorkflowStartNodeModelInput.d.ts +7 -0
- package/api/types/WorkflowStartNodeModelInput.js +3 -0
- package/api/types/WorkflowStartNodeModelOutput.d.ts +7 -0
- package/api/types/WorkflowStartNodeModelOutput.js +3 -0
- package/api/types/WorkflowToolNodeModelInput.d.ts +9 -0
- package/api/types/WorkflowToolNodeModelInput.js +3 -0
- package/api/types/WorkflowToolNodeModelOutput.d.ts +9 -0
- package/api/types/WorkflowToolNodeModelOutput.js +3 -0
- package/api/types/WorkflowUnconditionalModelInput.d.ts +4 -0
- package/api/types/WorkflowUnconditionalModelInput.js +3 -0
- package/api/types/WorkflowUnconditionalModelOutput.d.ts +4 -0
- package/api/types/WorkflowUnconditionalModelOutput.js +3 -0
- package/api/types/ZendeskConversationInitiationTrigger.d.ts +6 -0
- package/api/types/ZendeskConversationInitiationTrigger.js +3 -0
- package/api/types/index.d.ts +117 -51
- package/api/types/index.js +117 -51
- package/dist/Client.js +2 -2
- package/dist/api/resources/audioIsolation/client/Client.js +3 -0
- package/dist/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +8 -7
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +12 -8
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +1 -1
- package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +5 -2
- package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +5 -2
- package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +5 -2
- package/dist/api/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +1 -1
- package/dist/api/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +2 -0
- package/dist/api/resources/music/types/MusicComposeDetailedRequestOutputFormat.js +2 -0
- package/dist/api/resources/music/types/MusicComposeRequestOutputFormat.d.ts +2 -0
- package/dist/api/resources/music/types/MusicComposeRequestOutputFormat.js +2 -0
- package/dist/api/resources/music/types/MusicStreamRequestOutputFormat.d.ts +2 -0
- package/dist/api/resources/music/types/MusicStreamRequestOutputFormat.js +2 -0
- package/dist/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +2 -0
- package/dist/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.js +2 -0
- package/dist/api/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.d.ts +2 -0
- package/dist/api/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.js +2 -0
- package/dist/api/resources/studio/client/Client.d.ts +1 -0
- package/dist/api/resources/studio/client/Client.js +18 -2
- package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +3 -0
- package/dist/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +2 -0
- package/dist/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +2 -0
- package/dist/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +2 -0
- package/dist/api/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +2 -0
- package/dist/api/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +2 -0
- package/dist/api/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.js +2 -0
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +0 -2
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +0 -2
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +0 -2
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +0 -2
- package/dist/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +2 -0
- package/dist/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +2 -0
- package/dist/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +2 -0
- package/dist/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +2 -0
- package/dist/api/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.d.ts +2 -0
- package/dist/api/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.js +2 -0
- package/dist/api/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.d.ts +2 -0
- package/dist/api/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.js +2 -0
- package/dist/api/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +2 -0
- package/dist/api/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.js +2 -0
- package/dist/api/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +2 -0
- package/dist/api/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.js +2 -0
- package/dist/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +2 -0
- package/dist/api/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js +2 -0
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +13 -0
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.js +3 -0
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +13 -0
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.js +3 -0
- package/dist/api/types/AgentConfigOverrideInput.d.ts +9 -0
- package/dist/api/types/AgentConfigOverrideInput.js +3 -0
- package/dist/api/types/AgentConfigOverrideOutput.d.ts +9 -0
- package/dist/api/types/AgentConfigOverrideOutput.js +3 -0
- package/dist/api/types/AgentDefinitionSource.d.ts +7 -0
- package/dist/api/types/AgentDefinitionSource.js +10 -0
- package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +6 -6
- package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +6 -6
- package/dist/api/types/AgentSummaryResponseModel.d.ts +2 -0
- package/dist/api/types/AgentWorkflowRequestModel.d.ts +1 -1
- package/dist/api/types/AgentWorkflowRequestModelNodesValue.d.ts +6 -6
- package/dist/api/types/AgentWorkflowResponseModel.d.ts +5 -0
- package/dist/api/types/AgentWorkflowResponseModel.js +3 -0
- package/dist/api/types/AgentWorkflowResponseModelNodesValue.d.ts +22 -0
- package/dist/api/types/AgentWorkflowResponseModelNodesValue.js +3 -0
- package/dist/api/types/Alignment.d.ts +2 -2
- package/dist/api/types/AstAndOperatorNodeInput.d.ts +5 -0
- package/dist/api/types/AstAndOperatorNodeInput.js +3 -0
- package/dist/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +43 -0
- package/dist/api/types/AstAndOperatorNodeInputChildrenItem.js +3 -0
- package/dist/api/types/AstAndOperatorNodeOutput.d.ts +5 -0
- package/dist/api/types/AstAndOperatorNodeOutput.js +3 -0
- package/dist/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +43 -0
- package/dist/api/types/AstAndOperatorNodeOutputChildrenItem.js +3 -0
- package/dist/api/types/AstBooleanNodeInput.d.ts +4 -0
- package/dist/api/types/AstBooleanNodeInput.js +3 -0
- package/dist/api/types/AstBooleanNodeOutput.d.ts +4 -0
- package/dist/api/types/AstBooleanNodeOutput.js +3 -0
- package/dist/api/types/AstDynamicVariableNodeInput.d.ts +4 -0
- package/dist/api/types/AstDynamicVariableNodeInput.js +3 -0
- package/dist/api/types/AstDynamicVariableNodeOutput.d.ts +4 -0
- package/dist/api/types/AstDynamicVariableNodeOutput.js +3 -0
- package/dist/api/types/AstEqualsOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstEqualsOperatorNodeInput.js +3 -0
- package/dist/api/types/AstEqualsOperatorNodeInputLeft.d.ts +46 -0
- package/dist/api/types/AstEqualsOperatorNodeInputLeft.js +3 -0
- package/dist/api/types/AstEqualsOperatorNodeInputRight.d.ts +46 -0
- package/dist/api/types/AstEqualsOperatorNodeInputRight.js +3 -0
- package/dist/api/types/AstEqualsOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AstEqualsOperatorNodeOutput.js +3 -0
- package/dist/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +46 -0
- package/dist/api/types/AstEqualsOperatorNodeOutputLeft.js +3 -0
- package/dist/api/types/AstEqualsOperatorNodeOutputRight.d.ts +46 -0
- package/dist/api/types/AstEqualsOperatorNodeOutputRight.js +3 -0
- package/dist/api/types/AstGreaterThanOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstGreaterThanOperatorNodeInput.js +3 -0
- package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +46 -0
- package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.js +3 -0
- package/dist/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +46 -0
- package/dist/api/types/AstGreaterThanOperatorNodeInputRight.js +3 -0
- package/dist/api/types/AstGreaterThanOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AstGreaterThanOperatorNodeOutput.js +3 -0
- package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +46 -0
- package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.js +3 -0
- package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +46 -0
- package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.js +3 -0
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInput.js +3 -0
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +46 -0
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +3 -0
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +46 -0
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +3 -0
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +3 -0
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +46 -0
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +3 -0
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +46 -0
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +3 -0
- package/dist/api/types/AstLessThanOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstLessThanOperatorNodeInput.js +3 -0
- package/dist/api/types/AstLessThanOperatorNodeInputLeft.d.ts +46 -0
- package/dist/api/types/AstLessThanOperatorNodeInputLeft.js +3 -0
- package/dist/api/types/AstLessThanOperatorNodeInputRight.d.ts +46 -0
- package/dist/api/types/AstLessThanOperatorNodeInputRight.js +3 -0
- package/dist/api/types/AstLessThanOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AstLessThanOperatorNodeOutput.js +3 -0
- package/dist/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +46 -0
- package/dist/api/types/AstLessThanOperatorNodeOutputLeft.js +3 -0
- package/dist/api/types/AstLessThanOperatorNodeOutputRight.d.ts +46 -0
- package/dist/api/types/AstLessThanOperatorNodeOutputRight.js +3 -0
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInput.js +3 -0
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +46 -0
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +3 -0
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +46 -0
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.js +3 -0
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutput.js +3 -0
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +46 -0
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +3 -0
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +46 -0
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +3 -0
- package/dist/api/types/AstNotEqualsOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstNotEqualsOperatorNodeInput.js +3 -0
- package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +46 -0
- package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.js +3 -0
- package/dist/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +46 -0
- package/dist/api/types/AstNotEqualsOperatorNodeInputRight.js +3 -0
- package/dist/api/types/AstNotEqualsOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AstNotEqualsOperatorNodeOutput.js +3 -0
- package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +46 -0
- package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.js +3 -0
- package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +46 -0
- package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.js +3 -0
- package/dist/api/types/AstNumberNodeInput.d.ts +4 -0
- package/dist/api/types/AstNumberNodeInput.js +3 -0
- package/dist/api/types/AstNumberNodeOutput.d.ts +4 -0
- package/dist/api/types/AstNumberNodeOutput.js +3 -0
- package/dist/api/types/AstOrOperatorNodeInput.d.ts +5 -0
- package/dist/api/types/AstOrOperatorNodeInput.js +3 -0
- package/dist/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +43 -0
- package/dist/api/types/AstOrOperatorNodeInputChildrenItem.js +3 -0
- package/dist/api/types/AstOrOperatorNodeOutput.d.ts +5 -0
- package/dist/api/types/AstOrOperatorNodeOutput.js +3 -0
- package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +43 -0
- package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.js +3 -0
- package/dist/api/types/AstStringNodeInput.d.ts +4 -0
- package/dist/api/types/AstStringNodeInput.js +3 -0
- package/dist/api/types/AstStringNodeOutput.d.ts +4 -0
- package/dist/api/types/AstStringNodeOutput.js +3 -0
- package/dist/api/types/AstllmNodeInput.d.ts +4 -0
- package/dist/api/types/AstllmNodeInput.js +3 -0
- package/dist/api/types/AstllmNodeOutput.d.ts +4 -0
- package/dist/api/types/AstllmNodeOutput.js +3 -0
- package/dist/api/types/AsyncConversationMetadata.d.ts +13 -0
- package/dist/api/types/AsyncConversationMetadata.js +3 -0
- package/dist/api/types/AsyncConversationMetadataDeliveryStatus.d.ts +6 -0
- package/dist/api/types/AsyncConversationMetadataDeliveryStatus.js +9 -0
- package/dist/api/types/BuiltInToolsWorkflowOverrideInput.d.ts +17 -0
- package/dist/api/types/BuiltInToolsWorkflowOverrideInput.js +3 -0
- package/dist/api/types/BuiltInToolsWorkflowOverrideOutput.d.ts +17 -0
- package/dist/api/types/BuiltInToolsWorkflowOverrideOutput.js +3 -0
- package/dist/api/types/ClientToolConfigInput.d.ts +2 -0
- package/dist/api/types/ClientToolConfigOutput.d.ts +2 -0
- package/dist/api/types/ConvAiWebhooks.d.ts +4 -1
- package/dist/api/types/ConversationConfigClientOverrideInput.d.ts +1 -1
- package/dist/api/types/ConversationConfigClientOverrideOutput.d.ts +1 -1
- package/dist/api/types/ConversationHistoryMetadataCommonModel.d.ts +5 -0
- package/dist/api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +10 -0
- package/dist/api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.js +3 -0
- package/dist/api/types/ConversationInitiationSource.d.ts +1 -0
- package/dist/api/types/ConversationInitiationSource.js +1 -0
- package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +17 -0
- package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideInput.js +3 -0
- package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +17 -0
- package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +3 -0
- package/dist/api/types/DefaultConversationInitiationTrigger.d.ts +5 -0
- package/dist/api/types/DefaultConversationInitiationTrigger.js +3 -0
- package/dist/api/types/ExtendedSubscriptionResponseModelCurrency.d.ts +1 -0
- package/dist/api/types/ExtendedSubscriptionResponseModelCurrency.js +1 -0
- package/dist/api/types/GetAgentResponseModel.d.ts +1 -1
- package/dist/api/types/NormalizedAlignment.d.ts +2 -2
- package/dist/api/types/PositionInput.d.ts +4 -0
- package/dist/api/types/PositionInput.js +3 -0
- package/dist/api/types/PositionOutput.d.ts +4 -0
- package/dist/api/types/PositionOutput.js +3 -0
- package/dist/api/types/ProjectExtendedResponse.d.ts +4 -0
- package/dist/api/types/ProjectExtendedResponseModelAspectRatio.d.ts +7 -0
- package/dist/api/types/ProjectExtendedResponseModelAspectRatio.js +10 -0
- package/dist/api/types/ProjectResponse.d.ts +4 -0
- package/dist/api/types/ProjectResponseModelAspectRatio.d.ts +7 -0
- package/dist/api/types/ProjectResponseModelAspectRatio.js +10 -0
- package/dist/api/types/PromptAgentApiModelOverride.d.ts +3 -0
- package/dist/api/types/PromptAgentApiModelOverrideConfig.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +37 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInput.js +3 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +5 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.js +3 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +20 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.js +3 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +37 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutput.js +3 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +5 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.js +3 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +20 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.js +3 -0
- package/dist/api/types/SectionSource.d.ts +9 -0
- package/dist/api/types/SectionSource.js +3 -0
- package/dist/api/types/SongSection.d.ts +3 -0
- package/dist/api/types/SubscriptionResponseModelCurrency.d.ts +1 -0
- package/dist/api/types/SubscriptionResponseModelCurrency.js +1 -0
- package/dist/api/types/TimeRange.d.ts +4 -0
- package/dist/api/types/TimeRange.js +3 -0
- package/dist/api/types/ToolExecutionMode.d.ts +6 -0
- package/dist/api/types/ToolExecutionMode.js +9 -0
- package/dist/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +21 -0
- package/dist/api/types/TtsConversationalConfigWorkflowOverrideInput.js +3 -0
- package/dist/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +21 -0
- package/dist/api/types/TtsConversationalConfigWorkflowOverrideOutput.js +3 -0
- package/dist/api/types/WebhookEventType.d.ts +6 -0
- package/dist/api/types/WebhookEventType.js +9 -0
- package/dist/api/types/WebhookToolConfigInput.d.ts +2 -0
- package/dist/api/types/WebhookToolConfigOutput.d.ts +2 -0
- package/dist/api/types/WhatsAppConversationInfo.d.ts +4 -0
- package/dist/api/types/WhatsAppConversationInfo.js +3 -0
- package/dist/api/types/WorkflowEdgeModelInput.d.ts +11 -0
- package/dist/api/types/WorkflowEdgeModelInput.js +3 -0
- package/dist/api/types/WorkflowEdgeModelInputBackwardCondition.d.ts +16 -0
- package/dist/api/types/WorkflowEdgeModelInputBackwardCondition.js +3 -0
- package/dist/api/types/WorkflowEdgeModelInputForwardCondition.d.ts +16 -0
- package/dist/api/types/WorkflowEdgeModelInputForwardCondition.js +3 -0
- package/dist/api/types/WorkflowEdgeModelOutput.d.ts +11 -0
- package/dist/api/types/WorkflowEdgeModelOutput.js +3 -0
- package/dist/api/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +16 -0
- package/dist/api/types/WorkflowEdgeModelOutputBackwardCondition.js +3 -0
- package/dist/api/types/WorkflowEdgeModelOutputForwardCondition.d.ts +16 -0
- package/dist/api/types/WorkflowEdgeModelOutputForwardCondition.js +3 -0
- package/dist/api/types/WorkflowEndNodeModelInput.d.ts +7 -0
- package/dist/api/types/WorkflowEndNodeModelInput.js +3 -0
- package/dist/api/types/WorkflowEndNodeModelOutput.d.ts +7 -0
- package/dist/api/types/WorkflowEndNodeModelOutput.js +3 -0
- package/dist/api/types/WorkflowExpressionConditionModelInput.d.ts +7 -0
- package/dist/api/types/WorkflowExpressionConditionModelInput.js +3 -0
- package/dist/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +46 -0
- package/dist/api/types/WorkflowExpressionConditionModelInputExpression.js +3 -0
- package/dist/api/types/WorkflowExpressionConditionModelOutput.d.ts +7 -0
- package/dist/api/types/WorkflowExpressionConditionModelOutput.js +3 -0
- package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +46 -0
- package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.js +3 -0
- package/dist/api/types/WorkflowFeaturesUsageCommonModel.d.ts +3 -0
- package/dist/api/types/WorkflowLlmConditionModelInput.d.ts +6 -0
- package/dist/api/types/WorkflowLlmConditionModelInput.js +3 -0
- package/dist/api/types/WorkflowLlmConditionModelOutput.d.ts +6 -0
- package/dist/api/types/WorkflowLlmConditionModelOutput.js +3 -0
- package/dist/api/types/WorkflowOverrideAgentNodeModelInput.d.ts +17 -0
- package/dist/api/types/WorkflowOverrideAgentNodeModelInput.js +3 -0
- package/dist/api/types/WorkflowOverrideAgentNodeModelOutput.d.ts +17 -0
- package/dist/api/types/WorkflowOverrideAgentNodeModelOutput.js +3 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +9 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelInput.js +3 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +10 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +3 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +9 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutput.js +3 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +10 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +3 -0
- package/dist/api/types/WorkflowResultConditionModelInput.d.ts +6 -0
- package/dist/api/types/WorkflowResultConditionModelInput.js +3 -0
- package/dist/api/types/WorkflowResultConditionModelOutput.d.ts +6 -0
- package/dist/api/types/WorkflowResultConditionModelOutput.js +3 -0
- package/dist/api/types/WorkflowStandaloneAgentNodeModelInput.d.ts +15 -0
- package/dist/api/types/WorkflowStandaloneAgentNodeModelInput.js +3 -0
- package/dist/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +15 -0
- package/dist/api/types/WorkflowStandaloneAgentNodeModelOutput.js +3 -0
- package/dist/api/types/WorkflowStartNodeModelInput.d.ts +7 -0
- package/dist/api/types/WorkflowStartNodeModelInput.js +3 -0
- package/dist/api/types/WorkflowStartNodeModelOutput.d.ts +7 -0
- package/dist/api/types/WorkflowStartNodeModelOutput.js +3 -0
- package/dist/api/types/WorkflowToolNodeModelInput.d.ts +9 -0
- package/dist/api/types/WorkflowToolNodeModelInput.js +3 -0
- package/dist/api/types/WorkflowToolNodeModelOutput.d.ts +9 -0
- package/dist/api/types/WorkflowToolNodeModelOutput.js +3 -0
- package/dist/api/types/WorkflowUnconditionalModelInput.d.ts +4 -0
- package/dist/api/types/WorkflowUnconditionalModelInput.js +3 -0
- package/dist/api/types/WorkflowUnconditionalModelOutput.d.ts +4 -0
- package/dist/api/types/WorkflowUnconditionalModelOutput.js +3 -0
- package/dist/api/types/ZendeskConversationInitiationTrigger.d.ts +6 -0
- package/dist/api/types/ZendeskConversationInitiationTrigger.js +3 -0
- package/dist/api/types/index.d.ts +117 -51
- package/dist/api/types/index.js +117 -51
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +2 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +2 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +2 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +2 -1
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +1 -0
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +1 -0
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
- package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -0
- package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +1 -0
- package/dist/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.js +2 -0
- package/dist/serialization/resources/music/types/MusicComposeRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/music/types/MusicComposeRequestOutputFormat.js +2 -0
- package/dist/serialization/resources/music/types/MusicStreamRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/music/types/MusicStreamRequestOutputFormat.js +2 -0
- package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.js +2 -0
- package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.js +2 -0
- package/dist/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +1 -1
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +2 -0
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +2 -0
- package/dist/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.js +2 -0
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +0 -1
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +0 -1
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +0 -1
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js +0 -1
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +0 -1
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +0 -1
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +0 -1
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +0 -1
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +2 -0
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +2 -0
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.js +2 -0
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.js +2 -0
- package/dist/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.js +2 -0
- package/dist/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.js +2 -0
- package/dist/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js +2 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +15 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +47 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +15 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +47 -0
- package/dist/serialization/types/AgentConfigOverrideInput.d.ts +12 -0
- package/dist/serialization/types/AgentConfigOverrideInput.js +44 -0
- package/dist/serialization/types/AgentConfigOverrideOutput.d.ts +12 -0
- package/dist/serialization/types/AgentConfigOverrideOutput.js +44 -0
- package/dist/serialization/types/AgentDefinitionSource.d.ts +7 -0
- package/dist/serialization/types/AgentDefinitionSource.js +39 -0
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +6 -6
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +6 -6
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +6 -6
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +6 -6
- package/dist/serialization/types/AgentSummaryResponseModel.d.ts +1 -0
- package/dist/serialization/types/AgentSummaryResponseModel.js +1 -0
- package/dist/serialization/types/AgentWorkflowRequestModel.d.ts +2 -2
- package/dist/serialization/types/AgentWorkflowRequestModel.js +2 -2
- package/dist/serialization/types/AgentWorkflowRequestModelNodesValue.d.ts +12 -12
- package/dist/serialization/types/AgentWorkflowRequestModelNodesValue.js +12 -12
- package/dist/serialization/types/AgentWorkflowResponseModel.d.ts +12 -0
- package/dist/serialization/types/AgentWorkflowResponseModel.js +44 -0
- package/dist/serialization/types/AgentWorkflowResponseModelNodesValue.d.ts +31 -0
- package/dist/serialization/types/AgentWorkflowResponseModelNodesValue.js +57 -0
- package/dist/serialization/types/Alignment.d.ts +1 -1
- package/dist/serialization/types/Alignment.js +1 -1
- package/dist/serialization/types/AstAndOperatorNodeInput.d.ts +9 -0
- package/dist/serialization/types/AstAndOperatorNodeInput.js +42 -0
- package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +51 -0
- package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.js +64 -0
- package/dist/serialization/types/AstAndOperatorNodeOutput.d.ts +9 -0
- package/dist/serialization/types/AstAndOperatorNodeOutput.js +42 -0
- package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +51 -0
- package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +64 -0
- package/dist/serialization/types/AstBooleanNodeInput.d.ts +9 -0
- package/dist/serialization/types/AstBooleanNodeInput.js +41 -0
- package/dist/serialization/types/AstBooleanNodeOutput.d.ts +9 -0
- package/dist/serialization/types/AstBooleanNodeOutput.js +41 -0
- package/dist/serialization/types/AstDynamicVariableNodeInput.d.ts +9 -0
- package/dist/serialization/types/AstDynamicVariableNodeInput.js +41 -0
- package/dist/serialization/types/AstDynamicVariableNodeOutput.d.ts +9 -0
- package/dist/serialization/types/AstDynamicVariableNodeOutput.js +41 -0
- package/dist/serialization/types/AstEqualsOperatorNodeInput.d.ts +10 -0
- package/dist/serialization/types/AstEqualsOperatorNodeInput.js +43 -0
- package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +51 -0
- package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.js +64 -0
- package/dist/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +51 -0
- package/dist/serialization/types/AstEqualsOperatorNodeInputRight.js +64 -0
- package/dist/serialization/types/AstEqualsOperatorNodeOutput.d.ts +10 -0
- package/dist/serialization/types/AstEqualsOperatorNodeOutput.js +43 -0
- package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +51 -0
- package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.js +64 -0
- package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +51 -0
- package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.js +64 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +10 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeInput.js +43 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +51 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +64 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +51 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.js +64 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +10 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.js +43 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +51 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +64 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +51 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +64 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +10 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +43 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +51 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +64 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +51 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +64 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +10 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +43 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +51 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +64 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +51 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +64 -0
- package/dist/serialization/types/AstLessThanOperatorNodeInput.d.ts +10 -0
- package/dist/serialization/types/AstLessThanOperatorNodeInput.js +43 -0
- package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +51 -0
- package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.js +64 -0
- package/dist/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +51 -0
- package/dist/serialization/types/AstLessThanOperatorNodeInputRight.js +64 -0
- package/dist/serialization/types/AstLessThanOperatorNodeOutput.d.ts +10 -0
- package/dist/serialization/types/AstLessThanOperatorNodeOutput.js +43 -0
- package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +51 -0
- package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.js +64 -0
- package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +51 -0
- package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.js +64 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +10 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +43 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +51 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +64 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +51 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +64 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +10 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +43 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +51 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +64 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +51 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +64 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +10 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeInput.js +43 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +51 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +64 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +51 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.js +64 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +10 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.js +43 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +51 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +64 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +51 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +64 -0
- package/dist/serialization/types/AstNumberNodeInput.d.ts +9 -0
- package/dist/serialization/types/AstNumberNodeInput.js +41 -0
- package/dist/serialization/types/AstNumberNodeOutput.d.ts +9 -0
- package/dist/serialization/types/AstNumberNodeOutput.js +41 -0
- package/dist/serialization/types/AstOrOperatorNodeInput.d.ts +9 -0
- package/dist/serialization/types/AstOrOperatorNodeInput.js +42 -0
- package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +51 -0
- package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.js +64 -0
- package/dist/serialization/types/AstOrOperatorNodeOutput.d.ts +9 -0
- package/dist/serialization/types/AstOrOperatorNodeOutput.js +42 -0
- package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +51 -0
- package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +64 -0
- package/dist/serialization/types/AstStringNodeInput.d.ts +9 -0
- package/dist/serialization/types/AstStringNodeInput.js +41 -0
- package/dist/serialization/types/AstStringNodeOutput.d.ts +9 -0
- package/dist/serialization/types/AstStringNodeOutput.js +41 -0
- package/dist/serialization/types/AstllmNodeInput.d.ts +9 -0
- package/dist/serialization/types/AstllmNodeInput.js +41 -0
- package/dist/serialization/types/AstllmNodeOutput.d.ts +9 -0
- package/dist/serialization/types/AstllmNodeOutput.js +41 -0
- package/dist/serialization/types/AsyncConversationMetadata.d.ts +16 -0
- package/dist/serialization/types/AsyncConversationMetadata.js +48 -0
- package/dist/serialization/types/AsyncConversationMetadataDeliveryStatus.d.ts +7 -0
- package/dist/serialization/types/AsyncConversationMetadataDeliveryStatus.js +39 -0
- package/dist/serialization/types/BuiltInToolsWorkflowOverrideInput.d.ts +16 -0
- package/dist/serialization/types/BuiltInToolsWorkflowOverrideInput.js +48 -0
- package/dist/serialization/types/BuiltInToolsWorkflowOverrideOutput.d.ts +16 -0
- package/dist/serialization/types/BuiltInToolsWorkflowOverrideOutput.js +48 -0
- package/dist/serialization/types/ClientToolConfigInput.d.ts +2 -0
- package/dist/serialization/types/ClientToolConfigInput.js +2 -0
- package/dist/serialization/types/ClientToolConfigOutput.d.ts +2 -0
- package/dist/serialization/types/ClientToolConfigOutput.js +2 -0
- package/dist/serialization/types/ConvAiWebhooks.d.ts +2 -0
- package/dist/serialization/types/ConvAiWebhooks.js +2 -0
- package/dist/serialization/types/ConversationConfigClientOverrideInput.d.ts +2 -2
- package/dist/serialization/types/ConversationConfigClientOverrideInput.js +2 -2
- package/dist/serialization/types/ConversationConfigClientOverrideOutput.d.ts +2 -2
- package/dist/serialization/types/ConversationConfigClientOverrideOutput.js +2 -2
- package/dist/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +9 -0
- package/dist/serialization/types/ConversationHistoryMetadataCommonModel.js +9 -0
- package/dist/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +15 -0
- package/dist/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.js +49 -0
- package/dist/serialization/types/ConversationInitiationSource.d.ts +1 -1
- package/dist/serialization/types/ConversationInitiationSource.js +1 -0
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +22 -0
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +54 -0
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +22 -0
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +54 -0
- package/dist/serialization/types/DefaultConversationInitiationTrigger.d.ts +8 -0
- package/dist/serialization/types/DefaultConversationInitiationTrigger.js +39 -0
- package/dist/serialization/types/ExtendedSubscriptionResponseModelCurrency.d.ts +1 -1
- package/dist/serialization/types/ExtendedSubscriptionResponseModelCurrency.js +1 -1
- package/dist/serialization/types/GetAgentResponseModel.d.ts +2 -1
- package/dist/serialization/types/GetAgentResponseModel.js +2 -1
- package/dist/serialization/types/NormalizedAlignment.d.ts +1 -1
- package/dist/serialization/types/NormalizedAlignment.js +1 -1
- package/dist/serialization/types/PositionInput.d.ts +10 -0
- package/dist/serialization/types/PositionInput.js +42 -0
- package/dist/serialization/types/PositionOutput.d.ts +10 -0
- package/dist/serialization/types/PositionOutput.js +42 -0
- package/dist/serialization/types/ProjectExtendedResponse.d.ts +3 -0
- package/dist/serialization/types/ProjectExtendedResponse.js +3 -0
- package/dist/serialization/types/ProjectExtendedResponseModelAspectRatio.d.ts +7 -0
- package/dist/serialization/types/ProjectExtendedResponseModelAspectRatio.js +39 -0
- package/dist/serialization/types/ProjectResponse.d.ts +3 -0
- package/dist/serialization/types/ProjectResponse.js +3 -0
- package/dist/serialization/types/ProjectResponseModelAspectRatio.d.ts +7 -0
- package/dist/serialization/types/ProjectResponseModelAspectRatio.js +39 -0
- package/dist/serialization/types/PromptAgentApiModelOverride.d.ts +2 -0
- package/dist/serialization/types/PromptAgentApiModelOverride.js +2 -0
- package/dist/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +1 -0
- package/dist/serialization/types/PromptAgentApiModelOverrideConfig.js +1 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +33 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +65 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +10 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.js +42 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +23 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.js +54 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +33 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +65 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +10 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.js +42 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +23 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.js +54 -0
- package/dist/serialization/types/SectionSource.d.ts +12 -0
- package/dist/serialization/types/SectionSource.js +44 -0
- package/dist/serialization/types/SongSection.d.ts +2 -0
- package/dist/serialization/types/SongSection.js +2 -0
- package/dist/serialization/types/SubscriptionResponseModelCurrency.d.ts +1 -1
- package/dist/serialization/types/SubscriptionResponseModelCurrency.js +1 -1
- package/dist/serialization/types/TimeRange.d.ts +10 -0
- package/dist/serialization/types/TimeRange.js +42 -0
- package/dist/serialization/types/ToolExecutionMode.d.ts +7 -0
- package/dist/serialization/types/ToolExecutionMode.js +39 -0
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +22 -0
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +54 -0
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +22 -0
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +54 -0
- package/dist/serialization/types/WebhookEventType.d.ts +7 -0
- package/dist/serialization/types/WebhookEventType.js +39 -0
- package/dist/serialization/types/WebhookToolConfigInput.d.ts +2 -0
- package/dist/serialization/types/WebhookToolConfigInput.js +2 -0
- package/dist/serialization/types/WebhookToolConfigOutput.d.ts +2 -0
- package/dist/serialization/types/WebhookToolConfigOutput.js +2 -0
- package/dist/serialization/types/WhatsAppConversationInfo.d.ts +10 -0
- package/dist/serialization/types/WhatsAppConversationInfo.js +42 -0
- package/dist/serialization/types/WorkflowEdgeModelInput.d.ts +14 -0
- package/dist/serialization/types/WorkflowEdgeModelInput.js +46 -0
- package/dist/serialization/types/WorkflowEdgeModelInputBackwardCondition.d.ts +23 -0
- package/dist/serialization/types/WorkflowEdgeModelInputBackwardCondition.js +53 -0
- package/dist/serialization/types/WorkflowEdgeModelInputForwardCondition.d.ts +23 -0
- package/dist/serialization/types/WorkflowEdgeModelInputForwardCondition.js +53 -0
- package/dist/serialization/types/WorkflowEdgeModelOutput.d.ts +14 -0
- package/dist/serialization/types/WorkflowEdgeModelOutput.js +46 -0
- package/dist/serialization/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +23 -0
- package/dist/serialization/types/WorkflowEdgeModelOutputBackwardCondition.js +53 -0
- package/dist/serialization/types/WorkflowEdgeModelOutputForwardCondition.d.ts +23 -0
- package/dist/serialization/types/WorkflowEdgeModelOutputForwardCondition.js +53 -0
- package/dist/serialization/types/WorkflowEndNodeModelInput.d.ts +11 -0
- package/dist/serialization/types/WorkflowEndNodeModelInput.js +43 -0
- package/dist/serialization/types/WorkflowEndNodeModelOutput.d.ts +11 -0
- package/dist/serialization/types/WorkflowEndNodeModelOutput.js +43 -0
- package/dist/serialization/types/WorkflowExpressionConditionModelInput.d.ts +11 -0
- package/dist/serialization/types/WorkflowExpressionConditionModelInput.js +43 -0
- package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +51 -0
- package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.js +64 -0
- package/dist/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +11 -0
- package/dist/serialization/types/WorkflowExpressionConditionModelOutput.js +43 -0
- package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +51 -0
- package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +64 -0
- package/dist/serialization/types/WorkflowFeaturesUsageCommonModel.d.ts +3 -0
- package/dist/serialization/types/WorkflowFeaturesUsageCommonModel.js +3 -0
- package/dist/serialization/types/WorkflowLlmConditionModelInput.d.ts +10 -0
- package/dist/serialization/types/WorkflowLlmConditionModelInput.js +42 -0
- package/dist/serialization/types/WorkflowLlmConditionModelOutput.d.ts +10 -0
- package/dist/serialization/types/WorkflowLlmConditionModelOutput.js +42 -0
- package/dist/serialization/types/WorkflowOverrideAgentNodeModelInput.d.ts +18 -0
- package/dist/serialization/types/WorkflowOverrideAgentNodeModelInput.js +50 -0
- package/dist/serialization/types/WorkflowOverrideAgentNodeModelOutput.d.ts +18 -0
- package/dist/serialization/types/WorkflowOverrideAgentNodeModelOutput.js +50 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +15 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.js +47 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +15 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +49 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +15 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +47 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +15 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +49 -0
- package/dist/serialization/types/WorkflowResultConditionModelInput.d.ts +10 -0
- package/dist/serialization/types/WorkflowResultConditionModelInput.js +42 -0
- package/dist/serialization/types/WorkflowResultConditionModelOutput.d.ts +10 -0
- package/dist/serialization/types/WorkflowResultConditionModelOutput.js +42 -0
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModelInput.d.ts +15 -0
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModelInput.js +47 -0
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +15 -0
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModelOutput.js +47 -0
- package/dist/serialization/types/WorkflowStartNodeModelInput.d.ts +11 -0
- package/dist/serialization/types/WorkflowStartNodeModelInput.js +43 -0
- package/dist/serialization/types/WorkflowStartNodeModelOutput.d.ts +11 -0
- package/dist/serialization/types/WorkflowStartNodeModelOutput.js +43 -0
- package/dist/serialization/types/WorkflowToolNodeModelInput.d.ts +13 -0
- package/dist/serialization/types/WorkflowToolNodeModelInput.js +45 -0
- package/dist/serialization/types/WorkflowToolNodeModelOutput.d.ts +13 -0
- package/dist/serialization/types/WorkflowToolNodeModelOutput.js +45 -0
- package/dist/serialization/types/WorkflowUnconditionalModelInput.d.ts +9 -0
- package/dist/serialization/types/WorkflowUnconditionalModelInput.js +41 -0
- package/dist/serialization/types/WorkflowUnconditionalModelOutput.d.ts +9 -0
- package/dist/serialization/types/WorkflowUnconditionalModelOutput.js +41 -0
- package/dist/serialization/types/ZendeskConversationInitiationTrigger.d.ts +9 -0
- package/dist/serialization/types/ZendeskConversationInitiationTrigger.js +41 -0
- package/dist/serialization/types/index.d.ts +117 -51
- package/dist/serialization/types/index.js +117 -51
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/ElevenLabsClient.d.ts +3 -0
- package/dist/wrapper/ElevenLabsClient.js +7 -0
- package/dist/wrapper/index.d.ts +2 -0
- package/dist/wrapper/index.js +8 -1
- package/dist/wrapper/realtime/connection.d.ts +179 -0
- package/dist/wrapper/realtime/connection.js +261 -0
- package/dist/wrapper/realtime/index.d.ts +2 -0
- package/dist/wrapper/realtime/index.js +10 -0
- package/dist/wrapper/realtime/scribe.d.ts +107 -0
- package/dist/wrapper/realtime/scribe.js +262 -0
- package/dist/wrapper/speechToText.d.ts +6 -0
- package/dist/wrapper/speechToText.js +14 -0
- package/package.json +1 -1
- package/reference.md +15 -10
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +2 -1
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +2 -1
- package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +2 -1
- package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +2 -1
- package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +1 -0
- package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +1 -0
- package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
- package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
- package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -0
- package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +1 -0
- package/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.js +2 -0
- package/serialization/resources/music/types/MusicComposeRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/music/types/MusicComposeRequestOutputFormat.js +2 -0
- package/serialization/resources/music/types/MusicStreamRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/music/types/MusicStreamRequestOutputFormat.js +2 -0
- package/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.js +2 -0
- package/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.js +2 -0
- package/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +1 -1
- package/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +2 -0
- package/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.js +2 -0
- package/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.js +2 -0
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +0 -1
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +0 -1
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +0 -1
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js +0 -1
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +0 -1
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +0 -1
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +0 -1
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +0 -1
- package/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +2 -0
- package/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +2 -0
- package/serialization/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.js +2 -0
- package/serialization/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.js +2 -0
- package/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.js +2 -0
- package/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.js +2 -0
- package/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.js +2 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +15 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +47 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +15 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +47 -0
- package/serialization/types/AgentConfigOverrideInput.d.ts +12 -0
- package/serialization/types/AgentConfigOverrideInput.js +44 -0
- package/serialization/types/AgentConfigOverrideOutput.d.ts +12 -0
- package/serialization/types/AgentConfigOverrideOutput.js +44 -0
- package/serialization/types/AgentDefinitionSource.d.ts +7 -0
- package/serialization/types/AgentDefinitionSource.js +39 -0
- package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +6 -6
- package/serialization/types/AgentPlatformSettingsRequestModel.js +6 -6
- package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +6 -6
- package/serialization/types/AgentPlatformSettingsResponseModel.js +6 -6
- package/serialization/types/AgentSummaryResponseModel.d.ts +1 -0
- package/serialization/types/AgentSummaryResponseModel.js +1 -0
- package/serialization/types/AgentWorkflowRequestModel.d.ts +2 -2
- package/serialization/types/AgentWorkflowRequestModel.js +2 -2
- package/serialization/types/AgentWorkflowRequestModelNodesValue.d.ts +12 -12
- package/serialization/types/AgentWorkflowRequestModelNodesValue.js +12 -12
- package/serialization/types/AgentWorkflowResponseModel.d.ts +12 -0
- package/serialization/types/AgentWorkflowResponseModel.js +44 -0
- package/serialization/types/AgentWorkflowResponseModelNodesValue.d.ts +31 -0
- package/serialization/types/AgentWorkflowResponseModelNodesValue.js +57 -0
- package/serialization/types/Alignment.d.ts +1 -1
- package/serialization/types/Alignment.js +1 -1
- package/serialization/types/AstAndOperatorNodeInput.d.ts +9 -0
- package/serialization/types/AstAndOperatorNodeInput.js +42 -0
- package/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +51 -0
- package/serialization/types/AstAndOperatorNodeInputChildrenItem.js +64 -0
- package/serialization/types/AstAndOperatorNodeOutput.d.ts +9 -0
- package/serialization/types/AstAndOperatorNodeOutput.js +42 -0
- package/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +51 -0
- package/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +64 -0
- package/serialization/types/AstBooleanNodeInput.d.ts +9 -0
- package/serialization/types/AstBooleanNodeInput.js +41 -0
- package/serialization/types/AstBooleanNodeOutput.d.ts +9 -0
- package/serialization/types/AstBooleanNodeOutput.js +41 -0
- package/serialization/types/AstDynamicVariableNodeInput.d.ts +9 -0
- package/serialization/types/AstDynamicVariableNodeInput.js +41 -0
- package/serialization/types/AstDynamicVariableNodeOutput.d.ts +9 -0
- package/serialization/types/AstDynamicVariableNodeOutput.js +41 -0
- package/serialization/types/AstEqualsOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstEqualsOperatorNodeInput.js +43 -0
- package/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +51 -0
- package/serialization/types/AstEqualsOperatorNodeInputLeft.js +64 -0
- package/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +51 -0
- package/serialization/types/AstEqualsOperatorNodeInputRight.js +64 -0
- package/serialization/types/AstEqualsOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstEqualsOperatorNodeOutput.js +43 -0
- package/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +51 -0
- package/serialization/types/AstEqualsOperatorNodeOutputLeft.js +64 -0
- package/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +51 -0
- package/serialization/types/AstEqualsOperatorNodeOutputRight.js +64 -0
- package/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstGreaterThanOperatorNodeInput.js +43 -0
- package/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +51 -0
- package/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +64 -0
- package/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +51 -0
- package/serialization/types/AstGreaterThanOperatorNodeInputRight.js +64 -0
- package/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstGreaterThanOperatorNodeOutput.js +43 -0
- package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +51 -0
- package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +64 -0
- package/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +51 -0
- package/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +64 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +43 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +51 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +64 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +51 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +64 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +43 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +51 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +64 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +51 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +64 -0
- package/serialization/types/AstLessThanOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstLessThanOperatorNodeInput.js +43 -0
- package/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +51 -0
- package/serialization/types/AstLessThanOperatorNodeInputLeft.js +64 -0
- package/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +51 -0
- package/serialization/types/AstLessThanOperatorNodeInputRight.js +64 -0
- package/serialization/types/AstLessThanOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstLessThanOperatorNodeOutput.js +43 -0
- package/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +51 -0
- package/serialization/types/AstLessThanOperatorNodeOutputLeft.js +64 -0
- package/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +51 -0
- package/serialization/types/AstLessThanOperatorNodeOutputRight.js +64 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +43 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +51 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +64 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +51 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +64 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +43 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +51 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +64 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +51 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +64 -0
- package/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstNotEqualsOperatorNodeInput.js +43 -0
- package/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +51 -0
- package/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +64 -0
- package/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +51 -0
- package/serialization/types/AstNotEqualsOperatorNodeInputRight.js +64 -0
- package/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstNotEqualsOperatorNodeOutput.js +43 -0
- package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +51 -0
- package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +64 -0
- package/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +51 -0
- package/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +64 -0
- package/serialization/types/AstNumberNodeInput.d.ts +9 -0
- package/serialization/types/AstNumberNodeInput.js +41 -0
- package/serialization/types/AstNumberNodeOutput.d.ts +9 -0
- package/serialization/types/AstNumberNodeOutput.js +41 -0
- package/serialization/types/AstOrOperatorNodeInput.d.ts +9 -0
- package/serialization/types/AstOrOperatorNodeInput.js +42 -0
- package/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +51 -0
- package/serialization/types/AstOrOperatorNodeInputChildrenItem.js +64 -0
- package/serialization/types/AstOrOperatorNodeOutput.d.ts +9 -0
- package/serialization/types/AstOrOperatorNodeOutput.js +42 -0
- package/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +51 -0
- package/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +64 -0
- package/serialization/types/AstStringNodeInput.d.ts +9 -0
- package/serialization/types/AstStringNodeInput.js +41 -0
- package/serialization/types/AstStringNodeOutput.d.ts +9 -0
- package/serialization/types/AstStringNodeOutput.js +41 -0
- package/serialization/types/AstllmNodeInput.d.ts +9 -0
- package/serialization/types/AstllmNodeInput.js +41 -0
- package/serialization/types/AstllmNodeOutput.d.ts +9 -0
- package/serialization/types/AstllmNodeOutput.js +41 -0
- package/serialization/types/AsyncConversationMetadata.d.ts +16 -0
- package/serialization/types/AsyncConversationMetadata.js +48 -0
- package/serialization/types/AsyncConversationMetadataDeliveryStatus.d.ts +7 -0
- package/serialization/types/AsyncConversationMetadataDeliveryStatus.js +39 -0
- package/serialization/types/BuiltInToolsWorkflowOverrideInput.d.ts +16 -0
- package/serialization/types/BuiltInToolsWorkflowOverrideInput.js +48 -0
- package/serialization/types/BuiltInToolsWorkflowOverrideOutput.d.ts +16 -0
- package/serialization/types/BuiltInToolsWorkflowOverrideOutput.js +48 -0
- package/serialization/types/ClientToolConfigInput.d.ts +2 -0
- package/serialization/types/ClientToolConfigInput.js +2 -0
- package/serialization/types/ClientToolConfigOutput.d.ts +2 -0
- package/serialization/types/ClientToolConfigOutput.js +2 -0
- package/serialization/types/ConvAiWebhooks.d.ts +2 -0
- package/serialization/types/ConvAiWebhooks.js +2 -0
- package/serialization/types/ConversationConfigClientOverrideInput.d.ts +2 -2
- package/serialization/types/ConversationConfigClientOverrideInput.js +2 -2
- package/serialization/types/ConversationConfigClientOverrideOutput.d.ts +2 -2
- package/serialization/types/ConversationConfigClientOverrideOutput.js +2 -2
- package/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +9 -0
- package/serialization/types/ConversationHistoryMetadataCommonModel.js +9 -0
- package/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +15 -0
- package/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.js +49 -0
- package/serialization/types/ConversationInitiationSource.d.ts +1 -1
- package/serialization/types/ConversationInitiationSource.js +1 -0
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +22 -0
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +54 -0
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +22 -0
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +54 -0
- package/serialization/types/DefaultConversationInitiationTrigger.d.ts +8 -0
- package/serialization/types/DefaultConversationInitiationTrigger.js +39 -0
- package/serialization/types/ExtendedSubscriptionResponseModelCurrency.d.ts +1 -1
- package/serialization/types/ExtendedSubscriptionResponseModelCurrency.js +1 -1
- package/serialization/types/GetAgentResponseModel.d.ts +2 -1
- package/serialization/types/GetAgentResponseModel.js +2 -1
- package/serialization/types/NormalizedAlignment.d.ts +1 -1
- package/serialization/types/NormalizedAlignment.js +1 -1
- package/serialization/types/PositionInput.d.ts +10 -0
- package/serialization/types/PositionInput.js +42 -0
- package/serialization/types/PositionOutput.d.ts +10 -0
- package/serialization/types/PositionOutput.js +42 -0
- package/serialization/types/ProjectExtendedResponse.d.ts +3 -0
- package/serialization/types/ProjectExtendedResponse.js +3 -0
- package/serialization/types/ProjectExtendedResponseModelAspectRatio.d.ts +7 -0
- package/serialization/types/ProjectExtendedResponseModelAspectRatio.js +39 -0
- package/serialization/types/ProjectResponse.d.ts +3 -0
- package/serialization/types/ProjectResponse.js +3 -0
- package/serialization/types/ProjectResponseModelAspectRatio.d.ts +7 -0
- package/serialization/types/ProjectResponseModelAspectRatio.js +39 -0
- package/serialization/types/PromptAgentApiModelOverride.d.ts +2 -0
- package/serialization/types/PromptAgentApiModelOverride.js +2 -0
- package/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +1 -0
- package/serialization/types/PromptAgentApiModelOverrideConfig.js +1 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +33 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +65 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +10 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.js +42 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +23 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.js +54 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +33 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +65 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +10 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.js +42 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +23 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.js +54 -0
- package/serialization/types/SectionSource.d.ts +12 -0
- package/serialization/types/SectionSource.js +44 -0
- package/serialization/types/SongSection.d.ts +2 -0
- package/serialization/types/SongSection.js +2 -0
- package/serialization/types/SubscriptionResponseModelCurrency.d.ts +1 -1
- package/serialization/types/SubscriptionResponseModelCurrency.js +1 -1
- package/serialization/types/TimeRange.d.ts +10 -0
- package/serialization/types/TimeRange.js +42 -0
- package/serialization/types/ToolExecutionMode.d.ts +7 -0
- package/serialization/types/ToolExecutionMode.js +39 -0
- package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +22 -0
- package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +54 -0
- package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +22 -0
- package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +54 -0
- package/serialization/types/WebhookEventType.d.ts +7 -0
- package/serialization/types/WebhookEventType.js +39 -0
- package/serialization/types/WebhookToolConfigInput.d.ts +2 -0
- package/serialization/types/WebhookToolConfigInput.js +2 -0
- package/serialization/types/WebhookToolConfigOutput.d.ts +2 -0
- package/serialization/types/WebhookToolConfigOutput.js +2 -0
- package/serialization/types/WhatsAppConversationInfo.d.ts +10 -0
- package/serialization/types/WhatsAppConversationInfo.js +42 -0
- package/serialization/types/WorkflowEdgeModelInput.d.ts +14 -0
- package/serialization/types/WorkflowEdgeModelInput.js +46 -0
- package/serialization/types/WorkflowEdgeModelInputBackwardCondition.d.ts +23 -0
- package/serialization/types/WorkflowEdgeModelInputBackwardCondition.js +53 -0
- package/serialization/types/WorkflowEdgeModelInputForwardCondition.d.ts +23 -0
- package/serialization/types/WorkflowEdgeModelInputForwardCondition.js +53 -0
- package/serialization/types/WorkflowEdgeModelOutput.d.ts +14 -0
- package/serialization/types/WorkflowEdgeModelOutput.js +46 -0
- package/serialization/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +23 -0
- package/serialization/types/WorkflowEdgeModelOutputBackwardCondition.js +53 -0
- package/serialization/types/WorkflowEdgeModelOutputForwardCondition.d.ts +23 -0
- package/serialization/types/WorkflowEdgeModelOutputForwardCondition.js +53 -0
- package/serialization/types/WorkflowEndNodeModelInput.d.ts +11 -0
- package/serialization/types/WorkflowEndNodeModelInput.js +43 -0
- package/serialization/types/WorkflowEndNodeModelOutput.d.ts +11 -0
- package/serialization/types/WorkflowEndNodeModelOutput.js +43 -0
- package/serialization/types/WorkflowExpressionConditionModelInput.d.ts +11 -0
- package/serialization/types/WorkflowExpressionConditionModelInput.js +43 -0
- package/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +51 -0
- package/serialization/types/WorkflowExpressionConditionModelInputExpression.js +64 -0
- package/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +11 -0
- package/serialization/types/WorkflowExpressionConditionModelOutput.js +43 -0
- package/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +51 -0
- package/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +64 -0
- package/serialization/types/WorkflowFeaturesUsageCommonModel.d.ts +3 -0
- package/serialization/types/WorkflowFeaturesUsageCommonModel.js +3 -0
- package/serialization/types/WorkflowLlmConditionModelInput.d.ts +10 -0
- package/serialization/types/WorkflowLlmConditionModelInput.js +42 -0
- package/serialization/types/WorkflowLlmConditionModelOutput.d.ts +10 -0
- package/serialization/types/WorkflowLlmConditionModelOutput.js +42 -0
- package/serialization/types/WorkflowOverrideAgentNodeModelInput.d.ts +18 -0
- package/serialization/types/WorkflowOverrideAgentNodeModelInput.js +50 -0
- package/serialization/types/WorkflowOverrideAgentNodeModelOutput.d.ts +18 -0
- package/serialization/types/WorkflowOverrideAgentNodeModelOutput.js +50 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +15 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.js +47 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +15 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +49 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +15 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +47 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +15 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +49 -0
- package/serialization/types/WorkflowResultConditionModelInput.d.ts +10 -0
- package/serialization/types/WorkflowResultConditionModelInput.js +42 -0
- package/serialization/types/WorkflowResultConditionModelOutput.d.ts +10 -0
- package/serialization/types/WorkflowResultConditionModelOutput.js +42 -0
- package/serialization/types/WorkflowStandaloneAgentNodeModelInput.d.ts +15 -0
- package/serialization/types/WorkflowStandaloneAgentNodeModelInput.js +47 -0
- package/serialization/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +15 -0
- package/serialization/types/WorkflowStandaloneAgentNodeModelOutput.js +47 -0
- package/serialization/types/WorkflowStartNodeModelInput.d.ts +11 -0
- package/serialization/types/WorkflowStartNodeModelInput.js +43 -0
- package/serialization/types/WorkflowStartNodeModelOutput.d.ts +11 -0
- package/serialization/types/WorkflowStartNodeModelOutput.js +43 -0
- package/serialization/types/WorkflowToolNodeModelInput.d.ts +13 -0
- package/serialization/types/WorkflowToolNodeModelInput.js +45 -0
- package/serialization/types/WorkflowToolNodeModelOutput.d.ts +13 -0
- package/serialization/types/WorkflowToolNodeModelOutput.js +45 -0
- package/serialization/types/WorkflowUnconditionalModelInput.d.ts +9 -0
- package/serialization/types/WorkflowUnconditionalModelInput.js +41 -0
- package/serialization/types/WorkflowUnconditionalModelOutput.d.ts +9 -0
- package/serialization/types/WorkflowUnconditionalModelOutput.js +41 -0
- package/serialization/types/ZendeskConversationInitiationTrigger.d.ts +9 -0
- package/serialization/types/ZendeskConversationInitiationTrigger.js +41 -0
- package/serialization/types/index.d.ts +117 -51
- package/serialization/types/index.js +117 -51
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/ElevenLabsClient.d.ts +3 -0
- package/wrapper/ElevenLabsClient.js +7 -0
- package/wrapper/index.d.ts +2 -0
- package/wrapper/index.js +8 -1
- package/wrapper/realtime/connection.d.ts +179 -0
- package/wrapper/realtime/connection.js +261 -0
- package/wrapper/realtime/index.d.ts +2 -0
- package/wrapper/realtime/index.js +10 -0
- package/wrapper/realtime/scribe.d.ts +107 -0
- package/wrapper/realtime/scribe.js +262 -0
- package/wrapper/speechToText.d.ts +6 -0
- package/wrapper/speechToText.js +14 -0
- package/api/types/AgentConfigApiModelWorkflowOverride.d.ts +0 -13
- package/api/types/AgentConfigOverride.d.ts +0 -9
- package/api/types/AstAndOperatorNode.d.ts +0 -4
- package/api/types/AstAndOperatorNodeChildrenItem.d.ts +0 -43
- package/api/types/AstBooleanNode.d.ts +0 -3
- package/api/types/AstDynamicVariableNode.d.ts +0 -3
- package/api/types/AstEqualsOperatorNode.d.ts +0 -5
- package/api/types/AstEqualsOperatorNodeLeft.d.ts +0 -43
- package/api/types/AstEqualsOperatorNodeRight.d.ts +0 -43
- package/api/types/AstGreaterThanOperatorNode.d.ts +0 -5
- package/api/types/AstGreaterThanOperatorNodeLeft.d.ts +0 -43
- package/api/types/AstGreaterThanOperatorNodeRight.d.ts +0 -43
- package/api/types/AstGreaterThanOrEqualsOperatorNode.d.ts +0 -5
- package/api/types/AstGreaterThanOrEqualsOperatorNodeLeft.d.ts +0 -43
- package/api/types/AstGreaterThanOrEqualsOperatorNodeRight.d.ts +0 -43
- package/api/types/AstLessThanOperatorNode.d.ts +0 -5
- package/api/types/AstLessThanOperatorNodeLeft.d.ts +0 -43
- package/api/types/AstLessThanOperatorNodeRight.d.ts +0 -43
- package/api/types/AstLessThanOrEqualsOperatorNode.d.ts +0 -5
- package/api/types/AstLessThanOrEqualsOperatorNodeLeft.d.ts +0 -43
- package/api/types/AstLessThanOrEqualsOperatorNodeRight.d.ts +0 -43
- package/api/types/AstNotEqualsOperatorNode.d.ts +0 -5
- package/api/types/AstNotEqualsOperatorNodeLeft.d.ts +0 -43
- package/api/types/AstNotEqualsOperatorNodeRight.d.ts +0 -43
- package/api/types/AstNumberNode.d.ts +0 -3
- package/api/types/AstOrOperatorNode.d.ts +0 -4
- package/api/types/AstOrOperatorNodeChildrenItem.d.ts +0 -43
- package/api/types/AstStringNode.d.ts +0 -3
- package/api/types/AstllmNode.d.ts +0 -3
- package/api/types/BuiltInToolsWorkflowOverride.d.ts +0 -17
- package/api/types/ConversationalConfigApiModelWorkflowOverride.d.ts +0 -17
- package/api/types/Position.d.ts +0 -4
- package/api/types/PromptAgentApiModelWorkflowOverride.d.ts +0 -37
- package/api/types/PromptAgentApiModelWorkflowOverrideBackupLlmConfig.d.ts +0 -5
- package/api/types/PromptAgentApiModelWorkflowOverrideToolsItem.d.ts +0 -20
- package/api/types/TtsConversationalConfigWorkflowOverride.d.ts +0 -21
- package/api/types/WorkflowEdgeModel.d.ts +0 -9
- package/api/types/WorkflowEdgeModelBackwardCondition.d.ts +0 -16
- package/api/types/WorkflowEdgeModelForwardCondition.d.ts +0 -16
- package/api/types/WorkflowEndNodeModel.d.ts +0 -7
- package/api/types/WorkflowExpressionConditionModel.d.ts +0 -5
- package/api/types/WorkflowExpressionConditionModelExpression.d.ts +0 -43
- package/api/types/WorkflowLlmConditionModel.d.ts +0 -4
- package/api/types/WorkflowOverrideAgentNodeModel.d.ts +0 -12
- package/api/types/WorkflowPhoneNumberNodeModel.d.ts +0 -9
- package/api/types/WorkflowPhoneNumberNodeModelTransferDestination.d.ts +0 -10
- package/api/types/WorkflowResultConditionModel.d.ts +0 -4
- package/api/types/WorkflowStandaloneAgentNodeModel.d.ts +0 -11
- package/api/types/WorkflowStartNodeModel.d.ts +0 -7
- package/api/types/WorkflowToolNodeModel.d.ts +0 -8
- package/api/types/WorkflowUnconditionalModel.d.ts +0 -3
- package/dist/api/types/AgentConfigApiModelWorkflowOverride.d.ts +0 -13
- package/dist/api/types/AgentConfigOverride.d.ts +0 -9
- package/dist/api/types/AstAndOperatorNode.d.ts +0 -4
- package/dist/api/types/AstAndOperatorNodeChildrenItem.d.ts +0 -43
- package/dist/api/types/AstBooleanNode.d.ts +0 -3
- package/dist/api/types/AstDynamicVariableNode.d.ts +0 -3
- package/dist/api/types/AstEqualsOperatorNode.d.ts +0 -5
- package/dist/api/types/AstEqualsOperatorNodeLeft.d.ts +0 -43
- package/dist/api/types/AstEqualsOperatorNodeRight.d.ts +0 -43
- package/dist/api/types/AstGreaterThanOperatorNode.d.ts +0 -5
- package/dist/api/types/AstGreaterThanOperatorNodeLeft.d.ts +0 -43
- package/dist/api/types/AstGreaterThanOperatorNodeRight.d.ts +0 -43
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNode.d.ts +0 -5
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeLeft.d.ts +0 -43
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeRight.d.ts +0 -43
- package/dist/api/types/AstLessThanOperatorNode.d.ts +0 -5
- package/dist/api/types/AstLessThanOperatorNodeLeft.d.ts +0 -43
- package/dist/api/types/AstLessThanOperatorNodeRight.d.ts +0 -43
- package/dist/api/types/AstLessThanOrEqualsOperatorNode.d.ts +0 -5
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeLeft.d.ts +0 -43
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeRight.d.ts +0 -43
- package/dist/api/types/AstNotEqualsOperatorNode.d.ts +0 -5
- package/dist/api/types/AstNotEqualsOperatorNodeLeft.d.ts +0 -43
- package/dist/api/types/AstNotEqualsOperatorNodeRight.d.ts +0 -43
- package/dist/api/types/AstNumberNode.d.ts +0 -3
- package/dist/api/types/AstOrOperatorNode.d.ts +0 -4
- package/dist/api/types/AstOrOperatorNodeChildrenItem.d.ts +0 -43
- package/dist/api/types/AstStringNode.d.ts +0 -3
- package/dist/api/types/AstllmNode.d.ts +0 -3
- package/dist/api/types/BuiltInToolsWorkflowOverride.d.ts +0 -17
- package/dist/api/types/ConversationalConfigApiModelWorkflowOverride.d.ts +0 -17
- package/dist/api/types/Position.d.ts +0 -4
- package/dist/api/types/PromptAgentApiModelWorkflowOverride.d.ts +0 -37
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideBackupLlmConfig.d.ts +0 -5
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideToolsItem.d.ts +0 -20
- package/dist/api/types/TtsConversationalConfigWorkflowOverride.d.ts +0 -21
- package/dist/api/types/WorkflowEdgeModel.d.ts +0 -9
- package/dist/api/types/WorkflowEdgeModelBackwardCondition.d.ts +0 -16
- package/dist/api/types/WorkflowEdgeModelForwardCondition.d.ts +0 -16
- package/dist/api/types/WorkflowEndNodeModel.d.ts +0 -7
- package/dist/api/types/WorkflowExpressionConditionModel.d.ts +0 -5
- package/dist/api/types/WorkflowExpressionConditionModelExpression.d.ts +0 -43
- package/dist/api/types/WorkflowLlmConditionModel.d.ts +0 -4
- package/dist/api/types/WorkflowOverrideAgentNodeModel.d.ts +0 -12
- package/dist/api/types/WorkflowPhoneNumberNodeModel.d.ts +0 -9
- package/dist/api/types/WorkflowPhoneNumberNodeModelTransferDestination.d.ts +0 -10
- package/dist/api/types/WorkflowResultConditionModel.d.ts +0 -4
- package/dist/api/types/WorkflowStandaloneAgentNodeModel.d.ts +0 -11
- package/dist/api/types/WorkflowStartNodeModel.d.ts +0 -7
- package/dist/api/types/WorkflowToolNodeModel.d.ts +0 -8
- package/dist/api/types/WorkflowUnconditionalModel.d.ts +0 -3
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverride.d.ts +0 -15
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverride.js +0 -47
- package/dist/serialization/types/AgentConfigOverride.d.ts +0 -12
- package/dist/serialization/types/AgentConfigOverride.js +0 -44
- package/dist/serialization/types/AstAndOperatorNode.d.ts +0 -9
- package/dist/serialization/types/AstAndOperatorNode.js +0 -42
- package/dist/serialization/types/AstAndOperatorNodeChildrenItem.d.ts +0 -51
- package/dist/serialization/types/AstAndOperatorNodeChildrenItem.js +0 -64
- package/dist/serialization/types/AstBooleanNode.d.ts +0 -9
- package/dist/serialization/types/AstBooleanNode.js +0 -41
- package/dist/serialization/types/AstDynamicVariableNode.d.ts +0 -9
- package/dist/serialization/types/AstDynamicVariableNode.js +0 -41
- package/dist/serialization/types/AstEqualsOperatorNode.d.ts +0 -10
- package/dist/serialization/types/AstEqualsOperatorNode.js +0 -43
- package/dist/serialization/types/AstEqualsOperatorNodeLeft.d.ts +0 -51
- package/dist/serialization/types/AstEqualsOperatorNodeLeft.js +0 -64
- package/dist/serialization/types/AstEqualsOperatorNodeRight.d.ts +0 -51
- package/dist/serialization/types/AstEqualsOperatorNodeRight.js +0 -64
- package/dist/serialization/types/AstGreaterThanOperatorNode.d.ts +0 -10
- package/dist/serialization/types/AstGreaterThanOperatorNode.js +0 -43
- package/dist/serialization/types/AstGreaterThanOperatorNodeLeft.d.ts +0 -51
- package/dist/serialization/types/AstGreaterThanOperatorNodeLeft.js +0 -64
- package/dist/serialization/types/AstGreaterThanOperatorNodeRight.d.ts +0 -51
- package/dist/serialization/types/AstGreaterThanOperatorNodeRight.js +0 -64
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNode.d.ts +0 -10
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNode.js +0 -43
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeLeft.d.ts +0 -51
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeLeft.js +0 -64
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeRight.d.ts +0 -51
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeRight.js +0 -64
- package/dist/serialization/types/AstLessThanOperatorNode.d.ts +0 -10
- package/dist/serialization/types/AstLessThanOperatorNode.js +0 -43
- package/dist/serialization/types/AstLessThanOperatorNodeLeft.d.ts +0 -51
- package/dist/serialization/types/AstLessThanOperatorNodeLeft.js +0 -64
- package/dist/serialization/types/AstLessThanOperatorNodeRight.d.ts +0 -51
- package/dist/serialization/types/AstLessThanOperatorNodeRight.js +0 -64
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNode.d.ts +0 -10
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNode.js +0 -43
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeLeft.d.ts +0 -51
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeLeft.js +0 -64
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeRight.d.ts +0 -51
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeRight.js +0 -64
- package/dist/serialization/types/AstNotEqualsOperatorNode.d.ts +0 -10
- package/dist/serialization/types/AstNotEqualsOperatorNode.js +0 -43
- package/dist/serialization/types/AstNotEqualsOperatorNodeLeft.d.ts +0 -51
- package/dist/serialization/types/AstNotEqualsOperatorNodeLeft.js +0 -64
- package/dist/serialization/types/AstNotEqualsOperatorNodeRight.d.ts +0 -51
- package/dist/serialization/types/AstNotEqualsOperatorNodeRight.js +0 -64
- package/dist/serialization/types/AstNumberNode.d.ts +0 -9
- package/dist/serialization/types/AstNumberNode.js +0 -41
- package/dist/serialization/types/AstOrOperatorNode.d.ts +0 -9
- package/dist/serialization/types/AstOrOperatorNode.js +0 -42
- package/dist/serialization/types/AstOrOperatorNodeChildrenItem.d.ts +0 -51
- package/dist/serialization/types/AstOrOperatorNodeChildrenItem.js +0 -64
- package/dist/serialization/types/AstStringNode.d.ts +0 -9
- package/dist/serialization/types/AstStringNode.js +0 -41
- package/dist/serialization/types/AstllmNode.d.ts +0 -9
- package/dist/serialization/types/AstllmNode.js +0 -41
- package/dist/serialization/types/BuiltInToolsWorkflowOverride.d.ts +0 -16
- package/dist/serialization/types/BuiltInToolsWorkflowOverride.js +0 -48
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverride.d.ts +0 -22
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverride.js +0 -54
- package/dist/serialization/types/Position.d.ts +0 -10
- package/dist/serialization/types/Position.js +0 -42
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverride.d.ts +0 -33
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverride.js +0 -65
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideBackupLlmConfig.d.ts +0 -10
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideBackupLlmConfig.js +0 -42
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideToolsItem.d.ts +0 -23
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideToolsItem.js +0 -54
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverride.d.ts +0 -22
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverride.js +0 -54
- package/dist/serialization/types/WorkflowEdgeModel.d.ts +0 -14
- package/dist/serialization/types/WorkflowEdgeModel.js +0 -46
- package/dist/serialization/types/WorkflowEdgeModelBackwardCondition.d.ts +0 -23
- package/dist/serialization/types/WorkflowEdgeModelBackwardCondition.js +0 -53
- package/dist/serialization/types/WorkflowEdgeModelForwardCondition.d.ts +0 -23
- package/dist/serialization/types/WorkflowEdgeModelForwardCondition.js +0 -53
- package/dist/serialization/types/WorkflowEndNodeModel.d.ts +0 -11
- package/dist/serialization/types/WorkflowEndNodeModel.js +0 -43
- package/dist/serialization/types/WorkflowExpressionConditionModel.d.ts +0 -11
- package/dist/serialization/types/WorkflowExpressionConditionModel.js +0 -43
- package/dist/serialization/types/WorkflowExpressionConditionModelExpression.d.ts +0 -51
- package/dist/serialization/types/WorkflowExpressionConditionModelExpression.js +0 -64
- package/dist/serialization/types/WorkflowLlmConditionModel.d.ts +0 -10
- package/dist/serialization/types/WorkflowLlmConditionModel.js +0 -42
- package/dist/serialization/types/WorkflowOverrideAgentNodeModel.d.ts +0 -18
- package/dist/serialization/types/WorkflowOverrideAgentNodeModel.js +0 -50
- package/dist/serialization/types/WorkflowPhoneNumberNodeModel.d.ts +0 -15
- package/dist/serialization/types/WorkflowPhoneNumberNodeModel.js +0 -47
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelTransferDestination.d.ts +0 -15
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelTransferDestination.js +0 -49
- package/dist/serialization/types/WorkflowResultConditionModel.d.ts +0 -10
- package/dist/serialization/types/WorkflowResultConditionModel.js +0 -42
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModel.d.ts +0 -15
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModel.js +0 -47
- package/dist/serialization/types/WorkflowStartNodeModel.d.ts +0 -11
- package/dist/serialization/types/WorkflowStartNodeModel.js +0 -43
- package/dist/serialization/types/WorkflowToolNodeModel.d.ts +0 -13
- package/dist/serialization/types/WorkflowToolNodeModel.js +0 -45
- package/dist/serialization/types/WorkflowUnconditionalModel.d.ts +0 -9
- package/dist/serialization/types/WorkflowUnconditionalModel.js +0 -41
- package/serialization/types/AgentConfigApiModelWorkflowOverride.d.ts +0 -15
- package/serialization/types/AgentConfigApiModelWorkflowOverride.js +0 -47
- package/serialization/types/AgentConfigOverride.d.ts +0 -12
- package/serialization/types/AgentConfigOverride.js +0 -44
- package/serialization/types/AstAndOperatorNode.d.ts +0 -9
- package/serialization/types/AstAndOperatorNode.js +0 -42
- package/serialization/types/AstAndOperatorNodeChildrenItem.d.ts +0 -51
- package/serialization/types/AstAndOperatorNodeChildrenItem.js +0 -64
- package/serialization/types/AstBooleanNode.d.ts +0 -9
- package/serialization/types/AstBooleanNode.js +0 -41
- package/serialization/types/AstDynamicVariableNode.d.ts +0 -9
- package/serialization/types/AstDynamicVariableNode.js +0 -41
- package/serialization/types/AstEqualsOperatorNode.d.ts +0 -10
- package/serialization/types/AstEqualsOperatorNode.js +0 -43
- package/serialization/types/AstEqualsOperatorNodeLeft.d.ts +0 -51
- package/serialization/types/AstEqualsOperatorNodeLeft.js +0 -64
- package/serialization/types/AstEqualsOperatorNodeRight.d.ts +0 -51
- package/serialization/types/AstEqualsOperatorNodeRight.js +0 -64
- package/serialization/types/AstGreaterThanOperatorNode.d.ts +0 -10
- package/serialization/types/AstGreaterThanOperatorNode.js +0 -43
- package/serialization/types/AstGreaterThanOperatorNodeLeft.d.ts +0 -51
- package/serialization/types/AstGreaterThanOperatorNodeLeft.js +0 -64
- package/serialization/types/AstGreaterThanOperatorNodeRight.d.ts +0 -51
- package/serialization/types/AstGreaterThanOperatorNodeRight.js +0 -64
- package/serialization/types/AstGreaterThanOrEqualsOperatorNode.d.ts +0 -10
- package/serialization/types/AstGreaterThanOrEqualsOperatorNode.js +0 -43
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeLeft.d.ts +0 -51
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeLeft.js +0 -64
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeRight.d.ts +0 -51
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeRight.js +0 -64
- package/serialization/types/AstLessThanOperatorNode.d.ts +0 -10
- package/serialization/types/AstLessThanOperatorNode.js +0 -43
- package/serialization/types/AstLessThanOperatorNodeLeft.d.ts +0 -51
- package/serialization/types/AstLessThanOperatorNodeLeft.js +0 -64
- package/serialization/types/AstLessThanOperatorNodeRight.d.ts +0 -51
- package/serialization/types/AstLessThanOperatorNodeRight.js +0 -64
- package/serialization/types/AstLessThanOrEqualsOperatorNode.d.ts +0 -10
- package/serialization/types/AstLessThanOrEqualsOperatorNode.js +0 -43
- package/serialization/types/AstLessThanOrEqualsOperatorNodeLeft.d.ts +0 -51
- package/serialization/types/AstLessThanOrEqualsOperatorNodeLeft.js +0 -64
- package/serialization/types/AstLessThanOrEqualsOperatorNodeRight.d.ts +0 -51
- package/serialization/types/AstLessThanOrEqualsOperatorNodeRight.js +0 -64
- package/serialization/types/AstNotEqualsOperatorNode.d.ts +0 -10
- package/serialization/types/AstNotEqualsOperatorNode.js +0 -43
- package/serialization/types/AstNotEqualsOperatorNodeLeft.d.ts +0 -51
- package/serialization/types/AstNotEqualsOperatorNodeLeft.js +0 -64
- package/serialization/types/AstNotEqualsOperatorNodeRight.d.ts +0 -51
- package/serialization/types/AstNotEqualsOperatorNodeRight.js +0 -64
- package/serialization/types/AstNumberNode.d.ts +0 -9
- package/serialization/types/AstNumberNode.js +0 -41
- package/serialization/types/AstOrOperatorNode.d.ts +0 -9
- package/serialization/types/AstOrOperatorNode.js +0 -42
- package/serialization/types/AstOrOperatorNodeChildrenItem.d.ts +0 -51
- package/serialization/types/AstOrOperatorNodeChildrenItem.js +0 -64
- package/serialization/types/AstStringNode.d.ts +0 -9
- package/serialization/types/AstStringNode.js +0 -41
- package/serialization/types/AstllmNode.d.ts +0 -9
- package/serialization/types/AstllmNode.js +0 -41
- package/serialization/types/BuiltInToolsWorkflowOverride.d.ts +0 -16
- package/serialization/types/BuiltInToolsWorkflowOverride.js +0 -48
- package/serialization/types/ConversationalConfigApiModelWorkflowOverride.d.ts +0 -22
- package/serialization/types/ConversationalConfigApiModelWorkflowOverride.js +0 -54
- package/serialization/types/Position.d.ts +0 -10
- package/serialization/types/Position.js +0 -42
- package/serialization/types/PromptAgentApiModelWorkflowOverride.d.ts +0 -33
- package/serialization/types/PromptAgentApiModelWorkflowOverride.js +0 -65
- package/serialization/types/PromptAgentApiModelWorkflowOverrideBackupLlmConfig.d.ts +0 -10
- package/serialization/types/PromptAgentApiModelWorkflowOverrideBackupLlmConfig.js +0 -42
- package/serialization/types/PromptAgentApiModelWorkflowOverrideToolsItem.d.ts +0 -23
- package/serialization/types/PromptAgentApiModelWorkflowOverrideToolsItem.js +0 -54
- package/serialization/types/TtsConversationalConfigWorkflowOverride.d.ts +0 -22
- package/serialization/types/TtsConversationalConfigWorkflowOverride.js +0 -54
- package/serialization/types/WorkflowEdgeModel.d.ts +0 -14
- package/serialization/types/WorkflowEdgeModel.js +0 -46
- package/serialization/types/WorkflowEdgeModelBackwardCondition.d.ts +0 -23
- package/serialization/types/WorkflowEdgeModelBackwardCondition.js +0 -53
- package/serialization/types/WorkflowEdgeModelForwardCondition.d.ts +0 -23
- package/serialization/types/WorkflowEdgeModelForwardCondition.js +0 -53
- package/serialization/types/WorkflowEndNodeModel.d.ts +0 -11
- package/serialization/types/WorkflowEndNodeModel.js +0 -43
- package/serialization/types/WorkflowExpressionConditionModel.d.ts +0 -11
- package/serialization/types/WorkflowExpressionConditionModel.js +0 -43
- package/serialization/types/WorkflowExpressionConditionModelExpression.d.ts +0 -51
- package/serialization/types/WorkflowExpressionConditionModelExpression.js +0 -64
- package/serialization/types/WorkflowLlmConditionModel.d.ts +0 -10
- package/serialization/types/WorkflowLlmConditionModel.js +0 -42
- package/serialization/types/WorkflowOverrideAgentNodeModel.d.ts +0 -18
- package/serialization/types/WorkflowOverrideAgentNodeModel.js +0 -50
- package/serialization/types/WorkflowPhoneNumberNodeModel.d.ts +0 -15
- package/serialization/types/WorkflowPhoneNumberNodeModel.js +0 -47
- package/serialization/types/WorkflowPhoneNumberNodeModelTransferDestination.d.ts +0 -15
- package/serialization/types/WorkflowPhoneNumberNodeModelTransferDestination.js +0 -49
- package/serialization/types/WorkflowResultConditionModel.d.ts +0 -10
- package/serialization/types/WorkflowResultConditionModel.js +0 -42
- package/serialization/types/WorkflowStandaloneAgentNodeModel.d.ts +0 -15
- package/serialization/types/WorkflowStandaloneAgentNodeModel.js +0 -47
- package/serialization/types/WorkflowStartNodeModel.d.ts +0 -11
- package/serialization/types/WorkflowStartNodeModel.js +0 -43
- package/serialization/types/WorkflowToolNodeModel.d.ts +0 -13
- package/serialization/types/WorkflowToolNodeModel.js +0 -45
- package/serialization/types/WorkflowUnconditionalModel.d.ts +0 -9
- package/serialization/types/WorkflowUnconditionalModel.js +0 -41
- /package/api/types/{AgentConfigApiModelWorkflowOverride.js → AgentConfigApiModelWorkflowOverrideInput.js} +0 -0
- /package/api/types/{AgentConfigOverride.js → AgentConfigApiModelWorkflowOverrideOutput.js} +0 -0
- /package/api/types/{AstAndOperatorNode.js → AgentConfigOverrideInput.js} +0 -0
- /package/api/types/{AstAndOperatorNodeChildrenItem.js → AgentConfigOverrideOutput.js} +0 -0
- /package/api/types/{AstBooleanNode.js → AgentWorkflowResponseModel.js} +0 -0
- /package/api/types/{AstDynamicVariableNode.js → AgentWorkflowResponseModelNodesValue.js} +0 -0
- /package/api/types/{AstEqualsOperatorNode.js → AstAndOperatorNodeInput.js} +0 -0
- /package/api/types/{AstEqualsOperatorNodeLeft.js → AstAndOperatorNodeInputChildrenItem.js} +0 -0
- /package/api/types/{AstEqualsOperatorNodeRight.js → AstAndOperatorNodeOutput.js} +0 -0
- /package/api/types/{AstGreaterThanOperatorNode.js → AstAndOperatorNodeOutputChildrenItem.js} +0 -0
- /package/api/types/{AstGreaterThanOperatorNodeLeft.js → AstBooleanNodeInput.js} +0 -0
- /package/api/types/{AstGreaterThanOperatorNodeRight.js → AstBooleanNodeOutput.js} +0 -0
- /package/api/types/{AstGreaterThanOrEqualsOperatorNode.js → AstDynamicVariableNodeInput.js} +0 -0
- /package/api/types/{AstGreaterThanOrEqualsOperatorNodeLeft.js → AstDynamicVariableNodeOutput.js} +0 -0
- /package/api/types/{AstGreaterThanOrEqualsOperatorNodeRight.js → AstEqualsOperatorNodeInput.js} +0 -0
- /package/api/types/{AstLessThanOperatorNode.js → AstEqualsOperatorNodeInputLeft.js} +0 -0
- /package/api/types/{AstLessThanOperatorNodeLeft.js → AstEqualsOperatorNodeInputRight.js} +0 -0
- /package/api/types/{AstLessThanOperatorNodeRight.js → AstEqualsOperatorNodeOutput.js} +0 -0
- /package/api/types/{AstLessThanOrEqualsOperatorNode.js → AstEqualsOperatorNodeOutputLeft.js} +0 -0
- /package/api/types/{AstLessThanOrEqualsOperatorNodeLeft.js → AstEqualsOperatorNodeOutputRight.js} +0 -0
- /package/api/types/{AstLessThanOrEqualsOperatorNodeRight.js → AstGreaterThanOperatorNodeInput.js} +0 -0
- /package/api/types/{AstNotEqualsOperatorNode.js → AstGreaterThanOperatorNodeInputLeft.js} +0 -0
- /package/api/types/{AstNotEqualsOperatorNodeLeft.js → AstGreaterThanOperatorNodeInputRight.js} +0 -0
- /package/api/types/{AstNotEqualsOperatorNodeRight.js → AstGreaterThanOperatorNodeOutput.js} +0 -0
- /package/api/types/{AstNumberNode.js → AstGreaterThanOperatorNodeOutputLeft.js} +0 -0
- /package/api/types/{AstOrOperatorNode.js → AstGreaterThanOperatorNodeOutputRight.js} +0 -0
- /package/api/types/{AstOrOperatorNodeChildrenItem.js → AstGreaterThanOrEqualsOperatorNodeInput.js} +0 -0
- /package/api/types/{AstStringNode.js → AstGreaterThanOrEqualsOperatorNodeInputLeft.js} +0 -0
- /package/api/types/{AstllmNode.js → AstGreaterThanOrEqualsOperatorNodeInputRight.js} +0 -0
- /package/api/types/{BuiltInToolsWorkflowOverride.js → AstGreaterThanOrEqualsOperatorNodeOutput.js} +0 -0
- /package/api/types/{ConversationalConfigApiModelWorkflowOverride.js → AstGreaterThanOrEqualsOperatorNodeOutputLeft.js} +0 -0
- /package/api/types/{Position.js → AstGreaterThanOrEqualsOperatorNodeOutputRight.js} +0 -0
- /package/api/types/{PromptAgentApiModelWorkflowOverride.js → AstLessThanOperatorNodeInput.js} +0 -0
- /package/api/types/{PromptAgentApiModelWorkflowOverrideBackupLlmConfig.js → AstLessThanOperatorNodeInputLeft.js} +0 -0
- /package/api/types/{PromptAgentApiModelWorkflowOverrideToolsItem.js → AstLessThanOperatorNodeInputRight.js} +0 -0
- /package/api/types/{TtsConversationalConfigWorkflowOverride.js → AstLessThanOperatorNodeOutput.js} +0 -0
- /package/api/types/{WorkflowEdgeModel.js → AstLessThanOperatorNodeOutputLeft.js} +0 -0
- /package/api/types/{WorkflowEdgeModelBackwardCondition.js → AstLessThanOperatorNodeOutputRight.js} +0 -0
- /package/api/types/{WorkflowEdgeModelForwardCondition.js → AstLessThanOrEqualsOperatorNodeInput.js} +0 -0
- /package/api/types/{WorkflowEndNodeModel.js → AstLessThanOrEqualsOperatorNodeInputLeft.js} +0 -0
- /package/api/types/{WorkflowExpressionConditionModel.js → AstLessThanOrEqualsOperatorNodeInputRight.js} +0 -0
- /package/api/types/{WorkflowExpressionConditionModelExpression.js → AstLessThanOrEqualsOperatorNodeOutput.js} +0 -0
- /package/api/types/{WorkflowLlmConditionModel.js → AstLessThanOrEqualsOperatorNodeOutputLeft.js} +0 -0
- /package/api/types/{WorkflowOverrideAgentNodeModel.js → AstLessThanOrEqualsOperatorNodeOutputRight.js} +0 -0
- /package/api/types/{WorkflowPhoneNumberNodeModel.js → AstNotEqualsOperatorNodeInput.js} +0 -0
- /package/api/types/{WorkflowPhoneNumberNodeModelTransferDestination.js → AstNotEqualsOperatorNodeInputLeft.js} +0 -0
- /package/api/types/{WorkflowResultConditionModel.js → AstNotEqualsOperatorNodeInputRight.js} +0 -0
- /package/api/types/{WorkflowStandaloneAgentNodeModel.js → AstNotEqualsOperatorNodeOutput.js} +0 -0
- /package/api/types/{WorkflowStartNodeModel.js → AstNotEqualsOperatorNodeOutputLeft.js} +0 -0
- /package/api/types/{WorkflowToolNodeModel.js → AstNotEqualsOperatorNodeOutputRight.js} +0 -0
- /package/api/types/{WorkflowUnconditionalModel.js → AstNumberNodeInput.js} +0 -0
- /package/{dist/api/types/AgentConfigApiModelWorkflowOverride.js → api/types/AstNumberNodeOutput.js} +0 -0
- /package/{dist/api/types/AgentConfigOverride.js → api/types/AstOrOperatorNodeInput.js} +0 -0
- /package/{dist/api/types/AstAndOperatorNode.js → api/types/AstOrOperatorNodeInputChildrenItem.js} +0 -0
- /package/{dist/api/types/AstAndOperatorNodeChildrenItem.js → api/types/AstOrOperatorNodeOutput.js} +0 -0
- /package/{dist/api/types/AstBooleanNode.js → api/types/AstOrOperatorNodeOutputChildrenItem.js} +0 -0
- /package/{dist/api/types/AstDynamicVariableNode.js → api/types/AstStringNodeInput.js} +0 -0
- /package/{dist/api/types/AstEqualsOperatorNode.js → api/types/AstStringNodeOutput.js} +0 -0
- /package/{dist/api/types/AstEqualsOperatorNodeLeft.js → api/types/AstllmNodeInput.js} +0 -0
- /package/{dist/api/types/AstEqualsOperatorNodeRight.js → api/types/AstllmNodeOutput.js} +0 -0
- /package/{dist/api/types/AstGreaterThanOperatorNode.js → api/types/AsyncConversationMetadata.js} +0 -0
- /package/{dist/api/types/AstGreaterThanOperatorNodeLeft.js → api/types/BuiltInToolsWorkflowOverrideInput.js} +0 -0
- /package/{dist/api/types/AstGreaterThanOperatorNodeRight.js → api/types/BuiltInToolsWorkflowOverrideOutput.js} +0 -0
- /package/{dist/api/types/AstGreaterThanOrEqualsOperatorNode.js → api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.js} +0 -0
- /package/{dist/api/types/AstGreaterThanOrEqualsOperatorNodeLeft.js → api/types/ConversationalConfigApiModelWorkflowOverrideInput.js} +0 -0
- /package/{dist/api/types/AstGreaterThanOrEqualsOperatorNodeRight.js → api/types/ConversationalConfigApiModelWorkflowOverrideOutput.js} +0 -0
- /package/{dist/api/types/AstLessThanOperatorNode.js → api/types/DefaultConversationInitiationTrigger.js} +0 -0
- /package/{dist/api/types/AstLessThanOperatorNodeLeft.js → api/types/PositionInput.js} +0 -0
- /package/{dist/api/types/AstLessThanOperatorNodeRight.js → api/types/PositionOutput.js} +0 -0
- /package/{dist/api/types/AstLessThanOrEqualsOperatorNode.js → api/types/PromptAgentApiModelWorkflowOverrideInput.js} +0 -0
- /package/{dist/api/types/AstLessThanOrEqualsOperatorNodeLeft.js → api/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.js} +0 -0
- /package/{dist/api/types/AstLessThanOrEqualsOperatorNodeRight.js → api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.js} +0 -0
- /package/{dist/api/types/AstNotEqualsOperatorNode.js → api/types/PromptAgentApiModelWorkflowOverrideOutput.js} +0 -0
- /package/{dist/api/types/AstNotEqualsOperatorNodeLeft.js → api/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.js} +0 -0
- /package/{dist/api/types/AstNotEqualsOperatorNodeRight.js → api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.js} +0 -0
- /package/{dist/api/types/AstNumberNode.js → api/types/SectionSource.js} +0 -0
- /package/{dist/api/types/AstOrOperatorNode.js → api/types/TimeRange.js} +0 -0
- /package/{dist/api/types/AstOrOperatorNodeChildrenItem.js → api/types/TtsConversationalConfigWorkflowOverrideInput.js} +0 -0
- /package/{dist/api/types/AstStringNode.js → api/types/TtsConversationalConfigWorkflowOverrideOutput.js} +0 -0
- /package/{dist/api/types/AstllmNode.js → api/types/WhatsAppConversationInfo.js} +0 -0
- /package/{dist/api/types/BuiltInToolsWorkflowOverride.js → api/types/WorkflowEdgeModelInput.js} +0 -0
- /package/{dist/api/types/ConversationalConfigApiModelWorkflowOverride.js → api/types/WorkflowEdgeModelInputBackwardCondition.js} +0 -0
- /package/{dist/api/types/Position.js → api/types/WorkflowEdgeModelInputForwardCondition.js} +0 -0
- /package/{dist/api/types/PromptAgentApiModelWorkflowOverride.js → api/types/WorkflowEdgeModelOutput.js} +0 -0
- /package/{dist/api/types/PromptAgentApiModelWorkflowOverrideBackupLlmConfig.js → api/types/WorkflowEdgeModelOutputBackwardCondition.js} +0 -0
- /package/{dist/api/types/PromptAgentApiModelWorkflowOverrideToolsItem.js → api/types/WorkflowEdgeModelOutputForwardCondition.js} +0 -0
- /package/{dist/api/types/TtsConversationalConfigWorkflowOverride.js → api/types/WorkflowEndNodeModelInput.js} +0 -0
- /package/{dist/api/types/WorkflowEdgeModel.js → api/types/WorkflowEndNodeModelOutput.js} +0 -0
- /package/{dist/api/types/WorkflowEdgeModelBackwardCondition.js → api/types/WorkflowExpressionConditionModelInput.js} +0 -0
- /package/{dist/api/types/WorkflowEdgeModelForwardCondition.js → api/types/WorkflowExpressionConditionModelInputExpression.js} +0 -0
- /package/{dist/api/types/WorkflowEndNodeModel.js → api/types/WorkflowExpressionConditionModelOutput.js} +0 -0
- /package/{dist/api/types/WorkflowExpressionConditionModel.js → api/types/WorkflowExpressionConditionModelOutputExpression.js} +0 -0
- /package/{dist/api/types/WorkflowExpressionConditionModelExpression.js → api/types/WorkflowLlmConditionModelInput.js} +0 -0
- /package/{dist/api/types/WorkflowLlmConditionModel.js → api/types/WorkflowLlmConditionModelOutput.js} +0 -0
- /package/{dist/api/types/WorkflowOverrideAgentNodeModel.js → api/types/WorkflowOverrideAgentNodeModelInput.js} +0 -0
- /package/{dist/api/types/WorkflowPhoneNumberNodeModel.js → api/types/WorkflowOverrideAgentNodeModelOutput.js} +0 -0
- /package/{dist/api/types/WorkflowPhoneNumberNodeModelTransferDestination.js → api/types/WorkflowPhoneNumberNodeModelInput.js} +0 -0
- /package/{dist/api/types/WorkflowResultConditionModel.js → api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js} +0 -0
- /package/{dist/api/types/WorkflowStandaloneAgentNodeModel.js → api/types/WorkflowPhoneNumberNodeModelOutput.js} +0 -0
- /package/{dist/api/types/WorkflowStartNodeModel.js → api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js} +0 -0
- /package/{dist/api/types/WorkflowToolNodeModel.js → api/types/WorkflowResultConditionModelInput.js} +0 -0
- /package/{dist/api/types/WorkflowUnconditionalModel.js → api/types/WorkflowResultConditionModelOutput.js} +0 -0
package/Client.js
CHANGED
|
@@ -77,8 +77,8 @@ class ElevenLabsClient {
|
|
|
77
77
|
"xi-api-key": _options === null || _options === void 0 ? void 0 : _options.apiKey,
|
|
78
78
|
"X-Fern-Language": "JavaScript",
|
|
79
79
|
"X-Fern-SDK-Name": "@elevenlabs/elevenlabs-js",
|
|
80
|
-
"X-Fern-SDK-Version": "v2.
|
|
81
|
-
"User-Agent": "@elevenlabs/elevenlabs-js/v2.
|
|
80
|
+
"X-Fern-SDK-Version": "v2.20.0",
|
|
81
|
+
"User-Agent": "@elevenlabs/elevenlabs-js/v2.20.0",
|
|
82
82
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
83
83
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
84
84
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -71,6 +71,9 @@ class AudioIsolation {
|
|
|
71
71
|
unrecognizedObjectKeys: "strip",
|
|
72
72
|
}));
|
|
73
73
|
}
|
|
74
|
+
if (request.previewB64 != null) {
|
|
75
|
+
_request.append("preview_b64", request.previewB64);
|
|
76
|
+
}
|
|
74
77
|
const _maybeEncodedRequest = yield _request.getRequest();
|
|
75
78
|
let _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);
|
|
76
79
|
const _response = yield core.fetcher({
|
package/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts
CHANGED
|
@@ -5,4 +5,6 @@ export interface BodyAudioIsolationV1AudioIsolationPost {
|
|
|
5
5
|
audio: core.file.Uploadable.FileLike;
|
|
6
6
|
/** 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. */
|
|
7
7
|
fileFormat?: ElevenLabs.AudioIsolationConvertRequestFileFormat;
|
|
8
|
+
/** Optional preview image base64 for tracking this generation. */
|
|
9
|
+
previewB64?: string;
|
|
8
10
|
}
|
|
@@ -65,7 +65,7 @@ export declare class Agents {
|
|
|
65
65
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
66
66
|
*
|
|
67
67
|
* @example
|
|
68
|
-
* await client.conversationalAi.agents.get("
|
|
68
|
+
* await client.conversationalAi.agents.get("agent_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
69
69
|
*/
|
|
70
70
|
get(agentId: string, requestOptions?: Agents.RequestOptions): core.HttpResponsePromise<ElevenLabs.GetAgentResponseModel>;
|
|
71
71
|
private __get;
|
|
@@ -78,7 +78,7 @@ export declare class Agents {
|
|
|
78
78
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
79
79
|
*
|
|
80
80
|
* @example
|
|
81
|
-
* await client.conversationalAi.agents.delete("
|
|
81
|
+
* await client.conversationalAi.agents.delete("agent_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
82
82
|
*/
|
|
83
83
|
delete(agentId: string, requestOptions?: Agents.RequestOptions): core.HttpResponsePromise<void>;
|
|
84
84
|
private __delete;
|
|
@@ -92,7 +92,7 @@ export declare class Agents {
|
|
|
92
92
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
93
93
|
*
|
|
94
94
|
* @example
|
|
95
|
-
* await client.conversationalAi.agents.update("
|
|
95
|
+
* await client.conversationalAi.agents.update("agent_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
96
96
|
*/
|
|
97
97
|
update(agentId: string, request?: ElevenLabs.conversationalAi.UpdateAgentRequest, requestOptions?: Agents.RequestOptions): core.HttpResponsePromise<ElevenLabs.GetAgentResponseModel>;
|
|
98
98
|
private __update;
|
|
@@ -108,6 +108,7 @@ export declare class Agents {
|
|
|
108
108
|
* await client.conversationalAi.agents.list({
|
|
109
109
|
* pageSize: 1,
|
|
110
110
|
* search: "search",
|
|
111
|
+
* archived: true,
|
|
111
112
|
* sortDirection: "asc",
|
|
112
113
|
* sortBy: "name",
|
|
113
114
|
* cursor: "cursor"
|
|
@@ -125,7 +126,7 @@ export declare class Agents {
|
|
|
125
126
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
126
127
|
*
|
|
127
128
|
* @example
|
|
128
|
-
* await client.conversationalAi.agents.duplicate("
|
|
129
|
+
* await client.conversationalAi.agents.duplicate("agent_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
129
130
|
*/
|
|
130
131
|
duplicate(agentId: string, request?: ElevenLabs.conversationalAi.BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost, requestOptions?: Agents.RequestOptions): core.HttpResponsePromise<ElevenLabs.CreateAgentResponseModel>;
|
|
131
132
|
private __duplicate;
|
|
@@ -139,7 +140,7 @@ export declare class Agents {
|
|
|
139
140
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
140
141
|
*
|
|
141
142
|
* @example
|
|
142
|
-
* await client.conversationalAi.agents.simulateConversation("
|
|
143
|
+
* await client.conversationalAi.agents.simulateConversation("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
143
144
|
* simulationSpecification: {
|
|
144
145
|
* simulatedUserConfig: {
|
|
145
146
|
* firstMessage: "Hello, how can I help you today?",
|
|
@@ -161,7 +162,7 @@ export declare class Agents {
|
|
|
161
162
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
162
163
|
*
|
|
163
164
|
* @example
|
|
164
|
-
* await client.conversationalAi.agents.simulateConversationStream("
|
|
165
|
+
* await client.conversationalAi.agents.simulateConversationStream("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
165
166
|
* simulationSpecification: {
|
|
166
167
|
* simulatedUserConfig: {
|
|
167
168
|
* firstMessage: "Hello, how can I help you today?",
|
|
@@ -183,7 +184,7 @@ export declare class Agents {
|
|
|
183
184
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
184
185
|
*
|
|
185
186
|
* @example
|
|
186
|
-
* await client.conversationalAi.agents.runTests("
|
|
187
|
+
* await client.conversationalAi.agents.runTests("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
187
188
|
* tests: [{
|
|
188
189
|
* testId: "test_id"
|
|
189
190
|
* }]
|
|
@@ -162,7 +162,7 @@ class Agents {
|
|
|
162
162
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
163
163
|
*
|
|
164
164
|
* @example
|
|
165
|
-
* await client.conversationalAi.agents.get("
|
|
165
|
+
* await client.conversationalAi.agents.get("agent_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
166
166
|
*/
|
|
167
167
|
get(agentId, requestOptions) {
|
|
168
168
|
return core.HttpResponsePromise.fromPromise(this.__get(agentId, requestOptions));
|
|
@@ -234,7 +234,7 @@ class Agents {
|
|
|
234
234
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
235
235
|
*
|
|
236
236
|
* @example
|
|
237
|
-
* await client.conversationalAi.agents.delete("
|
|
237
|
+
* await client.conversationalAi.agents.delete("agent_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
238
238
|
*/
|
|
239
239
|
delete(agentId, requestOptions) {
|
|
240
240
|
return core.HttpResponsePromise.fromPromise(this.__delete(agentId, requestOptions));
|
|
@@ -299,7 +299,7 @@ class Agents {
|
|
|
299
299
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
300
300
|
*
|
|
301
301
|
* @example
|
|
302
|
-
* await client.conversationalAi.agents.update("
|
|
302
|
+
* await client.conversationalAi.agents.update("agent_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
303
303
|
*/
|
|
304
304
|
update(agentId, request = {}, requestOptions) {
|
|
305
305
|
return core.HttpResponsePromise.fromPromise(this.__update(agentId, request, requestOptions));
|
|
@@ -379,6 +379,7 @@ class Agents {
|
|
|
379
379
|
* await client.conversationalAi.agents.list({
|
|
380
380
|
* pageSize: 1,
|
|
381
381
|
* search: "search",
|
|
382
|
+
* archived: true,
|
|
382
383
|
* sortDirection: "asc",
|
|
383
384
|
* sortBy: "name",
|
|
384
385
|
* cursor: "cursor"
|
|
@@ -390,7 +391,7 @@ class Agents {
|
|
|
390
391
|
__list() {
|
|
391
392
|
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
392
393
|
var _a, _b, _c, _d, _e;
|
|
393
|
-
const { pageSize, search, sortDirection, sortBy, cursor } = request;
|
|
394
|
+
const { pageSize, search, archived, sortDirection, sortBy, cursor } = request;
|
|
394
395
|
const _queryParams = {};
|
|
395
396
|
if (pageSize != null) {
|
|
396
397
|
_queryParams["page_size"] = pageSize.toString();
|
|
@@ -398,6 +399,9 @@ class Agents {
|
|
|
398
399
|
if (search != null) {
|
|
399
400
|
_queryParams["search"] = search;
|
|
400
401
|
}
|
|
402
|
+
if (archived != null) {
|
|
403
|
+
_queryParams["archived"] = archived.toString();
|
|
404
|
+
}
|
|
401
405
|
if (sortDirection != null) {
|
|
402
406
|
_queryParams["sort_direction"] = serializers.SortDirection.jsonOrThrow(sortDirection, {
|
|
403
407
|
unrecognizedObjectKeys: "strip",
|
|
@@ -474,7 +478,7 @@ class Agents {
|
|
|
474
478
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
475
479
|
*
|
|
476
480
|
* @example
|
|
477
|
-
* await client.conversationalAi.agents.duplicate("
|
|
481
|
+
* await client.conversationalAi.agents.duplicate("agent_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
478
482
|
*/
|
|
479
483
|
duplicate(agentId, request = {}, requestOptions) {
|
|
480
484
|
return core.HttpResponsePromise.fromPromise(this.__duplicate(agentId, request, requestOptions));
|
|
@@ -550,7 +554,7 @@ class Agents {
|
|
|
550
554
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
551
555
|
*
|
|
552
556
|
* @example
|
|
553
|
-
* await client.conversationalAi.agents.simulateConversation("
|
|
557
|
+
* await client.conversationalAi.agents.simulateConversation("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
554
558
|
* simulationSpecification: {
|
|
555
559
|
* simulatedUserConfig: {
|
|
556
560
|
* firstMessage: "Hello, how can I help you today?",
|
|
@@ -634,7 +638,7 @@ class Agents {
|
|
|
634
638
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
635
639
|
*
|
|
636
640
|
* @example
|
|
637
|
-
* await client.conversationalAi.agents.simulateConversationStream("
|
|
641
|
+
* await client.conversationalAi.agents.simulateConversationStream("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
638
642
|
* simulationSpecification: {
|
|
639
643
|
* simulatedUserConfig: {
|
|
640
644
|
* firstMessage: "Hello, how can I help you today?",
|
|
@@ -710,7 +714,7 @@ class Agents {
|
|
|
710
714
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
711
715
|
*
|
|
712
716
|
* @example
|
|
713
|
-
* await client.conversationalAi.agents.runTests("
|
|
717
|
+
* await client.conversationalAi.agents.runTests("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
714
718
|
* tests: [{
|
|
715
719
|
* testId: "test_id"
|
|
716
720
|
* }]
|
package/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import * as ElevenLabs from "../../../../../../index";
|
|
|
4
4
|
* {
|
|
5
5
|
* pageSize: 1,
|
|
6
6
|
* search: "search",
|
|
7
|
+
* archived: true,
|
|
7
8
|
* sortDirection: "asc",
|
|
8
9
|
* sortBy: "name",
|
|
9
10
|
* cursor: "cursor"
|
|
@@ -14,6 +15,8 @@ export interface AgentsListRequest {
|
|
|
14
15
|
pageSize?: number;
|
|
15
16
|
/** Search by agents name. */
|
|
16
17
|
search?: string;
|
|
18
|
+
/** Filter agents by archived status */
|
|
19
|
+
archived?: boolean;
|
|
17
20
|
/** The direction to sort the results */
|
|
18
21
|
sortDirection?: ElevenLabs.SortDirection;
|
|
19
22
|
/** The field to sort the results by */
|
|
@@ -11,7 +11,7 @@ export interface BodyCreateAgentV1ConvaiAgentsCreatePost {
|
|
|
11
11
|
/** Platform settings for the agent are all settings that aren't related to the conversation orchestration and content. */
|
|
12
12
|
platformSettings?: ElevenLabs.AgentPlatformSettingsRequestModel;
|
|
13
13
|
/** Workflow for the agent. This is used to define the flow of the conversation and how the agent interacts with tools. */
|
|
14
|
-
workflow?:
|
|
14
|
+
workflow?: ElevenLabs.AgentWorkflowRequestModel;
|
|
15
15
|
/** A name to make the agent easier to find */
|
|
16
16
|
name?: string;
|
|
17
17
|
/** Tags to help classify and filter the agent */
|
package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export interface UpdateAgentRequest {
|
|
|
9
9
|
/** Platform settings for the agent are all settings that aren't related to the conversation orchestration and content. */
|
|
10
10
|
platformSettings?: ElevenLabs.AgentPlatformSettingsRequestModel;
|
|
11
11
|
/** Workflow for the agent. This is used to define the flow of the conversation and how the agent interacts with tools. */
|
|
12
|
-
workflow?:
|
|
12
|
+
workflow?: ElevenLabs.AgentWorkflowRequestModel;
|
|
13
13
|
/** A name to make the agent easier to find */
|
|
14
14
|
name?: string;
|
|
15
15
|
/** Tags to help classify and filter the agent */
|
|
@@ -38,7 +38,7 @@ export declare class Link {
|
|
|
38
38
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
39
39
|
*
|
|
40
40
|
* @example
|
|
41
|
-
* await client.conversationalAi.agents.link.get("
|
|
41
|
+
* await client.conversationalAi.agents.link.get("agent_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
42
42
|
*/
|
|
43
43
|
get(agentId: string, requestOptions?: Link.RequestOptions): core.HttpResponsePromise<ElevenLabs.GetAgentLinkResponseModel>;
|
|
44
44
|
private __get;
|
|
@@ -63,7 +63,7 @@ class Link {
|
|
|
63
63
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
64
64
|
*
|
|
65
65
|
* @example
|
|
66
|
-
* await client.conversationalAi.agents.link.get("
|
|
66
|
+
* await client.conversationalAi.agents.link.get("agent_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
67
67
|
*/
|
|
68
68
|
get(agentId, requestOptions) {
|
|
69
69
|
return core.HttpResponsePromise.fromPromise(this.__get(agentId, requestOptions));
|
|
@@ -42,7 +42,7 @@ export declare class Widget {
|
|
|
42
42
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
43
43
|
*
|
|
44
44
|
* @example
|
|
45
|
-
* await client.conversationalAi.agents.widget.get("
|
|
45
|
+
* await client.conversationalAi.agents.widget.get("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
46
46
|
* conversationSignature: "conversation_signature"
|
|
47
47
|
* })
|
|
48
48
|
*/
|
|
@@ -69,7 +69,7 @@ class Widget {
|
|
|
69
69
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
70
70
|
*
|
|
71
71
|
* @example
|
|
72
|
-
* await client.conversationalAi.agents.widget.get("
|
|
72
|
+
* await client.conversationalAi.agents.widget.get("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
73
73
|
* conversationSignature: "conversation_signature"
|
|
74
74
|
* })
|
|
75
75
|
*/
|
|
@@ -40,7 +40,7 @@ export declare class Avatar {
|
|
|
40
40
|
*
|
|
41
41
|
* @example
|
|
42
42
|
* import { createReadStream } from "fs";
|
|
43
|
-
* await client.conversationalAi.agents.widget.avatar.create("
|
|
43
|
+
* await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
44
44
|
* avatarFile: fs.createReadStream("/path/to/your/file")
|
|
45
45
|
* })
|
|
46
46
|
*/
|
|
@@ -65,7 +65,7 @@ class Avatar {
|
|
|
65
65
|
*
|
|
66
66
|
* @example
|
|
67
67
|
* import { createReadStream } from "fs";
|
|
68
|
-
* await client.conversationalAi.agents.widget.avatar.create("
|
|
68
|
+
* await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
69
69
|
* avatarFile: fs.createReadStream("/path/to/your/file")
|
|
70
70
|
* })
|
|
71
71
|
*/
|
|
@@ -9,7 +9,8 @@ import * as ElevenLabs from "../../../../index";
|
|
|
9
9
|
* modelId: undefined,
|
|
10
10
|
* seed: undefined,
|
|
11
11
|
* forceInstrumental: undefined,
|
|
12
|
-
* respectSectionsDurations: undefined
|
|
12
|
+
* respectSectionsDurations: undefined,
|
|
13
|
+
* storeForInpainting: undefined
|
|
13
14
|
* }
|
|
14
15
|
*/
|
|
15
16
|
export interface BodyComposeMusicV1MusicPost {
|
|
@@ -21,7 +22,7 @@ export interface BodyComposeMusicV1MusicPost {
|
|
|
21
22
|
musicPrompt?: ElevenLabs.MusicPrompt;
|
|
22
23
|
/** A detailed composition plan to guide music generation. Cannot be used in conjunction with `prompt`. */
|
|
23
24
|
compositionPlan?: ElevenLabs.MusicPrompt;
|
|
24
|
-
/** The length of the song to generate in milliseconds. Used only in conjunction with `prompt`. Must be between
|
|
25
|
+
/** The length of the song to generate in milliseconds. Used only in conjunction with `prompt`. Must be between 3000ms and 300000ms. Optional - if not provided, the model will choose a length based on the prompt. */
|
|
25
26
|
musicLengthMs?: number;
|
|
26
27
|
/** The model to use for the generation. */
|
|
27
28
|
modelId?: "music_v1";
|
|
@@ -31,4 +32,6 @@ export interface BodyComposeMusicV1MusicPost {
|
|
|
31
32
|
forceInstrumental?: boolean;
|
|
32
33
|
/** Controls how strictly section durations in the `composition_plan` are enforced. Only used with `composition_plan`. When set to true, the model will precisely respect each section's `duration_ms` from the plan. When set to false, the model may adjust individual section durations which will generally lead to better generation quality and improved latency, while always preserving the total song duration from the plan. */
|
|
33
34
|
respectSectionsDurations?: boolean;
|
|
35
|
+
/** Whether to store the generated song for inpainting. Only available to enterprise clients with access to the inpainting API. */
|
|
36
|
+
storeForInpainting?: boolean;
|
|
34
37
|
}
|
|
@@ -8,7 +8,8 @@ import * as ElevenLabs from "../../../../index";
|
|
|
8
8
|
* musicLengthMs: undefined,
|
|
9
9
|
* modelId: undefined,
|
|
10
10
|
* seed: undefined,
|
|
11
|
-
* forceInstrumental: undefined
|
|
11
|
+
* forceInstrumental: undefined,
|
|
12
|
+
* storeForInpainting: undefined
|
|
12
13
|
* }
|
|
13
14
|
*/
|
|
14
15
|
export interface BodyComposeMusicWithADetailedResponseV1MusicDetailedPost {
|
|
@@ -20,7 +21,7 @@ export interface BodyComposeMusicWithADetailedResponseV1MusicDetailedPost {
|
|
|
20
21
|
musicPrompt?: ElevenLabs.MusicPrompt;
|
|
21
22
|
/** A detailed composition plan to guide music generation. Cannot be used in conjunction with `prompt`. */
|
|
22
23
|
compositionPlan?: ElevenLabs.MusicPrompt;
|
|
23
|
-
/** The length of the song to generate in milliseconds. Used only in conjunction with `prompt`. Must be between
|
|
24
|
+
/** The length of the song to generate in milliseconds. Used only in conjunction with `prompt`. Must be between 3000ms and 300000ms. Optional - if not provided, the model will choose a length based on the prompt. */
|
|
24
25
|
musicLengthMs?: number;
|
|
25
26
|
/** The model to use for the generation. */
|
|
26
27
|
modelId?: "music_v1";
|
|
@@ -28,4 +29,6 @@ export interface BodyComposeMusicWithADetailedResponseV1MusicDetailedPost {
|
|
|
28
29
|
seed?: number;
|
|
29
30
|
/** If true, guarantees that the generated song will be instrumental. If false, the song may or may not be instrumental depending on the `prompt`. Can only be used with `prompt`. */
|
|
30
31
|
forceInstrumental?: boolean;
|
|
32
|
+
/** Whether to store the generated song for inpainting. Only available to enterprise clients with access to the inpainting API. */
|
|
33
|
+
storeForInpainting?: boolean;
|
|
31
34
|
}
|
|
@@ -8,7 +8,8 @@ import * as ElevenLabs from "../../../../index";
|
|
|
8
8
|
* musicLengthMs: undefined,
|
|
9
9
|
* modelId: undefined,
|
|
10
10
|
* seed: undefined,
|
|
11
|
-
* forceInstrumental: undefined
|
|
11
|
+
* forceInstrumental: undefined,
|
|
12
|
+
* storeForInpainting: undefined
|
|
12
13
|
* }
|
|
13
14
|
*/
|
|
14
15
|
export interface BodyStreamComposedMusicV1MusicStreamPost {
|
|
@@ -20,7 +21,7 @@ export interface BodyStreamComposedMusicV1MusicStreamPost {
|
|
|
20
21
|
musicPrompt?: ElevenLabs.MusicPrompt;
|
|
21
22
|
/** A detailed composition plan to guide music generation. Cannot be used in conjunction with `prompt`. */
|
|
22
23
|
compositionPlan?: ElevenLabs.MusicPrompt;
|
|
23
|
-
/** The length of the song to generate in milliseconds. Used only in conjunction with `prompt`. Must be between
|
|
24
|
+
/** The length of the song to generate in milliseconds. Used only in conjunction with `prompt`. Must be between 3000ms and 300000ms. Optional - if not provided, the model will choose a length based on the prompt. */
|
|
24
25
|
musicLengthMs?: number;
|
|
25
26
|
/** The model to use for the generation. */
|
|
26
27
|
modelId?: "music_v1";
|
|
@@ -28,4 +29,6 @@ export interface BodyStreamComposedMusicV1MusicStreamPost {
|
|
|
28
29
|
seed?: number;
|
|
29
30
|
/** If true, guarantees that the generated song will be instrumental. If false, the song may or may not be instrumental depending on the `prompt`. Can only be used with `prompt`. */
|
|
30
31
|
forceInstrumental?: boolean;
|
|
32
|
+
/** Whether to store the generated song for inpainting. Only available to enterprise clients with access to the inpainting API. */
|
|
33
|
+
storeForInpainting?: boolean;
|
|
31
34
|
}
|
|
@@ -8,7 +8,7 @@ import * as ElevenLabs from "../../../../../../index";
|
|
|
8
8
|
export interface BodyGenerateCompositionPlanV1MusicPlanPost {
|
|
9
9
|
/** A simple text prompt to compose a plan from. */
|
|
10
10
|
prompt: string;
|
|
11
|
-
/** The length of the composition plan to generate in milliseconds. Must be between
|
|
11
|
+
/** The length of the composition plan to generate in milliseconds. Must be between 3000ms and 300000ms. Optional - if not provided, the model will choose a length based on the prompt. */
|
|
12
12
|
musicLengthMs?: number;
|
|
13
13
|
/** An optional composition plan to use as a source for the new composition plan. */
|
|
14
14
|
sourceCompositionPlan?: ElevenLabs.MusicPrompt;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
2
2
|
export declare const MusicComposeDetailedRequestOutputFormat: {
|
|
3
3
|
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
+
readonly Mp32400048: "mp3_24000_48";
|
|
4
5
|
readonly Mp34410032: "mp3_44100_32";
|
|
5
6
|
readonly Mp34410064: "mp3_44100_64";
|
|
6
7
|
readonly Mp34410096: "mp3_44100_96";
|
|
@@ -10,6 +11,7 @@ export declare const MusicComposeDetailedRequestOutputFormat: {
|
|
|
10
11
|
readonly Pcm16000: "pcm_16000";
|
|
11
12
|
readonly Pcm22050: "pcm_22050";
|
|
12
13
|
readonly Pcm24000: "pcm_24000";
|
|
14
|
+
readonly Pcm32000: "pcm_32000";
|
|
13
15
|
readonly Pcm44100: "pcm_44100";
|
|
14
16
|
readonly Pcm48000: "pcm_48000";
|
|
15
17
|
readonly Ulaw8000: "ulaw_8000";
|
|
@@ -5,6 +5,7 @@ exports.MusicComposeDetailedRequestOutputFormat = void 0;
|
|
|
5
5
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
6
6
|
exports.MusicComposeDetailedRequestOutputFormat = {
|
|
7
7
|
Mp32205032: "mp3_22050_32",
|
|
8
|
+
Mp32400048: "mp3_24000_48",
|
|
8
9
|
Mp34410032: "mp3_44100_32",
|
|
9
10
|
Mp34410064: "mp3_44100_64",
|
|
10
11
|
Mp34410096: "mp3_44100_96",
|
|
@@ -14,6 +15,7 @@ exports.MusicComposeDetailedRequestOutputFormat = {
|
|
|
14
15
|
Pcm16000: "pcm_16000",
|
|
15
16
|
Pcm22050: "pcm_22050",
|
|
16
17
|
Pcm24000: "pcm_24000",
|
|
18
|
+
Pcm32000: "pcm_32000",
|
|
17
19
|
Pcm44100: "pcm_44100",
|
|
18
20
|
Pcm48000: "pcm_48000",
|
|
19
21
|
Ulaw8000: "ulaw_8000",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
2
2
|
export declare const MusicComposeRequestOutputFormat: {
|
|
3
3
|
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
+
readonly Mp32400048: "mp3_24000_48";
|
|
4
5
|
readonly Mp34410032: "mp3_44100_32";
|
|
5
6
|
readonly Mp34410064: "mp3_44100_64";
|
|
6
7
|
readonly Mp34410096: "mp3_44100_96";
|
|
@@ -10,6 +11,7 @@ export declare const MusicComposeRequestOutputFormat: {
|
|
|
10
11
|
readonly Pcm16000: "pcm_16000";
|
|
11
12
|
readonly Pcm22050: "pcm_22050";
|
|
12
13
|
readonly Pcm24000: "pcm_24000";
|
|
14
|
+
readonly Pcm32000: "pcm_32000";
|
|
13
15
|
readonly Pcm44100: "pcm_44100";
|
|
14
16
|
readonly Pcm48000: "pcm_48000";
|
|
15
17
|
readonly Ulaw8000: "ulaw_8000";
|
|
@@ -5,6 +5,7 @@ exports.MusicComposeRequestOutputFormat = void 0;
|
|
|
5
5
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
6
6
|
exports.MusicComposeRequestOutputFormat = {
|
|
7
7
|
Mp32205032: "mp3_22050_32",
|
|
8
|
+
Mp32400048: "mp3_24000_48",
|
|
8
9
|
Mp34410032: "mp3_44100_32",
|
|
9
10
|
Mp34410064: "mp3_44100_64",
|
|
10
11
|
Mp34410096: "mp3_44100_96",
|
|
@@ -14,6 +15,7 @@ exports.MusicComposeRequestOutputFormat = {
|
|
|
14
15
|
Pcm16000: "pcm_16000",
|
|
15
16
|
Pcm22050: "pcm_22050",
|
|
16
17
|
Pcm24000: "pcm_24000",
|
|
18
|
+
Pcm32000: "pcm_32000",
|
|
17
19
|
Pcm44100: "pcm_44100",
|
|
18
20
|
Pcm48000: "pcm_48000",
|
|
19
21
|
Ulaw8000: "ulaw_8000",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
2
2
|
export declare const MusicStreamRequestOutputFormat: {
|
|
3
3
|
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
+
readonly Mp32400048: "mp3_24000_48";
|
|
4
5
|
readonly Mp34410032: "mp3_44100_32";
|
|
5
6
|
readonly Mp34410064: "mp3_44100_64";
|
|
6
7
|
readonly Mp34410096: "mp3_44100_96";
|
|
@@ -10,6 +11,7 @@ export declare const MusicStreamRequestOutputFormat: {
|
|
|
10
11
|
readonly Pcm16000: "pcm_16000";
|
|
11
12
|
readonly Pcm22050: "pcm_22050";
|
|
12
13
|
readonly Pcm24000: "pcm_24000";
|
|
14
|
+
readonly Pcm32000: "pcm_32000";
|
|
13
15
|
readonly Pcm44100: "pcm_44100";
|
|
14
16
|
readonly Pcm48000: "pcm_48000";
|
|
15
17
|
readonly Ulaw8000: "ulaw_8000";
|
|
@@ -5,6 +5,7 @@ exports.MusicStreamRequestOutputFormat = void 0;
|
|
|
5
5
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
6
6
|
exports.MusicStreamRequestOutputFormat = {
|
|
7
7
|
Mp32205032: "mp3_22050_32",
|
|
8
|
+
Mp32400048: "mp3_24000_48",
|
|
8
9
|
Mp34410032: "mp3_44100_32",
|
|
9
10
|
Mp34410064: "mp3_44100_64",
|
|
10
11
|
Mp34410096: "mp3_44100_96",
|
|
@@ -14,6 +15,7 @@ exports.MusicStreamRequestOutputFormat = {
|
|
|
14
15
|
Pcm16000: "pcm_16000",
|
|
15
16
|
Pcm22050: "pcm_22050",
|
|
16
17
|
Pcm24000: "pcm_24000",
|
|
18
|
+
Pcm32000: "pcm_32000",
|
|
17
19
|
Pcm44100: "pcm_44100",
|
|
18
20
|
Pcm48000: "pcm_48000",
|
|
19
21
|
Ulaw8000: "ulaw_8000",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
2
2
|
export declare const SpeechToSpeechConvertRequestOutputFormat: {
|
|
3
3
|
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
+
readonly Mp32400048: "mp3_24000_48";
|
|
4
5
|
readonly Mp34410032: "mp3_44100_32";
|
|
5
6
|
readonly Mp34410064: "mp3_44100_64";
|
|
6
7
|
readonly Mp34410096: "mp3_44100_96";
|
|
@@ -10,6 +11,7 @@ export declare const SpeechToSpeechConvertRequestOutputFormat: {
|
|
|
10
11
|
readonly Pcm16000: "pcm_16000";
|
|
11
12
|
readonly Pcm22050: "pcm_22050";
|
|
12
13
|
readonly Pcm24000: "pcm_24000";
|
|
14
|
+
readonly Pcm32000: "pcm_32000";
|
|
13
15
|
readonly Pcm44100: "pcm_44100";
|
|
14
16
|
readonly Pcm48000: "pcm_48000";
|
|
15
17
|
readonly Ulaw8000: "ulaw_8000";
|
|
@@ -5,6 +5,7 @@ exports.SpeechToSpeechConvertRequestOutputFormat = void 0;
|
|
|
5
5
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
6
6
|
exports.SpeechToSpeechConvertRequestOutputFormat = {
|
|
7
7
|
Mp32205032: "mp3_22050_32",
|
|
8
|
+
Mp32400048: "mp3_24000_48",
|
|
8
9
|
Mp34410032: "mp3_44100_32",
|
|
9
10
|
Mp34410064: "mp3_44100_64",
|
|
10
11
|
Mp34410096: "mp3_44100_96",
|
|
@@ -14,6 +15,7 @@ exports.SpeechToSpeechConvertRequestOutputFormat = {
|
|
|
14
15
|
Pcm16000: "pcm_16000",
|
|
15
16
|
Pcm22050: "pcm_22050",
|
|
16
17
|
Pcm24000: "pcm_24000",
|
|
18
|
+
Pcm32000: "pcm_32000",
|
|
17
19
|
Pcm44100: "pcm_44100",
|
|
18
20
|
Pcm48000: "pcm_48000",
|
|
19
21
|
Ulaw8000: "ulaw_8000",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
2
2
|
export declare const SpeechToSpeechStreamRequestOutputFormat: {
|
|
3
3
|
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
+
readonly Mp32400048: "mp3_24000_48";
|
|
4
5
|
readonly Mp34410032: "mp3_44100_32";
|
|
5
6
|
readonly Mp34410064: "mp3_44100_64";
|
|
6
7
|
readonly Mp34410096: "mp3_44100_96";
|
|
@@ -10,6 +11,7 @@ export declare const SpeechToSpeechStreamRequestOutputFormat: {
|
|
|
10
11
|
readonly Pcm16000: "pcm_16000";
|
|
11
12
|
readonly Pcm22050: "pcm_22050";
|
|
12
13
|
readonly Pcm24000: "pcm_24000";
|
|
14
|
+
readonly Pcm32000: "pcm_32000";
|
|
13
15
|
readonly Pcm44100: "pcm_44100";
|
|
14
16
|
readonly Pcm48000: "pcm_48000";
|
|
15
17
|
readonly Ulaw8000: "ulaw_8000";
|
|
@@ -5,6 +5,7 @@ exports.SpeechToSpeechStreamRequestOutputFormat = void 0;
|
|
|
5
5
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
6
6
|
exports.SpeechToSpeechStreamRequestOutputFormat = {
|
|
7
7
|
Mp32205032: "mp3_22050_32",
|
|
8
|
+
Mp32400048: "mp3_24000_48",
|
|
8
9
|
Mp34410032: "mp3_44100_32",
|
|
9
10
|
Mp34410064: "mp3_44100_64",
|
|
10
11
|
Mp34410096: "mp3_44100_96",
|
|
@@ -14,6 +15,7 @@ exports.SpeechToSpeechStreamRequestOutputFormat = {
|
|
|
14
15
|
Pcm16000: "pcm_16000",
|
|
15
16
|
Pcm22050: "pcm_22050",
|
|
16
17
|
Pcm24000: "pcm_24000",
|
|
18
|
+
Pcm32000: "pcm_32000",
|
|
17
19
|
Pcm44100: "pcm_44100",
|
|
18
20
|
Pcm48000: "pcm_48000",
|
|
19
21
|
Ulaw8000: "ulaw_8000",
|
|
@@ -42,6 +42,17 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
42
42
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
43
43
|
});
|
|
44
44
|
};
|
|
45
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
46
|
+
var t = {};
|
|
47
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
48
|
+
t[p] = s[p];
|
|
49
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
50
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
51
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
52
|
+
t[p[i]] = s[p[i]];
|
|
53
|
+
}
|
|
54
|
+
return t;
|
|
55
|
+
};
|
|
45
56
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46
57
|
exports.Studio = void 0;
|
|
47
58
|
const environments = __importStar(require("../../../../environments"));
|
|
@@ -69,6 +80,7 @@ class Studio {
|
|
|
69
80
|
*
|
|
70
81
|
* @example
|
|
71
82
|
* await client.studio.createPodcast({
|
|
83
|
+
* safetyIdentifier: "safety-identifier",
|
|
72
84
|
* modelId: "eleven_multilingual_v2",
|
|
73
85
|
* mode: {
|
|
74
86
|
* type: "conversation",
|
|
@@ -88,7 +100,11 @@ class Studio {
|
|
|
88
100
|
__createPodcast(request, requestOptions) {
|
|
89
101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
90
102
|
var _a, _b, _c, _d, _e;
|
|
91
|
-
|
|
103
|
+
const { safetyIdentifier } = request, _body = __rest(request, ["safetyIdentifier"]);
|
|
104
|
+
let _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
|
|
105
|
+
"safety-identifier": safetyIdentifier != null ? safetyIdentifier : undefined,
|
|
106
|
+
"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,
|
|
107
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
92
108
|
const _response = yield core.fetcher({
|
|
93
109
|
url: core.url.join((_e = (_d = (yield core.Supplier.get(this._options.baseUrl))) !== null && _d !== void 0 ? _d : (yield core.Supplier.get(this._options.environment))) !== null && _e !== void 0 ? _e : environments.ElevenLabsEnvironment.Production, "v1/studio/podcasts"),
|
|
94
110
|
method: "POST",
|
|
@@ -96,7 +112,7 @@ class Studio {
|
|
|
96
112
|
contentType: "application/json",
|
|
97
113
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
98
114
|
requestType: "json",
|
|
99
|
-
body: serializers.BodyCreatePodcastV1StudioPodcastsPost.jsonOrThrow(
|
|
115
|
+
body: serializers.BodyCreatePodcastV1StudioPodcastsPost.jsonOrThrow(_body, {
|
|
100
116
|
unrecognizedObjectKeys: "strip",
|
|
101
117
|
}),
|
|
102
118
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 240000,
|
|
@@ -2,6 +2,7 @@ import * as ElevenLabs from "../../../../index";
|
|
|
2
2
|
/**
|
|
3
3
|
* @example
|
|
4
4
|
* {
|
|
5
|
+
* safetyIdentifier: "safety-identifier",
|
|
5
6
|
* modelId: "eleven_multilingual_v2",
|
|
6
7
|
* mode: {
|
|
7
8
|
* type: "conversation",
|
|
@@ -16,6 +17,8 @@ import * as ElevenLabs from "../../../../index";
|
|
|
16
17
|
* }
|
|
17
18
|
*/
|
|
18
19
|
export interface BodyCreatePodcastV1StudioPodcastsPost {
|
|
20
|
+
/** Used for moderation. Your workspace must be allowlisted to use this feature. */
|
|
21
|
+
safetyIdentifier?: string;
|
|
19
22
|
/** The ID of the model to be used for this Studio project, you can query GET /v1/models to list all available models. */
|
|
20
23
|
modelId: string;
|
|
21
24
|
/** The type of podcast to generate. Can be 'conversation', an interaction between two voices, or 'bulletin', a monologue. */
|