@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/api/types/index.js
CHANGED
|
@@ -59,6 +59,7 @@ __exportStar(require("./AgentTestFolderPathSegmentResponseModel"), exports);
|
|
|
59
59
|
__exportStar(require("./AgentTestingSettings"), exports);
|
|
60
60
|
__exportStar(require("./AgentTopicResponseModel"), exports);
|
|
61
61
|
__exportStar(require("./AgentTransfer"), exports);
|
|
62
|
+
__exportStar(require("./AgentTrustContext"), exports);
|
|
62
63
|
__exportStar(require("./AgentVersionMetadata"), exports);
|
|
63
64
|
__exportStar(require("./AgentVersionParents"), exports);
|
|
64
65
|
__exportStar(require("./AgentWorkflowRequestModel"), exports);
|
|
@@ -92,6 +93,9 @@ __exportStar(require("./AsrConversationalConfigWorkflowOverride"), exports);
|
|
|
92
93
|
__exportStar(require("./AsrInputFormat"), exports);
|
|
93
94
|
__exportStar(require("./AsrProvider"), exports);
|
|
94
95
|
__exportStar(require("./AsrQuality"), exports);
|
|
96
|
+
__exportStar(require("./AssetTranscription"), exports);
|
|
97
|
+
__exportStar(require("./AssetTranscriptionData"), exports);
|
|
98
|
+
__exportStar(require("./AssetTranscriptionStatus"), exports);
|
|
95
99
|
__exportStar(require("./AstAdditionOperatorNodeInput"), exports);
|
|
96
100
|
__exportStar(require("./AstAdditionOperatorNodeOutput"), exports);
|
|
97
101
|
__exportStar(require("./AstAndOperatorNodeInput"), exports);
|
|
@@ -141,6 +145,7 @@ __exportStar(require("./AudioAnalysis"), exports);
|
|
|
141
145
|
__exportStar(require("./AudioAnalysisResult"), exports);
|
|
142
146
|
__exportStar(require("./AudioAnalysisStatus"), exports);
|
|
143
147
|
__exportStar(require("./AudioFormatEnum"), exports);
|
|
148
|
+
__exportStar(require("./AudioIsolationHistoryItemResponseModel"), exports);
|
|
144
149
|
__exportStar(require("./AudioKeyMoment"), exports);
|
|
145
150
|
__exportStar(require("./AudioNativeCreateProjectResponseModel"), exports);
|
|
146
151
|
__exportStar(require("./AudioNativeEditContentResponseModel"), exports);
|
|
@@ -220,7 +225,6 @@ __exportStar(require("./CharacterAlignmentResponseModel"), exports);
|
|
|
220
225
|
__exportStar(require("./CharacterRefreshPeriod"), exports);
|
|
221
226
|
__exportStar(require("./CharacterUsageResponse"), exports);
|
|
222
227
|
__exportStar(require("./ChatSourceMedium"), exports);
|
|
223
|
-
__exportStar(require("./CheckRentalAvailabilityParams"), exports);
|
|
224
228
|
__exportStar(require("./CheckServiceAvailabilityParams"), exports);
|
|
225
229
|
__exportStar(require("./ClientEvent"), exports);
|
|
226
230
|
__exportStar(require("./ClientToolConfigInput"), exports);
|
|
@@ -321,18 +325,15 @@ __exportStar(require("./ConversationHistoryTwilioPhoneCallModel"), exports);
|
|
|
321
325
|
__exportStar(require("./ConversationInitiationClientDataConfigInput"), exports);
|
|
322
326
|
__exportStar(require("./ConversationInitiationClientDataConfigOutput"), exports);
|
|
323
327
|
__exportStar(require("./ConversationInitiationClientDataInternal"), exports);
|
|
324
|
-
__exportStar(require("./ConversationInitiationClientDataInternalDynamicVariablesValue"), exports);
|
|
325
328
|
__exportStar(require("./ConversationInitiationClientDataRequestInput"), exports);
|
|
326
|
-
__exportStar(require("./ConversationInitiationClientDataRequestInputDynamicVariablesValue"), exports);
|
|
327
329
|
__exportStar(require("./ConversationInitiationClientDataRequestOutput"), exports);
|
|
328
|
-
__exportStar(require("./ConversationInitiationClientDataRequestOutputDynamicVariablesValue"), exports);
|
|
329
330
|
__exportStar(require("./ConversationInitiationClientDataWebhook"), exports);
|
|
330
331
|
__exportStar(require("./ConversationInitiationClientDataWebhookRequestHeadersValue"), exports);
|
|
331
332
|
__exportStar(require("./ConversationInitiationSource"), exports);
|
|
332
333
|
__exportStar(require("./ConversationInitiationSourceInfo"), exports);
|
|
333
334
|
__exportStar(require("./ConversationSignedUrlResponseModel"), exports);
|
|
334
335
|
__exportStar(require("./ConversationSimulationSpecification"), exports);
|
|
335
|
-
__exportStar(require("./
|
|
336
|
+
__exportStar(require("./ConversationSource"), exports);
|
|
336
337
|
__exportStar(require("./ConversationSummaryResponseModel"), exports);
|
|
337
338
|
__exportStar(require("./ConversationSummaryResponseModelStatus"), exports);
|
|
338
339
|
__exportStar(require("./ConversationTokenDbModel"), exports);
|
|
@@ -366,21 +367,17 @@ __exportStar(require("./CreatePrivateKeyJwtRequest"), exports);
|
|
|
366
367
|
__exportStar(require("./CreatePrivateKeyJwtRequestAlgorithm"), exports);
|
|
367
368
|
__exportStar(require("./CreateProductParams"), exports);
|
|
368
369
|
__exportStar(require("./CreatePronunciationDictionaryResponseModel"), exports);
|
|
369
|
-
__exportStar(require("./CreateRentalBookingParams"), exports);
|
|
370
|
-
__exportStar(require("./CreateRentalServiceParams"), exports);
|
|
371
370
|
__exportStar(require("./CreateResponseUnitTestRequest"), exports);
|
|
372
|
-
__exportStar(require("./CreateResponseUnitTestRequestDynamicVariablesValue"), exports);
|
|
373
371
|
__exportStar(require("./CreateSecretEnvironmentVariableRequest"), exports);
|
|
374
372
|
__exportStar(require("./CreateServiceParams"), exports);
|
|
375
373
|
__exportStar(require("./CreateSimulationTestRequest"), exports);
|
|
376
|
-
__exportStar(require("./CreateSimulationTestRequestDynamicVariablesValue"), exports);
|
|
377
374
|
__exportStar(require("./CreateSipTrunkPhoneNumberRequest"), exports);
|
|
378
375
|
__exportStar(require("./CreateStaffParams"), exports);
|
|
379
376
|
__exportStar(require("./CreateStringEnvironmentVariableRequest"), exports);
|
|
380
377
|
__exportStar(require("./CreateToolCallUnitTestRequest"), exports);
|
|
381
|
-
__exportStar(require("./CreateToolCallUnitTestRequestDynamicVariablesValue"), exports);
|
|
382
378
|
__exportStar(require("./CreateTranscriptRequest"), exports);
|
|
383
379
|
__exportStar(require("./CreateTwilioPhoneNumberRequest"), exports);
|
|
380
|
+
__exportStar(require("./Currency"), exports);
|
|
384
381
|
__exportStar(require("./CustomGuardrailConfig"), exports);
|
|
385
382
|
__exportStar(require("./CustomGuardrailConfigTriggerAction"), exports);
|
|
386
383
|
__exportStar(require("./CustomGuardrailInput"), exports);
|
|
@@ -414,7 +411,6 @@ __exportStar(require("./DeleteLocationParams"), exports);
|
|
|
414
411
|
__exportStar(require("./DeleteProductParams"), exports);
|
|
415
412
|
__exportStar(require("./DeleteProjectRequest"), exports);
|
|
416
413
|
__exportStar(require("./DeleteProjectResponseModel"), exports);
|
|
417
|
-
__exportStar(require("./DeleteRentalServiceParams"), exports);
|
|
418
414
|
__exportStar(require("./DeleteSampleResponse"), exports);
|
|
419
415
|
__exportStar(require("./DeleteServiceParams"), exports);
|
|
420
416
|
__exportStar(require("./DeleteStaffParams"), exports);
|
|
@@ -439,6 +435,7 @@ __exportStar(require("./DetailedMusicResponse"), exports);
|
|
|
439
435
|
__exportStar(require("./DetectedEntity"), exports);
|
|
440
436
|
__exportStar(require("./DialogueInput"), exports);
|
|
441
437
|
__exportStar(require("./DialogueInputResponseModel"), exports);
|
|
438
|
+
__exportStar(require("./DialogueTextAlignment"), exports);
|
|
442
439
|
__exportStar(require("./DirectPublishingReadResponseModel"), exports);
|
|
443
440
|
__exportStar(require("./DirectPublishingReadResponseModelDisplayMode"), exports);
|
|
444
441
|
__exportStar(require("./DirectPublishingReadResponseModelGenreItem"), exports);
|
|
@@ -465,20 +462,16 @@ __exportStar(require("./DubbingTranscriptsResponseModelTranscriptFormat"), expor
|
|
|
465
462
|
__exportStar(require("./DubbingTranscriptUtterance"), exports);
|
|
466
463
|
__exportStar(require("./DubbingTranscriptWord"), exports);
|
|
467
464
|
__exportStar(require("./DynamicVariableAssignment"), exports);
|
|
468
|
-
__exportStar(require("./DynamicVariableContainerValueTypeInput"), exports);
|
|
469
|
-
__exportStar(require("./DynamicVariableContainerValueTypeOutput"), exports);
|
|
470
465
|
__exportStar(require("./DynamicVariableNestedValueTypeInput"), exports);
|
|
471
466
|
__exportStar(require("./DynamicVariableNestedValueTypeOutput"), exports);
|
|
472
467
|
__exportStar(require("./DynamicVariableSchemaOverride"), exports);
|
|
473
468
|
__exportStar(require("./DynamicVariablesConfigInput"), exports);
|
|
474
|
-
__exportStar(require("./DynamicVariablesConfigInputDynamicVariablePlaceholdersValue"), exports);
|
|
475
469
|
__exportStar(require("./DynamicVariablesConfigOutput"), exports);
|
|
476
|
-
__exportStar(require("./DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue"), exports);
|
|
477
470
|
__exportStar(require("./DynamicVariablesConfigWorkflowOverrideInput"), exports);
|
|
478
|
-
__exportStar(require("./DynamicVariablesConfigWorkflowOverrideInputDynamicVariablePlaceholdersValue"), exports);
|
|
479
471
|
__exportStar(require("./DynamicVariablesConfigWorkflowOverrideOutput"), exports);
|
|
480
|
-
__exportStar(require("./DynamicVariablesConfigWorkflowOverrideOutputDynamicVariablePlaceholdersValue"), exports);
|
|
481
472
|
__exportStar(require("./DynamicVariableUpdateCommonModel"), exports);
|
|
473
|
+
__exportStar(require("./DynamicVariableValueTypeInput"), exports);
|
|
474
|
+
__exportStar(require("./DynamicVariableValueTypeOutput"), exports);
|
|
482
475
|
__exportStar(require("./EditChapterResponseModel"), exports);
|
|
483
476
|
__exportStar(require("./EditProjectResponseModel"), exports);
|
|
484
477
|
__exportStar(require("./EditVoiceResponseModel"), exports);
|
|
@@ -503,7 +496,6 @@ __exportStar(require("./EvaluationSettingsOutput"), exports);
|
|
|
503
496
|
__exportStar(require("./EvaluationSuccessResult"), exports);
|
|
504
497
|
__exportStar(require("./ExactParameterEvaluationStrategy"), exports);
|
|
505
498
|
__exportStar(require("./ExportOptions"), exports);
|
|
506
|
-
__exportStar(require("./ExtendedSubscriptionResponseModelCurrency"), exports);
|
|
507
499
|
__exportStar(require("./ExtendedSubscriptionResponseModelMaxCreditLimitExtension"), exports);
|
|
508
500
|
__exportStar(require("./ExtendedSubscriptionResponseModelPendingChange"), exports);
|
|
509
501
|
__exportStar(require("./FeatureStatusCommonModel"), exports);
|
|
@@ -534,6 +526,8 @@ __exportStar(require("./GetAgentsPageResponseModel"), exports);
|
|
|
534
526
|
__exportStar(require("./GetAgentTestFolderResponseModel"), exports);
|
|
535
527
|
__exportStar(require("./GetAgentTopicsResponseModel"), exports);
|
|
536
528
|
__exportStar(require("./GetAnalyticsSummaryParams"), exports);
|
|
529
|
+
__exportStar(require("./GetAppointmentByConfirmationNumberParams"), exports);
|
|
530
|
+
__exportStar(require("./GetAudioIsolationHistoryResponseModel"), exports);
|
|
537
531
|
__exportStar(require("./GetAudioNativeProjectSettingsResponseModel"), exports);
|
|
538
532
|
__exportStar(require("./GetBookingPageSettingsParams"), exports);
|
|
539
533
|
__exportStar(require("./GetBookingSlugStatusParams"), exports);
|
|
@@ -586,21 +580,18 @@ __exportStar(require("./GetPronunciationDictionaryWithRulesResponseModel"), expo
|
|
|
586
580
|
__exportStar(require("./GetPronunciationDictionaryWithRulesResponseModelPermissionOnResource"), exports);
|
|
587
581
|
__exportStar(require("./GetPronunciationDictionaryWithRulesResponseModelRulesItem"), exports);
|
|
588
582
|
__exportStar(require("./GetResponseUnitTestResponseModel"), exports);
|
|
589
|
-
__exportStar(require("./GetResponseUnitTestResponseModelDynamicVariablesValue"), exports);
|
|
590
583
|
__exportStar(require("./GetScheduleParams"), exports);
|
|
591
584
|
__exportStar(require("./GetSecretDependenciesResponseModel"), exports);
|
|
592
585
|
__exportStar(require("./GetSecretDependenciesResponseModelDependencies"), exports);
|
|
593
586
|
__exportStar(require("./GetSecretDependenciesResponseModelDependenciesOneItem"), exports);
|
|
594
587
|
__exportStar(require("./GetSecretDependenciesResponseModelDependenciesZeroItem"), exports);
|
|
595
588
|
__exportStar(require("./GetSimulationTestResponseModel"), exports);
|
|
596
|
-
__exportStar(require("./GetSimulationTestResponseModelDynamicVariablesValue"), exports);
|
|
597
589
|
__exportStar(require("./GetSpeechHistoryResponse"), exports);
|
|
598
590
|
__exportStar(require("./GetTestInvocationsPageResponseModel"), exports);
|
|
599
591
|
__exportStar(require("./GetTestSuiteInvocationResponseModel"), exports);
|
|
600
592
|
__exportStar(require("./GetTestsPageResponseModel"), exports);
|
|
601
593
|
__exportStar(require("./GetTestsSummariesByIdsResponseModel"), exports);
|
|
602
594
|
__exportStar(require("./GetToolCallUnitTestResponseModel"), exports);
|
|
603
|
-
__exportStar(require("./GetToolCallUnitTestResponseModelDynamicVariablesValue"), exports);
|
|
604
595
|
__exportStar(require("./GetToolDependentAgentsResponseModel"), exports);
|
|
605
596
|
__exportStar(require("./GetToolDependentAgentsResponseModelAgentsItem"), exports);
|
|
606
597
|
__exportStar(require("./GetToolExecutionsPageResponseModel"), exports);
|
|
@@ -616,6 +607,7 @@ __exportStar(require("./HistoryAlignmentsResponseModel"), exports);
|
|
|
616
607
|
__exportStar(require("./HistoryItemResponse"), exports);
|
|
617
608
|
__exportStar(require("./HtmlExportOptions"), exports);
|
|
618
609
|
__exportStar(require("./HttpValidationError"), exports);
|
|
610
|
+
__exportStar(require("./Icon"), exports);
|
|
619
611
|
__exportStar(require("./ImageAvatar"), exports);
|
|
620
612
|
__exportStar(require("./InboundSipTrunkConfigRequestModel"), exports);
|
|
621
613
|
__exportStar(require("./InitialiseContext"), exports);
|
|
@@ -661,7 +653,6 @@ __exportStar(require("./ListHolidaysParams"), exports);
|
|
|
661
653
|
__exportStar(require("./ListLocationsParams"), exports);
|
|
662
654
|
__exportStar(require("./ListMcpToolsResponseModel"), exports);
|
|
663
655
|
__exportStar(require("./ListProductsParams"), exports);
|
|
664
|
-
__exportStar(require("./ListRentalServicesParams"), exports);
|
|
665
656
|
__exportStar(require("./ListResponseAgentBranchSummary"), exports);
|
|
666
657
|
__exportStar(require("./ListResponseMeta"), exports);
|
|
667
658
|
__exportStar(require("./ListServicesParams"), exports);
|
|
@@ -690,6 +681,7 @@ __exportStar(require("./LlmUsageCalculatorLlmResponseModel"), exports);
|
|
|
690
681
|
__exportStar(require("./LlmUsageCalculatorResponseModel"), exports);
|
|
691
682
|
__exportStar(require("./LlmUsageInput"), exports);
|
|
692
683
|
__exportStar(require("./LlmUsageOutput"), exports);
|
|
684
|
+
__exportStar(require("./ManualSource"), exports);
|
|
693
685
|
__exportStar(require("./ManualVerificationFileResponse"), exports);
|
|
694
686
|
__exportStar(require("./ManualVerificationResponse"), exports);
|
|
695
687
|
__exportStar(require("./MatchAnythingParameterEvaluationStrategy"), exports);
|
|
@@ -715,7 +707,8 @@ __exportStar(require("./McpToolConfigOverrideInput"), exports);
|
|
|
715
707
|
__exportStar(require("./McpToolConfigOverrideInputInputOverridesValue"), exports);
|
|
716
708
|
__exportStar(require("./McpToolConfigOverrideOutput"), exports);
|
|
717
709
|
__exportStar(require("./McpToolConfigOverrideOutputInputOverridesValue"), exports);
|
|
718
|
-
__exportStar(require("./
|
|
710
|
+
__exportStar(require("./MemoryEntrySearchResult"), exports);
|
|
711
|
+
__exportStar(require("./MemoryEntrySearchResultSource"), exports);
|
|
719
712
|
__exportStar(require("./MessageSearchSortBy"), exports);
|
|
720
713
|
__exportStar(require("./MessagesSearchResponse"), exports);
|
|
721
714
|
__exportStar(require("./MessagesSearchResult"), exports);
|
|
@@ -732,7 +725,6 @@ __exportStar(require("./ModerationGuardrailOutput"), exports);
|
|
|
732
725
|
__exportStar(require("./MtlsAuthResponse"), exports);
|
|
733
726
|
__exportStar(require("./MultichannelSpeechToTextResponseModel"), exports);
|
|
734
727
|
__exportStar(require("./MultipartMusicResponse"), exports);
|
|
735
|
-
__exportStar(require("./MultiSourceConfigJson"), exports);
|
|
736
728
|
__exportStar(require("./MusicExploreSongSourceContext"), exports);
|
|
737
729
|
__exportStar(require("./MusicPrompt"), exports);
|
|
738
730
|
__exportStar(require("./MusicUploadResponse"), exports);
|
|
@@ -756,9 +748,11 @@ __exportStar(require("./OutputFormat"), exports);
|
|
|
756
748
|
__exportStar(require("./PartialTranscriptPayload"), exports);
|
|
757
749
|
__exportStar(require("./PatchWorkspaceWebhookResponseModel"), exports);
|
|
758
750
|
__exportStar(require("./PdfExportOptions"), exports);
|
|
751
|
+
__exportStar(require("./PendingBlocksMetadataModel"), exports);
|
|
759
752
|
__exportStar(require("./PendingCancellationResponseModel"), exports);
|
|
760
753
|
__exportStar(require("./PendingClipTask"), exports);
|
|
761
754
|
__exportStar(require("./PendingClipTaskType"), exports);
|
|
755
|
+
__exportStar(require("./PendingExternalAudiosMetadataModel"), exports);
|
|
762
756
|
__exportStar(require("./PendingSubscriptionSwitchResponseModel"), exports);
|
|
763
757
|
__exportStar(require("./PendingSubscriptionSwitchResponseModelNextTier"), exports);
|
|
764
758
|
__exportStar(require("./PermissionType"), exports);
|
|
@@ -785,6 +779,7 @@ __exportStar(require("./PostAgentAvatarResponseModel"), exports);
|
|
|
785
779
|
__exportStar(require("./PostDialDigitsDynamicVariable"), exports);
|
|
786
780
|
__exportStar(require("./PostDialDigitsStatic"), exports);
|
|
787
781
|
__exportStar(require("./PostWorkspaceSecretResponseModel"), exports);
|
|
782
|
+
__exportStar(require("./PreToolSpeechMode"), exports);
|
|
788
783
|
__exportStar(require("./PreviewAudioDbModel"), exports);
|
|
789
784
|
__exportStar(require("./PrivacyConfigInput"), exports);
|
|
790
785
|
__exportStar(require("./PrivacyConfigOutput"), exports);
|
|
@@ -889,7 +884,6 @@ __exportStar(require("./ResourceMetadataResponseModelAnonymousAccessLevelOverrid
|
|
|
889
884
|
__exportStar(require("./ResponseFilter"), exports);
|
|
890
885
|
__exportStar(require("./ResponseFilterMode"), exports);
|
|
891
886
|
__exportStar(require("./ResponseUnitTestModel"), exports);
|
|
892
|
-
__exportStar(require("./ResponseUnitTestModelDynamicVariablesValue"), exports);
|
|
893
887
|
__exportStar(require("./RetryTriggerAction"), exports);
|
|
894
888
|
__exportStar(require("./ReviewResponseModel"), exports);
|
|
895
889
|
__exportStar(require("./ReviewResponseModelRejectReasonsItem"), exports);
|
|
@@ -947,7 +941,6 @@ __exportStar(require("./ShareOptionResponseModelType"), exports);
|
|
|
947
941
|
__exportStar(require("./SimilarVoice"), exports);
|
|
948
942
|
__exportStar(require("./SimilarVoicesForSpeakerResponse"), exports);
|
|
949
943
|
__exportStar(require("./SimulationTestModel"), exports);
|
|
950
|
-
__exportStar(require("./SimulationTestModelDynamicVariablesValue"), exports);
|
|
951
944
|
__exportStar(require("./SimulationToolMockBehaviorConfig"), exports);
|
|
952
945
|
__exportStar(require("./SingleTestRunRequestModel"), exports);
|
|
953
946
|
__exportStar(require("./SingleUseTokenResponseModel"), exports);
|
|
@@ -968,8 +961,6 @@ __exportStar(require("./SongMetadata"), exports);
|
|
|
968
961
|
__exportStar(require("./SongSection"), exports);
|
|
969
962
|
__exportStar(require("./SongSourceContext"), exports);
|
|
970
963
|
__exportStar(require("./SortDirection"), exports);
|
|
971
|
-
__exportStar(require("./SourceConfigJson"), exports);
|
|
972
|
-
__exportStar(require("./SourceRetrievalConfig"), exports);
|
|
973
964
|
__exportStar(require("./SpeakerAudioResponseModel"), exports);
|
|
974
965
|
__exportStar(require("./SpeakerCreatedResponse"), exports);
|
|
975
966
|
__exportStar(require("./SpeakerResponseModel"), exports);
|
|
@@ -1000,7 +991,6 @@ __exportStar(require("./StudioTextStyleOutlineModel"), exports);
|
|
|
1000
991
|
__exportStar(require("./StudioTextStyleShadowModel"), exports);
|
|
1001
992
|
__exportStar(require("./Subscription"), exports);
|
|
1002
993
|
__exportStar(require("./SubscriptionResponse"), exports);
|
|
1003
|
-
__exportStar(require("./SubscriptionResponseModelCurrency"), exports);
|
|
1004
994
|
__exportStar(require("./SubscriptionResponseModelMaxCreditLimitExtension"), exports);
|
|
1005
995
|
__exportStar(require("./SubscriptionStatusType"), exports);
|
|
1006
996
|
__exportStar(require("./SuggestedAudioTag"), exports);
|
|
@@ -1025,6 +1015,13 @@ __exportStar(require("./TestsFeatureUsageCommonModel"), exports);
|
|
|
1025
1015
|
__exportStar(require("./TestToolResultModel"), exports);
|
|
1026
1016
|
__exportStar(require("./TestType"), exports);
|
|
1027
1017
|
__exportStar(require("./TextNormalisationType"), exports);
|
|
1018
|
+
__exportStar(require("./TextToDialogueWebsocketApplyTextNormalizationEnum"), exports);
|
|
1019
|
+
__exportStar(require("./TextToDialogueWebsocketAudioChunk"), exports);
|
|
1020
|
+
__exportStar(require("./TextToDialogueWebsocketClientMessage"), exports);
|
|
1021
|
+
__exportStar(require("./TextToDialogueWebsocketError"), exports);
|
|
1022
|
+
__exportStar(require("./TextToDialogueWebsocketFinal"), exports);
|
|
1023
|
+
__exportStar(require("./TextToDialogueWebsocketOutputFormatEnum"), exports);
|
|
1024
|
+
__exportStar(require("./TextToDialogueWebsocketVoiceInput"), exports);
|
|
1028
1025
|
__exportStar(require("./TextToSpeechApplyTextNormalizationEnum"), exports);
|
|
1029
1026
|
__exportStar(require("./TextToSpeechOutputFormatEnum"), exports);
|
|
1030
1027
|
__exportStar(require("./TextToSpeechRequest"), exports);
|
|
@@ -1040,11 +1037,12 @@ __exportStar(require("./ToolAnnotations"), exports);
|
|
|
1040
1037
|
__exportStar(require("./ToolCallSoundBehavior"), exports);
|
|
1041
1038
|
__exportStar(require("./ToolCallSoundType"), exports);
|
|
1042
1039
|
__exportStar(require("./ToolCallUnitTestModel"), exports);
|
|
1043
|
-
__exportStar(require("./ToolCallUnitTestModelDynamicVariablesValue"), exports);
|
|
1044
1040
|
__exportStar(require("./ToolErrorHandlingMode"), exports);
|
|
1041
|
+
__exportStar(require("./ToolExecution"), exports);
|
|
1045
1042
|
__exportStar(require("./ToolExecutionMode"), exports);
|
|
1046
1043
|
__exportStar(require("./ToolExecutionResponseModel"), exports);
|
|
1047
1044
|
__exportStar(require("./ToolExecutionResponseModelToolCallDetails"), exports);
|
|
1045
|
+
__exportStar(require("./ToolExecutionTaskSupport"), exports);
|
|
1048
1046
|
__exportStar(require("./ToolMockConfig"), exports);
|
|
1049
1047
|
__exportStar(require("./ToolRequestModel"), exports);
|
|
1050
1048
|
__exportStar(require("./ToolRequestModelToolConfig"), exports);
|
|
@@ -1114,15 +1112,11 @@ __exportStar(require("./UpdateLocationParams"), exports);
|
|
|
1114
1112
|
__exportStar(require("./UpdateProductParams"), exports);
|
|
1115
1113
|
__exportStar(require("./UpdateProjectRequest"), exports);
|
|
1116
1114
|
__exportStar(require("./UpdatePronunciationDictionariesRequest"), exports);
|
|
1117
|
-
__exportStar(require("./UpdateRentalServiceParams"), exports);
|
|
1118
1115
|
__exportStar(require("./UpdateResponseUnitTestRequest"), exports);
|
|
1119
|
-
__exportStar(require("./UpdateResponseUnitTestRequestDynamicVariablesValue"), exports);
|
|
1120
1116
|
__exportStar(require("./UpdateServiceParams"), exports);
|
|
1121
1117
|
__exportStar(require("./UpdateSimulationTestRequest"), exports);
|
|
1122
|
-
__exportStar(require("./UpdateSimulationTestRequestDynamicVariablesValue"), exports);
|
|
1123
1118
|
__exportStar(require("./UpdateStaffParams"), exports);
|
|
1124
1119
|
__exportStar(require("./UpdateToolCallUnitTestRequest"), exports);
|
|
1125
|
-
__exportStar(require("./UpdateToolCallUnitTestRequestDynamicVariablesValue"), exports);
|
|
1126
1120
|
__exportStar(require("./UpdateWorkspaceMemberResponseModel"), exports);
|
|
1127
1121
|
__exportStar(require("./UrlAvatar"), exports);
|
|
1128
1122
|
__exportStar(require("./UsageAggregationInterval"), exports);
|
package/dist/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 */
|
|
@@ -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";
|
|
@@ -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"));
|
package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts
CHANGED
|
@@ -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);
|
|
@@ -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";
|