@elevenlabs/elevenlabs-js 2.49.1 → 2.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.fern/metadata.json +2 -2
- package/.fern/replay.lock +246 -2
- package/BaseClient.js +2 -2
- package/Client.d.ts +3 -0
- package/Client.js +5 -0
- package/api/resources/conversationalAi/client/Client.d.ts +3 -0
- package/api/resources/conversationalAi/client/Client.js +33 -28
- package/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +2 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +2 -1
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +6 -2
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +4 -1
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +10 -1
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +3 -0
- package/api/resources/conversationalAi/resources/exotel/client/Client.d.ts +30 -0
- package/api/resources/conversationalAi/resources/exotel/client/Client.js +122 -0
- package/api/resources/conversationalAi/resources/exotel/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/exotel/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/exotel/client/requests/BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost.d.ts +16 -0
- package/api/resources/conversationalAi/resources/exotel/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/exotel/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/exotel/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/exotel/index.js +17 -0
- package/api/resources/conversationalAi/resources/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/index.js +3 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +4 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +4 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +5 -5
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +5 -5
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +4 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +4 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +4 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +4 -1
- package/api/resources/index.d.ts +3 -0
- package/api/resources/index.js +4 -1
- package/api/resources/productions/resources/orders/client/Client.d.ts +5 -2
- package/api/resources/productions/resources/orders/client/Client.js +14 -4
- package/api/resources/productions/resources/orders/resources/languages/client/Client.d.ts +1 -1
- package/api/resources/productions/resources/orders/resources/languages/client/Client.js +1 -1
- package/api/resources/speechEngineUpstream/index.d.ts +1 -0
- package/api/resources/speechEngineUpstream/index.js +17 -0
- package/api/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.d.ts +5 -0
- package/api/resources/speechEngineUpstream/types/SendUpstreamMessage.d.ts +5 -0
- package/api/resources/speechEngineUpstream/types/index.d.ts +2 -0
- package/api/resources/speechEngineUpstream/types/index.js +18 -0
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
- package/api/resources/textToDialogue/client/Client.d.ts +1 -0
- package/api/resources/textToDialogue/client/Client.js +17 -4
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +3 -0
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +3 -0
- package/api/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +1 -1
- package/api/resources/voices/client/Client.d.ts +29 -29
- package/api/resources/voices/client/Client.js +105 -105
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +4 -1
- package/api/resources/workspace/resources/resources/client/Client.d.ts +2 -2
- package/api/resources/workspace/resources/resources/client/Client.js +2 -2
- package/api/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +3 -3
- package/api/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +2 -2
- package/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +1 -1
- package/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -1
- package/api/resources/workspaces/client/Client.d.ts +12 -0
- package/api/resources/workspaces/client/Client.js +16 -0
- package/api/resources/workspaces/client/index.d.ts +1 -0
- package/api/resources/workspaces/client/index.js +2 -0
- package/api/resources/workspaces/index.d.ts +2 -0
- package/api/resources/workspaces/index.js +18 -0
- package/api/resources/workspaces/resources/apiKeys/client/Client.d.ts +28 -0
- package/api/resources/workspaces/resources/apiKeys/client/Client.js +111 -0
- package/api/resources/workspaces/resources/apiKeys/client/index.d.ts +1 -0
- package/api/resources/workspaces/resources/apiKeys/client/index.js +17 -0
- package/api/resources/workspaces/resources/apiKeys/client/requests/ApiKeysRevokeRequest.d.ts +10 -0
- package/api/resources/workspaces/resources/apiKeys/client/requests/index.d.ts +1 -0
- package/api/resources/workspaces/resources/apiKeys/client/requests/index.js +2 -0
- package/api/resources/workspaces/resources/apiKeys/index.d.ts +1 -0
- package/api/resources/workspaces/resources/apiKeys/index.js +17 -0
- package/api/resources/workspaces/resources/index.d.ts +2 -0
- package/api/resources/workspaces/resources/index.js +41 -0
- package/api/types/AgentConfig.d.ts +2 -0
- package/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -0
- package/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -0
- package/api/types/AgentPlatformSettingsRequestModel.d.ts +0 -1
- package/api/types/AgentPlatformSettingsResponseModel.d.ts +0 -1
- package/api/types/AgentResponsePayload.d.ts +25 -0
- package/api/types/AgentTransfer.d.ts +2 -1
- package/api/types/AnalysisProperty.d.ts +6 -4
- package/api/types/AnalysisPropertyConstantValue.d.ts +1 -1
- package/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +4 -1
- package/api/types/AsrProvider.d.ts +2 -0
- package/api/types/AsrProvider.js +2 -0
- package/api/types/BaseTurnConfig.d.ts +1 -0
- package/api/types/BehaviorOverride.d.ts +9 -0
- package/api/types/BucketingStatus.d.ts +6 -0
- package/api/types/BucketingStatus.js +9 -0
- package/api/types/ClosePayload.d.ts +7 -0
- package/api/types/ConversationHistoryExotelPhoneCallModel.d.ts +9 -0
- package/api/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +4 -1
- package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +1 -0
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts +4 -1
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +4 -1
- package/api/types/ConversationInitiationSource.d.ts +4 -0
- package/api/types/ConversationInitiationSource.js +4 -0
- package/api/types/ConversationSentimentAnalysis.d.ts +9 -0
- package/api/types/ConversationSentimentAnalysisOverallLabel.d.ts +6 -0
- package/api/types/ConversationSentimentAnalysisOverallLabel.js +9 -0
- package/api/types/CreateExotelPhoneNumberRequest.d.ts +23 -0
- package/api/types/CreateOrderRequest.d.ts +4 -0
- package/api/types/CreateOrderResponse.d.ts +2 -0
- package/api/types/CreateResponseUnitTestRequest.d.ts +2 -0
- package/api/types/CreateSimulationTestRequest.d.ts +2 -0
- package/api/types/CreateToolCallUnitTestRequest.d.ts +2 -0
- package/api/types/CustomLlm.d.ts +2 -0
- package/api/types/CustomLlmAuthConnection.d.ts +5 -0
- package/api/types/DeleteClientParams.d.ts +1 -1
- package/api/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/api/types/ErrorPayload.d.ts +9 -0
- package/api/types/ErrorPayload.js +3 -0
- package/api/types/ExotelApiSubdomain.d.ts +5 -0
- package/api/types/ExotelApiSubdomain.js +8 -0
- package/api/types/ExotelOutboundCallResponse.d.ts +7 -0
- package/api/types/ExotelOutboundCallResponse.js +3 -0
- package/api/types/ExternalFileSyncInfo.d.ts +20 -0
- package/api/types/ExternalFileSyncInfo.js +3 -0
- package/api/types/ExternalFolderSyncInfo.d.ts +18 -0
- package/api/types/ExternalFolderSyncInfo.js +3 -0
- package/api/types/ExternalSyncType.d.ts +1 -0
- package/api/types/ExternalSyncType.js +3 -0
- package/api/types/GetAgentResponseModelPhoneNumbersItem.d.ts +4 -1
- package/api/types/GetConversationResponseModel.d.ts +1 -0
- package/api/types/GetKnowledgeBaseFileResponseModel.d.ts +2 -0
- package/api/types/GetKnowledgeBaseFolderResponseModel.d.ts +2 -0
- package/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +2 -0
- package/api/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +2 -0
- package/api/types/GetPhoneNumberExotelResponseModel.d.ts +15 -0
- package/api/types/GetPhoneNumberExotelResponseModel.js +3 -0
- package/api/types/GetResponseUnitTestResponseModel.d.ts +2 -0
- package/api/types/GetSimulationTestResponseModel.d.ts +2 -0
- package/api/types/GetTestSuiteInvocationResponseModel.d.ts +4 -0
- package/api/types/GetToolCallUnitTestResponseModel.d.ts +2 -0
- package/api/types/InitPayload.d.ts +9 -0
- package/api/types/InitPayload.js +3 -0
- package/api/types/InteractionBudget.d.ts +5 -0
- package/api/types/InteractionBudget.js +8 -0
- package/api/types/LanguagesResponse.d.ts +10 -0
- package/api/types/LanguagesResponse.js +3 -0
- package/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
- package/api/types/LiteralJsonSchemaProperty.d.ts +7 -5
- package/api/types/LiteralJsonSchemaPropertyConstantValue.d.ts +1 -1
- package/api/types/Llm.d.ts +1 -0
- package/api/types/Llm.js +1 -0
- package/api/types/McpToolConfigOverrideInputInputOverridesValue.d.ts +4 -1
- package/api/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +4 -1
- package/api/types/MessagesSearchResult.d.ts +4 -0
- package/api/types/Monitor.d.ts +1 -0
- package/api/types/Monitor.js +1 -0
- package/api/types/MusicGenerationMode.d.ts +7 -0
- package/api/types/MusicGenerationMode.js +10 -0
- package/api/types/OmitSchemaOverride.d.ts +1 -0
- package/api/types/OmitSchemaOverride.js +3 -0
- package/api/types/OptInSmsReminderParams.d.ts +3 -0
- package/api/types/OptInSmsReminderParams.js +3 -0
- package/api/types/OptOutSmsReminderParams.d.ts +3 -0
- package/api/types/OptOutSmsReminderParams.js +3 -0
- package/api/types/OrderItemInfo.d.ts +1 -1
- package/api/types/OrderItemRequestInput.d.ts +10 -0
- package/api/types/OrderItemRequestInput.js +3 -0
- package/api/types/OrderItemRequestOutput.d.ts +10 -0
- package/api/types/OrderItemRequestOutput.js +3 -0
- package/api/types/OrderResponse.d.ts +2 -0
- package/api/types/OrderSummary.d.ts +2 -0
- package/api/types/PingPayload.d.ts +7 -0
- package/api/types/PingPayload.js +3 -0
- package/api/types/PongPayload.d.ts +7 -0
- package/api/types/PongPayload.js +3 -0
- package/api/types/{ProcedureAtVersion.d.ts → ProcedureAtVersionInput.d.ts} +4 -1
- package/api/types/ProcedureAtVersionInput.js +3 -0
- package/api/types/ProcedureAtVersionOutput.d.ts +15 -0
- package/api/types/ProcedureAtVersionOutput.js +3 -0
- package/api/types/ProcedureRefResponseModel.d.ts +3 -0
- package/api/types/ProcedureType.d.ts +5 -0
- package/api/types/ProcedureType.js +8 -0
- package/api/types/ReferencedToolCommonModelType.d.ts +1 -0
- package/api/types/ReferencedToolCommonModelType.js +1 -0
- package/api/types/RenderType.d.ts +1 -0
- package/api/types/RenderType.js +1 -0
- package/api/types/ResourceAccessInfo.d.ts +2 -0
- package/api/types/ResourceAccessInfoAccessSource.d.ts +7 -0
- package/api/types/ResourceAccessInfoAccessSource.js +10 -0
- package/api/types/ResponseUnitTestModel.d.ts +2 -0
- package/api/types/RestoreCalendarEventParams.d.ts +3 -0
- package/api/types/RestoreCalendarEventParams.js +3 -0
- package/api/types/SimulationTestModel.d.ts +2 -0
- package/api/types/SoftTimeoutConfig.d.ts +7 -1
- package/api/types/SoftTimeoutConfigOverride.d.ts +1 -1
- package/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +7 -1
- package/api/types/SpeechEngineResponse.d.ts +2 -0
- package/api/types/SpeechEngineSummaryResponse.d.ts +3 -0
- package/api/types/StartProcedureToolConfigInput.d.ts +4 -0
- package/api/types/StartProcedureToolConfigInput.js +3 -0
- package/api/types/StartProcedureToolConfigOutput.d.ts +4 -0
- package/api/types/StartProcedureToolConfigOutput.js +3 -0
- package/api/types/StartProcedureToolErrorStatus.d.ts +5 -0
- package/{dist/api/types/LoadProcedureToolErrorStatus.js → api/types/StartProcedureToolErrorStatus.js} +2 -2
- package/api/types/SystemEvaluationCriteria.d.ts +4 -0
- package/api/types/SystemEvaluationCriteria.js +3 -0
- package/api/types/SystemToolConfigInputParams.d.ts +4 -4
- package/api/types/SystemToolConfigOutputParams.d.ts +4 -4
- package/api/types/TelephonyProvider.d.ts +1 -0
- package/api/types/TelephonyProvider.js +1 -0
- package/api/types/TestInvocationSummaryResponseModel.d.ts +2 -0
- package/api/types/TestRunResultBucket.d.ts +9 -0
- package/api/types/TestRunResultBucket.js +3 -0
- package/api/types/TestRunResultSummary.d.ts +7 -0
- package/api/types/TestRunResultSummary.js +3 -0
- package/api/types/TextToDialogueWebsocketFinalAudioForTurn.d.ts +4 -0
- package/api/types/TextToDialogueWebsocketFinalAudioForTurn.js +3 -0
- package/api/types/ToolCallUnitTestModel.d.ts +2 -0
- package/api/types/TranscriptMessage.d.ts +10 -0
- package/api/types/TranscriptMessage.js +3 -0
- package/api/types/TranscriptMessageRole.d.ts +6 -0
- package/api/types/TranscriptMessageRole.js +9 -0
- package/api/types/TransferToAgentToolResultSuccessModel.d.ts +1 -0
- package/api/types/TransferToNumberResultExotelSuccessModel.d.ts +6 -0
- package/api/types/TransferToNumberResultExotelSuccessModel.js +3 -0
- package/api/types/TurnConfig.d.ts +1 -0
- package/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/api/types/UnitTestSummaryResponseModel.d.ts +2 -0
- package/api/types/UpdateBookingPageAppearanceParams.d.ts +3 -0
- package/api/types/UpdateBookingPageAppearanceParams.js +3 -0
- package/api/types/UpdateResponseUnitTestRequest.d.ts +2 -0
- package/api/types/UpdateSimulationTestRequest.d.ts +2 -0
- package/api/types/UpdateToolCallUnitTestRequest.d.ts +2 -0
- package/api/types/UpsertOrderItemRequest.d.ts +1 -1
- package/api/types/UrlSecretAuthResponse.d.ts +7 -0
- package/api/types/UrlSecretAuthResponse.js +3 -0
- package/api/types/UserTranscriptPayload.d.ts +20 -0
- package/api/types/UserTranscriptPayload.js +3 -0
- package/api/types/Verbosity.d.ts +6 -0
- package/{dist/api/types/ProcedureCompilerMode.js → api/types/Verbosity.js} +5 -4
- package/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
- package/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
- package/api/types/WebhookUsageType.d.ts +1 -0
- package/api/types/WebhookUsageType.js +1 -0
- package/api/types/WorkflowStandaloneAgentNodeModelInput.d.ts +4 -2
- package/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +4 -2
- package/api/types/index.d.ts +47 -8
- package/api/types/index.js +47 -8
- package/dist/BaseClient.js +2 -2
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +5 -0
- package/dist/api/resources/conversationalAi/client/Client.d.ts +3 -0
- package/dist/api/resources/conversationalAi/client/Client.js +33 -28
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +2 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +6 -2
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +10 -1
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/exotel/client/Client.d.ts +30 -0
- package/dist/api/resources/conversationalAi/resources/exotel/client/Client.js +122 -0
- package/dist/api/resources/conversationalAi/resources/exotel/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/exotel/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/exotel/client/requests/BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost.d.ts +16 -0
- package/dist/api/resources/conversationalAi/resources/exotel/client/requests/BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/exotel/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/exotel/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/exotel/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/exotel/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/index.js +3 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +5 -5
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +5 -5
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +4 -1
- package/dist/api/resources/index.d.ts +3 -0
- package/dist/api/resources/index.js +4 -1
- package/dist/api/resources/productions/resources/orders/client/Client.d.ts +5 -2
- package/dist/api/resources/productions/resources/orders/client/Client.js +14 -4
- package/dist/api/resources/productions/resources/orders/resources/languages/client/Client.d.ts +1 -1
- package/dist/api/resources/productions/resources/orders/resources/languages/client/Client.js +1 -1
- package/dist/api/resources/speechEngineUpstream/index.d.ts +1 -0
- package/dist/api/resources/speechEngineUpstream/index.js +17 -0
- package/dist/api/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.d.ts +5 -0
- package/dist/api/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.js +3 -0
- package/dist/api/resources/speechEngineUpstream/types/SendUpstreamMessage.d.ts +5 -0
- package/dist/api/resources/speechEngineUpstream/types/SendUpstreamMessage.js +3 -0
- package/dist/api/resources/speechEngineUpstream/types/index.d.ts +2 -0
- package/dist/api/resources/speechEngineUpstream/types/index.js +18 -0
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
- package/dist/api/resources/textToDialogue/client/Client.d.ts +1 -0
- package/dist/api/resources/textToDialogue/client/Client.js +17 -4
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +3 -0
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +3 -0
- package/dist/api/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +1 -1
- package/dist/api/resources/voices/client/Client.d.ts +29 -29
- package/dist/api/resources/voices/client/Client.js +105 -105
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +4 -1
- package/dist/api/resources/workspace/resources/resources/client/Client.d.ts +2 -2
- package/dist/api/resources/workspace/resources/resources/client/Client.js +2 -2
- package/dist/api/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +3 -3
- package/dist/api/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +2 -2
- package/dist/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +1 -1
- package/dist/api/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.js +1 -1
- package/dist/api/resources/workspaces/client/Client.d.ts +12 -0
- package/dist/api/resources/workspaces/client/Client.js +16 -0
- package/dist/api/resources/workspaces/client/index.d.ts +1 -0
- package/dist/api/resources/workspaces/client/index.js +2 -0
- package/dist/api/resources/workspaces/index.d.ts +2 -0
- package/dist/api/resources/workspaces/index.js +18 -0
- package/dist/api/resources/workspaces/resources/apiKeys/client/Client.d.ts +28 -0
- package/dist/api/resources/workspaces/resources/apiKeys/client/Client.js +111 -0
- package/dist/api/resources/workspaces/resources/apiKeys/client/index.d.ts +1 -0
- package/dist/api/resources/workspaces/resources/apiKeys/client/index.js +17 -0
- package/dist/api/resources/workspaces/resources/apiKeys/client/requests/ApiKeysRevokeRequest.d.ts +10 -0
- package/dist/api/resources/workspaces/resources/apiKeys/client/requests/ApiKeysRevokeRequest.js +3 -0
- package/dist/api/resources/workspaces/resources/apiKeys/client/requests/index.d.ts +1 -0
- package/dist/api/resources/workspaces/resources/apiKeys/client/requests/index.js +2 -0
- package/dist/api/resources/workspaces/resources/apiKeys/index.d.ts +1 -0
- package/dist/api/resources/workspaces/resources/apiKeys/index.js +17 -0
- package/dist/api/resources/workspaces/resources/index.d.ts +2 -0
- package/dist/api/resources/workspaces/resources/index.js +41 -0
- package/dist/api/types/AgentConfig.d.ts +2 -0
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -0
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -0
- package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +0 -1
- package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +0 -1
- package/dist/api/types/AgentResponsePayload.d.ts +25 -0
- package/dist/api/types/AgentResponsePayload.js +3 -0
- package/dist/api/types/AgentTransfer.d.ts +2 -1
- package/dist/api/types/AnalysisProperty.d.ts +6 -4
- package/dist/api/types/AnalysisPropertyConstantValue.d.ts +1 -1
- package/dist/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +4 -1
- package/dist/api/types/AsrProvider.d.ts +2 -0
- package/dist/api/types/AsrProvider.js +2 -0
- package/dist/api/types/BaseTurnConfig.d.ts +1 -0
- package/dist/api/types/BehaviorOverride.d.ts +9 -0
- package/dist/api/types/BehaviorOverride.js +3 -0
- package/dist/api/types/BucketingStatus.d.ts +6 -0
- package/dist/api/types/BucketingStatus.js +9 -0
- package/dist/api/types/ClosePayload.d.ts +7 -0
- package/dist/api/types/ClosePayload.js +3 -0
- package/dist/api/types/ConversationHistoryExotelPhoneCallModel.d.ts +9 -0
- package/dist/api/types/ConversationHistoryExotelPhoneCallModel.js +3 -0
- package/dist/api/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +4 -1
- package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +1 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts +4 -1
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +4 -1
- package/dist/api/types/ConversationInitiationSource.d.ts +4 -0
- package/dist/api/types/ConversationInitiationSource.js +4 -0
- package/dist/api/types/ConversationSentimentAnalysis.d.ts +9 -0
- package/dist/api/types/ConversationSentimentAnalysis.js +3 -0
- package/dist/api/types/ConversationSentimentAnalysisOverallLabel.d.ts +6 -0
- package/dist/api/types/ConversationSentimentAnalysisOverallLabel.js +9 -0
- package/dist/api/types/CreateExotelPhoneNumberRequest.d.ts +23 -0
- package/dist/api/types/CreateExotelPhoneNumberRequest.js +3 -0
- package/dist/api/types/CreateOrderRequest.d.ts +4 -0
- package/dist/api/types/CreateOrderRequest.js +3 -0
- package/dist/api/types/CreateOrderResponse.d.ts +2 -0
- package/dist/api/types/CreateResponseUnitTestRequest.d.ts +2 -0
- package/dist/api/types/CreateSimulationTestRequest.d.ts +2 -0
- package/dist/api/types/CreateToolCallUnitTestRequest.d.ts +2 -0
- package/dist/api/types/CustomLlm.d.ts +2 -0
- package/dist/api/types/CustomLlmAuthConnection.d.ts +5 -0
- package/dist/api/types/CustomLlmAuthConnection.js +3 -0
- package/dist/api/types/DeleteClientParams.d.ts +1 -1
- package/dist/api/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/dist/api/types/ErrorPayload.d.ts +9 -0
- package/dist/api/types/ErrorPayload.js +3 -0
- package/dist/api/types/ExotelApiSubdomain.d.ts +5 -0
- package/dist/api/types/ExotelApiSubdomain.js +8 -0
- package/dist/api/types/ExotelOutboundCallResponse.d.ts +7 -0
- package/dist/api/types/ExotelOutboundCallResponse.js +3 -0
- package/dist/api/types/ExternalFileSyncInfo.d.ts +20 -0
- package/dist/api/types/ExternalFileSyncInfo.js +3 -0
- package/dist/api/types/ExternalFolderSyncInfo.d.ts +18 -0
- package/dist/api/types/ExternalFolderSyncInfo.js +3 -0
- package/dist/api/types/ExternalSyncType.d.ts +1 -0
- package/dist/api/types/ExternalSyncType.js +3 -0
- package/dist/api/types/GetAgentResponseModelPhoneNumbersItem.d.ts +4 -1
- package/dist/api/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/api/types/GetKnowledgeBaseFileResponseModel.d.ts +2 -0
- package/dist/api/types/GetKnowledgeBaseFolderResponseModel.d.ts +2 -0
- package/dist/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +2 -0
- package/dist/api/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +2 -0
- package/dist/api/types/GetPhoneNumberExotelResponseModel.d.ts +15 -0
- package/dist/api/types/GetPhoneNumberExotelResponseModel.js +3 -0
- package/dist/api/types/GetResponseUnitTestResponseModel.d.ts +2 -0
- package/dist/api/types/GetSimulationTestResponseModel.d.ts +2 -0
- package/dist/api/types/GetTestSuiteInvocationResponseModel.d.ts +4 -0
- package/dist/api/types/GetToolCallUnitTestResponseModel.d.ts +2 -0
- package/dist/api/types/InitPayload.d.ts +9 -0
- package/dist/api/types/InitPayload.js +3 -0
- package/dist/api/types/InteractionBudget.d.ts +5 -0
- package/dist/api/types/InteractionBudget.js +8 -0
- package/dist/api/types/LanguagesResponse.d.ts +10 -0
- package/dist/api/types/LanguagesResponse.js +3 -0
- package/dist/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
- package/dist/api/types/LiteralJsonSchemaProperty.d.ts +7 -5
- package/dist/api/types/LiteralJsonSchemaPropertyConstantValue.d.ts +1 -1
- package/dist/api/types/Llm.d.ts +1 -0
- package/dist/api/types/Llm.js +1 -0
- package/dist/api/types/McpToolConfigOverrideInputInputOverridesValue.d.ts +4 -1
- package/dist/api/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +4 -1
- package/dist/api/types/MessagesSearchResult.d.ts +4 -0
- package/dist/api/types/Monitor.d.ts +1 -0
- package/dist/api/types/Monitor.js +1 -0
- package/dist/api/types/MusicGenerationMode.d.ts +7 -0
- package/dist/api/types/MusicGenerationMode.js +10 -0
- package/dist/api/types/OmitSchemaOverride.d.ts +1 -0
- package/dist/api/types/OmitSchemaOverride.js +3 -0
- package/dist/api/types/OptInSmsReminderParams.d.ts +3 -0
- package/dist/api/types/OptInSmsReminderParams.js +3 -0
- package/dist/api/types/OptOutSmsReminderParams.d.ts +3 -0
- package/dist/api/types/OptOutSmsReminderParams.js +3 -0
- package/dist/api/types/OrderItemInfo.d.ts +1 -1
- package/dist/api/types/OrderItemRequestInput.d.ts +10 -0
- package/dist/api/types/OrderItemRequestInput.js +3 -0
- package/dist/api/types/OrderItemRequestOutput.d.ts +10 -0
- package/dist/api/types/OrderItemRequestOutput.js +3 -0
- package/dist/api/types/OrderResponse.d.ts +2 -0
- package/dist/api/types/OrderSummary.d.ts +2 -0
- package/dist/api/types/PingPayload.d.ts +7 -0
- package/dist/api/types/PingPayload.js +3 -0
- package/dist/api/types/PongPayload.d.ts +7 -0
- package/dist/api/types/PongPayload.js +3 -0
- package/dist/api/types/{ProcedureAtVersion.d.ts → ProcedureAtVersionInput.d.ts} +4 -1
- package/dist/api/types/ProcedureAtVersionInput.js +3 -0
- package/dist/api/types/ProcedureAtVersionOutput.d.ts +15 -0
- package/dist/api/types/ProcedureAtVersionOutput.js +3 -0
- package/dist/api/types/ProcedureRefResponseModel.d.ts +3 -0
- package/dist/api/types/ProcedureType.d.ts +5 -0
- package/dist/api/types/ProcedureType.js +8 -0
- package/dist/api/types/ReferencedToolCommonModelType.d.ts +1 -0
- package/dist/api/types/ReferencedToolCommonModelType.js +1 -0
- package/dist/api/types/RenderType.d.ts +1 -0
- package/dist/api/types/RenderType.js +1 -0
- package/dist/api/types/ResourceAccessInfo.d.ts +2 -0
- package/dist/api/types/ResourceAccessInfoAccessSource.d.ts +7 -0
- package/dist/api/types/ResourceAccessInfoAccessSource.js +10 -0
- package/dist/api/types/ResponseUnitTestModel.d.ts +2 -0
- package/dist/api/types/RestoreCalendarEventParams.d.ts +3 -0
- package/dist/api/types/RestoreCalendarEventParams.js +3 -0
- package/dist/api/types/SimulationTestModel.d.ts +2 -0
- package/dist/api/types/SoftTimeoutConfig.d.ts +7 -1
- package/dist/api/types/SoftTimeoutConfigOverride.d.ts +1 -1
- package/dist/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +7 -1
- package/dist/api/types/SpeechEngineResponse.d.ts +2 -0
- package/dist/api/types/SpeechEngineSummaryResponse.d.ts +3 -0
- package/dist/api/types/StartProcedureToolConfigInput.d.ts +4 -0
- package/dist/api/types/StartProcedureToolConfigInput.js +3 -0
- package/dist/api/types/StartProcedureToolConfigOutput.d.ts +4 -0
- package/dist/api/types/StartProcedureToolConfigOutput.js +3 -0
- package/dist/api/types/StartProcedureToolErrorStatus.d.ts +5 -0
- package/{api/types/LoadProcedureToolErrorStatus.js → dist/api/types/StartProcedureToolErrorStatus.js} +2 -2
- package/dist/api/types/SystemEvaluationCriteria.d.ts +4 -0
- package/dist/api/types/SystemEvaluationCriteria.js +3 -0
- package/dist/api/types/SystemToolConfigInputParams.d.ts +4 -4
- package/dist/api/types/SystemToolConfigOutputParams.d.ts +4 -4
- package/dist/api/types/TelephonyProvider.d.ts +1 -0
- package/dist/api/types/TelephonyProvider.js +1 -0
- package/dist/api/types/TestInvocationSummaryResponseModel.d.ts +2 -0
- package/dist/api/types/TestRunResultBucket.d.ts +9 -0
- package/dist/api/types/TestRunResultBucket.js +3 -0
- package/dist/api/types/TestRunResultSummary.d.ts +7 -0
- package/dist/api/types/TestRunResultSummary.js +3 -0
- package/dist/api/types/TextToDialogueWebsocketFinalAudioForTurn.d.ts +4 -0
- package/dist/api/types/TextToDialogueWebsocketFinalAudioForTurn.js +3 -0
- package/dist/api/types/ToolCallUnitTestModel.d.ts +2 -0
- package/dist/api/types/TranscriptMessage.d.ts +10 -0
- package/dist/api/types/TranscriptMessage.js +3 -0
- package/dist/api/types/TranscriptMessageRole.d.ts +6 -0
- package/dist/api/types/TranscriptMessageRole.js +9 -0
- package/dist/api/types/TransferToAgentToolResultSuccessModel.d.ts +1 -0
- package/dist/api/types/TransferToNumberResultExotelSuccessModel.d.ts +6 -0
- package/dist/api/types/TransferToNumberResultExotelSuccessModel.js +3 -0
- package/dist/api/types/TurnConfig.d.ts +1 -0
- package/dist/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/UnitTestSummaryResponseModel.d.ts +2 -0
- package/dist/api/types/UpdateBookingPageAppearanceParams.d.ts +3 -0
- package/dist/api/types/UpdateBookingPageAppearanceParams.js +3 -0
- package/dist/api/types/UpdateResponseUnitTestRequest.d.ts +2 -0
- package/dist/api/types/UpdateSimulationTestRequest.d.ts +2 -0
- package/dist/api/types/UpdateToolCallUnitTestRequest.d.ts +2 -0
- package/dist/api/types/UpsertOrderItemRequest.d.ts +1 -1
- package/dist/api/types/UrlSecretAuthResponse.d.ts +7 -0
- package/dist/api/types/UrlSecretAuthResponse.js +3 -0
- package/dist/api/types/UserTranscriptPayload.d.ts +20 -0
- package/dist/api/types/UserTranscriptPayload.js +3 -0
- package/dist/api/types/Verbosity.d.ts +6 -0
- package/{api/types/ProcedureCompilerMode.js → dist/api/types/Verbosity.js} +5 -4
- package/dist/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
- package/dist/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
- package/dist/api/types/WebhookUsageType.d.ts +1 -0
- package/dist/api/types/WebhookUsageType.js +1 -0
- package/dist/api/types/WorkflowStandaloneAgentNodeModelInput.d.ts +4 -2
- package/dist/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +4 -2
- package/dist/api/types/index.d.ts +47 -8
- package/dist/api/types/index.js +47 -8
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/exotel/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/exotel/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/exotel/client/requests/BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost.d.ts +15 -0
- package/dist/serialization/resources/conversationalAi/resources/exotel/client/requests/BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost.js +47 -0
- package/dist/serialization/resources/conversationalAi/resources/exotel/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/exotel/client/requests/index.js +5 -0
- package/dist/serialization/resources/conversationalAi/resources/exotel/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/exotel/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/index.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/index.js +3 -1
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +5 -1
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.js +2 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +5 -1
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.js +2 -0
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +5 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.js +2 -0
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +5 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.js +2 -0
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +5 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.js +2 -0
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +5 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.js +2 -0
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/resources/productions/resources/orders/client/create.d.ts +8 -0
- package/dist/serialization/resources/productions/resources/orders/client/create.js +6 -0
- package/dist/serialization/resources/productions/resources/orders/client/index.d.ts +1 -0
- package/dist/serialization/resources/productions/resources/orders/client/index.js +24 -0
- package/dist/serialization/resources/speechEngineUpstream/index.d.ts +1 -0
- package/dist/serialization/resources/speechEngineUpstream/index.js +17 -0
- package/dist/serialization/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.d.ts +12 -0
- package/dist/serialization/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.js +50 -0
- package/dist/serialization/resources/speechEngineUpstream/types/SendUpstreamMessage.d.ts +9 -0
- package/dist/serialization/resources/speechEngineUpstream/types/SendUpstreamMessage.js +41 -0
- package/dist/serialization/resources/speechEngineUpstream/types/index.d.ts +2 -0
- package/dist/serialization/resources/speechEngineUpstream/types/index.js +18 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/dist/serialization/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +2 -1
- package/dist/serialization/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.js +2 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +5 -1
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +2 -0
- package/dist/serialization/types/AgentConfig.d.ts +2 -0
- package/dist/serialization/types/AgentConfig.js +2 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +2 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +2 -0
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +0 -2
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +0 -2
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +0 -2
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +0 -2
- package/dist/serialization/types/AgentResponsePayload.d.ts +12 -0
- package/dist/serialization/types/AgentResponsePayload.js +44 -0
- package/dist/serialization/types/AgentTransfer.d.ts +2 -1
- package/dist/serialization/types/AgentTransfer.js +2 -1
- package/dist/serialization/types/AnalysisProperty.d.ts +1 -0
- package/dist/serialization/types/AnalysisProperty.js +1 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +5 -1
- package/dist/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.js +2 -0
- package/dist/serialization/types/BaseTurnConfig.d.ts +2 -0
- package/dist/serialization/types/BaseTurnConfig.js +2 -0
- package/dist/serialization/types/BehaviorOverride.d.ts +14 -0
- package/dist/serialization/types/BehaviorOverride.js +46 -0
- package/dist/serialization/types/BucketingStatus.d.ts +7 -0
- package/{serialization/types/LoadProcedureToolErrorStatus.js → dist/serialization/types/BucketingStatus.js} +2 -2
- package/dist/serialization/types/ClosePayload.d.ts +9 -0
- package/dist/serialization/types/{LoadProcedureToolErrorStatus.js → ClosePayload.js} +4 -2
- package/dist/serialization/types/ConversationHistoryExotelPhoneCallModel.d.ts +15 -0
- package/dist/serialization/types/ConversationHistoryExotelPhoneCallModel.js +47 -0
- package/dist/serialization/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +5 -1
- package/dist/serialization/types/ConversationHistoryMetadataCommonModelPhoneCall.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +1 -1
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +1 -1
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts +5 -1
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +5 -1
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.js +2 -0
- package/dist/serialization/types/ConversationInitiationSource.d.ts +1 -1
- package/dist/serialization/types/ConversationInitiationSource.js +4 -0
- package/dist/serialization/types/ConversationSentimentAnalysis.d.ts +15 -0
- package/dist/serialization/types/ConversationSentimentAnalysis.js +47 -0
- package/dist/serialization/types/ConversationSentimentAnalysisOverallLabel.d.ts +7 -0
- package/dist/serialization/types/ConversationSentimentAnalysisOverallLabel.js +39 -0
- package/dist/serialization/types/CreateExotelPhoneNumberRequest.d.ts +19 -0
- package/dist/serialization/types/CreateExotelPhoneNumberRequest.js +51 -0
- package/dist/serialization/types/CreateOrderRequest.d.ts +9 -0
- package/dist/serialization/types/CreateOrderRequest.js +41 -0
- package/dist/serialization/types/CreateOrderResponse.d.ts +1 -0
- package/dist/serialization/types/CreateOrderResponse.js +1 -0
- package/dist/serialization/types/CreateResponseUnitTestRequest.d.ts +2 -0
- package/dist/serialization/types/CreateResponseUnitTestRequest.js +2 -0
- package/dist/serialization/types/CreateSimulationTestRequest.d.ts +2 -0
- package/dist/serialization/types/CreateSimulationTestRequest.js +2 -0
- package/dist/serialization/types/CreateToolCallUnitTestRequest.d.ts +2 -0
- package/dist/serialization/types/CreateToolCallUnitTestRequest.js +2 -0
- package/dist/serialization/types/CustomLlm.d.ts +2 -0
- package/dist/serialization/types/CustomLlm.js +2 -0
- package/dist/serialization/types/CustomLlmAuthConnection.d.ts +9 -0
- package/dist/serialization/types/CustomLlmAuthConnection.js +41 -0
- package/dist/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/dist/serialization/types/DirectPublishingReadResponseModel.js +1 -0
- package/dist/serialization/types/ErrorPayload.d.ts +10 -0
- package/dist/serialization/types/ErrorPayload.js +42 -0
- package/dist/serialization/types/ExotelApiSubdomain.d.ts +7 -0
- package/dist/serialization/types/ExotelApiSubdomain.js +39 -0
- package/dist/serialization/types/ExotelOutboundCallResponse.d.ts +12 -0
- package/dist/serialization/types/ExotelOutboundCallResponse.js +44 -0
- package/dist/serialization/types/ExternalFileSyncInfo.d.ts +16 -0
- package/dist/serialization/types/ExternalFileSyncInfo.js +48 -0
- package/dist/serialization/types/ExternalFolderSyncInfo.d.ts +15 -0
- package/dist/serialization/types/ExternalFolderSyncInfo.js +47 -0
- package/dist/serialization/types/ExternalSyncType.d.ts +7 -0
- package/{serialization/types/ProcedureCompilerMode.js → dist/serialization/types/ExternalSyncType.js} +2 -2
- package/dist/serialization/types/GetAgentResponseModelPhoneNumbersItem.d.ts +5 -1
- package/dist/serialization/types/GetAgentResponseModelPhoneNumbersItem.js +2 -0
- package/dist/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetConversationResponseModel.js +1 -0
- package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +3 -0
- package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.js +3 -0
- package/dist/serialization/types/GetKnowledgeBaseFolderResponseModel.d.ts +3 -0
- package/dist/serialization/types/GetKnowledgeBaseFolderResponseModel.js +3 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +3 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +3 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +3 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.js +3 -0
- package/dist/serialization/types/GetPhoneNumberExotelResponseModel.d.ts +15 -0
- package/dist/serialization/types/GetPhoneNumberExotelResponseModel.js +47 -0
- package/dist/serialization/types/GetResponseUnitTestResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetResponseUnitTestResponseModel.js +2 -0
- package/dist/serialization/types/GetSimulationTestResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetSimulationTestResponseModel.js +2 -0
- package/dist/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +5 -0
- package/dist/serialization/types/GetTestSuiteInvocationResponseModel.js +5 -0
- package/dist/serialization/types/GetToolCallUnitTestResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetToolCallUnitTestResponseModel.js +2 -0
- package/dist/serialization/types/InitPayload.d.ts +10 -0
- package/dist/serialization/types/InitPayload.js +42 -0
- package/dist/serialization/types/InteractionBudget.d.ts +7 -0
- package/dist/serialization/types/{ProcedureCompilerMode.js → InteractionBudget.js} +2 -2
- package/dist/serialization/types/LanguagesResponse.d.ts +15 -0
- package/{serialization/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.js → dist/serialization/types/LanguagesResponse.js} +2 -2
- package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
- package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
- package/dist/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
- package/dist/serialization/types/LiteralJsonSchemaProperty.js +1 -0
- package/dist/serialization/types/Llm.d.ts +1 -1
- package/dist/serialization/types/Llm.js +1 -0
- package/dist/serialization/types/McpToolConfigOverrideInputInputOverridesValue.d.ts +5 -1
- package/dist/serialization/types/McpToolConfigOverrideInputInputOverridesValue.js +2 -0
- package/dist/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +5 -1
- package/dist/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.js +2 -0
- package/dist/serialization/types/MessagesSearchResult.d.ts +2 -0
- package/dist/serialization/types/MessagesSearchResult.js +2 -0
- package/dist/serialization/types/Monitor.d.ts +1 -1
- package/dist/serialization/types/Monitor.js +1 -1
- package/dist/serialization/types/MusicGenerationMode.d.ts +7 -0
- package/dist/serialization/types/MusicGenerationMode.js +39 -0
- package/dist/serialization/types/OmitSchemaOverride.d.ts +7 -0
- package/dist/serialization/types/OmitSchemaOverride.js +39 -0
- package/dist/serialization/types/OptInSmsReminderParams.d.ts +9 -0
- package/dist/serialization/types/OptInSmsReminderParams.js +41 -0
- package/dist/serialization/types/OptOutSmsReminderParams.d.ts +9 -0
- package/dist/serialization/types/OptOutSmsReminderParams.js +41 -0
- package/dist/serialization/types/OrderItemInfo.d.ts +2 -2
- package/dist/serialization/types/OrderItemInfo.js +2 -2
- package/dist/serialization/types/OrderItemRequestInput.d.ts +15 -0
- package/{serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.js → dist/serialization/types/OrderItemRequestInput.js} +2 -2
- package/dist/serialization/types/OrderItemRequestOutput.d.ts +15 -0
- package/dist/serialization/types/{RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.js → OrderItemRequestOutput.js} +2 -2
- package/dist/serialization/types/OrderResponse.d.ts +1 -0
- package/dist/serialization/types/OrderResponse.js +1 -0
- package/dist/serialization/types/OrderSummary.d.ts +1 -0
- package/dist/serialization/types/OrderSummary.js +1 -0
- package/dist/serialization/types/PingPayload.d.ts +9 -0
- package/dist/serialization/types/PingPayload.js +41 -0
- package/dist/serialization/types/PongPayload.d.ts +9 -0
- package/dist/serialization/types/PongPayload.js +41 -0
- package/dist/serialization/types/ProcedureAtVersionInput.d.ts +17 -0
- package/{serialization/types/ProcedureAtVersion.js → dist/serialization/types/ProcedureAtVersionInput.js} +6 -2
- package/dist/serialization/types/ProcedureAtVersionOutput.d.ts +17 -0
- package/dist/serialization/types/ProcedureAtVersionOutput.js +49 -0
- package/dist/serialization/types/ProcedureRefResponseModel.d.ts +2 -0
- package/dist/serialization/types/ProcedureRefResponseModel.js +2 -0
- package/dist/serialization/types/ProcedureType.d.ts +7 -0
- package/dist/serialization/types/ProcedureType.js +39 -0
- package/dist/serialization/types/ReferencedToolCommonModelType.d.ts +1 -1
- package/dist/serialization/types/ReferencedToolCommonModelType.js +1 -1
- package/dist/serialization/types/RenderType.d.ts +1 -1
- package/dist/serialization/types/RenderType.js +1 -1
- package/dist/serialization/types/ResourceAccessInfo.d.ts +2 -0
- package/dist/serialization/types/ResourceAccessInfo.js +2 -0
- package/dist/serialization/types/ResourceAccessInfoAccessSource.d.ts +7 -0
- package/dist/serialization/types/ResourceAccessInfoAccessSource.js +39 -0
- package/dist/serialization/types/ResponseUnitTestModel.d.ts +2 -0
- package/dist/serialization/types/ResponseUnitTestModel.js +2 -0
- package/dist/serialization/types/RestoreCalendarEventParams.d.ts +9 -0
- package/dist/serialization/types/RestoreCalendarEventParams.js +41 -0
- package/dist/serialization/types/SimulationTestModel.d.ts +2 -0
- package/dist/serialization/types/SimulationTestModel.js +2 -0
- package/dist/serialization/types/SoftTimeoutConfig.d.ts +3 -0
- package/dist/serialization/types/SoftTimeoutConfig.js +3 -0
- package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +3 -0
- package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.js +3 -0
- package/dist/serialization/types/SpeechEngineResponse.d.ts +2 -0
- package/dist/serialization/types/SpeechEngineResponse.js +2 -0
- package/dist/serialization/types/SpeechEngineSummaryResponse.d.ts +2 -0
- package/dist/serialization/types/SpeechEngineSummaryResponse.js +2 -0
- package/dist/serialization/types/StartProcedureToolConfigInput.d.ts +10 -0
- package/dist/serialization/types/{LoadProcedureToolConfig.js → StartProcedureToolConfigInput.js} +4 -4
- package/dist/serialization/types/StartProcedureToolConfigOutput.d.ts +10 -0
- package/dist/serialization/types/StartProcedureToolConfigOutput.js +42 -0
- package/dist/serialization/types/StartProcedureToolErrorStatus.d.ts +7 -0
- package/dist/serialization/types/StartProcedureToolErrorStatus.js +39 -0
- package/dist/serialization/types/SystemEvaluationCriteria.d.ts +10 -0
- package/dist/serialization/types/{ProcedureSettings.js → SystemEvaluationCriteria.js} +4 -4
- package/dist/serialization/types/SystemToolConfigInputParams.d.ts +5 -5
- package/dist/serialization/types/SystemToolConfigInputParams.js +2 -2
- package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +5 -5
- package/dist/serialization/types/SystemToolConfigOutputParams.js +2 -2
- package/dist/serialization/types/TelephonyProvider.d.ts +1 -1
- package/dist/serialization/types/TelephonyProvider.js +1 -1
- package/dist/serialization/types/TestInvocationSummaryResponseModel.d.ts +1 -0
- package/dist/serialization/types/TestInvocationSummaryResponseModel.js +1 -0
- package/dist/serialization/types/TestRunResultBucket.d.ts +13 -0
- package/dist/serialization/types/TestRunResultBucket.js +45 -0
- package/dist/serialization/types/TestRunResultSummary.d.ts +13 -0
- package/dist/serialization/types/TestRunResultSummary.js +45 -0
- package/dist/serialization/types/TextToDialogueWebsocketFinalAudioForTurn.d.ts +9 -0
- package/dist/serialization/types/TextToDialogueWebsocketFinalAudioForTurn.js +41 -0
- package/dist/serialization/types/ToolCallUnitTestModel.d.ts +2 -0
- package/dist/serialization/types/ToolCallUnitTestModel.js +2 -0
- package/dist/serialization/types/TranscriptMessage.d.ts +11 -0
- package/dist/serialization/types/TranscriptMessage.js +43 -0
- package/dist/serialization/types/TranscriptMessageRole.d.ts +7 -0
- package/dist/serialization/types/TranscriptMessageRole.js +39 -0
- package/dist/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +1 -0
- package/dist/serialization/types/TransferToAgentToolResultSuccessModel.js +1 -0
- package/dist/serialization/types/TransferToNumberResultExotelSuccessModel.d.ts +12 -0
- package/dist/serialization/types/TransferToNumberResultExotelSuccessModel.js +44 -0
- package/dist/serialization/types/TurnConfig.d.ts +2 -0
- package/dist/serialization/types/TurnConfig.js +2 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.js +2 -0
- package/dist/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -0
- package/dist/serialization/types/UnitTestSummaryResponseModel.js +2 -0
- package/dist/serialization/types/UpdateBookingPageAppearanceParams.d.ts +9 -0
- package/dist/serialization/types/UpdateBookingPageAppearanceParams.js +41 -0
- package/dist/serialization/types/UpdateResponseUnitTestRequest.d.ts +2 -0
- package/dist/serialization/types/UpdateResponseUnitTestRequest.js +2 -0
- package/dist/serialization/types/UpdateSimulationTestRequest.d.ts +2 -0
- package/dist/serialization/types/UpdateSimulationTestRequest.js +2 -0
- package/dist/serialization/types/UpdateToolCallUnitTestRequest.d.ts +2 -0
- package/dist/serialization/types/UpdateToolCallUnitTestRequest.js +2 -0
- package/dist/serialization/types/UpsertOrderItemRequest.d.ts +2 -2
- package/dist/serialization/types/UpsertOrderItemRequest.js +2 -2
- package/dist/serialization/types/UrlSecretAuthResponse.d.ts +13 -0
- package/dist/serialization/types/UrlSecretAuthResponse.js +45 -0
- package/dist/serialization/types/UserTranscriptPayload.d.ts +12 -0
- package/dist/serialization/types/UserTranscriptPayload.js +44 -0
- package/dist/serialization/types/Verbosity.d.ts +7 -0
- package/dist/serialization/types/Verbosity.js +39 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +1 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigInput.js +1 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.js +1 -0
- package/dist/serialization/types/WebhookUsageType.d.ts +1 -1
- package/dist/serialization/types/WebhookUsageType.js +1 -0
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModelInput.d.ts +2 -1
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModelInput.js +2 -1
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +2 -1
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModelOutput.js +2 -1
- package/dist/serialization/types/index.d.ts +47 -8
- package/dist/serialization/types/index.js +47 -8
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/music.d.ts +11 -0
- package/dist/wrapper/music.js +15 -0
- package/package.json +1 -1
- package/reference.md +197 -49
- package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +1 -0
- package/serialization/resources/conversationalAi/resources/exotel/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/exotel/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/exotel/client/requests/BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost.d.ts +15 -0
- package/serialization/resources/conversationalAi/resources/exotel/client/requests/BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost.js +47 -0
- package/serialization/resources/conversationalAi/resources/exotel/client/requests/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/exotel/client/requests/index.js +5 -0
- package/serialization/resources/conversationalAi/resources/exotel/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/exotel/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/index.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/index.js +3 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +5 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.js +2 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +5 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.js +2 -0
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +5 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.js +2 -0
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +5 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.js +2 -0
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +5 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.js +2 -0
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +5 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.js +2 -0
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/resources/productions/resources/orders/client/create.d.ts +8 -0
- package/serialization/resources/productions/resources/orders/client/create.js +6 -0
- package/serialization/resources/productions/resources/orders/client/index.d.ts +1 -0
- package/serialization/resources/productions/resources/orders/client/index.js +24 -0
- package/serialization/resources/speechEngineUpstream/index.d.ts +1 -0
- package/serialization/resources/speechEngineUpstream/index.js +17 -0
- package/serialization/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.d.ts +12 -0
- package/serialization/resources/speechEngineUpstream/types/ReceiveUpstreamMessage.js +50 -0
- package/serialization/resources/speechEngineUpstream/types/SendUpstreamMessage.d.ts +9 -0
- package/serialization/resources/speechEngineUpstream/types/SendUpstreamMessage.js +41 -0
- package/serialization/resources/speechEngineUpstream/types/index.d.ts +2 -0
- package/serialization/resources/speechEngineUpstream/types/index.js +18 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/serialization/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.d.ts +2 -1
- package/serialization/resources/v1TextToDialogueStreamInput/types/ReceiveTextToDialogueWebsocketMessage.js +2 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +5 -1
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +2 -0
- package/serialization/types/AgentConfig.d.ts +2 -0
- package/serialization/types/AgentConfig.js +2 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +2 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +2 -0
- package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +0 -2
- package/serialization/types/AgentPlatformSettingsRequestModel.js +0 -2
- package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +0 -2
- package/serialization/types/AgentPlatformSettingsResponseModel.js +0 -2
- package/serialization/types/AgentResponsePayload.d.ts +12 -0
- package/serialization/types/AgentResponsePayload.js +44 -0
- package/serialization/types/AgentTransfer.d.ts +2 -1
- package/serialization/types/AgentTransfer.js +2 -1
- package/serialization/types/AnalysisProperty.d.ts +1 -0
- package/serialization/types/AnalysisProperty.js +1 -0
- package/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +5 -1
- package/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.js +2 -0
- package/serialization/types/BaseTurnConfig.d.ts +2 -0
- package/serialization/types/BaseTurnConfig.js +2 -0
- package/serialization/types/BehaviorOverride.d.ts +14 -0
- package/serialization/types/BehaviorOverride.js +46 -0
- package/serialization/types/BucketingStatus.d.ts +7 -0
- package/serialization/types/BucketingStatus.js +39 -0
- package/serialization/types/ClosePayload.d.ts +9 -0
- package/serialization/types/ClosePayload.js +41 -0
- package/serialization/types/ConversationHistoryExotelPhoneCallModel.d.ts +15 -0
- package/serialization/types/ConversationHistoryExotelPhoneCallModel.js +47 -0
- package/serialization/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +5 -1
- package/serialization/types/ConversationHistoryMetadataCommonModelPhoneCall.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +1 -1
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +1 -1
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts +5 -1
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +5 -1
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.js +2 -0
- package/serialization/types/ConversationInitiationSource.d.ts +1 -1
- package/serialization/types/ConversationInitiationSource.js +4 -0
- package/serialization/types/ConversationSentimentAnalysis.d.ts +15 -0
- package/serialization/types/ConversationSentimentAnalysis.js +47 -0
- package/serialization/types/ConversationSentimentAnalysisOverallLabel.d.ts +7 -0
- package/serialization/types/ConversationSentimentAnalysisOverallLabel.js +39 -0
- package/serialization/types/CreateExotelPhoneNumberRequest.d.ts +19 -0
- package/serialization/types/CreateExotelPhoneNumberRequest.js +51 -0
- package/serialization/types/CreateOrderRequest.d.ts +9 -0
- package/serialization/types/CreateOrderRequest.js +41 -0
- package/serialization/types/CreateOrderResponse.d.ts +1 -0
- package/serialization/types/CreateOrderResponse.js +1 -0
- package/serialization/types/CreateResponseUnitTestRequest.d.ts +2 -0
- package/serialization/types/CreateResponseUnitTestRequest.js +2 -0
- package/serialization/types/CreateSimulationTestRequest.d.ts +2 -0
- package/serialization/types/CreateSimulationTestRequest.js +2 -0
- package/serialization/types/CreateToolCallUnitTestRequest.d.ts +2 -0
- package/serialization/types/CreateToolCallUnitTestRequest.js +2 -0
- package/serialization/types/CustomLlm.d.ts +2 -0
- package/serialization/types/CustomLlm.js +2 -0
- package/serialization/types/CustomLlmAuthConnection.d.ts +9 -0
- package/serialization/types/CustomLlmAuthConnection.js +41 -0
- package/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/serialization/types/DirectPublishingReadResponseModel.js +1 -0
- package/serialization/types/ErrorPayload.d.ts +10 -0
- package/serialization/types/ErrorPayload.js +42 -0
- package/serialization/types/ExotelApiSubdomain.d.ts +7 -0
- package/serialization/types/ExotelApiSubdomain.js +39 -0
- package/serialization/types/ExotelOutboundCallResponse.d.ts +12 -0
- package/serialization/types/ExotelOutboundCallResponse.js +44 -0
- package/serialization/types/ExternalFileSyncInfo.d.ts +16 -0
- package/serialization/types/ExternalFileSyncInfo.js +48 -0
- package/serialization/types/ExternalFolderSyncInfo.d.ts +15 -0
- package/serialization/types/ExternalFolderSyncInfo.js +47 -0
- package/serialization/types/ExternalSyncType.d.ts +7 -0
- package/serialization/types/ExternalSyncType.js +39 -0
- package/serialization/types/GetAgentResponseModelPhoneNumbersItem.d.ts +5 -1
- package/serialization/types/GetAgentResponseModelPhoneNumbersItem.js +2 -0
- package/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/serialization/types/GetConversationResponseModel.js +1 -0
- package/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +3 -0
- package/serialization/types/GetKnowledgeBaseFileResponseModel.js +3 -0
- package/serialization/types/GetKnowledgeBaseFolderResponseModel.d.ts +3 -0
- package/serialization/types/GetKnowledgeBaseFolderResponseModel.js +3 -0
- package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +3 -0
- package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +3 -0
- package/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +3 -0
- package/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.js +3 -0
- package/serialization/types/GetPhoneNumberExotelResponseModel.d.ts +15 -0
- package/serialization/types/GetPhoneNumberExotelResponseModel.js +47 -0
- package/serialization/types/GetResponseUnitTestResponseModel.d.ts +2 -0
- package/serialization/types/GetResponseUnitTestResponseModel.js +2 -0
- package/serialization/types/GetSimulationTestResponseModel.d.ts +2 -0
- package/serialization/types/GetSimulationTestResponseModel.js +2 -0
- package/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +5 -0
- package/serialization/types/GetTestSuiteInvocationResponseModel.js +5 -0
- package/serialization/types/GetToolCallUnitTestResponseModel.d.ts +2 -0
- package/serialization/types/GetToolCallUnitTestResponseModel.js +2 -0
- package/serialization/types/InitPayload.d.ts +10 -0
- package/serialization/types/InitPayload.js +42 -0
- package/serialization/types/InteractionBudget.d.ts +7 -0
- package/serialization/types/InteractionBudget.js +39 -0
- package/serialization/types/LanguagesResponse.d.ts +15 -0
- package/{dist/serialization/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.js → serialization/types/LanguagesResponse.js} +2 -2
- package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
- package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
- package/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
- package/serialization/types/LiteralJsonSchemaProperty.js +1 -0
- package/serialization/types/Llm.d.ts +1 -1
- package/serialization/types/Llm.js +1 -0
- package/serialization/types/McpToolConfigOverrideInputInputOverridesValue.d.ts +5 -1
- package/serialization/types/McpToolConfigOverrideInputInputOverridesValue.js +2 -0
- package/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +5 -1
- package/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.js +2 -0
- package/serialization/types/MessagesSearchResult.d.ts +2 -0
- package/serialization/types/MessagesSearchResult.js +2 -0
- package/serialization/types/Monitor.d.ts +1 -1
- package/serialization/types/Monitor.js +1 -1
- package/serialization/types/MusicGenerationMode.d.ts +7 -0
- package/serialization/types/MusicGenerationMode.js +39 -0
- package/serialization/types/OmitSchemaOverride.d.ts +7 -0
- package/serialization/types/OmitSchemaOverride.js +39 -0
- package/serialization/types/OptInSmsReminderParams.d.ts +9 -0
- package/serialization/types/OptInSmsReminderParams.js +41 -0
- package/serialization/types/OptOutSmsReminderParams.d.ts +9 -0
- package/serialization/types/OptOutSmsReminderParams.js +41 -0
- package/serialization/types/OrderItemInfo.d.ts +2 -2
- package/serialization/types/OrderItemInfo.js +2 -2
- package/serialization/types/OrderItemRequestInput.d.ts +15 -0
- package/{dist/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.js → serialization/types/OrderItemRequestInput.js} +2 -2
- package/serialization/types/OrderItemRequestOutput.d.ts +15 -0
- package/serialization/types/{RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.js → OrderItemRequestOutput.js} +2 -2
- package/serialization/types/OrderResponse.d.ts +1 -0
- package/serialization/types/OrderResponse.js +1 -0
- package/serialization/types/OrderSummary.d.ts +1 -0
- package/serialization/types/OrderSummary.js +1 -0
- package/serialization/types/PingPayload.d.ts +9 -0
- package/serialization/types/PingPayload.js +41 -0
- package/serialization/types/PongPayload.d.ts +9 -0
- package/serialization/types/PongPayload.js +41 -0
- package/serialization/types/ProcedureAtVersionInput.d.ts +17 -0
- package/{dist/serialization/types/ProcedureAtVersion.js → serialization/types/ProcedureAtVersionInput.js} +6 -2
- package/serialization/types/ProcedureAtVersionOutput.d.ts +17 -0
- package/serialization/types/ProcedureAtVersionOutput.js +49 -0
- package/serialization/types/ProcedureRefResponseModel.d.ts +2 -0
- package/serialization/types/ProcedureRefResponseModel.js +2 -0
- package/serialization/types/ProcedureType.d.ts +7 -0
- package/serialization/types/ProcedureType.js +39 -0
- package/serialization/types/ReferencedToolCommonModelType.d.ts +1 -1
- package/serialization/types/ReferencedToolCommonModelType.js +1 -1
- package/serialization/types/RenderType.d.ts +1 -1
- package/serialization/types/RenderType.js +1 -1
- package/serialization/types/ResourceAccessInfo.d.ts +2 -0
- package/serialization/types/ResourceAccessInfo.js +2 -0
- package/serialization/types/ResourceAccessInfoAccessSource.d.ts +7 -0
- package/serialization/types/ResourceAccessInfoAccessSource.js +39 -0
- package/serialization/types/ResponseUnitTestModel.d.ts +2 -0
- package/serialization/types/ResponseUnitTestModel.js +2 -0
- package/serialization/types/RestoreCalendarEventParams.d.ts +9 -0
- package/serialization/types/RestoreCalendarEventParams.js +41 -0
- package/serialization/types/SimulationTestModel.d.ts +2 -0
- package/serialization/types/SimulationTestModel.js +2 -0
- package/serialization/types/SoftTimeoutConfig.d.ts +3 -0
- package/serialization/types/SoftTimeoutConfig.js +3 -0
- package/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +3 -0
- package/serialization/types/SoftTimeoutConfigWorkflowOverride.js +3 -0
- package/serialization/types/SpeechEngineResponse.d.ts +2 -0
- package/serialization/types/SpeechEngineResponse.js +2 -0
- package/serialization/types/SpeechEngineSummaryResponse.d.ts +2 -0
- package/serialization/types/SpeechEngineSummaryResponse.js +2 -0
- package/serialization/types/StartProcedureToolConfigInput.d.ts +10 -0
- package/serialization/types/{LoadProcedureToolConfig.js → StartProcedureToolConfigInput.js} +4 -4
- package/serialization/types/StartProcedureToolConfigOutput.d.ts +10 -0
- package/serialization/types/StartProcedureToolConfigOutput.js +42 -0
- package/serialization/types/StartProcedureToolErrorStatus.d.ts +7 -0
- package/serialization/types/StartProcedureToolErrorStatus.js +39 -0
- package/serialization/types/SystemEvaluationCriteria.d.ts +10 -0
- package/serialization/types/{ProcedureSettings.js → SystemEvaluationCriteria.js} +4 -4
- package/serialization/types/SystemToolConfigInputParams.d.ts +5 -5
- package/serialization/types/SystemToolConfigInputParams.js +2 -2
- package/serialization/types/SystemToolConfigOutputParams.d.ts +5 -5
- package/serialization/types/SystemToolConfigOutputParams.js +2 -2
- package/serialization/types/TelephonyProvider.d.ts +1 -1
- package/serialization/types/TelephonyProvider.js +1 -1
- package/serialization/types/TestInvocationSummaryResponseModel.d.ts +1 -0
- package/serialization/types/TestInvocationSummaryResponseModel.js +1 -0
- package/serialization/types/TestRunResultBucket.d.ts +13 -0
- package/serialization/types/TestRunResultBucket.js +45 -0
- package/serialization/types/TestRunResultSummary.d.ts +13 -0
- package/serialization/types/TestRunResultSummary.js +45 -0
- package/serialization/types/TextToDialogueWebsocketFinalAudioForTurn.d.ts +9 -0
- package/serialization/types/TextToDialogueWebsocketFinalAudioForTurn.js +41 -0
- package/serialization/types/ToolCallUnitTestModel.d.ts +2 -0
- package/serialization/types/ToolCallUnitTestModel.js +2 -0
- package/serialization/types/TranscriptMessage.d.ts +11 -0
- package/serialization/types/TranscriptMessage.js +43 -0
- package/serialization/types/TranscriptMessageRole.d.ts +7 -0
- package/serialization/types/TranscriptMessageRole.js +39 -0
- package/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +1 -0
- package/serialization/types/TransferToAgentToolResultSuccessModel.js +1 -0
- package/serialization/types/TransferToNumberResultExotelSuccessModel.d.ts +12 -0
- package/serialization/types/TransferToNumberResultExotelSuccessModel.js +44 -0
- package/serialization/types/TurnConfig.d.ts +2 -0
- package/serialization/types/TurnConfig.js +2 -0
- package/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/serialization/types/TurnConfigWorkflowOverride.js +2 -0
- package/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -0
- package/serialization/types/UnitTestSummaryResponseModel.js +2 -0
- package/serialization/types/UpdateBookingPageAppearanceParams.d.ts +9 -0
- package/serialization/types/UpdateBookingPageAppearanceParams.js +41 -0
- package/serialization/types/UpdateResponseUnitTestRequest.d.ts +2 -0
- package/serialization/types/UpdateResponseUnitTestRequest.js +2 -0
- package/serialization/types/UpdateSimulationTestRequest.d.ts +2 -0
- package/serialization/types/UpdateSimulationTestRequest.js +2 -0
- package/serialization/types/UpdateToolCallUnitTestRequest.d.ts +2 -0
- package/serialization/types/UpdateToolCallUnitTestRequest.js +2 -0
- package/serialization/types/UpsertOrderItemRequest.d.ts +2 -2
- package/serialization/types/UpsertOrderItemRequest.js +2 -2
- package/serialization/types/UrlSecretAuthResponse.d.ts +13 -0
- package/serialization/types/UrlSecretAuthResponse.js +45 -0
- package/serialization/types/UserTranscriptPayload.d.ts +12 -0
- package/serialization/types/UserTranscriptPayload.js +44 -0
- package/serialization/types/Verbosity.d.ts +7 -0
- package/serialization/types/Verbosity.js +39 -0
- package/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +1 -0
- package/serialization/types/WebhookToolApiSchemaConfigInput.js +1 -0
- package/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -0
- package/serialization/types/WebhookToolApiSchemaConfigOutput.js +1 -0
- package/serialization/types/WebhookUsageType.d.ts +1 -1
- package/serialization/types/WebhookUsageType.js +1 -0
- package/serialization/types/WorkflowStandaloneAgentNodeModelInput.d.ts +2 -1
- package/serialization/types/WorkflowStandaloneAgentNodeModelInput.js +2 -1
- package/serialization/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +2 -1
- package/serialization/types/WorkflowStandaloneAgentNodeModelOutput.js +2 -1
- package/serialization/types/index.d.ts +47 -8
- package/serialization/types/index.js +47 -8
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/music.d.ts +11 -0
- package/wrapper/music.js +15 -0
- package/api/types/LoadProcedureToolConfig.d.ts +0 -4
- package/api/types/LoadProcedureToolErrorStatus.d.ts +0 -5
- package/api/types/ProcedureCompilerMode.d.ts +0 -5
- package/api/types/ProcedureSettings.d.ts +0 -4
- package/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.d.ts +0 -10
- package/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.d.ts +0 -10
- package/api/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.d.ts +0 -10
- package/dist/api/types/LoadProcedureToolConfig.d.ts +0 -4
- package/dist/api/types/LoadProcedureToolErrorStatus.d.ts +0 -5
- package/dist/api/types/ProcedureCompilerMode.d.ts +0 -5
- package/dist/api/types/ProcedureSettings.d.ts +0 -4
- package/dist/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.d.ts +0 -10
- package/dist/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.d.ts +0 -10
- package/dist/api/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.d.ts +0 -10
- package/dist/serialization/types/LoadProcedureToolConfig.d.ts +0 -10
- package/dist/serialization/types/LoadProcedureToolErrorStatus.d.ts +0 -7
- package/dist/serialization/types/ProcedureAtVersion.d.ts +0 -13
- package/dist/serialization/types/ProcedureCompilerMode.d.ts +0 -7
- package/dist/serialization/types/ProcedureSettings.d.ts +0 -10
- package/dist/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.d.ts +0 -15
- package/dist/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.d.ts +0 -15
- package/dist/serialization/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.d.ts +0 -15
- package/serialization/types/LoadProcedureToolConfig.d.ts +0 -10
- package/serialization/types/LoadProcedureToolErrorStatus.d.ts +0 -7
- package/serialization/types/ProcedureAtVersion.d.ts +0 -13
- package/serialization/types/ProcedureCompilerMode.d.ts +0 -7
- package/serialization/types/ProcedureSettings.d.ts +0 -10
- package/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.d.ts +0 -15
- package/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.d.ts +0 -15
- package/serialization/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.d.ts +0 -15
- /package/api/{types/LoadProcedureToolConfig.js → resources/conversationalAi/resources/exotel/client/requests/BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost.js} +0 -0
- /package/api/{types/ProcedureAtVersion.js → resources/speechEngineUpstream/types/ReceiveUpstreamMessage.js} +0 -0
- /package/api/{types/ProcedureSettings.js → resources/speechEngineUpstream/types/SendUpstreamMessage.js} +0 -0
- /package/api/{types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.js → resources/workspaces/resources/apiKeys/client/requests/ApiKeysRevokeRequest.js} +0 -0
- /package/api/types/{RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.js → AgentResponsePayload.js} +0 -0
- /package/api/types/{RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.js → BehaviorOverride.js} +0 -0
- /package/{dist/api/types/LoadProcedureToolConfig.js → api/types/ClosePayload.js} +0 -0
- /package/{dist/api/types/ProcedureAtVersion.js → api/types/ConversationHistoryExotelPhoneCallModel.js} +0 -0
- /package/{dist/api/types/ProcedureSettings.js → api/types/ConversationSentimentAnalysis.js} +0 -0
- /package/{dist/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.js → api/types/CreateExotelPhoneNumberRequest.js} +0 -0
- /package/{dist/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.js → api/types/CreateOrderRequest.js} +0 -0
- /package/{dist/api/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.js → api/types/CustomLlmAuthConnection.js} +0 -0
package/api/types/index.js
CHANGED
|
@@ -55,6 +55,7 @@ __exportStar(require("./AgentMetadataDbModel"), exports);
|
|
|
55
55
|
__exportStar(require("./AgentMetadataResponseModel"), exports);
|
|
56
56
|
__exportStar(require("./AgentPlatformSettingsRequestModel"), exports);
|
|
57
57
|
__exportStar(require("./AgentPlatformSettingsResponseModel"), exports);
|
|
58
|
+
__exportStar(require("./AgentResponsePayload"), exports);
|
|
58
59
|
__exportStar(require("./AgentSimulatedChatTestResponseModel"), exports);
|
|
59
60
|
__exportStar(require("./AgentSortBy"), exports);
|
|
60
61
|
__exportStar(require("./AgentSuccessfulResponseExample"), exports);
|
|
@@ -191,9 +192,11 @@ __exportStar(require("./BatchCallStatus"), exports);
|
|
|
191
192
|
__exportStar(require("./BatchCallWhatsAppParams"), exports);
|
|
192
193
|
__exportStar(require("./BatchFailureResponseModel"), exports);
|
|
193
194
|
__exportStar(require("./BearerAuthResponse"), exports);
|
|
195
|
+
__exportStar(require("./BehaviorOverride"), exports);
|
|
194
196
|
__exportStar(require("./BillingPeriod"), exports);
|
|
195
197
|
__exportStar(require("./BranchProtectionStatus"), exports);
|
|
196
198
|
__exportStar(require("./BreakdownTypes"), exports);
|
|
199
|
+
__exportStar(require("./BucketingStatus"), exports);
|
|
197
200
|
__exportStar(require("./BuiltInToolsInput"), exports);
|
|
198
201
|
__exportStar(require("./BuiltInToolsOutput"), exports);
|
|
199
202
|
__exportStar(require("./BuiltInToolsWorkflowOverrideInput"), exports);
|
|
@@ -253,6 +256,7 @@ __exportStar(require("./ClipAnimationEnterEffect"), exports);
|
|
|
253
256
|
__exportStar(require("./ClipAnimationExitEffect"), exports);
|
|
254
257
|
__exportStar(require("./CloseConnection"), exports);
|
|
255
258
|
__exportStar(require("./CloseContext"), exports);
|
|
259
|
+
__exportStar(require("./ClosePayload"), exports);
|
|
256
260
|
__exportStar(require("./CloseSocket"), exports);
|
|
257
261
|
__exportStar(require("./CoachedAgentSettings"), exports);
|
|
258
262
|
__exportStar(require("./CoachingAgentSettings"), exports);
|
|
@@ -308,6 +312,7 @@ __exportStar(require("./ConversationHistoryBatchCallModel"), exports);
|
|
|
308
312
|
__exportStar(require("./ConversationHistoryElevenAssistantCommonModel"), exports);
|
|
309
313
|
__exportStar(require("./ConversationHistoryErrorCommonModel"), exports);
|
|
310
314
|
__exportStar(require("./ConversationHistoryEvaluationCriteriaResultCommonModel"), exports);
|
|
315
|
+
__exportStar(require("./ConversationHistoryExotelPhoneCallModel"), exports);
|
|
311
316
|
__exportStar(require("./ConversationHistoryFeedbackCommonModel"), exports);
|
|
312
317
|
__exportStar(require("./ConversationHistoryMetadataCommonModel"), exports);
|
|
313
318
|
__exportStar(require("./ConversationHistoryMetadataCommonModelPhoneCall"), exports);
|
|
@@ -355,6 +360,8 @@ __exportStar(require("./ConversationInitiationClientDataWebhook"), exports);
|
|
|
355
360
|
__exportStar(require("./ConversationInitiationClientDataWebhookRequestHeadersValue"), exports);
|
|
356
361
|
__exportStar(require("./ConversationInitiationSource"), exports);
|
|
357
362
|
__exportStar(require("./ConversationInitiationSourceInfo"), exports);
|
|
363
|
+
__exportStar(require("./ConversationSentimentAnalysis"), exports);
|
|
364
|
+
__exportStar(require("./ConversationSentimentAnalysisOverallLabel"), exports);
|
|
358
365
|
__exportStar(require("./ConversationSignedUrlResponseModel"), exports);
|
|
359
366
|
__exportStar(require("./ConversationSimulationSpecification"), exports);
|
|
360
367
|
__exportStar(require("./ConversationSource"), exports);
|
|
@@ -384,6 +391,7 @@ __exportStar(require("./CreateClientAppointmentParams"), exports);
|
|
|
384
391
|
__exportStar(require("./CreateClientInteractionParams"), exports);
|
|
385
392
|
__exportStar(require("./CreateClientParams"), exports);
|
|
386
393
|
__exportStar(require("./CreateCustomHeaderAuthRequest"), exports);
|
|
394
|
+
__exportStar(require("./CreateExotelPhoneNumberRequest"), exports);
|
|
387
395
|
__exportStar(require("./CreateHolidayParams"), exports);
|
|
388
396
|
__exportStar(require("./CreateLocationParams"), exports);
|
|
389
397
|
__exportStar(require("./CreateMtlsAuthRequest"), exports);
|
|
@@ -391,6 +399,7 @@ __exportStar(require("./CreateOAuth2ClientCredsRequest"), exports);
|
|
|
391
399
|
__exportStar(require("./CreateOAuth2JwtRequest"), exports);
|
|
392
400
|
__exportStar(require("./CreateOAuth2JwtRequestAlgorithm"), exports);
|
|
393
401
|
__exportStar(require("./CreateOAuth2JwtRequestTokenResponseField"), exports);
|
|
402
|
+
__exportStar(require("./CreateOrderRequest"), exports);
|
|
394
403
|
__exportStar(require("./CreateOrderResponse"), exports);
|
|
395
404
|
__exportStar(require("./CreatePhoneNumberResponseModel"), exports);
|
|
396
405
|
__exportStar(require("./CreatePreviouslyGeneratedVoiceRequest"), exports);
|
|
@@ -419,6 +428,7 @@ __exportStar(require("./CustomGuardrailsConfigOutput"), exports);
|
|
|
419
428
|
__exportStar(require("./CustomHeaderAuthResponse"), exports);
|
|
420
429
|
__exportStar(require("./CustomLlm"), exports);
|
|
421
430
|
__exportStar(require("./CustomLlmApiKey"), exports);
|
|
431
|
+
__exportStar(require("./CustomLlmAuthConnection"), exports);
|
|
422
432
|
__exportStar(require("./CustomLlmapiType"), exports);
|
|
423
433
|
__exportStar(require("./CustomLlmRequestHeadersValue"), exports);
|
|
424
434
|
__exportStar(require("./CustomSipHeader"), exports);
|
|
@@ -527,13 +537,19 @@ __exportStar(require("./EnvironmentVariableResponseValues"), exports);
|
|
|
527
537
|
__exportStar(require("./EnvironmentVariableSecretValue"), exports);
|
|
528
538
|
__exportStar(require("./EnvironmentVariableSecretValueRequest"), exports);
|
|
529
539
|
__exportStar(require("./EnvironmentVariablesListResponse"), exports);
|
|
540
|
+
__exportStar(require("./ErrorPayload"), exports);
|
|
530
541
|
__exportStar(require("./EvaluationSettingsInput"), exports);
|
|
531
542
|
__exportStar(require("./EvaluationSettingsOutput"), exports);
|
|
532
543
|
__exportStar(require("./EvaluationSuccessResult"), exports);
|
|
533
544
|
__exportStar(require("./ExactParameterEvaluationStrategy"), exports);
|
|
545
|
+
__exportStar(require("./ExotelApiSubdomain"), exports);
|
|
546
|
+
__exportStar(require("./ExotelOutboundCallResponse"), exports);
|
|
534
547
|
__exportStar(require("./ExportOptions"), exports);
|
|
535
548
|
__exportStar(require("./ExtendedSubscriptionResponseModelMaxCreditLimitExtension"), exports);
|
|
536
549
|
__exportStar(require("./ExtendedSubscriptionResponseModelPendingChange"), exports);
|
|
550
|
+
__exportStar(require("./ExternalFileSyncInfo"), exports);
|
|
551
|
+
__exportStar(require("./ExternalFolderSyncInfo"), exports);
|
|
552
|
+
__exportStar(require("./ExternalSyncType"), exports);
|
|
537
553
|
__exportStar(require("./FeatureStatusCommonModel"), exports);
|
|
538
554
|
__exportStar(require("./FeaturesUsageCommonModel"), exports);
|
|
539
555
|
__exportStar(require("./FeedbackItem"), exports);
|
|
@@ -600,6 +616,7 @@ __exportStar(require("./GetKnowledgeBaseUrlResponseModel"), exports);
|
|
|
600
616
|
__exportStar(require("./GetLibraryVoicesResponse"), exports);
|
|
601
617
|
__exportStar(require("./GetLiveCountResponse"), exports);
|
|
602
618
|
__exportStar(require("./GetOrCreateRagIndexRequestModel"), exports);
|
|
619
|
+
__exportStar(require("./GetPhoneNumberExotelResponseModel"), exports);
|
|
603
620
|
__exportStar(require("./GetPhoneNumberInboundSipTrunkConfigResponseModel"), exports);
|
|
604
621
|
__exportStar(require("./GetPhoneNumberOutboundSipTrunkConfigResponseModel"), exports);
|
|
605
622
|
__exportStar(require("./GetPhoneNumberResponse"), exports);
|
|
@@ -657,8 +674,10 @@ __exportStar(require("./InboundSipTrunkConfigRequestModel"), exports);
|
|
|
657
674
|
__exportStar(require("./InitialiseContext"), exports);
|
|
658
675
|
__exportStar(require("./InitializeConnection"), exports);
|
|
659
676
|
__exportStar(require("./InitializeConnectionMulti"), exports);
|
|
677
|
+
__exportStar(require("./InitPayload"), exports);
|
|
660
678
|
__exportStar(require("./InputAudioChunkPayload"), exports);
|
|
661
679
|
__exportStar(require("./IntegrationType"), exports);
|
|
680
|
+
__exportStar(require("./InteractionBudget"), exports);
|
|
662
681
|
__exportStar(require("./InvoiceResponse"), exports);
|
|
663
682
|
__exportStar(require("./InvoiceResponseModelPaymentIntentStatus"), exports);
|
|
664
683
|
__exportStar(require("./InvoiceResponseModelPaymentIntentStatussesItem"), exports);
|
|
@@ -691,6 +710,7 @@ __exportStar(require("./LanguagePresetInput"), exports);
|
|
|
691
710
|
__exportStar(require("./LanguagePresetOutput"), exports);
|
|
692
711
|
__exportStar(require("./LanguagePresetTranslation"), exports);
|
|
693
712
|
__exportStar(require("./LanguageResponse"), exports);
|
|
713
|
+
__exportStar(require("./LanguagesResponse"), exports);
|
|
694
714
|
__exportStar(require("./LeaveMessageParams"), exports);
|
|
695
715
|
__exportStar(require("./LibraryVoiceResponse"), exports);
|
|
696
716
|
__exportStar(require("./LibraryVoiceResponseModelCategory"), exports);
|
|
@@ -737,8 +757,6 @@ __exportStar(require("./LlmUsageCalculatorLlmResponseModel"), exports);
|
|
|
737
757
|
__exportStar(require("./LlmUsageCalculatorResponseModel"), exports);
|
|
738
758
|
__exportStar(require("./LlmUsageInput"), exports);
|
|
739
759
|
__exportStar(require("./LlmUsageOutput"), exports);
|
|
740
|
-
__exportStar(require("./LoadProcedureToolConfig"), exports);
|
|
741
|
-
__exportStar(require("./LoadProcedureToolErrorStatus"), exports);
|
|
742
760
|
__exportStar(require("./ManualSource"), exports);
|
|
743
761
|
__exportStar(require("./ManualVerificationFileResponse"), exports);
|
|
744
762
|
__exportStar(require("./ManualVerificationResponse"), exports);
|
|
@@ -786,6 +804,7 @@ __exportStar(require("./MtlsAuthResponse"), exports);
|
|
|
786
804
|
__exportStar(require("./MultichannelSpeechToTextResponseModel"), exports);
|
|
787
805
|
__exportStar(require("./MultipartMusicResponse"), exports);
|
|
788
806
|
__exportStar(require("./MusicExploreSongSourceContext"), exports);
|
|
807
|
+
__exportStar(require("./MusicGenerationMode"), exports);
|
|
789
808
|
__exportStar(require("./MusicPrompt"), exports);
|
|
790
809
|
__exportStar(require("./MusicUploadResponse"), exports);
|
|
791
810
|
__exportStar(require("./NoCoachingSettings"), exports);
|
|
@@ -800,12 +819,17 @@ __exportStar(require("./ObjectJsonSchemaPropertyInput"), exports);
|
|
|
800
819
|
__exportStar(require("./ObjectJsonSchemaPropertyInputPropertiesValue"), exports);
|
|
801
820
|
__exportStar(require("./ObjectJsonSchemaPropertyOutput"), exports);
|
|
802
821
|
__exportStar(require("./ObjectJsonSchemaPropertyOutputPropertiesValue"), exports);
|
|
822
|
+
__exportStar(require("./OmitSchemaOverride"), exports);
|
|
823
|
+
__exportStar(require("./OptInSmsReminderParams"), exports);
|
|
824
|
+
__exportStar(require("./OptOutSmsReminderParams"), exports);
|
|
803
825
|
__exportStar(require("./OrbAvatar"), exports);
|
|
804
826
|
__exportStar(require("./OrchestratorToolMockBehaviorConfig"), exports);
|
|
805
827
|
__exportStar(require("./OrderDeliverablesResponse"), exports);
|
|
806
828
|
__exportStar(require("./OrderId"), exports);
|
|
807
829
|
__exportStar(require("./OrderItemInfo"), exports);
|
|
808
830
|
__exportStar(require("./OrderItemKind"), exports);
|
|
831
|
+
__exportStar(require("./OrderItemRequestInput"), exports);
|
|
832
|
+
__exportStar(require("./OrderItemRequestOutput"), exports);
|
|
809
833
|
__exportStar(require("./OrderMediaResponse"), exports);
|
|
810
834
|
__exportStar(require("./OrderRequestState"), exports);
|
|
811
835
|
__exportStar(require("./OrderResponse"), exports);
|
|
@@ -834,6 +858,7 @@ __exportStar(require("./PhoneNumberTransferCustomSipHeadersItem"), exports);
|
|
|
834
858
|
__exportStar(require("./PhoneNumberTransferDestination"), exports);
|
|
835
859
|
__exportStar(require("./PhoneNumberTransferPostDialDigits"), exports);
|
|
836
860
|
__exportStar(require("./PhoneNumberTransferTransferDestination"), exports);
|
|
861
|
+
__exportStar(require("./PingPayload"), exports);
|
|
837
862
|
__exportStar(require("./PlayDtmfResultErrorModel"), exports);
|
|
838
863
|
__exportStar(require("./PlayDtmfResultSuccessModel"), exports);
|
|
839
864
|
__exportStar(require("./PlayDtmfToolConfig"), exports);
|
|
@@ -844,6 +869,7 @@ __exportStar(require("./PodcastConversationModeData"), exports);
|
|
|
844
869
|
__exportStar(require("./PodcastProjectResponseModel"), exports);
|
|
845
870
|
__exportStar(require("./PodcastTextSource"), exports);
|
|
846
871
|
__exportStar(require("./PodcastUrlSource"), exports);
|
|
872
|
+
__exportStar(require("./PongPayload"), exports);
|
|
847
873
|
__exportStar(require("./PositionInput"), exports);
|
|
848
874
|
__exportStar(require("./PositionOutput"), exports);
|
|
849
875
|
__exportStar(require("./PostAgentAvatarResponseModel"), exports);
|
|
@@ -857,10 +883,10 @@ __exportStar(require("./PrivacyConfigInput"), exports);
|
|
|
857
883
|
__exportStar(require("./PrivacyConfigOutput"), exports);
|
|
858
884
|
__exportStar(require("./PrivateKeyJwtResponse"), exports);
|
|
859
885
|
__exportStar(require("./PrivateKeyJwtResponseAlgorithm"), exports);
|
|
860
|
-
__exportStar(require("./
|
|
861
|
-
__exportStar(require("./
|
|
886
|
+
__exportStar(require("./ProcedureAtVersionInput"), exports);
|
|
887
|
+
__exportStar(require("./ProcedureAtVersionOutput"), exports);
|
|
862
888
|
__exportStar(require("./ProcedureRefResponseModel"), exports);
|
|
863
|
-
__exportStar(require("./
|
|
889
|
+
__exportStar(require("./ProcedureType"), exports);
|
|
864
890
|
__exportStar(require("./ProjectCreationMetaResponseModel"), exports);
|
|
865
891
|
__exportStar(require("./ProjectCreationMetaResponseModelStatus"), exports);
|
|
866
892
|
__exportStar(require("./ProjectCreationMetaResponseModelType"), exports);
|
|
@@ -957,6 +983,7 @@ __exportStar(require("./RequestPvcManualVerificationResponseModel"), exports);
|
|
|
957
983
|
__exportStar(require("./RequiredConstraint"), exports);
|
|
958
984
|
__exportStar(require("./RequiredConstraints"), exports);
|
|
959
985
|
__exportStar(require("./ResourceAccessInfo"), exports);
|
|
986
|
+
__exportStar(require("./ResourceAccessInfoAccessSource"), exports);
|
|
960
987
|
__exportStar(require("./ResourceAccessInfoAnonymousAccessLevelOverride"), exports);
|
|
961
988
|
__exportStar(require("./ResourceAccessInfoRole"), exports);
|
|
962
989
|
__exportStar(require("./ResourceMetadataResponseModel"), exports);
|
|
@@ -964,14 +991,12 @@ __exportStar(require("./ResourceMetadataResponseModelAnonymousAccessLevelOverrid
|
|
|
964
991
|
__exportStar(require("./ResponseFilter"), exports);
|
|
965
992
|
__exportStar(require("./ResponseFilterMode"), exports);
|
|
966
993
|
__exportStar(require("./ResponseUnitTestModel"), exports);
|
|
994
|
+
__exportStar(require("./RestoreCalendarEventParams"), exports);
|
|
967
995
|
__exportStar(require("./RetryTriggerAction"), exports);
|
|
968
996
|
__exportStar(require("./ReviewResponseModel"), exports);
|
|
969
997
|
__exportStar(require("./ReviewResponseModelRejectReasonsItem"), exports);
|
|
970
998
|
__exportStar(require("./ReviewResponseModelReviewStatus"), exports);
|
|
971
999
|
__exportStar(require("./ReviewStatus"), exports);
|
|
972
|
-
__exportStar(require("./RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput"), exports);
|
|
973
|
-
__exportStar(require("./RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput"), exports);
|
|
974
|
-
__exportStar(require("./RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind"), exports);
|
|
975
1000
|
__exportStar(require("./RttAudioPayload"), exports);
|
|
976
1001
|
__exportStar(require("./RttEndOfStreamPayload"), exports);
|
|
977
1002
|
__exportStar(require("./RttErrorPayload"), exports);
|
|
@@ -1086,6 +1111,9 @@ __exportStar(require("./SpeechToTextWordResponseModel"), exports);
|
|
|
1086
1111
|
__exportStar(require("./SpeechToTextWordResponseModelType"), exports);
|
|
1087
1112
|
__exportStar(require("./SpellingPatience"), exports);
|
|
1088
1113
|
__exportStar(require("./SrtExportOptions"), exports);
|
|
1114
|
+
__exportStar(require("./StartProcedureToolConfigInput"), exports);
|
|
1115
|
+
__exportStar(require("./StartProcedureToolConfigOutput"), exports);
|
|
1116
|
+
__exportStar(require("./StartProcedureToolErrorStatus"), exports);
|
|
1089
1117
|
__exportStar(require("./StartPvcVoiceTrainingResponseModel"), exports);
|
|
1090
1118
|
__exportStar(require("./StartSpeakerSeparationResponseModel"), exports);
|
|
1091
1119
|
__exportStar(require("./StatusId"), exports);
|
|
@@ -1105,6 +1133,7 @@ __exportStar(require("./SubscriptionStatusType"), exports);
|
|
|
1105
1133
|
__exportStar(require("./SubtitleOrderItemRequest"), exports);
|
|
1106
1134
|
__exportStar(require("./SuggestedAudioTag"), exports);
|
|
1107
1135
|
__exportStar(require("./SupportedVoice"), exports);
|
|
1136
|
+
__exportStar(require("./SystemEvaluationCriteria"), exports);
|
|
1108
1137
|
__exportStar(require("./SystemToolConfigInput"), exports);
|
|
1109
1138
|
__exportStar(require("./SystemToolConfigInputParams"), exports);
|
|
1110
1139
|
__exportStar(require("./SystemToolConfigOutput"), exports);
|
|
@@ -1119,6 +1148,8 @@ __exportStar(require("./TestFromConversationMetadataOutput"), exports);
|
|
|
1119
1148
|
__exportStar(require("./TestInvocationSummaryResponseModel"), exports);
|
|
1120
1149
|
__exportStar(require("./TestRunMetadata"), exports);
|
|
1121
1150
|
__exportStar(require("./TestRunMetadataTestType"), exports);
|
|
1151
|
+
__exportStar(require("./TestRunResultBucket"), exports);
|
|
1152
|
+
__exportStar(require("./TestRunResultSummary"), exports);
|
|
1122
1153
|
__exportStar(require("./TestRunStatus"), exports);
|
|
1123
1154
|
__exportStar(require("./TestSharingMode"), exports);
|
|
1124
1155
|
__exportStar(require("./TestsFeatureUsageCommonModel"), exports);
|
|
@@ -1130,6 +1161,7 @@ __exportStar(require("./TextToDialogueWebsocketAudioChunk"), exports);
|
|
|
1130
1161
|
__exportStar(require("./TextToDialogueWebsocketClientMessage"), exports);
|
|
1131
1162
|
__exportStar(require("./TextToDialogueWebsocketError"), exports);
|
|
1132
1163
|
__exportStar(require("./TextToDialogueWebsocketFinal"), exports);
|
|
1164
|
+
__exportStar(require("./TextToDialogueWebsocketFinalAudioForTurn"), exports);
|
|
1133
1165
|
__exportStar(require("./TextToDialogueWebsocketOutputFormatEnum"), exports);
|
|
1134
1166
|
__exportStar(require("./TextToDialogueWebsocketVoiceInput"), exports);
|
|
1135
1167
|
__exportStar(require("./TextToSpeechApplyTextNormalizationEnum"), exports);
|
|
@@ -1167,6 +1199,8 @@ __exportStar(require("./ToolTypeFilter"), exports);
|
|
|
1167
1199
|
__exportStar(require("./ToolUsageStatsResponseModel"), exports);
|
|
1168
1200
|
__exportStar(require("./TranscriptionWord"), exports);
|
|
1169
1201
|
__exportStar(require("./TranscriptionWordType"), exports);
|
|
1202
|
+
__exportStar(require("./TranscriptMessage"), exports);
|
|
1203
|
+
__exportStar(require("./TranscriptMessageRole"), exports);
|
|
1170
1204
|
__exportStar(require("./TransferBranchInfoDefaultingToMain"), exports);
|
|
1171
1205
|
__exportStar(require("./TransferBranchInfoTrafficSplit"), exports);
|
|
1172
1206
|
__exportStar(require("./TransferToAgentToolConfig"), exports);
|
|
@@ -1174,6 +1208,7 @@ __exportStar(require("./TransferToAgentToolResultErrorModel"), exports);
|
|
|
1174
1208
|
__exportStar(require("./TransferToAgentToolResultSuccessModel"), exports);
|
|
1175
1209
|
__exportStar(require("./TransferToAgentToolResultSuccessModelBranchInfo"), exports);
|
|
1176
1210
|
__exportStar(require("./TransferToNumberResultErrorModel"), exports);
|
|
1211
|
+
__exportStar(require("./TransferToNumberResultExotelSuccessModel"), exports);
|
|
1177
1212
|
__exportStar(require("./TransferToNumberResultSipSuccessModel"), exports);
|
|
1178
1213
|
__exportStar(require("./TransferToNumberResultTwilioSuccessModel"), exports);
|
|
1179
1214
|
__exportStar(require("./TransferToNumberToolConfigInput"), exports);
|
|
@@ -1212,6 +1247,7 @@ __exportStar(require("./UpdateAgentRuleParams"), exports);
|
|
|
1212
1247
|
__exportStar(require("./UpdateAssetParams"), exports);
|
|
1213
1248
|
__exportStar(require("./UpdateAudioNativeProjectRequest"), exports);
|
|
1214
1249
|
__exportStar(require("./UpdateBasicAuthRequest"), exports);
|
|
1250
|
+
__exportStar(require("./UpdateBookingPageAppearanceParams"), exports);
|
|
1215
1251
|
__exportStar(require("./UpdateBookingPageSettingsParams"), exports);
|
|
1216
1252
|
__exportStar(require("./UpdateBusinessInfoParams"), exports);
|
|
1217
1253
|
__exportStar(require("./UpdateCalendarEventParams"), exports);
|
|
@@ -1240,6 +1276,7 @@ __exportStar(require("./UpsertOrderItemRequest"), exports);
|
|
|
1240
1276
|
__exportStar(require("./UpsertOrderItemResponse"), exports);
|
|
1241
1277
|
__exportStar(require("./UrlAvatar"), exports);
|
|
1242
1278
|
__exportStar(require("./UrlModel"), exports);
|
|
1279
|
+
__exportStar(require("./UrlSecretAuthResponse"), exports);
|
|
1243
1280
|
__exportStar(require("./UsageAggregationInterval"), exports);
|
|
1244
1281
|
__exportStar(require("./UsageCharactersResponseModel"), exports);
|
|
1245
1282
|
__exportStar(require("./User"), exports);
|
|
@@ -1248,12 +1285,14 @@ __exportStar(require("./UserFeedback"), exports);
|
|
|
1248
1285
|
__exportStar(require("./UserFeedbackScore"), exports);
|
|
1249
1286
|
__exportStar(require("./UserModel"), exports);
|
|
1250
1287
|
__exportStar(require("./UsersSortBy"), exports);
|
|
1288
|
+
__exportStar(require("./UserTranscriptPayload"), exports);
|
|
1251
1289
|
__exportStar(require("./UserTypeId"), exports);
|
|
1252
1290
|
__exportStar(require("./UtteranceResponseModel"), exports);
|
|
1253
1291
|
__exportStar(require("./VadConfig"), exports);
|
|
1254
1292
|
__exportStar(require("./VadConfigWorkflowOverride"), exports);
|
|
1255
1293
|
__exportStar(require("./ValidationError"), exports);
|
|
1256
1294
|
__exportStar(require("./ValidationErrorLocItem"), exports);
|
|
1295
|
+
__exportStar(require("./Verbosity"), exports);
|
|
1257
1296
|
__exportStar(require("./VerificationAttemptResponse"), exports);
|
|
1258
1297
|
__exportStar(require("./VerifiedVoiceLanguageResponseModel"), exports);
|
|
1259
1298
|
__exportStar(require("./VerifyPvcVoiceCaptchaResponseModel"), exports);
|
package/dist/BaseClient.js
CHANGED
|
@@ -41,8 +41,8 @@ function normalizeClientOptions(options) {
|
|
|
41
41
|
const headers = (0, headers_1.mergeHeaders)({
|
|
42
42
|
"X-Fern-Language": "JavaScript",
|
|
43
43
|
"X-Fern-SDK-Name": "@elevenlabs/elevenlabs-js",
|
|
44
|
-
"X-Fern-SDK-Version": "2.
|
|
45
|
-
"User-Agent": "@elevenlabs/elevenlabs-js/2.
|
|
44
|
+
"X-Fern-SDK-Version": "2.52.0",
|
|
45
|
+
"User-Agent": "@elevenlabs/elevenlabs-js/2.52.0",
|
|
46
46
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
47
47
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
48
48
|
"xi-api-key": options === null || options === void 0 ? void 0 : options.apiKey,
|
package/dist/Client.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ import { UserClient } from "./api/resources/user/client/Client";
|
|
|
25
25
|
import { VoicesClient } from "./api/resources/voices/client/Client";
|
|
26
26
|
import { WebhooksClient } from "./api/resources/webhooks/client/Client";
|
|
27
27
|
import { WorkspaceClient } from "./api/resources/workspace/client/Client";
|
|
28
|
+
import { WorkspacesClient } from "./api/resources/workspaces/client/Client";
|
|
28
29
|
import type { BaseClientOptions, BaseRequestOptions } from "./BaseClient";
|
|
29
30
|
import { type NormalizedClientOptions } from "./BaseClient";
|
|
30
31
|
import * as core from "./core";
|
|
@@ -62,6 +63,7 @@ export declare class ElevenLabsClient {
|
|
|
62
63
|
protected _productions: ProductionsClient | undefined;
|
|
63
64
|
protected _tokens: TokensClient | undefined;
|
|
64
65
|
protected _workspace: WorkspaceClient | undefined;
|
|
66
|
+
protected _workspaces: WorkspacesClient | undefined;
|
|
65
67
|
constructor(options?: ElevenLabsClient.Options);
|
|
66
68
|
get history(): HistoryClient;
|
|
67
69
|
get textToSoundEffects(): TextToSoundEffectsClient;
|
|
@@ -90,6 +92,7 @@ export declare class ElevenLabsClient {
|
|
|
90
92
|
get productions(): ProductionsClient;
|
|
91
93
|
get tokens(): TokensClient;
|
|
92
94
|
get workspace(): WorkspaceClient;
|
|
95
|
+
get workspaces(): WorkspacesClient;
|
|
93
96
|
/**
|
|
94
97
|
* Add a generated voice to the voice library.
|
|
95
98
|
*
|
package/dist/Client.js
CHANGED
|
@@ -71,6 +71,7 @@ const Client_24 = require("./api/resources/user/client/Client");
|
|
|
71
71
|
const Client_25 = require("./api/resources/voices/client/Client");
|
|
72
72
|
const Client_26 = require("./api/resources/webhooks/client/Client");
|
|
73
73
|
const Client_27 = require("./api/resources/workspace/client/Client");
|
|
74
|
+
const Client_28 = require("./api/resources/workspaces/client/Client");
|
|
74
75
|
const BaseClient_1 = require("./BaseClient");
|
|
75
76
|
const core = __importStar(require("./core"));
|
|
76
77
|
const headers_1 = require("./core/headers");
|
|
@@ -189,6 +190,10 @@ class ElevenLabsClient {
|
|
|
189
190
|
var _a;
|
|
190
191
|
return ((_a = this._workspace) !== null && _a !== void 0 ? _a : (this._workspace = new Client_27.WorkspaceClient(this._options)));
|
|
191
192
|
}
|
|
193
|
+
get workspaces() {
|
|
194
|
+
var _a;
|
|
195
|
+
return ((_a = this._workspaces) !== null && _a !== void 0 ? _a : (this._workspaces = new Client_28.WorkspacesClient(this._options)));
|
|
196
|
+
}
|
|
192
197
|
/**
|
|
193
198
|
* Add a generated voice to the voice library.
|
|
194
199
|
*
|
|
@@ -7,6 +7,7 @@ import { AnalyticsClient } from "../resources/analytics/client/Client";
|
|
|
7
7
|
import { BatchCallsClient } from "../resources/batchCalls/client/Client";
|
|
8
8
|
import { ConversationsClient } from "../resources/conversations/client/Client";
|
|
9
9
|
import { DashboardClient } from "../resources/dashboard/client/Client";
|
|
10
|
+
import { ExotelClient } from "../resources/exotel/client/Client";
|
|
10
11
|
import { KnowledgeBaseClient } from "../resources/knowledgeBase/client/Client";
|
|
11
12
|
import { LlmClient } from "../resources/llm/client/Client";
|
|
12
13
|
import { LlmUsageClient } from "../resources/llmUsage/client/Client";
|
|
@@ -30,6 +31,7 @@ export declare class ConversationalAiClient {
|
|
|
30
31
|
protected readonly _options: NormalizedClientOptions<ConversationalAiClient.Options>;
|
|
31
32
|
protected _conversations: ConversationsClient | undefined;
|
|
32
33
|
protected _twilio: TwilioClient | undefined;
|
|
34
|
+
protected _exotel: ExotelClient | undefined;
|
|
33
35
|
protected _whatsapp: WhatsappClient | undefined;
|
|
34
36
|
protected _agents: AgentsClient | undefined;
|
|
35
37
|
protected _tests: TestsClient | undefined;
|
|
@@ -50,6 +52,7 @@ export declare class ConversationalAiClient {
|
|
|
50
52
|
constructor(options?: ConversationalAiClient.Options);
|
|
51
53
|
get conversations(): ConversationsClient;
|
|
52
54
|
get twilio(): TwilioClient;
|
|
55
|
+
get exotel(): ExotelClient;
|
|
53
56
|
get whatsapp(): WhatsappClient;
|
|
54
57
|
get agents(): AgentsClient;
|
|
55
58
|
get tests(): TestsClient;
|
|
@@ -57,20 +57,21 @@ const Client_2 = require("../resources/analytics/client/Client");
|
|
|
57
57
|
const Client_3 = require("../resources/batchCalls/client/Client");
|
|
58
58
|
const Client_4 = require("../resources/conversations/client/Client");
|
|
59
59
|
const Client_5 = require("../resources/dashboard/client/Client");
|
|
60
|
-
const Client_6 = require("../resources/
|
|
61
|
-
const Client_7 = require("../resources/
|
|
62
|
-
const Client_8 = require("../resources/
|
|
63
|
-
const Client_9 = require("../resources/
|
|
64
|
-
const Client_10 = require("../resources/
|
|
65
|
-
const Client_11 = require("../resources/
|
|
66
|
-
const Client_12 = require("../resources/
|
|
67
|
-
const Client_13 = require("../resources/
|
|
68
|
-
const Client_14 = require("../resources/
|
|
69
|
-
const Client_15 = require("../resources/
|
|
70
|
-
const Client_16 = require("../resources/
|
|
71
|
-
const Client_17 = require("../resources/
|
|
72
|
-
const Client_18 = require("../resources/
|
|
73
|
-
const Client_19 = require("../resources/
|
|
60
|
+
const Client_6 = require("../resources/exotel/client/Client");
|
|
61
|
+
const Client_7 = require("../resources/knowledgeBase/client/Client");
|
|
62
|
+
const Client_8 = require("../resources/llm/client/Client");
|
|
63
|
+
const Client_9 = require("../resources/llmUsage/client/Client");
|
|
64
|
+
const Client_10 = require("../resources/mcpServers/client/Client");
|
|
65
|
+
const Client_11 = require("../resources/phoneNumbers/client/Client");
|
|
66
|
+
const Client_12 = require("../resources/secrets/client/Client");
|
|
67
|
+
const Client_13 = require("../resources/settings/client/Client");
|
|
68
|
+
const Client_14 = require("../resources/sipTrunk/client/Client");
|
|
69
|
+
const Client_15 = require("../resources/tests/client/Client");
|
|
70
|
+
const Client_16 = require("../resources/tools/client/Client");
|
|
71
|
+
const Client_17 = require("../resources/twilio/client/Client");
|
|
72
|
+
const Client_18 = require("../resources/users/client/Client");
|
|
73
|
+
const Client_19 = require("../resources/whatsapp/client/Client");
|
|
74
|
+
const Client_20 = require("../resources/whatsappAccounts/client/Client");
|
|
74
75
|
class ConversationalAiClient {
|
|
75
76
|
constructor(options = {}) {
|
|
76
77
|
this._options = (0, BaseClient_1.normalizeClientOptions)(options);
|
|
@@ -81,11 +82,15 @@ class ConversationalAiClient {
|
|
|
81
82
|
}
|
|
82
83
|
get twilio() {
|
|
83
84
|
var _a;
|
|
84
|
-
return ((_a = this._twilio) !== null && _a !== void 0 ? _a : (this._twilio = new
|
|
85
|
+
return ((_a = this._twilio) !== null && _a !== void 0 ? _a : (this._twilio = new Client_17.TwilioClient(this._options)));
|
|
86
|
+
}
|
|
87
|
+
get exotel() {
|
|
88
|
+
var _a;
|
|
89
|
+
return ((_a = this._exotel) !== null && _a !== void 0 ? _a : (this._exotel = new Client_6.ExotelClient(this._options)));
|
|
85
90
|
}
|
|
86
91
|
get whatsapp() {
|
|
87
92
|
var _a;
|
|
88
|
-
return ((_a = this._whatsapp) !== null && _a !== void 0 ? _a : (this._whatsapp = new
|
|
93
|
+
return ((_a = this._whatsapp) !== null && _a !== void 0 ? _a : (this._whatsapp = new Client_19.WhatsappClient(this._options)));
|
|
89
94
|
}
|
|
90
95
|
get agents() {
|
|
91
96
|
var _a;
|
|
@@ -93,39 +98,39 @@ class ConversationalAiClient {
|
|
|
93
98
|
}
|
|
94
99
|
get tests() {
|
|
95
100
|
var _a;
|
|
96
|
-
return ((_a = this._tests) !== null && _a !== void 0 ? _a : (this._tests = new
|
|
101
|
+
return ((_a = this._tests) !== null && _a !== void 0 ? _a : (this._tests = new Client_15.TestsClient(this._options)));
|
|
97
102
|
}
|
|
98
103
|
get users() {
|
|
99
104
|
var _a;
|
|
100
|
-
return ((_a = this._users) !== null && _a !== void 0 ? _a : (this._users = new
|
|
105
|
+
return ((_a = this._users) !== null && _a !== void 0 ? _a : (this._users = new Client_18.UsersClient(this._options)));
|
|
101
106
|
}
|
|
102
107
|
get phoneNumbers() {
|
|
103
108
|
var _a;
|
|
104
|
-
return ((_a = this._phoneNumbers) !== null && _a !== void 0 ? _a : (this._phoneNumbers = new
|
|
109
|
+
return ((_a = this._phoneNumbers) !== null && _a !== void 0 ? _a : (this._phoneNumbers = new Client_11.PhoneNumbersClient(this._options)));
|
|
105
110
|
}
|
|
106
111
|
get llmUsage() {
|
|
107
112
|
var _a;
|
|
108
|
-
return ((_a = this._llmUsage) !== null && _a !== void 0 ? _a : (this._llmUsage = new
|
|
113
|
+
return ((_a = this._llmUsage) !== null && _a !== void 0 ? _a : (this._llmUsage = new Client_9.LlmUsageClient(this._options)));
|
|
109
114
|
}
|
|
110
115
|
get llm() {
|
|
111
116
|
var _a;
|
|
112
|
-
return ((_a = this._llm) !== null && _a !== void 0 ? _a : (this._llm = new
|
|
117
|
+
return ((_a = this._llm) !== null && _a !== void 0 ? _a : (this._llm = new Client_8.LlmClient(this._options)));
|
|
113
118
|
}
|
|
114
119
|
get knowledgeBase() {
|
|
115
120
|
var _a;
|
|
116
|
-
return ((_a = this._knowledgeBase) !== null && _a !== void 0 ? _a : (this._knowledgeBase = new
|
|
121
|
+
return ((_a = this._knowledgeBase) !== null && _a !== void 0 ? _a : (this._knowledgeBase = new Client_7.KnowledgeBaseClient(this._options)));
|
|
117
122
|
}
|
|
118
123
|
get tools() {
|
|
119
124
|
var _a;
|
|
120
|
-
return ((_a = this._tools) !== null && _a !== void 0 ? _a : (this._tools = new
|
|
125
|
+
return ((_a = this._tools) !== null && _a !== void 0 ? _a : (this._tools = new Client_16.ToolsClient(this._options)));
|
|
121
126
|
}
|
|
122
127
|
get settings() {
|
|
123
128
|
var _a;
|
|
124
|
-
return ((_a = this._settings) !== null && _a !== void 0 ? _a : (this._settings = new
|
|
129
|
+
return ((_a = this._settings) !== null && _a !== void 0 ? _a : (this._settings = new Client_13.SettingsClient(this._options)));
|
|
125
130
|
}
|
|
126
131
|
get secrets() {
|
|
127
132
|
var _a;
|
|
128
|
-
return ((_a = this._secrets) !== null && _a !== void 0 ? _a : (this._secrets = new
|
|
133
|
+
return ((_a = this._secrets) !== null && _a !== void 0 ? _a : (this._secrets = new Client_12.SecretsClient(this._options)));
|
|
129
134
|
}
|
|
130
135
|
get batchCalls() {
|
|
131
136
|
var _a;
|
|
@@ -133,15 +138,15 @@ class ConversationalAiClient {
|
|
|
133
138
|
}
|
|
134
139
|
get sipTrunk() {
|
|
135
140
|
var _a;
|
|
136
|
-
return ((_a = this._sipTrunk) !== null && _a !== void 0 ? _a : (this._sipTrunk = new
|
|
141
|
+
return ((_a = this._sipTrunk) !== null && _a !== void 0 ? _a : (this._sipTrunk = new Client_14.SipTrunkClient(this._options)));
|
|
137
142
|
}
|
|
138
143
|
get mcpServers() {
|
|
139
144
|
var _a;
|
|
140
|
-
return ((_a = this._mcpServers) !== null && _a !== void 0 ? _a : (this._mcpServers = new
|
|
145
|
+
return ((_a = this._mcpServers) !== null && _a !== void 0 ? _a : (this._mcpServers = new Client_10.McpServersClient(this._options)));
|
|
141
146
|
}
|
|
142
147
|
get whatsappAccounts() {
|
|
143
148
|
var _a;
|
|
144
|
-
return ((_a = this._whatsappAccounts) !== null && _a !== void 0 ? _a : (this._whatsappAccounts = new
|
|
149
|
+
return ((_a = this._whatsappAccounts) !== null && _a !== void 0 ? _a : (this._whatsappAccounts = new Client_20.WhatsappAccountsClient(this._options)));
|
|
145
150
|
}
|
|
146
151
|
get analytics() {
|
|
147
152
|
var _a;
|
|
@@ -7,7 +7,7 @@ import type * as ElevenLabs from "../../../../../../index";
|
|
|
7
7
|
* }
|
|
8
8
|
*/
|
|
9
9
|
export interface BodyCreateAgentV1ConvaiAgentsCreatePost {
|
|
10
|
-
/**
|
|
10
|
+
/** Deprecated: all agents are versioned. This parameter is ignored. */
|
|
11
11
|
enableVersioning?: boolean;
|
|
12
12
|
/** Conversation configuration for an agent */
|
|
13
13
|
conversationConfig: ElevenLabs.ConversationalConfig;
|
|
@@ -14,4 +14,6 @@ export interface RunAgentTestsRequestModel {
|
|
|
14
14
|
agentConfigOverride?: ElevenLabs.AdhocAgentConfigOverrideForTestRequestModel;
|
|
15
15
|
/** ID of the branch to run the tests on. If not provided, the tests will be run on the agent default configuration. */
|
|
16
16
|
branchId?: string;
|
|
17
|
+
/** Number of times to run each test. When greater than 1, results are grouped and summarized. */
|
|
18
|
+
repeatCount?: number;
|
|
17
19
|
}
|
package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import type * as ElevenLabs from "../../../../../../index";
|
|
|
7
7
|
* }
|
|
8
8
|
*/
|
|
9
9
|
export interface UpdateAgentRequest {
|
|
10
|
-
/**
|
|
10
|
+
/** Deprecated: all agents are versioned. This parameter is ignored. */
|
|
11
11
|
enableVersioningIfNotEnabled?: boolean;
|
|
12
12
|
/** The ID of the branch to use */
|
|
13
13
|
branchId?: string;
|
|
@@ -102,7 +102,8 @@ export declare class ConversationsClient {
|
|
|
102
102
|
* branchId: "branch_id",
|
|
103
103
|
* topicIds: ["topic_ids"],
|
|
104
104
|
* excludeStatuses: ["initiated"],
|
|
105
|
-
* tagIds: ["tag_ids"]
|
|
105
|
+
* tagIds: ["tag_ids"],
|
|
106
|
+
* workflowNodeEnteredId: "workflow_node_entered_id"
|
|
106
107
|
* })
|
|
107
108
|
*/
|
|
108
109
|
list(request?: ElevenLabs.conversationalAi.ConversationsListRequest, requestOptions?: ConversationsClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.GetConversationsPageResponseModel>;
|
|
@@ -270,7 +270,8 @@ class ConversationsClient {
|
|
|
270
270
|
* branchId: "branch_id",
|
|
271
271
|
* topicIds: ["topic_ids"],
|
|
272
272
|
* excludeStatuses: ["initiated"],
|
|
273
|
-
* tagIds: ["tag_ids"]
|
|
273
|
+
* tagIds: ["tag_ids"],
|
|
274
|
+
* workflowNodeEnteredId: "workflow_node_entered_id"
|
|
274
275
|
* })
|
|
275
276
|
*/
|
|
276
277
|
list(request = {}, requestOptions) {
|
|
@@ -279,7 +280,7 @@ class ConversationsClient {
|
|
|
279
280
|
__list() {
|
|
280
281
|
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
281
282
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
282
|
-
const { cursor, agentId, callSuccessful, callStartBeforeUnix, callStartAfterUnix, callDurationMinSecs, callDurationMaxSecs, ratingMax, ratingMin, hasFeedbackComment, userId, evaluationParams, dataCollectionParams, toolNames, toolNamesSuccessful, toolNamesErrored, mainLanguages, pageSize, summaryMode, search, conversationInitiationSource, textOnly, branchId, topicIds, excludeStatuses, tagIds, } = request;
|
|
283
|
+
const { cursor, agentId, callSuccessful, callStartBeforeUnix, callStartAfterUnix, callDurationMinSecs, callDurationMaxSecs, ratingMax, ratingMin, hasFeedbackComment, userId, evaluationParams, dataCollectionParams, toolNames, toolNamesSuccessful, toolNamesErrored, mainLanguages, pageSize, summaryMode, search, conversationInitiationSource, textOnly, branchId, topicIds, excludeStatuses, tagIds, workflowNodeEnteredId, } = request;
|
|
283
284
|
const _queryParams = {};
|
|
284
285
|
if (cursor != null) {
|
|
285
286
|
_queryParams.cursor = cursor;
|
|
@@ -409,6 +410,9 @@ class ConversationsClient {
|
|
|
409
410
|
_queryParams.tag_ids = tagIds;
|
|
410
411
|
}
|
|
411
412
|
}
|
|
413
|
+
if (workflowNodeEnteredId != null) {
|
|
414
|
+
_queryParams.workflow_node_entered_id = workflowNodeEnteredId;
|
|
415
|
+
}
|
|
412
416
|
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "xi-api-key": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
413
417
|
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
414
418
|
url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, "v1/convai/conversations"),
|
|
@@ -27,7 +27,8 @@ import type * as ElevenLabs from "../../../../../../index";
|
|
|
27
27
|
* branchId: "branch_id",
|
|
28
28
|
* topicIds: ["topic_ids"],
|
|
29
29
|
* excludeStatuses: ["initiated"],
|
|
30
|
-
* tagIds: ["tag_ids"]
|
|
30
|
+
* tagIds: ["tag_ids"],
|
|
31
|
+
* workflowNodeEnteredId: "workflow_node_entered_id"
|
|
31
32
|
* }
|
|
32
33
|
*/
|
|
33
34
|
export interface ConversationsListRequest {
|
|
@@ -81,4 +82,6 @@ export interface ConversationsListRequest {
|
|
|
81
82
|
excludeStatuses?: ElevenLabs.conversationalAi.ConversationsListRequestExcludeStatusesItem | ElevenLabs.conversationalAi.ConversationsListRequestExcludeStatusesItem[];
|
|
82
83
|
/** Filter conversations by conversation tag IDs assigned via the conversation-tags endpoints. */
|
|
83
84
|
tagIds?: string | string[];
|
|
85
|
+
/** Filter conversations to only those that entered the given node. */
|
|
86
|
+
workflowNodeEnteredId?: string;
|
|
84
87
|
}
|
|
@@ -88,6 +88,7 @@ class MessagesClient {
|
|
|
88
88
|
* conversationInitiationSource: "unknown",
|
|
89
89
|
* textOnly: true,
|
|
90
90
|
* branchId: "branch_id",
|
|
91
|
+
* topicIds: ["topic_ids"],
|
|
91
92
|
* sortBy: "search_score",
|
|
92
93
|
* cursor: "cursor"
|
|
93
94
|
* })
|
|
@@ -98,7 +99,7 @@ class MessagesClient {
|
|
|
98
99
|
__textSearch(request, requestOptions) {
|
|
99
100
|
return __awaiter(this, void 0, void 0, function* () {
|
|
100
101
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
101
|
-
const { textQuery, agentId, callSuccessful, callStartBeforeUnix, callStartAfterUnix, callDurationMinSecs, callDurationMaxSecs, ratingMax, ratingMin, hasFeedbackComment, userId, evaluationParams, dataCollectionParams, toolNames, toolNamesSuccessful, toolNamesErrored, mainLanguages, pageSize, summaryMode, conversationInitiationSource, textOnly, branchId, sortBy, cursor, } = request;
|
|
102
|
+
const { textQuery, agentId, callSuccessful, callStartBeforeUnix, callStartAfterUnix, callDurationMinSecs, callDurationMaxSecs, ratingMax, ratingMin, hasFeedbackComment, userId, evaluationParams, dataCollectionParams, toolNames, toolNamesSuccessful, toolNamesErrored, mainLanguages, pageSize, summaryMode, conversationInitiationSource, textOnly, branchId, topicIds, sortBy, cursor, } = request;
|
|
102
103
|
const _queryParams = {};
|
|
103
104
|
_queryParams.text_query = textQuery;
|
|
104
105
|
if (agentId != null) {
|
|
@@ -197,6 +198,14 @@ class MessagesClient {
|
|
|
197
198
|
if (branchId != null) {
|
|
198
199
|
_queryParams.branch_id = branchId;
|
|
199
200
|
}
|
|
201
|
+
if (topicIds != null) {
|
|
202
|
+
if (Array.isArray(topicIds)) {
|
|
203
|
+
_queryParams.topic_ids = topicIds.map((item) => item);
|
|
204
|
+
}
|
|
205
|
+
else {
|
|
206
|
+
_queryParams.topic_ids = topicIds;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
200
209
|
if (sortBy != null) {
|
|
201
210
|
_queryParams.sort_by = serializers.MessageSearchSortBy.jsonOrThrow(sortBy, {
|
|
202
211
|
unrecognizedObjectKeys: "strip",
|