@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
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.WorkflowEdgeModel = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const WorkflowEdgeModelForwardCondition_1 = require("./WorkflowEdgeModelForwardCondition");
|
|
42
|
+
const WorkflowEdgeModelBackwardCondition_1 = require("./WorkflowEdgeModelBackwardCondition");
|
|
43
|
+
exports.WorkflowEdgeModel = core.serialization.object({
|
|
44
|
+
source: core.serialization.string(),
|
|
45
|
+
target: core.serialization.string(),
|
|
46
|
+
forwardCondition: core.serialization.property("forward_condition", WorkflowEdgeModelForwardCondition_1.WorkflowEdgeModelForwardCondition.optional()),
|
|
47
|
+
backwardCondition: core.serialization.property("backward_condition", WorkflowEdgeModelBackwardCondition_1.WorkflowEdgeModelBackwardCondition.optional()),
|
|
48
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { WorkflowLlmConditionModel } from "./WorkflowLlmConditionModel";
|
|
8
|
+
import { WorkflowResultConditionModel } from "./WorkflowResultConditionModel";
|
|
9
|
+
import { WorkflowUnconditionalModel } from "./WorkflowUnconditionalModel";
|
|
10
|
+
export declare const WorkflowEdgeModelBackwardCondition: core.serialization.Schema<serializers.WorkflowEdgeModelBackwardCondition.Raw, ElevenLabs.WorkflowEdgeModelBackwardCondition>;
|
|
11
|
+
export declare namespace WorkflowEdgeModelBackwardCondition {
|
|
12
|
+
type Raw = WorkflowEdgeModelBackwardCondition.Llm | WorkflowEdgeModelBackwardCondition.Result | WorkflowEdgeModelBackwardCondition.Unconditional;
|
|
13
|
+
interface Llm extends WorkflowLlmConditionModel.Raw {
|
|
14
|
+
type: "llm";
|
|
15
|
+
}
|
|
16
|
+
interface Result extends WorkflowResultConditionModel.Raw {
|
|
17
|
+
type: "result";
|
|
18
|
+
}
|
|
19
|
+
interface Unconditional extends WorkflowUnconditionalModel.Raw {
|
|
20
|
+
type: "unconditional";
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.WorkflowEdgeModelBackwardCondition = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const WorkflowLlmConditionModel_1 = require("./WorkflowLlmConditionModel");
|
|
42
|
+
const WorkflowResultConditionModel_1 = require("./WorkflowResultConditionModel");
|
|
43
|
+
const WorkflowUnconditionalModel_1 = require("./WorkflowUnconditionalModel");
|
|
44
|
+
exports.WorkflowEdgeModelBackwardCondition = core.serialization
|
|
45
|
+
.union("type", {
|
|
46
|
+
llm: WorkflowLlmConditionModel_1.WorkflowLlmConditionModel,
|
|
47
|
+
result: WorkflowResultConditionModel_1.WorkflowResultConditionModel,
|
|
48
|
+
unconditional: WorkflowUnconditionalModel_1.WorkflowUnconditionalModel,
|
|
49
|
+
})
|
|
50
|
+
.transform({
|
|
51
|
+
transform: (value) => value,
|
|
52
|
+
untransform: (value) => value,
|
|
53
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { WorkflowLlmConditionModel } from "./WorkflowLlmConditionModel";
|
|
8
|
+
import { WorkflowResultConditionModel } from "./WorkflowResultConditionModel";
|
|
9
|
+
import { WorkflowUnconditionalModel } from "./WorkflowUnconditionalModel";
|
|
10
|
+
export declare const WorkflowEdgeModelForwardCondition: core.serialization.Schema<serializers.WorkflowEdgeModelForwardCondition.Raw, ElevenLabs.WorkflowEdgeModelForwardCondition>;
|
|
11
|
+
export declare namespace WorkflowEdgeModelForwardCondition {
|
|
12
|
+
type Raw = WorkflowEdgeModelForwardCondition.Llm | WorkflowEdgeModelForwardCondition.Result | WorkflowEdgeModelForwardCondition.Unconditional;
|
|
13
|
+
interface Llm extends WorkflowLlmConditionModel.Raw {
|
|
14
|
+
type: "llm";
|
|
15
|
+
}
|
|
16
|
+
interface Result extends WorkflowResultConditionModel.Raw {
|
|
17
|
+
type: "result";
|
|
18
|
+
}
|
|
19
|
+
interface Unconditional extends WorkflowUnconditionalModel.Raw {
|
|
20
|
+
type: "unconditional";
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.WorkflowEdgeModelForwardCondition = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const WorkflowLlmConditionModel_1 = require("./WorkflowLlmConditionModel");
|
|
42
|
+
const WorkflowResultConditionModel_1 = require("./WorkflowResultConditionModel");
|
|
43
|
+
const WorkflowUnconditionalModel_1 = require("./WorkflowUnconditionalModel");
|
|
44
|
+
exports.WorkflowEdgeModelForwardCondition = core.serialization
|
|
45
|
+
.union("type", {
|
|
46
|
+
llm: WorkflowLlmConditionModel_1.WorkflowLlmConditionModel,
|
|
47
|
+
result: WorkflowResultConditionModel_1.WorkflowResultConditionModel,
|
|
48
|
+
unconditional: WorkflowUnconditionalModel_1.WorkflowUnconditionalModel,
|
|
49
|
+
})
|
|
50
|
+
.transform({
|
|
51
|
+
transform: (value) => value,
|
|
52
|
+
untransform: (value) => value,
|
|
53
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { Position } from "./Position";
|
|
8
|
+
export declare const WorkflowEndNodeModel: core.serialization.ObjectSchema<serializers.WorkflowEndNodeModel.Raw, ElevenLabs.WorkflowEndNodeModel>;
|
|
9
|
+
export declare namespace WorkflowEndNodeModel {
|
|
10
|
+
interface Raw {
|
|
11
|
+
position?: Position.Raw | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -36,8 +36,9 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
40
|
-
const core = __importStar(require("
|
|
41
|
-
|
|
42
|
-
|
|
39
|
+
exports.WorkflowEndNodeModel = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const Position_1 = require("./Position");
|
|
42
|
+
exports.WorkflowEndNodeModel = core.serialization.object({
|
|
43
|
+
position: Position_1.Position.optional(),
|
|
43
44
|
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const WorkflowLlmConditionModel: core.serialization.ObjectSchema<serializers.WorkflowLlmConditionModel.Raw, ElevenLabs.WorkflowLlmConditionModel>;
|
|
8
|
+
export declare namespace WorkflowLlmConditionModel {
|
|
9
|
+
interface Raw {
|
|
10
|
+
label?: string | null;
|
|
11
|
+
condition: string;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.WorkflowLlmConditionModel = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
exports.WorkflowLlmConditionModel = core.serialization.object({
|
|
42
|
+
label: core.serialization.string().optional(),
|
|
43
|
+
condition: core.serialization.string(),
|
|
44
|
+
});
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { ConversationalConfigApiModelWorkflowOverride } from "./ConversationalConfigApiModelWorkflowOverride";
|
|
8
|
+
import { KnowledgeBaseLocator } from "./KnowledgeBaseLocator";
|
|
9
|
+
import { Position } from "./Position";
|
|
10
|
+
export declare const WorkflowOverrideAgentNodeModel: core.serialization.ObjectSchema<serializers.WorkflowOverrideAgentNodeModel.Raw, ElevenLabs.WorkflowOverrideAgentNodeModel>;
|
|
11
|
+
export declare namespace WorkflowOverrideAgentNodeModel {
|
|
12
|
+
interface Raw {
|
|
13
|
+
conversation_config?: ConversationalConfigApiModelWorkflowOverride.Raw | null;
|
|
14
|
+
additional_prompt?: string | null;
|
|
15
|
+
additional_knowledge_base?: KnowledgeBaseLocator.Raw[] | null;
|
|
16
|
+
additional_tool_ids?: string[] | null;
|
|
17
|
+
position?: Position.Raw | null;
|
|
18
|
+
label: string;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.WorkflowOverrideAgentNodeModel = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const ConversationalConfigApiModelWorkflowOverride_1 = require("./ConversationalConfigApiModelWorkflowOverride");
|
|
42
|
+
const KnowledgeBaseLocator_1 = require("./KnowledgeBaseLocator");
|
|
43
|
+
const Position_1 = require("./Position");
|
|
44
|
+
exports.WorkflowOverrideAgentNodeModel = core.serialization.object({
|
|
45
|
+
conversationConfig: core.serialization.property("conversation_config", ConversationalConfigApiModelWorkflowOverride_1.ConversationalConfigApiModelWorkflowOverride.optional()),
|
|
46
|
+
additionalPrompt: core.serialization.property("additional_prompt", core.serialization.string().optional()),
|
|
47
|
+
additionalKnowledgeBase: core.serialization.property("additional_knowledge_base", core.serialization.list(KnowledgeBaseLocator_1.KnowledgeBaseLocator).optional()),
|
|
48
|
+
additionalToolIds: core.serialization.property("additional_tool_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
49
|
+
position: Position_1.Position.optional(),
|
|
50
|
+
label: core.serialization.string(),
|
|
51
|
+
});
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { Position } from "./Position";
|
|
8
|
+
import { WorkflowPhoneNumberNodeModelTransferDestination } from "./WorkflowPhoneNumberNodeModelTransferDestination";
|
|
9
|
+
import { TransferTypeEnum } from "./TransferTypeEnum";
|
|
10
|
+
export declare const WorkflowPhoneNumberNodeModel: core.serialization.ObjectSchema<serializers.WorkflowPhoneNumberNodeModel.Raw, ElevenLabs.WorkflowPhoneNumberNodeModel>;
|
|
11
|
+
export declare namespace WorkflowPhoneNumberNodeModel {
|
|
12
|
+
interface Raw {
|
|
13
|
+
position?: Position.Raw | null;
|
|
14
|
+
transfer_destination: WorkflowPhoneNumberNodeModelTransferDestination.Raw;
|
|
15
|
+
transfer_type?: TransferTypeEnum.Raw | null;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.WorkflowPhoneNumberNodeModel = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const Position_1 = require("./Position");
|
|
42
|
+
const WorkflowPhoneNumberNodeModelTransferDestination_1 = require("./WorkflowPhoneNumberNodeModelTransferDestination");
|
|
43
|
+
const TransferTypeEnum_1 = require("./TransferTypeEnum");
|
|
44
|
+
exports.WorkflowPhoneNumberNodeModel = core.serialization.object({
|
|
45
|
+
position: Position_1.Position.optional(),
|
|
46
|
+
transferDestination: core.serialization.property("transfer_destination", WorkflowPhoneNumberNodeModelTransferDestination_1.WorkflowPhoneNumberNodeModelTransferDestination),
|
|
47
|
+
transferType: core.serialization.property("transfer_type", TransferTypeEnum_1.TransferTypeEnum.optional()),
|
|
48
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { PhoneNumberTransferDestination } from "./PhoneNumberTransferDestination";
|
|
8
|
+
import { SipUriTransferDestination } from "./SipUriTransferDestination";
|
|
9
|
+
export declare const WorkflowPhoneNumberNodeModelTransferDestination: core.serialization.Schema<serializers.WorkflowPhoneNumberNodeModelTransferDestination.Raw, ElevenLabs.WorkflowPhoneNumberNodeModelTransferDestination>;
|
|
10
|
+
export declare namespace WorkflowPhoneNumberNodeModelTransferDestination {
|
|
11
|
+
type Raw = WorkflowPhoneNumberNodeModelTransferDestination.Phone | WorkflowPhoneNumberNodeModelTransferDestination.SipUri;
|
|
12
|
+
interface Phone extends PhoneNumberTransferDestination.Raw {
|
|
13
|
+
type: "phone";
|
|
14
|
+
}
|
|
15
|
+
interface SipUri extends SipUriTransferDestination.Raw {
|
|
16
|
+
type: "sip_uri";
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.WorkflowPhoneNumberNodeModelTransferDestination = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const PhoneNumberTransferDestination_1 = require("./PhoneNumberTransferDestination");
|
|
42
|
+
const SipUriTransferDestination_1 = require("./SipUriTransferDestination");
|
|
43
|
+
exports.WorkflowPhoneNumberNodeModelTransferDestination = core.serialization
|
|
44
|
+
.union("type", {
|
|
45
|
+
phone: PhoneNumberTransferDestination_1.PhoneNumberTransferDestination,
|
|
46
|
+
sip_uri: SipUriTransferDestination_1.SipUriTransferDestination,
|
|
47
|
+
})
|
|
48
|
+
.transform({
|
|
49
|
+
transform: (value) => value,
|
|
50
|
+
untransform: (value) => value,
|
|
51
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const WorkflowResultConditionModel: core.serialization.ObjectSchema<serializers.WorkflowResultConditionModel.Raw, ElevenLabs.WorkflowResultConditionModel>;
|
|
8
|
+
export declare namespace WorkflowResultConditionModel {
|
|
9
|
+
interface Raw {
|
|
10
|
+
label?: string | null;
|
|
11
|
+
successful: boolean;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.WorkflowResultConditionModel = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
exports.WorkflowResultConditionModel = core.serialization.object({
|
|
42
|
+
label: core.serialization.string().optional(),
|
|
43
|
+
successful: core.serialization.boolean(),
|
|
44
|
+
});
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { Position } from "./Position";
|
|
8
|
+
export declare const WorkflowStandaloneAgentNodeModel: core.serialization.ObjectSchema<serializers.WorkflowStandaloneAgentNodeModel.Raw, ElevenLabs.WorkflowStandaloneAgentNodeModel>;
|
|
9
|
+
export declare namespace WorkflowStandaloneAgentNodeModel {
|
|
10
|
+
interface Raw {
|
|
11
|
+
position?: Position.Raw | null;
|
|
12
|
+
agent_id: string;
|
|
13
|
+
delay_ms?: number | null;
|
|
14
|
+
transfer_message?: string | null;
|
|
15
|
+
enable_transferred_agent_first_message?: boolean | null;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.WorkflowStandaloneAgentNodeModel = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const Position_1 = require("./Position");
|
|
42
|
+
exports.WorkflowStandaloneAgentNodeModel = core.serialization.object({
|
|
43
|
+
position: Position_1.Position.optional(),
|
|
44
|
+
agentId: core.serialization.property("agent_id", core.serialization.string()),
|
|
45
|
+
delayMs: core.serialization.property("delay_ms", core.serialization.number().optional()),
|
|
46
|
+
transferMessage: core.serialization.property("transfer_message", core.serialization.string().optional()),
|
|
47
|
+
enableTransferredAgentFirstMessage: core.serialization.property("enable_transferred_agent_first_message", core.serialization.boolean().optional()),
|
|
48
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as ElevenLabs from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { Position } from "./Position";
|
|
8
|
+
export declare const WorkflowStartNodeModel: core.serialization.ObjectSchema<serializers.WorkflowStartNodeModel.Raw, ElevenLabs.WorkflowStartNodeModel>;
|
|
9
|
+
export declare namespace WorkflowStartNodeModel {
|
|
10
|
+
interface Raw {
|
|
11
|
+
position?: Position.Raw | null;
|
|
12
|
+
}
|
|
13
|
+
}
|