@elevenlabs/elevenlabs-js 2.44.0 → 2.45.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/.fern/metadata.json +1 -1
- package/BaseClient.js +2 -2
- package/api/resources/audioIsolation/client/Client.d.ts +30 -0
- package/api/resources/audioIsolation/client/Client.js +117 -0
- package/api/resources/audioIsolation/client/requests/AudioIsolationListRequest.d.ts +16 -0
- package/api/resources/audioIsolation/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +5 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +5 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +5 -1
- package/api/resources/index.d.ts +2 -0
- package/api/resources/index.js +3 -1
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +1 -1
- package/api/resources/v1TextToDialogueStreamInput/index.d.ts +1 -0
- package/api/resources/v1TextToDialogueStreamInput/index.js +17 -0
- package/api/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +5 -0
- package/api/resources/v1TextToDialogueStreamInput/types/index.d.ts +1 -0
- package/api/resources/v1TextToDialogueStreamInput/types/index.js +17 -0
- package/api/resources/workspace/resources/usage/client/Client.d.ts +1 -1
- package/api/resources/workspace/resources/usage/client/Client.js +1 -1
- package/api/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +2 -0
- package/api/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
- package/api/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
- package/api/types/AgentTrustContext.d.ts +14 -0
- package/api/types/AgentTrustContext.js +17 -0
- package/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +3 -1
- package/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +3 -1
- package/api/types/AssetTranscription.d.ts +6 -0
- package/api/types/AssetTranscriptionData.d.ts +8 -0
- package/api/types/AssetTranscriptionStatus.d.ts +6 -0
- package/api/types/AssetTranscriptionStatus.js +9 -0
- package/api/types/AudioIsolationHistoryItemResponseModel.d.ts +13 -0
- package/api/types/ClientEvent.d.ts +1 -0
- package/api/types/ClientEvent.js +1 -0
- package/api/types/ClientToolConfigInput.d.ts +3 -1
- package/api/types/ClientToolConfigOutput.d.ts +3 -1
- package/api/types/ConversationConfig.d.ts +2 -0
- package/api/types/ConversationConfigWorkflowOverride.d.ts +2 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/api/types/ConversationInitiationClientDataInternal.d.ts +1 -1
- package/api/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
- package/api/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
- package/api/types/ConversationSimulationSpecification.d.ts +1 -1
- package/api/types/ConversationSource.d.ts +4 -0
- package/api/types/CreateResponseUnitTestRequest.d.ts +1 -1
- package/api/types/CreateServiceParams.d.ts +1 -1
- package/api/types/CreateSimulationTestRequest.d.ts +1 -1
- package/api/types/CreateToolCallUnitTestRequest.d.ts +1 -1
- package/api/types/Currency.d.ts +6 -0
- package/api/types/{SubscriptionResponseModelCurrency.js → Currency.js} +2 -2
- package/api/types/DialogueTextAlignment.d.ts +8 -0
- package/api/types/DynamicVariableNestedValueTypeInput.d.ts +1 -2
- package/api/types/DynamicVariableNestedValueTypeOutput.d.ts +1 -2
- package/api/types/DynamicVariableValueTypeInput.d.ts +2 -0
- package/api/types/DynamicVariableValueTypeOutput.d.ts +2 -0
- package/api/types/DynamicVariablesConfigInput.d.ts +1 -1
- package/api/types/DynamicVariablesConfigOutput.d.ts +1 -1
- package/api/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +1 -1
- package/api/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +1 -1
- package/api/types/GetAppointmentByConfirmationNumberParams.d.ts +11 -0
- package/api/types/GetAudioIsolationHistoryResponseModel.d.ts +5 -0
- package/api/types/GetResponseUnitTestResponseModel.d.ts +1 -1
- package/api/types/GetSimulationTestResponseModel.d.ts +1 -1
- package/api/types/GetToolCallUnitTestResponseModel.d.ts +1 -1
- package/api/types/Icon.d.ts +10 -0
- package/api/types/Llm.d.ts +0 -2
- package/api/types/Llm.js +0 -2
- package/api/types/ManualSource.d.ts +5 -0
- package/api/types/McpServerConfigInput.d.ts +5 -1
- package/api/types/McpServerConfigOutput.d.ts +5 -1
- package/api/types/McpToolConfigOverrideInput.d.ts +5 -1
- package/api/types/McpToolConfigOverrideOutput.d.ts +5 -1
- package/api/types/MemoryEntrySearchResult.d.ts +8 -0
- package/api/types/MemoryEntrySearchResultSource.d.ts +2 -0
- package/api/types/PendingBlocksMetadataModel.d.ts +4 -0
- package/api/types/PendingExternalAudiosMetadataModel.d.ts +4 -0
- package/api/types/PlayDtmfToolConfig.d.ts +1 -1
- package/api/types/PreToolSpeechMode.d.ts +6 -0
- package/api/types/PreToolSpeechMode.js +9 -0
- package/api/types/ProcedureCompilerMode.d.ts +0 -1
- package/api/types/ProcedureCompilerMode.js +0 -1
- package/api/types/ProjectExternalAudioResponseModel.d.ts +3 -0
- package/api/types/ProjectVideoResponseModel.d.ts +3 -0
- package/api/types/RagRetrievalInfo.d.ts +1 -0
- package/api/types/ResponseUnitTestModel.d.ts +1 -1
- package/api/types/SessionStartedPayloadConfig.d.ts +4 -0
- package/api/types/SimulationTestModel.d.ts +1 -1
- package/api/types/SpeechHistoryItemResponseModelSource.d.ts +1 -0
- package/api/types/SpeechHistoryItemResponseModelSource.js +1 -0
- package/api/types/Subscription.d.ts +1 -1
- package/api/types/SubscriptionResponse.d.ts +1 -1
- package/api/types/SystemToolConfigInput.d.ts +3 -1
- package/api/types/SystemToolConfigOutput.d.ts +3 -1
- package/api/types/TextToDialogueWebsocketApplyTextNormalizationEnum.d.ts +6 -0
- package/api/types/TextToDialogueWebsocketApplyTextNormalizationEnum.js +9 -0
- package/api/types/TextToDialogueWebsocketAudioChunk.d.ts +12 -0
- package/api/types/TextToDialogueWebsocketClientMessage.d.ts +33 -0
- package/api/types/TextToDialogueWebsocketError.d.ts +10 -0
- package/api/types/TextToDialogueWebsocketFinal.d.ts +4 -0
- package/api/types/TextToDialogueWebsocketOutputFormatEnum.d.ts +25 -0
- package/api/types/TextToDialogueWebsocketOutputFormatEnum.js +28 -0
- package/api/types/TextToDialogueWebsocketVoiceInput.d.ts +8 -0
- package/api/types/Tool.d.ts +2 -0
- package/api/types/ToolCallUnitTestModel.d.ts +1 -1
- package/api/types/ToolExecution.d.ts +9 -0
- package/api/types/ToolExecutionTaskSupport.d.ts +6 -0
- package/api/types/ToolExecutionTaskSupport.js +9 -0
- package/api/types/UpdateResponseUnitTestRequest.d.ts +1 -1
- package/api/types/UpdateSimulationTestRequest.d.ts +1 -1
- package/api/types/UpdateToolCallUnitTestRequest.d.ts +1 -1
- package/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
- package/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
- package/api/types/WebhookToolConfigInput.d.ts +3 -1
- package/api/types/WebhookToolConfigOutput.d.ts +3 -1
- package/api/types/index.d.ts +28 -34
- package/api/types/index.js +28 -34
- package/dist/BaseClient.js +2 -2
- package/dist/api/resources/audioIsolation/client/Client.d.ts +30 -0
- package/dist/api/resources/audioIsolation/client/Client.js +117 -0
- package/dist/api/resources/audioIsolation/client/requests/AudioIsolationListRequest.d.ts +16 -0
- package/dist/api/resources/audioIsolation/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +5 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +5 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +5 -1
- package/dist/api/resources/index.d.ts +2 -0
- package/dist/api/resources/index.js +3 -1
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +1 -1
- package/dist/api/resources/v1TextToDialogueStreamInput/index.d.ts +1 -0
- package/dist/api/resources/v1TextToDialogueStreamInput/index.js +17 -0
- package/dist/api/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +5 -0
- package/dist/api/resources/v1TextToDialogueStreamInput/types/index.d.ts +1 -0
- package/dist/api/resources/v1TextToDialogueStreamInput/types/index.js +17 -0
- package/dist/api/resources/workspace/resources/usage/client/Client.d.ts +1 -1
- package/dist/api/resources/workspace/resources/usage/client/Client.js +1 -1
- package/dist/api/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +2 -0
- package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
- package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
- package/dist/api/types/AgentTrustContext.d.ts +14 -0
- package/dist/api/types/AgentTrustContext.js +17 -0
- package/dist/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +3 -1
- package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +3 -1
- package/dist/api/types/AssetTranscription.d.ts +6 -0
- package/dist/api/types/AssetTranscriptionData.d.ts +8 -0
- package/dist/api/types/AssetTranscriptionStatus.d.ts +6 -0
- package/dist/api/types/AssetTranscriptionStatus.js +9 -0
- package/dist/api/types/AudioIsolationHistoryItemResponseModel.d.ts +13 -0
- package/dist/api/types/ClientEvent.d.ts +1 -0
- package/dist/api/types/ClientEvent.js +1 -0
- package/dist/api/types/ClientToolConfigInput.d.ts +3 -1
- package/dist/api/types/ClientToolConfigOutput.d.ts +3 -1
- package/dist/api/types/ConversationConfig.d.ts +2 -0
- package/dist/api/types/ConversationConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/dist/api/types/ConversationInitiationClientDataInternal.d.ts +1 -1
- package/dist/api/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
- package/dist/api/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
- package/dist/api/types/ConversationSimulationSpecification.d.ts +1 -1
- package/dist/api/types/ConversationSource.d.ts +4 -0
- package/dist/api/types/CreateResponseUnitTestRequest.d.ts +1 -1
- package/dist/api/types/CreateServiceParams.d.ts +1 -1
- package/dist/api/types/CreateSimulationTestRequest.d.ts +1 -1
- package/dist/api/types/CreateToolCallUnitTestRequest.d.ts +1 -1
- package/dist/api/types/Currency.d.ts +6 -0
- package/dist/api/types/{SubscriptionResponseModelCurrency.js → Currency.js} +2 -2
- package/dist/api/types/DialogueTextAlignment.d.ts +8 -0
- package/dist/api/types/DynamicVariableNestedValueTypeInput.d.ts +1 -2
- package/dist/api/types/DynamicVariableNestedValueTypeOutput.d.ts +1 -2
- package/dist/api/types/DynamicVariableValueTypeInput.d.ts +2 -0
- package/dist/api/types/DynamicVariableValueTypeOutput.d.ts +2 -0
- package/dist/api/types/DynamicVariablesConfigInput.d.ts +1 -1
- package/dist/api/types/DynamicVariablesConfigOutput.d.ts +1 -1
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +1 -1
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +1 -1
- package/dist/api/types/GetAppointmentByConfirmationNumberParams.d.ts +11 -0
- package/dist/api/types/GetAudioIsolationHistoryResponseModel.d.ts +5 -0
- package/dist/api/types/GetResponseUnitTestResponseModel.d.ts +1 -1
- package/dist/api/types/GetSimulationTestResponseModel.d.ts +1 -1
- package/dist/api/types/GetToolCallUnitTestResponseModel.d.ts +1 -1
- package/dist/api/types/Icon.d.ts +10 -0
- package/dist/api/types/Llm.d.ts +0 -2
- package/dist/api/types/Llm.js +0 -2
- package/dist/api/types/ManualSource.d.ts +5 -0
- package/dist/api/types/McpServerConfigInput.d.ts +5 -1
- package/dist/api/types/McpServerConfigOutput.d.ts +5 -1
- package/dist/api/types/McpToolConfigOverrideInput.d.ts +5 -1
- package/dist/api/types/McpToolConfigOverrideOutput.d.ts +5 -1
- package/dist/api/types/MemoryEntrySearchResult.d.ts +8 -0
- package/dist/api/types/MemoryEntrySearchResultSource.d.ts +2 -0
- package/dist/api/types/PendingBlocksMetadataModel.d.ts +4 -0
- package/dist/api/types/PendingExternalAudiosMetadataModel.d.ts +4 -0
- package/dist/api/types/PlayDtmfToolConfig.d.ts +1 -1
- package/dist/api/types/PreToolSpeechMode.d.ts +6 -0
- package/dist/api/types/PreToolSpeechMode.js +9 -0
- package/dist/api/types/ProcedureCompilerMode.d.ts +0 -1
- package/dist/api/types/ProcedureCompilerMode.js +0 -1
- package/dist/api/types/ProjectExternalAudioResponseModel.d.ts +3 -0
- package/dist/api/types/ProjectVideoResponseModel.d.ts +3 -0
- package/dist/api/types/RagRetrievalInfo.d.ts +1 -0
- package/dist/api/types/ResponseUnitTestModel.d.ts +1 -1
- package/dist/api/types/SessionStartedPayloadConfig.d.ts +4 -0
- package/dist/api/types/SimulationTestModel.d.ts +1 -1
- package/dist/api/types/SpeechHistoryItemResponseModelSource.d.ts +1 -0
- package/dist/api/types/SpeechHistoryItemResponseModelSource.js +1 -0
- package/dist/api/types/Subscription.d.ts +1 -1
- package/dist/api/types/SubscriptionResponse.d.ts +1 -1
- package/dist/api/types/SystemToolConfigInput.d.ts +3 -1
- package/dist/api/types/SystemToolConfigOutput.d.ts +3 -1
- package/dist/api/types/TextToDialogueWebsocketApplyTextNormalizationEnum.d.ts +6 -0
- package/dist/api/types/TextToDialogueWebsocketApplyTextNormalizationEnum.js +9 -0
- package/dist/api/types/TextToDialogueWebsocketAudioChunk.d.ts +12 -0
- package/dist/api/types/TextToDialogueWebsocketClientMessage.d.ts +33 -0
- package/dist/api/types/TextToDialogueWebsocketError.d.ts +10 -0
- package/dist/api/types/TextToDialogueWebsocketFinal.d.ts +4 -0
- package/dist/api/types/TextToDialogueWebsocketOutputFormatEnum.d.ts +25 -0
- package/dist/api/types/TextToDialogueWebsocketOutputFormatEnum.js +28 -0
- package/dist/api/types/TextToDialogueWebsocketVoiceInput.d.ts +8 -0
- package/dist/api/types/Tool.d.ts +2 -0
- package/dist/api/types/ToolCallUnitTestModel.d.ts +1 -1
- package/dist/api/types/ToolExecution.d.ts +9 -0
- package/dist/api/types/ToolExecutionTaskSupport.d.ts +6 -0
- package/dist/api/types/ToolExecutionTaskSupport.js +9 -0
- package/dist/api/types/UpdateResponseUnitTestRequest.d.ts +1 -1
- package/dist/api/types/UpdateSimulationTestRequest.d.ts +1 -1
- package/dist/api/types/UpdateToolCallUnitTestRequest.d.ts +1 -1
- package/dist/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
- package/dist/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
- package/dist/api/types/WebhookToolConfigInput.d.ts +3 -1
- package/dist/api/types/WebhookToolConfigOutput.d.ts +3 -1
- package/dist/api/types/index.d.ts +28 -34
- package/dist/api/types/index.js +28 -34
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +3 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +3 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +3 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +3 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +3 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +3 -0
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/resources/v1TextToDialogueStreamInput/index.d.ts +1 -0
- package/dist/serialization/resources/v1TextToDialogueStreamInput/index.js +17 -0
- package/dist/serialization/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +10 -0
- package/dist/serialization/{types/DynamicVariablesConfigWorkflowOverrideOutputDynamicVariablePlaceholdersValue.js → resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.js} +9 -9
- package/dist/serialization/resources/v1TextToDialogueStreamInput/types/index.d.ts +1 -0
- package/dist/serialization/resources/v1TextToDialogueStreamInput/types/index.js +17 -0
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +2 -0
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +2 -0
- package/dist/serialization/types/AgentTrustContext.d.ts +7 -0
- package/dist/serialization/types/{SubscriptionResponseModelCurrency.js → AgentTrustContext.js} +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +2 -0
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.js +2 -0
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +2 -0
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +2 -0
- package/dist/serialization/types/AssetTranscription.d.ts +13 -0
- package/dist/serialization/types/AssetTranscription.js +45 -0
- package/dist/serialization/types/AssetTranscriptionData.d.ts +14 -0
- package/dist/serialization/types/AssetTranscriptionData.js +46 -0
- package/dist/serialization/types/AssetTranscriptionStatus.d.ts +7 -0
- package/{serialization/types/SubscriptionResponseModelCurrency.js → dist/serialization/types/AssetTranscriptionStatus.js} +2 -2
- package/dist/serialization/types/AudioIsolationHistoryItemResponseModel.d.ts +19 -0
- package/dist/serialization/types/AudioIsolationHistoryItemResponseModel.js +51 -0
- package/dist/serialization/types/ClientEvent.d.ts +1 -1
- package/dist/serialization/types/ClientEvent.js +1 -0
- package/dist/serialization/types/ClientToolConfigInput.d.ts +2 -0
- package/dist/serialization/types/ClientToolConfigInput.js +2 -0
- package/dist/serialization/types/ClientToolConfigOutput.d.ts +2 -0
- package/dist/serialization/types/ClientToolConfigOutput.js +2 -0
- package/dist/serialization/types/ConversationConfig.d.ts +1 -0
- package/dist/serialization/types/ConversationConfig.js +1 -0
- package/dist/serialization/types/ConversationConfigWorkflowOverride.d.ts +1 -0
- package/dist/serialization/types/ConversationConfigWorkflowOverride.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataInternal.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationClientDataInternal.js +2 -4
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.js +2 -4
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.js +2 -4
- package/dist/serialization/types/ConversationSimulationSpecification.d.ts +2 -2
- package/dist/serialization/types/ConversationSimulationSpecification.js +2 -4
- package/dist/serialization/types/ConversationSource.d.ts +10 -0
- package/dist/serialization/types/{CreateRentalBookingParams.js → ConversationSource.js} +4 -3
- package/dist/serialization/types/CreateResponseUnitTestRequest.d.ts +2 -2
- package/dist/serialization/types/CreateResponseUnitTestRequest.js +2 -4
- package/dist/serialization/types/CreateSimulationTestRequest.d.ts +2 -2
- package/dist/serialization/types/CreateSimulationTestRequest.js +2 -4
- package/dist/serialization/types/CreateToolCallUnitTestRequest.d.ts +2 -2
- package/dist/serialization/types/CreateToolCallUnitTestRequest.js +2 -4
- package/dist/serialization/types/Currency.d.ts +7 -0
- package/{serialization/types/MergingStrategy.js → dist/serialization/types/Currency.js} +2 -2
- package/dist/serialization/types/DialogueTextAlignment.d.ts +11 -0
- package/dist/serialization/types/DialogueTextAlignment.js +43 -0
- package/dist/serialization/types/DynamicVariableNestedValueTypeInput.d.ts +2 -2
- package/dist/serialization/types/DynamicVariableNestedValueTypeInput.js +1 -8
- package/dist/serialization/types/DynamicVariableNestedValueTypeOutput.d.ts +2 -2
- package/dist/serialization/types/DynamicVariableNestedValueTypeOutput.js +1 -8
- package/dist/serialization/types/DynamicVariableValueTypeInput.d.ts +8 -0
- package/{serialization/types/SimulationTestModelDynamicVariablesValue.js → dist/serialization/types/DynamicVariableValueTypeInput.js} +4 -4
- package/dist/serialization/types/DynamicVariableValueTypeOutput.d.ts +8 -0
- package/dist/serialization/types/{SimulationTestModelDynamicVariablesValue.js → DynamicVariableValueTypeOutput.js} +4 -4
- package/dist/serialization/types/DynamicVariablesConfigInput.d.ts +2 -2
- package/dist/serialization/types/DynamicVariablesConfigInput.js +2 -4
- package/dist/serialization/types/DynamicVariablesConfigOutput.d.ts +2 -2
- package/dist/serialization/types/DynamicVariablesConfigOutput.js +2 -4
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +2 -2
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.js +2 -4
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +2 -2
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.js +2 -4
- package/dist/serialization/types/GetAppointmentByConfirmationNumberParams.d.ts +9 -0
- package/dist/serialization/types/{CheckRentalAvailabilityParams.js → GetAppointmentByConfirmationNumberParams.js} +3 -3
- package/dist/serialization/types/GetAudioIsolationHistoryResponseModel.d.ts +11 -0
- package/dist/serialization/types/GetAudioIsolationHistoryResponseModel.js +43 -0
- package/dist/serialization/types/GetResponseUnitTestResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetResponseUnitTestResponseModel.js +2 -4
- package/dist/serialization/types/GetSimulationTestResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetSimulationTestResponseModel.js +2 -4
- package/dist/serialization/types/GetToolCallUnitTestResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetToolCallUnitTestResponseModel.js +2 -4
- package/dist/serialization/types/Icon.d.ts +12 -0
- package/dist/serialization/types/Icon.js +45 -0
- package/dist/serialization/types/Llm.d.ts +1 -1
- package/dist/serialization/types/Llm.js +0 -2
- package/dist/serialization/types/ManualSource.d.ts +11 -0
- package/dist/serialization/types/ManualSource.js +43 -0
- package/dist/serialization/types/McpServerConfigInput.d.ts +3 -0
- package/dist/serialization/types/McpServerConfigInput.js +3 -0
- package/dist/serialization/types/McpServerConfigOutput.d.ts +3 -0
- package/dist/serialization/types/McpServerConfigOutput.js +3 -0
- package/dist/serialization/types/McpToolConfigOverrideInput.d.ts +3 -0
- package/dist/serialization/types/McpToolConfigOverrideInput.js +3 -0
- package/dist/serialization/types/McpToolConfigOverrideOutput.d.ts +3 -0
- package/dist/serialization/types/McpToolConfigOverrideOutput.js +3 -0
- package/dist/serialization/types/MemoryEntrySearchResult.d.ts +14 -0
- package/dist/serialization/types/MemoryEntrySearchResult.js +46 -0
- package/dist/serialization/types/MemoryEntrySearchResultSource.d.ts +9 -0
- package/dist/serialization/types/MemoryEntrySearchResultSource.js +41 -0
- package/dist/serialization/types/PendingBlocksMetadataModel.d.ts +10 -0
- package/dist/serialization/types/PendingBlocksMetadataModel.js +42 -0
- package/dist/serialization/types/PendingExternalAudiosMetadataModel.d.ts +10 -0
- package/dist/serialization/types/PendingExternalAudiosMetadataModel.js +42 -0
- package/dist/serialization/types/PreToolSpeechMode.d.ts +7 -0
- package/dist/serialization/types/{MergingStrategy.js → PreToolSpeechMode.js} +2 -2
- package/dist/serialization/types/ProcedureCompilerMode.d.ts +1 -1
- package/dist/serialization/types/ProcedureCompilerMode.js +1 -1
- package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +6 -0
- package/dist/serialization/types/ProjectExternalAudioResponseModel.js +6 -0
- package/dist/serialization/types/ProjectVideoResponseModel.d.ts +6 -0
- package/dist/serialization/types/ProjectVideoResponseModel.js +6 -0
- package/dist/serialization/types/RagRetrievalInfo.d.ts +1 -0
- package/dist/serialization/types/RagRetrievalInfo.js +1 -0
- package/dist/serialization/types/ResponseUnitTestModel.d.ts +2 -2
- package/dist/serialization/types/ResponseUnitTestModel.js +2 -4
- package/dist/serialization/types/SessionStartedPayloadConfig.d.ts +2 -0
- package/dist/serialization/types/SessionStartedPayloadConfig.js +2 -0
- package/dist/serialization/types/SimulationTestModel.d.ts +2 -2
- package/dist/serialization/types/SimulationTestModel.js +2 -4
- package/dist/serialization/types/SpeechHistoryItemResponseModelSource.d.ts +1 -1
- package/dist/serialization/types/SpeechHistoryItemResponseModelSource.js +12 -1
- package/dist/serialization/types/Subscription.d.ts +2 -2
- package/dist/serialization/types/Subscription.js +2 -2
- package/dist/serialization/types/SubscriptionResponse.d.ts +2 -2
- package/dist/serialization/types/SubscriptionResponse.js +2 -2
- package/dist/serialization/types/SystemToolConfigInput.d.ts +2 -0
- package/dist/serialization/types/SystemToolConfigInput.js +2 -0
- package/dist/serialization/types/SystemToolConfigOutput.d.ts +2 -0
- package/dist/serialization/types/SystemToolConfigOutput.js +2 -0
- package/dist/serialization/types/TextToDialogueWebsocketApplyTextNormalizationEnum.d.ts +7 -0
- package/dist/serialization/types/{ExtendedSubscriptionResponseModelCurrency.js → TextToDialogueWebsocketApplyTextNormalizationEnum.js} +2 -2
- package/dist/serialization/types/TextToDialogueWebsocketAudioChunk.d.ts +12 -0
- package/dist/serialization/types/TextToDialogueWebsocketAudioChunk.js +44 -0
- package/dist/serialization/types/TextToDialogueWebsocketClientMessage.d.ts +20 -0
- package/dist/serialization/types/TextToDialogueWebsocketClientMessage.js +52 -0
- package/dist/serialization/types/TextToDialogueWebsocketError.d.ts +12 -0
- package/dist/serialization/types/TextToDialogueWebsocketError.js +44 -0
- package/dist/serialization/types/TextToDialogueWebsocketFinal.d.ts +9 -0
- package/dist/serialization/types/TextToDialogueWebsocketFinal.js +41 -0
- package/dist/serialization/types/TextToDialogueWebsocketOutputFormatEnum.d.ts +7 -0
- package/dist/serialization/types/{ConversationSimulationSpecificationDynamicVariablesValue.js → TextToDialogueWebsocketOutputFormatEnum.js} +23 -8
- package/dist/serialization/types/TextToDialogueWebsocketVoiceInput.d.ts +11 -0
- package/dist/serialization/types/TextToDialogueWebsocketVoiceInput.js +43 -0
- package/dist/serialization/types/Tool.d.ts +4 -0
- package/dist/serialization/types/Tool.js +4 -0
- package/dist/serialization/types/ToolCallUnitTestModel.d.ts +2 -2
- package/dist/serialization/types/ToolCallUnitTestModel.js +2 -4
- package/dist/serialization/types/ToolExecution.d.ts +11 -0
- package/dist/serialization/types/ToolExecution.js +44 -0
- package/dist/serialization/types/ToolExecutionTaskSupport.d.ts +7 -0
- package/dist/serialization/types/ToolExecutionTaskSupport.js +39 -0
- package/dist/serialization/types/UpdateResponseUnitTestRequest.d.ts +2 -2
- package/dist/serialization/types/UpdateResponseUnitTestRequest.js +2 -4
- package/dist/serialization/types/UpdateSimulationTestRequest.d.ts +2 -2
- package/dist/serialization/types/UpdateSimulationTestRequest.js +2 -4
- package/dist/serialization/types/UpdateToolCallUnitTestRequest.d.ts +2 -2
- package/dist/serialization/types/UpdateToolCallUnitTestRequest.js +2 -4
- package/dist/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +1 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigInput.js +1 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.js +1 -0
- package/dist/serialization/types/WebhookToolConfigInput.d.ts +2 -0
- package/dist/serialization/types/WebhookToolConfigInput.js +2 -0
- package/dist/serialization/types/WebhookToolConfigOutput.d.ts +2 -0
- package/dist/serialization/types/WebhookToolConfigOutput.js +2 -0
- package/dist/serialization/types/index.d.ts +28 -34
- package/dist/serialization/types/index.js +28 -34
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/realtime/connection.d.ts +2 -0
- package/dist/wrapper/realtime/scribe.d.ts +10 -0
- package/dist/wrapper/realtime/scribe.js +8 -0
- package/package.json +1 -1
- package/reference.md +131 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +3 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +3 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +3 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +3 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +3 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +3 -0
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/resources/v1TextToDialogueStreamInput/index.d.ts +1 -0
- package/serialization/resources/v1TextToDialogueStreamInput/index.js +17 -0
- package/serialization/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +10 -0
- package/serialization/{types/DynamicVariablesConfigWorkflowOverrideOutputDynamicVariablePlaceholdersValue.js → resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.js} +9 -9
- package/serialization/resources/v1TextToDialogueStreamInput/types/index.d.ts +1 -0
- package/serialization/resources/v1TextToDialogueStreamInput/types/index.js +17 -0
- package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
- package/serialization/types/AgentPlatformSettingsRequestModel.js +2 -0
- package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
- package/serialization/types/AgentPlatformSettingsResponseModel.js +2 -0
- package/serialization/types/AgentTrustContext.d.ts +7 -0
- package/serialization/types/AgentTrustContext.js +39 -0
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +2 -0
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.js +2 -0
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +2 -0
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +2 -0
- package/serialization/types/AssetTranscription.d.ts +13 -0
- package/serialization/types/AssetTranscription.js +45 -0
- package/serialization/types/AssetTranscriptionData.d.ts +14 -0
- package/serialization/types/AssetTranscriptionData.js +46 -0
- package/serialization/types/AssetTranscriptionStatus.d.ts +7 -0
- package/serialization/types/AssetTranscriptionStatus.js +39 -0
- package/serialization/types/AudioIsolationHistoryItemResponseModel.d.ts +19 -0
- package/serialization/types/AudioIsolationHistoryItemResponseModel.js +51 -0
- package/serialization/types/ClientEvent.d.ts +1 -1
- package/serialization/types/ClientEvent.js +1 -0
- package/serialization/types/ClientToolConfigInput.d.ts +2 -0
- package/serialization/types/ClientToolConfigInput.js +2 -0
- package/serialization/types/ClientToolConfigOutput.d.ts +2 -0
- package/serialization/types/ClientToolConfigOutput.js +2 -0
- package/serialization/types/ConversationConfig.d.ts +1 -0
- package/serialization/types/ConversationConfig.js +1 -0
- package/serialization/types/ConversationConfigWorkflowOverride.d.ts +1 -0
- package/serialization/types/ConversationConfigWorkflowOverride.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
- package/serialization/types/ConversationInitiationClientDataInternal.d.ts +2 -2
- package/serialization/types/ConversationInitiationClientDataInternal.js +2 -4
- package/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +2 -2
- package/serialization/types/ConversationInitiationClientDataRequestInput.js +2 -4
- package/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +2 -2
- package/serialization/types/ConversationInitiationClientDataRequestOutput.js +2 -4
- package/serialization/types/ConversationSimulationSpecification.d.ts +2 -2
- package/serialization/types/ConversationSimulationSpecification.js +2 -4
- package/serialization/types/ConversationSource.d.ts +10 -0
- package/{dist/serialization/types/DeleteRentalServiceParams.js → serialization/types/ConversationSource.js} +4 -3
- package/serialization/types/CreateResponseUnitTestRequest.d.ts +2 -2
- package/serialization/types/CreateResponseUnitTestRequest.js +2 -4
- package/serialization/types/CreateSimulationTestRequest.d.ts +2 -2
- package/serialization/types/CreateSimulationTestRequest.js +2 -4
- package/serialization/types/CreateToolCallUnitTestRequest.d.ts +2 -2
- package/serialization/types/CreateToolCallUnitTestRequest.js +2 -4
- package/serialization/types/Currency.d.ts +7 -0
- package/serialization/types/Currency.js +39 -0
- package/serialization/types/DialogueTextAlignment.d.ts +11 -0
- package/serialization/types/DialogueTextAlignment.js +43 -0
- package/serialization/types/DynamicVariableNestedValueTypeInput.d.ts +2 -2
- package/serialization/types/DynamicVariableNestedValueTypeInput.js +1 -8
- package/serialization/types/DynamicVariableNestedValueTypeOutput.d.ts +2 -2
- package/serialization/types/DynamicVariableNestedValueTypeOutput.js +1 -8
- package/serialization/types/DynamicVariableValueTypeInput.d.ts +8 -0
- package/serialization/types/{ResponseUnitTestModelDynamicVariablesValue.js → DynamicVariableValueTypeInput.js} +4 -4
- package/serialization/types/DynamicVariableValueTypeOutput.d.ts +8 -0
- package/{dist/serialization/types/ToolCallUnitTestModelDynamicVariablesValue.js → serialization/types/DynamicVariableValueTypeOutput.js} +4 -4
- package/serialization/types/DynamicVariablesConfigInput.d.ts +2 -2
- package/serialization/types/DynamicVariablesConfigInput.js +2 -4
- package/serialization/types/DynamicVariablesConfigOutput.d.ts +2 -2
- package/serialization/types/DynamicVariablesConfigOutput.js +2 -4
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +2 -2
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.js +2 -4
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +2 -2
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.js +2 -4
- package/serialization/types/GetAppointmentByConfirmationNumberParams.d.ts +9 -0
- package/{dist/serialization/types/CreateRentalServiceParams.js → serialization/types/GetAppointmentByConfirmationNumberParams.js} +3 -3
- package/serialization/types/GetAudioIsolationHistoryResponseModel.d.ts +11 -0
- package/serialization/types/GetAudioIsolationHistoryResponseModel.js +43 -0
- package/serialization/types/GetResponseUnitTestResponseModel.d.ts +2 -2
- package/serialization/types/GetResponseUnitTestResponseModel.js +2 -4
- package/serialization/types/GetSimulationTestResponseModel.d.ts +2 -2
- package/serialization/types/GetSimulationTestResponseModel.js +2 -4
- package/serialization/types/GetToolCallUnitTestResponseModel.d.ts +2 -2
- package/serialization/types/GetToolCallUnitTestResponseModel.js +2 -4
- package/serialization/types/Icon.d.ts +12 -0
- package/serialization/types/Icon.js +45 -0
- package/serialization/types/Llm.d.ts +1 -1
- package/serialization/types/Llm.js +0 -2
- package/serialization/types/ManualSource.d.ts +11 -0
- package/serialization/types/ManualSource.js +43 -0
- package/serialization/types/McpServerConfigInput.d.ts +3 -0
- package/serialization/types/McpServerConfigInput.js +3 -0
- package/serialization/types/McpServerConfigOutput.d.ts +3 -0
- package/serialization/types/McpServerConfigOutput.js +3 -0
- package/serialization/types/McpToolConfigOverrideInput.d.ts +3 -0
- package/serialization/types/McpToolConfigOverrideInput.js +3 -0
- package/serialization/types/McpToolConfigOverrideOutput.d.ts +3 -0
- package/serialization/types/McpToolConfigOverrideOutput.js +3 -0
- package/serialization/types/MemoryEntrySearchResult.d.ts +14 -0
- package/serialization/types/MemoryEntrySearchResult.js +46 -0
- package/serialization/types/MemoryEntrySearchResultSource.d.ts +9 -0
- package/serialization/types/MemoryEntrySearchResultSource.js +41 -0
- package/serialization/types/PendingBlocksMetadataModel.d.ts +10 -0
- package/serialization/types/PendingBlocksMetadataModel.js +42 -0
- package/serialization/types/PendingExternalAudiosMetadataModel.d.ts +10 -0
- package/serialization/types/PendingExternalAudiosMetadataModel.js +42 -0
- package/serialization/types/PreToolSpeechMode.d.ts +7 -0
- package/serialization/types/PreToolSpeechMode.js +39 -0
- package/serialization/types/ProcedureCompilerMode.d.ts +1 -1
- package/serialization/types/ProcedureCompilerMode.js +1 -1
- package/serialization/types/ProjectExternalAudioResponseModel.d.ts +6 -0
- package/serialization/types/ProjectExternalAudioResponseModel.js +6 -0
- package/serialization/types/ProjectVideoResponseModel.d.ts +6 -0
- package/serialization/types/ProjectVideoResponseModel.js +6 -0
- package/serialization/types/RagRetrievalInfo.d.ts +1 -0
- package/serialization/types/RagRetrievalInfo.js +1 -0
- package/serialization/types/ResponseUnitTestModel.d.ts +2 -2
- package/serialization/types/ResponseUnitTestModel.js +2 -4
- package/serialization/types/SessionStartedPayloadConfig.d.ts +2 -0
- package/serialization/types/SessionStartedPayloadConfig.js +2 -0
- package/serialization/types/SimulationTestModel.d.ts +2 -2
- package/serialization/types/SimulationTestModel.js +2 -4
- package/serialization/types/SpeechHistoryItemResponseModelSource.d.ts +1 -1
- package/serialization/types/SpeechHistoryItemResponseModelSource.js +12 -1
- package/serialization/types/Subscription.d.ts +2 -2
- package/serialization/types/Subscription.js +2 -2
- package/serialization/types/SubscriptionResponse.d.ts +2 -2
- package/serialization/types/SubscriptionResponse.js +2 -2
- package/serialization/types/SystemToolConfigInput.d.ts +2 -0
- package/serialization/types/SystemToolConfigInput.js +2 -0
- package/serialization/types/SystemToolConfigOutput.d.ts +2 -0
- package/serialization/types/SystemToolConfigOutput.js +2 -0
- package/serialization/types/TextToDialogueWebsocketApplyTextNormalizationEnum.d.ts +7 -0
- package/serialization/types/{ExtendedSubscriptionResponseModelCurrency.js → TextToDialogueWebsocketApplyTextNormalizationEnum.js} +2 -2
- package/serialization/types/TextToDialogueWebsocketAudioChunk.d.ts +12 -0
- package/serialization/types/TextToDialogueWebsocketAudioChunk.js +44 -0
- package/serialization/types/TextToDialogueWebsocketClientMessage.d.ts +20 -0
- package/serialization/types/TextToDialogueWebsocketClientMessage.js +52 -0
- package/serialization/types/TextToDialogueWebsocketError.d.ts +12 -0
- package/serialization/types/TextToDialogueWebsocketError.js +44 -0
- package/serialization/types/TextToDialogueWebsocketFinal.d.ts +9 -0
- package/serialization/types/TextToDialogueWebsocketFinal.js +41 -0
- package/serialization/types/TextToDialogueWebsocketOutputFormatEnum.d.ts +7 -0
- package/{dist/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.js → serialization/types/TextToDialogueWebsocketOutputFormatEnum.js} +23 -8
- package/serialization/types/TextToDialogueWebsocketVoiceInput.d.ts +11 -0
- package/serialization/types/TextToDialogueWebsocketVoiceInput.js +43 -0
- package/serialization/types/Tool.d.ts +4 -0
- package/serialization/types/Tool.js +4 -0
- package/serialization/types/ToolCallUnitTestModel.d.ts +2 -2
- package/serialization/types/ToolCallUnitTestModel.js +2 -4
- package/serialization/types/ToolExecution.d.ts +11 -0
- package/serialization/types/ToolExecution.js +44 -0
- package/serialization/types/ToolExecutionTaskSupport.d.ts +7 -0
- package/serialization/types/ToolExecutionTaskSupport.js +39 -0
- package/serialization/types/UpdateResponseUnitTestRequest.d.ts +2 -2
- package/serialization/types/UpdateResponseUnitTestRequest.js +2 -4
- package/serialization/types/UpdateSimulationTestRequest.d.ts +2 -2
- package/serialization/types/UpdateSimulationTestRequest.js +2 -4
- package/serialization/types/UpdateToolCallUnitTestRequest.d.ts +2 -2
- package/serialization/types/UpdateToolCallUnitTestRequest.js +2 -4
- package/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +1 -0
- package/serialization/types/WebhookToolApiSchemaConfigInput.js +1 -0
- package/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -0
- package/serialization/types/WebhookToolApiSchemaConfigOutput.js +1 -0
- package/serialization/types/WebhookToolConfigInput.d.ts +2 -0
- package/serialization/types/WebhookToolConfigInput.js +2 -0
- package/serialization/types/WebhookToolConfigOutput.d.ts +2 -0
- package/serialization/types/WebhookToolConfigOutput.js +2 -0
- package/serialization/types/index.d.ts +28 -34
- package/serialization/types/index.js +28 -34
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/realtime/connection.d.ts +2 -0
- package/wrapper/realtime/scribe.d.ts +10 -0
- package/wrapper/realtime/scribe.js +8 -0
- package/api/types/CheckRentalAvailabilityParams.d.ts +0 -3
- package/api/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +0 -2
- package/api/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +0 -2
- package/api/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +0 -2
- package/api/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +0 -2
- package/api/types/CreateRentalBookingParams.d.ts +0 -3
- package/api/types/CreateRentalServiceParams.d.ts +0 -3
- package/api/types/CreateResponseUnitTestRequestDynamicVariablesValue.d.ts +0 -2
- package/api/types/CreateSimulationTestRequestDynamicVariablesValue.d.ts +0 -2
- package/api/types/CreateToolCallUnitTestRequestDynamicVariablesValue.d.ts +0 -2
- package/api/types/DeleteRentalServiceParams.d.ts +0 -3
- package/api/types/DynamicVariableContainerValueTypeInput.d.ts +0 -2
- package/api/types/DynamicVariableContainerValueTypeOutput.d.ts +0 -2
- package/api/types/DynamicVariablesConfigInputDynamicVariablePlaceholdersValue.d.ts +0 -2
- package/api/types/DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue.d.ts +0 -2
- package/api/types/DynamicVariablesConfigWorkflowOverrideInputDynamicVariablePlaceholdersValue.d.ts +0 -2
- package/api/types/DynamicVariablesConfigWorkflowOverrideOutputDynamicVariablePlaceholdersValue.d.ts +0 -2
- package/api/types/ExtendedSubscriptionResponseModelCurrency.d.ts +0 -6
- package/api/types/ExtendedSubscriptionResponseModelCurrency.js +0 -9
- package/api/types/GetResponseUnitTestResponseModelDynamicVariablesValue.d.ts +0 -2
- package/api/types/GetSimulationTestResponseModelDynamicVariablesValue.d.ts +0 -2
- package/api/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.d.ts +0 -2
- package/api/types/ListRentalServicesParams.d.ts +0 -4
- package/api/types/MergingStrategy.d.ts +0 -7
- package/api/types/MergingStrategy.js +0 -10
- package/api/types/MultiSourceConfigJson.d.ts +0 -22
- package/api/types/ResponseUnitTestModelDynamicVariablesValue.d.ts +0 -2
- package/api/types/SimulationTestModelDynamicVariablesValue.d.ts +0 -2
- package/api/types/SourceConfigJson.d.ts +0 -32
- package/api/types/SourceRetrievalConfig.d.ts +0 -17
- package/api/types/SubscriptionResponseModelCurrency.d.ts +0 -6
- package/api/types/ToolCallUnitTestModelDynamicVariablesValue.d.ts +0 -2
- package/api/types/UpdateRentalServiceParams.d.ts +0 -3
- package/api/types/UpdateResponseUnitTestRequestDynamicVariablesValue.d.ts +0 -2
- package/api/types/UpdateSimulationTestRequestDynamicVariablesValue.d.ts +0 -2
- package/api/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.d.ts +0 -2
- package/dist/api/types/CheckRentalAvailabilityParams.d.ts +0 -3
- package/dist/api/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +0 -2
- package/dist/api/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +0 -2
- package/dist/api/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +0 -2
- package/dist/api/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +0 -2
- package/dist/api/types/CreateRentalBookingParams.d.ts +0 -3
- package/dist/api/types/CreateRentalServiceParams.d.ts +0 -3
- package/dist/api/types/CreateResponseUnitTestRequestDynamicVariablesValue.d.ts +0 -2
- package/dist/api/types/CreateSimulationTestRequestDynamicVariablesValue.d.ts +0 -2
- package/dist/api/types/CreateToolCallUnitTestRequestDynamicVariablesValue.d.ts +0 -2
- package/dist/api/types/DeleteRentalServiceParams.d.ts +0 -3
- package/dist/api/types/DynamicVariableContainerValueTypeInput.d.ts +0 -2
- package/dist/api/types/DynamicVariableContainerValueTypeOutput.d.ts +0 -2
- package/dist/api/types/DynamicVariablesConfigInputDynamicVariablePlaceholdersValue.d.ts +0 -2
- package/dist/api/types/DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue.d.ts +0 -2
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideInputDynamicVariablePlaceholdersValue.d.ts +0 -2
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideInputDynamicVariablePlaceholdersValue.js +0 -3
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideOutputDynamicVariablePlaceholdersValue.d.ts +0 -2
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideOutputDynamicVariablePlaceholdersValue.js +0 -3
- package/dist/api/types/ExtendedSubscriptionResponseModelCurrency.d.ts +0 -6
- package/dist/api/types/ExtendedSubscriptionResponseModelCurrency.js +0 -9
- package/dist/api/types/GetResponseUnitTestResponseModelDynamicVariablesValue.d.ts +0 -2
- package/dist/api/types/GetResponseUnitTestResponseModelDynamicVariablesValue.js +0 -3
- package/dist/api/types/GetSimulationTestResponseModelDynamicVariablesValue.d.ts +0 -2
- package/dist/api/types/GetSimulationTestResponseModelDynamicVariablesValue.js +0 -3
- package/dist/api/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.d.ts +0 -2
- package/dist/api/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.js +0 -3
- package/dist/api/types/ListRentalServicesParams.d.ts +0 -4
- package/dist/api/types/ListRentalServicesParams.js +0 -3
- package/dist/api/types/MergingStrategy.d.ts +0 -7
- package/dist/api/types/MergingStrategy.js +0 -10
- package/dist/api/types/MultiSourceConfigJson.d.ts +0 -22
- package/dist/api/types/MultiSourceConfigJson.js +0 -3
- package/dist/api/types/ResponseUnitTestModelDynamicVariablesValue.d.ts +0 -2
- package/dist/api/types/ResponseUnitTestModelDynamicVariablesValue.js +0 -3
- package/dist/api/types/SimulationTestModelDynamicVariablesValue.d.ts +0 -2
- package/dist/api/types/SimulationTestModelDynamicVariablesValue.js +0 -3
- package/dist/api/types/SourceConfigJson.d.ts +0 -32
- package/dist/api/types/SourceConfigJson.js +0 -3
- package/dist/api/types/SourceRetrievalConfig.d.ts +0 -17
- package/dist/api/types/SourceRetrievalConfig.js +0 -3
- package/dist/api/types/SubscriptionResponseModelCurrency.d.ts +0 -6
- package/dist/api/types/ToolCallUnitTestModelDynamicVariablesValue.d.ts +0 -2
- package/dist/api/types/ToolCallUnitTestModelDynamicVariablesValue.js +0 -3
- package/dist/api/types/UpdateRentalServiceParams.d.ts +0 -3
- package/dist/api/types/UpdateRentalServiceParams.js +0 -3
- package/dist/api/types/UpdateResponseUnitTestRequestDynamicVariablesValue.d.ts +0 -2
- package/dist/api/types/UpdateResponseUnitTestRequestDynamicVariablesValue.js +0 -3
- package/dist/api/types/UpdateSimulationTestRequestDynamicVariablesValue.d.ts +0 -2
- package/dist/api/types/UpdateSimulationTestRequestDynamicVariablesValue.js +0 -3
- package/dist/api/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.d.ts +0 -2
- package/dist/api/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.js +0 -3
- package/dist/serialization/types/CheckRentalAvailabilityParams.d.ts +0 -9
- package/dist/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +0 -8
- package/dist/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +0 -8
- package/dist/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.js +0 -46
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +0 -8
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.js +0 -46
- package/dist/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +0 -8
- package/dist/serialization/types/CreateRentalBookingParams.d.ts +0 -9
- package/dist/serialization/types/CreateRentalServiceParams.d.ts +0 -9
- package/dist/serialization/types/CreateResponseUnitTestRequestDynamicVariablesValue.d.ts +0 -8
- package/dist/serialization/types/CreateResponseUnitTestRequestDynamicVariablesValue.js +0 -46
- package/dist/serialization/types/CreateSimulationTestRequestDynamicVariablesValue.d.ts +0 -8
- package/dist/serialization/types/CreateSimulationTestRequestDynamicVariablesValue.js +0 -46
- package/dist/serialization/types/CreateToolCallUnitTestRequestDynamicVariablesValue.d.ts +0 -8
- package/dist/serialization/types/CreateToolCallUnitTestRequestDynamicVariablesValue.js +0 -46
- package/dist/serialization/types/DeleteRentalServiceParams.d.ts +0 -9
- package/dist/serialization/types/DynamicVariableContainerValueTypeInput.d.ts +0 -7
- package/dist/serialization/types/DynamicVariableContainerValueTypeInput.js +0 -40
- package/dist/serialization/types/DynamicVariableContainerValueTypeOutput.d.ts +0 -7
- package/dist/serialization/types/DynamicVariableContainerValueTypeOutput.js +0 -40
- package/dist/serialization/types/DynamicVariablesConfigInputDynamicVariablePlaceholdersValue.d.ts +0 -8
- package/dist/serialization/types/DynamicVariablesConfigInputDynamicVariablePlaceholdersValue.js +0 -46
- package/dist/serialization/types/DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue.d.ts +0 -8
- package/dist/serialization/types/DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue.js +0 -46
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideInputDynamicVariablePlaceholdersValue.d.ts +0 -8
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideInputDynamicVariablePlaceholdersValue.js +0 -46
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideOutputDynamicVariablePlaceholdersValue.d.ts +0 -8
- package/dist/serialization/types/ExtendedSubscriptionResponseModelCurrency.d.ts +0 -7
- package/dist/serialization/types/GetResponseUnitTestResponseModelDynamicVariablesValue.d.ts +0 -8
- package/dist/serialization/types/GetResponseUnitTestResponseModelDynamicVariablesValue.js +0 -46
- package/dist/serialization/types/GetSimulationTestResponseModelDynamicVariablesValue.d.ts +0 -8
- package/dist/serialization/types/GetSimulationTestResponseModelDynamicVariablesValue.js +0 -46
- package/dist/serialization/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.d.ts +0 -8
- package/dist/serialization/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.js +0 -46
- package/dist/serialization/types/ListRentalServicesParams.d.ts +0 -10
- package/dist/serialization/types/ListRentalServicesParams.js +0 -42
- package/dist/serialization/types/MergingStrategy.d.ts +0 -7
- package/dist/serialization/types/MultiSourceConfigJson.d.ts +0 -17
- package/dist/serialization/types/MultiSourceConfigJson.js +0 -49
- package/dist/serialization/types/ResponseUnitTestModelDynamicVariablesValue.d.ts +0 -8
- package/dist/serialization/types/ResponseUnitTestModelDynamicVariablesValue.js +0 -46
- package/dist/serialization/types/SimulationTestModelDynamicVariablesValue.d.ts +0 -8
- package/dist/serialization/types/SourceConfigJson.d.ts +0 -20
- package/dist/serialization/types/SourceConfigJson.js +0 -52
- package/dist/serialization/types/SourceRetrievalConfig.d.ts +0 -23
- package/dist/serialization/types/SourceRetrievalConfig.js +0 -57
- package/dist/serialization/types/SubscriptionResponseModelCurrency.d.ts +0 -7
- package/dist/serialization/types/ToolCallUnitTestModelDynamicVariablesValue.d.ts +0 -8
- package/dist/serialization/types/UpdateRentalServiceParams.d.ts +0 -9
- package/dist/serialization/types/UpdateRentalServiceParams.js +0 -41
- package/dist/serialization/types/UpdateResponseUnitTestRequestDynamicVariablesValue.d.ts +0 -8
- package/dist/serialization/types/UpdateResponseUnitTestRequestDynamicVariablesValue.js +0 -46
- package/dist/serialization/types/UpdateSimulationTestRequestDynamicVariablesValue.d.ts +0 -8
- package/dist/serialization/types/UpdateSimulationTestRequestDynamicVariablesValue.js +0 -46
- package/dist/serialization/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.d.ts +0 -8
- package/dist/serialization/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.js +0 -46
- package/serialization/types/CheckRentalAvailabilityParams.d.ts +0 -9
- package/serialization/types/CheckRentalAvailabilityParams.js +0 -41
- package/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +0 -8
- package/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.js +0 -46
- package/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +0 -8
- package/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.js +0 -46
- package/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +0 -8
- package/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.js +0 -46
- package/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +0 -8
- package/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.js +0 -46
- package/serialization/types/CreateRentalBookingParams.d.ts +0 -9
- package/serialization/types/CreateRentalBookingParams.js +0 -41
- package/serialization/types/CreateRentalServiceParams.d.ts +0 -9
- package/serialization/types/CreateRentalServiceParams.js +0 -41
- package/serialization/types/CreateResponseUnitTestRequestDynamicVariablesValue.d.ts +0 -8
- package/serialization/types/CreateResponseUnitTestRequestDynamicVariablesValue.js +0 -46
- package/serialization/types/CreateSimulationTestRequestDynamicVariablesValue.d.ts +0 -8
- package/serialization/types/CreateSimulationTestRequestDynamicVariablesValue.js +0 -46
- package/serialization/types/CreateToolCallUnitTestRequestDynamicVariablesValue.d.ts +0 -8
- package/serialization/types/CreateToolCallUnitTestRequestDynamicVariablesValue.js +0 -46
- package/serialization/types/DeleteRentalServiceParams.d.ts +0 -9
- package/serialization/types/DeleteRentalServiceParams.js +0 -41
- package/serialization/types/DynamicVariableContainerValueTypeInput.d.ts +0 -7
- package/serialization/types/DynamicVariableContainerValueTypeInput.js +0 -40
- package/serialization/types/DynamicVariableContainerValueTypeOutput.d.ts +0 -7
- package/serialization/types/DynamicVariableContainerValueTypeOutput.js +0 -40
- package/serialization/types/DynamicVariablesConfigInputDynamicVariablePlaceholdersValue.d.ts +0 -8
- package/serialization/types/DynamicVariablesConfigInputDynamicVariablePlaceholdersValue.js +0 -46
- package/serialization/types/DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue.d.ts +0 -8
- package/serialization/types/DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue.js +0 -46
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideInputDynamicVariablePlaceholdersValue.d.ts +0 -8
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideInputDynamicVariablePlaceholdersValue.js +0 -46
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideOutputDynamicVariablePlaceholdersValue.d.ts +0 -8
- package/serialization/types/ExtendedSubscriptionResponseModelCurrency.d.ts +0 -7
- package/serialization/types/GetResponseUnitTestResponseModelDynamicVariablesValue.d.ts +0 -8
- package/serialization/types/GetResponseUnitTestResponseModelDynamicVariablesValue.js +0 -46
- package/serialization/types/GetSimulationTestResponseModelDynamicVariablesValue.d.ts +0 -8
- package/serialization/types/GetSimulationTestResponseModelDynamicVariablesValue.js +0 -46
- package/serialization/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.d.ts +0 -8
- package/serialization/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.js +0 -46
- package/serialization/types/ListRentalServicesParams.d.ts +0 -10
- package/serialization/types/ListRentalServicesParams.js +0 -42
- package/serialization/types/MergingStrategy.d.ts +0 -7
- package/serialization/types/MultiSourceConfigJson.d.ts +0 -17
- package/serialization/types/MultiSourceConfigJson.js +0 -49
- package/serialization/types/ResponseUnitTestModelDynamicVariablesValue.d.ts +0 -8
- package/serialization/types/SimulationTestModelDynamicVariablesValue.d.ts +0 -8
- package/serialization/types/SourceConfigJson.d.ts +0 -20
- package/serialization/types/SourceConfigJson.js +0 -52
- package/serialization/types/SourceRetrievalConfig.d.ts +0 -23
- package/serialization/types/SourceRetrievalConfig.js +0 -57
- package/serialization/types/SubscriptionResponseModelCurrency.d.ts +0 -7
- package/serialization/types/ToolCallUnitTestModelDynamicVariablesValue.d.ts +0 -8
- package/serialization/types/ToolCallUnitTestModelDynamicVariablesValue.js +0 -46
- package/serialization/types/UpdateRentalServiceParams.d.ts +0 -9
- package/serialization/types/UpdateRentalServiceParams.js +0 -41
- package/serialization/types/UpdateResponseUnitTestRequestDynamicVariablesValue.d.ts +0 -8
- package/serialization/types/UpdateResponseUnitTestRequestDynamicVariablesValue.js +0 -46
- package/serialization/types/UpdateSimulationTestRequestDynamicVariablesValue.d.ts +0 -8
- package/serialization/types/UpdateSimulationTestRequestDynamicVariablesValue.js +0 -46
- package/serialization/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.d.ts +0 -8
- package/serialization/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.js +0 -46
- /package/api/{types/CheckRentalAvailabilityParams.js → resources/audioIsolation/client/requests/AudioIsolationListRequest.js} +0 -0
- /package/api/{types/ConversationInitiationClientDataInternalDynamicVariablesValue.js → resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.js} +0 -0
- /package/api/types/{ConversationInitiationClientDataRequestInputDynamicVariablesValue.js → AssetTranscription.js} +0 -0
- /package/api/types/{ConversationInitiationClientDataRequestOutputDynamicVariablesValue.js → AssetTranscriptionData.js} +0 -0
- /package/api/types/{ConversationSimulationSpecificationDynamicVariablesValue.js → AudioIsolationHistoryItemResponseModel.js} +0 -0
- /package/api/types/{CreateRentalBookingParams.js → ConversationSource.js} +0 -0
- /package/api/types/{CreateRentalServiceParams.js → DialogueTextAlignment.js} +0 -0
- /package/api/types/{CreateResponseUnitTestRequestDynamicVariablesValue.js → DynamicVariableValueTypeInput.js} +0 -0
- /package/api/types/{CreateSimulationTestRequestDynamicVariablesValue.js → DynamicVariableValueTypeOutput.js} +0 -0
- /package/api/types/{CreateToolCallUnitTestRequestDynamicVariablesValue.js → GetAppointmentByConfirmationNumberParams.js} +0 -0
- /package/api/types/{DeleteRentalServiceParams.js → GetAudioIsolationHistoryResponseModel.js} +0 -0
- /package/api/types/{DynamicVariableContainerValueTypeInput.js → Icon.js} +0 -0
- /package/api/types/{DynamicVariableContainerValueTypeOutput.js → ManualSource.js} +0 -0
- /package/api/types/{DynamicVariablesConfigInputDynamicVariablePlaceholdersValue.js → MemoryEntrySearchResult.js} +0 -0
- /package/api/types/{DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue.js → MemoryEntrySearchResultSource.js} +0 -0
- /package/api/types/{DynamicVariablesConfigWorkflowOverrideInputDynamicVariablePlaceholdersValue.js → PendingBlocksMetadataModel.js} +0 -0
- /package/api/types/{DynamicVariablesConfigWorkflowOverrideOutputDynamicVariablePlaceholdersValue.js → PendingExternalAudiosMetadataModel.js} +0 -0
- /package/api/types/{GetResponseUnitTestResponseModelDynamicVariablesValue.js → TextToDialogueWebsocketAudioChunk.js} +0 -0
- /package/api/types/{GetSimulationTestResponseModelDynamicVariablesValue.js → TextToDialogueWebsocketClientMessage.js} +0 -0
- /package/api/types/{GetToolCallUnitTestResponseModelDynamicVariablesValue.js → TextToDialogueWebsocketError.js} +0 -0
- /package/api/types/{ListRentalServicesParams.js → TextToDialogueWebsocketFinal.js} +0 -0
- /package/api/types/{MultiSourceConfigJson.js → TextToDialogueWebsocketVoiceInput.js} +0 -0
- /package/api/types/{ResponseUnitTestModelDynamicVariablesValue.js → ToolExecution.js} +0 -0
- /package/{api/types/SimulationTestModelDynamicVariablesValue.js → dist/api/resources/audioIsolation/client/requests/AudioIsolationListRequest.js} +0 -0
- /package/{api/types/SourceConfigJson.js → dist/api/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.js} +0 -0
- /package/{api/types/SourceRetrievalConfig.js → dist/api/types/AssetTranscription.js} +0 -0
- /package/{api/types/ToolCallUnitTestModelDynamicVariablesValue.js → dist/api/types/AssetTranscriptionData.js} +0 -0
- /package/{api/types/UpdateRentalServiceParams.js → dist/api/types/AudioIsolationHistoryItemResponseModel.js} +0 -0
- /package/{api/types/UpdateResponseUnitTestRequestDynamicVariablesValue.js → dist/api/types/ConversationSource.js} +0 -0
- /package/{api/types/UpdateSimulationTestRequestDynamicVariablesValue.js → dist/api/types/DialogueTextAlignment.js} +0 -0
- /package/{api/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.js → dist/api/types/DynamicVariableValueTypeInput.js} +0 -0
- /package/dist/api/types/{CheckRentalAvailabilityParams.js → DynamicVariableValueTypeOutput.js} +0 -0
- /package/dist/api/types/{ConversationInitiationClientDataInternalDynamicVariablesValue.js → GetAppointmentByConfirmationNumberParams.js} +0 -0
- /package/dist/api/types/{ConversationInitiationClientDataRequestInputDynamicVariablesValue.js → GetAudioIsolationHistoryResponseModel.js} +0 -0
- /package/dist/api/types/{ConversationInitiationClientDataRequestOutputDynamicVariablesValue.js → Icon.js} +0 -0
- /package/dist/api/types/{ConversationSimulationSpecificationDynamicVariablesValue.js → ManualSource.js} +0 -0
- /package/dist/api/types/{CreateRentalBookingParams.js → MemoryEntrySearchResult.js} +0 -0
- /package/dist/api/types/{CreateRentalServiceParams.js → MemoryEntrySearchResultSource.js} +0 -0
- /package/dist/api/types/{CreateResponseUnitTestRequestDynamicVariablesValue.js → PendingBlocksMetadataModel.js} +0 -0
- /package/dist/api/types/{CreateSimulationTestRequestDynamicVariablesValue.js → PendingExternalAudiosMetadataModel.js} +0 -0
- /package/dist/api/types/{CreateToolCallUnitTestRequestDynamicVariablesValue.js → TextToDialogueWebsocketAudioChunk.js} +0 -0
- /package/dist/api/types/{DeleteRentalServiceParams.js → TextToDialogueWebsocketClientMessage.js} +0 -0
- /package/dist/api/types/{DynamicVariableContainerValueTypeInput.js → TextToDialogueWebsocketError.js} +0 -0
- /package/dist/api/types/{DynamicVariableContainerValueTypeOutput.js → TextToDialogueWebsocketFinal.js} +0 -0
- /package/dist/api/types/{DynamicVariablesConfigInputDynamicVariablePlaceholdersValue.js → TextToDialogueWebsocketVoiceInput.js} +0 -0
- /package/dist/api/types/{DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue.js → ToolExecution.js} +0 -0
package/.fern/metadata.json
CHANGED
package/BaseClient.js
CHANGED
|
@@ -41,8 +41,8 @@ function normalizeClientOptions(options) {
|
|
|
41
41
|
const headers = (0, headers_1.mergeHeaders)({
|
|
42
42
|
"X-Fern-Language": "JavaScript",
|
|
43
43
|
"X-Fern-SDK-Name": "@elevenlabs/elevenlabs-js",
|
|
44
|
-
"X-Fern-SDK-Version": "2.
|
|
45
|
-
"User-Agent": "@elevenlabs/elevenlabs-js/2.
|
|
44
|
+
"X-Fern-SDK-Version": "2.45.0",
|
|
45
|
+
"User-Agent": "@elevenlabs/elevenlabs-js/2.45.0",
|
|
46
46
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
47
47
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
48
48
|
"xi-api-key": options === null || options === void 0 ? void 0 : options.apiKey,
|
|
@@ -16,6 +16,36 @@ export declare class AudioIsolationClient {
|
|
|
16
16
|
*/
|
|
17
17
|
convert(request: ElevenLabs.BodyAudioIsolationV1AudioIsolationPost, requestOptions?: AudioIsolationClient.RequestOptions): core.HttpResponsePromise<ReadableStream<Uint8Array>>;
|
|
18
18
|
private __convert;
|
|
19
|
+
/**
|
|
20
|
+
* Returns a list of all your audio isolation generations.
|
|
21
|
+
*
|
|
22
|
+
* @param {ElevenLabs.AudioIsolationListRequest} request
|
|
23
|
+
* @param {AudioIsolationClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
24
|
+
*
|
|
25
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
26
|
+
*
|
|
27
|
+
* @example
|
|
28
|
+
* await client.audioIsolation.list({
|
|
29
|
+
* pageSize: 1,
|
|
30
|
+
* page: 1,
|
|
31
|
+
* search: "search"
|
|
32
|
+
* })
|
|
33
|
+
*/
|
|
34
|
+
list(request?: ElevenLabs.AudioIsolationListRequest, requestOptions?: AudioIsolationClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.GetAudioIsolationHistoryResponseModel>;
|
|
35
|
+
private __list;
|
|
36
|
+
/**
|
|
37
|
+
* Deletes a specific audio isolation history item and the associated media files.
|
|
38
|
+
*
|
|
39
|
+
* @param {string} history_item_id - Identifier of the audio isolation history item.
|
|
40
|
+
* @param {AudioIsolationClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
43
|
+
*
|
|
44
|
+
* @example
|
|
45
|
+
* await client.audioIsolation.delete("history_item_id")
|
|
46
|
+
*/
|
|
47
|
+
delete(history_item_id: string, requestOptions?: AudioIsolationClient.RequestOptions): core.HttpResponsePromise<void>;
|
|
48
|
+
private __delete;
|
|
19
49
|
/**
|
|
20
50
|
* Removes background noise from audio.
|
|
21
51
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
@@ -111,6 +111,123 @@ class AudioIsolationClient {
|
|
|
111
111
|
return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "POST", "/v1/audio-isolation");
|
|
112
112
|
});
|
|
113
113
|
}
|
|
114
|
+
/**
|
|
115
|
+
* Returns a list of all your audio isolation generations.
|
|
116
|
+
*
|
|
117
|
+
* @param {ElevenLabs.AudioIsolationListRequest} request
|
|
118
|
+
* @param {AudioIsolationClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
119
|
+
*
|
|
120
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
121
|
+
*
|
|
122
|
+
* @example
|
|
123
|
+
* await client.audioIsolation.list({
|
|
124
|
+
* pageSize: 1,
|
|
125
|
+
* page: 1,
|
|
126
|
+
* search: "search"
|
|
127
|
+
* })
|
|
128
|
+
*/
|
|
129
|
+
list(request = {}, requestOptions) {
|
|
130
|
+
return core.HttpResponsePromise.fromPromise(this.__list(request, requestOptions));
|
|
131
|
+
}
|
|
132
|
+
__list() {
|
|
133
|
+
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
134
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
135
|
+
const { pageSize, page, search } = request;
|
|
136
|
+
const _queryParams = {};
|
|
137
|
+
if (pageSize != null) {
|
|
138
|
+
_queryParams.page_size = pageSize.toString();
|
|
139
|
+
}
|
|
140
|
+
if (page != null) {
|
|
141
|
+
_queryParams.page = page.toString();
|
|
142
|
+
}
|
|
143
|
+
if (search != null) {
|
|
144
|
+
_queryParams.search = search;
|
|
145
|
+
}
|
|
146
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "xi-api-key": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
147
|
+
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
148
|
+
url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, "v1/audio-isolation/history"),
|
|
149
|
+
method: "GET",
|
|
150
|
+
headers: _headers,
|
|
151
|
+
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
152
|
+
timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
|
|
153
|
+
maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
|
|
154
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
155
|
+
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
156
|
+
logging: this._options.logging,
|
|
157
|
+
});
|
|
158
|
+
if (_response.ok) {
|
|
159
|
+
return {
|
|
160
|
+
data: serializers.GetAudioIsolationHistoryResponseModel.parseOrThrow(_response.body, {
|
|
161
|
+
unrecognizedObjectKeys: "passthrough",
|
|
162
|
+
allowUnrecognizedUnionMembers: true,
|
|
163
|
+
allowUnrecognizedEnumValues: true,
|
|
164
|
+
breadcrumbsPrefix: ["response"],
|
|
165
|
+
}),
|
|
166
|
+
rawResponse: _response.rawResponse,
|
|
167
|
+
};
|
|
168
|
+
}
|
|
169
|
+
if (_response.error.reason === "status-code") {
|
|
170
|
+
switch (_response.error.statusCode) {
|
|
171
|
+
case 422:
|
|
172
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
173
|
+
default:
|
|
174
|
+
throw new errors.ElevenLabsError({
|
|
175
|
+
statusCode: _response.error.statusCode,
|
|
176
|
+
body: _response.error.body,
|
|
177
|
+
rawResponse: _response.rawResponse,
|
|
178
|
+
});
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/v1/audio-isolation/history");
|
|
182
|
+
});
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* Deletes a specific audio isolation history item and the associated media files.
|
|
186
|
+
*
|
|
187
|
+
* @param {string} history_item_id - Identifier of the audio isolation history item.
|
|
188
|
+
* @param {AudioIsolationClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
189
|
+
*
|
|
190
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
191
|
+
*
|
|
192
|
+
* @example
|
|
193
|
+
* await client.audioIsolation.delete("history_item_id")
|
|
194
|
+
*/
|
|
195
|
+
delete(history_item_id, requestOptions) {
|
|
196
|
+
return core.HttpResponsePromise.fromPromise(this.__delete(history_item_id, requestOptions));
|
|
197
|
+
}
|
|
198
|
+
__delete(history_item_id, requestOptions) {
|
|
199
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
200
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
201
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "xi-api-key": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
202
|
+
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
203
|
+
url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/audio-isolation/history/${core.url.encodePathParam(history_item_id)}`),
|
|
204
|
+
method: "DELETE",
|
|
205
|
+
headers: _headers,
|
|
206
|
+
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
207
|
+
timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
|
|
208
|
+
maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
|
|
209
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
210
|
+
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
211
|
+
logging: this._options.logging,
|
|
212
|
+
});
|
|
213
|
+
if (_response.ok) {
|
|
214
|
+
return { data: undefined, rawResponse: _response.rawResponse };
|
|
215
|
+
}
|
|
216
|
+
if (_response.error.reason === "status-code") {
|
|
217
|
+
switch (_response.error.statusCode) {
|
|
218
|
+
case 422:
|
|
219
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
220
|
+
default:
|
|
221
|
+
throw new errors.ElevenLabsError({
|
|
222
|
+
statusCode: _response.error.statusCode,
|
|
223
|
+
body: _response.error.body,
|
|
224
|
+
rawResponse: _response.rawResponse,
|
|
225
|
+
});
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "DELETE", "/v1/audio-isolation/history/{history_item_id}");
|
|
229
|
+
});
|
|
230
|
+
}
|
|
114
231
|
/**
|
|
115
232
|
* Removes background noise from audio.
|
|
116
233
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @example
|
|
3
|
+
* {
|
|
4
|
+
* pageSize: 1,
|
|
5
|
+
* page: 1,
|
|
6
|
+
* search: "search"
|
|
7
|
+
* }
|
|
8
|
+
*/
|
|
9
|
+
export interface AudioIsolationListRequest {
|
|
10
|
+
/** How many history items to return at maximum. Defaults to 100. */
|
|
11
|
+
pageSize?: number;
|
|
12
|
+
/** Page number for search pagination (1-based). Only used when search is provided. */
|
|
13
|
+
page?: number;
|
|
14
|
+
/** Optional search term used for filtering audio isolation history (title/text). */
|
|
15
|
+
search?: string;
|
|
16
|
+
}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
export type { AudioIsolationListRequest } from "./AudioIsolationListRequest";
|
|
1
2
|
export type { BodyAudioIsolationStreamV1AudioIsolationStreamPost } from "./BodyAudioIsolationStreamV1AudioIsolationStreamPost";
|
|
2
3
|
export type { BodyAudioIsolationV1AudioIsolationPost } from "./BodyAudioIsolationV1AudioIsolationPost";
|
|
@@ -6,8 +6,10 @@ import type * as ElevenLabs from "../../../../../../index";
|
|
|
6
6
|
export interface McpServerConfigUpdateRequestModel {
|
|
7
7
|
/** The approval mode to set for the MCP server */
|
|
8
8
|
approvalPolicy?: ElevenLabs.McpApprovalPolicy;
|
|
9
|
-
/** If set, overrides the server's force_pre_tool_speech setting for this tool */
|
|
9
|
+
/** DEPRECATED: use `pre_tool_speech` instead. If set, overrides the server's force_pre_tool_speech setting for this tool. */
|
|
10
10
|
forcePreToolSpeech?: boolean;
|
|
11
|
+
/** If set, overrides the server's pre_tool_speech setting for this tool. */
|
|
12
|
+
preToolSpeech?: ElevenLabs.PreToolSpeechMode;
|
|
11
13
|
/** If set, overrides the server's disable_interruptions setting for this tool */
|
|
12
14
|
disableInterruptions?: boolean;
|
|
13
15
|
/** Predefined tool call sound type to play during tool execution for all tools from this MCP server */
|
|
@@ -16,6 +18,8 @@ export interface McpServerConfigUpdateRequestModel {
|
|
|
16
18
|
toolCallSoundBehavior?: ElevenLabs.ToolCallSoundBehavior;
|
|
17
19
|
/** If set, overrides the server's execution_mode setting for this tool */
|
|
18
20
|
executionMode?: ElevenLabs.ToolExecutionMode;
|
|
21
|
+
/** The maximum time in seconds to wait for each MCP tool call to complete. */
|
|
22
|
+
responseTimeoutSecs?: number;
|
|
19
23
|
/** The headers to include in requests to the MCP server */
|
|
20
24
|
requestHeaders?: Record<string, ElevenLabs.conversationalAi.McpServerConfigUpdateRequestModelRequestHeadersValue | undefined>;
|
|
21
25
|
/** Whether to disable HTTP compression for this MCP server */
|
|
@@ -6,8 +6,10 @@ import type * as ElevenLabs from "../../../../../../../../index";
|
|
|
6
6
|
* }
|
|
7
7
|
*/
|
|
8
8
|
export interface McpToolConfigOverrideCreateRequestModel {
|
|
9
|
-
/** If set, overrides the server's force_pre_tool_speech setting for this tool */
|
|
9
|
+
/** DEPRECATED: use `pre_tool_speech` instead. If set, overrides the server's force_pre_tool_speech setting for this tool. */
|
|
10
10
|
forcePreToolSpeech?: boolean;
|
|
11
|
+
/** If set, overrides the server's pre_tool_speech setting for this tool. */
|
|
12
|
+
preToolSpeech?: ElevenLabs.PreToolSpeechMode;
|
|
11
13
|
/** If set, overrides the server's disable_interruptions setting for this tool */
|
|
12
14
|
disableInterruptions?: boolean;
|
|
13
15
|
/** If set, overrides the server's tool_call_sound setting for this tool */
|
|
@@ -16,6 +18,8 @@ export interface McpToolConfigOverrideCreateRequestModel {
|
|
|
16
18
|
toolCallSoundBehavior?: ElevenLabs.ToolCallSoundBehavior;
|
|
17
19
|
/** If set, overrides the server's execution_mode setting for this tool */
|
|
18
20
|
executionMode?: ElevenLabs.ToolExecutionMode;
|
|
21
|
+
/** If set, overrides the server's response timeout for this MCP tool. */
|
|
22
|
+
responseTimeoutSecs?: number;
|
|
19
23
|
/** Dynamic variable assignments for this MCP tool */
|
|
20
24
|
assignments?: ElevenLabs.DynamicVariableAssignment[];
|
|
21
25
|
/** Mapping of json path to input override configuration */
|
|
@@ -4,8 +4,10 @@ import type * as ElevenLabs from "../../../../../../../../index";
|
|
|
4
4
|
* {}
|
|
5
5
|
*/
|
|
6
6
|
export interface McpToolConfigOverrideUpdateRequestModel {
|
|
7
|
-
/** If set, overrides the server's force_pre_tool_speech setting for this tool */
|
|
7
|
+
/** DEPRECATED: use `pre_tool_speech` instead. If set, overrides the server's force_pre_tool_speech setting for this tool. */
|
|
8
8
|
forcePreToolSpeech?: boolean;
|
|
9
|
+
/** If set, overrides the server's pre_tool_speech setting for this tool. */
|
|
10
|
+
preToolSpeech?: ElevenLabs.PreToolSpeechMode;
|
|
9
11
|
/** If set, overrides the server's disable_interruptions setting for this tool */
|
|
10
12
|
disableInterruptions?: boolean;
|
|
11
13
|
/** If set, overrides the server's tool_call_sound setting for this tool */
|
|
@@ -14,6 +16,8 @@ export interface McpToolConfigOverrideUpdateRequestModel {
|
|
|
14
16
|
toolCallSoundBehavior?: ElevenLabs.ToolCallSoundBehavior;
|
|
15
17
|
/** If set, overrides the server's execution_mode setting for this tool */
|
|
16
18
|
executionMode?: ElevenLabs.ToolExecutionMode;
|
|
19
|
+
/** If set, overrides the server's response timeout for this MCP tool. */
|
|
20
|
+
responseTimeoutSecs?: number;
|
|
17
21
|
/** Dynamic variable assignments for this MCP tool */
|
|
18
22
|
assignments?: ElevenLabs.DynamicVariableAssignment[];
|
|
19
23
|
/** Mapping of json path to input override configuration */
|
package/api/resources/index.d.ts
CHANGED
|
@@ -52,6 +52,8 @@ export * from "./usage/client/requests";
|
|
|
52
52
|
export * as user from "./user";
|
|
53
53
|
export * as v1SpeechToTextRealtime from "./v1SpeechToTextRealtime";
|
|
54
54
|
export * from "./v1SpeechToTextRealtime/types";
|
|
55
|
+
export * as v1TextToDialogueStreamInput from "./v1TextToDialogueStreamInput";
|
|
56
|
+
export * from "./v1TextToDialogueStreamInput/types";
|
|
55
57
|
export * as v1TextToSpeechVoiceIdMultiStreamInput from "./v1TextToSpeechVoiceIdMultiStreamInput";
|
|
56
58
|
export * from "./v1TextToSpeechVoiceIdMultiStreamInput/types";
|
|
57
59
|
export * as v1TextToSpeechVoiceIdStreamInput from "./v1TextToSpeechVoiceIdStreamInput";
|
package/api/resources/index.js
CHANGED
|
@@ -36,7 +36,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.workspace = exports.webhooks = exports.voices = exports.v1TextToSpeechVoiceIdStreamInput = exports.v1TextToSpeechVoiceIdMultiStreamInput = exports.v1SpeechToTextRealtime = exports.user = exports.usage = exports.tokens = exports.textToVoice = exports.textToSpeech = exports.textToSoundEffects = exports.textToDialogue = exports.studio = exports.speechToText = exports.speechToSpeech = exports.serviceAccounts = exports.samples = exports.pronunciationDictionaries = exports.music = exports.models = exports.history = exports.forcedAlignment = exports.environmentVariables = exports.dubbing = exports.conversationalAi = exports.audioNative = exports.audioIsolation = void 0;
|
|
39
|
+
exports.workspace = exports.webhooks = exports.voices = exports.v1TextToSpeechVoiceIdStreamInput = exports.v1TextToSpeechVoiceIdMultiStreamInput = exports.v1TextToDialogueStreamInput = exports.v1SpeechToTextRealtime = exports.user = exports.usage = exports.tokens = exports.textToVoice = exports.textToSpeech = exports.textToSoundEffects = exports.textToDialogue = exports.studio = exports.speechToText = exports.speechToSpeech = exports.serviceAccounts = exports.samples = exports.pronunciationDictionaries = exports.music = exports.models = exports.history = exports.forcedAlignment = exports.environmentVariables = exports.dubbing = exports.conversationalAi = exports.audioNative = exports.audioIsolation = void 0;
|
|
40
40
|
exports.audioIsolation = __importStar(require("./audioIsolation"));
|
|
41
41
|
__exportStar(require("./audioIsolation/client/requests"), exports);
|
|
42
42
|
__exportStar(require("./audioIsolation/types"), exports);
|
|
@@ -91,6 +91,8 @@ __exportStar(require("./usage/client/requests"), exports);
|
|
|
91
91
|
exports.user = __importStar(require("./user"));
|
|
92
92
|
exports.v1SpeechToTextRealtime = __importStar(require("./v1SpeechToTextRealtime"));
|
|
93
93
|
__exportStar(require("./v1SpeechToTextRealtime/types"), exports);
|
|
94
|
+
exports.v1TextToDialogueStreamInput = __importStar(require("./v1TextToDialogueStreamInput"));
|
|
95
|
+
__exportStar(require("./v1TextToDialogueStreamInput/types"), exports);
|
|
94
96
|
exports.v1TextToSpeechVoiceIdMultiStreamInput = __importStar(require("./v1TextToSpeechVoiceIdMultiStreamInput"));
|
|
95
97
|
__exportStar(require("./v1TextToSpeechVoiceIdMultiStreamInput/types"), exports);
|
|
96
98
|
exports.v1TextToSpeechVoiceIdStreamInput = __importStar(require("./v1TextToSpeechVoiceIdStreamInput"));
|
|
@@ -62,6 +62,6 @@ export interface BodySpeechToTextV1SpeechToTextPost {
|
|
|
62
62
|
entityRedaction?: ElevenLabs.SpeechToTextConvertRequestEntityRedaction;
|
|
63
63
|
/** How to format redacted entities. 'redacted' replaces with {REDACTED}, 'entity_type' replaces with {ENTITY_TYPE}, 'enumerated_entity_type' replaces with {ENTITY_TYPE_N} where N enumerates each occurrence. Only used when entity_redaction is set. */
|
|
64
64
|
entityRedactionMode?: string;
|
|
65
|
-
/** A list of keyterms to bias the transcription towards. The keyterms are words or phrases you want the model to recognise more accurately. The number of keyterms cannot exceed 1000. The length of each keyterm must be less than 50 characters. Keyterms can contain at most 5 words (after normalisation). For example ["hello", "world", "technical term"]. Usage of this parameter will incur an additional 20% surcharge on the base transcription cost. When more than 100 keyterms are provided, a minimum billable duration of 20 seconds applies per request. */
|
|
65
|
+
/** A list of keyterms to bias the transcription towards. The keyterms are words or phrases you want the model to recognise more accurately. The number of keyterms cannot exceed 1000. The length of each keyterm must be less than 50 characters. Keyterms can contain at most 5 words (after normalisation). For example ["hello", "world", "technical term"]. The following characters are not supported: `<`, `>`, `{`, `}`, `[`, `]`, `\`. Usage of this parameter will incur an additional 20% surcharge on the base transcription cost. When more than 100 keyterms are provided, a minimum billable duration of 20 seconds applies per request. */
|
|
66
66
|
keyterms?: string[];
|
|
67
67
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./types";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
package/api/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* Receive JSON audio chunks, a final marker, or an error payload from the Text to Dialogue WebSocket.
|
|
4
|
+
*/
|
|
5
|
+
export type ReceiveTextToDialogueWebsocketMessage = ElevenLabs.TextToDialogueWebsocketAudioChunk | ElevenLabs.TextToDialogueWebsocketFinal | ElevenLabs.TextToDialogueWebsocketError;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./ReceiveTextToDialogueWebsocketMessage";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./ReceiveTextToDialogueWebsocketMessage"), exports);
|
|
@@ -11,7 +11,7 @@ export declare class UsageClient {
|
|
|
11
11
|
protected readonly _options: NormalizedClientOptions<UsageClient.Options>;
|
|
12
12
|
constructor(options?: UsageClient.Options);
|
|
13
13
|
/**
|
|
14
|
-
* Returns credit usage broken down by product type over time.
|
|
14
|
+
* Returns credit usage broken down by product type over time. The response is a tabular structure with columns, column_types, column_units, and rows.
|
|
15
15
|
*
|
|
16
16
|
* @param {ElevenLabs.workspace.BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost} request
|
|
17
17
|
* @param {UsageClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -57,7 +57,7 @@ class UsageClient {
|
|
|
57
57
|
this._options = (0, BaseClient_1.normalizeClientOptions)(options);
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
|
-
* Returns credit usage broken down by product type over time.
|
|
60
|
+
* Returns credit usage broken down by product type over time. The response is a tabular structure with columns, column_types, column_units, and rows.
|
|
61
61
|
*
|
|
62
62
|
* @param {ElevenLabs.workspace.BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost} request
|
|
63
63
|
* @param {UsageClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -7,7 +7,9 @@ import type * as ElevenLabs from "../../../../../../index";
|
|
|
7
7
|
* }
|
|
8
8
|
*/
|
|
9
9
|
export interface BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost {
|
|
10
|
+
/** Start of the time range as a Unix timestamp in milliseconds. Must be at least 2020-01-01. */
|
|
10
11
|
startTime: number;
|
|
12
|
+
/** End of the time range as a Unix timestamp in milliseconds. Must be at least 2020-01-01. */
|
|
11
13
|
endTime: number;
|
|
12
14
|
intervalSeconds?: number;
|
|
13
15
|
groupBy?: ElevenLabs.workspace.BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem[];
|
|
@@ -26,6 +26,8 @@ export interface AgentPlatformSettingsRequestModel {
|
|
|
26
26
|
callLimits?: ElevenLabs.AgentCallLimits;
|
|
27
27
|
/** Privacy settings for the agent */
|
|
28
28
|
privacy?: ElevenLabs.PrivacyConfigInput;
|
|
29
|
+
/** The trust context in which the agent operates. */
|
|
30
|
+
trustContext?: ElevenLabs.AgentTrustContext;
|
|
29
31
|
/** Default LLM model for post-call analysis (evaluation and data collection) */
|
|
30
32
|
analysisLlm?: ElevenLabs.Llm;
|
|
31
33
|
}
|
|
@@ -26,6 +26,8 @@ export interface AgentPlatformSettingsResponseModel {
|
|
|
26
26
|
callLimits?: ElevenLabs.AgentCallLimits;
|
|
27
27
|
/** Privacy settings for the agent */
|
|
28
28
|
privacy?: ElevenLabs.PrivacyConfigOutput;
|
|
29
|
+
/** The trust context in which the agent operates. */
|
|
30
|
+
trustContext?: ElevenLabs.AgentTrustContext;
|
|
29
31
|
/** Default LLM model for post-call analysis (evaluation and data collection) */
|
|
30
32
|
analysisLlm?: ElevenLabs.Llm;
|
|
31
33
|
safety?: ElevenLabs.SafetyResponseModel;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The trust context in which the agent operates.
|
|
3
|
+
*
|
|
4
|
+
* UNKNOWN: not yet classified (existing agents created before this feature).
|
|
5
|
+
* LOW: serves untrusted external participants (e.g. customer support, sales) —
|
|
6
|
+
* outputs should be vetted and tool access scoped.
|
|
7
|
+
* HIGH: serves the owner (e.g. personal assistant) — full tool access is appropriate.
|
|
8
|
+
*/
|
|
9
|
+
export declare const AgentTrustContext: {
|
|
10
|
+
readonly Unknown: "unknown";
|
|
11
|
+
readonly Low: "low";
|
|
12
|
+
readonly High: "high";
|
|
13
|
+
};
|
|
14
|
+
export type AgentTrustContext = (typeof AgentTrustContext)[keyof typeof AgentTrustContext];
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.AgentTrustContext = void 0;
|
|
5
|
+
/**
|
|
6
|
+
* The trust context in which the agent operates.
|
|
7
|
+
*
|
|
8
|
+
* UNKNOWN: not yet classified (existing agents created before this feature).
|
|
9
|
+
* LOW: serves untrusted external participants (e.g. customer support, sales) —
|
|
10
|
+
* outputs should be vetted and tool access scoped.
|
|
11
|
+
* HIGH: serves the owner (e.g. personal assistant) — full tool access is appropriate.
|
|
12
|
+
*/
|
|
13
|
+
exports.AgentTrustContext = {
|
|
14
|
+
Unknown: "unknown",
|
|
15
|
+
Low: "low",
|
|
16
|
+
High: "high",
|
|
17
|
+
};
|
|
@@ -7,8 +7,10 @@ export interface ApiIntegrationWebhookToolConfigInput {
|
|
|
7
7
|
responseTimeoutSecs?: number;
|
|
8
8
|
/** If true, the user will not be able to interrupt the agent while this tool is running. */
|
|
9
9
|
disableInterruptions?: boolean;
|
|
10
|
-
/** If true, the agent will speak before the tool call. */
|
|
10
|
+
/** DEPRECATED: use `pre_tool_speech` instead. If true, the agent will speak before the tool call. */
|
|
11
11
|
forcePreToolSpeech?: boolean;
|
|
12
|
+
/** Controls whether the agent speaks before this tool is called. 'auto' (default) decides based on recent tool latency, 'force' always asks the agent to speak, 'off' fully opts out regardless of latency. */
|
|
13
|
+
preToolSpeech?: ElevenLabs.PreToolSpeechMode;
|
|
12
14
|
/** Configuration for extracting values from tool responses and assigning them to dynamic variables */
|
|
13
15
|
assignments?: ElevenLabs.DynamicVariableAssignment[];
|
|
14
16
|
/** Predefined tool call sound type to play during tool execution. If not specified, no tool call sound will be played. */
|
|
@@ -7,8 +7,10 @@ export interface ApiIntegrationWebhookToolConfigOutput {
|
|
|
7
7
|
responseTimeoutSecs: number;
|
|
8
8
|
/** If true, the user will not be able to interrupt the agent while this tool is running. */
|
|
9
9
|
disableInterruptions: boolean;
|
|
10
|
-
/** If true, the agent will speak before the tool call. */
|
|
10
|
+
/** DEPRECATED: use `pre_tool_speech` instead. If true, the agent will speak before the tool call. */
|
|
11
11
|
forcePreToolSpeech: boolean;
|
|
12
|
+
/** Controls whether the agent speaks before this tool is called. 'auto' (default) decides based on recent tool latency, 'force' always asks the agent to speak, 'off' fully opts out regardless of latency. */
|
|
13
|
+
preToolSpeech: ElevenLabs.PreToolSpeechMode;
|
|
12
14
|
/** Configuration for extracting values from tool responses and assigning them to dynamic variables */
|
|
13
15
|
assignments: ElevenLabs.DynamicVariableAssignment[];
|
|
14
16
|
/** Predefined tool call sound type to play during tool execution. If not specified, no tool call sound will be played. */
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.AssetTranscriptionStatus = void 0;
|
|
5
|
+
exports.AssetTranscriptionStatus = {
|
|
6
|
+
Processing: "processing",
|
|
7
|
+
Completed: "completed",
|
|
8
|
+
Failed: "failed",
|
|
9
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface AudioIsolationHistoryItemResponseModel {
|
|
2
|
+
id: string;
|
|
3
|
+
title?: string;
|
|
4
|
+
createdAtUnix: number;
|
|
5
|
+
format: string;
|
|
6
|
+
durationSeconds?: number;
|
|
7
|
+
downloadUrl?: string;
|
|
8
|
+
iconUrl?: string;
|
|
9
|
+
sourceVideoUrl?: string;
|
|
10
|
+
supportsVideo: boolean;
|
|
11
|
+
processing: boolean;
|
|
12
|
+
previewB64?: string;
|
|
13
|
+
}
|
|
@@ -19,6 +19,7 @@ export declare const ClientEvent: {
|
|
|
19
19
|
readonly ClientError: "client_error";
|
|
20
20
|
readonly GuardrailTriggered: "guardrail_triggered";
|
|
21
21
|
readonly DtmfRequest: "dtmf_request";
|
|
22
|
+
readonly AgentResponseComplete: "agent_response_complete";
|
|
22
23
|
readonly InternalTurnProbability: "internal_turn_probability";
|
|
23
24
|
readonly InternalTentativeAgentResponse: "internal_tentative_agent_response";
|
|
24
25
|
};
|
package/api/types/ClientEvent.js
CHANGED
|
@@ -23,6 +23,7 @@ exports.ClientEvent = {
|
|
|
23
23
|
ClientError: "client_error",
|
|
24
24
|
GuardrailTriggered: "guardrail_triggered",
|
|
25
25
|
DtmfRequest: "dtmf_request",
|
|
26
|
+
AgentResponseComplete: "agent_response_complete",
|
|
26
27
|
InternalTurnProbability: "internal_turn_probability",
|
|
27
28
|
InternalTentativeAgentResponse: "internal_tentative_agent_response",
|
|
28
29
|
};
|
|
@@ -10,8 +10,10 @@ export interface ClientToolConfigInput {
|
|
|
10
10
|
responseTimeoutSecs?: number;
|
|
11
11
|
/** If true, the user will not be able to interrupt the agent while this tool is running. */
|
|
12
12
|
disableInterruptions?: boolean;
|
|
13
|
-
/** If true, the agent will speak before the tool call. */
|
|
13
|
+
/** DEPRECATED: use `pre_tool_speech` instead. If true, the agent will speak before the tool call. */
|
|
14
14
|
forcePreToolSpeech?: boolean;
|
|
15
|
+
/** Controls whether the agent speaks before this tool is called. 'auto' (default) decides based on recent tool latency, 'force' always asks the agent to speak, 'off' fully opts out regardless of latency. */
|
|
16
|
+
preToolSpeech?: ElevenLabs.PreToolSpeechMode;
|
|
15
17
|
/** Configuration for extracting values from tool responses and assigning them to dynamic variables */
|
|
16
18
|
assignments?: ElevenLabs.DynamicVariableAssignment[];
|
|
17
19
|
/** Predefined tool call sound type to play during tool execution. If not specified, no tool call sound will be played. */
|
|
@@ -10,8 +10,10 @@ export interface ClientToolConfigOutput {
|
|
|
10
10
|
responseTimeoutSecs?: number;
|
|
11
11
|
/** If true, the user will not be able to interrupt the agent while this tool is running. */
|
|
12
12
|
disableInterruptions?: boolean;
|
|
13
|
-
/** If true, the agent will speak before the tool call. */
|
|
13
|
+
/** DEPRECATED: use `pre_tool_speech` instead. If true, the agent will speak before the tool call. */
|
|
14
14
|
forcePreToolSpeech?: boolean;
|
|
15
|
+
/** Controls whether the agent speaks before this tool is called. 'auto' (default) decides based on recent tool latency, 'force' always asks the agent to speak, 'off' fully opts out regardless of latency. */
|
|
16
|
+
preToolSpeech?: ElevenLabs.PreToolSpeechMode;
|
|
15
17
|
/** Configuration for extracting values from tool responses and assigning them to dynamic variables */
|
|
16
18
|
assignments?: ElevenLabs.DynamicVariableAssignment[];
|
|
17
19
|
/** Predefined tool call sound type to play during tool execution. If not specified, no tool call sound will be played. */
|
|
@@ -12,4 +12,6 @@ export interface ConversationConfig {
|
|
|
12
12
|
monitoringEnabled?: boolean;
|
|
13
13
|
/** The events that will be sent to monitoring connections. */
|
|
14
14
|
monitoringEvents?: ElevenLabs.ClientEvent[];
|
|
15
|
+
/** When enabled and knowledge base content is present, the LLM is instructed to report which sources it used. */
|
|
16
|
+
sourceAttribution?: boolean;
|
|
15
17
|
}
|
|
@@ -12,4 +12,6 @@ export interface ConversationConfigWorkflowOverride {
|
|
|
12
12
|
monitoringEnabled?: boolean;
|
|
13
13
|
/** The events that will be sent to monitoring connections. */
|
|
14
14
|
monitoringEvents?: ElevenLabs.ClientEvent[];
|
|
15
|
+
/** When enabled and knowledge base content is present, the LLM is instructed to report which sources it used. */
|
|
16
|
+
sourceAttribution?: boolean;
|
|
15
17
|
}
|
|
@@ -16,5 +16,6 @@ export interface ConversationHistoryTranscriptResponseModel {
|
|
|
16
16
|
originalMessage?: string;
|
|
17
17
|
sourceMedium?: ElevenLabs.ChatSourceMedium;
|
|
18
18
|
sourceEventId?: number;
|
|
19
|
+
usedStaticKbDocumentIds?: string[];
|
|
19
20
|
fileInput?: ElevenLabs.ConversationHistoryTranscriptFileInputResponseModel;
|
|
20
21
|
}
|