@elevenlabs/elevenlabs-js 2.51.0 → 2.52.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 +2 -2
- package/.fern/replay.lock +8 -2
- package/BaseClient.js +2 -2
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +4 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +4 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +4 -4
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +4 -4
- package/api/resources/dubbing/client/Client.js +0 -3
- package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +0 -2
- package/api/resources/index.d.ts +2 -0
- package/api/resources/index.js +3 -1
- package/api/resources/speechEngineUpstream/index.d.ts +1 -0
- package/api/resources/speechEngineUpstream/index.js +17 -0
- package/api/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.d.ts +5 -0
- package/api/resources/speechEngineUpstream/types/SendUpstreamMessage.d.ts +5 -0
- package/api/resources/speechEngineUpstream/types/index.d.ts +2 -0
- package/api/resources/speechEngineUpstream/types/index.js +18 -0
- package/api/resources/textToDialogue/client/Client.d.ts +1 -0
- package/api/resources/textToDialogue/client/Client.js +17 -4
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +3 -0
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +3 -0
- package/api/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +1 -1
- package/api/resources/voices/client/Client.d.ts +29 -29
- package/api/resources/voices/client/Client.js +105 -105
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +4 -1
- package/api/resources/workspaces/resources/apiKeys/client/Client.d.ts +1 -1
- package/api/resources/workspaces/resources/apiKeys/client/Client.js +1 -1
- package/api/types/AgentResponsePayload.d.ts +25 -0
- package/api/types/AnalysisProperty.d.ts +6 -4
- package/api/types/AnalysisPropertyConstantValue.d.ts +1 -1
- package/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +4 -1
- package/api/types/AsrProvider.d.ts +2 -0
- package/api/types/AsrProvider.js +2 -0
- package/api/types/BaseTurnConfig.d.ts +1 -0
- package/api/types/ClosePayload.d.ts +7 -0
- package/api/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/api/types/ErrorPayload.d.ts +9 -0
- package/api/types/ExternalFileSyncInfo.d.ts +20 -0
- package/api/types/ExternalFolderSyncInfo.d.ts +18 -0
- package/api/types/ExternalFolderSyncInfo.js +3 -0
- package/api/types/ExternalSyncType.d.ts +1 -0
- package/api/types/ExternalSyncType.js +3 -0
- package/api/types/GetConversationResponseModel.d.ts +1 -0
- package/api/types/GetKnowledgeBaseFileResponseModel.d.ts +2 -0
- package/api/types/GetKnowledgeBaseFolderResponseModel.d.ts +2 -0
- package/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +2 -0
- package/api/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +2 -0
- package/api/types/InitPayload.d.ts +9 -0
- package/api/types/InitPayload.js +3 -0
- package/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
- package/api/types/LiteralJsonSchemaProperty.d.ts +7 -5
- package/api/types/LiteralJsonSchemaPropertyConstantValue.d.ts +1 -1
- package/api/types/McpToolConfigOverrideInputInputOverridesValue.d.ts +4 -1
- package/api/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +4 -1
- package/api/types/OmitSchemaOverride.d.ts +1 -0
- package/api/types/OmitSchemaOverride.js +3 -0
- package/api/types/PingPayload.d.ts +7 -0
- package/api/types/PingPayload.js +3 -0
- package/api/types/PongPayload.d.ts +7 -0
- package/api/types/PongPayload.js +3 -0
- package/api/types/{ProcedureAtVersion.d.ts → ProcedureAtVersionInput.d.ts} +2 -1
- package/api/types/ProcedureAtVersionInput.js +3 -0
- package/api/types/ProcedureAtVersionOutput.d.ts +15 -0
- package/api/types/ProcedureAtVersionOutput.js +3 -0
- package/api/types/SoftTimeoutConfig.d.ts +5 -1
- package/api/types/SoftTimeoutConfigOverride.d.ts +1 -1
- package/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +5 -1
- package/api/types/StartProcedureToolConfigInput.d.ts +4 -0
- package/api/types/StartProcedureToolConfigInput.js +3 -0
- package/api/types/StartProcedureToolConfigOutput.d.ts +4 -0
- package/api/types/StartProcedureToolConfigOutput.js +3 -0
- package/api/types/StartProcedureToolErrorStatus.d.ts +5 -0
- package/api/types/{LoadProcedureToolErrorStatus.js → StartProcedureToolErrorStatus.js} +2 -2
- package/api/types/SystemToolConfigInputParams.d.ts +4 -4
- package/api/types/SystemToolConfigOutputParams.d.ts +4 -4
- package/api/types/TextToDialogueWebsocketFinalAudioForTurn.d.ts +4 -0
- package/api/types/TextToDialogueWebsocketFinalAudioForTurn.js +3 -0
- package/api/types/TranscriptMessage.d.ts +10 -0
- package/api/types/TranscriptMessage.js +3 -0
- package/api/types/TranscriptMessageRole.d.ts +6 -0
- package/api/types/TranscriptMessageRole.js +9 -0
- package/api/types/TurnConfig.d.ts +1 -0
- package/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/api/types/UpdateBookingPageAppearanceParams.d.ts +3 -0
- package/api/types/UpdateBookingPageAppearanceParams.js +3 -0
- package/api/types/UrlSecretAuthResponse.d.ts +7 -0
- package/api/types/UrlSecretAuthResponse.js +3 -0
- package/api/types/UserTranscriptPayload.d.ts +20 -0
- package/api/types/UserTranscriptPayload.js +3 -0
- package/api/types/WebhookUsageType.d.ts +1 -0
- package/api/types/WebhookUsageType.js +1 -0
- package/api/types/index.d.ts +21 -4
- package/api/types/index.js +21 -4
- package/dist/BaseClient.js +2 -2
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +4 -4
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +4 -4
- package/dist/api/resources/dubbing/client/Client.js +0 -3
- package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +0 -2
- package/dist/api/resources/index.d.ts +2 -0
- package/dist/api/resources/index.js +3 -1
- package/dist/api/resources/speechEngineUpstream/index.d.ts +1 -0
- package/dist/api/resources/speechEngineUpstream/index.js +17 -0
- package/dist/api/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.d.ts +5 -0
- package/dist/api/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.js +3 -0
- package/dist/api/resources/speechEngineUpstream/types/SendUpstreamMessage.d.ts +5 -0
- package/dist/api/resources/speechEngineUpstream/types/SendUpstreamMessage.js +3 -0
- package/dist/api/resources/speechEngineUpstream/types/index.d.ts +2 -0
- package/dist/api/resources/speechEngineUpstream/types/index.js +18 -0
- package/dist/api/resources/textToDialogue/client/Client.d.ts +1 -0
- package/dist/api/resources/textToDialogue/client/Client.js +17 -4
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +3 -0
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +3 -0
- package/dist/api/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +1 -1
- package/dist/api/resources/voices/client/Client.d.ts +29 -29
- package/dist/api/resources/voices/client/Client.js +105 -105
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +4 -1
- package/dist/api/resources/workspaces/resources/apiKeys/client/Client.d.ts +1 -1
- package/dist/api/resources/workspaces/resources/apiKeys/client/Client.js +1 -1
- package/dist/api/types/AgentResponsePayload.d.ts +25 -0
- package/dist/api/types/AgentResponsePayload.js +3 -0
- package/dist/api/types/AnalysisProperty.d.ts +6 -4
- package/dist/api/types/AnalysisPropertyConstantValue.d.ts +1 -1
- package/dist/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +4 -1
- package/dist/api/types/AsrProvider.d.ts +2 -0
- package/dist/api/types/AsrProvider.js +2 -0
- package/dist/api/types/BaseTurnConfig.d.ts +1 -0
- package/dist/api/types/ClosePayload.d.ts +7 -0
- package/dist/api/types/ClosePayload.js +3 -0
- package/dist/api/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/dist/api/types/ErrorPayload.d.ts +9 -0
- package/dist/api/types/ErrorPayload.js +3 -0
- package/dist/api/types/ExternalFileSyncInfo.d.ts +20 -0
- package/dist/api/types/ExternalFileSyncInfo.js +3 -0
- package/dist/api/types/ExternalFolderSyncInfo.d.ts +18 -0
- package/dist/api/types/ExternalFolderSyncInfo.js +3 -0
- package/dist/api/types/ExternalSyncType.d.ts +1 -0
- package/dist/api/types/ExternalSyncType.js +3 -0
- package/dist/api/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/api/types/GetKnowledgeBaseFileResponseModel.d.ts +2 -0
- package/dist/api/types/GetKnowledgeBaseFolderResponseModel.d.ts +2 -0
- package/dist/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +2 -0
- package/dist/api/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +2 -0
- package/dist/api/types/InitPayload.d.ts +9 -0
- package/dist/api/types/InitPayload.js +3 -0
- package/dist/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
- package/dist/api/types/LiteralJsonSchemaProperty.d.ts +7 -5
- package/dist/api/types/LiteralJsonSchemaPropertyConstantValue.d.ts +1 -1
- package/dist/api/types/McpToolConfigOverrideInputInputOverridesValue.d.ts +4 -1
- package/dist/api/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +4 -1
- package/dist/api/types/OmitSchemaOverride.d.ts +1 -0
- package/dist/api/types/OmitSchemaOverride.js +3 -0
- package/dist/api/types/PingPayload.d.ts +7 -0
- package/dist/api/types/PingPayload.js +3 -0
- package/dist/api/types/PongPayload.d.ts +7 -0
- package/dist/api/types/PongPayload.js +3 -0
- package/dist/api/types/{ProcedureAtVersion.d.ts → ProcedureAtVersionInput.d.ts} +2 -1
- package/dist/api/types/ProcedureAtVersionInput.js +3 -0
- package/dist/api/types/ProcedureAtVersionOutput.d.ts +15 -0
- package/dist/api/types/ProcedureAtVersionOutput.js +3 -0
- package/dist/api/types/SoftTimeoutConfig.d.ts +5 -1
- package/dist/api/types/SoftTimeoutConfigOverride.d.ts +1 -1
- package/dist/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +5 -1
- package/dist/api/types/StartProcedureToolConfigInput.d.ts +4 -0
- package/dist/api/types/StartProcedureToolConfigInput.js +3 -0
- package/dist/api/types/StartProcedureToolConfigOutput.d.ts +4 -0
- package/dist/api/types/StartProcedureToolConfigOutput.js +3 -0
- package/dist/api/types/StartProcedureToolErrorStatus.d.ts +5 -0
- package/dist/api/types/{LoadProcedureToolErrorStatus.js → StartProcedureToolErrorStatus.js} +2 -2
- package/dist/api/types/SystemToolConfigInputParams.d.ts +4 -4
- package/dist/api/types/SystemToolConfigOutputParams.d.ts +4 -4
- package/dist/api/types/TextToDialogueWebsocketFinalAudioForTurn.d.ts +4 -0
- package/dist/api/types/TextToDialogueWebsocketFinalAudioForTurn.js +3 -0
- package/dist/api/types/TranscriptMessage.d.ts +10 -0
- package/dist/api/types/TranscriptMessage.js +3 -0
- package/dist/api/types/TranscriptMessageRole.d.ts +6 -0
- package/dist/api/types/TranscriptMessageRole.js +9 -0
- package/dist/api/types/TurnConfig.d.ts +1 -0
- package/dist/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/UpdateBookingPageAppearanceParams.d.ts +3 -0
- package/dist/api/types/UpdateBookingPageAppearanceParams.js +3 -0
- package/dist/api/types/UrlSecretAuthResponse.d.ts +7 -0
- package/dist/api/types/UrlSecretAuthResponse.js +3 -0
- package/dist/api/types/UserTranscriptPayload.d.ts +20 -0
- package/dist/api/types/UserTranscriptPayload.js +3 -0
- package/dist/api/types/WebhookUsageType.d.ts +1 -0
- package/dist/api/types/WebhookUsageType.js +1 -0
- package/dist/api/types/index.d.ts +21 -4
- package/dist/api/types/index.js +21 -4
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +5 -1
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.js +2 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +5 -1
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.js +2 -0
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/resources/speechEngineUpstream/index.d.ts +1 -0
- package/dist/serialization/resources/speechEngineUpstream/index.js +17 -0
- package/dist/serialization/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.d.ts +12 -0
- package/dist/serialization/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.js +50 -0
- package/dist/serialization/resources/speechEngineUpstream/types/SendUpstreamMessage.d.ts +9 -0
- package/dist/serialization/resources/speechEngineUpstream/types/SendUpstreamMessage.js +41 -0
- package/dist/serialization/resources/speechEngineUpstream/types/index.d.ts +2 -0
- package/dist/serialization/resources/speechEngineUpstream/types/index.js +18 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/dist/serialization/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +2 -1
- package/dist/serialization/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.js +2 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +5 -1
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +2 -0
- package/dist/serialization/types/AgentResponsePayload.d.ts +12 -0
- package/dist/serialization/types/AgentResponsePayload.js +44 -0
- package/dist/serialization/types/AnalysisProperty.d.ts +1 -0
- package/dist/serialization/types/AnalysisProperty.js +1 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +5 -1
- package/dist/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.js +2 -0
- package/dist/serialization/types/BaseTurnConfig.d.ts +2 -0
- package/dist/serialization/types/BaseTurnConfig.js +2 -0
- package/dist/serialization/types/ClosePayload.d.ts +9 -0
- package/{serialization/types/LoadProcedureToolErrorStatus.js → dist/serialization/types/ClosePayload.js} +4 -2
- package/dist/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/dist/serialization/types/DirectPublishingReadResponseModel.js +1 -0
- package/dist/serialization/types/ErrorPayload.d.ts +10 -0
- package/dist/serialization/types/ErrorPayload.js +42 -0
- package/dist/serialization/types/ExternalFileSyncInfo.d.ts +16 -0
- package/dist/serialization/types/ExternalFileSyncInfo.js +48 -0
- package/dist/serialization/types/ExternalFolderSyncInfo.d.ts +15 -0
- package/dist/serialization/types/ExternalFolderSyncInfo.js +47 -0
- package/dist/serialization/types/ExternalSyncType.d.ts +7 -0
- package/dist/serialization/types/{LoadProcedureToolErrorStatus.js → ExternalSyncType.js} +2 -2
- package/dist/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetConversationResponseModel.js +1 -0
- package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +3 -0
- package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.js +3 -0
- package/dist/serialization/types/GetKnowledgeBaseFolderResponseModel.d.ts +3 -0
- package/dist/serialization/types/GetKnowledgeBaseFolderResponseModel.js +3 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +3 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +3 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +3 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.js +3 -0
- package/dist/serialization/types/InitPayload.d.ts +10 -0
- package/dist/serialization/types/InitPayload.js +42 -0
- package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
- package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
- package/dist/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
- package/dist/serialization/types/LiteralJsonSchemaProperty.js +1 -0
- package/dist/serialization/types/McpToolConfigOverrideInputInputOverridesValue.d.ts +5 -1
- package/dist/serialization/types/McpToolConfigOverrideInputInputOverridesValue.js +2 -0
- package/dist/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +5 -1
- package/dist/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.js +2 -0
- package/dist/serialization/types/OmitSchemaOverride.d.ts +7 -0
- package/dist/serialization/types/OmitSchemaOverride.js +39 -0
- package/dist/serialization/types/PingPayload.d.ts +9 -0
- package/dist/serialization/types/PingPayload.js +41 -0
- package/dist/serialization/types/PongPayload.d.ts +9 -0
- package/dist/serialization/types/PongPayload.js +41 -0
- package/{serialization/types/ProcedureAtVersion.d.ts → dist/serialization/types/ProcedureAtVersionInput.d.ts} +4 -2
- package/{serialization/types/ProcedureAtVersion.js → dist/serialization/types/ProcedureAtVersionInput.js} +4 -2
- package/dist/serialization/types/ProcedureAtVersionOutput.d.ts +17 -0
- package/dist/serialization/types/ProcedureAtVersionOutput.js +49 -0
- package/dist/serialization/types/SoftTimeoutConfig.d.ts +2 -0
- package/dist/serialization/types/SoftTimeoutConfig.js +2 -0
- package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -0
- package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.js +2 -0
- package/dist/serialization/types/StartProcedureToolConfigInput.d.ts +10 -0
- package/dist/serialization/types/{LoadProcedureToolConfigOutput.js → StartProcedureToolConfigInput.js} +4 -4
- package/dist/serialization/types/StartProcedureToolConfigOutput.d.ts +10 -0
- package/dist/serialization/types/{LoadProcedureToolConfigInput.js → StartProcedureToolConfigOutput.js} +4 -4
- package/dist/serialization/types/StartProcedureToolErrorStatus.d.ts +7 -0
- package/dist/serialization/types/StartProcedureToolErrorStatus.js +39 -0
- package/dist/serialization/types/SystemToolConfigInputParams.d.ts +5 -5
- package/dist/serialization/types/SystemToolConfigInputParams.js +2 -2
- package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +5 -5
- package/dist/serialization/types/SystemToolConfigOutputParams.js +2 -2
- package/dist/serialization/types/TextToDialogueWebsocketFinalAudioForTurn.d.ts +9 -0
- package/dist/serialization/types/TextToDialogueWebsocketFinalAudioForTurn.js +41 -0
- package/dist/serialization/types/TranscriptMessage.d.ts +11 -0
- package/dist/serialization/types/TranscriptMessage.js +43 -0
- package/dist/serialization/types/TranscriptMessageRole.d.ts +7 -0
- package/dist/serialization/types/TranscriptMessageRole.js +39 -0
- package/dist/serialization/types/TurnConfig.d.ts +2 -0
- package/dist/serialization/types/TurnConfig.js +2 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.js +2 -0
- package/dist/serialization/types/UpdateBookingPageAppearanceParams.d.ts +9 -0
- package/dist/serialization/types/UpdateBookingPageAppearanceParams.js +41 -0
- package/dist/serialization/types/UrlSecretAuthResponse.d.ts +13 -0
- package/dist/serialization/types/UrlSecretAuthResponse.js +45 -0
- package/dist/serialization/types/UserTranscriptPayload.d.ts +12 -0
- package/dist/serialization/types/UserTranscriptPayload.js +44 -0
- package/dist/serialization/types/WebhookUsageType.d.ts +1 -1
- package/dist/serialization/types/WebhookUsageType.js +1 -0
- package/dist/serialization/types/index.d.ts +21 -4
- package/dist/serialization/types/index.js +21 -4
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +45 -43
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +5 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.js +2 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +5 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.js +2 -0
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/resources/speechEngineUpstream/index.d.ts +1 -0
- package/serialization/resources/speechEngineUpstream/index.js +17 -0
- package/serialization/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.d.ts +12 -0
- package/serialization/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.js +50 -0
- package/serialization/resources/speechEngineUpstream/types/SendUpstreamMessage.d.ts +9 -0
- package/serialization/resources/speechEngineUpstream/types/SendUpstreamMessage.js +41 -0
- package/serialization/resources/speechEngineUpstream/types/index.d.ts +2 -0
- package/serialization/resources/speechEngineUpstream/types/index.js +18 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/serialization/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +2 -1
- package/serialization/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.js +2 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +5 -1
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +2 -0
- package/serialization/types/AgentResponsePayload.d.ts +12 -0
- package/serialization/types/AgentResponsePayload.js +44 -0
- package/serialization/types/AnalysisProperty.d.ts +1 -0
- package/serialization/types/AnalysisProperty.js +1 -0
- package/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +5 -1
- package/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.js +2 -0
- package/serialization/types/BaseTurnConfig.d.ts +2 -0
- package/serialization/types/BaseTurnConfig.js +2 -0
- package/serialization/types/ClosePayload.d.ts +9 -0
- package/serialization/types/ClosePayload.js +41 -0
- package/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/serialization/types/DirectPublishingReadResponseModel.js +1 -0
- package/serialization/types/ErrorPayload.d.ts +10 -0
- package/serialization/types/ErrorPayload.js +42 -0
- package/serialization/types/ExternalFileSyncInfo.d.ts +16 -0
- package/serialization/types/ExternalFileSyncInfo.js +48 -0
- package/serialization/types/ExternalFolderSyncInfo.d.ts +15 -0
- package/serialization/types/ExternalFolderSyncInfo.js +47 -0
- package/serialization/types/ExternalSyncType.d.ts +7 -0
- package/serialization/types/ExternalSyncType.js +39 -0
- package/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/serialization/types/GetConversationResponseModel.js +1 -0
- package/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +3 -0
- package/serialization/types/GetKnowledgeBaseFileResponseModel.js +3 -0
- package/serialization/types/GetKnowledgeBaseFolderResponseModel.d.ts +3 -0
- package/serialization/types/GetKnowledgeBaseFolderResponseModel.js +3 -0
- package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +3 -0
- package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +3 -0
- package/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +3 -0
- package/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.js +3 -0
- package/serialization/types/InitPayload.d.ts +10 -0
- package/serialization/types/InitPayload.js +42 -0
- package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
- package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
- package/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
- package/serialization/types/LiteralJsonSchemaProperty.js +1 -0
- package/serialization/types/McpToolConfigOverrideInputInputOverridesValue.d.ts +5 -1
- package/serialization/types/McpToolConfigOverrideInputInputOverridesValue.js +2 -0
- package/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +5 -1
- package/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.js +2 -0
- package/serialization/types/OmitSchemaOverride.d.ts +7 -0
- package/serialization/types/OmitSchemaOverride.js +39 -0
- package/serialization/types/PingPayload.d.ts +9 -0
- package/serialization/types/PingPayload.js +41 -0
- package/serialization/types/PongPayload.d.ts +9 -0
- package/serialization/types/PongPayload.js +41 -0
- package/{dist/serialization/types/ProcedureAtVersion.d.ts → serialization/types/ProcedureAtVersionInput.d.ts} +4 -2
- package/{dist/serialization/types/ProcedureAtVersion.js → serialization/types/ProcedureAtVersionInput.js} +4 -2
- package/serialization/types/ProcedureAtVersionOutput.d.ts +17 -0
- package/serialization/types/ProcedureAtVersionOutput.js +49 -0
- package/serialization/types/SoftTimeoutConfig.d.ts +2 -0
- package/serialization/types/SoftTimeoutConfig.js +2 -0
- package/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -0
- package/serialization/types/SoftTimeoutConfigWorkflowOverride.js +2 -0
- package/serialization/types/StartProcedureToolConfigInput.d.ts +10 -0
- package/serialization/types/{LoadProcedureToolConfigOutput.js → StartProcedureToolConfigInput.js} +4 -4
- package/serialization/types/StartProcedureToolConfigOutput.d.ts +10 -0
- package/serialization/types/{LoadProcedureToolConfigInput.js → StartProcedureToolConfigOutput.js} +4 -4
- package/serialization/types/StartProcedureToolErrorStatus.d.ts +7 -0
- package/serialization/types/StartProcedureToolErrorStatus.js +39 -0
- package/serialization/types/SystemToolConfigInputParams.d.ts +5 -5
- package/serialization/types/SystemToolConfigInputParams.js +2 -2
- package/serialization/types/SystemToolConfigOutputParams.d.ts +5 -5
- package/serialization/types/SystemToolConfigOutputParams.js +2 -2
- package/serialization/types/TextToDialogueWebsocketFinalAudioForTurn.d.ts +9 -0
- package/serialization/types/TextToDialogueWebsocketFinalAudioForTurn.js +41 -0
- package/serialization/types/TranscriptMessage.d.ts +11 -0
- package/serialization/types/TranscriptMessage.js +43 -0
- package/serialization/types/TranscriptMessageRole.d.ts +7 -0
- package/serialization/types/TranscriptMessageRole.js +39 -0
- package/serialization/types/TurnConfig.d.ts +2 -0
- package/serialization/types/TurnConfig.js +2 -0
- package/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/serialization/types/TurnConfigWorkflowOverride.js +2 -0
- package/serialization/types/UpdateBookingPageAppearanceParams.d.ts +9 -0
- package/serialization/types/UpdateBookingPageAppearanceParams.js +41 -0
- package/serialization/types/UrlSecretAuthResponse.d.ts +13 -0
- package/serialization/types/UrlSecretAuthResponse.js +45 -0
- package/serialization/types/UserTranscriptPayload.d.ts +12 -0
- package/serialization/types/UserTranscriptPayload.js +44 -0
- package/serialization/types/WebhookUsageType.d.ts +1 -1
- package/serialization/types/WebhookUsageType.js +1 -0
- package/serialization/types/index.d.ts +21 -4
- package/serialization/types/index.js +21 -4
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/types/LoadProcedureToolConfigInput.d.ts +0 -4
- package/api/types/LoadProcedureToolConfigOutput.d.ts +0 -4
- package/api/types/LoadProcedureToolErrorStatus.d.ts +0 -5
- package/dist/api/types/LoadProcedureToolConfigInput.d.ts +0 -4
- package/dist/api/types/LoadProcedureToolConfigOutput.d.ts +0 -4
- package/dist/api/types/LoadProcedureToolErrorStatus.d.ts +0 -5
- package/dist/serialization/types/LoadProcedureToolConfigInput.d.ts +0 -10
- package/dist/serialization/types/LoadProcedureToolConfigOutput.d.ts +0 -10
- package/dist/serialization/types/LoadProcedureToolErrorStatus.d.ts +0 -7
- package/serialization/types/LoadProcedureToolConfigInput.d.ts +0 -10
- package/serialization/types/LoadProcedureToolConfigOutput.d.ts +0 -10
- package/serialization/types/LoadProcedureToolErrorStatus.d.ts +0 -7
- /package/api/{types/LoadProcedureToolConfigInput.js → resources/speechEngineUpstream/types/ReceiveUpstreamMessage.js} +0 -0
- /package/api/{types/LoadProcedureToolConfigOutput.js → resources/speechEngineUpstream/types/SendUpstreamMessage.js} +0 -0
- /package/api/types/{ProcedureAtVersion.js → AgentResponsePayload.js} +0 -0
- /package/{dist/api/types/LoadProcedureToolConfigInput.js → api/types/ClosePayload.js} +0 -0
- /package/{dist/api/types/LoadProcedureToolConfigOutput.js → api/types/ErrorPayload.js} +0 -0
- /package/{dist/api/types/ProcedureAtVersion.js → api/types/ExternalFileSyncInfo.js} +0 -0
|
@@ -0,0 +1,43 @@
|
|
|
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.TranscriptMessage = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const TranscriptMessageRole_1 = require("./TranscriptMessageRole");
|
|
40
|
+
exports.TranscriptMessage = core.serialization.object({
|
|
41
|
+
role: TranscriptMessageRole_1.TranscriptMessageRole,
|
|
42
|
+
content: core.serialization.string(),
|
|
43
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const TranscriptMessageRole: core.serialization.Schema<serializers.TranscriptMessageRole.Raw, ElevenLabs.TranscriptMessageRole>;
|
|
5
|
+
export declare namespace TranscriptMessageRole {
|
|
6
|
+
type Raw = "user" | "agent";
|
|
7
|
+
}
|
|
@@ -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.TranscriptMessageRole = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.TranscriptMessageRole = core.serialization.enum_(["user", "agent"]);
|
|
@@ -4,6 +4,7 @@ import type * as serializers from "../index";
|
|
|
4
4
|
import { SoftTimeoutConfig } from "./SoftTimeoutConfig";
|
|
5
5
|
import { SpellingPatience } from "./SpellingPatience";
|
|
6
6
|
import { TurnEagerness } from "./TurnEagerness";
|
|
7
|
+
import { TurnModel } from "./TurnModel";
|
|
7
8
|
export declare const TurnConfig: core.serialization.ObjectSchema<serializers.TurnConfig.Raw, ElevenLabs.TurnConfig>;
|
|
8
9
|
export declare namespace TurnConfig {
|
|
9
10
|
interface Raw {
|
|
@@ -14,6 +15,7 @@ export declare namespace TurnConfig {
|
|
|
14
15
|
spelling_patience?: SpellingPatience.Raw | null;
|
|
15
16
|
speculative_turn?: boolean | null;
|
|
16
17
|
retranscribe_on_turn_timeout?: boolean | null;
|
|
18
|
+
turn_model?: TurnModel.Raw | null;
|
|
17
19
|
soft_timeout_config?: SoftTimeoutConfig.Raw | null;
|
|
18
20
|
}
|
|
19
21
|
}
|
|
@@ -39,6 +39,7 @@ const core = __importStar(require("../../core"));
|
|
|
39
39
|
const SoftTimeoutConfig_1 = require("./SoftTimeoutConfig");
|
|
40
40
|
const SpellingPatience_1 = require("./SpellingPatience");
|
|
41
41
|
const TurnEagerness_1 = require("./TurnEagerness");
|
|
42
|
+
const TurnModel_1 = require("./TurnModel");
|
|
42
43
|
exports.TurnConfig = core.serialization.object({
|
|
43
44
|
turnTimeout: core.serialization.property("turn_timeout", core.serialization.number().optional()),
|
|
44
45
|
initialWaitTime: core.serialization.property("initial_wait_time", core.serialization.number().optional()),
|
|
@@ -47,5 +48,6 @@ exports.TurnConfig = core.serialization.object({
|
|
|
47
48
|
spellingPatience: core.serialization.property("spelling_patience", SpellingPatience_1.SpellingPatience.optional()),
|
|
48
49
|
speculativeTurn: core.serialization.property("speculative_turn", core.serialization.boolean().optional()),
|
|
49
50
|
retranscribeOnTurnTimeout: core.serialization.property("retranscribe_on_turn_timeout", core.serialization.boolean().optional()),
|
|
51
|
+
turnModel: core.serialization.property("turn_model", TurnModel_1.TurnModel.optional()),
|
|
50
52
|
softTimeoutConfig: core.serialization.property("soft_timeout_config", SoftTimeoutConfig_1.SoftTimeoutConfig.optional()),
|
|
51
53
|
});
|
|
@@ -4,6 +4,7 @@ import type * as serializers from "../index";
|
|
|
4
4
|
import { SoftTimeoutConfigWorkflowOverride } from "./SoftTimeoutConfigWorkflowOverride";
|
|
5
5
|
import { SpellingPatience } from "./SpellingPatience";
|
|
6
6
|
import { TurnEagerness } from "./TurnEagerness";
|
|
7
|
+
import { TurnModel } from "./TurnModel";
|
|
7
8
|
export declare const TurnConfigWorkflowOverride: core.serialization.ObjectSchema<serializers.TurnConfigWorkflowOverride.Raw, ElevenLabs.TurnConfigWorkflowOverride>;
|
|
8
9
|
export declare namespace TurnConfigWorkflowOverride {
|
|
9
10
|
interface Raw {
|
|
@@ -14,6 +15,7 @@ export declare namespace TurnConfigWorkflowOverride {
|
|
|
14
15
|
spelling_patience?: SpellingPatience.Raw | null;
|
|
15
16
|
speculative_turn?: boolean | null;
|
|
16
17
|
retranscribe_on_turn_timeout?: boolean | null;
|
|
18
|
+
turn_model?: TurnModel.Raw | null;
|
|
17
19
|
soft_timeout_config?: SoftTimeoutConfigWorkflowOverride.Raw | null;
|
|
18
20
|
}
|
|
19
21
|
}
|
|
@@ -39,6 +39,7 @@ const core = __importStar(require("../../core"));
|
|
|
39
39
|
const SoftTimeoutConfigWorkflowOverride_1 = require("./SoftTimeoutConfigWorkflowOverride");
|
|
40
40
|
const SpellingPatience_1 = require("./SpellingPatience");
|
|
41
41
|
const TurnEagerness_1 = require("./TurnEagerness");
|
|
42
|
+
const TurnModel_1 = require("./TurnModel");
|
|
42
43
|
exports.TurnConfigWorkflowOverride = core.serialization.object({
|
|
43
44
|
turnTimeout: core.serialization.property("turn_timeout", core.serialization.number().optional()),
|
|
44
45
|
initialWaitTime: core.serialization.property("initial_wait_time", core.serialization.number().optional()),
|
|
@@ -47,5 +48,6 @@ exports.TurnConfigWorkflowOverride = core.serialization.object({
|
|
|
47
48
|
spellingPatience: core.serialization.property("spelling_patience", SpellingPatience_1.SpellingPatience.optional()),
|
|
48
49
|
speculativeTurn: core.serialization.property("speculative_turn", core.serialization.boolean().optional()),
|
|
49
50
|
retranscribeOnTurnTimeout: core.serialization.property("retranscribe_on_turn_timeout", core.serialization.boolean().optional()),
|
|
51
|
+
turnModel: core.serialization.property("turn_model", TurnModel_1.TurnModel.optional()),
|
|
50
52
|
softTimeoutConfig: core.serialization.property("soft_timeout_config", SoftTimeoutConfigWorkflowOverride_1.SoftTimeoutConfigWorkflowOverride.optional()),
|
|
51
53
|
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const UpdateBookingPageAppearanceParams: core.serialization.ObjectSchema<serializers.UpdateBookingPageAppearanceParams.Raw, ElevenLabs.UpdateBookingPageAppearanceParams>;
|
|
5
|
+
export declare namespace UpdateBookingPageAppearanceParams {
|
|
6
|
+
interface Raw {
|
|
7
|
+
smb_tool_type?: "update_booking_page_appearance" | null;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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.UpdateBookingPageAppearanceParams = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.UpdateBookingPageAppearanceParams = core.serialization.object({
|
|
40
|
+
smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("update_booking_page_appearance").optional()),
|
|
41
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { AuthConnectionDependencies } from "./AuthConnectionDependencies";
|
|
5
|
+
export declare const UrlSecretAuthResponse: core.serialization.ObjectSchema<serializers.UrlSecretAuthResponse.Raw, ElevenLabs.UrlSecretAuthResponse>;
|
|
6
|
+
export declare namespace UrlSecretAuthResponse {
|
|
7
|
+
interface Raw {
|
|
8
|
+
name: string;
|
|
9
|
+
provider: string;
|
|
10
|
+
id: string;
|
|
11
|
+
used_by?: AuthConnectionDependencies.Raw | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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.UrlSecretAuthResponse = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const AuthConnectionDependencies_1 = require("./AuthConnectionDependencies");
|
|
40
|
+
exports.UrlSecretAuthResponse = core.serialization.object({
|
|
41
|
+
name: core.serialization.string(),
|
|
42
|
+
provider: core.serialization.string(),
|
|
43
|
+
id: core.serialization.string(),
|
|
44
|
+
usedBy: core.serialization.property("used_by", AuthConnectionDependencies_1.AuthConnectionDependencies.optional()),
|
|
45
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { TranscriptMessage } from "./TranscriptMessage";
|
|
5
|
+
export declare const UserTranscriptPayload: core.serialization.ObjectSchema<serializers.UserTranscriptPayload.Raw, ElevenLabs.UserTranscriptPayload>;
|
|
6
|
+
export declare namespace UserTranscriptPayload {
|
|
7
|
+
interface Raw {
|
|
8
|
+
type: "user_transcript";
|
|
9
|
+
user_transcript: TranscriptMessage.Raw[];
|
|
10
|
+
event_id?: number | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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.UserTranscriptPayload = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const TranscriptMessage_1 = require("./TranscriptMessage");
|
|
40
|
+
exports.UserTranscriptPayload = core.serialization.object({
|
|
41
|
+
type: core.serialization.stringLiteral("user_transcript"),
|
|
42
|
+
userTranscript: core.serialization.property("user_transcript", core.serialization.list(TranscriptMessage_1.TranscriptMessage)),
|
|
43
|
+
eventId: core.serialization.property("event_id", core.serialization.number().optional()),
|
|
44
|
+
});
|
|
@@ -3,5 +3,5 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
export declare const WebhookUsageType: core.serialization.Schema<serializers.WebhookUsageType.Raw, ElevenLabs.WebhookUsageType>;
|
|
5
5
|
export declare namespace WebhookUsageType {
|
|
6
|
-
type Raw = "ConvAI Agent Settings" | "ConvAI Settings" | "Voice Library Removal Notices" | "Speech to Text";
|
|
6
|
+
type Raw = "ConvAI Agent Settings" | "ConvAI Settings" | "Voice Library Removal Notices" | "Speech to Text" | "Agent QA Evaluations";
|
|
7
7
|
}
|
|
@@ -39,6 +39,7 @@ export * from "./AgentMetadataDbModel";
|
|
|
39
39
|
export * from "./AgentMetadataResponseModel";
|
|
40
40
|
export * from "./AgentPlatformSettingsRequestModel";
|
|
41
41
|
export * from "./AgentPlatformSettingsResponseModel";
|
|
42
|
+
export * from "./AgentResponsePayload";
|
|
42
43
|
export * from "./AgentSimulatedChatTestResponseModel";
|
|
43
44
|
export * from "./AgentSortBy";
|
|
44
45
|
export * from "./AgentSuccessfulResponseExample";
|
|
@@ -239,6 +240,7 @@ export * from "./ClipAnimationEnterEffect";
|
|
|
239
240
|
export * from "./ClipAnimationExitEffect";
|
|
240
241
|
export * from "./CloseConnection";
|
|
241
242
|
export * from "./CloseContext";
|
|
243
|
+
export * from "./ClosePayload";
|
|
242
244
|
export * from "./CloseSocket";
|
|
243
245
|
export * from "./CoachedAgentSettings";
|
|
244
246
|
export * from "./CoachingAgentSettings";
|
|
@@ -519,6 +521,7 @@ export * from "./EnvironmentVariableResponseValues";
|
|
|
519
521
|
export * from "./EnvironmentVariableSecretValue";
|
|
520
522
|
export * from "./EnvironmentVariableSecretValueRequest";
|
|
521
523
|
export * from "./EnvironmentVariablesListResponse";
|
|
524
|
+
export * from "./ErrorPayload";
|
|
522
525
|
export * from "./EvaluationSettingsInput";
|
|
523
526
|
export * from "./EvaluationSettingsOutput";
|
|
524
527
|
export * from "./EvaluationSuccessResult";
|
|
@@ -528,6 +531,9 @@ export * from "./ExotelOutboundCallResponse";
|
|
|
528
531
|
export * from "./ExportOptions";
|
|
529
532
|
export * from "./ExtendedSubscriptionResponseModelMaxCreditLimitExtension";
|
|
530
533
|
export * from "./ExtendedSubscriptionResponseModelPendingChange";
|
|
534
|
+
export * from "./ExternalFileSyncInfo";
|
|
535
|
+
export * from "./ExternalFolderSyncInfo";
|
|
536
|
+
export * from "./ExternalSyncType";
|
|
531
537
|
export * from "./FeatureStatusCommonModel";
|
|
532
538
|
export * from "./FeaturesUsageCommonModel";
|
|
533
539
|
export * from "./FeedbackItem";
|
|
@@ -652,6 +658,7 @@ export * from "./InboundSipTrunkConfigRequestModel";
|
|
|
652
658
|
export * from "./InitialiseContext";
|
|
653
659
|
export * from "./InitializeConnection";
|
|
654
660
|
export * from "./InitializeConnectionMulti";
|
|
661
|
+
export * from "./InitPayload";
|
|
655
662
|
export * from "./InputAudioChunkPayload";
|
|
656
663
|
export * from "./IntegrationType";
|
|
657
664
|
export * from "./InteractionBudget";
|
|
@@ -734,9 +741,6 @@ export * from "./LlmUsageCalculatorLlmResponseModel";
|
|
|
734
741
|
export * from "./LlmUsageCalculatorResponseModel";
|
|
735
742
|
export * from "./LlmUsageInput";
|
|
736
743
|
export * from "./LlmUsageOutput";
|
|
737
|
-
export * from "./LoadProcedureToolConfigInput";
|
|
738
|
-
export * from "./LoadProcedureToolConfigOutput";
|
|
739
|
-
export * from "./LoadProcedureToolErrorStatus";
|
|
740
744
|
export * from "./ManualSource";
|
|
741
745
|
export * from "./ManualVerificationFileResponse";
|
|
742
746
|
export * from "./ManualVerificationResponse";
|
|
@@ -799,6 +803,7 @@ export * from "./ObjectJsonSchemaPropertyInput";
|
|
|
799
803
|
export * from "./ObjectJsonSchemaPropertyInputPropertiesValue";
|
|
800
804
|
export * from "./ObjectJsonSchemaPropertyOutput";
|
|
801
805
|
export * from "./ObjectJsonSchemaPropertyOutputPropertiesValue";
|
|
806
|
+
export * from "./OmitSchemaOverride";
|
|
802
807
|
export * from "./OptInSmsReminderParams";
|
|
803
808
|
export * from "./OptOutSmsReminderParams";
|
|
804
809
|
export * from "./OrbAvatar";
|
|
@@ -837,6 +842,7 @@ export * from "./PhoneNumberTransferCustomSipHeadersItem";
|
|
|
837
842
|
export * from "./PhoneNumberTransferDestination";
|
|
838
843
|
export * from "./PhoneNumberTransferPostDialDigits";
|
|
839
844
|
export * from "./PhoneNumberTransferTransferDestination";
|
|
845
|
+
export * from "./PingPayload";
|
|
840
846
|
export * from "./PlayDtmfResultErrorModel";
|
|
841
847
|
export * from "./PlayDtmfResultSuccessModel";
|
|
842
848
|
export * from "./PlayDtmfToolConfig";
|
|
@@ -847,6 +853,7 @@ export * from "./PodcastConversationModeData";
|
|
|
847
853
|
export * from "./PodcastProjectResponseModel";
|
|
848
854
|
export * from "./PodcastTextSource";
|
|
849
855
|
export * from "./PodcastUrlSource";
|
|
856
|
+
export * from "./PongPayload";
|
|
850
857
|
export * from "./PositionInput";
|
|
851
858
|
export * from "./PositionOutput";
|
|
852
859
|
export * from "./PostAgentAvatarResponseModel";
|
|
@@ -860,7 +867,8 @@ export * from "./PrivacyConfigInput";
|
|
|
860
867
|
export * from "./PrivacyConfigOutput";
|
|
861
868
|
export * from "./PrivateKeyJwtResponse";
|
|
862
869
|
export * from "./PrivateKeyJwtResponseAlgorithm";
|
|
863
|
-
export * from "./
|
|
870
|
+
export * from "./ProcedureAtVersionInput";
|
|
871
|
+
export * from "./ProcedureAtVersionOutput";
|
|
864
872
|
export * from "./ProcedureRefResponseModel";
|
|
865
873
|
export * from "./ProcedureType";
|
|
866
874
|
export * from "./ProjectCreationMetaResponseModel";
|
|
@@ -1087,6 +1095,9 @@ export * from "./SpeechToTextWordResponseModel";
|
|
|
1087
1095
|
export * from "./SpeechToTextWordResponseModelType";
|
|
1088
1096
|
export * from "./SpellingPatience";
|
|
1089
1097
|
export * from "./SrtExportOptions";
|
|
1098
|
+
export * from "./StartProcedureToolConfigInput";
|
|
1099
|
+
export * from "./StartProcedureToolConfigOutput";
|
|
1100
|
+
export * from "./StartProcedureToolErrorStatus";
|
|
1090
1101
|
export * from "./StartPvcVoiceTrainingResponseModel";
|
|
1091
1102
|
export * from "./StartSpeakerSeparationResponseModel";
|
|
1092
1103
|
export * from "./StatusId";
|
|
@@ -1134,6 +1145,7 @@ export * from "./TextToDialogueWebsocketAudioChunk";
|
|
|
1134
1145
|
export * from "./TextToDialogueWebsocketClientMessage";
|
|
1135
1146
|
export * from "./TextToDialogueWebsocketError";
|
|
1136
1147
|
export * from "./TextToDialogueWebsocketFinal";
|
|
1148
|
+
export * from "./TextToDialogueWebsocketFinalAudioForTurn";
|
|
1137
1149
|
export * from "./TextToDialogueWebsocketOutputFormatEnum";
|
|
1138
1150
|
export * from "./TextToDialogueWebsocketVoiceInput";
|
|
1139
1151
|
export * from "./TextToSpeechApplyTextNormalizationEnum";
|
|
@@ -1171,6 +1183,8 @@ export * from "./ToolTypeFilter";
|
|
|
1171
1183
|
export * from "./ToolUsageStatsResponseModel";
|
|
1172
1184
|
export * from "./TranscriptionWord";
|
|
1173
1185
|
export * from "./TranscriptionWordType";
|
|
1186
|
+
export * from "./TranscriptMessage";
|
|
1187
|
+
export * from "./TranscriptMessageRole";
|
|
1174
1188
|
export * from "./TransferBranchInfoDefaultingToMain";
|
|
1175
1189
|
export * from "./TransferBranchInfoTrafficSplit";
|
|
1176
1190
|
export * from "./TransferToAgentToolConfig";
|
|
@@ -1217,6 +1231,7 @@ export * from "./UpdateAgentRuleParams";
|
|
|
1217
1231
|
export * from "./UpdateAssetParams";
|
|
1218
1232
|
export * from "./UpdateAudioNativeProjectRequest";
|
|
1219
1233
|
export * from "./UpdateBasicAuthRequest";
|
|
1234
|
+
export * from "./UpdateBookingPageAppearanceParams";
|
|
1220
1235
|
export * from "./UpdateBookingPageSettingsParams";
|
|
1221
1236
|
export * from "./UpdateBusinessInfoParams";
|
|
1222
1237
|
export * from "./UpdateCalendarEventParams";
|
|
@@ -1245,6 +1260,7 @@ export * from "./UpsertOrderItemRequest";
|
|
|
1245
1260
|
export * from "./UpsertOrderItemResponse";
|
|
1246
1261
|
export * from "./UrlAvatar";
|
|
1247
1262
|
export * from "./UrlModel";
|
|
1263
|
+
export * from "./UrlSecretAuthResponse";
|
|
1248
1264
|
export * from "./UsageAggregationInterval";
|
|
1249
1265
|
export * from "./UsageCharactersResponseModel";
|
|
1250
1266
|
export * from "./User";
|
|
@@ -1253,6 +1269,7 @@ export * from "./UserFeedback";
|
|
|
1253
1269
|
export * from "./UserFeedbackScore";
|
|
1254
1270
|
export * from "./UserModel";
|
|
1255
1271
|
export * from "./UsersSortBy";
|
|
1272
|
+
export * from "./UserTranscriptPayload";
|
|
1256
1273
|
export * from "./UserTypeId";
|
|
1257
1274
|
export * from "./UtteranceResponseModel";
|
|
1258
1275
|
export * from "./VadConfig";
|
|
@@ -55,6 +55,7 @@ __exportStar(require("./AgentMetadataDbModel"), exports);
|
|
|
55
55
|
__exportStar(require("./AgentMetadataResponseModel"), exports);
|
|
56
56
|
__exportStar(require("./AgentPlatformSettingsRequestModel"), exports);
|
|
57
57
|
__exportStar(require("./AgentPlatformSettingsResponseModel"), exports);
|
|
58
|
+
__exportStar(require("./AgentResponsePayload"), exports);
|
|
58
59
|
__exportStar(require("./AgentSimulatedChatTestResponseModel"), exports);
|
|
59
60
|
__exportStar(require("./AgentSortBy"), exports);
|
|
60
61
|
__exportStar(require("./AgentSuccessfulResponseExample"), exports);
|
|
@@ -255,6 +256,7 @@ __exportStar(require("./ClipAnimationEnterEffect"), exports);
|
|
|
255
256
|
__exportStar(require("./ClipAnimationExitEffect"), exports);
|
|
256
257
|
__exportStar(require("./CloseConnection"), exports);
|
|
257
258
|
__exportStar(require("./CloseContext"), exports);
|
|
259
|
+
__exportStar(require("./ClosePayload"), exports);
|
|
258
260
|
__exportStar(require("./CloseSocket"), exports);
|
|
259
261
|
__exportStar(require("./CoachedAgentSettings"), exports);
|
|
260
262
|
__exportStar(require("./CoachingAgentSettings"), exports);
|
|
@@ -535,6 +537,7 @@ __exportStar(require("./EnvironmentVariableResponseValues"), exports);
|
|
|
535
537
|
__exportStar(require("./EnvironmentVariableSecretValue"), exports);
|
|
536
538
|
__exportStar(require("./EnvironmentVariableSecretValueRequest"), exports);
|
|
537
539
|
__exportStar(require("./EnvironmentVariablesListResponse"), exports);
|
|
540
|
+
__exportStar(require("./ErrorPayload"), exports);
|
|
538
541
|
__exportStar(require("./EvaluationSettingsInput"), exports);
|
|
539
542
|
__exportStar(require("./EvaluationSettingsOutput"), exports);
|
|
540
543
|
__exportStar(require("./EvaluationSuccessResult"), exports);
|
|
@@ -544,6 +547,9 @@ __exportStar(require("./ExotelOutboundCallResponse"), exports);
|
|
|
544
547
|
__exportStar(require("./ExportOptions"), exports);
|
|
545
548
|
__exportStar(require("./ExtendedSubscriptionResponseModelMaxCreditLimitExtension"), exports);
|
|
546
549
|
__exportStar(require("./ExtendedSubscriptionResponseModelPendingChange"), exports);
|
|
550
|
+
__exportStar(require("./ExternalFileSyncInfo"), exports);
|
|
551
|
+
__exportStar(require("./ExternalFolderSyncInfo"), exports);
|
|
552
|
+
__exportStar(require("./ExternalSyncType"), exports);
|
|
547
553
|
__exportStar(require("./FeatureStatusCommonModel"), exports);
|
|
548
554
|
__exportStar(require("./FeaturesUsageCommonModel"), exports);
|
|
549
555
|
__exportStar(require("./FeedbackItem"), exports);
|
|
@@ -668,6 +674,7 @@ __exportStar(require("./InboundSipTrunkConfigRequestModel"), exports);
|
|
|
668
674
|
__exportStar(require("./InitialiseContext"), exports);
|
|
669
675
|
__exportStar(require("./InitializeConnection"), exports);
|
|
670
676
|
__exportStar(require("./InitializeConnectionMulti"), exports);
|
|
677
|
+
__exportStar(require("./InitPayload"), exports);
|
|
671
678
|
__exportStar(require("./InputAudioChunkPayload"), exports);
|
|
672
679
|
__exportStar(require("./IntegrationType"), exports);
|
|
673
680
|
__exportStar(require("./InteractionBudget"), exports);
|
|
@@ -750,9 +757,6 @@ __exportStar(require("./LlmUsageCalculatorLlmResponseModel"), exports);
|
|
|
750
757
|
__exportStar(require("./LlmUsageCalculatorResponseModel"), exports);
|
|
751
758
|
__exportStar(require("./LlmUsageInput"), exports);
|
|
752
759
|
__exportStar(require("./LlmUsageOutput"), exports);
|
|
753
|
-
__exportStar(require("./LoadProcedureToolConfigInput"), exports);
|
|
754
|
-
__exportStar(require("./LoadProcedureToolConfigOutput"), exports);
|
|
755
|
-
__exportStar(require("./LoadProcedureToolErrorStatus"), exports);
|
|
756
760
|
__exportStar(require("./ManualSource"), exports);
|
|
757
761
|
__exportStar(require("./ManualVerificationFileResponse"), exports);
|
|
758
762
|
__exportStar(require("./ManualVerificationResponse"), exports);
|
|
@@ -815,6 +819,7 @@ __exportStar(require("./ObjectJsonSchemaPropertyInput"), exports);
|
|
|
815
819
|
__exportStar(require("./ObjectJsonSchemaPropertyInputPropertiesValue"), exports);
|
|
816
820
|
__exportStar(require("./ObjectJsonSchemaPropertyOutput"), exports);
|
|
817
821
|
__exportStar(require("./ObjectJsonSchemaPropertyOutputPropertiesValue"), exports);
|
|
822
|
+
__exportStar(require("./OmitSchemaOverride"), exports);
|
|
818
823
|
__exportStar(require("./OptInSmsReminderParams"), exports);
|
|
819
824
|
__exportStar(require("./OptOutSmsReminderParams"), exports);
|
|
820
825
|
__exportStar(require("./OrbAvatar"), exports);
|
|
@@ -853,6 +858,7 @@ __exportStar(require("./PhoneNumberTransferCustomSipHeadersItem"), exports);
|
|
|
853
858
|
__exportStar(require("./PhoneNumberTransferDestination"), exports);
|
|
854
859
|
__exportStar(require("./PhoneNumberTransferPostDialDigits"), exports);
|
|
855
860
|
__exportStar(require("./PhoneNumberTransferTransferDestination"), exports);
|
|
861
|
+
__exportStar(require("./PingPayload"), exports);
|
|
856
862
|
__exportStar(require("./PlayDtmfResultErrorModel"), exports);
|
|
857
863
|
__exportStar(require("./PlayDtmfResultSuccessModel"), exports);
|
|
858
864
|
__exportStar(require("./PlayDtmfToolConfig"), exports);
|
|
@@ -863,6 +869,7 @@ __exportStar(require("./PodcastConversationModeData"), exports);
|
|
|
863
869
|
__exportStar(require("./PodcastProjectResponseModel"), exports);
|
|
864
870
|
__exportStar(require("./PodcastTextSource"), exports);
|
|
865
871
|
__exportStar(require("./PodcastUrlSource"), exports);
|
|
872
|
+
__exportStar(require("./PongPayload"), exports);
|
|
866
873
|
__exportStar(require("./PositionInput"), exports);
|
|
867
874
|
__exportStar(require("./PositionOutput"), exports);
|
|
868
875
|
__exportStar(require("./PostAgentAvatarResponseModel"), exports);
|
|
@@ -876,7 +883,8 @@ __exportStar(require("./PrivacyConfigInput"), exports);
|
|
|
876
883
|
__exportStar(require("./PrivacyConfigOutput"), exports);
|
|
877
884
|
__exportStar(require("./PrivateKeyJwtResponse"), exports);
|
|
878
885
|
__exportStar(require("./PrivateKeyJwtResponseAlgorithm"), exports);
|
|
879
|
-
__exportStar(require("./
|
|
886
|
+
__exportStar(require("./ProcedureAtVersionInput"), exports);
|
|
887
|
+
__exportStar(require("./ProcedureAtVersionOutput"), exports);
|
|
880
888
|
__exportStar(require("./ProcedureRefResponseModel"), exports);
|
|
881
889
|
__exportStar(require("./ProcedureType"), exports);
|
|
882
890
|
__exportStar(require("./ProjectCreationMetaResponseModel"), exports);
|
|
@@ -1103,6 +1111,9 @@ __exportStar(require("./SpeechToTextWordResponseModel"), exports);
|
|
|
1103
1111
|
__exportStar(require("./SpeechToTextWordResponseModelType"), exports);
|
|
1104
1112
|
__exportStar(require("./SpellingPatience"), exports);
|
|
1105
1113
|
__exportStar(require("./SrtExportOptions"), exports);
|
|
1114
|
+
__exportStar(require("./StartProcedureToolConfigInput"), exports);
|
|
1115
|
+
__exportStar(require("./StartProcedureToolConfigOutput"), exports);
|
|
1116
|
+
__exportStar(require("./StartProcedureToolErrorStatus"), exports);
|
|
1106
1117
|
__exportStar(require("./StartPvcVoiceTrainingResponseModel"), exports);
|
|
1107
1118
|
__exportStar(require("./StartSpeakerSeparationResponseModel"), exports);
|
|
1108
1119
|
__exportStar(require("./StatusId"), exports);
|
|
@@ -1150,6 +1161,7 @@ __exportStar(require("./TextToDialogueWebsocketAudioChunk"), exports);
|
|
|
1150
1161
|
__exportStar(require("./TextToDialogueWebsocketClientMessage"), exports);
|
|
1151
1162
|
__exportStar(require("./TextToDialogueWebsocketError"), exports);
|
|
1152
1163
|
__exportStar(require("./TextToDialogueWebsocketFinal"), exports);
|
|
1164
|
+
__exportStar(require("./TextToDialogueWebsocketFinalAudioForTurn"), exports);
|
|
1153
1165
|
__exportStar(require("./TextToDialogueWebsocketOutputFormatEnum"), exports);
|
|
1154
1166
|
__exportStar(require("./TextToDialogueWebsocketVoiceInput"), exports);
|
|
1155
1167
|
__exportStar(require("./TextToSpeechApplyTextNormalizationEnum"), exports);
|
|
@@ -1187,6 +1199,8 @@ __exportStar(require("./ToolTypeFilter"), exports);
|
|
|
1187
1199
|
__exportStar(require("./ToolUsageStatsResponseModel"), exports);
|
|
1188
1200
|
__exportStar(require("./TranscriptionWord"), exports);
|
|
1189
1201
|
__exportStar(require("./TranscriptionWordType"), exports);
|
|
1202
|
+
__exportStar(require("./TranscriptMessage"), exports);
|
|
1203
|
+
__exportStar(require("./TranscriptMessageRole"), exports);
|
|
1190
1204
|
__exportStar(require("./TransferBranchInfoDefaultingToMain"), exports);
|
|
1191
1205
|
__exportStar(require("./TransferBranchInfoTrafficSplit"), exports);
|
|
1192
1206
|
__exportStar(require("./TransferToAgentToolConfig"), exports);
|
|
@@ -1233,6 +1247,7 @@ __exportStar(require("./UpdateAgentRuleParams"), exports);
|
|
|
1233
1247
|
__exportStar(require("./UpdateAssetParams"), exports);
|
|
1234
1248
|
__exportStar(require("./UpdateAudioNativeProjectRequest"), exports);
|
|
1235
1249
|
__exportStar(require("./UpdateBasicAuthRequest"), exports);
|
|
1250
|
+
__exportStar(require("./UpdateBookingPageAppearanceParams"), exports);
|
|
1236
1251
|
__exportStar(require("./UpdateBookingPageSettingsParams"), exports);
|
|
1237
1252
|
__exportStar(require("./UpdateBusinessInfoParams"), exports);
|
|
1238
1253
|
__exportStar(require("./UpdateCalendarEventParams"), exports);
|
|
@@ -1261,6 +1276,7 @@ __exportStar(require("./UpsertOrderItemRequest"), exports);
|
|
|
1261
1276
|
__exportStar(require("./UpsertOrderItemResponse"), exports);
|
|
1262
1277
|
__exportStar(require("./UrlAvatar"), exports);
|
|
1263
1278
|
__exportStar(require("./UrlModel"), exports);
|
|
1279
|
+
__exportStar(require("./UrlSecretAuthResponse"), exports);
|
|
1264
1280
|
__exportStar(require("./UsageAggregationInterval"), exports);
|
|
1265
1281
|
__exportStar(require("./UsageCharactersResponseModel"), exports);
|
|
1266
1282
|
__exportStar(require("./User"), exports);
|
|
@@ -1269,6 +1285,7 @@ __exportStar(require("./UserFeedback"), exports);
|
|
|
1269
1285
|
__exportStar(require("./UserFeedbackScore"), exports);
|
|
1270
1286
|
__exportStar(require("./UserModel"), exports);
|
|
1271
1287
|
__exportStar(require("./UsersSortBy"), exports);
|
|
1288
|
+
__exportStar(require("./UserTranscriptPayload"), exports);
|
|
1272
1289
|
__exportStar(require("./UserTypeId"), exports);
|
|
1273
1290
|
__exportStar(require("./UtteranceResponseModel"), exports);
|
|
1274
1291
|
__exportStar(require("./VadConfig"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.
|
|
1
|
+
export declare const SDK_VERSION = "2.52.0";
|
package/dist/version.js
CHANGED