@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
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.AgentConfigApiModelWorkflowOverrideInput = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const DynamicVariablesConfigWorkflowOverride_1 = require("./DynamicVariablesConfigWorkflowOverride");
|
|
40
|
+
const PromptAgentApiModelWorkflowOverrideInput_1 = require("./PromptAgentApiModelWorkflowOverrideInput");
|
|
41
|
+
exports.AgentConfigApiModelWorkflowOverrideInput = core.serialization.object({
|
|
42
|
+
firstMessage: core.serialization.property("first_message", core.serialization.string().optional()),
|
|
43
|
+
language: core.serialization.string().optional(),
|
|
44
|
+
dynamicVariables: core.serialization.property("dynamic_variables", DynamicVariablesConfigWorkflowOverride_1.DynamicVariablesConfigWorkflowOverride.optional()),
|
|
45
|
+
disableFirstMessageInterruptions: core.serialization.property("disable_first_message_interruptions", core.serialization.boolean().optional()),
|
|
46
|
+
prompt: PromptAgentApiModelWorkflowOverrideInput_1.PromptAgentApiModelWorkflowOverrideInput.optional(),
|
|
47
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as serializers from "../index";
|
|
2
|
+
import * as ElevenLabs from "../../api/index";
|
|
3
|
+
import * as core from "../../core";
|
|
4
|
+
import { DynamicVariablesConfigWorkflowOverride } from "./DynamicVariablesConfigWorkflowOverride";
|
|
5
|
+
import { PromptAgentApiModelWorkflowOverrideOutput } from "./PromptAgentApiModelWorkflowOverrideOutput";
|
|
6
|
+
export declare const AgentConfigApiModelWorkflowOverrideOutput: core.serialization.ObjectSchema<serializers.AgentConfigApiModelWorkflowOverrideOutput.Raw, ElevenLabs.AgentConfigApiModelWorkflowOverrideOutput>;
|
|
7
|
+
export declare namespace AgentConfigApiModelWorkflowOverrideOutput {
|
|
8
|
+
interface Raw {
|
|
9
|
+
first_message?: string | null;
|
|
10
|
+
language?: string | null;
|
|
11
|
+
dynamic_variables?: DynamicVariablesConfigWorkflowOverride.Raw | null;
|
|
12
|
+
disable_first_message_interruptions?: boolean | null;
|
|
13
|
+
prompt?: PromptAgentApiModelWorkflowOverrideOutput.Raw | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.AgentConfigApiModelWorkflowOverrideOutput = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const DynamicVariablesConfigWorkflowOverride_1 = require("./DynamicVariablesConfigWorkflowOverride");
|
|
40
|
+
const PromptAgentApiModelWorkflowOverrideOutput_1 = require("./PromptAgentApiModelWorkflowOverrideOutput");
|
|
41
|
+
exports.AgentConfigApiModelWorkflowOverrideOutput = core.serialization.object({
|
|
42
|
+
firstMessage: core.serialization.property("first_message", core.serialization.string().optional()),
|
|
43
|
+
language: core.serialization.string().optional(),
|
|
44
|
+
dynamicVariables: core.serialization.property("dynamic_variables", DynamicVariablesConfigWorkflowOverride_1.DynamicVariablesConfigWorkflowOverride.optional()),
|
|
45
|
+
disableFirstMessageInterruptions: core.serialization.property("disable_first_message_interruptions", core.serialization.boolean().optional()),
|
|
46
|
+
prompt: PromptAgentApiModelWorkflowOverrideOutput_1.PromptAgentApiModelWorkflowOverrideOutput.optional(),
|
|
47
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as serializers from "../index";
|
|
2
|
+
import * as ElevenLabs from "../../api/index";
|
|
3
|
+
import * as core from "../../core";
|
|
4
|
+
import { PromptAgentApiModelOverride } from "./PromptAgentApiModelOverride";
|
|
5
|
+
export declare const AgentConfigOverrideInput: core.serialization.ObjectSchema<serializers.AgentConfigOverrideInput.Raw, ElevenLabs.AgentConfigOverrideInput>;
|
|
6
|
+
export declare namespace AgentConfigOverrideInput {
|
|
7
|
+
interface Raw {
|
|
8
|
+
first_message?: string | null;
|
|
9
|
+
language?: string | null;
|
|
10
|
+
prompt?: PromptAgentApiModelOverride.Raw | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.AgentConfigOverrideInput = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const PromptAgentApiModelOverride_1 = require("./PromptAgentApiModelOverride");
|
|
40
|
+
exports.AgentConfigOverrideInput = core.serialization.object({
|
|
41
|
+
firstMessage: core.serialization.property("first_message", core.serialization.string().optional()),
|
|
42
|
+
language: core.serialization.string().optional(),
|
|
43
|
+
prompt: PromptAgentApiModelOverride_1.PromptAgentApiModelOverride.optional(),
|
|
44
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as serializers from "../index";
|
|
2
|
+
import * as ElevenLabs from "../../api/index";
|
|
3
|
+
import * as core from "../../core";
|
|
4
|
+
import { PromptAgentApiModelOverride } from "./PromptAgentApiModelOverride";
|
|
5
|
+
export declare const AgentConfigOverrideOutput: core.serialization.ObjectSchema<serializers.AgentConfigOverrideOutput.Raw, ElevenLabs.AgentConfigOverrideOutput>;
|
|
6
|
+
export declare namespace AgentConfigOverrideOutput {
|
|
7
|
+
interface Raw {
|
|
8
|
+
first_message?: string | null;
|
|
9
|
+
language?: string | null;
|
|
10
|
+
prompt?: PromptAgentApiModelOverride.Raw | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.AgentConfigOverrideOutput = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const PromptAgentApiModelOverride_1 = require("./PromptAgentApiModelOverride");
|
|
40
|
+
exports.AgentConfigOverrideOutput = core.serialization.object({
|
|
41
|
+
firstMessage: core.serialization.property("first_message", core.serialization.string().optional()),
|
|
42
|
+
language: core.serialization.string().optional(),
|
|
43
|
+
prompt: PromptAgentApiModelOverride_1.PromptAgentApiModelOverride.optional(),
|
|
44
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as serializers from "../index";
|
|
2
|
+
import * as ElevenLabs from "../../api/index";
|
|
3
|
+
import * as core from "../../core";
|
|
4
|
+
export declare const AgentDefinitionSource: core.serialization.Schema<serializers.AgentDefinitionSource.Raw, ElevenLabs.AgentDefinitionSource>;
|
|
5
|
+
export declare namespace AgentDefinitionSource {
|
|
6
|
+
type Raw = "cli" | "ui" | "api" | "unknown";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.AgentDefinitionSource = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.AgentDefinitionSource = core.serialization.enum_(["cli", "ui", "api", "unknown"]);
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import * as serializers from "../index";
|
|
2
2
|
import * as ElevenLabs from "../../api/index";
|
|
3
3
|
import * as core from "../../core";
|
|
4
|
-
import { AuthSettings } from "./AuthSettings";
|
|
5
4
|
import { EvaluationSettings } from "./EvaluationSettings";
|
|
6
5
|
import { WidgetConfig } from "./WidgetConfig";
|
|
7
6
|
import { LiteralJsonSchemaProperty } from "./LiteralJsonSchemaProperty";
|
|
8
7
|
import { ConversationInitiationClientDataConfigInput } from "./ConversationInitiationClientDataConfigInput";
|
|
9
|
-
import { AgentCallLimits } from "./AgentCallLimits";
|
|
10
|
-
import { PrivacyConfig } from "./PrivacyConfig";
|
|
11
8
|
import { AgentWorkspaceOverridesInput } from "./AgentWorkspaceOverridesInput";
|
|
12
9
|
import { AgentTestingSettings } from "./AgentTestingSettings";
|
|
10
|
+
import { AuthSettings } from "./AuthSettings";
|
|
11
|
+
import { AgentCallLimits } from "./AgentCallLimits";
|
|
12
|
+
import { PrivacyConfig } from "./PrivacyConfig";
|
|
13
13
|
export declare const AgentPlatformSettingsRequestModel: core.serialization.ObjectSchema<serializers.AgentPlatformSettingsRequestModel.Raw, ElevenLabs.AgentPlatformSettingsRequestModel>;
|
|
14
14
|
export declare namespace AgentPlatformSettingsRequestModel {
|
|
15
15
|
interface Raw {
|
|
16
|
-
auth?: AuthSettings.Raw | null;
|
|
17
16
|
evaluation?: EvaluationSettings.Raw | null;
|
|
18
17
|
widget?: WidgetConfig.Raw | null;
|
|
19
18
|
data_collection?: Record<string, LiteralJsonSchemaProperty.Raw> | null;
|
|
20
19
|
overrides?: ConversationInitiationClientDataConfigInput.Raw | null;
|
|
21
|
-
call_limits?: AgentCallLimits.Raw | null;
|
|
22
|
-
privacy?: PrivacyConfig.Raw | null;
|
|
23
20
|
workspace_overrides?: AgentWorkspaceOverridesInput.Raw | null;
|
|
24
21
|
testing?: AgentTestingSettings.Raw | null;
|
|
25
22
|
archived?: boolean | null;
|
|
23
|
+
auth?: AuthSettings.Raw | null;
|
|
24
|
+
call_limits?: AgentCallLimits.Raw | null;
|
|
25
|
+
privacy?: PrivacyConfig.Raw | null;
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -36,24 +36,24 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.AgentPlatformSettingsRequestModel = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
const AuthSettings_1 = require("./AuthSettings");
|
|
40
39
|
const EvaluationSettings_1 = require("./EvaluationSettings");
|
|
41
40
|
const WidgetConfig_1 = require("./WidgetConfig");
|
|
42
41
|
const LiteralJsonSchemaProperty_1 = require("./LiteralJsonSchemaProperty");
|
|
43
42
|
const ConversationInitiationClientDataConfigInput_1 = require("./ConversationInitiationClientDataConfigInput");
|
|
44
|
-
const AgentCallLimits_1 = require("./AgentCallLimits");
|
|
45
|
-
const PrivacyConfig_1 = require("./PrivacyConfig");
|
|
46
43
|
const AgentWorkspaceOverridesInput_1 = require("./AgentWorkspaceOverridesInput");
|
|
47
44
|
const AgentTestingSettings_1 = require("./AgentTestingSettings");
|
|
45
|
+
const AuthSettings_1 = require("./AuthSettings");
|
|
46
|
+
const AgentCallLimits_1 = require("./AgentCallLimits");
|
|
47
|
+
const PrivacyConfig_1 = require("./PrivacyConfig");
|
|
48
48
|
exports.AgentPlatformSettingsRequestModel = core.serialization.object({
|
|
49
|
-
auth: AuthSettings_1.AuthSettings.optional(),
|
|
50
49
|
evaluation: EvaluationSettings_1.EvaluationSettings.optional(),
|
|
51
50
|
widget: WidgetConfig_1.WidgetConfig.optional(),
|
|
52
51
|
dataCollection: core.serialization.property("data_collection", core.serialization.record(core.serialization.string(), LiteralJsonSchemaProperty_1.LiteralJsonSchemaProperty).optional()),
|
|
53
52
|
overrides: ConversationInitiationClientDataConfigInput_1.ConversationInitiationClientDataConfigInput.optional(),
|
|
54
|
-
callLimits: core.serialization.property("call_limits", AgentCallLimits_1.AgentCallLimits.optional()),
|
|
55
|
-
privacy: PrivacyConfig_1.PrivacyConfig.optional(),
|
|
56
53
|
workspaceOverrides: core.serialization.property("workspace_overrides", AgentWorkspaceOverridesInput_1.AgentWorkspaceOverridesInput.optional()),
|
|
57
54
|
testing: AgentTestingSettings_1.AgentTestingSettings.optional(),
|
|
58
55
|
archived: core.serialization.boolean().optional(),
|
|
56
|
+
auth: AuthSettings_1.AuthSettings.optional(),
|
|
57
|
+
callLimits: core.serialization.property("call_limits", AgentCallLimits_1.AgentCallLimits.optional()),
|
|
58
|
+
privacy: PrivacyConfig_1.PrivacyConfig.optional(),
|
|
59
59
|
});
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import * as serializers from "../index";
|
|
2
2
|
import * as ElevenLabs from "../../api/index";
|
|
3
3
|
import * as core from "../../core";
|
|
4
|
-
import { AuthSettings } from "./AuthSettings";
|
|
5
4
|
import { EvaluationSettings } from "./EvaluationSettings";
|
|
6
5
|
import { WidgetConfig } from "./WidgetConfig";
|
|
7
6
|
import { LiteralJsonSchemaProperty } from "./LiteralJsonSchemaProperty";
|
|
8
7
|
import { ConversationInitiationClientDataConfigOutput } from "./ConversationInitiationClientDataConfigOutput";
|
|
9
|
-
import { AgentCallLimits } from "./AgentCallLimits";
|
|
10
|
-
import { PrivacyConfig } from "./PrivacyConfig";
|
|
11
8
|
import { AgentWorkspaceOverridesOutput } from "./AgentWorkspaceOverridesOutput";
|
|
12
9
|
import { AgentTestingSettings } from "./AgentTestingSettings";
|
|
10
|
+
import { AuthSettings } from "./AuthSettings";
|
|
11
|
+
import { AgentCallLimits } from "./AgentCallLimits";
|
|
12
|
+
import { PrivacyConfig } from "./PrivacyConfig";
|
|
13
13
|
import { SafetyResponseModel } from "./SafetyResponseModel";
|
|
14
14
|
export declare const AgentPlatformSettingsResponseModel: core.serialization.ObjectSchema<serializers.AgentPlatformSettingsResponseModel.Raw, ElevenLabs.AgentPlatformSettingsResponseModel>;
|
|
15
15
|
export declare namespace AgentPlatformSettingsResponseModel {
|
|
16
16
|
interface Raw {
|
|
17
|
-
auth?: AuthSettings.Raw | null;
|
|
18
17
|
evaluation?: EvaluationSettings.Raw | null;
|
|
19
18
|
widget?: WidgetConfig.Raw | null;
|
|
20
19
|
data_collection?: Record<string, LiteralJsonSchemaProperty.Raw> | null;
|
|
21
20
|
overrides?: ConversationInitiationClientDataConfigOutput.Raw | null;
|
|
22
|
-
call_limits?: AgentCallLimits.Raw | null;
|
|
23
|
-
privacy?: PrivacyConfig.Raw | null;
|
|
24
21
|
workspace_overrides?: AgentWorkspaceOverridesOutput.Raw | null;
|
|
25
22
|
testing?: AgentTestingSettings.Raw | null;
|
|
26
23
|
archived?: boolean | null;
|
|
24
|
+
auth?: AuthSettings.Raw | null;
|
|
25
|
+
call_limits?: AgentCallLimits.Raw | null;
|
|
26
|
+
privacy?: PrivacyConfig.Raw | null;
|
|
27
27
|
safety?: SafetyResponseModel.Raw | null;
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -36,26 +36,26 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.AgentPlatformSettingsResponseModel = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
const AuthSettings_1 = require("./AuthSettings");
|
|
40
39
|
const EvaluationSettings_1 = require("./EvaluationSettings");
|
|
41
40
|
const WidgetConfig_1 = require("./WidgetConfig");
|
|
42
41
|
const LiteralJsonSchemaProperty_1 = require("./LiteralJsonSchemaProperty");
|
|
43
42
|
const ConversationInitiationClientDataConfigOutput_1 = require("./ConversationInitiationClientDataConfigOutput");
|
|
44
|
-
const AgentCallLimits_1 = require("./AgentCallLimits");
|
|
45
|
-
const PrivacyConfig_1 = require("./PrivacyConfig");
|
|
46
43
|
const AgentWorkspaceOverridesOutput_1 = require("./AgentWorkspaceOverridesOutput");
|
|
47
44
|
const AgentTestingSettings_1 = require("./AgentTestingSettings");
|
|
45
|
+
const AuthSettings_1 = require("./AuthSettings");
|
|
46
|
+
const AgentCallLimits_1 = require("./AgentCallLimits");
|
|
47
|
+
const PrivacyConfig_1 = require("./PrivacyConfig");
|
|
48
48
|
const SafetyResponseModel_1 = require("./SafetyResponseModel");
|
|
49
49
|
exports.AgentPlatformSettingsResponseModel = core.serialization.object({
|
|
50
|
-
auth: AuthSettings_1.AuthSettings.optional(),
|
|
51
50
|
evaluation: EvaluationSettings_1.EvaluationSettings.optional(),
|
|
52
51
|
widget: WidgetConfig_1.WidgetConfig.optional(),
|
|
53
52
|
dataCollection: core.serialization.property("data_collection", core.serialization.record(core.serialization.string(), LiteralJsonSchemaProperty_1.LiteralJsonSchemaProperty).optional()),
|
|
54
53
|
overrides: ConversationInitiationClientDataConfigOutput_1.ConversationInitiationClientDataConfigOutput.optional(),
|
|
55
|
-
callLimits: core.serialization.property("call_limits", AgentCallLimits_1.AgentCallLimits.optional()),
|
|
56
|
-
privacy: PrivacyConfig_1.PrivacyConfig.optional(),
|
|
57
54
|
workspaceOverrides: core.serialization.property("workspace_overrides", AgentWorkspaceOverridesOutput_1.AgentWorkspaceOverridesOutput.optional()),
|
|
58
55
|
testing: AgentTestingSettings_1.AgentTestingSettings.optional(),
|
|
59
56
|
archived: core.serialization.boolean().optional(),
|
|
57
|
+
auth: AuthSettings_1.AuthSettings.optional(),
|
|
58
|
+
callLimits: core.serialization.property("call_limits", AgentCallLimits_1.AgentCallLimits.optional()),
|
|
59
|
+
privacy: PrivacyConfig_1.PrivacyConfig.optional(),
|
|
60
60
|
safety: SafetyResponseModel_1.SafetyResponseModel.optional(),
|
|
61
61
|
});
|
|
@@ -44,4 +44,5 @@ exports.AgentSummaryResponseModel = core.serialization.object({
|
|
|
44
44
|
createdAtUnixSecs: core.serialization.property("created_at_unix_secs", core.serialization.number()),
|
|
45
45
|
accessInfo: core.serialization.property("access_info", ResourceAccessInfo_1.ResourceAccessInfo),
|
|
46
46
|
lastCallTimeUnixSecs: core.serialization.property("last_call_time_unix_secs", core.serialization.number().optional()),
|
|
47
|
+
archived: core.serialization.boolean().optional(),
|
|
47
48
|
});
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as serializers from "../index";
|
|
2
2
|
import * as ElevenLabs from "../../api/index";
|
|
3
3
|
import * as core from "../../core";
|
|
4
|
-
import {
|
|
4
|
+
import { WorkflowEdgeModelInput } from "./WorkflowEdgeModelInput";
|
|
5
5
|
import { AgentWorkflowRequestModelNodesValue } from "./AgentWorkflowRequestModelNodesValue";
|
|
6
6
|
export declare const AgentWorkflowRequestModel: core.serialization.ObjectSchema<serializers.AgentWorkflowRequestModel.Raw, ElevenLabs.AgentWorkflowRequestModel>;
|
|
7
7
|
export declare namespace AgentWorkflowRequestModel {
|
|
8
8
|
interface Raw {
|
|
9
|
-
edges?: Record<string,
|
|
9
|
+
edges?: Record<string, WorkflowEdgeModelInput.Raw> | null;
|
|
10
10
|
nodes?: Record<string, AgentWorkflowRequestModelNodesValue.Raw> | null;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -36,9 +36,9 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.AgentWorkflowRequestModel = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
const
|
|
39
|
+
const WorkflowEdgeModelInput_1 = require("./WorkflowEdgeModelInput");
|
|
40
40
|
const AgentWorkflowRequestModelNodesValue_1 = require("./AgentWorkflowRequestModelNodesValue");
|
|
41
41
|
exports.AgentWorkflowRequestModel = core.serialization.object({
|
|
42
|
-
edges: core.serialization.record(core.serialization.string(),
|
|
42
|
+
edges: core.serialization.record(core.serialization.string(), WorkflowEdgeModelInput_1.WorkflowEdgeModelInput).optional(),
|
|
43
43
|
nodes: core.serialization.record(core.serialization.string(), AgentWorkflowRequestModelNodesValue_1.AgentWorkflowRequestModelNodesValue).optional(),
|
|
44
44
|
});
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import * as serializers from "../index";
|
|
2
2
|
import * as ElevenLabs from "../../api/index";
|
|
3
3
|
import * as core from "../../core";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
4
|
+
import { WorkflowEndNodeModelInput } from "./WorkflowEndNodeModelInput";
|
|
5
|
+
import { WorkflowOverrideAgentNodeModelInput } from "./WorkflowOverrideAgentNodeModelInput";
|
|
6
|
+
import { WorkflowPhoneNumberNodeModelInput } from "./WorkflowPhoneNumberNodeModelInput";
|
|
7
|
+
import { WorkflowStandaloneAgentNodeModelInput } from "./WorkflowStandaloneAgentNodeModelInput";
|
|
8
|
+
import { WorkflowStartNodeModelInput } from "./WorkflowStartNodeModelInput";
|
|
9
|
+
import { WorkflowToolNodeModelInput } from "./WorkflowToolNodeModelInput";
|
|
10
10
|
export declare const AgentWorkflowRequestModelNodesValue: core.serialization.Schema<serializers.AgentWorkflowRequestModelNodesValue.Raw, ElevenLabs.AgentWorkflowRequestModelNodesValue>;
|
|
11
11
|
export declare namespace AgentWorkflowRequestModelNodesValue {
|
|
12
12
|
type Raw = AgentWorkflowRequestModelNodesValue.End | AgentWorkflowRequestModelNodesValue.OverrideAgent | AgentWorkflowRequestModelNodesValue.PhoneNumber | AgentWorkflowRequestModelNodesValue.StandaloneAgent | AgentWorkflowRequestModelNodesValue.Start | AgentWorkflowRequestModelNodesValue.Tool;
|
|
13
|
-
interface End extends
|
|
13
|
+
interface End extends WorkflowEndNodeModelInput.Raw {
|
|
14
14
|
type: "end";
|
|
15
15
|
}
|
|
16
|
-
interface OverrideAgent extends
|
|
16
|
+
interface OverrideAgent extends WorkflowOverrideAgentNodeModelInput.Raw {
|
|
17
17
|
type: "override_agent";
|
|
18
18
|
}
|
|
19
|
-
interface PhoneNumber extends
|
|
19
|
+
interface PhoneNumber extends WorkflowPhoneNumberNodeModelInput.Raw {
|
|
20
20
|
type: "phone_number";
|
|
21
21
|
}
|
|
22
|
-
interface StandaloneAgent extends
|
|
22
|
+
interface StandaloneAgent extends WorkflowStandaloneAgentNodeModelInput.Raw {
|
|
23
23
|
type: "standalone_agent";
|
|
24
24
|
}
|
|
25
|
-
interface Start extends
|
|
25
|
+
interface Start extends WorkflowStartNodeModelInput.Raw {
|
|
26
26
|
type: "start";
|
|
27
27
|
}
|
|
28
|
-
interface Tool extends
|
|
28
|
+
interface Tool extends WorkflowToolNodeModelInput.Raw {
|
|
29
29
|
type: "tool";
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -36,20 +36,20 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.AgentWorkflowRequestModelNodesValue = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
const
|
|
40
|
-
const
|
|
41
|
-
const
|
|
42
|
-
const
|
|
43
|
-
const
|
|
44
|
-
const
|
|
39
|
+
const WorkflowEndNodeModelInput_1 = require("./WorkflowEndNodeModelInput");
|
|
40
|
+
const WorkflowOverrideAgentNodeModelInput_1 = require("./WorkflowOverrideAgentNodeModelInput");
|
|
41
|
+
const WorkflowPhoneNumberNodeModelInput_1 = require("./WorkflowPhoneNumberNodeModelInput");
|
|
42
|
+
const WorkflowStandaloneAgentNodeModelInput_1 = require("./WorkflowStandaloneAgentNodeModelInput");
|
|
43
|
+
const WorkflowStartNodeModelInput_1 = require("./WorkflowStartNodeModelInput");
|
|
44
|
+
const WorkflowToolNodeModelInput_1 = require("./WorkflowToolNodeModelInput");
|
|
45
45
|
exports.AgentWorkflowRequestModelNodesValue = core.serialization
|
|
46
46
|
.union("type", {
|
|
47
|
-
end:
|
|
48
|
-
override_agent:
|
|
49
|
-
phone_number:
|
|
50
|
-
standalone_agent:
|
|
51
|
-
start:
|
|
52
|
-
tool:
|
|
47
|
+
end: WorkflowEndNodeModelInput_1.WorkflowEndNodeModelInput,
|
|
48
|
+
override_agent: WorkflowOverrideAgentNodeModelInput_1.WorkflowOverrideAgentNodeModelInput,
|
|
49
|
+
phone_number: WorkflowPhoneNumberNodeModelInput_1.WorkflowPhoneNumberNodeModelInput,
|
|
50
|
+
standalone_agent: WorkflowStandaloneAgentNodeModelInput_1.WorkflowStandaloneAgentNodeModelInput,
|
|
51
|
+
start: WorkflowStartNodeModelInput_1.WorkflowStartNodeModelInput,
|
|
52
|
+
tool: WorkflowToolNodeModelInput_1.WorkflowToolNodeModelInput,
|
|
53
53
|
})
|
|
54
54
|
.transform({
|
|
55
55
|
transform: (value) => value,
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as serializers from "../index";
|
|
2
|
+
import * as ElevenLabs from "../../api/index";
|
|
3
|
+
import * as core from "../../core";
|
|
4
|
+
import { WorkflowEdgeModelOutput } from "./WorkflowEdgeModelOutput";
|
|
5
|
+
import { AgentWorkflowResponseModelNodesValue } from "./AgentWorkflowResponseModelNodesValue";
|
|
6
|
+
export declare const AgentWorkflowResponseModel: core.serialization.ObjectSchema<serializers.AgentWorkflowResponseModel.Raw, ElevenLabs.AgentWorkflowResponseModel>;
|
|
7
|
+
export declare namespace AgentWorkflowResponseModel {
|
|
8
|
+
interface Raw {
|
|
9
|
+
edges: Record<string, WorkflowEdgeModelOutput.Raw>;
|
|
10
|
+
nodes: Record<string, AgentWorkflowResponseModelNodesValue.Raw>;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.AgentWorkflowResponseModel = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const WorkflowEdgeModelOutput_1 = require("./WorkflowEdgeModelOutput");
|
|
40
|
+
const AgentWorkflowResponseModelNodesValue_1 = require("./AgentWorkflowResponseModelNodesValue");
|
|
41
|
+
exports.AgentWorkflowResponseModel = core.serialization.object({
|
|
42
|
+
edges: core.serialization.record(core.serialization.string(), WorkflowEdgeModelOutput_1.WorkflowEdgeModelOutput),
|
|
43
|
+
nodes: core.serialization.record(core.serialization.string(), AgentWorkflowResponseModelNodesValue_1.AgentWorkflowResponseModelNodesValue),
|
|
44
|
+
});
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as serializers from "../index";
|
|
2
|
+
import * as ElevenLabs from "../../api/index";
|
|
3
|
+
import * as core from "../../core";
|
|
4
|
+
import { WorkflowEndNodeModelOutput } from "./WorkflowEndNodeModelOutput";
|
|
5
|
+
import { WorkflowOverrideAgentNodeModelOutput } from "./WorkflowOverrideAgentNodeModelOutput";
|
|
6
|
+
import { WorkflowPhoneNumberNodeModelOutput } from "./WorkflowPhoneNumberNodeModelOutput";
|
|
7
|
+
import { WorkflowStandaloneAgentNodeModelOutput } from "./WorkflowStandaloneAgentNodeModelOutput";
|
|
8
|
+
import { WorkflowStartNodeModelOutput } from "./WorkflowStartNodeModelOutput";
|
|
9
|
+
import { WorkflowToolNodeModelOutput } from "./WorkflowToolNodeModelOutput";
|
|
10
|
+
export declare const AgentWorkflowResponseModelNodesValue: core.serialization.Schema<serializers.AgentWorkflowResponseModelNodesValue.Raw, ElevenLabs.AgentWorkflowResponseModelNodesValue>;
|
|
11
|
+
export declare namespace AgentWorkflowResponseModelNodesValue {
|
|
12
|
+
type Raw = AgentWorkflowResponseModelNodesValue.End | AgentWorkflowResponseModelNodesValue.OverrideAgent | AgentWorkflowResponseModelNodesValue.PhoneNumber | AgentWorkflowResponseModelNodesValue.StandaloneAgent | AgentWorkflowResponseModelNodesValue.Start | AgentWorkflowResponseModelNodesValue.Tool;
|
|
13
|
+
interface End extends WorkflowEndNodeModelOutput.Raw {
|
|
14
|
+
type: "end";
|
|
15
|
+
}
|
|
16
|
+
interface OverrideAgent extends WorkflowOverrideAgentNodeModelOutput.Raw {
|
|
17
|
+
type: "override_agent";
|
|
18
|
+
}
|
|
19
|
+
interface PhoneNumber extends WorkflowPhoneNumberNodeModelOutput.Raw {
|
|
20
|
+
type: "phone_number";
|
|
21
|
+
}
|
|
22
|
+
interface StandaloneAgent extends WorkflowStandaloneAgentNodeModelOutput.Raw {
|
|
23
|
+
type: "standalone_agent";
|
|
24
|
+
}
|
|
25
|
+
interface Start extends WorkflowStartNodeModelOutput.Raw {
|
|
26
|
+
type: "start";
|
|
27
|
+
}
|
|
28
|
+
interface Tool extends WorkflowToolNodeModelOutput.Raw {
|
|
29
|
+
type: "tool";
|
|
30
|
+
}
|
|
31
|
+
}
|