@elevenlabs/elevenlabs-js 2.12.2 → 2.14.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/errors/UnauthorizedError.d.ts +8 -0
- package/api/errors/UnauthorizedError.js +52 -0
- package/api/errors/index.d.ts +1 -0
- package/api/errors/index.js +1 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +4 -1
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +4 -0
- package/api/resources/dubbing/resources/resource/client/Client.js +18 -1
- package/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +4 -0
- package/api/resources/speechToText/client/Client.d.ts +3 -0
- package/api/resources/speechToText/client/Client.js +5 -0
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +1 -1
- package/api/resources/speechToText/index.d.ts +1 -0
- package/api/resources/speechToText/index.js +1 -0
- package/api/resources/speechToText/resources/index.d.ts +2 -0
- package/api/resources/speechToText/resources/index.js +41 -0
- package/api/resources/speechToText/resources/transcripts/client/Client.d.ts +48 -0
- package/api/resources/speechToText/resources/transcripts/client/Client.js +136 -0
- package/api/resources/speechToText/resources/transcripts/client/index.d.ts +1 -0
- package/api/resources/speechToText/resources/transcripts/client/index.js +2 -0
- package/api/resources/speechToText/resources/transcripts/index.d.ts +2 -0
- package/api/resources/speechToText/resources/transcripts/index.js +18 -0
- package/api/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +5 -0
- package/api/resources/speechToText/resources/transcripts/types/index.d.ts +1 -0
- package/api/resources/speechToText/resources/transcripts/types/index.js +17 -0
- package/api/resources/studio/resources/projects/client/Client.d.ts +2 -1
- package/api/resources/studio/resources/projects/client/Client.js +11 -4
- package/api/resources/studio/resources/projects/client/requests/ProjectsGetRequest.d.ts +13 -0
- package/api/resources/studio/resources/projects/client/requests/index.d.ts +1 -0
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +4 -0
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +4 -0
- package/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.d.ts +12 -0
- package/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.js +11 -0
- package/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.d.ts +12 -0
- package/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.js +11 -0
- package/api/resources/textToDialogue/types/index.d.ts +2 -0
- package/api/resources/textToDialogue/types/index.js +2 -0
- package/api/resources/textToSoundEffects/client/Client.d.ts +1 -1
- package/api/resources/textToSoundEffects/client/Client.js +1 -1
- package/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +4 -0
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/TextToSpeechRequest.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.d.ts +1 -1
- package/api/resources/workspace/resources/members/client/Client.d.ts +0 -15
- package/api/resources/workspace/resources/members/client/Client.js +0 -77
- package/api/resources/workspace/resources/members/client/requests/index.d.ts +0 -1
- package/api/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +1 -0
- package/api/types/AgentConfigApiModelWorkflowOverride.d.ts +14 -0
- package/api/types/AgentMetadataResponseModel.d.ts +2 -0
- package/api/types/AgentWorkflowRequestModel.d.ts +8 -0
- package/api/types/AgentWorkflowRequestModelNodesValue.d.ts +25 -0
- package/api/types/AgentWorkflowRequestModelNodesValue.js +5 -0
- package/api/types/AsrConversationalConfigWorkflowOverride.d.ts +14 -0
- package/api/types/AsrConversationalConfigWorkflowOverride.js +5 -0
- package/api/types/BuiltInToolsWorkflowOverride.d.ts +20 -0
- package/api/types/BuiltInToolsWorkflowOverride.js +5 -0
- package/api/types/CaptionStyleTemplateModel.d.ts +1 -0
- package/api/types/ConversationConfigWorkflowOverride.d.ts +12 -0
- package/api/types/ConversationConfigWorkflowOverride.js +5 -0
- package/api/types/ConversationHistoryMultivoiceMessageModel.d.ts +10 -0
- package/api/types/ConversationHistoryMultivoiceMessageModel.js +5 -0
- package/api/types/ConversationHistoryMultivoiceMessagePartModel.d.ts +11 -0
- package/api/types/ConversationHistoryMultivoiceMessagePartModel.js +5 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/api/types/ConversationalConfigApiModelWorkflowOverride.d.ts +18 -0
- package/api/types/ConversationalConfigApiModelWorkflowOverride.js +5 -0
- package/api/types/DubbingReleaseChannel.d.ts +9 -0
- package/api/types/DubbingReleaseChannel.js +11 -0
- package/api/types/DynamicVariablesConfigWorkflowOverride.d.ts +8 -0
- package/api/types/DynamicVariablesConfigWorkflowOverride.js +5 -0
- package/api/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +4 -0
- package/api/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.js +5 -0
- package/api/types/InvoiceResponse.d.ts +3 -0
- package/api/types/InvoiceResponseModelPaymentIntentStatus.d.ts +13 -0
- package/api/types/InvoiceResponseModelPaymentIntentStatus.js +15 -0
- package/api/types/MultichannelSpeechToTextResponseModel.d.ts +2 -0
- package/api/types/Position.d.ts +7 -0
- package/api/types/Position.js +5 -0
- package/api/types/ProjectExtendedResponse.d.ts +2 -0
- package/api/types/ProjectResponse.d.ts +2 -0
- package/api/types/PromptAgentApiModelWorkflowOverride.d.ts +34 -0
- package/api/types/PromptAgentApiModelWorkflowOverride.js +5 -0
- package/api/types/PromptAgentApiModelWorkflowOverrideToolsItem.d.ts +23 -0
- package/api/types/PromptAgentApiModelWorkflowOverrideToolsItem.js +5 -0
- package/api/types/RagConfigWorkflowOverride.d.ts +14 -0
- package/api/types/RagConfigWorkflowOverride.js +5 -0
- package/api/types/ResourceMetadataResponseModel.d.ts +2 -0
- package/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +9 -0
- package/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +11 -0
- package/api/types/SingleTestRunRequestModel.d.ts +2 -0
- package/api/types/SpeechHistoryItemResponse.d.ts +1 -1
- package/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/api/types/SpeechToTextWebhookResponseModel.d.ts +2 -0
- package/api/types/Subscription.d.ts +2 -0
- package/api/types/TestRunMetadata.d.ts +10 -0
- package/api/types/TestRunMetadata.js +5 -0
- package/api/types/TestRunMetadataTestType.d.ts +8 -0
- package/api/types/TestRunMetadataTestType.js +10 -0
- package/api/types/TtsConversationalConfigOverride.d.ts +6 -0
- package/api/types/TtsConversationalConfigOverrideConfig.d.ts +6 -0
- package/api/types/TtsConversationalConfigWorkflowOverride.d.ts +24 -0
- package/api/types/TtsConversationalConfigWorkflowOverride.js +5 -0
- package/api/types/TurnConfigWorkflowOverride.d.ts +12 -0
- package/api/types/TurnConfigWorkflowOverride.js +5 -0
- package/api/types/UnitTestRunResponseModel.d.ts +2 -0
- package/api/types/Voice.d.ts +2 -0
- package/api/types/VoicePreviewResponseModel.d.ts +2 -0
- package/api/types/WorkflowEdgeModel.d.ts +12 -0
- package/api/types/WorkflowEdgeModel.js +5 -0
- package/api/types/WorkflowEdgeModelBackwardCondition.d.ts +16 -0
- package/api/types/WorkflowEdgeModelBackwardCondition.js +5 -0
- package/api/types/WorkflowEdgeModelForwardCondition.d.ts +16 -0
- package/api/types/WorkflowEdgeModelForwardCondition.js +5 -0
- package/api/types/WorkflowEndNodeModel.d.ts +8 -0
- package/api/types/WorkflowEndNodeModel.js +5 -0
- package/api/types/WorkflowLlmConditionModel.d.ts +7 -0
- package/api/types/WorkflowLlmConditionModel.js +5 -0
- package/api/types/WorkflowOverrideAgentNodeModel.d.ts +13 -0
- package/api/types/WorkflowOverrideAgentNodeModel.js +5 -0
- package/api/types/WorkflowPhoneNumberNodeModel.d.ts +10 -0
- package/api/types/WorkflowPhoneNumberNodeModel.js +5 -0
- package/api/types/WorkflowPhoneNumberNodeModelTransferDestination.d.ts +13 -0
- package/api/types/WorkflowPhoneNumberNodeModelTransferDestination.js +5 -0
- package/api/types/WorkflowResultConditionModel.d.ts +7 -0
- package/api/types/WorkflowResultConditionModel.js +5 -0
- package/api/types/WorkflowStandaloneAgentNodeModel.d.ts +12 -0
- package/api/types/WorkflowStandaloneAgentNodeModel.js +5 -0
- package/api/types/WorkflowStartNodeModel.d.ts +8 -0
- package/api/types/WorkflowStartNodeModel.js +5 -0
- package/api/types/WorkflowToolLocator.d.ts +6 -0
- package/api/types/WorkflowToolLocator.js +5 -0
- package/api/types/WorkflowToolNodeModel.d.ts +9 -0
- package/api/types/WorkflowToolNodeModel.js +5 -0
- package/api/types/WorkflowUnconditionalModel.d.ts +6 -0
- package/api/types/WorkflowUnconditionalModel.js +5 -0
- package/api/types/index.d.ts +36 -1
- package/api/types/index.js +36 -1
- package/dist/Client.js +2 -2
- package/dist/api/errors/UnauthorizedError.d.ts +8 -0
- package/dist/api/errors/UnauthorizedError.js +52 -0
- package/dist/api/errors/index.d.ts +1 -0
- package/dist/api/errors/index.js +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +4 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +4 -0
- package/dist/api/resources/dubbing/resources/resource/client/Client.js +18 -1
- package/dist/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +4 -0
- package/dist/api/resources/speechToText/client/Client.d.ts +3 -0
- package/dist/api/resources/speechToText/client/Client.js +5 -0
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +1 -1
- package/dist/api/resources/speechToText/index.d.ts +1 -0
- package/dist/api/resources/speechToText/index.js +1 -0
- package/dist/api/resources/speechToText/resources/index.d.ts +2 -0
- package/dist/api/resources/speechToText/resources/index.js +41 -0
- package/dist/api/resources/speechToText/resources/transcripts/client/Client.d.ts +48 -0
- package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +136 -0
- package/dist/api/resources/speechToText/resources/transcripts/client/index.d.ts +1 -0
- package/dist/api/resources/speechToText/resources/transcripts/client/index.js +2 -0
- package/dist/api/resources/speechToText/resources/transcripts/index.d.ts +2 -0
- package/dist/api/resources/speechToText/resources/transcripts/index.js +18 -0
- package/dist/api/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +5 -0
- package/dist/api/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.js +5 -0
- package/dist/api/resources/speechToText/resources/transcripts/types/index.d.ts +1 -0
- package/dist/api/resources/speechToText/resources/transcripts/types/index.js +17 -0
- package/dist/api/resources/studio/resources/projects/client/Client.d.ts +2 -1
- package/dist/api/resources/studio/resources/projects/client/Client.js +11 -4
- package/dist/api/resources/studio/resources/projects/client/requests/ProjectsGetRequest.d.ts +13 -0
- package/dist/api/resources/studio/resources/projects/client/requests/ProjectsGetRequest.js +5 -0
- package/dist/api/resources/studio/resources/projects/client/requests/index.d.ts +1 -0
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +4 -0
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +4 -0
- package/dist/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.d.ts +12 -0
- package/dist/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.js +11 -0
- package/dist/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.d.ts +12 -0
- package/dist/api/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.js +11 -0
- package/dist/api/resources/textToDialogue/types/index.d.ts +2 -0
- package/dist/api/resources/textToDialogue/types/index.js +2 -0
- package/dist/api/resources/textToSoundEffects/client/Client.d.ts +1 -1
- package/dist/api/resources/textToSoundEffects/client/Client.js +1 -1
- package/dist/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +4 -0
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/TextToSpeechRequest.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/TextToSpeechWithTimestampsRequest.d.ts +1 -1
- package/dist/api/resources/workspace/resources/members/client/Client.d.ts +0 -15
- package/dist/api/resources/workspace/resources/members/client/Client.js +0 -77
- package/dist/api/resources/workspace/resources/members/client/requests/index.d.ts +0 -1
- package/dist/api/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +1 -0
- package/dist/api/types/AgentConfigApiModelWorkflowOverride.d.ts +14 -0
- package/dist/api/types/AgentConfigApiModelWorkflowOverride.js +5 -0
- package/dist/api/types/AgentMetadataResponseModel.d.ts +2 -0
- package/dist/api/types/AgentWorkflowRequestModel.d.ts +8 -0
- package/dist/api/types/AgentWorkflowRequestModel.js +5 -0
- package/dist/api/types/AgentWorkflowRequestModelNodesValue.d.ts +25 -0
- package/dist/api/types/AgentWorkflowRequestModelNodesValue.js +5 -0
- package/dist/api/types/AsrConversationalConfigWorkflowOverride.d.ts +14 -0
- package/dist/api/types/AsrConversationalConfigWorkflowOverride.js +5 -0
- package/dist/api/types/BuiltInToolsWorkflowOverride.d.ts +20 -0
- package/dist/api/types/BuiltInToolsWorkflowOverride.js +5 -0
- package/dist/api/types/CaptionStyleTemplateModel.d.ts +1 -0
- package/dist/api/types/ConversationConfigWorkflowOverride.d.ts +12 -0
- package/dist/api/types/ConversationConfigWorkflowOverride.js +5 -0
- package/dist/api/types/ConversationHistoryMultivoiceMessageModel.d.ts +10 -0
- package/dist/api/types/ConversationHistoryMultivoiceMessageModel.js +5 -0
- package/dist/api/types/ConversationHistoryMultivoiceMessagePartModel.d.ts +11 -0
- package/dist/api/types/ConversationHistoryMultivoiceMessagePartModel.js +5 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/dist/api/types/ConversationalConfigApiModelWorkflowOverride.d.ts +18 -0
- package/dist/api/types/ConversationalConfigApiModelWorkflowOverride.js +5 -0
- package/dist/api/types/DubbingReleaseChannel.d.ts +9 -0
- package/dist/api/types/DubbingReleaseChannel.js +11 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverride.d.ts +8 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverride.js +5 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +4 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.js +5 -0
- package/dist/api/types/InvoiceResponse.d.ts +3 -0
- package/dist/api/types/InvoiceResponseModelPaymentIntentStatus.d.ts +13 -0
- package/dist/api/types/InvoiceResponseModelPaymentIntentStatus.js +15 -0
- package/dist/api/types/MultichannelSpeechToTextResponseModel.d.ts +2 -0
- package/dist/api/types/Position.d.ts +7 -0
- package/dist/api/types/Position.js +5 -0
- package/dist/api/types/ProjectExtendedResponse.d.ts +2 -0
- package/dist/api/types/ProjectResponse.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverride.d.ts +34 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverride.js +5 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideToolsItem.d.ts +23 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideToolsItem.js +5 -0
- package/dist/api/types/RagConfigWorkflowOverride.d.ts +14 -0
- package/dist/api/types/RagConfigWorkflowOverride.js +5 -0
- package/dist/api/types/ResourceMetadataResponseModel.d.ts +2 -0
- package/dist/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +9 -0
- package/dist/api/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +11 -0
- package/dist/api/types/SingleTestRunRequestModel.d.ts +2 -0
- package/dist/api/types/SpeechHistoryItemResponse.d.ts +1 -1
- package/dist/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/dist/api/types/SpeechToTextWebhookResponseModel.d.ts +2 -0
- package/dist/api/types/Subscription.d.ts +2 -0
- package/dist/api/types/TestRunMetadata.d.ts +10 -0
- package/dist/api/types/TestRunMetadata.js +5 -0
- package/dist/api/types/TestRunMetadataTestType.d.ts +8 -0
- package/dist/api/types/TestRunMetadataTestType.js +10 -0
- package/dist/api/types/TtsConversationalConfigOverride.d.ts +6 -0
- package/dist/api/types/TtsConversationalConfigOverrideConfig.d.ts +6 -0
- package/dist/api/types/TtsConversationalConfigWorkflowOverride.d.ts +24 -0
- package/dist/api/types/TtsConversationalConfigWorkflowOverride.js +5 -0
- package/dist/api/types/TurnConfigWorkflowOverride.d.ts +12 -0
- package/dist/api/types/TurnConfigWorkflowOverride.js +5 -0
- package/dist/api/types/UnitTestRunResponseModel.d.ts +2 -0
- package/dist/api/types/Voice.d.ts +2 -0
- package/dist/api/types/VoicePreviewResponseModel.d.ts +2 -0
- package/dist/api/types/WorkflowEdgeModel.d.ts +12 -0
- package/dist/api/types/WorkflowEdgeModel.js +5 -0
- package/dist/api/types/WorkflowEdgeModelBackwardCondition.d.ts +16 -0
- package/dist/api/types/WorkflowEdgeModelBackwardCondition.js +5 -0
- package/dist/api/types/WorkflowEdgeModelForwardCondition.d.ts +16 -0
- package/dist/api/types/WorkflowEdgeModelForwardCondition.js +5 -0
- package/dist/api/types/WorkflowEndNodeModel.d.ts +8 -0
- package/dist/api/types/WorkflowEndNodeModel.js +5 -0
- package/dist/api/types/WorkflowLlmConditionModel.d.ts +7 -0
- package/dist/api/types/WorkflowLlmConditionModel.js +5 -0
- package/dist/api/types/WorkflowOverrideAgentNodeModel.d.ts +13 -0
- package/dist/api/types/WorkflowOverrideAgentNodeModel.js +5 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModel.d.ts +10 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModel.js +5 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelTransferDestination.d.ts +13 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelTransferDestination.js +5 -0
- package/dist/api/types/WorkflowResultConditionModel.d.ts +7 -0
- package/dist/api/types/WorkflowResultConditionModel.js +5 -0
- package/dist/api/types/WorkflowStandaloneAgentNodeModel.d.ts +12 -0
- package/dist/api/types/WorkflowStandaloneAgentNodeModel.js +5 -0
- package/dist/api/types/WorkflowStartNodeModel.d.ts +8 -0
- package/dist/api/types/WorkflowStartNodeModel.js +5 -0
- package/dist/api/types/WorkflowToolLocator.d.ts +6 -0
- package/dist/api/types/WorkflowToolLocator.js +5 -0
- package/dist/api/types/WorkflowToolNodeModel.d.ts +9 -0
- package/dist/api/types/WorkflowToolNodeModel.js +5 -0
- package/dist/api/types/WorkflowUnconditionalModel.d.ts +6 -0
- package/dist/api/types/WorkflowUnconditionalModel.js +5 -0
- package/dist/api/types/index.d.ts +36 -1
- package/dist/api/types/index.js +36 -1
- package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +1 -1
- package/dist/serialization/resources/speechToText/index.d.ts +1 -0
- package/dist/serialization/resources/speechToText/index.js +1 -0
- package/dist/serialization/resources/speechToText/resources/index.d.ts +2 -0
- package/dist/serialization/resources/speechToText/resources/index.js +41 -0
- package/dist/serialization/resources/speechToText/resources/transcripts/index.d.ts +1 -0
- package/dist/serialization/resources/speechToText/resources/transcripts/index.js +17 -0
- package/dist/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +12 -0
- package/dist/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.js +43 -0
- package/dist/serialization/resources/speechToText/resources/transcripts/types/index.d.ts +1 -0
- package/dist/serialization/resources/speechToText/resources/transcripts/types/index.js +17 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +3 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +3 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +3 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +3 -0
- package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.d.ts +10 -0
- package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.js +41 -0
- package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.d.ts +10 -0
- package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.js +41 -0
- package/dist/serialization/resources/textToDialogue/types/index.d.ts +2 -0
- package/dist/serialization/resources/textToDialogue/types/index.js +2 -0
- package/dist/serialization/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +2 -0
- package/dist/serialization/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.js +2 -0
- package/dist/serialization/resources/workspace/resources/members/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/workspace/resources/members/client/requests/index.js +1 -3
- package/dist/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +2 -0
- package/dist/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.js +2 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverride.d.ts +17 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverride.js +48 -0
- package/dist/serialization/types/AgentMetadataResponseModel.d.ts +1 -0
- package/dist/serialization/types/AgentMetadataResponseModel.js +1 -0
- package/dist/serialization/types/AgentWorkflowRequestModel.d.ts +15 -0
- package/dist/serialization/types/AgentWorkflowRequestModel.js +46 -0
- package/dist/serialization/types/AgentWorkflowRequestModelNodesValue.d.ts +34 -0
- package/dist/serialization/types/AgentWorkflowRequestModelNodesValue.js +59 -0
- package/dist/serialization/types/AsrConversationalConfigWorkflowOverride.d.ts +18 -0
- package/dist/serialization/types/AsrConversationalConfigWorkflowOverride.js +49 -0
- package/dist/serialization/types/BuiltInToolsWorkflowOverride.d.ts +19 -0
- package/dist/serialization/types/BuiltInToolsWorkflowOverride.js +50 -0
- package/dist/serialization/types/CaptionStyleTemplateModel.d.ts +1 -0
- package/dist/serialization/types/CaptionStyleTemplateModel.js +1 -0
- package/dist/serialization/types/ConversationConfigWorkflowOverride.d.ts +15 -0
- package/dist/serialization/types/ConversationConfigWorkflowOverride.js +46 -0
- package/dist/serialization/types/ConversationHistoryMultivoiceMessageModel.d.ts +13 -0
- package/dist/serialization/types/ConversationHistoryMultivoiceMessageModel.js +44 -0
- package/dist/serialization/types/ConversationHistoryMultivoiceMessagePartModel.d.ts +14 -0
- package/dist/serialization/types/ConversationHistoryMultivoiceMessagePartModel.js +45 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -0
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverride.d.ts +23 -0
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverride.js +54 -0
- package/dist/serialization/types/DubbingReleaseChannel.d.ts +10 -0
- package/dist/serialization/types/DubbingReleaseChannel.js +41 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverride.d.ts +13 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverride.js +46 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +10 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.js +46 -0
- package/dist/serialization/types/InvoiceResponse.d.ts +2 -0
- package/dist/serialization/types/InvoiceResponse.js +2 -0
- package/dist/serialization/types/InvoiceResponseModelPaymentIntentStatus.d.ts +10 -0
- package/dist/serialization/types/InvoiceResponseModelPaymentIntentStatus.js +49 -0
- package/dist/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +1 -0
- package/dist/serialization/types/MultichannelSpeechToTextResponseModel.js +1 -0
- package/dist/serialization/types/Position.d.ts +13 -0
- package/dist/serialization/{resources/workspace/resources/members/client/requests/BodyDeleteMemberV1WorkspaceMembersDelete.js → types/Position.js} +5 -4
- package/dist/serialization/types/ProjectExtendedResponse.d.ts +1 -0
- package/dist/serialization/types/ProjectExtendedResponse.js +1 -0
- package/dist/serialization/types/ProjectResponse.d.ts +1 -0
- package/dist/serialization/types/ProjectResponse.js +1 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverride.d.ts +31 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverride.js +62 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideToolsItem.d.ts +26 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideToolsItem.js +56 -0
- package/dist/serialization/types/RagConfigWorkflowOverride.d.ts +17 -0
- package/dist/serialization/types/RagConfigWorkflowOverride.js +48 -0
- package/dist/serialization/types/ResourceMetadataResponseModel.d.ts +2 -0
- package/dist/serialization/types/ResourceMetadataResponseModel.js +2 -0
- package/dist/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +10 -0
- package/dist/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +41 -0
- package/dist/serialization/types/SingleTestRunRequestModel.d.ts +1 -0
- package/dist/serialization/types/SingleTestRunRequestModel.js +1 -0
- package/dist/serialization/types/SpeechToTextChunkResponseModel.d.ts +1 -0
- package/dist/serialization/types/SpeechToTextChunkResponseModel.js +1 -0
- package/dist/serialization/types/SpeechToTextWebhookResponseModel.d.ts +1 -0
- package/dist/serialization/types/SpeechToTextWebhookResponseModel.js +1 -0
- package/dist/serialization/types/Subscription.d.ts +1 -0
- package/dist/serialization/types/Subscription.js +1 -0
- package/dist/serialization/types/TestRunMetadata.d.ts +16 -0
- package/dist/serialization/types/TestRunMetadata.js +47 -0
- package/dist/serialization/types/TestRunMetadataTestType.d.ts +10 -0
- package/dist/serialization/types/TestRunMetadataTestType.js +41 -0
- package/dist/serialization/types/TtsConversationalConfigOverride.d.ts +3 -0
- package/dist/serialization/types/TtsConversationalConfigOverride.js +3 -0
- package/dist/serialization/types/TtsConversationalConfigOverrideConfig.d.ts +3 -0
- package/dist/serialization/types/TtsConversationalConfigOverrideConfig.js +3 -0
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverride.d.ts +25 -0
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverride.js +56 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +15 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.js +46 -0
- package/dist/serialization/types/UnitTestRunResponseModel.d.ts +3 -0
- package/dist/serialization/types/UnitTestRunResponseModel.js +3 -0
- package/dist/serialization/types/Voice.d.ts +1 -0
- package/dist/serialization/types/Voice.js +1 -0
- package/dist/serialization/types/VoicePreviewResponseModel.d.ts +1 -0
- package/dist/serialization/types/VoicePreviewResponseModel.js +1 -0
- package/dist/serialization/types/WorkflowEdgeModel.d.ts +17 -0
- package/dist/serialization/types/WorkflowEdgeModel.js +48 -0
- package/dist/serialization/types/WorkflowEdgeModelBackwardCondition.d.ts +22 -0
- package/dist/serialization/types/WorkflowEdgeModelBackwardCondition.js +53 -0
- package/dist/serialization/types/WorkflowEdgeModelForwardCondition.d.ts +22 -0
- package/dist/serialization/types/WorkflowEdgeModelForwardCondition.js +53 -0
- package/dist/serialization/types/WorkflowEndNodeModel.d.ts +13 -0
- package/{serialization/resources/workspace/resources/members/client/requests/BodyDeleteMemberV1WorkspaceMembersDelete.js → dist/serialization/types/WorkflowEndNodeModel.js} +5 -4
- package/dist/serialization/types/WorkflowLlmConditionModel.d.ts +13 -0
- package/dist/serialization/types/WorkflowLlmConditionModel.js +44 -0
- package/dist/serialization/types/WorkflowOverrideAgentNodeModel.d.ts +20 -0
- package/dist/serialization/types/WorkflowOverrideAgentNodeModel.js +51 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModel.d.ts +17 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModel.js +48 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelTransferDestination.d.ts +18 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelTransferDestination.js +51 -0
- package/dist/serialization/types/WorkflowResultConditionModel.d.ts +13 -0
- package/dist/serialization/types/WorkflowResultConditionModel.js +44 -0
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModel.d.ts +17 -0
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModel.js +48 -0
- package/dist/serialization/types/WorkflowStartNodeModel.d.ts +13 -0
- package/dist/serialization/types/WorkflowStartNodeModel.js +44 -0
- package/dist/serialization/types/WorkflowToolLocator.d.ts +12 -0
- package/dist/serialization/types/WorkflowToolLocator.js +43 -0
- package/dist/serialization/types/WorkflowToolNodeModel.d.ts +15 -0
- package/dist/serialization/types/WorkflowToolNodeModel.js +46 -0
- package/dist/serialization/types/WorkflowUnconditionalModel.d.ts +12 -0
- package/dist/serialization/types/{DeleteWorkspaceMemberResponseModel.js → WorkflowUnconditionalModel.js} +3 -3
- package/dist/serialization/types/index.d.ts +36 -1
- package/dist/serialization/types/index.js +36 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +75 -67
- package/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +1 -1
- package/serialization/resources/speechToText/index.d.ts +1 -0
- package/serialization/resources/speechToText/index.js +1 -0
- package/serialization/resources/speechToText/resources/index.d.ts +2 -0
- package/serialization/resources/speechToText/resources/index.js +41 -0
- package/serialization/resources/speechToText/resources/transcripts/index.d.ts +1 -0
- package/serialization/resources/speechToText/resources/transcripts/index.js +17 -0
- package/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +12 -0
- package/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.js +43 -0
- package/serialization/resources/speechToText/resources/transcripts/types/index.d.ts +1 -0
- package/serialization/resources/speechToText/resources/transcripts/types/index.js +17 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +3 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +3 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +3 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +3 -0
- package/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.d.ts +10 -0
- package/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.js +41 -0
- package/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.d.ts +10 -0
- package/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.js +41 -0
- package/serialization/resources/textToDialogue/types/index.d.ts +2 -0
- package/serialization/resources/textToDialogue/types/index.js +2 -0
- package/serialization/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +2 -0
- package/serialization/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.js +2 -0
- package/serialization/resources/workspace/resources/members/client/requests/index.d.ts +0 -1
- package/serialization/resources/workspace/resources/members/client/requests/index.js +1 -3
- package/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +2 -0
- package/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.js +2 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverride.d.ts +17 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverride.js +48 -0
- package/serialization/types/AgentMetadataResponseModel.d.ts +1 -0
- package/serialization/types/AgentMetadataResponseModel.js +1 -0
- package/serialization/types/AgentWorkflowRequestModel.d.ts +15 -0
- package/serialization/types/AgentWorkflowRequestModel.js +46 -0
- package/serialization/types/AgentWorkflowRequestModelNodesValue.d.ts +34 -0
- package/serialization/types/AgentWorkflowRequestModelNodesValue.js +59 -0
- package/serialization/types/AsrConversationalConfigWorkflowOverride.d.ts +18 -0
- package/serialization/types/AsrConversationalConfigWorkflowOverride.js +49 -0
- package/serialization/types/BuiltInToolsWorkflowOverride.d.ts +19 -0
- package/serialization/types/BuiltInToolsWorkflowOverride.js +50 -0
- package/serialization/types/CaptionStyleTemplateModel.d.ts +1 -0
- package/serialization/types/CaptionStyleTemplateModel.js +1 -0
- package/serialization/types/ConversationConfigWorkflowOverride.d.ts +15 -0
- package/serialization/types/ConversationConfigWorkflowOverride.js +46 -0
- package/serialization/types/ConversationHistoryMultivoiceMessageModel.d.ts +13 -0
- package/serialization/types/ConversationHistoryMultivoiceMessageModel.js +44 -0
- package/serialization/types/ConversationHistoryMultivoiceMessagePartModel.d.ts +14 -0
- package/serialization/types/ConversationHistoryMultivoiceMessagePartModel.js +45 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -0
- package/serialization/types/ConversationalConfigApiModelWorkflowOverride.d.ts +23 -0
- package/serialization/types/ConversationalConfigApiModelWorkflowOverride.js +54 -0
- package/serialization/types/DubbingReleaseChannel.d.ts +10 -0
- package/serialization/types/DubbingReleaseChannel.js +41 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverride.d.ts +13 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverride.js +46 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +10 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.js +46 -0
- package/serialization/types/InvoiceResponse.d.ts +2 -0
- package/serialization/types/InvoiceResponse.js +2 -0
- package/serialization/types/InvoiceResponseModelPaymentIntentStatus.d.ts +10 -0
- package/serialization/types/InvoiceResponseModelPaymentIntentStatus.js +49 -0
- package/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +1 -0
- package/serialization/types/MultichannelSpeechToTextResponseModel.js +1 -0
- package/serialization/types/Position.d.ts +13 -0
- package/serialization/types/Position.js +44 -0
- package/serialization/types/ProjectExtendedResponse.d.ts +1 -0
- package/serialization/types/ProjectExtendedResponse.js +1 -0
- package/serialization/types/ProjectResponse.d.ts +1 -0
- package/serialization/types/ProjectResponse.js +1 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverride.d.ts +31 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverride.js +62 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideToolsItem.d.ts +26 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideToolsItem.js +56 -0
- package/serialization/types/RagConfigWorkflowOverride.d.ts +17 -0
- package/serialization/types/RagConfigWorkflowOverride.js +48 -0
- package/serialization/types/ResourceMetadataResponseModel.d.ts +2 -0
- package/serialization/types/ResourceMetadataResponseModel.js +2 -0
- package/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +10 -0
- package/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.js +41 -0
- package/serialization/types/SingleTestRunRequestModel.d.ts +1 -0
- package/serialization/types/SingleTestRunRequestModel.js +1 -0
- package/serialization/types/SpeechToTextChunkResponseModel.d.ts +1 -0
- package/serialization/types/SpeechToTextChunkResponseModel.js +1 -0
- package/serialization/types/SpeechToTextWebhookResponseModel.d.ts +1 -0
- package/serialization/types/SpeechToTextWebhookResponseModel.js +1 -0
- package/serialization/types/Subscription.d.ts +1 -0
- package/serialization/types/Subscription.js +1 -0
- package/serialization/types/TestRunMetadata.d.ts +16 -0
- package/serialization/types/TestRunMetadata.js +47 -0
- package/serialization/types/TestRunMetadataTestType.d.ts +10 -0
- package/serialization/types/TestRunMetadataTestType.js +41 -0
- package/serialization/types/TtsConversationalConfigOverride.d.ts +3 -0
- package/serialization/types/TtsConversationalConfigOverride.js +3 -0
- package/serialization/types/TtsConversationalConfigOverrideConfig.d.ts +3 -0
- package/serialization/types/TtsConversationalConfigOverrideConfig.js +3 -0
- package/serialization/types/TtsConversationalConfigWorkflowOverride.d.ts +25 -0
- package/serialization/types/TtsConversationalConfigWorkflowOverride.js +56 -0
- package/serialization/types/TurnConfigWorkflowOverride.d.ts +15 -0
- package/serialization/types/TurnConfigWorkflowOverride.js +46 -0
- package/serialization/types/UnitTestRunResponseModel.d.ts +3 -0
- package/serialization/types/UnitTestRunResponseModel.js +3 -0
- package/serialization/types/Voice.d.ts +1 -0
- package/serialization/types/Voice.js +1 -0
- package/serialization/types/VoicePreviewResponseModel.d.ts +1 -0
- package/serialization/types/VoicePreviewResponseModel.js +1 -0
- package/serialization/types/WorkflowEdgeModel.d.ts +17 -0
- package/serialization/types/WorkflowEdgeModel.js +48 -0
- package/serialization/types/WorkflowEdgeModelBackwardCondition.d.ts +22 -0
- package/serialization/types/WorkflowEdgeModelBackwardCondition.js +53 -0
- package/serialization/types/WorkflowEdgeModelForwardCondition.d.ts +22 -0
- package/serialization/types/WorkflowEdgeModelForwardCondition.js +53 -0
- package/serialization/types/WorkflowEndNodeModel.d.ts +13 -0
- package/serialization/types/WorkflowEndNodeModel.js +44 -0
- package/serialization/types/WorkflowLlmConditionModel.d.ts +13 -0
- package/serialization/types/WorkflowLlmConditionModel.js +44 -0
- package/serialization/types/WorkflowOverrideAgentNodeModel.d.ts +20 -0
- package/serialization/types/WorkflowOverrideAgentNodeModel.js +51 -0
- package/serialization/types/WorkflowPhoneNumberNodeModel.d.ts +17 -0
- package/serialization/types/WorkflowPhoneNumberNodeModel.js +48 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelTransferDestination.d.ts +18 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelTransferDestination.js +51 -0
- package/serialization/types/WorkflowResultConditionModel.d.ts +13 -0
- package/serialization/types/WorkflowResultConditionModel.js +44 -0
- package/serialization/types/WorkflowStandaloneAgentNodeModel.d.ts +17 -0
- package/serialization/types/WorkflowStandaloneAgentNodeModel.js +48 -0
- package/serialization/types/WorkflowStartNodeModel.d.ts +13 -0
- package/serialization/types/WorkflowStartNodeModel.js +44 -0
- package/serialization/types/WorkflowToolLocator.d.ts +12 -0
- package/serialization/types/WorkflowToolLocator.js +43 -0
- package/serialization/types/WorkflowToolNodeModel.d.ts +15 -0
- package/serialization/types/WorkflowToolNodeModel.js +46 -0
- package/serialization/types/WorkflowUnconditionalModel.d.ts +12 -0
- package/serialization/types/{DeleteWorkspaceMemberResponseModel.js → WorkflowUnconditionalModel.js} +3 -3
- package/serialization/types/index.d.ts +36 -1
- package/serialization/types/index.js +36 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/workspace/resources/members/client/requests/BodyDeleteMemberV1WorkspaceMembersDelete.d.ts +0 -13
- package/api/types/DeleteWorkspaceMemberResponseModel.d.ts +0 -7
- package/dist/api/resources/workspace/resources/members/client/requests/BodyDeleteMemberV1WorkspaceMembersDelete.d.ts +0 -13
- package/dist/api/types/DeleteWorkspaceMemberResponseModel.d.ts +0 -7
- package/dist/serialization/resources/workspace/resources/members/client/requests/BodyDeleteMemberV1WorkspaceMembersDelete.d.ts +0 -12
- package/dist/serialization/types/DeleteWorkspaceMemberResponseModel.d.ts +0 -12
- package/serialization/resources/workspace/resources/members/client/requests/BodyDeleteMemberV1WorkspaceMembersDelete.d.ts +0 -12
- package/serialization/types/DeleteWorkspaceMemberResponseModel.d.ts +0 -12
- /package/api/resources/{workspace/resources/members/client/requests/BodyDeleteMemberV1WorkspaceMembersDelete.js → speechToText/resources/transcripts/types/TranscriptsGetResponse.js} +0 -0
- /package/api/{types/DeleteWorkspaceMemberResponseModel.js → resources/studio/resources/projects/client/requests/ProjectsGetRequest.js} +0 -0
- /package/{dist/api/resources/workspace/resources/members/client/requests/BodyDeleteMemberV1WorkspaceMembersDelete.js → api/types/AgentConfigApiModelWorkflowOverride.js} +0 -0
- /package/{dist/api/types/DeleteWorkspaceMemberResponseModel.js → api/types/AgentWorkflowRequestModel.js} +0 -0
|
@@ -4,4 +4,10 @@
|
|
|
4
4
|
export interface TtsConversationalConfigOverrideConfig {
|
|
5
5
|
/** Whether to allow overriding the voice_id field. */
|
|
6
6
|
voiceId?: boolean;
|
|
7
|
+
/** Whether to allow overriding the stability field. */
|
|
8
|
+
stability?: boolean;
|
|
9
|
+
/** Whether to allow overriding the speed field. */
|
|
10
|
+
speed?: boolean;
|
|
11
|
+
/** Whether to allow overriding the similarity_boost field. */
|
|
12
|
+
similarityBoost?: boolean;
|
|
7
13
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface TtsConversationalConfigWorkflowOverride {
|
|
6
|
+
/** The model to use for TTS */
|
|
7
|
+
modelId?: ElevenLabs.TtsConversationalModel;
|
|
8
|
+
/** The voice ID to use for TTS */
|
|
9
|
+
voiceId?: string;
|
|
10
|
+
/** Additional supported voices for the agent */
|
|
11
|
+
supportedVoices?: ElevenLabs.SupportedVoice[];
|
|
12
|
+
/** The audio format to use for TTS */
|
|
13
|
+
agentOutputAudioFormat?: ElevenLabs.TtsOutputFormat;
|
|
14
|
+
/** The optimization for streaming latency */
|
|
15
|
+
optimizeStreamingLatency?: ElevenLabs.TtsOptimizeStreamingLatency;
|
|
16
|
+
/** The stability of generated speech */
|
|
17
|
+
stability?: number;
|
|
18
|
+
/** The speed of generated speech */
|
|
19
|
+
speed?: number;
|
|
20
|
+
/** The similarity boost for generated speech */
|
|
21
|
+
similarityBoost?: number;
|
|
22
|
+
/** The pronunciation dictionary locators */
|
|
23
|
+
pronunciationDictionaryLocators?: ElevenLabs.PydanticPronunciationDictionaryVersionLocator[];
|
|
24
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface TurnConfigWorkflowOverride {
|
|
6
|
+
/** Maximum wait time for the user's reply before re-engaging the user */
|
|
7
|
+
turnTimeout?: number;
|
|
8
|
+
/** Maximum wait time since the user last spoke before terminating the call */
|
|
9
|
+
silenceEndCallTimeout?: number;
|
|
10
|
+
/** The mode of turn detection */
|
|
11
|
+
mode?: ElevenLabs.TurnMode;
|
|
12
|
+
}
|
|
@@ -6,9 +6,11 @@ export interface UnitTestRunResponseModel {
|
|
|
6
6
|
testRunId: string;
|
|
7
7
|
testInvocationId: string;
|
|
8
8
|
agentId: string;
|
|
9
|
+
workflowNodeId?: string;
|
|
9
10
|
status: ElevenLabs.TestRunStatus;
|
|
10
11
|
agentResponses?: ElevenLabs.ConversationHistoryTranscriptCommonModelOutput[];
|
|
11
12
|
testId: string;
|
|
12
13
|
conditionResult?: ElevenLabs.TestConditionResultCommonModel;
|
|
13
14
|
lastUpdatedAtUnix?: number;
|
|
15
|
+
metadata?: ElevenLabs.TestRunMetadata;
|
|
14
16
|
}
|
|
@@ -41,6 +41,8 @@ export interface Voice {
|
|
|
41
41
|
isLegacy?: boolean;
|
|
42
42
|
/** Whether the voice is mixed. */
|
|
43
43
|
isMixed?: boolean;
|
|
44
|
+
/** Timestamp when the voice was marked as favorite in Unix time. */
|
|
45
|
+
favoritedAtUnix?: number;
|
|
44
46
|
/** The creation time of the voice in Unix time. */
|
|
45
47
|
createdAtUnix?: number;
|
|
46
48
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface WorkflowEdgeModel {
|
|
6
|
+
source: string;
|
|
7
|
+
target: string;
|
|
8
|
+
/** Condition that must be met for the edge to be traversed in the forward direction. */
|
|
9
|
+
forwardCondition?: ElevenLabs.WorkflowEdgeModelForwardCondition;
|
|
10
|
+
/** Condition that must be met for the edge to be traversed in the backward direction. */
|
|
11
|
+
backwardCondition?: ElevenLabs.WorkflowEdgeModelBackwardCondition;
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export type WorkflowEdgeModelBackwardCondition = ElevenLabs.WorkflowEdgeModelBackwardCondition.Llm | ElevenLabs.WorkflowEdgeModelBackwardCondition.Result | ElevenLabs.WorkflowEdgeModelBackwardCondition.Unconditional;
|
|
6
|
+
export declare namespace WorkflowEdgeModelBackwardCondition {
|
|
7
|
+
interface Llm extends ElevenLabs.WorkflowLlmConditionModel {
|
|
8
|
+
type: "llm";
|
|
9
|
+
}
|
|
10
|
+
interface Result extends ElevenLabs.WorkflowResultConditionModel {
|
|
11
|
+
type: "result";
|
|
12
|
+
}
|
|
13
|
+
interface Unconditional extends ElevenLabs.WorkflowUnconditionalModel {
|
|
14
|
+
type: "unconditional";
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export type WorkflowEdgeModelForwardCondition = ElevenLabs.WorkflowEdgeModelForwardCondition.Llm | ElevenLabs.WorkflowEdgeModelForwardCondition.Result | ElevenLabs.WorkflowEdgeModelForwardCondition.Unconditional;
|
|
6
|
+
export declare namespace WorkflowEdgeModelForwardCondition {
|
|
7
|
+
interface Llm extends ElevenLabs.WorkflowLlmConditionModel {
|
|
8
|
+
type: "llm";
|
|
9
|
+
}
|
|
10
|
+
interface Result extends ElevenLabs.WorkflowResultConditionModel {
|
|
11
|
+
type: "result";
|
|
12
|
+
}
|
|
13
|
+
interface Unconditional extends ElevenLabs.WorkflowUnconditionalModel {
|
|
14
|
+
type: "unconditional";
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface WorkflowOverrideAgentNodeModel {
|
|
6
|
+
conversationConfig?: ElevenLabs.ConversationalConfigApiModelWorkflowOverride;
|
|
7
|
+
additionalPrompt?: string;
|
|
8
|
+
additionalKnowledgeBase?: ElevenLabs.KnowledgeBaseLocator[];
|
|
9
|
+
additionalToolIds?: string[];
|
|
10
|
+
/** Position of the node in the workflow. */
|
|
11
|
+
position?: ElevenLabs.Position;
|
|
12
|
+
label: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface WorkflowPhoneNumberNodeModel {
|
|
6
|
+
/** Position of the node in the workflow. */
|
|
7
|
+
position?: ElevenLabs.Position;
|
|
8
|
+
transferDestination: ElevenLabs.WorkflowPhoneNumberNodeModelTransferDestination;
|
|
9
|
+
transferType?: ElevenLabs.TransferTypeEnum;
|
|
10
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export type WorkflowPhoneNumberNodeModelTransferDestination = ElevenLabs.WorkflowPhoneNumberNodeModelTransferDestination.Phone | ElevenLabs.WorkflowPhoneNumberNodeModelTransferDestination.SipUri;
|
|
6
|
+
export declare namespace WorkflowPhoneNumberNodeModelTransferDestination {
|
|
7
|
+
interface Phone extends ElevenLabs.PhoneNumberTransferDestination {
|
|
8
|
+
type: "phone";
|
|
9
|
+
}
|
|
10
|
+
interface SipUri extends ElevenLabs.SipUriTransferDestination {
|
|
11
|
+
type: "sip_uri";
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface WorkflowStandaloneAgentNodeModel {
|
|
6
|
+
/** Position of the node in the workflow. */
|
|
7
|
+
position?: ElevenLabs.Position;
|
|
8
|
+
agentId: string;
|
|
9
|
+
delayMs?: number;
|
|
10
|
+
transferMessage?: string;
|
|
11
|
+
enableTransferredAgentFirstMessage?: boolean;
|
|
12
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as ElevenLabs from "../index";
|
|
5
|
+
export interface WorkflowToolNodeModel {
|
|
6
|
+
/** Position of the node in the workflow. */
|
|
7
|
+
position?: ElevenLabs.Position;
|
|
8
|
+
tools?: ElevenLabs.WorkflowToolLocator[];
|
|
9
|
+
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./BadRequestErrorBody";
|
|
2
2
|
export * from "./AsrConversationalConfig";
|
|
3
|
+
export * from "./AsrConversationalConfigWorkflowOverride";
|
|
3
4
|
export * from "./AsrInputFormat";
|
|
4
5
|
export * from "./AsrProvider";
|
|
5
6
|
export * from "./AsrQuality";
|
|
@@ -17,6 +18,7 @@ export * from "./AdditionalFormats";
|
|
|
17
18
|
export * from "./AdhocAgentConfigOverrideForTestRequestModel";
|
|
18
19
|
export * from "./AgentCallLimits";
|
|
19
20
|
export * from "./AgentConfig";
|
|
21
|
+
export * from "./AgentConfigApiModelWorkflowOverride";
|
|
20
22
|
export * from "./AgentConfigOverride";
|
|
21
23
|
export * from "./AgentConfigOverrideConfig";
|
|
22
24
|
export * from "./AgentFailureResponseExample";
|
|
@@ -28,6 +30,8 @@ export * from "./AgentSuccessfulResponseExample";
|
|
|
28
30
|
export * from "./AgentSummaryResponseModel";
|
|
29
31
|
export * from "./AgentTestingSettings";
|
|
30
32
|
export * from "./AgentTransfer";
|
|
33
|
+
export * from "./AgentWorkflowRequestModelNodesValue";
|
|
34
|
+
export * from "./AgentWorkflowRequestModel";
|
|
31
35
|
export * from "./AgentWorkspaceOverridesInput";
|
|
32
36
|
export * from "./AgentWorkspaceOverridesOutput";
|
|
33
37
|
export * from "./AllowlistItem";
|
|
@@ -56,6 +60,7 @@ export * from "./GenerateVoiceRequest";
|
|
|
56
60
|
export * from "./BreakdownTypes";
|
|
57
61
|
export * from "./BuiltInToolsInput";
|
|
58
62
|
export * from "./BuiltInToolsOutput";
|
|
63
|
+
export * from "./BuiltInToolsWorkflowOverride";
|
|
59
64
|
export * from "./CaptionStyleCharacterAnimationModelEnterType";
|
|
60
65
|
export * from "./CaptionStyleCharacterAnimationModelExitType";
|
|
61
66
|
export * from "./CaptionStyleCharacterAnimationModel";
|
|
@@ -112,6 +117,7 @@ export * from "./ConversationConfigClientOverrideConfigInput";
|
|
|
112
117
|
export * from "./ConversationConfigClientOverrideConfigOutput";
|
|
113
118
|
export * from "./ConversationConfigOverride";
|
|
114
119
|
export * from "./ConversationConfigOverrideConfig";
|
|
120
|
+
export * from "./ConversationConfigWorkflowOverride";
|
|
115
121
|
export * from "./ConversationDeletionSettings";
|
|
116
122
|
export * from "./ConversationHistoryAnalysisCommonModel";
|
|
117
123
|
export * from "./ConversationHistoryBatchCallModel";
|
|
@@ -121,6 +127,8 @@ export * from "./ConversationHistoryEvaluationCriteriaResultCommonModel";
|
|
|
121
127
|
export * from "./ConversationHistoryFeedbackCommonModel";
|
|
122
128
|
export * from "./ConversationHistoryMetadataCommonModelPhoneCall";
|
|
123
129
|
export * from "./ConversationHistoryMetadataCommonModel";
|
|
130
|
+
export * from "./ConversationHistoryMultivoiceMessageModel";
|
|
131
|
+
export * from "./ConversationHistoryMultivoiceMessagePartModel";
|
|
124
132
|
export * from "./ConversationHistoryRagUsageCommonModel";
|
|
125
133
|
export * from "./ConversationHistorySipTrunkingPhoneCallModelDirection";
|
|
126
134
|
export * from "./ConversationHistorySipTrunkingPhoneCallModel";
|
|
@@ -167,6 +175,7 @@ export * from "./ConversationTokenDbModel";
|
|
|
167
175
|
export * from "./ConversationTokenPurpose";
|
|
168
176
|
export * from "./ConversationTurnMetrics";
|
|
169
177
|
export * from "./ConversationalConfig";
|
|
178
|
+
export * from "./ConversationalConfigApiModelWorkflowOverride";
|
|
170
179
|
export * from "./ConvertChapterResponseModel";
|
|
171
180
|
export * from "./ConvertProjectResponseModel";
|
|
172
181
|
export * from "./CreateAgentResponseModel";
|
|
@@ -190,7 +199,6 @@ export * from "./DeleteVoiceResponseModel";
|
|
|
190
199
|
export * from "./DeleteVoiceSampleResponseModel";
|
|
191
200
|
export * from "./DeleteWorkspaceGroupMemberResponseModel";
|
|
192
201
|
export * from "./DeleteWorkspaceInviteResponseModel";
|
|
193
|
-
export * from "./DeleteWorkspaceMemberResponseModel";
|
|
194
202
|
export * from "./DependentAvailableAgentIdentifierAccessLevel";
|
|
195
203
|
export * from "./DependentAvailableAgentIdentifier";
|
|
196
204
|
export * from "./DependentAvailableToolIdentifierAccessLevel";
|
|
@@ -209,12 +217,15 @@ export * from "./DubbingMediaMetadata";
|
|
|
209
217
|
export * from "./DubbingMediaReference";
|
|
210
218
|
export * from "./DubbingMetadataPageResponseModel";
|
|
211
219
|
export * from "./DubbingMetadataResponse";
|
|
220
|
+
export * from "./DubbingReleaseChannel";
|
|
212
221
|
export * from "./DubbingRenderResponseModel";
|
|
213
222
|
export * from "./DubbingResource";
|
|
214
223
|
export * from "./DynamicVariableAssignment";
|
|
215
224
|
export * from "./DynamicVariableUpdateCommonModel";
|
|
216
225
|
export * from "./DynamicVariablesConfigDynamicVariablePlaceholdersValue";
|
|
217
226
|
export * from "./DynamicVariablesConfig";
|
|
227
|
+
export * from "./DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue";
|
|
228
|
+
export * from "./DynamicVariablesConfigWorkflowOverride";
|
|
218
229
|
export * from "./EditChapterResponseModel";
|
|
219
230
|
export * from "./EditProjectResponseModel";
|
|
220
231
|
export * from "./EditVoiceResponseModel";
|
|
@@ -294,6 +305,7 @@ export * from "./HtmlExportOptions";
|
|
|
294
305
|
export * from "./ImageAvatar";
|
|
295
306
|
export * from "./InboundSipTrunkConfigRequestModel";
|
|
296
307
|
export * from "./IntegrationType";
|
|
308
|
+
export * from "./InvoiceResponseModelPaymentIntentStatus";
|
|
297
309
|
export * from "./InvoiceResponse";
|
|
298
310
|
export * from "./KnowledgeBaseDocumentChunkResponseModel";
|
|
299
311
|
export * from "./KnowledgeBaseDocumentMetadataResponseModel";
|
|
@@ -377,6 +389,7 @@ export * from "./PodcastConversationModeData";
|
|
|
377
389
|
export * from "./PodcastProjectResponseModel";
|
|
378
390
|
export * from "./PodcastTextSource";
|
|
379
391
|
export * from "./PodcastUrlSource";
|
|
392
|
+
export * from "./Position";
|
|
380
393
|
export * from "./PostAgentAvatarResponseModel";
|
|
381
394
|
export * from "./PostWorkspaceSecretResponseModel";
|
|
382
395
|
export * from "./PrivacyConfig";
|
|
@@ -405,6 +418,8 @@ export * from "./PromptAgentApiModelOutputToolsItem";
|
|
|
405
418
|
export * from "./PromptAgentApiModelOutput";
|
|
406
419
|
export * from "./PromptAgentApiModelOverride";
|
|
407
420
|
export * from "./PromptAgentApiModelOverrideConfig";
|
|
421
|
+
export * from "./PromptAgentApiModelWorkflowOverrideToolsItem";
|
|
422
|
+
export * from "./PromptAgentApiModelWorkflowOverride";
|
|
408
423
|
export * from "./PromptEvaluationCriteria";
|
|
409
424
|
export * from "./PronunciationDictionaryAliasRuleRequestModel";
|
|
410
425
|
export * from "./PronunciationDictionaryLocatorResponseModel";
|
|
@@ -423,6 +438,7 @@ export * from "./RagIndexOverviewResponseModel";
|
|
|
423
438
|
export * from "./RagIndexStatus";
|
|
424
439
|
export * from "./RagChunkMetadata";
|
|
425
440
|
export * from "./RagConfig";
|
|
441
|
+
export * from "./RagConfigWorkflowOverride";
|
|
426
442
|
export * from "./RagRetrievalInfo";
|
|
427
443
|
export * from "./ReaderResourceResponseModelResourceType";
|
|
428
444
|
export * from "./ReaderResourceResponseModel";
|
|
@@ -435,6 +451,7 @@ export * from "./RenderType";
|
|
|
435
451
|
export * from "./RequestPvcManualVerificationResponseModel";
|
|
436
452
|
export * from "./ResourceAccessInfoRole";
|
|
437
453
|
export * from "./ResourceAccessInfo";
|
|
454
|
+
export * from "./ResourceMetadataResponseModelAnonymousAccessLevelOverride";
|
|
438
455
|
export * from "./ResourceMetadataResponseModel";
|
|
439
456
|
export * from "./SipMediaEncryptionEnum";
|
|
440
457
|
export * from "./SipTrunkCredentialsRequestModel";
|
|
@@ -500,6 +517,7 @@ export * from "./TtsConversationalConfigInput";
|
|
|
500
517
|
export * from "./TtsConversationalConfigOutput";
|
|
501
518
|
export * from "./TtsConversationalConfigOverride";
|
|
502
519
|
export * from "./TtsConversationalConfigOverrideConfig";
|
|
520
|
+
export * from "./TtsConversationalConfigWorkflowOverride";
|
|
503
521
|
export * from "./TtsConversationalModel";
|
|
504
522
|
export * from "./TtsModelFamily";
|
|
505
523
|
export * from "./TtsOptimizeStreamingLatency";
|
|
@@ -507,6 +525,8 @@ export * from "./TtsOutputFormat";
|
|
|
507
525
|
export * from "./TelephonyProvider";
|
|
508
526
|
export * from "./TestConditionRationaleCommonModel";
|
|
509
527
|
export * from "./TestConditionResultCommonModel";
|
|
528
|
+
export * from "./TestRunMetadataTestType";
|
|
529
|
+
export * from "./TestRunMetadata";
|
|
510
530
|
export * from "./TestRunStatus";
|
|
511
531
|
export * from "./TestToolResultModel";
|
|
512
532
|
export * from "./TestsFeatureUsageCommonModel";
|
|
@@ -531,6 +551,7 @@ export * from "./TransferToNumberToolConfigInput";
|
|
|
531
551
|
export * from "./TransferToNumberToolConfigOutput";
|
|
532
552
|
export * from "./TransferTypeEnum";
|
|
533
553
|
export * from "./TurnConfig";
|
|
554
|
+
export * from "./TurnConfigWorkflowOverride";
|
|
534
555
|
export * from "./TurnMode";
|
|
535
556
|
export * from "./TwilioOutboundCallResponse";
|
|
536
557
|
export * from "./TxtExportOptions";
|
|
@@ -593,17 +614,31 @@ export * from "./WidgetLanguagePresetResponse";
|
|
|
593
614
|
export * from "./WidgetPlacement";
|
|
594
615
|
export * from "./WidgetStyles";
|
|
595
616
|
export * from "./WidgetTextContents";
|
|
617
|
+
export * from "./WorkflowEdgeModelForwardCondition";
|
|
618
|
+
export * from "./WorkflowEdgeModelBackwardCondition";
|
|
619
|
+
export * from "./WorkflowEdgeModel";
|
|
620
|
+
export * from "./WorkflowEndNodeModel";
|
|
596
621
|
export * from "./WorkflowFeaturesUsageCommonModel";
|
|
622
|
+
export * from "./WorkflowLlmConditionModel";
|
|
623
|
+
export * from "./WorkflowOverrideAgentNodeModel";
|
|
624
|
+
export * from "./WorkflowPhoneNumberNodeModelTransferDestination";
|
|
625
|
+
export * from "./WorkflowPhoneNumberNodeModel";
|
|
626
|
+
export * from "./WorkflowResultConditionModel";
|
|
627
|
+
export * from "./WorkflowStandaloneAgentNodeModel";
|
|
628
|
+
export * from "./WorkflowStartNodeModel";
|
|
597
629
|
export * from "./WorkflowToolEdgeStepModel";
|
|
630
|
+
export * from "./WorkflowToolLocator";
|
|
598
631
|
export * from "./WorkflowToolMaxIterationsExceededStepModel";
|
|
599
632
|
export * from "./WorkflowToolNestedToolsStepModelInputResultsItem";
|
|
600
633
|
export * from "./WorkflowToolNestedToolsStepModelInput";
|
|
601
634
|
export * from "./WorkflowToolNestedToolsStepModelOutputResultsItem";
|
|
602
635
|
export * from "./WorkflowToolNestedToolsStepModelOutput";
|
|
636
|
+
export * from "./WorkflowToolNodeModel";
|
|
603
637
|
export * from "./WorkflowToolResponseModelInputStepsItem";
|
|
604
638
|
export * from "./WorkflowToolResponseModelInput";
|
|
605
639
|
export * from "./WorkflowToolResponseModelOutputStepsItem";
|
|
606
640
|
export * from "./WorkflowToolResponseModelOutput";
|
|
641
|
+
export * from "./WorkflowUnconditionalModel";
|
|
607
642
|
export * from "./WorkspaceApiKeyListResponseModel";
|
|
608
643
|
export * from "./WorkspaceApiKeyResponseModelPermissionsItem";
|
|
609
644
|
export * from "./WorkspaceApiKeyResponseModel";
|