@elevenlabs/elevenlabs-js 2.22.0 → 2.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.js +2 -2
- package/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +2 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +2 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +33 -1
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +12 -0
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +2 -2
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +7 -5
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/{BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.d.ts → ConversationFeedbackRequestModel.d.ts} +2 -2
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +13 -0
- package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +64 -0
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +2 -0
- package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +50 -2
- package/api/resources/conversationalAi/resources/tools/client/Client.js +50 -2
- package/api/resources/music/client/Client.d.ts +1 -1
- package/api/resources/music/client/Client.js +1 -1
- package/api/types/AgentMetadata.d.ts +1 -0
- package/api/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +34 -0
- package/api/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +34 -0
- package/api/types/ApiIntegrationWebhookToolConfigExternalOutput.js +3 -0
- package/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +8 -8
- package/api/types/AsrProvider.d.ts +5 -1
- package/api/types/AsrProvider.js +5 -0
- package/api/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -0
- package/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -0
- package/api/types/ConversationConfigClientOverrideInput.d.ts +2 -0
- package/api/types/ConversationConfigClientOverrideOutput.d.ts +2 -0
- package/api/types/ConversationFeedbackType.d.ts +5 -0
- package/api/types/ConversationFeedbackType.js +8 -0
- package/api/types/ConversationHistoryFeedbackCommonModel.d.ts +3 -0
- package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +1 -0
- package/api/types/ConversationInitiationSource.d.ts +1 -0
- package/api/types/ConversationInitiationSource.js +1 -0
- package/api/types/ConversationSummaryResponseModel.d.ts +2 -0
- package/api/types/DiscountResposneModel.d.ts +6 -0
- package/api/types/DiscountResposneModel.js +3 -0
- package/api/types/GetAgentResponseModel.d.ts +4 -0
- package/api/types/GetConversationResponseModel.d.ts +1 -0
- package/api/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
- package/api/types/InvoiceResponse.d.ts +4 -2
- package/api/types/LanguagePresetInput.d.ts +2 -0
- package/api/types/LanguagePresetOutput.d.ts +2 -0
- package/api/types/ProjectExtendedResponse.d.ts +4 -0
- package/api/types/ProjectExtendedResponseModelAssetsItem.d.ts +10 -0
- package/api/types/ProjectExtendedResponseModelAssetsItem.js +3 -0
- package/api/types/ProjectExternalAudioResponseModel.d.ts +23 -0
- package/api/types/ProjectExternalAudioResponseModel.js +3 -0
- package/api/types/ProjectSnapshotExtendedResponseModel.d.ts +2 -0
- package/api/types/ProjectVideoResponseModel.d.ts +31 -0
- package/api/types/ProjectVideoResponseModel.js +3 -0
- package/api/types/ProjectVideoThumbnailSheetResponseModel.d.ts +5 -0
- package/api/types/ProjectVideoThumbnailSheetResponseModel.js +3 -0
- package/api/types/ProjectVoiceResponseModel.d.ts +11 -0
- package/api/types/ProjectVoiceResponseModel.js +3 -0
- package/api/types/SoftTimeoutConfig.d.ts +9 -0
- package/api/types/SoftTimeoutConfig.js +3 -0
- package/api/types/SoftTimeoutConfigOverride.d.ts +4 -0
- package/api/types/SoftTimeoutConfigOverride.js +3 -0
- package/api/types/SoftTimeoutConfigOverrideConfig.d.ts +4 -0
- package/api/types/SoftTimeoutConfigOverrideConfig.js +3 -0
- package/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +6 -0
- package/api/types/SoftTimeoutConfigWorkflowOverride.js +3 -0
- package/api/types/TestInvocationSummaryResponseModel.d.ts +4 -0
- package/api/types/ToolRequestModelToolConfig.d.ts +1 -1
- package/api/types/ToolResponseModelToolConfig.d.ts +2 -6
- package/api/types/TtsConversationalModel.d.ts +1 -0
- package/api/types/TtsConversationalModel.js +1 -0
- package/api/types/TtsModelFamily.d.ts +1 -0
- package/api/types/TtsModelFamily.js +1 -0
- package/api/types/TurnConfig.d.ts +4 -0
- package/api/types/TurnConfigOverride.d.ts +5 -0
- package/api/types/TurnConfigOverride.js +3 -0
- package/api/types/TurnConfigOverrideConfig.d.ts +5 -0
- package/api/types/TurnConfigOverrideConfig.js +3 -0
- package/api/types/TurnConfigWorkflowOverride.d.ts +4 -0
- package/api/types/UnitTestRunResponseModel.d.ts +1 -0
- package/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
- package/api/types/WebhookToolApiSchemaConfigInputContentType.d.ts +6 -0
- package/api/types/WebhookToolApiSchemaConfigInputContentType.js +9 -0
- package/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
- package/api/types/WebhookToolApiSchemaConfigOutputContentType.d.ts +6 -0
- package/api/types/WebhookToolApiSchemaConfigOutputContentType.js +9 -0
- package/api/types/WidgetConfig.d.ts +2 -0
- package/api/types/WidgetConfigResponse.d.ts +2 -0
- package/api/types/WidgetEndFeedbackConfig.d.ts +5 -0
- package/api/types/WidgetEndFeedbackConfig.js +3 -0
- package/api/types/WidgetEndFeedbackType.d.ts +1 -0
- package/api/types/WidgetEndFeedbackType.js +3 -0
- package/api/types/WorkspaceResourceType.d.ts +4 -0
- package/api/types/WorkspaceResourceType.js +4 -0
- package/api/types/index.d.ts +19 -0
- package/api/types/index.js +19 -0
- package/dist/Client.js +2 -2
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +33 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +2 -2
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +7 -5
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/{BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.d.ts → ConversationFeedbackRequestModel.d.ts} +2 -2
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.js +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +64 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +50 -2
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +50 -2
- package/dist/api/resources/music/client/Client.d.ts +1 -1
- package/dist/api/resources/music/client/Client.js +1 -1
- package/dist/api/types/AgentMetadata.d.ts +1 -0
- package/dist/api/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +34 -0
- package/dist/api/types/ApiIntegrationWebhookToolConfigExternalInput.js +3 -0
- package/dist/api/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +34 -0
- package/dist/api/types/ApiIntegrationWebhookToolConfigExternalOutput.js +3 -0
- package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +8 -8
- package/dist/api/types/AsrProvider.d.ts +5 -1
- package/dist/api/types/AsrProvider.js +5 -0
- package/dist/api/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -0
- package/dist/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -0
- package/dist/api/types/ConversationConfigClientOverrideInput.d.ts +2 -0
- package/dist/api/types/ConversationConfigClientOverrideOutput.d.ts +2 -0
- package/dist/api/types/ConversationFeedbackType.d.ts +5 -0
- package/dist/api/types/ConversationFeedbackType.js +8 -0
- package/dist/api/types/ConversationHistoryFeedbackCommonModel.d.ts +3 -0
- package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +1 -0
- package/dist/api/types/ConversationInitiationSource.d.ts +1 -0
- package/dist/api/types/ConversationInitiationSource.js +1 -0
- package/dist/api/types/ConversationSummaryResponseModel.d.ts +2 -0
- package/dist/api/types/DiscountResposneModel.d.ts +6 -0
- package/dist/api/types/DiscountResposneModel.js +3 -0
- package/dist/api/types/GetAgentResponseModel.d.ts +4 -0
- package/dist/api/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/api/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
- package/dist/api/types/InvoiceResponse.d.ts +4 -2
- package/dist/api/types/LanguagePresetInput.d.ts +2 -0
- package/dist/api/types/LanguagePresetOutput.d.ts +2 -0
- package/dist/api/types/ProjectExtendedResponse.d.ts +4 -0
- package/dist/api/types/ProjectExtendedResponseModelAssetsItem.d.ts +10 -0
- package/dist/api/types/ProjectExtendedResponseModelAssetsItem.js +3 -0
- package/dist/api/types/ProjectExternalAudioResponseModel.d.ts +23 -0
- package/dist/api/types/ProjectExternalAudioResponseModel.js +3 -0
- package/dist/api/types/ProjectSnapshotExtendedResponseModel.d.ts +2 -0
- package/dist/api/types/ProjectVideoResponseModel.d.ts +31 -0
- package/dist/api/types/ProjectVideoResponseModel.js +3 -0
- package/dist/api/types/ProjectVideoThumbnailSheetResponseModel.d.ts +5 -0
- package/dist/api/types/ProjectVideoThumbnailSheetResponseModel.js +3 -0
- package/dist/api/types/ProjectVoiceResponseModel.d.ts +11 -0
- package/dist/api/types/ProjectVoiceResponseModel.js +3 -0
- package/dist/api/types/SoftTimeoutConfig.d.ts +9 -0
- package/dist/api/types/SoftTimeoutConfig.js +3 -0
- package/dist/api/types/SoftTimeoutConfigOverride.d.ts +4 -0
- package/dist/api/types/SoftTimeoutConfigOverride.js +3 -0
- package/dist/api/types/SoftTimeoutConfigOverrideConfig.d.ts +4 -0
- package/dist/api/types/SoftTimeoutConfigOverrideConfig.js +3 -0
- package/dist/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +6 -0
- package/dist/api/types/SoftTimeoutConfigWorkflowOverride.js +3 -0
- package/dist/api/types/TestInvocationSummaryResponseModel.d.ts +4 -0
- package/dist/api/types/ToolRequestModelToolConfig.d.ts +1 -1
- package/dist/api/types/ToolResponseModelToolConfig.d.ts +2 -6
- package/dist/api/types/TtsConversationalModel.d.ts +1 -0
- package/dist/api/types/TtsConversationalModel.js +1 -0
- package/dist/api/types/TtsModelFamily.d.ts +1 -0
- package/dist/api/types/TtsModelFamily.js +1 -0
- package/dist/api/types/TurnConfig.d.ts +4 -0
- package/dist/api/types/TurnConfigOverride.d.ts +5 -0
- package/dist/api/types/TurnConfigOverride.js +3 -0
- package/dist/api/types/TurnConfigOverrideConfig.d.ts +5 -0
- package/dist/api/types/TurnConfigOverrideConfig.js +3 -0
- package/dist/api/types/TurnConfigWorkflowOverride.d.ts +4 -0
- package/dist/api/types/UnitTestRunResponseModel.d.ts +1 -0
- package/dist/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
- package/dist/api/types/WebhookToolApiSchemaConfigInputContentType.d.ts +6 -0
- package/dist/api/types/WebhookToolApiSchemaConfigInputContentType.js +9 -0
- package/dist/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
- package/dist/api/types/WebhookToolApiSchemaConfigOutputContentType.d.ts +6 -0
- package/dist/api/types/WebhookToolApiSchemaConfigOutputContentType.js +9 -0
- package/dist/api/types/WidgetConfig.d.ts +2 -0
- package/dist/api/types/WidgetConfigResponse.d.ts +2 -0
- package/dist/api/types/WidgetEndFeedbackConfig.d.ts +5 -0
- package/dist/api/types/WidgetEndFeedbackConfig.js +3 -0
- package/dist/api/types/WidgetEndFeedbackType.d.ts +1 -0
- package/dist/api/types/WidgetEndFeedbackType.js +3 -0
- package/dist/api/types/WorkspaceResourceType.d.ts +4 -0
- package/dist/api/types/WorkspaceResourceType.js +4 -0
- package/dist/api/types/index.d.ts +19 -0
- package/dist/api/types/index.js +19 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +10 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/{BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.js → ConversationFeedbackRequestModel.js} +3 -3
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.js +3 -3
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.js +1 -0
- package/dist/serialization/types/AgentMetadata.d.ts +1 -0
- package/dist/serialization/types/AgentMetadata.js +1 -0
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +30 -0
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.js +62 -0
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +30 -0
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.js +62 -0
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +8 -8
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +8 -8
- package/dist/serialization/types/AsrProvider.d.ts +1 -1
- package/dist/serialization/types/AsrProvider.js +1 -1
- package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -0
- package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.js +2 -0
- package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -0
- package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.js +2 -0
- package/dist/serialization/types/ConversationConfigClientOverrideInput.d.ts +2 -0
- package/dist/serialization/types/ConversationConfigClientOverrideInput.js +2 -0
- package/dist/serialization/types/ConversationConfigClientOverrideOutput.d.ts +2 -0
- package/dist/serialization/types/ConversationConfigClientOverrideOutput.js +2 -0
- package/dist/serialization/types/ConversationFeedbackType.d.ts +7 -0
- package/dist/serialization/types/ConversationFeedbackType.js +39 -0
- package/dist/serialization/types/ConversationHistoryFeedbackCommonModel.d.ts +4 -0
- package/dist/serialization/types/ConversationHistoryFeedbackCommonModel.js +4 -0
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +1 -1
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +1 -1
- package/dist/serialization/types/ConversationInitiationSource.d.ts +1 -1
- package/dist/serialization/types/ConversationInitiationSource.js +1 -0
- package/dist/serialization/types/ConversationSummaryResponseModel.d.ts +2 -0
- package/dist/serialization/types/ConversationSummaryResponseModel.js +2 -0
- package/dist/serialization/types/DiscountResposneModel.d.ts +10 -0
- package/dist/serialization/types/DiscountResposneModel.js +42 -0
- package/dist/serialization/types/GetAgentResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetAgentResponseModel.js +2 -0
- package/dist/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetConversationResponseModel.js +1 -0
- package/dist/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetTestSuiteInvocationResponseModel.js +1 -0
- package/dist/serialization/types/InvoiceResponse.d.ts +2 -0
- package/dist/serialization/types/InvoiceResponse.js +2 -0
- package/dist/serialization/types/LanguagePresetInput.d.ts +1 -0
- package/dist/serialization/types/LanguagePresetInput.js +1 -0
- package/dist/serialization/types/LanguagePresetOutput.d.ts +1 -0
- package/dist/serialization/types/LanguagePresetOutput.js +1 -0
- package/dist/serialization/types/ProjectExtendedResponse.d.ts +4 -0
- package/dist/serialization/types/ProjectExtendedResponse.js +4 -0
- package/dist/serialization/types/ProjectExtendedResponseModelAssetsItem.d.ts +15 -0
- package/dist/serialization/types/ProjectExtendedResponseModelAssetsItem.js +49 -0
- package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +29 -0
- package/dist/serialization/types/ProjectExternalAudioResponseModel.js +61 -0
- package/dist/serialization/types/ProjectSnapshotExtendedResponseModel.d.ts +1 -0
- package/dist/serialization/types/ProjectSnapshotExtendedResponseModel.js +1 -0
- package/dist/serialization/types/ProjectVideoResponseModel.d.ts +37 -0
- package/dist/serialization/types/ProjectVideoResponseModel.js +69 -0
- package/dist/serialization/types/ProjectVideoThumbnailSheetResponseModel.d.ts +11 -0
- package/dist/serialization/types/ProjectVideoThumbnailSheetResponseModel.js +43 -0
- package/dist/serialization/types/ProjectVoiceResponseModel.d.ts +17 -0
- package/dist/serialization/types/ProjectVoiceResponseModel.js +49 -0
- package/dist/serialization/types/SoftTimeoutConfig.d.ts +10 -0
- package/dist/serialization/types/SoftTimeoutConfig.js +42 -0
- package/dist/serialization/types/SoftTimeoutConfigOverride.d.ts +9 -0
- package/dist/serialization/types/SoftTimeoutConfigOverride.js +41 -0
- package/dist/serialization/types/SoftTimeoutConfigOverrideConfig.d.ts +9 -0
- package/dist/serialization/types/SoftTimeoutConfigOverrideConfig.js +41 -0
- package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +10 -0
- package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.js +42 -0
- package/dist/serialization/types/TestInvocationSummaryResponseModel.d.ts +2 -0
- package/dist/serialization/types/TestInvocationSummaryResponseModel.js +2 -0
- package/dist/serialization/types/ToolRequestModelToolConfig.d.ts +2 -2
- package/dist/serialization/types/ToolRequestModelToolConfig.js +2 -2
- package/dist/serialization/types/ToolResponseModelToolConfig.d.ts +3 -7
- package/dist/serialization/types/ToolResponseModelToolConfig.js +2 -5
- package/dist/serialization/types/TtsConversationalModel.d.ts +1 -1
- package/dist/serialization/types/TtsConversationalModel.js +1 -0
- package/dist/serialization/types/TtsModelFamily.d.ts +1 -1
- package/dist/serialization/types/TtsModelFamily.js +1 -1
- package/dist/serialization/types/TurnConfig.d.ts +3 -0
- package/dist/serialization/types/TurnConfig.js +3 -0
- package/dist/serialization/types/TurnConfigOverride.d.ts +10 -0
- package/dist/serialization/types/TurnConfigOverride.js +42 -0
- package/dist/serialization/types/TurnConfigOverrideConfig.d.ts +10 -0
- package/dist/serialization/types/TurnConfigOverrideConfig.js +42 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +3 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.js +3 -0
- package/dist/serialization/types/UnitTestRunResponseModel.d.ts +1 -0
- package/dist/serialization/types/UnitTestRunResponseModel.js +1 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigInput.js +2 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigInputContentType.d.ts +7 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigInputContentType.js +39 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.js +2 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutputContentType.d.ts +7 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutputContentType.js +39 -0
- package/dist/serialization/types/WidgetConfig.d.ts +2 -0
- package/dist/serialization/types/WidgetConfig.js +2 -0
- package/dist/serialization/types/WidgetConfigResponse.d.ts +2 -0
- package/dist/serialization/types/WidgetConfigResponse.js +2 -0
- package/dist/serialization/types/WidgetEndFeedbackConfig.d.ts +10 -0
- package/dist/serialization/types/WidgetEndFeedbackConfig.js +42 -0
- package/dist/serialization/types/WidgetEndFeedbackType.d.ts +7 -0
- package/dist/serialization/types/WidgetEndFeedbackType.js +39 -0
- package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/dist/serialization/types/WorkspaceResourceType.js +4 -0
- package/dist/serialization/types/index.d.ts +19 -0
- package/dist/serialization/types/index.js +19 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/ElevenLabsClient.d.ts +2 -2
- package/dist/wrapper/ElevenLabsClient.js +2 -1
- package/dist/wrapper/music.d.ts +11 -0
- package/dist/wrapper/music.js +32 -0
- package/dist/wrapper/realtime/connection.d.ts +59 -10
- package/dist/wrapper/realtime/connection.js +14 -14
- package/dist/wrapper/realtime/index.d.ts +1 -1
- package/dist/wrapper/realtime/scribe.d.ts +2 -2
- package/dist/wrapper/realtime/scribe.js +5 -5
- package/package.json +1 -1
- package/reference.md +114 -1
- package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +1 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +10 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/{BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.js → ConversationFeedbackRequestModel.js} +3 -3
- package/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.js +3 -3
- package/serialization/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.js +1 -0
- package/serialization/types/AgentMetadata.d.ts +1 -0
- package/serialization/types/AgentMetadata.js +1 -0
- package/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +30 -0
- package/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.js +62 -0
- package/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +30 -0
- package/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.js +62 -0
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +8 -8
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +8 -8
- package/serialization/types/AsrProvider.d.ts +1 -1
- package/serialization/types/AsrProvider.js +1 -1
- package/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -0
- package/serialization/types/ConversationConfigClientOverrideConfigInput.js +2 -0
- package/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -0
- package/serialization/types/ConversationConfigClientOverrideConfigOutput.js +2 -0
- package/serialization/types/ConversationConfigClientOverrideInput.d.ts +2 -0
- package/serialization/types/ConversationConfigClientOverrideInput.js +2 -0
- package/serialization/types/ConversationConfigClientOverrideOutput.d.ts +2 -0
- package/serialization/types/ConversationConfigClientOverrideOutput.js +2 -0
- package/serialization/types/ConversationFeedbackType.d.ts +7 -0
- package/serialization/types/ConversationFeedbackType.js +39 -0
- package/serialization/types/ConversationHistoryFeedbackCommonModel.d.ts +4 -0
- package/serialization/types/ConversationHistoryFeedbackCommonModel.js +4 -0
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +1 -1
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +1 -1
- package/serialization/types/ConversationInitiationSource.d.ts +1 -1
- package/serialization/types/ConversationInitiationSource.js +1 -0
- package/serialization/types/ConversationSummaryResponseModel.d.ts +2 -0
- package/serialization/types/ConversationSummaryResponseModel.js +2 -0
- package/serialization/types/DiscountResposneModel.d.ts +10 -0
- package/serialization/types/DiscountResposneModel.js +42 -0
- package/serialization/types/GetAgentResponseModel.d.ts +2 -0
- package/serialization/types/GetAgentResponseModel.js +2 -0
- package/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/serialization/types/GetConversationResponseModel.js +1 -0
- package/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +1 -0
- package/serialization/types/GetTestSuiteInvocationResponseModel.js +1 -0
- package/serialization/types/InvoiceResponse.d.ts +2 -0
- package/serialization/types/InvoiceResponse.js +2 -0
- package/serialization/types/LanguagePresetInput.d.ts +1 -0
- package/serialization/types/LanguagePresetInput.js +1 -0
- package/serialization/types/LanguagePresetOutput.d.ts +1 -0
- package/serialization/types/LanguagePresetOutput.js +1 -0
- package/serialization/types/ProjectExtendedResponse.d.ts +4 -0
- package/serialization/types/ProjectExtendedResponse.js +4 -0
- package/serialization/types/ProjectExtendedResponseModelAssetsItem.d.ts +15 -0
- package/serialization/types/ProjectExtendedResponseModelAssetsItem.js +49 -0
- package/serialization/types/ProjectExternalAudioResponseModel.d.ts +29 -0
- package/serialization/types/ProjectExternalAudioResponseModel.js +61 -0
- package/serialization/types/ProjectSnapshotExtendedResponseModel.d.ts +1 -0
- package/serialization/types/ProjectSnapshotExtendedResponseModel.js +1 -0
- package/serialization/types/ProjectVideoResponseModel.d.ts +37 -0
- package/serialization/types/ProjectVideoResponseModel.js +69 -0
- package/serialization/types/ProjectVideoThumbnailSheetResponseModel.d.ts +11 -0
- package/serialization/types/ProjectVideoThumbnailSheetResponseModel.js +43 -0
- package/serialization/types/ProjectVoiceResponseModel.d.ts +17 -0
- package/serialization/types/ProjectVoiceResponseModel.js +49 -0
- package/serialization/types/SoftTimeoutConfig.d.ts +10 -0
- package/serialization/types/SoftTimeoutConfig.js +42 -0
- package/serialization/types/SoftTimeoutConfigOverride.d.ts +9 -0
- package/serialization/types/SoftTimeoutConfigOverride.js +41 -0
- package/serialization/types/SoftTimeoutConfigOverrideConfig.d.ts +9 -0
- package/serialization/types/SoftTimeoutConfigOverrideConfig.js +41 -0
- package/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +10 -0
- package/serialization/types/SoftTimeoutConfigWorkflowOverride.js +42 -0
- package/serialization/types/TestInvocationSummaryResponseModel.d.ts +2 -0
- package/serialization/types/TestInvocationSummaryResponseModel.js +2 -0
- package/serialization/types/ToolRequestModelToolConfig.d.ts +2 -2
- package/serialization/types/ToolRequestModelToolConfig.js +2 -2
- package/serialization/types/ToolResponseModelToolConfig.d.ts +3 -7
- package/serialization/types/ToolResponseModelToolConfig.js +2 -5
- package/serialization/types/TtsConversationalModel.d.ts +1 -1
- package/serialization/types/TtsConversationalModel.js +1 -0
- package/serialization/types/TtsModelFamily.d.ts +1 -1
- package/serialization/types/TtsModelFamily.js +1 -1
- package/serialization/types/TurnConfig.d.ts +3 -0
- package/serialization/types/TurnConfig.js +3 -0
- package/serialization/types/TurnConfigOverride.d.ts +10 -0
- package/serialization/types/TurnConfigOverride.js +42 -0
- package/serialization/types/TurnConfigOverrideConfig.d.ts +10 -0
- package/serialization/types/TurnConfigOverrideConfig.js +42 -0
- package/serialization/types/TurnConfigWorkflowOverride.d.ts +3 -0
- package/serialization/types/TurnConfigWorkflowOverride.js +3 -0
- package/serialization/types/UnitTestRunResponseModel.d.ts +1 -0
- package/serialization/types/UnitTestRunResponseModel.js +1 -0
- package/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
- package/serialization/types/WebhookToolApiSchemaConfigInput.js +2 -0
- package/serialization/types/WebhookToolApiSchemaConfigInputContentType.d.ts +7 -0
- package/serialization/types/WebhookToolApiSchemaConfigInputContentType.js +39 -0
- package/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
- package/serialization/types/WebhookToolApiSchemaConfigOutput.js +2 -0
- package/serialization/types/WebhookToolApiSchemaConfigOutputContentType.d.ts +7 -0
- package/serialization/types/WebhookToolApiSchemaConfigOutputContentType.js +39 -0
- package/serialization/types/WidgetConfig.d.ts +2 -0
- package/serialization/types/WidgetConfig.js +2 -0
- package/serialization/types/WidgetConfigResponse.d.ts +2 -0
- package/serialization/types/WidgetConfigResponse.js +2 -0
- package/serialization/types/WidgetEndFeedbackConfig.d.ts +10 -0
- package/serialization/types/WidgetEndFeedbackConfig.js +42 -0
- package/serialization/types/WidgetEndFeedbackType.d.ts +7 -0
- package/serialization/types/WidgetEndFeedbackType.js +39 -0
- package/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/serialization/types/WorkspaceResourceType.js +4 -0
- package/serialization/types/index.d.ts +19 -0
- package/serialization/types/index.js +19 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/ElevenLabsClient.d.ts +2 -2
- package/wrapper/ElevenLabsClient.js +2 -1
- package/wrapper/music.d.ts +11 -0
- package/wrapper/music.js +32 -0
- package/wrapper/realtime/connection.d.ts +59 -10
- package/wrapper/realtime/connection.js +14 -14
- package/wrapper/realtime/index.d.ts +1 -1
- package/wrapper/realtime/scribe.d.ts +2 -2
- package/wrapper/realtime/scribe.js +5 -5
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.d.ts +0 -10
- package/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.d.ts +0 -10
- /package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/{BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.js → ConversationFeedbackRequestModel.js} +0 -0
- /package/{dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/BodySendConversationFeedbackV1ConvaiConversationsConversationIdFeedbackPost.js → api/types/ApiIntegrationWebhookToolConfigExternalInput.js} +0 -0
package/reference.md
CHANGED
|
@@ -4175,6 +4175,8 @@ await client.conversationalAi.conversations.list({
|
|
|
4175
4175
|
callSuccessful: "success",
|
|
4176
4176
|
callStartBeforeUnix: 1,
|
|
4177
4177
|
callStartAfterUnix: 1,
|
|
4178
|
+
callDurationMinSecs: 1,
|
|
4179
|
+
callDurationMaxSecs: 1,
|
|
4178
4180
|
userId: "user_id",
|
|
4179
4181
|
pageSize: 1,
|
|
4180
4182
|
summaryMode: "exclude",
|
|
@@ -6042,6 +6044,30 @@ await client.conversationalAi.tools.create({
|
|
|
6042
6044
|
description: "description",
|
|
6043
6045
|
apiIntegrationId: "api_integration_id",
|
|
6044
6046
|
apiIntegrationConnectionId: "api_integration_connection_id",
|
|
6047
|
+
baseApiSchema: {
|
|
6048
|
+
url: "https://example.com/agents/{agent_id}",
|
|
6049
|
+
method: "GET",
|
|
6050
|
+
pathParamsSchema: {
|
|
6051
|
+
agent_id: {
|
|
6052
|
+
type: "string",
|
|
6053
|
+
},
|
|
6054
|
+
},
|
|
6055
|
+
queryParamsSchema: {
|
|
6056
|
+
properties: {
|
|
6057
|
+
key: {
|
|
6058
|
+
type: "string",
|
|
6059
|
+
description: "My property",
|
|
6060
|
+
isSystemProvided: false,
|
|
6061
|
+
dynamicVariable: "",
|
|
6062
|
+
constantValue: "",
|
|
6063
|
+
},
|
|
6064
|
+
},
|
|
6065
|
+
},
|
|
6066
|
+
requestBodySchema: {},
|
|
6067
|
+
requestHeaders: {
|
|
6068
|
+
Authorization: "Bearer {api_key}",
|
|
6069
|
+
},
|
|
6070
|
+
},
|
|
6045
6071
|
},
|
|
6046
6072
|
});
|
|
6047
6073
|
```
|
|
@@ -6239,6 +6265,30 @@ await client.conversationalAi.tools.update("tool_id", {
|
|
|
6239
6265
|
description: "description",
|
|
6240
6266
|
apiIntegrationId: "api_integration_id",
|
|
6241
6267
|
apiIntegrationConnectionId: "api_integration_connection_id",
|
|
6268
|
+
baseApiSchema: {
|
|
6269
|
+
url: "https://example.com/agents/{agent_id}",
|
|
6270
|
+
method: "GET",
|
|
6271
|
+
pathParamsSchema: {
|
|
6272
|
+
agent_id: {
|
|
6273
|
+
type: "string",
|
|
6274
|
+
},
|
|
6275
|
+
},
|
|
6276
|
+
queryParamsSchema: {
|
|
6277
|
+
properties: {
|
|
6278
|
+
key: {
|
|
6279
|
+
type: "string",
|
|
6280
|
+
description: "My property",
|
|
6281
|
+
isSystemProvided: false,
|
|
6282
|
+
dynamicVariable: "",
|
|
6283
|
+
constantValue: "",
|
|
6284
|
+
},
|
|
6285
|
+
},
|
|
6286
|
+
},
|
|
6287
|
+
requestBodySchema: {},
|
|
6288
|
+
requestHeaders: {
|
|
6289
|
+
Authorization: "Bearer {api_key}",
|
|
6290
|
+
},
|
|
6291
|
+
},
|
|
6242
6292
|
},
|
|
6243
6293
|
});
|
|
6244
6294
|
```
|
|
@@ -7318,6 +7368,69 @@ await client.conversationalAi.mcpServers.get("mcp_server_id");
|
|
|
7318
7368
|
</dl>
|
|
7319
7369
|
</details>
|
|
7320
7370
|
|
|
7371
|
+
<details><summary><code>client.conversationalAi.mcpServers.<a href="/src/api/resources/conversationalAi/resources/mcpServers/client/Client.ts">delete</a>(mcpServerId) -> unknown</code></summary>
|
|
7372
|
+
<dl>
|
|
7373
|
+
<dd>
|
|
7374
|
+
|
|
7375
|
+
#### 📝 Description
|
|
7376
|
+
|
|
7377
|
+
<dl>
|
|
7378
|
+
<dd>
|
|
7379
|
+
|
|
7380
|
+
<dl>
|
|
7381
|
+
<dd>
|
|
7382
|
+
|
|
7383
|
+
Delete a specific MCP server configuration from the workspace.
|
|
7384
|
+
|
|
7385
|
+
</dd>
|
|
7386
|
+
</dl>
|
|
7387
|
+
</dd>
|
|
7388
|
+
</dl>
|
|
7389
|
+
|
|
7390
|
+
#### 🔌 Usage
|
|
7391
|
+
|
|
7392
|
+
<dl>
|
|
7393
|
+
<dd>
|
|
7394
|
+
|
|
7395
|
+
<dl>
|
|
7396
|
+
<dd>
|
|
7397
|
+
|
|
7398
|
+
```typescript
|
|
7399
|
+
await client.conversationalAi.mcpServers.delete("mcp_server_id");
|
|
7400
|
+
```
|
|
7401
|
+
|
|
7402
|
+
</dd>
|
|
7403
|
+
</dl>
|
|
7404
|
+
</dd>
|
|
7405
|
+
</dl>
|
|
7406
|
+
|
|
7407
|
+
#### ⚙️ Parameters
|
|
7408
|
+
|
|
7409
|
+
<dl>
|
|
7410
|
+
<dd>
|
|
7411
|
+
|
|
7412
|
+
<dl>
|
|
7413
|
+
<dd>
|
|
7414
|
+
|
|
7415
|
+
**mcpServerId:** `string` — ID of the MCP Server.
|
|
7416
|
+
|
|
7417
|
+
</dd>
|
|
7418
|
+
</dl>
|
|
7419
|
+
|
|
7420
|
+
<dl>
|
|
7421
|
+
<dd>
|
|
7422
|
+
|
|
7423
|
+
**requestOptions:** `McpServers.RequestOptions`
|
|
7424
|
+
|
|
7425
|
+
</dd>
|
|
7426
|
+
</dl>
|
|
7427
|
+
</dd>
|
|
7428
|
+
</dl>
|
|
7429
|
+
|
|
7430
|
+
</dd>
|
|
7431
|
+
</dl>
|
|
7432
|
+
</details>
|
|
7433
|
+
|
|
7321
7434
|
<details><summary><code>client.conversationalAi.mcpServers.<a href="/src/api/resources/conversationalAi/resources/mcpServers/client/Client.ts">update</a>(mcpServerId, { ...params }) -> ElevenLabs.McpServerResponseModel</code></summary>
|
|
7322
7435
|
<dl>
|
|
7323
7436
|
<dd>
|
|
@@ -7863,7 +7976,7 @@ await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWA
|
|
|
7863
7976
|
<dl>
|
|
7864
7977
|
<dd>
|
|
7865
7978
|
|
|
7866
|
-
**request:** `ElevenLabs.conversationalAi.conversations.
|
|
7979
|
+
**request:** `ElevenLabs.conversationalAi.conversations.ConversationFeedbackRequestModel`
|
|
7867
7980
|
|
|
7868
7981
|
</dd>
|
|
7869
7982
|
</dl>
|
|
@@ -41,4 +41,5 @@ const AdhocAgentConfigOverrideForTestRequestModel_1 = require("../../../../../..
|
|
|
41
41
|
exports.RunAgentTestsRequestModel = core.serialization.object({
|
|
42
42
|
tests: core.serialization.list(SingleTestRunRequestModel_1.SingleTestRunRequestModel),
|
|
43
43
|
agentConfigOverride: core.serialization.property("agent_config_override", AdhocAgentConfigOverrideForTestRequestModel_1.AdhocAgentConfigOverrideForTestRequestModel.optional()),
|
|
44
|
+
branchId: core.serialization.property("branch_id", core.serialization.string().optional()),
|
|
44
45
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as serializers from "../../../../../../../../index";
|
|
2
|
+
import * as ElevenLabs from "../../../../../../../../../api/index";
|
|
3
|
+
import * as core from "../../../../../../../../../core";
|
|
4
|
+
import { UserFeedbackScore } from "../../../../../../../../types/UserFeedbackScore";
|
|
5
|
+
export declare const ConversationFeedbackRequestModel: core.serialization.Schema<serializers.conversationalAi.conversations.ConversationFeedbackRequestModel.Raw, ElevenLabs.conversationalAi.conversations.ConversationFeedbackRequestModel>;
|
|
6
|
+
export declare namespace ConversationFeedbackRequestModel {
|
|
7
|
+
interface Raw {
|
|
8
|
+
feedback?: UserFeedbackScore.Raw | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -34,9 +34,9 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.ConversationFeedbackRequestModel = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../../../../../../core"));
|
|
39
39
|
const UserFeedbackScore_1 = require("../../../../../../../../types/UserFeedbackScore");
|
|
40
|
-
exports.
|
|
41
|
-
feedback: UserFeedbackScore_1.UserFeedbackScore,
|
|
40
|
+
exports.ConversationFeedbackRequestModel = core.serialization.object({
|
|
41
|
+
feedback: UserFeedbackScore_1.UserFeedbackScore.optional(),
|
|
42
42
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { ConversationFeedbackRequestModel } from "./ConversationFeedbackRequestModel";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
var
|
|
5
|
-
Object.defineProperty(exports, "
|
|
3
|
+
exports.ConversationFeedbackRequestModel = void 0;
|
|
4
|
+
var ConversationFeedbackRequestModel_1 = require("./ConversationFeedbackRequestModel");
|
|
5
|
+
Object.defineProperty(exports, "ConversationFeedbackRequestModel", { enumerable: true, get: function () { return ConversationFeedbackRequestModel_1.ConversationFeedbackRequestModel; } });
|
|
@@ -41,4 +41,5 @@ exports.ResubmitTestsRequestModel = core.serialization.object({
|
|
|
41
41
|
testRunIds: core.serialization.property("test_run_ids", core.serialization.list(core.serialization.string())),
|
|
42
42
|
agentConfigOverride: core.serialization.property("agent_config_override", AdhocAgentConfigOverrideForTestRequestModel_1.AdhocAgentConfigOverrideForTestRequestModel.optional()),
|
|
43
43
|
agentId: core.serialization.property("agent_id", core.serialization.string()),
|
|
44
|
+
branchId: core.serialization.property("branch_id", core.serialization.string().optional()),
|
|
44
45
|
});
|
|
@@ -38,5 +38,6 @@ exports.AgentMetadata = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
exports.AgentMetadata = core.serialization.object({
|
|
40
40
|
agentId: core.serialization.property("agent_id", core.serialization.string()),
|
|
41
|
+
branchId: core.serialization.property("branch_id", core.serialization.string().optional()),
|
|
41
42
|
workflowNodeId: core.serialization.property("workflow_node_id", core.serialization.string().optional()),
|
|
42
43
|
});
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as serializers from "../index";
|
|
2
|
+
import * as ElevenLabs from "../../api/index";
|
|
3
|
+
import * as core from "../../core";
|
|
4
|
+
import { DynamicVariableAssignment } from "./DynamicVariableAssignment";
|
|
5
|
+
import { ToolCallSoundType } from "./ToolCallSoundType";
|
|
6
|
+
import { ToolCallSoundBehavior } from "./ToolCallSoundBehavior";
|
|
7
|
+
import { DynamicVariablesConfig } from "./DynamicVariablesConfig";
|
|
8
|
+
import { ToolExecutionMode } from "./ToolExecutionMode";
|
|
9
|
+
import { ApiIntegrationWebhookOverridesInput } from "./ApiIntegrationWebhookOverridesInput";
|
|
10
|
+
import { WebhookToolApiSchemaConfigInput } from "./WebhookToolApiSchemaConfigInput";
|
|
11
|
+
export declare const ApiIntegrationWebhookToolConfigExternalInput: core.serialization.ObjectSchema<serializers.ApiIntegrationWebhookToolConfigExternalInput.Raw, ElevenLabs.ApiIntegrationWebhookToolConfigExternalInput>;
|
|
12
|
+
export declare namespace ApiIntegrationWebhookToolConfigExternalInput {
|
|
13
|
+
interface Raw {
|
|
14
|
+
name: string;
|
|
15
|
+
description: string;
|
|
16
|
+
response_timeout_secs?: number | null;
|
|
17
|
+
disable_interruptions?: boolean | null;
|
|
18
|
+
force_pre_tool_speech?: boolean | null;
|
|
19
|
+
assignments?: DynamicVariableAssignment.Raw[] | null;
|
|
20
|
+
tool_call_sound?: ToolCallSoundType.Raw | null;
|
|
21
|
+
tool_call_sound_behavior?: ToolCallSoundBehavior.Raw | null;
|
|
22
|
+
dynamic_variables?: DynamicVariablesConfig.Raw | null;
|
|
23
|
+
execution_mode?: ToolExecutionMode.Raw | null;
|
|
24
|
+
tool_version?: string | null;
|
|
25
|
+
api_integration_id: string;
|
|
26
|
+
api_integration_connection_id: string;
|
|
27
|
+
api_schema_overrides?: ApiIntegrationWebhookOverridesInput.Raw | null;
|
|
28
|
+
base_api_schema: WebhookToolApiSchemaConfigInput.Raw;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.ApiIntegrationWebhookToolConfigExternalInput = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const DynamicVariableAssignment_1 = require("./DynamicVariableAssignment");
|
|
40
|
+
const ToolCallSoundType_1 = require("./ToolCallSoundType");
|
|
41
|
+
const ToolCallSoundBehavior_1 = require("./ToolCallSoundBehavior");
|
|
42
|
+
const DynamicVariablesConfig_1 = require("./DynamicVariablesConfig");
|
|
43
|
+
const ToolExecutionMode_1 = require("./ToolExecutionMode");
|
|
44
|
+
const ApiIntegrationWebhookOverridesInput_1 = require("./ApiIntegrationWebhookOverridesInput");
|
|
45
|
+
const WebhookToolApiSchemaConfigInput_1 = require("./WebhookToolApiSchemaConfigInput");
|
|
46
|
+
exports.ApiIntegrationWebhookToolConfigExternalInput = core.serialization.object({
|
|
47
|
+
name: core.serialization.string(),
|
|
48
|
+
description: core.serialization.string(),
|
|
49
|
+
responseTimeoutSecs: core.serialization.property("response_timeout_secs", core.serialization.number().optional()),
|
|
50
|
+
disableInterruptions: core.serialization.property("disable_interruptions", core.serialization.boolean().optional()),
|
|
51
|
+
forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean().optional()),
|
|
52
|
+
assignments: core.serialization.list(DynamicVariableAssignment_1.DynamicVariableAssignment).optional(),
|
|
53
|
+
toolCallSound: core.serialization.property("tool_call_sound", ToolCallSoundType_1.ToolCallSoundType.optional()),
|
|
54
|
+
toolCallSoundBehavior: core.serialization.property("tool_call_sound_behavior", ToolCallSoundBehavior_1.ToolCallSoundBehavior.optional()),
|
|
55
|
+
dynamicVariables: core.serialization.property("dynamic_variables", DynamicVariablesConfig_1.DynamicVariablesConfig.optional()),
|
|
56
|
+
executionMode: core.serialization.property("execution_mode", ToolExecutionMode_1.ToolExecutionMode.optional()),
|
|
57
|
+
toolVersion: core.serialization.property("tool_version", core.serialization.string().optional()),
|
|
58
|
+
apiIntegrationId: core.serialization.property("api_integration_id", core.serialization.string()),
|
|
59
|
+
apiIntegrationConnectionId: core.serialization.property("api_integration_connection_id", core.serialization.string()),
|
|
60
|
+
apiSchemaOverrides: core.serialization.property("api_schema_overrides", ApiIntegrationWebhookOverridesInput_1.ApiIntegrationWebhookOverridesInput.optional()),
|
|
61
|
+
baseApiSchema: core.serialization.property("base_api_schema", WebhookToolApiSchemaConfigInput_1.WebhookToolApiSchemaConfigInput),
|
|
62
|
+
});
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as serializers from "../index";
|
|
2
|
+
import * as ElevenLabs from "../../api/index";
|
|
3
|
+
import * as core from "../../core";
|
|
4
|
+
import { DynamicVariableAssignment } from "./DynamicVariableAssignment";
|
|
5
|
+
import { ToolCallSoundType } from "./ToolCallSoundType";
|
|
6
|
+
import { ToolCallSoundBehavior } from "./ToolCallSoundBehavior";
|
|
7
|
+
import { DynamicVariablesConfig } from "./DynamicVariablesConfig";
|
|
8
|
+
import { ToolExecutionMode } from "./ToolExecutionMode";
|
|
9
|
+
import { ApiIntegrationWebhookOverridesOutput } from "./ApiIntegrationWebhookOverridesOutput";
|
|
10
|
+
import { WebhookToolApiSchemaConfigOutput } from "./WebhookToolApiSchemaConfigOutput";
|
|
11
|
+
export declare const ApiIntegrationWebhookToolConfigExternalOutput: core.serialization.ObjectSchema<serializers.ApiIntegrationWebhookToolConfigExternalOutput.Raw, ElevenLabs.ApiIntegrationWebhookToolConfigExternalOutput>;
|
|
12
|
+
export declare namespace ApiIntegrationWebhookToolConfigExternalOutput {
|
|
13
|
+
interface Raw {
|
|
14
|
+
name: string;
|
|
15
|
+
description: string;
|
|
16
|
+
response_timeout_secs: number;
|
|
17
|
+
disable_interruptions: boolean;
|
|
18
|
+
force_pre_tool_speech: boolean;
|
|
19
|
+
assignments: DynamicVariableAssignment.Raw[];
|
|
20
|
+
tool_call_sound?: ToolCallSoundType.Raw | null;
|
|
21
|
+
tool_call_sound_behavior: ToolCallSoundBehavior.Raw;
|
|
22
|
+
dynamic_variables: DynamicVariablesConfig.Raw;
|
|
23
|
+
execution_mode: ToolExecutionMode.Raw;
|
|
24
|
+
tool_version: string;
|
|
25
|
+
api_integration_id: string;
|
|
26
|
+
api_integration_connection_id: string;
|
|
27
|
+
api_schema_overrides?: ApiIntegrationWebhookOverridesOutput.Raw | null;
|
|
28
|
+
base_api_schema: WebhookToolApiSchemaConfigOutput.Raw;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.ApiIntegrationWebhookToolConfigExternalOutput = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const DynamicVariableAssignment_1 = require("./DynamicVariableAssignment");
|
|
40
|
+
const ToolCallSoundType_1 = require("./ToolCallSoundType");
|
|
41
|
+
const ToolCallSoundBehavior_1 = require("./ToolCallSoundBehavior");
|
|
42
|
+
const DynamicVariablesConfig_1 = require("./DynamicVariablesConfig");
|
|
43
|
+
const ToolExecutionMode_1 = require("./ToolExecutionMode");
|
|
44
|
+
const ApiIntegrationWebhookOverridesOutput_1 = require("./ApiIntegrationWebhookOverridesOutput");
|
|
45
|
+
const WebhookToolApiSchemaConfigOutput_1 = require("./WebhookToolApiSchemaConfigOutput");
|
|
46
|
+
exports.ApiIntegrationWebhookToolConfigExternalOutput = core.serialization.object({
|
|
47
|
+
name: core.serialization.string(),
|
|
48
|
+
description: core.serialization.string(),
|
|
49
|
+
responseTimeoutSecs: core.serialization.property("response_timeout_secs", core.serialization.number()),
|
|
50
|
+
disableInterruptions: core.serialization.property("disable_interruptions", core.serialization.boolean()),
|
|
51
|
+
forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean()),
|
|
52
|
+
assignments: core.serialization.list(DynamicVariableAssignment_1.DynamicVariableAssignment),
|
|
53
|
+
toolCallSound: core.serialization.property("tool_call_sound", ToolCallSoundType_1.ToolCallSoundType.optional()),
|
|
54
|
+
toolCallSoundBehavior: core.serialization.property("tool_call_sound_behavior", ToolCallSoundBehavior_1.ToolCallSoundBehavior),
|
|
55
|
+
dynamicVariables: core.serialization.property("dynamic_variables", DynamicVariablesConfig_1.DynamicVariablesConfig),
|
|
56
|
+
executionMode: core.serialization.property("execution_mode", ToolExecutionMode_1.ToolExecutionMode),
|
|
57
|
+
toolVersion: core.serialization.property("tool_version", core.serialization.string()),
|
|
58
|
+
apiIntegrationId: core.serialization.property("api_integration_id", core.serialization.string()),
|
|
59
|
+
apiIntegrationConnectionId: core.serialization.property("api_integration_connection_id", core.serialization.string()),
|
|
60
|
+
apiSchemaOverrides: core.serialization.property("api_schema_overrides", ApiIntegrationWebhookOverridesOutput_1.ApiIntegrationWebhookOverridesOutput.optional()),
|
|
61
|
+
baseApiSchema: core.serialization.property("base_api_schema", WebhookToolApiSchemaConfigOutput_1.WebhookToolApiSchemaConfigOutput),
|
|
62
|
+
});
|
|
@@ -12,15 +12,15 @@ export declare namespace ApiIntegrationWebhookToolConfigOutput {
|
|
|
12
12
|
interface Raw {
|
|
13
13
|
name: string;
|
|
14
14
|
description: string;
|
|
15
|
-
response_timeout_secs
|
|
16
|
-
disable_interruptions
|
|
17
|
-
force_pre_tool_speech
|
|
18
|
-
assignments
|
|
15
|
+
response_timeout_secs: number;
|
|
16
|
+
disable_interruptions: boolean;
|
|
17
|
+
force_pre_tool_speech: boolean;
|
|
18
|
+
assignments: DynamicVariableAssignment.Raw[];
|
|
19
19
|
tool_call_sound?: ToolCallSoundType.Raw | null;
|
|
20
|
-
tool_call_sound_behavior
|
|
21
|
-
dynamic_variables
|
|
22
|
-
execution_mode
|
|
23
|
-
tool_version
|
|
20
|
+
tool_call_sound_behavior: ToolCallSoundBehavior.Raw;
|
|
21
|
+
dynamic_variables: DynamicVariablesConfig.Raw;
|
|
22
|
+
execution_mode: ToolExecutionMode.Raw;
|
|
23
|
+
tool_version: string;
|
|
24
24
|
api_integration_id: string;
|
|
25
25
|
api_integration_connection_id: string;
|
|
26
26
|
api_schema_overrides?: ApiIntegrationWebhookOverridesOutput.Raw | null;
|
|
@@ -45,15 +45,15 @@ const ApiIntegrationWebhookOverridesOutput_1 = require("./ApiIntegrationWebhookO
|
|
|
45
45
|
exports.ApiIntegrationWebhookToolConfigOutput = core.serialization.object({
|
|
46
46
|
name: core.serialization.string(),
|
|
47
47
|
description: core.serialization.string(),
|
|
48
|
-
responseTimeoutSecs: core.serialization.property("response_timeout_secs", core.serialization.number()
|
|
49
|
-
disableInterruptions: core.serialization.property("disable_interruptions", core.serialization.boolean()
|
|
50
|
-
forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean()
|
|
51
|
-
assignments: core.serialization.list(DynamicVariableAssignment_1.DynamicVariableAssignment)
|
|
48
|
+
responseTimeoutSecs: core.serialization.property("response_timeout_secs", core.serialization.number()),
|
|
49
|
+
disableInterruptions: core.serialization.property("disable_interruptions", core.serialization.boolean()),
|
|
50
|
+
forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean()),
|
|
51
|
+
assignments: core.serialization.list(DynamicVariableAssignment_1.DynamicVariableAssignment),
|
|
52
52
|
toolCallSound: core.serialization.property("tool_call_sound", ToolCallSoundType_1.ToolCallSoundType.optional()),
|
|
53
|
-
toolCallSoundBehavior: core.serialization.property("tool_call_sound_behavior", ToolCallSoundBehavior_1.ToolCallSoundBehavior
|
|
54
|
-
dynamicVariables: core.serialization.property("dynamic_variables", DynamicVariablesConfig_1.DynamicVariablesConfig
|
|
55
|
-
executionMode: core.serialization.property("execution_mode", ToolExecutionMode_1.ToolExecutionMode
|
|
56
|
-
toolVersion: core.serialization.property("tool_version", core.serialization.string()
|
|
53
|
+
toolCallSoundBehavior: core.serialization.property("tool_call_sound_behavior", ToolCallSoundBehavior_1.ToolCallSoundBehavior),
|
|
54
|
+
dynamicVariables: core.serialization.property("dynamic_variables", DynamicVariablesConfig_1.DynamicVariablesConfig),
|
|
55
|
+
executionMode: core.serialization.property("execution_mode", ToolExecutionMode_1.ToolExecutionMode),
|
|
56
|
+
toolVersion: core.serialization.property("tool_version", core.serialization.string()),
|
|
57
57
|
apiIntegrationId: core.serialization.property("api_integration_id", core.serialization.string()),
|
|
58
58
|
apiIntegrationConnectionId: core.serialization.property("api_integration_connection_id", core.serialization.string()),
|
|
59
59
|
apiSchemaOverrides: core.serialization.property("api_schema_overrides", ApiIntegrationWebhookOverridesOutput_1.ApiIntegrationWebhookOverridesOutput.optional()),
|
|
@@ -3,5 +3,5 @@ import * as ElevenLabs from "../../api/index";
|
|
|
3
3
|
import * as core from "../../core";
|
|
4
4
|
export declare const AsrProvider: core.serialization.Schema<serializers.AsrProvider.Raw, ElevenLabs.AsrProvider>;
|
|
5
5
|
export declare namespace AsrProvider {
|
|
6
|
-
type Raw = "elevenlabs";
|
|
6
|
+
type Raw = "elevenlabs" | "scribe_realtime";
|
|
7
7
|
}
|
|
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.AsrProvider = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.AsrProvider = core.serialization.
|
|
39
|
+
exports.AsrProvider = core.serialization.enum_(["elevenlabs", "scribe_realtime"]);
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import * as serializers from "../index";
|
|
2
2
|
import * as ElevenLabs from "../../api/index";
|
|
3
3
|
import * as core from "../../core";
|
|
4
|
+
import { TurnConfigOverrideConfig } from "./TurnConfigOverrideConfig";
|
|
4
5
|
import { TtsConversationalConfigOverrideConfig } from "./TtsConversationalConfigOverrideConfig";
|
|
5
6
|
import { ConversationConfigOverrideConfig } from "./ConversationConfigOverrideConfig";
|
|
6
7
|
import { AgentConfigOverrideConfig } from "./AgentConfigOverrideConfig";
|
|
7
8
|
export declare const ConversationConfigClientOverrideConfigInput: core.serialization.ObjectSchema<serializers.ConversationConfigClientOverrideConfigInput.Raw, ElevenLabs.ConversationConfigClientOverrideConfigInput>;
|
|
8
9
|
export declare namespace ConversationConfigClientOverrideConfigInput {
|
|
9
10
|
interface Raw {
|
|
11
|
+
turn?: TurnConfigOverrideConfig.Raw | null;
|
|
10
12
|
tts?: TtsConversationalConfigOverrideConfig.Raw | null;
|
|
11
13
|
conversation?: ConversationConfigOverrideConfig.Raw | null;
|
|
12
14
|
agent?: AgentConfigOverrideConfig.Raw | null;
|
|
@@ -36,10 +36,12 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.ConversationConfigClientOverrideConfigInput = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
+
const TurnConfigOverrideConfig_1 = require("./TurnConfigOverrideConfig");
|
|
39
40
|
const TtsConversationalConfigOverrideConfig_1 = require("./TtsConversationalConfigOverrideConfig");
|
|
40
41
|
const ConversationConfigOverrideConfig_1 = require("./ConversationConfigOverrideConfig");
|
|
41
42
|
const AgentConfigOverrideConfig_1 = require("./AgentConfigOverrideConfig");
|
|
42
43
|
exports.ConversationConfigClientOverrideConfigInput = core.serialization.object({
|
|
44
|
+
turn: TurnConfigOverrideConfig_1.TurnConfigOverrideConfig.optional(),
|
|
43
45
|
tts: TtsConversationalConfigOverrideConfig_1.TtsConversationalConfigOverrideConfig.optional(),
|
|
44
46
|
conversation: ConversationConfigOverrideConfig_1.ConversationConfigOverrideConfig.optional(),
|
|
45
47
|
agent: AgentConfigOverrideConfig_1.AgentConfigOverrideConfig.optional(),
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import * as serializers from "../index";
|
|
2
2
|
import * as ElevenLabs from "../../api/index";
|
|
3
3
|
import * as core from "../../core";
|
|
4
|
+
import { TurnConfigOverrideConfig } from "./TurnConfigOverrideConfig";
|
|
4
5
|
import { TtsConversationalConfigOverrideConfig } from "./TtsConversationalConfigOverrideConfig";
|
|
5
6
|
import { ConversationConfigOverrideConfig } from "./ConversationConfigOverrideConfig";
|
|
6
7
|
import { AgentConfigOverrideConfig } from "./AgentConfigOverrideConfig";
|
|
7
8
|
export declare const ConversationConfigClientOverrideConfigOutput: core.serialization.ObjectSchema<serializers.ConversationConfigClientOverrideConfigOutput.Raw, ElevenLabs.ConversationConfigClientOverrideConfigOutput>;
|
|
8
9
|
export declare namespace ConversationConfigClientOverrideConfigOutput {
|
|
9
10
|
interface Raw {
|
|
11
|
+
turn?: TurnConfigOverrideConfig.Raw | null;
|
|
10
12
|
tts?: TtsConversationalConfigOverrideConfig.Raw | null;
|
|
11
13
|
conversation?: ConversationConfigOverrideConfig.Raw | null;
|
|
12
14
|
agent?: AgentConfigOverrideConfig.Raw | null;
|
|
@@ -36,10 +36,12 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.ConversationConfigClientOverrideConfigOutput = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
+
const TurnConfigOverrideConfig_1 = require("./TurnConfigOverrideConfig");
|
|
39
40
|
const TtsConversationalConfigOverrideConfig_1 = require("./TtsConversationalConfigOverrideConfig");
|
|
40
41
|
const ConversationConfigOverrideConfig_1 = require("./ConversationConfigOverrideConfig");
|
|
41
42
|
const AgentConfigOverrideConfig_1 = require("./AgentConfigOverrideConfig");
|
|
42
43
|
exports.ConversationConfigClientOverrideConfigOutput = core.serialization.object({
|
|
44
|
+
turn: TurnConfigOverrideConfig_1.TurnConfigOverrideConfig.optional(),
|
|
43
45
|
tts: TtsConversationalConfigOverrideConfig_1.TtsConversationalConfigOverrideConfig.optional(),
|
|
44
46
|
conversation: ConversationConfigOverrideConfig_1.ConversationConfigOverrideConfig.optional(),
|
|
45
47
|
agent: AgentConfigOverrideConfig_1.AgentConfigOverrideConfig.optional(),
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import * as serializers from "../index";
|
|
2
2
|
import * as ElevenLabs from "../../api/index";
|
|
3
3
|
import * as core from "../../core";
|
|
4
|
+
import { TurnConfigOverride } from "./TurnConfigOverride";
|
|
4
5
|
import { TtsConversationalConfigOverride } from "./TtsConversationalConfigOverride";
|
|
5
6
|
import { ConversationConfigOverride } from "./ConversationConfigOverride";
|
|
6
7
|
import { AgentConfigOverrideInput } from "./AgentConfigOverrideInput";
|
|
7
8
|
export declare const ConversationConfigClientOverrideInput: core.serialization.ObjectSchema<serializers.ConversationConfigClientOverrideInput.Raw, ElevenLabs.ConversationConfigClientOverrideInput>;
|
|
8
9
|
export declare namespace ConversationConfigClientOverrideInput {
|
|
9
10
|
interface Raw {
|
|
11
|
+
turn?: TurnConfigOverride.Raw | null;
|
|
10
12
|
tts?: TtsConversationalConfigOverride.Raw | null;
|
|
11
13
|
conversation?: ConversationConfigOverride.Raw | null;
|
|
12
14
|
agent?: AgentConfigOverrideInput.Raw | null;
|
|
@@ -36,10 +36,12 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.ConversationConfigClientOverrideInput = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
+
const TurnConfigOverride_1 = require("./TurnConfigOverride");
|
|
39
40
|
const TtsConversationalConfigOverride_1 = require("./TtsConversationalConfigOverride");
|
|
40
41
|
const ConversationConfigOverride_1 = require("./ConversationConfigOverride");
|
|
41
42
|
const AgentConfigOverrideInput_1 = require("./AgentConfigOverrideInput");
|
|
42
43
|
exports.ConversationConfigClientOverrideInput = core.serialization.object({
|
|
44
|
+
turn: TurnConfigOverride_1.TurnConfigOverride.optional(),
|
|
43
45
|
tts: TtsConversationalConfigOverride_1.TtsConversationalConfigOverride.optional(),
|
|
44
46
|
conversation: ConversationConfigOverride_1.ConversationConfigOverride.optional(),
|
|
45
47
|
agent: AgentConfigOverrideInput_1.AgentConfigOverrideInput.optional(),
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import * as serializers from "../index";
|
|
2
2
|
import * as ElevenLabs from "../../api/index";
|
|
3
3
|
import * as core from "../../core";
|
|
4
|
+
import { TurnConfigOverride } from "./TurnConfigOverride";
|
|
4
5
|
import { TtsConversationalConfigOverride } from "./TtsConversationalConfigOverride";
|
|
5
6
|
import { ConversationConfigOverride } from "./ConversationConfigOverride";
|
|
6
7
|
import { AgentConfigOverrideOutput } from "./AgentConfigOverrideOutput";
|
|
7
8
|
export declare const ConversationConfigClientOverrideOutput: core.serialization.ObjectSchema<serializers.ConversationConfigClientOverrideOutput.Raw, ElevenLabs.ConversationConfigClientOverrideOutput>;
|
|
8
9
|
export declare namespace ConversationConfigClientOverrideOutput {
|
|
9
10
|
interface Raw {
|
|
11
|
+
turn?: TurnConfigOverride.Raw | null;
|
|
10
12
|
tts?: TtsConversationalConfigOverride.Raw | null;
|
|
11
13
|
conversation?: ConversationConfigOverride.Raw | null;
|
|
12
14
|
agent?: AgentConfigOverrideOutput.Raw | null;
|
|
@@ -36,10 +36,12 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.ConversationConfigClientOverrideOutput = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
+
const TurnConfigOverride_1 = require("./TurnConfigOverride");
|
|
39
40
|
const TtsConversationalConfigOverride_1 = require("./TtsConversationalConfigOverride");
|
|
40
41
|
const ConversationConfigOverride_1 = require("./ConversationConfigOverride");
|
|
41
42
|
const AgentConfigOverrideOutput_1 = require("./AgentConfigOverrideOutput");
|
|
42
43
|
exports.ConversationConfigClientOverrideOutput = core.serialization.object({
|
|
44
|
+
turn: TurnConfigOverride_1.TurnConfigOverride.optional(),
|
|
43
45
|
tts: TtsConversationalConfigOverride_1.TtsConversationalConfigOverride.optional(),
|
|
44
46
|
conversation: ConversationConfigOverride_1.ConversationConfigOverride.optional(),
|
|
45
47
|
agent: AgentConfigOverrideOutput_1.AgentConfigOverrideOutput.optional(),
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as serializers from "../index";
|
|
2
|
+
import * as ElevenLabs from "../../api/index";
|
|
3
|
+
import * as core from "../../core";
|
|
4
|
+
export declare const ConversationFeedbackType: core.serialization.Schema<serializers.ConversationFeedbackType.Raw, ElevenLabs.ConversationFeedbackType>;
|
|
5
|
+
export declare namespace ConversationFeedbackType {
|
|
6
|
+
type Raw = "thumbs" | "rating";
|
|
7
|
+
}
|