@elevenlabs/elevenlabs-js 2.49.0 → 2.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.fern/metadata.json +1 -1
- package/.fern/replay.lock +240 -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/phoneNumbers/client/Client.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +1 -1
- 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/dubbing/client/Client.js +3 -0
- package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +2 -0
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +2 -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/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
- 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/AgentTransfer.d.ts +2 -1
- 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/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/ExotelApiSubdomain.d.ts +5 -0
- package/api/types/ExotelApiSubdomain.js +8 -0
- package/api/types/ExotelOutboundCallResponse.d.ts +7 -0
- package/api/types/GetAgentResponseModelPhoneNumbersItem.d.ts +4 -1
- package/api/types/GetPhoneNumberExotelResponseModel.d.ts +15 -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/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/Llm.d.ts +1 -0
- package/api/types/Llm.js +1 -0
- package/api/types/{LoadProcedureToolConfig.d.ts → LoadProcedureToolConfigInput.d.ts} +1 -1
- package/api/types/LoadProcedureToolConfigInput.js +3 -0
- package/api/types/LoadProcedureToolConfigOutput.d.ts +4 -0
- package/api/types/LoadProcedureToolConfigOutput.js +3 -0
- 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/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/ProcedureAtVersion.d.ts +2 -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 +2 -0
- package/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -0
- package/api/types/SpeechEngineResponse.d.ts +2 -0
- package/api/types/SpeechEngineSummaryResponse.d.ts +3 -0
- package/api/types/SystemEvaluationCriteria.d.ts +4 -0
- package/api/types/SystemEvaluationCriteria.js +3 -0
- package/api/types/SystemToolConfigInputParams.d.ts +1 -1
- package/api/types/SystemToolConfigOutputParams.d.ts +1 -1
- 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/ToolCallUnitTestModel.d.ts +2 -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/UnitTestSummaryResponseModel.d.ts +2 -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/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/WorkflowStandaloneAgentNodeModelInput.d.ts +4 -2
- package/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +4 -2
- package/api/types/index.d.ts +28 -6
- package/api/types/index.js +28 -6
- 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/phoneNumbers/client/Client.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +1 -1
- 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/dubbing/client/Client.js +3 -0
- package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +2 -0
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +2 -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/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
- 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/AgentTransfer.d.ts +2 -1
- 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/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/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/GetAgentResponseModelPhoneNumbersItem.d.ts +4 -1
- 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/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/Llm.d.ts +1 -0
- package/dist/api/types/Llm.js +1 -0
- package/dist/api/types/{LoadProcedureToolConfig.d.ts → LoadProcedureToolConfigInput.d.ts} +1 -1
- package/dist/api/types/LoadProcedureToolConfigInput.js +3 -0
- package/dist/api/types/LoadProcedureToolConfigOutput.d.ts +4 -0
- package/dist/api/types/LoadProcedureToolConfigOutput.js +3 -0
- 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/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/ProcedureAtVersion.d.ts +2 -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 +2 -0
- package/dist/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/SpeechEngineResponse.d.ts +2 -0
- package/dist/api/types/SpeechEngineSummaryResponse.d.ts +3 -0
- package/dist/api/types/SystemEvaluationCriteria.d.ts +4 -0
- package/dist/api/types/SystemEvaluationCriteria.js +3 -0
- package/dist/api/types/SystemToolConfigInputParams.d.ts +1 -1
- package/dist/api/types/SystemToolConfigOutputParams.d.ts +1 -1
- 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/ToolCallUnitTestModel.d.ts +2 -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/UnitTestSummaryResponseModel.d.ts +2 -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/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/WorkflowStandaloneAgentNodeModelInput.d.ts +4 -2
- package/dist/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +4 -2
- package/dist/api/types/index.d.ts +28 -6
- package/dist/api/types/index.js +28 -6
- 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/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/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/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/AgentTransfer.d.ts +2 -1
- package/dist/serialization/types/AgentTransfer.js +2 -1
- 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/dist/serialization/types/BucketingStatus.js +39 -0
- 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/{ProcedureSettings.js → CreateOrderRequest.js} +3 -4
- 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/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/GetAgentResponseModelPhoneNumbersItem.d.ts +5 -1
- package/dist/serialization/types/GetAgentResponseModelPhoneNumbersItem.js +2 -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/InteractionBudget.d.ts +7 -0
- package/{serialization/types/ProcedureCompilerMode.js → dist/serialization/types/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/Llm.d.ts +1 -1
- package/dist/serialization/types/Llm.js +1 -0
- package/dist/serialization/types/{LoadProcedureToolConfig.d.ts → LoadProcedureToolConfigInput.d.ts} +2 -2
- package/dist/serialization/types/{LoadProcedureToolConfig.js → LoadProcedureToolConfigInput.js} +2 -2
- package/dist/serialization/types/LoadProcedureToolConfigOutput.d.ts +10 -0
- package/dist/serialization/types/LoadProcedureToolConfigOutput.js +42 -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/OptInSmsReminderParams.d.ts +9 -0
- package/{serialization/types/ProcedureSettings.js → dist/serialization/types/OptInSmsReminderParams.js} +3 -4
- 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/ProcedureAtVersion.d.ts +2 -0
- package/dist/serialization/types/ProcedureAtVersion.js +2 -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/{ProcedureCompilerMode.js → ProcedureType.js} +2 -2
- 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 +1 -0
- package/dist/serialization/types/SoftTimeoutConfig.js +1 -0
- package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +1 -0
- package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.js +1 -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/SystemEvaluationCriteria.d.ts +10 -0
- package/dist/serialization/types/SystemEvaluationCriteria.js +42 -0
- package/dist/serialization/types/SystemToolConfigInputParams.d.ts +2 -2
- package/dist/serialization/types/SystemToolConfigInputParams.js +2 -2
- package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +2 -2
- 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/ToolCallUnitTestModel.d.ts +2 -0
- package/dist/serialization/types/ToolCallUnitTestModel.js +2 -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/UnitTestSummaryResponseModel.d.ts +2 -0
- package/dist/serialization/types/UnitTestSummaryResponseModel.js +2 -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/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/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 +28 -6
- package/dist/serialization/types/index.js +28 -6
- 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/dist/wrapper/speech-engine/SpeechEngineClientWrapper.js +5 -5
- package/dist/wrapper/speech-engine/SpeechEngineResource.d.ts +10 -1
- package/dist/wrapper/speech-engine/SpeechEngineResource.js +16 -1
- package/package.json +1 -1
- package/reference.md +153 -7
- 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/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/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/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/AgentTransfer.d.ts +2 -1
- package/serialization/types/AgentTransfer.js +2 -1
- 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/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/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/GetAgentResponseModelPhoneNumbersItem.d.ts +5 -1
- package/serialization/types/GetAgentResponseModelPhoneNumbersItem.js +2 -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/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/Llm.d.ts +1 -1
- package/serialization/types/Llm.js +1 -0
- package/serialization/types/{LoadProcedureToolConfig.d.ts → LoadProcedureToolConfigInput.d.ts} +2 -2
- package/serialization/types/{LoadProcedureToolConfig.js → LoadProcedureToolConfigInput.js} +2 -2
- package/serialization/types/LoadProcedureToolConfigOutput.d.ts +10 -0
- package/serialization/types/LoadProcedureToolConfigOutput.js +42 -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/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/ProcedureAtVersion.d.ts +2 -0
- package/serialization/types/ProcedureAtVersion.js +2 -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 +1 -0
- package/serialization/types/SoftTimeoutConfig.js +1 -0
- package/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +1 -0
- package/serialization/types/SoftTimeoutConfigWorkflowOverride.js +1 -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/SystemEvaluationCriteria.d.ts +10 -0
- package/serialization/types/SystemEvaluationCriteria.js +42 -0
- package/serialization/types/SystemToolConfigInputParams.d.ts +2 -2
- package/serialization/types/SystemToolConfigInputParams.js +2 -2
- package/serialization/types/SystemToolConfigOutputParams.d.ts +2 -2
- 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/ToolCallUnitTestModel.d.ts +2 -0
- package/serialization/types/ToolCallUnitTestModel.js +2 -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/UnitTestSummaryResponseModel.d.ts +2 -0
- package/serialization/types/UnitTestSummaryResponseModel.js +2 -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/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/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 +28 -6
- package/serialization/types/index.js +28 -6
- 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/wrapper/speech-engine/SpeechEngineClientWrapper.js +5 -5
- package/wrapper/speech-engine/SpeechEngineResource.d.ts +10 -1
- package/wrapper/speech-engine/SpeechEngineResource.js +16 -1
- 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/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/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/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/ProcedureSettings.js → resources/workspaces/resources/apiKeys/client/requests/ApiKeysRevokeRequest.js} +0 -0
- /package/api/types/{RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.js → BehaviorOverride.js} +0 -0
- /package/api/types/{RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.js → ConversationHistoryExotelPhoneCallModel.js} +0 -0
- /package/api/types/{RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.js → ConversationSentimentAnalysis.js} +0 -0
- /package/{dist/api/types/LoadProcedureToolConfig.js → api/types/CreateExotelPhoneNumberRequest.js} +0 -0
- /package/{dist/api/types/ProcedureSettings.js → api/types/CreateOrderRequest.js} +0 -0
- /package/{dist/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.js → api/types/CustomLlmAuthConnection.js} +0 -0
- /package/{dist/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.js → api/types/ExotelOutboundCallResponse.js} +0 -0
- /package/{dist/api/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.js → api/types/GetPhoneNumberExotelResponseModel.js} +0 -0
|
@@ -191,9 +191,11 @@ __exportStar(require("./BatchCallStatus"), exports);
|
|
|
191
191
|
__exportStar(require("./BatchCallWhatsAppParams"), exports);
|
|
192
192
|
__exportStar(require("./BatchFailureResponseModel"), exports);
|
|
193
193
|
__exportStar(require("./BearerAuthResponse"), exports);
|
|
194
|
+
__exportStar(require("./BehaviorOverride"), exports);
|
|
194
195
|
__exportStar(require("./BillingPeriod"), exports);
|
|
195
196
|
__exportStar(require("./BranchProtectionStatus"), exports);
|
|
196
197
|
__exportStar(require("./BreakdownTypes"), exports);
|
|
198
|
+
__exportStar(require("./BucketingStatus"), exports);
|
|
197
199
|
__exportStar(require("./BuiltInToolsInput"), exports);
|
|
198
200
|
__exportStar(require("./BuiltInToolsOutput"), exports);
|
|
199
201
|
__exportStar(require("./BuiltInToolsWorkflowOverrideInput"), exports);
|
|
@@ -308,6 +310,7 @@ __exportStar(require("./ConversationHistoryBatchCallModel"), exports);
|
|
|
308
310
|
__exportStar(require("./ConversationHistoryElevenAssistantCommonModel"), exports);
|
|
309
311
|
__exportStar(require("./ConversationHistoryErrorCommonModel"), exports);
|
|
310
312
|
__exportStar(require("./ConversationHistoryEvaluationCriteriaResultCommonModel"), exports);
|
|
313
|
+
__exportStar(require("./ConversationHistoryExotelPhoneCallModel"), exports);
|
|
311
314
|
__exportStar(require("./ConversationHistoryFeedbackCommonModel"), exports);
|
|
312
315
|
__exportStar(require("./ConversationHistoryMetadataCommonModel"), exports);
|
|
313
316
|
__exportStar(require("./ConversationHistoryMetadataCommonModelPhoneCall"), exports);
|
|
@@ -355,6 +358,8 @@ __exportStar(require("./ConversationInitiationClientDataWebhook"), exports);
|
|
|
355
358
|
__exportStar(require("./ConversationInitiationClientDataWebhookRequestHeadersValue"), exports);
|
|
356
359
|
__exportStar(require("./ConversationInitiationSource"), exports);
|
|
357
360
|
__exportStar(require("./ConversationInitiationSourceInfo"), exports);
|
|
361
|
+
__exportStar(require("./ConversationSentimentAnalysis"), exports);
|
|
362
|
+
__exportStar(require("./ConversationSentimentAnalysisOverallLabel"), exports);
|
|
358
363
|
__exportStar(require("./ConversationSignedUrlResponseModel"), exports);
|
|
359
364
|
__exportStar(require("./ConversationSimulationSpecification"), exports);
|
|
360
365
|
__exportStar(require("./ConversationSource"), exports);
|
|
@@ -384,6 +389,7 @@ __exportStar(require("./CreateClientAppointmentParams"), exports);
|
|
|
384
389
|
__exportStar(require("./CreateClientInteractionParams"), exports);
|
|
385
390
|
__exportStar(require("./CreateClientParams"), exports);
|
|
386
391
|
__exportStar(require("./CreateCustomHeaderAuthRequest"), exports);
|
|
392
|
+
__exportStar(require("./CreateExotelPhoneNumberRequest"), exports);
|
|
387
393
|
__exportStar(require("./CreateHolidayParams"), exports);
|
|
388
394
|
__exportStar(require("./CreateLocationParams"), exports);
|
|
389
395
|
__exportStar(require("./CreateMtlsAuthRequest"), exports);
|
|
@@ -391,6 +397,7 @@ __exportStar(require("./CreateOAuth2ClientCredsRequest"), exports);
|
|
|
391
397
|
__exportStar(require("./CreateOAuth2JwtRequest"), exports);
|
|
392
398
|
__exportStar(require("./CreateOAuth2JwtRequestAlgorithm"), exports);
|
|
393
399
|
__exportStar(require("./CreateOAuth2JwtRequestTokenResponseField"), exports);
|
|
400
|
+
__exportStar(require("./CreateOrderRequest"), exports);
|
|
394
401
|
__exportStar(require("./CreateOrderResponse"), exports);
|
|
395
402
|
__exportStar(require("./CreatePhoneNumberResponseModel"), exports);
|
|
396
403
|
__exportStar(require("./CreatePreviouslyGeneratedVoiceRequest"), exports);
|
|
@@ -419,6 +426,7 @@ __exportStar(require("./CustomGuardrailsConfigOutput"), exports);
|
|
|
419
426
|
__exportStar(require("./CustomHeaderAuthResponse"), exports);
|
|
420
427
|
__exportStar(require("./CustomLlm"), exports);
|
|
421
428
|
__exportStar(require("./CustomLlmApiKey"), exports);
|
|
429
|
+
__exportStar(require("./CustomLlmAuthConnection"), exports);
|
|
422
430
|
__exportStar(require("./CustomLlmapiType"), exports);
|
|
423
431
|
__exportStar(require("./CustomLlmRequestHeadersValue"), exports);
|
|
424
432
|
__exportStar(require("./CustomSipHeader"), exports);
|
|
@@ -531,6 +539,8 @@ __exportStar(require("./EvaluationSettingsInput"), exports);
|
|
|
531
539
|
__exportStar(require("./EvaluationSettingsOutput"), exports);
|
|
532
540
|
__exportStar(require("./EvaluationSuccessResult"), exports);
|
|
533
541
|
__exportStar(require("./ExactParameterEvaluationStrategy"), exports);
|
|
542
|
+
__exportStar(require("./ExotelApiSubdomain"), exports);
|
|
543
|
+
__exportStar(require("./ExotelOutboundCallResponse"), exports);
|
|
534
544
|
__exportStar(require("./ExportOptions"), exports);
|
|
535
545
|
__exportStar(require("./ExtendedSubscriptionResponseModelMaxCreditLimitExtension"), exports);
|
|
536
546
|
__exportStar(require("./ExtendedSubscriptionResponseModelPendingChange"), exports);
|
|
@@ -600,6 +610,7 @@ __exportStar(require("./GetKnowledgeBaseUrlResponseModel"), exports);
|
|
|
600
610
|
__exportStar(require("./GetLibraryVoicesResponse"), exports);
|
|
601
611
|
__exportStar(require("./GetLiveCountResponse"), exports);
|
|
602
612
|
__exportStar(require("./GetOrCreateRagIndexRequestModel"), exports);
|
|
613
|
+
__exportStar(require("./GetPhoneNumberExotelResponseModel"), exports);
|
|
603
614
|
__exportStar(require("./GetPhoneNumberInboundSipTrunkConfigResponseModel"), exports);
|
|
604
615
|
__exportStar(require("./GetPhoneNumberOutboundSipTrunkConfigResponseModel"), exports);
|
|
605
616
|
__exportStar(require("./GetPhoneNumberResponse"), exports);
|
|
@@ -659,6 +670,7 @@ __exportStar(require("./InitializeConnection"), exports);
|
|
|
659
670
|
__exportStar(require("./InitializeConnectionMulti"), exports);
|
|
660
671
|
__exportStar(require("./InputAudioChunkPayload"), exports);
|
|
661
672
|
__exportStar(require("./IntegrationType"), exports);
|
|
673
|
+
__exportStar(require("./InteractionBudget"), exports);
|
|
662
674
|
__exportStar(require("./InvoiceResponse"), exports);
|
|
663
675
|
__exportStar(require("./InvoiceResponseModelPaymentIntentStatus"), exports);
|
|
664
676
|
__exportStar(require("./InvoiceResponseModelPaymentIntentStatussesItem"), exports);
|
|
@@ -691,6 +703,7 @@ __exportStar(require("./LanguagePresetInput"), exports);
|
|
|
691
703
|
__exportStar(require("./LanguagePresetOutput"), exports);
|
|
692
704
|
__exportStar(require("./LanguagePresetTranslation"), exports);
|
|
693
705
|
__exportStar(require("./LanguageResponse"), exports);
|
|
706
|
+
__exportStar(require("./LanguagesResponse"), exports);
|
|
694
707
|
__exportStar(require("./LeaveMessageParams"), exports);
|
|
695
708
|
__exportStar(require("./LibraryVoiceResponse"), exports);
|
|
696
709
|
__exportStar(require("./LibraryVoiceResponseModelCategory"), exports);
|
|
@@ -737,7 +750,8 @@ __exportStar(require("./LlmUsageCalculatorLlmResponseModel"), exports);
|
|
|
737
750
|
__exportStar(require("./LlmUsageCalculatorResponseModel"), exports);
|
|
738
751
|
__exportStar(require("./LlmUsageInput"), exports);
|
|
739
752
|
__exportStar(require("./LlmUsageOutput"), exports);
|
|
740
|
-
__exportStar(require("./
|
|
753
|
+
__exportStar(require("./LoadProcedureToolConfigInput"), exports);
|
|
754
|
+
__exportStar(require("./LoadProcedureToolConfigOutput"), exports);
|
|
741
755
|
__exportStar(require("./LoadProcedureToolErrorStatus"), exports);
|
|
742
756
|
__exportStar(require("./ManualSource"), exports);
|
|
743
757
|
__exportStar(require("./ManualVerificationFileResponse"), exports);
|
|
@@ -786,6 +800,7 @@ __exportStar(require("./MtlsAuthResponse"), exports);
|
|
|
786
800
|
__exportStar(require("./MultichannelSpeechToTextResponseModel"), exports);
|
|
787
801
|
__exportStar(require("./MultipartMusicResponse"), exports);
|
|
788
802
|
__exportStar(require("./MusicExploreSongSourceContext"), exports);
|
|
803
|
+
__exportStar(require("./MusicGenerationMode"), exports);
|
|
789
804
|
__exportStar(require("./MusicPrompt"), exports);
|
|
790
805
|
__exportStar(require("./MusicUploadResponse"), exports);
|
|
791
806
|
__exportStar(require("./NoCoachingSettings"), exports);
|
|
@@ -800,12 +815,16 @@ __exportStar(require("./ObjectJsonSchemaPropertyInput"), exports);
|
|
|
800
815
|
__exportStar(require("./ObjectJsonSchemaPropertyInputPropertiesValue"), exports);
|
|
801
816
|
__exportStar(require("./ObjectJsonSchemaPropertyOutput"), exports);
|
|
802
817
|
__exportStar(require("./ObjectJsonSchemaPropertyOutputPropertiesValue"), exports);
|
|
818
|
+
__exportStar(require("./OptInSmsReminderParams"), exports);
|
|
819
|
+
__exportStar(require("./OptOutSmsReminderParams"), exports);
|
|
803
820
|
__exportStar(require("./OrbAvatar"), exports);
|
|
804
821
|
__exportStar(require("./OrchestratorToolMockBehaviorConfig"), exports);
|
|
805
822
|
__exportStar(require("./OrderDeliverablesResponse"), exports);
|
|
806
823
|
__exportStar(require("./OrderId"), exports);
|
|
807
824
|
__exportStar(require("./OrderItemInfo"), exports);
|
|
808
825
|
__exportStar(require("./OrderItemKind"), exports);
|
|
826
|
+
__exportStar(require("./OrderItemRequestInput"), exports);
|
|
827
|
+
__exportStar(require("./OrderItemRequestOutput"), exports);
|
|
809
828
|
__exportStar(require("./OrderMediaResponse"), exports);
|
|
810
829
|
__exportStar(require("./OrderRequestState"), exports);
|
|
811
830
|
__exportStar(require("./OrderResponse"), exports);
|
|
@@ -858,9 +877,8 @@ __exportStar(require("./PrivacyConfigOutput"), exports);
|
|
|
858
877
|
__exportStar(require("./PrivateKeyJwtResponse"), exports);
|
|
859
878
|
__exportStar(require("./PrivateKeyJwtResponseAlgorithm"), exports);
|
|
860
879
|
__exportStar(require("./ProcedureAtVersion"), exports);
|
|
861
|
-
__exportStar(require("./ProcedureCompilerMode"), exports);
|
|
862
880
|
__exportStar(require("./ProcedureRefResponseModel"), exports);
|
|
863
|
-
__exportStar(require("./
|
|
881
|
+
__exportStar(require("./ProcedureType"), exports);
|
|
864
882
|
__exportStar(require("./ProjectCreationMetaResponseModel"), exports);
|
|
865
883
|
__exportStar(require("./ProjectCreationMetaResponseModelStatus"), exports);
|
|
866
884
|
__exportStar(require("./ProjectCreationMetaResponseModelType"), exports);
|
|
@@ -957,6 +975,7 @@ __exportStar(require("./RequestPvcManualVerificationResponseModel"), exports);
|
|
|
957
975
|
__exportStar(require("./RequiredConstraint"), exports);
|
|
958
976
|
__exportStar(require("./RequiredConstraints"), exports);
|
|
959
977
|
__exportStar(require("./ResourceAccessInfo"), exports);
|
|
978
|
+
__exportStar(require("./ResourceAccessInfoAccessSource"), exports);
|
|
960
979
|
__exportStar(require("./ResourceAccessInfoAnonymousAccessLevelOverride"), exports);
|
|
961
980
|
__exportStar(require("./ResourceAccessInfoRole"), exports);
|
|
962
981
|
__exportStar(require("./ResourceMetadataResponseModel"), exports);
|
|
@@ -964,14 +983,12 @@ __exportStar(require("./ResourceMetadataResponseModelAnonymousAccessLevelOverrid
|
|
|
964
983
|
__exportStar(require("./ResponseFilter"), exports);
|
|
965
984
|
__exportStar(require("./ResponseFilterMode"), exports);
|
|
966
985
|
__exportStar(require("./ResponseUnitTestModel"), exports);
|
|
986
|
+
__exportStar(require("./RestoreCalendarEventParams"), exports);
|
|
967
987
|
__exportStar(require("./RetryTriggerAction"), exports);
|
|
968
988
|
__exportStar(require("./ReviewResponseModel"), exports);
|
|
969
989
|
__exportStar(require("./ReviewResponseModelRejectReasonsItem"), exports);
|
|
970
990
|
__exportStar(require("./ReviewResponseModelReviewStatus"), exports);
|
|
971
991
|
__exportStar(require("./ReviewStatus"), exports);
|
|
972
|
-
__exportStar(require("./RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput"), exports);
|
|
973
|
-
__exportStar(require("./RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput"), exports);
|
|
974
|
-
__exportStar(require("./RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind"), exports);
|
|
975
992
|
__exportStar(require("./RttAudioPayload"), exports);
|
|
976
993
|
__exportStar(require("./RttEndOfStreamPayload"), exports);
|
|
977
994
|
__exportStar(require("./RttErrorPayload"), exports);
|
|
@@ -1105,6 +1122,7 @@ __exportStar(require("./SubscriptionStatusType"), exports);
|
|
|
1105
1122
|
__exportStar(require("./SubtitleOrderItemRequest"), exports);
|
|
1106
1123
|
__exportStar(require("./SuggestedAudioTag"), exports);
|
|
1107
1124
|
__exportStar(require("./SupportedVoice"), exports);
|
|
1125
|
+
__exportStar(require("./SystemEvaluationCriteria"), exports);
|
|
1108
1126
|
__exportStar(require("./SystemToolConfigInput"), exports);
|
|
1109
1127
|
__exportStar(require("./SystemToolConfigInputParams"), exports);
|
|
1110
1128
|
__exportStar(require("./SystemToolConfigOutput"), exports);
|
|
@@ -1119,6 +1137,8 @@ __exportStar(require("./TestFromConversationMetadataOutput"), exports);
|
|
|
1119
1137
|
__exportStar(require("./TestInvocationSummaryResponseModel"), exports);
|
|
1120
1138
|
__exportStar(require("./TestRunMetadata"), exports);
|
|
1121
1139
|
__exportStar(require("./TestRunMetadataTestType"), exports);
|
|
1140
|
+
__exportStar(require("./TestRunResultBucket"), exports);
|
|
1141
|
+
__exportStar(require("./TestRunResultSummary"), exports);
|
|
1122
1142
|
__exportStar(require("./TestRunStatus"), exports);
|
|
1123
1143
|
__exportStar(require("./TestSharingMode"), exports);
|
|
1124
1144
|
__exportStar(require("./TestsFeatureUsageCommonModel"), exports);
|
|
@@ -1174,6 +1194,7 @@ __exportStar(require("./TransferToAgentToolResultErrorModel"), exports);
|
|
|
1174
1194
|
__exportStar(require("./TransferToAgentToolResultSuccessModel"), exports);
|
|
1175
1195
|
__exportStar(require("./TransferToAgentToolResultSuccessModelBranchInfo"), exports);
|
|
1176
1196
|
__exportStar(require("./TransferToNumberResultErrorModel"), exports);
|
|
1197
|
+
__exportStar(require("./TransferToNumberResultExotelSuccessModel"), exports);
|
|
1177
1198
|
__exportStar(require("./TransferToNumberResultSipSuccessModel"), exports);
|
|
1178
1199
|
__exportStar(require("./TransferToNumberResultTwilioSuccessModel"), exports);
|
|
1179
1200
|
__exportStar(require("./TransferToNumberToolConfigInput"), exports);
|
|
@@ -1254,6 +1275,7 @@ __exportStar(require("./VadConfig"), exports);
|
|
|
1254
1275
|
__exportStar(require("./VadConfigWorkflowOverride"), exports);
|
|
1255
1276
|
__exportStar(require("./ValidationError"), exports);
|
|
1256
1277
|
__exportStar(require("./ValidationErrorLocItem"), exports);
|
|
1278
|
+
__exportStar(require("./Verbosity"), exports);
|
|
1257
1279
|
__exportStar(require("./VerificationAttemptResponse"), exports);
|
|
1258
1280
|
__exportStar(require("./VerifiedVoiceLanguageResponseModel"), exports);
|
|
1259
1281
|
__exportStar(require("./VerifyPvcVoiceCaptchaResponseModel"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.
|
|
1
|
+
export declare const SDK_VERSION = "2.51.0";
|
package/dist/version.js
CHANGED
package/dist/wrapper/music.d.ts
CHANGED
|
@@ -33,6 +33,12 @@ export declare class Music {
|
|
|
33
33
|
* Get the composition plan client
|
|
34
34
|
*/
|
|
35
35
|
get compositionPlan(): CompositionPlanClient;
|
|
36
|
+
/**
|
|
37
|
+
* Generate background music from one or more video files.
|
|
38
|
+
* @throws {@link ElevenLabs.ForbiddenError}
|
|
39
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
40
|
+
*/
|
|
41
|
+
videoToMusic(request: ElevenLabs.BodyVideoToMusicV1MusicVideoToMusicPost, requestOptions?: Music.RequestOptions): core.HttpResponsePromise<ReadableStream<Uint8Array>>;
|
|
36
42
|
/**
|
|
37
43
|
* Compose a song from a prompt or a composition plan.
|
|
38
44
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
@@ -107,6 +113,11 @@ export declare class Music {
|
|
|
107
113
|
*/
|
|
108
114
|
stream(request?: ElevenLabs.BodyStreamComposedMusicV1MusicStreamPost, requestOptions?: Music.RequestOptions): core.HttpResponsePromise<ReadableStream<Uint8Array>>;
|
|
109
115
|
private __stream;
|
|
116
|
+
/**
|
|
117
|
+
* Upload a music file for inpainting.
|
|
118
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
119
|
+
*/
|
|
120
|
+
upload(request: ElevenLabs.BodyUploadMusicV1MusicUploadPost, requestOptions?: Music.RequestOptions): core.HttpResponsePromise<ElevenLabs.MusicUploadResponse>;
|
|
110
121
|
/**
|
|
111
122
|
* Separate a music file into individual stems
|
|
112
123
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
package/dist/wrapper/music.js
CHANGED
|
@@ -56,6 +56,14 @@ class Music {
|
|
|
56
56
|
get compositionPlan() {
|
|
57
57
|
return this._client.compositionPlan;
|
|
58
58
|
}
|
|
59
|
+
/**
|
|
60
|
+
* Generate background music from one or more video files.
|
|
61
|
+
* @throws {@link ElevenLabs.ForbiddenError}
|
|
62
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
63
|
+
*/
|
|
64
|
+
videoToMusic(request, requestOptions) {
|
|
65
|
+
return this._client.videoToMusic(request, requestOptions);
|
|
66
|
+
}
|
|
59
67
|
/**
|
|
60
68
|
* Compose a song from a prompt or a composition plan.
|
|
61
69
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
@@ -170,6 +178,13 @@ class Music {
|
|
|
170
178
|
// The actual implementation is delegated through stream()
|
|
171
179
|
throw new Error("Internal method - should not be called directly");
|
|
172
180
|
}
|
|
181
|
+
/**
|
|
182
|
+
* Upload a music file for inpainting.
|
|
183
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
184
|
+
*/
|
|
185
|
+
upload(request, requestOptions) {
|
|
186
|
+
return this._client.upload(request, requestOptions);
|
|
187
|
+
}
|
|
173
188
|
/**
|
|
174
189
|
* Separate a music file into individual stems
|
|
175
190
|
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
@@ -62,7 +62,7 @@ class SpeechEngineClientWrapper extends Client_1.SpeechEngineClient {
|
|
|
62
62
|
});
|
|
63
63
|
return __awaiter(this, void 0, void 0, function* () {
|
|
64
64
|
const response = yield _super.create.call(this, request, requestOptions);
|
|
65
|
-
return new SpeechEngineResource_1.SpeechEngineResource(response.speechEngineId, this._options);
|
|
65
|
+
return new SpeechEngineResource_1.SpeechEngineResource(response.speechEngineId, this._options, response);
|
|
66
66
|
});
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
@@ -88,8 +88,8 @@ class SpeechEngineClientWrapper extends Client_1.SpeechEngineClient {
|
|
|
88
88
|
get: { get: () => super.get }
|
|
89
89
|
});
|
|
90
90
|
return __awaiter(this, void 0, void 0, function* () {
|
|
91
|
-
yield _super.get.call(this, speechEngineId, requestOptions);
|
|
92
|
-
return new SpeechEngineResource_1.SpeechEngineResource(speechEngineId, this._options);
|
|
91
|
+
const response = yield _super.get.call(this, speechEngineId, requestOptions);
|
|
92
|
+
return new SpeechEngineResource_1.SpeechEngineResource(speechEngineId, this._options, response);
|
|
93
93
|
});
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
@@ -115,8 +115,8 @@ class SpeechEngineClientWrapper extends Client_1.SpeechEngineClient {
|
|
|
115
115
|
update: { get: () => super.update }
|
|
116
116
|
});
|
|
117
117
|
return __awaiter(this, arguments, void 0, function* (speechEngineId, request = {}, requestOptions) {
|
|
118
|
-
yield _super.update.call(this, speechEngineId, request, requestOptions);
|
|
119
|
-
return new SpeechEngineResource_1.SpeechEngineResource(speechEngineId, this._options);
|
|
118
|
+
const response = yield _super.update.call(this, speechEngineId, request, requestOptions);
|
|
119
|
+
return new SpeechEngineResource_1.SpeechEngineResource(speechEngineId, this._options, response);
|
|
120
120
|
});
|
|
121
121
|
}
|
|
122
122
|
/**
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { Server as HttpServer } from "node:http";
|
|
2
2
|
import WebSocket from "ws";
|
|
3
3
|
import type { BaseClientOptions, NormalizedClientOptions } from "../../BaseClient";
|
|
4
|
+
import type * as ElevenLabs from "../../api/types";
|
|
4
5
|
import { type SpeechEngineCallbacks } from "./types";
|
|
5
6
|
import { SpeechEngineSession } from "./SpeechEngineSession";
|
|
6
7
|
import { SpeechEngineAttachment } from "./SpeechEngineAttachment";
|
|
@@ -24,10 +25,18 @@ import { SpeechEngineAttachment } from "./SpeechEngineAttachment";
|
|
|
24
25
|
*/
|
|
25
26
|
export declare class SpeechEngineResource {
|
|
26
27
|
readonly engineId: string;
|
|
28
|
+
/**
|
|
29
|
+
* Full configuration returned by the API. Populated when the resource is
|
|
30
|
+
* returned from `create()`, `get()`, or `update()`.
|
|
31
|
+
*
|
|
32
|
+
* `undefined` when using the `attach()` shortcut directly, since no API
|
|
33
|
+
* call is made in that case.
|
|
34
|
+
*/
|
|
35
|
+
readonly config: Omit<ElevenLabs.SpeechEngineResponse, "speechEngineId"> | undefined;
|
|
27
36
|
/** @internal */
|
|
28
37
|
readonly _options: NormalizedClientOptions<BaseClientOptions>;
|
|
29
38
|
/** @internal */
|
|
30
|
-
constructor(engineId: string, options: NormalizedClientOptions<BaseClientOptions
|
|
39
|
+
constructor(engineId: string, options: NormalizedClientOptions<BaseClientOptions>, response?: ElevenLabs.SpeechEngineResponse);
|
|
31
40
|
/**
|
|
32
41
|
* Attach to an existing HTTP server and begin accepting Speech Engine
|
|
33
42
|
* connections at the given path.
|
|
@@ -41,6 +41,17 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
41
41
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
42
42
|
});
|
|
43
43
|
};
|
|
44
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
45
|
+
var t = {};
|
|
46
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
47
|
+
t[p] = s[p];
|
|
48
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
49
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
50
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
51
|
+
t[p[i]] = s[p[i]];
|
|
52
|
+
}
|
|
53
|
+
return t;
|
|
54
|
+
};
|
|
44
55
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
45
56
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
46
57
|
};
|
|
@@ -73,9 +84,13 @@ const SpeechEngineAttachment_1 = require("./SpeechEngineAttachment");
|
|
|
73
84
|
*/
|
|
74
85
|
class SpeechEngineResource {
|
|
75
86
|
/** @internal */
|
|
76
|
-
constructor(engineId, options) {
|
|
87
|
+
constructor(engineId, options, response) {
|
|
77
88
|
this.engineId = engineId;
|
|
78
89
|
this._options = options;
|
|
90
|
+
if (response) {
|
|
91
|
+
const { speechEngineId: _id } = response, config = __rest(response, ["speechEngineId"]);
|
|
92
|
+
this.config = config;
|
|
93
|
+
}
|
|
79
94
|
}
|
|
80
95
|
/**
|
|
81
96
|
* Attach to an existing HTTP server and begin accepting Speech Engine
|
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -5216,7 +5216,8 @@ await client.conversationalAi.conversations.list({
|
|
|
5216
5216
|
branchId: "branch_id",
|
|
5217
5217
|
topicIds: ["topic_ids"],
|
|
5218
5218
|
excludeStatuses: ["initiated"],
|
|
5219
|
-
tagIds: ["tag_ids"]
|
|
5219
|
+
tagIds: ["tag_ids"],
|
|
5220
|
+
workflowNodeEnteredId: "workflow_node_entered_id"
|
|
5220
5221
|
});
|
|
5221
5222
|
|
|
5222
5223
|
```
|
|
@@ -5592,6 +5593,74 @@ await client.conversationalAi.twilio.registerCall({
|
|
|
5592
5593
|
</dl>
|
|
5593
5594
|
|
|
5594
5595
|
|
|
5596
|
+
</dd>
|
|
5597
|
+
</dl>
|
|
5598
|
+
</details>
|
|
5599
|
+
|
|
5600
|
+
## ConversationalAi Exotel
|
|
5601
|
+
<details><summary><code>client.conversationalAi.exotel.<a href="/src/api/resources/conversationalAi/resources/exotel/client/Client.ts">outboundCall</a>({ ...params }) -> ElevenLabs.ExotelOutboundCallResponse</code></summary>
|
|
5602
|
+
<dl>
|
|
5603
|
+
<dd>
|
|
5604
|
+
|
|
5605
|
+
#### 📝 Description
|
|
5606
|
+
|
|
5607
|
+
<dl>
|
|
5608
|
+
<dd>
|
|
5609
|
+
|
|
5610
|
+
<dl>
|
|
5611
|
+
<dd>
|
|
5612
|
+
|
|
5613
|
+
Handle an outbound call via Exotel Connect API
|
|
5614
|
+
</dd>
|
|
5615
|
+
</dl>
|
|
5616
|
+
</dd>
|
|
5617
|
+
</dl>
|
|
5618
|
+
|
|
5619
|
+
#### 🔌 Usage
|
|
5620
|
+
|
|
5621
|
+
<dl>
|
|
5622
|
+
<dd>
|
|
5623
|
+
|
|
5624
|
+
<dl>
|
|
5625
|
+
<dd>
|
|
5626
|
+
|
|
5627
|
+
```typescript
|
|
5628
|
+
await client.conversationalAi.exotel.outboundCall({
|
|
5629
|
+
agentId: "agent_id",
|
|
5630
|
+
agentPhoneNumberId: "agent_phone_number_id",
|
|
5631
|
+
toNumber: "to_number"
|
|
5632
|
+
});
|
|
5633
|
+
|
|
5634
|
+
```
|
|
5635
|
+
</dd>
|
|
5636
|
+
</dl>
|
|
5637
|
+
</dd>
|
|
5638
|
+
</dl>
|
|
5639
|
+
|
|
5640
|
+
#### ⚙️ Parameters
|
|
5641
|
+
|
|
5642
|
+
<dl>
|
|
5643
|
+
<dd>
|
|
5644
|
+
|
|
5645
|
+
<dl>
|
|
5646
|
+
<dd>
|
|
5647
|
+
|
|
5648
|
+
**request:** `ElevenLabs.conversationalAi.BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost`
|
|
5649
|
+
|
|
5650
|
+
</dd>
|
|
5651
|
+
</dl>
|
|
5652
|
+
|
|
5653
|
+
<dl>
|
|
5654
|
+
<dd>
|
|
5655
|
+
|
|
5656
|
+
**requestOptions:** `ExotelClient.RequestOptions`
|
|
5657
|
+
|
|
5658
|
+
</dd>
|
|
5659
|
+
</dl>
|
|
5660
|
+
</dd>
|
|
5661
|
+
</dl>
|
|
5662
|
+
|
|
5663
|
+
|
|
5595
5664
|
</dd>
|
|
5596
5665
|
</dl>
|
|
5597
5666
|
</details>
|
|
@@ -7005,7 +7074,7 @@ await client.conversationalAi.phoneNumbers.list();
|
|
|
7005
7074
|
<dl>
|
|
7006
7075
|
<dd>
|
|
7007
7076
|
|
|
7008
|
-
Import Phone Number from provider configuration (Twilio or SIP trunk)
|
|
7077
|
+
Import Phone Number from provider configuration (Twilio, Exotel, or SIP trunk)
|
|
7009
7078
|
</dd>
|
|
7010
7079
|
</dl>
|
|
7011
7080
|
</dd>
|
|
@@ -11145,6 +11214,7 @@ await client.conversationalAi.conversations.messages.textSearch({
|
|
|
11145
11214
|
conversationInitiationSource: "unknown",
|
|
11146
11215
|
textOnly: true,
|
|
11147
11216
|
branchId: "branch_id",
|
|
11217
|
+
topicIds: ["topic_ids"],
|
|
11148
11218
|
sortBy: "search_score",
|
|
11149
11219
|
cursor: "cursor"
|
|
11150
11220
|
});
|
|
@@ -15834,7 +15904,7 @@ await client.productions.orders.list({
|
|
|
15834
15904
|
</dl>
|
|
15835
15905
|
</details>
|
|
15836
15906
|
|
|
15837
|
-
<details><summary><code>client.productions.orders.<a href="/src/api/resources/productions/resources/orders/client/Client.ts">create</a>() -> ElevenLabs.CreateOrderResponse</code></summary>
|
|
15907
|
+
<details><summary><code>client.productions.orders.<a href="/src/api/resources/productions/resources/orders/client/Client.ts">create</a>({ ...params }) -> ElevenLabs.CreateOrderResponse</code></summary>
|
|
15838
15908
|
<dl>
|
|
15839
15909
|
<dd>
|
|
15840
15910
|
|
|
@@ -15861,7 +15931,9 @@ Creates a new Productions order in the workspace. The order starts in the open s
|
|
|
15861
15931
|
<dd>
|
|
15862
15932
|
|
|
15863
15933
|
```typescript
|
|
15864
|
-
await client.productions.orders.create(
|
|
15934
|
+
await client.productions.orders.create({
|
|
15935
|
+
sandbox: false
|
|
15936
|
+
});
|
|
15865
15937
|
|
|
15866
15938
|
```
|
|
15867
15939
|
</dd>
|
|
@@ -15877,6 +15949,14 @@ await client.productions.orders.create();
|
|
|
15877
15949
|
<dl>
|
|
15878
15950
|
<dd>
|
|
15879
15951
|
|
|
15952
|
+
**request:** `ElevenLabs.CreateOrderRequest`
|
|
15953
|
+
|
|
15954
|
+
</dd>
|
|
15955
|
+
</dl>
|
|
15956
|
+
|
|
15957
|
+
<dl>
|
|
15958
|
+
<dd>
|
|
15959
|
+
|
|
15880
15960
|
**requestOptions:** `OrdersClient.RequestOptions`
|
|
15881
15961
|
|
|
15882
15962
|
</dd>
|
|
@@ -16460,7 +16540,7 @@ await client.productions.orders.deliverables.list("order_id");
|
|
|
16460
16540
|
</details>
|
|
16461
16541
|
|
|
16462
16542
|
## Productions Orders Languages
|
|
16463
|
-
<details><summary><code>client.productions.orders.languages.<a href="/src/api/resources/productions/resources/orders/resources/languages/client/Client.ts">list</a>(order_item_kind) -> ElevenLabs.
|
|
16543
|
+
<details><summary><code>client.productions.orders.languages.<a href="/src/api/resources/productions/resources/orders/resources/languages/client/Client.ts">list</a>(order_item_kind) -> ElevenLabs.LanguagesResponse</code></summary>
|
|
16464
16544
|
<dl>
|
|
16465
16545
|
<dd>
|
|
16466
16546
|
|
|
@@ -21075,7 +21155,7 @@ await client.workspace.resources.get("resource_id", {
|
|
|
21075
21155
|
<dl>
|
|
21076
21156
|
<dd>
|
|
21077
21157
|
|
|
21078
|
-
Grants a role on a workspace resource to a user or
|
|
21158
|
+
Grants a role (one of 'admin', 'editor', 'commenter', or 'viewer') on a workspace resource to a user, group, or workspace (service account) API key. This overrides any existing role the target has on the resource. To target a user or service account, pass only the user email; the user must be in your workspace. To target a group, pass only the group id. To target a workspace (service account) API key, pass the api key id; the resource will be shared with the service account associated with that key. You must have admin access to the resource to share it.
|
|
21079
21159
|
</dd>
|
|
21080
21160
|
</dl>
|
|
21081
21161
|
</dd>
|
|
@@ -21149,7 +21229,7 @@ await client.workspace.resources.share("resource_id", {
|
|
|
21149
21229
|
<dl>
|
|
21150
21230
|
<dd>
|
|
21151
21231
|
|
|
21152
|
-
Removes any existing role on a workspace resource from a user,
|
|
21232
|
+
Removes any existing role on a workspace resource from a user, group, or workspace (service account) API key. To target a user or service account, pass only the user email; the user must be in your workspace. To target a group, pass only the group id. To target a workspace (service account) API key, pass the api key id; the resource will be unshared from the service account associated with that key. You must have admin access to the resource to unshare it. You cannot remove permissions from the user who created the resource.
|
|
21153
21233
|
</dd>
|
|
21154
21234
|
</dl>
|
|
21155
21235
|
</dd>
|
|
@@ -21484,6 +21564,72 @@ await client.workspace.groups.members.add("group_id", {
|
|
|
21484
21564
|
</dl>
|
|
21485
21565
|
|
|
21486
21566
|
|
|
21567
|
+
</dd>
|
|
21568
|
+
</dl>
|
|
21569
|
+
</details>
|
|
21570
|
+
|
|
21571
|
+
## Workspaces ApiKeys
|
|
21572
|
+
<details><summary><code>client.workspaces.apiKeys.<a href="/src/api/resources/workspaces/resources/apiKeys/client/Client.ts">revoke</a>({ ...params }) -> unknown</code></summary>
|
|
21573
|
+
<dl>
|
|
21574
|
+
<dd>
|
|
21575
|
+
|
|
21576
|
+
#### 📝 Description
|
|
21577
|
+
|
|
21578
|
+
<dl>
|
|
21579
|
+
<dd>
|
|
21580
|
+
|
|
21581
|
+
<dl>
|
|
21582
|
+
<dd>
|
|
21583
|
+
|
|
21584
|
+
Revoke the API key used to authenticate this request. Requires the query parameter `api_key_name=self` as an explicit confirmation.
|
|
21585
|
+
</dd>
|
|
21586
|
+
</dl>
|
|
21587
|
+
</dd>
|
|
21588
|
+
</dl>
|
|
21589
|
+
|
|
21590
|
+
#### 🔌 Usage
|
|
21591
|
+
|
|
21592
|
+
<dl>
|
|
21593
|
+
<dd>
|
|
21594
|
+
|
|
21595
|
+
<dl>
|
|
21596
|
+
<dd>
|
|
21597
|
+
|
|
21598
|
+
```typescript
|
|
21599
|
+
await client.workspaces.apiKeys.revoke({
|
|
21600
|
+
apiKeyName: "self"
|
|
21601
|
+
});
|
|
21602
|
+
|
|
21603
|
+
```
|
|
21604
|
+
</dd>
|
|
21605
|
+
</dl>
|
|
21606
|
+
</dd>
|
|
21607
|
+
</dl>
|
|
21608
|
+
|
|
21609
|
+
#### ⚙️ Parameters
|
|
21610
|
+
|
|
21611
|
+
<dl>
|
|
21612
|
+
<dd>
|
|
21613
|
+
|
|
21614
|
+
<dl>
|
|
21615
|
+
<dd>
|
|
21616
|
+
|
|
21617
|
+
**request:** `ElevenLabs.workspaces.ApiKeysRevokeRequest`
|
|
21618
|
+
|
|
21619
|
+
</dd>
|
|
21620
|
+
</dl>
|
|
21621
|
+
|
|
21622
|
+
<dl>
|
|
21623
|
+
<dd>
|
|
21624
|
+
|
|
21625
|
+
**requestOptions:** `ApiKeysClient.RequestOptions`
|
|
21626
|
+
|
|
21627
|
+
</dd>
|
|
21628
|
+
</dl>
|
|
21629
|
+
</dd>
|
|
21630
|
+
</dl>
|
|
21631
|
+
|
|
21632
|
+
|
|
21487
21633
|
</dd>
|
|
21488
21634
|
</dl>
|
|
21489
21635
|
</details>
|
|
@@ -42,4 +42,5 @@ exports.RunAgentTestsRequestModel = core.serialization.object({
|
|
|
42
42
|
tests: core.serialization.list(SingleTestRunRequestModel_1.SingleTestRunRequestModel),
|
|
43
43
|
agentConfigOverride: core.serialization.property("agent_config_override", AdhocAgentConfigOverrideForTestRequestModel_1.AdhocAgentConfigOverrideForTestRequestModel.optional()),
|
|
44
44
|
branchId: core.serialization.property("branch_id", core.serialization.string().optional()),
|
|
45
|
+
repeatCount: core.serialization.property("repeat_count", core.serialization.number().optional()),
|
|
45
46
|
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../../../../../../api/index";
|
|
2
|
+
import * as core from "../../../../../../../core";
|
|
3
|
+
import type * as serializers from "../../../../../../index";
|
|
4
|
+
import { ConversationInitiationClientDataRequestInput } from "../../../../../../types/ConversationInitiationClientDataRequestInput";
|
|
5
|
+
import { TelephonyCallConfig } from "../../../../../../types/TelephonyCallConfig";
|
|
6
|
+
export declare const BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost: core.serialization.Schema<serializers.conversationalAi.BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost.Raw, ElevenLabs.conversationalAi.BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost>;
|
|
7
|
+
export declare namespace BodyHandleAnOutboundCallViaExotelV1ConvaiExotelOutboundCallPost {
|
|
8
|
+
interface Raw {
|
|
9
|
+
agent_id: string;
|
|
10
|
+
agent_phone_number_id: string;
|
|
11
|
+
to_number: string;
|
|
12
|
+
conversation_initiation_client_data?: ConversationInitiationClientDataRequestInput.Raw | null;
|
|
13
|
+
telephony_call_config?: TelephonyCallConfig.Raw | null;
|
|
14
|
+
}
|
|
15
|
+
}
|