@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
|
@@ -102,6 +102,8 @@ export * from "./ApiIntegrationWebhookOverridesOutputRequestHeadersValue";
|
|
|
102
102
|
export * from "./ApiIntegrationWebhookOverridesOutput";
|
|
103
103
|
export * from "./ApiIntegrationWebhookToolConfigInput";
|
|
104
104
|
export * from "./ApiIntegrationWebhookToolConfigOutput";
|
|
105
|
+
export * from "./ApiIntegrationWebhookToolConfigExternalInput";
|
|
106
|
+
export * from "./ApiIntegrationWebhookToolConfigExternalOutput";
|
|
105
107
|
export * from "./ArrayJsonSchemaPropertyInputItems";
|
|
106
108
|
export * from "./ArrayJsonSchemaPropertyInput";
|
|
107
109
|
export * from "./ArrayJsonSchemaPropertyOutputItems";
|
|
@@ -193,6 +195,7 @@ export * from "./ConversationConfigOverride";
|
|
|
193
195
|
export * from "./ConversationConfigOverrideConfig";
|
|
194
196
|
export * from "./ConversationConfigWorkflowOverride";
|
|
195
197
|
export * from "./ConversationDeletionSettings";
|
|
198
|
+
export * from "./ConversationFeedbackType";
|
|
196
199
|
export * from "./ConversationHistoryAnalysisCommonModel";
|
|
197
200
|
export * from "./ConversationHistoryBatchCallModel";
|
|
198
201
|
export * from "./ConversationHistoryElevenAssistantCommonModel";
|
|
@@ -286,6 +289,7 @@ export * from "./DependentUnknownToolIdentifier";
|
|
|
286
289
|
export * from "./DetailedMusicResponse";
|
|
287
290
|
export * from "./DialogueInput";
|
|
288
291
|
export * from "./DialogueInputResponseModel";
|
|
292
|
+
export * from "./DiscountResposneModel";
|
|
289
293
|
export * from "./DoDubbingResponse";
|
|
290
294
|
export * from "./DocumentUsageModeEnum";
|
|
291
295
|
export * from "./DocxExportOptions";
|
|
@@ -498,7 +502,9 @@ export * from "./ProjectExtendedResponseModelSourceType";
|
|
|
498
502
|
export * from "./ProjectExtendedResponseModelAspectRatio";
|
|
499
503
|
export * from "./ProjectExtendedResponseModelQualityPreset";
|
|
500
504
|
export * from "./ProjectExtendedResponseModelApplyTextNormalization";
|
|
505
|
+
export * from "./ProjectExtendedResponseModelAssetsItem";
|
|
501
506
|
export * from "./ProjectExtendedResponse";
|
|
507
|
+
export * from "./ProjectExternalAudioResponseModel";
|
|
502
508
|
export * from "./ProjectResponseModelTargetAudience";
|
|
503
509
|
export * from "./ProjectResponseModelAccessLevel";
|
|
504
510
|
export * from "./ProjectResponseModelFiction";
|
|
@@ -508,6 +514,9 @@ export * from "./ProjectResponse";
|
|
|
508
514
|
export * from "./ProjectSnapshotExtendedResponseModel";
|
|
509
515
|
export * from "./ProjectSnapshotResponse";
|
|
510
516
|
export * from "./ProjectSnapshotsResponse";
|
|
517
|
+
export * from "./ProjectVideoResponseModel";
|
|
518
|
+
export * from "./ProjectVideoThumbnailSheetResponseModel";
|
|
519
|
+
export * from "./ProjectVoiceResponseModel";
|
|
511
520
|
export * from "./PromptAgentApiModelInputBackupLlmConfig";
|
|
512
521
|
export * from "./PromptAgentApiModelInputToolsItem";
|
|
513
522
|
export * from "./PromptAgentApiModelInput";
|
|
@@ -589,6 +598,10 @@ export * from "./SingleUseTokenResponseModel";
|
|
|
589
598
|
export * from "./SingleUseTokenType";
|
|
590
599
|
export * from "./SkipTurnToolConfig";
|
|
591
600
|
export * from "./SkipTurnToolResponseModel";
|
|
601
|
+
export * from "./SoftTimeoutConfig";
|
|
602
|
+
export * from "./SoftTimeoutConfigOverride";
|
|
603
|
+
export * from "./SoftTimeoutConfigOverrideConfig";
|
|
604
|
+
export * from "./SoftTimeoutConfigWorkflowOverride";
|
|
592
605
|
export * from "./SongMetadata";
|
|
593
606
|
export * from "./SongSection";
|
|
594
607
|
export * from "./SortDirection";
|
|
@@ -669,6 +682,8 @@ export * from "./TransferToNumberToolConfigInput";
|
|
|
669
682
|
export * from "./TransferToNumberToolConfigOutput";
|
|
670
683
|
export * from "./TransferTypeEnum";
|
|
671
684
|
export * from "./TurnConfig";
|
|
685
|
+
export * from "./TurnConfigOverride";
|
|
686
|
+
export * from "./TurnConfigOverrideConfig";
|
|
672
687
|
export * from "./TurnConfigWorkflowOverride";
|
|
673
688
|
export * from "./TurnEagerness";
|
|
674
689
|
export * from "./TurnMode";
|
|
@@ -723,9 +738,11 @@ export * from "./WebhookAuthMethodType";
|
|
|
723
738
|
export * from "./WebhookEventType";
|
|
724
739
|
export * from "./WebhookToolApiSchemaConfigInputMethod";
|
|
725
740
|
export * from "./WebhookToolApiSchemaConfigInputRequestHeadersValue";
|
|
741
|
+
export * from "./WebhookToolApiSchemaConfigInputContentType";
|
|
726
742
|
export * from "./WebhookToolApiSchemaConfigInput";
|
|
727
743
|
export * from "./WebhookToolApiSchemaConfigOutputMethod";
|
|
728
744
|
export * from "./WebhookToolApiSchemaConfigOutputRequestHeadersValue";
|
|
745
|
+
export * from "./WebhookToolApiSchemaConfigOutputContentType";
|
|
729
746
|
export * from "./WebhookToolApiSchemaConfigOutput";
|
|
730
747
|
export * from "./WebhookToolConfigInput";
|
|
731
748
|
export * from "./WebhookToolConfigOutput";
|
|
@@ -736,6 +753,8 @@ export * from "./WidgetConfig";
|
|
|
736
753
|
export * from "./WidgetConfigOutputAvatar";
|
|
737
754
|
export * from "./WidgetConfigResponseModelAvatar";
|
|
738
755
|
export * from "./WidgetConfigResponse";
|
|
756
|
+
export * from "./WidgetEndFeedbackConfig";
|
|
757
|
+
export * from "./WidgetEndFeedbackType";
|
|
739
758
|
export * from "./WidgetExpandable";
|
|
740
759
|
export * from "./WidgetFeedbackMode";
|
|
741
760
|
export * from "./WidgetLanguagePreset";
|
|
@@ -118,6 +118,8 @@ __exportStar(require("./ApiIntegrationWebhookOverridesOutputRequestHeadersValue"
|
|
|
118
118
|
__exportStar(require("./ApiIntegrationWebhookOverridesOutput"), exports);
|
|
119
119
|
__exportStar(require("./ApiIntegrationWebhookToolConfigInput"), exports);
|
|
120
120
|
__exportStar(require("./ApiIntegrationWebhookToolConfigOutput"), exports);
|
|
121
|
+
__exportStar(require("./ApiIntegrationWebhookToolConfigExternalInput"), exports);
|
|
122
|
+
__exportStar(require("./ApiIntegrationWebhookToolConfigExternalOutput"), exports);
|
|
121
123
|
__exportStar(require("./ArrayJsonSchemaPropertyInputItems"), exports);
|
|
122
124
|
__exportStar(require("./ArrayJsonSchemaPropertyInput"), exports);
|
|
123
125
|
__exportStar(require("./ArrayJsonSchemaPropertyOutputItems"), exports);
|
|
@@ -209,6 +211,7 @@ __exportStar(require("./ConversationConfigOverride"), exports);
|
|
|
209
211
|
__exportStar(require("./ConversationConfigOverrideConfig"), exports);
|
|
210
212
|
__exportStar(require("./ConversationConfigWorkflowOverride"), exports);
|
|
211
213
|
__exportStar(require("./ConversationDeletionSettings"), exports);
|
|
214
|
+
__exportStar(require("./ConversationFeedbackType"), exports);
|
|
212
215
|
__exportStar(require("./ConversationHistoryAnalysisCommonModel"), exports);
|
|
213
216
|
__exportStar(require("./ConversationHistoryBatchCallModel"), exports);
|
|
214
217
|
__exportStar(require("./ConversationHistoryElevenAssistantCommonModel"), exports);
|
|
@@ -302,6 +305,7 @@ __exportStar(require("./DependentUnknownToolIdentifier"), exports);
|
|
|
302
305
|
__exportStar(require("./DetailedMusicResponse"), exports);
|
|
303
306
|
__exportStar(require("./DialogueInput"), exports);
|
|
304
307
|
__exportStar(require("./DialogueInputResponseModel"), exports);
|
|
308
|
+
__exportStar(require("./DiscountResposneModel"), exports);
|
|
305
309
|
__exportStar(require("./DoDubbingResponse"), exports);
|
|
306
310
|
__exportStar(require("./DocumentUsageModeEnum"), exports);
|
|
307
311
|
__exportStar(require("./DocxExportOptions"), exports);
|
|
@@ -514,7 +518,9 @@ __exportStar(require("./ProjectExtendedResponseModelSourceType"), exports);
|
|
|
514
518
|
__exportStar(require("./ProjectExtendedResponseModelAspectRatio"), exports);
|
|
515
519
|
__exportStar(require("./ProjectExtendedResponseModelQualityPreset"), exports);
|
|
516
520
|
__exportStar(require("./ProjectExtendedResponseModelApplyTextNormalization"), exports);
|
|
521
|
+
__exportStar(require("./ProjectExtendedResponseModelAssetsItem"), exports);
|
|
517
522
|
__exportStar(require("./ProjectExtendedResponse"), exports);
|
|
523
|
+
__exportStar(require("./ProjectExternalAudioResponseModel"), exports);
|
|
518
524
|
__exportStar(require("./ProjectResponseModelTargetAudience"), exports);
|
|
519
525
|
__exportStar(require("./ProjectResponseModelAccessLevel"), exports);
|
|
520
526
|
__exportStar(require("./ProjectResponseModelFiction"), exports);
|
|
@@ -524,6 +530,9 @@ __exportStar(require("./ProjectResponse"), exports);
|
|
|
524
530
|
__exportStar(require("./ProjectSnapshotExtendedResponseModel"), exports);
|
|
525
531
|
__exportStar(require("./ProjectSnapshotResponse"), exports);
|
|
526
532
|
__exportStar(require("./ProjectSnapshotsResponse"), exports);
|
|
533
|
+
__exportStar(require("./ProjectVideoResponseModel"), exports);
|
|
534
|
+
__exportStar(require("./ProjectVideoThumbnailSheetResponseModel"), exports);
|
|
535
|
+
__exportStar(require("./ProjectVoiceResponseModel"), exports);
|
|
527
536
|
__exportStar(require("./PromptAgentApiModelInputBackupLlmConfig"), exports);
|
|
528
537
|
__exportStar(require("./PromptAgentApiModelInputToolsItem"), exports);
|
|
529
538
|
__exportStar(require("./PromptAgentApiModelInput"), exports);
|
|
@@ -605,6 +614,10 @@ __exportStar(require("./SingleUseTokenResponseModel"), exports);
|
|
|
605
614
|
__exportStar(require("./SingleUseTokenType"), exports);
|
|
606
615
|
__exportStar(require("./SkipTurnToolConfig"), exports);
|
|
607
616
|
__exportStar(require("./SkipTurnToolResponseModel"), exports);
|
|
617
|
+
__exportStar(require("./SoftTimeoutConfig"), exports);
|
|
618
|
+
__exportStar(require("./SoftTimeoutConfigOverride"), exports);
|
|
619
|
+
__exportStar(require("./SoftTimeoutConfigOverrideConfig"), exports);
|
|
620
|
+
__exportStar(require("./SoftTimeoutConfigWorkflowOverride"), exports);
|
|
608
621
|
__exportStar(require("./SongMetadata"), exports);
|
|
609
622
|
__exportStar(require("./SongSection"), exports);
|
|
610
623
|
__exportStar(require("./SortDirection"), exports);
|
|
@@ -685,6 +698,8 @@ __exportStar(require("./TransferToNumberToolConfigInput"), exports);
|
|
|
685
698
|
__exportStar(require("./TransferToNumberToolConfigOutput"), exports);
|
|
686
699
|
__exportStar(require("./TransferTypeEnum"), exports);
|
|
687
700
|
__exportStar(require("./TurnConfig"), exports);
|
|
701
|
+
__exportStar(require("./TurnConfigOverride"), exports);
|
|
702
|
+
__exportStar(require("./TurnConfigOverrideConfig"), exports);
|
|
688
703
|
__exportStar(require("./TurnConfigWorkflowOverride"), exports);
|
|
689
704
|
__exportStar(require("./TurnEagerness"), exports);
|
|
690
705
|
__exportStar(require("./TurnMode"), exports);
|
|
@@ -739,9 +754,11 @@ __exportStar(require("./WebhookAuthMethodType"), exports);
|
|
|
739
754
|
__exportStar(require("./WebhookEventType"), exports);
|
|
740
755
|
__exportStar(require("./WebhookToolApiSchemaConfigInputMethod"), exports);
|
|
741
756
|
__exportStar(require("./WebhookToolApiSchemaConfigInputRequestHeadersValue"), exports);
|
|
757
|
+
__exportStar(require("./WebhookToolApiSchemaConfigInputContentType"), exports);
|
|
742
758
|
__exportStar(require("./WebhookToolApiSchemaConfigInput"), exports);
|
|
743
759
|
__exportStar(require("./WebhookToolApiSchemaConfigOutputMethod"), exports);
|
|
744
760
|
__exportStar(require("./WebhookToolApiSchemaConfigOutputRequestHeadersValue"), exports);
|
|
761
|
+
__exportStar(require("./WebhookToolApiSchemaConfigOutputContentType"), exports);
|
|
745
762
|
__exportStar(require("./WebhookToolApiSchemaConfigOutput"), exports);
|
|
746
763
|
__exportStar(require("./WebhookToolConfigInput"), exports);
|
|
747
764
|
__exportStar(require("./WebhookToolConfigOutput"), exports);
|
|
@@ -752,6 +769,8 @@ __exportStar(require("./WidgetConfig"), exports);
|
|
|
752
769
|
__exportStar(require("./WidgetConfigOutputAvatar"), exports);
|
|
753
770
|
__exportStar(require("./WidgetConfigResponseModelAvatar"), exports);
|
|
754
771
|
__exportStar(require("./WidgetConfigResponse"), exports);
|
|
772
|
+
__exportStar(require("./WidgetEndFeedbackConfig"), exports);
|
|
773
|
+
__exportStar(require("./WidgetEndFeedbackType"), exports);
|
|
755
774
|
__exportStar(require("./WidgetExpandable"), exports);
|
|
756
775
|
__exportStar(require("./WidgetFeedbackMode"), exports);
|
|
757
776
|
__exportStar(require("./WidgetLanguagePreset"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "v2.
|
|
1
|
+
export declare const SDK_VERSION = "v2.24.0";
|
package/dist/version.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ElevenLabsClient as FernClient } from "../Client";
|
|
2
2
|
import type * as core from "../core";
|
|
3
3
|
import { WebhooksClient } from "./webhooks";
|
|
4
|
-
import { Music } from "
|
|
4
|
+
import { Music as GeneratedMusic } from "../api/resources/music/client/Client";
|
|
5
5
|
import { SpeechToText } from "./speechToText";
|
|
6
6
|
export declare namespace ElevenLabsClient {
|
|
7
7
|
interface Options extends FernClient.Options {
|
|
@@ -18,6 +18,6 @@ export declare class ElevenLabsClient extends FernClient {
|
|
|
18
18
|
private _customSpeechToText;
|
|
19
19
|
constructor(options?: ElevenLabsClient.Options);
|
|
20
20
|
get webhooks(): WebhooksClient;
|
|
21
|
-
get music():
|
|
21
|
+
get music(): GeneratedMusic;
|
|
22
22
|
get speechToText(): SpeechToText;
|
|
23
23
|
}
|
|
@@ -57,11 +57,12 @@ class ElevenLabsClient extends Client_1.ElevenLabsClient {
|
|
|
57
57
|
}
|
|
58
58
|
return this._customWebhooks;
|
|
59
59
|
}
|
|
60
|
-
// @ts-expect-error - Intentionally overriding with wrapper Music that has enhanced composeDetailed
|
|
61
60
|
get music() {
|
|
62
61
|
if (!this._customMusic) {
|
|
63
62
|
this._customMusic = new music_1.Music(this._options);
|
|
64
63
|
}
|
|
64
|
+
// Return wrapper Music cast as GeneratedMusic to maintain type compatibility
|
|
65
|
+
// The wrapper has enhanced composeDetailed that returns MultipartResponse
|
|
65
66
|
return this._customMusic;
|
|
66
67
|
}
|
|
67
68
|
get speechToText() {
|
package/dist/wrapper/music.d.ts
CHANGED
|
@@ -25,6 +25,8 @@ export interface MultipartResponse {
|
|
|
25
25
|
}
|
|
26
26
|
export declare class Music {
|
|
27
27
|
private _client;
|
|
28
|
+
private readonly _options;
|
|
29
|
+
private _compositionPlan;
|
|
28
30
|
constructor(options?: Music.Options);
|
|
29
31
|
/**
|
|
30
32
|
* Get the composition plan client
|
|
@@ -35,6 +37,7 @@ export declare class Music {
|
|
|
35
37
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
36
38
|
*/
|
|
37
39
|
compose(request?: ElevenLabs.BodyComposeMusicV1MusicPost, requestOptions?: Music.RequestOptions): core.HttpResponsePromise<ReadableStream<Uint8Array>>;
|
|
40
|
+
private __compose;
|
|
38
41
|
/**
|
|
39
42
|
* Compose a song from a prompt or a composition plan with detailed response parsing.
|
|
40
43
|
*
|
|
@@ -96,11 +99,19 @@ export declare class Music {
|
|
|
96
99
|
*/
|
|
97
100
|
composeDetailed(request?: ElevenLabs.BodyComposeMusicWithADetailedResponseV1MusicDetailedPost, requestOptions?: Music.RequestOptions): core.HttpResponsePromise<MultipartResponse>;
|
|
98
101
|
private _composeDetailed;
|
|
102
|
+
private __composeDetailed;
|
|
99
103
|
/**
|
|
100
104
|
* Stream a composed song from a prompt or a composition plan.
|
|
101
105
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
102
106
|
*/
|
|
103
107
|
stream(request?: ElevenLabs.BodyStreamComposedMusicV1MusicStreamPost, requestOptions?: Music.RequestOptions): core.HttpResponsePromise<ReadableStream<Uint8Array>>;
|
|
108
|
+
private __stream;
|
|
109
|
+
/**
|
|
110
|
+
* Separate a music file into individual stems
|
|
111
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
112
|
+
*/
|
|
113
|
+
separateStems(request: ElevenLabs.BodyStemSeparationV1MusicStemSeparationPost, requestOptions?: Music.RequestOptions): core.HttpResponsePromise<ReadableStream<Uint8Array>>;
|
|
114
|
+
private __separateStems;
|
|
104
115
|
/**
|
|
105
116
|
* Reads a ReadableStream containing multipart data and parses it into JSON and audio parts
|
|
106
117
|
* @param stream - ReadableStream from ElevenLabs music API response
|
package/dist/wrapper/music.js
CHANGED
|
@@ -47,6 +47,7 @@ const Client_1 = require("../api/resources/music/client/Client");
|
|
|
47
47
|
const core = __importStar(require("../core"));
|
|
48
48
|
class Music {
|
|
49
49
|
constructor(options = {}) {
|
|
50
|
+
this._options = options;
|
|
50
51
|
this._client = new Client_1.Music(options);
|
|
51
52
|
}
|
|
52
53
|
/**
|
|
@@ -62,6 +63,12 @@ class Music {
|
|
|
62
63
|
compose(request = {}, requestOptions) {
|
|
63
64
|
return this._client.compose(request, requestOptions);
|
|
64
65
|
}
|
|
66
|
+
// Private method for structural compatibility with generated Music class
|
|
67
|
+
__compose(request = {}, requestOptions) {
|
|
68
|
+
// This method exists for type compatibility only
|
|
69
|
+
// The actual implementation is delegated through compose()
|
|
70
|
+
throw new Error("Internal method - should not be called directly");
|
|
71
|
+
}
|
|
65
72
|
/**
|
|
66
73
|
* Compose a song from a prompt or a composition plan with detailed response parsing.
|
|
67
74
|
*
|
|
@@ -139,6 +146,12 @@ class Music {
|
|
|
139
146
|
}
|
|
140
147
|
});
|
|
141
148
|
}
|
|
149
|
+
// Private method for structural compatibility with generated Music class
|
|
150
|
+
__composeDetailed(request = {}, requestOptions) {
|
|
151
|
+
// This method exists for type compatibility only
|
|
152
|
+
// The actual implementation is delegated through composeDetailed()
|
|
153
|
+
throw new Error("Internal method - should not be called directly");
|
|
154
|
+
}
|
|
142
155
|
/**
|
|
143
156
|
* Stream a composed song from a prompt or a composition plan.
|
|
144
157
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
@@ -146,6 +159,25 @@ class Music {
|
|
|
146
159
|
stream(request = {}, requestOptions) {
|
|
147
160
|
return this._client.stream(request, requestOptions);
|
|
148
161
|
}
|
|
162
|
+
// Private method for structural compatibility with generated Music class
|
|
163
|
+
__stream(request = {}, requestOptions) {
|
|
164
|
+
// This method exists for type compatibility only
|
|
165
|
+
// The actual implementation is delegated through stream()
|
|
166
|
+
throw new Error("Internal method - should not be called directly");
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* Separate a music file into individual stems
|
|
170
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
171
|
+
*/
|
|
172
|
+
separateStems(request, requestOptions) {
|
|
173
|
+
return this._client.separateStems(request, requestOptions);
|
|
174
|
+
}
|
|
175
|
+
// Private method for structural compatibility with generated Music class
|
|
176
|
+
__separateStems(request, requestOptions) {
|
|
177
|
+
// This method exists for type compatibility only
|
|
178
|
+
// The actual implementation is delegated through separateStems()
|
|
179
|
+
throw new Error("Internal method - should not be called directly");
|
|
180
|
+
}
|
|
149
181
|
/**
|
|
150
182
|
* Reads a ReadableStream containing multipart data and parses it into JSON and audio parts
|
|
151
183
|
* @param stream - ReadableStream from ElevenLabs music API response
|
|
@@ -1,5 +1,54 @@
|
|
|
1
1
|
import WebSocket from "ws";
|
|
2
2
|
import type { ChildProcess } from "node:child_process";
|
|
3
|
+
import type { AudioFormat, CommitStrategy } from "./scribe";
|
|
4
|
+
export interface InputAudioChunk {
|
|
5
|
+
message_type: "input_audio_chunk";
|
|
6
|
+
audio_base_64: string;
|
|
7
|
+
commit: boolean;
|
|
8
|
+
sample_rate: number;
|
|
9
|
+
}
|
|
10
|
+
export type WordsItemType = "word" | "spacing";
|
|
11
|
+
export interface WordsItem {
|
|
12
|
+
text?: string;
|
|
13
|
+
start?: number;
|
|
14
|
+
end?: number;
|
|
15
|
+
type?: WordsItemType;
|
|
16
|
+
speaker_id?: string;
|
|
17
|
+
logprob?: number;
|
|
18
|
+
characters?: string[];
|
|
19
|
+
}
|
|
20
|
+
export interface Config {
|
|
21
|
+
sample_rate?: number;
|
|
22
|
+
audio_format?: AudioFormat;
|
|
23
|
+
language_code?: string;
|
|
24
|
+
vad_commit_strategy?: CommitStrategy;
|
|
25
|
+
vad_silence_threshold_secs?: number;
|
|
26
|
+
vad_threshold?: number;
|
|
27
|
+
min_speech_duration_ms?: number;
|
|
28
|
+
min_silence_duration_ms?: number;
|
|
29
|
+
model_id?: string;
|
|
30
|
+
disable_logging?: boolean;
|
|
31
|
+
}
|
|
32
|
+
export interface SessionStartedMessage {
|
|
33
|
+
message_type: "session_started";
|
|
34
|
+
session_id: string;
|
|
35
|
+
config: Config;
|
|
36
|
+
}
|
|
37
|
+
export interface PartialTranscriptMessage {
|
|
38
|
+
message_type: "partial_transcript";
|
|
39
|
+
text: string;
|
|
40
|
+
}
|
|
41
|
+
export interface CommittedTranscriptMessage {
|
|
42
|
+
message_type: "committed_transcript";
|
|
43
|
+
text: string;
|
|
44
|
+
}
|
|
45
|
+
export interface CommittedTranscriptWithTimestampsMessage {
|
|
46
|
+
message_type: "committed_transcript_with_timestamps";
|
|
47
|
+
text: string;
|
|
48
|
+
language_code?: string;
|
|
49
|
+
words?: WordsItem[];
|
|
50
|
+
}
|
|
51
|
+
export type WebSocketMessage = SessionStartedMessage | PartialTranscriptMessage | CommittedTranscriptMessage | CommittedTranscriptWithTimestampsMessage;
|
|
3
52
|
/**
|
|
4
53
|
* Events emitted by the RealtimeConnection.
|
|
5
54
|
*/
|
|
@@ -8,10 +57,10 @@ export declare enum RealtimeEvents {
|
|
|
8
57
|
SESSION_STARTED = "session_started",
|
|
9
58
|
/** Emitted when a partial (interim) transcript is available */
|
|
10
59
|
PARTIAL_TRANSCRIPT = "partial_transcript",
|
|
11
|
-
/** Emitted when a
|
|
12
|
-
|
|
13
|
-
/** Emitted when a
|
|
14
|
-
|
|
60
|
+
/** Emitted when a committed transcript is available */
|
|
61
|
+
COMMITTED_TRANSCRIPT = "committed_transcript",
|
|
62
|
+
/** Emitted when a committed transcript with timestamps is available */
|
|
63
|
+
COMMITTED_TRANSCRIPT_WITH_TIMESTAMPS = "committed_transcript_with_timestamps",
|
|
15
64
|
/** Emitted when an error occurs */
|
|
16
65
|
ERROR = "error",
|
|
17
66
|
/** Emitted when the WebSocket connection is opened */
|
|
@@ -28,7 +77,7 @@ export declare enum RealtimeEvents {
|
|
|
28
77
|
* @example
|
|
29
78
|
* ```typescript
|
|
30
79
|
* const connection = await client.speechToText.realtime.connect({
|
|
31
|
-
* modelId: "
|
|
80
|
+
* modelId: "scribe_v2_realtime",
|
|
32
81
|
* audioFormat: AudioFormat.PCM_16000,
|
|
33
82
|
* sampleRate: 16000,
|
|
34
83
|
* });
|
|
@@ -41,7 +90,7 @@ export declare enum RealtimeEvents {
|
|
|
41
90
|
* console.log("Partial:", data.transcript);
|
|
42
91
|
* });
|
|
43
92
|
*
|
|
44
|
-
* connection.on(RealtimeEvents.
|
|
93
|
+
* connection.on(RealtimeEvents.COMMITTED_TRANSCRIPT, (data) => {
|
|
45
94
|
* console.log("Final:", data.transcript);
|
|
46
95
|
* connection.close();
|
|
47
96
|
* });
|
|
@@ -85,7 +134,7 @@ export declare class RealtimeConnection {
|
|
|
85
134
|
* console.log("Partial:", data.transcript);
|
|
86
135
|
* });
|
|
87
136
|
*
|
|
88
|
-
* connection.on(RealtimeEvents.
|
|
137
|
+
* connection.on(RealtimeEvents.COMMITTED_TRANSCRIPT, (data) => {
|
|
89
138
|
* console.log("Final:", data.transcript);
|
|
90
139
|
* });
|
|
91
140
|
* ```
|
|
@@ -137,8 +186,8 @@ export declare class RealtimeConnection {
|
|
|
137
186
|
sampleRate?: number;
|
|
138
187
|
}): void;
|
|
139
188
|
/**
|
|
140
|
-
* Commits the
|
|
141
|
-
*
|
|
189
|
+
* Commits the segment, triggering a COMMITTED_TRANSCRIPT event and clearing the buffer.
|
|
190
|
+
* It's recommend to commit often when using CommitStrategy.MANUAL to keep latency low.
|
|
142
191
|
*
|
|
143
192
|
* @throws {Error} If the WebSocket connection is not open
|
|
144
193
|
*
|
|
@@ -168,7 +217,7 @@ export declare class RealtimeConnection {
|
|
|
168
217
|
*
|
|
169
218
|
* @example
|
|
170
219
|
* ```typescript
|
|
171
|
-
* connection.on(RealtimeEvents.
|
|
220
|
+
* connection.on(RealtimeEvents.COMMITTED_TRANSCRIPT, (data) => {
|
|
172
221
|
* console.log("Final:", data.transcript);
|
|
173
222
|
* connection.close();
|
|
174
223
|
* });
|
|
@@ -15,10 +15,10 @@ var RealtimeEvents;
|
|
|
15
15
|
RealtimeEvents["SESSION_STARTED"] = "session_started";
|
|
16
16
|
/** Emitted when a partial (interim) transcript is available */
|
|
17
17
|
RealtimeEvents["PARTIAL_TRANSCRIPT"] = "partial_transcript";
|
|
18
|
-
/** Emitted when a
|
|
19
|
-
RealtimeEvents["
|
|
20
|
-
/** Emitted when a
|
|
21
|
-
RealtimeEvents["
|
|
18
|
+
/** Emitted when a committed transcript is available */
|
|
19
|
+
RealtimeEvents["COMMITTED_TRANSCRIPT"] = "committed_transcript";
|
|
20
|
+
/** Emitted when a committed transcript with timestamps is available */
|
|
21
|
+
RealtimeEvents["COMMITTED_TRANSCRIPT_WITH_TIMESTAMPS"] = "committed_transcript_with_timestamps";
|
|
22
22
|
/** Emitted when an error occurs */
|
|
23
23
|
RealtimeEvents["ERROR"] = "error";
|
|
24
24
|
/** Emitted when the WebSocket connection is opened */
|
|
@@ -35,7 +35,7 @@ var RealtimeEvents;
|
|
|
35
35
|
* @example
|
|
36
36
|
* ```typescript
|
|
37
37
|
* const connection = await client.speechToText.realtime.connect({
|
|
38
|
-
* modelId: "
|
|
38
|
+
* modelId: "scribe_v2_realtime",
|
|
39
39
|
* audioFormat: AudioFormat.PCM_16000,
|
|
40
40
|
* sampleRate: 16000,
|
|
41
41
|
* });
|
|
@@ -48,7 +48,7 @@ var RealtimeEvents;
|
|
|
48
48
|
* console.log("Partial:", data.transcript);
|
|
49
49
|
* });
|
|
50
50
|
*
|
|
51
|
-
* connection.on(RealtimeEvents.
|
|
51
|
+
* connection.on(RealtimeEvents.COMMITTED_TRANSCRIPT, (data) => {
|
|
52
52
|
* console.log("Final:", data.transcript);
|
|
53
53
|
* connection.close();
|
|
54
54
|
* });
|
|
@@ -93,11 +93,11 @@ class RealtimeConnection {
|
|
|
93
93
|
case "partial_transcript":
|
|
94
94
|
this.eventEmitter.emit(RealtimeEvents.PARTIAL_TRANSCRIPT, data);
|
|
95
95
|
break;
|
|
96
|
-
case "
|
|
97
|
-
this.eventEmitter.emit(RealtimeEvents.
|
|
96
|
+
case "committed_transcript":
|
|
97
|
+
this.eventEmitter.emit(RealtimeEvents.COMMITTED_TRANSCRIPT, data);
|
|
98
98
|
break;
|
|
99
|
-
case "
|
|
100
|
-
this.eventEmitter.emit(RealtimeEvents.
|
|
99
|
+
case "committed_transcript_with_timestamps":
|
|
100
|
+
this.eventEmitter.emit(RealtimeEvents.COMMITTED_TRANSCRIPT_WITH_TIMESTAMPS, data);
|
|
101
101
|
break;
|
|
102
102
|
}
|
|
103
103
|
});
|
|
@@ -132,7 +132,7 @@ class RealtimeConnection {
|
|
|
132
132
|
* console.log("Partial:", data.transcript);
|
|
133
133
|
* });
|
|
134
134
|
*
|
|
135
|
-
* connection.on(RealtimeEvents.
|
|
135
|
+
* connection.on(RealtimeEvents.COMMITTED_TRANSCRIPT, (data) => {
|
|
136
136
|
* console.log("Final:", data.transcript);
|
|
137
137
|
* });
|
|
138
138
|
* ```
|
|
@@ -196,8 +196,8 @@ class RealtimeConnection {
|
|
|
196
196
|
this.websocket.send(JSON.stringify(message));
|
|
197
197
|
}
|
|
198
198
|
/**
|
|
199
|
-
* Commits the
|
|
200
|
-
*
|
|
199
|
+
* Commits the segment, triggering a COMMITTED_TRANSCRIPT event and clearing the buffer.
|
|
200
|
+
* It's recommend to commit often when using CommitStrategy.MANUAL to keep latency low.
|
|
201
201
|
*
|
|
202
202
|
* @throws {Error} If the WebSocket connection is not open
|
|
203
203
|
*
|
|
@@ -238,7 +238,7 @@ class RealtimeConnection {
|
|
|
238
238
|
*
|
|
239
239
|
* @example
|
|
240
240
|
* ```typescript
|
|
241
|
-
* connection.on(RealtimeEvents.
|
|
241
|
+
* connection.on(RealtimeEvents.COMMITTED_TRANSCRIPT, (data) => {
|
|
242
242
|
* console.log("Final:", data.transcript);
|
|
243
243
|
* connection.close();
|
|
244
244
|
* });
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { RealtimeConnection, RealtimeEvents } from "./connection";
|
|
1
|
+
export { RealtimeConnection, RealtimeEvents, type Config, type InputAudioChunk, type WordsItem, type WordsItemType, type CommittedTranscriptMessage, type CommittedTranscriptWithTimestampsMessage, type PartialTranscriptMessage, type SessionStartedMessage } from "./connection";
|
|
2
2
|
export { ScribeRealtime, AudioFormat, CommitStrategy, type AudioOptions, type UrlOptions } from "./scribe";
|
|
@@ -94,14 +94,14 @@ export declare class ScribeRealtime {
|
|
|
94
94
|
* ```typescript
|
|
95
95
|
* // Manual audio streaming
|
|
96
96
|
* const connection = await client.speechToText.realtime.connect({
|
|
97
|
-
* modelId: "
|
|
97
|
+
* modelId: "scribe_v2_realtime",
|
|
98
98
|
* audioFormat: AudioFormat.PCM_16000,
|
|
99
99
|
* sampleRate: 16000,
|
|
100
100
|
* });
|
|
101
101
|
*
|
|
102
102
|
* // Automatic URL streaming (requires ffmpeg)
|
|
103
103
|
* const connection = await client.speechToText.realtime.connect({
|
|
104
|
-
* modelId: "
|
|
104
|
+
* modelId: "scribe_v2_realtime",
|
|
105
105
|
* url: "https://example.com/stream.mp3",
|
|
106
106
|
* });
|
|
107
107
|
* ```
|
|
@@ -82,7 +82,7 @@ class ScribeRealtime {
|
|
|
82
82
|
const baseUrl = (_b = (_a = (yield core.Supplier.get(this.options.baseUrl))) !== null && _a !== void 0 ? _a : (yield core.Supplier.get(this.options.environment))) !== null && _b !== void 0 ? _b : environments.ElevenLabsEnvironment.Production;
|
|
83
83
|
// Convert HTTP(S) to WS(S)
|
|
84
84
|
const wsUrl = baseUrl.replace(/^https?:\/\//i, (match) => match.toLowerCase() === "https://" ? "wss://" : "ws://");
|
|
85
|
-
return `${wsUrl}/v1/speech-to-text/realtime
|
|
85
|
+
return `${wsUrl}/v1/speech-to-text/realtime`;
|
|
86
86
|
});
|
|
87
87
|
}
|
|
88
88
|
checkFfmpegInstalled() {
|
|
@@ -156,14 +156,14 @@ class ScribeRealtime {
|
|
|
156
156
|
* ```typescript
|
|
157
157
|
* // Manual audio streaming
|
|
158
158
|
* const connection = await client.speechToText.realtime.connect({
|
|
159
|
-
* modelId: "
|
|
159
|
+
* modelId: "scribe_v2_realtime",
|
|
160
160
|
* audioFormat: AudioFormat.PCM_16000,
|
|
161
161
|
* sampleRate: 16000,
|
|
162
162
|
* });
|
|
163
163
|
*
|
|
164
164
|
* // Automatic URL streaming (requires ffmpeg)
|
|
165
165
|
* const connection = await client.speechToText.realtime.connect({
|
|
166
|
-
* modelId: "
|
|
166
|
+
* modelId: "scribe_v2_realtime",
|
|
167
167
|
* url: "https://example.com/stream.mp3",
|
|
168
168
|
* });
|
|
169
169
|
* ```
|
|
@@ -239,8 +239,8 @@ class ScribeRealtime {
|
|
|
239
239
|
});
|
|
240
240
|
(_b = ffmpegProcess.stdout) === null || _b === void 0 ? void 0 : _b.on("end", () => {
|
|
241
241
|
if (commitStrategy === CommitStrategy.MANUAL) {
|
|
242
|
-
// Manual strategy: commit to
|
|
243
|
-
console.log("Stream ended,
|
|
242
|
+
// Manual strategy: commit to process segment transcription, then close
|
|
243
|
+
console.log("Stream ended, committing segment");
|
|
244
244
|
connection.commit();
|
|
245
245
|
}
|
|
246
246
|
// Close connection since no more audio will be sent
|