@elevenlabs/elevenlabs-js 2.33.0 → 2.35.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/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +2 -0
- package/api/resources/conversationalAi/resources/agents/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/index.js +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +2 -0
- package/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.d.ts +2 -0
- package/api/resources/conversationalAi/resources/agents/types/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/types/index.js +17 -0
- package/api/resources/conversationalAi/resources/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/index.js +2 -0
- package/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +6 -2
- package/api/resources/conversationalAi/resources/secrets/client/Client.js +18 -6
- package/api/resources/conversationalAi/resources/secrets/client/requests/SecretsListRequest.d.ts +13 -0
- package/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +2 -0
- package/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +2 -0
- package/api/resources/conversationalAi/resources/whatsapp/client/Client.d.ts +25 -0
- package/api/resources/conversationalAi/resources/whatsapp/client/Client.js +75 -0
- package/api/resources/conversationalAi/resources/whatsapp/client/requests/BodySendAnOutboundMessageViaWhatsAppV1ConvaiWhatsappOutboundMessagePost.d.ts +26 -0
- package/api/resources/conversationalAi/resources/whatsapp/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/whatsapp/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/whatsapp/index.js +1 -0
- package/api/resources/conversationalAi/resources/whatsapp/types/BodySendAnOutboundMessageViaWhatsAppV1ConvaiWhatsappOutboundMessagePostTemplateParamsItem.d.ts +13 -0
- package/api/resources/conversationalAi/resources/whatsapp/types/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/whatsapp/types/index.js +17 -0
- package/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.d.ts +12 -29
- package/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +49 -118
- package/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.d.ts +0 -1
- package/api/resources/index.d.ts +6 -0
- package/api/resources/index.js +7 -1
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
- package/api/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.d.ts +1 -1
- package/api/resources/studio/resources/projects/client/Client.d.ts +13 -0
- package/api/resources/studio/resources/projects/client/Client.js +60 -0
- package/api/resources/textToDialogue/client/Client.d.ts +1 -1
- package/api/resources/textToDialogue/client/Client.js +3 -7
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +4 -4
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +3 -3
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +32 -0
- package/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +35 -0
- package/api/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +32 -0
- package/api/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.js +35 -0
- package/api/resources/textToDialogue/types/index.d.ts +2 -0
- package/api/resources/textToDialogue/types/index.js +2 -0
- package/api/resources/v1SpeechToTextRealtime/index.d.ts +1 -0
- package/api/resources/v1SpeechToTextRealtime/index.js +17 -0
- package/api/resources/v1SpeechToTextRealtime/types/ReceiveTranscription.d.ts +5 -0
- package/api/resources/v1SpeechToTextRealtime/types/TextToSpeechCommitStrategy.d.ts +6 -0
- package/{dist/api/types/BanReasonType.js → api/resources/v1SpeechToTextRealtime/types/TextToSpeechCommitStrategy.js} +4 -3
- package/api/resources/v1SpeechToTextRealtime/types/index.d.ts +2 -0
- package/api/resources/v1SpeechToTextRealtime/types/index.js +18 -0
- package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.d.ts +1 -0
- package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.js +17 -0
- package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.d.ts +5 -0
- package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.d.ts +5 -0
- package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.d.ts +2 -0
- package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.js +18 -0
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/index.d.ts +1 -0
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/index.js +17 -0
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.d.ts +5 -0
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.d.ts +5 -0
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.js +3 -0
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.d.ts +2 -0
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.js +18 -0
- package/api/resources/workspace/resources/groups/resources/members/client/Client.d.ts +2 -2
- package/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -2
- package/api/resources/workspace/resources/invites/client/Client.d.ts +3 -3
- package/api/resources/workspace/resources/invites/client/Client.js +3 -3
- package/api/types/AgentTransfer.d.ts +1 -0
- package/api/types/Alignment.d.ts +25 -0
- package/api/types/Alignment.js +3 -0
- package/api/types/AlignmentGuardrail.d.ts +3 -0
- package/api/types/AlignmentGuardrail.js +3 -0
- package/api/types/ApiIntegrationWebhookOverridesInput.d.ts +2 -0
- package/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +2 -0
- package/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +2 -0
- package/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +2 -0
- package/api/types/AudioFormatEnum.d.ts +11 -0
- package/api/types/AudioFormatEnum.js +14 -0
- package/api/types/AudioOutput.d.ts +10 -0
- package/api/types/AudioOutput.js +3 -0
- package/api/types/AudioOutputMulti.d.ts +12 -0
- package/api/types/AudioOutputMulti.js +3 -0
- package/api/types/AuthSettings.d.ts +2 -0
- package/api/types/CanvasPlacement.d.ts +2 -2
- package/api/types/ClientToolConfigInput.d.ts +2 -0
- package/api/types/ClientToolConfigOutput.d.ts +2 -0
- package/api/types/CloseConnection.d.ts +4 -0
- package/api/types/CloseConnection.js +3 -0
- package/api/types/CloseContext.d.ts +9 -0
- package/api/types/CloseContext.js +3 -0
- package/api/types/CloseSocket.d.ts +7 -0
- package/api/types/CloseSocket.js +3 -0
- package/api/types/CommittedTranscriptPayload.d.ts +9 -0
- package/api/types/CommittedTranscriptPayload.js +3 -0
- package/api/types/CommittedTranscriptWithTimestampsPayload.d.ts +14 -0
- package/api/types/CommittedTranscriptWithTimestampsPayload.js +3 -0
- package/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/api/types/{ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts → ConversationHistoryTranscriptSystemToolResultCommonModelInput.d.ts} +3 -2
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.js +3 -0
- package/api/types/{ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts → ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts} +2 -2
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.js +3 -0
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.d.ts +14 -0
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.js +3 -0
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +40 -0
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.js +3 -0
- package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/api/types/ConversationInitiationSource.d.ts +1 -0
- package/api/types/ConversationInitiationSource.js +1 -0
- package/api/types/ConversationTurnMetrics.d.ts +2 -0
- package/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +2 -2
- package/api/types/CreateTwilioPhoneNumberRequest.d.ts +2 -2
- package/api/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/api/types/DynamicVariableAssignment.d.ts +2 -0
- package/api/types/FinalOutput.d.ts +4 -0
- package/api/types/FinalOutput.js +3 -0
- package/api/types/FinalOutputMulti.d.ts +9 -0
- package/api/types/FinalOutputMulti.js +3 -0
- package/api/types/FlushContext.d.ts +11 -0
- package/api/types/FlushContext.js +3 -0
- package/api/types/GenerationConfig.d.ts +30 -0
- package/api/types/GenerationConfig.js +3 -0
- package/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -2
- package/api/types/GetPhoneNumberTwilioResponseModel.d.ts +2 -2
- package/api/types/GetUnitTestResponseModel.d.ts +2 -0
- package/api/types/GetWorkspaceSecretsResponseModel.d.ts +4 -0
- package/api/types/GuardrailsV1Input.d.ts +1 -0
- package/api/types/GuardrailsV1Output.d.ts +1 -0
- package/api/types/InitialiseContext.d.ts +18 -0
- package/api/types/InitialiseContext.js +3 -0
- package/api/types/InitializeConnection.d.ts +18 -0
- package/api/types/InitializeConnection.js +3 -0
- package/api/types/InitializeConnectionMulti.d.ts +18 -0
- package/api/types/InitializeConnectionMulti.js +3 -0
- package/api/types/InputAudioChunkPayload.d.ts +15 -0
- package/api/types/InputAudioChunkPayload.js +3 -0
- package/api/types/InvoiceResponse.d.ts +1 -1
- package/api/types/KeepContextAlive.d.ts +9 -0
- package/api/types/KeepContextAlive.js +3 -0
- package/api/types/NonStreamingOutputFormats.d.ts +10 -0
- package/api/types/NonStreamingOutputFormats.js +13 -0
- package/api/types/NormalizedAlignment.d.ts +25 -0
- package/api/types/NormalizedAlignment.js +3 -0
- package/api/types/PartialTranscriptPayload.d.ts +9 -0
- package/api/types/PartialTranscriptPayload.js +3 -0
- package/api/types/PermissionType.d.ts +6 -0
- package/api/types/PermissionType.js +6 -0
- package/api/types/ProcedureDraftRef.d.ts +4 -0
- package/api/types/ProcedureDraftRef.js +3 -0
- package/api/types/ProcedureVersionRef.d.ts +6 -0
- package/api/types/ProcedureVersionRef.js +3 -0
- package/api/types/ProjectExternalAudioResponseModel.d.ts +1 -0
- package/api/types/ProjectMutedTracksResponseModel.d.ts +4 -0
- package/api/types/ProjectMutedTracksResponseModel.js +3 -0
- package/api/types/ProjectVideoResponseModel.d.ts +1 -0
- package/api/types/PronunciationDictionaryLocator.d.ts +9 -0
- package/api/types/PronunciationDictionaryLocator.js +3 -0
- package/api/types/RealtimeVoiceSettings.d.ts +12 -0
- package/api/types/RealtimeVoiceSettings.js +3 -0
- package/api/types/ResponseFilterMode.d.ts +6 -0
- package/api/types/ResponseFilterMode.js +9 -0
- package/api/types/ScribeAuthErrorPayload.d.ts +9 -0
- package/api/types/ScribeAuthErrorPayload.js +3 -0
- package/api/types/ScribeChunkSizeExceededErrorPayload.d.ts +9 -0
- package/api/types/ScribeChunkSizeExceededErrorPayload.js +3 -0
- package/api/types/ScribeErrorPayload.d.ts +9 -0
- package/api/types/ScribeErrorPayload.js +3 -0
- package/api/types/ScribeInputErrorPayload.d.ts +9 -0
- package/api/types/ScribeInputErrorPayload.js +3 -0
- package/api/types/ScribeInsufficientAudioActivityErrorPayload.d.ts +9 -0
- package/api/types/ScribeInsufficientAudioActivityErrorPayload.js +3 -0
- package/api/types/ScribeQueueOverflowErrorPayload.d.ts +9 -0
- package/api/types/ScribeQueueOverflowErrorPayload.js +3 -0
- package/api/types/ScribeQuotaExceededErrorPayload.d.ts +9 -0
- package/api/types/ScribeQuotaExceededErrorPayload.js +3 -0
- package/api/types/ScribeRateLimitedErrorPayload.d.ts +9 -0
- package/api/types/ScribeRateLimitedErrorPayload.js +3 -0
- package/api/types/ScribeResourceExhaustedErrorPayload.d.ts +9 -0
- package/api/types/ScribeResourceExhaustedErrorPayload.js +3 -0
- package/api/types/ScribeSessionTimeLimitExceededErrorPayload.d.ts +9 -0
- package/api/types/ScribeSessionTimeLimitExceededErrorPayload.js +3 -0
- package/api/types/ScribeThrottledErrorPayload.d.ts +9 -0
- package/api/types/ScribeThrottledErrorPayload.js +3 -0
- package/api/types/ScribeTranscriberErrorPayload.d.ts +9 -0
- package/api/types/ScribeTranscriberErrorPayload.js +3 -0
- package/api/types/ScribeUnacceptedTermsErrorPayload.d.ts +9 -0
- package/api/types/ScribeUnacceptedTermsErrorPayload.js +3 -0
- package/api/types/SeatType.d.ts +1 -0
- package/api/types/SeatType.js +1 -0
- package/api/types/SendText.d.ts +29 -0
- package/api/types/SendText.js +3 -0
- package/api/types/SendTextMulti.d.ts +11 -0
- package/api/types/SendTextMulti.js +3 -0
- package/api/types/SessionStartedPayload.d.ts +12 -0
- package/api/types/SessionStartedPayload.js +3 -0
- package/api/types/SessionStartedPayloadConfig.d.ts +29 -0
- package/api/types/SessionStartedPayloadConfig.js +3 -0
- package/api/types/SessionStartedPayloadConfigCommitStrategy.d.ts +6 -0
- package/api/types/SessionStartedPayloadConfigCommitStrategy.js +9 -0
- package/api/types/SongMetadata.d.ts +0 -4
- package/api/types/SystemToolConfigInput.d.ts +2 -0
- package/api/types/SystemToolConfigOutput.d.ts +2 -0
- package/api/types/TestFromConversationMetadataInput.d.ts +1 -0
- package/api/types/TestFromConversationMetadataOutput.d.ts +1 -0
- package/api/types/TextToSpeechApplyTextNormalizationEnum.d.ts +7 -0
- package/api/types/TextToSpeechApplyTextNormalizationEnum.js +10 -0
- package/api/types/TextToSpeechOutputFormatEnum.d.ts +22 -0
- package/api/types/TextToSpeechOutputFormatEnum.js +25 -0
- package/api/types/ToolErrorHandlingMode.d.ts +8 -0
- package/api/types/ToolErrorHandlingMode.js +11 -0
- package/api/types/TranscriptionWord.d.ts +20 -0
- package/api/types/TranscriptionWord.js +3 -0
- package/api/types/TranscriptionWordType.d.ts +6 -0
- package/api/types/TranscriptionWordType.js +9 -0
- package/api/types/TransferBranchInfoDefaultingToMain.d.ts +3 -0
- package/api/types/TransferBranchInfoDefaultingToMain.js +3 -0
- package/api/types/TransferBranchInfoTrafficSplit.d.ts +4 -0
- package/api/types/TransferBranchInfoTrafficSplit.js +3 -0
- package/api/types/TransferToAgentToolResultSuccessModel.d.ts +2 -0
- package/api/types/TransferToAgentToolResultSuccessModelBranchInfo.d.ts +10 -0
- package/api/types/TransferToAgentToolResultSuccessModelBranchInfo.js +3 -0
- package/api/types/TtsConversationalConfigInput.d.ts +2 -0
- package/api/types/TtsConversationalConfigOutput.d.ts +2 -0
- package/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +2 -0
- package/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +2 -0
- package/api/types/TtsConversationalModel.d.ts +1 -0
- package/api/types/TtsConversationalModel.js +1 -0
- package/api/types/TtsModelFamily.d.ts +1 -0
- package/api/types/TtsModelFamily.js +1 -0
- package/api/types/TurnConfig.d.ts +2 -0
- package/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/api/types/TurnModel.d.ts +6 -0
- package/api/types/TurnModel.js +9 -0
- package/api/types/UnitTestCommonModel.d.ts +2 -0
- package/api/types/UnitTestToolCallEvaluationModelInput.d.ts +2 -0
- package/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +2 -0
- package/api/types/UnitTestWorkflowNodeTransitionEvaluationNodeId.d.ts +7 -0
- package/api/types/UnitTestWorkflowNodeTransitionEvaluationNodeId.js +3 -0
- package/api/types/User.d.ts +2 -0
- package/api/types/WebhookToolConfigInput.d.ts +2 -0
- package/api/types/WebhookToolConfigOutput.d.ts +2 -0
- package/api/types/WebsocketTtsClientMessageMulti.d.ts +31 -0
- package/api/types/WebsocketTtsClientMessageMulti.js +3 -0
- package/api/types/WebsocketTtsServerMessageMulti.d.ts +14 -0
- package/api/types/WebsocketTtsServerMessageMulti.js +3 -0
- package/api/types/WhatsAppConversationInfo.d.ts +1 -0
- package/api/types/WhatsAppOutboundMessageResponse.d.ts +3 -0
- package/api/types/WhatsAppOutboundMessageResponse.js +3 -0
- package/api/types/WhatsAppTemplateBodyComponentParams.d.ts +4 -0
- package/api/types/WhatsAppTemplateBodyComponentParams.js +3 -0
- package/api/types/WhatsAppTemplateButtonComponentParams.d.ts +6 -0
- package/api/types/WhatsAppTemplateButtonComponentParams.js +3 -0
- package/api/types/WhatsAppTemplateDocumentParam.d.ts +4 -0
- package/api/types/WhatsAppTemplateDocumentParam.js +3 -0
- package/api/types/WhatsAppTemplateDocumentParamDetails.d.ts +4 -0
- package/api/types/WhatsAppTemplateDocumentParamDetails.js +3 -0
- package/api/types/WhatsAppTemplateHeaderComponentParams.d.ts +4 -0
- package/api/types/WhatsAppTemplateHeaderComponentParams.js +3 -0
- package/api/types/WhatsAppTemplateHeaderComponentParamsParametersItem.d.ts +16 -0
- package/api/types/WhatsAppTemplateHeaderComponentParamsParametersItem.js +3 -0
- package/api/types/WhatsAppTemplateImageParam.d.ts +4 -0
- package/api/types/WhatsAppTemplateImageParam.js +3 -0
- package/api/types/WhatsAppTemplateImageParamDetails.d.ts +3 -0
- package/api/types/WhatsAppTemplateImageParamDetails.js +3 -0
- package/api/types/WhatsAppTemplateLocationParam.d.ts +4 -0
- package/api/types/WhatsAppTemplateLocationParam.js +3 -0
- package/api/types/WhatsAppTemplateLocationParamDetails.d.ts +6 -0
- package/api/types/WhatsAppTemplateLocationParamDetails.js +3 -0
- package/api/types/WhatsAppTemplateTextParam.d.ts +5 -0
- package/api/types/WhatsAppTemplateTextParam.js +3 -0
- package/api/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +1 -1
- package/api/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +1 -1
- package/api/types/WorkspaceResourceType.d.ts +1 -0
- package/api/types/WorkspaceResourceType.js +1 -0
- package/api/types/index.d.ts +74 -5
- package/api/types/index.js +74 -5
- package/dist/BaseClient.js +2 -2
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/index.js +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/types/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/types/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +6 -2
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +18 -6
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/SecretsListRequest.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/SecretsListRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/client/Client.d.ts +25 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/client/Client.js +75 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/client/requests/BodySendAnOutboundMessageViaWhatsAppV1ConvaiWhatsappOutboundMessagePost.d.ts +26 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/client/requests/BodySendAnOutboundMessageViaWhatsAppV1ConvaiWhatsappOutboundMessagePost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/index.js +1 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/types/BodySendAnOutboundMessageViaWhatsAppV1ConvaiWhatsappOutboundMessagePostTemplateParamsItem.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/types/BodySendAnOutboundMessageViaWhatsAppV1ConvaiWhatsappOutboundMessagePostTemplateParamsItem.js +3 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/types/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/types/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.d.ts +12 -29
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +49 -118
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.d.ts +0 -1
- package/dist/api/resources/index.d.ts +6 -0
- package/dist/api/resources/index.js +7 -1
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
- package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/client/Client.d.ts +13 -0
- package/dist/api/resources/studio/resources/projects/client/Client.js +60 -0
- package/dist/api/resources/textToDialogue/client/Client.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/Client.js +3 -7
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +4 -4
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +3 -3
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +32 -0
- package/dist/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +35 -0
- package/dist/api/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +32 -0
- package/dist/api/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.js +35 -0
- package/dist/api/resources/textToDialogue/types/index.d.ts +2 -0
- package/dist/api/resources/textToDialogue/types/index.js +2 -0
- package/dist/api/resources/v1SpeechToTextRealtime/index.d.ts +1 -0
- package/dist/api/resources/v1SpeechToTextRealtime/index.js +17 -0
- package/dist/api/resources/v1SpeechToTextRealtime/types/ReceiveTranscription.d.ts +5 -0
- package/dist/api/resources/v1SpeechToTextRealtime/types/ReceiveTranscription.js +3 -0
- package/dist/api/resources/v1SpeechToTextRealtime/types/TextToSpeechCommitStrategy.d.ts +6 -0
- package/{api/types/BanReasonType.js → dist/api/resources/v1SpeechToTextRealtime/types/TextToSpeechCommitStrategy.js} +4 -3
- package/dist/api/resources/v1SpeechToTextRealtime/types/index.d.ts +2 -0
- package/dist/api/resources/v1SpeechToTextRealtime/types/index.js +18 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.d.ts +1 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.js +17 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.d.ts +5 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.js +3 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.d.ts +5 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.js +3 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.d.ts +2 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.js +18 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/index.d.ts +1 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/index.js +17 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.d.ts +5 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.js +3 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.d.ts +5 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.js +3 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.d.ts +2 -0
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.js +18 -0
- package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.d.ts +2 -2
- package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -2
- package/dist/api/resources/workspace/resources/invites/client/Client.d.ts +3 -3
- package/dist/api/resources/workspace/resources/invites/client/Client.js +3 -3
- package/dist/api/types/AgentTransfer.d.ts +1 -0
- package/dist/api/types/Alignment.d.ts +25 -0
- package/dist/api/types/Alignment.js +3 -0
- package/dist/api/types/AlignmentGuardrail.d.ts +3 -0
- package/dist/api/types/AlignmentGuardrail.js +3 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesInput.d.ts +2 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +2 -0
- package/dist/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +2 -0
- package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +2 -0
- package/dist/api/types/AudioFormatEnum.d.ts +11 -0
- package/dist/api/types/AudioFormatEnum.js +14 -0
- package/dist/api/types/AudioOutput.d.ts +10 -0
- package/dist/api/types/AudioOutput.js +3 -0
- package/dist/api/types/AudioOutputMulti.d.ts +12 -0
- package/dist/api/types/AudioOutputMulti.js +3 -0
- package/dist/api/types/AuthSettings.d.ts +2 -0
- package/dist/api/types/CanvasPlacement.d.ts +2 -2
- package/dist/api/types/ClientToolConfigInput.d.ts +2 -0
- package/dist/api/types/ClientToolConfigOutput.d.ts +2 -0
- package/dist/api/types/CloseConnection.d.ts +4 -0
- package/dist/api/types/CloseConnection.js +3 -0
- package/dist/api/types/CloseContext.d.ts +9 -0
- package/dist/api/types/CloseContext.js +3 -0
- package/dist/api/types/CloseSocket.d.ts +7 -0
- package/dist/api/types/CloseSocket.js +3 -0
- package/dist/api/types/CommittedTranscriptPayload.d.ts +9 -0
- package/dist/api/types/CommittedTranscriptPayload.js +3 -0
- package/dist/api/types/CommittedTranscriptWithTimestampsPayload.d.ts +14 -0
- package/dist/api/types/CommittedTranscriptWithTimestampsPayload.js +3 -0
- package/dist/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/dist/api/types/{ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts → ConversationHistoryTranscriptSystemToolResultCommonModelInput.d.ts} +3 -2
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.js +3 -0
- package/dist/api/types/{ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts → ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts} +2 -2
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.js +3 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.d.ts +14 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.js +3 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +40 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.js +3 -0
- package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/dist/api/types/ConversationInitiationSource.d.ts +1 -0
- package/dist/api/types/ConversationInitiationSource.js +1 -0
- package/dist/api/types/ConversationTurnMetrics.d.ts +2 -0
- package/dist/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +2 -2
- package/dist/api/types/CreateTwilioPhoneNumberRequest.d.ts +2 -2
- package/dist/api/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/dist/api/types/DynamicVariableAssignment.d.ts +2 -0
- package/dist/api/types/FinalOutput.d.ts +4 -0
- package/dist/api/types/FinalOutput.js +3 -0
- package/dist/api/types/FinalOutputMulti.d.ts +9 -0
- package/dist/api/types/FinalOutputMulti.js +3 -0
- package/dist/api/types/FlushContext.d.ts +11 -0
- package/dist/api/types/FlushContext.js +3 -0
- package/dist/api/types/GenerationConfig.d.ts +30 -0
- package/dist/api/types/GenerationConfig.js +3 -0
- package/dist/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -2
- package/dist/api/types/GetPhoneNumberTwilioResponseModel.d.ts +2 -2
- package/dist/api/types/GetUnitTestResponseModel.d.ts +2 -0
- package/dist/api/types/GetWorkspaceSecretsResponseModel.d.ts +4 -0
- package/dist/api/types/GuardrailsV1Input.d.ts +1 -0
- package/dist/api/types/GuardrailsV1Output.d.ts +1 -0
- package/dist/api/types/InitialiseContext.d.ts +18 -0
- package/dist/api/types/InitialiseContext.js +3 -0
- package/dist/api/types/InitializeConnection.d.ts +18 -0
- package/dist/api/types/InitializeConnection.js +3 -0
- package/dist/api/types/InitializeConnectionMulti.d.ts +18 -0
- package/dist/api/types/InitializeConnectionMulti.js +3 -0
- package/dist/api/types/InputAudioChunkPayload.d.ts +15 -0
- package/dist/api/types/InputAudioChunkPayload.js +3 -0
- package/dist/api/types/InvoiceResponse.d.ts +1 -1
- package/dist/api/types/KeepContextAlive.d.ts +9 -0
- package/dist/api/types/KeepContextAlive.js +3 -0
- package/dist/api/types/NonStreamingOutputFormats.d.ts +10 -0
- package/dist/api/types/NonStreamingOutputFormats.js +13 -0
- package/dist/api/types/NormalizedAlignment.d.ts +25 -0
- package/dist/api/types/NormalizedAlignment.js +3 -0
- package/dist/api/types/PartialTranscriptPayload.d.ts +9 -0
- package/dist/api/types/PartialTranscriptPayload.js +3 -0
- package/dist/api/types/PermissionType.d.ts +6 -0
- package/dist/api/types/PermissionType.js +6 -0
- package/dist/api/types/ProcedureDraftRef.d.ts +4 -0
- package/dist/api/types/ProcedureDraftRef.js +3 -0
- package/dist/api/types/ProcedureVersionRef.d.ts +6 -0
- package/dist/api/types/ProcedureVersionRef.js +3 -0
- package/dist/api/types/ProjectExternalAudioResponseModel.d.ts +1 -0
- package/dist/api/types/ProjectMutedTracksResponseModel.d.ts +4 -0
- package/dist/api/types/ProjectMutedTracksResponseModel.js +3 -0
- package/dist/api/types/ProjectVideoResponseModel.d.ts +1 -0
- package/dist/api/types/PronunciationDictionaryLocator.d.ts +9 -0
- package/dist/api/types/PronunciationDictionaryLocator.js +3 -0
- package/dist/api/types/RealtimeVoiceSettings.d.ts +12 -0
- package/dist/api/types/RealtimeVoiceSettings.js +3 -0
- package/dist/api/types/ResponseFilterMode.d.ts +6 -0
- package/dist/api/types/ResponseFilterMode.js +9 -0
- package/dist/api/types/ScribeAuthErrorPayload.d.ts +9 -0
- package/dist/api/types/ScribeAuthErrorPayload.js +3 -0
- package/dist/api/types/ScribeChunkSizeExceededErrorPayload.d.ts +9 -0
- package/dist/api/types/ScribeChunkSizeExceededErrorPayload.js +3 -0
- package/dist/api/types/ScribeErrorPayload.d.ts +9 -0
- package/dist/api/types/ScribeErrorPayload.js +3 -0
- package/dist/api/types/ScribeInputErrorPayload.d.ts +9 -0
- package/dist/api/types/ScribeInputErrorPayload.js +3 -0
- package/dist/api/types/ScribeInsufficientAudioActivityErrorPayload.d.ts +9 -0
- package/dist/api/types/ScribeInsufficientAudioActivityErrorPayload.js +3 -0
- package/dist/api/types/ScribeQueueOverflowErrorPayload.d.ts +9 -0
- package/dist/api/types/ScribeQueueOverflowErrorPayload.js +3 -0
- package/dist/api/types/ScribeQuotaExceededErrorPayload.d.ts +9 -0
- package/dist/api/types/ScribeQuotaExceededErrorPayload.js +3 -0
- package/dist/api/types/ScribeRateLimitedErrorPayload.d.ts +9 -0
- package/dist/api/types/ScribeRateLimitedErrorPayload.js +3 -0
- package/dist/api/types/ScribeResourceExhaustedErrorPayload.d.ts +9 -0
- package/dist/api/types/ScribeResourceExhaustedErrorPayload.js +3 -0
- package/dist/api/types/ScribeSessionTimeLimitExceededErrorPayload.d.ts +9 -0
- package/dist/api/types/ScribeSessionTimeLimitExceededErrorPayload.js +3 -0
- package/dist/api/types/ScribeThrottledErrorPayload.d.ts +9 -0
- package/dist/api/types/ScribeThrottledErrorPayload.js +3 -0
- package/dist/api/types/ScribeTranscriberErrorPayload.d.ts +9 -0
- package/dist/api/types/ScribeTranscriberErrorPayload.js +3 -0
- package/dist/api/types/ScribeUnacceptedTermsErrorPayload.d.ts +9 -0
- package/dist/api/types/ScribeUnacceptedTermsErrorPayload.js +3 -0
- package/dist/api/types/SeatType.d.ts +1 -0
- package/dist/api/types/SeatType.js +1 -0
- package/dist/api/types/SendText.d.ts +29 -0
- package/dist/api/types/SendText.js +3 -0
- package/dist/api/types/SendTextMulti.d.ts +11 -0
- package/dist/api/types/SendTextMulti.js +3 -0
- package/dist/api/types/SessionStartedPayload.d.ts +12 -0
- package/dist/api/types/SessionStartedPayload.js +3 -0
- package/dist/api/types/SessionStartedPayloadConfig.d.ts +29 -0
- package/dist/api/types/SessionStartedPayloadConfig.js +3 -0
- package/dist/api/types/SessionStartedPayloadConfigCommitStrategy.d.ts +6 -0
- package/dist/api/types/SessionStartedPayloadConfigCommitStrategy.js +9 -0
- package/dist/api/types/SongMetadata.d.ts +0 -4
- package/dist/api/types/SystemToolConfigInput.d.ts +2 -0
- package/dist/api/types/SystemToolConfigOutput.d.ts +2 -0
- package/dist/api/types/TestFromConversationMetadataInput.d.ts +1 -0
- package/dist/api/types/TestFromConversationMetadataOutput.d.ts +1 -0
- package/dist/api/types/TextToSpeechApplyTextNormalizationEnum.d.ts +7 -0
- package/dist/api/types/TextToSpeechApplyTextNormalizationEnum.js +10 -0
- package/dist/api/types/TextToSpeechOutputFormatEnum.d.ts +22 -0
- package/dist/api/types/TextToSpeechOutputFormatEnum.js +25 -0
- package/dist/api/types/ToolErrorHandlingMode.d.ts +8 -0
- package/dist/api/types/ToolErrorHandlingMode.js +11 -0
- package/dist/api/types/TranscriptionWord.d.ts +20 -0
- package/dist/api/types/TranscriptionWord.js +3 -0
- package/dist/api/types/TranscriptionWordType.d.ts +6 -0
- package/dist/api/types/TranscriptionWordType.js +9 -0
- package/dist/api/types/TransferBranchInfoDefaultingToMain.d.ts +3 -0
- package/dist/api/types/TransferBranchInfoDefaultingToMain.js +3 -0
- package/dist/api/types/TransferBranchInfoTrafficSplit.d.ts +4 -0
- package/dist/api/types/TransferBranchInfoTrafficSplit.js +3 -0
- package/dist/api/types/TransferToAgentToolResultSuccessModel.d.ts +2 -0
- package/dist/api/types/TransferToAgentToolResultSuccessModelBranchInfo.d.ts +10 -0
- package/dist/api/types/TransferToAgentToolResultSuccessModelBranchInfo.js +3 -0
- package/dist/api/types/TtsConversationalConfigInput.d.ts +2 -0
- package/dist/api/types/TtsConversationalConfigOutput.d.ts +2 -0
- package/dist/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +2 -0
- package/dist/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +2 -0
- package/dist/api/types/TtsConversationalModel.d.ts +1 -0
- package/dist/api/types/TtsConversationalModel.js +1 -0
- package/dist/api/types/TtsModelFamily.d.ts +1 -0
- package/dist/api/types/TtsModelFamily.js +1 -0
- package/dist/api/types/TurnConfig.d.ts +2 -0
- package/dist/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/TurnModel.d.ts +6 -0
- package/dist/api/types/TurnModel.js +9 -0
- package/dist/api/types/UnitTestCommonModel.d.ts +2 -0
- package/dist/api/types/UnitTestToolCallEvaluationModelInput.d.ts +2 -0
- package/dist/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +2 -0
- package/dist/api/types/UnitTestWorkflowNodeTransitionEvaluationNodeId.d.ts +7 -0
- package/dist/api/types/UnitTestWorkflowNodeTransitionEvaluationNodeId.js +3 -0
- package/dist/api/types/User.d.ts +2 -0
- package/dist/api/types/WebhookToolConfigInput.d.ts +2 -0
- package/dist/api/types/WebhookToolConfigOutput.d.ts +2 -0
- package/dist/api/types/WebsocketTtsClientMessageMulti.d.ts +31 -0
- package/dist/api/types/WebsocketTtsClientMessageMulti.js +3 -0
- package/dist/api/types/WebsocketTtsServerMessageMulti.d.ts +14 -0
- package/dist/api/types/WebsocketTtsServerMessageMulti.js +3 -0
- package/dist/api/types/WhatsAppConversationInfo.d.ts +1 -0
- package/dist/api/types/WhatsAppOutboundMessageResponse.d.ts +3 -0
- package/dist/api/types/WhatsAppOutboundMessageResponse.js +3 -0
- package/dist/api/types/WhatsAppTemplateBodyComponentParams.d.ts +4 -0
- package/dist/api/types/WhatsAppTemplateBodyComponentParams.js +3 -0
- package/dist/api/types/WhatsAppTemplateButtonComponentParams.d.ts +6 -0
- package/dist/api/types/WhatsAppTemplateButtonComponentParams.js +3 -0
- package/dist/api/types/WhatsAppTemplateDocumentParam.d.ts +4 -0
- package/dist/api/types/WhatsAppTemplateDocumentParam.js +3 -0
- package/dist/api/types/WhatsAppTemplateDocumentParamDetails.d.ts +4 -0
- package/dist/api/types/WhatsAppTemplateDocumentParamDetails.js +3 -0
- package/dist/api/types/WhatsAppTemplateHeaderComponentParams.d.ts +4 -0
- package/dist/api/types/WhatsAppTemplateHeaderComponentParams.js +3 -0
- package/dist/api/types/WhatsAppTemplateHeaderComponentParamsParametersItem.d.ts +16 -0
- package/dist/api/types/WhatsAppTemplateHeaderComponentParamsParametersItem.js +3 -0
- package/dist/api/types/WhatsAppTemplateImageParam.d.ts +4 -0
- package/dist/api/types/WhatsAppTemplateImageParam.js +3 -0
- package/dist/api/types/WhatsAppTemplateImageParamDetails.d.ts +3 -0
- package/dist/api/types/WhatsAppTemplateImageParamDetails.js +3 -0
- package/dist/api/types/WhatsAppTemplateLocationParam.d.ts +4 -0
- package/dist/api/types/WhatsAppTemplateLocationParam.js +3 -0
- package/dist/api/types/WhatsAppTemplateLocationParamDetails.d.ts +6 -0
- package/dist/api/types/WhatsAppTemplateLocationParamDetails.js +3 -0
- package/dist/api/types/WhatsAppTemplateTextParam.d.ts +5 -0
- package/dist/api/types/WhatsAppTemplateTextParam.js +3 -0
- package/dist/api/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +1 -1
- package/dist/api/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +1 -1
- package/dist/api/types/WorkspaceResourceType.d.ts +1 -0
- package/dist/api/types/WorkspaceResourceType.js +1 -0
- package/dist/api/types/index.d.ts +74 -5
- package/dist/api/types/index.js +74 -5
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +2 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/index.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.d.ts +9 -0
- package/dist/serialization/resources/conversationalAi/resources/{whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.js → agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.js} +5 -7
- package/dist/serialization/resources/conversationalAi/resources/agents/types/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/types/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/index.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/index.js +2 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsapp/client/requests/BodySendAnOutboundMessageViaWhatsAppV1ConvaiWhatsappOutboundMessagePost.d.ts +17 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsapp/client/requests/BodySendAnOutboundMessageViaWhatsAppV1ConvaiWhatsappOutboundMessagePost.js +49 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsapp/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsapp/client/requests/index.js +3 -1
- package/dist/serialization/resources/conversationalAi/resources/whatsapp/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsapp/index.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsapp/types/BodySendAnOutboundMessageViaWhatsAppV1ConvaiWhatsappOutboundMessagePostTemplateParamsItem.d.ts +19 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsapp/types/BodySendAnOutboundMessageViaWhatsAppV1ConvaiWhatsappOutboundMessagePostTemplateParamsItem.js +51 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsapp/types/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsapp/types/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.js +1 -3
- package/dist/serialization/resources/index.d.ts +6 -0
- package/dist/serialization/resources/index.js +7 -1
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +7 -0
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +68 -0
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +7 -0
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.js +68 -0
- package/dist/serialization/resources/textToDialogue/types/index.d.ts +2 -0
- package/dist/serialization/resources/textToDialogue/types/index.js +2 -0
- package/dist/serialization/resources/v1SpeechToTextRealtime/index.d.ts +1 -0
- package/dist/serialization/resources/v1SpeechToTextRealtime/index.js +17 -0
- package/dist/serialization/resources/v1SpeechToTextRealtime/types/ReceiveTranscription.d.ts +24 -0
- package/dist/serialization/resources/v1SpeechToTextRealtime/types/ReceiveTranscription.js +74 -0
- package/dist/serialization/resources/v1SpeechToTextRealtime/types/TextToSpeechCommitStrategy.d.ts +7 -0
- package/dist/serialization/resources/v1SpeechToTextRealtime/types/TextToSpeechCommitStrategy.js +39 -0
- package/dist/serialization/resources/v1SpeechToTextRealtime/types/index.d.ts +2 -0
- package/dist/serialization/resources/v1SpeechToTextRealtime/types/index.js +18 -0
- package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.d.ts +1 -0
- package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.js +17 -0
- package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.d.ts +9 -0
- package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.js +41 -0
- package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.d.ts +14 -0
- package/{serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.js → dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.js} +18 -7
- package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.d.ts +2 -0
- package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.js +18 -0
- package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/index.d.ts +1 -0
- package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/index.js +17 -0
- package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.d.ts +9 -0
- package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.js +41 -0
- package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.d.ts +10 -0
- package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.js +42 -0
- package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/index.d.ts +2 -0
- package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/index.js +18 -0
- package/dist/serialization/types/AgentTransfer.d.ts +1 -0
- package/dist/serialization/types/AgentTransfer.js +1 -0
- package/dist/serialization/types/Alignment.d.ts +11 -0
- package/dist/serialization/types/Alignment.js +43 -0
- package/dist/serialization/types/AlignmentGuardrail.d.ts +9 -0
- package/dist/serialization/types/AlignmentGuardrail.js +41 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +3 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.js +3 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +3 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.js +3 -0
- 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/AudioFormatEnum.d.ts +7 -0
- package/dist/serialization/types/AudioFormatEnum.js +47 -0
- package/dist/serialization/types/AudioOutput.d.ts +13 -0
- package/dist/serialization/types/AudioOutput.js +45 -0
- package/dist/serialization/types/AudioOutputMulti.d.ts +14 -0
- package/dist/serialization/types/AudioOutputMulti.js +46 -0
- package/dist/serialization/types/AuthSettings.d.ts +1 -0
- package/dist/serialization/types/AuthSettings.js +1 -0
- package/dist/serialization/types/CanvasPlacement.d.ts +2 -2
- package/dist/serialization/types/CanvasPlacement.js +2 -2
- 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/CloseConnection.d.ts +9 -0
- package/dist/serialization/types/CloseConnection.js +41 -0
- package/dist/serialization/types/CloseContext.d.ts +10 -0
- package/dist/serialization/types/CloseContext.js +42 -0
- package/dist/serialization/types/CloseSocket.d.ts +9 -0
- package/dist/serialization/types/CloseSocket.js +41 -0
- package/dist/serialization/types/CommittedTranscriptPayload.d.ts +10 -0
- package/dist/serialization/types/CommittedTranscriptPayload.js +42 -0
- package/dist/serialization/types/CommittedTranscriptWithTimestampsPayload.d.ts +13 -0
- package/dist/serialization/types/CommittedTranscriptWithTimestampsPayload.js +45 -0
- package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.js +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.js +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -0
- package/dist/serialization/types/{ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts → ConversationHistoryTranscriptSystemToolResultCommonModelInput.d.ts} +5 -4
- package/dist/serialization/types/{ConversationHistoryTranscriptSystemToolResultCommonModel.js → ConversationHistoryTranscriptSystemToolResultCommonModelInput.js} +5 -4
- package/{serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts → dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts} +3 -3
- package/dist/serialization/types/{ConversationHistoryTranscriptSystemToolResultCommonModelResult.js → ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.js} +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.d.ts +21 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.js +53 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +55 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.js +69 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -0
- package/dist/serialization/types/ConversationInitiationSource.d.ts +1 -1
- package/dist/serialization/types/ConversationInitiationSource.js +1 -0
- package/dist/serialization/types/ConversationTurnMetrics.d.ts +2 -0
- package/dist/serialization/types/ConversationTurnMetrics.js +2 -0
- package/dist/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/dist/serialization/types/DirectPublishingReadResponseModel.js +1 -0
- package/dist/serialization/types/DynamicVariableAssignment.d.ts +1 -0
- package/dist/serialization/types/DynamicVariableAssignment.js +1 -0
- package/dist/serialization/types/FinalOutput.d.ts +9 -0
- package/dist/serialization/types/FinalOutput.js +41 -0
- package/dist/serialization/types/FinalOutputMulti.d.ts +10 -0
- package/dist/serialization/types/FinalOutputMulti.js +42 -0
- package/dist/serialization/types/FlushContext.d.ts +11 -0
- package/dist/serialization/types/FlushContext.js +43 -0
- package/dist/serialization/types/GenerationConfig.d.ts +9 -0
- package/dist/serialization/types/GenerationConfig.js +41 -0
- package/dist/serialization/types/GetUnitTestResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetUnitTestResponseModel.js +1 -0
- package/dist/serialization/types/GetWorkspaceSecretsResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetWorkspaceSecretsResponseModel.js +2 -0
- package/dist/serialization/types/GuardrailsV1Input.d.ts +2 -0
- package/dist/serialization/types/GuardrailsV1Input.js +2 -0
- package/dist/serialization/types/GuardrailsV1Output.d.ts +2 -0
- package/dist/serialization/types/GuardrailsV1Output.js +2 -0
- package/dist/serialization/types/InitialiseContext.d.ts +18 -0
- package/dist/serialization/types/InitialiseContext.js +50 -0
- package/dist/serialization/types/InitializeConnection.d.ts +17 -0
- package/dist/serialization/types/InitializeConnection.js +49 -0
- package/dist/serialization/types/InitializeConnectionMulti.d.ts +18 -0
- package/dist/serialization/types/InitializeConnectionMulti.js +50 -0
- package/dist/serialization/types/InputAudioChunkPayload.d.ts +13 -0
- package/dist/serialization/types/InputAudioChunkPayload.js +45 -0
- package/dist/serialization/types/KeepContextAlive.d.ts +10 -0
- package/dist/serialization/types/KeepContextAlive.js +42 -0
- package/dist/serialization/types/NonStreamingOutputFormats.d.ts +7 -0
- package/dist/serialization/types/NonStreamingOutputFormats.js +47 -0
- package/dist/serialization/types/NormalizedAlignment.d.ts +11 -0
- package/dist/serialization/types/NormalizedAlignment.js +43 -0
- package/dist/serialization/types/PartialTranscriptPayload.d.ts +10 -0
- package/dist/serialization/types/PartialTranscriptPayload.js +42 -0
- package/dist/serialization/types/PermissionType.d.ts +1 -1
- package/dist/serialization/types/PermissionType.js +6 -0
- package/dist/serialization/types/ProcedureDraftRef.d.ts +9 -0
- package/dist/serialization/types/ProcedureDraftRef.js +41 -0
- package/dist/serialization/types/ProcedureVersionRef.d.ts +10 -0
- package/dist/serialization/types/ProcedureVersionRef.js +42 -0
- package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +1 -0
- package/dist/serialization/types/ProjectExternalAudioResponseModel.js +1 -0
- package/dist/serialization/types/ProjectMutedTracksResponseModel.d.ts +9 -0
- package/dist/serialization/types/ProjectMutedTracksResponseModel.js +41 -0
- package/dist/serialization/types/ProjectVideoResponseModel.d.ts +1 -0
- package/dist/serialization/types/ProjectVideoResponseModel.js +1 -0
- package/dist/serialization/types/PronunciationDictionaryLocator.d.ts +10 -0
- package/dist/serialization/types/PronunciationDictionaryLocator.js +42 -0
- package/dist/serialization/types/RealtimeVoiceSettings.d.ts +13 -0
- package/dist/serialization/types/RealtimeVoiceSettings.js +45 -0
- package/dist/serialization/types/ResponseFilterMode.d.ts +7 -0
- package/dist/serialization/types/{DubbingReleaseChannel.js → ResponseFilterMode.js} +2 -2
- package/dist/serialization/types/ScribeAuthErrorPayload.d.ts +10 -0
- package/dist/serialization/types/ScribeAuthErrorPayload.js +42 -0
- package/dist/serialization/types/ScribeChunkSizeExceededErrorPayload.d.ts +10 -0
- package/dist/serialization/types/ScribeChunkSizeExceededErrorPayload.js +42 -0
- package/dist/serialization/types/ScribeErrorPayload.d.ts +10 -0
- package/dist/serialization/types/ScribeErrorPayload.js +42 -0
- package/dist/serialization/types/ScribeInputErrorPayload.d.ts +10 -0
- package/dist/serialization/types/ScribeInputErrorPayload.js +42 -0
- package/dist/serialization/types/ScribeInsufficientAudioActivityErrorPayload.d.ts +10 -0
- package/dist/serialization/types/ScribeInsufficientAudioActivityErrorPayload.js +42 -0
- package/dist/serialization/types/ScribeQueueOverflowErrorPayload.d.ts +10 -0
- package/dist/serialization/types/ScribeQueueOverflowErrorPayload.js +42 -0
- package/dist/serialization/types/ScribeQuotaExceededErrorPayload.d.ts +10 -0
- package/dist/serialization/types/ScribeQuotaExceededErrorPayload.js +42 -0
- package/dist/serialization/types/ScribeRateLimitedErrorPayload.d.ts +10 -0
- package/dist/serialization/types/ScribeRateLimitedErrorPayload.js +42 -0
- package/dist/serialization/types/ScribeResourceExhaustedErrorPayload.d.ts +10 -0
- package/dist/serialization/types/ScribeResourceExhaustedErrorPayload.js +42 -0
- package/dist/serialization/types/ScribeSessionTimeLimitExceededErrorPayload.d.ts +10 -0
- package/dist/serialization/types/ScribeSessionTimeLimitExceededErrorPayload.js +42 -0
- package/dist/serialization/types/ScribeThrottledErrorPayload.d.ts +10 -0
- package/dist/serialization/types/ScribeThrottledErrorPayload.js +42 -0
- package/dist/serialization/types/ScribeTranscriberErrorPayload.d.ts +10 -0
- package/dist/serialization/types/ScribeTranscriberErrorPayload.js +42 -0
- package/dist/serialization/types/ScribeUnacceptedTermsErrorPayload.d.ts +10 -0
- package/dist/serialization/types/ScribeUnacceptedTermsErrorPayload.js +42 -0
- package/dist/serialization/types/SeatType.d.ts +1 -1
- package/dist/serialization/types/SeatType.js +1 -1
- package/dist/serialization/types/SendText.d.ts +15 -0
- package/dist/serialization/types/SendText.js +47 -0
- package/dist/serialization/types/SendTextMulti.d.ts +11 -0
- package/dist/serialization/types/SendTextMulti.js +43 -0
- package/dist/serialization/types/SessionStartedPayload.d.ts +12 -0
- package/dist/serialization/types/SessionStartedPayload.js +44 -0
- package/dist/serialization/types/SessionStartedPayloadConfig.d.ts +22 -0
- package/dist/serialization/types/SessionStartedPayloadConfig.js +54 -0
- package/dist/serialization/types/SessionStartedPayloadConfigCommitStrategy.d.ts +7 -0
- package/dist/serialization/types/SessionStartedPayloadConfigCommitStrategy.js +39 -0
- package/dist/serialization/types/SongMetadata.d.ts +0 -2
- package/dist/serialization/types/SongMetadata.js +0 -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/TestFromConversationMetadataInput.d.ts +1 -0
- package/dist/serialization/types/TestFromConversationMetadataInput.js +1 -0
- package/dist/serialization/types/TestFromConversationMetadataOutput.d.ts +1 -0
- package/dist/serialization/types/TestFromConversationMetadataOutput.js +1 -0
- package/dist/serialization/types/TextToSpeechApplyTextNormalizationEnum.d.ts +7 -0
- package/dist/serialization/types/TextToSpeechApplyTextNormalizationEnum.js +39 -0
- package/dist/serialization/types/TextToSpeechOutputFormatEnum.d.ts +7 -0
- package/dist/serialization/types/TextToSpeechOutputFormatEnum.js +58 -0
- package/dist/serialization/types/ToolErrorHandlingMode.d.ts +7 -0
- package/dist/serialization/types/ToolErrorHandlingMode.js +39 -0
- package/dist/serialization/types/TranscriptionWord.d.ts +16 -0
- package/dist/serialization/types/TranscriptionWord.js +48 -0
- package/dist/serialization/types/TranscriptionWordType.d.ts +7 -0
- package/{serialization/types/DubbingReleaseChannel.js → dist/serialization/types/TranscriptionWordType.js} +2 -2
- package/dist/serialization/types/TransferBranchInfoDefaultingToMain.d.ts +9 -0
- package/{serialization/types/ImportWhatsAppAccountResponse.js → dist/serialization/types/TransferBranchInfoDefaultingToMain.js} +3 -3
- package/dist/serialization/types/TransferBranchInfoTrafficSplit.d.ts +10 -0
- package/dist/serialization/types/TransferBranchInfoTrafficSplit.js +42 -0
- package/dist/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +2 -0
- package/dist/serialization/types/TransferToAgentToolResultSuccessModel.js +2 -0
- package/dist/serialization/types/TransferToAgentToolResultSuccessModelBranchInfo.d.ts +15 -0
- package/dist/serialization/types/TransferToAgentToolResultSuccessModelBranchInfo.js +49 -0
- package/dist/serialization/types/TtsConversationalConfigInput.d.ts +2 -0
- package/dist/serialization/types/TtsConversationalConfigInput.js +2 -0
- package/dist/serialization/types/TtsConversationalConfigOutput.d.ts +2 -0
- package/dist/serialization/types/TtsConversationalConfigOutput.js +2 -0
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +2 -0
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +2 -0
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +2 -0
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +2 -0
- package/dist/serialization/types/TtsConversationalModel.d.ts +1 -1
- package/dist/serialization/types/TtsConversationalModel.js +1 -0
- package/dist/serialization/types/TtsModelFamily.d.ts +1 -1
- package/dist/serialization/types/TtsModelFamily.js +1 -1
- package/dist/serialization/types/TurnConfig.d.ts +1 -0
- package/dist/serialization/types/TurnConfig.js +1 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.js +1 -0
- package/dist/serialization/types/TurnModel.d.ts +7 -0
- package/{serialization/types/BanReasonType.js → dist/serialization/types/TurnModel.js} +2 -2
- package/dist/serialization/types/UnitTestCommonModel.d.ts +1 -0
- package/dist/serialization/types/UnitTestCommonModel.js +1 -0
- package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +2 -0
- package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.js +2 -0
- package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +2 -0
- package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.js +2 -0
- package/dist/serialization/types/UnitTestWorkflowNodeTransitionEvaluationNodeId.d.ts +11 -0
- package/dist/serialization/types/UnitTestWorkflowNodeTransitionEvaluationNodeId.js +43 -0
- package/dist/serialization/types/User.d.ts +1 -0
- package/dist/serialization/types/User.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/WebsocketTtsClientMessageMulti.d.ts +21 -0
- package/dist/serialization/types/WebsocketTtsClientMessageMulti.js +53 -0
- package/dist/serialization/types/WebsocketTtsServerMessageMulti.d.ts +15 -0
- package/dist/serialization/types/WebsocketTtsServerMessageMulti.js +47 -0
- package/dist/serialization/types/WhatsAppConversationInfo.d.ts +1 -0
- package/dist/serialization/types/WhatsAppConversationInfo.js +1 -0
- package/dist/serialization/types/WhatsAppOutboundMessageResponse.d.ts +9 -0
- package/dist/serialization/types/WhatsAppOutboundMessageResponse.js +41 -0
- package/dist/serialization/types/WhatsAppTemplateBodyComponentParams.d.ts +10 -0
- package/dist/serialization/types/WhatsAppTemplateBodyComponentParams.js +42 -0
- package/dist/serialization/types/WhatsAppTemplateButtonComponentParams.d.ts +12 -0
- package/dist/serialization/types/WhatsAppTemplateButtonComponentParams.js +44 -0
- package/dist/serialization/types/WhatsAppTemplateDocumentParam.d.ts +10 -0
- package/dist/serialization/types/WhatsAppTemplateDocumentParam.js +42 -0
- package/dist/serialization/types/WhatsAppTemplateDocumentParamDetails.d.ts +10 -0
- package/dist/serialization/types/WhatsAppTemplateDocumentParamDetails.js +42 -0
- package/dist/serialization/types/WhatsAppTemplateHeaderComponentParams.d.ts +10 -0
- package/dist/serialization/types/WhatsAppTemplateHeaderComponentParams.js +42 -0
- package/dist/serialization/types/WhatsAppTemplateHeaderComponentParamsParametersItem.d.ts +23 -0
- package/dist/serialization/types/WhatsAppTemplateHeaderComponentParamsParametersItem.js +53 -0
- package/dist/serialization/types/WhatsAppTemplateImageParam.d.ts +10 -0
- package/dist/serialization/types/WhatsAppTemplateImageParam.js +42 -0
- package/dist/serialization/types/WhatsAppTemplateImageParamDetails.d.ts +9 -0
- package/dist/serialization/types/WhatsAppTemplateImageParamDetails.js +41 -0
- package/dist/serialization/types/WhatsAppTemplateLocationParam.d.ts +10 -0
- package/dist/serialization/types/WhatsAppTemplateLocationParam.js +42 -0
- package/dist/serialization/types/WhatsAppTemplateLocationParamDetails.d.ts +12 -0
- package/dist/serialization/types/WhatsAppTemplateLocationParamDetails.js +44 -0
- package/dist/serialization/types/WhatsAppTemplateTextParam.d.ts +11 -0
- package/dist/serialization/types/WhatsAppTemplateTextParam.js +43 -0
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.js +2 -2
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.js +2 -2
- package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/dist/serialization/types/WorkspaceResourceType.js +1 -0
- package/dist/serialization/types/index.d.ts +74 -5
- package/dist/serialization/types/index.js +74 -5
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +178 -96
- package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +2 -0
- package/serialization/resources/conversationalAi/resources/agents/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/index.js +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +1 -0
- package/serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.d.ts +9 -0
- package/serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.js +41 -0
- package/serialization/resources/conversationalAi/resources/agents/types/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/types/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/index.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/index.js +2 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +1 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +1 -0
- package/serialization/resources/conversationalAi/resources/whatsapp/client/requests/BodySendAnOutboundMessageViaWhatsAppV1ConvaiWhatsappOutboundMessagePost.d.ts +17 -0
- package/serialization/resources/conversationalAi/resources/whatsapp/client/requests/BodySendAnOutboundMessageViaWhatsAppV1ConvaiWhatsappOutboundMessagePost.js +49 -0
- package/serialization/resources/conversationalAi/resources/whatsapp/client/requests/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/whatsapp/client/requests/index.js +3 -1
- package/serialization/resources/conversationalAi/resources/whatsapp/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/whatsapp/index.js +1 -0
- package/serialization/resources/conversationalAi/resources/whatsapp/types/BodySendAnOutboundMessageViaWhatsAppV1ConvaiWhatsappOutboundMessagePostTemplateParamsItem.d.ts +19 -0
- package/serialization/resources/conversationalAi/resources/whatsapp/types/BodySendAnOutboundMessageViaWhatsAppV1ConvaiWhatsappOutboundMessagePostTemplateParamsItem.js +51 -0
- package/serialization/resources/conversationalAi/resources/whatsapp/types/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/whatsapp/types/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.d.ts +0 -1
- package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.js +1 -3
- package/serialization/resources/index.d.ts +6 -0
- package/serialization/resources/index.js +7 -1
- package/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +7 -0
- package/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +68 -0
- package/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +7 -0
- package/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.js +68 -0
- package/serialization/resources/textToDialogue/types/index.d.ts +2 -0
- package/serialization/resources/textToDialogue/types/index.js +2 -0
- package/serialization/resources/v1SpeechToTextRealtime/index.d.ts +1 -0
- package/serialization/resources/v1SpeechToTextRealtime/index.js +17 -0
- package/serialization/resources/v1SpeechToTextRealtime/types/ReceiveTranscription.d.ts +24 -0
- package/serialization/resources/v1SpeechToTextRealtime/types/ReceiveTranscription.js +74 -0
- package/serialization/resources/v1SpeechToTextRealtime/types/TextToSpeechCommitStrategy.d.ts +7 -0
- package/serialization/resources/v1SpeechToTextRealtime/types/TextToSpeechCommitStrategy.js +39 -0
- package/serialization/resources/v1SpeechToTextRealtime/types/index.d.ts +2 -0
- package/serialization/resources/v1SpeechToTextRealtime/types/index.js +18 -0
- package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.d.ts +1 -0
- package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.js +17 -0
- package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.d.ts +9 -0
- package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.js +41 -0
- package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.d.ts +14 -0
- package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.js +54 -0
- package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.d.ts +2 -0
- package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.js +18 -0
- package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/index.d.ts +1 -0
- package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/index.js +17 -0
- package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.d.ts +9 -0
- package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.js +41 -0
- package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.d.ts +10 -0
- package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.js +42 -0
- package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/index.d.ts +2 -0
- package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/index.js +18 -0
- package/serialization/types/AgentTransfer.d.ts +1 -0
- package/serialization/types/AgentTransfer.js +1 -0
- package/serialization/types/Alignment.d.ts +11 -0
- package/serialization/types/Alignment.js +43 -0
- package/serialization/types/AlignmentGuardrail.d.ts +9 -0
- package/serialization/types/AlignmentGuardrail.js +41 -0
- package/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +3 -0
- package/serialization/types/ApiIntegrationWebhookOverridesInput.js +3 -0
- package/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +3 -0
- package/serialization/types/ApiIntegrationWebhookOverridesOutput.js +3 -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/AudioFormatEnum.d.ts +7 -0
- package/serialization/types/AudioFormatEnum.js +47 -0
- package/serialization/types/AudioOutput.d.ts +13 -0
- package/serialization/types/AudioOutput.js +45 -0
- package/serialization/types/AudioOutputMulti.d.ts +14 -0
- package/serialization/types/AudioOutputMulti.js +46 -0
- package/serialization/types/AuthSettings.d.ts +1 -0
- package/serialization/types/AuthSettings.js +1 -0
- package/serialization/types/CanvasPlacement.d.ts +2 -2
- package/serialization/types/CanvasPlacement.js +2 -2
- 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/CloseConnection.d.ts +9 -0
- package/serialization/types/CloseConnection.js +41 -0
- package/serialization/types/CloseContext.d.ts +10 -0
- package/serialization/types/CloseContext.js +42 -0
- package/serialization/types/CloseSocket.d.ts +9 -0
- package/serialization/types/CloseSocket.js +41 -0
- package/serialization/types/CommittedTranscriptPayload.d.ts +10 -0
- package/serialization/types/CommittedTranscriptPayload.js +42 -0
- package/serialization/types/CommittedTranscriptWithTimestampsPayload.d.ts +13 -0
- package/serialization/types/CommittedTranscriptWithTimestampsPayload.js +45 -0
- package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.js +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.js +2 -2
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -0
- package/serialization/types/{ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts → ConversationHistoryTranscriptSystemToolResultCommonModelInput.d.ts} +5 -4
- package/serialization/types/{ConversationHistoryTranscriptSystemToolResultCommonModel.js → ConversationHistoryTranscriptSystemToolResultCommonModelInput.js} +5 -4
- package/{dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts → serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts} +3 -3
- package/serialization/types/{ConversationHistoryTranscriptSystemToolResultCommonModelResult.js → ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.js} +2 -2
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.d.ts +21 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.js +53 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +55 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.js +69 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -0
- package/serialization/types/ConversationInitiationSource.d.ts +1 -1
- package/serialization/types/ConversationInitiationSource.js +1 -0
- package/serialization/types/ConversationTurnMetrics.d.ts +2 -0
- package/serialization/types/ConversationTurnMetrics.js +2 -0
- package/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/serialization/types/DirectPublishingReadResponseModel.js +1 -0
- package/serialization/types/DynamicVariableAssignment.d.ts +1 -0
- package/serialization/types/DynamicVariableAssignment.js +1 -0
- package/serialization/types/FinalOutput.d.ts +9 -0
- package/serialization/types/FinalOutput.js +41 -0
- package/serialization/types/FinalOutputMulti.d.ts +10 -0
- package/serialization/types/FinalOutputMulti.js +42 -0
- package/serialization/types/FlushContext.d.ts +11 -0
- package/serialization/types/FlushContext.js +43 -0
- package/serialization/types/GenerationConfig.d.ts +9 -0
- package/serialization/types/GenerationConfig.js +41 -0
- package/serialization/types/GetUnitTestResponseModel.d.ts +1 -0
- package/serialization/types/GetUnitTestResponseModel.js +1 -0
- package/serialization/types/GetWorkspaceSecretsResponseModel.d.ts +2 -0
- package/serialization/types/GetWorkspaceSecretsResponseModel.js +2 -0
- package/serialization/types/GuardrailsV1Input.d.ts +2 -0
- package/serialization/types/GuardrailsV1Input.js +2 -0
- package/serialization/types/GuardrailsV1Output.d.ts +2 -0
- package/serialization/types/GuardrailsV1Output.js +2 -0
- package/serialization/types/InitialiseContext.d.ts +18 -0
- package/serialization/types/InitialiseContext.js +50 -0
- package/serialization/types/InitializeConnection.d.ts +17 -0
- package/serialization/types/InitializeConnection.js +49 -0
- package/serialization/types/InitializeConnectionMulti.d.ts +18 -0
- package/serialization/types/InitializeConnectionMulti.js +50 -0
- package/serialization/types/InputAudioChunkPayload.d.ts +13 -0
- package/serialization/types/InputAudioChunkPayload.js +45 -0
- package/serialization/types/KeepContextAlive.d.ts +10 -0
- package/serialization/types/KeepContextAlive.js +42 -0
- package/serialization/types/NonStreamingOutputFormats.d.ts +7 -0
- package/serialization/types/NonStreamingOutputFormats.js +47 -0
- package/serialization/types/NormalizedAlignment.d.ts +11 -0
- package/serialization/types/NormalizedAlignment.js +43 -0
- package/serialization/types/PartialTranscriptPayload.d.ts +10 -0
- package/serialization/types/PartialTranscriptPayload.js +42 -0
- package/serialization/types/PermissionType.d.ts +1 -1
- package/serialization/types/PermissionType.js +6 -0
- package/serialization/types/ProcedureDraftRef.d.ts +9 -0
- package/serialization/types/ProcedureDraftRef.js +41 -0
- package/serialization/types/ProcedureVersionRef.d.ts +10 -0
- package/serialization/types/ProcedureVersionRef.js +42 -0
- package/serialization/types/ProjectExternalAudioResponseModel.d.ts +1 -0
- package/serialization/types/ProjectExternalAudioResponseModel.js +1 -0
- package/serialization/types/ProjectMutedTracksResponseModel.d.ts +9 -0
- package/serialization/types/ProjectMutedTracksResponseModel.js +41 -0
- package/serialization/types/ProjectVideoResponseModel.d.ts +1 -0
- package/serialization/types/ProjectVideoResponseModel.js +1 -0
- package/serialization/types/PronunciationDictionaryLocator.d.ts +10 -0
- package/serialization/types/PronunciationDictionaryLocator.js +42 -0
- package/serialization/types/RealtimeVoiceSettings.d.ts +13 -0
- package/serialization/types/RealtimeVoiceSettings.js +45 -0
- package/serialization/types/ResponseFilterMode.d.ts +7 -0
- package/serialization/types/ResponseFilterMode.js +39 -0
- package/serialization/types/ScribeAuthErrorPayload.d.ts +10 -0
- package/serialization/types/ScribeAuthErrorPayload.js +42 -0
- package/serialization/types/ScribeChunkSizeExceededErrorPayload.d.ts +10 -0
- package/serialization/types/ScribeChunkSizeExceededErrorPayload.js +42 -0
- package/serialization/types/ScribeErrorPayload.d.ts +10 -0
- package/serialization/types/ScribeErrorPayload.js +42 -0
- package/serialization/types/ScribeInputErrorPayload.d.ts +10 -0
- package/serialization/types/ScribeInputErrorPayload.js +42 -0
- package/serialization/types/ScribeInsufficientAudioActivityErrorPayload.d.ts +10 -0
- package/serialization/types/ScribeInsufficientAudioActivityErrorPayload.js +42 -0
- package/serialization/types/ScribeQueueOverflowErrorPayload.d.ts +10 -0
- package/serialization/types/ScribeQueueOverflowErrorPayload.js +42 -0
- package/serialization/types/ScribeQuotaExceededErrorPayload.d.ts +10 -0
- package/serialization/types/ScribeQuotaExceededErrorPayload.js +42 -0
- package/serialization/types/ScribeRateLimitedErrorPayload.d.ts +10 -0
- package/serialization/types/ScribeRateLimitedErrorPayload.js +42 -0
- package/serialization/types/ScribeResourceExhaustedErrorPayload.d.ts +10 -0
- package/serialization/types/ScribeResourceExhaustedErrorPayload.js +42 -0
- package/serialization/types/ScribeSessionTimeLimitExceededErrorPayload.d.ts +10 -0
- package/serialization/types/ScribeSessionTimeLimitExceededErrorPayload.js +42 -0
- package/serialization/types/ScribeThrottledErrorPayload.d.ts +10 -0
- package/serialization/types/ScribeThrottledErrorPayload.js +42 -0
- package/serialization/types/ScribeTranscriberErrorPayload.d.ts +10 -0
- package/serialization/types/ScribeTranscriberErrorPayload.js +42 -0
- package/serialization/types/ScribeUnacceptedTermsErrorPayload.d.ts +10 -0
- package/serialization/types/ScribeUnacceptedTermsErrorPayload.js +42 -0
- package/serialization/types/SeatType.d.ts +1 -1
- package/serialization/types/SeatType.js +1 -1
- package/serialization/types/SendText.d.ts +15 -0
- package/serialization/types/SendText.js +47 -0
- package/serialization/types/SendTextMulti.d.ts +11 -0
- package/serialization/types/SendTextMulti.js +43 -0
- package/serialization/types/SessionStartedPayload.d.ts +12 -0
- package/serialization/types/SessionStartedPayload.js +44 -0
- package/serialization/types/SessionStartedPayloadConfig.d.ts +22 -0
- package/serialization/types/SessionStartedPayloadConfig.js +54 -0
- package/serialization/types/SessionStartedPayloadConfigCommitStrategy.d.ts +7 -0
- package/serialization/types/SessionStartedPayloadConfigCommitStrategy.js +39 -0
- package/serialization/types/SongMetadata.d.ts +0 -2
- package/serialization/types/SongMetadata.js +0 -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/TestFromConversationMetadataInput.d.ts +1 -0
- package/serialization/types/TestFromConversationMetadataInput.js +1 -0
- package/serialization/types/TestFromConversationMetadataOutput.d.ts +1 -0
- package/serialization/types/TestFromConversationMetadataOutput.js +1 -0
- package/serialization/types/TextToSpeechApplyTextNormalizationEnum.d.ts +7 -0
- package/serialization/types/TextToSpeechApplyTextNormalizationEnum.js +39 -0
- package/serialization/types/TextToSpeechOutputFormatEnum.d.ts +7 -0
- package/serialization/types/TextToSpeechOutputFormatEnum.js +58 -0
- package/serialization/types/ToolErrorHandlingMode.d.ts +7 -0
- package/serialization/types/ToolErrorHandlingMode.js +39 -0
- package/serialization/types/TranscriptionWord.d.ts +16 -0
- package/serialization/types/TranscriptionWord.js +48 -0
- package/serialization/types/TranscriptionWordType.d.ts +7 -0
- package/serialization/types/TranscriptionWordType.js +39 -0
- package/serialization/types/TransferBranchInfoDefaultingToMain.d.ts +9 -0
- package/{dist/serialization/types/ImportWhatsAppAccountResponse.js → serialization/types/TransferBranchInfoDefaultingToMain.js} +3 -3
- package/serialization/types/TransferBranchInfoTrafficSplit.d.ts +10 -0
- package/serialization/types/TransferBranchInfoTrafficSplit.js +42 -0
- package/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +2 -0
- package/serialization/types/TransferToAgentToolResultSuccessModel.js +2 -0
- package/serialization/types/TransferToAgentToolResultSuccessModelBranchInfo.d.ts +15 -0
- package/serialization/types/TransferToAgentToolResultSuccessModelBranchInfo.js +49 -0
- package/serialization/types/TtsConversationalConfigInput.d.ts +2 -0
- package/serialization/types/TtsConversationalConfigInput.js +2 -0
- package/serialization/types/TtsConversationalConfigOutput.d.ts +2 -0
- package/serialization/types/TtsConversationalConfigOutput.js +2 -0
- package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +2 -0
- package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +2 -0
- package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +2 -0
- package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +2 -0
- package/serialization/types/TtsConversationalModel.d.ts +1 -1
- package/serialization/types/TtsConversationalModel.js +1 -0
- package/serialization/types/TtsModelFamily.d.ts +1 -1
- package/serialization/types/TtsModelFamily.js +1 -1
- package/serialization/types/TurnConfig.d.ts +1 -0
- package/serialization/types/TurnConfig.js +1 -0
- package/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
- package/serialization/types/TurnConfigWorkflowOverride.js +1 -0
- package/serialization/types/TurnModel.d.ts +7 -0
- package/{dist/serialization/types/BanReasonType.js → serialization/types/TurnModel.js} +2 -2
- package/serialization/types/UnitTestCommonModel.d.ts +1 -0
- package/serialization/types/UnitTestCommonModel.js +1 -0
- package/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +2 -0
- package/serialization/types/UnitTestToolCallEvaluationModelInput.js +2 -0
- package/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +2 -0
- package/serialization/types/UnitTestToolCallEvaluationModelOutput.js +2 -0
- package/serialization/types/UnitTestWorkflowNodeTransitionEvaluationNodeId.d.ts +11 -0
- package/serialization/types/UnitTestWorkflowNodeTransitionEvaluationNodeId.js +43 -0
- package/serialization/types/User.d.ts +1 -0
- package/serialization/types/User.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/WebsocketTtsClientMessageMulti.d.ts +21 -0
- package/serialization/types/WebsocketTtsClientMessageMulti.js +53 -0
- package/serialization/types/WebsocketTtsServerMessageMulti.d.ts +15 -0
- package/serialization/types/WebsocketTtsServerMessageMulti.js +47 -0
- package/serialization/types/WhatsAppConversationInfo.d.ts +1 -0
- package/serialization/types/WhatsAppConversationInfo.js +1 -0
- package/serialization/types/WhatsAppOutboundMessageResponse.d.ts +9 -0
- package/serialization/types/WhatsAppOutboundMessageResponse.js +41 -0
- package/serialization/types/WhatsAppTemplateBodyComponentParams.d.ts +10 -0
- package/serialization/types/WhatsAppTemplateBodyComponentParams.js +42 -0
- package/serialization/types/WhatsAppTemplateButtonComponentParams.d.ts +12 -0
- package/serialization/types/WhatsAppTemplateButtonComponentParams.js +44 -0
- package/serialization/types/WhatsAppTemplateDocumentParam.d.ts +10 -0
- package/serialization/types/WhatsAppTemplateDocumentParam.js +42 -0
- package/serialization/types/WhatsAppTemplateDocumentParamDetails.d.ts +10 -0
- package/serialization/types/WhatsAppTemplateDocumentParamDetails.js +42 -0
- package/serialization/types/WhatsAppTemplateHeaderComponentParams.d.ts +10 -0
- package/serialization/types/WhatsAppTemplateHeaderComponentParams.js +42 -0
- package/serialization/types/WhatsAppTemplateHeaderComponentParamsParametersItem.d.ts +23 -0
- package/serialization/types/WhatsAppTemplateHeaderComponentParamsParametersItem.js +53 -0
- package/serialization/types/WhatsAppTemplateImageParam.d.ts +10 -0
- package/serialization/types/WhatsAppTemplateImageParam.js +42 -0
- package/serialization/types/WhatsAppTemplateImageParamDetails.d.ts +9 -0
- package/serialization/types/WhatsAppTemplateImageParamDetails.js +41 -0
- package/serialization/types/WhatsAppTemplateLocationParam.d.ts +10 -0
- package/serialization/types/WhatsAppTemplateLocationParam.js +42 -0
- package/serialization/types/WhatsAppTemplateLocationParamDetails.d.ts +12 -0
- package/serialization/types/WhatsAppTemplateLocationParamDetails.js +44 -0
- package/serialization/types/WhatsAppTemplateTextParam.d.ts +11 -0
- package/serialization/types/WhatsAppTemplateTextParam.js +43 -0
- package/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +2 -2
- package/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.js +2 -2
- package/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +2 -2
- package/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.js +2 -2
- package/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/serialization/types/WorkspaceResourceType.js +1 -0
- package/serialization/types/index.d.ts +74 -5
- package/serialization/types/index.js +74 -5
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.d.ts +0 -13
- package/api/types/BanReasonType.d.ts +0 -5
- package/api/types/DubbingReleaseChannel.d.ts +0 -6
- package/api/types/DubbingReleaseChannel.js +0 -9
- package/api/types/ImportWhatsAppAccountResponse.d.ts +0 -3
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.d.ts +0 -13
- package/dist/api/types/BanReasonType.d.ts +0 -5
- package/dist/api/types/DubbingReleaseChannel.d.ts +0 -6
- package/dist/api/types/DubbingReleaseChannel.js +0 -9
- package/dist/api/types/ImportWhatsAppAccountResponse.d.ts +0 -3
- package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.d.ts +0 -11
- package/dist/serialization/types/BanReasonType.d.ts +0 -7
- package/dist/serialization/types/DubbingReleaseChannel.d.ts +0 -7
- package/dist/serialization/types/ImportWhatsAppAccountResponse.d.ts +0 -9
- package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.d.ts +0 -11
- package/serialization/types/BanReasonType.d.ts +0 -7
- package/serialization/types/DubbingReleaseChannel.d.ts +0 -7
- package/serialization/types/ImportWhatsAppAccountResponse.d.ts +0 -9
- /package/api/resources/conversationalAi/resources/{whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.js → agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.js} +0 -0
- /package/api/{types/ConversationHistoryTranscriptSystemToolResultCommonModel.js → resources/conversationalAi/resources/secrets/client/requests/SecretsListRequest.js} +0 -0
- /package/api/{types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.js → resources/conversationalAi/resources/whatsapp/client/requests/BodySendAnOutboundMessageViaWhatsAppV1ConvaiWhatsappOutboundMessagePost.js} +0 -0
- /package/api/{types/ImportWhatsAppAccountResponse.js → resources/conversationalAi/resources/whatsapp/types/BodySendAnOutboundMessageViaWhatsAppV1ConvaiWhatsappOutboundMessagePostTemplateParamsItem.js} +0 -0
- /package/{dist/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.js → api/resources/v1SpeechToTextRealtime/types/ReceiveTranscription.js} +0 -0
- /package/{dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js → api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.js} +0 -0
- /package/{dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.js → api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.js} +0 -0
- /package/{dist/api/types/ImportWhatsAppAccountResponse.js → api/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.js} +0 -0
|
@@ -18,6 +18,8 @@ export interface WebhookToolConfigOutput {
|
|
|
18
18
|
toolCallSound?: ElevenLabs.ToolCallSoundType;
|
|
19
19
|
/** Determines when the tool call sound should play. 'auto' only plays when there's pre-tool speech, 'always' plays for every tool call. */
|
|
20
20
|
toolCallSoundBehavior?: ElevenLabs.ToolCallSoundBehavior;
|
|
21
|
+
/** Controls how tool errors are processed before being shared with the agent. 'auto' determines handling based on tool type (summarized for native integrations, hide for others), 'summarized' sends an LLM-generated summary, 'passthrough' sends the raw error, 'hide' does not share the error with the agent. */
|
|
22
|
+
toolErrorHandlingMode?: ElevenLabs.ToolErrorHandlingMode;
|
|
21
23
|
/** Configuration for dynamic variables */
|
|
22
24
|
dynamicVariables?: ElevenLabs.DynamicVariablesConfig;
|
|
23
25
|
/** Determines when and how the tool executes: 'immediate' executes the tool right away when requested by the LLM, 'post_tool_speech' waits for the agent to finish speaking before executing, 'async' runs the tool in the background without blocking - best for long-running operations. */
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../index";
|
|
2
|
+
/**
|
|
3
|
+
* Message sent from the client to the multi-context TTS WebSocket.
|
|
4
|
+
*/
|
|
5
|
+
export interface WebsocketTtsClientMessageMulti {
|
|
6
|
+
/**
|
|
7
|
+
* Text to be synthesized.
|
|
8
|
+
* For the first message establishing a new context (identified by `context_id`, or a default context if `context_id` is absent), this should be a single space character (' ').
|
|
9
|
+
* For subsequent messages to an active context, this is the text to synthesize.
|
|
10
|
+
* This field can be null or an empty string if the message is primarily for control (e.g., using `flush`, `close_context`, or `close_socket`).
|
|
11
|
+
*/
|
|
12
|
+
text?: string;
|
|
13
|
+
/** Voice settings. Can only be provided in the first message for a given context_id (or first message overall if context_id is not used/default). */
|
|
14
|
+
voiceSettings?: ElevenLabs.RealtimeVoiceSettings;
|
|
15
|
+
/** Generation config. Can only be provided in the first message for a given context_id (or first message overall if context_id is not used/default). */
|
|
16
|
+
generationConfig?: ElevenLabs.GenerationConfig;
|
|
17
|
+
/** Your ElevenLabs API key. Can only be provided in the first message for a given context_id if not present in the header. */
|
|
18
|
+
xiApiKey?: string;
|
|
19
|
+
/** Your authorization bearer token. Can only be provided in the first message for a given context_id if not present in the header. */
|
|
20
|
+
authorization?: string;
|
|
21
|
+
/** If true, flushes the audio buffer and returns the remaining audio for the specified `context_id`. */
|
|
22
|
+
flush?: boolean;
|
|
23
|
+
/** Optional list of pronunciation dictionary locators. Can only be provided in the first message for a given context_id. */
|
|
24
|
+
pronunciationDictionaryLocators?: ElevenLabs.PronunciationDictionaryLocator[];
|
|
25
|
+
/** An identifier for the text-to-speech context. Allows managing multiple independent audio generation streams over a single WebSocket connection. If omitted, a default context is used. */
|
|
26
|
+
contextId?: string;
|
|
27
|
+
/** If true, closes the specified `contextId`. No further audio will be generated for this context. The `text` field is ignored. */
|
|
28
|
+
closeContext?: boolean;
|
|
29
|
+
/** If true, flushes all contexts and closes the entire WebSocket connection. The `text` and `contextId` fields are ignored. */
|
|
30
|
+
closeSocket?: boolean;
|
|
31
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../index";
|
|
2
|
+
/**
|
|
3
|
+
* Message sent from the server to the client for the multi-context TTS WebSocket.
|
|
4
|
+
*/
|
|
5
|
+
export interface WebsocketTtsServerMessageMulti {
|
|
6
|
+
/** A generated partial audio chunk, encoded using the selected output_format (e.g., MP3 as a base64 string). */
|
|
7
|
+
audio?: string;
|
|
8
|
+
/** If true, indicates that this is the final message for the specified contextId. This is sent when a context is closed. `audio` will be null or empty. */
|
|
9
|
+
isFinal?: boolean;
|
|
10
|
+
normalizedAlignment?: ElevenLabs.NormalizedAlignment;
|
|
11
|
+
alignment?: ElevenLabs.Alignment;
|
|
12
|
+
/** The context identifier to which this message pertains. */
|
|
13
|
+
contextId?: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../index";
|
|
2
|
+
export type WhatsAppTemplateHeaderComponentParamsParametersItem = ElevenLabs.WhatsAppTemplateHeaderComponentParamsParametersItem.Document | ElevenLabs.WhatsAppTemplateHeaderComponentParamsParametersItem.Image | ElevenLabs.WhatsAppTemplateHeaderComponentParamsParametersItem.Location | ElevenLabs.WhatsAppTemplateHeaderComponentParamsParametersItem.Text;
|
|
3
|
+
export declare namespace WhatsAppTemplateHeaderComponentParamsParametersItem {
|
|
4
|
+
interface Document extends ElevenLabs.WhatsAppTemplateDocumentParam {
|
|
5
|
+
type: "document";
|
|
6
|
+
}
|
|
7
|
+
interface Image extends ElevenLabs.WhatsAppTemplateImageParam {
|
|
8
|
+
type: "image";
|
|
9
|
+
}
|
|
10
|
+
interface Location extends ElevenLabs.WhatsAppTemplateLocationParam {
|
|
11
|
+
type: "location";
|
|
12
|
+
}
|
|
13
|
+
interface Text extends ElevenLabs.WhatsAppTemplateTextParam {
|
|
14
|
+
type: "text";
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
|
-
export type WorkflowToolNestedToolsStepModelInputResultsItem = ElevenLabs.ConversationHistoryTranscriptOtherToolsResultCommonModel | ElevenLabs.
|
|
2
|
+
export type WorkflowToolNestedToolsStepModelInputResultsItem = ElevenLabs.ConversationHistoryTranscriptOtherToolsResultCommonModel | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelInput | ElevenLabs.ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel | ElevenLabs.ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
|
-
export type WorkflowToolNestedToolsStepModelOutputResultsItem = ElevenLabs.ConversationHistoryTranscriptOtherToolsResultCommonModel | ElevenLabs.
|
|
2
|
+
export type WorkflowToolNestedToolsStepModelOutputResultsItem = ElevenLabs.ConversationHistoryTranscriptOtherToolsResultCommonModel | ElevenLabs.ConversationHistoryTranscriptSystemToolResultCommonModelOutput | ElevenLabs.ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel | ElevenLabs.ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput;
|
|
@@ -30,5 +30,6 @@ export declare const WorkspaceResourceType: {
|
|
|
30
30
|
readonly ResourceLocators: "resource_locators";
|
|
31
31
|
readonly Assets: "assets";
|
|
32
32
|
readonly ContentGenerations: "content_generations";
|
|
33
|
+
readonly ContentTemplates: "content_templates";
|
|
33
34
|
};
|
|
34
35
|
export type WorkspaceResourceType = (typeof WorkspaceResourceType)[keyof typeof WorkspaceResourceType];
|
|
@@ -48,6 +48,8 @@ export * from "./AgentWorkflowResponseModel";
|
|
|
48
48
|
export * from "./AgentWorkflowResponseModelNodesValue";
|
|
49
49
|
export * from "./AgentWorkspaceOverridesInput";
|
|
50
50
|
export * from "./AgentWorkspaceOverridesOutput";
|
|
51
|
+
export * from "./Alignment";
|
|
52
|
+
export * from "./AlignmentGuardrail";
|
|
51
53
|
export * from "./AllowedOutputFormats";
|
|
52
54
|
export * from "./AllowlistItem";
|
|
53
55
|
export * from "./ApiIntegrationWebhookOverridesInput";
|
|
@@ -122,10 +124,13 @@ export * from "./AstStringNodeOutput";
|
|
|
122
124
|
export * from "./AsyncConversationMetadata";
|
|
123
125
|
export * from "./AsyncConversationMetadataDeliveryStatus";
|
|
124
126
|
export * from "./AttachedTestModel";
|
|
127
|
+
export * from "./AudioFormatEnum";
|
|
125
128
|
export * from "./AudioNativeCreateProjectResponseModel";
|
|
126
129
|
export * from "./AudioNativeEditContentResponseModel";
|
|
127
130
|
export * from "./AudioNativeProjectSettingsResponseModel";
|
|
128
131
|
export * from "./AudioNativeProjectSettingsResponseModelStatus";
|
|
132
|
+
export * from "./AudioOutput";
|
|
133
|
+
export * from "./AudioOutputMulti";
|
|
129
134
|
export * from "./AudioWithTimestampsAndVoiceSegmentsResponseModel";
|
|
130
135
|
export * from "./AudioWithTimestampsResponse";
|
|
131
136
|
export * from "./AuthConnectionLocator";
|
|
@@ -135,7 +140,6 @@ export * from "./BackupLlmDefault";
|
|
|
135
140
|
export * from "./BackupLlmDisabled";
|
|
136
141
|
export * from "./BackupLlmOverride";
|
|
137
142
|
export * from "./BadRequestErrorBody";
|
|
138
|
-
export * from "./BanReasonType";
|
|
139
143
|
export * from "./BatchCallDetailedResponse";
|
|
140
144
|
export * from "./BatchCallRecipientStatus";
|
|
141
145
|
export * from "./BatchCallResponse";
|
|
@@ -194,6 +198,11 @@ export * from "./CharacterUsageResponse";
|
|
|
194
198
|
export * from "./ClientEvent";
|
|
195
199
|
export * from "./ClientToolConfigInput";
|
|
196
200
|
export * from "./ClientToolConfigOutput";
|
|
201
|
+
export * from "./CloseConnection";
|
|
202
|
+
export * from "./CloseContext";
|
|
203
|
+
export * from "./CloseSocket";
|
|
204
|
+
export * from "./CommittedTranscriptPayload";
|
|
205
|
+
export * from "./CommittedTranscriptWithTimestampsPayload";
|
|
197
206
|
export * from "./Contributor";
|
|
198
207
|
export * from "./ConvAiDynamicVariable";
|
|
199
208
|
export * from "./ConvAiSecretLocator";
|
|
@@ -241,8 +250,10 @@ export * from "./ConversationHistoryTranscriptCommonModelOutputSourceMedium";
|
|
|
241
250
|
export * from "./ConversationHistoryTranscriptCommonModelOutputToolResultsItem";
|
|
242
251
|
export * from "./ConversationHistoryTranscriptOtherToolsResultCommonModel";
|
|
243
252
|
export * from "./ConversationHistoryTranscriptOtherToolsResultCommonModelType";
|
|
244
|
-
export * from "./
|
|
245
|
-
export * from "./
|
|
253
|
+
export * from "./ConversationHistoryTranscriptSystemToolResultCommonModelInput";
|
|
254
|
+
export * from "./ConversationHistoryTranscriptSystemToolResultCommonModelInputResult";
|
|
255
|
+
export * from "./ConversationHistoryTranscriptSystemToolResultCommonModelOutput";
|
|
256
|
+
export * from "./ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult";
|
|
246
257
|
export * from "./ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetails";
|
|
247
258
|
export * from "./ConversationHistoryTranscriptToolCallClientDetails";
|
|
248
259
|
export * from "./ConversationHistoryTranscriptToolCallCommonModelInput";
|
|
@@ -335,7 +346,6 @@ export * from "./DubbingMediaReference";
|
|
|
335
346
|
export * from "./DubbingMetadataPageResponseModel";
|
|
336
347
|
export * from "./DubbingMetadataResponse";
|
|
337
348
|
export * from "./DubbingModel";
|
|
338
|
-
export * from "./DubbingReleaseChannel";
|
|
339
349
|
export * from "./DubbingRenderResponseModel";
|
|
340
350
|
export * from "./DubbingResource";
|
|
341
351
|
export * from "./DubbingTranscript";
|
|
@@ -369,13 +379,17 @@ export * from "./ExtendedSubscriptionResponseModelPendingChange";
|
|
|
369
379
|
export * from "./FeatureStatusCommonModel";
|
|
370
380
|
export * from "./FeaturesUsageCommonModel";
|
|
371
381
|
export * from "./FeedbackItem";
|
|
382
|
+
export * from "./FinalOutput";
|
|
383
|
+
export * from "./FinalOutputMulti";
|
|
372
384
|
export * from "./FineTuningResponse";
|
|
373
385
|
export * from "./FineTuningResponseModelStateValue";
|
|
386
|
+
export * from "./FlushContext";
|
|
374
387
|
export * from "./ForcedAlignmentCharacterResponseModel";
|
|
375
388
|
export * from "./ForcedAlignmentResponseModel";
|
|
376
389
|
export * from "./ForcedAlignmentWordResponseModel";
|
|
377
390
|
export * from "./Gender";
|
|
378
391
|
export * from "./GenerateVoiceRequest";
|
|
392
|
+
export * from "./GenerationConfig";
|
|
379
393
|
export * from "./GetAgentEmbedResponseModel";
|
|
380
394
|
export * from "./GetAgentKnowledgebaseSizeResponseModel";
|
|
381
395
|
export * from "./GetAgentLinkResponseModel";
|
|
@@ -446,12 +460,16 @@ export * from "./HistoryItemResponse";
|
|
|
446
460
|
export * from "./HtmlExportOptions";
|
|
447
461
|
export * from "./HttpValidationError";
|
|
448
462
|
export * from "./ImageAvatar";
|
|
449
|
-
export * from "./ImportWhatsAppAccountResponse";
|
|
450
463
|
export * from "./InboundSipTrunkConfigRequestModel";
|
|
464
|
+
export * from "./InitialiseContext";
|
|
465
|
+
export * from "./InitializeConnection";
|
|
466
|
+
export * from "./InitializeConnectionMulti";
|
|
467
|
+
export * from "./InputAudioChunkPayload";
|
|
451
468
|
export * from "./IntegrationType";
|
|
452
469
|
export * from "./InvoiceResponse";
|
|
453
470
|
export * from "./InvoiceResponseModelPaymentIntentStatus";
|
|
454
471
|
export * from "./InvoiceResponseModelPaymentIntentStatussesItem";
|
|
472
|
+
export * from "./KeepContextAlive";
|
|
455
473
|
export * from "./KnowledgeBaseDependentType";
|
|
456
474
|
export * from "./KnowledgeBaseDocumentChunkResponseModel";
|
|
457
475
|
export * from "./KnowledgeBaseDocumentMetadataResponseModel";
|
|
@@ -523,6 +541,8 @@ export * from "./ModerationGuardrailOutput";
|
|
|
523
541
|
export * from "./MultichannelSpeechToTextResponseModel";
|
|
524
542
|
export * from "./MultipartMusicResponse";
|
|
525
543
|
export * from "./MusicPrompt";
|
|
544
|
+
export * from "./NonStreamingOutputFormats";
|
|
545
|
+
export * from "./NormalizedAlignment";
|
|
526
546
|
export * from "./ObjectJsonSchemaPropertyInput";
|
|
527
547
|
export * from "./ObjectJsonSchemaPropertyInputPropertiesValue";
|
|
528
548
|
export * from "./ObjectJsonSchemaPropertyOutput";
|
|
@@ -536,6 +556,7 @@ export * from "./OutboundCallRecipient";
|
|
|
536
556
|
export * from "./OutboundCallRecipientResponseModel";
|
|
537
557
|
export * from "./OutboundSipTrunkConfigRequestModel";
|
|
538
558
|
export * from "./OutputFormat";
|
|
559
|
+
export * from "./PartialTranscriptPayload";
|
|
539
560
|
export * from "./PatchWorkspaceWebhookResponseModel";
|
|
540
561
|
export * from "./PdfExportOptions";
|
|
541
562
|
export * from "./PendingCancellationResponseModel";
|
|
@@ -564,6 +585,8 @@ export * from "./PostAgentAvatarResponseModel";
|
|
|
564
585
|
export * from "./PostWorkspaceSecretResponseModel";
|
|
565
586
|
export * from "./PreviewAudioDbModel";
|
|
566
587
|
export * from "./PrivacyConfig";
|
|
588
|
+
export * from "./ProcedureDraftRef";
|
|
589
|
+
export * from "./ProcedureVersionRef";
|
|
567
590
|
export * from "./ProjectCreationMetaResponseModel";
|
|
568
591
|
export * from "./ProjectCreationMetaResponseModelStatus";
|
|
569
592
|
export * from "./ProjectCreationMetaResponseModelType";
|
|
@@ -578,6 +601,7 @@ export * from "./ProjectExtendedResponseModelSourceType";
|
|
|
578
601
|
export * from "./ProjectExtendedResponseModelTargetAudience";
|
|
579
602
|
export * from "./ProjectExternalAudioResponseModel";
|
|
580
603
|
export * from "./ProjectImageResponseModel";
|
|
604
|
+
export * from "./ProjectMutedTracksResponseModel";
|
|
581
605
|
export * from "./ProjectResponse";
|
|
582
606
|
export * from "./ProjectResponseModelAccessLevel";
|
|
583
607
|
export * from "./ProjectResponseModelAspectRatio";
|
|
@@ -609,6 +633,7 @@ export * from "./PromptAgentApiModelWorkflowOverrideOutputToolsItem";
|
|
|
609
633
|
export * from "./PromptAgentDbModel";
|
|
610
634
|
export * from "./PromptEvaluationCriteria";
|
|
611
635
|
export * from "./PronunciationDictionaryAliasRuleRequestModel";
|
|
636
|
+
export * from "./PronunciationDictionaryLocator";
|
|
612
637
|
export * from "./PronunciationDictionaryLocatorResponseModel";
|
|
613
638
|
export * from "./PronunciationDictionaryPhonemeRuleRequestModel";
|
|
614
639
|
export * from "./PronunciationDictionaryRulesResponseModel";
|
|
@@ -633,6 +658,7 @@ export * from "./ReaderResourceResponseModel";
|
|
|
633
658
|
export * from "./ReaderResourceResponseModelResourceType";
|
|
634
659
|
export * from "./ReadLegalTerms";
|
|
635
660
|
export * from "./ReadMetadataChapterDbModel";
|
|
661
|
+
export * from "./RealtimeVoiceSettings";
|
|
636
662
|
export * from "./RecordingResponse";
|
|
637
663
|
export * from "./ReferencedToolCommonModel";
|
|
638
664
|
export * from "./ReferencedToolCommonModelType";
|
|
@@ -647,6 +673,7 @@ export * from "./ResourceAccessInfo";
|
|
|
647
673
|
export * from "./ResourceAccessInfoRole";
|
|
648
674
|
export * from "./ResourceMetadataResponseModel";
|
|
649
675
|
export * from "./ResourceMetadataResponseModelAnonymousAccessLevelOverride";
|
|
676
|
+
export * from "./ResponseFilterMode";
|
|
650
677
|
export * from "./ReviewResponseModel";
|
|
651
678
|
export * from "./ReviewResponseModelRejectReasonsItem";
|
|
652
679
|
export * from "./ReviewResponseModelReviewStatus";
|
|
@@ -658,6 +685,19 @@ export * from "./SafetyRule";
|
|
|
658
685
|
export * from "./SampleConfigDbModel";
|
|
659
686
|
export * from "./SampleConfigDbModelParentType";
|
|
660
687
|
export * from "./SaveVoicePreviewRequest";
|
|
688
|
+
export * from "./ScribeAuthErrorPayload";
|
|
689
|
+
export * from "./ScribeChunkSizeExceededErrorPayload";
|
|
690
|
+
export * from "./ScribeErrorPayload";
|
|
691
|
+
export * from "./ScribeInputErrorPayload";
|
|
692
|
+
export * from "./ScribeInsufficientAudioActivityErrorPayload";
|
|
693
|
+
export * from "./ScribeQueueOverflowErrorPayload";
|
|
694
|
+
export * from "./ScribeQuotaExceededErrorPayload";
|
|
695
|
+
export * from "./ScribeRateLimitedErrorPayload";
|
|
696
|
+
export * from "./ScribeResourceExhaustedErrorPayload";
|
|
697
|
+
export * from "./ScribeSessionTimeLimitExceededErrorPayload";
|
|
698
|
+
export * from "./ScribeThrottledErrorPayload";
|
|
699
|
+
export * from "./ScribeTranscriberErrorPayload";
|
|
700
|
+
export * from "./ScribeUnacceptedTermsErrorPayload";
|
|
661
701
|
export * from "./SeatType";
|
|
662
702
|
export * from "./SecretDependencyType";
|
|
663
703
|
export * from "./SectionSource";
|
|
@@ -670,6 +710,11 @@ export * from "./SegmentSubtitleFrame";
|
|
|
670
710
|
export * from "./SegmentTranscriptionResponse";
|
|
671
711
|
export * from "./SegmentTranslationResponse";
|
|
672
712
|
export * from "./SegmentUpdateResponse";
|
|
713
|
+
export * from "./SendText";
|
|
714
|
+
export * from "./SendTextMulti";
|
|
715
|
+
export * from "./SessionStartedPayload";
|
|
716
|
+
export * from "./SessionStartedPayloadConfig";
|
|
717
|
+
export * from "./SessionStartedPayloadConfigCommitStrategy";
|
|
673
718
|
export * from "./ShareOptionResponseModel";
|
|
674
719
|
export * from "./ShareOptionResponseModelType";
|
|
675
720
|
export * from "./SimilarVoice";
|
|
@@ -737,6 +782,8 @@ export * from "./TestRunStatus";
|
|
|
737
782
|
export * from "./TestsFeatureUsageCommonModel";
|
|
738
783
|
export * from "./TestToolResultModel";
|
|
739
784
|
export * from "./TextNormalisationType";
|
|
785
|
+
export * from "./TextToSpeechApplyTextNormalizationEnum";
|
|
786
|
+
export * from "./TextToSpeechOutputFormatEnum";
|
|
740
787
|
export * from "./TextToSpeechRequest";
|
|
741
788
|
export * from "./TextToSpeechStreamRequest";
|
|
742
789
|
export * from "./TextToSpeechStreamWithTimestampsRequest";
|
|
@@ -748,6 +795,7 @@ export * from "./Tool";
|
|
|
748
795
|
export * from "./ToolAnnotations";
|
|
749
796
|
export * from "./ToolCallSoundBehavior";
|
|
750
797
|
export * from "./ToolCallSoundType";
|
|
798
|
+
export * from "./ToolErrorHandlingMode";
|
|
751
799
|
export * from "./ToolExecutionMode";
|
|
752
800
|
export * from "./ToolMockConfig";
|
|
753
801
|
export * from "./ToolRequestModel";
|
|
@@ -759,9 +807,14 @@ export * from "./ToolsResponseModel";
|
|
|
759
807
|
export * from "./ToolType";
|
|
760
808
|
export * from "./ToolTypeFilter";
|
|
761
809
|
export * from "./ToolUsageStatsResponseModel";
|
|
810
|
+
export * from "./TranscriptionWord";
|
|
811
|
+
export * from "./TranscriptionWordType";
|
|
812
|
+
export * from "./TransferBranchInfoDefaultingToMain";
|
|
813
|
+
export * from "./TransferBranchInfoTrafficSplit";
|
|
762
814
|
export * from "./TransferToAgentToolConfig";
|
|
763
815
|
export * from "./TransferToAgentToolResultErrorModel";
|
|
764
816
|
export * from "./TransferToAgentToolResultSuccessModel";
|
|
817
|
+
export * from "./TransferToAgentToolResultSuccessModelBranchInfo";
|
|
765
818
|
export * from "./TransferToNumberResultErrorModel";
|
|
766
819
|
export * from "./TransferToNumberResultSipSuccessModel";
|
|
767
820
|
export * from "./TransferToNumberResultTwilioSuccessModel";
|
|
@@ -784,6 +837,7 @@ export * from "./TurnConfigOverrideConfig";
|
|
|
784
837
|
export * from "./TurnConfigWorkflowOverride";
|
|
785
838
|
export * from "./TurnEagerness";
|
|
786
839
|
export * from "./TurnMode";
|
|
840
|
+
export * from "./TurnModel";
|
|
787
841
|
export * from "./TwilioEdgeLocation";
|
|
788
842
|
export * from "./TwilioOutboundCallResponse";
|
|
789
843
|
export * from "./TwilioRegionId";
|
|
@@ -797,6 +851,7 @@ export * from "./UnitTestToolCallEvaluationModelInput";
|
|
|
797
851
|
export * from "./UnitTestToolCallEvaluationModelOutput";
|
|
798
852
|
export * from "./UnitTestToolCallParameter";
|
|
799
853
|
export * from "./UnitTestToolCallParameterEval";
|
|
854
|
+
export * from "./UnitTestWorkflowNodeTransitionEvaluationNodeId";
|
|
800
855
|
export * from "./UpdateAudioNativeProjectRequest";
|
|
801
856
|
export * from "./UpdateChapterRequest";
|
|
802
857
|
export * from "./UpdateProjectRequest";
|
|
@@ -849,9 +904,23 @@ export * from "./WebhookToolApiSchemaConfigOutputRequestHeadersValue";
|
|
|
849
904
|
export * from "./WebhookToolConfigInput";
|
|
850
905
|
export * from "./WebhookToolConfigOutput";
|
|
851
906
|
export * from "./WebhookUsageType";
|
|
907
|
+
export * from "./WebsocketTtsClientMessageMulti";
|
|
908
|
+
export * from "./WebsocketTtsServerMessageMulti";
|
|
852
909
|
export * from "./WhatsAppConversationInfo";
|
|
853
910
|
export * from "./WhatsAppConversationInfoDirection";
|
|
854
911
|
export * from "./WhatsAppOutboundCallResponse";
|
|
912
|
+
export * from "./WhatsAppOutboundMessageResponse";
|
|
913
|
+
export * from "./WhatsAppTemplateBodyComponentParams";
|
|
914
|
+
export * from "./WhatsAppTemplateButtonComponentParams";
|
|
915
|
+
export * from "./WhatsAppTemplateDocumentParam";
|
|
916
|
+
export * from "./WhatsAppTemplateDocumentParamDetails";
|
|
917
|
+
export * from "./WhatsAppTemplateHeaderComponentParams";
|
|
918
|
+
export * from "./WhatsAppTemplateHeaderComponentParamsParametersItem";
|
|
919
|
+
export * from "./WhatsAppTemplateImageParam";
|
|
920
|
+
export * from "./WhatsAppTemplateImageParamDetails";
|
|
921
|
+
export * from "./WhatsAppTemplateLocationParam";
|
|
922
|
+
export * from "./WhatsAppTemplateLocationParamDetails";
|
|
923
|
+
export * from "./WhatsAppTemplateTextParam";
|
|
855
924
|
export * from "./WidgetConfig";
|
|
856
925
|
export * from "./WidgetConfigInputAvatar";
|
|
857
926
|
export * from "./WidgetConfigOutputAvatar";
|