@elevenlabs/elevenlabs-js 2.18.0 → 2.19.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 +11 -8
- package/api/resources/conversationalAi/resources/agents/client/Client.js +20 -12
- package/api/resources/conversationalAi/resources/agents/client/requests/AgentsGetRequest.d.ts +10 -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/client/requests/index.d.ts +1 -0
- 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/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/AgentPlatformSettingsRequestModel.d.ts +6 -6
- package/api/types/AgentPlatformSettingsResponseModel.d.ts +6 -6
- 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/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 +2 -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/CreateAgentResponseModel.d.ts +4 -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 +3 -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 +2 -0
- package/api/types/ProjectExtendedResponseModelAspectRatio.d.ts +7 -0
- package/api/types/ProjectExtendedResponseModelAspectRatio.js +10 -0
- package/api/types/ProjectResponse.d.ts +2 -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/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/WhatsAppBusinessAccount.d.ts +5 -0
- package/api/types/WhatsAppBusinessAccountChangesItem.d.ts +10 -0
- package/api/types/WhatsAppCall.d.ts +10 -0
- package/api/types/WhatsAppCallDirection.d.ts +5 -0
- package/api/types/WhatsAppCallDirection.js +8 -0
- package/api/types/WhatsAppCalls.d.ts +5 -0
- package/api/types/WhatsAppChangeCalls.d.ts +4 -0
- package/api/types/WhatsAppChangeMessages.d.ts +2 -0
- package/api/types/WhatsAppEventRequest.d.ts +5 -0
- package/api/types/WhatsAppMetadata.d.ts +3 -0
- package/api/types/WhatsAppSession.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/WorkflowLlmConditionModelOutput.js +3 -0
- package/api/types/WorkflowOverrideAgentNodeModelInput.d.ts +17 -0
- package/api/types/WorkflowOverrideAgentNodeModelInput.js +3 -0
- package/api/types/WorkflowOverrideAgentNodeModelOutput.d.ts +17 -0
- package/api/types/WorkflowOverrideAgentNodeModelOutput.js +3 -0
- package/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +9 -0
- package/api/types/WorkflowPhoneNumberNodeModelInput.js +3 -0
- package/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +10 -0
- package/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +3 -0
- package/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +9 -0
- package/api/types/WorkflowPhoneNumberNodeModelOutput.js +3 -0
- package/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +10 -0
- package/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +3 -0
- package/api/types/WorkflowResultConditionModelInput.d.ts +6 -0
- package/api/types/WorkflowResultConditionModelInput.js +3 -0
- package/api/types/WorkflowResultConditionModelOutput.d.ts +6 -0
- package/api/types/WorkflowResultConditionModelOutput.js +3 -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 +124 -51
- package/api/types/index.js +124 -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 +11 -8
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +20 -12
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsGetRequest.d.ts +10 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsGetRequest.js +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/client/requests/index.d.ts +1 -0
- 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/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/AgentPlatformSettingsRequestModel.d.ts +6 -6
- package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +6 -6
- 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/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 +2 -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/CreateAgentResponseModel.d.ts +4 -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 +3 -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 +2 -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 +2 -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/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/WhatsAppBusinessAccount.d.ts +5 -0
- package/dist/api/types/WhatsAppBusinessAccount.js +3 -0
- package/dist/api/types/WhatsAppBusinessAccountChangesItem.d.ts +10 -0
- package/dist/api/types/WhatsAppBusinessAccountChangesItem.js +3 -0
- package/dist/api/types/WhatsAppCall.d.ts +10 -0
- package/dist/api/types/WhatsAppCall.js +3 -0
- package/dist/api/types/WhatsAppCallDirection.d.ts +5 -0
- package/dist/api/types/WhatsAppCallDirection.js +8 -0
- package/dist/api/types/WhatsAppCalls.d.ts +5 -0
- package/dist/api/types/WhatsAppCalls.js +3 -0
- package/dist/api/types/WhatsAppChangeCalls.d.ts +4 -0
- package/dist/api/types/WhatsAppChangeCalls.js +3 -0
- package/dist/api/types/WhatsAppChangeMessages.d.ts +2 -0
- package/dist/api/types/WhatsAppChangeMessages.js +3 -0
- package/dist/api/types/WhatsAppEventRequest.d.ts +5 -0
- package/dist/api/types/WhatsAppEventRequest.js +3 -0
- package/dist/api/types/WhatsAppMetadata.d.ts +3 -0
- package/dist/api/types/WhatsAppMetadata.js +3 -0
- package/dist/api/types/WhatsAppSession.d.ts +4 -0
- package/dist/api/types/WhatsAppSession.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 +124 -51
- package/dist/api/types/index.js +124 -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/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/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/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/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 +4 -0
- package/dist/serialization/types/ConversationHistoryMetadataCommonModel.js +4 -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/CreateAgentResponseModel.d.ts +2 -0
- package/dist/serialization/types/CreateAgentResponseModel.js +2 -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 +3 -1
- package/dist/serialization/types/GetAgentResponseModel.js +3 -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 +2 -0
- package/dist/serialization/types/ProjectExtendedResponse.js +2 -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 +2 -0
- package/dist/serialization/types/ProjectResponse.js +2 -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/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/WhatsAppBusinessAccount.d.ts +11 -0
- package/dist/serialization/types/WhatsAppBusinessAccount.js +43 -0
- package/dist/serialization/types/WhatsAppBusinessAccountChangesItem.d.ts +15 -0
- package/dist/serialization/types/WhatsAppBusinessAccountChangesItem.js +49 -0
- package/dist/serialization/types/WhatsAppCall.d.ts +17 -0
- package/dist/serialization/types/WhatsAppCall.js +49 -0
- package/dist/serialization/types/WhatsAppCallDirection.d.ts +7 -0
- package/dist/serialization/types/WhatsAppCallDirection.js +39 -0
- package/dist/serialization/types/WhatsAppCalls.d.ts +12 -0
- package/dist/serialization/types/WhatsAppCalls.js +44 -0
- package/dist/serialization/types/WhatsAppChangeCalls.d.ts +10 -0
- package/dist/serialization/types/WhatsAppChangeCalls.js +42 -0
- package/dist/serialization/types/WhatsAppChangeMessages.d.ts +8 -0
- package/dist/serialization/types/WhatsAppChangeMessages.js +39 -0
- package/dist/serialization/types/WhatsAppEventRequest.d.ts +11 -0
- package/dist/serialization/types/WhatsAppEventRequest.js +43 -0
- package/dist/serialization/types/WhatsAppMetadata.d.ts +9 -0
- package/dist/serialization/types/WhatsAppMetadata.js +41 -0
- package/dist/serialization/types/WhatsAppSession.d.ts +10 -0
- package/dist/serialization/types/WhatsAppSession.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 +124 -51
- package/dist/serialization/types/index.js +124 -51
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +24 -11
- 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/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/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/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/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 +4 -0
- package/serialization/types/ConversationHistoryMetadataCommonModel.js +4 -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/CreateAgentResponseModel.d.ts +2 -0
- package/serialization/types/CreateAgentResponseModel.js +2 -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 +3 -1
- package/serialization/types/GetAgentResponseModel.js +3 -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 +2 -0
- package/serialization/types/ProjectExtendedResponse.js +2 -0
- package/serialization/types/ProjectExtendedResponseModelAspectRatio.d.ts +7 -0
- package/serialization/types/ProjectExtendedResponseModelAspectRatio.js +39 -0
- package/serialization/types/ProjectResponse.d.ts +2 -0
- package/serialization/types/ProjectResponse.js +2 -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/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/WhatsAppBusinessAccount.d.ts +11 -0
- package/serialization/types/WhatsAppBusinessAccount.js +43 -0
- package/serialization/types/WhatsAppBusinessAccountChangesItem.d.ts +15 -0
- package/serialization/types/WhatsAppBusinessAccountChangesItem.js +49 -0
- package/serialization/types/WhatsAppCall.d.ts +17 -0
- package/serialization/types/WhatsAppCall.js +49 -0
- package/serialization/types/WhatsAppCallDirection.d.ts +7 -0
- package/serialization/types/WhatsAppCallDirection.js +39 -0
- package/serialization/types/WhatsAppCalls.d.ts +12 -0
- package/serialization/types/WhatsAppCalls.js +44 -0
- package/serialization/types/WhatsAppChangeCalls.d.ts +10 -0
- package/serialization/types/WhatsAppChangeCalls.js +42 -0
- package/serialization/types/WhatsAppChangeMessages.d.ts +8 -0
- package/serialization/types/WhatsAppChangeMessages.js +39 -0
- package/serialization/types/WhatsAppEventRequest.d.ts +11 -0
- package/serialization/types/WhatsAppEventRequest.js +43 -0
- package/serialization/types/WhatsAppMetadata.d.ts +9 -0
- package/serialization/types/WhatsAppMetadata.js +41 -0
- package/serialization/types/WhatsAppSession.d.ts +10 -0
- package/serialization/types/WhatsAppSession.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 +124 -51
- package/serialization/types/index.js +124 -51
- package/version.d.ts +1 -1
- package/version.js +1 -1
- 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 → resources/conversationalAi/resources/agents/client/requests/AgentsGetRequest.js} +0 -0
- /package/api/types/{AgentConfigOverride.js → AgentConfigApiModelWorkflowOverrideInput.js} +0 -0
- /package/api/types/{AstAndOperatorNode.js → AgentConfigApiModelWorkflowOverrideOutput.js} +0 -0
- /package/api/types/{AstAndOperatorNodeChildrenItem.js → AgentConfigOverrideInput.js} +0 -0
- /package/api/types/{AstBooleanNode.js → AgentConfigOverrideOutput.js} +0 -0
- /package/api/types/{AstDynamicVariableNode.js → AgentWorkflowResponseModel.js} +0 -0
- /package/api/types/{AstEqualsOperatorNode.js → AgentWorkflowResponseModelNodesValue.js} +0 -0
- /package/api/types/{AstEqualsOperatorNodeLeft.js → AstAndOperatorNodeInput.js} +0 -0
- /package/api/types/{AstEqualsOperatorNodeRight.js → AstAndOperatorNodeInputChildrenItem.js} +0 -0
- /package/api/types/{AstGreaterThanOperatorNode.js → AstAndOperatorNodeOutput.js} +0 -0
- /package/api/types/{AstGreaterThanOperatorNodeLeft.js → AstAndOperatorNodeOutputChildrenItem.js} +0 -0
- /package/api/types/{AstGreaterThanOperatorNodeRight.js → AstBooleanNodeInput.js} +0 -0
- /package/api/types/{AstGreaterThanOrEqualsOperatorNode.js → AstBooleanNodeOutput.js} +0 -0
- /package/api/types/{AstGreaterThanOrEqualsOperatorNodeLeft.js → AstDynamicVariableNodeInput.js} +0 -0
- /package/api/types/{AstGreaterThanOrEqualsOperatorNodeRight.js → AstDynamicVariableNodeOutput.js} +0 -0
- /package/api/types/{AstLessThanOperatorNode.js → AstEqualsOperatorNodeInput.js} +0 -0
- /package/api/types/{AstLessThanOperatorNodeLeft.js → AstEqualsOperatorNodeInputLeft.js} +0 -0
- /package/api/types/{AstLessThanOperatorNodeRight.js → AstEqualsOperatorNodeInputRight.js} +0 -0
- /package/api/types/{AstLessThanOrEqualsOperatorNode.js → AstEqualsOperatorNodeOutput.js} +0 -0
- /package/api/types/{AstLessThanOrEqualsOperatorNodeLeft.js → AstEqualsOperatorNodeOutputLeft.js} +0 -0
- /package/api/types/{AstLessThanOrEqualsOperatorNodeRight.js → AstEqualsOperatorNodeOutputRight.js} +0 -0
- /package/api/types/{AstNotEqualsOperatorNode.js → AstGreaterThanOperatorNodeInput.js} +0 -0
- /package/api/types/{AstNotEqualsOperatorNodeLeft.js → AstGreaterThanOperatorNodeInputLeft.js} +0 -0
- /package/api/types/{AstNotEqualsOperatorNodeRight.js → AstGreaterThanOperatorNodeInputRight.js} +0 -0
- /package/api/types/{AstNumberNode.js → AstGreaterThanOperatorNodeOutput.js} +0 -0
- /package/api/types/{AstOrOperatorNode.js → AstGreaterThanOperatorNodeOutputLeft.js} +0 -0
- /package/api/types/{AstOrOperatorNodeChildrenItem.js → AstGreaterThanOperatorNodeOutputRight.js} +0 -0
- /package/api/types/{AstStringNode.js → AstGreaterThanOrEqualsOperatorNodeInput.js} +0 -0
- /package/api/types/{AstllmNode.js → AstGreaterThanOrEqualsOperatorNodeInputLeft.js} +0 -0
- /package/api/types/{BuiltInToolsWorkflowOverride.js → AstGreaterThanOrEqualsOperatorNodeInputRight.js} +0 -0
- /package/api/types/{ConversationalConfigApiModelWorkflowOverride.js → AstGreaterThanOrEqualsOperatorNodeOutput.js} +0 -0
- /package/api/types/{Position.js → AstGreaterThanOrEqualsOperatorNodeOutputLeft.js} +0 -0
- /package/api/types/{PromptAgentApiModelWorkflowOverride.js → AstGreaterThanOrEqualsOperatorNodeOutputRight.js} +0 -0
- /package/api/types/{PromptAgentApiModelWorkflowOverrideBackupLlmConfig.js → AstLessThanOperatorNodeInput.js} +0 -0
- /package/api/types/{PromptAgentApiModelWorkflowOverrideToolsItem.js → AstLessThanOperatorNodeInputLeft.js} +0 -0
- /package/api/types/{TtsConversationalConfigWorkflowOverride.js → AstLessThanOperatorNodeInputRight.js} +0 -0
- /package/api/types/{WorkflowEdgeModel.js → AstLessThanOperatorNodeOutput.js} +0 -0
- /package/api/types/{WorkflowEdgeModelBackwardCondition.js → AstLessThanOperatorNodeOutputLeft.js} +0 -0
- /package/api/types/{WorkflowEdgeModelForwardCondition.js → AstLessThanOperatorNodeOutputRight.js} +0 -0
- /package/api/types/{WorkflowEndNodeModel.js → AstLessThanOrEqualsOperatorNodeInput.js} +0 -0
- /package/api/types/{WorkflowExpressionConditionModel.js → AstLessThanOrEqualsOperatorNodeInputLeft.js} +0 -0
- /package/api/types/{WorkflowExpressionConditionModelExpression.js → AstLessThanOrEqualsOperatorNodeInputRight.js} +0 -0
- /package/api/types/{WorkflowLlmConditionModel.js → AstLessThanOrEqualsOperatorNodeOutput.js} +0 -0
- /package/api/types/{WorkflowOverrideAgentNodeModel.js → AstLessThanOrEqualsOperatorNodeOutputLeft.js} +0 -0
- /package/api/types/{WorkflowPhoneNumberNodeModel.js → AstLessThanOrEqualsOperatorNodeOutputRight.js} +0 -0
- /package/api/types/{WorkflowPhoneNumberNodeModelTransferDestination.js → AstNotEqualsOperatorNodeInput.js} +0 -0
- /package/api/types/{WorkflowResultConditionModel.js → AstNotEqualsOperatorNodeInputLeft.js} +0 -0
- /package/api/types/{WorkflowStandaloneAgentNodeModel.js → AstNotEqualsOperatorNodeInputRight.js} +0 -0
- /package/api/types/{WorkflowStartNodeModel.js → AstNotEqualsOperatorNodeOutput.js} +0 -0
- /package/api/types/{WorkflowToolNodeModel.js → AstNotEqualsOperatorNodeOutputLeft.js} +0 -0
- /package/api/types/{WorkflowUnconditionalModel.js → AstNotEqualsOperatorNodeOutputRight.js} +0 -0
- /package/{dist/api/types/AgentConfigApiModelWorkflowOverride.js → api/types/AstNumberNodeInput.js} +0 -0
- /package/{dist/api/types/AgentConfigOverride.js → api/types/AstNumberNodeOutput.js} +0 -0
- /package/{dist/api/types/AstAndOperatorNode.js → api/types/AstOrOperatorNodeInput.js} +0 -0
- /package/{dist/api/types/AstAndOperatorNodeChildrenItem.js → api/types/AstOrOperatorNodeInputChildrenItem.js} +0 -0
- /package/{dist/api/types/AstBooleanNode.js → api/types/AstOrOperatorNodeOutput.js} +0 -0
- /package/{dist/api/types/AstDynamicVariableNode.js → api/types/AstOrOperatorNodeOutputChildrenItem.js} +0 -0
- /package/{dist/api/types/AstEqualsOperatorNode.js → api/types/AstStringNodeInput.js} +0 -0
- /package/{dist/api/types/AstEqualsOperatorNodeLeft.js → api/types/AstStringNodeOutput.js} +0 -0
- /package/{dist/api/types/AstEqualsOperatorNodeRight.js → api/types/AstllmNodeInput.js} +0 -0
- /package/{dist/api/types/AstGreaterThanOperatorNode.js → api/types/AstllmNodeOutput.js} +0 -0
- /package/{dist/api/types/AstGreaterThanOperatorNodeLeft.js → api/types/AsyncConversationMetadata.js} +0 -0
- /package/{dist/api/types/AstGreaterThanOperatorNodeRight.js → api/types/BuiltInToolsWorkflowOverrideInput.js} +0 -0
- /package/{dist/api/types/AstGreaterThanOrEqualsOperatorNode.js → api/types/BuiltInToolsWorkflowOverrideOutput.js} +0 -0
- /package/{dist/api/types/AstGreaterThanOrEqualsOperatorNodeLeft.js → api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.js} +0 -0
- /package/{dist/api/types/AstGreaterThanOrEqualsOperatorNodeRight.js → api/types/ConversationalConfigApiModelWorkflowOverrideInput.js} +0 -0
- /package/{dist/api/types/AstLessThanOperatorNode.js → api/types/ConversationalConfigApiModelWorkflowOverrideOutput.js} +0 -0
- /package/{dist/api/types/AstLessThanOperatorNodeLeft.js → api/types/DefaultConversationInitiationTrigger.js} +0 -0
- /package/{dist/api/types/AstLessThanOperatorNodeRight.js → api/types/PositionInput.js} +0 -0
- /package/{dist/api/types/AstLessThanOrEqualsOperatorNode.js → api/types/PositionOutput.js} +0 -0
- /package/{dist/api/types/AstLessThanOrEqualsOperatorNodeLeft.js → api/types/PromptAgentApiModelWorkflowOverrideInput.js} +0 -0
- /package/{dist/api/types/AstLessThanOrEqualsOperatorNodeRight.js → api/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.js} +0 -0
- /package/{dist/api/types/AstNotEqualsOperatorNode.js → api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.js} +0 -0
- /package/{dist/api/types/AstNotEqualsOperatorNodeLeft.js → api/types/PromptAgentApiModelWorkflowOverrideOutput.js} +0 -0
- /package/{dist/api/types/AstNotEqualsOperatorNodeRight.js → api/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.js} +0 -0
- /package/{dist/api/types/AstNumberNode.js → api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.js} +0 -0
- /package/{dist/api/types/AstOrOperatorNode.js → api/types/SectionSource.js} +0 -0
- /package/{dist/api/types/AstOrOperatorNodeChildrenItem.js → api/types/TimeRange.js} +0 -0
- /package/{dist/api/types/AstStringNode.js → api/types/TtsConversationalConfigWorkflowOverrideInput.js} +0 -0
- /package/{dist/api/types/AstllmNode.js → api/types/TtsConversationalConfigWorkflowOverrideOutput.js} +0 -0
- /package/{dist/api/types/BuiltInToolsWorkflowOverride.js → api/types/WhatsAppBusinessAccount.js} +0 -0
- /package/{dist/api/types/ConversationalConfigApiModelWorkflowOverride.js → api/types/WhatsAppBusinessAccountChangesItem.js} +0 -0
- /package/{dist/api/types/Position.js → api/types/WhatsAppCall.js} +0 -0
- /package/{dist/api/types/PromptAgentApiModelWorkflowOverride.js → api/types/WhatsAppCalls.js} +0 -0
- /package/{dist/api/types/PromptAgentApiModelWorkflowOverrideBackupLlmConfig.js → api/types/WhatsAppChangeCalls.js} +0 -0
- /package/{dist/api/types/PromptAgentApiModelWorkflowOverrideToolsItem.js → api/types/WhatsAppChangeMessages.js} +0 -0
- /package/{dist/api/types/TtsConversationalConfigWorkflowOverride.js → api/types/WhatsAppEventRequest.js} +0 -0
- /package/{dist/api/types/WorkflowEdgeModel.js → api/types/WhatsAppMetadata.js} +0 -0
- /package/{dist/api/types/WorkflowEdgeModelBackwardCondition.js → api/types/WhatsAppSession.js} +0 -0
- /package/{dist/api/types/WorkflowEdgeModelForwardCondition.js → api/types/WorkflowEdgeModelInput.js} +0 -0
- /package/{dist/api/types/WorkflowEndNodeModel.js → api/types/WorkflowEdgeModelInputBackwardCondition.js} +0 -0
- /package/{dist/api/types/WorkflowExpressionConditionModel.js → api/types/WorkflowEdgeModelInputForwardCondition.js} +0 -0
- /package/{dist/api/types/WorkflowExpressionConditionModelExpression.js → api/types/WorkflowEdgeModelOutput.js} +0 -0
- /package/{dist/api/types/WorkflowLlmConditionModel.js → api/types/WorkflowEdgeModelOutputBackwardCondition.js} +0 -0
- /package/{dist/api/types/WorkflowOverrideAgentNodeModel.js → api/types/WorkflowEdgeModelOutputForwardCondition.js} +0 -0
- /package/{dist/api/types/WorkflowPhoneNumberNodeModel.js → api/types/WorkflowEndNodeModelInput.js} +0 -0
- /package/{dist/api/types/WorkflowPhoneNumberNodeModelTransferDestination.js → api/types/WorkflowEndNodeModelOutput.js} +0 -0
- /package/{dist/api/types/WorkflowResultConditionModel.js → api/types/WorkflowExpressionConditionModelInput.js} +0 -0
- /package/{dist/api/types/WorkflowStandaloneAgentNodeModel.js → api/types/WorkflowExpressionConditionModelInputExpression.js} +0 -0
- /package/{dist/api/types/WorkflowStartNodeModel.js → api/types/WorkflowExpressionConditionModelOutput.js} +0 -0
- /package/{dist/api/types/WorkflowToolNodeModel.js → api/types/WorkflowExpressionConditionModelOutputExpression.js} +0 -0
- /package/{dist/api/types/WorkflowUnconditionalModel.js → api/types/WorkflowLlmConditionModelInput.js} +0 -0
package/Client.js
CHANGED
|
@@ -77,8 +77,8 @@ class ElevenLabsClient {
|
|
|
77
77
|
"xi-api-key": _options === null || _options === void 0 ? void 0 : _options.apiKey,
|
|
78
78
|
"X-Fern-Language": "JavaScript",
|
|
79
79
|
"X-Fern-SDK-Name": "@elevenlabs/elevenlabs-js",
|
|
80
|
-
"X-Fern-SDK-Version": "v2.
|
|
81
|
-
"User-Agent": "@elevenlabs/elevenlabs-js/v2.
|
|
80
|
+
"X-Fern-SDK-Version": "v2.19.0",
|
|
81
|
+
"User-Agent": "@elevenlabs/elevenlabs-js/v2.19.0",
|
|
82
82
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
83
83
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
84
84
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -71,6 +71,9 @@ class AudioIsolation {
|
|
|
71
71
|
unrecognizedObjectKeys: "strip",
|
|
72
72
|
}));
|
|
73
73
|
}
|
|
74
|
+
if (request.previewB64 != null) {
|
|
75
|
+
_request.append("preview_b64", request.previewB64);
|
|
76
|
+
}
|
|
74
77
|
const _maybeEncodedRequest = yield _request.getRequest();
|
|
75
78
|
let _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)(Object.assign({ "xi-api-key": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.apiKey }, _maybeEncodedRequest.headers)), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
76
79
|
const _response = yield core.fetcher({
|
package/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts
CHANGED
|
@@ -5,4 +5,6 @@ export interface BodyAudioIsolationV1AudioIsolationPost {
|
|
|
5
5
|
audio: core.file.Uploadable.FileLike;
|
|
6
6
|
/** The format of input audio. Options are 'pcm_s16le_16' or 'other' For `pcm_s16le_16`, the input audio must be 16-bit PCM at a 16kHz sample rate, single channel (mono), and little-endian byte order. Latency will be lower than with passing an encoded waveform. */
|
|
7
7
|
fileFormat?: ElevenLabs.AudioIsolationConvertRequestFileFormat;
|
|
8
|
+
/** Optional preview image base64 for tracking this generation. */
|
|
9
|
+
previewB64?: string;
|
|
8
10
|
}
|
|
@@ -60,14 +60,17 @@ export declare class Agents {
|
|
|
60
60
|
* Retrieve config for an agent
|
|
61
61
|
*
|
|
62
62
|
* @param {string} agentId - The id of an agent. This is returned on agent creation.
|
|
63
|
+
* @param {ElevenLabs.conversationalAi.AgentsGetRequest} request
|
|
63
64
|
* @param {Agents.RequestOptions} requestOptions - Request-specific configuration.
|
|
64
65
|
*
|
|
65
66
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
66
67
|
*
|
|
67
68
|
* @example
|
|
68
|
-
* await client.conversationalAi.agents.get("
|
|
69
|
+
* await client.conversationalAi.agents.get("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
70
|
+
* versionId: "version_id"
|
|
71
|
+
* })
|
|
69
72
|
*/
|
|
70
|
-
get(agentId: string, requestOptions?: Agents.RequestOptions): core.HttpResponsePromise<ElevenLabs.GetAgentResponseModel>;
|
|
73
|
+
get(agentId: string, request?: ElevenLabs.conversationalAi.AgentsGetRequest, requestOptions?: Agents.RequestOptions): core.HttpResponsePromise<ElevenLabs.GetAgentResponseModel>;
|
|
71
74
|
private __get;
|
|
72
75
|
/**
|
|
73
76
|
* Delete an agent
|
|
@@ -78,7 +81,7 @@ export declare class Agents {
|
|
|
78
81
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
79
82
|
*
|
|
80
83
|
* @example
|
|
81
|
-
* await client.conversationalAi.agents.delete("
|
|
84
|
+
* await client.conversationalAi.agents.delete("agent_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
82
85
|
*/
|
|
83
86
|
delete(agentId: string, requestOptions?: Agents.RequestOptions): core.HttpResponsePromise<void>;
|
|
84
87
|
private __delete;
|
|
@@ -92,7 +95,7 @@ export declare class Agents {
|
|
|
92
95
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
93
96
|
*
|
|
94
97
|
* @example
|
|
95
|
-
* await client.conversationalAi.agents.update("
|
|
98
|
+
* await client.conversationalAi.agents.update("agent_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
96
99
|
*/
|
|
97
100
|
update(agentId: string, request?: ElevenLabs.conversationalAi.UpdateAgentRequest, requestOptions?: Agents.RequestOptions): core.HttpResponsePromise<ElevenLabs.GetAgentResponseModel>;
|
|
98
101
|
private __update;
|
|
@@ -125,7 +128,7 @@ export declare class Agents {
|
|
|
125
128
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
126
129
|
*
|
|
127
130
|
* @example
|
|
128
|
-
* await client.conversationalAi.agents.duplicate("
|
|
131
|
+
* await client.conversationalAi.agents.duplicate("agent_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
129
132
|
*/
|
|
130
133
|
duplicate(agentId: string, request?: ElevenLabs.conversationalAi.BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost, requestOptions?: Agents.RequestOptions): core.HttpResponsePromise<ElevenLabs.CreateAgentResponseModel>;
|
|
131
134
|
private __duplicate;
|
|
@@ -139,7 +142,7 @@ export declare class Agents {
|
|
|
139
142
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
140
143
|
*
|
|
141
144
|
* @example
|
|
142
|
-
* await client.conversationalAi.agents.simulateConversation("
|
|
145
|
+
* await client.conversationalAi.agents.simulateConversation("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
143
146
|
* simulationSpecification: {
|
|
144
147
|
* simulatedUserConfig: {
|
|
145
148
|
* firstMessage: "Hello, how can I help you today?",
|
|
@@ -161,7 +164,7 @@ export declare class Agents {
|
|
|
161
164
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
162
165
|
*
|
|
163
166
|
* @example
|
|
164
|
-
* await client.conversationalAi.agents.simulateConversationStream("
|
|
167
|
+
* await client.conversationalAi.agents.simulateConversationStream("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
165
168
|
* simulationSpecification: {
|
|
166
169
|
* simulatedUserConfig: {
|
|
167
170
|
* firstMessage: "Hello, how can I help you today?",
|
|
@@ -183,7 +186,7 @@ export declare class Agents {
|
|
|
183
186
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
184
187
|
*
|
|
185
188
|
* @example
|
|
186
|
-
* await client.conversationalAi.agents.runTests("
|
|
189
|
+
* await client.conversationalAi.agents.runTests("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
187
190
|
* tests: [{
|
|
188
191
|
* testId: "test_id"
|
|
189
192
|
* }]
|
|
@@ -157,25 +157,33 @@ class Agents {
|
|
|
157
157
|
* Retrieve config for an agent
|
|
158
158
|
*
|
|
159
159
|
* @param {string} agentId - The id of an agent. This is returned on agent creation.
|
|
160
|
+
* @param {ElevenLabs.conversationalAi.AgentsGetRequest} request
|
|
160
161
|
* @param {Agents.RequestOptions} requestOptions - Request-specific configuration.
|
|
161
162
|
*
|
|
162
163
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
163
164
|
*
|
|
164
165
|
* @example
|
|
165
|
-
* await client.conversationalAi.agents.get("
|
|
166
|
+
* await client.conversationalAi.agents.get("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
167
|
+
* versionId: "version_id"
|
|
168
|
+
* })
|
|
166
169
|
*/
|
|
167
|
-
get(agentId, requestOptions) {
|
|
168
|
-
return core.HttpResponsePromise.fromPromise(this.__get(agentId, requestOptions));
|
|
170
|
+
get(agentId, request = {}, requestOptions) {
|
|
171
|
+
return core.HttpResponsePromise.fromPromise(this.__get(agentId, request, requestOptions));
|
|
169
172
|
}
|
|
170
|
-
__get(
|
|
171
|
-
return __awaiter(this,
|
|
173
|
+
__get(agentId_1) {
|
|
174
|
+
return __awaiter(this, arguments, void 0, function* (agentId, request = {}, requestOptions) {
|
|
172
175
|
var _a, _b, _c, _d, _e;
|
|
176
|
+
const { versionId } = request;
|
|
177
|
+
const _queryParams = {};
|
|
178
|
+
if (versionId != null) {
|
|
179
|
+
_queryParams["version_id"] = versionId;
|
|
180
|
+
}
|
|
173
181
|
let _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "xi-api-key": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
174
182
|
const _response = yield core.fetcher({
|
|
175
183
|
url: core.url.join((_e = (_d = (yield core.Supplier.get(this._options.baseUrl))) !== null && _d !== void 0 ? _d : (yield core.Supplier.get(this._options.environment))) !== null && _e !== void 0 ? _e : environments.ElevenLabsEnvironment.Production, `v1/convai/agents/${encodeURIComponent(agentId)}`),
|
|
176
184
|
method: "GET",
|
|
177
185
|
headers: _headers,
|
|
178
|
-
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
186
|
+
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
179
187
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 240000,
|
|
180
188
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
181
189
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -234,7 +242,7 @@ class Agents {
|
|
|
234
242
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
235
243
|
*
|
|
236
244
|
* @example
|
|
237
|
-
* await client.conversationalAi.agents.delete("
|
|
245
|
+
* await client.conversationalAi.agents.delete("agent_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
238
246
|
*/
|
|
239
247
|
delete(agentId, requestOptions) {
|
|
240
248
|
return core.HttpResponsePromise.fromPromise(this.__delete(agentId, requestOptions));
|
|
@@ -299,7 +307,7 @@ class Agents {
|
|
|
299
307
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
300
308
|
*
|
|
301
309
|
* @example
|
|
302
|
-
* await client.conversationalAi.agents.update("
|
|
310
|
+
* await client.conversationalAi.agents.update("agent_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
303
311
|
*/
|
|
304
312
|
update(agentId, request = {}, requestOptions) {
|
|
305
313
|
return core.HttpResponsePromise.fromPromise(this.__update(agentId, request, requestOptions));
|
|
@@ -474,7 +482,7 @@ class Agents {
|
|
|
474
482
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
475
483
|
*
|
|
476
484
|
* @example
|
|
477
|
-
* await client.conversationalAi.agents.duplicate("
|
|
485
|
+
* await client.conversationalAi.agents.duplicate("agent_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
478
486
|
*/
|
|
479
487
|
duplicate(agentId, request = {}, requestOptions) {
|
|
480
488
|
return core.HttpResponsePromise.fromPromise(this.__duplicate(agentId, request, requestOptions));
|
|
@@ -550,7 +558,7 @@ class Agents {
|
|
|
550
558
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
551
559
|
*
|
|
552
560
|
* @example
|
|
553
|
-
* await client.conversationalAi.agents.simulateConversation("
|
|
561
|
+
* await client.conversationalAi.agents.simulateConversation("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
554
562
|
* simulationSpecification: {
|
|
555
563
|
* simulatedUserConfig: {
|
|
556
564
|
* firstMessage: "Hello, how can I help you today?",
|
|
@@ -634,7 +642,7 @@ class Agents {
|
|
|
634
642
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
635
643
|
*
|
|
636
644
|
* @example
|
|
637
|
-
* await client.conversationalAi.agents.simulateConversationStream("
|
|
645
|
+
* await client.conversationalAi.agents.simulateConversationStream("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
638
646
|
* simulationSpecification: {
|
|
639
647
|
* simulatedUserConfig: {
|
|
640
648
|
* firstMessage: "Hello, how can I help you today?",
|
|
@@ -710,7 +718,7 @@ class Agents {
|
|
|
710
718
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
711
719
|
*
|
|
712
720
|
* @example
|
|
713
|
-
* await client.conversationalAi.agents.runTests("
|
|
721
|
+
* await client.conversationalAi.agents.runTests("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
714
722
|
* tests: [{
|
|
715
723
|
* testId: "test_id"
|
|
716
724
|
* }]
|
|
@@ -11,7 +11,7 @@ export interface BodyCreateAgentV1ConvaiAgentsCreatePost {
|
|
|
11
11
|
/** Platform settings for the agent are all settings that aren't related to the conversation orchestration and content. */
|
|
12
12
|
platformSettings?: ElevenLabs.AgentPlatformSettingsRequestModel;
|
|
13
13
|
/** Workflow for the agent. This is used to define the flow of the conversation and how the agent interacts with tools. */
|
|
14
|
-
workflow?:
|
|
14
|
+
workflow?: ElevenLabs.AgentWorkflowRequestModel;
|
|
15
15
|
/** A name to make the agent easier to find */
|
|
16
16
|
name?: string;
|
|
17
17
|
/** Tags to help classify and filter the agent */
|
package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export interface UpdateAgentRequest {
|
|
|
9
9
|
/** Platform settings for the agent are all settings that aren't related to the conversation orchestration and content. */
|
|
10
10
|
platformSettings?: ElevenLabs.AgentPlatformSettingsRequestModel;
|
|
11
11
|
/** Workflow for the agent. This is used to define the flow of the conversation and how the agent interacts with tools. */
|
|
12
|
-
workflow?:
|
|
12
|
+
workflow?: ElevenLabs.AgentWorkflowRequestModel;
|
|
13
13
|
/** A name to make the agent easier to find */
|
|
14
14
|
name?: string;
|
|
15
15
|
/** Tags to help classify and filter the agent */
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { type BodyCreateAgentV1ConvaiAgentsCreatePost } from "./BodyCreateAgentV1ConvaiAgentsCreatePost";
|
|
2
|
+
export { type AgentsGetRequest } from "./AgentsGetRequest";
|
|
2
3
|
export { type UpdateAgentRequest } from "./UpdateAgentRequest";
|
|
3
4
|
export { type AgentsListRequest } from "./AgentsListRequest";
|
|
4
5
|
export { type BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost } from "./BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost";
|
|
@@ -38,7 +38,7 @@ export declare class Link {
|
|
|
38
38
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
39
39
|
*
|
|
40
40
|
* @example
|
|
41
|
-
* await client.conversationalAi.agents.link.get("
|
|
41
|
+
* await client.conversationalAi.agents.link.get("agent_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
42
42
|
*/
|
|
43
43
|
get(agentId: string, requestOptions?: Link.RequestOptions): core.HttpResponsePromise<ElevenLabs.GetAgentLinkResponseModel>;
|
|
44
44
|
private __get;
|
|
@@ -63,7 +63,7 @@ class Link {
|
|
|
63
63
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
64
64
|
*
|
|
65
65
|
* @example
|
|
66
|
-
* await client.conversationalAi.agents.link.get("
|
|
66
|
+
* await client.conversationalAi.agents.link.get("agent_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
67
67
|
*/
|
|
68
68
|
get(agentId, requestOptions) {
|
|
69
69
|
return core.HttpResponsePromise.fromPromise(this.__get(agentId, requestOptions));
|
|
@@ -42,7 +42,7 @@ export declare class Widget {
|
|
|
42
42
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
43
43
|
*
|
|
44
44
|
* @example
|
|
45
|
-
* await client.conversationalAi.agents.widget.get("
|
|
45
|
+
* await client.conversationalAi.agents.widget.get("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
46
46
|
* conversationSignature: "conversation_signature"
|
|
47
47
|
* })
|
|
48
48
|
*/
|
|
@@ -69,7 +69,7 @@ class Widget {
|
|
|
69
69
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
70
70
|
*
|
|
71
71
|
* @example
|
|
72
|
-
* await client.conversationalAi.agents.widget.get("
|
|
72
|
+
* await client.conversationalAi.agents.widget.get("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
73
73
|
* conversationSignature: "conversation_signature"
|
|
74
74
|
* })
|
|
75
75
|
*/
|
|
@@ -40,7 +40,7 @@ export declare class Avatar {
|
|
|
40
40
|
*
|
|
41
41
|
* @example
|
|
42
42
|
* import { createReadStream } from "fs";
|
|
43
|
-
* await client.conversationalAi.agents.widget.avatar.create("
|
|
43
|
+
* await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
44
44
|
* avatarFile: fs.createReadStream("/path/to/your/file")
|
|
45
45
|
* })
|
|
46
46
|
*/
|
|
@@ -65,7 +65,7 @@ class Avatar {
|
|
|
65
65
|
*
|
|
66
66
|
* @example
|
|
67
67
|
* import { createReadStream } from "fs";
|
|
68
|
-
* await client.conversationalAi.agents.widget.avatar.create("
|
|
68
|
+
* await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
69
69
|
* avatarFile: fs.createReadStream("/path/to/your/file")
|
|
70
70
|
* })
|
|
71
71
|
*/
|
|
@@ -9,7 +9,8 @@ import * as ElevenLabs from "../../../../index";
|
|
|
9
9
|
* modelId: undefined,
|
|
10
10
|
* seed: undefined,
|
|
11
11
|
* forceInstrumental: undefined,
|
|
12
|
-
* respectSectionsDurations: undefined
|
|
12
|
+
* respectSectionsDurations: undefined,
|
|
13
|
+
* storeForInpainting: undefined
|
|
13
14
|
* }
|
|
14
15
|
*/
|
|
15
16
|
export interface BodyComposeMusicV1MusicPost {
|
|
@@ -21,7 +22,7 @@ export interface BodyComposeMusicV1MusicPost {
|
|
|
21
22
|
musicPrompt?: ElevenLabs.MusicPrompt;
|
|
22
23
|
/** A detailed composition plan to guide music generation. Cannot be used in conjunction with `prompt`. */
|
|
23
24
|
compositionPlan?: ElevenLabs.MusicPrompt;
|
|
24
|
-
/** The length of the song to generate in milliseconds. Used only in conjunction with `prompt`. Must be between
|
|
25
|
+
/** The length of the song to generate in milliseconds. Used only in conjunction with `prompt`. Must be between 3000ms and 300000ms. Optional - if not provided, the model will choose a length based on the prompt. */
|
|
25
26
|
musicLengthMs?: number;
|
|
26
27
|
/** The model to use for the generation. */
|
|
27
28
|
modelId?: "music_v1";
|
|
@@ -31,4 +32,6 @@ export interface BodyComposeMusicV1MusicPost {
|
|
|
31
32
|
forceInstrumental?: boolean;
|
|
32
33
|
/** Controls how strictly section durations in the `composition_plan` are enforced. Only used with `composition_plan`. When set to true, the model will precisely respect each section's `duration_ms` from the plan. When set to false, the model may adjust individual section durations which will generally lead to better generation quality and improved latency, while always preserving the total song duration from the plan. */
|
|
33
34
|
respectSectionsDurations?: boolean;
|
|
35
|
+
/** Whether to store the generated song for inpainting. Only available to enterprise clients with access to the inpainting API. */
|
|
36
|
+
storeForInpainting?: boolean;
|
|
34
37
|
}
|
|
@@ -8,7 +8,8 @@ import * as ElevenLabs from "../../../../index";
|
|
|
8
8
|
* musicLengthMs: undefined,
|
|
9
9
|
* modelId: undefined,
|
|
10
10
|
* seed: undefined,
|
|
11
|
-
* forceInstrumental: undefined
|
|
11
|
+
* forceInstrumental: undefined,
|
|
12
|
+
* storeForInpainting: undefined
|
|
12
13
|
* }
|
|
13
14
|
*/
|
|
14
15
|
export interface BodyComposeMusicWithADetailedResponseV1MusicDetailedPost {
|
|
@@ -20,7 +21,7 @@ export interface BodyComposeMusicWithADetailedResponseV1MusicDetailedPost {
|
|
|
20
21
|
musicPrompt?: ElevenLabs.MusicPrompt;
|
|
21
22
|
/** A detailed composition plan to guide music generation. Cannot be used in conjunction with `prompt`. */
|
|
22
23
|
compositionPlan?: ElevenLabs.MusicPrompt;
|
|
23
|
-
/** The length of the song to generate in milliseconds. Used only in conjunction with `prompt`. Must be between
|
|
24
|
+
/** The length of the song to generate in milliseconds. Used only in conjunction with `prompt`. Must be between 3000ms and 300000ms. Optional - if not provided, the model will choose a length based on the prompt. */
|
|
24
25
|
musicLengthMs?: number;
|
|
25
26
|
/** The model to use for the generation. */
|
|
26
27
|
modelId?: "music_v1";
|
|
@@ -28,4 +29,6 @@ export interface BodyComposeMusicWithADetailedResponseV1MusicDetailedPost {
|
|
|
28
29
|
seed?: number;
|
|
29
30
|
/** If true, guarantees that the generated song will be instrumental. If false, the song may or may not be instrumental depending on the `prompt`. Can only be used with `prompt`. */
|
|
30
31
|
forceInstrumental?: boolean;
|
|
32
|
+
/** Whether to store the generated song for inpainting. Only available to enterprise clients with access to the inpainting API. */
|
|
33
|
+
storeForInpainting?: boolean;
|
|
31
34
|
}
|
|
@@ -8,7 +8,8 @@ import * as ElevenLabs from "../../../../index";
|
|
|
8
8
|
* musicLengthMs: undefined,
|
|
9
9
|
* modelId: undefined,
|
|
10
10
|
* seed: undefined,
|
|
11
|
-
* forceInstrumental: undefined
|
|
11
|
+
* forceInstrumental: undefined,
|
|
12
|
+
* storeForInpainting: undefined
|
|
12
13
|
* }
|
|
13
14
|
*/
|
|
14
15
|
export interface BodyStreamComposedMusicV1MusicStreamPost {
|
|
@@ -20,7 +21,7 @@ export interface BodyStreamComposedMusicV1MusicStreamPost {
|
|
|
20
21
|
musicPrompt?: ElevenLabs.MusicPrompt;
|
|
21
22
|
/** A detailed composition plan to guide music generation. Cannot be used in conjunction with `prompt`. */
|
|
22
23
|
compositionPlan?: ElevenLabs.MusicPrompt;
|
|
23
|
-
/** The length of the song to generate in milliseconds. Used only in conjunction with `prompt`. Must be between
|
|
24
|
+
/** The length of the song to generate in milliseconds. Used only in conjunction with `prompt`. Must be between 3000ms and 300000ms. Optional - if not provided, the model will choose a length based on the prompt. */
|
|
24
25
|
musicLengthMs?: number;
|
|
25
26
|
/** The model to use for the generation. */
|
|
26
27
|
modelId?: "music_v1";
|
|
@@ -28,4 +29,6 @@ export interface BodyStreamComposedMusicV1MusicStreamPost {
|
|
|
28
29
|
seed?: number;
|
|
29
30
|
/** If true, guarantees that the generated song will be instrumental. If false, the song may or may not be instrumental depending on the `prompt`. Can only be used with `prompt`. */
|
|
30
31
|
forceInstrumental?: boolean;
|
|
32
|
+
/** Whether to store the generated song for inpainting. Only available to enterprise clients with access to the inpainting API. */
|
|
33
|
+
storeForInpainting?: boolean;
|
|
31
34
|
}
|
|
@@ -8,7 +8,7 @@ import * as ElevenLabs from "../../../../../../index";
|
|
|
8
8
|
export interface BodyGenerateCompositionPlanV1MusicPlanPost {
|
|
9
9
|
/** A simple text prompt to compose a plan from. */
|
|
10
10
|
prompt: string;
|
|
11
|
-
/** The length of the composition plan to generate in milliseconds. Must be between
|
|
11
|
+
/** The length of the composition plan to generate in milliseconds. Must be between 3000ms and 300000ms. Optional - if not provided, the model will choose a length based on the prompt. */
|
|
12
12
|
musicLengthMs?: number;
|
|
13
13
|
/** An optional composition plan to use as a source for the new composition plan. */
|
|
14
14
|
sourceCompositionPlan?: ElevenLabs.MusicPrompt;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
2
2
|
export declare const MusicComposeDetailedRequestOutputFormat: {
|
|
3
3
|
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
+
readonly Mp32400048: "mp3_24000_48";
|
|
4
5
|
readonly Mp34410032: "mp3_44100_32";
|
|
5
6
|
readonly Mp34410064: "mp3_44100_64";
|
|
6
7
|
readonly Mp34410096: "mp3_44100_96";
|
|
@@ -10,6 +11,7 @@ export declare const MusicComposeDetailedRequestOutputFormat: {
|
|
|
10
11
|
readonly Pcm16000: "pcm_16000";
|
|
11
12
|
readonly Pcm22050: "pcm_22050";
|
|
12
13
|
readonly Pcm24000: "pcm_24000";
|
|
14
|
+
readonly Pcm32000: "pcm_32000";
|
|
13
15
|
readonly Pcm44100: "pcm_44100";
|
|
14
16
|
readonly Pcm48000: "pcm_48000";
|
|
15
17
|
readonly Ulaw8000: "ulaw_8000";
|
|
@@ -5,6 +5,7 @@ exports.MusicComposeDetailedRequestOutputFormat = void 0;
|
|
|
5
5
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
6
6
|
exports.MusicComposeDetailedRequestOutputFormat = {
|
|
7
7
|
Mp32205032: "mp3_22050_32",
|
|
8
|
+
Mp32400048: "mp3_24000_48",
|
|
8
9
|
Mp34410032: "mp3_44100_32",
|
|
9
10
|
Mp34410064: "mp3_44100_64",
|
|
10
11
|
Mp34410096: "mp3_44100_96",
|
|
@@ -14,6 +15,7 @@ exports.MusicComposeDetailedRequestOutputFormat = {
|
|
|
14
15
|
Pcm16000: "pcm_16000",
|
|
15
16
|
Pcm22050: "pcm_22050",
|
|
16
17
|
Pcm24000: "pcm_24000",
|
|
18
|
+
Pcm32000: "pcm_32000",
|
|
17
19
|
Pcm44100: "pcm_44100",
|
|
18
20
|
Pcm48000: "pcm_48000",
|
|
19
21
|
Ulaw8000: "ulaw_8000",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
2
2
|
export declare const MusicComposeRequestOutputFormat: {
|
|
3
3
|
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
+
readonly Mp32400048: "mp3_24000_48";
|
|
4
5
|
readonly Mp34410032: "mp3_44100_32";
|
|
5
6
|
readonly Mp34410064: "mp3_44100_64";
|
|
6
7
|
readonly Mp34410096: "mp3_44100_96";
|
|
@@ -10,6 +11,7 @@ export declare const MusicComposeRequestOutputFormat: {
|
|
|
10
11
|
readonly Pcm16000: "pcm_16000";
|
|
11
12
|
readonly Pcm22050: "pcm_22050";
|
|
12
13
|
readonly Pcm24000: "pcm_24000";
|
|
14
|
+
readonly Pcm32000: "pcm_32000";
|
|
13
15
|
readonly Pcm44100: "pcm_44100";
|
|
14
16
|
readonly Pcm48000: "pcm_48000";
|
|
15
17
|
readonly Ulaw8000: "ulaw_8000";
|
|
@@ -5,6 +5,7 @@ exports.MusicComposeRequestOutputFormat = void 0;
|
|
|
5
5
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
6
6
|
exports.MusicComposeRequestOutputFormat = {
|
|
7
7
|
Mp32205032: "mp3_22050_32",
|
|
8
|
+
Mp32400048: "mp3_24000_48",
|
|
8
9
|
Mp34410032: "mp3_44100_32",
|
|
9
10
|
Mp34410064: "mp3_44100_64",
|
|
10
11
|
Mp34410096: "mp3_44100_96",
|
|
@@ -14,6 +15,7 @@ exports.MusicComposeRequestOutputFormat = {
|
|
|
14
15
|
Pcm16000: "pcm_16000",
|
|
15
16
|
Pcm22050: "pcm_22050",
|
|
16
17
|
Pcm24000: "pcm_24000",
|
|
18
|
+
Pcm32000: "pcm_32000",
|
|
17
19
|
Pcm44100: "pcm_44100",
|
|
18
20
|
Pcm48000: "pcm_48000",
|
|
19
21
|
Ulaw8000: "ulaw_8000",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
2
2
|
export declare const MusicStreamRequestOutputFormat: {
|
|
3
3
|
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
+
readonly Mp32400048: "mp3_24000_48";
|
|
4
5
|
readonly Mp34410032: "mp3_44100_32";
|
|
5
6
|
readonly Mp34410064: "mp3_44100_64";
|
|
6
7
|
readonly Mp34410096: "mp3_44100_96";
|
|
@@ -10,6 +11,7 @@ export declare const MusicStreamRequestOutputFormat: {
|
|
|
10
11
|
readonly Pcm16000: "pcm_16000";
|
|
11
12
|
readonly Pcm22050: "pcm_22050";
|
|
12
13
|
readonly Pcm24000: "pcm_24000";
|
|
14
|
+
readonly Pcm32000: "pcm_32000";
|
|
13
15
|
readonly Pcm44100: "pcm_44100";
|
|
14
16
|
readonly Pcm48000: "pcm_48000";
|
|
15
17
|
readonly Ulaw8000: "ulaw_8000";
|
|
@@ -5,6 +5,7 @@ exports.MusicStreamRequestOutputFormat = void 0;
|
|
|
5
5
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
6
6
|
exports.MusicStreamRequestOutputFormat = {
|
|
7
7
|
Mp32205032: "mp3_22050_32",
|
|
8
|
+
Mp32400048: "mp3_24000_48",
|
|
8
9
|
Mp34410032: "mp3_44100_32",
|
|
9
10
|
Mp34410064: "mp3_44100_64",
|
|
10
11
|
Mp34410096: "mp3_44100_96",
|
|
@@ -14,6 +15,7 @@ exports.MusicStreamRequestOutputFormat = {
|
|
|
14
15
|
Pcm16000: "pcm_16000",
|
|
15
16
|
Pcm22050: "pcm_22050",
|
|
16
17
|
Pcm24000: "pcm_24000",
|
|
18
|
+
Pcm32000: "pcm_32000",
|
|
17
19
|
Pcm44100: "pcm_44100",
|
|
18
20
|
Pcm48000: "pcm_48000",
|
|
19
21
|
Ulaw8000: "ulaw_8000",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
2
2
|
export declare const SpeechToSpeechConvertRequestOutputFormat: {
|
|
3
3
|
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
+
readonly Mp32400048: "mp3_24000_48";
|
|
4
5
|
readonly Mp34410032: "mp3_44100_32";
|
|
5
6
|
readonly Mp34410064: "mp3_44100_64";
|
|
6
7
|
readonly Mp34410096: "mp3_44100_96";
|
|
@@ -10,6 +11,7 @@ export declare const SpeechToSpeechConvertRequestOutputFormat: {
|
|
|
10
11
|
readonly Pcm16000: "pcm_16000";
|
|
11
12
|
readonly Pcm22050: "pcm_22050";
|
|
12
13
|
readonly Pcm24000: "pcm_24000";
|
|
14
|
+
readonly Pcm32000: "pcm_32000";
|
|
13
15
|
readonly Pcm44100: "pcm_44100";
|
|
14
16
|
readonly Pcm48000: "pcm_48000";
|
|
15
17
|
readonly Ulaw8000: "ulaw_8000";
|
|
@@ -5,6 +5,7 @@ exports.SpeechToSpeechConvertRequestOutputFormat = void 0;
|
|
|
5
5
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
6
6
|
exports.SpeechToSpeechConvertRequestOutputFormat = {
|
|
7
7
|
Mp32205032: "mp3_22050_32",
|
|
8
|
+
Mp32400048: "mp3_24000_48",
|
|
8
9
|
Mp34410032: "mp3_44100_32",
|
|
9
10
|
Mp34410064: "mp3_44100_64",
|
|
10
11
|
Mp34410096: "mp3_44100_96",
|
|
@@ -14,6 +15,7 @@ exports.SpeechToSpeechConvertRequestOutputFormat = {
|
|
|
14
15
|
Pcm16000: "pcm_16000",
|
|
15
16
|
Pcm22050: "pcm_22050",
|
|
16
17
|
Pcm24000: "pcm_24000",
|
|
18
|
+
Pcm32000: "pcm_32000",
|
|
17
19
|
Pcm44100: "pcm_44100",
|
|
18
20
|
Pcm48000: "pcm_48000",
|
|
19
21
|
Ulaw8000: "ulaw_8000",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
2
2
|
export declare const SpeechToSpeechStreamRequestOutputFormat: {
|
|
3
3
|
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
+
readonly Mp32400048: "mp3_24000_48";
|
|
4
5
|
readonly Mp34410032: "mp3_44100_32";
|
|
5
6
|
readonly Mp34410064: "mp3_44100_64";
|
|
6
7
|
readonly Mp34410096: "mp3_44100_96";
|
|
@@ -10,6 +11,7 @@ export declare const SpeechToSpeechStreamRequestOutputFormat: {
|
|
|
10
11
|
readonly Pcm16000: "pcm_16000";
|
|
11
12
|
readonly Pcm22050: "pcm_22050";
|
|
12
13
|
readonly Pcm24000: "pcm_24000";
|
|
14
|
+
readonly Pcm32000: "pcm_32000";
|
|
13
15
|
readonly Pcm44100: "pcm_44100";
|
|
14
16
|
readonly Pcm48000: "pcm_48000";
|
|
15
17
|
readonly Ulaw8000: "ulaw_8000";
|
|
@@ -5,6 +5,7 @@ exports.SpeechToSpeechStreamRequestOutputFormat = void 0;
|
|
|
5
5
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
6
6
|
exports.SpeechToSpeechStreamRequestOutputFormat = {
|
|
7
7
|
Mp32205032: "mp3_22050_32",
|
|
8
|
+
Mp32400048: "mp3_24000_48",
|
|
8
9
|
Mp34410032: "mp3_44100_32",
|
|
9
10
|
Mp34410064: "mp3_44100_64",
|
|
10
11
|
Mp34410096: "mp3_44100_96",
|
|
@@ -14,6 +15,7 @@ exports.SpeechToSpeechStreamRequestOutputFormat = {
|
|
|
14
15
|
Pcm16000: "pcm_16000",
|
|
15
16
|
Pcm22050: "pcm_22050",
|
|
16
17
|
Pcm24000: "pcm_24000",
|
|
18
|
+
Pcm32000: "pcm_32000",
|
|
17
19
|
Pcm44100: "pcm_44100",
|
|
18
20
|
Pcm48000: "pcm_48000",
|
|
19
21
|
Ulaw8000: "ulaw_8000",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
2
2
|
export declare const TextToDialogueConvertRequestOutputFormat: {
|
|
3
3
|
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
+
readonly Mp32400048: "mp3_24000_48";
|
|
4
5
|
readonly Mp34410032: "mp3_44100_32";
|
|
5
6
|
readonly Mp34410064: "mp3_44100_64";
|
|
6
7
|
readonly Mp34410096: "mp3_44100_96";
|
|
@@ -10,6 +11,7 @@ export declare const TextToDialogueConvertRequestOutputFormat: {
|
|
|
10
11
|
readonly Pcm16000: "pcm_16000";
|
|
11
12
|
readonly Pcm22050: "pcm_22050";
|
|
12
13
|
readonly Pcm24000: "pcm_24000";
|
|
14
|
+
readonly Pcm32000: "pcm_32000";
|
|
13
15
|
readonly Pcm44100: "pcm_44100";
|
|
14
16
|
readonly Pcm48000: "pcm_48000";
|
|
15
17
|
readonly Ulaw8000: "ulaw_8000";
|
|
@@ -5,6 +5,7 @@ exports.TextToDialogueConvertRequestOutputFormat = void 0;
|
|
|
5
5
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
6
6
|
exports.TextToDialogueConvertRequestOutputFormat = {
|
|
7
7
|
Mp32205032: "mp3_22050_32",
|
|
8
|
+
Mp32400048: "mp3_24000_48",
|
|
8
9
|
Mp34410032: "mp3_44100_32",
|
|
9
10
|
Mp34410064: "mp3_44100_64",
|
|
10
11
|
Mp34410096: "mp3_44100_96",
|
|
@@ -14,6 +15,7 @@ exports.TextToDialogueConvertRequestOutputFormat = {
|
|
|
14
15
|
Pcm16000: "pcm_16000",
|
|
15
16
|
Pcm22050: "pcm_22050",
|
|
16
17
|
Pcm24000: "pcm_24000",
|
|
18
|
+
Pcm32000: "pcm_32000",
|
|
17
19
|
Pcm44100: "pcm_44100",
|
|
18
20
|
Pcm48000: "pcm_48000",
|
|
19
21
|
Ulaw8000: "ulaw_8000",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
2
2
|
export declare const TextToDialogueStreamRequestOutputFormat: {
|
|
3
3
|
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
+
readonly Mp32400048: "mp3_24000_48";
|
|
4
5
|
readonly Mp34410032: "mp3_44100_32";
|
|
5
6
|
readonly Mp34410064: "mp3_44100_64";
|
|
6
7
|
readonly Mp34410096: "mp3_44100_96";
|
|
@@ -10,6 +11,7 @@ export declare const TextToDialogueStreamRequestOutputFormat: {
|
|
|
10
11
|
readonly Pcm16000: "pcm_16000";
|
|
11
12
|
readonly Pcm22050: "pcm_22050";
|
|
12
13
|
readonly Pcm24000: "pcm_24000";
|
|
14
|
+
readonly Pcm32000: "pcm_32000";
|
|
13
15
|
readonly Pcm44100: "pcm_44100";
|
|
14
16
|
readonly Pcm48000: "pcm_48000";
|
|
15
17
|
readonly Ulaw8000: "ulaw_8000";
|