@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
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./ReceiveTextToDialogueWebsocketMessage"), exports);
|
|
@@ -11,7 +11,7 @@ export declare class UsageClient {
|
|
|
11
11
|
protected readonly _options: NormalizedClientOptions<UsageClient.Options>;
|
|
12
12
|
constructor(options?: UsageClient.Options);
|
|
13
13
|
/**
|
|
14
|
-
* Returns credit usage broken down by product type over time.
|
|
14
|
+
* Returns credit usage broken down by product type over time. The response is a tabular structure with columns, column_types, column_units, and rows.
|
|
15
15
|
*
|
|
16
16
|
* @param {ElevenLabs.workspace.BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost} request
|
|
17
17
|
* @param {UsageClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -57,7 +57,7 @@ class UsageClient {
|
|
|
57
57
|
this._options = (0, BaseClient_1.normalizeClientOptions)(options);
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
|
-
* Returns credit usage broken down by product type over time.
|
|
60
|
+
* Returns credit usage broken down by product type over time. The response is a tabular structure with columns, column_types, column_units, and rows.
|
|
61
61
|
*
|
|
62
62
|
* @param {ElevenLabs.workspace.BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost} request
|
|
63
63
|
* @param {UsageClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -7,7 +7,9 @@ import type * as ElevenLabs from "../../../../../../index";
|
|
|
7
7
|
* }
|
|
8
8
|
*/
|
|
9
9
|
export interface BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost {
|
|
10
|
+
/** Start of the time range as a Unix timestamp in milliseconds. Must be at least 2020-01-01. */
|
|
10
11
|
startTime: number;
|
|
12
|
+
/** End of the time range as a Unix timestamp in milliseconds. Must be at least 2020-01-01. */
|
|
11
13
|
endTime: number;
|
|
12
14
|
intervalSeconds?: number;
|
|
13
15
|
groupBy?: ElevenLabs.workspace.BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem[];
|
|
@@ -26,6 +26,8 @@ export interface AgentPlatformSettingsRequestModel {
|
|
|
26
26
|
callLimits?: ElevenLabs.AgentCallLimits;
|
|
27
27
|
/** Privacy settings for the agent */
|
|
28
28
|
privacy?: ElevenLabs.PrivacyConfigInput;
|
|
29
|
+
/** The trust context in which the agent operates. */
|
|
30
|
+
trustContext?: ElevenLabs.AgentTrustContext;
|
|
29
31
|
/** Default LLM model for post-call analysis (evaluation and data collection) */
|
|
30
32
|
analysisLlm?: ElevenLabs.Llm;
|
|
31
33
|
}
|
|
@@ -26,6 +26,8 @@ export interface AgentPlatformSettingsResponseModel {
|
|
|
26
26
|
callLimits?: ElevenLabs.AgentCallLimits;
|
|
27
27
|
/** Privacy settings for the agent */
|
|
28
28
|
privacy?: ElevenLabs.PrivacyConfigOutput;
|
|
29
|
+
/** The trust context in which the agent operates. */
|
|
30
|
+
trustContext?: ElevenLabs.AgentTrustContext;
|
|
29
31
|
/** Default LLM model for post-call analysis (evaluation and data collection) */
|
|
30
32
|
analysisLlm?: ElevenLabs.Llm;
|
|
31
33
|
safety?: ElevenLabs.SafetyResponseModel;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The trust context in which the agent operates.
|
|
3
|
+
*
|
|
4
|
+
* UNKNOWN: not yet classified (existing agents created before this feature).
|
|
5
|
+
* LOW: serves untrusted external participants (e.g. customer support, sales) —
|
|
6
|
+
* outputs should be vetted and tool access scoped.
|
|
7
|
+
* HIGH: serves the owner (e.g. personal assistant) — full tool access is appropriate.
|
|
8
|
+
*/
|
|
9
|
+
export declare const AgentTrustContext: {
|
|
10
|
+
readonly Unknown: "unknown";
|
|
11
|
+
readonly Low: "low";
|
|
12
|
+
readonly High: "high";
|
|
13
|
+
};
|
|
14
|
+
export type AgentTrustContext = (typeof AgentTrustContext)[keyof typeof AgentTrustContext];
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.AgentTrustContext = void 0;
|
|
5
|
+
/**
|
|
6
|
+
* The trust context in which the agent operates.
|
|
7
|
+
*
|
|
8
|
+
* UNKNOWN: not yet classified (existing agents created before this feature).
|
|
9
|
+
* LOW: serves untrusted external participants (e.g. customer support, sales) —
|
|
10
|
+
* outputs should be vetted and tool access scoped.
|
|
11
|
+
* HIGH: serves the owner (e.g. personal assistant) — full tool access is appropriate.
|
|
12
|
+
*/
|
|
13
|
+
exports.AgentTrustContext = {
|
|
14
|
+
Unknown: "unknown",
|
|
15
|
+
Low: "low",
|
|
16
|
+
High: "high",
|
|
17
|
+
};
|
|
@@ -7,8 +7,10 @@ export interface ApiIntegrationWebhookToolConfigInput {
|
|
|
7
7
|
responseTimeoutSecs?: number;
|
|
8
8
|
/** If true, the user will not be able to interrupt the agent while this tool is running. */
|
|
9
9
|
disableInterruptions?: boolean;
|
|
10
|
-
/** If true, the agent will speak before the tool call. */
|
|
10
|
+
/** DEPRECATED: use `pre_tool_speech` instead. If true, the agent will speak before the tool call. */
|
|
11
11
|
forcePreToolSpeech?: boolean;
|
|
12
|
+
/** Controls whether the agent speaks before this tool is called. 'auto' (default) decides based on recent tool latency, 'force' always asks the agent to speak, 'off' fully opts out regardless of latency. */
|
|
13
|
+
preToolSpeech?: ElevenLabs.PreToolSpeechMode;
|
|
12
14
|
/** Configuration for extracting values from tool responses and assigning them to dynamic variables */
|
|
13
15
|
assignments?: ElevenLabs.DynamicVariableAssignment[];
|
|
14
16
|
/** Predefined tool call sound type to play during tool execution. If not specified, no tool call sound will be played. */
|
|
@@ -7,8 +7,10 @@ export interface ApiIntegrationWebhookToolConfigOutput {
|
|
|
7
7
|
responseTimeoutSecs: number;
|
|
8
8
|
/** If true, the user will not be able to interrupt the agent while this tool is running. */
|
|
9
9
|
disableInterruptions: boolean;
|
|
10
|
-
/** If true, the agent will speak before the tool call. */
|
|
10
|
+
/** DEPRECATED: use `pre_tool_speech` instead. If true, the agent will speak before the tool call. */
|
|
11
11
|
forcePreToolSpeech: boolean;
|
|
12
|
+
/** Controls whether the agent speaks before this tool is called. 'auto' (default) decides based on recent tool latency, 'force' always asks the agent to speak, 'off' fully opts out regardless of latency. */
|
|
13
|
+
preToolSpeech: ElevenLabs.PreToolSpeechMode;
|
|
12
14
|
/** Configuration for extracting values from tool responses and assigning them to dynamic variables */
|
|
13
15
|
assignments: ElevenLabs.DynamicVariableAssignment[];
|
|
14
16
|
/** Predefined tool call sound type to play during tool execution. If not specified, no tool call sound will be played. */
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.AssetTranscriptionStatus = void 0;
|
|
5
|
+
exports.AssetTranscriptionStatus = {
|
|
6
|
+
Processing: "processing",
|
|
7
|
+
Completed: "completed",
|
|
8
|
+
Failed: "failed",
|
|
9
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface AudioIsolationHistoryItemResponseModel {
|
|
2
|
+
id: string;
|
|
3
|
+
title?: string;
|
|
4
|
+
createdAtUnix: number;
|
|
5
|
+
format: string;
|
|
6
|
+
durationSeconds?: number;
|
|
7
|
+
downloadUrl?: string;
|
|
8
|
+
iconUrl?: string;
|
|
9
|
+
sourceVideoUrl?: string;
|
|
10
|
+
supportsVideo: boolean;
|
|
11
|
+
processing: boolean;
|
|
12
|
+
previewB64?: string;
|
|
13
|
+
}
|
|
@@ -19,6 +19,7 @@ export declare const ClientEvent: {
|
|
|
19
19
|
readonly ClientError: "client_error";
|
|
20
20
|
readonly GuardrailTriggered: "guardrail_triggered";
|
|
21
21
|
readonly DtmfRequest: "dtmf_request";
|
|
22
|
+
readonly AgentResponseComplete: "agent_response_complete";
|
|
22
23
|
readonly InternalTurnProbability: "internal_turn_probability";
|
|
23
24
|
readonly InternalTentativeAgentResponse: "internal_tentative_agent_response";
|
|
24
25
|
};
|
|
@@ -23,6 +23,7 @@ exports.ClientEvent = {
|
|
|
23
23
|
ClientError: "client_error",
|
|
24
24
|
GuardrailTriggered: "guardrail_triggered",
|
|
25
25
|
DtmfRequest: "dtmf_request",
|
|
26
|
+
AgentResponseComplete: "agent_response_complete",
|
|
26
27
|
InternalTurnProbability: "internal_turn_probability",
|
|
27
28
|
InternalTentativeAgentResponse: "internal_tentative_agent_response",
|
|
28
29
|
};
|
|
@@ -10,8 +10,10 @@ export interface ClientToolConfigInput {
|
|
|
10
10
|
responseTimeoutSecs?: number;
|
|
11
11
|
/** If true, the user will not be able to interrupt the agent while this tool is running. */
|
|
12
12
|
disableInterruptions?: boolean;
|
|
13
|
-
/** If true, the agent will speak before the tool call. */
|
|
13
|
+
/** DEPRECATED: use `pre_tool_speech` instead. If true, the agent will speak before the tool call. */
|
|
14
14
|
forcePreToolSpeech?: boolean;
|
|
15
|
+
/** Controls whether the agent speaks before this tool is called. 'auto' (default) decides based on recent tool latency, 'force' always asks the agent to speak, 'off' fully opts out regardless of latency. */
|
|
16
|
+
preToolSpeech?: ElevenLabs.PreToolSpeechMode;
|
|
15
17
|
/** Configuration for extracting values from tool responses and assigning them to dynamic variables */
|
|
16
18
|
assignments?: ElevenLabs.DynamicVariableAssignment[];
|
|
17
19
|
/** Predefined tool call sound type to play during tool execution. If not specified, no tool call sound will be played. */
|
|
@@ -10,8 +10,10 @@ export interface ClientToolConfigOutput {
|
|
|
10
10
|
responseTimeoutSecs?: number;
|
|
11
11
|
/** If true, the user will not be able to interrupt the agent while this tool is running. */
|
|
12
12
|
disableInterruptions?: boolean;
|
|
13
|
-
/** If true, the agent will speak before the tool call. */
|
|
13
|
+
/** DEPRECATED: use `pre_tool_speech` instead. If true, the agent will speak before the tool call. */
|
|
14
14
|
forcePreToolSpeech?: boolean;
|
|
15
|
+
/** Controls whether the agent speaks before this tool is called. 'auto' (default) decides based on recent tool latency, 'force' always asks the agent to speak, 'off' fully opts out regardless of latency. */
|
|
16
|
+
preToolSpeech?: ElevenLabs.PreToolSpeechMode;
|
|
15
17
|
/** Configuration for extracting values from tool responses and assigning them to dynamic variables */
|
|
16
18
|
assignments?: ElevenLabs.DynamicVariableAssignment[];
|
|
17
19
|
/** Predefined tool call sound type to play during tool execution. If not specified, no tool call sound will be played. */
|
|
@@ -12,4 +12,6 @@ export interface ConversationConfig {
|
|
|
12
12
|
monitoringEnabled?: boolean;
|
|
13
13
|
/** The events that will be sent to monitoring connections. */
|
|
14
14
|
monitoringEvents?: ElevenLabs.ClientEvent[];
|
|
15
|
+
/** When enabled and knowledge base content is present, the LLM is instructed to report which sources it used. */
|
|
16
|
+
sourceAttribution?: boolean;
|
|
15
17
|
}
|
|
@@ -12,4 +12,6 @@ export interface ConversationConfigWorkflowOverride {
|
|
|
12
12
|
monitoringEnabled?: boolean;
|
|
13
13
|
/** The events that will be sent to monitoring connections. */
|
|
14
14
|
monitoringEvents?: ElevenLabs.ClientEvent[];
|
|
15
|
+
/** When enabled and knowledge base content is present, the LLM is instructed to report which sources it used. */
|
|
16
|
+
sourceAttribution?: boolean;
|
|
15
17
|
}
|
|
@@ -16,5 +16,6 @@ export interface ConversationHistoryTranscriptResponseModel {
|
|
|
16
16
|
originalMessage?: string;
|
|
17
17
|
sourceMedium?: ElevenLabs.ChatSourceMedium;
|
|
18
18
|
sourceEventId?: number;
|
|
19
|
+
usedStaticKbDocumentIds?: string[];
|
|
19
20
|
fileInput?: ElevenLabs.ConversationHistoryTranscriptFileInputResponseModel;
|
|
20
21
|
}
|
|
@@ -11,7 +11,7 @@ export interface ConversationInitiationClientDataInternal {
|
|
|
11
11
|
environment?: string;
|
|
12
12
|
/** If set, start the workflow at this node id instead of the default entry */
|
|
13
13
|
startingWorkflowNodeId?: string;
|
|
14
|
-
dynamicVariables?: Record<string, ElevenLabs.
|
|
14
|
+
dynamicVariables?: Record<string, ElevenLabs.DynamicVariableValueTypeOutput | undefined>;
|
|
15
15
|
/** Configuration for which tools to mock and fallback behavior */
|
|
16
16
|
toolMockConfig?: ElevenLabs.OrchestratorToolMockBehaviorConfig;
|
|
17
17
|
}
|
|
@@ -11,5 +11,5 @@ export interface ConversationInitiationClientDataRequestInput {
|
|
|
11
11
|
environment?: string;
|
|
12
12
|
/** If set, start the workflow at this node id instead of the default entry */
|
|
13
13
|
startingWorkflowNodeId?: string;
|
|
14
|
-
dynamicVariables?: Record<string, ElevenLabs.
|
|
14
|
+
dynamicVariables?: Record<string, ElevenLabs.DynamicVariableValueTypeInput | undefined>;
|
|
15
15
|
}
|
|
@@ -11,5 +11,5 @@ export interface ConversationInitiationClientDataRequestOutput {
|
|
|
11
11
|
environment?: string;
|
|
12
12
|
/** If set, start the workflow at this node id instead of the default entry */
|
|
13
13
|
startingWorkflowNodeId?: string;
|
|
14
|
-
dynamicVariables?: Record<string, ElevenLabs.
|
|
14
|
+
dynamicVariables?: Record<string, ElevenLabs.DynamicVariableValueTypeOutput | undefined>;
|
|
15
15
|
}
|
|
@@ -7,5 +7,5 @@ export interface ConversationSimulationSpecification {
|
|
|
7
7
|
toolMockConfig?: Record<string, ElevenLabs.ToolMockConfig>;
|
|
8
8
|
/** A partial conversation history to start the simulation from. If empty, simulation starts fresh. */
|
|
9
9
|
partialConversationHistory?: ElevenLabs.ConversationHistoryTranscriptCommonModelInput[];
|
|
10
|
-
dynamicVariables?: Record<string, ElevenLabs.
|
|
10
|
+
dynamicVariables?: Record<string, ElevenLabs.DynamicVariableValueTypeInput | undefined>;
|
|
11
11
|
}
|
|
@@ -3,7 +3,7 @@ export interface CreateResponseUnitTestRequest {
|
|
|
3
3
|
/** Metadata of a conversation this test was created from (if applicable). */
|
|
4
4
|
fromConversationMetadata?: ElevenLabs.TestFromConversationMetadataInput;
|
|
5
5
|
/** Dynamic variables to replace in the agent config during testing */
|
|
6
|
-
dynamicVariables?: Record<string, ElevenLabs.
|
|
6
|
+
dynamicVariables?: Record<string, ElevenLabs.DynamicVariableValueTypeInput | undefined>;
|
|
7
7
|
chatHistory?: ElevenLabs.ConversationHistoryTranscriptCommonModelInput[];
|
|
8
8
|
/** A prompt that evaluates whether the agent's response is successful. Should return True or False. */
|
|
9
9
|
successCondition?: string;
|
|
@@ -3,7 +3,7 @@ export interface CreateSimulationTestRequest {
|
|
|
3
3
|
/** Metadata of a conversation this test was created from (if applicable). */
|
|
4
4
|
fromConversationMetadata?: ElevenLabs.TestFromConversationMetadataInput;
|
|
5
5
|
/** Dynamic variables to replace in the agent config during testing */
|
|
6
|
-
dynamicVariables?: Record<string, ElevenLabs.
|
|
6
|
+
dynamicVariables?: Record<string, ElevenLabs.DynamicVariableValueTypeInput | undefined>;
|
|
7
7
|
chatHistory?: ElevenLabs.ConversationHistoryTranscriptCommonModelInput[];
|
|
8
8
|
/** A prompt that evaluates whether the agent's response is successful. Should return True or False. */
|
|
9
9
|
successCondition?: string;
|
|
@@ -3,7 +3,7 @@ export interface CreateToolCallUnitTestRequest {
|
|
|
3
3
|
/** Metadata of a conversation this test was created from (if applicable). */
|
|
4
4
|
fromConversationMetadata?: ElevenLabs.TestFromConversationMetadataInput;
|
|
5
5
|
/** Dynamic variables to replace in the agent config during testing */
|
|
6
|
-
dynamicVariables?: Record<string, ElevenLabs.
|
|
6
|
+
dynamicVariables?: Record<string, ElevenLabs.DynamicVariableValueTypeInput | undefined>;
|
|
7
7
|
chatHistory?: ElevenLabs.ConversationHistoryTranscriptCommonModelInput[];
|
|
8
8
|
/** How to evaluate the agent's tool call (if any). If empty, the tool call is not evaluated. */
|
|
9
9
|
toolCallParameters?: ElevenLabs.UnitTestToolCallEvaluationModelInput;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
4
|
+
exports.Currency = void 0;
|
|
5
|
+
exports.Currency = {
|
|
6
6
|
Usd: "usd",
|
|
7
7
|
Eur: "eur",
|
|
8
8
|
Inr: "inr",
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export type DynamicVariableNestedValueTypeInput = string | number | number | boolean | (ElevenLabs.DynamicVariableNestedValueTypeInput | undefined)[];
|
|
1
|
+
export type DynamicVariableNestedValueTypeInput = unknown;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export type DynamicVariableNestedValueTypeOutput = string | number | number | boolean | (ElevenLabs.DynamicVariableNestedValueTypeOutput | undefined)[];
|
|
1
|
+
export type DynamicVariableNestedValueTypeOutput = unknown;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface DynamicVariablesConfigInput {
|
|
3
3
|
/** A dictionary of dynamic variable placeholders and their values */
|
|
4
|
-
dynamicVariablePlaceholders?: Record<string, ElevenLabs.
|
|
4
|
+
dynamicVariablePlaceholders?: Record<string, ElevenLabs.DynamicVariableValueTypeInput | undefined>;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface DynamicVariablesConfigOutput {
|
|
3
3
|
/** A dictionary of dynamic variable placeholders and their values */
|
|
4
|
-
dynamicVariablePlaceholders?: Record<string, ElevenLabs.
|
|
4
|
+
dynamicVariablePlaceholders?: Record<string, ElevenLabs.DynamicVariableValueTypeOutput | undefined>;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface DynamicVariablesConfigWorkflowOverrideInput {
|
|
3
3
|
/** A dictionary of dynamic variable placeholders and their values */
|
|
4
|
-
dynamicVariablePlaceholders?: Record<string, ElevenLabs.
|
|
4
|
+
dynamicVariablePlaceholders?: Record<string, ElevenLabs.DynamicVariableValueTypeInput | undefined>;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
2
|
export interface DynamicVariablesConfigWorkflowOverrideOutput {
|
|
3
3
|
/** A dictionary of dynamic variable placeholders and their values */
|
|
4
|
-
dynamicVariablePlaceholders?: Record<string, ElevenLabs.
|
|
4
|
+
dynamicVariablePlaceholders?: Record<string, ElevenLabs.DynamicVariableValueTypeOutput | undefined>;
|
|
5
5
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Look up an appointment by the booking confirmation number the caller quotes.
|
|
3
|
+
*
|
|
4
|
+
* The confirmation number is the 8-character code shown on the booking
|
|
5
|
+
* confirmation page (e.g. ``#01ABCDEF``). Callers may read it back with or
|
|
6
|
+
* without the leading ``#`` and with varied spacing; the tool normalizes
|
|
7
|
+
* the input and does a prefix match on the stored calendar item id.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetAppointmentByConfirmationNumberParams {
|
|
10
|
+
smbToolType?: "get_appointment_by_confirmation_number";
|
|
11
|
+
}
|
|
@@ -3,7 +3,7 @@ export interface GetResponseUnitTestResponseModel {
|
|
|
3
3
|
/** Metadata of a conversation this test was created from (if applicable). */
|
|
4
4
|
fromConversationMetadata?: ElevenLabs.TestFromConversationMetadataOutput;
|
|
5
5
|
/** Dynamic variables to replace in the agent config during testing */
|
|
6
|
-
dynamicVariables?: Record<string, ElevenLabs.
|
|
6
|
+
dynamicVariables?: Record<string, ElevenLabs.DynamicVariableValueTypeOutput | undefined>;
|
|
7
7
|
chatHistory?: ElevenLabs.ConversationHistoryTranscriptCommonModelOutput[];
|
|
8
8
|
/** A prompt that evaluates whether the agent's response is successful. Should return True or False. */
|
|
9
9
|
successCondition?: string;
|
|
@@ -3,7 +3,7 @@ export interface GetSimulationTestResponseModel {
|
|
|
3
3
|
/** Metadata of a conversation this test was created from (if applicable). */
|
|
4
4
|
fromConversationMetadata?: ElevenLabs.TestFromConversationMetadataOutput;
|
|
5
5
|
/** Dynamic variables to replace in the agent config during testing */
|
|
6
|
-
dynamicVariables?: Record<string, ElevenLabs.
|
|
6
|
+
dynamicVariables?: Record<string, ElevenLabs.DynamicVariableValueTypeOutput | undefined>;
|
|
7
7
|
chatHistory?: ElevenLabs.ConversationHistoryTranscriptCommonModelOutput[];
|
|
8
8
|
/** A prompt that evaluates whether the agent's response is successful. Should return True or False. */
|
|
9
9
|
successCondition?: string;
|
|
@@ -3,7 +3,7 @@ export interface GetToolCallUnitTestResponseModel {
|
|
|
3
3
|
/** Metadata of a conversation this test was created from (if applicable). */
|
|
4
4
|
fromConversationMetadata?: ElevenLabs.TestFromConversationMetadataOutput;
|
|
5
5
|
/** Dynamic variables to replace in the agent config during testing */
|
|
6
|
-
dynamicVariables?: Record<string, ElevenLabs.
|
|
6
|
+
dynamicVariables?: Record<string, ElevenLabs.DynamicVariableValueTypeOutput | undefined>;
|
|
7
7
|
chatHistory?: ElevenLabs.ConversationHistoryTranscriptCommonModelOutput[];
|
|
8
8
|
/** How to evaluate the agent's tool call (if any). If empty, the tool call is not evaluated. */
|
|
9
9
|
toolCallParameters?: ElevenLabs.UnitTestToolCallEvaluationModelOutput;
|
package/dist/api/types/Llm.d.ts
CHANGED
|
@@ -10,7 +10,6 @@ export declare const Llm: {
|
|
|
10
10
|
readonly Gpt51: "gpt-5.1";
|
|
11
11
|
readonly Gpt52: "gpt-5.2";
|
|
12
12
|
readonly Gpt52ChatLatest: "gpt-5.2-chat-latest";
|
|
13
|
-
readonly Gpt54: "gpt-5.4";
|
|
14
13
|
readonly Gpt5Mini: "gpt-5-mini";
|
|
15
14
|
readonly Gpt5Nano: "gpt-5-nano";
|
|
16
15
|
readonly Gpt35Turbo: "gpt-3.5-turbo";
|
|
@@ -60,7 +59,6 @@ export declare const Llm: {
|
|
|
60
59
|
readonly Gpt520250807: "gpt-5-2025-08-07";
|
|
61
60
|
readonly Gpt5120251113: "gpt-5.1-2025-11-13";
|
|
62
61
|
readonly Gpt5220251211: "gpt-5.2-2025-12-11";
|
|
63
|
-
readonly Gpt5420260305: "gpt-5.4-2026-03-05";
|
|
64
62
|
readonly Gpt5Mini20250807: "gpt-5-mini-2025-08-07";
|
|
65
63
|
readonly Gpt5Nano20250807: "gpt-5-nano-2025-08-07";
|
|
66
64
|
readonly Gpt4120250414: "gpt-4.1-2025-04-14";
|
package/dist/api/types/Llm.js
CHANGED
|
@@ -14,7 +14,6 @@ exports.Llm = {
|
|
|
14
14
|
Gpt51: "gpt-5.1",
|
|
15
15
|
Gpt52: "gpt-5.2",
|
|
16
16
|
Gpt52ChatLatest: "gpt-5.2-chat-latest",
|
|
17
|
-
Gpt54: "gpt-5.4",
|
|
18
17
|
Gpt5Mini: "gpt-5-mini",
|
|
19
18
|
Gpt5Nano: "gpt-5-nano",
|
|
20
19
|
Gpt35Turbo: "gpt-3.5-turbo",
|
|
@@ -64,7 +63,6 @@ exports.Llm = {
|
|
|
64
63
|
Gpt520250807: "gpt-5-2025-08-07",
|
|
65
64
|
Gpt5120251113: "gpt-5.1-2025-11-13",
|
|
66
65
|
Gpt5220251211: "gpt-5.2-2025-12-11",
|
|
67
|
-
Gpt5420260305: "gpt-5.4-2026-03-05",
|
|
68
66
|
Gpt5Mini20250807: "gpt-5-mini-2025-08-07",
|
|
69
67
|
Gpt5Nano20250807: "gpt-5-nano-2025-08-07",
|
|
70
68
|
Gpt4120250414: "gpt-4.1-2025-04-14",
|
|
@@ -15,8 +15,10 @@ export interface McpServerConfigInput {
|
|
|
15
15
|
authConnection?: ElevenLabs.McpServerConfigInputAuthConnection;
|
|
16
16
|
name: string;
|
|
17
17
|
description?: string;
|
|
18
|
-
/** If true, all tools from this MCP server will require pre-tool execution speech */
|
|
18
|
+
/** DEPRECATED: use `pre_tool_speech` instead. If true, all tools from this MCP server will require pre-tool execution speech. */
|
|
19
19
|
forcePreToolSpeech?: boolean;
|
|
20
|
+
/** Controls whether the agent speaks before this tool is called. 'auto' (default) decides based on recent tool latency, 'force' always asks the agent to speak, 'off' fully opts out regardless of latency. Applies to every tool from this MCP server unless overridden per tool. */
|
|
21
|
+
preToolSpeech?: ElevenLabs.PreToolSpeechMode;
|
|
20
22
|
/** If true, the user will not be able to interrupt the agent while any tool from this MCP server is running. */
|
|
21
23
|
disableInterruptions?: boolean;
|
|
22
24
|
/** Predefined tool call sound type to play during tool execution for all tools from this MCP server */
|
|
@@ -25,6 +27,8 @@ export interface McpServerConfigInput {
|
|
|
25
27
|
toolCallSoundBehavior?: ElevenLabs.ToolCallSoundBehavior;
|
|
26
28
|
/** Determines when and how all tools from this MCP server execute: 'immediate' executes the tool right away when requested by the LLM, 'post_tool_speech' waits for the agent to finish speaking before executing, 'async' runs the tool in the background without blocking - best for long-running operations. */
|
|
27
29
|
executionMode?: ElevenLabs.ToolExecutionMode;
|
|
30
|
+
/** The maximum time in seconds to wait for each MCP tool call to complete. Must be between 5 and 120 seconds (inclusive). */
|
|
31
|
+
responseTimeoutSecs?: number;
|
|
28
32
|
/** List of per-tool configuration overrides that override the server-level defaults for specific tools */
|
|
29
33
|
toolConfigOverrides?: ElevenLabs.McpToolConfigOverrideInput[];
|
|
30
34
|
/** Whether to disable HTTP compression for this MCP server. Enable this if the server does not support compressed responses. */
|
|
@@ -15,8 +15,10 @@ export interface McpServerConfigOutput {
|
|
|
15
15
|
authConnection?: ElevenLabs.McpServerConfigOutputAuthConnection;
|
|
16
16
|
name: string;
|
|
17
17
|
description?: string;
|
|
18
|
-
/** If true, all tools from this MCP server will require pre-tool execution speech */
|
|
18
|
+
/** DEPRECATED: use `pre_tool_speech` instead. If true, all tools from this MCP server will require pre-tool execution speech. */
|
|
19
19
|
forcePreToolSpeech?: boolean;
|
|
20
|
+
/** Controls whether the agent speaks before this tool is called. 'auto' (default) decides based on recent tool latency, 'force' always asks the agent to speak, 'off' fully opts out regardless of latency. Applies to every tool from this MCP server unless overridden per tool. */
|
|
21
|
+
preToolSpeech?: ElevenLabs.PreToolSpeechMode;
|
|
20
22
|
/** If true, the user will not be able to interrupt the agent while any tool from this MCP server is running. */
|
|
21
23
|
disableInterruptions?: boolean;
|
|
22
24
|
/** Predefined tool call sound type to play during tool execution for all tools from this MCP server */
|
|
@@ -25,6 +27,8 @@ export interface McpServerConfigOutput {
|
|
|
25
27
|
toolCallSoundBehavior?: ElevenLabs.ToolCallSoundBehavior;
|
|
26
28
|
/** Determines when and how all tools from this MCP server execute: 'immediate' executes the tool right away when requested by the LLM, 'post_tool_speech' waits for the agent to finish speaking before executing, 'async' runs the tool in the background without blocking - best for long-running operations. */
|
|
27
29
|
executionMode?: ElevenLabs.ToolExecutionMode;
|
|
30
|
+
/** The maximum time in seconds to wait for each MCP tool call to complete. Must be between 5 and 120 seconds (inclusive). */
|
|
31
|
+
responseTimeoutSecs?: number;
|
|
28
32
|
/** List of per-tool configuration overrides that override the server-level defaults for specific tools */
|
|
29
33
|
toolConfigOverrides?: ElevenLabs.McpToolConfigOverrideOutput[];
|
|
30
34
|
/** Whether to disable HTTP compression for this MCP server. Enable this if the server does not support compressed responses. */
|
|
@@ -2,8 +2,10 @@ import type * as ElevenLabs from "../index";
|
|
|
2
2
|
export interface McpToolConfigOverrideInput {
|
|
3
3
|
/** The name of the MCP tool */
|
|
4
4
|
toolName: string;
|
|
5
|
-
/** If set, overrides the server's force_pre_tool_speech setting for this tool */
|
|
5
|
+
/** DEPRECATED: use `pre_tool_speech` instead. If set, overrides the server's force_pre_tool_speech setting for this tool. */
|
|
6
6
|
forcePreToolSpeech?: boolean;
|
|
7
|
+
/** If set, overrides the server's pre_tool_speech setting for this tool. */
|
|
8
|
+
preToolSpeech?: ElevenLabs.PreToolSpeechMode;
|
|
7
9
|
/** If set, overrides the server's disable_interruptions setting for this tool */
|
|
8
10
|
disableInterruptions?: boolean;
|
|
9
11
|
/** If set, overrides the server's tool_call_sound setting for this tool */
|
|
@@ -12,6 +14,8 @@ export interface McpToolConfigOverrideInput {
|
|
|
12
14
|
toolCallSoundBehavior?: ElevenLabs.ToolCallSoundBehavior;
|
|
13
15
|
/** If set, overrides the server's execution_mode setting for this tool */
|
|
14
16
|
executionMode?: ElevenLabs.ToolExecutionMode;
|
|
17
|
+
/** If set, overrides the server's response timeout for this MCP tool (seconds). */
|
|
18
|
+
responseTimeoutSecs?: number;
|
|
15
19
|
/** Dynamic variable assignments for this MCP tool */
|
|
16
20
|
assignments?: ElevenLabs.DynamicVariableAssignment[];
|
|
17
21
|
/** Mapping of json path to input override configuration */
|