@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,33 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../index";
|
|
2
|
+
/**
|
|
3
|
+
* All fields are optional unless noted for the **first** message.
|
|
4
|
+
*
|
|
5
|
+
* **First message requirements**
|
|
6
|
+
* - `voices`: non-empty array of voice IDs (maximum 10 for `eleven_v3`; exactly 1 for `eleven_v3_conversational`).
|
|
7
|
+
* - Credentials if not supplied via `xi-api-key` / `Authorization` headers or `single_use_token` query parameter.
|
|
8
|
+
*
|
|
9
|
+
* **Subsequent messages**
|
|
10
|
+
* - Do not resend `voices`, `pronunciation_dictionary_locators`, or credential fields.
|
|
11
|
+
*/
|
|
12
|
+
export interface TextToDialogueWebsocketClientMessage {
|
|
13
|
+
/** Dialogue lines to append for synthesis. */
|
|
14
|
+
inputs?: ElevenLabs.TextToDialogueWebsocketVoiceInput[];
|
|
15
|
+
/** Force generation of buffered text without closing the connection. */
|
|
16
|
+
flush?: boolean;
|
|
17
|
+
/** Flush buffers, emit remaining audio, send `is_final`, and close the WebSocket. */
|
|
18
|
+
closeSocket?: boolean;
|
|
19
|
+
/** Resets the 20s inactivity timer; performs no synthesis. */
|
|
20
|
+
keepAlive?: boolean;
|
|
21
|
+
/** API key for the first message if not provided via the `xi-api-key` header. */
|
|
22
|
+
xiApiKey?: string;
|
|
23
|
+
/** Bearer token for the first message if not provided via the `Authorization` header. */
|
|
24
|
+
authorization?: string;
|
|
25
|
+
/** Single-use token for the first message if not provided via the `single_use_token` query parameter. */
|
|
26
|
+
singleUseToken?: string;
|
|
27
|
+
/** Voice IDs to load for the session (first message only, required on first message). */
|
|
28
|
+
voices?: string[];
|
|
29
|
+
/** Optional voice settings object; same shape as `voice_settings` on [Create dialogue](/docs/api-reference/text-to-dialogue/convert). */
|
|
30
|
+
voiceSettings?: Record<string, unknown>;
|
|
31
|
+
/** Optional pronunciation dictionaries (first message only). */
|
|
32
|
+
pronunciationDictionaryLocators?: ElevenLabs.PronunciationDictionaryLocator[];
|
|
33
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export interface TextToDialogueWebsocketError {
|
|
2
|
+
/** Human-readable error description. */
|
|
3
|
+
message: string;
|
|
4
|
+
/** Machine-readable error identifier (for example `authentication_required`). */
|
|
5
|
+
error: string;
|
|
6
|
+
/** WebSocket close code that will follow this payload. */
|
|
7
|
+
code: number;
|
|
8
|
+
/** Field name related to the error, when applicable. */
|
|
9
|
+
param?: string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/** Output audio format for streamed dialogue chunks (same values as [Stream dialogue](/docs/api-reference/text-to-dialogue/stream) query `output_format`). */
|
|
2
|
+
export declare const TextToDialogueWebsocketOutputFormatEnum: {
|
|
3
|
+
readonly Mp32205032: "mp3_22050_32";
|
|
4
|
+
readonly Mp32400048: "mp3_24000_48";
|
|
5
|
+
readonly Mp34410032: "mp3_44100_32";
|
|
6
|
+
readonly Mp34410064: "mp3_44100_64";
|
|
7
|
+
readonly Mp34410096: "mp3_44100_96";
|
|
8
|
+
readonly Mp344100128: "mp3_44100_128";
|
|
9
|
+
readonly Mp344100192: "mp3_44100_192";
|
|
10
|
+
readonly Pcm8000: "pcm_8000";
|
|
11
|
+
readonly Pcm16000: "pcm_16000";
|
|
12
|
+
readonly Pcm22050: "pcm_22050";
|
|
13
|
+
readonly Pcm24000: "pcm_24000";
|
|
14
|
+
readonly Pcm32000: "pcm_32000";
|
|
15
|
+
readonly Pcm44100: "pcm_44100";
|
|
16
|
+
readonly Pcm48000: "pcm_48000";
|
|
17
|
+
readonly Ulaw8000: "ulaw_8000";
|
|
18
|
+
readonly Alaw8000: "alaw_8000";
|
|
19
|
+
readonly Opus4800032: "opus_48000_32";
|
|
20
|
+
readonly Opus4800064: "opus_48000_64";
|
|
21
|
+
readonly Opus4800096: "opus_48000_96";
|
|
22
|
+
readonly Opus48000128: "opus_48000_128";
|
|
23
|
+
readonly Opus48000192: "opus_48000_192";
|
|
24
|
+
};
|
|
25
|
+
export type TextToDialogueWebsocketOutputFormatEnum = (typeof TextToDialogueWebsocketOutputFormatEnum)[keyof typeof TextToDialogueWebsocketOutputFormatEnum];
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.TextToDialogueWebsocketOutputFormatEnum = void 0;
|
|
5
|
+
/** Output audio format for streamed dialogue chunks (same values as [Stream dialogue](/docs/api-reference/text-to-dialogue/stream) query `output_format`). */
|
|
6
|
+
exports.TextToDialogueWebsocketOutputFormatEnum = {
|
|
7
|
+
Mp32205032: "mp3_22050_32",
|
|
8
|
+
Mp32400048: "mp3_24000_48",
|
|
9
|
+
Mp34410032: "mp3_44100_32",
|
|
10
|
+
Mp34410064: "mp3_44100_64",
|
|
11
|
+
Mp34410096: "mp3_44100_96",
|
|
12
|
+
Mp344100128: "mp3_44100_128",
|
|
13
|
+
Mp344100192: "mp3_44100_192",
|
|
14
|
+
Pcm8000: "pcm_8000",
|
|
15
|
+
Pcm16000: "pcm_16000",
|
|
16
|
+
Pcm22050: "pcm_22050",
|
|
17
|
+
Pcm24000: "pcm_24000",
|
|
18
|
+
Pcm32000: "pcm_32000",
|
|
19
|
+
Pcm44100: "pcm_44100",
|
|
20
|
+
Pcm48000: "pcm_48000",
|
|
21
|
+
Ulaw8000: "ulaw_8000",
|
|
22
|
+
Alaw8000: "alaw_8000",
|
|
23
|
+
Opus4800032: "opus_48000_32",
|
|
24
|
+
Opus4800064: "opus_48000_64",
|
|
25
|
+
Opus4800096: "opus_48000_96",
|
|
26
|
+
Opus48000128: "opus_48000_128",
|
|
27
|
+
Opus48000192: "opus_48000_192",
|
|
28
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export interface TextToDialogueWebsocketVoiceInput {
|
|
2
|
+
/** Text appended for this voice. Buffered with prior text until the server triggers generation. */
|
|
3
|
+
text: string;
|
|
4
|
+
/** Must be one of the IDs from the initial `voices` array. */
|
|
5
|
+
voiceId: string;
|
|
6
|
+
/** When `true`, the server finalizes the current pending segment (as if the speaker finished their turn) before applying this input. */
|
|
7
|
+
newTurn?: boolean;
|
|
8
|
+
}
|
package/api/types/Tool.d.ts
CHANGED
|
@@ -8,8 +8,10 @@ export interface Tool {
|
|
|
8
8
|
description?: string;
|
|
9
9
|
inputSchema: Record<string, unknown>;
|
|
10
10
|
outputSchema?: Record<string, unknown>;
|
|
11
|
+
icons?: ElevenLabs.Icon[];
|
|
11
12
|
annotations?: ElevenLabs.ToolAnnotations;
|
|
12
13
|
meta?: Record<string, unknown>;
|
|
14
|
+
execution?: ElevenLabs.ToolExecution;
|
|
13
15
|
/** Accepts any additional properties */
|
|
14
16
|
[key: string]: any;
|
|
15
17
|
}
|
|
@@ -3,7 +3,7 @@ export interface ToolCallUnitTestModel {
|
|
|
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;
|
|
@@ -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.ToolExecutionTaskSupport = void 0;
|
|
5
|
+
exports.ToolExecutionTaskSupport = {
|
|
6
|
+
Forbidden: "forbidden",
|
|
7
|
+
Optional: "optional",
|
|
8
|
+
Required: "required",
|
|
9
|
+
};
|
|
@@ -3,7 +3,7 @@ export interface UpdateResponseUnitTestRequest {
|
|
|
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 UpdateSimulationTestRequest {
|
|
|
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 UpdateToolCallUnitTestRequest {
|
|
|
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;
|
|
@@ -12,6 +12,8 @@ export interface WebhookToolApiSchemaConfigInput {
|
|
|
12
12
|
queryParamsSchema?: ElevenLabs.QueryParamsJsonSchema;
|
|
13
13
|
/** Schema for the body parameters, if any. Used for POST/PATCH/PUT requests. The schema should be an object which will be sent as the json body */
|
|
14
14
|
requestBodySchema?: ElevenLabs.ObjectJsonSchemaPropertyInput;
|
|
15
|
+
/** Schema describing the expected response body structure. For documentation only; not surfaced to the LLM. */
|
|
16
|
+
responseBodySchema?: ElevenLabs.ObjectJsonSchemaPropertyInput;
|
|
15
17
|
/** Content type for the request body. Only applies to POST/PUT/PATCH requests. */
|
|
16
18
|
contentType?: ElevenLabs.WebhookToolApiSchemaConfigInputContentType;
|
|
17
19
|
/** Optional auth connection to use for authentication with this webhook */
|
|
@@ -12,6 +12,8 @@ export interface WebhookToolApiSchemaConfigOutput {
|
|
|
12
12
|
queryParamsSchema?: ElevenLabs.QueryParamsJsonSchema;
|
|
13
13
|
/** Schema for the body parameters, if any. Used for POST/PATCH/PUT requests. The schema should be an object which will be sent as the json body */
|
|
14
14
|
requestBodySchema?: ElevenLabs.ObjectJsonSchemaPropertyOutput;
|
|
15
|
+
/** Schema describing the expected response body structure. For documentation only; not surfaced to the LLM. */
|
|
16
|
+
responseBodySchema?: ElevenLabs.ObjectJsonSchemaPropertyOutput;
|
|
15
17
|
/** Content type for the request body. Only applies to POST/PUT/PATCH requests. */
|
|
16
18
|
contentType?: ElevenLabs.WebhookToolApiSchemaConfigOutputContentType;
|
|
17
19
|
/** Optional auth connection to use for authentication with this webhook */
|
|
@@ -10,8 +10,10 @@ export interface WebhookToolConfigInput {
|
|
|
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 WebhookToolConfigOutput {
|
|
|
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. */
|
package/api/types/index.d.ts
CHANGED
|
@@ -43,6 +43,7 @@ export * from "./AgentTestFolderPathSegmentResponseModel";
|
|
|
43
43
|
export * from "./AgentTestingSettings";
|
|
44
44
|
export * from "./AgentTopicResponseModel";
|
|
45
45
|
export * from "./AgentTransfer";
|
|
46
|
+
export * from "./AgentTrustContext";
|
|
46
47
|
export * from "./AgentVersionMetadata";
|
|
47
48
|
export * from "./AgentVersionParents";
|
|
48
49
|
export * from "./AgentWorkflowRequestModel";
|
|
@@ -76,6 +77,9 @@ export * from "./AsrConversationalConfigWorkflowOverride";
|
|
|
76
77
|
export * from "./AsrInputFormat";
|
|
77
78
|
export * from "./AsrProvider";
|
|
78
79
|
export * from "./AsrQuality";
|
|
80
|
+
export * from "./AssetTranscription";
|
|
81
|
+
export * from "./AssetTranscriptionData";
|
|
82
|
+
export * from "./AssetTranscriptionStatus";
|
|
79
83
|
export * from "./AstAdditionOperatorNodeInput";
|
|
80
84
|
export * from "./AstAdditionOperatorNodeOutput";
|
|
81
85
|
export * from "./AstAndOperatorNodeInput";
|
|
@@ -125,6 +129,7 @@ export * from "./AudioAnalysis";
|
|
|
125
129
|
export * from "./AudioAnalysisResult";
|
|
126
130
|
export * from "./AudioAnalysisStatus";
|
|
127
131
|
export * from "./AudioFormatEnum";
|
|
132
|
+
export * from "./AudioIsolationHistoryItemResponseModel";
|
|
128
133
|
export * from "./AudioKeyMoment";
|
|
129
134
|
export * from "./AudioNativeCreateProjectResponseModel";
|
|
130
135
|
export * from "./AudioNativeEditContentResponseModel";
|
|
@@ -204,7 +209,6 @@ export * from "./CharacterAlignmentResponseModel";
|
|
|
204
209
|
export * from "./CharacterRefreshPeriod";
|
|
205
210
|
export * from "./CharacterUsageResponse";
|
|
206
211
|
export * from "./ChatSourceMedium";
|
|
207
|
-
export * from "./CheckRentalAvailabilityParams";
|
|
208
212
|
export * from "./CheckServiceAvailabilityParams";
|
|
209
213
|
export * from "./ClientEvent";
|
|
210
214
|
export * from "./ClientToolConfigInput";
|
|
@@ -305,18 +309,15 @@ export * from "./ConversationHistoryTwilioPhoneCallModel";
|
|
|
305
309
|
export * from "./ConversationInitiationClientDataConfigInput";
|
|
306
310
|
export * from "./ConversationInitiationClientDataConfigOutput";
|
|
307
311
|
export * from "./ConversationInitiationClientDataInternal";
|
|
308
|
-
export * from "./ConversationInitiationClientDataInternalDynamicVariablesValue";
|
|
309
312
|
export * from "./ConversationInitiationClientDataRequestInput";
|
|
310
|
-
export * from "./ConversationInitiationClientDataRequestInputDynamicVariablesValue";
|
|
311
313
|
export * from "./ConversationInitiationClientDataRequestOutput";
|
|
312
|
-
export * from "./ConversationInitiationClientDataRequestOutputDynamicVariablesValue";
|
|
313
314
|
export * from "./ConversationInitiationClientDataWebhook";
|
|
314
315
|
export * from "./ConversationInitiationClientDataWebhookRequestHeadersValue";
|
|
315
316
|
export * from "./ConversationInitiationSource";
|
|
316
317
|
export * from "./ConversationInitiationSourceInfo";
|
|
317
318
|
export * from "./ConversationSignedUrlResponseModel";
|
|
318
319
|
export * from "./ConversationSimulationSpecification";
|
|
319
|
-
export * from "./
|
|
320
|
+
export * from "./ConversationSource";
|
|
320
321
|
export * from "./ConversationSummaryResponseModel";
|
|
321
322
|
export * from "./ConversationSummaryResponseModelStatus";
|
|
322
323
|
export * from "./ConversationTokenDbModel";
|
|
@@ -350,21 +351,17 @@ export * from "./CreatePrivateKeyJwtRequest";
|
|
|
350
351
|
export * from "./CreatePrivateKeyJwtRequestAlgorithm";
|
|
351
352
|
export * from "./CreateProductParams";
|
|
352
353
|
export * from "./CreatePronunciationDictionaryResponseModel";
|
|
353
|
-
export * from "./CreateRentalBookingParams";
|
|
354
|
-
export * from "./CreateRentalServiceParams";
|
|
355
354
|
export * from "./CreateResponseUnitTestRequest";
|
|
356
|
-
export * from "./CreateResponseUnitTestRequestDynamicVariablesValue";
|
|
357
355
|
export * from "./CreateSecretEnvironmentVariableRequest";
|
|
358
356
|
export * from "./CreateServiceParams";
|
|
359
357
|
export * from "./CreateSimulationTestRequest";
|
|
360
|
-
export * from "./CreateSimulationTestRequestDynamicVariablesValue";
|
|
361
358
|
export * from "./CreateSipTrunkPhoneNumberRequest";
|
|
362
359
|
export * from "./CreateStaffParams";
|
|
363
360
|
export * from "./CreateStringEnvironmentVariableRequest";
|
|
364
361
|
export * from "./CreateToolCallUnitTestRequest";
|
|
365
|
-
export * from "./CreateToolCallUnitTestRequestDynamicVariablesValue";
|
|
366
362
|
export * from "./CreateTranscriptRequest";
|
|
367
363
|
export * from "./CreateTwilioPhoneNumberRequest";
|
|
364
|
+
export * from "./Currency";
|
|
368
365
|
export * from "./CustomGuardrailConfig";
|
|
369
366
|
export * from "./CustomGuardrailConfigTriggerAction";
|
|
370
367
|
export * from "./CustomGuardrailInput";
|
|
@@ -398,7 +395,6 @@ export * from "./DeleteLocationParams";
|
|
|
398
395
|
export * from "./DeleteProductParams";
|
|
399
396
|
export * from "./DeleteProjectRequest";
|
|
400
397
|
export * from "./DeleteProjectResponseModel";
|
|
401
|
-
export * from "./DeleteRentalServiceParams";
|
|
402
398
|
export * from "./DeleteSampleResponse";
|
|
403
399
|
export * from "./DeleteServiceParams";
|
|
404
400
|
export * from "./DeleteStaffParams";
|
|
@@ -423,6 +419,7 @@ export * from "./DetailedMusicResponse";
|
|
|
423
419
|
export * from "./DetectedEntity";
|
|
424
420
|
export * from "./DialogueInput";
|
|
425
421
|
export * from "./DialogueInputResponseModel";
|
|
422
|
+
export * from "./DialogueTextAlignment";
|
|
426
423
|
export * from "./DirectPublishingReadResponseModel";
|
|
427
424
|
export * from "./DirectPublishingReadResponseModelDisplayMode";
|
|
428
425
|
export * from "./DirectPublishingReadResponseModelGenreItem";
|
|
@@ -449,20 +446,16 @@ export * from "./DubbingTranscriptsResponseModelTranscriptFormat";
|
|
|
449
446
|
export * from "./DubbingTranscriptUtterance";
|
|
450
447
|
export * from "./DubbingTranscriptWord";
|
|
451
448
|
export * from "./DynamicVariableAssignment";
|
|
452
|
-
export * from "./DynamicVariableContainerValueTypeInput";
|
|
453
|
-
export * from "./DynamicVariableContainerValueTypeOutput";
|
|
454
449
|
export * from "./DynamicVariableNestedValueTypeInput";
|
|
455
450
|
export * from "./DynamicVariableNestedValueTypeOutput";
|
|
456
451
|
export * from "./DynamicVariableSchemaOverride";
|
|
457
452
|
export * from "./DynamicVariablesConfigInput";
|
|
458
|
-
export * from "./DynamicVariablesConfigInputDynamicVariablePlaceholdersValue";
|
|
459
453
|
export * from "./DynamicVariablesConfigOutput";
|
|
460
|
-
export * from "./DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue";
|
|
461
454
|
export * from "./DynamicVariablesConfigWorkflowOverrideInput";
|
|
462
|
-
export * from "./DynamicVariablesConfigWorkflowOverrideInputDynamicVariablePlaceholdersValue";
|
|
463
455
|
export * from "./DynamicVariablesConfigWorkflowOverrideOutput";
|
|
464
|
-
export * from "./DynamicVariablesConfigWorkflowOverrideOutputDynamicVariablePlaceholdersValue";
|
|
465
456
|
export * from "./DynamicVariableUpdateCommonModel";
|
|
457
|
+
export * from "./DynamicVariableValueTypeInput";
|
|
458
|
+
export * from "./DynamicVariableValueTypeOutput";
|
|
466
459
|
export * from "./EditChapterResponseModel";
|
|
467
460
|
export * from "./EditProjectResponseModel";
|
|
468
461
|
export * from "./EditVoiceResponseModel";
|
|
@@ -487,7 +480,6 @@ export * from "./EvaluationSettingsOutput";
|
|
|
487
480
|
export * from "./EvaluationSuccessResult";
|
|
488
481
|
export * from "./ExactParameterEvaluationStrategy";
|
|
489
482
|
export * from "./ExportOptions";
|
|
490
|
-
export * from "./ExtendedSubscriptionResponseModelCurrency";
|
|
491
483
|
export * from "./ExtendedSubscriptionResponseModelMaxCreditLimitExtension";
|
|
492
484
|
export * from "./ExtendedSubscriptionResponseModelPendingChange";
|
|
493
485
|
export * from "./FeatureStatusCommonModel";
|
|
@@ -518,6 +510,8 @@ export * from "./GetAgentsPageResponseModel";
|
|
|
518
510
|
export * from "./GetAgentTestFolderResponseModel";
|
|
519
511
|
export * from "./GetAgentTopicsResponseModel";
|
|
520
512
|
export * from "./GetAnalyticsSummaryParams";
|
|
513
|
+
export * from "./GetAppointmentByConfirmationNumberParams";
|
|
514
|
+
export * from "./GetAudioIsolationHistoryResponseModel";
|
|
521
515
|
export * from "./GetAudioNativeProjectSettingsResponseModel";
|
|
522
516
|
export * from "./GetBookingPageSettingsParams";
|
|
523
517
|
export * from "./GetBookingSlugStatusParams";
|
|
@@ -570,21 +564,18 @@ export * from "./GetPronunciationDictionaryWithRulesResponseModel";
|
|
|
570
564
|
export * from "./GetPronunciationDictionaryWithRulesResponseModelPermissionOnResource";
|
|
571
565
|
export * from "./GetPronunciationDictionaryWithRulesResponseModelRulesItem";
|
|
572
566
|
export * from "./GetResponseUnitTestResponseModel";
|
|
573
|
-
export * from "./GetResponseUnitTestResponseModelDynamicVariablesValue";
|
|
574
567
|
export * from "./GetScheduleParams";
|
|
575
568
|
export * from "./GetSecretDependenciesResponseModel";
|
|
576
569
|
export * from "./GetSecretDependenciesResponseModelDependencies";
|
|
577
570
|
export * from "./GetSecretDependenciesResponseModelDependenciesOneItem";
|
|
578
571
|
export * from "./GetSecretDependenciesResponseModelDependenciesZeroItem";
|
|
579
572
|
export * from "./GetSimulationTestResponseModel";
|
|
580
|
-
export * from "./GetSimulationTestResponseModelDynamicVariablesValue";
|
|
581
573
|
export * from "./GetSpeechHistoryResponse";
|
|
582
574
|
export * from "./GetTestInvocationsPageResponseModel";
|
|
583
575
|
export * from "./GetTestSuiteInvocationResponseModel";
|
|
584
576
|
export * from "./GetTestsPageResponseModel";
|
|
585
577
|
export * from "./GetTestsSummariesByIdsResponseModel";
|
|
586
578
|
export * from "./GetToolCallUnitTestResponseModel";
|
|
587
|
-
export * from "./GetToolCallUnitTestResponseModelDynamicVariablesValue";
|
|
588
579
|
export * from "./GetToolDependentAgentsResponseModel";
|
|
589
580
|
export * from "./GetToolDependentAgentsResponseModelAgentsItem";
|
|
590
581
|
export * from "./GetToolExecutionsPageResponseModel";
|
|
@@ -600,6 +591,7 @@ export * from "./HistoryAlignmentsResponseModel";
|
|
|
600
591
|
export * from "./HistoryItemResponse";
|
|
601
592
|
export * from "./HtmlExportOptions";
|
|
602
593
|
export * from "./HttpValidationError";
|
|
594
|
+
export * from "./Icon";
|
|
603
595
|
export * from "./ImageAvatar";
|
|
604
596
|
export * from "./InboundSipTrunkConfigRequestModel";
|
|
605
597
|
export * from "./InitialiseContext";
|
|
@@ -645,7 +637,6 @@ export * from "./ListHolidaysParams";
|
|
|
645
637
|
export * from "./ListLocationsParams";
|
|
646
638
|
export * from "./ListMcpToolsResponseModel";
|
|
647
639
|
export * from "./ListProductsParams";
|
|
648
|
-
export * from "./ListRentalServicesParams";
|
|
649
640
|
export * from "./ListResponseAgentBranchSummary";
|
|
650
641
|
export * from "./ListResponseMeta";
|
|
651
642
|
export * from "./ListServicesParams";
|
|
@@ -674,6 +665,7 @@ export * from "./LlmUsageCalculatorLlmResponseModel";
|
|
|
674
665
|
export * from "./LlmUsageCalculatorResponseModel";
|
|
675
666
|
export * from "./LlmUsageInput";
|
|
676
667
|
export * from "./LlmUsageOutput";
|
|
668
|
+
export * from "./ManualSource";
|
|
677
669
|
export * from "./ManualVerificationFileResponse";
|
|
678
670
|
export * from "./ManualVerificationResponse";
|
|
679
671
|
export * from "./MatchAnythingParameterEvaluationStrategy";
|
|
@@ -699,7 +691,8 @@ export * from "./McpToolConfigOverrideInput";
|
|
|
699
691
|
export * from "./McpToolConfigOverrideInputInputOverridesValue";
|
|
700
692
|
export * from "./McpToolConfigOverrideOutput";
|
|
701
693
|
export * from "./McpToolConfigOverrideOutputInputOverridesValue";
|
|
702
|
-
export * from "./
|
|
694
|
+
export * from "./MemoryEntrySearchResult";
|
|
695
|
+
export * from "./MemoryEntrySearchResultSource";
|
|
703
696
|
export * from "./MessageSearchSortBy";
|
|
704
697
|
export * from "./MessagesSearchResponse";
|
|
705
698
|
export * from "./MessagesSearchResult";
|
|
@@ -716,7 +709,6 @@ export * from "./ModerationGuardrailOutput";
|
|
|
716
709
|
export * from "./MtlsAuthResponse";
|
|
717
710
|
export * from "./MultichannelSpeechToTextResponseModel";
|
|
718
711
|
export * from "./MultipartMusicResponse";
|
|
719
|
-
export * from "./MultiSourceConfigJson";
|
|
720
712
|
export * from "./MusicExploreSongSourceContext";
|
|
721
713
|
export * from "./MusicPrompt";
|
|
722
714
|
export * from "./MusicUploadResponse";
|
|
@@ -740,9 +732,11 @@ export * from "./OutputFormat";
|
|
|
740
732
|
export * from "./PartialTranscriptPayload";
|
|
741
733
|
export * from "./PatchWorkspaceWebhookResponseModel";
|
|
742
734
|
export * from "./PdfExportOptions";
|
|
735
|
+
export * from "./PendingBlocksMetadataModel";
|
|
743
736
|
export * from "./PendingCancellationResponseModel";
|
|
744
737
|
export * from "./PendingClipTask";
|
|
745
738
|
export * from "./PendingClipTaskType";
|
|
739
|
+
export * from "./PendingExternalAudiosMetadataModel";
|
|
746
740
|
export * from "./PendingSubscriptionSwitchResponseModel";
|
|
747
741
|
export * from "./PendingSubscriptionSwitchResponseModelNextTier";
|
|
748
742
|
export * from "./PermissionType";
|
|
@@ -769,6 +763,7 @@ export * from "./PostAgentAvatarResponseModel";
|
|
|
769
763
|
export * from "./PostDialDigitsDynamicVariable";
|
|
770
764
|
export * from "./PostDialDigitsStatic";
|
|
771
765
|
export * from "./PostWorkspaceSecretResponseModel";
|
|
766
|
+
export * from "./PreToolSpeechMode";
|
|
772
767
|
export * from "./PreviewAudioDbModel";
|
|
773
768
|
export * from "./PrivacyConfigInput";
|
|
774
769
|
export * from "./PrivacyConfigOutput";
|
|
@@ -873,7 +868,6 @@ export * from "./ResourceMetadataResponseModelAnonymousAccessLevelOverride";
|
|
|
873
868
|
export * from "./ResponseFilter";
|
|
874
869
|
export * from "./ResponseFilterMode";
|
|
875
870
|
export * from "./ResponseUnitTestModel";
|
|
876
|
-
export * from "./ResponseUnitTestModelDynamicVariablesValue";
|
|
877
871
|
export * from "./RetryTriggerAction";
|
|
878
872
|
export * from "./ReviewResponseModel";
|
|
879
873
|
export * from "./ReviewResponseModelRejectReasonsItem";
|
|
@@ -931,7 +925,6 @@ export * from "./ShareOptionResponseModelType";
|
|
|
931
925
|
export * from "./SimilarVoice";
|
|
932
926
|
export * from "./SimilarVoicesForSpeakerResponse";
|
|
933
927
|
export * from "./SimulationTestModel";
|
|
934
|
-
export * from "./SimulationTestModelDynamicVariablesValue";
|
|
935
928
|
export * from "./SimulationToolMockBehaviorConfig";
|
|
936
929
|
export * from "./SingleTestRunRequestModel";
|
|
937
930
|
export * from "./SingleUseTokenResponseModel";
|
|
@@ -952,8 +945,6 @@ export * from "./SongMetadata";
|
|
|
952
945
|
export * from "./SongSection";
|
|
953
946
|
export * from "./SongSourceContext";
|
|
954
947
|
export * from "./SortDirection";
|
|
955
|
-
export * from "./SourceConfigJson";
|
|
956
|
-
export * from "./SourceRetrievalConfig";
|
|
957
948
|
export * from "./SpeakerAudioResponseModel";
|
|
958
949
|
export * from "./SpeakerCreatedResponse";
|
|
959
950
|
export * from "./SpeakerResponseModel";
|
|
@@ -984,7 +975,6 @@ export * from "./StudioTextStyleOutlineModel";
|
|
|
984
975
|
export * from "./StudioTextStyleShadowModel";
|
|
985
976
|
export * from "./Subscription";
|
|
986
977
|
export * from "./SubscriptionResponse";
|
|
987
|
-
export * from "./SubscriptionResponseModelCurrency";
|
|
988
978
|
export * from "./SubscriptionResponseModelMaxCreditLimitExtension";
|
|
989
979
|
export * from "./SubscriptionStatusType";
|
|
990
980
|
export * from "./SuggestedAudioTag";
|
|
@@ -1009,6 +999,13 @@ export * from "./TestsFeatureUsageCommonModel";
|
|
|
1009
999
|
export * from "./TestToolResultModel";
|
|
1010
1000
|
export * from "./TestType";
|
|
1011
1001
|
export * from "./TextNormalisationType";
|
|
1002
|
+
export * from "./TextToDialogueWebsocketApplyTextNormalizationEnum";
|
|
1003
|
+
export * from "./TextToDialogueWebsocketAudioChunk";
|
|
1004
|
+
export * from "./TextToDialogueWebsocketClientMessage";
|
|
1005
|
+
export * from "./TextToDialogueWebsocketError";
|
|
1006
|
+
export * from "./TextToDialogueWebsocketFinal";
|
|
1007
|
+
export * from "./TextToDialogueWebsocketOutputFormatEnum";
|
|
1008
|
+
export * from "./TextToDialogueWebsocketVoiceInput";
|
|
1012
1009
|
export * from "./TextToSpeechApplyTextNormalizationEnum";
|
|
1013
1010
|
export * from "./TextToSpeechOutputFormatEnum";
|
|
1014
1011
|
export * from "./TextToSpeechRequest";
|
|
@@ -1024,11 +1021,12 @@ export * from "./ToolAnnotations";
|
|
|
1024
1021
|
export * from "./ToolCallSoundBehavior";
|
|
1025
1022
|
export * from "./ToolCallSoundType";
|
|
1026
1023
|
export * from "./ToolCallUnitTestModel";
|
|
1027
|
-
export * from "./ToolCallUnitTestModelDynamicVariablesValue";
|
|
1028
1024
|
export * from "./ToolErrorHandlingMode";
|
|
1025
|
+
export * from "./ToolExecution";
|
|
1029
1026
|
export * from "./ToolExecutionMode";
|
|
1030
1027
|
export * from "./ToolExecutionResponseModel";
|
|
1031
1028
|
export * from "./ToolExecutionResponseModelToolCallDetails";
|
|
1029
|
+
export * from "./ToolExecutionTaskSupport";
|
|
1032
1030
|
export * from "./ToolMockConfig";
|
|
1033
1031
|
export * from "./ToolRequestModel";
|
|
1034
1032
|
export * from "./ToolRequestModelToolConfig";
|
|
@@ -1098,15 +1096,11 @@ export * from "./UpdateLocationParams";
|
|
|
1098
1096
|
export * from "./UpdateProductParams";
|
|
1099
1097
|
export * from "./UpdateProjectRequest";
|
|
1100
1098
|
export * from "./UpdatePronunciationDictionariesRequest";
|
|
1101
|
-
export * from "./UpdateRentalServiceParams";
|
|
1102
1099
|
export * from "./UpdateResponseUnitTestRequest";
|
|
1103
|
-
export * from "./UpdateResponseUnitTestRequestDynamicVariablesValue";
|
|
1104
1100
|
export * from "./UpdateServiceParams";
|
|
1105
1101
|
export * from "./UpdateSimulationTestRequest";
|
|
1106
|
-
export * from "./UpdateSimulationTestRequestDynamicVariablesValue";
|
|
1107
1102
|
export * from "./UpdateStaffParams";
|
|
1108
1103
|
export * from "./UpdateToolCallUnitTestRequest";
|
|
1109
|
-
export * from "./UpdateToolCallUnitTestRequestDynamicVariablesValue";
|
|
1110
1104
|
export * from "./UpdateWorkspaceMemberResponseModel";
|
|
1111
1105
|
export * from "./UrlAvatar";
|
|
1112
1106
|
export * from "./UsageAggregationInterval";
|