@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,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.ToolExecutionTaskSupport = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.ToolExecutionTaskSupport = core.serialization.enum_(["forbidden", "optional", "required"]);
|
|
@@ -4,13 +4,13 @@ import type * as serializers from "../index";
|
|
|
4
4
|
import { AgentFailureResponseExample } from "./AgentFailureResponseExample";
|
|
5
5
|
import { AgentSuccessfulResponseExample } from "./AgentSuccessfulResponseExample";
|
|
6
6
|
import { ConversationHistoryTranscriptCommonModelInput } from "./ConversationHistoryTranscriptCommonModelInput";
|
|
7
|
+
import { DynamicVariableValueTypeInput } from "./DynamicVariableValueTypeInput";
|
|
7
8
|
import { TestFromConversationMetadataInput } from "./TestFromConversationMetadataInput";
|
|
8
|
-
import { UpdateResponseUnitTestRequestDynamicVariablesValue } from "./UpdateResponseUnitTestRequestDynamicVariablesValue";
|
|
9
9
|
export declare const UpdateResponseUnitTestRequest: core.serialization.ObjectSchema<serializers.UpdateResponseUnitTestRequest.Raw, ElevenLabs.UpdateResponseUnitTestRequest>;
|
|
10
10
|
export declare namespace UpdateResponseUnitTestRequest {
|
|
11
11
|
interface Raw {
|
|
12
12
|
from_conversation_metadata?: TestFromConversationMetadataInput.Raw | null;
|
|
13
|
-
dynamic_variables?: Record<string,
|
|
13
|
+
dynamic_variables?: Record<string, DynamicVariableValueTypeInput.Raw | null | undefined> | null;
|
|
14
14
|
chat_history?: ConversationHistoryTranscriptCommonModelInput.Raw[] | null;
|
|
15
15
|
success_condition?: string | null;
|
|
16
16
|
success_examples?: AgentSuccessfulResponseExample.Raw[] | null;
|
|
@@ -39,13 +39,11 @@ const core = __importStar(require("../../core"));
|
|
|
39
39
|
const AgentFailureResponseExample_1 = require("./AgentFailureResponseExample");
|
|
40
40
|
const AgentSuccessfulResponseExample_1 = require("./AgentSuccessfulResponseExample");
|
|
41
41
|
const ConversationHistoryTranscriptCommonModelInput_1 = require("./ConversationHistoryTranscriptCommonModelInput");
|
|
42
|
+
const DynamicVariableValueTypeInput_1 = require("./DynamicVariableValueTypeInput");
|
|
42
43
|
const TestFromConversationMetadataInput_1 = require("./TestFromConversationMetadataInput");
|
|
43
|
-
const UpdateResponseUnitTestRequestDynamicVariablesValue_1 = require("./UpdateResponseUnitTestRequestDynamicVariablesValue");
|
|
44
44
|
exports.UpdateResponseUnitTestRequest = core.serialization.object({
|
|
45
45
|
fromConversationMetadata: core.serialization.property("from_conversation_metadata", TestFromConversationMetadataInput_1.TestFromConversationMetadataInput.optional()),
|
|
46
|
-
dynamicVariables: core.serialization.property("dynamic_variables", core.serialization
|
|
47
|
-
.record(core.serialization.string(), UpdateResponseUnitTestRequestDynamicVariablesValue_1.UpdateResponseUnitTestRequestDynamicVariablesValue.optional())
|
|
48
|
-
.optional()),
|
|
46
|
+
dynamicVariables: core.serialization.property("dynamic_variables", core.serialization.record(core.serialization.string(), DynamicVariableValueTypeInput_1.DynamicVariableValueTypeInput.optional()).optional()),
|
|
49
47
|
chatHistory: core.serialization.property("chat_history", core.serialization.list(ConversationHistoryTranscriptCommonModelInput_1.ConversationHistoryTranscriptCommonModelInput).optional()),
|
|
50
48
|
successCondition: core.serialization.property("success_condition", core.serialization.string().optional()),
|
|
51
49
|
successExamples: core.serialization.property("success_examples", core.serialization.list(AgentSuccessfulResponseExample_1.AgentSuccessfulResponseExample).optional()),
|
|
@@ -2,14 +2,14 @@ import type * as ElevenLabs from "../../api/index";
|
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { ConversationHistoryTranscriptCommonModelInput } from "./ConversationHistoryTranscriptCommonModelInput";
|
|
5
|
+
import { DynamicVariableValueTypeInput } from "./DynamicVariableValueTypeInput";
|
|
5
6
|
import { SimulationToolMockBehaviorConfig } from "./SimulationToolMockBehaviorConfig";
|
|
6
7
|
import { TestFromConversationMetadataInput } from "./TestFromConversationMetadataInput";
|
|
7
|
-
import { UpdateSimulationTestRequestDynamicVariablesValue } from "./UpdateSimulationTestRequestDynamicVariablesValue";
|
|
8
8
|
export declare const UpdateSimulationTestRequest: core.serialization.ObjectSchema<serializers.UpdateSimulationTestRequest.Raw, ElevenLabs.UpdateSimulationTestRequest>;
|
|
9
9
|
export declare namespace UpdateSimulationTestRequest {
|
|
10
10
|
interface Raw {
|
|
11
11
|
from_conversation_metadata?: TestFromConversationMetadataInput.Raw | null;
|
|
12
|
-
dynamic_variables?: Record<string,
|
|
12
|
+
dynamic_variables?: Record<string, DynamicVariableValueTypeInput.Raw | null | undefined> | null;
|
|
13
13
|
chat_history?: ConversationHistoryTranscriptCommonModelInput.Raw[] | null;
|
|
14
14
|
success_condition?: string | null;
|
|
15
15
|
simulation_scenario?: string | null;
|
|
@@ -37,14 +37,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.UpdateSimulationTestRequest = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const ConversationHistoryTranscriptCommonModelInput_1 = require("./ConversationHistoryTranscriptCommonModelInput");
|
|
40
|
+
const DynamicVariableValueTypeInput_1 = require("./DynamicVariableValueTypeInput");
|
|
40
41
|
const SimulationToolMockBehaviorConfig_1 = require("./SimulationToolMockBehaviorConfig");
|
|
41
42
|
const TestFromConversationMetadataInput_1 = require("./TestFromConversationMetadataInput");
|
|
42
|
-
const UpdateSimulationTestRequestDynamicVariablesValue_1 = require("./UpdateSimulationTestRequestDynamicVariablesValue");
|
|
43
43
|
exports.UpdateSimulationTestRequest = core.serialization.object({
|
|
44
44
|
fromConversationMetadata: core.serialization.property("from_conversation_metadata", TestFromConversationMetadataInput_1.TestFromConversationMetadataInput.optional()),
|
|
45
|
-
dynamicVariables: core.serialization.property("dynamic_variables", core.serialization
|
|
46
|
-
.record(core.serialization.string(), UpdateSimulationTestRequestDynamicVariablesValue_1.UpdateSimulationTestRequestDynamicVariablesValue.optional())
|
|
47
|
-
.optional()),
|
|
45
|
+
dynamicVariables: core.serialization.property("dynamic_variables", core.serialization.record(core.serialization.string(), DynamicVariableValueTypeInput_1.DynamicVariableValueTypeInput.optional()).optional()),
|
|
48
46
|
chatHistory: core.serialization.property("chat_history", core.serialization.list(ConversationHistoryTranscriptCommonModelInput_1.ConversationHistoryTranscriptCommonModelInput).optional()),
|
|
49
47
|
successCondition: core.serialization.property("success_condition", core.serialization.string().optional()),
|
|
50
48
|
simulationScenario: core.serialization.property("simulation_scenario", core.serialization.string().optional()),
|
|
@@ -2,14 +2,14 @@ import type * as ElevenLabs from "../../api/index";
|
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { ConversationHistoryTranscriptCommonModelInput } from "./ConversationHistoryTranscriptCommonModelInput";
|
|
5
|
+
import { DynamicVariableValueTypeInput } from "./DynamicVariableValueTypeInput";
|
|
5
6
|
import { TestFromConversationMetadataInput } from "./TestFromConversationMetadataInput";
|
|
6
7
|
import { UnitTestToolCallEvaluationModelInput } from "./UnitTestToolCallEvaluationModelInput";
|
|
7
|
-
import { UpdateToolCallUnitTestRequestDynamicVariablesValue } from "./UpdateToolCallUnitTestRequestDynamicVariablesValue";
|
|
8
8
|
export declare const UpdateToolCallUnitTestRequest: core.serialization.ObjectSchema<serializers.UpdateToolCallUnitTestRequest.Raw, ElevenLabs.UpdateToolCallUnitTestRequest>;
|
|
9
9
|
export declare namespace UpdateToolCallUnitTestRequest {
|
|
10
10
|
interface Raw {
|
|
11
11
|
from_conversation_metadata?: TestFromConversationMetadataInput.Raw | null;
|
|
12
|
-
dynamic_variables?: Record<string,
|
|
12
|
+
dynamic_variables?: Record<string, DynamicVariableValueTypeInput.Raw | null | undefined> | null;
|
|
13
13
|
chat_history?: ConversationHistoryTranscriptCommonModelInput.Raw[] | null;
|
|
14
14
|
tool_call_parameters?: UnitTestToolCallEvaluationModelInput.Raw | null;
|
|
15
15
|
check_any_tool_matches?: boolean | null;
|
|
@@ -37,14 +37,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.UpdateToolCallUnitTestRequest = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const ConversationHistoryTranscriptCommonModelInput_1 = require("./ConversationHistoryTranscriptCommonModelInput");
|
|
40
|
+
const DynamicVariableValueTypeInput_1 = require("./DynamicVariableValueTypeInput");
|
|
40
41
|
const TestFromConversationMetadataInput_1 = require("./TestFromConversationMetadataInput");
|
|
41
42
|
const UnitTestToolCallEvaluationModelInput_1 = require("./UnitTestToolCallEvaluationModelInput");
|
|
42
|
-
const UpdateToolCallUnitTestRequestDynamicVariablesValue_1 = require("./UpdateToolCallUnitTestRequestDynamicVariablesValue");
|
|
43
43
|
exports.UpdateToolCallUnitTestRequest = core.serialization.object({
|
|
44
44
|
fromConversationMetadata: core.serialization.property("from_conversation_metadata", TestFromConversationMetadataInput_1.TestFromConversationMetadataInput.optional()),
|
|
45
|
-
dynamicVariables: core.serialization.property("dynamic_variables", core.serialization
|
|
46
|
-
.record(core.serialization.string(), UpdateToolCallUnitTestRequestDynamicVariablesValue_1.UpdateToolCallUnitTestRequestDynamicVariablesValue.optional())
|
|
47
|
-
.optional()),
|
|
45
|
+
dynamicVariables: core.serialization.property("dynamic_variables", core.serialization.record(core.serialization.string(), DynamicVariableValueTypeInput_1.DynamicVariableValueTypeInput.optional()).optional()),
|
|
48
46
|
chatHistory: core.serialization.property("chat_history", core.serialization.list(ConversationHistoryTranscriptCommonModelInput_1.ConversationHistoryTranscriptCommonModelInput).optional()),
|
|
49
47
|
toolCallParameters: core.serialization.property("tool_call_parameters", UnitTestToolCallEvaluationModelInput_1.UnitTestToolCallEvaluationModelInput.optional()),
|
|
50
48
|
checkAnyToolMatches: core.serialization.property("check_any_tool_matches", core.serialization.boolean().optional()),
|
|
@@ -16,6 +16,7 @@ export declare namespace WebhookToolApiSchemaConfigInput {
|
|
|
16
16
|
path_params_schema?: Record<string, LiteralJsonSchemaProperty.Raw> | null;
|
|
17
17
|
query_params_schema?: QueryParamsJsonSchema.Raw | null;
|
|
18
18
|
request_body_schema?: serializers.ObjectJsonSchemaPropertyInput.Raw | null;
|
|
19
|
+
response_body_schema?: serializers.ObjectJsonSchemaPropertyInput.Raw | null;
|
|
19
20
|
content_type?: WebhookToolApiSchemaConfigInputContentType.Raw | null;
|
|
20
21
|
auth_connection?: WebhookToolApiSchemaConfigInputAuthConnection.Raw | null;
|
|
21
22
|
}
|
|
@@ -52,6 +52,7 @@ exports.WebhookToolApiSchemaConfigInput = core.serialization.object({
|
|
|
52
52
|
pathParamsSchema: core.serialization.property("path_params_schema", core.serialization.record(core.serialization.string(), LiteralJsonSchemaProperty_1.LiteralJsonSchemaProperty).optional()),
|
|
53
53
|
queryParamsSchema: core.serialization.property("query_params_schema", QueryParamsJsonSchema_1.QueryParamsJsonSchema.optional()),
|
|
54
54
|
requestBodySchema: core.serialization.property("request_body_schema", core.serialization.lazyObject(() => serializers.ObjectJsonSchemaPropertyInput).optional()),
|
|
55
|
+
responseBodySchema: core.serialization.property("response_body_schema", core.serialization.lazyObject(() => serializers.ObjectJsonSchemaPropertyInput).optional()),
|
|
55
56
|
contentType: core.serialization.property("content_type", WebhookToolApiSchemaConfigInputContentType_1.WebhookToolApiSchemaConfigInputContentType.optional()),
|
|
56
57
|
authConnection: core.serialization.property("auth_connection", WebhookToolApiSchemaConfigInputAuthConnection_1.WebhookToolApiSchemaConfigInputAuthConnection.optional()),
|
|
57
58
|
});
|
|
@@ -16,6 +16,7 @@ export declare namespace WebhookToolApiSchemaConfigOutput {
|
|
|
16
16
|
path_params_schema?: Record<string, LiteralJsonSchemaProperty.Raw> | null;
|
|
17
17
|
query_params_schema?: QueryParamsJsonSchema.Raw | null;
|
|
18
18
|
request_body_schema?: serializers.ObjectJsonSchemaPropertyOutput.Raw | null;
|
|
19
|
+
response_body_schema?: serializers.ObjectJsonSchemaPropertyOutput.Raw | null;
|
|
19
20
|
content_type?: WebhookToolApiSchemaConfigOutputContentType.Raw | null;
|
|
20
21
|
auth_connection?: WebhookToolApiSchemaConfigOutputAuthConnection.Raw | null;
|
|
21
22
|
}
|
|
@@ -52,6 +52,7 @@ exports.WebhookToolApiSchemaConfigOutput = core.serialization.object({
|
|
|
52
52
|
pathParamsSchema: core.serialization.property("path_params_schema", core.serialization.record(core.serialization.string(), LiteralJsonSchemaProperty_1.LiteralJsonSchemaProperty).optional()),
|
|
53
53
|
queryParamsSchema: core.serialization.property("query_params_schema", QueryParamsJsonSchema_1.QueryParamsJsonSchema.optional()),
|
|
54
54
|
requestBodySchema: core.serialization.property("request_body_schema", core.serialization.lazyObject(() => serializers.ObjectJsonSchemaPropertyOutput).optional()),
|
|
55
|
+
responseBodySchema: core.serialization.property("response_body_schema", core.serialization.lazyObject(() => serializers.ObjectJsonSchemaPropertyOutput).optional()),
|
|
55
56
|
contentType: core.serialization.property("content_type", WebhookToolApiSchemaConfigOutputContentType_1.WebhookToolApiSchemaConfigOutputContentType.optional()),
|
|
56
57
|
authConnection: core.serialization.property("auth_connection", WebhookToolApiSchemaConfigOutputAuthConnection_1.WebhookToolApiSchemaConfigOutputAuthConnection.optional()),
|
|
57
58
|
});
|
|
@@ -3,6 +3,7 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { DynamicVariableAssignment } from "./DynamicVariableAssignment";
|
|
5
5
|
import { DynamicVariablesConfigInput } from "./DynamicVariablesConfigInput";
|
|
6
|
+
import { PreToolSpeechMode } from "./PreToolSpeechMode";
|
|
6
7
|
import { ToolCallSoundBehavior } from "./ToolCallSoundBehavior";
|
|
7
8
|
import { ToolCallSoundType } from "./ToolCallSoundType";
|
|
8
9
|
import { ToolErrorHandlingMode } from "./ToolErrorHandlingMode";
|
|
@@ -16,6 +17,7 @@ export declare namespace WebhookToolConfigInput {
|
|
|
16
17
|
response_timeout_secs?: number | null;
|
|
17
18
|
disable_interruptions?: boolean | null;
|
|
18
19
|
force_pre_tool_speech?: boolean | null;
|
|
20
|
+
pre_tool_speech?: PreToolSpeechMode.Raw | null;
|
|
19
21
|
assignments?: DynamicVariableAssignment.Raw[] | null;
|
|
20
22
|
tool_call_sound?: ToolCallSoundType.Raw | null;
|
|
21
23
|
tool_call_sound_behavior?: ToolCallSoundBehavior.Raw | null;
|
|
@@ -38,6 +38,7 @@ exports.WebhookToolConfigInput = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const DynamicVariableAssignment_1 = require("./DynamicVariableAssignment");
|
|
40
40
|
const DynamicVariablesConfigInput_1 = require("./DynamicVariablesConfigInput");
|
|
41
|
+
const PreToolSpeechMode_1 = require("./PreToolSpeechMode");
|
|
41
42
|
const ToolCallSoundBehavior_1 = require("./ToolCallSoundBehavior");
|
|
42
43
|
const ToolCallSoundType_1 = require("./ToolCallSoundType");
|
|
43
44
|
const ToolErrorHandlingMode_1 = require("./ToolErrorHandlingMode");
|
|
@@ -49,6 +50,7 @@ exports.WebhookToolConfigInput = core.serialization.object({
|
|
|
49
50
|
responseTimeoutSecs: core.serialization.property("response_timeout_secs", core.serialization.number().optional()),
|
|
50
51
|
disableInterruptions: core.serialization.property("disable_interruptions", core.serialization.boolean().optional()),
|
|
51
52
|
forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean().optional()),
|
|
53
|
+
preToolSpeech: core.serialization.property("pre_tool_speech", PreToolSpeechMode_1.PreToolSpeechMode.optional()),
|
|
52
54
|
assignments: core.serialization.list(DynamicVariableAssignment_1.DynamicVariableAssignment).optional(),
|
|
53
55
|
toolCallSound: core.serialization.property("tool_call_sound", ToolCallSoundType_1.ToolCallSoundType.optional()),
|
|
54
56
|
toolCallSoundBehavior: core.serialization.property("tool_call_sound_behavior", ToolCallSoundBehavior_1.ToolCallSoundBehavior.optional()),
|
|
@@ -3,6 +3,7 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { DynamicVariableAssignment } from "./DynamicVariableAssignment";
|
|
5
5
|
import { DynamicVariablesConfigOutput } from "./DynamicVariablesConfigOutput";
|
|
6
|
+
import { PreToolSpeechMode } from "./PreToolSpeechMode";
|
|
6
7
|
import { ToolCallSoundBehavior } from "./ToolCallSoundBehavior";
|
|
7
8
|
import { ToolCallSoundType } from "./ToolCallSoundType";
|
|
8
9
|
import { ToolErrorHandlingMode } from "./ToolErrorHandlingMode";
|
|
@@ -16,6 +17,7 @@ export declare namespace WebhookToolConfigOutput {
|
|
|
16
17
|
response_timeout_secs?: number | null;
|
|
17
18
|
disable_interruptions?: boolean | null;
|
|
18
19
|
force_pre_tool_speech?: boolean | null;
|
|
20
|
+
pre_tool_speech?: PreToolSpeechMode.Raw | null;
|
|
19
21
|
assignments?: DynamicVariableAssignment.Raw[] | null;
|
|
20
22
|
tool_call_sound?: ToolCallSoundType.Raw | null;
|
|
21
23
|
tool_call_sound_behavior?: ToolCallSoundBehavior.Raw | null;
|
|
@@ -38,6 +38,7 @@ exports.WebhookToolConfigOutput = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const DynamicVariableAssignment_1 = require("./DynamicVariableAssignment");
|
|
40
40
|
const DynamicVariablesConfigOutput_1 = require("./DynamicVariablesConfigOutput");
|
|
41
|
+
const PreToolSpeechMode_1 = require("./PreToolSpeechMode");
|
|
41
42
|
const ToolCallSoundBehavior_1 = require("./ToolCallSoundBehavior");
|
|
42
43
|
const ToolCallSoundType_1 = require("./ToolCallSoundType");
|
|
43
44
|
const ToolErrorHandlingMode_1 = require("./ToolErrorHandlingMode");
|
|
@@ -49,6 +50,7 @@ exports.WebhookToolConfigOutput = core.serialization.object({
|
|
|
49
50
|
responseTimeoutSecs: core.serialization.property("response_timeout_secs", core.serialization.number().optional()),
|
|
50
51
|
disableInterruptions: core.serialization.property("disable_interruptions", core.serialization.boolean().optional()),
|
|
51
52
|
forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean().optional()),
|
|
53
|
+
preToolSpeech: core.serialization.property("pre_tool_speech", PreToolSpeechMode_1.PreToolSpeechMode.optional()),
|
|
52
54
|
assignments: core.serialization.list(DynamicVariableAssignment_1.DynamicVariableAssignment).optional(),
|
|
53
55
|
toolCallSound: core.serialization.property("tool_call_sound", ToolCallSoundType_1.ToolCallSoundType.optional()),
|
|
54
56
|
toolCallSoundBehavior: core.serialization.property("tool_call_sound_behavior", ToolCallSoundBehavior_1.ToolCallSoundBehavior.optional()),
|
|
@@ -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";
|